@font-face {
		font-family: 'Manrope';
		src: url('../fonts/Manrope-Medium.eot');
		src: local('Manrope Medium'), local('Manrope-Medium'),
		url('../fonts/Manrope-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Manrope-Medium.woff2') format('woff2'),
		url('../fonts/Manrope-Medium.woff') format('woff'),
		url('../fonts/Manrope-Medium.ttf') format('truetype');
		font-weight: 500;
		font-style: normal;
}

@font-face {
		font-family: 'Manrope';
		src: url('../fonts/Manrope-ExtraBold.eot');
		src: local('Manrope ExtraBold'), local('Manrope-ExtraBold'),
		url('../fonts/Manrope-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
		url('../fonts/Manrope-ExtraBold.woff') format('woff'),
		url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
		font-weight: 800;
		font-style: normal;
}

@font-face {
		font-family: 'Manrope';
		src: url('../fonts/Manrope-Bold.eot');
		src: local('Manrope Bold'), local('Manrope-Bold'),
		url('../fonts/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Manrope-Bold.woff2') format('woff2'),
		url('../fonts/Manrope-Bold.woff') format('woff'),
		url('../fonts/Manrope-Bold.ttf') format('truetype');
		font-weight: bold;
		font-style: normal;
}

@font-face {
		font-family: 'Manrope';
		src: url('../fonts/Manrope-Semibold.eot');
		src: local('Manrope Semibold'), local('Manrope-Semibold'),
		url('../fonts/Manrope-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Manrope-Semibold.woff2') format('woff2'),
		url('../fonts/Manrope-Semibold.woff') format('woff'),
		url('../fonts/Manrope-Semibold.ttf') format('truetype');
		font-weight: 600;
		font-style: normal;
}

@font-face {
		font-family: 'Manrope';
		src: url('../fonts/Manrope-Regular.eot');
		src: local('Manrope Regular'), local('Manrope-Regular'),
		url('../fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Manrope-Regular.woff2') format('woff2'),
		url('../fonts/Manrope-Regular.woff') format('woff'),
		url('../fonts/Manrope-Regular.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
}

.container {
		position: relative;
}
.row {
		--bs-gutter-x: 2.7rem;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		--bs-gutter-x: 2.7rem;
}

body {
		font-family: 'Manrope', sans-serif;
		font-size: 1.8rem;
		color: #38404F;
}

ul, li {
		list-style: none;
		padding: 0;
		margin: 0;
}

a {
		transition: 0.3s;
		text-decoration: none;
}

a:hover {
		text-decoration: none;
}

:focus {
		outline: none;
}

button:focus {
		outline: none;
}

input {
		box-shadow: none;
		border-radius: 0;
}

h1, h2, h3, h4, h5, h6, p{
		margin: 0;
		padding: 0;
}
.utf-section{
		background: url("../img/utf-section-bg.png") center bottom no-repeat;
		background-size: 100%;
		position: relative;
		padding-top: 18rem;
		padding-bottom: 13.2rem;
}
.utf-section__foto{
		position: absolute;
		width: 75rem;
		margin-right: -45%;
		right: 50%;
		bottom: 0;
}
.utf-section__foto-img{
		width: 100%;
}
.utf-section__address{
		display: flex;
		align-items: center;
		color: #1C1C1C;
		font-size: 2.4rem;
		font-weight: 600;
		line-height: normal;
}
.utf-section__address img{
		width: 2.4rem;
		margin-right: 1rem;
}
.utf-section h1{
		margin-top: 3rem;
		color: #1C1C1C;
		font-size: 7.2rem;
		font-weight: 800;
		line-height: 7.2rem;
}
.utf-section h1 span{
		color: #239EED;
		font-size: 9.6rem;
		font-weight: 800;
		line-height: 8.6rem;
}
.utf-section h2{
		color: #EF840F;
		font-size: 3.2rem;
		font-weight: 700;
		line-height: 4.4rem;
		margin-top: 2.4rem;
}
.btn-blue {
		position: relative;
		overflow: hidden;
		border-radius: 1.6rem;
		border: 0.15rem solid #127DE2;
		background: linear-gradient(90deg, #7DC7FD 0%, #127DE2 100%);
		box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.10);
		display: inline-block;
		color: #FFF;
		font-size: 1.8rem;
		font-weight: 700;
		padding: 2rem;
		transition: 0.3s;
		margin-top: 4rem;
}

.btn-blue::before {
		content: "";
		position: absolute;
		inset: 0;
		background: linear-gradient(0deg, rgba(7,36,55,0.20) 0%, rgba(7,36,55,0.20) 100%);
		opacity: 0;
		transition: opacity 0.3s ease;
}

.btn-blue:hover::before {
		opacity: 1;
}
.btn-blue span{
		z-index: 2;
		position: relative;
}
.utf-section__foto-text{
		display: inline-flex;
		align-items: center;
		color: #1C1C1C;
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 2.4rem;
		border-radius: 1rem;
		background: #FFF;
		box-shadow: 0 0.5rem 2.1rem 0 rgba(0, 0, 0, 0.15);
		position: absolute;
		bottom: 7rem;
		left: 50%;
		padding: 1.4rem 2rem 1.4rem 8.4rem;
		margin-left: -17rem;
}
.utf-section__foto-text img{
		width: 4.4rem;
		position: absolute;
		top: 0;
		left: 2rem;
}
.utf-section-icon2{
		position: absolute;
		left: 0;
		top: 0;
		width: 7vw;
}
.be-partner-section{
		padding: 5.5rem 0;
}
.be-partner-img{
		width: 49rem;
		display: block;
		margin: 0 auto;
}
.be-partner-section__title{
		color: #1C1C1C;
		font-size: 4.4rem;
		font-weight: 800;
		line-height: 4.8rem;
		text-align: center;
		display: flex;
		justify-content: center;
		margin-top: 4rem;
}
.be-partner-section__title span{
		color: #FFF;
		font-size: 2.4rem;
		font-weight: 800;
		line-height: 3.2rem;
		padding: 0.8rem 1.6rem;
		border-radius: 1.2rem;
		background: #239EED;
		display: inline-block;
		margin-left: 1.4rem;
}
.be-partner-block{
		border-radius: 1.6rem;
		background: #F4FAFE;
		padding: 3rem;
		width: 40rem;
		margin: 0 auto;
		margin-top: 2rem;
}
.be-partner-block__time{
		display: flex;
		align-items: center;
		color: #1C1C1C;
		font-size: 2.4rem;
		font-weight: 800;
		line-height: normal;
}
.be-partner-block__time img, .be-partner-block__location img{
		width: 2.4rem;
		margin-right: 1.8rem;
}
.be-partner-block__location{
		display: flex;
		align-items: center;
		margin-top: 1.6rem;

		color: #1C1C1C;
		font-size: 1.8rem;
		font-weight: 600;
		line-height: normal;
}
.btn-be-partner {
		position: relative;
		overflow: hidden;
		border-radius: 1.6rem;
		border: 0.15rem solid #F07905;
		background: linear-gradient(90deg, #FFD16E 0%, #F07905 25.36%, #F07905 77.27%, #FFD16E 100%),
		linear-gradient(90deg, #7DC7FD 0%, #127DE2 100%),
		#239EED;
		box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.10);
		display: block;
		color: #FFF;
		font-size: 1.8rem;
		font-weight: 700;
		line-height: normal;
		padding: 2rem;
		width: 30rem;
		margin: 4rem auto 0;
}

.btn-be-partner::before {
		content: "";
		position: absolute;
		inset: 0;
		background: linear-gradient(0deg, rgba(69, 34, 0, 0.20) 0%, rgba(69, 34, 0, 0.20) 100%);
		opacity: 0;
		transition: opacity 0.3s ease;
}

.btn-be-partner:hover::before {
		opacity: 1;
}
.btn-be-partner span{
		z-index: 2;
		position: relative;
}
.about-us{
		padding-top: 6rem;
		padding-bottom: 1rem;
		background: #F4FAFE;
}
.about-us-img{
		width: 100%;
}
.title-section{
		color: #222;
		font-size: 4.8rem;
		font-weight: 800;
		line-height: normal;
}
.about-us-wrap{
		border-radius: 2.4rem;
		background: #FFF;
		box-shadow: 0 1rem 3.2rem 0 #EAF4FA;
		padding: 3rem;
		margin-top: 5rem;
		width: 92%;
}
.about-us-wrap p{
		margin-top: 3rem;
}
.about-us-wrap p b{
		color: #38404F;
		font-size: 2.2rem;
		font-weight: 700;
		line-height: 145%;
}
.homsters-in-number{
		position: relative;
		padding-top: 8rem;
		padding-bottom: 6rem;
}
.homsters-in-number__logo{
		width: 100%;
}
.homsters-in-number__advanteges{
		display: flex;
		justify-content: space-around;
		margin-top: 10rem;
}
.homsters-in-number__advanteges-item h5{
		color: #ED9924;
		font-size: 7.2rem;
		font-weight: 800;
		line-height: normal;
		position: relative;
		z-index: 4;
}
.homsters-in-number__advanteges-item h5:before{
		content: "";
		display: block;
		position: absolute;
		border-radius: 1.2rem;
		background: #F9F0E4;
		left: -1.3rem;
		top: 0;
		width: 4.4rem;
		height: 4.4rem;
		z-index: -1;
}
.homsters-in-number__advanteges-item p{
		color: #222;
		font-size: 2.4rem;
		font-weight: 600;
		line-height: normal;
		margin-top: 3rem;
}
.homsters-in-number__advanteges-item:nth-child(2n) h5{
		color: #239EED;
}
.homsters-in-number__advanteges-item:nth-child(2n) h5:before{
		background: #EBF4FA;
}

.advantages-section{
		margin-top: 10rem;
		position: relative;
		padding-bottom: 12rem;
}
.advantages-section h4{
		color: #EF840F;
		font-size: 3.2rem;
		font-weight: 500;
		line-height: 4.4rem;
}
.advantages-section__item{
		margin-top: 6rem;
}
.advantages-section__item img{
		width: 15.2rem;
}
.advantages-section__item h6{
		color: #222;
		text-align: center;
		font-size: 2.2rem;
		font-weight: 600;
		line-height: normal;
		margin-top: 3rem;
}
.homsters-in-number-icon{
		width: 8vw;
		position: absolute;
		right: 0;
		top: -10rem;
}
.advantages-section-icon{
		width: 12vw;
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
}
.header{
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		padding: 2rem 0;
		border-bottom: 0.1rem solid #EDEDED;
		z-index: 99;
}
.header-logo{
		width: 24rem;
}
.header-menu{
		display: flex;
		margin-left: -2rem;
}
.header-menu li a{
		color: #1C1C1C;
		text-align: center;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: normal;
}
.header-menu li a:hover{
		color: #239EED;
}
.header-menu li{
		margin-right: 3rem;
}
.btn-call{
		display: inline-flex;
		align-items: center;
}
.btn-call-text{
		border-radius: 1.6rem;
		background: #239EED;
		padding: 1.2rem;
		color: #FFF;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: normal;
}
.btn-call:hover{
		opacity: 0.8;
}
.btn-call-icon{
		background: #239EED;
		width: 4.4rem;
		height: 4.4rem;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		margin-left: 0.6rem;
}
.will-buyers-receive__list{
		border-radius: 2.4rem;
		background: #F4FAFE;
		padding: 4.6rem;
		padding-right: 3.4rem;
		margin-top: 3rem;
}
.will-buyers-receive__list li{
		color: #222;
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 2.4rem;
		position: relative;
		padding-left: 3rem;
		margin-top: 4rem;
		min-height: 7.2rem;
}
.will-buyers-receive__list li:first-child{
		margin-top: 0;
}
.will-buyers-receive__list li span{
		color: #239EED;
}
.will-buyers-receive__list li:before{
		content: '';
		display: block;
		width: 1.2rem;
		height: 1.2rem;
		background: #239EED;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 1rem;
}
.reg-form-section{
		padding-top: 6rem;
		padding-bottom: 6rem;
		background: url("../img/reg-form-section-bg.svg") center bottom no-repeat;
		background-size: 100%;
}
.reg-form-section__logo{
		width: 24rem;
		display: block;
		margin: 0 auto;
}
.reg-form-section .title-section{
		margin-top: 2rem;
}
.reg-form{
		margin-top: 4rem;
		border-radius: 2.4rem;
		background: linear-gradient(90deg, #3BADFF 21.23%, #127DE2 100%);
		padding: 4rem;
}
fieldset label{
		color: #FFF;
		font-size: 1.6rem;
		font-weight: 600;
		line-height: normal;
}
fieldset input, fieldset select{
		border-radius: 1.2rem;
		background: #FFF;
		margin-top: 0.6rem;
		padding: 1.6rem;

		color: #222;
		font-size: 1.6rem;
		font-weight: 600;
		line-height: normal;
		display: block;
		width: 100%;
		border: 0;
}
.btn-yellow{
		border-radius: 1.2rem;
		background: #ED9924;
		color: #FFF;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: normal;
		padding: 1.6rem;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 0;
		transition: 0.3s;
}
.btn-yellow:hover{
		background: #C67400;
}
.reg-form-section iframe{
		border: 0!important;
		width: 40rem !important;
		border-radius: 1.6rem!important;
		height: 27rem!important;
		display: block!important;
		margin: 0 auto!important;
		margin-top: 2rem!important;
}
.reg-form-section .be-partner-section__title{
		margin-top: 5rem;
}
.loader-img{
		width: 2rem;
		margin-right: 1rem;
		display: none;
}
.loading .loader-img{
		display: block;
}
.bePartner-wrap{
		display: flex;
}
.bePartner-img{
		width: 21rem;
		margin-right: 3rem;
}
.modal-body{
		padding: 0;
}
.modal-dialog{
		max-width: 60rem;
}
.modal-content{
		border: 0;
		border-radius: 2.4rem;
		overflow: hidden;
}
.btn-close{
		position: absolute;
		right: 2rem;
		top: 2rem;
}
.bePartner-wrap h4{
		color: #222;
		font-size: 3.2rem;
		font-weight: 800;
		line-height: 3.6rem;
		margin-top: 3rem;
		margin-bottom: 1.4rem;
}
.modal fieldset label{
		color: #222;
		margin-top: 1rem;
}
.modal fieldset input, .modal fieldset select{
		background: #F4FAFE;
}
.bePartner-wrap button[type="submit"]{
		margin-top: 3rem;
}
.bePartner-right{
		width: 32rem;
}
.btn-close{
		--bs-btn-close-bg: none;
		transition: 0.3s;
		padding: 0;
		margin-top: -0.5rem;
}
.btn-close img{
		width: 2.4rem;
}
#thankModal h4{
		color: #222;
		font-size: 3.2rem;
		font-weight: 800;
		line-height: 3.6rem;
}
#thankModal p{
		color: #38404F;
		text-align: center;
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 145%;
		margin-top: 2.4rem;
}
.btn-blue-thank{
		display: flex;
		border-radius: 1.2rem;
		background: #239EED;
		color: #FFF;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: normal;
		justify-content: center;
		padding: 1.7rem;
		width: 32rem;
		margin: 0 auto;
		margin-top: 4.4rem;
}
.btn-blue-thank:hover{
		background: #0077C3;
}
#thankModal .modal-body{
		padding: 6rem;
		text-align: center;
}
.gallery{
		margin-top: 8rem;
		overflow: hidden;
}
.gallery-swiper{
		padding-bottom: 9rem;
}
.gallery-swiper img{
		border-radius: 1rem;
		width: 100%;
		height: 31rem;
		object-fit: cover;
		display: block;
}
.gallery .swiper-pagination{
		width: 80rem;
		left: 50%;
		margin-left: -40rem;
		display: block;
		position: absolute;
		top: auto;
		bottom: 2.3rem;
		background: #F9F0E3;
		border-radius: 0.6rem;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
		background: #ED9924;
		border-radius: 0.6rem;
}
.swiper-button-next:after, .swiper-button-prev:after{
		content: none;
}
.swiper-button-next, .swiper-button-prev{
		bottom: 0;
		top: auto;
}
.swiper-button-next{
		right: 12.5rem;
}
.swiper-button-prev{
		left: 12.5rem;
}
.gallery-swiper{
		overflow: visible;
}
#callBack img.bePartner-img{
		height: 39rem!important;
		object-fit: cover;
}
.burger{
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 999;
		background: #FFF;
		box-shadow: 0 1.8rem 3.7rem 0 rgba(0, 0, 0, 0.15);
		padding-top: 2rem;
		display: none;
}