@font-face {
    font-family: GothamPro;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/GothamPro.woff2) format("woff2");
}
@font-face {
    font-family: GothamPro;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/GothamPro-Bold.woff2) format("woff2");
}
@font-face {
    font-family: GothamPro;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/GothamPro-Black.woff2) format("woff2");
}
body,
html {
    height: 100%;
}
body {
    font-family: GothamPro, sans-serif;
    font-size: 1em;
    line-height: 1.5;
    width: 100%;
    min-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #151617;
    background-color: #fff;
    font-weight: 400;
}
footer,
header {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.container {
    padding-left: 30px;
    padding-right: 30px;
}
@media all and (max-width: 1199px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
ul {
    list-style: none;
    margin: 0;
}
p {
    font-style: normal;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    margin: 0;
}
.heading {
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    .heading {
        margin-bottom: 30px;
    }
}
.heading h2 {
    font-size: 44px;
    font-weight: 800;
    line-height: 52px;
}
@media all and (max-width: 575px) {
    .heading h2 {
        font-size: 24px;
        line-height: 28px;
    }
}
.heading h2 strong {
    font-weight: 800;
    color: #0080c5;
}
.btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #0080c5;
    padding: 19.5px 36px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    border: none;
    border-radius: 28px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    text-transform: uppercase;
}
.btn:hover {
    color: #fff;
    background-color: #006ca6;
}
.btn.btn-white {
    background-color: #fff;
    color: #0080c5;
}
.btn.btn-white:hover {
    color: #fff;
    background-color: #006ca6;
}
.btn.button-more {
    border: 1px solid #0080c5;
    color: #0080c5;
    background-color: transparent;
    padding: 28px 54px;
    border-radius: 38px;
}
@media all and (max-width: 575px) {
    .btn.button-more {
        padding: 17px 32px;
    }
}
.btn.button-more:hover {
    color: #fff;
    background-color: #006ca6;
}
.btn.button-more:hover span:after {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0)
        saturate(7462%) hue-rotate(253deg) brightness(94%) contrast(109%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7462%)
        hue-rotate(253deg) brightness(94%) contrast(109%);
}
.btn.button-more span {
    position: relative;
    padding-right: 32px;
}
@media all and (max-width: 575px) {
    .btn.button-more span {
        padding-right: 26px;
    }
}
.btn.button-more span:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_40.svg);
    width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 575px) {
    .btn.button-more span:after {
        width: 14px;
        height: 14px;
    }
}
a {
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button:active,
button:focus {
    outline: 0;
}
button:disabled,
button[disabled] {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
button:disabled:hover,
button[disabled]:hover {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
:focus {
    outline: 0;
}
* {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
.center {
    text-align: center;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
input,
textarea {
    outline: 0 !important;
    border-radius: 0;
}
input.wpcf7-submit {
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.fancybox__backdrop {
    background: rgba(0, 128, 197, 0.9);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.modal {
    max-width: 620px;
    width: 100%;
    background-color: transparent;
    color: #fff;
}
#modal_policy {
    background-color: #fff;
    max-width: 1200px;
    color: #151617;
}
@media all and (max-width: 575px) {
    #modal_policy {
        padding: 20px;
    }
}
header {
    position: relative;
    z-index: 100;
    padding-top: 48px;
    background-color: #0080c5;
}
@media all and (max-width: 1199px) {
    header {
        padding-top: 24px;
    }
}
header .bg__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
header .bg__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
header .header__top {
    margin-bottom: 68px;
}
@media all and (max-width: 1199px) {
    header .header__top {
        margin-bottom: 48px;
    }
}
header .header__top .header__logo img {
    width: 88px;
    height: auto;
}
@media all and (max-width: 767px) {
    header .header__top .header__logo img {
        width: 62px;
    }
}
header .header__top .header__contacts .contacts__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
header .header__top .header__contacts .contacts__inner .socail {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 20px;
}
@media all and (max-width: 767px) {
    header .header__top .header__contacts .contacts__inner .socail {
        padding-right: 11px;
    }
}
header .header__top .header__contacts .contacts__inner .socail li {
    display: inline-block;
    margin-right: 19px;
}
@media all and (max-width: 767px) {
    header .header__top .header__contacts .contacts__inner .socail li {
        margin-right: 11px;
    }
}
header .header__top .header__contacts .contacts__inner .socail li a:hover {
    opacity: 0.8;
}
header .header__top .header__contacts .contacts__inner .socail li a img {
    width: 48px;
    height: 48px;
}
@media all and (max-width: 991px) {
    header .header__top .header__contacts .contacts__inner .socail li a img {
        width: 40px;
        height: 40px;
    }
}
@media all and (max-width: 767px) {
    header .header__top .header__contacts .contacts__inner .phone {
        display: none;
    }
}
header .header__top .header__contacts .contacts__inner .phone p {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    margin-bottom: 12px;
}
@media all and (max-width: 991px) {
    header .header__top .header__contacts .contacts__inner .phone p {
        font-size: 12px;
    }
}
header .header__top .header__contacts .contacts__inner .phone a {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-weight: 800;
}
header .header__top .header__contacts .contacts__inner .btn {
    margin-left: 60px;
}
@media all and (max-width: 991px) {
    header .header__top .header__contacts .contacts__inner .btn {
        margin: 0 24px 0 30px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding: 0;
        background-size: 16px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url(../img/icon_12.svg);
    }
}
@media all and (max-width: 767px) {
    header .header__top .header__contacts .contacts__inner .btn {
        margin-left: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
@media all and (max-width: 991px) {
    header .header__top .header__contacts .contacts__inner .btn span {
        display: none;
    }
}
header .header__top .header__contacts .contacts__inner .header_burger {
    position: relative;
    display: none;
}
@media all and (max-width: 767px) {
    header .header__top .header__contacts .contacts__inner .header_burger {
        display: block;
    }
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .burger_button {
    position: relative;
    width: 33px;
    height: 33px;
    display: block;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 20;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .burger_button
    span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .burger_button
    span:nth-child(1) {
    top: 4px;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .burger_button
    span:nth-child(2) {
    top: 14px;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .burger_button
    span:nth-child(3) {
    top: 24px;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .burger_button.open
    span {
    background: #0080c5;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .burger_button.open
    span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .burger_button.open
    span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .burger_button.open
    span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    margin: 0;
    overflow: auto;
    z-index: 11;
    padding-top: 30px;
    top: 0;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle.slide {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle.menuopen {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner {
    width: 100%;
    margin: 0 auto;
    max-width: 690px;
}
@media all and (max-width: 767px) {
    header
        .header__top
        .header__contacts
        .contacts__inner
        .header_burger
        .menu_toggle
        .toggle__inner {
        max-width: 510px;
    }
}
@media all and (max-width: 575px) {
    header
        .header__top
        .header__contacts
        .contacts__inner
        .header_burger
        .menu_toggle
        .toggle__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    h5 {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu {
    padding-top: 40px;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li {
    padding-top: 20px;
    padding-bottom: 20px;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li:not(:last-child) {
    border-bottom: 1px solid #ededed;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a {
    color: #151617;
    display: block;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    padding-right: 30px;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_21.svg);
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a:hover {
    color: #0080c5;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .phone {
    display: block;
    background-color: #f4f4f4;
    padding: 20px;
    margin-top: 28px;
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .phone
    p {
    font-size: 14px;
    line-height: 17px;
    color: #a8a8a8;
    margin-bottom: 12px;
}
header
    .header__top
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .phone
    a {
    font-size: 20px;
    line-height: 24px;
    color: #151617;
}
header .header__main {
    width: 100%;
    padding-bottom: 120px;
}
@media all and (max-width: 1600px) {
    header .header__main {
        padding-bottom: 80px;
    }
}
@media all and (max-width: 1199px) {
    header .header__main {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media all and (max-width: 575px) {
    header .header__main {
        padding-top: 0;
        padding-bottom: 0;
    }
}
header .header__main .row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
header .header__main .content {
    max-width: 840px;
    width: 100%;
}
header .header__main .content h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 60px;
    color: #fff;
    margin-bottom: 60px;
}
@media all and (max-width: 1600px) {
    header .header__main .content h1 {
        font-size: 44px;
        line-height: 120%;
        margin-bottom: 40px;
    }
}
@media all and (max-width: 575px) {
    header .header__main .content h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}
@media all and (min-width: 991px) {
    header .header__main .main__profit {
        display: none;
    }
}
header .header__main .main__profit .profit__inner {
    max-width: 290px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #0080c5;
}
@media all and (max-width: 1600px) {
    header .header__main .main__profit .profit__inner {
        padding-bottom: 30px;
    }
}
@media all and (max-width: 991px) {
    header .header__main .main__profit .profit__inner {
        margin-left: 0;
        margin-right: auto;
        border-bottom: none;
        padding-bottom: 24px;
        max-width: none;
    }
}
header .header__main .main__profit .profit__inner img {
    display: block;
}
@media all and (max-width: 991px) {
    header .header__main .main__profit .profit__inner img {
        display: none;
    }
}
header .header__main .main__profit .profit__inner p {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
@media all and (max-width: 575px) {
    header .header__main .main__profit .profit__inner p {
        font-size: 16px;
        line-height: 24px;
    }
}
header .header__main .main__profit .profit__inner .list {
    display: none;
    background-color: #fff;
    margin-top: 24px;
}
@media all and (max-width: 991px) {
    header .header__main .main__profit .profit__inner .list {
        display: block;
    }
}
header .header__main .main__profit .profit__inner .list ul li {
    padding: 16px 59px 16px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
}
header .header__main .main__profit .profit__inner .list ul li:not(:last-child) {
    border-bottom: 1px solid #ededed;
}
header .header__main .main__profit .profit__inner .list ul li img {
    display: block;
    position: relative;
    right: -40px;
}
.title {
    display: inline-block;
    background-color: #fff;
    color: #151617;
    padding: 7px 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
    margin-bottom: 47px;
}
@media all and (max-width: 1600px) {
    .title {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 575px) {
    .title {
        font-size: 12px;
        padding: 6px;
        margin-bottom: 20px;
    }
}
#choice {
    padding-top: 160px;
    padding-bottom: 120px;
    background-color: #f4f4f4;
}
@media all and (max-width: 1600px) {
    #choice {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}
@media all and (max-width: 575px) {
    #choice {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
#choice .box {
    margin-bottom: 30px;
}
#choice .box:first-child .box__inner {
    padding: 40px 0 0 0;
    background-color: #f4f4f4;
    min-height: inherit;
}
@media all and (max-width: 1199px) {
    #choice .box:first-child .box__inner {
        padding-top: 0;
    }
}
#choice .box .box__inner {
    min-height: 290px;
    background-color: #fff;
    padding: 40px;
}
@media all and (max-width: 991px) {
    #choice .box .box__inner {
        padding: 24px;
    }
}
@media all and (max-width: 575px) {
    #choice .box .box__inner {
        min-height: 240px;
    }
}
@media all and (max-width: 575px) {
    #choice .box .box__inner .heading {
        margin-bottom: 0;
    }
}
@media all and (max-width: 991px) {
    #choice .box .box__inner .heading h2 {
        font-size: 30px;
        line-height: 36px;
    }
}
@media all and (max-width: 575px) {
    #choice .box .box__inner .heading h2 {
        font-size: 24px;
        line-height: 28px;
    }
}
#choice .box .box__inner .icon {
    margin-bottom: 42px;
}
@media all and (max-width: 575px) {
    #choice .box .box__inner .icon {
        margin-bottom: 36px;
    }
}
#choice .box .box__inner .content h5 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #choice .box .box__inner .content h5 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 16px;
    }
}
@-webkit-keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#products {
    background-color: #f4f4f4;
    padding-top: 160px;
    padding-bottom: 130px;
    margin-bottom: 160px;
}
@media all and (max-width: 1600px) {
    #products {
        padding-top: 100px;
        padding-bottom: 70px;
        margin-bottom: 100px;
    }
}
@media all and (max-width: 1199px) {
    #products {
        margin-bottom: 40px;
    }
}
@media all and (max-width: 575px) {
    #products {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
#products .box__button .btn {
    margin-top: 60px;
}
@media all and (max-width: 575px) {
    #products .box__button .btn {
        margin-top: 24px;
    }
}
@media all and (max-width: 575px) {
    #products .box__button .btn {
        width: 100%;
    }
}
#products .heading {
    margin-bottom: 80px;
}
@media all and (max-width: 1600px) {
    #products .heading {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 991px) {
    #products .heading {
        margin-bottom: 20px;
    }
}
@media all and (max-width: 1199px) {
    #products .heading h2 {
        font-size: 36px;
        line-height: 120%;
    }
}
@media all and (max-width: 575px) {
    #products .heading h2 {
        font-size: 24px;
        line-height: 28px;
    }
}
#products .box__nav {
    margin-bottom: 60px;
}
@media all and (max-width: 1600px) {
    #products .box__nav {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 1199px) {
    #products .box__nav {
        font-size: 24px;
        line-height: 28px;
    }
}
@media all and (max-width: 991px) {
    #products .box__nav {
        margin-bottom: 20px;
    }
}
#products .box__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media all and (max-width: 991px) {
    #products .box__nav ul {
        gap: 0 6px;
    }
}
#products .box__nav ul li {
    cursor: pointer;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 118px;
    min-height: 76px;
    background-color: #fff;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    #products .box__nav ul li {
        font-size: 16px;
        margin-bottom: 6px;
        min-height: 52px;
        min-width: 100px;
    }
}
#products .box__nav ul li.active {
    background-color: #0080c5;
    color: #fff;
}
#products .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
@media all and (max-width: 1199px) {
    #products .wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}
@media all and (max-width: 767px) {
    #products .wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
#products .product__item .item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    background-color: #fff;
    padding: 40px;
}
@media all and (max-width: 767px) {
    #products .product__item .item__inner {
        gap: 24px;
        padding: 24px;
    }
}
#products .product__item .item__inner .product__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media all and (max-width: 767px) {
    #products .product__item .item__inner .product__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 12px;
    }
}
#products .product__item .item__inner .product__content .product__image {
    text-align: center;
}
@media all and (min-width: 767px) {
    #products .product__item .item__inner .product__content .product__image {
        margin-bottom: 24px;
    }
}
#products .product__item .item__inner .product__content .product__image img {
    max-height: 200px;
}
@media all and (max-width: 767px) {
    #products .product__item .item__inner .product__content .content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
#products .product__item .item__inner .product__content h6 {
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
@media all and (max-width: 575px) {
    #products .product__item .item__inner .product__content h6 {
        margin-bottom: 20px;
    }
}
#products .product__item .item__inner .product__content h5 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
}
@media all and (max-width: 575px) {
    #products .product__item .item__inner .product__content h5 {
        margin-bottom: 12px;
    }
}
#products .product__item .item__inner .product__content ul li {
    padding-top: 12px;
    padding-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 10px;
}
@media all and (max-width: 575px) {
    #products .product__item .item__inner .product__content ul li {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}
#products .product__item .item__inner .product__content ul li:not(:last-child) {
    border-bottom: 1px solid #ededed;
}
#about {
    background-color: #0080c5;
    color: #fff;
}
#about .box__content {
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
}
@media all and (max-width: 1199px) {
    #about .box__content {
        padding-right: 15px;
    }
}
#about .box__content .content__inner {
    max-width: 490px;
    width: 100%;
}
#about .box__content .content__inner .item {
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    #about .box__content .content__inner .item {
        margin-bottom: 24px;
    }
}
@media all and (max-width: 575px) {
    #about .box__content .content__inner .item .item__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
#about .box__content .content__inner .item .item__inner img {
    display: block;
    margin-bottom: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 575px) {
    #about .box__content .content__inner .item .item__inner img {
        margin-right: 20px;
    }
}
#about .box__content .content__inner .note__inner {
    padding-top: 40px;
    margin-top: 20px;
    border-top: 2px solid #fff;
}
@media all and (max-width: 575px) {
    #about .box__content .content__inner .note__inner {
        margin-top: 8px;
        padding-top: 24px;
    }
}
#about .box__content .content__inner .note__inner p {
    font-size: 24px;
    line-height: 24px;
}
@media all and (max-width: 575px) {
    #about .box__content .content__inner .note__inner p {
        font-size: 20px;
    }
}
#about .box__image .image__inner .image {
    padding-left: 0;
    padding-right: 0;
}
#about .box__image .image__inner .image .img {
    height: 220px;
    padding: 2px;
}
@media all and (max-width: 575px) {
    #about .box__image .image__inner .image .img {
        height: 124px;
    }
}
#about .box__image .image__inner .image:first-child .img:first-child {
    height: 440px;
}
@media all and (max-width: 575px) {
    #about .box__image .image__inner .image:first-child .img:first-child {
        height: 248px;
    }
}
#about .box__image .image__inner .image:last-child .img:last-child {
    height: 440px;
}
@media all and (max-width: 575px) {
    #about .box__image .image__inner .image:last-child .img:last-child {
        height: 248px;
    }
}
#about .box__image .image__inner .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#massmedia {
    background-color: #f4f4f4;
    padding-top: 160px;
    padding-bottom: 200px;
}
@media all and (max-width: 1600px) {
    #massmedia {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media all and (max-width: 575px) {
    #massmedia {
        padding-top: 44px;
        padding-bottom: 44px;
    }
}
#massmedia .wrapper {
    background-color: #fff;
}
#massmedia .wrapper .box:not(:last-child) .box__inner {
    border-right: 1px solid #ededed;
}
@media all and (max-width: 991px) {
    #massmedia .wrapper .box:not(:last-child) .box__inner {
        border-right: none;
        border-bottom: 1px solid #ededed;
    }
}
#massmedia .wrapper .box .box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 24px 40px 24px;
}
#massmedia .wrapper .box .box__inner .icon {
    height: 80px;
    margin-bottom: 110px;
}
@media all and (max-width: 991px) {
    #massmedia .wrapper .box .box__inner .icon {
        margin-bottom: 50px;
        height: 43px;
    }
}
#massmedia .wrapper .box .box__inner .icon img {
    max-height: 80px;
}
@media all and (max-width: 991px) {
    #massmedia .wrapper .box .box__inner .icon img {
        max-height: 43px;
    }
}
#massmedia .wrapper .box .box__inner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#massmedia .wrapper .box .box__inner .content p {
    margin-bottom: 40px;
}
@media all and (max-width: 991px) {
    #massmedia .wrapper .box .box__inner .content p {
        margin-bottom: 24px;
    }
}
#massmedia .wrapper .box .box__inner .content .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0080c5;
}
#massmedia .wrapper .box .box__inner .content .more:hover img {
    margin-left: 19px;
}
#massmedia .wrapper .box .box__inner .content .more img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 16px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
#faq {
    padding-top: 160px;
    padding-bottom: 160px;
}
@media all and (max-width: 1600px) {
    #faq {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media all and (max-width: 575px) {
    #faq {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
#faq .box__content .content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media all and (max-width: 991px) {
    #faq .box__content .content__inner .btn {
        display: none;
    }
}
#faq .box__faq .faq__inner .btn {
    display: none;
}
@media all and (max-width: 991px) {
    #faq .box__faq .faq__inner .btn {
        display: inline-block;
    }
}
@media all and (max-width: 991px) {
    #faq .box__faq .faq__inner .faq_tabs {
        margin-bottom: 32px;
    }
}
#faq .box__faq .faq__inner .faq_tabs .tabs_item {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media all and (max-width: 991px) {
    #faq .box__faq .faq__inner .faq_tabs .tabs_item {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}
#faq .box__faq .faq__inner .faq_tabs .tabs_item:first-child {
    padding-top: 0;
}
#faq .box__faq .faq__inner .faq_tabs .tabs_item:last-child {
    padding-bottom: 0;
}
#faq .box__faq .faq__inner .faq_tabs .tabs_item:not(:last-child) {
    border-bottom: 1px solid #ededed;
}
#faq .box__faq .faq__inner .faq_tabs .tabs_item .item__title {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
    padding-right: 80px;
}
@media all and (max-width: 575px) {
    #faq .box__faq .faq__inner .faq_tabs .tabs_item .item__title {
        font-size: 16px;
        line-height: 24px;
        padding-right: 55px;
    }
}
#faq .box__faq .faq__inner .faq_tabs .tabs_item .item__title:after {
    position: absolute;
    content: "+";
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #f4f4f4;
    font-size: 32px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media all and (max-width: 575px) {
    #faq .box__faq .faq__inner .faq_tabs .tabs_item .item__title:after {
        width: 44px;
        height: 44px;
        font-size: 24px;
    }
}
#faq .box__faq .faq__inner .faq_tabs .tabs_item .item__title.active:after {
    content: "-";
}
#faq .box__faq .faq__inner .faq_tabs .tabs_item .tab_content {
    display: none;
    padding-top: 15px;
}
#faq .box__faq .faq__inner .faq_tabs .tabs_item .tab_content p {
    margin-bottom: 14px;
}
@media all and (max-width: 575px) {
    #faq .box__faq .faq__inner .faq_tabs .tabs_item .tab_content p {
        font-size: 14px;
        line-height: 18px;
    }
}
#faq .box__faq .faq__inner .faq_tabs .tabs_item .tab_content.open {
    display: block;
}
#contacts {
    background-color: #f4f4f4;
    padding-top: 160px;
    padding-bottom: 200px;
}
@media all and (max-width: 1600px) {
    #contacts {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media all and (max-width: 575px) {
    #contacts {
        padding-top: 44px;
        padding-bottom: 44px;
    }
}
#contacts .tabs .tabs__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media all and (max-width: 991px) {
    #contacts .tabs .tabs__caption {
        display: block;
    }
}
#contacts .tabs .tabs__caption li {
    width: 50%;
}
@media all and (max-width: 991px) {
    #contacts .tabs .tabs__caption li {
        width: 100%;
    }
}
@media all and (max-width: 991px) {
    #contacts .tabs .tabs__caption li:not(:last-child) {
        border-bottom: 1px solid #ededed;
    }
}
#contacts .tabs .tabs__caption li .content {
    cursor: pointer;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    background-color: #fff;
    position: relative;
    padding: 40px;
    min-height: 200px;
}
@media all and (max-width: 991px) {
    #contacts .tabs .tabs__caption li .content {
        width: 100%;
        min-height: inherit;
        padding: 24px;
    }
}
#contacts .tabs .tabs__caption li .content:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #0080c5;
    border-width: 20px;
    margin-left: -20px;
    display: none;
    z-index: 2;
}
#contacts .tabs .tabs__caption li .mobile__map {
    display: none;
    height: 320px;
}
#contacts .tabs .tabs__caption li .mobile__map iframe {
    width: 100%;
    height: 100%;
}
#contacts .tabs .tabs__caption li p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
}
@media all and (max-width: 991px) {
    #contacts .tabs .tabs__caption li p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 1199px) {
    #contacts .tabs .tabs__caption li .phone__worktime {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
#contacts .tabs .tabs__caption li .phone__worktime .icon {
    display: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
}
@media all and (max-width: 1199px) {
    #contacts .tabs .tabs__caption li .phone__worktime .icon {
        display: block;
    }
}
#contacts .tabs .tabs__caption li .phone__worktime .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (max-width: 1199px) {
    #contacts .tabs .tabs__caption li .phone__worktime .text {
        display: block;
    }
}
#contacts .tabs .tabs__caption li .phone__worktime .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0080c5;
    font-weight: 700;
    border-right: 2px solid #ededed;
    padding-right: 20px;
    margin-right: 20px;
}
@media all and (max-width: 1199px) {
    #contacts .tabs .tabs__caption li .phone__worktime .phone {
        border-right: none !important;
    }
}
#contacts .tabs .tabs__caption li .phone__worktime .phone img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
}
@media all and (max-width: 991px) {
    #contacts .tabs .tabs__caption li .phone__worktime .phone img {
        display: none;
    }
}
@media all and (max-width: 991px) {
    #contacts .tabs .tabs__caption li .phone__worktime .worktime {
        font-size: 12px;
        line-height: 14px;
    }
}
#contacts .tabs .tabs__caption li .showmap {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0080c5;
    margin-top: 20px;
    position: relative;
    padding-right: 24px;
}
@media all and (max-width: 991px) {
    #contacts .tabs .tabs__caption li .showmap {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
#contacts .tabs .tabs__caption li .showmap.is-active:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
#contacts .tabs .tabs__caption li .showmap:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_20.svg);
    width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
#contacts .tabs .tabs__caption li.active .content {
    background-color: #0080c5;
    color: #fff;
}
@media all and (max-width: 991px) {
    #contacts .tabs .tabs__caption li.active .content {
        background-color: #fff;
        color: inherit;
    }
}
#contacts .tabs .tabs__caption li.active .content:after {
    display: block;
}
@media all and (max-width: 991px) {
    #contacts .tabs .tabs__caption li.active .content:after {
        display: none;
    }
}
#contacts .tabs .tabs__caption li.active .content .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media all and (max-width: 991px) {
    #contacts .tabs .tabs__caption li.active .content .icon img {
        -webkit-filter: inherit;
        filter: inherit;
    }
}
#contacts .tabs .tabs__caption li.active .content .phone {
    color: #fff;
    border-right: 2px solid #006693;
}
@media all and (max-width: 991px) {
    #contacts .tabs .tabs__caption li.active .content .phone {
        color: #0080c5;
    }
}
#contacts .tabs .tabs__caption li.active .content .phone img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
#contacts .tabs .tabs__content {
    display: none;
}
@media all and (max-width: 991px) {
    #contacts .tabs .tabs__content {
        display: none !important;
    }
}
#contacts .tabs .tabs__content.active {
    display: block;
    -webkit-animation: showBlock 0.3s linear forwards;
    animation: showBlock 0.3s linear forwards;
}
#contacts .tabs .tabs__content .map {
    height: 560px;
}
@media all and (max-width: 575px) {
    #contacts .tabs .tabs__content .map {
        height: 320px;
    }
}
#contacts .tabs .tabs__content .map iframe {
    width: 100%;
    height: 100%;
}
#jobs {
    margin-bottom: 200px;
}
@media all and (max-width: 1600px) {
    #jobs {
        margin-bottom: 100px;
    }
}
@media all and (max-width: 575px) {
    #jobs {
        margin-bottom: 40px;
    }
}
#jobs .wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
#jobs .box {
    padding-left: 0;
    padding-right: 0;
}
#jobs .box:not(:last-child) .box__inner {
    border-right: 1px solid #fff;
}
@media all and (max-width: 991px) {
    #jobs .box:not(:last-child) .box__inner {
        border-right: none;
        border-bottom: 1px solid #fff;
    }
}
#jobs .box .box__inner {
    position: relative;
    z-index: 2;
    min-height: 400px;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media all and (max-width: 575px) {
    #jobs .box .box__inner {
        min-height: 300px;
        padding: 24px;
    }
}
#jobs .box .box__inner .image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
#jobs .box .box__inner .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#jobs .box .box__inner .title {
    margin-bottom: 20px;
}
#jobs .box .box__inner .content {
    width: 100%;
}
#jobs .box .box__inner .content h5 {
    font-size: 32px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 28px;
}
@media all and (max-width: 575px) {
    #jobs .box .box__inner .content h5 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 575px) {
    #jobs .box .box__inner .content .btn {
        width: 100%;
    }
}
#questions {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/21.webp);
    padding-top: 160px;
    padding-bottom: 160px;
}
@media all and (max-width: 1600px) {
    #questions {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media all and (max-width: 575px) {
    #questions {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
#questions .content {
    background-color: #fff;
    padding: 100px 220px;
}
@media all and (max-width: 1600px) {
    #questions .content {
        padding: 80px 160px;
    }
}
@media all and (max-width: 1199px) {
    #questions .content {
        padding: 60px;
    }
}
@media all and (max-width: 575px) {
    #questions .content {
        padding: 40px 24px;
    }
}
@media all and (max-width: 575px) {
    #questions .content .heading h2 strong {
        display: block;
    }
}
#questions .content .heading p {
    font-size: 20px;
    line-height: 28px;
    max-width: 556px;
    width: 100%;
    margin: 20px auto 0 auto;
}
@media all and (max-width: 575px) {
    #questions .content .heading p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 16px;
    }
}
.form__inner form .form__item {
    border-bottom: 1px solid #fff;
    margin-bottom: 44px;
}
@media all and (max-width: 575px) {
    .form__inner form .form__item {
        margin-bottom: 28px;
    }
}
form .b24-form-field input,
form .b24-form-field textarea {
    width: 100%;
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 24px;
}
@media all and (max-width: 575px) {
    .form__inner form .form__item input,
    .form__inner form .form__item textarea {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 20px;
    }
}
.form__inner form .form__item input::-webkit-input-placeholder,
.form__inner form .form__item textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.form__inner form .form__item input::-moz-placeholder,
.form__inner form .form__item textarea::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.form__inner form .form__item input::-ms-placeholder,
.form__inner form .form__item textarea::-ms-placeholder {
    color: #fff;
    opacity: 1;
}
.form__inner form .form__item input::-webkit-input-placeholder,
.form__inner form .form__item textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.form__inner form .form__item input::-moz-placeholder,
.form__inner form .form__item textarea::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.form__inner form .form__item input:-ms-input-placeholder,
.form__inner form .form__item textarea:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.form__inner form .form__item input::-ms-input-placeholder,
.form__inner form .form__item textarea::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.form__inner form .form__item input::placeholder,
.form__inner form .form__item textarea::placeholder {
    color: #fff;
    opacity: 1;
}
.form__inner form .form__item textarea {
    height: 90px;
    resize: none;
}
#footer {
    background-color: #151617;
    color: #fff;
    padding-top: 80px;
}
@media all and (max-width: 991px) {
    #footer {
        padding-top: 40px;
    }
}
#footer .footer__item {
    margin-bottom: 80px;
}
@media all and (max-width: 991px) {
    #footer .footer__item {
        margin-bottom: 40px;
    }
}
#footer .footer__top {
    border-bottom: 1px solid #202223;
    margin-bottom: 40px;
}
@media all and (max-width: 991px) {
    #footer .footer__top {
        margin-bottom: 24px;
    }
}
#footer .footer__top .footer__logo img {
    width: 88px;
    height: auto;
}
#footer .footer__top .footer__menu ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
@media all and (max-width: 575px) {
    #footer .footer__top .footer__menu ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
#footer .footer__top .footer__menu ul li:not(:last-child) {
    margin-bottom: 20px;
}
#footer .footer__top .footer__menu ul li a {
    color: #fff;
}
#footer .footer__top .footer__menu ul li a:hover {
    text-decoration: underline;
}
#footer .footer__top .footer__contacts .contacts__inner {
    padding-left: 40px;
}
@media all and (max-width: 1199px) {
    #footer .footer__top .footer__contacts .contacts__inner {
        padding-left: 0;
    }
}
#footer .footer__top .footer__contacts .contacts__inner p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 12px;
}
#footer .footer__top .footer__contacts .contacts__inner .phone {
    display: inline-block;
    color: #fff;
    font-weight: 800;
    margin-bottom: 23px;
    font-size: 24px;
    line-height: 26px;
    white-space: nowrap;
}
@media all and (max-width: 1199px) {
    #footer .footer__top .footer__contacts .contacts__inner .phone {
        font-size: 20px;
    }
}
#footer .footer__top .footer__contacts .contacts__inner ul li {
    display: inline-block;
    margin-right: 15px;
}
#footer .footer__top .footer__contacts .contacts__inner ul li a:hover {
    opacity: 0.8;
}
#footer .footer__top .footer__callback .callback__inner {
    max-width: 221px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
}
@media all and (max-width: 991px) {
    #footer .footer__top .footer__callback .callback__inner {
        max-width: none;
    }
}
#footer .footer__bottom {
    color: #585a5c;
}
#footer .footer__bottom a {
    color: #585a5c;
}
#footer .footer__bottom a:hover {
    text-decoration: underline;
}
#footer .footer__bottom .copyright {
    margin-bottom: 40px;
}
@media all and (max-width: 991px) {
    #footer .footer__bottom .copyright {
        margin-bottom: 20px;
    }
}
#footer .footer__bottom .policy {
    text-align: right;
    margin-bottom: 40px;
}
@media all and (max-width: 991px) {
    #footer .footer__bottom .policy {
        margin-bottom: 20px;
    }
}
@media all and (max-width: 767px) {
    #footer .footer__bottom .policy {
        text-align: left;
    }
}

article .aligncenter,
article div.aligncenter,
article img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
article img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
article img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
article .alignright {
    float: right;
}
article .alignleft {
    float: left;
}
article h2,
article h3,
article h4,
article h5,
article h6 {
    font-weight: 700;
    margin-bottom: 0.625em;
}
article h2 {
    font-size: 32px;
    line-height: 38px;
}
article h3 {
    font-size: 26px;
    line-height: 34px;
}
article h4 {
    font-size: 22px;
}
article h5 {
    font-size: 18px;
}
article h6 {
    font-size: 16px;
}
article p {
    margin-bottom: 1em;
}
article a {
    color: #00a8d2;
}
article ul {
    margin-bottom: 1em;
    list-style-type: disc;
    padding-left: 15px;
}
article ul ul {
    margin-bottom: 0;
}
article ol li,
article ul li {
    margin-bottom: 4px;
}
article ol {
    margin-bottom: 1em;
    padding-left: 15px;
}
article .wp-block-table,
article table {
    overflow-x: auto;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    padding: 0;
    border-spacing: 0;
}
article table form,
article table li,
article table p,
article table ul {
    margin: 6px 0;
    padding: 0;
}
article table tfoot,
article table thead,
article table.wp-block-table tfoot,
article table.wp-block-table thead {
    border: 1px solid rgba(0, 0, 0, 0.12);
}
article table tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.04);
}
article table th,
article table.wp-block-table th {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin: 0;
    padding: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media all and (max-width: 575px) {
    article table td,
    article table th {
        min-width: 180px;
    }
}
article table td,
article table.wp-block-table td {
    padding: 12px;
    margin: 0;
    border-top: 1px solid #ddd;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
article table.wp-block-table.is-style-stripes {
    border-collapse: collapse;
}
article table.wp-block-table.is-style-stripes td {
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
#questions {
	.b24-form {
		.b24-form-wrapper.b24-form-border-bottom {
			border-bottom: none;
		}
		.b24-form-field-phone, .b24-form-field-name {
			width: 50%;

		}
		.b24-form-field-name {
			padding-right: 10px;
		}
		.b24-form-field-phone {
			padding-left: 10px;
		}
		.b24-form-field-text {
			width: 100%;
		}
		.b24-form-field-agreement-link {
			font-weight: 400;
			font-size: 14px;
			line-height: 167%;
			color: #a8a8a8;
		}
		.b24-form-field {
		  input[type="checkbox"] {
			width: 36px;
			margin-right: 12px;
		  }
		}
	}
	form {
		div:first-child {
	  		display: flex;
			flex-wrap: wrap;
			width: 100%;
		}
	}
}

@media (max-width: 767px) { 
#questions {
	.b24-form {
		.b24-form-field-phone, .b24-form-field-name {
			width: 100%;

		}
		.b24-form-field-name {
			padding-right: 0px;
		}
		.b24-form-field-phone {
			padding-left: 0px;
		}
		
	}
	form {
		div:first-child {
	  		display: flex;
			flex-wrap: wrap;
			width: 100%;
		}
	}
}
}