/* ===== FONTS ===== */
@font-face{font-family:'Inter';src:url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');font-weight:100 900;font-style:normal;font-display:swap}
@font-face{font-family:'Inter';src:url('../fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');font-weight:100 900;font-style:italic;font-display:swap}
/* ------------------  GENERAL --------------------*/
*, *::after, 
*::before{box-sizing: border-box; margin: 0; padding: 0}
:root{--accent-color: #ff7001; --black: #1C1C1C; --gray: #616161}
body, html{background-color: #fff; color: var(--black); font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 400; -webkit-text-size-adjust: 100%; line-height: 1.2}
body{position: relative}
picture{width: 100%; height: 100%}
h1{}
h1 span{display: block; color: #ef7c00}
h2{font-size: 32px; line-height: 1.3; font-weight: 700; text-transform: none}
h3{font-size: 30px; font-weight: 500; line-height: 1.2; text-transform: uppercase}
h3 span{display: block; color: #ef7c00}
.title__inline span{display: inline}
.section-title{font-size: 32px; line-height: 1.3; font-weight: 700; text-transform: none}
.section-title span{color: #ef7c00}
a{color: inherit; text-decoration: none; outline: none; transition: 0.3s all}
ul{list-style: none}
ul li{position: relative}
ul li:last-child{margin-bottom: 0; margin-right: 0}
ol{margin: 0}
ol li:last-child{margin-bottom: 0}
p{line-height: 1.2}
input, textarea{display: inline-block; width: 100%; height: 60px; padding: 0 25px; border-radius: 30px; border: none; background-color: #FFF; font-size: 14px; font-family: "Stolzl", sans-serif; font-weight: 400; text-align: left; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; resize: none; outline: none; transition: all linear 0.1s}
input::-moz-placeholder, textarea::-moz-placeholder{ color: var(--gray); opacity: 1}
input::placeholder, textarea::placeholder{color: var(--gray); opacity: 1}
input:focus, textarea:focus{background-color: #ffffff; border: 1px solid #ef7c00}
input:focus{border: 1px solid #ef7c00}
input::-moz-placeholder{color: #A6AEB9; opacity: 1}
input::placeholder{color: var(--gray); opacity: 1}
input, textarea, select, input:active, textarea:active{outline: none transparent !important; box-shadow: none; -webkit-appearance: none; -moz-appearance: none;    appearance: none; -moz-outline: none !important; font-family: "Stolzl", sans-serif}
textarea{overflow: auto; min-height: 150px; padding: 20px}
textarea:focus{border: 1px solid #ff981f}
input[type=submit], button[type=submit], input[type=reset], button[type=reset], input[type=radio], input[type=checkbox]{-webkit-appearance: none; -moz-appearance: none;    appearance: none}
a:active, a:focus, div:active, div:focus, button:active, button:focus{outline: 0 !important; outline-color: transparent !important; outline-width: 0 !important; outline-style: none !important; -webkit-tap-highlight-color: transparent !important}
button{cursor: pointer; border: none; background: none; font-family: "Stolzl", sans-serif}
input:focus::-moz-placeholder{color: transparent !important}
input:focus::placeholder{color: transparent !important}
textarea:focus::-moz-placeholder{color: transparent !important}
textarea:focus::placeholder{color: transparent !important}
.content{width: 100%; margin: 0 auto; padding: 0 15px; position: relative; z-index: 5}
@media(min-width:576px){
	.content{max-width:540px}
}
@media(min-width:769px){
	.content{max-width: 740px}
}
@media(min-width:992px){
	.content{max-width: 960px}
}
@media(min-width:1260px){
	.content{ max-width: 1230px}
}
@media(max-width:1259px){
	body{font-size:15px}
}
@media(max-width:991px){
	body{font-size:14px}
}
@media(max-width:768px){

}
.header{width: 100%; flex: 0 0 auto}
main{width: 100%; 	flex: 1 1 auto}
.footer{width: 100%; flex: 0 0 auto; margin-top: auto}
.img{display: flex; overflow: hidden; position: relative}
.img img{display: block; margin: auto; max-width: 100%; max-height: 100%; object-fit: contain; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%)}
a, a > span{position: relative; color: inherit; text-decoration: none}
a:before, a:after, a > span:before, a > span:after{content: ''; position: absolute; transition: transform .3s ease}	
.offer__desc{color: #FFD200}
.button{display: flex; justify-content: center; align-items: center; padding: 10px 25px; border-radius: 10px; background-color: #ef7c00; transition: .3s all; color: #fff; font-size: 24px; line-height: 1; font-weight: 700; font-weight: 400; text-transform: uppercase}
.button:hover{background: #243b82}
.bg{position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%}
.bg img{width: 100%; height: 100%; object-fit: cover}
.page-link{display: block; padding: 15px; font-size: 20px}
.breadcrumbs{display: flex; margin-bottom: 30px; margin-top: 5px}
.breadcrumbs__item{margin-right: 12px; color: #fff; font-size: 14px}
.breadcrumbs__item::after{content: '/'; position: absolute; top: 50%; transform: translateY(-50%); right: -9px; width: 5px}
.breadcrumbs__item:last-child::after{display: none}
.breadcrumbs__item:last-child a{font-weight: 500; cursor: default}
.bg-top{position: absolute; z-index: 5; top: 0; left: 0; width: 100%; height: 4216px; background: linear-gradient(180deg, #FFF 0%, #D8E4F0 25.78%, #D8E4F0 34.34%, #D8E4F0 68.6%, #FFF 100%)}
.page-bg{background: linear-gradient(180deg, #FFF 0%, #D8E4F0 25.78%, #D8E4F0 34.34%, #D8E4F0 68.6%, #FFF 100%)}
main{position: relative; z-index: 10}
@media(max-width:1259px){
	.button{padding: 10px 20px; font-size: 20px}
}
@media(max-width:991px){
	.button{padding: 8px 15px; font-size: 18px}
}

/* ------------------  Header --------------------*/
.header{position: relative; z-index: 10}
.header__inline{display: flex; justify-content: space-between; align-items: center; height: 110px}
.logo{display: flex; align-items: center; flex: 0 1 535px; margin-right: 15px}
.logo__img{flex: 0 0 115px; margin-right: 30px}
.logo__img img{width: 100%}
.logo__slogan{color: var(--gray); line-height: 1.4; font-size: 14px; padding-bottom: 10px; color: #000; font-weight: 300}
.header__contacts{display: flex; align-items: center; flex-shrink: 0}
.header__phone{display: block; margin-right: 30px; font-size: 24px}
.header__phone:hover{color: #ef7c00}
.header__call{font-size: 14px}
@media(max-width:991px){
	.logo__slogan{display:none}
}
@media(max-width:768px){
	.header__inline{height:80px}
	.logo{margin-top:10px; margin-right:15px}
	.logo__img{flex: 0 0 100px; margin-right: 20px;}
	.header__phone{font-size:20px; margin-right:20px}
}
@media(max-width:575px){
	.header__inline{height:80px}
	.logo{margin-top:10px; margin-right:0}
	.logo__img{flex: 0 0 115px; margin-right: 0;}
	.header__phone{font-size:18px; margin-right:0}
	.header__contacts{flex-direction:column; gap:5px}
	.header__call{width:100%}
}
/* ------------------  offer --------------------*/
.offer{margin-bottom: 85px}
.offer__top{display: flex; justify-content: space-between; gap:30px}
.offer__main{flex: 0 1 580px; width: 100%; display: flex; flex-direction: column; justify-content: space-between; gap: 25px}
.offer__swiper-mob{position: relative; overflow: hidden; width: 100%; height: 100%; margin-bottom: 82px; display: none}
.offer .swiper-wrapper{height: 100%}
.offer .swiper-slide{position: relative; text-align: left; font-size: 16px; background-color: transparent; display: flex; justify-content: flex-start; align-items: flex-end; overflow: hidden; border-radius: 10px; height: 556px}
.offer__title {font-size:42px;line-height: 1.2;font-weight: 700;text-transform: uppercase;color: #243b82;}
.offer__title span{color:#ef7c00;}
.offer__desc{margin-bottom: 40px; font-size: 40px; line-height: 1.2}
.offer__desc span{display: block; font-weight: 700}
.offer__waranty{font-size: 26px; line-height: 1.2; font-weight: 600; color: #343434; text-transform: uppercase}
.gift{display: flex; align-items: center; line-height: 1.4; background: #243b82; color: #fff; text-transform: uppercase; border-radius: 10px; justify-content: center; gap: 25px; padding: 10px; font-size: 16px; max-width: 440px}
.gift__ico{position: relative; flex-shrink: 0}
.gift__ico::after{position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 30px; height: 30px; filter: blur(15px); opacity: .5}
.gift__ico img{position: relative; z-index: 5; max-width: 45px}
.gift p{margin-bottom: 0; line-height: 1.2; font-weight: 300; text-transform: none; display: flex; flex-direction: column; gap: 3px}
.gift big{display:block;font-size: 178%;font-weight: 700;text-transform: uppercase;}
@keyframes shadow{  
	0% { text-shadow: 0px 0px 15px #ef7c00; }
    50% { text-shadow: 0px 0px 0px rgba(255, 0, 0, 0.5); }
    to { text-shadow: 0px 0px 15px #ef7c00; }
}
@keyframes shadow-img{  
	0% { background-color: #ef7c00; }
    50% {background-color:  rgba(255, 0, 0, 0.5); }
    to { background-color:  #ef7c00; }
}
.calculate{max-width: 440px; text-align: center}
.calculate__title{margin-bottom: 10px; line-height: 1.2; margin-top: auto; text-align: center}
.calculate__btn{position: relative; width: 100%; overflow:hidden; padding: 20px 0}
.calculate__btn .flare{position: absolute; top: 0; height: 100%; width: 45px; transform: skewX(-45deg); animation: flareAnimation; left: -150%; background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4)); animation: flareAnimation 3s infinite linear;}
@keyframes flareAnimation{  
	0%{left: -150%;}
    100%{left: 150%;}
}
.calculate__down{display: none; align-items: center; justify-content: center; width: 40px; height: 40px; margin: 0 auto 20px}
.calculate__down img{width: 30px}
.calculate__subtitle{margin-bottom: 15px; color:#243b82; font-size: 18px; margin-top: auto; font-weight: 700; text-transform: uppercase; margin-top: 40px}
.calculate__subtitle span{color: #ef7c00; font-weight: 700; white-space:nowrap}
.calculate__list{display: flex;  gap: 30px}
.calculate__item{width: calc((100% - 30px) / 2)}
.calculate__img{margin-bottom: 10px}
.calculate__img img{width: 100%; height: 100%; object-fit: cover; display: block}
.calculate__item .calculate__subtitle{margin-bottom: 0;text-align: center;margin-top: 15px}
.offer__aside{width: 50%; display: flex; flex-direction: column; justify-content: space-between}
.offer__swiper{position: relative; overflow: hidden; width: 100%; height: 100%; margin-bottom: 22px; max-height: 460px; border-radius: 10px}
.offer .swiper-wrapper{height: 100%}
.offer .swiper-slide{position: relative; text-align: left; font-size: 16px; background-color: transparent; display: flex; justify-content: flex-start; align-items: flex-end; overflow: hidden; border-radius: 10px; height: 100%}
.offer .swiper-slide img{width: 100%; height: 100%; object-fit: cover}
.swiper-control{position: absolute; z-index: 20; left: 0; width: 100%; bottom: 14px; display: flex; align-items: center; justify-content: center}
.swiper-pagination{width: auto !important; position: static !important; bottom: 0 ; margin: 0 50px}
.swiper-pagination-bullet{position: relative; width: 16px !important; height: 16px !important; margin: 0 6px; background-color: #fff; opacity: 1; vertical-align: middle}
.swiper-pagination-bullet::after{content: ''; position: absolute; top: 50%; transform: translate(-50%, -50%); left:50%; width: 5px; height: 5px; border-radius: 50%; background-color:#ef7c00 }
.swiper-pagination-bullet-active{background-color: #ef7c00}
.swiper-button-prev, .swiper-button-next{flex-shrink: 0 ; position: static !important; width: 36px !important; height: 36px !important; margin-top: 0 !important; z-index: 10; cursor: pointer; border-radius: 50%; border: 2px solid #ef7c00; background-color: #fff; color: transparent !important; background-repeat: no-repeat; background-position: center; background-size: 7px}
.swiper-button-prev{background-image: url(../img/layout/general/slide-prev.svg)}
.swiper-button-prev:hover{background-color: #ef7c00; background-image: url(../img/layout/general/slide-prev-white.svg)}
.swiper-button-next{background-image: url(../img/layout/general/slide-next.svg)}
.swiper-button-next:hover{background-color: #ef7c00; background-image: url(../img/layout/general/slide-next-white.svg)}
.offer__list{display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px; padding-bottom: 26px}
.offer__item{display: flex; align-items: center; width: calc((100% - 30px) / 2); gap: 20px}
.offer__ico{flex-shrink: 0; display: flex; justify-content: center; align-items: center; width: 70px; height: 70px}
.offer__ico img{width: auto; max-width: 100%; max-height: 100%}
.offer__item p{line-height: 1.3; color: #333}
.offer__item p span{font-weight: 700}
@media(max-width:1259px){
	.offer{margin-bottom: 65px}
	.offer__swiper{max-height:403px}
	.offer__title{font-size:32px}
	.offer__waranty{font-size:20px}
	.offer__list{gap: 20px; padding-bottom: 40px}
	.offer__item{width: calc((100% - 20px) / 2); gap: 15px}
	.offer__ico{width: 60px; height: 60px}
	.offer__item p{font-size:14px}
}
@media(max-width:991px){
	.offer{margin-bottom: 45px}
	.offer__main{gap:20px}
	.offer__swiper{max-height:410px}
	.offer__title{font-size:28px}
	.offer__waranty{font-size:18px}
	.offer__list{gap: 10px; padding-bottom: 0}
	.offer__item{width: 100%; gap: 10px}
	.offer__ico{width: 40px; height: 40px}
	.calculate__list{gap:10px}
	.calculate__item {width: calc((100% - 15px) / 2)}
	.calculate__subtitle, .gift{font-size:14px}
	.gift__ico{gap:15px}
	.gift__ico img{max-width:40px}
}
@media(max-width:991px) and (min-width:769px){
	.calculate__title strong{display:block}
}
@media(max-width:768px){
	.offer{margin-bottom: 25px}
	.offer__top{flex-direction:column}
	.offer__aside{width:100%}
	.calculate, .gift{max-width:100%}
	.offer__main{text-align:center}
	.offer__title{padding-top:20px}
	.offer__waranty{font-size:16px}
	.calculate__subtitle{margin-top:30px}
	.calculate__list{gap:30px}
	.calculate__item {width: calc((100% - 30px) / 2)}
	.offer__swiper {max-height: 520px;}
	.offer__ico{width: 50px; height: 50px}
	.offer__item p{font-size:15px}
}
@media(max-width:575px){
	.offer__swiper {max-height: 100vw;}
}
@media(max-width:420px){
	.offer__title {font-size: 24px;}
	.calculate__list{gap:15px}
	.calculate__item {width: calc((100% - 15px) / 2)}
	.calculate__title strong{display:block}
	.calculate__item .calculate__subtitle{font-size:14px; margin-top:10px}
}
/* ------------------  quiz --------------------*/
.quiz{padding: 40px; border-radius: 10px; border: 2px solid #ef7c00; color: #000}
.quiz__title{margin-bottom: 40px; font-size: 32px; text-transform: uppercase; line-height: 1.4; color: #243b82; font-weight: 700}
.quiz__title span{display: block; font-weight: 700; color: #ef7c00}
.bar{position: relative; display: flex; justify-content: flex-end; height: 81px; margin-bottom: 40px; margin-right: 0}
.bar::after{content: ''; position: absolute; z-index: 1; top: 50%; transform: translateY(-50%); left: 0; width: 100%; height: 2px; background-color: #D9D9D9}
.bar-active::after{background-color: #ef7c00}
.bar__item{position: relative; z-index: 2; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: 21px; width: 81px; height: 81px; border-radius: 50%; background-color: #D9D9D9; color: #fff; font-size: 40px; line-height: 1; font-weight: 700; text-align: center}
.bar__item::after{content: ''; position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); right: -21px; width: 21px; height: 2px; background-color: #D9D9D9}
.bar__item:last-child{margin-right: 0}
.bar__item:last-child::after{display: none}
.bar__item-passed{background-color: #ef7c00}
.bar__item-actual{margin-right: auto !important; background-color: #ef7c00}
.bar__item-actual:after{background-color: #ef7c00}
.bar__item-passed:after{background-color:#ef7c00}
.quiz__form{max-width: 100%; margin: 0 auto}
.quiz__inline{display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; flex-wrap: wrap}
.quiz__triple{margin-bottom: 0; flex-wrap: wrap}
.quiz__main{flex: 0 1 67%}
.quiz__triple .quiz__main{}
.quiz__aside{flex: 0 0 30%; min-width:330px}
fieldset{display: none; outline: none; border: none}
fieldset.visible{display: block}
.quiz__subtitle, .quiz__desc{	margin-bottom: 20px; font-size: 24px; font-weight: 700}
.quiz__triple .quiz__subtitle{text-transform:uppercase; color:#243b82;margin-bottom: 30px;}
.quiz__subtitle span {color: #ef7c00}
.quiz__subtitle-margined{}
.quiz__desc-small{margin-bottom: 25px}
.quiz__list{display: flex; flex-wrap: wrap; gap: 15px}
.quiz__small{display: block}
.radio__item{width: 31%;}
.quiz__small .radio__item{max-width: 400px; width: 100%}
.quiz__small .quiz__head{justify-content: flex-start; text-align: left; padding-left: 19px}
.quiz__img{position: relative; border-radius: 5px; overflow: hidden; border: 1px solid #fff}
.quiz__img::after{content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%}
.quiz__img img{width: 100%; height: 100%; object-fit: cover; display: block}
.quiz__head{display: flex; justify-content: center; align-items: center; min-height: 60px; padding: 0; text-align: center; border-radius: 0 0 10px 10px; font-size: 16px}
.quiz__note{margin: 30px 0 25px; font-size: 20px; color:#ef7c00}
.quiz__note span{white-space:nowrap; background: #ef7c00; color: #fff; border-radius: 10px; padding: 5px 10px; font-weight: 600; font-size: 85%; margin: 0 5px}
.last-step__form{max-width: 650px; width:100%; margin:0 auto}
.last-step__form .quiz__note{text-transform: uppercase; color: #243b82;font-weight: 700;font-size: 20px;text-align: center;margin: 30px 0;line-height:1.6}
.last-step__form .last-step__form-inner{display: flex;gap: 30px;}
.last-step__form .quiz__input{width: 50%;margin: 0;}
.last-step__form .quiz__result{width: 50%;margin: 0;}
.last-step__form .quiz__inner{}
.last-step__form .quiz__info{color:#333; width:100%; text-align:center;font-size: 14px;padding: 25px 0 40px;}
.last-step__form .quiz__info a{color:#ef7c00; text-decoration:underline}
.last-step__form .quiz__info a:hover{color:#333; text-decoration:none}
.radio{display: block; position: absolute; z-index: -1; opacity: 0; width: 0; height: 0; padding: 0}
.radio + label{position: relative; padding: 0; cursor: pointer; display: block; overflow: hidden; border: 1px solid #ccc; padding: 5px 5px 0; border-radius: 5px}
.radio:checked + label{border-color: #ef7c00; background: #ef7c00}
.radio:checked + label .quiz__head{color:#fff}
.info{padding: 25px; border-radius: 10px; background-color: #fff; color: #333333; box-shadow: 0 0 5px 0 rgb(102 102 102 / 60%); background: #f9f9f9; display: flex; flex-direction: column; gap: 25px}
.info__title{margin-bottom: ; font-size: 22px; text-transform: uppercase; color: #243b82; font-weight: 700}
.info__title span{font-weight: 700; color: #ef7c00; display:block}
.info ol{margin-left: 18px; padding: 0; line-height: 1.4; display: flex; flex-direction: column; gap: 20px; margin: 0 0 20px 0}
.info ol li {}
.info ol{list-style-type: none;  counter-reset: num; margin: 0 0 0 45px; padding: 0; font-size: 16px}
.info ol li{position: relative;	margin: 0 0 0 0; line-height: 1.2}
.info ol li:before{content: counter(num); counter-increment: num; position: absolute; top: 0; left: -45px; width: 30px; height: 30px; color: #fff; font-size: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; background: #ef7c00}
.info__note{font-size:13px;font-weight: 700;text-transform: uppercase;text-align: center;color: #243b82;}
.help{display: flex; height: 195px; border-radius: 10px; background: #616161; overflow: hidden; cursor: pointer}
.help__title{display: flex; align-items: center; height: 65px; order: 1; color: #fff}
.help__title{text-align: left; padding: 0 9px 0 15px; height: 100%}
.help__img{flex-shrink: 0; width: 133px; height: 100%}
.help-vertical{flex-direction: column; align-items: flex-start}
.help-vertical .help__title{width: 100%; text-align: center; padding: 4px 15px}
.help-vertical .help__img{position: relative; width: 100%; height: 131px; order: 2}
.help__zoom{position: absolute; z-index: 3; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 52px}
.help-vertical .help__img::after{content: ''; position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0.47) 100%)}
.help__img img{width: 100%; height: 100%; object-fit: cover}
.quiz__controls{display: flex; margin: 20px 0 40px}
.quiz__back{width: 183px; height: 67px; margin-right: 21px; background-color: #D9D9D9;}
.quiz__back:hover{box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25)}
.quiz__next{width: 183px; height: 67px}
.quiz__person{color: #616161; text-transform: uppercase; display: flex; align-items: center; justify-content: center; gap: 15px; font-size: 14px; width: 100%}
.quiz__second .radio__item{width: calc((100% - 45px) / 4)}
.quiz__second.quiz__three-flex .radio__item{width: calc((100% - 30px) / 3)}
.quiz__second .quiz__head{justify-content: center; text-align: center; padding-right: 0; align-items: center}
.quiz__second .radio:checked + label:after{opacity: 1}
.quiz__double{display: flex; gap: 0 50px}
.quiz__wrapper{flex: 0 1 362px}
.quiz__bottom-hidden{display: none}
.result{flex: 0 0 280px; text-align: center;}
.result-mob{display: none}
.result__bar{width: 129px; margin: 0 auto; margin-bottom: 22px}
.result__bar img{width: 100%}
.quiz__last .radio__item{max-width: 100%; width: 100%}
.quiz__last .quiz__head{justify-content: flex-start; text-align: left; padding-left: 44px}
.quiz__last .radio + label:before{content: ''; position: absolute; bottom: 22px; left: 12px; width: 19px; height: 19px; border-radius: 50%; border: 1px solid #9D9D9D; background: #FFF}
.quiz__last .radio + label:after{content: ''; position: absolute; bottom: 26px; left: 16px; width: 11px; height: 11px; border-radius: 50%; background: #ef7c00; opacity: 0; transition: .2s}
.quiz__last .radio:checked + label:after{opacity: 1}
.quiz__last .radio:checked + label {border-color: #ef7c00;background: #fff}
.quiz__last .radio + label{padding:0}
.quiz__last  .radio:checked + label .quiz__head{color: #333}
.quiz__input{margin-bottom: 30px}
.quiz__input input{height: 60px; border-radius: 10px; background: #FFF; padding: 0 20px; font-size:20px; box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25) inset}
.quiz__result{width: 100%; height: 60px; margin-bottom: 30px}
.quiz__info{position: relative; width: 495px}
.quiz__inner{display: flex; justify-content: space-between; align-items: flex-end}
.quiz__inner .quiz__person{margin-bottom: -30px}
.quiz__triple .info{margin: 0}
.quiz__triple .quiz__aside{margin-top: auto}
.quiz__inner-mob{display: none}
.quiz__person-mob{display: none}
@media(min-width:576px){
	.result-mobile{display:none}
}
@media(max-width:1259px){
	.quiz{padding:30px}
	.quiz__title{font-size:28px; margin-bottom:30px}
	.quiz__main{flex: 0 1 58%}
	.quiz__aside{flex: 0 0 30%; min-width:330px}
	.quiz__triple .quiz__main {flex: 0 1 65%;}
	.result {flex: 0 0 230px}
	.quiz__triple .quiz__aside {flex: 0 0 30%;min-width: 250px}
	.quiz__triple .quiz__aside .info{padding:20px}
	.quiz__second .radio__item, .quiz__second.quiz__three-flex .radio__item{width: calc((100% - 15px) / 2)}
	.bar{height: 71px; margin-bottom: 30px}
	.bar__item{margin-right: 20px; width: 71px; height: 71px; font-size: 36px}
	.quiz__next, .quiz__back{width: 175px;height: 60px}
	.quiz__subtitle, .quiz__desc {margin-bottom: 15px;font-size: 22px}
}
@media(max-width:991px){
	.quiz{padding:20px;}
	.quiz__inline{gap:20px}
	.quiz__title{font-size:24px; margin-bottom:30px}
	.quiz__main {flex: auto;max-width: calc(100% - 320px);}
	.quiz__triple .quiz__main{}
	.quiz__aside {flex: auto;min-width: 300px;max-width: 300px;}
	.quiz__list{gap:10px}
	.quiz__second .radio__item, .quiz__second.quiz__three-flex .radio__item{width: calc((100% - 10px) / 2)}
	.quiz__head{font-size:14px}
	
	.quiz__triple .quiz__aside, .quiz__triple .quiz__main {flex: 100%;min-width: 100%;max-width: 100%;}
	.quiz__triple .quiz__aside .info ol li {min-height: 25px;display: flex;align-items: center}
	.bar{height: 60px; margin-bottom: 30px}
	.bar__item{margin-right: 20px; width: 60px; height: 60px; font-size: 32px}
	.quiz__next, .quiz__back{width: 175px;height: 60px}
	.quiz__subtitle, .quiz__desc {margin-bottom: 15px;font-size: 20px}
	.quiz__back{margin-right:10px}
	.info{padding:20px; gap:20px}
	.info__title{font-size:20px}
	.info__note{font-size:12px}
	.info ol{margin: 0 0 0 35px; font-size:14px; gap:15px}
	.info ol li::before{width:25px; height:25px; font-size:16px; left: -35px;}
}
@media(max-width:768px){
	.quiz{padding:15px;}
	.quiz__inline{gap:15px}
	.quiz__triple .quiz__subtitle{margin-bottom:20px}
	.quiz__title{font-size:22px; margin-bottom:25px; text-align:center}
	.quiz__title span{display:inline}
	.quiz__triple .quiz__main{}
	.quiz__aside, .quiz__main{flex: 100%;min-width: 100%;max-width: 100%;}
	.bar{height: 50px; margin-bottom: 25px}
	.bar__item{margin-right: 15px; width: 50px; height: 50px; font-size: 26px}
	.quiz__controls{margin: 15px 0 20px; justify-content:center}
	.quiz__next, .quiz__back{width: 160px;height: 50px}
	.quiz__subtitle, .quiz__desc {font-size:18px; text-align:center}
	.quiz__double {display: flex;gap: 0 20px;align-items: center}
	.last-step__form .last-step__form-inner{gap:20px}
	.result {flex: 0 0 220px;}
}
@media(max-width:575px){
	.quiz__title{font-size:20px; margin-bottom:20px;}
	.bar{height: 40px; margin-bottom: 20px}
	.bar__item{margin-right: 10px; width: 40px; height: 40px; font-size: 22px}
	.quiz__controls{margin: 15px 0 20px; gap:10px; justify-content:center}
	.quiz__next, .quiz__back{width: 50%; margin:0}
	.result-dext{display:none}
	.result-mobile{margin-bottom:40px}
	/*.last-step__form .quiz__info{padding-bottom:0}*/
}
@media(max-width:520px){
	.quiz__triple{gap:30px}
	.quiz__triple .quiz__wrapper{flex:auto}
	.quiz__triple .quiz__double{flex-direction:column; gap:30px}
	.result {flex: auto;}
	.last-step__form .quiz__note{margin-top:0; margin-bottom:20px; font-size:18px}
	.last-step__form-inner{flex-direction:column; gap:15px}
	.last-step__form .quiz__input, .last-step__form .quiz__result{width:100%}
	.quiz__note span{padding: 3px 5px;margin: 0 2px; white-space:nowrap}
}
@media(max-width:420px){
	.bar{height: 30px}
	.bar__item{width: 30px; height: 30px; font-size: 18px}
}
/* ------------------  footer --------------------*/
.footer{position: relative;padding: 40px 0;text-align: center}
.footer__inner{display:flex; flex-wrap:wrap; justify-content:center; gap: 30px;}
.footer__policy {text-transform: uppercase;white-space:nowrap;font-size: 14px;text-decoration: underline;color: #333}
.footer__policy:hover{text-decoration:none; color:#ef7c00}
@media(max-width:1259px){
	.footer{padding: 35px 0}
	.footer__inner{gap: 25px;}
}
@media(max-width:991px){
	.footer{padding: 30px 0}
	.footer__inner{gap: 20px;}
	
}
@media(max-width:768px){
	.footer{padding: 25px 0}
	.footer__inner{gap: 15px;}
}
@media(max-width:575px){
	.footer{padding: 20px 0}
	.footer__inner{gap: 10px;}
	.footer__policy{font-size:12px}
}

.example{position: relative; padding-top: 20px; width: 100%; overflow: hidden; height: 210px}
@keyframes updown{
	0%{transform: translateY(-25px); opacity: 1; }
	50%{transform: translateY(25px); }
	100%{transform: translateY(-25px); opacity: 1; }
}
.example__link{position: absolute; bottom: -40px; width: 100%; display: flex; align-items: center; justify-content: center; height: 210px; padding: 10px 15px 55px; border-radius: 10px; border: 1px solid #ef7c00; background: #FFF; box-shadow: 0px -4px 18px 0px rgba(0, 0, 0, 0.25); font-size: 24px; font-style: normal; font-weight: 700; -webkit-animation: bottom 1.8s ease-in-out infinite; transform: translateZ(0); animation: updown 1.8s ease-in-out infinite}
.example img{flex-shrink: 0; margin-right: 25px}
.fancybox__container{  --fancybox-bg: rgba(24, 24, 27, 0.5)}
.popup{display: none; width: 1200px; min-height: 450px; padding: 85px 100px !important}
.popup .bg{left: auto; right: 0; width: 746px}
.popup__inline{position: relative; z-index: 5; display: flex; align-items: center}
.popup__main{flex: 0 1 520px; margin-right: 37px}
.popup__title{margin-bottom: 37px; font-size: 24px; font-weight: 700}
.popup__aside{flex: 0 1 409px}
.popup__form{max-width: 390px}
.popup__input{margin-bottom: 22px}
.popup__input input{height: 60px; border-radius: 10px; background: #FFF; box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25) inset}
.popup__inner{display: flex; margin-bottom: 15px}
.upload{width: 133px; margin-right: 25px}
.upload__input{width: 0; height: 0; outline: 0; opacity: 0; pointer-events: none; user-select: none; padding: 0}
.upload__label{height: 44px; background-color: #616161; font-size: 16px}
.popup__btn{height: 44px; font-size: 16px}
.popup__note{max-width: 350px}
.popup__subtitle{margin-bottom: 15px; font-weight: 700; color: #ef7c00}
.popup ul li{margin-bottom: 10px; padding-left: 15px}
.popup ul li::before{content: ''; position: absolute; top: 9px; left: 0; width: 10px; height: 1px; background-color: var(--black)}
.circular{  height: 130px; width: 130px; position: relative; margin: 0 auto 20px}
.circular .inner, .circular .outer, .circular .circle{  position: absolute; z-index: 6; height: 100%; width: 100%; border-radius: 100%; box-shadow: inset 0 1px 0 rgba(0,0,0,0.2)}
.circular .inner{  top: 50%; left: 50%; height: 110px; width: 110px; margin: -55px 0 0 -55px; background-color: #fff; border-radius: 100%; box-shadow: 0 1px 0 rgba(0,0,0,0.2)}
.circular .circle{  z-index: 1; box-shadow: none}
.circular .numb{  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; 	font-size: 28px; font-weight: 700; color: #333}
.circular .circle-bar{position: absolute; height: 100%; width: 100%; background: #D9D9D9; -webkit-border-radius: 100%; clip: rect(0px, 130px, 130px, 65px)}
.circle .circle-bar .progress{  position: absolute; height: 100%; width: 100%; -webkit-border-radius: 100%; clip: rect(0px, 65px, 130px, 0px)}
.circle .circle-bar .progress, .dot span{  background: #ef7c00}
.circle .left .progress{  z-index: 1; animation: left 4s linear both}
@keyframes left{
	100%{transform: rotate(180deg)}
}
.circle .right{z-index: 3; transform: rotate(180deg)}
.circle .right .progress{  animation: right 4s linear both; animation-delay: 4s}
@keyframes right{
	100%{transform: rotate(180deg)}
}
.circle .dot{z-index: 2; position: absolute; left: 50%; top: 50%; width: 50%; height: 10px; margin-top: -5px; animation: dot 8s linear both; transform-origin: 0% 50%}
.circle .dot span{position: absolute; right: 0; width: 10px; height: 10px; border-radius: 100%}
@keyframes dot{  
	0%{  transform: rotate(-90deg); }
	50%{  transform: rotate(90deg); z-index: 4; }
	100%{  transform: rotate(270deg); z-index: 4; }
}
@media screen and (max-width: 1259px) {
	.popup {min-height: 450px;padding: 45px 50px !important}
}
@media screen and (max-width: 991px) {
	.popup {min-height: 450px;padding: 35px 25px !important}
}
@media screen and (max-width: 768px) {
	.popup__inline {flex-wrap: wrap;}
	.popup__main {flex: 0 1 100%;margin-right: 0;margin-bottom: 25px}
	.popup__title {margin-bottom: 25px;font-size: 22px}
	.popup {min-height: auto !important;}
	.popup__form {max-width: 100%;}
	.popup__input input {height: 50px;}
	.popup__inner {justify-content: center}
}

@media screen and (max-width: 575px) {
	.popup__btn {width: 100%;}
	.popup__note {display: none;}
	.upload {display: none;}
}

@media screen and (max-width: 480px) {
	.popup {min-height: 450px;padding: 30px 15px !important}
	.upload {margin-right: 15px}
	.upload__label {font-size: 14px}
	.popup__btn {font-size: 14px}
	.popup__title {font-size: 18px}
	.popup ul li {font-size: 14px}
}
/**** Квиз мобила ***/
.test-btns {position: fixed;bottom: 0;left: 0;width: 100%;height: 80px;justify-content: space-between;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.22);padding: 0 16px;background: #fff;display: none;opacity: 0;transition: opacity 0.2s;}
body.end-test .test-btns { display: none; }
.view-btn .test-btns { opacity: 1; display: flex;}
.test-btns-right .btn { height: 40px; width: 84px; } .test-btns-right .prev-step { width: 40px; margin-right: 8px; }
.prev-step svg { transform: scale(0.7); }
.test-btns-right a.btn > span { padding: 2px 0 0; font-weight: bold; font-size: 14px; line-height: 21px; }
.test-btns-right { display: flex; align-items: center; margin-left: 5px; }
#test[data-step="1"] .test-btns-right .prev-step { display: none; }
.test-btns-left { display: flex; align-items: flex-end; cursor: pointer; }
.test-data {display: flex;align-items: center;justify-content: center;height: calc(100% - 5px);margin-right: 8px;}
.test-data-open {height: 100%;padding: 7px 0 0 2px;}
.test-data-open svg path { animation: arrow-color 2s cubic-bezier(0, 0, 0.81, 1.28) infinite; }
.test-data-open svg path:nth-child(1) { animation-delay: 0.4s; } .test-data-open svg path:nth-child(2) { animation-delay: 0.2s; }
.test-data-open svg path:nth-child(3) { animation-delay: 0s; }
@keyframes arrow-color {
	0% { fill-opacity: 1; fill: #ef7c00 }
	20% { fill-opacity: 0.5; fill: #ef7c00; }
	40% { fill-opacity: 1; fill: #ef7c00; }
	to { fill-opacity: 1; fill: #ef7c00; }
}
.have-data-check .test-clcl { -webkit-animation: ring 4s .7s ease-in-out infinite; -webkit-transform-origin: 50% 4px; -moz-animation: ring 4s .7s ease-in-out infinite; -moz-transform-origin: 50% 4px; animation: ring 4s .7s ease-in-out infinite; -ms-transform-origin: 50% 4px; transform-origin: 50% 4px; }
.test-clcl span {position: absolute;font-weight: 500;font-size: 16px;line-height: 25px;width: 23px;height: 23px;right: 1px;top: 2px;border-radius: 50%;background: #1e92fd;text-align: center;color: #fff;display: none;}
.test-clcl { position: relative; }
.have-data-check .test-clcl span { display: block; }
@-webkit-keyframes ring {
	20% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	21% { -webkit-transform: rotate(9deg); transform: rotate(9deg); }
	23% { -webkit-transform: rotate(-8deg); transform: rotate(-8deg); }
	25% { -webkit-transform: rotate(7deg); transform: rotate(7deg); }
	27% { -webkit-transform: rotate(-6deg); transform: rotate(-6deg); }
	29% { -webkit-transform: rotate(5deg); transform: rotate(5deg); }
	31% { -webkit-transform: rotate(-4deg); transform: rotate(-4deg); }
	33% { -webkit-transform: rotate(3deg); transform: rotate(3deg); }
	35% { -webkit-transform: rotate(-2deg); transform: rotate(-2deg); }
	37% { -webkit-transform: rotate(1deg); transform: rotate(1deg); }
	39% { -webkit-transform: rotate(-1deg); transform: rotate(-1deg); }
	41% { -webkit-transform: rotate(1deg); transform: rotate(1deg); }
	43% { -webkit-transform: rotate(0); transform: rotate(0); }
	100% { -webkit-transform: rotate(0); transform: rotate(0); }
}
@keyframes ring {
	20% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	21% { -webkit-transform: rotate(9deg); transform: rotate(9deg); }
	23% { -webkit-transform: rotate(-8deg); transform: rotate(-8deg); }
	25% { -webkit-transform: rotate(7deg); transform: rotate(7deg); }
	27% { -webkit-transform: rotate(-6deg); transform: rotate(-6deg); }
	29% { -webkit-transform: rotate(5deg); transform: rotate(5deg); }
	31% { -webkit-transform: rotate(-4deg); transform: rotate(-4deg); }
	33% { -webkit-transform: rotate(3deg); transform: rotate(3deg); }
	35% { -webkit-transform: rotate(-2deg); transform: rotate(-2deg); }
	37% { -webkit-transform: rotate(1deg); transform: rotate(1deg); }
	39% { -webkit-transform: rotate(-1deg); transform: rotate(-1deg); }
	41% { -webkit-transform: rotate(1deg); transform: rotate(1deg); }
	43% { -webkit-transform: rotate(0); transform: rotate(0); }
	100% { -webkit-transform: rotate(0); transform: rotate(0); }
}
.test-data svg [fill='#1E92FD'] { fill: #ef7c00; }
.test-data svg [fill='#093445'] { fill: #ffb96d; }
.test-data svg [fill='#fff'] { fill: #ffffff; }
.test-clcl span {background: #ef7c00}
.next-step {background:#ef7c00;border-radius: 8px}
.next-step:hover {background:#243b82}
.test-btns-right a.btn > span {padding: 2px 0 0;font-weight: bold;font-size: 14px;line-height: 21px}
.test-btns-right .btn {height: 40px;width: 84px}
.next-step span {display: flex;height: 100%;width: 100%;align-items: center;justify-content: center;flex-direction: column;font-weight: bold;font-size: 25px;text-align: center;color: #fff;padding: 0 44px;line-height: 19px}
.btn.quiz__back{background-color: transparent}
.test-btns{bottom:0}
body.end-test .test-btns {display: none}
.view-btn .example{display: none}
body.end-test .example {display: block}
.test-btns-right .quiz__back {padding-top: 2px;display: flex;justify-content: center;align-items: center;height: 40px;width: 40px;border-radius: 50%;background: #E4E4E4 !important}
.test-btns-right .quiz__next {padding-bottom: 2px}
.view-btn .test-btns {display: none} 
.success {position: absolute;z-index: 90;top: 0;left: 0;width: 100%;height: 100vh;background-color: rgba(0, 0, 0, .5)}
.success__inner {position: absolute;z-index: 100;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 450px;background-color: #fff;padding: 40px;text-align: center}
.success__close {position: absolute;width: 20px;height: 20px;top: 15px;right: 15px;cursor: pointer;opacity: .7}
.success__close img {width: 100%}
.success__title{text-transform: uppercase;font-weight: 500;font-size: 24px;margin-bottom: 15px;text-align: center;}
.success p{margin-bottom: 20px}
.success__btn{/*! width: 310px; */height: 50px;margin: 25px auto 0;font-size: 18px;background-color: transparent;border: 1px solid var(--accent-color);color: var(--accent-color)}
.success__btn:hover {background-color:var(--accent-color) ;color: #fff}
@media screen and (max-width: 575px) {
	.upload {display: none;}
	.popup__btn {width: 100%;}
	.popup__note {display: none;}
	.calculate__down {display: flex;}
	.view-btn .test-btns{display: flex}
	.quiz__aside{display: none;}
	.quiz__bottom{display: none}

}
/********* SUCCESS **********/
/* ===== GREATING ===== */
.greating{padding:40px 0;position:relative}
.greating__title{margin-bottom:35px;text-transform:uppercase;font-size:36px;color:#243b82}
.greating__title span{display:inline;color:#ef7c00}
.greating__inline{display:flex;align-items:stretch;gap:0;position:relative;min-height:320px}
/* ===== СИНИЙ БЛОК С ТЕКСТОМ ===== */
.greating__desc{width:100%;background:#243b82;border-radius:10px;padding:50px 340px 50px 65px;position:relative;display:flex;flex-direction:column;justify-content:center}
.greating__desc::before{content:"";background:url(../img/layout/general/cav.svg) no-repeat 0 0;position:absolute;width:30px;height:30px;top:10px;left:10px;opacity:.5}
.greating__desc h3{color:#fff;line-height:1.5;margin-bottom:15px;font-size:24px;font-style:italic}
.greating__desc p{color:#fff;line-height:1.5;margin-bottom:15px;font-size:18px;font-style:italic;font-weight:300}
.greating__desc p:last-child{margin-bottom:0}
.greating__desc .greating__note{color:#ffd700;font-weight:600;margin-top:8px}
/* ===== БОСС СПРАВА ===== */
.person{width:270px;position:absolute;right:30px;bottom:0}
.person__info{position:absolute;bottom:20px;right:40%;white-space:nowrap;line-height:1.4;text-align:right}
.person__img{width:100%;max-width:270px;display:flex;justify-content:center;align-items:flex-end;line-height:0}
.person__img img{width:100%;height:auto;display:block}
.person__name{font-size:20px;font-weight:700;color:#fff;text-align:right}
.person__post{font-size:14px;color:#fff;text-align:right}
/* ===== АДАПТИВ ===== */
@media(max-width:1259px){
	.greating{padding:30px 0}
	.greating__title{margin-bottom:30px; font-size:32px}
	.greating__inline{min-height:270px}
	.greating__desc{padding:40px 270px 40px 50px}
	.greating__desc h3{font-size:22px; line-height:1.4; margin-bottom:10px}
	.greating__desc p{font-size:16px; line-height:1.4; margin-bottom:10px}
	.greating__desc p:last-child{margin-bottom:0}
	.person{width:230px;right:20px}
	.person__info{bottom:15px;right:35%}
	.person__name{font-size:18px}
	.person__post{font-size:13px}
}
@media(max-width:991px){
	.greating{padding:20px 0;}
	.greating__title{font-size:24px;margin-bottom: 20px;}
	.greating__desc{padding:35px 230px 35px 40px;}
	.greating__desc h3{font-size:20px;}
	.greating__desc p{font-size:14px;}
	.person{width:200px;right:15px}
	.person__info{bottom:12px;right:30%}
	.person__name{font-size:16px}
	.person__post{font-size:12px}
}
@media(max-width:768px){
	.greating__title{font-size:24px;text-align:center;margin-bottom:15px;}
	.greating__inline{min-height:auto}
	.greating__desc{padding:30px 30px 0 30px;border-radius:10px;text-align: center;}
	.person{width:180px;right:auto;bottom:auto;position: relative;margin: 10px auto 20px;}
	.person__img{max-width:180px}
	.person__info{bottom:0;white-space:nowrap;text-align:center;right: 50%;transform: translateX(50%);}
	.person__name, .person__post{text-align:center}
	.greating__desc::before{width: 25px;height: 25px;top: 5px;left: 5px}
}
@media(max-width:575px){
	.greating{padding:15px 0;}
	.greating__title{font-size:22px}
}
/* ===== ATTACH (ПОДАРКИ) ===== */
.attach{padding:40px 0}
.attach__title{margin-bottom:30px;text-align:center;text-transform:uppercase;font-size:28px}
.attach__title span{color:#243b82}
/* ===== ПОДАРКИ (HORIZONTAL) ===== */
.calculate__horizontal{display:flex;gap:30px;justify-content:center;flex-wrap:wrap;max-width:925px;margin:0 auto}
.calculate__horizontal .calculate__item{display:flex;align-items:center;flex:0 1 calc(50% - 15px);padding:20px;border-radius:10px;box-shadow:0 4px 15px 0 rgba(0,0,0,.1);text-align:left;gap:20px;background:#fff;border:1px solid #f0f0f0;transition:.3s}
.calculate__horizontal .calculate__item:hover{box-shadow:0 8px 25px 0 rgba(0,0,0,.15);transform:translateY(-2px)}
.calculate__horizontal .calculate__img{flex-shrink:0;overflow:hidden;margin:0}
.calculate__horizontal .calculate__img img{width:100%;height:100%;object-fit:cover;display:block}
.calculate__horizontal .calculate__subtitle{margin:0;font-size:20px;font-weight:700}
/* ===== ФОРМА ===== */
.attach__phone{max-width:680px;margin:40px auto 0;padding-top:30px;border-top:2px solid #f0f0f0}
.attach__phone p{margin-bottom:30px;color:#333;text-align:center;line-height:1.5;font-size:20px}
.attach__form{display:flex;gap:20px}
.attach__input{flex:1}
.attach__input input{height:60px;border-radius:10px;background:#FFF;box-shadow:inset 0 1px 4px 0 rgba(0,0,0,.1);padding:0 20px;font-size:18px;width:100%;border:1px solid #e0e0e0}
.attach__input input:focus{border-color:#ef7c00;box-shadow:inset 0 1px 4px 0 rgba(239,124,0,.2)}
.attach__btn{height:60px;flex:0 0 200px;font-size:18px;white-space:nowrap}
/* ===== АДАПТИВ ===== */
@media(max-width:991px){
	.attach{padding:30px 0}
	.attach__title{font-size:26px;margin-bottom:25px}
	.calculate__horizontal{max-width:100%;gap:15px}
	.calculate__horizontal .calculate__item{flex:0 1 calc(50% - 10px);padding:15px;gap:15px}
	.calculate__horizontal .calculate__img{width:148px}
	.calculate__horizontal .calculate__subtitle{font-size:15px}
	.attach__phone{max-width:100%;margin:30px auto 0;padding-top:25px}
	.attach__phone p{font-size:18px;margin-bottom:25px}
	.attach__input input{height:55px;font-size:16px}
	.attach__btn{height:55px;flex:0 0 180px;font-size:16px}
}
@media(max-width:768px){
	.attach{padding:25px 0}
	.attach__title{font-size:22px;margin-bottom:20px}
	.calculate__horizontal .calculate__item{flex:0 1 100%;padding:15px;gap:20px}
	.calculate__horizontal .calculate__img{width:184px}
	.calculate__horizontal .calculate__subtitle{font-size:17px}
	.attach__phone{margin:25px auto 0;padding-top:20px}
	.attach__phone p{font-size:17px;margin-bottom:20px}
	.attach__form{flex-wrap:wrap;gap:15px}
	.attach__input{flex:0 1 100%}
	.attach__input input{height:50px;font-size:16px}
	.attach__btn{flex:0 1 100%;height:50px;font-size:16px}
}
@media(max-width:575px){
	.attach{padding:20px 0}
	.attach__title{font-size:18px;margin-bottom:15px}
	.calculate__horizontal .calculate__subtitle{font-size:15px}
	.attach__phone{margin:20px auto 0;padding-top:15px}
	.attach__phone p{font-size:15px;margin-bottom:15px}
	.attach__form{gap:12px}
	.attach__input input{height:45px;font-size:14px;padding:0 15px}
	.attach__btn{height:45px;font-size:14px}
}
@media(max-width:420px){
	.calculate__horizontal .calculate__item{flex-direction:column;text-align:center;padding:15px;gap:15px}
	.calculate__horizontal .calculate__subtitle{font-size:14px}
	.attach__title{font-size:18px}
	.attach__phone p{font-size:14px}
}
/* ===== TARIFS ===== */
.tarifs{padding:40px 0}
.tarifs__title{margin-bottom:35px;text-align:center;text-transform:uppercase;font-size:28px}
.tarifs__title span{color:#243b82}
.tarifs__table{display:flex;gap:30px;justify-content:center;flex-wrap:wrap}
.tarifs__col{flex:1;min-width:280px;max-width:380px;background:#fff;border-radius:10px;box-shadow:0 4px 20px 0 rgba(0,0,0,.08);transition:.3s;overflow:hidden;border:1px solid #f0f0f0}
.tarifs__col:hover{transform:translateY(-5px);box-shadow:0 8px 35px 0 rgba(0,0,0,.12)}
.tarifs__col-title{font-weight:700;font-size:20px;text-align:center;text-transform:uppercase;padding:24px;background:#243b82;color:#fff}
.tarifs__list{margin:0;padding:20px;list-style:none}
.tarifs__list-item{padding:8px 0 8px 28px;position:relative;font-size:16px;line-height:1.4;color:#333;border-bottom:1px solid #e5e5e5}
.tarifs__list-item:last-child{border-bottom:none}
.tarifs__list-item::before{content:'✓';position:absolute;left:0;top:4px;color:#ef7c00;font-weight:700;font-size:20px}
.tarifs__col-price{font-size:28px; color:#fff; background:#ef7c00; padding:20px 0; width:100%; margin-top:auto;text-align: center;font-weight: 700}
@media(max-width:991px){
	.tarifs{padding:30px 0}
	.tarifs__title{font-size:26px;margin-bottom:25px}
	.tarifs__table{gap:20px}
	.tarifs__col{min-width:240px;flex:0 1 calc(50% - 10px)}
	.tarifs__col:last-child{flex:0 1 100%;max-width:345px;margin:0 auto}
	.tarifs__col-title{font-size:18px;padding:20px}
	.tarifs__list{padding:18px}
	.tarifs__list-item{font-size:15px;padding:6px 0 6px 25px}
	.tarifs__list-item::before{font-size:18px;top:3px}
	.tarifs__col-price {font-size: 24px;padding: 15px 0}
}
@media(max-width:768px){
	.tarifs{padding:25px 0}
	.tarifs__title{font-size:22px;margin-bottom:20px}
	.tarifs__table{gap:15px;flex-direction:column;align-items:center}
	.tarifs__col, .tarifs__col:last-child{flex:0 1 100%; max-width:400px;width:100%;min-width:100%}
	.tarifs__col-title{font-size:17px;padding:18px}
	.tarifs__list{padding:15px}
	.tarifs__list-item{font-size:14px;padding:5px 0 5px 22px}
	.tarifs__list-item::before{font-size:16px;top:3px}
}
@media(max-width:575px){
	.tarifs{padding:20px 0}
	.tarifs__title{font-size:20px;margin-bottom:15px}
	.tarifs__col{max-width:100%; width:100%; border-radius:8px}
	.tarifs__col-title{font-size:16px;padding:15px}
	.tarifs__list{padding:12px 15px}
	.tarifs__list-item{font-size:13px;padding:4px 0 4px 20px}
	.tarifs__list-item::before{font-size:14px;top:2px}
	.tarifs__col-price {font-size: 20px;padding: 10px 0;}
}
@media(max-width:420px){
	.tarifs{padding:15px 0}
	.tarifs__title{font-size:18px;margin-bottom:12px}
	.tarifs__col-title{font-size:14px;padding:12px}
	.tarifs__list{padding:10px 12px}
	.tarifs__list-item{font-size:12px;padding:4px 0 4px 18px}
	.tarifs__list-item::before{font-size:12px;top:2px}
}
/* ===== TARIFS ===== */
.tarifs{padding:40px 0}
.tarifs__title{margin-bottom:35px;text-align:center;text-transform:uppercase;font-size:28px}
.tarifs__title span{color:#243b82}
.tarifs__table{display:flex;gap:30px;justify-content:center;flex-wrap:wrap}
.tarifs__col{flex:1;min-width:280px;max-width:380px;background:#fff;border-radius:10px;box-shadow:0 4px 20px 0 rgba(0,0,0,.08);transition:.3s;overflow:hidden;border:1px solid #f0f0f0;display: flex;flex-direction: column;}
.tarifs__col:hover{transform:translateY(-5px);box-shadow:0 8px 35px 0 rgba(0,0,0,.12)}
.tarifs__col-title{font-weight:700;font-size:20px;text-align:center;text-transform:uppercase;padding:24px;background:#243b82;color:#fff}
.tarifs__list{margin:0;padding:20px;list-style:none}
.tarifs__list-item{padding:8px 0 8px 28px;position:relative;font-size:16px;line-height:1.4;color:#333;border-bottom:1px solid #e5e5e5}
.tarifs__list-item:last-child{border-bottom:none}
.tarifs__list-item::before{content:'✓';position:absolute;left:0;top:4px;color:#ef7c00;font-weight:700;font-size:20px}
@media(max-width:991px){
	.tarifs{padding:30px 0}
	.tarifs__title{font-size:26px;margin-bottom:25px}
	.tarifs__table{gap:20px}
	.tarifs__col{min-width:240px;flex:0 1 calc(50% - 10px)}
	.tarifs__col:last-child{flex:0 1 100%;max-width:345px;margin:0 auto}
	.tarifs__col-title{font-size:18px;padding:20px}
	.tarifs__list{padding:18px}
	.tarifs__list-item{font-size:15px;padding:6px 0 6px 25px}
	.tarifs__list-item::before{font-size:18px;top:3px}
}
@media(max-width:768px){
	.tarifs{padding:25px 0}
	.tarifs__title{font-size:22px;margin-bottom:20px}
	.tarifs__table{gap:15px;flex-direction:column;align-items:center}
	.tarifs__col, .tarifs__col:last-child{flex:0 1 100%; max-width:400px;width:100%;min-width:100%}
	.tarifs__col-title{font-size:17px;padding:18px}
	.tarifs__list{padding:15px}
	.tarifs__list-item{font-size:14px;padding:5px 0 5px 22px}
	.tarifs__list-item::before{font-size:16px;top:3px}
}
@media(max-width:575px){
	.tarifs{padding:20px 0}
	.tarifs__title{font-size:20px;margin-bottom:15px}
	.tarifs__col{max-width:100%; width:100%; border-radius:8px}
	.tarifs__col-title{font-size:16px;padding:15px}
	.tarifs__list{padding:12px 15px}
	.tarifs__list-item{font-size:13px;padding:4px 0 4px 20px}
	.tarifs__list-item::before{font-size:14px;top:2px}
}
@media(max-width:420px){
	.tarifs{padding:15px 0}
	.tarifs__title{font-size:18px;margin-bottom:12px}
	.tarifs__col-title{font-size:14px;padding:12px}
	.tarifs__list{padding:10px 12px}
	.tarifs__list-item{font-size:12px;padding:4px 0 4px 18px}
	.tarifs__list-item::before{font-size:12px;top:2px}
}
/* ===== CHECK-LIST ===== */
.check-list{margin:40px 0}
.check-list__title{margin-bottom:35px;text-align:center;color:#243b82;text-transform:uppercase;font-size:28px}
.check-list__title span{color:#ef7c00;}

.check-list__wrap{border:2px solid #ef7c00;border-radius:16px;padding:30px;background:#fff}

.check-list__desc{position:relative;overflow:hidden;max-height:150px;transition:max-height .6s cubic-bezier(.4,0,.2,1);margin-bottom:0}
.check-list__desc.open{max-height:100%}
.check-list__desc.open::after{display:none}
.check-list__desc::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:60px;background:linear-gradient(180deg,rgba(255,255,255,0),#fff);pointer-events:none}

.check-list__section{margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #f0f0f0}
.check-list__section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.check-list__section:last-of-type{padding-bottom:0;border-bottom:none}

.check-list__subtitle{font-size:18px;line-height:1.4;font-weight:700;margin-bottom:10px;color:#243b82}
.check-list__desc p{font-size:16px;line-height:1.6;color:#333}

.check-list__more{white-space:nowrap; height:56px;font-size:16px;cursor:pointer;margin:0 auto;display:flex;justify-content:center;align-items:center;max-width: 400px;}
.check-list__more.hidden{display:none}

@media(max-width:991px){
	.check-list{margin:30px 0}
	.check-list__title{font-size:24px;margin-bottom:25px}
	.check-list__wrap{padding:25px;border-radius:12px}
	.check-list__subtitle{font-size:17px}
	.check-list__desc p{font-size:15px}
}

@media(max-width:768px){
	.check-list{margin:25px 0}
	.check-list__title{font-size:20px;margin-bottom:20px}
	.check-list__wrap{padding:20px;border-radius:10px}
	.check-list__desc{max-height:120px}
	.check-list__desc::after{height:50px}
	.check-list__subtitle{font-size:16px}
	.check-list__desc p{font-size:14px}
	.check-list__more{width:100%;max-width:100%; height:50px;font-size:15px}
}

@media(max-width:576px){
	.check-list{margin:20px 0}
	.check-list__title{font-size:18px;margin-bottom:15px}
	.check-list__wrap{padding:15px;border-radius:8px;border-width:1px}
	.check-list__desc{max-height:100px}
	.check-list__desc::after{height:40px}
	.check-list__subtitle{font-size:15px}
	.check-list__desc p{font-size:13px}
	.check-list__more{height:45px;font-size:14px}
}
/* ===== CONSULT + SPECIALIST + BENEFITS ===== */
.consult-block{padding:40px 0;position:relative}
.consult-block__wrap{padding:0;position:relative;min-height:340px;background:#243b82;border-radius:10px;padding:40px 350px 40px 40px}

.consult-block__title{color:#fff;font-size:28px;font-weight:700;line-height:1.3;margin-bottom:20px;text-transform:uppercase;max-width:730px}
.consult-block__title span{color:#ef7c00}

.consult-block__list{list-style:none;padding:0;margin:0 0 30px;display:flex;flex-wrap:wrap;gap:15px;max-width:830px}
.consult-block__list li{color:#fff;font-size:15px;line-height:1.5;padding:0 0 0 25px;position:relative;font-weight:500}
.consult-block__list li::before{content:"✓";position:absolute;left:0;top:-3px;color:#ef7c00;font-weight:700;font-size:20px}

.consult-block__form-inner{display:flex;gap:30px}
.consult-block__form{display:flex;gap:15px;flex-wrap:wrap;max-width:600px;flex-direction:column;width:345px}
.consult-block__input{flex:1;min-width:200px}
.consult-block__input input{height:60px;border-radius:10px;border:none;padding:0 20px;font-size:18px;width:100%;background:#fff;color:#333;box-shadow:0 2px 10px rgba(0,0,0,.1)}
.consult-block__input input::placeholder{color:#999}
.consult-block__input input:focus{outline:2px solid #ffd700}
.consult-block__btn{height:60px;padding:0 25px;font-size:16px;white-space:nowrap;background:#ef7c00;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:.3s}
.consult-block__btn:hover{background:#d96c00}

.consult-block__person{position:absolute;right:45px;bottom:25px;width:275px;display:flex;flex-direction:column;align-items:center}
.consult-block__person-info{position:absolute;bottom:15px;line-height:1.4}
.consult-block__person-img{width:100%;display:block;filter:drop-shadow(0 8px 25px rgba(0,0,0,.2))}
.consult-block__person-name{color:#fff;font-size:20px;font-weight:700;text-align:center}
.consult-block__person-post{color:#fff;font-size:14px;text-align:center}

/* ===== BENEFITS ===== */
.consult-block__benefits{flex-wrap:wrap;padding:25px;border-radius:10px;color:#333;box-shadow:0 0 5px 0 rgba(102,102,102,.6);background:#f9f9f9;display:flex;flex-direction:column;gap:15px;max-width:410px;justify-content:center}
.consult-block__benefit{display:flex;align-items:center;gap:10px;font-size:16px;line-height:1.3;font-weight:500}
.consult-block__benefit-icon{width:28px;height:28px;background:#ef7c00;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:16px;font-weight:700}

/* ===== АДАПТИВ ===== */
@media(max-width:1259px){
	.consult-block__wrap{padding:30px 280px 30px 30px;}
	.consult-block__person{width:220px;right:25px;bottom: 40px;}
	.consult-block__title{font-size:22px; margin-bottom:15px}
	.consult-block__form{width:300px}
	.consult-block__form-inner{gap:20px}
	.consult-block__benefits{padding:20px}
	.consult-block__list {margin: 0 0 20px;gap: 10px;}
	.consult-block__input input{height:58px; padding:0 15px; font-size:16px}
	.consult-block__btn{height:58px;padding:0 15px}
}
@media(max-width:991px){
	.consult-block{padding:30px 0}
	.consult-block__wrap{padding:25px;min-height:auto}
	.consult-block__title{font-size:24px;max-width:100%}
	.consult-block__input{flex:1;min-width:180px}
	.consult-block__benefits{max-width:100%;width:50%;padding:20px}
	.consult-block__person{position:static; width:180px; margin:20px auto 0}
	.consult-block__person-info{bottom: 20px;}
	.consult-block__form{width: 50%;}
}
@media(max-width:768px){
	.consult-block{padding:25px 0}
	.consult-block__wrap{padding:20px;border-radius:8px}
	.consult-block__title{font-size:20px;text-align:center}
	.consult-block__list li{font-size:14px;}
	.consult-block__list li::before{}
	.consult-block__form{flex-direction:column;width:100%}
	.consult-block__input{min-width:auto;flex:0 1 100%}
	.consult-block__input input{height:50px;font-size:16px}
	.consult-block__btn{height:50px;font-size:15px;width:100%;justify-content:center}
	.consult-block__benefits{padding:15px;gap:10px;width: 100%;}
	.consult-block__benefit{font-size:14px}
	.consult-block__benefit-icon{width:24px;height:24px;font-size:14px}
	.consult-block__person-name{font-size:16px;}
	.consult-block__person-post{font-size:12px;}
	.consult-block__form-inner{flex-direction:column; align-items:center}
	.consult-block__form{width:100%;max-width:100%;flex-wrap:wrap;}
}
@media(max-width:575px){
	.consult-block{padding:20px 0}
	.consult-block__wrap{padding:20px 15px;border-radius:6px}
	.consult-block__title{font-size:18px}
	.consult-block__list li{font-size:14px;padding:0 0 0 20px;}
	.consult-block__list li::before{font-size:16px;top:0px;}
	.consult-block__input input{height:45px;font-size:14px;padding:0 15px}
	.consult-block__btn{height:45px;font-size:14px}
	.consult-block__benefits{padding:12px;gap:8px}
	.consult-block__benefit{font-size:14px;gap:10px;}
	.consult-block__benefit-icon{width:22px;height:22px;font-size:12px}
}
@media(max-width:420px){
	.consult-block__wrap{padding:15px 12px}
	.consult-block__list li{font-size:14px}
	.consult-block__list li::before{font-size:16px;}
	.consult-block__benefit-icon{width:20px;height:20px;font-size:11px}
}

/* ===== BEST LIST ===== */
.best-list{padding:40px 0}
.best-list__title{color:#243b82;margin-bottom:35px;text-align:center;text-transform:uppercase;font-size:28px}
.best-list__title span{color:#ef7c00}
.best-list__inner{padding-top:30px;display:flex;flex-wrap:wrap;gap:50px;justify-content:center}
.best-list__block{display:flex;align-items:flex-start;gap:20px;width:calc((100% - 100px) / 3)}
.best-list__icon{flex-shrink:0;width:70px;height:70px;display:flex;align-items:center;justify-content:center;border-radius:12px}
.best-list__icon img{max-width:100%; height:auto}
.best-list__info{flex:1}
.best-list__name{font-size:18px;font-weight:700;color:#333;line-height:1.2;margin-bottom:5px}
.best-list__text{font-size:14px;color:#666;line-height:1.4}

@media(max-width:991px){
	.best-list{padding:30px 0}
	.best-list__title{font-size:24px;margin-bottom:25px}
	.best-list__inner{gap:30px;padding-top:20px}
	.best-list__block{width:calc((100% - 30px) / 2);gap:18px}
	.best-list__icon{width:60px;height:60px}
}

@media(max-width:768px){
	.best-list{padding:25px 0}
	.best-list__title{font-size:20px;margin-bottom:20px}
	.best-list__inner{gap:20px;padding-top:10px;}
	.best-list__block{width:100%;gap:15px;}
	.best-list__icon{width:50px;height:50px}
	.best-list__name{font-size:17px;}
}

@media(max-width:575px){
	.best-list{padding:20px 0}
	.best-list__title{font-size:18px;margin-bottom:15px}
	.best-list__inner{gap:15px;padding-top:10px}
	.best-list__block{gap:12px}
	.best-list__icon{width:40px;height:40px;}
	.best-list__name{font-size:15px;margin: 0 0 3px;}
	.best-list__text{font-size:12px}
}

@media(max-width:420px){
	.best-list{padding:15px 0}
	.best-list__title{font-size:16px;margin-bottom:12px}
	.best-list__inner{gap:12px}
	.best-list__block{gap:10px}
}

/* ===== TEAM ===== */
.team{padding:50px 0 0}
.team__text{text-align:center;max-width:850px;margin:0 auto 50px}
.team__title{font-size:34px;font-weight:700;color:#243b82;line-height:1.3;margin-bottom:18px;text-transform:uppercase}
.team__title span{color:#ef7c00}
.team__desc{font-size:20px;color:#333;line-height:1.5}

.team__list{display:flex;gap:30px;justify-content:center;flex-wrap:wrap;margin-bottom:50px}
.team__item{text-align:center;flex:1;width:calc((100% - 60px) / 3);padding:0}
.team__img{width:300px;height:300px;border-radius:50%;object-fit:cover;display:block;margin:0 auto 20px;border:4px solid #ef7c00}
.team__name{font-size:24px;font-weight:700;color:#243b82}
.team__prof{font-size:16px;color:#666}

/* ===== CLEAN ===== */
.team__clean{padding:0}
.team__clean-wrap{background:#243b82;border-radius:20px;padding:50px 350px 50px 60px;position:relative;overflow:hidden;min-height:300px;display:flex;align-items:center}
.team__clean-info{flex:1;position:relative;z-index:2}
.team__clean-title{font-size:30px;font-weight:700;color:#fff;line-height:1.3;margin-bottom:15px;text-transform:uppercase}
.team__clean-text{font-size:18px;color:rgba(255,255,255,.85);line-height:1.6;max-width:550px}
.team__clean-img{position:absolute;right:40px;top:50%;transform:translateY(-50%);width:260px;height:260px;border-radius:50%;overflow:hidden;border:4px solid #ef7c00;flex-shrink:0}
.team__clean-img img{width:100%;height:100%;object-fit:cover;display:block}

/* ===== АДАПТИВ ===== */
@media(max-width:1259px){
	.team__img{width:280px;height:280px}
	.team__name{font-size:22px}
	.team__clean-wrap{padding:40px 280px 40px 45px;min-height:280px}
	.team__clean-title{font-size:26px}
	.team__clean-text{font-size:17px;max-width:450px}
	.team__clean-img{width:220px;height:220px;right:30px}
}

@media(max-width:991px){
	.team{padding:40px 0 0}
	.team__text{margin-bottom:40px}
	.team__title{font-size:28px}
	.team__desc{font-size:18px}
	.team__list{gap:20px}
	.team__item{width:calc((100% - 40px) / 3)}
	.team__img{width:220px;height:220px}
	.team__name{font-size:20px}
	.team__clean-wrap{padding:35px 30px;flex-direction:column;text-align:center;min-height:auto;border-radius:16px}
	.team__clean-info{flex:0 1 100%}
	.team__clean-title{font-size:24px}
	.team__clean-text{font-size:16px;max-width:100%}
	.team__clean-img{position:static;transform:none;width:200px;height:200px;margin:20px auto 0;border-width:3px}
}

@media(max-width:768px){
	.team{padding:30px 0 0}
	.team__title{font-size:22px}
	.team__desc{font-size:16px}
	.team__text, .team__list{margin-bottom: 30px;}
	.team__list{gap:15px}
	.team__item{width:calc((100% - 30px) / 3)}
	.team__img{width:160px;height:160px}
	.team__name{font-size:18px}
	.team__prof{font-size:14px}
	.team__clean-wrap{padding:25px 20px;border-radius:12px}
	.team__clean-title{font-size:20px}
	.team__clean-text{font-size:15px}
}

@media(max-width:575px){
	.team{padding:25px 0 0}
	.team__text{margin-bottom:25px}
	.team__title{font-size:18px}
	.team__desc{font-size:14px}
	.team__list{gap:30px}
	.team__item{padding:0}
	.team__item{width:100%}
	.team__img{width:200px;height:200px;border-width:3px; margin-bottom:10px}
	.team__name{font-size:18px}
	.team__prof{font-size:13px}
	.team__clean-wrap{padding:20px 15px;border-radius:10px}
	.team__clean-title{font-size:18px}
	.team__clean-text{font-size:14px}
}
/* ===== GALLERY ===== */
.gallery{padding:50px 0}
.gallery__title{color:#243b82; margin-bottom:35px; font-weight:700; text-align:center;text-transform:uppercase;font-size:28px}
.gallery__title span{color:#ef7c00}
.gallery__list{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,200px);gap:15px}
/* Позиционирование */
.div1{grid-area:1/1/3/3}
.div2{grid-area:1/3/2/4}
.div3{grid-area:1/4/2/5}
.div4{grid-area:2/3/3/4}
.div5{grid-area:2/4/3/5}
.div6{grid-area:3/3/5/5}
.div7{grid-area:3/1/4/2}
.div8{grid-area:3/2/4/3}
.div9{grid-area:4/2/5/3}
.div10{grid-area:4/1/5/2}

.gallery__item{position:relative;overflow:hidden;border-radius:12px;cursor:pointer}
.gallery__item img{width:100%;height:100%;object-fit:cover;transition:.5s}
.gallery__item:hover img{transform:scale(1.08)}
.gallery__item:hover .gallery__zoom{opacity:1;transform:translate(-50%,-50%) scale(1)}

.gallery__zoom{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);width:50px;opacity:0;transition:.4s;pointer-events:none;z-index:2}
.gallery__zoom img{width:100%;height:auto;display:block}

@media(max-width:991px){
	.gallery{padding:40px 0}
	.gallery__title{font-size:24px;margin-bottom:25px}
	.gallery__list{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,160px);gap:12px}
	.div1{grid-area:1/1/3/3}
	.div2{grid-area:1/3/2/4}
	.div3{grid-area:1/4/2/5}
	.div4{grid-area:2/3/3/4}
	.div5{grid-area:2/4/3/5}
	.div6{grid-area:3/3/5/5}
	.div7{grid-area:3/1/4/2}
	.div8{grid-area:3/2/4/3}
	.div9{grid-area:4/2/5/3}
	.div10{grid-area:4/1/5/2}
}

@media(max-width:768px){
	.gallery{padding:30px 0}
	.gallery__title{font-size:20px;margin-bottom:20px}
	.gallery__list{display:flex;flex-wrap:wrap;gap:15px;justify-content:flex-start}
	.gallery__item{flex:0 0 calc(50% - 7.5px);aspect-ratio:1/1;border-radius:10px}
	.div1,.div2,.div3,.div4,.div5,.div6,.div7,.div8,.div9,.div10{grid-area:auto}
}

@media(max-width:576px){
	.gallery{padding:25px 0}
	.gallery__title{font-size:18px;margin-bottom:15px}
	.gallery__list{gap:10px}
	.gallery__item{flex:0 0 calc(50% - 5px)}
}

@media(max-width:420px){
	.gallery{padding:20px 0}
	.gallery__title{font-size:16px}
	.gallery__list{gap:8px}
	.gallery__item{flex:0 0 calc(50% - 4px)}
}

