@charset "UTF-8"; @font-face {
    font-family: "HelveticaNeueCyr";
    src: url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("../fonts/HelveticaNeueCyr-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
}

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

@media screen and (max-width: 1440px) {
    .container {
        padding: 0 40px;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        padding: 0 16px;
    }
}

@media screen and (max-width: 360px) {
    .container {
        padding: 0 16px;
    }
}

.content__page h1, .content__page h2, .content__page h3, .content__page h4, .content__page h5, .content__page h6 {
    margin-bottom: 30px;
}

.content__page p {
    margin-bottom: 30px;
}

/* Указываем box sizing */
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class], ol[class] {
    padding: 0;
}

/* Убираем внешние отступы */
body, h1, h2, h3, h4, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
    margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 130%;
    font-family: "HelveticaNeueCyr";
    color: #111111;
    background: #fff;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class], ol[class] {
    list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
    max-width: 100%;
    display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
    margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input, button, textarea, select {
    font: inherit;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: 0.6s ease 0s;
    transition: 0.6s ease 0s;
    background: #fff;
    padding: 24px 0;
}

@media screen and (max-width: 1024px) {
    .header {
        position: relative;
        padding: 11px 0;
    }
}

.logged-in .header {
    top: 32px;
}

.header__row {
    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;
}
.mobile__menu .top__menu .menu .menu-item a {
    color: #fff;
}

.header__button {
    /* margin-right: 0; */
    /* margin-left: auto; */
}
@media screen and (max-width: 1024px) {
    .header__button {
        width: 70%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: 3px;
        margin-right: 57px;
    }

    .header__button .button1 {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .header__row img {
    /* width: 58px; */
    object-fit: none;
    /* margin-left: -1px; */
    object-position: left;
    height: 42px;
    object-fit: cover;
}

}

.button1 {
    background: #FF0000;
    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;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    padding: 12px 32px;
    -webkit-transition: 0.6s ease 0s;
    transition: 0.6s ease 0s;
}

@media screen and (max-width: 1024px) {
    .button1 {
        font-size: 15px;
    }
}

.button1:hover {
    opacity: 0.6;
}

@media screen and (max-width: 1024px) {
    .top__menu {
        display: none;
    }
    .mobile__opened .top__menu{
         display: block;
    }
}

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

.top__menu .menu .menu-item {
    margin-right: 70px;
}

@media screen and (max-width: 1440px) {
    .top__menu .menu .menu-item {
        margin-right: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .top__menu .menu .menu-item {
        margin-right: 16px;
    }
}

.top__menu .menu .menu-item:nth-last-child(1) {
    margin-right: 0;
}

.top__menu .menu .menu-item a {
    text-decoration: none;
    font-size: 18px;
    position: relative;
    text-decoration: none;
    color: #111;
    -webkit-transition: 0.6s ease 0s;
    transition: 0.6s ease 0s;
}

.top__menu .menu .menu-item a::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #FF0000;
    display: block;
    position: absolute;
    -webkit-transition: 0.6s ease 0s;
    transition: 0.6s ease 0s;
    width: 0%;
}

@media screen and (max-width: 1300px) {
    .top__menu .menu .menu-item a {
        font-size: 14px;
    }
}
@media screen and (max-width: 1100px) {
    .top__menu .menu .menu-item a {
        font-size: 13px;
    }
}
.top__menu .menu .menu-item a:hover {
    color: #FF0000;
}

.top__menu .menu .menu-item a:hover::after {
    width: 100%;
}

.burger__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: none;
    margin-left: 30px;
}

@media screen and (max-width: 1024px) {
    .burger__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 23px;
        height: 37px;
        padding: 6px 8px;
        background-color: #fff;
        border: 1px solid #333;
        /* position: absolute; */
        /* z-index: 99999; */
    }
}

@media screen and (max-width: 600px) {
    .burger__button {
        margin-left: 15px;
    }
       .header__button {
        width: 60%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: 3px;
        margin-right: 53px;
    }
    .header__button .button1{
        padding: 12px 14px;
        font-size: 14px;
    }
}

.burger__name {
    font-size: 17px;
    color: #111;
    line-height: 100%;
    margin-right: 11px;
    display: none;
}

@media screen and (max-width: 1024px) {
    .burger__name {
        font-size: 14px;
    }
}

.burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 24px;
    height: 24px;
    position: relative;
    width: 0;
    z-index: 99999;
}

.burger span {
    width: 24px;
    height: 1px;
    margin-bottom: 4px;
    background: #111;
    display: block;
    -webkit-transition: 0.6s ease 0s;
    transition: 0.6s ease 0s;
}

.burger span:nth-last-child(1) {
    margin-bottom: 0;
}

.burger__opened span {
    position: absolute;
    margin-bottom: 0;
}


.body__opened {
    overflow: hidden;
}

.back {
    background: rgba(0, 0, 0, 0.7);
    /* backdrop-filter: blur(16.7px); */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    -webkit-transition: 0.6s ease 0s;
    transition: 0.6s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.back__opened {
    opacity: 1;
    visibility: visible;
}

.body__opened .back {
    opacity: 1;
    visibility: visible;
}

.mobile {
    position: fixed;
    top: 91px;
    right: 0;
    width: 100%;
    height: 100%;
    background: #111;
    padding: 30px 0;
    z-index: 99;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: 0.6s ease 0s;
    transition: 0.6s ease 0s;
    top: 0;
}

@media screen and (max-width: 1024px) {
    .mobile {
        width: 100%;
        /* overflow-y: scroll; */
        padding-left: 25px;
        padding-top: 94px;
    }
}

.mobile__menu .top__menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 87%;
    margin-top: 44px;
}

.mobile__menu .top__menu .menu .menu-item {
    margin-right: 0px;
    position: relative;
    margin-bottom: 15px;
}

.mobile__menu .top__menu .menu .menu-item:nth-last-child(1) {
    margin-bottom: 0;
}

.mobile__menu .top__menu .menu .menu-item:nth-last-child(1) {
    margin-right: 0;
}

.mobile__menu .top__menu .menu .menu-item a {
    font-weight: 500;
    text-decoration: none;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 31px;
}

.mobile__opened {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mobile__lang {
    margin-top: 24px;
}

.mobile__telephone {
    margin-top: 15px;
}

.mobile__socials {
    margin-top: 15px;
}

.mobile__button {
    margin-top: 24px;
}

.section1 {
    margin-top: 98px;
    height: 754px;
}
.burger__button {
  width: 30px;
  height: 22px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.burger__button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
  transition: all 0.3s ease;
}

/* линии */
.burger__button span:nth-child(1) {
  top: 0;
}

.burger__button span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.burger__button span:nth-child(3) {
  bottom: 0;
}



.burger__opened .burger__button span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background: #fff;
}

.burger__opened .burger__button span:nth-child(2) {
  opacity: 0;
  background: #fff;
}

.burger__opened .burger__button span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  background: #fff;
}
@media screen and (max-width: 1024px) {
    .section1 {
        height: auto;
        margin-top: 0;
    }

    .section1 .container {
        padding: 0;
    }
}

.section1__row {
    height: 754px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .section1__row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
}

.section1__left {
    position: relative;
    margin-right: 95px;
}

.section1__right {
    background: url("../img/section1.webp") no-repeat center right;
    height: 754px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .section1__right {
        height: auto;
        background: transparent;
    }
}

.section1__text1 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    /* або vertical-lr */
    text-orientation: mixed;
    /* або upright */
    font-size: 96px;
    font-weight: bold;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #EFEFEF;
}

@media screen and (max-width: 1024px) {
    .section1__text1 {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        font-size: 36px;
        margin-bottom: 30px;
        display: none;
    }
}

.section1__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;
    height: 100%;
    padding: 90px 0;
    background: linear-gradient(89.69deg, #FFFFFF 36.52%, rgba(255, 255, 255, 0) 92.22%);
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1024px) {
    .section1__content {
        padding: 30px 15px;
        background: transparent;
        padding: 0 16px;
        margin-top: -30px;
    }
}

.section1__text2 {
    font-size: 18px;
    color: #FF0000;
    margin-bottom: 36px;
}

@media screen and (max-width: 1024px) {
    .section1__text2 {
        font-size: 16px;
        margin-bottom: 16px;
    }
}

.section1__title {
    font-size: 48px;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
    .section1__title {
        font-size: 32px;
        margin-bottom: 16px;
    }
}

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

@media screen and (max-width: 1024px) {
    .section1__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0px;
    }
}

.section1__buttons .button2 {
    margin-right: 9px;
}

@media screen and (max-width: 1024px) {
    .section1__buttons .button2 {
        margin-right: 0;
        margin-bottom: 9px;
    }
}

.button2 {
    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;
    border: 1px solid #FF0000;
    background: #FF0000;
    padding: 13px 32px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.6s ease 0s;
    transition: 0.6s ease 0s;
}

.button2:hover {
    opacity: 0.6;
}

.button2::after {
    content: "";
    min-width: 9px;
    min-height: 14px;
    background: url("../img/arrow1.svg") no-repeat;
    background-size: cover;
    display: block;
    margin-left: 19px;
}

.button3 {
    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;
    border: 1px solid #FF0000;
    background: #fff;
    padding: 13px 32px;
    font-weight: bold;
    font-size: 18px;
    color: #FF0000;
    text-decoration: none;
    -webkit-transition: 0.6s ease 0s;
    transition: 0.6s ease 0s;
}

.button3:hover {
    opacity: 0.6;
}

.button3::after {
    content: "";
    min-width: 14px;
    min-height: 12px;
    background: url("../img/arrow2.svg") no-repeat;
    background-size: cover;
    display: block;
    margin-left: 15px;
}

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

@media screen and (max-width: 1024px) {
    .socials {
        display: none;
    }
}

.soc__name {
    font-size: 20px;
    margin-right: 23px;
}

.soc__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.soc__item {
    margin-right: 8px;
    -webkit-transition: 0.6s ease 0s;
    transition: 0.6s ease 0s;
    background: #151515;
    width: 17px;
    height: 18px;
    -o-object-fit: contain;
    object-fit: contain;
}

.soc__item:nth-child(1) {
    width: 18px;
    height: 18px;
}

.soc__item:nth-child(2) {
    width: 19px;
    height: 21px;
}

.soc__item:nth-child(3) {
    width: 18px;
    height: 18px;
}

.soc__item:nth-child(4) {
    width: 21px;
    height: 16px;
}

.soc__item:hover {
    opacity: 0.6;
}

.soc__item:nth-last-child(1) {
    margin-right: 0;
}

.section1__mobile {
    display: none;
    position: relative;
}

.section1__mobile::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(36.52%, #FFFFFF), color-stop(92.22%, rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #FFFFFF 36.52%, rgba(255, 255, 255, 0) 92.22%);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: -115px;
    display: none;
}

@media screen and (max-width: 1024px) {
    .section1__mobile::after {
        display: block;
    }
}

.section1__mobile img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .section1__mobile {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .section2 {
        margin-top: 50px;
    }
}

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

@media screen and (max-width: 1200px) {
    .section2__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.s2__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}

@media screen and (max-width: 1200px) {
    .s2__item {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .s2__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 1024px) {
    .s2__item:nth-child(1) .s2__item-left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .s2__item:nth-child(1) .s2__item__right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.s2__item:nth-child(1) .s2__item-left {
    background: #FF0000;
}

.s2__item:nth-child(1) .s2__item__number {
    color: #FA4F4F;
}

@media screen and (max-width: 1024px) {
    .s2__item:nth-child(2) .s2__item-left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .s2__item:nth-child(2) .s2__item__right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.s2__item:nth-child(2) .s2__item-left {
    background: #111111;
}

.s2__item:nth-child(2) .s2__item__number {
    color: #474747;
}

.s2__item-left {
    width: 50%;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    color: #fff;
    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;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .s2__item-left {
        width: 100%;
        padding: 16px;
    }
}

.s2__item__top {
    position: relative;
    z-index: 1;
}

.s2__item__bottom {
    position: relative;
    z-index: 1;
}

.s2__item__right {
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .s2__item__right {
        width: 100%;
    }
}

.s2__item__right img {
    width: 100%;
    height: 100%;
}

.s2__item__title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 100%;
}

@media screen and (max-width: 1024px) {
    .s2__item__title {
        font-size: 26px;
        margin-bottom: 8px;
    }
}

.s2__item__txt {
    font-size: 14px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .s2__item__txt {
        margin-bottom: 16px;
    }
}

.button4 {
    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;
    border: 1px solid #fff;
    background: transparent;
    padding: 11.5px 24px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.6s ease 0s;
    transition: 0.6s ease 0s;
}

@media screen and (max-width: 1024px) {
    .button4 {
        font-size: 16px;
    }
}

.button4:hover {
    opacity: 0.6;
}

.button4::after {
    content: "";
    min-width: 9px;
    min-height: 14px;
    background: url("../img/arrow1.svg") no-repeat;
    background-size: cover;
    display: block;
    margin-left: 19px;
}

.s2__item__number {
    font-size: 210px;
    font-family: "Poppins";
    font-weight: 900;
    z-index: 0;
    position: absolute;
    bottom: 30px;
    right: 10px;
}

@media screen and (max-width: 1024px) {
    .s2__item__number {
        font-size: 72.15px;
        top: 32px;
        bottom: inherit;
    }
}

.section3 {
    margin-top: 100px;
}

@media screen and (max-width: 1024px) {
    .section3 {
        margin-top: 50px;
    }
}

.section3__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .section3__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.section3__left {
    width: 44%;
}

@media screen and (max-width: 1024px) {
    .section3__left {
        width: 100%;
        margin-bottom: 30px;
    }
}

.section3__right {
    width: 52%;
}

@media screen and (max-width: 1024px) {
    .section3__right {
        width: 100%;
    }
}

.s3__txt1 {
    font-size: 20px;
    color: #FF0000;
    margin-bottom: 8px;
}

@media screen and (max-width: 1024px) {
    .s3__txt1 {
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 8px;
    }
}

.s3__title {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 120%;
}

@media screen and (max-width: 1024px) {
    .s3__title {
        font-size: 26px;
        margin-bottom: 8px;
    }
}

.s3__txt2 {
    font-size: 20px;
    color: #686868;
    margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
    .s3__txt2 {
        font-size: 16px;
        margin-bottom: 16px;
    }
}

.s3__button .button2 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

@media screen and (max-width: 1024px) {
    .s3__button .button2 {
        width: 100%;
    }
}

.section4 {
    margin-top: 50px;
}

@media screen and (max-width: 1024px) {
    .section4 .container {
        padding: 0;
    }
}

.s4__logos {
    background: #111;
    padding: 50px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .s4__logos {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 16px;
    }
}

.s4__logo {
    margin-right: 72px;
}

@media screen and (max-width: 1024px) {
    .s4__logo {
        margin-right: 30px;
        margin-bottom: 20px;
    }
}

.s4__logo:nth-last-child(1) {
    margin-right: 0;
}

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

@media screen and (max-width: 1024px) {
    .s4__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.s4__item:nth-child(1) .s4__item__right {
    background: #111;
    color: #fff;
}

.s4__item:nth-child(2) .s4__item__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media screen and (max-width: 1024px) {
    .s4__item:nth-child(2) .s4__item__left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.s4__item:nth-child(2) .s4__item__right {
    background: #FF0000;
    color: #fff;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media screen and (max-width: 1024px) {
    .s4__item:nth-child(2) .s4__item__right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.s4__item:nth-child(2) .s4__item__button .button2 {
    background: #111;
}

.s4__item__left {
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .s4__item__left {
        width: 100%;
    }
}

.s4__item__left img {
    width: 100%;
    height: 100%;
}

.s4__item__right {
    width: 50%;
    padding: 45px 40px;
}

@media screen and (max-width: 1024px) {
    .s4__item__right {
        width: 100%;
        padding: 30px 16px;
    }
}

.s4__item__title {
    font-size: 28px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .s4__item__title {
        font-size: 18px;
    }
}

.s4__item__txt {
    font-size: 18px;
}

@media screen and (max-width: 1024px) {
    .s4__item__txt {
        font-size: 15px;
        color: #D6D6D6;
    }
}

.s4__item__content {
    margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
    .s4__item__content {
        margin-bottom: 10px;
    }
}

.s4__item__button .button2 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

@media screen and (max-width: 1024px) {
    .s4__item__button .button2 {
        width: 100%;
    }
}

.section5 {
    background: #111;
    padding: 100px 0;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .section5 {
        padding: 0px 0;
        background: #fff;
    }

    .section5 .container {
        padding: 0;
    }
}

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

@media screen and (max-width: 1024px) {
    .section5__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.section5__left {
    width: 33%;
}

@media screen and (max-width: 1024px) {
    .section5__left {
        width: 100%;
        padding: 0 16px;
        background-color: #111;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.section5__right {
    width: 63%;
}

@media screen and (max-width: 1024px) {
    .section5__right {
        width: 100%;
    }
}

.section5__title {
    font-size: 42px;
    line-height: 120%;
    margin-bottom: 20px;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .section5__title {
        font-size: 26px;
        margin-bottom: 8px;
    }
}

.section5__text {
    font-size: 20px;
    font-weight: 500;
    color: #8E8E8E;
    margin-bottom: 100px;
}

@media screen and (max-width: 1024px) {
    .section5__button {
        margin-top: 20px;
        padding: 0 16px;
    }
}

.section5__button .button2 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

@media screen and (max-width: 1024px) {
    .section5__button .button2 {
        width: 100%;
    }
}

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

@media screen and (max-width: 1024px) {
    .s5__items {
        padding: 0 16px;
        margin-top: -120px;
    }
}

.s5__item {
    width: 33.3333333333%;
    background: #202020;
    padding: 20px;
    padding-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .s5__item {
        width: 50%;
        padding: 12px;
        padding-bottom: 26px;
    }
}

@media screen and (max-width: 1024px) {
    .s5__item:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.s5__item:nth-child(2) {
    background: #FF0000;
}

@media screen and (max-width: 1024px) {
    .s5__item:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (max-width: 1024px) {
    .s5__item:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

.s5__item:nth-child(4) {
    background: #FF0000;
}

@media screen and (max-width: 1024px) {
    .s5__item:nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media screen and (max-width: 1024px) {
    .s5__item:nth-child(5) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
}

.s5__item:nth-child(6) {
    background: #FF0000;
}

@media screen and (max-width: 1024px) {
    .s5__item:nth-child(6) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}

.s5__item__img {
    margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
    .s5__item__img {
        margin-bottom: 20px;
    }
}

.s5__item__txt {
    font-size: 22px;
    font-weight: bold;
    line-height: 120%;
}

@media screen and (max-width: 1024px) {
    .s5__item__txt {
        font-size: 15px;
    }
}

.section6 {
    margin: 100px 0;
}

@media screen and (max-width: 1024px) {
    .section6 {
        margin: 50px 0;
    }

    .section6 .container {
        padding: 0;
    }
}

.section6__title {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
    .section6__title {
        font-size: 26px;
        margin-bottom: 20px;
        padding: 0 16px;
        line-height: 120%;
        text-align: left;
    }
}

.s6__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 1024px) {
    .s6__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.section6__title__mobile {
    display: none;
}

@media screen and (max-width: 1024px) {
    .section6__title__mobile {
        display: block;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.s6__row__left {
    width: 58%;
}

@media screen and (max-width: 1024px) {
    .s6__row__left {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding: 0 16px;
    }
}

.s6__row__right {
    width: 38%;
}

@media screen and (max-width: 1024px) {
    .s6__row__right {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px;
    }
}

.question__item {
    cursor: pointer;
    padding: 25px 0;
    border-bottom: 4px solid #D9D9D9;
}

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

.question__title {
    font-size: 24px;
    font-weight: bold;
    width: 90%;
}

@media screen and (max-width: 1024px) {
    .question__title {
        font-size: 20px;
    }
}

.qurstion__arrow {
    -webkit-transition: 0.6s ease 0s;
    transition: 0.6s ease 0s;
    width: 34.5px;
    height: 34.5px;
    background: #D9D9D9;
    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;
    border-radius: 100px;
}

.qurstion__arrow::after {
    content: "";
    width: 18px;
    height: 2px;
    background: url("../img/icon.svg") no-repeat;
    display: block;
}

.active2 .qurstion__arrow {
    background: #FF0000;
}

.question__hidden {
    font-size: 18px;
    color: #8E8E8E;
    margin-top: 14px;
    width: 90%;
}

@media screen and (max-width: 1024px) {
    .question__hidden {
        font-size: 16px;
        margin-top: 8px;
    }
}

.footer {
    padding: 45px 0;
    background: #FF0000;
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 1024px) {
    .footer__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 220px;
        margin: 0 auto;
    }
}

.footer__item {
    width: 33.3333333333%;
}

@media screen and (max-width: 1024px) {
    .footer__item {
        width: 100%;
    }
}

.footer__logo {
    margin-bottom: 38px;
}

@media screen and (max-width: 1024px) {
    .footer__logo {
        margin-bottom: 30px;
    }
}

.footer__logo img {
    height: 50px;
}

.footer__text {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .footer__menu {
        margin-top: 60px;
    }
}

.footer__menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .footer__menu .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer__menu .menu .menu-item {
    margin-right: 40px;
}

@media screen and (max-width: 1024px) {
    .footer__menu .menu .menu-item {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .footer__menu .menu .menu-item:nth-last-child(1) {
        margin-bottom: 0;
    }
}

.footer__menu .menu .menu-item a {
    font-size: 18px;
    -webkit-transition: 0.6s ease 0s;
    transition: 0.6s ease 0s;
    text-decoration: none;
    color: #fff;
}

.footer__menu .menu .menu-item a:hover {
    text-decoration: underline;
}

.footer__menu .menu .menu-item:nth-last-child(1) {
    margin-right: 0;
}

.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .footer__socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
    }
}

.footer__soc {
    margin-right: 13px;
}

.footer__soc:nth-last-child(1) {
    margin-right: 0;
}

.copyright {
    text-align: center;
    margin-top: 40px;
    padding: 28px 0;
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.page-news {
    margin-top: 123px;
}
@media screen and (max-width: 1024px) {
    .copyright {
        margin-top: 30px;
        margin-bottom: -100px;
    }
    .page-news {
   
    margin-top: 80px;
}
}

.footer__line {
    height: 100px;
    background: #111;
}

.calculator {
    max-width: 1068px;
    margin: 0 auto;
    background: #FAFAFA;
    padding: 40px;
    border-radius: 12px;
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.08); */
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 31px;
}

.news {
    max-width: 1436px;
    margin: 0 auto;
    /* background: #FAFAFA; */
    /* padding: 40px 15px; */
    border-radius: 12px;
    box-sizing: border-box;
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.08); */
    box-sizing: border-box;
    margin-top: 25px;
    margin-bottom: 31px;
}

.page-calculator .col-lg-12 {
    max-width: 1070px;
    margin: 0 auto;
}

.page-news .col-lg-12 {
    max-width: 1449px;
    margin: 0 auto;
    /* padding: 0 15px; */
    box-sizing: content-box;
}

.field {
    margin-bottom: 31px;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.calculator label {
    margin-bottom: 7px;
    /* font-family: 'Helvetica'; */
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    display: flex;
    align-items: center;
    color: #000000;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.calculator input, .calculator select {
    padding: 18px 24px;
    background: #FCFCFC;
    border: 1px solid #E1E1E1;
    border-radius: 12px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    color: #9E9E9E;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

.calculator input::placeholder, .calculator select::placeholder {
    /* Input */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    color: #9E9E9E;
}

.result {
    margin-top: 25px;
    padding: 20px;
    background: #FFF0F0;
    border-radius: 10px;
    line-height: 1.7;
    font-size: 17px;
}

.highlight {
    /* font-weight: bold; */
    /* font-size: 20px; */
    /* color: #1e3a8a; */
}

.settings {
    margin-top: 20px;
    padding: 15px;
    background: #FFF0F0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 12px;
    background: #FFF0F0;
    border-radius: 8px;
    /* display: none; */
}

h1.title_calculator {
    /* font-family: 'Helvetica'; */
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
    color: #111111;
}

h1.title_news {
    /* font-family: 'Helvetica'; */
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
    color: #111111;
}

div#result {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    color: #535353;
}

#result div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
    /* gap: 10px; */
    /* row-gap: 43px; */
    column-gap: 10px;
}

#result strong {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    text-align: right;
    color: #000000;
}

.settings {
    display: none;
}

.fieldkz {
    display: none;
}

.button_calculate.disabled {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #F7B6B6;
    /* font-family: 'Poppins'; */
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    cursor: auto;
}

.button_calculate {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* padding: 12px 70px; */
    gap: 10px;
    width: 254px;
    height: 51px;
    background: #FF0000;
    /* font-family: 'Poppins'; */
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    border: none;
    display: block;
    margin: 0 auto;
    margin-top: 33px;
    transition: 0.3s;
    cursor: pointer;
}

button.button_calculate:hover {
    /* identical to box height */
    color: #FFFFFF;
}

.page-calculator {
    margin-top: 130px;
}



div#result hr {
    border-top: 1px solid #D9D9D9;
    border-bottom: 0px solid #0e1082;
}

.calculator_b a {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #108ED8;
    text-decoration: none;
}

.calculator_b {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #171717;
    margin-bottom: 37px;
}

.news_b a {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #108ED8;
    text-decoration: none;
}

.news_b {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #171717;
    margin-bottom: 38px;
}

.field input.error, .field select.error {
    border: 2px solid #ff4d4f;
    background: #fff6f6;
}

.button_calculate.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.carType0 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -o-appearance: none;
}

.carType0 select::-ms-expand {
    display: none;
}

.carType0:after {
    content: "";
    background-image: url('../img/Vector365.svg');
    width: 16px;
    height: 8px;
    display: block;
    position: absolute;
    right: 24px;
    bottom: 26px;
    pointer-events: none;
}

#result .highlight2 strong {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    text-align: right;
    color: #000000;
}

@media (max-width: 600px) {
    .calculator {
        padding: 15px;
    }

    .news {
        /* padding: 15px; */
    }

    h1.title_calculator {
        font-size: 32px;
        line-height: 28px;
    }

    h1.title_news {
        font-size: 32px;
        line-height: 28px;
    }

    div#result {
        font-size: 16px;
        line-height: 23px;
    }

    #result strong {
        font-size: 16px;
        line-height: 23px;
    }
}

/* news */
.news_page-title, .news_page_text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* количество строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_page-title, .news_page_text {
    text-overflow: ellipsis;
}

.news_page-date {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #686868;
    margin-bottom: 16px;
}

.news_page_time {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 12px;
    gap: 10px;
    background: #FF0000;
    border-radius: 90px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    color: #FFFFFF;
    position: absolute;
    top: 23px;
    left: 23px;
}

.news_page-title0 {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    text-decoration: none;
}

a.news_page-title {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    text-decoration: none;
    margin-bottom: 16px;
}

.news_page_text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #686868;
}

.news_page-img_wrep {
    position: relative;
}

.news_page-title0 {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
    color: #111111;
    margin-bottom: 20px;
}

.news_page_time_date {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    color: #686868;
    margin-bottom: 40px;
}

.news_page_text0 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #686868;
    margin-bottom: 41px;
}

.news_page_text0 img {
    margin-bottom: 40px;
    object-fit: contain;
	height: auto;
}

.news_page_text0 p {
    margin-bottom: 27px;
}

.last_news {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
    margin-bottom: 91px;
}

.last_news_title {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
    /* identical to box height */
    color: #000000;
    margin-bottom: 15px;
}

.news_page-img {
    /* max-height: 202px; */
    /* height: 100%; */
}

.news_block img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
    max-height: 179px;
}

.news_block0 img {
    /* height: fit-content; */
    object-fit: cover;
    width: 100%;
    display: block;
    max-height: 299px;
}

.news {
    display: flex;
    /* gap: 26px; */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 26px;
    column-gap: 24px;
}

.news_block {
    max-width: calc( 33% - 16px);
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    overflow: hidden;
    max-width: 322px;
}

.news_block0 {
    max-width: calc( 33% - 16px);
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    overflow: hidden;
}

.news_page-date0 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    color: #686868;
    /* margin-top: 16px; */
    margin-bottom: 16px;
}

.news_page_content1 {
    padding: 16px 24px 25px;
}

.news_page_content {
    padding: 16px 24px 25px;
}

.last_news .news_page_time {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    color: #FFFFFF;
}

.news_page_wrep {
    max-width: 1061px;
}

@media (max-width: 1224px) {
    .news_block0 {
        max-width: calc( 50% - 16px);
    }

    .news_page_text0 img {
        height: auto;
    }
}

@media (max-width: 724px) {
    .news_block0 {
        max-width: 100% ;
    }
}

datalist {
    position: absolute;
    bottom: 0;
    width: 100%;
}

div#utilInfo {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 16px;
}
.field-title_wrep {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 12px;
    background: #ffd0d0;
    border-radius: 8px;
    margin-bottom: 25px;
}

.field.field-title {font-style: normal;font-weight: 700;font-size: 18px;line-height: 21px;display: flex;align-items: flex-start;color: #000000;}

input#kztRate {
    border: none !important;
    outline: none !important;
}










.last_news .news_page_time {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    color: #FFFFFF;
}

.news_page_wrep {
    max-width: 1061px;
}

@media (max-width: 1224px) {
    .news_block0 {
        max-width: calc( 50% - 16px);
    }

    .news_page_text0 img {
        height: auto;
    }
}

@media (max-width: 724px) {
    .news_block0 {
        max-width: 100% ;
    }
}

datalist {
    position: absolute;
    bottom: 0;
    width: 100%;
}

div#utilInfo {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 16px;
}

.field-title_wrep {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 12px;
    background: #ffd0d0;
    border-radius: 8px;
    margin-bottom: 25px;
}

.field.field-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: flex-start;
    color: #000000;
}

input#kztRate {
    border: none !important;
    outline: none !important;
}

@media screen and (max-width: 1024px) {
    .page-calculator {
        margin-top: 36px;
    }

    .page-calculator h1 {
        font-size: 32px;
        line-height: 28px;
    }

    .field {
        margin-bottom: 31px;
        width: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        margin-bottom: 9px;
    }

    .fieldkz {
        display: none;
    }

    .calculator label {
        margin-bottom: 5px;
        /* font-family: 'Helvetica'; */
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 13px;
        /* identical to box height */
        display: flex;
        align-items: center;
        color: #000000;
        /* Inside auto layout */
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
    }

    .calculator input, .calculator select {
        padding: 18px 24px;
        background: #FCFCFC;
        border: 1px solid #E1E1E1;
        border-radius: 12px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        /* identical to box height */
        color: #9E9E9E;
        width: 100%;
        box-sizing: border-box;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 27px;
        color: #000000;
        padding: 1px 24px;
        padding-left: 7px;
    }

    .calculator input::placeholder, .calculator select::placeholder {
        /* Input */
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 27px;
        /* identical to box height */
        color: #9E9E9E;
    }

    .result {
        margin-top: 25px;
        padding: 20px;
        background: #FFF0F0;
        border-radius: 10px;
        line-height: 1.7;
        font-size: 17px;
    }

    div#result {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 24px;
        color: #535353;
        padding: 5px;
    }

    .field-title_wrep {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 9px;
        gap: 2px;
        background: #ffd0d0;
        border-radius: 8px;
        margin-bottom: 13px;
        padding-bottom: 0;
    }

    .calculator {
        max-width: 1068px;
        margin: 0 auto;
        background: #FAFAFA;
        padding: 15px;
        border-radius: 12px;
        /* box-shadow: 0 10px 25px rgb(0 0 0 / 8%); */
        box-sizing: border-box;
        margin-top: 30px;
        margin-bottom: 31px;
        padding: 0;
    }

    #result>div {
        display: flex;
        justify-content: space-between;
        margin-bottom: 7px;
        /* gap: 10px; */
        /* row-gap: 43px; */
        column-gap: 10px;
        line-height: 21px;
    }

    .highlight {
        color: #000 !important;
        font-weight: 700;
    }

    .button_calculate {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        /* padding: 12px 70px; */
        gap: 10px;
        width: 248px;
        height: 36px;
        background: #FF0000;
        /* font-family: 'Poppins'; */
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 27px;
        color: #FFFFFF;
        border: none;
        display: block;
        margin: 0 auto;
        margin-top: 14px;
        transition: 0.3s;
        cursor: pointer;
    }

    .field.field-title {
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 21px;
        display: flex;
        align-items: flex-start;
        color: #000000;
    }

    .carType0:after {
        content: "";
        background-image: url(../img/Vector365.svg);
        width: 16px;
        height: 9px;
        display: block;
        position: absolute;
        right: 14px;
        bottom: 11px;
        pointer-events: none;
        background-size: 12px;
        background-repeat: no-repeat;
    }

    #result .highlight2 strong {
        font-style: normal;
        font-weight: 800;
        font-size: 15px;
        line-height: 27px;
        text-align: right;
        color: #000000;
    }
}

@media screen and (max-width: 600px) {
    .price_toFixed {
        display: flex;
        flex-direction: column;
        align-content: flex-end;
        align-items: flex-end;
    }
}