@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*, *::before, *::after {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

body {
    padding-top: 0 !important;
    font-family: 'Raleway', sans-serif; }

body.hidden {
    overflow: hidden; }

.body_btn {
    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;
    width: 220px;
    height: 54px;
    background: #F50000;
    border: 0;
    border-right: 4px solid #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    overflow: hidden; }
.body_btn p {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.body_btn::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.body_btn:hover::after {
    left: 4px; }

.body_btn:hover p {
    color: #F50000; }

:focus {
    outline: none; }

button {
    cursor: pointer; }

a {
    padding: 0;
    margin: 0;
    text-decoration: none; }

p {
    padding: 0;
    margin: 0; }

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0; }

ul, ol {
    padding: 0;
    margin: 0; }

.container {
    max-width: 944px;
    width: 100%;
    padding: 0 !important;
    margin: 0 auto; }

/*.header {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 80px;*/
/*    z-index: 99;*/
/*    padding-top: 16px;*/
/*    -webkit-transition: all 0.2s ease;*/
/*    -o-transition: all 0.2s ease;*/
/*    transition: all 0.2s ease; }*/

.header__conteiner {
    max-width: 1760px;
    width: 100%;
    margin: 0 auto; }

.header__logo {
    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;
    width: 248px;
    height: 80px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
.header__logo img {
    width: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.header__box {
    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; }

.header__navbar {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.header__navbar .li {
    margin-left: 64px;
    position: relative; }
.header__navbar .li_sub {
    width: 220px;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 32px;
    left: 0;
    background-color: #fff;
    transition: height 0.3s; }
    .header__navbar .li_sub .li {
        margin: 0;
    }
.header__navbar .li_sub a.item {
    border: 0 !important; 
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #091013;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 12px 24px; }
    .header__navbar .li_sub a.item:hover {
        color: #F50000;
    }
.header__navbar .li_sub a:nth-child(1) {
    padding-top: 24px;
    border-top: 4px solid #F50000; }
.header__navbar .li_sub a:last-child {
    padding-bottom: 24px; }
.header__navbar .li_sub a:hover {
    color: #F50000; }
.header__navbar .li:hover .li_sub {
    border: 1px solid #EEEEEE;
    box-shadow: 0px 5px 25px rgba(130, 125, 125, 0.12);
    transition: height 0.9s;
    max-height: 1000px; }
.header__navbar .li:nth-child(1) {
    margin-left: 0; }
.header__navbar .item {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    padding-bottom: 8px;
    border-bottom: 4px solid transparent;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
.header__navbar .item:hover {
    border-color: #F50000; }

.header__btn {
    width: 248px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
.header__btn .body_btn {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.header.fixed {
    position: fixed;
    background: #FFFFFF;
    padding-top: 13px;
    z-index: 3;}
.header.fixed .header__logo {
    width: 167px;
    height: 54px; }
.header.fixed .header__logo img {
    width: 100%; }
.header.fixed .header__navbar .item {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1C2D40; }
.header.fixed .body_btn {
    border-right: 0;
    border: 1px solid #F50000; }
.header.fixed .header__btn {
    width: 220px; }

main {
    overflow: hidden; }

@-webkit-keyframes btnDown {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px); }
    to {
        -webkit-transform: translateY(10px);
        transform: translateY(10px); } }

@keyframes btnDown {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px); }
    to {
        -webkit-transform: translateY(10px);
        transform: translateY(10px); } }

.banner {
    position: relative;
    height: 900px;
    background: url(../images/banner.png) no-repeat center/cover;
    background-attachment: fixed; }

.banner::after {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 50, 85, 0.33)), to(rgba(51, 114, 177, 0.3168)));
    background: -webkit-linear-gradient(top, rgba(27, 50, 85, 0.33) 0%, rgba(51, 114, 177, 0.3168) 100%);
    background: -o-linear-gradient(top, rgba(27, 50, 85, 0.33) 0%, rgba(51, 114, 177, 0.3168) 100%);
    background: linear-gradient(180deg, rgba(27, 50, 85, 0.33) 0%, rgba(51, 114, 177, 0.3168) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

.banner__content {
    flex-direction: column;
    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;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%; }

.banner__h1 {
    max-width: 782px;
    width: 100%;
    font-weight: 600;
    font-size: 72px;
    line-height: 85px;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 40px; }

.banner__down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 125px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 24px; }
.banner__down svg {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-animation-name: btnDown;
    animation-name: btnDown;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse; }

.banner__down:hover svg {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

.benefits {
    height: 1070px;
    position: relative;
    background: url(../images/benefits-bg.png) no-repeat center/cover;
    background-attachment: fixed; }
.benefits .slick-prev {
    width: 40px;
    height: 40px;
    top: 120%;
    left: 0;
    background: transparent url(../images/Path.svg) no-repeat center;
    z-index: 88; }
.benefits .slick-next {
    width: 40px;
    height: 40px;
    top: 120%;
    left: 40px;
    background: transparent url(../images/Path2.svg) no-repeat center;
    z-index: 88; }
.benefits .slick-arrow::before {
    display: none; }
.benefits .slick-prev:hover {
    background: transparent url(../images/Path-red.svg) no-repeat center; }
.benefits .slick-next:hover {
    background: transparent url(../images/Path2-red.svg) no-repeat center; }
.benefits .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 24px;
    top: 117.5%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 150px; }
.benefits .slick-dots li {
    margin: 0; }
.benefits .slick-dots li button {
    width: 24px;
    height: 24px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    position: relative;
    background: transparent; }
.benefits .slick-dots li button::before {
    display: none; }
.benefits .slick-dots li button::after {
    content: "";
    width: 150px;
    height: 1px;
    background: white;
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, white 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, white 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, white 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -150px; }
.benefits .slick-dots li:nth-child(1) button::after {
    display: none; }
.benefits .slick-dots li.slick-active button {
    background: #FFFFFF;
    border: 2px solid #F50000; }

.benefits::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6); }

.benefits__content {
    position: relative;
    z-index: 2;
    padding-top: 137px; }
.benefits__content .h2 {
    max-width: 458px;
    width: 100%;
    font-weight: 600;
    font-size: 48px;
    line-height: 125%;
    color: #FFFFFF;
    margin-bottom: 56px; }

.benefits__wrap {
    width: 300px;
    padding-top: 5px; }
.benefits__wrap > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 12px;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 4px;
    border-left: 5px solid #F50000;
    padding-top: 1px;
    padding-left: 6px; }
.benefits__wrap h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 24px;
    min-height: 43px;
    max-height: 43px;
    overflow: hidden; }
.benefits__wrap .img {
    width: 100%;
    height: 390px;
    overflow: hidden;
    position: relative; }
.benefits__wrap .img img {
    width: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }


.news {
    padding: 160px 0; }
.news .h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 125%;
    color: #1C2D40;
    margin-bottom: 56px; }

.news__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.news__item {
    width: 296px;
    min-height: 200px;
    margin-right: 28px;
    background: #FFFFFF;
    border: 1px solid #CAD5E1;
    padding: 24px 30px;
    padding-right: 40px;
    padding-bottom: 44px;
    overflow: hidden;
    position: relative; }
.news__item .date {
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #4D5E72;
    margin-bottom: 12px; }
.news__item h5 {
    font-weight: 900;
    font-size: 18px;
    line-height: 130%;
    color: #1C2D40; }
.news__item .line {
    width: 40px;
    height: 40px;
    background: #F50000;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden; }
.news__item .line .icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    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; }
.news__item .line p {
    width: 296px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    padding-left: 30px; }
.news__item .line p svg {
    margin-left: 16px; }

.news__item:hover .line {
    width: 296px; }
.news__item:hover .line .icon {
    opacity: 0; }
.news__item:hover .line p {
    opacity: 1; }

.news__item:nth-child(3n) {
    margin-right: 0; }

.contact_us {
    background: #01090C;
    position: relative;
    padding-top: 140px;
    padding-bottom: 160px; }

.contact_us::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../images/noise.png) no-repeat center/cover; }

.contact_us__content {
    position: relative;
    z-index: 2; }

.contact_us__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.contact_us__box .left {
    width: 428px; }
.contact_us__box .left .h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 125%;
    color: #FFFFFF;
    margin-bottom: 56px; }
.contact_us__box .left .h2 span {
    display: block;
    text-align: end;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF; }
.contact_us__box .left .form .input {
    width: 422px;
    height: 53px;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    padding: 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    background-color: transparent;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 32px; }
.contact_us__box .left .form .input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF; }
.contact_us__box .left .form .input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF; }
.contact_us__box .left .form .input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF; }
.contact_us__box .left .form .input::placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF; }
.check {
    width: 422px;
    margin-top: 8px;
    margin-bottom: 24px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.check input {
    min-width: 24px;
    width: 24px;
    min-height: 24px;
    height: 24px;
    opacity: 0;
    margin-right: 16px; }
.check label {
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF; }
.check label a {
    color: #FFFFFF;
    text-decoration: underline; }
.check label::after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 2px; }
.check input:checked + label::after {
    background: #F50000 url(../images/check.svg) no-repeat center;
    background-size: 70%; }
.contact_us__box .right {
    width: 379px; }
.contact_us__box .right img {
    width: 100%; }

.footer {
    background: #01090C;
    border-top: 1px solid #585E5F;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px; }

.footer::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../images/noise.png) no-repeat center/cover; }

.footer__content {
    position: relative;
    z-index: 2; }

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 66px; }

.footer__logo {
    width: 247px;
    height: 80px;
    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; }

.footer__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.footer__soc a {
    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;
    width: 80px;
    height: 80px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    margin-left: 40px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.footer__soc a svg path {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.footer__soc a:hover {
    background-color: #fff; }
.footer__soc a:hover svg path {
    fill: #323232; }

.footer__botttom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.footer__botttom .left p {
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 8px; }
.footer__botttom .left a {
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF; }
.footer__botttom .left a:hover {
    text-decoration: none; }
.footer__botttom .right {
    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; }
.footer__botttom .right a {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin: 4px 0; }
.footer__botttom .right a:hover {
    text-decoration: underline; }
.footer__botttom .right svg {
    margin-left: 16px; }
.banner__btn {
    display: none;
}
@media screen and (max-width: 1760px) {
    .header__conteiner {
        padding: 0 15px; } }

@media screen and (max-width: 1170px) {
    .banner__btn {
        display: flex;
    }
    .header__btn {
        display: none; }
    .header__conteiner {
        padding: 0 30px; }
    .header__logo {
        width: 200px;
        height: 64px; }
    .header__navbar .li {
        margin-left: 40px; }
    .banner__btn {
        width: 100%;
        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;
        position: absolute;
        left: 0;
        bottom: 290px; } }

.header__burgir {
    display: none; }

.news .h2 a {
    display: none; }
    
@media screen and (max-width: 1050px) {
    .header__navbar .li {
        margin-left: 16px;
    }
    .header__navbar .li:nth-child(1) {
        margin-left: 0px;
    }
}

@media screen and (max-width: 945px) {
    .benefits .container {
        padding-right: 0 !important; }
    .container {
        padding: 0 30px; }
    .header__navbar {
        display: none;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        position: fixed;
        top: -100%;
        left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 160px; }
    .header__navbar .li {
        margin-left: 0;
        width: 100%;
        margin-bottom: 64px;
        padding-right: 42px;
        padding-left: 65px;
        position: relative; }
    .header__navbar .li::before {
        content: "";
        width: 8px;
        height: 8px;
        background: #F50000;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 41px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .header__navbar .item {
        font-weight: 500 !important;
        font-size: 48px !important;
        line-height: 56px !important;
        color: #1C2D40; }
    .header__burgir {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 64px;
        height: 56px;
        background: #FFFFFF;
        border-radius: 4px;
        margin-left: auto;
        position: relative;
        border: 0;
        border: 1px solid transparent; }
    .header__burgir span {
        display: block;
        width: 32px;
        height: 4px;
        background: #F50000; }
    .header__burgir span:nth-child(1) {
        position: absolute;
        top: 14px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .header__burgir span:nth-child(2) {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .header__burgir span:nth-child(3) {
        position: absolute;
        bottom: 14px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .header.fixed .header__burgir {
        border: 1px solid #F50000; }
    .news {
        padding: 120px 0; }
    .news__item {
        display: none; }
    .news__box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    .news__item:hover .line {
        width: 328px; }
    .news__item:nth-child(1), .news__item:nth-child(2) {
        width: 328px;
        display: block;
        margin: 0; }
    .news .h2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px; }
    .news .h2 a {
        display: block;
        font-weight: normal;
        font-size: 14px;
        line-height: 140%;
        -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #F50000;
        margin-left: auto; }
    .contact_us {
        padding: 0; }
    .contact_us .container {
        padding: 0 !important;
        padding-left: 30px !important; }
    .contact_us__box .left {
        width: 368px;
        padding-top: 120px;
        padding-bottom: 120px; }
    .contact_us__box .left .form .input {
        width: 327px; }
    .contact_us__box .left .h2 span {
        text-align: start; }
    .contact_us__box .left .check label br {
        display: none; }
    .contact_us__box .right {
        width: 319px;
        position: relative;
        overflow: hidden; }
    .contact_us__box .right img {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 60%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        width: auto;
        height: 120%; }
    .benefits {
        height: 992px; }
    .header__burgir.active span:nth-child(2) {
        opacity: 0; }
    .header__burgir.active span:nth-child(1) {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
    .header__burgir.active span:nth-child(3) {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
    .header__navbar.active {
        overflow-y: auto;
        padding-bottom: 70px;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .header__burgir.active {
        border: 1px solid #F50000; }
    .header__logo.active {
        width: 200px !important;
        height: 64px !important;
        position: relative;
        z-index: 99; }
    .header__btn.active {
        width: 100% !important;
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 99;
        padding: 0 40px; }
    .header__btn.active .body_btn {
        width: 100%; }
    .header__navbar .li_sub {
        width: 100%;
        position: fixed;
        top: 140px;
        right: -100%;
        max-height: 100%;
        height: calc(100% - 140px);
        left: auto;
        z-index: 9;
        background: #fff;
        overflow-y: auto;
    }
    .header__navbar .li.active .li_sub {
        right: 0;
    }
}
@media screen and (max-width: 950px) {
    .container {
        padding:  0 15px !important;
    }
}
@media screen and (max-width: 767px) {
    .contact_us #callback {
        max-width: 100%;
    }
    .contact_us .form {
        width: 100%;
    }
    .contact_us .container {
        padding: 0 15px !important; }
    .footer-bottom__column.footer-bottom__made {
        padding: 0 !important;
    }
    .container, .header__conteiner {
        padding: 0 15px; }
    .header {
        padding-top: 20px; }
    .header__logo {
        width: 135px;
        height: 44px; }
    .banner {
        height: 558px; }
    .banner__h1 {
        font-weight: 600;
        font-size: 32px;
        line-height: 38px;
        text-align: center;
        color: #FFFFFF; }
    .banner__btn {
        bottom: 165px; }
    .banner__down {
        width: 48px;
        height: 72px;
        padding-top: 0; }
    .banner__down svg {
        width: 10px; }
    .header__logo.active, .header.fixed .header__logo {
        width: 135px !important;
        height: 44px !important; }
    .header__navbar {
        height: 100%;
        padding-top: 140px; }
    .header__navbar .li {
        padding-left: 41px;
        padding-right: 24px;
        margin-bottom: 48px; }
    .header__navbar .li::before {
        left: 25px; }
    .header__navbar .item {
        font-weight: 500 !important;
        font-size: 24px !important;
        line-height: 28px !important;
        color: #1C2D40; }
    .benefits {
        height: 786px; }
    .benefits__content {
        padding-top: 120px; }
    .benefits__content .h2 {
        max-width: 200px;
        width: 100%;
        font-size: 24px;
        line-height: 130%;
        margin-bottom: 32px; }
    .news {
        padding-top: 80px;
        padding-bottom: 80px; }
    .news .h2 {
        font-size: 24px;
        line-height: 130%;
        margin-bottom: 32px; }
    .news__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .news__item {
        width: 100%; }
    .news__item:hover .line {
        width: 100%; }
    .news__item:nth-child(1) {
        margin-top: 0;
        width: 100%; }
    .news__item:nth-child(2) {
        margin-top: 16px;
        width: 100%; }
    .contact_us__box .right {
        display: none; }
    .contact_us .container {
        padding: 0 15px; }
    .contact_us__box .left {
        width: 100%;
        padding-top: 80px;
        padding-bottom: 80px; }
    .contact_us__box .left .body_btn {
        width: 100%; }
    .contact_us__box .left .form .input {
        width: 100%; }
    .contact_us__box .left .h2 {
        font-size: 24px;
        line-height: 130%; }
    .footer {
        padding-top: 80px;
        padding-bottom: 64px; }
    .footer__logo {
        width: 133px;
        height: 44px; }
    .footer__logo img {
        width: 100%; }
    .footer__soc a {
        width: 48px;
        height: 48px;
        margin-left: 16px; }
    .footer__soc a svg {
        width: 19px; }
    .footer__top {
        padding-bottom: 48px; }
    .footer__botttom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .footer__botttom .right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 24px; }
    .benefits .slick-dots {
        padding-left: 0;
        padding-right: 15px;
        top: 110%; }
    .benefits .slick-arrow {
        display: none !important; }
    .benefits__wrap {
        width: 260px; }
    .benefits__wrap .img {
        height: 330px; }
    .benefits__wrap .img img {
        width: auto;
        height: 120%; }
    .benefits .slick-dots li button::after {
        display: none; }
    .benefits .slick-dots li button {
        width: 16px;
        height: 16px; }
    .benefits__wrap h5 {
        font-size: 14px;
        line-height: 130%;
        min-height: 38px;
        max-height: 38px; } }
@media screen and (max-width: 400px) {
    .check {
        width: 100%;
    }
    .check label {
        width: 80%;
    }
}
.feedback_box{
    display: none;
}
.iblock__list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;}
.iblock__item{
    width: 250px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popup-info .form {
    width: 100%;
}
.contact_us .cbHead {
    display: none;
}

.inner_header .header__navbar .item {
    color: #1C2D40;
}
.inner_main {
    padding-top: 110px;
}
.inner_page {
    padding-bottom: 160px;
}
.inner_page .h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 125%;
    color: #1C2D40;
    margin-bottom: 32px;
}
.inner_page p {
    /*max-width: 620px;*/
    width: 100%;
    margin-bottom: 32px;
}
.inner_page .img {
    max-width: 944px;
    width: 100%;
    height: 260px;
    position: relative;
    background-color: #ddd;
    margin-bottom: 32px;
}
.inner_page .img img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.inner_page h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}
.crumbs {
    height: 52px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom:50px;
    padding-left: 15px;
}
.breadcrumbs{
    width: 940px;
    display: flex;
    align-items: flex-start;
    margin: auto;
}
.crumbs > div:last-child{
    color: #F50000;
}
.crumbs .container {
    display: flex;
    align-items: center;
}
.crumbs a {
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1C2D40;
}
.crumbs p {
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #F50000;
    margin-bottom: 0;
    max-width: auto;
    width: auto;
}
.crumbs svg {
    margin: 0 8px;
}
.header.fixed .header__navbar .li_sub a.item {
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 140% !important;
}
.header_sub_back {
    display: none;
}
@media screen and (max-width: 945px) {
    .header.fixed .header__navbar .li_sub a.item {
        font-weight: 500 !important;
        font-size: 24px !important;
        line-height: 28px !important;
    }
    .header__navbar .li.has_childs {
        padding-right: 57px;
    }
    .header__navbar .li.has_childs::after {
        content: "";
        width: 32px;
        height: 20px;
        position: absolute;
        top: 50%;
        right: 25px;
        transform: translateY(-50%);
        background: url(../images/arr.svg) no-repeat center;
        background-size: 100%;
    }
    .header_sub_back {
        width: 100%;
        height: 50px;
        align-items: center;
        position: fixed;
        top: 140px;
        left: 0;
        z-index: 100;
        padding-left: 20px;

    }
    .header_sub_back.active {
        display: flex;
    }
    .header__navbar .li.active .li_sub {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .header_sub_back {
        border: 0;
        background: #fff;
        font-size: 22px;
        color: #000000;
    }
    .header_sub_back svg {
        margin-right: 16px;
        transform: rotate(180deg);
    }
}
.album__item figure figcaption .album__title span {
    font-size: 14px;
}
.album__item figure .album__title {
    height: 58px;
    padding-top: 9px;
    align-items: flex-start;
    overflow: hidden;
}