* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-family: 'SF Pro Display';
    font-style: normal;
}

html {
    scroll-behavior: smooth;
    background: #F0F0F0;
}

a {
    text-decoration: none;
}

iframe {
    position: relative;
    width: 100%;
    height: 400px;
    border: none;
}

/* li {
    list-style-type: none;
} */

li {
    list-style-position: inside
}

.test__text {
    padding: 120px 0;
    text-align: center;
}

/*Text*/
.nav__item {
    list-style-type: none;
}

.nav__item-center {
    text-align: center;
}

h1 {
    font-weight: 500;
    font-size: 65px;
    line-height: 100%;
    text-align: left;
    color: #ffffff;
    margin-bottom: 43px;
}

h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    text-align: left;
    color: #ffffff;
}

h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-align: left;
    color: #000000;
}

.main_text {
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    text-align: left;
    color: #000000;
}

.main_promo-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
}

.text-form {
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    text-align: left;
    color: #000000;
}

.text_margin:not(:last-child)  {
    margin-bottom: 20px;
}

.small_numbers {
    font-weight: 400;
    font-size: 12px;
    line-height: 110%;
    text-align: left;
    color: #6D6A6A;
}

.numbers {
    font-weight: 400;
    font-size: 25px;
    line-height: 110%;
    text-align: left;
    color: #000000;
}

.numbers__result {
    color: #0828C8;
}

.big_numbers {
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    text-align: left;
    color: #0828C8;
}

.nav__link,
.nav__link-footer {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #ffffff;
    transition: all 0.3s linear;
    position: relative;
}
.header__wrapper-dark .nav__link {color: #000000!important;}
.nav__link-center {
    text-align: center;
}

.nav__link:after,
.nav__link-footer:after {
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #ffffff;
	content: "";
	transition: width 0.3s ease-out;
}

.nav__link:hover:after,
.nav__link:focus:after,
.nav__link-footer:hover:after,
.nav__link-footer:focus:after {
	width: 100%;
}

.postscript {
    font-size: 10px;
    line-height: 110%;
    color: #6D6A6A;
}

.nav__link_dark {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    transition: all 0.3s linear;
    position: relative;
}

.nav__link_dark:hover,
.nav__link_dark:active {
    color: #0828C8;
}

.item__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-align: left;
    color: #000000;
    margin-bottom: 8px;
}

/*Buttons*/
button {
    border: none;
    border-radius: 5px;
    padding: 22px 30px;
    transition: all 0.3s linear;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    background: #ffffff;
    color: #000000;
}

.button_main:before {
    background: #ffffff;

    font-weight: 500;
    font-size:  16px;
    line-height: 100%;
    color: #000000;
    transition: all 0.3s linear;
}

.button_main:hover,
.button_main:active {
    /* background: linear-gradient(103.01deg, #0828C8 -30.07%, #001685 99.93%); */
    /* background: #0828C8; */
    color: #0828C8;
    transition: all 0.3s linear;
    box-shadow: 0px 10px 49px 4px rgba(0, 0, 0, 0.145);
    transform: translateY(-10px)
}

/* .button_main:active {
    background: linear-gradient(103.01deg, #0828C8 -30.07%, #001685 99.93%);
    background: #0828C8;
    color: #ffffff;
    transition: all 0.3s linear;
} */

.button_period {
    background: none;
    padding: 9px 18px;
    align-items: center;
    border-color: #979797;
    color: #979797;
}

.button_period:active {
    background: #ffffff;
    padding: 9px 18px;
    align-items: center;
    border: none;
    color: #000000;
    transition: all 0.3s linear;
    box-shadow: 0px 13px 40px 3px rgba(0, 0, 0, 0.04);
}

.button_period:hover {
    background: #ffffff;
    padding: 9px 18px;
    align-items: center;
    border-color: #0828C8;
    color: #000000;
    transition: all 0.3s linear;
    box-shadow: 0px 13px 40px 3px rgba(0, 0, 0, 0.04);
}

.button_footer {
    background: #0828C8;
    color: #ffffff;
    transition: all 0.3s linear;
}

.button_footer:hover,
.button_footer:active {
    background: #0B0031;
    color: #ffffff;
    transition: all 0.3s linear;
}


/* Container */
.container {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}


/* Promo */
.promo {
    background: url(/assets/images/kiaZ.jpg) center/cover no-repeat;
    margin-bottom: 190px;

    position: relative;
}

.promo__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 58px;
    padding: 170px 0;
}

.promo__calculator-wrapper {
    background: #ffffff;
    border-radius: 10px;
    padding: 50px;
    box-shadow: 0px 10px 49px 4px rgba(0, 0, 0, 0.39);
}

.promo__subtitle {
    color: #ffffff;
}

.promo__text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.promo__button {
    max-width: 190px;
}

.promo__calculator-result {
    margin-bottom: 10px;
}

/* Header */
.burger__menu,
.burger__menu-white {
    display: none;
}

.header__wrapper,
.header__wrapper-dark {
    position: fixed;
    width: 100%;
    padding: 40px 0;
    z-index: 4;
    transition-duration: 0.3s;
}

.header__dark {
    position: relative;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    top: 0;
    position: fixed;
    right: 0;
    z-index: 5;
    max-width: 1230px;
    padding: 40px 15px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0);
}

.header__wrapper-active {
    background: linear-gradient(103.7deg, #0B0031 56.94%, #0828C8 151.1%);
    transition-duration: 0.3s;
}

.header__logo-fill {
    fill: #ffffff;
}

.header__logo {
    width: 206px;
}

.nav__list {
    display: flex;
    list-style: none;
    column-gap: 35px;
}

.header__logo-fill_dark {
    fill: #000000;
}

.header__wrapper-dark {
    border-bottom: 1px solid #000000;
    background: #F0F0F0;
}

.nav__link-active {
    color: #0828C8;
}

.nav__link-active-white {
    border-bottom: 1px solid white;
}


/* Calculator */
.calculator__title {
    margin-bottom: 15px;
}

.calculator__subtitle {
    margin-bottom: 3px;
}

.calculator__range_first,
.calculator__form {
    margin-bottom: 20px;
}

.calculator__subtitle {
    text-align: left;
}

.calculator__subtitle-value {
    font-size: 16px;
    line-height: 110%;
    color: #000000;
}

.calculator__range-numbers {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider-progress {
    margin-bottom: 3px;
}


/* Conditions */
.conditions {
    margin-bottom: 190px;
}

.block__title,
.advantages__title {
    margin-bottom: 52px;
    color: #000000;
}

.conditions__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 60px;
}

.conditions__wrapper-item {
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 50px;
    box-shadow: 0px 15px 35px 2px rgba(0, 0, 0, 0.07);
    transition: all 0.2s linear;
}

.conditions__wrapper-item:hover {
    transform: translateY(-20px);
    transition: all 0.2s linear;
    box-shadow: 0px 15px 35px 2px rgba(0, 0, 193, 0.136);
}

.conditions__number {
    margin-bottom: 34px;
}

.condition__icon {
    position: absolute;
    z-index: 1;
    top: 25px;
    right: 25px;
}

/* Advantages */
.advantages {
    margin-bottom: 190px;
}

.advantages__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 60px;
    row-gap: 50px;
    align-items: center;
}

.advantages__wrapper-item {
    display: flex;
    column-gap: 30px;
    align-items: center;
}

.advantages__icon-wrapper {
    padding: 10px;
    background: #ffffff;
    box-shadow: 0px 15px 35px 2px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}


/* Footer */
.footer {
    background: linear-gradient(103.7deg, #0B0031 56.94%, #0828C8 151.1%);
    padding: 100px 0;
}

.footer__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.button__wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 53px;
    margin-bottom: 70px;
    align-items: center;
}

.nav__list-footer {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}

.footer__logo {
    display: block;
    margin-bottom: 44px;
}

.footer__wrapper {
    margin-bottom: 44px;
}

.footer__info-wrapper {
    position: relative;
}

.footer__contacts-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
    margin-bottom: 14px;
}

.footer__contact-info {
    text-align: left;
}

.footer__icons-wrapper {
    display: flex;
    column-gap: 20px;
}

.footer__button:hover {
    color: #0828C8;
    transition: all 0.3s linear;
    box-shadow: 0px 10px 49px 4px rgba(0, 0, 0, 0.39);
    transform: translateY(-10px)
}

.footer__postscript {
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    color: #969696;
}

.footer__postscript-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}


/* Pop-up form */
/*Button
===========================*/
.pop_up__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 4;
    transition: all 0.3s linear;
    display: none;
}

.pop_up__overlay-active {
    display: block;
    transition: all 0.3s linear;
}

.pop_up__wrapper {
    display: none;
    z-index: 5;
    margin: 30px auto;
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);

    max-width: 1230px;
    padding: 0 15px;
}

.pop_up__active {
    display: block;
}

.hidden {
    overflow: hidden;
}

.pop_up__container {
    background: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0px 15px 35px 2px rgba(0, 0, 0, 0.07);
}

.pop_up__text-block {
    padding: 50px;
    /* width: 50%;
    display: flex; */
    flex-direction: column;
    justify-content: space-between;
}

.pop_up__photo-block {
    width: 50%;
    position: relative;
}

.pop_up__photo-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
}

.pop_up__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pop_up__button {
    position: absolute;
    width: 25px;
    height: 25px;
    background: none;
    border-radius: 16px;
    display: block;
    padding: 0px;
    top: 50px;
    right: 50px;
    cursor: pointer;
}

.pop_up__button-close {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pop_up__title {
    color: #000000;
    margin-bottom: 50px;
}

.form__lable {
    display: block;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 14px;
}

.form__input {
    border: none;
    background: none;
    /* margin-bottom: 24px; */
    /* height: 30px; */
    width: 100%;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 110%;
    color: #000000;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #E8E8E8;
    transition: all 0.5s ease 0s;
}

.form__input:not(:last-child) {
    margin-bottom: 30px;
}

.form__input:focus {
    outline: none;
    border-bottom: 1px solid rgba(47, 144, 252, 1);
}

.form__input._error {
    border-bottom: 1px solid rgb(205, 6, 6);
}

.form__input:last-child {
    margin-bottom: 0;
}

.pop_up__form {
    position: relative;
}

.pop_up__form::after {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    width: 102%;
    height: 102%;
    background: rgb(255, 255, 255) url("../assets/icons/loading-gif.gif") center / 50px no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}

.form__input-text {
    resize: none;
    width: 100%;
    height: 60px;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #FAFAFA;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    position: relative;
    padding: 8px 0;
}

.pop_up__form._sending::after {
    opacity: 1;
    visibility: visible;
}

.pop_up__form-wrapper-text {
    margin-bottom: 60px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
}

.pop_up__form-wrapper {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
}

.form__button {
    padding: 16px 102px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #1D1D1D;
    background: #FFFFFF;
    border-radius: 120px;
    cursor: pointer;
}

.form__button:hover {
    background: #499eff;
    color: #FFF;
    transition: all 0.5s ease 0s;
}

.form__text {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
    color: #FFFFFF;
    text-decoration: none;
    max-width: 137px;
}

.persent_text {
    text-align: center;
}


/* About as */
.about-us__title,
.about-us__text {
    margin-bottom: 50px;
}

.adress__main-text {
    margin-bottom: 18px;
}

.about-us__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    text-align: left;
    color: #000000;   
}

.about-us__title {
    color: #000;
}

.about-us__icons-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 90px;
    row-gap: 45px;
    margin-bottom: 80px;
}

.item__wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.header__wrapper-dark {
    margin-bottom: 190px;
}

.icon__wrapper {
    background: #FFF;
    height: 50px;
    width: 50px;
    box-shadow: 0px 15px 35px 2px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-us {
    margin-bottom: 190px;
    padding-top: 240px;
}


/* Documents */
.documents__title {
    margin-bottom: 50px;
    color: #000;
}

.documents__photo-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 45px;
}

.documents__photo-wrapper {
    max-height: 745px;
}

.documents__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.documents__wrapper {
    background: #ffffff;
    border-radius: 10px;
    padding: 50px;
    box-shadow: 0px 15px 35px 2px rgba(0, 0, 0, 0.07);
    margin-bottom: 80px;
}

/* Rates */
.rate__info-wrapper,
.rate-persent-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 18px;
    overflow: scroll;
}

/* .rate__info-wrapper {
    margin-bottom: 18px;
} */

.rate-persent-wrapper:not(:last-child) {
    margin-bottom: 9px;
    padding-bottom: 9px;
    border-bottom: 0.5px solid #CBCBCB;
}

.rate__title {
    color: #0828C8;
    margin-bottom: 18px;
}

.rate__color-box {
    padding: 15px 80px 15px 15px;
    background: #D8DDF7;
    border-radius: 5px;
}

.rate__info-item {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}

.rate_text {
    min-height: 47px;
}

.rate__item:not(:last-child) {
    margin-bottom: 50px;
}

.conditions__main-info {
    margin-bottom: 190px;
}

.conditions {
    margin-bottom: 80px;
}

/* Form */
.form {
    margin-bottom: 190px;
}

.none {
    opacity: 0;
}

.form__block {
    background: url(/assets/images/kiaZ.jpg) center/cover no-repeat;
    /* padding: 190px 0; */
}

.form__header {
    margin-bottom: 140px;
}

.pop_up__container-wrapper {
    padding: 240px 0 190px 0;
}

.button__form-pop {
    /* background: linear-gradient(103.01deg, #0828C8 -30.07%, #001685 99.93%); */
    color: #ffffff;
    /* transition: all 0.3s linear; */

    -webkit-transition:background-color .25s ease-out,color .25s ease-out;
	transition:background-color .25s ease-out,color .25s ease-out;

    -webkit-appearance:none;
	background-color:#6e7f91;
	color:#fefefe;
}

.button-gradient {
	border:0;
	text-shadow:0 0 5px rgba(0,0,0,.25);
	background:#0828C8;
	background-image:linear-gradient(to right,#0e31e0,#041a88,#04135f);
	background-size:300% 100%;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}

.button-gradient:hover {
	background-position:100% 0;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}

/* .button__form-pop:hover,
.button__form-pop:active {
    background: linear-gradient(103.01deg, #031a8b -30.07%, #00105f 99.93%);
    transition: all 0.3s linear;
} */

/* QandA */
.qa__subtitle-wrapper {
    margin-bottom: 50px;
}

.promo__qa {
    position: relative;
}

.promo__qa,
.qa {
    margin-bottom: 190px;
}

.qa__content-wrapper {
    padding: 240px 0 190px 0;
}

.qa__item {
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 15px 35px 2px rgba(0, 0, 0, 0.07);
    position: relative;
    padding: 50px 285px 50px 50px;
    transition: all 0.2s linear;
}

.qa__item:hover {
    transition: all 0.2s linear;
    box-shadow: 0px 15px 35px 2px rgba(0, 0, 193, 0.136);
}

.qa__item__title {
    color: #0828C8;
    margin-bottom: 25px;
}

.qa__items-wraper {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 50px;
}


/* Invoice */
.invoice {
    margin-bottom: 190px;
    padding-top: 240px;
}

.invoice__adress {
    margin-bottom: 190px;
}

.invoice__text {
    color: #0828C8;
}

.invoice__wrapper {
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 15px 35px 2px rgba(0, 0, 0, 0.07);
    padding: 50px;
}

.invoice__main-info {
    font-weight: 400;
    margin-bottom: 30px;
}

.invoice__main-text:not(:last-child)  {
    margin-bottom: 8px;
}
 

/* Calculator */
label {
    display: block;
}

input[type="range"] {
    width: 100%;
}

input[type=range].styled-slider {
    height: 2.2em;
    -webkit-appearance: none;
}

/*progress support*/
input[type=range].styled-slider.slider-progress {
    --range: calc(var(--max) - var(--min));
    --ratio: calc((var(--value) - var(--min)) / var(--range));
    --sx: calc(0.5 * 1.5em + var(--ratio) * (100% - 1.5em));
    background-color: none; /* Убираем "подложку" ползунка */
}

input[type=range].styled-slider:focus {
outline: none;
}

/*webkit*/
input[type=range].styled-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 1.5em;
    height: 1.5em;
    margin-top: calc(max((0.7em - 0.7px - 0.7px) * 0.5,0px) - 1.5em * 0.5);
    background-color: #0828C8;
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 19px 5px rgba(122, 122, 122, 0.25);
    transition: all 0.2s linear;
}

input[type=range].styled-slider::-webkit-slider-runnable-track {
    height: 0.7em;
    border-radius: 1em;
    background: #D9D9D9;
    box-shadow: none;
}

input[type=range].styled-slider::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 10px rgba(0, 60, 255, 0.1);
    transition: all 0.2s linear;
}

input[type=range].styled-slider.slider-progress::-webkit-slider-runnable-track {
    background: linear-gradient(#0828C8,#0828C8) 0/var(--sx) 100% no-repeat, #D9D9D9;
}

input[type=range].styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
    background: linear-gradient(#0828C8,#0828C8) 0/var(--sx) 100% no-repeat, #D9D9D9;
}

input[type=range].styled-slider.slider-progress:active::-webkit-slider-runnable-track {
    background: linear-gradient(#0828C8,#0828C8) 0/var(--sx) 100% no-repeat, #D9D9D9;
}

/* mozilla */
input[type=range].styled-slider::-moz-range-thumb {
    width: 1.5em;
    height: 1.5em;
    margin-top: calc(max((0.7em - 0.7px - 0.7px) * 0.5,0px) - 1.5em * 0.5);
    background-color: #0828C8;
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 19px 5px rgba(122, 122, 122, 0.25);
    transition: all 0.2s linear;
}

input[type=range].styled-slider::-moz-range-track {
    height: 0.7em;
    border-radius: 1em;
    background: #D9D9D9;
    box-shadow: none;
}

input[type=range].styled-slider::-moz-range-thumb:hover {
    box-shadow: 0 0 0 10px rgba(0, 60, 255, 0.1);
    transition: all 0.2s linear;
}

input[type=range].styled-slider.slider-progress::-moz-range-track {
    background: linear-gradient(#0828C8,#0828C8) 0/var(--sx) 100% no-repeat, #D9D9D9;
}

input[type=range].styled-slider.slider-progress:hover::-moz-range-track {
    background: linear-gradient(#0828C8,#0828C8) 0/var(--sx) 100% no-repeat, #D9D9D9;
}

input[type=range].styled-slider.slider-progress:active::-moz-range-track {
    background: linear-gradient(#0828C8,#0828C8) 0/var(--sx) 100% no-repeat, #D9D9D9;
}

/*ms*/
input[type=range].styled-slider::-ms-fill-upper {
    background: transparent;
    border-color: transparent;
}

input[type=range].styled-slider::-ms-fill-lower {
    background: transparent;
    border-color: transparent;
}

input[type=range].styled-slider::-ms-thumb {
    width: 1.5em;
    height: 1.5em;
    margin-top: calc(max((0.7em - 0.7px - 0.7px) * 0.5,0px) - 1.5em * 0.5);
    background-color: #0828C8;
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 19px 5px rgba(122, 122, 122, 0.25);
    transition: all 0.2s linear;
}

input[type=range].styled-slider::-ms-track {
    height: 0.7em;
    border-radius: 1em;
    background: #D9D9D9;
    box-shadow: none;
}

input[type=range].styled-slider::-ms-thumb:hover {
    box-shadow: 0 0 0 10px rgba(0, 60, 255, 0.1);
    transition: all 0.2s linear;
}

input[type=range].styled-slider.slider-progress::-ms-fill-lower {
    height: max(calc(1em - 1px - 1px),0px);
    border-radius: 0.5em 0 0 0.5em;
    margin: -1px 0 -1px -1px;
    background: #0828C8;
    border: 1px solid #D9D9D9;
    border-right-width: 0;
}

input[type=range].styled-slider.slider-progress:hover::-ms-fill-lower {
    background: #0828C8;
    border-color: #D9D9D9;
}

input[type=range].styled-slider.slider-progress:active::-ms-fill-lower {
    background: #0828C8;
    border-color: #D9D9D9;
}


/* Burger menu */
.burger__menu {
    display: none;
    position: relative;
    cursor: pointer;
    z-index: 3;
}

.header__nav-list-burger {
    display: block;
    position: absolute;
    flex-direction: column;
    top: 0;
    right: 0;
    text-align: center;
    row-gap: 10px;
    background: black;
    padding: 90px 15px;
    height: 100vh;
    width: 100vw;
    z-index: 2;
}

.header__nav-list-burger-white {
    display: block;
    position: absolute;
    flex-direction: column;
    top: 0;
    right: 0;
    text-align: end;
    row-gap: 10px;
    background: #fff;
    padding: 90px 15px;
    height: 100vh;
    width: 100vw;
}
.white {color: #fff;}
.margin-top {margin-top: 20px;}

@media (max-width: 1150px) {
    .rate__color-box {
        padding: 15px;
    }
}

@media (max-width: 1050px) {
    .advantages__wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 960px) {
    h1 {
        font-weight: 500;
        font-size: 55px;
        line-height: 100%;
        text-align: left;
        color: #ffffff;
        margin-bottom: 43px;
    }
}

@media (max-width: 950px) {
    .rate__color-box {
        min-height: 78px;
    }
}


@media (max-width: 900px) {
    .main_text {
        font-size: 14px;
        line-height: 120%;
    }

    .rate_text {
        min-height: 0px;
    }

    .rate__info-wrapper,
    .rate-persent-wrapper {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        column-gap: 15px;
    }

    .rate__color-box {
        min-height: 65px;
    }

    .about-us__text {
        font-size: 16px;
        line-height: 120%;
    }

    .about-us,
    .invoice {
        padding-top: 160px;
    }

    .about-us__title, .about-us__text,
    .block__title, .advantages__title {
        margin-bottom: 30px;
    }

    h2 {
        font-size: 25px;
    }

    .qa__items-wraper {
        row-gap: 30px;
    }

    .item__title {
        font-size: 16px;
        line-height: 110%;
    }

    .about-us__icons-items {
        column-gap: 20px;
        row-gap: 25px;
    }

    .header__wrapper-dark,
    .conditions__main-info,
    .about-us,
    .promo,
    .conditions,
    .about-us__icons-items,
    .advantages,
    .form__header,
    .promo__qa, .qa,
    .invoice__adress,
    .advantages,
    .invoice {
        margin-bottom: 80px;
    }

    /* .form__block {
        padding-bottom: 80px;
    } */

    .pop_up__container-wrapper,
    .qa__content-wrapper {
        padding: 130px 0 80px 0;
    }
    
    .nav__link,
    .nav__link_dark,
    .nav__link-footer {
        font-size: 14px;
        line-height: 120%;
    }

    h1 {
        font-size: 55px;
    }
    
    .promo__block {
        column-gap: 30px;
        padding: 160px 0 80px 0;
    }

    .conditions__wrapper {
        column-gap: 30px;
    }

    .footer {
        padding: 80px 0;
    }
    
}

@media (max-width: 820px) {
    button {
        border-radius: 10px;
    }

    .promo__block {
        grid-template-columns: 1fr;
        row-gap: 58px;
        padding: 130px 0 100px 0;
    }

    h1 {
        margin-bottom: 30px;
    }

    .promo__text-wrapper {
        row-gap: 30px;
    }

    .promo {
        margin-bottom: 100px;
    }

    .advantages {
        margin-bottom: 100px;
    }
}

@media (max-width: 790px) {
    .nav__list {
        display: none;
    }

    .header__nav-list-active {
        display: flex;
    }

    .burger__menu {
        display: flex;
        flex-direction: column;
        row-gap: 7px;
    }
    
    .burger__line {
        height: 2px;
        width: 30px;
        transition: transform .5s, opacity .5s, background-color .5s;
    }

    .burger__line-white {
        background-color: #FFF;
        transition: transform .5s, opacity .5s, background-color .5s;
    }

    .burger__line-black {
        background-color: #000;
        transition: transform .5s, opacity .5s, background-color .5s;
    }

    .burger__menu.open .burger__line:first-child {
        transform: rotate(-45deg);
        top: 10px;
        position: relative;
        transition: transform .5s, opacity .5s, background-color .5s;
    }

    .burger__menu.open .burger__line-black{
        background-color: #FFF;
    }

    .burger__menu.open .burger__line:nth-child(2) {
        opacity: 0;
    }

    .burger__menu.open .burger__line:last-child {
        transform: rotate(45deg);
        top: -8px;
        position: relative;
        transition: transform .5s, opacity .5s, background-color .5s;
    }

    .nav__list.header__nav-list-active .nav__link_dark {
        color: #fff;
    }

    .nav__list.header__nav-list-active .nav__link,
    .nav__list.header__nav-list-active .nav__link_dark {
        font-size: 20px;
        line-height: 120%;
    }

    body.hidden .header__nav-list-active {
        display: flex;
        row-gap: 20px;
    }

    .nav__list.header__nav-list-active .nav__link-active {
        border-bottom: solid 1px white;
        padding-bottom: 3px;
    }

    .nav__list.header__nav-list-active .nav__link-active-white {
        border: none;
    }

    .nav__list.header__nav-list-active .nav__link-active-qa {
        border-bottom: solid 1px white;
        padding-bottom: 3px;
    }

    .qa__item {
        padding: 30px 100px 30px 30px;
    }
}

@media (max-width: 780px) {
    .conditions__wrapper {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }

    .conditions__wrapper-item:hover {
        transform: translateY(0px);
    }

    .footer__arrow {
        display: none;
    }

    h3 {
        line-height: 120%;
        font-size: 18px;
    } 

    .documents__photo-block {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }

    .documents__photo-wrapper {
        max-height: 1000px;
    }
}

@media (max-width: 650px) {
    .rate_text {
        min-height: 34px;
    }
}

@media (max-width: 603px) {
    .rate__color-box {
        min-height: 80px;
    }
}

@media (max-width: 580px) {
    .footer__wrapper {
        flex-direction: column;
        row-gap: 40px;
    }

    .button__wrapper {
        margin-bottom: 40px;
    }

    .none {
        display: none;
    }
}

@media (max-width: 550px) {
    .advantages__wrapper {
        grid-template-columns: 1fr;
        row-gap: 25px;
    }

    .pop_up__form-wrapper-text {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 430px) {
    .promo__calculator-wrapper,
    .documents__wrapper,
    .invoice__wrapper,
    .conditions__wrapper-item {
        padding: 30px;
    }

    .about-us__icons-items {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
}