@import url('../../../css2');
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 16px;
	font-family: "Inter", serif;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
sub br{
    display: none;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
/*--------------------*/
[class*="container"] {
	max-width: 1082px;
	margin: 0 auto;
	padding: 0px 20px;
	height: 100%;
}
.add {
	position: relative;
	padding-bottom: 24px;
}
.header {
	position: relative;
	width: 100%;
	padding: 16px 0px;
	background: #FFF;
}
.header::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 8px;
	bottom: 0;
	left: 0;
	background: var(--grad-light, linear-gradient(333deg, #533afd -7.99%, #533afd 104.89%));
}
.header__logo {
	font-weight: 700;
	font-size: 28px;
	max-width: 350px;
	width: 100%;
}
.header__logo img {
	width: 100%;
}
.preview {
	max-width: 100%;
	height: 558px;
	background: url(../img/bg.jpg) no-repeat center;
	background-size: cover;
}

.preview__wrapper {
	height: 100%;
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column;
}
.preview__title {
	max-width: 687px;
	width: 100%;
	color: #FFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 67.2px */
	letter-spacing: -2px;
	margin-bottom: 32px;
}
.preview__subtitle {
	max-width: 510px;
	width: 100%;
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 36px */
}
.map {
	padding: 60px 0px;
	background: #FFF;
	
}
.map__wrapper {
	max-width: 1042px;
	width: 100%;
}
.map__wrapper svg {
	width: 100%;
}
.info {
	padding: 120px 0px;
	background: #F9F9F9;
	box-shadow: inset 1px 1px 24px 0px rgba(0, 0, 0, 0.15);
}
.info__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.info__item:first-of-type {
	margin-bottom: 100px;
}
.info__images {
	max-width: 485px;
	width: 100%;
}
.info__images img {
	width: 100%;
}
.info__note {
	max-width: 509px;
	width: 100%;
	padding-left: 32px;
	border-left: 4px solid #533afd;
}
.info__title {
	color: #112F4E;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 42px */
	margin-bottom: 20px;
}
.info__text {
	color: #1C2B33;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 150%; /* 27px */
}
.footer {
	width: 100%;
	padding: 20px 0px;
	background: #FFF;
	box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.15);;
}
.footer__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.footer__wrapper img {
	max-width: max-content;
	width: 100%;
}
/* modal */

.modal {
	display: none;
	align-items: center;
	position: fixed;
	width: 100%;
	height: 100%;
	padding: 20px 10px;
	top: 0;
	left: 0;
	overflow-y: scroll;
	background: #fafafa4e;
	backdrop-filter: blur(4px);
	z-index: 2;
	opacity: 0;
}
.modal__choice {

	max-width: 864px;
	width: 100%;
	padding: 72px 60px;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
	margin: 0 auto;
}
.choice__flag {
	max-width: 118px;
	width: 100%;
	margin: 0 auto 39px;
}
.choice__flag img {
	width: 100%;
	box-shadow: 1px 1px 12px #000;
	border-radius: 5px;
}
.choice__title {
	color: #533afd;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 43.2px */
	margin-bottom: 24px;
}
.choice__text {
	color: #1C2B33;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
	margin-bottom: 41px;
}
.choice__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.choice__button button {
	max-width: 351px;
	width: 100%;
	padding: 12px 0px;
	border-radius: 12px;
	background: linear-gradient(180deg, #543afdea -0.39%, #533afd 99.61%);

	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 20px */
	font-variant: all-small-caps;
}


.modal__selection {
	display: none;
	max-width: 864px;
	width: 100%;
	padding: 60px;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
	margin: 0 auto;
}
.modal__selection.active {
	display: block;
}

.selection__title {
	color: #533afd;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 24px;
}
.selection__text {
	max-width: 504px;
	width: 100%;
	color: #1C2B33;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin: 0 auto 56px;
}
.selection__wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	max-height: 834px;
	gap: 20px;
	margin-bottom: 56px;


}
.selection__wrapper label {
	max-width: 180px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 10px;
	text-align: left;
	color: #1C2B33;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}



.submit-button {
	display: block;
	max-width: 490px;
	width: 100%;
	padding: 12px 10px;
	border-radius: 12px;
	background: linear-gradient(180deg, #543afdea -0.39%, #533afd 99.61%);
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	margin: 0 auto;
	animation: puls 1s infinite;
}


.modal-company {	
	display: none;
	align-items: center;
    position: absolute;
    width: 100%;
    /* height: 100%; */
    top: 0;
    left: 0;
    background: #fafafa4e;
    backdrop-filter: blur(4px);
    z-index: 2;
	opacity: 0;

}
.modal-company.active {
	display: block;
	padding: 10px 10px;
}
.modal-company__wrapper {
	max-width: 865px;
	width: 100%;
	padding: 52px 30px;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
	margin: 0 auto;
}

.modal-company-fl-to {
	max-width: 108px;
	width: 100%;
	height: 50px;
	margin: 0 auto 19px;
}
.modal-company-fl-to span {
	display: block;
	width: 100%;
	height: 100%;

}
.modal-company-fl-to img {
	object-fit: cover;
	width: 100%;
}
.modal-company__title {
	color: #533afd;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 24px;
}
.modal-company__subtitle {
	max-width: 504px;
	width: 100%;
	color: #1C2B33;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin: 0 auto 41px;
}
.modal-company__item {
	max-width: 100%;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.company-block {
	display: flex;
	align-items: center;
	flex-direction: column;
	max-width: 350px;
	width: 100% ;
	height: 100%;
	padding: 20px 16px;
	border-radius: 12px;
	border: 1.5px solid #533afd;
	background: #FFF;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
	gap: 10px;
	margin: 0 auto;
}
.modal-company__images {
	width: 200px;
	margin: 0 auto 28px;
	
}
.modal-company__images img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.modal-company__text {
	max-width: 321px;
	width: 100%;
	color: #969CA0;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 150%; /* 27px */
	padding-left: 12px;
	border-left: 4px solid #533afd;
	margin-bottom: 20px;

}
.modal-company__subtext {
	color: #1C2B33;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
	font-variant: all-small-caps;
	margin-bottom: 8px;
	margin-top: auto;
}
.modal-company__sum {
	max-width: 321px;
	width: 100%;
	padding: 16px 4px;
	border-radius: 12px;
	border: 1px solid #FEE45B;
	background: #FFF5DC;
	margin-bottom: 26px;
	color: #1C2B33;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}
.sum {
	font-size: 28px;
}
.modal-company__btn {
	max-width: 321px;
	width: 100%;
	padding: 12px 6px;
	border-radius: 12px;
	background: linear-gradient(180deg, #543afdea -0.39%, #533afd 99.61%);

	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 18px */
	font-variant: all-small-caps;
}

.fade-in {
	animation: fade-in 1s ease forwards;
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fade-out {
	animation: fade-out 1s ease forwards;
}
@keyframes fade-out {
	0% {

		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.modal__form {
	display: none;
	max-width: 907px;
	width: 100%;
	padding: 72px 60px;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
	margin: 0 auto;
	opacity: 0;
}
.modal__form.active {
	display: block;
}
.modal__form-title {
	max-width: 504px;
	width: 100%;
	margin: 0 auto 41px;

	color: #090e11;
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */

}
input[type="radio"] {
	background-color: #533afd !important;
	border-color: #533afd !important;
}

@media(max-width: 1200px){
    [class*="container"]{
        max-width: none;
    }
	.preview {
		max-width: 100%;
		height: 558px;
		background: url(../img/bg.jpg) no-repeat 80%;
		background-size: cover;
	}
}


  @media(max-width: 768px){
    [class*="container"]{
        max-width: none;
    }
	.add {
		padding-bottom: 0px;
	}
	.header__logo {
		max-width: 312px;
		margin: 0 auto;
	}
	.preview {
        max-width: 100%;
        height: 624px;
        background: url(../img/bg-mob.jpg) no-repeat top;
        background-size: cover;
		padding-bottom: 48px;
    }
	.preview__wrapper {
		justify-content: end;
	}
	.preview__title {
		font-size: 32px;
		font-style: normal;
		font-weight: 600;
		line-height: 120%; /* 38.4px */
		letter-spacing: -2px;
		margin-bottom: 26px;
	}
	.preview__subtitle {
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
	}
	.map {
		padding: 32px 0px;
	}
	.map__wrapper svg {
		height: 100% !important;
	}
	.info {
		padding: 64px 0px ;
	}
	.info__item {
		flex-direction: column;
		gap: 32px;
	}
	.info__item:first-of-type {
		margin-bottom: 64px;
	}
	.info__item:last-of-type {
		flex-direction: column-reverse;
	}
	.info__note {
		padding-left: 16px;
	}
	.info__title {
		font-size: 24px;
		font-style: normal;
		font-weight: 500;
		line-height: 150%;
		margin-bottom: 20px;
	}
	.info__text {
		font-size: 16px;
		font-style: italic;
		font-weight: 400;
		line-height: 150%; 
	}
	.footer__wrapper {
		flex-wrap: wrap;
		justify-content: start;
	}
	.footer__wrapper img {
		max-width: 89px;
		width: 100%;
	}
	.modal__choice {
		padding: 48px 12px;
	}
	.choice__title {
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; 
	}
	.choice__text {
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		margin-bottom: 30px;
	}
	.choice__button {
		flex-direction: column;
	}
	.modal__selection {
		padding: 48px 12px;
	}
	.selection__wrapper {
		max-height: 100%;
	}
	.selection__title {
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; 
	}
	.selection__text {
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; 
		margin-bottom: 30px;
	}
	.selection__wrapper label {
		max-width: 100%;
	}
	input[type="radio"] {
		width: 20px;
		height: 20px;
		background-color: #0945BE !important;
		border-color: #0945BE !important;
	}
	.modal__form {
		padding: 48px 12px 81px;
	}
	.modal__form-title {
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		margin-bottom: 30px;
	}
	.modal-company {
		padding: 24px 12px 40px;
		overflow-y: auto;
		align-items: flex-start;
	}
	.modal-company__wrapper {
		max-width: 100%;
		padding: 0;
	}
	.modal-company__title {
		font-size: 24px;
		margin-bottom: 16px;
	}
	.modal-company__subtitle {
		font-size: 16px;
		line-height: 140%;
		margin-bottom: 24px;
	}
	.modal-company__item {
		flex-direction: column;
		gap: 16px;
		overflow-x: visible;
		padding: 0 20px;
	}
	.company-block {
		max-width: 100%;
		padding: 16px 14px;
		gap: 8px;
	}
	.modal-company__images {
		width: 140px;
		margin: 0 auto 16px;
	}
	.modal-company__text {
		font-size: 13px;
		line-height: 145%;
		padding-left: 10px;
		margin-bottom: 14px;
	}
	.modal-company__subtext {
		font-size: 15px;
		margin-bottom: 6px;
	}
	.modal-company__sum {
		font-size: 15px;
		padding: 12px 4px;
		margin-bottom: 18px;
	}
	.sum {
		font-size: 22px;
	}
	.modal-company__btn {
		font-size: 15px;
		padding: 10px 6px;
	}

}

.map__title {
	font-weight: 700;
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
}

.map__title-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	margin-bottom: 20px;
}

.map__title-btn {
	font-weight: 700;
	font-size: 20px;
	max-width: 300px;
	width: 100%;
	color: #fff;
	background: #533afd;
	border: none;
	border-radius: 8px;
	padding: 12px 28px;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.map__title-btn:hover {
	background: #3f1fd6;
}

.map__title-btn:active {
	transform: scale(0.97);
}

.sub-info {
	margin-top: 20px;
	text-align: center;
}