.home-page {



}
@media (max-width: 759px) {
	.home-page {

	}
}

input[type="submit"] {
	cursor: pointer;
}

.container{
	max-width: 1310px;
	width: 100%;
}

.top-banner{
	margin-top: 130px;
	background-image: url(/local/templates/generator/assets/img/home/topbanner.jpg);
	background-size: cover;
	background-position: center;
	border-radius: 0 0 20px 20px;
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
@media (max-width: 759px) {
	.top-banner{
		background-image: url("/local/templates/generator/assets/img/home/topBanner-mob.jpg");
		background-position: bottom;
		min-height: 630px;
		padding: 30px 0;
		margin-top: 80px;
	}
}

.topBanner-title{
	max-width: 756px;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 44px;
	line-height: 130%;
	color: #fff;
}
@media (max-width: 759px) {
	.topBanner-title{
		font-size: 24px;
	}
}

.topBanner-list{
	margin:  30px 0 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
@media (max-width: 759px) {
	.topBanner-list{
		margin:  20px 0 0 0;
		gap: 15px;
	}
}

.topBanner-list li{
	display: flex;
	align-items: center;
	list-style: none;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	line-height: 135%;
	color: #fff;
}
@media (max-width: 759px) {
	.topBanner-list li{
		font-size: 14px;
	}
}

.topBanner-list li svg{
	display: block;
	margin-right: 20px;
}
@media (max-width: 759px) {
	.topBanner-list li svg{
		width: 10px;
		height: 11px;
		margin-right: 10px;
	}
}

.topBanner-bottom{
	display: flex;
	margin-top: 50px;
	border-radius: 8px;
	background-color: #FFFFFF;
	max-width: max-content;
}
@media (max-width: 759px) {
	.topBanner-bottom{
		margin-top: 20px;
	}
}

.topBannerBottom-button{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	padding: 10px;
	max-width: 358px;
	min-width: 358px;
	height: 78px;
	width: 100%;
	background: #ed1a37;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
}
@media (max-width: 759px) {
	.topBannerBottom-button{
		max-width: unset;
		min-width: unset;
		width: 190px;
		height: 56px;
		font-weight: 700;
		font-size: 16px;
	}
}

.topBannerBottom-text{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 241px;
	width: 100%;
	height: 78px;
	padding: 0 25px 0 17px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	color: #222221;
}
@media (max-width: 759px) {
	.topBannerBottom-text{
		max-width: 160px;
		height: 56px;
		padding: 0 15px;
		font-size: 11px;

	}
}

.topBannerBottom-text span{
	font-weight: 600;
	display: contents;
}

.topBannerBottom-text svg{
	display: block;
	margin-right: 15px;
}
@media (max-width: 759px) {
	.topBannerBottom-text svg{
		width: 22px;
		height: 22px;
		margin-right: 5px;
	}
}

.forbes{
	margin-top: 120px;
}
@media (max-width: 759px) {
	.forbes{
		margin-top: 50px;
	}
}


.forbes-title{
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 44px;
	line-height: 130%;
	color: #202020;
}
@media (max-width: 759px) {
	.forbes-title{
		font-size: 24px;
	}
}

.forbes-text{
	margin-top: 15px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 30px;
	line-height: 130%;
	color: #202020;
}
@media (max-width: 759px) {
	.forbes-text{
		margin-top: 10px;
		font-size: 16px;
	}
}

.forbes-items{
	margin-top: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 25px;
}
@media (max-width: 1059px) {
	.forbes-items{
		margin-top: 20px;
		gap: 12px;
		grid-template-columns: 1fr 1fr;
	}
	.forbes-item:last-child{
		grid-column: span 2;
		justify-content: center;
	}
}

.forbes-item{
	display: flex;
	align-items: center;
	width: 100%;
	background: #a2263c;
	border-radius: 20px;
	padding: 25px 30px;
	font-weight: 400;
	font-size: 22px;
	line-height: 130%;
	color: #fff;
	font-family: var(--font-family);
}
@media (max-width: 759px) {
	.forbes-item{
		font-size: 10px;
		padding: 6px 14px;
		border-radius: 10px;
	}

}


.forbes-item svg{
	display: block;
	margin-right: 20px;
	max-width: 90px;
	width: 100%;
}
@media (max-width: 759px) {
	.forbes-item svg{
		max-width: 30px;
		height: 30px;
		margin-right: 10px;
	}
}

.record{
	margin-top: 100px;
}
@media (max-width: 759px) {
	.record{
		margin-top: 50px;
	}
}

.record-title{
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 44px;
	line-height: 130%;
	color: #202020;
}
@media (max-width: 959px) {
	.record-title{
		font-size: 24px;
	}
}

.record-wrapper{
	margin-top: 40px;
	display: flex;
	gap: 25px;
}
@media (max-width: 959px) {
	.record-wrapper{
		margin-top: 20px;
		flex-direction: column;
		gap: 20px;
	}
}

.recordWrapper-left{
	max-width: 410px;
	width: 100%;
}
@media (max-width: 1059px) {
	.recordWrapper-left{
		max-width: 310px;
	}
}
@media (max-width: 959px) {
	.recordWrapper-left{
		max-width: unset;
	}
}

.faqBlock-list{
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.faqBlockItem-question{
	position: relative;
	display: flex;
	align-items: center;
	padding: 26px;
	background: #f1f2f4;
	border-radius: 20px;
}
@media (max-width: 1059px) {
	.faqBlockItem-question{
		padding: 26px 70px 26px 26px;
	}
}
@media (max-width: 959px) {
	.faqBlockItem-question{
		padding: 15px 70px 15px 20px ;
	}
}


.faqBlockItem-question svg{
	display: block;
	width: 33px;
	height: 33px;
	margin-right: 24px;
}

.faq-title{
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 20px;
	line-height: 110%;
	color: #202020;
}

.faq-count{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 165%;
	color: #525260;
}

.faqBlockItem-answer {
	display: none;
}

.faqBlock-item {
	position: relative;
}

.faqBlock-item:before {
	position: absolute;
	display: block;
	content: "";
	width: 50px;
	height: 50px;
	right: 25px;
	top: 25px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjUiIGN5PSIyNSIgcj0iMjUiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yNi43MTQzIDIzLjU3MTRDMjYuNTU2NSAyMy41NzE0IDI2LjQyODYgMjMuNDQzNSAyNi40Mjg2IDIzLjI4NTdWMTdIMjMuNTcxNFYyMy4yODU3QzIzLjU3MTQgMjMuNDQzNSAyMy40NDM1IDIzLjU3MTQgMjMuMjg1NyAyMy41NzE0SDE3VjI2LjQyODZIMjMuMjg1N0MyMy40NDM1IDI2LjQyODYgMjMuNTcxNCAyNi41NTY1IDIzLjU3MTQgMjYuNzE0M1YzM0gyNi40Mjg2VjI2LjcxNDNDMjYuNDI4NiAyNi41NTY1IDI2LjU1NjUgMjYuNDI4NiAyNi43MTQzIDI2LjQyODZIMzNWMjMuNTcxNEgyNi43MTQzWiIgZmlsbD0iIzQxNDA0RiIvPgo8L3N2Zz4K);
	background-size: cover;
	z-index: 2;
}
@media (max-width: 959px) {
	.faqBlock-item:before {
		top: 16px;
		right: 20px;
	}
}


.faqBlock-item.opened:before{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjUiIGN5PSIyNSIgcj0iMjUiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjE3IiB5PSIyMyIgd2lkdGg9IjE2IiBoZWlnaHQ9IjQiIGZpbGw9IiM0MTQwNEYiLz4KPC9zdmc+Cg==)
}


.faqBlock-item.opened .faqBlockItem-question{
	border-radius: 20px 20px 0 0;
}

.faqBlock-item.opened .faqBlockItem-answer {
	display:block;
	background: #f1f2f4;
	border-radius: 0 0 20px 20px;

}

.faqBlock-item.opened .faqBlockItem-answer ul{
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0 0 0 87px;
	padding-bottom: 25px;

}

.faqBlock-item.opened .faqBlockItem-answer ul li{
	list-style: none;
	position: relative;
	padding-left: 25px;
}

.faqBlock-item.opened .faqBlockItem-answer ul li:after{
	position: absolute;
	display: block;
	top: 3px;
	left: 0;
	content: "";
	width: 10px;
	height: 11px;
	z-index: 2;
	background-size: cover;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDkgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04LjMyNzQgMy44MzE0NEwyLjAwODEgMC4xODE1NDNDMS44MDE3MyAwLjA2MDgwNTEgMS41Njc4IC0wLjAwMTgxOTI0IDEuMzMwMTEgNC4wMjM0NGUtMDVDMS4wOTI0MiAwLjAwMTg5OTcxIDAuODU5NDU3IDAuMDY4MTc2NyAwLjY1NDkxMSAwLjE5MjEyOUMwLjQ1NTYzMiAwLjMwODgwOSAwLjI5MDA3IDAuNDc3NDA4IDAuMTc1MDQzIDAuNjgwNzk5QzAuMDYwMDE2OCAwLjg4NDE5IC0wLjAwMDM3NTQxNSAxLjExNTEzIDEuNzU1OWUtMDYgMS4zNTAxNVY4LjY0OTk1Qy0wLjAwMDM3NTQxNSA4Ljg4NDk3IDAuMDYwMDE2OCA5LjExNTkgMC4xNzUwNDMgOS4zMTkyOUMwLjI5MDA3IDkuNTIyNjkgMC40NTU2MzIgOS42OTEyOCAwLjY1NDkxMSA5LjgwNzk2QzAuODU5NDc3IDkuOTMxODYgMS4wOTI0NCA5Ljk5ODEgMS4zMzAxMSA5Ljk5OTk2QzEuNTY3NzkgMTAuMDAxOCAxLjgwMTcxIDkuOTM5MjMgMi4wMDgxIDkuODE4NTVMOC4zMjc0IDYuMTY4NjVDOC41MzEyIDYuMDUzMDcgOC43MDEwNyA1Ljg4Mzc0IDguODE5MzQgNS42NzgyNEM4LjkzNzYyIDUuNDcyNzQgOSA1LjIzODU3IDkgNS4wMDAwNUM5IDQuNzYxNTMgOC45Mzc2MiA0LjUyNzM2IDguODE5MzQgNC4zMjE4NkM4LjcwMTA3IDQuMTE2MzYgOC41MzEyIDMuOTQ3MDIgOC4zMjc0IDMuODMxNDRaIiBmaWxsPSIjMjAyMDIwIi8+Cjwvc3ZnPgo=)
}

.recordWrapper-right{
	background: #f1f2f4;
	border-radius: 30px;
	max-height: max-content;
}

.recordWrapperRight-img{
	border-radius: 30px;
	max-height: 356px;
	height: 100%;
}
@media (max-width: 1159px) {
	.recordWrapperRight-img{
		max-height: 300px;
	}
}

.recordWrapperRight-img img{
	border-radius: 30px;
	display: block;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

@media (max-width: 958px) {
	.recordWrapperRight-img img {
		height: 145px;
	}
}

.recordWrapperRight-wrapper{
	padding: 40px 54px;
}
@media (max-width: 1159px) {
	.recordWrapperRight-wrapper{
		padding: 30px 19px;
	}
}


.recordWrapperRight-title{
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 36px;
	line-height: 110%;
	color: #202020;
}
@media (max-width: 1159px) {
	.recordWrapperRight-title{
		font-size: 24px;
	}
}


.recordWrapperRight-text{
	margin-top: 15px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 26px;
	color: #202020;
}
@media (max-width: 1159px) {
	.recordWrapperRight-text{
		font-size: 16px;
		margin-top: 10px;
	}
}

.recordWrapperRight-form form{
	margin-top: 30px;
	display: flex;
	gap: 16px;
}
@media (max-width: 1159px) {
	.recordWrapperRight-form form{
		flex-direction: column;
		gap: 10px;
	}
}

.recordWrapperRight-form form .form-left{
	width: 50%;
}

.recordWrapperRight-form form .form-right{
	width: 50%;
}
@media (max-width: 1159px) {
	.recordWrapperRight-form form .form-left{
		width: 100%;
	}
	.recordWrapperRight-form form .form-right{
		width: 100%;
	}
}

.recordWrapperRight-form form .phone{
	width: 100%;
	background: #fff;
	padding: 26px 30px;
	border-radius: 6px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	color: #202020;
	border: none;
	outline: none;
}

.recordWrapperRight-form form .form-right input{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding: 26px 30px;
	border-radius: 6px;
	background: #ed1a37;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 22px;
	text-align: center;
	color: #fff;
	border: none;
	outline: none;
}

.field-checkbox{

}

.field-checkbox__name {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin-right: .5em;
	font-weight: 400;
	line-height: 2.5;
	margin-top: 5px;
}

.field-checkbox__name-text {
	display:block;
	margin-top: 8px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 11px;
	line-height: 120%;
	color: #6b6b6b;
}
@media (max-width: 1159px) {
	.field-checkbox__name-text {
		font-size: 9px;
	}
}

.feedback__form .field-checkbox__name-text:before {
	border-radius: 4px;
}

.field-checkbox__name-text:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border: solid 2px #6b6b6b;;
	background: #f1f2f4;
	border-radius: 2px;
}

.feedback__form .field-checkbox__name-text:before {
	background: #FFFFFF;
}

input:checked~.field-checkbox__name-text:after {
	opacity: 1;
}
input:checked~.field-checkbox__name-text:after {
	opacity: 1;
}


.field-checkbox__name-text:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 5px;
	width: 8px;
	height: 4px;
	opacity: 0;
	border-left: 1px solid #6b6b6b;;
	border-bottom: 1px solid #6b6b6b;;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-box-shadow: 1px 2px 0 #fff, inset 0 -2px 0 #fff;
	box-shadow: 1px 2px 0 #fff, inset 0 -2px 0 #fff;
}

.field-checkbox__name-text a{
	text-decoration: underline;
}

.field-checkbox__name-text a:hover{
	color: #da2b2b;
}

.field-checkbox__input {
	display: none!important;
}

.services{
	margin-top: 120px;
}
@media (max-width: 767px) {
	.services{
		margin-top: 50px;
	}
}


.services-top{
	display: flex;
	justify-content: space-between;
}
@media (max-width: 1059px) {
	.services-top{
		flex-direction: column;
		gap: 20px;
		justify-content: unset;
	}
}

.servicesTopLeft-title{
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 44px;
	line-height: 130%;
	color: #202020;
}
@media (max-width: 767px) {
	.servicesTopLeft-title{
		font-size: 24px;
	}
}

.servicesTopLeft-text{
	margin-top: 15px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 30px;
	line-height: 130%;
	color: #202020;
}
@media (max-width: 767px) {
	.servicesTopLeft-text{
		margin-top: 10px;
		font-size: 18px;
	}
}

.servicesTop-right{
	max-width: 429px;
	width: 100%;
}
@media (max-width: 767px) {
	.servicesTop-right{
		max-width: unset;
	}
}

.servicesTopRight-label{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 22px;
	line-height: 130%;
	color: #202020;
}
@media (max-width: 767px) {
	.servicesTopRight-label{
		font-size: 16px;
	}
}

.search__form {
	position: relative;
	width: 100%;
}

.search__form .web__search {
	margin-top: 10px;
	display: block;
	position: relative;
	width: 100%;
	height: 60px;
	border: 1px solid #9a9ca3;
	border-radius: 5px;
	padding: 20px 20px 20px  55px ;
	outline: none;
	font-size: 20px;
	color: #9a9ca3;
}
@media (max-width: 767px) {
	.search__form .web__search {
		height: 46px;
		padding: 13px 13px 13px  51px ;
		font-size: 16px;
	}
}

.search__form .icon {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 18px;
	height: 18px;
}
@media (max-width: 767px) {
	.search__form .icon {
		top: 15px;
		width: 16px;
		height: 16px;
	}
}

.search__form .button {
	cursor: pointer;
	outline: none;
	border: none;
	position: absolute;
	top: 8px;
	right: 4px;
	width: 160px;
	height: 48px;
	border-radius: 8px;
	background: #53a6ca;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	font-family: monospace;
	letter-spacing: 1px;
}

.services-slider{
	margin-top: 40px;
	position: relative;
	overflow: hidden;
}
@media (max-width: 767px) {
	.services-slider{
		margin-top: 20px;
	}
}


.services-slider .swiper-navigation .swiper-button-prev:after,
.services-slider .swiper-navigation .swiper-button-next:after{
	display: none;
}

.services-slider .swiper-navigation .swiper-button-prev,
.services-slider .swiper-navigation .swiper-button-next{
	position: relative;
	z-index: 1;
}

.services-slider .swiper-navigation .swiper-button-prev svg{
	width: 24px;
	height: 24px;
}

.services-slider .swiper-navigation .swiper-button-next svg{
	width: 24px;
	height: 24px;
}

.services-slider .swiper-navigation{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 300px;
	margin: 60px auto 0 auto;
}
@media (max-width: 1159px) {
	.services-slider .swiper-navigation{
		max-width: 180px;
	}
}
@media (max-width: 767px) {
	.services-slider .swiper-navigation{
		max-width: 200px;
		margin: 40px auto 0 auto;
	}
}

.services-slider .swiper-navigation .swiper-pagination {
	position: relative;
	z-index: 1;
	margin-top: -6px;
}

.services-slider .swiper-navigation .swiper-pagination-bullet{
	width: 10px!important;
	height: 10px!important;
	background: #d9d9d9;!important;
}

.services-slider .swiper-navigation .swiper-pagination-bullet-active{
	background: #ed1a37!important;
}

.servicesSlider-item{
	border-radius: 20px;
}

.servicesSlider-top{
	position: relative;
	min-height: 160px;
	border-radius: 20px 20px 0 0;
}

.servicesSlider-top img{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 20px 20px 0 0;
}

.servicesSliderTop-price{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	left: calc(50% - 65px);
	bottom: 10px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	color: #595959;
	border-radius: 60px;
	padding: 5px 28px;
	background-color: #FFFFFF;

}
.servicesSlider-item.swiper-slide {
	display: flex;
	flex-direction: column;
	height: auto;
}
.servicesSlider-bottom{
	padding: 25px;
	background: #f1f2f4;
	border-radius: 0 0 20px 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-grow: 1;
}
@media (max-width: 767px) {
	.servicesSlider-bottom{
		padding: 25px 20px;
	}
}

.servicesSlider-title{
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 22px;
	color: #202020;
	flex-grow: 1;
}
@media (max-width: 767px) {
	.servicesSlider-title{
		font-size: 20px;
	}
}

.servicesSlider-button{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	width: 100%;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 20px;
	color: #fff!important;
	background: #ed1a37;
	height: 52px;
	border-radius: 6px;
	border: 1px solid #ed1a37;
}
@media (max-width: 767px) {
	.servicesSlider-button{
		margin-top: 16px;
		font-size: 15px;
	}
}

.servicesSlider-button:hover{
	background: #fff;
	color: #ed1a37!important;
}

.consultation-wrapper{
	display: flex;
	justify-content: space-between;
	border-radius: 30px;
	background: #f1f2f4;
	padding: 45px 50px;
	margin-top: 30px;

}
@media (max-width: 1059px) {
	.consultation-wrapper{
		flex-direction: column;
		padding: 30px 20px;
		justify-content: unset;
		gap: 25px;
	}
}

.consultation-left {
	max-width: 583px;
}
@media (max-width: 1059px) {
	.consultation-left {
	max-width: unset;
	}
}

.consultationLeft-title{
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 44px;
	line-height: 130%;
	color: #202020;
}
@media (max-width: 767px) {
	.consultationLeft-title{
		font-size: 24px;
	}
}

.consultationLeft-text{
	margin-top: 15px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	color: #202020;
}
@media (max-width: 767px) {
	.consultationLeft-text{
		font-size: 16px;
	}
}

.consultation-right{
	display: flex;
	flex-direction: column;
	gap: 25px;
}
@media (max-width: 767px) {
	.consultation-right{
		gap: 15px;
	}
}

.consultation-right .tel{
	display: block;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 32px;
	line-height: 130%;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #202020;
}
@media (max-width: 767px) {
	.consultation-right .tel{
		font-size: 26px;
	}
}

.consultation-right .wa{
	display: flex;
	align-items: center;
	gap: 20px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	color: #000;
}
@media (max-width: 767px) {
	.consultation-right .wa{
		font-size: 20px;
	}
}

.consultation-right .wa svg {
	display: block;
}

.application{
	margin-top: 120px;
	background: #232432;
	border-radius: 30px;
	padding: 60px;
	position: relative;
	overflow: hidden;
}
@media (max-width: 767px) {
	.application{
		margin-top: 50px;
		border-radius: 20px;
		min-height: 515px;
		padding: 30px 15px;
	}
}

.application-wrapper{
	position: relative;
	max-width: 634px;
	z-index: 2;
}
@media (max-width: 767px) {
	.application-wrapper{
	}
}

.application-title{
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 44px;
	line-height: 130%;
	color: #fff;
}
@media (max-width: 767px) {
	.application-title{
		font-size: 24px;
	}
}

.application-text{
	margin-top: 15px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 30px;
	line-height: 130%;
	color: #fff;
}
@media (max-width: 767px) {
	.application-text{
		margin-top: 10px;
		font-size: 16px;
	}
}

.application-list{
	margin: 35px 0 0 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
@media (max-width: 767px) {
	.application-list{
		margin-top: 20px;
	}
}


.application-list li{
	position: relative;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 22px;
	line-height: 130%;
	color: #fff;
	padding-left: 28px;
	list-style: none;
}
@media (max-width: 767px) {
	.application-list li{
		font-size: 14px;
		padding-left: 20px;
	}
}
.application-list li:after{
	position: absolute;
	content: "";
	display: block;
	width: 14px;
	height: 15px;
	top: 6px;
	left: 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjQ1MzcgNS43NDcxNkwzLjYyMzcxIDAuMjcyMzE0QzMuMzAyNjkgMC4wOTEyMDc3IDIuOTM4OCAtMC4wMDI3Mjg4NiAyLjU2OTA2IDYuMDM1MTZlLTA1QzIuMTk5MzMgMC4wMDI4NDk1NiAxLjgzNjkzIDAuMTAyMjY1IDEuNTE4NzUgMC4yODgxOTRDMS4yMDg3NiAwLjQ2MzIxNCAwLjk1MTIxOSAwLjcxNjExMiAwLjc3MjI4OSAxLjAyMTJDMC41OTMzNTkgMS4zMjYyOSAwLjQ5OTQxNiAxLjY3MjY5IDAuNTAwMDAzIDIuMDI1MjJWMTIuOTc0OUMwLjQ5OTQxNiAxMy4zMjc1IDAuNTkzMzU5IDEzLjY3MzkgMC43NzIyODkgMTMuOTc4OUMwLjk1MTIxOSAxNC4yODQgMS4yMDg3NiAxNC41MzY5IDEuNTE4NzUgMTQuNzExOUMxLjgzNjk2IDE0Ljg5NzggMi4xOTkzNSAxNC45OTcyIDIuNTY5MDYgMTQuOTk5OUMyLjkzODc4IDE1LjAwMjcgMy4zMDI2NiAxNC45MDg4IDMuNjIzNzEgMTQuNzI3OEwxMy40NTM3IDkuMjUyOThDMTMuNzcwOCA5LjA3OTYxIDE0LjAzNSA4LjgyNTYgMTQuMjE5IDguNTE3MzVDMTQuNDAzIDguMjA5MTEgMTQuNSA3Ljg1Nzg1IDE0LjUgNy41MDAwN0MxNC41IDcuMTQyMjkgMTQuNDAzIDYuNzkxMDMgMTQuMjE5IDYuNDgyNzhDMTQuMDM1IDYuMTc0NTMgMTMuNzcwOCA1LjkyMDUzIDEzLjQ1MzcgNS43NDcxNloiIGZpbGw9IiNFRDFBMzciLz4KPC9zdmc+Cg==);
	background-size: cover;
}
@media (max-width: 767px) {
	.application-list li:after{
		width: 10px;
		height: 10px;
		top: 4;
	}
}

.application-items{
	margin-top: 35px;
	display: flex;
	gap: 25px;
	max-width: 587px;
}
@media (max-width: 767px) {
	.application-items{
		flex-direction: column;
		margin-top: 20px;
		gap: 15px;
		max-width: 165px;
	}
}

.application-item{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 50%;
	width: 100%;
	border-radius: 8px;
	height: 78px;
	background: #ed1a37;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 24px;
	color: #fff!important;
}
@media (max-width: 767px) {
	.application-item{
		height: 50px;
		font-size: 16px;
		max-width: unset;
	}
}

.application-item svg{
	display: block;
	margin-left: 15px;
}

.application-phone{
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
}
@media (max-width: 1059px) {
	.application-phone{
		max-width: 340px;
		right: -70px;
	}
}
@media (max-width: 767px) {
	.application-phone{
		max-width: 270px;
	}
}

.near{
	margin-top: 120px;
}
@media (max-width: 959px) {
	.near{
		margin-top: 50px;
	}
}

.near-title{
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 44px;
	line-height: 130%;
	color: #202020;
}
@media (max-width: 959px) {
	.near-title{
		font-size: 24px;
	}
}

.near-wrapper{
	display: flex;
	gap: 25px;
	margin-top: 40px;
}
@media (max-width: 959px) {
	.near-wrapper{
		margin-top: 20px;
		flex-direction: column;
		gap: 30px;
	}
}

.near-left{
	max-width: 410px;
	width: 100%;
}
@media (max-width: 959px) {
	.near-left{
		max-width: unset;
	}
}

.feedback__form{
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.feedback__form-title{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	color: #202020;
}

.feedback__form input,
.feedback__form textarea,
.feedback__form select{
	padding: 14px 20px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	color: #75777d;
	border: none;
	outline: none;
	background: #f1f2f4;
	border-radius: 5px;
}

.feedback__form input[type="submit"]{
	background: #ed1a37;
	color: #FFFFFF;
}


.near-right{
	width: 100%;
}

.nearRight-top {
	display: flex;
	max-width: 540px;
	width: 100%;

}

.nearRightTop-button{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	text-align: center;
	color: #202020;
	border-radius: 20px 20px 0 0;
	padding: 22px 0;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	border-radius: 20px 20px 0 0;
}

.nearRightTop-button.active{
	border: none;
	background: #f1f2f4;
}

.nearRight-bottom{
	max-height: 609px;
	height: 100%;
	width: 100%;
	overflow-x: auto;
	background: #f1f2f4;
	padding: 30px 40px 2px 40px;
	border-radius: 0 23px 23px 30px;
}
@media (max-width: 959px) {
	.nearRight-bottom{
		padding: 20px;
		border-radius: 0 0 23px 30px;
	}
}

.nearRight-bottom:not(.active){
	display: none;
}


.nearRight-bottom::-webkit-scrollbar {
	width: 15px; /* Ширина всего элемента навигации */
}

.nearRight-bottom::-webkit-scrollbar-track {
	background: #f1f2f4; /* Цвет дорожки */
	border-radius: 0 20px 20px 0;
}

.nearRight-bottom::-webkit-scrollbar-thumb {
	background-color: #696878; /* Цвет бегунка */
	/*border-radius: 20px; !* Округление бегунка *!*/
	/*border: 3px solid #050c26; !* Оформление границ бегунка *!*/
}

.nearRightBottom-sort{
	display: flex;
	gap: 10px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	text-align: center;
	color: #75777d;
}
@media (max-width: 959px) {
	.nearRightBottom-sort{
		font-size: 16px;
	}
}

.nearRightBottomSort-item:hover{
	cursor: pointer;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-align: center;
	color: #a2263c;

}

.nearRightBottom-items {
	margin-top: 30px;
}

.nearRightBottom-item {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 959px) {
	.nearRightBottom-item {
		flex-direction: column;
		padding: 15px 0;
		justify-content: unset;
		gap: 10px;
	}
}

.nearRightBottomItem-left{
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 368px;
	width: 100%;
}

.nearRightBottomItemLeft-itle{
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 22px;
	line-height: 130%;
	color: #202020;
}

.nearRightBottomItemLeft-text{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
	color: #75777d;
}

.nearRightBottomItem-right{
	display: flex;
	align-items: center;
}
@media (max-width: 959px) {
	.nearRightBottomItem-right{
		justify-content: space-between;
	}
}

.nearRightBottomItemRightList-map{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #a2263c;
	cursor: pointer;
}

.nearRightBottomItemRight-button{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 40px;
	border-radius: 6px;
	padding: 10px;
	width: 160px;
	height: 52px;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	background: #ed1a37;
}

.nearRightBottomItemRight-button:hover, .nearRightBottomItemRight-button:focus, .nearRightBottomItemRight-button:focus-visible {
	color: #fff;
	outline: 0;
}

.waitingRoom-wrapper{
	margin-top: 120px;
	border-radius: 30px;
	background: #f1f2f4;
	display: flex;
	gap: 34px;
}
@media (max-width: 959px) {
	.waitingRoom-wrapper{
		flex-direction: column;
		margin-top: 50px;
		gap: 25px;
		border-radius: 20px;
	}
}


.waitingRoom-left{
	max-width: 400px;
	width: 100%;
	padding: 60px 0 60px 60px;
}
@media (max-width: 959px) {
	.waitingRoom-left{
		padding: 30px 20px 0 20px;
	}
}


.waitingRoom-title{
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 44px;
	line-height: 130%;
	color: #202020;
}
@media (max-width: 959px) {
	.waitingRoom-title{
		font-size: 24px;
	}
}

.waitingRoom-left ul{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 35px;
}
@media (max-width: 959px) {
	.waitingRoom-left ul{
		gap: 10px;
		margin-top: 15px;
	}
}


.waitingRoom-left ul li{
	display: flex;
	align-items: center;
	gap: 15px;
	list-style: none;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	color: #202020;
}
.waitingRoom-left ul li h3 {
	font-weight: 400;
}
@media (max-width: 959px) {
	.waitingRoom-left ul li{
		gap: 10px;
		font-size: 16px;
	}
}

@media (max-width: 959px) {
	.waitingRoom-left ul li svg{
		width: 22px;
		height: 22px;
	}
}

.waitingRoom-right{
	position: relative;
	border-radius: 30px;
	overflow: hidden;
}
@media (max-width: 959px) {
	.waitingRoom-right{
		border-radius: 20px;
	}
}

.waitingRoom-right img{
	border-radius: 30px;
	display: block;
	object-fit: cover;
	min-height: 100%;
}
@media (max-width: 959px) {
	.waitingRoom-right img{
		border-radius: 20px;
	}
}

.willgood{
	margin-top: 120px;
}
@media (max-width: 959px) {
	.willgood{
		margin-top: 50px;
	}
}

.willgood-top{
	display: flex;
	flex-direction: column;
	gap: 40px;
}
@media (max-width: 959px) {
	.willgood-top{
		gap: 20px;
	}
}


.willgoodTop-title{
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 44px;
	line-height: 130%;
	color: #202020;
}
@media (max-width: 959px) {
	.willgoodTop-title{
		font-size: 24px;
	}
}

.willgoodTop-items{
	display: flex;
	justify-content: space-between;
}
@media (max-width: 959px) {
	.willgoodTop-items{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px
	}
}

.willgoodTopItem-count{
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 40px;
	line-height: 130%;
	color: #202020;
}
@media (max-width: 959px) {
	.willgoodTopItem-count{
		font-size: 22px;
	}
}

.willgoodTopItem-text{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	color: #75777d;
}
@media (max-width: 959px) {
	.willgoodTopItem-text{
		font-size: 14px;
	}
}

.willgood-bottom{
	display: flex;
	gap: 25px;
	margin-top: 30px;
}
@media (max-width: 959px) {
	.willgood-bottom{
		flex-direction: column;
		margin-top: 20px;
		gap: 20px;
	}
}

.willgoodBottom-left{
	min-width: 410px;
	width: 100%;
}
@media (max-width: 959px) {
	.willgoodBottom-left{
		min-width: unset;
	}
}

.willgoodBottom-left img{
	display: block;
	object-fit: cover;
	width: 100%;
	border-radius: 20px;
}

.willgoodBottom-right{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 170%;
	color: #202020;
}
@media (max-width: 959px) {
	.willgoodBottom-right{
		font-size: 13px;
	}
}

.reviews{
	position: relative;
	margin-top: 120px ;
}
@media (max-width: 959px) {
	.reviews{
		margin-top:50px ;
	}
}

.pageReviews-top{
	position: relative;
	display: flex;
}

.pageReviewsTop-left{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
@media (max-width: 959px) {
	.pageReviewsTop-left{
		gap: 10px;
	}
}

.pageReviewsTop-title{
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 44px;
	line-height: 130%;
	color: #1c1c26;
}
@media (max-width: 959px) {
	.pageReviewsTop-title{
		font-weight: 600;
		font-size: 24px;
		line-height: 130%;
		color: #1c1c26;
		max-width: 220px;
	}
}

.pageReviewsTop-subtitle{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 30px;
	line-height: 130%;
	color: #1c1c26;
}
@media (max-width: 959px) {
	.pageReviewsTop-subtitle{
		font-size: 16px;
	}
}

.pageReviewsTop-right{
	position: absolute;
	bottom: 10px;
	right: 0;
	display: flex;
	align-items: flex-end;
}
@media (max-width: 959px) {
	.pageReviewsTop-right{
		bottom: unset;
		top: 25px;
	}
}

.reviews-block__slider-wrapper{
	margin-top: 40px;
	position: relative;
	overflow: hidden;
}
@media (max-width: 959px) {
	.reviews-block__slider-wrapper{
		margin-top: 20px;
	}
}


.pageReviews-top .swiper-navigation .swiper-button-prev:after,
.pageReviews-top .swiper-navigation .swiper-button-next:after{
	display: none;
}

.pageReviews-top .swiper-navigation{
	position: relative;
}

.pageReviews-top .swiper-navigation .swiper-button-next{
	left: -30px;
	width: 27px;
	height: 27px;
}

.pageReviews-top .swiper-navigation .swiper-button-prev{
	left: -80px;
	width: 27px;
	height: 27px;
}


.recordSto{
	margin-top: 120px;
}
@media (max-width: 959px) {
	.recordSto{
		margin-top: 50px;
	}
}

.recordSto-wrapper{
	position: relative;
	padding: 49px;
	border-radius: 30px;
	background: #232432;
	overflow: hidden;
}
@media (max-width: 1199px) {
	.recordSto-wrapper{
		padding: 30px 15px;
		border-radius: 20px;
		height: 524px;
	}
}


.recordSto-title{
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 44px;
	line-height: 130%;
	color: #fff;
	z-index: 2;
}
@media (max-width: 1199px) {
	.recordSto-title{
		font-size: 23px;
	}
}

.recordSto-bottom{
	display: flex;
	gap: 40px;
	max-width: 740px;
	margin-top: 30px;
	width: 100%;
}
@media (max-width: 1199px) {
	.recordSto-bottom{
		flex-direction: column;
		gap: 20px;
	}
}

.recordStoBottom-button{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 46%;
	width: 100%;
	background: #ed1a37;
	border-radius: 5px;
	padding: 10px;
	height: 78px;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 22px;
	color: #fff;
}
@media (max-width: 1199px) {
	.recordStoBottom-button{
		height: 56px;
		font-size: 16px;
		max-width: 345px;
	}
}

.recordStoBottom-social{
	display: block;

}

.recordStoBottom-social{
	display: flex;
	align-items: center;
	gap: 20px;
	max-width: 50%;
	width: 100%;
	z-index: 1;
}
@media (max-width: 1199px) {
	.recordStoBottom-social{
		max-width: unset;
	}
}

.recordStoBottom-social svg{
	display: block;
}
@media (max-width: 1199px) {
	.recordStoBottom-social svg{
		width: 50px;
		height: 50px;
	}
}

.recordStoBottomSocial-text p{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 22px;
	color: #9d9d9d;
}
@media (max-width: 1199px) {
	.recordStoBottomSocial-text p{
		font-size: 16px;
	}
}

.recordStoBottomSocial-text a{
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 30px;
	line-height: 130%;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #fff;
}
@media (max-width: 1199px) {
	.recordStoBottomSocial-text a{
		font-size: 22px;
	}
}

.recordSto-wrapper .recordStoImg-pc{
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
}

.recordStoImg-mob{
	display: none;
}
@media (max-width: 1200px) {
	.recordStoImg-mob {
		display: block;
		position: absolute;
		right: calc(50% - 155px);
		bottom: 0;
	}
	.recordStoImg-pc{
		display: none!important;
	}
}


.footer_form{
	margin-top: 120px;
}
@media (max-width: 1200px) {
	.footer_form{
		margin-top: 50px;
	}
}

.footer_form__container {
	padding: 0 10px;
}

@media (max-width: 1200px) {
	.footer_form__container {
		max-width: 960px;
	}
}

@media (max-width: 992px) {
	.footer_form__container {
		max-width: 720px;
	}.
}

@media (max-width: 768px) {
	.footer_form__container {
		max-width: 540px;
	}
}


.footer_form {
	margin-bottom: 60px;
	font-family: Roboto;
}

.footer_form__content {
	position: relative;
	background: #F1F2F4;
	padding: 40px;
	border-radius: 40px;
	width: 100%;
}
@media (max-width: 991px) {
	.footer_form__content {
		display: flex;
		flex-direction: column;
		padding-bottom: 0;
		align-items: center;
		gap: 10px;
	}
}
@media (max-width: 768px) {
	.footer_form__content {
		border-radius: 20px;
		padding: 24px 15px 0;
	}
}

#footer_form, .footer_form__content_left {
	display: flex;
	flex-direction: column;
	max-width: 568px;
	gap: 20px;
}

.form_footer__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 37.5px;
}
@media (max-width: 768px) {
	.form_footer__title {
		font-size: 22px;
		line-height: 26px;
	}
}

.footer_form__desc {
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
}
@media (max-width: 768px) {
	.footer_form__desc {
		font-size: 16px;
		line-height: 20px;
	}
}

#footer_form, .footer_form__content_left {
	display: flex;
	flex-direction: column;
	max-width: 568px;
	gap: 20px;
}
@media (max-width: 1200px) {
	.footer_form__content_left {
		width: 400px;
	}
}
@media (max-width: 991px) {
	#footer_form, .footer_form__content_left {
		width: 100%;
		max-width: unset;
	}
}

.footer_form__control input[type="tel"] {
	border: unset;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	width: 100%;
	height: auto;
	border-radius: 10px;
	background-color: #FFFFFF;
	color: #000000;
	padding: 19px 23px;
}

.footer_form__submit {
	border-radius: 10px;
	background: #DA2B2B;
	border: none;
	font-weight: 600;
	width: 100%;
	color: #ffffff;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	padding: 25px;
	cursor: pointer;
}

.footer_form__content_right {
	right: 19px;
	position: absolute;
	bottom: 0;
}
@media (max-width: 1200px) {
	.footer_form__content_right {
		right: 0;
		width: 400px;
	}
}
@media (max-width: 991px) {
	.footer_form__content_right {
		position: relative;
		width: 305px;
	}
}

.footer_form__content_right img{
	display: block;
	max-width: 95%;
}


.services-slider .swiper-navigation {
    width: 300px;
    max-width: 100%;
}


ul.topBanner-list strong {
    margin-right: 6px;
}

.franshise-block {
	padding: 60px 0;
}

.franshise-block__container {
	max-width: 1280px;
	margin: 0 auto;
}

.franshise-block__wrapper {
	background: url('/local/templates/generator/assets/images/home-franshise/bg.jpg') no-repeat;
	height: 501px;
	padding: 40px;
	position: relative;
}

.franshise-block__title {
	font-weight: 700;
	font-size: 40px;
	line-height: 135%;
	color: #414141;
}

.franshise-block__list {
	margin-top: 30px;
	max-width: 650px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.franshise-block__item {
	padding: 10px;
	border-radius: 10px;
	background: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
}

.franshise-block__btn {
	border-radius: 10px;
	padding: 28px 15px;
	background: #da2b2b;
	display: flex;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	color: #fff;
	width: 359px;
	justify-content: center;
	margin-top: 30px;
}

.franshise-block__btn:hover {
	color: #fff;
}

a.franshise-block__look {
	font-weight: 400;
	font-size: 18px;
	line-height: 135%;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-align: center;
	color: #a2263c;
	padding-left: 45px;
	margin-top: 10px;
	display: flex;
}

.franshise-block__invest {
	position: absolute;
	right: 90px;
	bottom: 50px;
	font-weight: 500;
	font-size: 24px;
	line-height: 135%;
	color: #414141;
}

@media (max-width: 1200px) {
	.franshise-block {
		margin: 0 auto;
		padding: 40px 15px;
	}
	.franshise-block__wrapper {
		padding: 15px;
		background: url(/local/templates/generator/assets/images/home-franshise/mobile.jpg) no-repeat;
		height: 650px;
	}
	.franshise-block__title {
		font-size: 17px;
	}
	.franshise-block__list {
		margin-top: 70px;
		gap: 5px;
	}
	.franshise-block__item svg {
		display: none;
	}
	.franshise-block__item {
		background: none;
		position: relative;
		padding: 5px 5px 5px 15px;
	}
	.franshise-block__item:before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		width: 6px;
		height: 6px;
		background: #da2b2b;
		border-radius: 100%;
		transform: translateY(-50%);
	}
	.franshise-block__btn {
		margin-top: 15px;
		height: 50px;
		align-items: center;
		width: 100%;
	}
	a.franshise-block__look {
		font-size: 15px;
		padding-left: 0;
		margin-top: 5px;
		justify-content: center;
	}
	.franshise-block__invest {
		bottom: auto;
		top: 115px;
		font-size: 16px;
		left: 65px;
		white-space: nowrap;
	}
	.feedback__form input, .feedback__form textarea, .feedback__form select {
		width: 100%;
	}
}
