html {
    scroll-behavior: smooth;
}

body {
    min-width: 360px;
}

/* form-reset */
input{
	border: none;
}

.form * {
	outline: none;
}

input:hover,
input:active,
input:focus{
    outline: 0;
    outline-offset: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus::-ms-input-placeholder {
    color: transparent;
}

input:focus::placeholder {
    color: transparent;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    -webkit-appearance: none;
            appearance: none;
    -moz-appearance: textfield;
}

textarea:hover,
textarea:active,
textarea:focus{
    outline: 0;
    outline-offset: 0;
}


/* content partners*/
:root{
    --color-bg: #F2F6FD;
    --color-text: black;
    --color-primary: #192F7C;
    --color-accent: #F0D800;
}

.partners .navigation__path {
    margin-bottom: 20px;
}

.partners .navigation__path-link {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.7;
}

.partners .path__link-active {
    color: var(--color-text);
}

.partners .path__link-underline {
    color: #696969;

    padding: 1px;
    border-bottom: 1px solid #696969;
}

.partners h2 {
   font-size: 36px;
   font-weight: 600;
   line-height: 1.7;
   color: var(--color-text);

   margin-bottom: 28px;
}

/* partners-promo */
.partners-promo__content {
    width: 100%;
    position: relative;
    background-color: var(--color-bg);
    border-radius: 10px;

    padding-top: 97px;
    padding-bottom: 120px;
}

.partners-promo__image{
    position: absolute;
    width: 55%;
    height: 100%;
    bottom: 0;
    right: 50px;
    display: flex;
}

.partners-promo__image img{
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    max-height: 100%;
    height: auto;
    margin-top: auto;
}

.partners-promo__title {
    position: relative;
    max-width: 700px;
    width: 100%;
    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-align: start;
        -ms-flex-align: start;
            align-items: start;
    row-gap: 50px;
    z-index: 1;

    margin-left: 112px;
}

.partners section{
    margin-bottom: 70px;
}

.partners h1{
    font-size: 45px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--color-text);
}

.partners-promo__subtitle {    
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.60);
}

.partners-promo__button {
    text-transform: uppercase;
    font-weight: 700;
}

/* partners-stages */
.partners-stages__content {
    width: 100%;
    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;
}

.partners-stages__item {
    position: relative;
    border-radius: 10px;
    background-color: var(--color-bg);

    padding: 20px 17px;
}

.partners-stages__item:not(:last-child):after{
    position: absolute;
    content: '';
    background-image: url('../images/partners-stages-decor-desktop.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 240px;
    height: 202px;
    top: 0;
    right: -95px;
}

.partners-stages__item:nth-child(1){
    z-index: 2;
}

.partners-stages__item:nth-child(2){
    z-index: 1;
}

.partners-stages__item.scroll-item.animation-class{
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
} 

.partners-stages__item.scroll-no-hide{
    -webkit-transform: translateY(40%);
        -ms-transform: translateY(40%);
            transform: translateY(40%);
    opacity: 0;
}

.partners-stages__item:nth-child(1).scroll-item.animation-class{
    -webkit-transition: all 1s ease 0.4s;
    -o-transition: all 1s ease 0.4s;
    transition: all 1s ease 0.4s;
}

.partners-stages__item:nth-child(2).scroll-item.animation-class{
    -webkit-transition: all 1s ease 0.8s;
    -o-transition: all 1s ease 0.8s;
    transition: all 1s ease 0.8s;
}

.partners-stages__item:nth-child(3).scroll-item.animation-class{
    -webkit-transition: all 1s ease 1.2s;
    -o-transition: all 1s ease 1.2s;
    transition: all 1s ease 1.2s;
}

.partners-stages__item-text{
    width: 405px;
    height: 265px;
    border-radius: 10px;
    -webkit-border-image: url('../images/partners-stages-border.png') 19 / 19px / 0 round;
    -o-border-image: url('../images/partners-stages-border.png') 19 / 19px / 0 round;
       border-image: url('../images/partners-stages-border.png') 19 / 19px / 0 round;
    /* border: 2px dashed rgba(25, 47, 124, 0.18); */

    padding-top: 45px;
    padding-left: 43px;
}

.partners-stages__item-text p{
    max-width: 210px;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--color-text);
}

.partners-stages__item-image {
    position: absolute;
    bottom: -20px;
    right: 40px;
    width: 100%;
    height: 60%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}

.partners-stages__item-image img{
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100%;
    height: 100%;
}

/* partners-benefits */
.partners-benefits__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
}

.partners-benefits__item {
    max-width: 270px;
    width: 100%;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 10px;
}

.partners-benefits__item img{
    display: block;
    width: 100px;
    height: 100px;
}

.partners-benefits__item-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--color-text);
    text-align: center;
}

/* partners-terms */
.partners-terms__content {
    width: calc(100% + 40px);
    border-collapse: separate;
    border-spacing: 20px 0;

    margin: 0 -20px;
}

.partners-terms__content tr td{
    width: 33%;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    color: #63727A;
    padding: 20px 36px;
    text-align: left;
}

.partners-terms__content tr td span{
    font-size: 38px;
    font-weight: 800;
}

.partners-terms__content tr:first-child td{
    position: relative;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
    padding-top: 50px;
    padding-bottom: 40px;
}

.partners-terms__content tr:first-child td:after{
    position: absolute;
    content: '';
    width: 80%;
    height: 2px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.partners-terms__content tr:first-child td:nth-child(2):after{
    background-color: rgba(255, 255, 255, 0.13);
}

.partners-terms__content tr:first-child td:nth-child(3):after{
    border-bottom: 2px solid rgba(25, 47, 124, 0.09);
}

.partners-terms__content tr:nth-child(2) td{
    padding-top: 40px;
}

.partners-terms__content tr:last-child td{
    border-radius: 0 0 10px 10px;
    padding-bottom: 40px;
}

.partners-terms__content tr td:nth-child(2){
    /* width: 574px; */
    font-size: 24px;
    text-align: center;
    color: white;
    background-color: var(--color-primary);
}

.partners-terms__content tr td:nth-child(3){
    /* width: 574px; */
    font-size: 24px;
    text-align: center;
    color: var(--color-primary);
    background-color: var(--color-bg);
}

/* partners-form */
.partners-form__content {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: var(--color-bg);   
    opacity: 1;
    -webkit-animation: shows 1s;
            animation: shows 1s; 

    border-radius: 10px;
    padding: 74px 110px 66px 90px;
}

.hide{
    display: none;
    opacity: 0;
    -webkit-animation: hide 1s;
            animation: hide 1s;
}

@-webkit-keyframes shows {
    from {   
    opacity: 0;   
    }   
    to {   
    opacity: 1;   
    }   
}

@keyframes shows {
    from {   
    opacity: 0;   
    }   
    to {   
    opacity: 1;   
    }   
}

@-webkit-keyframes hide {
    from {   
    opacity: 1;   
    }   
    to {   
    opacity: 0;   
    }   
}

@keyframes hide {
    from {   
    opacity: 1;   
    }   
    to {   
    opacity: 0;   
    }   
}

.partners-form__content form{
    position: relative;
    max-width: 824px;
    width: 100%;
    min-height: 414px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
}

h2.partners__form-title{
    line-height: 1.2;
    margin-bottom: 30px;
}

.form__item-container{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px;
}

.form__item {
    width: 100%;
    border-radius: 3px;
}

.form__label{
    font-size: 14px;
    font-weight: 500;
    color: #222222;

    margin-bottom: 11px;
}

.form__item-image{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 17px;
}

.form__item-image .form__label{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #222222;
}

.form__input {
    width: 100%;
    height: 50px;	
	font-size: 18px;
	font-weight: 500;	    	
    color: var(--color-text);
    background-color: white;
    -webkit-font-smoothing: antialiased;    
    -webkit-transition: all 0.5s ease 0s;    
    -o-transition: all 0.5s ease 0s;    
    transition: all 0.5s ease 0s;

    border: 1px solid white;
    padding: 0 20px;
    border-radius: 3px;
    display: block;
}

.form__input::-webkit-input-placeholder{
	font-size: 14px;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.60);
}

.form__input::-moz-placeholder{
	font-size: 14px;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.60);
}

.form__input:-ms-input-placeholder{
	font-size: 14px;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.60);
}

.form__input::-ms-input-placeholder{
	font-size: 14px;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.60);
}

.form__input::placeholder{
	font-size: 14px;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.60);
}

.form__input:focus::-webkit-input-placeholder {
	color: transparent;
  }

.form__input:focus::-moz-placeholder {
	color: transparent;
  }

.form__input:focus:-ms-input-placeholder {
	color: transparent;
  }

.form__input:focus::-ms-input-placeholder {
	color: transparent;
  }

.form__input:focus::placeholder {
	color: transparent;
  }

.form__input._error {
	border: 1px solid red;
}

.file__item {
	position: relative;
}

.file__input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	font-size: 0;
	cursor: pointer;
}

.file__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 64px;
    height: 64px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: white;
    border-radius: 5px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	cursor: pointer;
}

.file__button img{
    display: block;
    width: 25px;
    height: 30px;
}

.form__button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: auto!important;
    padding: 13px 60px;
}

.form__button.disabled{
    background: rgba(25, 47, 124, 0.60);
}

.form__button-container{
    display: flex;
    gap: 12px;
}

.partners-form__button-back{
    background-color: transparent;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.partners__form-image {
    display: block;
    max-width: 634px;
    width: 100%;
    height: auto;
}

.partners__form-count {
    position: absolute;
    top: 65px;
    right: 105px;
    font-size: 24px;
    font-weight: 600;
    color: var(--color-primary);
}

.partners__form-count_mobile {
    display: none;
}

.partners__form-count span{
    font-size: 16px;
    color: rgba(25, 47, 124, 0.42);
}

/* select */
.select {
	position: relative;
}

.select__item {
	position: relative;
}

.select__title {
	background-color: #fff;
	cursor: pointer;
	border-radius: 3px;	
}

.select__value {
    height: 50px;
    color: rgba(0, 0, 0, 0.60);
    font-size: 14px;
    font-weight: 400;
	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;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
    border-radius: 3px;
    padding: 0px 20px;
}

.select__value.selected {
    font-size: 18px;
	font-weight: 500;	    	
    color: var(--color-text);
}

.select__value span {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.select__value::before {
	content: "";
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 14px;
	height: 8px;
	background-image: url("../images/icon-select.svg");
	background-repeat: no-repeat;
	background-position: center 100%;
}

.select__options {
	display: none;
    min-width: 100%;
    max-height: 175px;
	position: absolute;
	top: 50px;	
	left: 0;
	background-color: #fff;
	-webkit-filter: drop-shadow(0px 5px 5px rgba(25, 47, 124, 0.50));
	        filter: drop-shadow(0px 5px 5px rgba(25, 47, 124, 0.50));

	padding: 0px 0px 5px 0px;
    border-radius: 3px;	
	overflow-y: auto;
	overflow-x: hidden;	
}

.select__options::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;    
}

.select__options::-webkit-scrollbar-track {
	border-radius: 60px;
    background: -webkit-gradient(linear, left bottom, left top, from(#516199), to(#516199)), #DAE1EE;
    background: linear-gradient(0deg, #516199 0%, #516199 100%), #DAE1EE;
}

.select__options::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(106, 133, 231, 0.45)), to(rgba(106, 133, 231, 0.45))), #DAE1EE;
    background: linear-gradient(0deg, rgba(106, 133, 231, 0.45) 0%, rgba(106, 133, 231, 0.45) 100%), #DAE1EE;
    border-radius: 60px; 
}

.select__option {
    font-size: 16px;
	font-weight: 600;
    color: var(--color-text);
	cursor: pointer;
	padding: 14px 20px;
	margin: 0px;
}

.select__option:hover{
    color: var(--color-primary);
}

.select._active {
	z-index: 5;
}

.select._active .select__value::before {
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

.select._active.select__options {
	display: block;
}

/* alert-popup */
.alert{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 300;
    visibility: hidden;    
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.alert__text{
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    font-weight: 600;
    color: #101730;
    line-height: 1.5;
    text-align: center;
    background-color: #FFF;
    -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
    border-radius: 10px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    padding: 77px 50px 50px 50px;
}

.alert__text img{
    display: block;
    width: 90px;
    height: 90px;
}

.alert__text p{
    max-width: 280px;
    color: rgba(0, 0, 0, 0.60);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;

    margin-top: 12px;
}

.alert.active{
    visibility: visible;
    opacity: 1;
}

/* partners-map */
.partners-map{    
    background-image: url('../images/partners-map-bg.jpg');
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;

    margin-top: 100px;
    padding-top: 70px;
    padding-bottom: 70px;
}
.partners-map__content{
    max-width: 725px;
    width: 100%;    

    background-color: var(--color-primary);
    padding: 35px 58px 50px 53px;
    border-radius: 10px;
}

.partners-map__content .form__body{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;

    margin-bottom: 40px;
}

.form__button-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}

.partners-map__button{
    text-transform: uppercase;
    color: var(--color-primary);
    background-color: var(--color-accent);
    padding: 14px 48px;
}

.partners-map__button_link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    text-transform: none;
    color: var(--color-accent);
    background-color: transparent;

    padding: 14px 30px;
}

.partners-map__button_link:hover{
    color: var(--color-accent);
}

h2.partners-map__title{
    color: white;
    margin-bottom: 12px;
}

.partners-map__accordion{
    width: 100%;
    height: 432px;
    overflow-y: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;

    padding-right: 10px;
}

.partners-map__accordion::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;    
}

.partners-map__accordion::-webkit-scrollbar-track {
	border-radius: 60px;
    background: -webkit-gradient(linear, left bottom, left top, from(#516199), to(#516199)), #DAE1EE;
    background: linear-gradient(0deg, #516199 0%, #516199 100%), #DAE1EE;
}

.partners-map__accordion::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(106, 133, 231, 0.45)), to(rgba(106, 133, 231, 0.45))), #DAE1EE;
    background: linear-gradient(0deg, rgba(106, 133, 231, 0.45) 0%, rgba(106, 133, 231, 0.45) 100%), #DAE1EE;
    border-radius: 60px; 
}

.accordion__box{
    background-color: white;
    border-radius: 3px;
}

.accordion__label{
    width: 100%;    
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;    
    border-radius: 3px;
    cursor: pointer;

    padding: 15px 20px;
    border-radius: 3px 3px 0 0;
    border-left: 3px solid white;
    border-right: 3px solid white;
    border-top: 3px solid white;
}

.accordion__label p{
    color: var(--color-text);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
}

.accordion__label p span{
    color: rgba(0, 0, 0, 0.60);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    text-transform: none;
}

.accordion__label::after{
    content: '';
    width: 14px;
    height: 8px;
    display:inline-block;
    background-image: url('../images/icon-select.svg');
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    padding-right: 14px;  
}

.accordion__content{
    max-height: 0;
    background-color: transparent;
    overflow:hidden;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    color: var(--color-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;    
    text-transform: none;
    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-align: start;
        -ms-flex-align: start;
            align-items: start;
    row-gap: 5px;

    padding: 0 80px 0 20px;
    border-radius: 0 0 3px 3px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.accordion__content span{
    color: rgba(0, 0, 0, 0.60);
}

.accordion__content .btn{
    margin-top: 6px;
    margin-bottom: 20px;
}

.accordion__box.active .accordion__label{
    border-left: 3px solid var(--color-accent);
    border-right: 3px solid var(--color-accent);
    border-top: 3px solid var(--color-accent);         
}

.accordion__box.active .accordion__label::after{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;            
}

.accordion__box.active .accordion__content{
    max-height: auto;

    border-left: 3px solid var(--color-accent);
    border-right: 3px solid var(--color-accent);
    border-bottom: 3px solid var(--color-accent);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}



@media (max-width: 1500px){
    .partners-stages__item:not(:last-child):after{
        right: -80px;
    }
}

@media (max-width: 1430px){
    .partners-form__content {
        padding: 25px 20px 36px 30px;
    }
    h2.partners__form-title{
        margin-bottom: 15px;
    }
}

@media (max-width: 1400px){
    .partners-stages__item:not(:last-child):after{
        right: -190px;
    }
    .partners-stages__item-text{
        width: 250px;
        height: 180px;
        padding-top: 20px;
        padding-left: 20px;
    }
    .partners-stages__item-text p{
        max-width: 140px;
        font-size: 16px;
    }
}

@media (max-width: 1200px){
    .partners h2 {
        font-size: 22px;
        line-height: 1.5;
        
        margin-bottom: 17px;
    }      
    .partners-promo__image{
        position: absolute;
        width: 55%;
        right: 20px;
    }     
    .partners-promo__title {
        max-width: 418px;
        row-gap: 21px;
    
        margin-left: 34px;
    }    
    .partners section{
        margin-bottom: 30px;
    }    
    .partners h1{
        font-size: 22px;
    } 
    .partners h1 br{
        display: none;
    }   
    .partners-promo__subtitle {    
        font-size: 14px;
    }    
    .partners-promo__button {
        font-size: 14px;
        margin-top: 21px;

        padding: 5px 18px;
    }
    .partners-stages__item {
        padding: 10px;
    }
    .partners-stages__item-text{
        width: 213px;
        height: 140px;
    }
    .partners-stages__item-text p{
        max-width: 114px;
        font-size: 13px;
    }
    .partners-stages__item-image {
        bottom: -30px;
        right: 10px;
        height: 75%;
    }
    .partners-stages__item:not(:last-child):after{
        width: 140px;
        height: 40px;
        top: 35px;
        right: -150px;
    }    
    .form__input{
        height: 40px;
    }
    .partners-map{    
        background-image: url('../images/partners-map-bg.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    
        margin-top: 90px;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .partners-map__content{
        max-width: 360px;
        padding: 20px;
        row-gap: 12px;
    }
    .partners-map__content .form__body{
        margin-bottom: 35px;
    }
    .partners-map__content .form__button-container{
        gap: 6px;
        margin-top: 6px;
    }
    .partners-map__button{
        padding: 8px 32px;
    }
    .partners-map__button_link {
        padding: 8px 32px;
    }
    .partners-map__accordion {
        height: 328px;
        row-gap: 10px;
    }
    .accordion__label {
        padding: 7px 12px;
    }
    .accordion__label p {
        font-size: 14px;
    }
    .accordion__label p span{
        font-size: 12px;
    }
    .accordion__content{
        padding: 0 12px;
    }
    .accordion__content .btn {
        width: 100%;
        margin-top: 8px!important;
        margin-bottom: 12px;
        padding: 8px;
    }
    .select__options{
        max-height: 180px;
    }
    .select__option{
        font-size: 14px;
        padding: 12px;
    }
    .select__value{
        padding: 0 12px;
    }
    .select__value.selected{
        font-size: 14px;
    }
    .form__input{
        font-size: 14px;
        padding: 0 12px;
    }   
    .partners-benefits__item {
        max-width: 164px;
        row-gap: 20px;
    }    
    .partners-benefits__item img{
        display: block;
        width: 55px;
        height: 55px;
    }
    .partners-benefits__item-text {
        font-size: 14px;
    }
    .partners-terms__content {
        width: calc(100% + 16px);
        border-collapse: separate;
        border-spacing: 8px 0;
    
        margin: 0 -8px;
    }    
    .partners-terms__content tr td{
        font-size: 14px;
        padding: 10px 0px;
    }    
    .partners-terms__content tr td span{
        font-size: 18px;
    }    
    .partners-terms__content tr:first-child td{
        font-size: 16px;
        padding-top: 28px;
        padding-bottom: 20px;
    }    
    .partners-terms__content tr:nth-child(2) td{
        padding-top: 33px;
    }    
    .partners-terms__content tr:last-child td{
        padding-bottom: 26px;
    }    
    .partners-terms__content tr td:nth-child(2){
        font-size: 14px;
    }    
    .partners-terms__content tr td:nth-child(3){
        font-size: 14px;
    }
    .partners-form__content form{
        max-width: 342px;
        min-height: 290px;
    }
    .partners__form-image {
        max-width: 315px;
        margin-top: 104px;
    }
    .partners__form-count {
        top: 25px;
        right: 30px;
        font-size: 20px;
    }
    .partners__form-count span{
        font-size: 14px;
    }
    .form__button {
        font-size: 14px;
        padding: 8px 30px;
    }
    .form__item-container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 15px;
    }
    .form__item-image .form__label{
        font-size: 12px;
        width: 100vw;
        margin-right: calc(-50vw + 50%);    
        margin-bottom: 0; 
    }
    .file__button {
        width: 46px;
        height: 46px;
    }
}

@media (max-width: 1000px){
    .partners-stages__item:not(:last-child):after{
        right: -80px;
    }  
}

@media (max-width: 840px){
    .partners-stages__item:not(:last-child):after{
        background-image: url('../images/partners-stages-decor-mobile.svg');
        width: 66px;
        height: 47px;
        top: 30px;
        right: -24px;
    }  
    .partners-promo__content {
        padding-top: 33px;
        padding-bottom: 35px;
    }  
}

@media (max-width: 760px){
    .partners-stages__content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 41px;
    }
    .partners-stages__item-text{
        width: 317px;
        padding-left: 26px;
        padding-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .partners-stages__item-text p{
        max-width: 150px;
        font-size: 15px;
    }
    .partners-stages__item-image {
        bottom: -30px;
        right: 40px;
        height: 85%;
    }
    .partners-stages__item:not(:last-child):after{
        top: auto;
        bottom: -42px;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%) rotate(24deg);
            -ms-transform: translateX(-50%) rotate(24deg);
                transform: translateX(-50%) rotate(24deg);
    }  
}

@media (max-width: 700px){
    .partners-terms .container{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .partners-terms__content{
        padding-right: 15px;
        padding-left: 15px;
    }
    .partners .navigation__path {
        margin-bottom: 14px;
    }

    .partners {
        padding-top: 30px;
    }

    .partners h2 {
        font-size: 18px;
    }     
    .partners-promo__content {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;   
        row-gap: 4px;
        padding: 20px 15px 0 20px;
    }
     
    .partners-promo__image{
        position: relative;
        width: 100%;
        height: auto;
        right: 0;
    }     
    .partners-promo__title {
        max-width: 100%;
        row-gap: 10px;
    
        margin-left: 0px;
    }    
    .partners section{
        margin-bottom: 34px;
    }    
    .partners h1{
        font-size: 19px;
    } 
    .partners h1 br{
        display: none;
    }   
    .partners-promo__button {
        font-size: 14px;
        margin-top: 8px!important;

        padding: 5px 18px;
    }    
    .partners-map{    
        background-image: url('../images/partners-map-bg.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    
        margin-top: 74px;
        padding-top: 245px;
        padding-bottom: 25px;
    }
    .partners-benefits__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 24px;
    }    
    .partners-benefits__item {
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 30px;
    }
    .partners-benefits__item-text{
        text-align: left;
        font-size: 16px;
    }
    .partners-benefits__item-text br{
        display: none;
    }
    .partners-terms__content {
        display: block;
        overflow-x: auto;
        width: 100vw;
        margin-right: calc(-50vw + 50%);
        padding-bottom: 30px;
    }
    .partners-terms__content tr td{
        min-width: 190px;
    }
    .partners-terms__content tr td:first-child{
        min-width: 140px;
        font-size: 12px;
    }   
    .partners-terms__content::-webkit-scrollbar {     
        -webkit-appearance: none;
        height: 8px; 
    }    
    .partners-terms__content::-webkit-scrollbar-track {
        border-radius: 60px;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(81, 97, 153, 0.06)), to(rgba(81, 97, 153, 0.06))), #DAE1EE;
        background: linear-gradient(0deg, rgba(81, 97, 153, 0.06) 0%, rgba(81, 97, 153, 0.06) 100%), #DAE1EE;
    }    
    .partners-terms__content::-webkit-scrollbar-thumb {
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(25, 47, 124, 0.31)), to(rgba(25, 47, 124, 0.31))), #DAE1EE;
        background: linear-gradient(0deg, rgba(25, 47, 124, 0.31) 0%, rgba(25, 47, 124, 0.31) 100%), #DAE1EE;
        border-radius: 60px; 
    }
    .partners-form__content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
    }
    .partners-form__content form {
        max-width: 100%;
        min-height: 300px;
    }
    .partners__form-image {
        max-width: 100%;
        margin-top: 0;
    }
    .form__item-image .form__label {
        width: 100%;
        font-size: 11px;
        line-height: 1.1;
        margin-right: 0;
    }
    .partners h2 br{
        display: none;
        margin-bottom: 0;
    }
    .partners__form-count {
        display: none;
    }
    .partners__form-count_mobile {
        display: block;
        position: relative;
        top: 0;
        right: 0;
        font-size: 16px;
    }
    .partners__form-count_mobile span{
        font-size: 12px;
    }
}

@media (max-width: 440px){
    .partners-stages__item{
        width: 100%;
    }
    .partners-stages__item-text{
        width: 100%;
    }
    .partners-map__content{
        max-width: 100%;
    }
    .alert__text{
        width: 80%;
    }
    .partners-promo__image img{
        height: 200px;
    }
}