.promo-banner{
	color: #fff;
	overflow: hidden;
	border-radius: 32px;
	text-align: center;
	position: relative;
	height: 900px;
}
.promo-banner .promo__banner {
    width: 100%;
    height: 100%;
}
.arenda__main .main__body{
    padding-bottom: 0;
}
@media(max-width: 1440px){
    .promo-banner{
        
    height: 850px;
    }
    .arenda-promo__title{
        font-size: clamp(3rem, -5rem + 10vw, 4rem);
    }
}
@media(max-width: 768px){
    .promo-banner{
        height: clamp(28.75rem, 7.2426rem + 95.5882vw, 53.125rem);
    }
}
.promo__subtitle {
	font-size: 20px;
	margin-bottom: 32px;
}

.promo__link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px 35px;
	background-color: #fff;
	color: #090714;
	font-weight: 500;
	border-radius: 77px;
	column-gap: 8px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.3s;
}
.promo__link:hover{
    
}
.calculator__form.hidden{
    display: none;
}
.promo__container {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-color: #00000050;

	padding: 60px 0px;
}

.rent-form__content {
	display: flex;
	column-gap: 163px;
	align-items: start;
	justify-content: start;
}

.promo-text__block img {
	width: 100%;
	height: 100%;
	max-width: 252px;
}

.arenda-promo__title {
     color: white;
        font-size: 64px;
        text-transform: uppercase;
        font-weight: 400;
        line-height: 110%;
        font-family: "Tenor Sans", sans-serif;
}

.promo-text__block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 20px;
	width: 100%;
	max-width: 741px;
}

.promo__link:hover {
	background-color: #090714;
	color: white;
}
.promo__link:hover svg{
    stroke: white;
}
.calculator__tabs {
	display: flex;
	gap: 16px;
	margin-bottom: 24px;
}

.calculator__tab {
	padding: 13px 30px;
	border: none;
	border-radius: 77px;
	font-weight: 400;
	cursor: pointer;
	transition: background-color 0.3s;
}

.calculator__tab.active {
	background-color: #090714;
	color: #fff;
}

.calculator__content {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 30px;
}

.calculator__form {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 580px;
}

.calculator-date__block {
	display: flex;
	margin-bottom: 30px;
	justify-content: space-between;
}

.calculator-date__block p {

	max-width: 287px;

}

.calculator__form p {
	font-size: 18px;
	font-weight: 400;
	line-height: 110%;
}

.calculator__form h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 110%;
	max-width: 503px;
	color: #090714;
	margin-bottom: 40px;
}


.calculator__form input,
.custom-select ul {
	width: 100%;
	padding: 12px;
	margin-top: 6px;
	border-bottom: 1px solid var(--border-light);

	font-size: 16px;
}

.custom-select {
	position: relative;
	width: 100%;
	max-width: 263px;
	font-size: 16px;
}

.custom-select__arrow {
	width: 10px;
	height: 10px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	transform: rotate(45deg);
	transition: transform 0.3s ease;
}

.custom-select.open .custom-select__arrow {
	transform: rotate(-135deg);
	/* стрелка вверх */
}

.custom-select__trigger {
	padding: 12px 16px;
	background-color: #fff;
	border-bottom: 1px solid var(--border-light);
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	position: relative;
}


.custom-select__options {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #fff;
	border: 1px solid var(--border-light);
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
	margin-top: 4px;
	list-style: none;
	padding: 0;
	display: none;
	z-index: 10;
}

.custom-select.open .custom-select__options {
	display: block;
}

.custom-select__options li {
	padding: 12px 16px;
	cursor: pointer;
}

.custom-select__options li:hover {
	background-color: #f2f2f2;
}

.custom-select__options .selected {
	font-weight: 600;
	color: #090714;
}

.calculator__submit {
	padding: 18px 20px;
	background-color: #090714;
	color: #fff;
	border: none;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-radius: 77px;
	max-width: 319px;
	font-weight: 500;
	font-size: 20px;
	cursor: pointer;
}

.calculator__submit:disabled {
	background-color: #0907144D;

	color: #FFFFFF;
	cursor: not-allowed;

}

p.calculator__note {
	font-size: 14px;
	color: #09071460;
	font-weight: 400;
	margin-top: 12px;
}
.calculator-table__download{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 12px;
}
p.calculator__notify{
    font-size: 18px;

    line-height: 120%;
    font-weight: 400;
    color: #090714;;
}
.calculator__notify:not(:last-child){
        margin-bottom: 30px;
}
.calculator__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	max-width: 810px;
}

.calculator__table .calculator__table {
	padding: 10px;
	border: 1px solid #ddd;
	text-align: center;
}

.calculator__table.hidden {
	display: none;
}

.calculator__download {
	display: inline-block;
	margin-top: 16px;
	padding: 10px 16px;
	background-color: #090714;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
}

.rent-form__title {
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 24px;
	font-family: var(--font-headline);
	text-transform: uppercase;
	color: var(--text-primary);
}

.rent-form__form {
	display: flex;
 
	max-width: 480px;
	flex-wrap: wrap;
	max-width: 957px;
	width: 100%;
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
}

.rent-form__form .rent-form__input {
	flex: 1 1 49%;
}

.rent-form__form button {
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 14px 16px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #090714;
	color: #fff;
	border: none;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
	width: 100%;
	max-width: 395px;
	border-radius: 77px;
	cursor: pointer;
	transition: background-color 0.3s;
}
.rent-form__form button img{
    color: white;
}
.rent-form__form button svg{
    color: white;
}
.rent-form__block {
	width: 100%;
	display: flex;
	justify-content: start;
	column-gap: 30px;
}

.rent-form__policy {
	font-size: 14px;
	width: 100%;
	max-width: 395px;
	color: var(--text-secondary);
}

.rent-form__policy a {
	color: var(--text-secondary);
	text-decoration: none;
	font-size: 14px;
}

.rent-form__contact {
	font-size: 16px;
	color: var(--text-primary);
	line-height: 110%;
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}

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

.calculator-submit__block{
    display: flex;
 
    flex-direction: column;
    row-gap: 40px;
}
p.notice__text{
    font-size: 14px;
    color: #09071450;
    font-weight: 400;
    line-height: 110%;
}
.rent-contact__arenda {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.rent-contact__arenda p {
    white-space: nowrap;
    font-weight: 500;
}
.rent-contact__phone p {
	font-size: 18px;
	line-height: 120%;
}

.rent-contact__phone a {
	font-size: 34px;
	line-height: 120%;
    white-space: nowrap;
	text-decoration: none;
	padding-bottom: 2px;
	font-weight: 500;
	border-bottom: 2px solid var(--border-light);
}

.rent-form__contact h3 {
	font-weight: 400;
	margin: 0;
	font-size: 18px;
}

.rent-form__contact p {
	font-size: 18px;
	line-height: 110%;
}

.form-field {
	position: relative;
	margin-bottom: 16px;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex: 1 1 70px;
	max-height: 70px;

}

.calc__table__content{
    display: flex;
    flex-direction: column;
    position: relative;
}
.form-field--last{
    margin-bottom: 0;
}
.form-field .form-field__calc {
	width: 100%;

	padding-left: 0;
	font-size: 16px;

	height: 100%;
	max-height: 46px;
	background-color: #fff;
	position: relative;
 
}

 

.form-field__calc .select-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
	padding: 16px 12px 8px;
	padding-left: 0;
	border-bottom: 1px solid var(--border-light);
  cursor: pointer;
}

.form-field__calc .select-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);  
  transition: transform 0.3s ease;
}

.form-field__calc.open .select-arrow {
  transform: rotate(135deg); /* стрелка вверх */
}
.select-text{
    font-size: 18px;
}
.form-field__calc .select-options {
  position: absolute;
  top: calc(100% + 4px);
  padding: 0;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
 
  overflow: hidden;
  max-height: 0; /* скрыто */
  overflow-y: scroll;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  z-index: 110;
}

.form-field__calc .select-options li {
  padding: 10px 12px;
  font-size: 18px;
  cursor: pointer;
}

.form-field__calc .select-options li:hover {
  background: #f2f2f2;
}


.form-field label {
	position: absolute;
	left: 12px;
	top: 16px;
	font-size: 18px;
	color: #090714;
	pointer-events: none;
	transition: 0.2s ease;
}

.form-field input:focus+label,
.form-field input:not(:placeholder-shown)+label,
.form-field textarea:focus+label,
.form-field textarea:not(:placeholder-shown)+label {
	top: -14px;
	left: 0;
	font-size: 14px;
	color: #09071480;
}

.calculator__table {}

.calculator__table li:first-child {
	flex: 1 1 150px;
}



.calculator__table li:nth-child(6) {
	flex: 1 1 150px;
}

.calculator__table li {
	flex: 1 1 100px;
	font-size: 16px;
	line-height: 110%;
	font-weight: 400;
	color: #090714;
}

.calculator__table li:first-child {
	font-weight: 600;
}

.calculator-table__head {
	display: flex;
	width: 100%;
	padding: 13px 0px;
	border-bottom: 1px solid #09071433;
}

.calculator-table__head li {
	font-weight: 600;
}

.calculator-table__body {
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	height: 100%;
	max-height: 626px;
}

.calculator-table__list {
	width: 100%;
	display: flex;
	padding: 17.5px 0px;
	justify-content: space-between;
	border-bottom: 1px solid #09071433;
}

.calculator-table-head__list {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.calculator__tabs::-webkit-scrollbar{
    width: 0;
    height: 0;
    opacity: 0;
}

.rent-form__input label {
	left: 0;
}

.rent-form__input input, .rent-form__input textarea {
	flex: 1 1 49%;
	padding: 14px 16px;
	font-size: 16px;
	border-bottom: 1px solid var(--border-light);
	max-height: 50px;
}
@media(max-width: 1920px){
    .rent-form__content{
        column-gap: clamp(1.25rem, -16.625rem + 22.3438vw, 10.1875rem);
    }
}
@media(max-width: 1360px){
    .rent-form__title{
        font-size: 42px;
    }
    .promo__container{
        
	padding: 50px 0px;
    }
}
@media(max-width: 1250px) {
	.calculator__content {
		flex-direction: column;
	}
    .rent-form__content{
        row-gap: 80px;
    }
    .rent-form__contact{
        flex-direction: row;
        max-width: 100%;
        justify-content: space-between;
        width: 100%;
        -webkit-column-gap: 39px;
        -moz-column-gap: 39px;
        column-gap: 39px;
    }
    .rent-contact__arenda p{
        white-space: unset;
    }
	.calculator__table {
		max-width: 100%;
	}

	.calculator__form {
		max-width: 100%;
	}

	.rent-form__content {
		flex-direction: column;
	}
}
@media(max-width: 768px){
    .rent-form__title{
        font-size: clamp(1.5rem, -0.274rem + 6.04vi, 2.625rem);
    }
    .custom-select{max-width:100%;}
    .select-text, .form-field__calc .select-options li{
        font-size: clamp(1rem, 0.8776rem + 0.5155vw, 1.125rem);
    }
 
        .rent-form__content{
        row-gap: clamp(2.5rem, 1.2758rem + 5.1546vw, 3.75rem);
    }
        .calculator-table__head {
        border-bottom: none;
        padding: 0;
        position: sticky;
        top: 0;
        left: 0;
        background-color: white;
    }
    p.calculator__notify{
        font-size: clamp(0.875rem, 0.6302rem + 1.0309vw, 1.125rem);
    }
    .calculator__notify:not(:last-child){
        margin-bottom: 20px;
    }
    .calculator-table__list{
        border-bottom: none;
    }
    .calculator-table__head{
        border-bottom: none;
        padding: 0;
    }
    .calculator-table-head__list li, .calculator-table__list li{
        font-size: clamp(0.875rem, 0.6302rem + 1.0309vw, 1.125rem);
            border-bottom: 1px solid #09071433;
            height: 39px;
            display: flex;
            align-items: center;
            justify-content: start;
            background-color: white;
    }
    .calculator-table-head__list li:not(:last-child), .calculator-table__list li:not(:last-child){
        padding-right: 10px;
    }
    .calculator-table__body{
        padding: 0;
        overflow-y: unset;
        flex: 0 0 auto;
    }
    .calculator-table-head__list{
 
    }
 
     .calculator-table__head{
        border-bottom: none;
    }
    .calculator-table__list{
        flex: 0 0 100%;
         padding: 0;
    }
    .calculator__table li:first-child{
        flex: 0 0 135px;
    }
    .calculator__table li{
        flex: 0 0 80px;
    }
    .calculator__table{
        width: 100%;
        overflow-x: scroll;
    }
 
    .rent-form__form .rent-form__input{
        flex: 1 1 100%;
    }
    .promo-text__block img{
        width:100%;
        max-width: clamp(8rem, 0.8383rem + 30.1546vw, 15.3125rem);
    }
    .rent-contact__phone a{
        font-size: clamp(1.375rem, 0.6405rem + 3.0928vw, 2.125rem);
    }
    .rent-contact__arenda h3{
        font-size:  clamp(0.9375rem, 0.7539rem + 0.7732vw, 1.125rem);
    }
    .rent-contact__phone p {
            font-size:  clamp(0.9375rem, 0.7539rem + 0.7732vw, 1.125rem);
    }
    .rent-contact__arenda, .rent-contact__phone{
        row-gap:  clamp(0.625rem, 0.0129rem + 2.5773vw, 1.25rem);
    }
    .promo-banner{
        border-radius: 20px;
    }
    .calculator-date__block p {
        font-size: clamp(1rem, 0.8776rem + 0.5155vw, 1.125rem);
    }
    .arenda-promo__title {
 
     font-size: clamp(1.5rem, 0.1765rem + 5.8824vw, 3rem);
}
    .rent-form__block{
        flex-direction: column;
        row-gap: 12px;
    }
    .rent-form__form button{
        max-width: 100%;
        margin-top: 30px;
    }
    .rent-form__policy{
        max-width: 100%;
    }
        .promo__container{
        
	padding:  clamp(1.875rem, 0.7721rem + 4.902vw, 3.125rem)  20px;
    }
    .promo__link{
        padding: 15px 22px;
    }
    .calculator__submit{
        font-size: clamp(1rem, 0.7794rem + 0.9804vw, 1.25rem);
    }
    .calculator__tab{
        font-size: clamp(0.875rem, 0.7647rem + 0.4902vw, 1rem);
    }
    .calculator-submit__block{
        row-gap:  clamp(1.5rem, 0.6176rem + 3.9216vw, 2.5rem);
    }
    .calculator-date__block{
        flex-direction: column;
        margin-bottom: 30px;
        row-gap:6px;
    }
    .calculator__form h3{
        margin-bottom:  clamp(1.5rem, 0.6176rem + 3.9216vw, 2.5rem);
        font-size:  clamp(1.125rem, 0.7577rem + 1.5464vw, 1.5rem);;
    }
   
    .calculator-date__block .form-field{
        flex: 1 1 auto;
        max-height: fit-content;
    }
    .calculator__tabs{
        width: 100%;
        overflow-x: scroll;
    }
    .calculator__tab{
        flex: 0 0 auto;
    }
    .rent-form__form{
        gap:  clamp(0rem, -1.4935rem + 5.1948vw, 1rem);
    }
    .calculator__tab{
        padding: clamp(0.6875rem, 0.5772rem + 0.4902vw, 0.8125rem) clamp(1rem, 0.2279rem + 3.4314vw, 1.875rem);
    }
    .rent-contact__arenda p{
        font-size: clamp(1rem, 0.7552rem + 1.0309vw, 1.25rem);
    }

}
@media(max-width: 560px){
    .rent-form__contact{
        flex-direction: column;
        row-gap: 20px;
    }
        .rent-contact__phone a{
        border-bottom: none;
    }
    .rent-contact__arenda p{
        max-width: 250px;
    }
}