.index-main-block {
	margin-bottom: 120px;
}
@media (max-width: 1400px) {
    .index-main-block {
        margin-bottom: 80px;
    }
	.page-company .slick-initialized .index-main-banner__slide.slick-slide{
		padding-top: 266px;
		padding-bottom: 322px;
	}
}
@media (max-width: 1200px) {
	.page-company .slick-initialized .index-main-banner__slide.slick-slide{
		padding-top: 213px;
		padding-bottom: 273px;
	}
}
@media (max-width: 960px) {
    .index-main-block {
        margin-bottom: 60px;
    }
	
	.page-company .slick-initialized .index-main-banner__slide.slick-slide{
		padding-top: 203px;
		padding-bottom: 269px;
	}
}
@media (max-width: 768px) {
    .index-main-block {
        margin-bottom: 40px;
    }
	.page-company .slick-initialized .index-main-banner__slide.slick-slide{
		padding-top: 130px;
		padding-bottom: 130px;
	}
}
@media (max-width: 575px) {
	.index-main-banner__title{
		    width: 345px;
	}
	
}



@media (min-width: 1601px) and  (max-width: 1700px){
	/*.page-services__content_ipoteka .teem .inner-container {
		max-width: 1450px;
	}*/
}
/*преимущества начало*/
.advantages__title{
	font-size: 24px;
	font-weight: 700;
	line-height: 31.2px;
}
.advantages a{
	color: rgba(230, 185, 27, 1);
	border-bottom: 1px solid rgba(230, 185, 27, 1);
	
}
.advantages a:hover{
	border-bottom: 0;
	color: rgba(0, 0, 0, 1);
}
.advantages__text, .advantages__text p{
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.01em;

}

.advantages__content{
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.advantages__item{
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	position: relative;
	grid-row-gap: 10px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(228, 228, 228, 1);
	padding: 30px 30px 30px calc(54px + 20px + 30px);
}
.advantages__svg{
	position: absolute;
    left: 30px;
}
.advantages._grey{
	padding: 70px 0 120px;
}
._grey{
	background: rgba(244, 244, 244, 1);
}

@media (max-width: 1600px) {
	.advantages._grey{
		padding: 50px 0 100px;
	}
}
@media (max-width: 1400px) {	
	.advantages__text, .advantages__text p{
		font-size: 18px;
		line-height: 23.4px;
	}
}
@media (max-width: 1200px) {
	.advantages__text, .advantages__text p{
		font-size: 16px;
		line-height: 20.8px;
	}
	.advantages._grey{
		padding: 30px 0 80px;
	}
}
@media (max-width: 960px) {
	.advantages__title{
		font-size: 20px;
		line-height: 26px;
	}
	
	
	.advantages__svg{
		width: 40px;
		height: 40px;
	}
	.advantages__svg svg{
		width: 40px;
		height: 40px;
	}
	.advantages__item{
		display: flex;
        grid-column-gap: 20px;
		padding: 30px;
        flex-wrap: wrap;
        flex-direction: row;
		    grid-row-gap: 0;
			        align-items: center;
	}
	.advantages__svg {
		position: unset;
		left: 0;
	}
	.advantages__title{
		width: calc(100% - 40px - 20px);
	}
	.advantages__text{
		width: 100%;
	}
}
@media (max-width: 768px) {
	.advantages__title{
		font-size: 18px;
		line-height: 23.4px;
	}
	.advantages__text, .advantages__text p{
		font-size: 16px;
		line-height: 20.8px;
	}
	
	.advantages__content{
		grid-template-columns: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 10px;
	}
}
@media (max-width: 500px) {
	.advantages._grey{
		padding: 20px 0 20px;
	}
}
/*преимущества конец*/

/*Какие документы потребуются начало*/
.documents__text, .documents__text *{
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}
.__title{
	font-size: 40px;
	font-weight: 700;
	line-height: 52px;
	margin-bottom: 10px;
}

.documents__text ul{
	display: grid;
    grid-row-gap: 20px;
}
.documents__text ul li{
	    display: flex;
    grid-column-gap: 15px;
}
.documents__text ul li:before{
	content: '';
	background: rgba(230, 185, 27, 1);
	width: 8px;
	min-width: 8px;
	height: 8px;
	border-radius: 100%;
	margin-top: 9.5px;
}

.documents__content{
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 108px;
	padding-left: 81px;
	padding-right: 85px;
}
.documents__text{
	    display: flex;
    flex-direction: column;
    grid-row-gap: 20px;
	padding-top: 32px;
}
.documents__img{
	display: flex;
	justify-content: center;
	overflow: hidden;
	align-items: center;
	
    height: 100%; 
}
/*.documents__img img {
   width: 100%;
	object-fit: contain;
}*/

@media (max-width: 1600px) {
	.__title{
		font-size: 30px;
		line-height: 39px;
	}
	
	.documents__content{
		padding-left: 0px;
		padding-right: 0px;
	}
	.documents__text{
		padding-top: 0px;
	}
		
	.documents__img{
		display: flex;
		justify-content: center;
		overflow: hidden;
		align-items: start;
	}
}
@media (max-width: 1400px) {	
	
}
@media (max-width: 1200px) {
	.__title{
		font-size: 24px;
		line-height: 31.2px;
	}
	
	.documents__content {
		grid-column-gap: 60px;
		grid-template-columns: 315px 1fr;
	}
}
@media (max-width: 960px) {
	.documents__content{
		grid-template-columns: 37.5% 1fr;
	}
}
@media (max-width: 768px) {
	.documents__text, .documents__text *{
		font-size: 16px;
		font-weight: 400;
		line-height: 25.6px;
	}
	.__title{
		font-size: 22px;
		font-weight: 700;
		line-height: 28.6px;
		margin-bottom: 0px;
	}
	
	.documents__content {
		grid-column-gap: 30px;
	}
}
@media (max-width: 575px) {
	.documents__content{
		grid-template-columns: 1fr;
		grid-row-gap: 40px;
	}
	.documents__text{
		order: -1;
	}
}
/*Какие документы потребуются конец*/
/*Форма начало*/
.form-ipoteka__anons{
	font-size: 18px;
	font-weight: 400;
	line-height: 28.8px;
}
.form-ipoteka__form .bottom-text{
	font-size: 14px;
	font-weight: 400;
	line-height: 18.2px;
}
.form-ipoteka__form input{
font-size: 18px;
font-weight: 400;
line-height: 23.4px;
background: rgba(117, 117, 117, 1);

}
.form-ipoteka__form .btn{
	font-size: 16px;
	font-weight: 600;
	line-height: 19.36px;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 1);
}
.form-ipoteka__form .bottom-text a{
	border-bottom: 1px solid #000;
}
.form-ipoteka__form .bottom-text a:hover {
    color: rgba(107, 195, 110, 1);
	border-bottom: 0;
}

.form-ipoteka__content{
	background: url(/assets/templates/main/img/back-form-ipoteka-min.png) no-repeat;
	background-size: cover;
	display: grid;	
	grid-template-columns: 1fr 800px;
	grid-column-gap: 80px;
}
.form-ipoteka__form{
	padding: 60px;
	display: flex;
	flex-direction: column;
}
.form-ipoteka__form input{
	width: 100%;
	background: rgba(255, 255, 255, 1);
    padding: 26px 40px;
}
.form-ipoteka__form .btn{
	width: 100%;
	background: rgba(107, 195, 110, 1);
    text-transform: uppercase;
	padding: 28px 0;
	text-align: center;
	border-radius: 0;
}
.form-ipoteka__form .btn:hover {
    background: #E6B91B;
}
.form-ipoteka__form .fields input{
	margin-bottom: 20px;
}
.form-ipoteka__form .btn{
	margin-top: 10px;
}
.form-ipoteka__form .bottom-text {
	margin-top: 39px;
}
.form-ipoteka__content .__title{
	margin-bottom: 20px;
}
.form-ipoteka__content .fields{
	margin-top: 60px;
}
.form-ipoteka__img{
    overflow: hidden;
    display: flex;
	align-items: end;
}
.form-ipoteka__img img{
	object-fit: cover;
	display: none;
}
.form-ipoteka__thanks{
	display: none;
}
.form-ipoteka__thanks{
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
	padding: 60px;
}
@media (max-width: 1600px) {
	.form-ipoteka__content{
		grid-template-columns: 1fr 630px;
		grid-column-gap: 19px;
	}
}
@media (max-width: 1400px) {	
	.form-ipoteka__content{
		grid-template-columns: 1fr 670px;
		grid-column-gap: 0px;
	}
	.form-ipoteka__img	{
		background-size: cover!important;
		background-position-x: 100%!important;
	}
}
@media (max-width: 1200px) {
	.form-ipoteka__anons{
		font-size: 16px;
		font-weight: 400;
		line-height: 25.6px;
	}
	
	.form-ipoteka__content{
		grid-template-columns: 1fr 500px;
	}
	
	.form-ipoteka__form, .form-ipoteka__thanks{
		padding: 40px;
	}
	.form-ipoteka__content .fields{
		margin-top: 20px;
	}	
	.form-ipoteka__form .bottom-text {
		margin-top: 10px;
	}
}
@media (max-width: 960px) {
	.form-ipoteka__content{
		grid-template-columns: 1fr 450px;
	}
	.form-ipoteka__img {
        background-size: 64vw auto !important;
        background-position-x: 100% !important;
        background-position-y: 100% !important;
    }
}
@media (max-width: 768px) {
	.form-ipoteka__content{
		grid-template-columns: 1fr;
	}
	.form-ipoteka__img{
		background: unset!important;
		order: 1;
	}
	.form-ipoteka__img img{
		display: block;
		width: 76%;
        height: auto;
        margin-left: -2%;
	}
	.form-ipoteka .inner-container{
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 575px) {
	
	.form-ipoteka__form, .form-ipoteka__thanks {
        padding: 20px 15px;
    }
}
@media (max-width: 500px) {
	
}
/*Форма конец*/
/*Таблицы с табами начало*/
.tables-tabs__item{
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
}
.tables-blocks__item table tr th{
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;

}
.tables-blocks__item table tr td{
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
}

.tables-tabs__tabs{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-column-gap: 20px;
}
.tables-tabs__item{
	padding: 20px 57px;
}
.tables-tabs__item.active{
	box-shadow: inset 0 0 0 2.5px rgba(230, 185, 27, 1);
}
.tables-tabs__item:not(.active){
	box-shadow: inset 0 0 0 1px rgba(228, 228, 228, 1);
	cursor: pointer;
}
.tables-tabs__item:not(.active):hover{
	box-shadow: inset 0 0 0 2.5px rgba(107, 195, 110, 1);
}
.tables-blocks__item:not(.active){
	display: none;
	opacity: 0;
	 transition: all 0.5s allow-discrete;
}
.tables-blocks__item.active{
	display: block;
	opacity: 1;
	transition: all 0.7s allow-discrete;
}
.tables-tabs__blocks, .tables-blocks__item, .tables-blocks__item table{
	width: 100%;
}
.tables-blocks__item table tr th:not(:first-child), .tables-blocks__item table tr td:not(:first-child){
	text-align: center;
	width: 291.33px;
	
}
.tables-blocks__item table tr th:first-child, .tables-blocks__item table tr td:first-child{
	text-align: left;
	padding-left: 33px;
}
.tables-blocks__item table tr th, .tables-blocks__item table tr td{
	padding-top: 22px;
	padding-bottom: 22px;
}
.tables-blocks__item table tr:nth-child(even){
	background: rgba(250, 250, 250, 1);
}
.tables-tabs__tabs{
	margin-bottom: 30px;
}
@media (max-width: 1600px) {
	
	.tables-blocks__item table tr th:not(:first-child), .tables-blocks__item table tr td:not(:first-child){
		width: 271.33px;
		
	}
}
@media (max-width: 1400px) {	
	.tables-blocks__item table tr th:not(:first-child), .tables-blocks__item table tr td:not(:first-child){
		width: 201.33px;
		
	}
}
@media (max-width: 1200px) {
	.tables-tabs__item{
		font-size: 18px;
		font-weight: 700;
		line-height: 23.4px;
	}
	.tables-blocks__item table tr td{
		font-size: 18px;
		font-weight: 400;
		line-height: 27px;
	}
	
	.tables-blocks__item table tr th:not(:first-child), .tables-blocks__item table tr td:not(:first-child){
		width: 158px;
		
	}
	.tables-tabs__tabs{
		margin-bottom: 20px;
	}
}
@media (max-width: 960px) {
	.tables-blocks__item table tr th:not(:first-child), .tables-blocks__item table tr td:not(:first-child){
		width: 118px;
		
	}
}
@media (max-width: 768px) {
	.tables-tabs__item{
		font-size: 14px;
		font-weight: 700;
		line-height: 18.2px;
	}
	.tables-blocks__item table tr th{
		font-size: 18px;
		font-weight: 700;
		line-height: 23.4px;
	}
	.tables-blocks__item table tr td{
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
	}
}
@media (max-width: 555px) {
	
	.tables-tabs .inner-container{
		padding-left: 0;
		padding-right: 0;
	}
	.tables-tabs .index-main-title{
		padding-left: 15px;
		padding-right: 15px;
	}
	.tables-tabs .tables-tabs__tabs{
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	.tables-tabs__tabs{
		display: grid;
    grid-template-columns: 1fr 1fr;
	grid-column-gap: 10px;
	}
	.tables-tabs__item {
		padding: 15px;
		align-items: center;
		display: flex;
		justify-content: center;
	}
	.tables-blocks__item table tr th:first-child, .tables-blocks__item table tr td:first-child{
		padding-left: 30px;
	}
	.tables-blocks__item table tr th:last-child, .tables-blocks__item table tr td:last-child{
		padding-right: 30px;
	}
	.tables-blocks__item table tr th, .tables-blocks__item table tr td {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.tables-blocks__item{
		width: 100%;
    overflow-x: auto;
	}
	.tables-blocks__item table{
		width: 555px;
	}
	.tables-blocks__item table tr th:not(:first-child), .tables-blocks__item table tr td:not(:first-child){
		width: 126px;
		
	}
}
@media (max-width: 500px) {
	
}
/*Таблицы с табами конец*/
/*Наша команда начало*/
.teem__anons{
	font-size: 24px;
	font-weight: 400;
	line-height: 38.4px;
	text-align: center;
	margin-bottom: 50px;
}
.teem__name{
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
}
.teem__position{
	color: rgba(117, 117, 117, 1);
	font-size: 16px;
	font-weight: 400;
	line-height: 20.8px;
}
.teem__advantages ul li{
	font-size: 16px;
	font-weight: 400;
	line-height: 20.8px;
}
.teem__advantages ul li:before {
	font-size: 16px;
	font-weight: 700;
	line-height: 20.8px;
}

.teem__content:not(.teem__slick){
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 50px;
}
.teem__content.teem__slick{
	width: calc(100% + 50px);
	margin-left: -25px;
}
.teem__content.teem__slick .teem__item-wrapp{
	padding-left: 25px;
	padding-right: 25px;
}
.teem__slick .slick-prev{
	left: -55px;
    background: url(img/prev2.svg);
}
.teem__slick .slick-next{
	    right: -55px;
    background: url(img/next2.svg);
}
.teem__slick .slick-arrow{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 54px;
    height: 54px;
}
.teem__advantages ul li:before {
    content: '—';
    color: rgba(230, 185, 27, 1);
    width: 16px;
    min-width: 15px;
}
.teem__advantages ul li {
    display: flex;
    grid-column-gap: 12px;
}
.teem__img{
	aspect-ratio: 1;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.teem__img img{
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.teem .index-main-title{
	margin-bottom: 10px;
}
.teem__img{
	margin-bottom: 31px;
}
.teem__name{
	margin-bottom: 10px;
}
.teem__position{
	margin-bottom: 20px;
}
.teem__advantages ul{
	display: flex;
	flex-direction: column;
	grid-row-gap: 20px;
}
	
@media (max-width: 1800px) {
	.teem__slick .slick-arrow{
		opacity: 0;
		transition: 200ms;
	}
	.teem__slick:hover .slick-arrow{
		opacity: 1;
	}
	.teem__slick .slick-prev{
		left: 45px;
	}
	.teem__slick .slick-next{
			right: 45px;
	}
}
@media (max-width: 1600px) {
	.teem__anons{
		margin-bottom: 40px;
	}
	
}
@media (max-width: 1400px) {	
	.teem__content.teem__slick{
		width: calc(100% + 25px);
		margin-left: -12.5px;
	}
	.teem__content.teem__slick .teem__item-wrapp{
		padding-left: 12.5px;
		padding-right: 12.5px;
	}
	
	.teem__slick .slick-prev{
		left: 32.5px;
	}
	.teem__slick .slick-next{
		right: 32.5px;
	}
	
	.teem__content:not(.teem__slick) {
		grid-column-gap: 25px;
	}
}
@media (max-width: 1200px) {
	.teem__anons{
		font-size: 22px;
		line-height: 35.2px;
	}
	
	.teem__img{
		margin-bottom: 0px;
	}
	.teem__advantages ul{
		grid-row-gap: 5px;
	}
	.teem__content.teem__slick{
		width: calc(100% + 40px);
		margin-left: -20px;
	}
	.teem__content.teem__slick .teem__item-wrapp{
		padding-left: 20px;
		padding-right: 20px;
	}
	.teem__slick .slick-prev{
		left: 40px;
	}
	.teem__slick .slick-next{
		right: 40px;
	}
	.teem__item-wrapp{
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 20px;
	}
	.teem__content:not(.teem__slick) {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 40px;
		grid-row-gap: 50px;
	}
}
@media (max-width: 960px) {
	.teem__name{
		font-size: 16px;
		line-height: 20.8px;
	}
	.teem__content.teem__slick{
		width: 100%;
		margin-left: 0;
	}
	.teem__content.teem__slick .teem__item-wrapp{
		padding-left: 0;
		padding-right: 0;
	}
	.teem__slick .slick-dots{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		grid-column-gap: 7px;
        margin-top: 10px;
	}
	.teem__slick .slick-dots li{
		width: 10px;
		height: 10px;
		border-radius: 50%;
		overflow: hidden;
		background: rgba(217, 217, 217, 1);
	}
	.teem__slick .slick-dots li button{
		display: none;
	}
	.teem__slick .slick-dots li.slick-active{
		background: rgba(229, 185, 27, 1);
	}
}
@media (max-width: 768px) {
	.teem__anons{
		font-size: 16px;
		font-weight: 400;
		line-height: 20.8px;
	}
		
	.teem__img{
		margin-bottom: 20px;
	}
	.teem__name{
		margin-bottom: 5px;
	}
}
@media (max-width: 575px) {
	
}
@media (max-width: 500px) {
	
	.teem__anons{
		text-align: left;
	}
	.teem__item-wrapp{
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 0px;
	}
}
/*Наша команда конец*/
.services-text__content ul{
	display: grid;
    grid-row-gap: 20px;
}
.services-text__content ul li{
	    display: flex;
    grid-column-gap: 15px;
}
.services-text__content ul li:before{
	content: '';
	background: rgba(230, 185, 27, 1);
	width: 8px;
	min-width: 8px;
	height: 8px;
	border-radius: 100%;
	margin-top: 14.5px;
}
.services-text__content * {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 160%;
}

.services-text__content ul{
	margin-bottom: 20px;
}
@media (max-width: 1400px) {
    .services-text__content * {
        font-size: 18px;
    }
	.services-text__content ul li:before{
		margin-top: 10.5px;
	}
}
@media (max-width: 1200px) {
    .services-text__content * {
        font-size: 16px;
	}
	.services-text__content ul{
		margin-bottom: 14px;
	}
	
	.services-text__content ul li:before{
		margin-top: 9px;
	}
}
/***********О КОМПАНИИ*************/
.index-main-banner__slide, .slick-initialized .index-main-banner__slide.slick-slide{
	display:flex;
	align-items: center;
}
.page-company .index-main-banner__content {
    max-width: 100%;
}

.advantages__content.__three .advantages__title{
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
}
.advantages__content.__three{
	grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 1400px) {	
	.advantages__content.__three .advantages__title{
		font-size: 18px;
		font-weight: 600;
		line-height: 23.4px;
	}
}
@media (max-width: 1200px) {	
	.advantages__content.__three .advantages__title{
		font-size: 16px;
		font-weight: 600;
		line-height: 20.8px;
	}
}
@media (max-width: 960px) {
	.advantages__content.__three{
		grid-template-columns: 1fr;
	}
}
/*Сертификаты начало*/
.certificate__block:not(.certificate__slick){
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 40px;
}
.certificate__item{
	 display: flex;
    overflow: hidden;
}
.certificate__img{
	 display: flex;
	 width: 100%;
}
.certificate__img img{
	object-fit: cover;
}
.certificate__block.certificate__slick{
	width: calc(100% + 40px);
    margin-left: -20px;
}
.certificate__block.certificate__slick .certificate__item{
	padding-left: 20px;
	padding-right: 20px;
}
.certificate__slick .slick-prev{
	left: -55px;
    background: url(img/prev2.svg);
}
.certificate__slick .slick-next{
	    right: -55px;
    background: url(img/next2.svg);
}
.certificate__slick .slick-arrow{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 54px;
    height: 54px;
}
.certificate__img{
	position: relative;
}
.certificate__img a{
	display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
}
@media (max-width: 1800px) {
	.certificate__slick .slick-arrow{
		opacity: 0;
		transition: 200ms;
	}
	.certificate__slick:hover .slick-arrow{
		opacity: 1;
	}
	.certificate__slick .slick-prev{
		left: 45px;
	}
	.certificate__slick .slick-next{
			right: 45px;
	}
}

@media (max-width: 1600px) {
	.certificate__block:not(.certificate__slick){
		grid-column-gap: 20px;
	}
	.certificate__block.certificate__slick{
		grid-column-gap: 20px;
	}
	.certificate__block.certificate__slick{
		width: calc(100% + 20px);
		margin-left: -10px;
	}
	.certificate__block.certificate__slick .certificate__item{
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 1400px) {	
	
	.certificate__slick .slick-prev{
		left: 32.5px;
	}
	.certificate__slick .slick-next{
		right: 32.5px;
	}
	
	.teem__content:not(.certificate__slick) {
		grid-column-gap: 25px;
	}
}

@media (max-width: 1200px) {
	.certificate__block:not(.certificate__slick){
		grid-template-columns: 1fr 1fr 1fr;
	}
	.teem__content.certificate__slick{
		width: calc(100% + 40px);
		margin-left: -20px;
	}
	.teem__content.certificate__slick .certificate__img{
		padding-left: 20px;
		padding-right: 20px;
	}
	.certificate__slick .slick-prev{
		left: 40px;
	}
	.certificate__slick .slick-next{
		right: 40px;
	}
}
@media (max-width: 960px) {
	.certificate__block:not(.certificate__slick){
		grid-template-columns: 1fr 1fr;
	}
	.certificate__slick{
		width: 100%;
		margin-left: 0;
	}
	.certificate__slick .certificate__img{
		padding-left: 0;
		padding-right: 0;
	}
	.certificate__slick .slick-dots{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		grid-column-gap: 7px;
        margin-top: 10px;
	}
	.certificate__slick .slick-dots li{
		width: 10px;
		height: 10px;
		border-radius: 50%;
		overflow: hidden;
		background: rgba(217, 217, 217, 1);
	}
	.certificate__slick .slick-dots li button{
		display: none;
	}
	.certificate__slick .slick-dots li.slick-active{
		background: rgba(229, 185, 27, 1);
	}
}
@media (max-width: 575px) {
	.certificate__block:not(.certificate__slick){
		grid-template-columns: 1fr;
	}
}
/*Сертификаты конец*/
.youtube .button{
	padding-top: 0px;
}
.index-news-block .button .youtube__button {
letter-spacing: unset;
font-size: 19px;
font-weight: 500;
line-height: 23.16px;
    text-transform: unset;
    margin: 0;
    color: #fff;
    width: auto;
    height: auto;
	padding: 16px 37px;
    background: #6BC36E;
}
.index-news-block .button .youtube__button:hover {
    background: #E6B91B;
}
/*Отзывы начало*/
.reviews__video .title{
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	margin-top: 30px;
}

.reviews__content{
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 90px;
	align-items: start;
}
.reviews__content .votz {
    margin-bottom: 0px;
}
.reviews__video{
	display: grid;
	grid-row-gap: 50px;
}
.reviews__vidjet{
	height: 100%;
}
.reviews__vidjet-iframe{
	height: 100%;
    overflow: hidden;
    position: relative;
	min-height: 800px;
}
@media (max-width: 1600px) {
	.reviews__video .title{
		font-size: 16px;
		font-weight: 400;
		line-height: 20.8px;
		    margin-top: 20px;
	}
	
	.reviews__content{
		grid-column-gap: 30px;
	}
}
@media (max-width: 1400px) {	
	.reviews__content{
		grid-column-gap: 20px;
	}		
	.reviews__video{
		grid-row-gap: 40px;
	}
}
@media (max-width: 1200px) {	
	.reviews__video{
		grid-row-gap: 30px;
	}
}
@media (max-width: 960px) {	
	.reviews__video .title{
		margin-top: 15px;
	}
	.reviews__vidjet-iframe{
		min-height: 100%;
	}
	.reviews__video{
		grid-row-gap: 25px;
	}
}
@media (max-width: 768px) {
	.reviews__content{
		grid-template-columns: 1fr;
		grid-row-gap: 25px;

	}
	.reviews__vidjet-iframe{
		min-height: 800px;
	}
}
/*Отзывы конец*/
/***********О КОМПАНИИ*************/
/***********Дома под ключ*************/
/*Преимущества начало*/
.advantages-kottedj__title{
	font-size: 24px;
	font-weight: 600;
	line-height: 31.2px;
}
.advantages-kottedj__text *{
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}
.advantages-kottedj__text ul{
	display: flex;
	flex-direction: column;
    grid-row-gap: 20px;
}
.advantages-kottedj__text ul li {
    display: flex;
    grid-column-gap: 12px;
}
.advantages-kottedj__text ul li:before {
    content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.56448 16L0 9.60618L2.99154 6.69241L6.56448 10.1828L17.0085 0L20 2.91377L6.56448 16Z' fill='%23E5B91B'/%3E%3C/svg%3E%0A");
    width: 20px;
    min-width: 20px;
    height: 16px;
    margin-top: 5px;
}

.advantages-kottedj{
	background: linear-gradient(180deg, #F4F4F4 0%, rgba(244, 244, 244, 0) 100%);
	padding-top: 120px;
	margin-bottom: 120px;
}
.advantages-kottedj__content{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-top: 1px solid rgba(228, 228, 228, 1);
    border-left: 1px solid rgba(228, 228, 228, 1);
}
.advantages-kottedj__item{
	border-right: 1px solid rgba(228, 228, 228, 1);
    border-bottom: 1px solid rgba(228, 228, 228, 1);
    background: rgba(255, 255, 255, 1);
	padding: 30px;
}
.svg_project{
	width: 60.97px;
	height: 53.94px;
}
.svg_arhitector{
	width: 62.9px;
	height: 63.98px;
}
.svg_akkredzactroy{
	width: 62.07px;
	height: 62.05px;
}
.advantages-kottedj__svg{
	margin-bottom: 20px;
}
.advantages-kottedj__title{
	margin-bottom: 30px;
}
.advantages-kottedj .index-main-options__btn-panel{
    margin-top: 70px;
}
.advantages-kottedj__svg-title{
		display: flex;
		flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
}

@media (max-width: 1400px) {	
	.advantages-kottedj__item {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: start;
		grid-column-gap: 20px;
	}
	.advantages-kottedj__svg, .advantages-kottedj__title {
		margin-bottom: 0px;
	}
	.advantages-kottedj__title{
		width: calc(100% - 64px - 20px);
	}
	.advantages-kottedj__svg-title{
		display: flex;
		grid-column-gap: 20px;
		margin-bottom: 30px;
		flex-direction: row;
		align-items: center;
	}
	.advantages-kottedj__item{
		grid-column-gap: 0;
		        flex-direction: column;
	}
	.advantages-kottedj__svg{
		width: 64px;
		height: 64px;
		display: flex;
		align-items: center;
	}
	.advantages-kottedj{
		padding-top: 80px;
		margin-bottom: 80px;
	}
}
@media (max-width: 1200px) {
	.advantages-kottedj__title {
		font-size: 18px;
		font-weight: 600;
		line-height: 25px;
	}
	.advantages-kottedj__text *{
		font-size: 16px;
		line-height: 24px;
	}
	
	.advantages-kottedj__title{
		width: calc(100% - 48px - 20px);
	}
	.advantages-kottedj__svg{
		width: 48px;
		height: 48px;
	}
	.advantages-kottedj__svg svg{
		width: 100%;
		height: 100%;
	}
	
	.advantages-kottedj__svg-title{
		margin-bottom: 20px;
	}	
	.advantages-kottedj .index-main-options__btn-panel{
		margin-top: 50px;
	}
}
@media (max-width: 960px) {
	.advantages-kottedj__content{
		display: grid;
		grid-template-columns: 1fr;
	}	
	.advantages-kottedj .index-main-options__btn-panel{
		margin-top: 40px;
	}
	.advantages-kottedj{
		padding-top: 60px;
		margin-bottom: 60px;
	}
	
}
@media (max-width: 768px) {	
	.advantages-kottedj .index-main-options__btn-panel{
		margin-top: 30px;
	}
	.advantages-kottedj{
		padding-top: 40px;
		margin-bottom: 40px;
	}
}

@media (max-width: 575px) {
	.advantages-kottedj__item {
		padding: 20px;
	}
}
@media (max-width: 500px) {
}
/*Преимущества конец*/
.index-main-sales__slide-img.index-main-sales__slide-img_blueprints{
	right: -66px;
    bottom: 0;
    transform: translateY(0);
    top: unset;
}
.index-main-sales__slide-img.index-main-sales__slide-img_vodostok{
	right: -100px;
    bottom: -19px;
    transform: translateY(0);
    top: unset;
}
@media (max-width: 1200px) {
	.index-main-sales__slide-img.index-main-sales__slide-img_blueprints{
		right: -128px;
		bottom: 0;
	}
	.index-main-sales__slide-img.index-main-sales__slide-img_vodostok{
		right: -125px;
		bottom: -19px;
	}
}
@media (max-width: 960px) {
	.index-main-sales__slide-img.index-main-sales__slide-img_blueprints{
		right: -52px;
		bottom: 0;
	}
	.index-main-sales__slide-img.index-main-sales__slide-img_vodostok{
		right: -80px;
		bottom: -19px;
	}
}
@media (max-width: 768px) {
	.index-main-sales__slide-img.index-main-sales__slide-img_blueprints{
		right: -52px;
		bottom: -26px;
	}
}

/*Калькулятор начало*/
.vue-calc__inputs-title{
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: rgba(38, 38, 38, 1);

}
.vue-calc____info{
	color: rgba(138, 138, 138, 1);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}


.vue-calc__chechbox{
	position: relative;
}
.vue-calc__chechbox-input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
.vue-calc__chechbox label{
    display: inline-flex;
      align-items: center;
      user-select: none;
	  margin-bottom: 0;
}
.vue-calc__chechbox label:before {
     content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      flex-shrink: 0;
      flex-grow: 0;
      border: 1px solid rgba(228, 228, 228, 1);
      border-radius: 5px;
      margin-right: 10px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%;
}
.vue-calc__chechbox-input:checked+label::before {
    border-color: rgba(107, 195, 110, 1);
    background-color: rgba(107, 195, 110, 1);
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.58577 5.91408L1.75677 3.08608L0.342773 4.50008L4.58577 8.74308L11.6558 1.67208L10.2428 0.25708L4.58577 5.91408Z' fill='white'/%3E%3C/svg%3E%0A");
}

.vue-calc__radio-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
.vue-calc__radio-input+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
	
	  margin-bottom: 0;
}

.vue-calc__radio-input+label::before {
    content: '';
    display: inline-block;
    width: 20px;
      height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
	border: 1px solid rgba(228, 228, 228, 1);
    border-radius: 50%;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.vue-calc__radio-input:checked+label::before {
    border-color: rgba(107, 195, 110, 1);
    background-color: rgba(107, 195, 110, 1);
   background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10.5' r='8' fill='white' /%3E%3C/svg%3E%0A");
}
#vueCalcProjApp .vue-calc{
	padding: 0;
}
#vueCalcProjApp .vue-calc__left{
	margin-top: 0;
}
#vueCalcProjApp .vue-calc__ranges-block{
	    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.vue-calc-ranges__left, .vue-calc-ranges__right{
	flex-direction: column;
    display: flex;
	gap: 40px;
	align-items: start;
}
.vue-calc__inputs-title{
	margin-bottom: 20px;
}
.vue-calc__radio-content, .vue-calc__chechbox-content{
	width: 100%;
}
.vue-calc__radios, .vue-calc__chechboxes{
	width: 100%;
	gap: 15px;
	display: flex;
	flex-direction: column;
}
#vueCalcProjApp .vue-calc__bank-select-block, #vueCalcProjApp .vue-calc__range{
	width: 100%;
}
.vue-calc__radio-checkbox .vue-calc__radios{
	width: 100%;
	gap: 20px;
	display: flex;
	flex-direction: row;
	margin-bottom: 25px;
}
.vue-calc____info{
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
#vueCalcProjApp .vue-calc__term:last-child {
    border-bottom: 1px solid #E4E4E4;
}

#dompodkluchCalk .fields .attach {
  height: 80px;
  line-height: 80px;
  background: #E9E9E9;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  color: #696969;
}
#dompodkluchCalk .fields .attach span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url('img/attach.svg');
  margin: -2px 4px 0 0;
}
@media (max-width: 1400px) {	
	#vueCalcProjApp .vue-calc__ranges-block, #vueCalcProjApp .vue-calc {
		gap: 30px;
	}
}

@media (max-width: 1200px) {
	#vueCalcProjApp .vue-calc {
		flex-direction: column;
		
	}
	.vue-calc__button-info{
		display: flex;
    align-items: center;
    gap: 30px;
	margin-top: 20px;
	}
	.vue-calc____info{
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.vue-calc__open-form-block{
		max-width: 350px;
	}
	
}
@media (max-width: 960px) {
	.vue-calc__open-form-block{
		max-width: unset;
	}
	#vueCalcProjApp .vue-calc__ranges-block{
		    flex: 0 0 100%;
	}
	#vueCalcProjApp .vue-calc__right{
		column-gap: 0;
		display: flex;
		flex-direction: column;
		width: calc(100% + 30px);
		margin-left: -15px;
		padding: 30px 15px;
	}
}
@media (max-width: 575px) {
	#vueCalcProjApp .vue-calc__ranges-block {
		display: grid;
		grid-template-columns: 1fr;
		
	}
	#vueCalcProjApp .vue-calc__right{
		padding: 20px 15px;
	}
	.vue-calc__button-info{
		align-items: start;
    flex-direction: column;
	}
	.vue-calc__term{
		    flex-direction: column;
    align-items: start;
    gap: 5px;
	padding: 15px 0;
	}
	.vue-calc__term-name, .vue-calc__term-value{
		    text-align: left;
    width: 100%;
	}
	.vue-calc__button-info {
        
        margin-top: 0px;
    }
	.vue-calc__right{
		    gap: 0px;
	}
}
/*Калькулятор конец*/

/***********Дома под ключ*************/