/*@font-face {font-family:MullerRegular; src:url(fonts/MullerRegular.woff);}
@font-face {font-family:MullerMedium; src:url(fonts/MullerMedium.woff);}
@font-face {font-family:MullerBold; src:url(fonts/MullerBold.woff);}
@font-face {font-family:MullerLight; src:url(fonts/MullerLight.woff);}*/
@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Bold.woff2') format('woff2'),
        url('../fonts/CeraPro-Bold.woff') format('woff'),
        url('../fonts/CeraPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Light.woff2') format('woff2'),
        url('../fonts/CeraPro-Light.woff') format('woff'),
        url('../fonts/CeraPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Regular.woff2') format('woff2'),
        url('../fonts/CeraPro-Regular.woff') format('woff'),
        url('../fonts/CeraPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Medium.woff2') format('woff2'),
        url('../fonts/CeraPro-Medium.woff') format('woff'),
        url('../fonts/CeraPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}



html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    min-height: 100%;
}

::-moz-selection {
    background: #0e1c2c;
    text-shadow: none;
	color:white;
}

::selection {
    background: #0e1c2c;
    text-shadow: none;
	color:white;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#wpadminbar {
    position: absolute !important;
    opacity: 0.8 !important;
}

body {
    min-width: 320px;
    max-width: 1920px;
    margin: 0 auto;
    font-family:'Cera Pro';
    font-weight:normal;
    color: #171717;
    background: #f4f7f8;
}
.center_wrap {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
}
a,a:visited,a:hover,a:active {
    outline: none;
}
a {
    color: initial;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
p {
    margin: 0px 0 25px 0;
    /* text-align: justify; */
}
h1,h2,h3,h4,h5,h6 {
    margin: 0 0 25px 0;
    line-height: 1.2;
    text-align: left!important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 20px 0 23px;
    box-sizing: border-box;
    width: 100%;
    max-width: 363px;
    margin-bottom: 10px;
    height: 62px;
    font-size: 15px;
    font-weight: 300;
    color: #757575;
    border-radius: 9px;
}
textarea {
    height: 100px;
    resize: vertical;
}

.dt {
	width: 100%;
	display:table;
}
#top .dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.d-flex {
	display:flex;
}
.justify-content-around {
	justify-content: space-around;
}
.dtc.logo {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    min-width: 270px;
    /* width: 30%; */
}
header .logo:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    max-width: 40px;
    height: 40px;
    background: url(../img/logo.svg) no-repeat center;
}
.dtc.vat {
    vertical-align: top;
    display: inline-block;
}
.dtc.vab {
    vertical-align: middle;
    display: inline-block;
}
.mobile_menu_opener {
    display: none;
    cursor: pointer;
    background: url("../img/burger.png");
    width: 34px;
    height: 28px;
    position: fixed;
    z-index: 2000;
    right: 15px;
    top: 16px;
    -webkit-transition: all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
}
.mobile_menu_opener.active {
    background: url("../img/burger2.png")!important;
}
.mobile_menu {
    position: fixed;
    right: 0;
    top: 0px;
    z-index: 1000;
    display: none;
}
.mobile_menu ul {
    background: #fff;
    padding: 15px 60px 15px 15px;
    width: 250px;
    box-sizing: border-box;
    box-shadow: -3px 3px 3px rgba(0,0,0,0.15);
}
.mobile_menu ul li {
    margin-top: 10px;
}
.mobile_menu ul li a {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
}
#top {
    background: #fff;
    padding: 18px 0 22px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    transition: 0.3s;
}

#top.fixed {
    padding: 8px 0 12px;
    box-shadow: 0px 15px 35px rgba(0,0,0,.2);
}

.logo a {
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 12px;
    color: #171717;
    width: 80%;
    vertical-align: middle;
}



.logo__title {
    display: block;
    font-family:'Cera Pro';
    font-weight:bold;
    font-size: 27px;
    line-height: 24px;
    color: #0e1c2c;
    margin-left: -1px;
    margin: 0 0 5px;
}

.mob_sep {
	display: none;
	width: 100%;
	height: 1px;
}
.head_address {
    width: 320px;
}
.head_address p {
    margin: 0;
    font-size: 12px;
    line-height: 14px;
}
.head_phone {
    text-align: right;
    color: #171717;
    display: inline-block;
    vertical-align: middle;
}
.head_phone a {
    text-decoration: none;
    font-size: 20px;
    position:relative;
    display:inline-block;
    white-space: nowrap;
    font-weight: bold;
}
.head_phone p {
    font-size: 12px;
    margin: 2px 0;
	text-align:right;
}
.head_phone a.phone1{
	padding:0 0 0 35px;
}
.head_phone a.phone1:before{
	background:url(../img/headphone.svg) no-repeat center;
	content:'';
	position:absolute;
	left:0;
	width:15px;
	height:15px;
	top:50%;
	margin-top:-7px;
}
.head_phone a.phone2{
	padding: 0 0 0 28px;
}
.head_phone a.phone2:before{
	background:url(../img/headphone.svg) no-repeat center;
	content:'';
	position:absolute;
	left:0;
	width: 14px;
	height: 20px;
	top:50%;
	margin-top: -10px;
}

.header_content {
    box-sizing: border-box;
    color: #fff;
    padding: 50px 0 70px;
    position: relative;
    overflow: hidden;
    margin-top: 90px;
    background-color: #f4f7f8!important;
}


.header_content__canv {
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    /* filter: blur(15px); */
    transform: scale(1.1);
}
.header_content__canv:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 116, 181, 0.25);
}
#main_nav {
    display: inline-block;
    vertical-align: middle;
}
.main_menu {
    font-size: 0;
}
.main_menu li {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    font-size: 15px;
    padding: 0 3px;
}
.main_menu li:first-child {
    margin-left: 0;
}

.main_menu a {
    transition: 0.3s;
    padding: 8px 10px;
    border:none!important;
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none!important;
    border-radius: 10px;
}

.main_menu a:hover, .main_menu a.active {
    background: #2c469e;
    color: #fff;
    text-decoration: underline;
    text-decoration-color: transparent;
}
.main_title {
    font-size: 60px;
    line-height: 70px;
	 font-family:'Cera Pro';font-weight:bold;
    margin-bottom: 40px;
}
.main_title span {
    font-size: 40px;
    line-height: 60px;
    display: inline-block;
}
.main_title .green {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 3px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-shadow: 1px 1px 0 #101010;
    color: #00ea00;
}
.head_recents span {
    display: inline-block;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.37);
    padding: 5px 10px;
     font-family:'Cera Pro';font-weight:500;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

.header_benefits {
    margin: 80px 0 120px;
}
.header_benefit {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    text-align: left;
}
.head_benefit_img {
    width: 80px;
}
.head_benefit_text {
    font-size: 16px;
    line-height: 18px;
}
#video {
    float: left;
    width: 100%;
}
#video iframe {
    border: none;
    box-shadow: 0 5px 40px -20px rgb(22, 70, 99);
    margin: 35px 0;
}
input[type="submit"], input[type="button"] {
    border: none;
}
.button, input[type="submit"], input[type="button"] {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 20px 25px!important;
    box-sizing: border-box;
    border: none!important;
    background: #254fc4;
    text-align: center;
    border-radius: 3px;
    transition: 0.3s;
    font-weight: bold;
    border-radius: 15px;
}

.button:hover, input[type="submit"]:hover, input[type="button"]:hover {
    border: none!important;
    filter: saturate(2);
}

.white_button {
    background: none;
    border: 1px solid #fff;
    box-shadow: none;
    line-height: 52px;
}
.white_button:hover {
    border-color: #fff;
    color: #fff;
    background: rgba(0,0,0,0.21);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}


#header .button:first-child {
    margin-right: 50px;
}
#history {
    background: white;
    padding: 70px 0;
    position: relative;
    float: left;
    width: 100%;
}

.block_title {
    font-size: 44px;
    line-height: 52px;
    font-weight: 100;
    position: relative;
    margin-bottom: 50px;
    margin-left: 30px;
    text-align:left;
    margin: 0 0 25px 0;
    text-transform: uppercase;
}

.block_title span.bold {
    display: block;
}
.block_title:before {
    display: block;
    /* content: ""; */
    /* position: absolute; */
    /* left: -30px; */
    /* top: 50%; */
    /* margin-top: -75px; */
    /* width: 150px; */
    /* height: 150px; */
}
.history_choose_kind {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 200;
}
.tab_selector li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: #d7d7d7;
    text-decoration: underline;
    font-size: 16px;
    color: #000;
    padding: 15px 23px;
    cursor: pointer;
    border-radius: 14px;
    font-weight: bold;
}
.tab_selector li.active {
    text-decoration: none;
    color: #fff;
    background: #254fc4;
}
.history_block_img {
    width: 33.33%
}
.tab:nth-child(2) .history_block_img img {
	margin-left: -30px;
}
.fancybox {
    position: relative;
    display: block;
    /* box-shadow: 0 15px 30px rgb(22 70 99 / 20%); */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    overflow: hidden;
    border-radius: 10px;
}
.solution_price {
    font-family:'Cera Pro';
    font-weight:bold;
    display: inline-block;
    padding: 6px 15px;
    background: #ffdc36;
    color: black;
    border-radius: 10px;
    margin: 10px 0 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.history_tabs {
    margin-top: 60px;
}
.tab {
    display: none;
}
.tab.visible {
    display: block;
}
.history_block_content {
    font-size: 16px;
    line-height: 24px;
    width: 66.66%;
}
span.bold {
     font-family:'Cera Pro';font-weight:bold;
}
.history_block_content table {
    margin: 35px 0;
}
.history_block_content table td {
    padding-left: 30px;
}
.history_block_content table td:first-child {
    padding-left: 0;
}
.history_block_content .button {
    margin-top: 30px;
}
#forums_info {
    padding: 135px 0 145px;
}
#forums_info .block_title + p {
    font-size: 30px;
    line-height: 30px;
    font-weight: 100;
}
.forums_list {
    font-size: 0;
}
.forums_list li {
    display: inline-block;
    margin-right: 30px;
}
.forum_recents {
    margin-top: 40px;
}
.forum_recent_block {
    margin-bottom: 15px;
}
#how_much_economy {
    box-sizing: border-box;
    padding: 100px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

#how_much_economy .block_title:before, #benefits .block_title:before, #facebook_community .block_title:before{
	background-image: url(../img/block_title_uzor_v1.png);
}

.canv {
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    /* filter: blur(10px); */
    transform: scale(1.1);
    background-position: center;
    background-size: cover;
}

#how_much_economy .canv {

}

#benefits .canv {

}

.canv:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 116, 181, 0.25);
}

#how_much_economy {
    font-size: 18px;
    line-height: 24px;
    font-weight: 200;
}
#how_much_economy form {
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    padding: 30px;
    margin: 30px 0 0 -30px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}
#how_much_economy form label {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
     font-family:'Cera Pro';font-weight:bold;
}
#how_much_economy form input[type="text"], #how_much_economy form input[type="email"], #how_much_economy form input[type="tel"] {
    max-width: 100%;
    height: 48px;
    background: rgb(255, 255, 255);
    margin-bottom: 25px;
    border-radius: 3px;
}
#how_much_economy form input[type="submit"] {
    width: 100%;
    margin-top: 20px;
}
select {
    width: 100%;
    border: 1px solid #fff;
    height: 48px;
    box-sizing: border-box;
    margin-bottom: 25px;
    background: rgba(6,7,11,0.4);
    padding-left: 23px;
}
.custom_select {
    height: 48px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    padding-left: 15px;
    padding-right: 40px;
    margin-bottom: 25px;
    font-size: 15px;
    color: #171717;
    background: rgb(255, 255, 255);
    position: relative;
    cursor: pointer;
    text-align: left;
    border-radius: 3px;
}
.custom_select span {
    display: inline-block;
    line-height: 46px;
    height: 46px;
    overflow: hidden;
}
.custom_select ul {
    position: absolute;
    left: -1px;
    right: -1px;
    top: calc(100% + 10px);
    display: none;
    border-radius: 3px;
    border-top: none;
    background: #fff;
    box-shadow: 0 5px 10px rgba(22, 70, 99, 0.5);
    z-index: 100;
    overflow: hidden;
}
.custom_select ul li {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    transition: 0.1s;
}

.custom_select ul li:hover {
    background-color: rgb(195, 11, 84);
    color: #fff;
}
.custom_select:after {
    display: block;
    content: "";
    position: absolute;
    right: 17px;
    top: 56%;
    margin-top: -6px;
    border-top: 6px solid rgba(0, 0, 0, 0.75);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
}
#solutions {
    padding: 50px 0 30px;
    background: #eef3f7;
}
#solutions h1{
    margin: 0 0 20px;
    font-size: 48px;
    text-align: center;
     font-family:'Cera Pro';font-weight:bold;
}

.area-block {
    padding: 50px 0 30px;
}

.area-block h1, .area-block h2 {
    margin: 0 0 20px;
    text-align: center;
     font-family:'Cera Pro';font-weight:bold;
}
.area-block h1 { font-size: 32px; }
.area-block h2 { font-size: 28px; }


.area-block .inner-action {
    text-align: center;
    margin-bottom: 50px;
}
.area-block .inner-action > a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: rgba(22, 70, 99, 0.9);
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    padding: 0 23px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    border-radius: 3px;
}


.halfs {
    font-size: 0;
    margin: 0 -15px;
}
.half {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 16px;
    padding: 15px;
    box-sizing: border-box;
}

.solution_block{
    display: inline-block;
    margin-bottom: 90px;
}
.solution_block:hover .solution_img img, .gazgolders_block:hover .solution_img img{transform: scale(1.05);}

.solution_block:hover .solution_price, .gazgolders_block:hover .solution_price {
    background: #2555b5;
    color: white;
}

.solution_block:hover, .gazgolders_block:hover{
    box-shadow: 0px 12px 35px rgba(0,0,0,.1);
}
.solution_block a, .gazgolders_block a {
    display: block;
    text-decoration: none;
}

p.solution_title:hover {
    text-decoration: underline;
}
.solution_title {
    font-size: 18px;
    line-height: 29px;
    color: #222221;
    font-family:'Cera Pro';
    font-weight:bold;
    margin-bottom: 0;
}
.solution_title a{
	text-decoration:none !important;

	-webkit-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	transition:0.5s all ease;
	border-bottom:1px solid transparent;
}
.solution_title a:hover{
	/* border-color:#222221; */
}
.solution_title span {
    font-weight: 300;
}
.solution_square {
    font-size: 23px;
     font-family:'Cera Pro';font-weight:500;
}
.solution_square span {
    color: rgb(37 85 181);
}
.solution_img {
    display: inline-block;
    border: none;
    border-radius: 3px;
    padding: 0;
    margin-bottom: 30px;
    transition: 0.2s;
    box-sizing: border-box;
}
.solution_block:hover .solution_img {
    border-color: rgb(195, 11, 84);
}
.solution_img:hover {
    border-color: rgb(195, 11, 84);
}




.solution_img a {
    display: block;
    position: relative;
}
/*
.solution_img a::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.47);
    opacity: 0;
    transition: opacity 0.3s linear 0s;
}
.solution_img a::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.47);
    opacity: 0;
    transition: opacity 0.3s linear 0s;
    width: 57px;
    height: 57px;
    background: url("../img/zoom_icon.png");
}
.solution_img a:hover::before, .solution_img a:hover::after {
    opacity: 1;
}
*/
.solution_desc {
    color: #222221;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 0;
}
.solution_link {
    font-size: 18px;
    margin: 0;
}
.solution_link a {
    padding: 0;
    transition: 0.15s;
    box-shadow: none;
}

.solution_link a:before {
    display:none;
}

.solution_link a:hover {
	text-decoration-color:transparent;
}
#benefits {
    box-sizing: border-box;
    padding: 100px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

.benefit_content_person p, .benefit_content_person .button {
    width: 76.4%;
    box-sizing: border-box;
}
.benefit_content_info {
    padding-right: 100px;
    box-sizing: border-box;
    width: 66.66%;
}
.benefit_content_info .block_title {
    margin-bottom: 32px;
    font-size: 48px;
    line-height: 52px;
    font-weight: 100;
}
.benefit_content_info p {
    line-height: 26px;
}
.benefit_content_info p .bold {
	 font-family: 'Cera Pro';
	 font-weight:normal;
}
.benefit_content_info h5 {
    font-size: 24px;
    font-weight: 200;
    margin-top: 30px;
    font-weight: 500;
}
.benefit_content_info td {
    padding-bottom: 15px;
}
.benefit_content_info td:first-child {
    text-align: center;
}
.benefit_content_info td+td {
    padding-left: 10px;
}
.person_photo {
    margin-bottom: 50px;
    position: relative;
    margin-top: -14px;
}
.person_photo img {
    position: relative;
    z-index: 2;
}
.person_photo:before, .person_photo:after {
    display: block;
    content: "";
    position: absolute;
    width: 164px;
    height: 164px;
    background: #ebf0f5;
}
.person_photo:before {
    left: -10px;
    top: -10px;
}
.person_photo:after {
    right: -10px;
    bottom: -10px;
}
.person_name {
    font-size: 24px;
     font-family:'Cera Pro';font-weight:bold;
    margin: 0;
}
.person_dol {
    background: #ffdc36;
    border-radius: 3px;
    padding: 5px 10px;
    margin-top: 5px;
    display: inline-block;
    color: black;
}

.person_dol + p span {
    display: inline-block;
    background: #ffdc36;
    border-radius: 3px;
    padding: 2px 5px 0;
    margin-top: 5px;
    color: #222;
    font-weight: bold;
}
.benefit_content_person {
    font-size: 15px;
    line-height: 24px;
    width: 33.33%;
}
#manager {
    box-sizing: border-box;
    padding: 60px 0 0;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    background: white;
}

.section_content {
    display: inline-block;
    width: 100%;
    text-align: left;
}
.manager_photo {
    width: 50%;
    position: relative;
}

.manager_title {
    position: absolute;
    left: -40px;
    bottom: 0px;
    margin: 0;
    font-weight: 900;
    font-size: 18px;
}
#manager .block_title {
    line-height: 38px;
    text-align: left;
    font-size: 31px;
    margin-bottom: 30px;
    margin-left: 0;
}
#manager .block_title::before {
    display: none;
}
#manager .block_title span span {
    color: rgb(195, 11, 84);
}

.manager_content {
    padding: 20px 15px;
    font-size: 18px;
    line-height: 24px;
    width: 50%;
    box-sizing: border-box;
}
.manager_content .button {
    margin-top: 15px;
}
.manager_mobile {
	display: none;
}
#recents {
    /* background: #ecedf1; */
    padding: 100px 0;
    float: left;
    width: 100%;
}

#recents .block_title {
    margin-bottom: 85px;
}
.reviews_slider_wrap {
	padding: 0 60px;
	position: relative;
}
.reviews_slider {
    position: relative;
    padding-bottom: 25px;
	margin-bottom: 25px;
}
.review_block_photo {
    width: 33.33%;
    text-align: center;
}
.review_social img {
    border-radius: 0;
}
.review_block_name {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: #82c464;
    padding: 10px 15px;
    margin-top: -20px;
    position: relative;
    z-index: 2;
}
.review_title {
    font-size: 24px;
    line-height: 26px;
    text-align: left;
     font-family:'Cera Pro';font-weight:bold;
}
.review_text {
    padding: 0 40px;
    box-sizing: border-box;
    width: 100%;
}
.reviews_slider_wrap{
    margin-top:40px;
    background: white;
    border-radius: 10px;
    padding: 20px;
}
.review_text_wrap {
    font-size: 15px;
    line-height: 20px;
    max-width: 880px;
}
.review_text_wrap p {
    margin-bottom: 10px;
}
.review_text_wrap p:last-child {
    margin-bottom: 0;
}
.recent_facebook_more {
	margin-top: -10px;
}
.recent_facebook_more a {
	color: #82c464;
	font-weight: 300;
	font-style: italic;
}
.owl-prev, .owl-next {
    display: block;
    width: 41px;
    height: 41px;
    text-indent: -9999em;
    position: absolute;
    border-radius: 50%;
}
.owl-prev {
    left: 0;
    background: url("../img/prev.jpg");
}
.owl-next {
    right: 0;
    background: url("../img/next.jpg");
}
.reviews_slider_wrap .owl-prev, .reviews_slider_wrap .owl-next {
    top: 125px;
}
.reviews_slider_wrap .owl-prev {
	left: -60px;
}
.reviews_slider_wrap .owl-next {
	right: -60px;
}
.review_thumbs_slider_wrap {
	position: relative;
}
.review_thumbs_slider_wrap .owl-prev, .review_thumbs_slider_wrap .owl-next {
    top: 50%;
	margin-top: -20px;
}
.review_thumbs_slider_wrap .owl-prev {
	background: url("../img/thumb_prev.png");
}
.review_thumbs_slider_wrap .owl-next {
	background: url("../img/thumb_next.png");
}
.review_thumbs_slider .item span {
	position: relative;
	display: inline-block;
	display: block;
	border-radius: 10px;
}
.review_thumbs_slider .item span:hover::after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    border-radius: 10px;
    bottom: 0;
    border: 3px solid #004464;
}
.reviews_slider_wrap img {
    border: 3px solid #004464;
    border-radius: 3px;
    box-sizing: border-box;
}
.owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d5d5d5;
    box-shadow: inset 0.5px 0.9px 1px rgba(0, 0, 0, 0.26);
    margin-right: 20px;
}
.owl-dot.active {
    background: #82c464;
    box-shadow: none;
}
#recents .owl-dots {
    padding-left: 320px;
}
#facebook_community {
    box-sizing: border-box;
    color: #fff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

#facebook_community .canv {

}

#facebook_community .block_title {
    margin-bottom: 55px;
}
#facebook_community .block_title + p {
    font-weight: 200;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 65px;
}
#contacts {
    height: 550px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
}
.contactDetails div div {
    display: inline-block;
    vertical-align: middle;
    width: 68%;
    padding-left: 18px;
    box-sizing: border-box;
}
.facebook_community_img {
    width: 50%;
}
.facebook_community_img img {
    margin-left: -15px;
    margin-top: 20px;
}
.facebook_community_info {
    font-size: 18px;
    font-weight: 200;
}
.facebook_community_info span.bold {
    font-weight: 900;
}
.facebook_community_info ul {
    margin: 35px 0;
}
.facebook_community_info ul li {
    margin-top: 7px;
}
.facebook_community_info ul li:first-child {
    margin-top: 0px;
}
.facebook_community_info ul li {
    position: relative;
    padding-left: 10px;
}
.facebook_community_info ul li::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
}
.facebook_community_info .button {
    margin-top: 20px;
}
#contacts {
    height: 550px;
    overflow: hidden;
    position: relative;
}
#contacts::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: 2;
}
.map_wrap {
    position: absolute;
    height: 550px;
    left: 0;
    top: 0;
    right: 50%;
    margin-right: -100px;
    z-index: 1;
}

.map_wrap iframe {
    border: none;
}

.contacts_content {
    position: absolute;
    height: 550px;
    background: #ffffff;
    top: 0;
    left: 50%;
    margin-left: 50px;
    right: 0;
    padding-left: 120px;
    box-shadow: -1px 1px 2px rgba(0,0,0,0.1);
}
.contacts_info {
    width: 350px;
    padding-top: 80px;
}
.address {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 40px;
}
.address p:first-child {
    margin-bottom: 10px;
}

.decor {
    font-size: 24px;
    color: #254fb3;
    font-family:'Cera Pro';
    font-weight:bold;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.contacts_info .phone {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    float: left;
}
.contacts_info .phone span.bold {
    font-weight: 900;
    font-size: 18px;
}
.contacts_info .button {
    margin-top: 10px;
}
#footer {
    padding: 35px 0;
    position: relative;
    background: #0e1c2c;
    font-size: 14px;
    font-weight: 300;
    color: #eef3f7;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
}

.footer_logo {
    width: 400px;
}
#footer .head_phone p br {
    display: none;
}

#footer .dtc.logo {
    min-width: auto;
}
#footer {
	color: #fff;
    /* margin-top: 40px; */
}
#footer .logo a {
    color: #f8df47;
}

#footer .logo__title {
	color:#fff;
}

#footer .head_phone, #footer .head_phone a {
	color:#fff;
}
#footer .dt{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    justify-content:space-between;
}
#footer .menu{
    display:flex;
    align-items:center;
}
#footer .menu p{
    margin:0 10px;
}
#footer .menu a{
    color:#fff;
    transition:0.5s all ease;
    text-decoration:none;
    font-size:14px;
    border-bottom:1px solid #fff;
}
#footer .menu a:hover{
    border-color:transparent;
}
#footer .head_phone a{
    float:none;
}
#footer .head_phone p{
    float:none;
    max-width:100%;
    text-align:right;
}

.footer_contacts p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    opacity: 0.49;
}
.footer_phone {
    width: 300px;
	text-align: right;
}
.footer_phone a, .footer_phone .phone_alloka {
    text-decoration: none;
    color: #fff;
    font-weight: 900;
    font-size: 29px;
    font-family: 'seguibl';
}
.popup {
    width: 100%;
    max-width: 456px;
    background: #ffffff;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}
#thank_you {
	width: 100%;
    max-width: 546px;
}
.popup_title {
    font-weight: 900;
    font-size: 36px;
    margin-bottom: 15px;
    color: #000;
    text-align: center;
}
.popup_undertitle {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    color: #000;
    text-align: center;
}
.popup form {
    max-width: 374px;
    margin: 30px auto 0;
}
.popup form input:not([type="checkbox"]) {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid rgba(22, 70, 99, 0.2);
}
.pp{
    margin:15px 0 0 0;
    text-align:left;
    font-size: 12px;
}
.popup form input[type="submit"] {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 5px 0 0 0;
    font-size: 16px;
}
.no_valid {
    border-color: #f50000 !important;
}
#thank_you .popup_undertitle {
	margin: 0;
}
.review_tab {
	display: none;
	height: 110px;
	overflow: hidden;
}
.review_tab.visible {
	display: block;
}
.review_tab img{
    max-height:110px;
    width:100%;
    object-fit: cover;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 1109px) {
.hc_actions {
    margin-bottom: 30px!Important;
}
#top .head_phone p:first-child {
    display: none;
}
	.buttons-block {
		flex-wrap:wrap;
	}
	.logo__title {
		font-size: 18px;
	}
	.main_menu li {
		font-size: 12px;
		margin-left: 75px;
	}
	.block_title::before {
		left: -15px;
	}
	#benefits {
		padding-top: 100px;
	}
	.manager_title {
		left: 0;
	}
	.contacts_content {
		padding-left: 70px;
	}
	.footer_logo {
		width: 350px;
	}
	.tab:nth-child(2) .history_block_img img {
		margin-left: 0px;
	}
	.main_menu {
		display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0 5px
	}
	.header_content {
		margin-top: 80px;
	}
	#top {
		font-size: 0;
		padding: 10px 0;
	}
	.logo {
		width: 70%;
		text-align: center;
		padding: 0;
		box-sizing: border-box;
		margin-bottom: 0;
		min-width: 190px!important;
	}
	.logo a {
		/* font-size: 9px; */
	}
	.mob_sep {
		display: none;
	}
	.head_address, .head_phone {
		display: inline-block;
		/* width: 50%; */
		vertical-align: middle;
		/* box-sizing: border-box; */
		margin: 0;
		padding: 0;
		left: auto;
		right: auto;
		top: auto;
	}
	.head_address {
		text-align: right;
		padding-right: 15px;
	}
	.head_phone {
		/* padding-left: 15px; */
		/* text-align: left; */
	}
	.header_content {
		height: auto;
		padding: 0px 0 70px;
	}
	#main_nav {
		margin-bottom: 0;
		max-width: 54%;
	}
	.main_menu li {
		margin-left: 0;
		margin-bottom: 5px;
	}
	.main_menu a {
		padding: 4px 8px;
	}
	.header_benefit {
		width: 240px;
	}
	.head_benefit_text {
		font-size: 14px;
	}
	.head_benefit_text br {
		display: none;
	}
	.main_title {
		font-size: 50px;
		line-height: 50px;
		text-align: left;
	}
	.header_benefits {
		margin: 45px 0;
	}
	#header .button {
		display: block;
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	#header .button:first-child {
		margin: 0 auto 20px;
	}
	.history_block_content table td {
		padding-left: 30px;
	}
	#forums_info {
		padding: 90px 0 50px 0;
	}
	.forums_list li {
		margin-bottom: 20px;
	}
	#how_much_economy {
		padding: 110px 0 50px;
		height: auto;
		background-position: right top;
		text-align: center;
	}
	#how_much_economy .block_title::before {
		display: none;
	}
	#how_much_economy form {
		margin: 0 auto;
	}
	#how_much_economy form input[type="text"], #how_much_economy form input[type="email"], #how_much_economy form input[type="tel"] {
	}
	#benefits {
		height: auto;
		padding: 50px 0;
	}
	.benefit_content_info .block_title {
		margin-bottom: 15px;
	}
	.benefit_content_info h5 {
		margin-top: 20px;
	}
	.benefit_content_info, .benefit_content_person {
		display: block;
		padding: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.benefit_content_info {
		margin-bottom: 40px;
	}
	.benefit_content_person  {
		text-align: center;
	}

	.benefit_content_person p  {
		text-align: center;
		width: initial;
	}
	.person_photo {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 30px;
	}
	.benefit_content_person .button {
		width: 280px;
	}
	#manager {
		height: auto;
		padding: 50px 0;
		background: #fff;
		margin-top: 0;
	}
	.manager_photo {
		display: none;
	}
	.review_block_photo {
		width: 200px;
	}
	.manager_content {
		padding-right: 0;
	}
	.review_text {
		padding-left: 20px;
	}
	.reviews_slider_wrap .owl-prev, .reviews_slider_wrap .owl-next {
		top: 80px;
	}
	#recents .owl-dots {
		padding-left: 220px;
		bottom: -10px;
	}
	#facebook_community {
		height: auto;
		padding: 50px 0;
	}
	#facebook_community .block_title::before {
		display: none;
	}
	.facebook_community_info .button {
		height: auto;
		line-height: 1.2;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#contacts {
		height: auto;
		padding: 0;
	}
	.map_wrap {
		display: block;
		position: relative;
		margin: 0;
	}
	.contacts_content {
		display: block;
		position: static;
		margin: 0;
		padding: 60px 30px;
		text-align: center;
		height: auto;
	}
	.decor {
		margin-left: 0;
	}
	.contacts_info {
		padding: 0;
		width: 100%;
		display: block;
	}
	.contacts_info  br {
		display: none;
	}
	.address {
		margin-bottom: 20px;
	}
	#footer {
		font-size: 0;
	}
	.footer_logo {
		display: block;
		padding: 0;
		box-sizing: border-box;
		text-align: center;
		margin-bottom: 20px;
		width: 100%;
	}
	.footer_contacts, .footer_phone {
		display: inline-block;
		vertical-align: middle;
		width: 50%;
		box-sizing: border-box;
	}
	.footer_contacts {
		text-align: right;
		padding-right: 15px;
	}
	.footer_phone {
		padding-left: 15px;
		text-align: left;
	}
	.manager_mobile {
		display: block;
		margin-bottom: 20px;
	}
	.map_wrap::after {
		display: block;
		content: "";
		z-index: 1000;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 50px;
	}
}
@media (max-width: 830px) {
	#main_nav {
		max-width: 46%;
	}

	#footer .dt{

	}
	#footer .dt > div{
	    width:100%;
	    text-align:center;
	        margin: 0 auto;
	}
	#footer .menu{
	    justify-content:center;
	    margin:20px auto !important;
	}
	#footer .logo a{
	    float:none;
	}
	#footer .head_phone p{
	    text-align:center;
	}
}

@media (max-width: 767px) {
    #main_nav {
        display: none;
    }

    .mobile_menu_opener {
    display: block;
    }
    .mobile_menu_opener.fixed {
        top: 10px;
    }
}

@media (max-width: 700px) {

	p {
		text-align: left;
	}
	#top.fixed {
		padding: 8px 0;
	}
	.main_title > span {
		margin-top: 0;
	}
	.main_title {
		font-size: 30px;
		line-height: 34px;
	}
	.main_title .green, .main_title .green span {
		display: inline-block;
	}

	.logo {
		/* width: 46px; */
		/* float: left; */
	}
	.head_address, .head_phone {
		/* display: block; */
		/* padding: 0; */
		/* min-width: 220px; */
		/* margin: 0 50px 0 0; */
	}
	.mobile_menu ul {
		background: #fff;
		padding: 15px 60px 15px 15px;
		width: 100%;
		box-sizing: border-box;
		box-shadow: -3px 3px 3px rgba(0,0,0,0.15);
	}
	.mobile_menu {
		width: 100%;
		position: fixed;
		right: 0;
		top: 0px;
		z-index: 1000;
		display: none;
	}
	.head_phone a {
		text-decoration: none;
		font-size: 20px;
	}
	.head_phone p {
		font-size: 10px;
		margin: 0;
        white-space: nowrap;
	}
	.logo__sub {
		display: none;
	}
	.logo a {
		/* width:46px; */
		/* height: 46px; */
	}
	.head_address {
		margin-bottom: 10px;
	}
	.main_title {
		margin-bottom: 15px;
	}
	.button_to_center {
		float: left;
		margin-top: 50px;
	}
	.head_benefit_img {
		width: 50px;
		float: none;
		margin: 0 auto 10px;
	}

	.head_benefit_text {
		font-size: 16px;
		text-align: center;
		margin-bottom: 20px;
	}


	.header_benefit {
		display: block;
		width: 100%;
		max-width: 300px;
		margin: 0 auto 15px;
	}
	.review_block_photo {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.review_text {
		display: block;
		width: 100%;
		padding: 0;
	}
	.block_title {
		font-size: 25px;
		margin-bottom: 30px;
		line-height: 1.3;
		text-align: center;
	}
	.block_title {
		margin-left: 0;
	}
	.history_choose_kind {
		font-size: 20px;
	}
	.block_title::before {
		display: none;
	}
	.history_block_content {
		width: 100%;
	}
	.history_choose_kind {
		margin-top: 30px;
	}
	.tab_selector li {
		margin-right: 0;
	}
	.history_block_img {
		display: none;
	}
	#history {
		padding: 70px 0;
		float: left;
	}
	#solutions {
		padding: 70px 0;
		float: left;
	}

	.solution_blocks {
		margin-top: 40px;
	}
	.solution_block {
		margin-bottom: 40px;
	}
	#benefits {
		float: left;
	}
	.benefit_content_person p, .benefit_content_person .button {
		width: 100%;
		box-sizing: border-box;
	}
	#recents {
		width: 100%;
		float: left;
		padding: 50px 0;
	}
	#how_much_economy {
		float: left;
	}
	#facebook_community .block_title {
		margin-bottom: 30px;
	}
	#facebook_community .block_title + p {
		margin-bottom: 30px;
	}
	.facebook_community_img, .facebook_community_info {
		display: block;
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}
	.footer_contacts, .footer_phone {
		display: block;
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.reviews_slider_wrap .owl-prev, .reviews_slider_wrap .owl-next {
		top: 120px;
	}
	#recents .owl-dots {
		padding: 0;
		text-align: center;
	}
	#recents .block_title {
		margin-bottom: 45px;
	}

	#manager {
		float: left;
	}

	.manager_content {
		width: 100%;
	}
	#footer {
		float: left;
		width: 100%;
		padding: 35px 0 70px;
	}
	.manager_content {
		padding: 0;
	}

	#facebook_community {
		float: left;
	}
	#contacts {
		/* float: left; */
	}
	.contacts_content {
		padding: 30px 15px;
		background: none;
	}
	.address {
		font-size: 16px;
	}
	.decor {
		margin-left: 0;
		float: left;
	}
	.contacts_info .button {
		width: 100%;
	}
	.map_wrap {
		height: 450px;
	}
	#video {
		padding: 50px 0;
	}
	#video iframe {
		margin: 0;
		height: 160px;
	}

	h1 {
		font-size: 1.5em;
	}
	.header_content {
		padding: 10px 0 0;
	}

	.buttons-block {
		margin: 20px 0 20px!important;
	}
	.btn-back-wrap {
		margin-top: 0!important;
		margin-bottom: 30px;
		text-align: center;
	}
}

.btn-back-wrap {
	margin-top: 40px;
}

.buttons-block .button {
    margin: 0 0 20px!important;
}
.buttons-block {
	float:left;
	width:100%;
	margin:50px 0 20px;
}


@media (max-width: 599px) {
	.main_title {
		font-size: 30px;
		line-height: 34px;
	}
	.main_title span {
		font-size: 19px;
		line-height: 30px;
	}
	.tab_selector li {
		margin-bottom: 5px;
	}
	.history_block_content table td img {
		max-width: 100%;
		min-width: 150px;
	}
	#how_much_economy {
		background: #0d0908;
		padding: 50px 0;
	}
	.solution_desc br {
		display: none;
	}
	.popup input[type="submit"] {
		width: 100% !important;
	}

	#top .head_phone{
	    /* text-align:right; */
	    /* margin:0 50px 0 0; */
	}
	#top .head_phone p,
	#top .head_phone a{
	    /* float:none; */
	    /* text-align:right; */
	    /* max-width:100%; */
	    /* width:auto; */
	    /* margin:0 !important; */
	    /* font-size: 17px; */
	    /* display: inline-block; */
	    /* line-height: 1.2; */
	    /* -webkit-transform:none; */
	    -ms-transform:none;
	    /* transform:none; */
	    text-indent: -9999px;
	    font-size: 0;
	    margin: 0;
	    display: inline-block;
	    vertical-align: middle;
	    width: 40px;
	    height: 40px;
	}

    .mobile_menu_opener {
        top: 19px;
    }
	.gazgolders__item img {
    max-height: 130px;
}

}
@media (max-width: 350px) {
	#top .head_phone{
	}
}
@media (max-width: 479px) {
	.dt {
		width: 100%;
		display: block!important;
	}
	.logo {
		text-align:left;
	}
	.logo a {
		/* text-align: center; */
		/* padding: 46px 0 0 0; */
		/* background-size: 100% auto; */
		/* width: 46px; */
	}
	.button, input[type="submit"]	 {
		line-height: 1.2 !important;
		/* height: auto !important; */
		/* padding: 10px !important; */
	}
	.block_title {
		/* font-size: 30px !important; */
		/* line-height: 32px !important; */
	}
	.block_title br {
		display: none;
	}
	.history_block_content table td img {
		max-width: 100%;
		min-width: 100px;
	}
	.person_photo {
		max-width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.person_photo::before {
		left: 0;
		top: 0;
	}
	.person_photo::after {
		right: 0;
		bottom: 0;
	}
	.popup {
		padding: 40px 20px 20px;
	}
	.popup_title {
		font-size: 24px;
		line-height: 30px;
	}
	.popup_undertitle {
		font-size: 16px;
		line-height: 1.3;
	}
	.popup_undertitle br {
		display: none;
	}
	input[type="submit"] {
		white-space: pre-line;
	}
	.tab_selector li {
		display: block;
		width: 100%;
		margin-right: 0;
		box-sizing: border-box;
	}
	#how_much_economy form {
		padding: 20px 10px;
	}
	#forums_info {
		padding: 50px 0;
	}
	.footer_logo a {
		text-align: center;
		padding: 46px 0 0 0;
		background-size: 100% auto;
	}
	.facebook_community_img {
		text-align: center;
	}
	.facebook_community_img img {
		margin: 0;
	}
	.history_tabs {
		margin-top: 30px;
	}
	.history_block_content table td {
		padding-left: 15px;
	}
	.popup form input {
		padding-left: 10px;
		padding-right: 10px;
	}
	.solution_price {
		/* display: block; */
		/* font-size: 26px; */
		/* font-family:'Cera Pro'; */
		/* font-weight:bold; */
	}
	.reviews_slider_wrap {
		padding: 0 0 45px 0;
	}
	.reviews_slider_wrap .owl-prev, .reviews_slider_wrap .owl-next {
		bottom: -45px;
		top: auto;
	}
	.reviews_slider_wrap .owl-prev {
		right: 50%;
		left: auto;
	}
	.reviews_slider_wrap .owl-next {
		left: 50%;
		right: auto;
	}
	.contacts_info .button {
		font-size: 18px;
	}
	#question_order input[type="text"], #question_order input[type="tel"] {
		font-size: 12px;
	}
    footer .head_phone {
        float: none;
        max-width: none;
    }

}
@media (max-width: 400px) {
	#top {
		padding: 15px 0;
	}
	.logo a {
		/* background-size: 90% auto; */
		/* padding-top: 20px; */
	}
	.head_address {
		margin-bottom: 3px;
	}

}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.fancybox-overlay .fancybox-wrap{
    position: relative!important;
    left: 0!important;
    top: 0!important;
}

.fancybox-wrap.fancybox-mobile{
    left: 0!important;
    top: 0!important;
}

.fancybox-overlay {
	display:flex!important;
	display: -webkit-box!important;
	display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    justify-content:center!important;
	-webkit-justify-content: center!important;
	align-items:center!important;
	-webkit-align-items: center!important;
}

.fancybox-mobile {
    display: flex!important;
    display: -webkit-box!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    justify-content: center!important;
    -webkit-justify-content: center!important;
    align-items: center!important;
    -webkit-align-items: center!important;
    position: fixed!important;
    width: 100%!important;
    height: 100%!important;
}

.fancybox-mobile .fancybox-inner {
	/*height:initial!important;*/
}

.fancybox-skin {
    max-width: 90%;
    background: #fff!important;
}

.fancybox-inner {
    width: initial!important;
}

.fancybox-skin{
	margin:0 auto!important;
	padding:50px 30px!important;
}

.p-sol img {
    margin-bottom: 20px;
    width:100%;
    max-width: 810px;
}

.p-sol-block__title {
    font-size: 22px;
    line-height: 29px;
    color: #222221;
     font-family:'Cera Pro';font-weight:bold;
    margin-bottom: 10px;
    display:flex;
}

.p-sol-block-list {
    float: left;
    padding: 15px;
    box-sizing: border-box;
    list-style: disc;
    /* max-width: 250px; */
}

.p-sol-block-list__item {
    margin-bottom: 12px;
    font-size: 0.9em;
}

.color-red {
    color: #3154a5;
}

.p-sol-block-pricelist__choose_name {
    font-size: 0.9em;
    margin-bottom: 15px;
}

.p-sol-block-pricelist {
    float: left;
    max-width: 33.33%;
}

.p-sol-block-pricelist:not(:last-child) {
    padding-right: 2.5em;
    box-sizing: border-box;
}

.p-sol-block-pricelist__choose_value {
     font-family:'Cera Pro';font-weight:300;
    font-size: 2.1em;
}

.p-sol-lists-container {
    display: flex;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}


@media (max-width: 700px) {
	.p-sol-lists-container {
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
		display: block;
	}
	.p-sol-block-list {
		width: 100%;
		max-width: 100%;
	}

	.p-sol-block-pricelist {
		max-width: 100%;
		clear: both;
		margin-bottom: 20px;
	}

	.p-sol-block-pricelist__choose_value {
		font-size: 1.9em;
		font-weight: bold;
		line-height: 1;
	}
	.p-sol-block-pricelist__choose_name {
		margin-bottom: 10px;
	}
}

.fancybox-wrap.fancybox-mobile {
	padding: 15px;
    box-sizing: border-box;
}


.backward i {
    margin-right: 5px;
    position: relative;
    font-size: 1.2rem;
    top: 1px;
    font-weight: 900;
}

.red_button {
    color: black!important;
    background: rgb(251,196,16);
    background: -moz-linear-gradient(0deg, rgba(251,196,16,1) 0%, rgba(247,238,100,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(251,196,16,1) 0%, rgba(247,238,100,1) 100%);
    background: linear-gradient(0deg, rgba(251,196,16,1) 0%, rgba(247,238,100,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbc410",endColorstr="#f7ee64",GradientType=1);
    padding: 20px 25px!Important;
}
.red_button:hover {
    color: #fff;
}

#notfound {
    position: relative;
    height: 100vh;
    max-height:500px;
    padding:220px 0 0 0;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 460px;
    width: 100%;
    text-align: center;
    line-height: 1.4;
}

.notfound .notfound-404 {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0px auto 50px;
}

.notfound .notfound-404>div:first-child {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f8e34f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 5px dashed #000;
    border-radius: 5px;
}

.notfound .notfound-404>div:first-child:before {
    content: '';
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -5px;
    top: -5px;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
    border-radius: 5px;
}

.notfound .notfound-404 h1 {
    font-family: 'Cabin', sans-serif;
    color: #000;
    font-weight: 700;
    margin: 0;
    font-size: 90px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.notfound h2 {
    font-size: 20px!important;
    font-weight: 700;
}

.notfound p {
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: 400;
    width: 90%;
    margin: 20px auto;
}

.notfound a {
    font-family: 'Cabin', sans-serif;
    display: inline-block;
    padding: 10px 25px;
    background-color: #8f8f8f;
    border: none;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.notfound a:hover {
    background-color: #2c2c2c;
}
.p-sol-block{
	margin:30px 0 30px;
}

.header_content-white{
	background:#fff;
    box-sizing: border-box;
    padding: 50px 0 70px;
    position: relative;
    overflow: hidden;
}
.gazgolders h1{
    margin: 0 0 20px;
    font-size: 32px;
    text-align: center;
     font-family:'Cera Pro';font-weight:bold;
}
.gazgolders__list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.gazgolder__controls .red_button {
    margin-right: 30px;
}
.gazgolders__item{
	width:32%;
	margin-bottom:20px;
	display: inline-block;
	vertical-align: top;
}
.gazgolders__item img{
	height:320px;
	object-fit:cover;
	width:100%;
	transform: scale(1.01);
}
.gazgolder__controls{
	float:none;
	width:100%;
	margin:40px 0;
	justify-content: flex-start;
	align-items: center;
}
.gazgolder__pricelist{
	display:flex;
	flex-wrap:wrap;
}
.gazgolder__pricelist-item{
	float:none;
}





.header_cont {
    background: rgba(0,0,0,1) url(https://gasteplospb.ru/wp-content/uploads/2019/12/header_bg1.jpg) no-repeat center bottom;
    overflow: hidden;
    padding: 25px 15px;
    margin-top: 70px;
    text-align: center;
    background-size: cover;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    flex-direction: column;
}
.hc_headers,
.hc_items,
.hc_actions {
    max-width: 100%;
    width: auto;
    margin: 0 auto 15px;
}

.hc_headers h1 {
    font-size: 32px;
    line-height: 1.3;
     font-family:'Cera Pro';font-weight:bold;
    margin-bottom: 20px;
    color: white;
}

.header_cont h3 {
    font-size: 18px;
    line-height: 1.4;
     font-family:'Cera Pro';font-weight:normal;
    font-weight: normal;
    color: white;
    margin-bottom: 0;
}

.header_cont h3 span {
     font-family:'Cera Pro';font-weight:bold;
    color: #ffdc36;
}

.header_cont .hc_btn {display: inline-block;text-decoration: none;color: black;font-size: 17px;font-weight: bold;padding: 20px 25px;box-sizing: border-box;line-height: 1.4em;text-align: center;border-radius: 15px;transition: .3s;background: rgb(251,196,16);background: -moz-linear-gradient(0deg, rgba(251,196,16,1) 0%, rgba(247,238,100,1) 100%);background: -webkit-linear-gradient(0deg, rgba(251,196,16,1) 0%, rgba(247,238,100,1) 100%);background: linear-gradient(0deg, rgba(251,196,16,1) 0%, rgba(247,238,100,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbc410",endColorstr="#f7ee64",GradientType=1);}

.hc_btn.hc_btn_hollow {
    background: #ffffff;
    color: #254fb3;
    border: 1px solid #254fb3;
}
.hc_btn.hc_btn_hollow:hover {
    background: #254fb3;
    color: #ffffff;
}

.hc_actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    -ms-flex-order: 2;
    order: 2;
}

.hc_actions a {
    margin-bottom: 10px;
}

.hc_items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: left;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 50px!important;
}

.hc_item {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
}
.hc_item:not(:last-child) {
    margin-bottom: 15px;
}
.hc_icon {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 15px 0 0;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 30px;
}
.hc_icon.icon_ru {
    background: url('../img/icon_ru.png') 50% no-repeat;
}
.hc_icon.icon_tl {
    background: url('../img/icon_tl.png') 50% no-repeat;
}
.hc_icon.icon_gu {
    background: url('../img/icon_gu.png') 50% no-repeat;
}
.hc_desc {
    color: white;
    font-size: 16px;
    font-family:'Cera Pro';
    font-weight:normal;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
}
.hc_desc span {
    font-size: 32px;
    line-height: 40px;
    color: #ffdc36;
    display: block;
     font-family:'Cera Pro';font-weight:bold;

}

@media (min-width: 576px) {
    .header_cont {padding: 25px 15px;margin-top: 58px;}
    .hc_headers, .hc_items, .hc_actions { max-width: 680px; width: 100%; }

    .hc_headers { justify-content: left; }
    .hc_headers h1 { font-size: 36px; }

    .area-block h1 { font-size: 36px; }
    .area-block h2 { font-size: 30px; }

    .gazgolders h1{
        margin: 0 0 30px;
        font-size: 36px;
    }


    .hc_items {
        flex-direction: row;
        -ms-flex-order: 2;
        order: 2;
    }
    .hc_item:not(:last-child) {
        margin-bottom: 0;
    }
    .hc_icon { margin-right: 10px; }
    .hc_desc span { font-size: 24px; }
    .hc_actions {
        flex-direction: row;

        -ms-flex-order: 3;
        order: 3;
    }
    .hc_actions a { margin: 0; }
    .hc_actions a:not(:last-child) {
        margin-right: 15px;
    }

    .hc_actions {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }

    .half { width: 50%; }

}

@media (min-width: 768px) {

    .header_cont { padding: 50px 15px; margin-top: 90px; text-align: left; }
    .hc_headers, .hc_items, .hc_actions {max-width: 800px;margin-bottom: 40px;}
    .hc_headers h1 { font-size: 42px; }

    .area-block h1 {font-size: 38px;text-transform: uppercase;}
    .area-block h2 { font-size: 32px; }

    .gazgolders h1{
        margin: 0 0 30px;
        font-size: 42px;
    }

    .hc_actions { justify-content: left; margin-bottom: 0; }
    .hc_item:not(:last-child) { margin-right: 30px; }
    .hc_desc span { font-size: 32px; }

    .head_phone {
        margin-right: 0;
    }
}


@media (min-width: 992px) {
    .head_phone p{
        margin-right:20px;
    }
    .head_phone {
    }
    .header_cont { padding: 70px 15px; }
    .hc_headers, .hc_items, .hc_actions { max-width: 920px; }
    .hc_item { width: auto; }
    .hc_item:not(:last-child) { margin-right: 45px; }

    .half {
        width: 33%;
    }

}

@media (min-width: 1200px) {

    .hc_headers, .hc_items, .hc_actions { max-width: 1110px; }

}




.gm {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.gmore {
    display: inline-block;
    padding: 12px 25px;
    font-size: 30px;
    background: #e7e7e7;
    text-decoration: none;
    color: #333;
}
.solution_block, .gazgolders_block {
    margin-bottom: 15px;
    background: white;
    padding: 30px;
    border-radius: 15px;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    border: 1px solid #ededed;
    background: white;
    box-sizing: border-box;
    width: 100%;
}
.solution_title {
    font-size: 18px !important;
}
.solution_square {
    font-size: 16px !important;
    margin: 5px 0 10px;
}
.solution_link {
    display: none !important;
}

@media (max-width: 1600px) {

}
@media screen and (max-width:767px){
	.gazgolders__item{
		width: 50%;
		margin: -1px -1px 0 -1px;
	}
}

@media screen and (max-width: 600px) {

	.nomob {
		display: none !important;
	}

}
@media screen and (max-width:575px){
	.gazgolders__item{
		/* width:100%; */
	}
}




.header_cont-ming {
    background: rgba(0,0,0,1)url(https://gasteplospb.ru/wp-content/uploads/2019/10/mingbg.png) no-repeat center bottom;
    background-size: cover;
}
.header_cont-gazg {
    background: rgba(0,0,0,1)url(https://gasteplospb.ru/wp-content/uploads/2019/10/gazg.png) no-repeat center bottom;
    background-size: cover;
}
.header_cont-otopl {
    background: rgba(0,0,0,1)url(https://gasteplospb.ru/wp-content/uploads/2019/10/otopl.png) no-repeat center bottom;
    background-size: cover;
}
.header_cont-zapr {
    background: rgba(0,0,0,1)url(https://gasteplospb.ru/wp-content/uploads/2019/10/zaprav2.png) no-repeat center bottom;
    background-size: cover;
}
.social_icons {
    margin-top: -5px;
    text-align: center;
	width: 430px;
}
.social_icons a {
    padding: 5px;
}
.social_icons img:hover {
    transform: scale(1.1);
    transition-timing-function: cubic-bezier(0.99, 0.08, 0.17, 1.08), linear;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .head_phone p {
        white-space: normal;
	}
}
.p-sol-block-list {
     width: 100%;
}
.checkAllWorks{
    margin: 30px auto 0;
    display: block;
    width: 260px;
}

.dt_zz {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (min-width: 768px) {
.foot_phone {
    margin-right: 0;
}
}
.foot_phone {
    text-align: right;
    color: white;
    margin-right: 70px;
    float: right !important;
    max-width: 230px;
}
.foot_phone a {
    float: none;
	color: white;
}
.foot_phone a {
    text-decoration: none;
    font-size: 18px;
    position: relative;
    display: inline-block;
    white-space: nowrap;
}
.foot_phone p {
    float: none;
    max-width: 100%;
    text-align: right;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
.foot_phone p {
    white-space: normal;
}
}
.foot_phone p {
    font-size: 12px;
    margin: 2px 0;
    text-align: right;
}
@media (min-width: 426px) and (max-width: 1001px) {

.foot_phone {
    text-align: left;
}
.foot_phone p {
    text-align: left;
}
.dtc.foot_phone {
    margin-left: 60px;
}

}

@media (max-width: 700px) {
.logo {
    /* width: fit-content; */
 }
.logo a {
    /* width: max-content; */
}
.lt_cst, .ls_cst {
	display: block;
}
}
@media (max-width: 828px) {

.dtc.logo.cst_footerlogo_mob {
    width: 100%;
}
.dtc.menu.cst_footer_menu {
    width: 100%;
}
.dt_zz {
    justify-content: center;
}
.dtc.foot_phone, .foot_phone p {
    text-align: center;
}
}
.subCategoryLink{
    text-align:center;
    margin-bottom:20px;
}
.subCategoryLink a{
    text-decoration:underline !important;
    text-align:center;
}
.subCategoryLink a:hover, .subCategoryLink.active a{
    text-decoration:none;
    color:#c30b54;
}
@media (max-width: 479px) {
    .dtc.logo.cst_footerlogo_mob {
        text-align: center;
    }
    .logo a {
    	/* padding: 10px 0px 0px 43px; */
    }
    .foot_phone {
        margin-right: unset;
    	}
    #footer .menu {
        display: inline;
        text-align: center;
        width: max-content;
    }
    .sitemap, .privacy {
        text-align: center;
    }
    .subCategoryLink{
        margin-bottom:0px;
    }
}
.cst_title {
    font-size: 42px;
    text-align: left;
    color: white;
    font-family:'Cera Pro';
    font-weight:bold;
    line-height: 1.3;
    text-transform: uppercase;
}
#breadcrumbs {
    margin-bottom: 10px;
}
.reshenia .solution_blocks .solution_title{
    height: 40px;
}
.lSSlideOuter .lSPager.lSGallery li {
    height: 88px !important;
}
.lSSlideOuter .lSPager.lSGallery img {
    height: 100% !important;
    width: 100%;
    max-width: none !important;
    text-align:center;
    object-fit: cover;
}
#zapravkagazgolderov .review_thumbs_slider {
    height:150px;
}
.sliderBlock .lSGallery {
    transform: none !important;
}
.sliderBlock .lSSlideOuter .lSPager.lSGallery li{
    margin: 7px;
    border: 2px solid #fff;
}
@media (max-width: 920px){
    .sliderBlock .lSSlideOuter .lSPager.lSGallery li{
        width: 150px !important;
    }
}
.topAddress{
    background: #0e1c2c;
    color:white;
    font-size: 12px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}
.topAddress .addr{
    text-decoration: underline;
    cursor: pointer;
}
.topAddress .contact span{
    margin: 0 15px;
}
.topAddress .center_wrap{
    padding: 10px 32px;
    display: flex;
    justify-content: space-between;
}
.topAddress img{
    margin-right: 5px;
    height:16px;
}
.colorRed{
    color: rgb(97 117 182);
}
#regions{
    padding: 30px 0;
    clear: both;
}
#regions ul {
    columns: 4;
}
#regions ul li{
    margin:3px;
}
#contactPage{
    margin-top: 85px;
    /* background: #f7f7f7; */
    padding: 30px 0;
}
#contactPage h1{
    max-width: 1140px;
    font-size: 30px;
    margin:30px auto;
    text-align:center;
    text-transform: uppercase;
}
.contactDetails {
    display: flex;
    justify-content: space-between;
    margin-top:40px;
    margin-bottom: 50px;
    line-height: 18px;
    font-size: 16px;
    clear: both;
    padding: 0 4px;
}
.contactDetails > div {
    /* display: flex; */
    /* justify-content: space-between; */
    /* margin: 0 15px; */
    /* width: 100%; */
    /* max-width: 25%; */
    display: inline-block;
    vertical-align: middle;
    width: 25%;
}
.contactDetails .img{
    max-width: 22%;
    text-align: center;
    min-width: 40px;
    display: inline-block;
    vertical-align: middle;
}
.contactDetails .img img{
    width: 100%;
}
.foot_phone{
    text-align: left;
}
.modalWrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    top: 0;
    left: 0;
}
#regionsModal {
    width: 90%;
    max-width: 800px;
    max-height: 80vh;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 40px 40px;
    overflow-y: auto;
}
#regionsModal ul {
    columns: 3;
}
#regionsModal ul li{
    margin:3px;
    cursor: pointer;
}
#regionsModal ul li a{
    text-decoration: none;
}
#regionsModal ul li:hover, #regionsModal ul li a:hover{
    color: rgb(195, 11, 84);
}
.closeModal{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.backLink {
    position: absolute;
    top: 90px;
    left: 45px;
    text-decoration: underline;
    cursor: pointer;
    color: rgb(195, 11, 84);
    font-size: 14px;
}
.modalTitle {
    font-size: 34px;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    font-weight: bold;
}
#map {
    width: 100%;
    height: 550px;
    max-width: 1005px;
}
.contact a {
    color: white;
}
.mt30{
    margin-top: 30px;
}
@media (max-width: 500px){
    .contactDetails {
        flex-direction:column;
        margin: 0 0 40px;
        display: block;
    }
    .contactDetails > div {
        margin-top: 20px;
    }
    .topAddress .center_wrap{
        flex-direction: column;
    }
    .topAddress .center_wrap{
        padding: 10px;
    }
    .contact{
        display: flex;
        justify-content: space-between;
    }
    .topAddress .contact span {
        margin: 0;
        margin-top: 10px;
    }
    .mobile_menu_opener {
        top: 19px;
    }
    #top {
        top: 0px;
    }
    .header_cont {
        margin-top: 70px;
    }
    .mobile_menu_opener.fixed {
        top: 12px;
    }
}
.subCategoryLink{
    text-align:center;
}
.subCategoryLink a{
    text-decoration:underline !important;
    text-align:center;
    font-size: 14px !important;
    border-bottom: none !important;
    font-weight: bold;
}
.subcategories .gazgolders__item {
    width: auto;
    margin-bottom: 0;
}
.subCategoryLink a:hover, .subCategoryLink.active a{
    color:#c30b54;
}
.subCategoryLink a:hover {
    text-decoration:none !important;
}
.gazgolders .solution_title a {
    display: inline-block;
    font-size: 18px !important;
}

@media (max-width: 768px){
    .col-md-4 {
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        max-width: 28%;
    }
    .cst_title, h1 {
        font-size: 21px !important;
        text-align: center;
        margin-bottom: 24px;
        text-align: center!important;
    }
    h2 {
        font-size: 16px !important;
        text-align: center!important;
        margin-bottom: 15px;
    }
    .popularQueries {
        column-count: 2;
        padding: 0 20px;
    }
}
.generator .solution_square {
    min-height: 46px;
}
.nast-cotel .solution_square {
    min-height: 24px;
}
.popularQueries a {
    display: block;
}
.popularQueries {
    column-count: 3;
}
.popularQueriesWrapper {
    padding: 50px 20px;
    clear:both;
}
.popularQueriesWrapper h2{
    text-align: left;
}
#recents {
    padding: 0;
    padding-top: 70px;
}
.reviews_slider {
    padding-bottom: 0;
    margin-bottom: 0;
}
.head_phone a.phone1 {
    display: none;
}
.marquiz-pops_position_bottom-left {
    display: none !important;
}
.gazgolders h1 {
    margin: 0;
}
.gazgolders__seo h2 {
    text-align: left;
    margin-top: 20px;
}
.gazgolders__seo h2:first-child {
    margin-top: 0;
}
.gazgolders__seo {
    padding-left: 20px;
}
#gazgolders{
    background:#eef3f7
}
#breadcrumbs {
    margin-bottom: 0;
    /* padding-bottom: 20px; */
    padding: 15px;
}
#video {
    background: white;
    padding: 60px 0;
}
.popup form input[disabled] {
    background: #c1c1c1;
}

@media (max-width: 1109px) {
	.head_phone a.phone2:before {position: relative;left: 0;top: 0;margin: 0;width: 100%;height: 100%;background-color: #f8e34f;display: block;background-size: 40%;border-radius: 10px;margin: 0;padding: 0;}
	.header_cont h3 {
    text-align: center!important;
    font-size: 15px;
}

.header_cont .hc_btn {
    font-size: 15px;
    width: 100%;
}

.hc_desc span {
    font-size: 18px;
    line-height: inherit;
}

.hc_desc {
    font-size: 13px;
    text-align: center;
    white-space: inherit;
    line-height: 1.3;
}

.half {width: 50%;padding: 0;margin: 0 -1px;}

.solution_block, .gazgolders_block {
    border-radius: 0;
    padding: 18px;
    text-align: center;
    margin-bottom: -1px;
    min-height: 375px;
}

.solution_title {
    font-size: 14px!important;
    line-height: 1.3!important;
    text-align: center;
}

.solution_square {
    font-size: 12px!important;
    margin: 5px 0 0;
    display: block;
    width: 100%;
    text-align: center;
}

.solution_img {
    margin-bottom: 10px;
}

.solution_desc {
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
}

.halfs {
    /* margin: 0; */
    text-align: center;
}
.area-block {
    padding: 40px 0;
}

.area-content {
    margin: 30px 0;
}

span.solution_price {
    padding: 5px 10px;
}
.popularQueries a {
    display: block;
    width: 100%;
    margin: 5px 0;
    text-align: center;
}

.popularQueries {
    display: block!important;
    column-count: inherit;
    padding: 0;
    font-size: 14px;
}

.center_wrap.popularQueriesWrapper {
    padding: 20px 0;
}

.gazgolders__seo {
    padding: 0;
    font-size: 14px;
    /* text-align: center; */
}

ul, ol {
    text-align: left;
}

p#breadcrumbs {
    font-size: 13px;
}
.galleryPage {
    padding: 0 0 20px;
}

h1 br {
    display: none;
}

.galleryPage h1 span {
    display: inline;
}

.galleryBlock {
    margin: 15px auto;
    padding: 0 20px;
}
.contactDetails > div {
    width: 100%;
}

div#map {
    height: 300px;
}
.fancybox-skin {
    padding: 0 10px!important;
}
.hc_icon {display: none;}

.hc_item {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.hc_item:last-child {
    width: 20%;
}
.hc_items {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 0!important;
}

.hc_item {
    width: 33%!important;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.p-sol h1 {
    margin-bottom: 0;
}
.gazgolders {
    margin: 0 -15px 0;
    text-align: center;
}
.gazgolders__list {
    display: block;
}
.rightBlock {
    margin: 0 0 0;
}
.gazgolder__controls {
    margin: 0px 0 40px;
}
}
@media (min-width:450px) and (max-width:1109px) {
	span.logo__sub {
    display: block;
}

.dtc.logo {
    text-align: left;
}

span.logo__title {
    margin-bottom: 0;
}

.dtc.head_phone {
    margin-right: 50px;
}

.hc_actions {
    margin: 10px 0;
}
}

.subtitle__h3 {
	font-size: 18px;
    line-height: 1.4;
    font-family: 'Cera Pro';
    font-weight: normal;
    font-weight: normal;
    color: white;
    margin-bottom: 0;
}


.header_cont .subtitle__h3 span {
    font-family: 'Cera Pro';
    font-weight: bold;
    color: #ffdc36;
}

.benefit_content_info p {
	font-size: 24px;
    margin-top: 30px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left !important;
}

@media(max-width:550px) {
	.header_cont {
		background: rgba(0, 0, 0, 1) url(https://gazgolderdlyadoma.ru/wp-content/uploads/2025/07/header_bg1-mob.jpg) no-repeat center bottom;
		background-size: cover;
	}
}

.header_cont {
    background: rgba(0,0,0,1) url(https://gazgolderdlyadoma.ru/wp-content/uploads/2025/12/header-bg-main-1.jpg) no-repeat center bottom;
    overflow: hidden;
    padding: 25px 15px;
    margin-top: 70px;
    text-align: center;
    background-size: cover;
    min-height: 50vh;
    background-position: top;
	display: flex;
    justify-content: center;
}

.header_cont.header_cont-gazg {
    background: rgba(0,0,0,1) url(https://gazgolderdlyadoma.ru/wp-content/uploads/2025/12/header-bg-gasgoldery.jpg) no-repeat center bottom !important;
    overflow: hidden;
    padding: 25px 15px;
    margin-top: 70px;
    text-align: center;
    background-size: cover !important;
    min-height: 50vh;
    background-position: top !important;
	display: flex;
    justify-content: center;
}
    
.basket {
    display: flex;
    justify-content: flex-end;
}

.basket p {
    margin: 0;
}

.basket:before {
    content: '';
    background: url(https://gazgolderdlyadoma.ru/wp-content/uploads/2026/06/basket.png);
    position: absolute;
    width: 30px;
    height: 30px;
    top: -5px;
    right: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.basket {
    position: relative;
}

@media (max-width: 1100px) {
	.basket:before {
		content: unset;
	}
}


@media (max-width: 600px) {
	
	.basket-block {
		position: relative;
		display: contents;
	}
    .basket-block:before {
        content: '';
        background: url(https://gazgolderdlyadoma.ru/wp-content/uploads/2026/06/basket.png);
        position: absolute;
        width: 30px;
        height: 30px;
        top: 5px;
        right: 120px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
	
}

@media (max-width: 479px) {
	header#header div#top .dt {
		display: flex !important;
	}
	

}



p.availability:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -30px;
    width: 20px;
    height: 20px;
    background: #28c128;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgb(0 255 29 / 42%);
}

p.availability {
    position: relative;
	    margin-left: 35px;
	margin-bottom: 20px;
}

.qty-counter {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  overflow: hidden;
  font-family: system-ui, -apple-system, sans-serif;
  height: 32px;
}

.qty-btn {
  width: 32px;
  height: 100%;
  border: none;
  background: #f3f4f6;
  color: #374151;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.qty-btn:hover {
  background: #e5e7eb;
}

.qty-btn:active {
  background: #d1d5db;
}

.qty-input {
    width: 40px !important;
    height: 100% !important;
    border: none !important;
    border-left: 1px solid #d1d5db;
    border-right: 1px solid #d1d5db;
    text-align: center;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    background: #fff;
    outline: none;
	    padding: 0 !important;
    margin: 0 !important;
}

@media (max-width: 450px) {
	.head_phone a.phone2:before {
        left: -50px;
    }
	
	p.availability {
		margin-top: 20px;
	}
}

@media (min-width: 1000px) {
.p-sol.gazgolder .lSSlideWrapper {
    min-height: 510px;
}
	
}

.header_content ul {
    margin-left: 10px;
    margin-bottom: 15px;
}
.header_content ul li {
    list-style: disc;
}

#footer .menu {
    display: flex;
    align-items: flex-start;
}

.footer__item {
	display: flex;
}

@media(max-width:800px) {
	.footer__item {
		display: flex;
		flex-direction: column;
	}
	#footer .dtc.menu {
		display: flex;
		align-items: center;
	}
}

.cookie-popup {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1200px;
    background: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 5px 20px rgb(0 0 0 / 26%);
    z-index: 10000;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 20px;
}

.cookie-popup.active {
    display: flex;
}

.cookie-content {
    padding: 15px 40px 15px 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cookie-text {
    flex: 1;
    margin-right: 15px;
}

.cookie-close {
	position: absolute;
    top: 0;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: #999;
}

.cookie-close:hover {
    color: #000;
}

.cookie-accept {
    padding: 8px 16px;
    background: #0e1c2c;
    color: #FFFF;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 20%;
    font-weight: bold;
}


	
@media(max-width: 680px) {
	.cookie-content {
		flex-direction: column;
	}
		
	.cookie-accept {
		width: 100%;
	}
}

.cookie-content a {
    color: #1c4986;
    text-decoration: underline;
}

.cookie-content a:hover {
    text-decoration: unset;
}

.cookie-accept:hover {
    color: rgb(0, 68, 100);
    background: white !important;
    outline: 1px solid #0e1c2c;
}

.cookie-popup p {
    margin: 0;
}

