.main-wrapper .main-buttons a {
	padding: 0.2em 2em !important;
}
.start-block .right-bg {
	background-size: 800px !important;
	height: auto;
}
.main-directions li a {
	/* zoom: 0.8;  */
}
.start-block .main-benefits .contracts:before {
	background-image: url(../images/main-benefits-sprite.png);
}
/*.main-directions li a i:before {
	zoom: 0.85;
}*/
@media only screen and (min-width: 750px) {
	.start-block .main-benefits .official:before {background-size: 314px;}
	.start-block .main-benefits .contracts:before {background-size: 314px;}
	.main-directions li:last-child {margin: unset;}
}
/* @media only screen and (max-width: 915px){ */

/*
20241220
@media only screen and (max-width: 960px){
	.main-wrapper.main-page .start-block {
		zoom: 0.8;
	}
}
*/
/* 20241220 */

header .logo::before {
  background: url(/images/logo/ses-krugl2.png);
}

.footer-container {
	padding: 16px 0 0 0;
}
.hp_text {
	margin-right: 12px;
	min-width: 120px;
	font-weight: bold;
	font-size: 16px;
	color: #3A3A3A;
	letter-spacing: 0.2px;
}
.hp-number {
	font-weight: bold;
	font-size: 21px;
	letter-spacing: 0px;
}
.tel_row {
   	display: flex;
   	flex-direction: column;
   	line-height: 32px;
}

.fc_phones-col {
    display: flex;
    flex-direction: column;
    max-width: 285px;
    justify-content: center;
    /*flex-direction: row;*/
}
.fc_phone-row {
    display: flex;
    flex-direction: row;
	margin: 0 12px;
}
.fc_phone {
	color: white;
	margin: 12px;
    font-size: 16px;
}

.fc_phone-text {
	color: white;
	margin: 0 4px 0 0;
    font-size: 16px !important;
	min-width: 130px;
}
.fc_phone-num {
	color: white;
	margin: 0 0 0 0;
    font-size: 14px !important;
}
.filials {
    display: block;
	text-align: center;
    font-size: 19px;
    font-weight: 600;
    color: white;
}
.main-benefits {
    margin-left: 40px;
    display: flex !important;
    justify-content: center !important;
    /* flex-direction: column !important; */
	flex-wrap: wrap !important; /* flex-wrap: nowrap; */
}


header.float .tel {
    top: -2px;
    left: 285px;
    font-size: 23px;
}
/*.header-menu */
header.float nav ul li {
    font-size: 15px;
}

.header-menu {
    position: absolute;
    right: 0;
    bottom: 40px;
}

.menu-top {
    top: 150px;
}

@media only screen and (max-width: 1200px) {
    .menu-top {
        top: 120px;
    }
	.right-bg {
		display: none;
	} 
  	/*
    .main-wrapper {
    	padding: 0;
    	margin: 0;
    	width: 120%; 
    }

    .footer {
    	padding: 0;
    	margin: 0;
    }
    .wrapper {
    	padding: 0;
    	margin: 0;
    	 width: 100%; 
    }
    */
    .wrapper {
    	padding: 0;
    	margin: 0;
    }
}

@media only screen and (max-width: 990px) {
	a.header-phone-number:before {
		display: none;
	}
}

@media (max-width: 576px) {
	header p .tel {
		width: 80%;
	}
    .tel_row {
       	display: flex;
       	flex-direction: column;
		justify-content: space-between;
    }
}

/*   0 .. 480px */
@media only screen and (min-width: 0) and (max-width:480px) {
    .filials {
        padding: 0;
        margin: 10px 0 10px 0;
    }
    .tel {
    	display: flex;
    	flex-direction: column;
    	margin-top: 0 !important;
		justify-content: space-between;
    }
    .tel_row {
       	display: flex;
       	flex-direction: column;
		justify-content: space-between;
    }
    .hp_text {
    	margin: 0;
    }
    .hp-number {
    	margin: 0;
    }
    .fc_phones-col {
    	margin: 0 !important;
    	justify-content: center;
	    max-width: 100%;
    }
    .fc_phones-cols {
    	margin: 0;
    	padding: 0;
    	width: 100%;
    	flex-direction: row;
    }
    .fc_phone-row {
        justify-content: center;
    }
    .fc_phone-text {
    	min-width: 148px;
        font-size: 18px !important;
    }
    .fc_phone-num {
        font-size: 16px !important;
    }
}
/*
@media only screen and (min-width: 481px) {
*/
@media only screen and (min-width: 768px) {
    .fc_phones-cols {
    	justify-content: center;
    }
    .tel {
      	display: flex;
		justify-content: space-between;
    	flex-direction: column;
    	margin-top: 8px !important; 
    }
   .tel_row {
      	display: flex;
      	flex-direction: row;
		justify-content: space-between;
   }
}


.main-wrapper.main-page .start-block {
	zoom: 1;
}
@media only screen and (max-width: 576px){
    .tel {
      	display: flex;
		justify-content: space-between;
    	flex-direction: column;
    	margin-top: 8px !important; 
    }
   .tel_row {
      	display: flex;
      	flex-direction: row;
		justify-content: space-between;
		margin: 0 15%;
   }
}
@media only screen and (max-width: 460px){
   .tel_row {
      	display: flex;
      	flex-direction: row;
		justify-content: space-between;
		margin: 0 5%;
   }
   .main-wrapper.main-page .start-block {
    	zoom: 0.8;
    	margin-lift: 10px;
   }
}
@media only screen and (max-width: 360px){
   .tel_row {
      	display: flex;
      	flex-direction: column;
		justify-content: space-between;
		margin: 0 0;
   }
   .main-wrapper.main-page .start-block {
    	zoom: 0.75;
    	margin-lift: 5px;
   }
}
@media only screen and (max-width: 319px){
	.main-wrapper.main-page .start-block {
		zoom: 0.6;
		margin-lift: 4px;
	}
}

/* 20250409 */   
.footer-licence {
	/* display: inline !important; */ 
	line-height: 16px;
  	font-size: 14px !important;
  	margin: 0 !important;
}
.footer-licence__bold {
	display: inline !important;
  	font-weight: 600 !important;
  	font-size: 14px !important;
}
@media only screen and (max-width: 480px){
	.footer-licence {
		line-height: 13px;
		/* display:  !important; */
	  	font-size: 12px !important;
	}
    .footer-licence__bold {
      	font-weight: 600 !important;
      	font-size: 12px !important;
    }
}
/* 15042025 все изменения как v150425 */
a.header-phone-number:before {
	display: none;
}
/*
.header-container {
	width: 1400px;
}
.podval {
	max-width: 1400px;
}
.menu-top-container, .menu-top nav {
	width: 1400px;
}
ul.menu-top ul,.menu-top ul.menu ul {
	width: 1400px !important;
}
.slider-block {
	width: 1400px;
}
.content {
	width: 1400px;
}
.footer-container {
	width: 100%;
}
.scheme-images img {
	width: 1400px;
}
.comp-slider {
	width: 1400px;
}
.main-directions {
	width: 1400px;
}
header .header-top-container .header-top-container-items{
	max-width: 1400px;
}
.last-articles{
	max-width: 1400px;
}
.menu-top-container > ul.menu {
	width: 1220px;
}

*/
ul.menu-top ul, .menu-top ul.menu ul {
    width: 1410px !important;
}
.deeper-container {
    width: 105vw;
}
.menu-top ul.menu .deeper-container ul li a {
    width: 265px;
}
@media only screen and (max-width: 960px){
	.main-wrapper {
	    /* margin: -100px auto; */
	}
	.start-block {
	    padding-top: 1em;
	    margin-top: -38px;
    }
}

/* 20250723 Меню */
.menu-top a {
  	font-size: 13px;
}
.menu-top.float li a {
  	font-size: 13px;
}

.menu-top ul.menu-top ul li a, .menu-top ul.menu ul li a {
  	font-size: 13px;
}
.menu-top {
    top: 150px;
	height: 38px;
}
.menu-top.float li a {
  line-height: 28px;
  padding: 0 14px;
  /*font-size: 1.05em; */
}
.menu-top a {
  line-height: 30px;
}

.menu-top ul .item-266 a::before {
  content: '';
  background: unset;
}
.menu-top ul .item-266 a {
  padding: 4px 14px;
}
/* блеклость телефонов */
header .tel em {
  color: #919191; /* #c4c4c4; */
}
/* 20250813 Меню fix */
.menu-top ul.menu .deeper-container {
    top: 36px;
}
.menu-top.float ul.menu .deeper-container {
    top: 32px;
}

#to-top {
	box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}
.menu-top ul.menu .deeper-container ul li a:hover {
	color: #032762;
	background-color: #fff;
}
.menu-top ul.menu .deeper-container ul li:hover {
	background-color: #fff;
}
.menu-top ul.menu ul {
	background-color: #fff;
}
/*
.menu-top a:hover {
    border-top: 0;
    border-bottom: 0;
    background: #2c91d8;
}
*/
/* Кукисы */
/*.mobile-menu-block {
	z-index:2000;
}
#mobile-menu-button {
	position: relative;
	z-index:2000;
}
*/
.mobile-menu-block {
	z-index: 20;
}

/* FZ-152*/

/* Фикс меню и мелкие фиксы */
@media only screen and (max-width: 1050px) {
  	.main-block .menu-top, .header-menu {
    	display: none;
  	}
  	.header {
  		height: 112px;
  	}
  	.main-block {
	  margin-top: 92px;
	}
	/*
    .item-511 {
    	display: none;
    }
    */
   .tel_row {
      	display: flex;
      	flex-direction: row;
      	line-height: 32px;
		justify-content: center;
   }
}

@media only screen and (max-width: 750px) {
  	.main-block {
	  margin-top: 164px;
	}
}
.breadcrumbs {
	@media only screen and (min-width: 921px) {
		margin: 0px 0 10px 0;
	}
	@media only screen and (max-width: 920px) {
		margin: 20px 0 10px 0;
	}
}

.advantages {
  display: flex;
  flex-direction: row;
  justify-items: inherit;
  justify-content: space-evenly;
}
.mceContentBody .advantages img {
	@media only screen and (max-width: 1440px) {
  		padding: 0;
  		width: 210px;
  		height: 210px;
	}
	@media only screen and (max-width: 1024px) {
  		padding: 0;
  		width: 180px;
  		height: 180px;
	}
	@media only screen and (max-width: 800px) {
  		padding: 0;
  		width: 120px;
  		height: 120px;
	}
	@media only screen and (max-width: 640px) {
  		padding: 0;
  		width: 80px;
  		height: 80px;
	}
	@media only screen and (max-width: 360px) {
  		padding: 0;
  		width: 60px;
  		height: 60px;
	}
}
/* убераем баннеры на низких разрешениях */
.bannergroup {
	@media only screen and (max-width: 1440px) {
  		display: none;
	}
}
.last-articles {
	display: none;
}
.comp-slider {
  padding-top: 0px;
}

.content {
	width: 98%;
}

@media only screen and (min-width: 1400px) {
	.content {
  		width: 1400px;
	}
}

.contact-widget-container {
  bottom: 82px;
  right: 4px;
}
/* Исправление после маркетологов 2025 */
/*
header.float address {
    top: 0;
    right: 79%;
    right: 1135px; 
}
*/
/*
.header-container {
    width: 100%;
    min-width: 320px;
    margin: 0;
}
.breadcrumbs {
    margin: 0 0 0 0;
}
*/
/* Вынесено из страниц */
.content.content--two {
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

.header-top-container-item {
    padding: 0 0 0 10px;
}
.copyright {
    padding: 0 0 0 10px;
}
.hero__wrapper {
	padding: 25px 0 25px 0;
	@media (max-width: 1921px) {
		padding: 25px 0 0px 0;
	}
}
.chose__wrapper {
	padding: 25px 0 25px 0;
	@media (max-width: 1921px) {
		padding: 25px 0 25px 0;
	}
}
.know__wrapper {
	padding: 0 0 50px 0;
	@media (max-width: 1921px) {
		padding: 0 0 50px 0;
	}
}
.metod__wrapper {
    padding: 0;
}
.fk_blue__wrapper {
	padding: 25px 0 30px 0;
	@media (max-width: 1921px) {
		padding: 25px 0 30px 0;
	}
}
.garant__wrapper {
	padding: 25px 0 30px 0;
	@media (max-width: 1921px) {
		padding: 25px 0 30px 0;
	}
}
.faq__wrapper {
	padding: 25px 0 30px 0;
	@media (max-width: 1921px) {
		padding: 25px 0 30px 0;
	}
}
.rev__wrapper {
	padding: 0 0 30px 0;
	@media (max-width: 1921px) {
		padding: 0 0 30px 0;
	}
}
.logo-footer {
    padding: 0 0 0 20px;
}
.logo-link {
    padding: 0 0 0 20px;
    width: 200px;
    height: 76px;
    background: url(/images/common-sprite2.png) no-repeat 0% 122% / 200px;
    font-size: 1.4em;
    display: block;
    margin: 0 0 1em;
    color: #fff;
}
.footer-container {
    width: 100%;
    max-width: 1440px;
}
.social-groups {
    margin: 7px 10px 0 18px;
}
.content.content--two {
	@media (max-width: 1024px) {
	    margin-top: -48px;
	}
}