#content h1, #bottom_content h1 {
    margin-top: 60px;
}
.header-phones {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-weight: 700;
}
#footer .soc-btns {
	display: flex;
	justify-content: flex-start;
    margin: 5px 0;
    width: 70px;
}
#header #header_items .custom.phone {
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mobile-soc-btns-header {
    display: none;
}
#header #header_items .custom.slogan {
    display: flex;
    align-items: center;
}
#header #header_items .custom.slogan .soc-btns-header {
    margin-left: 10px;
}
.slogan .soc-btns-header {
    display: flex;
}
.feed_back .mobile-soc-btns-header div.vk a, .slogan .soc-btns-header div.vk a, #footer .soc-btns-footer div.vk a{
    background: transparent url(/images/vkico.png) no-repeat 50% 50%;
    background-size: contain;
    width: 35px;
    height: 35px;
    padding: 10px;
    display: block;
}
.feed_back .mobile-soc-btns-header div.instagram a, .slogan .soc-btns-header div.instagram a, #footer .soc-btns div.instagram a {
    background: transparent url(/images/instaico.png) no-repeat 50% 50%;
    background-size: contain;
    width: 35px;
    height: 35px;
    padding: 10px;
    display: block;
}
.feed_back .call_back_btn {
    display: flex;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 16px;
}
#header a.logo {

}
#header a#logo::after {
    display: block;
    content: 'Сеть дезслужб';
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-align: center;
}
.soc-btns-footer {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.callbackSuccess {
    color: green;
    font-size: 18px;
}
.soc-descr {
    padding-right: 5px;
}
#content .item-box {
    position: relative;
}
#content .img-item {
    position: absolute;
    left: -75px;
    width: 55px;
    height: 55px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#content .img-item.item-1 {
    background-image: url(/images/menu/1.png);
    top: 20px;
}
#content .img-item.item-2 {
    background-image: url(/images/menu/2.png);
    top: 10px;
}
#content .img-item.item-3 {
    background-image: url(/images/menu/5.png);
    top: 25px;
}
#content .img-item.item-4 {
    background-image: url(/images/menu/4.png);
    top: 45px;
}
#content .img-item.item-5 {
    background-image: url(/templates/eco/images/logo2.png);
    top: 35px;
}
#content .img-item.item-6 {
    background-image: url(/images/menu/6.png);
    top: 65px;
}
#content .img-item.item-7 {
    background-image: url(/images/menu/7.png);
    top: 65px;
}
#center #content .item-page .img-box img {
    padding: 0;
}
/* услуги детально start*/
#center #content .item-page .content-img img {
    padding: 0;
    border-radius: 10px;
    width: 100%;
}
.content-title {
    color: #900000;
}
.content-bottom p{
    font-size: 16px;
    line-height: 24px;
}
#center #content .item-page .content-item {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}
.content-descr p:first-child {
    margin-top: 0;
}
.content-descr p {
    font-size: 16px;
    line-height: 24px;
}
#center #content .item-page .content-img {
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
}
#center #content .item-page .content-descr {
    width: 50%;
    padding: 0 20px;
}
.img-box {
    margin-top: 25px;
    overflow: hidden;
    height: 270px;
    position: relative;
    border-radius: 10px;
}

.img-box .img-btn-box {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100px;
    width: 185px;
    z-index: 20;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 10px;
    align-items: center;
}
.img-btn-box .img-box-price {
    margin-bottom: 10px;
    font-size: 16px;
    text-shadow: 3px 3px 4px #000;
    color: #ffffff;
}
.img-box-item {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: -200px;
    z-index: 10;
}
.img-box .img-box-btn {
    padding: 15px 25px;
    color: #fff;
    box-shadow: 0 0 15px -2px #000;
    border-radius: 5px;
    background-color: #900000;
    text-transform: uppercase;
    font-size: 12px;
}
/* услуги детально end*/
/* карточка товара start */

div.catalog-container {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

div.catalog-item {
    width: 270px;
    height: auto;
    border: 1px solid #900000;
    border-radius: 5px;
    padding: 15px;
    margin: 15px 10px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: ease-in-out .1s;
    
}
div.catalog-item:hover {
    box-shadow: 0 0 20px -10px #000;
    transform: scale(1.05);
}
div.catalog-item-top {
}
div.catalog-item-top .catalog-item-img {
    height: 350px;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
div.catalog-item-bottom {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0 10px;
}
div.catalog-item-bottom .catalog-item-description .catalog-item-title {
    text-align: center;
    font-size: 22px;
    padding: 15px 0 10px;
    font-weight: 700;
}
div.catalog-item-description .catalog-item-subtitle {
    text-align: center;
}
div.catalog-item-bottom .catalog-item-description {
    margin-bottom: 15px;
}
div.catalog-item-bottom .catalog-item-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.catalog-item-bottom .catalog-item-btn a {
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    border-radius: 5px;
    background-color: #900000;
    color: #fff;
    text-transform: uppercase;
}
/* карточка товара end */

/* окно акции на главной start */
div.sales span.close {
    display: none;
    position: absolute;
}
div.sales {
    position: relative;
}
/* окно акции на главной end */

/* страница прайсов start */
div.price-container {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
div.price-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #900000;
    padding: 20px 0;
    align-items: center;
}
div.price-box:last-child {
    border-bottom: none;
}
div.price-top, div.price-bottom {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}
div.price-box-inner {
    position: relative;
    padding-left: 70px;
}
div.price-box-inner:before {
    content: '';
    position: absolute;
    display: block;
    left: 0px;
    top: 0;
    width: 60px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
div.price-box-inner.item-1:before {
    background-image: url(/images/menu/1.png);
}
div.price-box-inner.item-2:before {
    background-image: url(/images/menu/2.png);
}
div.price-box-inner.item-3:before {
    background-image: url(/images/menu/9.png);
}
div.price-box-inner.item-4:before {
    background-image: url(/images/menu/3.png);
}
div.price-box-inner.item-5:before {
    background-image: url(/images/menu/8.png);
}
div.price-title {
    font-size: 24px;
    text-transform: uppercase;
}
div.price-btn {
    min-width: 140px;
}
div.price-btn a {
    color: #fff;
    background-color: #900000;
    border-radius: 5px;
    padding: 10px 20px;
}
/* страница прайсов end */

/* Контакты star */
.contacts {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.city-box {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
}
.city-box-item {
    width: 290px;
    padding: 15px;
}
div.city-box-map {
    width: 100%;
}
.city-box-title {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #900000;
    border-top: 1px solid #900000;
    text-align: center;
    width: 260px;
    margin: 0 15px;
    font-weight: 700;
}
.city-box-item.address, .city-box-item.phone, .city-box-item.email {
    position: relative;
}
.city-box-item.address:before, .city-box-item.phone:before, .city-box-item.email:before {
    
}
.city-box-item.address  {
    padding-left: 40px;
}
.city-box-item.address:before {
    background-image: url(/images/menu/mapmark.png);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    background-size: contain;
    background-position: 50% 50%;
    left: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
}
.city-box-item.phone {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
}
.city-box-item.phone:before {
    background-image: url(/images/menu/phone.png);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    background-size: contain;
    background-position: 50% 50%;
    left: 10px;
    top: 18px;
    width: 20px;
    height: 25px;
}
.city-box-item.email {
    padding-left: 40px;
}
.city-box-item.email:before {
    background-image: url(/images/menu/email.png);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    background-size: contain;
    background-position: 50% 50%;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 25px;
}
.city-box-item.phone .mag, .city-box-item.phone .uslugi {
    display: flex;
    flex-direction: column;
}
div.city-box:nth-of-type(3) .city-box-item.phone:before {
    top: 10px;
}
div.city-box:nth-of-type(4) .city-box-item.phone:before {
    top: 27px;
}
/* наши услуги на главной start */
#center #content_top .moduletable.service ul li span.text {
    position: relative;
    margin: 30px auto 0 auto
}
#center #content_top .moduletable.service ul li.item-107 span.text:before {
    content: 'от 1200 руб./квартира';
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    font-weight: 700;
    color: #c30002;
    font-size: 16px;
}
#center #content_top .moduletable.service ul li.item-107 .moscow::before {
    content: 'от 1500 руб./квартира' !important;
}
#center #content_top .moduletable.service ul li.item-106 span.text:before {
    content: 'от 1000 руб./квартира';
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    font-weight: 700;
    color: #c30002;
    font-size: 16px;
}
#center #content_top .moduletable.service ul li.item-106 .moscow::before {
    content: 'от 1400 руб./квартира' !important;
}
#center #content_top .moduletable.service ul li.item-108 span.text:before {
    content: 'от 250 руб./сотка';
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    font-weight: 700;
    color: #c30002;
    font-size: 16px;
}
#center #content_top .moduletable.service ul li.item-108 .moscow::before {
    content: 'от 400 руб./сотка' !important;
}
#center #content_top .moduletable.service ul li.item-129 span.text:before {
    content: 'от 100 руб./м2';
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    font-weight: 700;
    color: #c30002;
    font-size: 16px;
}
#center #content_top .moduletable.service ul li.item-136 span.text:before {
    content: 'от 700 руб./м2';
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    font-weight: 700;
    color: #c30002;
    font-size: 16px;
}
/* наши услуги на главной end */
/* Контакты end */
/* страница Цены start */
.nav.menuprice_select > li > a > span {
    font-size: 18px;
    padding-top: 25px;
    padding-right: 35px;
}
/* страница Цены end*/
/* страница услуг Фумиграция start*/
.fumi-catalog-items {
    margin-top: 25px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
}
.fumi-catalog-items .fumi-item {
    min-width: 260px;
    display: flex;
    flex-direction: column;
}
.fumi-catalog-items .fumi-item-top {
    height: 200px;
    border-radius: 10px;
}
.fumi-catalog-items .fumi-item-bottom {
    height: 50px;
    text-align: center;
    padding: 15px;
}
.fumi-catalog-items .fumi-item p {
    text-align: center;
}
.fumi-catalog-items .fumi-item a {
    display: block;
    height: 100%;
    width: 100%;
}
.fumi-catalog-items .fumi-item-1 {
    background: transparent url(/images/materials/fym_prod.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.fumi-catalog-items .fumi-item-2 {
    background: transparent url(/images/materials/fym_pom.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.content-bottom li {
    line-height: 20px;
}
/* страница услуг Фумиграция end*/
.mcs-dialog.active {
    display: block!important;
}
.mcs-overlay.active {
    display: block!important;
}
/* Карточка товара start */
.page-item {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}
.page-item-left {
    margin-right: 15px;
}
.page-item-description p:first-child {
    margin-top: 0;
}
.page-item-img {
    background-size: cover;
    background-position: 50% 50%;
    width: 300px;
    height: 500px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.page-item-btn {
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    border-radius: 5px;
    background-color: #900000;
    color: #fff;
    text-transform: uppercase;
}
#center #content_top .moduletable.video_reviews .item.video .owl-video-tn {
    /* background-image: url(../images/Screenshot_6.jpg)!important; */
}
#rc-connect {
    display: none!important;
}
/* Карточка товара end */

/* Виджет start */
.service {
    position: relative;
}
.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}
.modalDialog:target {
	display: block;
	pointer-events: auto;
}

.modalDialog > div {
    width: 425px;
    height: 520px;
	position: relative;
    margin: 15% auto;
    overflow: hidden;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.close {
	color: #606061;
	line-height: 25px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
}
.custompopup-calculator {
    margin-bottom: 80px;
}
.custompopup-calculator p {
    text-align: center;
}
.custompopup-calculator a:not(.close){
    margin: 0 auto;
    width: 300px;
    outline: none;
    text-transform: uppercase;
    padding: 10px 30px;
    color: #fff;
    border: 0 none;
    border-radius: 15px;
    background: #ff2c43;
    background: -moz-linear-gradient(left, #ff2c43 50%, #c20001 100%);
    background: -webkit-linear-gradient(left, #ff2c43 50%,#c20001 100%);
    background: linear-gradient(to right, #ff2c43 50%,#c20001 100%);
    cursor: pointer;
    animation: radial-pulse 2s infinite;
    animation-delay: .3s;
}
.custompopup-calculator .city {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    background: url(/templates/eco/images/widget/3166262.png) no-repeat 50% 100%;
    width: 100%;
    height: 150px;
    background-size: cover;
    opacity: 1;
    z-index: 0;
}
.stage-1 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stage-1 .stages {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-top: 20px;
}
.stage-1 .title, .stage-2 .title, .stage-3 .title, .stage-car.cars .title   {
    font-size: 26px;
    color: #db0008;
    margin: 40px auto;
    text-align: center;
    text-transform: uppercase;
}
.stage-1 .stage-1_vote-1, .stage-1 .stage-1_vote-2 {
    cursor: pointer;
    margin: 10px auto;
    position: relative;
    width: 316px;
    padding-left: 15px;
}
.stage-2.fiz, .stage-2.ur {
    display: none;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    z-index: 99;
}
.stage-2 .items, .stage-car.cars .items {
    margin: 0 auto;
    width: 100%;
    max-width: 316px;
}
.stage-2 .items .item, .stage-car.cars .items .item {
    text-align: start;
    position: relative;
}
.stage-2 .items .item:first-of-type:before {
    content: '';
    position: absolute;
    left: 13px;
    display: block;
    background: url(/templates/eco/images/widget/11.png) no-repeat 50% 50%;
    background-size: contain;
    width: 35px;
    height: 35px;
    z-index: 4;
}
.stage-2 .items .item:nth-of-type(2):before {
    content: '';
    position: absolute;
    left: 13px;
    display: block;
    background: url(/templates/eco/images/widget/22.png) no-repeat 50% 50%;
    background-size: contain;
    width: 35px;
    height: 35px;
    z-index: 4;
}
.stage-2 .items .item:nth-of-type(3):before {
    content: '';
    position: absolute;
    left: 13px;
    display: block;
    background: url(/templates/eco/images/widget/99.png) no-repeat 50% 50%;
    background-size: contain;
    width: 35px;
    height: 35px;
    z-index: 4;
}
.stage-2 .items .item:nth-of-type(4):before {
    content: '';
    position: absolute;
    left: 13px;
    display: block;
    background: url(/templates/eco/images/widget/33.png) no-repeat 50% 50%;
    background-size: contain;
    width: 35px;
    height: 35px;
    z-index: 4;
}
.stage-2 .items .item:last-of-type:before {
    content: '';
    position: absolute;
    left: 13px;
    display: block;
    background: url(/templates/eco/images/widget/55.png) no-repeat 50% 50%;
    background-size: contain;
    width: 35px;
    height: 35px;
    z-index: 4;
}
.stage-2 .items .item.item_dez:before {
    content: '';
    position: absolute;
    left: 16px;
    display: block;
    background: url(/templates/eco/images/widget/44.png) no-repeat 50% 50%;
    background-size: contain;
    width: 30px;
    height: 30px;
    z-index: 4;
}
.stage-2 .items .item.item_car:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 3px;
    display: block;
    background: url(/templates/eco/images/widget/car.png) no-repeat 50% 50%;
    background-size: contain;
    width: 30px;
    height: 30px;
    z-index: 4;
}
.stage-2.fiz .item, .stage-2.ur .item, .stage-car.cars .item {
    display: flex;
    align-items: center;
    margin: 0 auto 10px;
    cursor: pointer;
    padding-left: 60px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
}
.stage-3 {
    display: none;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 99;
}
.stage-car {
    display: none;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 99;
}
.stage-car.cars .item {
    padding-left: 20px;
    cursor: pointer;
}
div.sum {
    display: none;
}
div.back-btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 99;
    font-size: 14px;
    text-transform: uppercase;
}
.button {
    outline: none;
    text-transform: uppercase;
    padding: 10px 0;
    width: 100%;
    color: #fff;
    border: 0 none;
    border-radius: 15px;
    background: #ff2c43;
    background: -moz-linear-gradient(left, #ff2c43 50%, #c20001 100%);
    background: -webkit-linear-gradient(left, #ff2c43 50%,#c20001 100%);
    background: linear-gradient(to right, #ff2c43 50%,#c20001 100%);
    box-sizing: border-box;
    position: relative;
    transition: ease-in-out .1s;
    z-index: 1;
}
.button::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #ff2c43 0%,#c20001 100%);
    border-radius: 15px;
    opacity: 0;
    z-index: 2;
    transition: ease-in-out .2s;
}
.button:hover::after {
    opacity: 1;
}
.button span {
    position: relative;
    z-index: 4;
}
.stage-3 .item {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 290px;
}
.stage-3 .item button {
    position: relative;
    outline: none;
    text-transform: uppercase;
    padding: 10px 0;
    width: 100%;
    color: #fff;
    border: 0 none;
    border-radius: 15px;
    background: #ff2c43;
    background: -moz-linear-gradient(left, #ff2c43 50%, #c20001 100%);
    background: -webkit-linear-gradient(left, #ff2c43 50%,#c20001 100%);
    background: linear-gradient(to right, #ff2c43 50%,#c20001 100%);
    cursor: pointer;
}

.stage-3 .item input[type="number"]{
    padding: 10px 0;
    width: 100%;
    border: 1px solid #bfbfbf;
    text-align: center;
    border-radius: 15px;
    outline: none;
    margin-bottom: 10px;
}
.stage-3 .sub-item {
    display: none;
    position: absolute;
    bottom: 60px;
    font-size: 14px;
    color: #000;
}
.stage-3 .new-price {
    display: none;
    padding-left: 5px;
    font-weight: 700;
}
@keyframes radial-pulse {
    0% {
      box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.5);
    }
   
    100% {
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
} 
.stage-3 .callback, .stage-car .callback {
    display: none;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
    width: 100%;
    color: #fff;
    border: 0 none;
    border-radius: 15px;
    background: #ff2c43;
    background: -moz-linear-gradient(left, #ff2c43 50%, #c20001 100%);
    background: -webkit-linear-gradient(left, #ff2c43 50%,#c20001 100%);
    background: linear-gradient(to right, #ff2c43 50%,#c20001 100%);
    cursor: pointer;
    animation: radial-pulse 2s infinite;
    animation-delay: .3s;
}
div.callback-button {
    position: fixed;
    bottom: 30px;
    right: 45px;
    width: 60px;
    height: 60px;
    background: #c20001;
    z-index: 99;
    border-radius: 50%;
    cursor: pointer;
    animation: radial-pulse 2s infinite;
    animation-delay: .3s;
    opacity: 0.8;
    transition: ease-in-out .2s;
}
div.callback-button:before {
    content: '';
    background: transparent url(/templates/eco/images/callback.png) no-repeat 50% 50%;
    background-size: contain;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    left: 14px;
}
div.callback-button:hover {
    opacity: 1;
}
div.form-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}
#popup_window p {
    margin: 15px 0;
}
.stage-3 .sum {
    margin: 25px auto;
    text-align: center;
    justify-content: center;
    font-size: 30px;
}
.sum span {
    margin: 0 5px;
}
.stage-3 .sub-input {
    margin-bottom: 10px;
}
.stage-3.fiz .ed_izm {
    padding-left: 5px;
}
#center #top_center .top_slider .main {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.top_slider {
    position: relative;
}
.top_slider:before {
    content: '';
    position: absolute;
    background: transparent url(/templates/eco/images/Component31.png) no-repeat 50% 50%;
    background-size: contain;
    width: 391px;
    height: 377px;
    right: 70px;
    bottom: -90px;
}
.top_slider .main-banner {
    width: 60%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: 450px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 0 25px -15px #000;
    z-index: 2;
}
.top_slider .sub-main-banner {
    width: 60%;
    position: relative;
    z-index: 1;
    top: -55px;
    display: flex;
    flex-direction: column;
    margin-left: 450px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    padding: 60px 30px 10px;
    box-shadow: 0 0 25px -15px #000;
    background: #ff2c43;
    background: -moz-linear-gradient(left, #ff2c43 50%, #c20001 100%);
    background: -webkit-linear-gradient(left, #ff2c43 50%,#c20001 100%);
    background: linear-gradient(to right, #ff2c43 50%,#c20001 100%);
}
.main-banner h2 {
    font-size: 28px;
    line-height: 40px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
}
.sub-main-banner p {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-family: 'Nunito', sans-serif;
}
/* .main-banner:before {
    content: '';
    position: absolute;
    top: 90px;
    right: -95px;
    background: transparent url(/templates/eco/images/logo2.png) no-repeat 50% 50%;
    background-size: 80%;
    width: 210px;
    height: 220px;
    transform: rotate(25deg);
} */

div.popup-widget {
    display: none;
}
.moduletable.padding50 {
    padding: 50px 0px;
}

/* высплывашка калькулятор */


@media all and (max-width:1366px) {
    .top_slider .main-banner {
        width: 50%;
        margin-left: 595px;
    }
    .top_slider .sub-main-banner {
        width: 50%;
        top: -55px;
        margin-left: 595px;
    }
    .main-banner h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .stage-1, .stage-2.fiz, .stage-2.ur, .stage-3, .stage-car {
        width: 100%;
    }
    .stage-1 .title, .stage-2 .title, .stage-3 .title {
        font-size: 22px;
    }
    .stage-1 .stage-1_vote-1, .stage-1 .stage-1_vote-2 {
        width: 100%;
        max-width: 290px;
    }
}
@media all and (max-width:768px) {
    #center #top_center .top_slider .main .sales {
        width: 380px;
    }
}
/* Виджет end */
@media all and (max-width:1024px) {
    #content .img-item {
        display: none;
    }
    #footer .soc-btns {
        justify-content: center;
    }
    .img-box-item {
        top: 0;
    }
}
@media all and (max-width:768px) {
    div.catalog-container {
        justify-content: space-evenly;
    }
    .top_slider .main-banner {
        width: 60%;
        margin-left: 0;
        padding: 20px 30px;
        top: -130px;
    }
    .top_slider .sub-main-banner {
        width: 60%;
        top: -185px;
        margin-left: 0;
    }
    .main-banner h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .top_slider:before {
        width: 340px;
        height: 377px;
        left: 10px;
        bottom: -140px;
    }
    #center #top_center p {
        font-size: 22px;
    }
}
@media all and (max-width:414px) {
    .modalDialog > div {
        width: 100%;
    }
    #center #top_center p {
        font-size: 20px;
    }
    .top_slider .sub-main-banner {
        width: 100%;
        top: -115px;
    }
    .top_slider .main-banner {
        width: 100%;
        top: -60px;
    }
    .top_slider:before {
        width: 300px;
        height: 377px;
        left: 10px;
        bottom: -115px;
    }
    .main-banner h2 {
        font-size: 18px;
        line-height: 28px;
    }
    .sub-main-banner p {
        font-size: 24px;
        line-height: 24px;
    }
    #center #top_center .top_slider .main .sales {
        display: flex;
        justify-content: center;
    }
    .page-item {
        flex-direction: column;
    }
    .page-item .page-item-img {
        margin: 15px auto;
    }
    .page-item .page-item-left {
        margin-bottom: 15px;
        margin-right: 0;
    }
    #workarea-inner .middle-menu {
        padding: 30px;
    }
    #header #header_items .custom.phone {
        height: 35px;
    }
    .feed_back .call_back_btn {
        margin-top: 15px;
    }
    .service ul.nav.menu > li {
        margin-bottom: 15px;
    }
    #popup_window {
        top: 8%;
        height: auto;
    }
    .mcs-dialog {
        left: 55%!important;
    }
    .img-box-item {
        top: 0!important;
    }
    #center #content .item-page .content-item {
        flex-direction: column;
    }
    #center #content .item-page .content-img {
        width: 100%;
    }
    #center #content .item-page .content-descr {
        width: 100%;
        padding: 0;
    }
    .img-box  {
        height: 158px;
    }
    .img-box-item {
        top: 0;
    }
    #mobile_header_items ul.nav-child li.deeper ul li {
        line-height: 28px;
        font-size: 15px;
    }
    #mobile_header_items .custom.phone a {
        font-size: 18px;
        padding: 5px;
    }
    #mobile_header_items .header-phones {
        margin-top: 10px;
    }
    #mobile_header_items .custom.feed_back {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-top: 15px;
    }
    .slideout-open .slideout-menu #top_menu > ul > li > a {
        padding: 15px 10px;
    }
    .slideout-open .slideout-menu #top_menu > ul > li.current.active.deeper.parent > ul > li > a {
        line-height: 28px;
        text-transform: uppercase;
        font-weight: 700;
    }
    #mobile_header_items .slideout-open .slideout-menu .custom.phone p {
        margin-bottom: 15px;
    }
    #mobile_header_items .soc-btns-header {
        display: none;
    }
    #mobile_header_items .mobile-soc-btns-header {
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }
    #mobile_header_items .header-slogan {
        padding-left: 73px;
    }
    #mobile_header_items .custom.slogan:before {
        position: absolute;
        content: '';
        background: transparent url(/templates/eco/images/logo2.png) no-repeat 50% 50%;
        background-size: contain;
        width: 65px;
        height: 60px;
        left: 0;
        top: 0;
    }
    #mobile_header_items .custom.slogan {
        text-align: left;
        font-size: 18px;
        position: relative;
    }
    .soc-btns-footer {
        justify-content: center;
    }
    #center #top_center .top_slider {
        /* display: none; */
    }
    div.city-box {
        flex-direction: column;
    }
    div.city-box-title {
        width: 100%;
        margin: 0;
    }
    div.catalog-item {
        width: 100%;
    }
    div.sales span.close {
        display: block;
        right: 0;
        top: 0;
        color: #900000;
        padding: 15px;
    }
    div.price-box {
        flex-direction: column;
        text-align: start;
        align-items: flex-start;
    }
    div.price-box-inner {
        padding-bottom: 25px;
    }
}
@media all and (max-width:375px) {
    /* div.catalog-item {
        width: 150px;
    } */
    #center #top_center .top_slider .main .sales {
        padding: 0 15px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .img-box {
        height: 89px;
    }
    .mcs-dialog {
        left: 70%!important;
        width: 270px!important;
    }
    .main-banner h2 {
        font-size: 17px;
    }
    #center #top_center p {
        font-size: 18px;
    }
}
@media all and (max-width:320px) {
    /* div.catalog-item {
        width: 100%;
    } */
    .custompopup-calculator a:not(.close) {
        font-size: 12px;
    }
    .stage-2.fiz .item, .stage-2.ur .item, .stage-car.cars .item {
        font-size: 13px;
    }
    #center #top_center p {
        font-size: 14px;
    }
    .main-banner h2 {
        font-size: 18px;
        text-align: center;
        line-height: 22px;
        font-weight: 700;
    }
}