/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@font-face {font-family:MullerRegular; src:url(https://gasteplospb.ru/wp-content/themes/gasteplospb/assets/css/fonts/MullerRegular.woff);}
@font-face {font-family:MullerMedium; src:url(https://gasteplospb.ru/wp-content/themes/gasteplospb/assets/css/fonts/MullerMedium.woff);}
@font-face {font-family:MullerBold; src:url(https://gasteplospb.ru/wp-content/themes/gasteplospb/assets/css/fonts/MullerBold.woff);}
@font-face {font-family:MullerLight; src:url(https://gasteplospb.ru/wp-content/themes/gasteplospb/assets/css/fonts/MullerLight.woff);}


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

::-moz-selection {
    background: #164663;
    text-shadow: none;
}

::selection {
    background: #164663;
    text-shadow: none;
}

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:'MullerRegular';
    color: #171717;
	overflow-x: hidden;
}
section {
    overflow-x: hidden;
}
.center_wrap {
    max-width: 1110px;
    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;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
p {
    margin: 0 0 20px 0;
    /* text-align: justify; */
}
h1,h2,h3,h4,h5,h6 {
    margin: 0 0 20px 0;
    line-height: 1.2;
}
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: 51px;
    font-size: 15px;
    font-weight: 300;
    color: #757575;
    border-radius: 3px;
}
textarea {
    height: 100px;
    resize: vertical;
}

.dt {
	width: 100%;
	display:table;
}
#top .dt {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.d-flex {
	display:flex;
}
.justify-content-around {
	justify-content: space-around;
}
.dtc {
    float: left;
}
.dtc.vat {
    vertical-align: top;
}
.dtc.vab {
    vertical-align: bottom;
}
.mobile_menu_opener {
    display: none;
    cursor: pointer;
    background: url("../img/burger.png");
    width: 34px;
    height: 28px;
    position: fixed;
    z-index: 2000;
    right: 15px;
    top: 5px;
}
.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 12px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    transition: 0.3s;
}

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

.logo a {
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 12px;
    color: #171717;
    background-repeat: no-repeat;
    padding: 8px 4px 2px 58px;
    background-image: url(../img/logo2.png);
    /* background-size: contain; */
    background-repeat: no-repeat;
    float: left;
    /* width: 100%; */
}



.logo__title {
    display: block;
    font-family: 'MullerBold';
    font-size: 27px;
    line-height: 24px;
    color: #164663;
    margin-left: -1px;
}

.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;
    margin-right: 70px;
    /* white-space: nowrap; */
    float: right;
    max-width: 230px;
}
.head_phone a {
    text-decoration: none;
    font-size: 18px;
	position:relative;
	display:inline-block;
    white-space: nowrap;
}
.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/icon-phone.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 22px;
}
.head_phone a.phone2:before{
	background:url(../img/icon-mobile.svg) no-repeat center;
	content:'';
	position:absolute;
	left:0;
	width:9px;
	height:16px;
	top:50%;
	margin-top:-8px;
}
#header {
	overflow: hidden;
}
.header_content {
    box-sizing: border-box;
    color: #fff;
    padding: 50px 0 70px;
    position: relative;
    overflow: hidden;
    margin-top: 110px;
    background-color: #002235;
}


.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 {
    margin-top: 0px;
    margin-bottom: -11px;
}
.main_menu {
    font-size: 0;
}
.main_menu li {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    font-size: 15px;
    padding: 0 1px;
}
.main_menu li:first-child {
    margin-left: 0;
}

.main_menu a {
    transition: 0.1s;
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 3px;
    display: block;
}

.main_menu a:hover, .main_menu a.active {
    background: rgba(22, 70, 99, 0.9);
    border-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-decoration: underline;
    text-decoration-color: transparent;
}
.main_title {
    font-size: 60px;
    line-height: 70px;
	font-family: 'MullerBold';
    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: 'MullerMedium';
    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 {
    padding: 100px 0;
    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: 0 20px;
    box-sizing: border-box;
    line-height: 54px;
    border: 1px solid rgb(240, 2, 89);
    background: rgb(195, 11, 84);
    text-align: center;
    border-radius: 3px;
    transition: 0.3s;
}

.button:hover, input[type="submit"]:hover, input[type="button"]:hover {
    border: 1px solid rgb(210, 15, 97);
    background: rgb(172, 16, 82);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.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: #ecf0f4;
    padding: 100px 0;
    position: relative;
    float: left;
    width: 100%;
}

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

.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;
    background: url("../img/block_title_uzor.png");
}
.history_choose_kind {
    margin-top: 70px;
    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: 0 23px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    border-radius: 3px;
}
.tab_selector li.active {
    text-decoration: none;
    color: #fff;
    background: rgba(22, 70, 99, 0.9);
}
.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 10px 20px -5px rgba(22, 70, 99, 0.7);
}
.solution_price {
    color: #00a900;
	font-family: 'MullerBold';
}
.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: 'MullerBold';
}
.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: 'MullerBold';
}
#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: 'MullerBold';
}

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

.area-block h1, .area-block h2 {
    margin: 0 0 20px;
    text-align: center;
    font-family: 'MullerBold';
}
.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;
	display: table;
	width: 100%;
}
.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_title {
    font-size: 27px;
    line-height: 29px;
    color: #222221;
    font-family: 'MullerBold';
    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: 'MullerMedium';
}
.solution_square span {
    color: rgb(195, 11, 84);
}
.solution_img {
    display: inline-block;
    margin-bottom: 10px;
    transition: 0.2s;
    box-sizing: border-box;
    position: relative;
}
.solution_block:hover .solution_img {
    border-color: rgb(195, 11, 84);
}
.solution_img:hover {
    border-color: rgb(195, 11, 84);
}

.solution_block, .gazgolders_block {
	border: 3px solid rgb(0, 68, 100);
    border-radius: 3px;
    padding: 15px;
}
.solution_block:hover, .gazgolders_block:hover {
    border-color: rgb(195, 11, 84);
}
.subcategories .gazgolders_block, .subcategories .gazgolders_block:hover {
	border: none;
	padding: 0;
}
.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: 19px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 0px;
}
.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: 70px;
    font-size: 48px;
    line-height: 52px;
    font-weight: 100;
}
.benefit_content_info p {
    line-height: 26px;
}
.benefit_content_info p .bold {
	font-family:'MullerRegular';
}
.benefit_content_info h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 200;
    margin-top: 50px;
}
.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: 'MullerBold';
    margin: 0;
}
.person_dol {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 3px;
    padding: 2px 10px 0;
    margin-top: 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-shadow: 1px 1px 0 #101010;
    display: inline-block;
}

.person_dol + p span {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 3px;
    padding: 2px 5px 0;
    margin-top: 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-shadow: 1px 1px 0 #101010;
}
.benefit_content_person {
    font-size: 15px;
    line-height: 24px;
    width: 33.33%;
}
#manager {
    box-sizing: border-box;
    padding: 100px 0 0;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

.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: #eef3f7;
    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: 'MullerBold';
}
.review_text {
    padding: 0 40px;
    box-sizing: border-box;
    width: 100%;
}
.reviews_slider_wrap{
    margin-top:40px;
}
.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;
}
.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;
}
.review_thumbs_slider .item span:hover::after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    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%;
}
.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: #eef3f7;
    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: rgb(195, 11, 84);
    font-family: 'MullerBold';
    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: #164663;
    font-size: 14px;
    font-weight: 300;
    color: #eef3f7;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
	overflow: hidden;
}

.footer_logo {
    width: 400px;
}
#footer {
	color: #fff;
    /* margin-top: 40px; */
}
#footer .logo a {
    background: url("../img/logo3.png") 0 0 no-repeat;
	color: #fff;
}

#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;
    justify-content: flex-end;
    margin-top: 15px;
    margin-bottom: 15px;
}
#footer .menu p{
    margin:0 10px;
}
#footer .menu a{
    color:#fff;
    transition:0.5s all ease;
    text-decoration:none;
    font-size:12.5px;
    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: 546px;
    background: #ffffff;
    padding: 50px 30px 70px;
    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;
}
.popup form input[type="submit"] {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 5px 0 0 0;
    font-size: 16px;
}
.no_valid {
    border-color: #c30b54 !important;
    box-shadow: 0 0 5px #c30b54;
}
#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) {
	.buttons-block {
		flex-wrap:wrap;
	}
	.logo__title {
		font-size:20px;
	}
	.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: 95px; /*142*/
	}
	#top {
		font-size: 0;
		padding: 10px 0;
	}
	.logo {
		display: block;
		width: 24%;
		text-align: center;
		padding: 0;
		box-sizing: border-box;
		margin-bottom: 0;
	}
	.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;
	}
	.head_address {
		text-align: right;
		padding-right: 15px;
	}
	.head_phone {
		padding-left: 15px;
		text-align: left;
	}
	.header_content {
		height: auto;
		padding: 40px 0 70px;
	}
	#main_nav {
		margin-bottom: 0;
	}
	.main_menu li {
		margin-left: 0;
		margin-bottom: 5px;
	}
	.main_menu a {
		padding: 4px 4px;
	}
	.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) {
	#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;
        cursor: pointer;
        background: url(../img/burger.png) no-repeat center center;
        width: 42px;
        height: 42px;
        position: fixed;
        z-index: 2000;
        right: 15px;
        top: 53px;
    }
    .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: 116px;
		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__title, .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: 40px;
		margin-bottom: 30px;
	}
	.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;
	}
	.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:300px;
	}

	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;
	}
}

.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;

    display: inline-block;
    line-height: 1.2;
	    -webkit-transform:none;-ms-transform:none;transform:none;
	}

    .mobile_menu_opener {
        top: 45px;
    }

}
@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: 18px;
	}
	.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: 'MullerBold';
	}
	.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;
	}


}
@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%;
}

.p-sol-block__title {
    font-size: 22px;
    line-height: 29px;
    color: #222221;
    font-family: 'MullerBold';
    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: #d82926;
}

.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: 'MullerLight';
    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;
	}
	.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;
	}
	.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 {
    background: #fff;
    color: rgb(240, 2, 89);
}
.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: #ffa200;
    -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-family: 'Cabin', sans-serif;
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 7px;
}

.notfound p {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.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: 'MullerBold';
}
.gazgolders__list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
    margin-bottom: 20px;
}
.gazgolders__item{
	width:32%;
	margin-bottom:35px;
}
.gazgolders__item img{
	height:310px;
	object-fit:
	cover;
	width: 100%!important;
}
.gazgolder__controls{
	float:none;
	width:100%;
	margin:40px 0;
}
.gazgolder__pricelist{
	display:flex;
	flex-wrap:wrap;
}
.gazgolder__pricelist-item{
	float:none;
}





.header_cont {
    background: rgba(22,70,99,.9) 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;
}

.header_cont_kanal {
    background: rgba(22,70,99,.9) url(https://gasteplospb.ru/wp-content/uploads/2022/05/header_bg-2.png) no-repeat center bottom;
    overflow: hidden;
    padding: 25px 15px;
    margin-top: 70px;
    text-align: center;
    background-size: cover;
} 

.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: 'MullerBold';
    margin-bottom: 20px;
    color: white;
}

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

.header_cont h3 span {
    font-family: 'MullerBold';
    color: #02f040;
}

.header_cont .hc_btn {

    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    padding: 15px 20px;
    box-sizing: border-box;
    line-height: 1.4em;
    background: #c30b54;
    text-align: center;
    border-radius: 3px;
    transition: .3s;
}

.hc_btn.hc_btn_hollow {
    background: #ffffff;
    color: #d20f61;
    border: 1px solid rgb(210, 15, 97);
}
.hc_btn.hc_btn_hollow:hover {
    background: #c30b54;
    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;

}

.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_icon.icon_rs {
    background: url('https://gasteplospb.ru/wp-content/uploads/2024/06/t3n1s0dlvo-1.png') 50% no-repeat;
	filter: brightness(0.7);
}
.hc_desc {
    color: white;
    font-size: 16px;
    font-family: 'MullerRegular';
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
}
.hc_desc span {
    font-size: 32px;
    line-height: 40px;
    color: #02f040;
    display: block;
    font-family: 'MullerBold';

}

@media (min-width: 576px) {
    .header_cont { padding: 25px 15px; margin-top: 70px; }
    .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: 30px; }
    .hc_headers h1 { font-size: 42px; }

    .area-block h1 { font-size: 42px; }
    .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 {
        position: absolute;
        right: 5px;
        width: auto;
        display: flex;
        justify-content: flex-end;
        top: 12px;
    }
    .header_cont { 
        padding: 40px 15px;
        padding-top: 100px;
    }
    .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 {
    padding: 15px; 
}
.solution_title {
    font-size: 18px !important;
}
.solution_square {
    font-size: 17px;
    margin-bottom: 6px;
}
.gazgolders_block .solution_square {
	font-size: 19px;
}
.solution_link {
    display: none !important;
}
.gazgolders_block .solution_title{
/*    min-height: 87px;*/
	font-weight: bold;
	overflow: hidden;
}
@media (max-width: 1600px) {

}
@media screen and (max-width:767px){
	.gazgolders__item, .subcategories .gazgolders__item{
		width:48% !important;
	}
}

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

	.nomob {
		display: none !important;
	}

}
@media screen and (max-width:575px){
	.gazgolders__item, .subcategories .gazgolders__item{
		width:100% !important;
	}
}




.header_cont-ming {
    background: rgba(22,70,99,.9) url(https://gasteplospb.ru/wp-content/uploads/2019/10/mingbg.png) no-repeat center bottom;
    background-size: cover;
}
.header_cont-gazg {
    background: rgba(22,70,99,.9) url(https://gasteplospb.ru/wp-content/uploads/2019/10/gazg.png) no-repeat center bottom;
    background-size: cover;
}
.header_cont-otopl {
    background: rgba(22,70,99,.9) url(https://gasteplospb.ru/wp-content/uploads/2019/10/otopl.png) no-repeat center bottom;
    background-size: cover;
}
.header_cont-zapr {
    background: rgba(22,70,99,.9) url(https://gasteplospb.ru/wp-content/uploads/2019/10/zaprav2.png) no-repeat center bottom;
    background-size: cover;
}
.social_icons {
    margin-top: -5px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.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: 10px;
}
.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: 0;
}
.generator-filters {
    margin-bottom: 30px;
}
.generator-filters .gazgolders__list {
    margin-bottom: 15px;
}
.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, .subCategoryLink.active a {
    text-decoration:none !important;
}
.gazgolder__pricelist .p-sol-block-pricelist__choose_name{
    min-height: 60px;
}
@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: 'MullerBold';
}
#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: auto !important;
    max-width: none !important;
    text-align:center;
    aspect-ratio: 16 / 9;
}

.sliderBlock .lSSlideOuter .lSPager.lSGallery li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

#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;
    }
}
#top {
    top: 36px;
}
.topAddress{
    background: #164663;
    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 25px;
    display: flex;
    justify-content: space-between;
}
.topAddress img{
    margin-right: 5px;
    height:16px;
}
.colorRed{
    color: rgb(195, 11, 84);
}
#regions{
    padding: 30px 0;
    clear: both;
}
#regions ul {
    columns: 4;
}
#regions ul li{
    margin:3px;
}
#contactPage{
    margin-top: 125px;
}
#contactPage h1{
    font-size: 30px;
    margin: 30px auto;
    text-align: center;
    margin-top: 160px;
}
.contactDetails {
    display: flex;
    justify-content: space-between;
    margin-top:40px;
    margin-bottom: 50px;
    line-height: 18px;
    font-size: 15px;
    clear: both;
}
.contactDetails > div {
    display: flex;
    justify-content: space-between;
    max-width: 275px;
    margin: 0 15px;
}

.contactDetails .img{
    width: 80px;
    text-align: center;
}




.contactDetails .img img{
    width: 60%;
}

@media(max-width: 1015px) {
	.contactDetails .img img {
		width: auto;
		height: 50px;
	}
	.contactDetails.center_wrap {
		flex-wrap: wrap;
		gap: 20px;
		justify-content: start;
	}
	.contactDetails > div {
		max-width: unset;
		width: calc(50% - 20px);
		margin: 0;
		justify-content: start;
		align-items: center;
		gap: 10px;
	}
	.contactDetails .img {
		min-width: 80px;
	}
}

@media(max-width: 550px) {
	.contactDetails > div {
		width: 100%;
	}
	.contactDetails .img {
		width: 80px;
    	min-width: 80px;
    	height: 80px;
    	display: flex;
    	justify-content: center;
    	align-items: center;
	}
	.contactDetails .img img {
		width: auto;
		height: 70%;
		max-height: 40px;
	}
	.contactDetails__item .text {
		width: 100%;
	}
	.contactDetails > div {
		max-width: unset;
		align-items: center;
   		gap: 10px;
	}
}

.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;
    }
    .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: 70px;
    }
    #top {
        top: 60px;
    box-shadow: 0px 10px 30px rgba(0,0,0,.05);}
    .header_cont {
        margin-top: 85px;/*130*/
    }
    .mobile_menu_opener.fixed {
        top: 70px;
    }
}
.recomForm{
    margin: 20px 0;
    text-align: center;
}
.recomForm form{
    max-width: 100%;
}
.recomForm {
    max-width: 1100px;
    margin: auto;
}
.recomForm form input:not([type="checkbox"]){
    margin: 0 10px;
}
.recomForm input[type="submit"] {
    line-height: 40px;
}
.recomForm .pp{
    margin: 15px;
}
.recomContent{
    margin-top: 30px;
}
.recomContent ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 50px;
}
.recomContent ol li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
    margin-top:24px;
}
.recomContent ol li strong{
    display: block;
}
.recomContent ol > li::before {
    content: counter(my-awesome-counter);
    color: #114d70;
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    --size: 32px;
    left: calc(-1 * var(--size) - 20px);
    line-height: 36px;
    width: var(--size);
    height: var(--size);
    top: 0;
    border: 2px solid #114d70;
    border-radius: 50%;
    text-align: center;
}
.recomForm form {
    display: flex;
}
.hc_icon.icon_discount {
    background: url('../img/discount.png') 50% no-repeat;
}
.hc_icon.icon_whatsup {
    background: url('../img/whatsup.png') 50% no-repeat;
}
@media (max-width: 500px){
    .recomForm form {
        flex-direction: column;
        justify-content: center;
    }
    .recomForm form input:not([type="checkbox"]), .recomForm input[type="submit"] {
        width: 95% !important;
        margin:10px;
    }
}
.raschetContent ul li{
    margin-bottom: 12px;
    font-size: 0.9em;
}
.raschetContent table{
    border-collapse: collapse;
    margin: 20px auto;
    border: 1px solid #ccc;
}
.raschetContent table th, .raschetContent table td{
    padding: 7px;
    text-align: center;
}
.raschetContent table td, .raschetContent .intro th {
    border-bottom: 1px solid #ccc;
    border-right:  1px solid #ccc;
}
.raschetContent table td:last-child, .raschetContent th:last-child {
    border-right: none;
}
.raschetContent table th{
    font-weight: bold;
    border-right:  1px solid #ccc;
    background-color: #eef3f7;
    padding: 12px;
}
.raschetContent .sootnoshenie th{
    font-weight: bold;
    background-color: #eef3f7;
    padding: 6px;
    font-size: 15px;
}
.raschetContent img {
    width: 100%;
    margin: 20px 0;
}
.raschetContent h2 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
}
.raschetContent p strong {
    margin-top: 25px;
    display: block;
}
.raschetContent .intro td{
    text-align: left;
}
.likeP{
    margin-top: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.col-md-4{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px)
{
    .col-md-4 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}
.raschetContent ol li::before {
    top:-8px;
}
.termo_calc {
    margin-bottom: 31px;
    background-color: #eef3f7;
}
.termo_calc-form {
    text-align: center;
    padding: 20px 10px;
    padding-bottom: 0;
}
.termo_calc-item {
    display: inline-block;
    width: 17%;
    margin: 0 1% 30px 1%;
    padding: 60px 0 0 0;
    text-align: center;
    vertical-align: top;
    margin-bottom: 0;
}
.termo_calc-1 {background: url(/wp-content/themes/gasteplospb/assets/img/calc-1.png) 50% 0 no-repeat;}
.termo_calc-2 {background: url(/wp-content/themes/gasteplospb/assets/img/calc-2.png) 50% 0 no-repeat;}
.termo_calc-3 {background: url(/wp-content/themes/gasteplospb/assets/img/calc-3.png) 50% 0 no-repeat;}
.termo_calc-4 {background: url(/wp-content/themes/gasteplospb/assets/img/calc-4.png) 50% 0 no-repeat;}
.termo_calc-5 {background: url(/wp-content/themes/gasteplospb/assets/img/calc-5.png) 50% 0 no-repeat;}

.termo_calc-name {
    color: rgb(79, 79, 79);
    line-height: 1.333;
    margin-bottom: 15px;
    font-weight: 600;
    height: 30px;
}
.termo_calc-result {
    background-color: #eef3f7;
    padding: 10px 25px;
    border-top: 1px solid #cccccc;
    padding-top: 30px;
}
.termo_calc-result label {
    font-size: 16px;
    color: rgb(79, 79, 79);
    line-height: 1.5;
    display: block;
    padding-left: 10px;
}
.termo_calc-result .col-md-4 {
    margin-bottom: 20px;
}

.termo_calc-form  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/img/select.png);
    background-position: bottom 14px right 8px;
    background-repeat: no-repeat;
    font-size: 13px;
    line-height: 24px;
}
.termo_calc-form  input {
    font-size: 13px;
    line-height: 24px;
}
@media screen and (max-width:800px){
    .termo_calc-item {
        width: 120px;
        margin: 0 10px 30px 10px;
    }
}



.nform {
    background-color: rgb(38,90,145);
    margin: 0 0 30px 0;
    padding: 35px;
    border-radius: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(32,61,122) 0%, rgb(38,90,145) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(32,61,122) 0%, rgb(38,90,145) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(32,61,122) 0%, rgb(38,90,145) 100%);
} 
.nform-rules {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.58);
    line-height: 1.786;
}

.nform-popup {
    width: 570px;
    margin: 0 0 0 0;
}

.nform h3, .nform-title {
    color: #fff;
    margin: 0 0 0 0;
    padding: 0 0 20px 0;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}
.nform-title-2 {
    color: #fff;
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}
.nform-title-3 {
    color: #fff;
    margin: 0 0 0 0;
    padding: 0 0 20px 0;
    font-size: 18px;
    font-weight: 100;
    line-height: 1;
}
.nform p {
    color: #fff;
    margin: 0 0 0 0;
    padding: 0 0 20px 0;
}
.tableWrapper{
    max-width: 100%;
    overflow-x: auto;
}
.ideal {
    background-color: #80f79f
}
.optimal {
    background-color: #b3fac5
}
.zapas {
    background-color: #96cbeb
}
.bad {
    background-color: #f9c2d8
}
.sootnoshenie th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.sootnoshenie th:last-child {
    border-right: none;
}
.legend {
    display: block;
    border:none !important;
}
.legend td:last-child{
    text-align: left;
    padding-left: 20px;
}
.legend td:first-child{
    padding-right: 15px;
    padding-left: 15px;
}
.legend td, .legend tr{
    border:none !important;
}
.reviewWrapper {
    margin: 25px 0;
}
.reviewWrapper .total{
    margin-top: 20px;
}
.raschetContent ul {
  list-style: none; /* Remove default bullets */
  margin-left: 15px;
}

.raschetContent ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #114d70; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
@media (max-width: 768px){
    .col-md-4 {
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        max-width: 28%;
    }
    .p-sol.gazgolder .p-sol-block {
        overflow: scroll;
    }
    .galleryPage h1 {
        font-size: 28px !important;
    }
}
.generator .solution_square {
/*    min-height: 46px;*/
	margin-bottom: 10px;
	font-weight: 500;
}
.nast-cotel .solution_square {
    min-height: 24px;
}
.p-sol.gazgolder table {
    max-width: 1050px;
    margin-bottom: 25px;
    margin-top: 25px;
}
@media (min-width: 1200px){
    #imageGallery2 {
        max-height: 55px;
        min-height: 420px;
    }
 }
.photogallery .lSSlideOuter .lSPager.lSGallery img {
    height: auto !important;
    width: 100% !important;
}
.photogallery .p-sol img {
    margin-bottom: 20px;
    width: auto;
    max-height: 420px;
    text-align: center;
    margin: auto;
    display: block;
}
.photogallery .inner-action {
    margin-top: 25px;
    margin-bottom: 25px;
}
.photogallery h2 {
    font-size: 18px;
}
.photogallery{
/*     margin: 0px auto 0px !important; */
    padding: 50px 0 10px;
}
.photogallery > a {
    text-decoration: none;
}
.photogallery > a:hover {
    text-decoration: underline;
}
.photogallery .inner-action > a:hover {
    outline: 2px solid #c30b54;
    border-radius: 0;
}
.frontPage .solution_block {
	margin-bottom: 0;
}
.frontPage .inner-action {
	margin-bottom: 80px;
}
.stickers {
    width: 75px;
    display: flex;
    flex-flow: column;
    position: absolute;
    right: 10px;
    top: 90px;
    display: none;
}
.stickers.catalog {
    right: 10px;
    left: auto;
    top: 10px;
    display: none;
}
.stickers > div{
    background-size: contain;
    content: "";
    margin-bottom: 10px;
    height: 75px;
    width: 75px;
    z-index: 99;
}

.stickers .vnalichii {
    background-image: url("https://gasteplospb.ru/wp-content/uploads/2023/04/v-nalichii-2.png");   
}
.stickers .hit {
    background-image: url("../img/hit.svg");   
}
.stickers .bestseller {
    background-image: url("../img/lider.svg");   
}
.stickers .rassrochka {
    background-image: url("../img/rassrochka.svg");   
}
.stickers .sale {
    background-image: url("../img/skidka.svg");   
}
#imageGallery img {
    max-width: 90%;
}
@media (min-width: 1200px) {
    .generator-content.ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¤ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ table td {
        width: 360px;
    }
    #imageGallery.ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¤ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ {
        max-height: 470px;
    }
}

.button_red {
	display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 54px;
    border: 1px solid rgb(240, 2, 89);
    background: rgb(195, 11, 84);
    text-align: center;
    border-radius: 3px;
    transition: 0.3s;
}
.button_red:hover {
    border: 1px solid rgb(210, 15, 97);
    background: rgb(172, 16, 82);
}

.header_cont.septiki {
	background: url(https://gasteplospb.ru/wp-content/uploads/2023/09/header-evrolos.png); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 500px) {
	.header_cont.septiki {
		margin-top: 0;
		padding-top: 130px;
	}
	 
	#top .head_phone {
		text-align: center;
		margin: 0 70px 0 0;
		min-width: unset;
	}
	
}

@media (max-width:600px ) {
	.cst_title {font-size: 26px;text-align: center;margin: 0 0 10px 0;}

.header_cont h3 {font-size: 16px;}

.hc_actions {margin: 10px 0;}

.hc_items {margin: 0 auto 20px;flex-direction: row;justify-content: stretch;width: 100%;}

.hc_item {width: 35%;flex-direction: column;margin: 0!important;/* align-items: flex-start; */font-size: 14px;text-align: center;}

.hc_item:last-child {width: 30%;}

.hc_desc {font-size: 13px;text-align: center;}

.hc_desc span {font-size: 18px;text-align: center;line-height: 20px;}
.hc_icon {margin: 0;}

.video__in__cart iframe {
    position: absolute;
    width: 100%;
    height: 92%;
    left: 0;
    top: 0;
}
.gazgolders__item {width: 49%!important;margin: 3px 0;}

.solution_block, .gazgolders_block {
    border: 1px solid;
}
.gazgolders_block .solution_title {
    font-size: 15px!important;
    line-height: 140%;
    min-height: auto!important;
    height: auto!important;
    margin-bottom: 10px;
}
.gazgolders__item img {height:180px}
}
@media (max-width:450px ) {
    .photogalleryW .gazgolders__item {width: 100%!important;margin: 10px;}
}
.video__in__cart {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    width: 100%;
    margin-bottom: 50px;
}

.gazgolders__item img {
    width: 100% !important;
    object-fit: cover;
}

.solution_img {
    width: 100%;
}

/* ======================== НОВАЯ ГЛАВНАЯ СТРАНИЦА =====================*/


.products__home {
    max-width: 1201px;
    margin: 0 auto;
    padding: 150px 15px 50px 15px;
}

.products__wrap {
    display: flex;
    gap: 20px;
}

.product__big {
    width: 50%;
    border: 3px solid #164663;
    border-radius: 5px;
    aspect-ratio: 16 / 9.7;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product__big a {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    background: linear-gradient(187.31deg, rgba(22, 70, 99, 0) 11.66%, #164663 140.48%);
    color: white;
}

.product__big:hover {
    border: 3px solid #B32855;
}

.product__big a .title {
    font-size: 22px;
    font-family: 'MullerBold';
}

.product__big a .sub__title {
    font-size: 15px;
    color: white;
}

.products__list {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    
}

.products__item {
    width: calc(50% - 16px);
    border: 3px solid #164663;
    border-radius: 5px;
    aspect-ratio: 16 / 9.7;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.products__item:hover {
    border: 3px solid #B32855;
}

.products__item a {
    
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    background: linear-gradient(187.31deg, rgba(22, 70, 99, 0) 11.66%, #164663 140.48%);
}

.products__item a .title {
    position: absolute;
    left: 40px;
    bottom: 18px;
    font-size: 22px;
    color: white;
    font-family: 'MullerBold';
}

.product__big a .text {
    position: absolute;
    left: 40px;
    bottom: 18px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 900px){
    .product__big a .title {
        left: 20px;
    }
    .product__big a .sub__title {
        left: 20px;
    }
    .products__item a .title {
        left: 20px;
    }
    
    .product__big a .text {
        left: 20px;
    }
}

@media (max-width: 768px){
    .product__big {
        width: 100%;
    }
    .products__list {
        width: 100%; 
    }
    .products__wrap {
        flex-wrap: wrap;
    }
 
}

@media (max-width: 350px){
    .products__item{
        width: 100%;
    }
}

/* ======================== SLIDER PRODUCTS ======================== */
.special .special__wrap .spec__product {
    width: 350px;
}

.spec__product.half .solution_block {
	font-size: 15px; 
/*     height: 380px; */
    background: white;
    overflow: hidden;
}

.special {
    background: #eef3f7;
	padding-bottom: 30px;
}

.special__wrap {
    max-width: 1201px;
    margin: 0 auto;
    padding: 50px 15px 0 15px;
    position: relative;
    max-height: 540px;
    overflow: hidden;
}

.special__wrap ul.lSPager.lSpg {
    display: none;
}

.special__wrap .lSSlideWrapper.usingCss {
    padding-top: 50px;
}

.spec__product .solution_title br,
.spec__product .solution_square br,
.spec__product .solution_desc br,
.spec__product .solution_price br,
.spec__product .solution_link br {
    display: none;
}
 
.special__wrap .lSAction>.lSPrev {
    top: 25px !important;
    right: 50px;
    left: unset;
  	background-image: url(/wp-content/uploads/2022/08/arrows.png);
}

.special__wrap .lSAction>.lSNext {
    top: 25px;
    right: 15px;
    background-image: url(/wp-content/uploads/2022/08/arrows.png);
}

.special__text {
    width: fit-content;
    display: flex;
    align-items: center;
    position: absolute;
    top: 60px;
}

.special__text h2 {
    margin: 0;
    margin-right: 30px;
}

.special .special__wrap .spec__product .solution_img {
    display: flex;
    align-items: center;
	justify-content: center;
}
.special .special__wrap .spec__product .solution_img a img {
    max-width: 250px;
    max-height: 250px;
	width: 100%;
}
.special__text span {
    font-size: 25px;
    font-weight: bold;
    color: #15425e;
    margin-right: 7px;
}

.special__text a {
    text-decoration: none;
}


.special__text a:hover {
    color: rgb(195, 11, 84);
    text-decoration: underline;
}



@media (max-width: 1000px) { 
}

@media (max-width: 800px) {
    .spec__product.half .solution_block { 
/*         height: 400px;   */
    }
}

@media (max-width: 700px) {
	.special__text {
		flex-wrap: wrap;
		top: 30px;
	}

	.special__text h2 {
		width: 100%;
	}
}



@media (max-width: 550px) {
    .spec__product.half .solution_block {
/*         grid-template: 400px auto auto auto auto / 1fr;*/
/*         height: 440px;  */
    }
}

@media (max-width: 450px) {
	.special__text { 
		top: 15px; 
	}

	.special__text h2 {
		font-size: 20px;
	}
}

@media (max-width: 400px) {
    .spec__product.half .solution_block {
/*         grid-template: 310px auto auto auto auto / 1fr; */
/*         height: 430px; */
    }
}

.akcii {
    background: #eef3f7;
}

.akcii__wrap {
    max-width: 1201px;
    margin: 0 auto;
    padding: 0 15px 50px 15px;
    position: relative;
}

.akcii__text {
    width: fit-content;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.akcii__text h2 {
    margin: 0;
    margin-right: 30px;
}

.akcii__text span {
    font-size: 25px;
    font-weight: bold;
    color: #15425e;
    margin-right: 7px;
}

.akcii__text a {
    text-decoration: none;
}

.akcii__text a:hover {
    color: rgb(195, 11, 84);
    text-decoration: underline;
}

.akcii .akcii__wrap img {
    border-radius: 5px;
}

.brends {
    background: #eef3f7;
}

.brends__wrap {
    max-width: 1201px;
    margin: 0 auto;
    padding: 50px 15px 50px 15px;
    position: relative;
}

.brends .brends__wrap .lSSlideOuter .lSPager.lSpg {
    display: none;
}

.brends .brends__wrap .lSAction>.lSPrev {
    background-image: url(/wp-content/uploads/2022/08/arrows.png);
}

.brends .brends__wrap .lSAction>.lSNext {
    background-image: url(/wp-content/uploads/2022/08/arrows.png);
}

.information {
    background: #eef3f7;
}

.information__wrap {
    max-width: 1201px;
    margin: 0 auto;
    padding: 50px 15px 50px 15px;
    position: relative;
    display: flex;
}

.socseti__link {
    display: flex;
}

.contacts__text {
    padding-left: 20px;
}

.poleznoe__item {
    width: 425px;
    padding-right: 20px;
    display: flex;
}

.poleznoe__item img {
    width: 25%;
    height: 25%;
    padding-bottom: 25px;
}

.video__container {
    width: 450px;
    background: white;
    display: flex;
    justify-content: center; 
    padding-top: 28px;
    background: #d9e1e7;
    border-radius: 4px;
    flex-wrap: wrap;
    height: 350px;
}

.video__container iframe {
    width: 405px;
    height: 227px;
    left: 0;
    right: 0;
	margin-bottom: 15px;
}



.poleznoe__text {
    padding-left: 10px;
}


.poleznoe__text p {
    font-size: 13px;
}

.poleznoe__text h4 {
    
    margin-bottom: 5px;
}

.contacts__textInformation {
        padding-bottom: 20px;
}

.contacts__text .contacts__textInformation p {
    font-size: 13px;
    margin-bottom: 5px;
}

.contacts__text .contacts__textInformation ul {
    list-style: disc outside none;
    padding-left: 14px;
}
@media (max-width: 1200px) {
	.information__wrap {
		flex-wrap: wrap;
		gap: 10px;
	}
	.iformation {
		width: calc(50% - 10px);
	}
	.videoKompanii {
		 width: calc(50% - 10px);
	}
	.contacts {
		width: 100%;
	}
}
@media (max-width: 1100px) { 
    .akcii__wrap {
        padding-top: 0;
        padding-bottom: 40px;
    }
    .brends__wrap {
        padding-top: 20px;
    }
    
    .information__wrap {
        display: flex; 
        padding-top: 20px;
    }
    
    
    .poleznoe__item {
        width: 100%;
        
    }
    
    .poleznoe__item img {
		width: 10%;
		height: 10%;
    }
    
    .video__container {
/* 		background: none; */
		width: 100%;
		display: flex;
		justify-content: center;
		padding-top: 20px;
		position: relative;
		padding: 10px;
		aspect-ratio: 16 / 8;
		height: 100%;
    }
    
    .video__container iframe {
		width: 100%;
		height: 100%;  
    }
    
    .contacts__text {
        padding-left: 0;
        padding-top: 20px;
    }
    
    .social_icons {
        justify-content: unset;
    }
    
    .video__container .text__video p {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 650px) { 
	.iformation {
		width: 100%;
	}
	.videoKompanii {
		 width: 100%;
	} 
	.videoKompanii__text {
		display: flex;
		flex-wrap: wrap;
	}
}
@media(max-width: 480px) {
    .contacts__text {
        padding-top: 20px;
    }
}

.text__video p {
    padding-left: 20px;
    padding-right: 20px;
}

@media(max-width: 360px) {
    .contacts__text {
        padding-top: 20px;
    }
}

.hc_headers .title__text {
	font-size: 18px;
    line-height: 1.4;
    font-family: 'MullerRegular';
    font-weight: normal;
    color: white;
    margin-bottom: 0;
	
}

.header_cont .title__text span {
    font-family: 'MullerBold';
    color: #02f040;
}

.main_menu li:nth-child(9) {
    font-weight: bold;
}

@media(max-width: 500px) {
	#imageGallery img {
		max-height: 230px;
		width: auto;
		max-width: none;
	}
	
	li.lslide.active {
		max-height: 230px;
		display: flex;
		justify-content: center;
	}
}  

li.lslide.active {
    height: 400px;
    display: flex;
    justify-content: center;
}

#imageGallery img {
    max-width: 100%;
    height: 100%;
    width: auto !important;
}

ul.lSPager.lSGallery li {
    display: flex;
    justify-content: center;
	padding: 5px;
}
.lSSlideOuter .lSPager.lSGallery li.active  , 
.lSSlideOuter .lSPager.lSGallery li:hover { 
    border: 0 !important;
}
.lSSlideOuter .lSPager.lSGallery li.active img, 
.lSSlideOuter .lSPager.lSGallery li:hover img { 
    border: 2px solid #c30b54;
}
.sliderBlock .lSSlideOuter .lSPager.lSGallery li {
    border: 0 !important;
}
@media (max-width: 768px) {
	.header_cont {
		margin-top: 150px;
	}
	
	.center_wrap .p-sol {
		padding-top: 50px;
	} 
	
	.wa__header__top {
		right: 250px !important;
	}

	ul.lSPager.lSGallery {
		display: grid;
		place-content: center;
		grid-template: auto / 1fr 1fr  1fr;
		justify-items: center;
	}

	.lSSlideOuter .lSPager.lSGallery:before {
		content: none !important;
	}
	ul.lSPager.lSGallery li {
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 550px) {
	.header_cont {
		margin-top: 120px;
	}
	ul.lSPager.lSGallery {
		display: grid; 
		grid-template: auto / 1fr 1fr; 
	}
	
	.wa__header__top {
		right: 245px !important;
	}
  
}

@media (max-width: 400px) {
	#top {
		padding: 15px 0;
		padding: 15px 0 0 0;
	}
}

.gazgolders__item img {
    width: 100% !important;
    object-fit: contain;
}
.alm-listing .alm-reveal {
    outline: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

.contacts_info.top_contact_info {
	padding-top: 40px;
}

.contacts_info.top_contact_info .address {
	margin-bottom: 20px;
}

.wa__header__top {
	position: absolute;
	right: 220px;
	width: auto;
	display: flex;
}

@media (max-width: 600px) {
    .maps__contacts__block {
        overflow: unset !important;
        position: unset !important;
    }
    
    .maps__contacts__block iframe {
        height: 400px;
    }
    
    .alm-listing .alm-reveal {
        gap: 6px;
    }
    
    .solution_desc {
        font-size: 13px;
    }
    
    .gazgolders_block .solution_title {
        min-height: 79px !important;
    }
}

#top .dt{
    position: relative;
}

.reit__block a {
    background: url(../img/556.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    background-size: cover;
    width: 196px;
    height: 47px;
    top: 0;
    left: 30%;
}

@media(max-width: 1050px) {
	.reit__block a {
		background: url(../img/556.svg);
		background-repeat: no-repeat;
		position: absolute;
		background-position: center;
		background-size: cover;
		width: 196px;
		height: 47px;
		top: 0;
		left: 25%;
	}
	
	.reit__block__avito a {
		left: 46% !important;
	}
}

@media (max-width: 970px) {
	.reit__block__avito a {
		display: none;
	}
	
	.reit__block a {
		background: url(../img/556.svg);
		background-repeat: no-repeat;
		position: absolute;
		background-position: center;
		background-size: cover;
		width: 196px;
		height: 47px;
		top: 0;
		left: 35%;
	}
}

@media (max-width: 768px) {
	.header_cont {
		margin-top: 116px;
	}
}


@media (max-width:750px) {
	.reit__block a {
		display:none;
	}
	
	.head_phone a.phone1 {
		padding: 15px 0 0 35px;
	}
	
	.head_phone a.phone1:before {
		left: 5px !important;
		top: 65% !important;
	}
	
	.wa__header__top {
		top: 13px;
	}
	
	.reit__block__mobile a {
		background: url(/wp-content/uploads/2024/06/556.png);
		background-position: center;
		background-size: cover;
		width: 73px;
		height: 21px;
		position: absolute;
		left: 39%;
		top: 13px;
	}
}

@media (max-width:700px) {
	#top {
		top: 50px;
	}
	
	.mobile_menu_opener {
		top: 61px;
	}
	
	.head_phone a.phone1 {
		padding: 0 0 0 35px;
	}
	
	.head_phone a.phone1:before {
		left: 10px !important;
		top: 50% !important;
	}
	
	.wa__header__top {
		top: unset;
	}
	
	.reit__block__mobile a {
		background: url(/wp-content/uploads/2024/06/556.png);
		background-position: center;
		background-size: cover;
		width: 73px;
		height: 21px;
		position: absolute;
		left: 12%;
		top: 13px;
	}
}

@media (max-width:500px) {
	.head_phone a.phone1:before {
		background: url(../img/icon-phone.svg) no-repeat center;
		content: '';
		position: absolute;
		left: 10px !important;
		width: 15px;
		height: 15px;
		top: 46% !important;
		margin-top: -7px;
	}
	
	
	
	#top .head_phone p, #top .head_phone a {
		float: none;
		text-align: right;
		max-width: 100%;
		width: auto;
		margin: 0 !important;
		display: flex;
		line-height: 1.2;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		min-height: 45px;
		height: 100%;
		align-items: center;
		justify-content: center;
	}
	
	.wa__header__top {
		top: 8px;
	}
	
	#top {
		top: 60px;
		box-shadow: 0px 10px 30px rgba(0,0,0,.05);
	}
	
	.mobile_menu_opener {
		top: 70px;
	}
	
	#top .head_phone {
		text-align: center;
		margin: 0 40px 0 0;
		min-width: unset;
	}
	
	.header_cont {
		background: rgba(22, 70, 99, .9) url(https://gasteplospb.ru/wp-content/uploads/2024/06/bg-mobile-main.webp) no-repeat center bottom;
		overflow: hidden;
		padding: 25px 15px;
		text-align: center;
		background-size: cover;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		flex-direction: column;
	}
	

}

@media (max-width:450px) {
	.wa__header__top {
		right: 220px !important;
	}
	
	.cst_title {
		font-size: 18px;
	}
	
	.hc_headers .title__text {
		font-size: 13px;
	}
	
	.header_cont .hc_btn {
		font-size: 14px;
		padding: 11px 14px;
	}
	
	.hc_actions {
		margin: 10px 0;
	}
	
	.hc_items {
		margin: 0 auto;
	}
	
	.hc_headers, .hc_items, .hc_actions {
		margin: 0 auto 5px;
	}
}

@media (max-width:400px) {
	#top .head_phone p, #top .head_phone a {
		min-height: 37px;
	}
	
	.wa__header__top {
		top: 3px;
	}
	
	.reit__block__mobile a {
		background: url(/wp-content/uploads/2024/06/556.png);
		background-position: center;
		background-size: cover;
		width: 55px;
		height: 14px;
		position: absolute;
		left: 11%;
		top: 11px;
	}
}


@media (max-width:375px) {
	.wa__header__top {
		right: 199px !important;
	}
	
	.reit__block__mobile a {
		background: url(/wp-content/uploads/2024/06/556.png);
		background-position: center;
		background-size: cover;
		width: 55px;
		height: 14px;
		position: absolute;
		left: 10%;
		top: 11px;
	}
}


@media (max-width:350px) {
	.wa__header__top {
		right: 199px !important;
	}
	
	.reit__block__mobile a {
		display: none;
	}
}

.head_phone a.phone1:before {
    background: url(../img/icon-phone.svg) no-repeat center;
    content: '';
    position: absolute;
    left: 7px;
    width: 15px;
    height: 15px;
    top: 44%;
    margin-top: -7px;
}

.reit__block__avito a {
	background: url(/wp-content/uploads/2024/06/avito-reit.png);
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    background-size: cover;
    width: 196px;
    height: 47px;
    top: 0;
    left: 54%;
}

.hc_icon.icon_tl.icon_tl_gas {
    background: url(https://krokol.gasteplospb.ru/wp-content/uploads/2024/06/t3n1s0dlvo-1.png) 50% no-repeat;
}

i.fa.fa-angle-left:before {
    content: '❮';
}


/* СЛАЙДЕР АНТИСПАМ - НАЧАЛО */

.slider__range {
	width: 100%;
	height: 45px;
	background: #f0f0f0;
	margin: 0 0 20px  0;
	border-radius: 3px;
    position: relative;
    overflow: hidden;
    font-family: sans-serif;
}

.slider__range:before {
    content: 'Потяните вправо';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider__range.final:before {
    content: 'Выполнено!';
}

.slider__range-track {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;  
    position: relative;
}

.slider__range-overlay {
    width: 0px;
    height: 100%;
    background-color: #5282ff;
    opacity: .17;
}

.slider__range-overlay.final {
    background-color: #52ffb5;
}

.slider__range-btn {
    height: 100%;
    width: 34px;
    display: grid;
    place-content: center;
    background-color: #5282ff;
    color: white;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.slider__range-btn:hover {
    background-color: #5173CF;
}

.slider__range-btn:before {
	content: '';
	width: 22px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSLQodC70L7QuV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI0IDI0Ig0KCSBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNCAyNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPG1ldGFkYXRhPg0KCTxzZnc+DQoJCTxzbGljZXM+PC9zbGljZXM+DQoJCTxzbGljZVNvdXJjZUJvdW5kcyAgYm90dG9tTGVmdE9yaWdpbj0idHJ1ZSIgaGVpZ2h0PSIxNy40IiB3aWR0aD0iMTAuMSIgeD0iNy4zIiB5PSIzLjMiPjwvc2xpY2VTb3VyY2VCb3VuZHM+DQoJPC9zZnc+DQo8L21ldGFkYXRhPg0KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSI3LjMsNC43IDE0LjYsMTIgNy4zLDE5LjMgOC43LDIwLjcgMTcuNCwxMiA4LjcsMy4zICIvPg0KPC9zdmc+DQo=);
	background-position: center;
	background-repeat: no-repeat;
}

 
.slider__range-btn.final {
    background-color: #32cd32;
}
 
.slider__range-btn.final:before {
    content: '\2713';
	background-image: none;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 22px;
}


/* СЛАЙДЕР АНТИСПАМ - КОНЕЦ */

.gazgolders_block .solution_img {
    max-width: 310px;
    height: auto;
}

.gazgolders__item img {
    max-width: 310px;
}

.header_cont-gazg {
    background: rgba(22, 70, 99, .9) url(https://gasteplospb.ru/wp-content/uploads/2024/11/gazg-1-1.png) no-repeat center bottom;
    background-size: cover;
}

.hc_icon.icon_ru {
    width: 20%;
    background-size: contain;
}

.hc_item {
    width: 100%;
    display: flex;
    gap: 5px;
}

.hc_desc {
    width: 80%;
}

.hc_icon.icon_ru {
    width: 20%;
    background-size: contain !important;
}

.hc_desc span {
    font-size: 20px;
}

.wa__header__top.tg__header__top {
    right: 260px;
}

@media(max-width: 780px) {
	.wa__header__top.tg__header__top {
		right: 300px !important;
	}
}

@media(max-width: 750px) {
	.wa__header__top.tg__header__top {
		right: 290px !important;
	}
}

@media(max-width: 480px) {
	.wa__header__top a img {
		width: 20px !important;
		height: 20px !important;
	}
	
	.wa__header__top {
        right: 230px !important;
    }
	
	.wa__header__top.tg__header__top {
        right: 260px !important;
    }
}

@media (max-width: 450px) {
	.wa__header__top {
		display: none;
	}
}

.workers__list {
    display: grid;
    justify-content: center;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.workers__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.workers__img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.workers__item__title {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

p.name__worker {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

p.job__title {
    font-size: 15px;
    text-align: center;
    opacity: 0.7;
    margin: 0;
}

.workers__objects {
    padding: 10px;
    border: 1px solid rgb(18, 109, 245);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.workers__objects p {
    margin: 0;
    font-size: 14px;
    color: rgb(18, 109, 245);
}

#contacts {
    margin-bottom: 50px;
}

.container__workers {
    margin: 50px 0;
}

@media(max-width: 950px) {
	.workers__list {
		display: grid;
		justify-content: center;
		gap: 30px;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 550px) {
	.workers__list {
		display: grid;
		justify-content: center;
		gap: 30px;
		grid-template-columns: repeat(1, 1fr);
	}
}

.body__low__price {
    position: relative;
}

.container__low__price__bck {
    position: absolute;
    background: url(https://gasteplospb.ru/wp-content/uploads/2025/02/2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.body__low__price__container {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

p.top__text {
    font-size: 14px;
    width: 74%;
    margin-bottom: 10px;
}

.low__price__list {
    display: flex;
    gap: 10px;
}

.low__price__list__left {
    width: 30%;
}

.low__price__item {
    display: flex;
    gap: 4px;
    min-height: 60px;
    flex-direction: column;
}

.low__price__item__text {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

img.low__price__icon {
    width: 15px;
    height: 15px;
}

p.low__price__item__title {
    font-weight: 600;
    line-height: 12px;
    margin: 0;
}

p.low__price__item__subtitle {
    font-size: 12px;
}

.low__price__list__right {
    width: 30%;
}

.low__price__btn {
    background: rgb(255, 231, 64);
    color: black;
    border-radius: 15px;
    max-width: 260px;
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.director__block {
    max-width: 150px;
    position: absolute;
    bottom: 10px;
    right: 175px;
}

.director__block img {
    width: 100%;
    height: auto;
}

.low__price__btn a {
    text-decoration: unset;
}

@media (max-width: 700px) {
    .container__low__price__bck {
        background: url(https://amosova-gora.gasteplospb.ru/wp-content/uploads/2025/02/1.png);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 10px;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
	
	.body__low__price {
        height: 1000px;
    }
	
	p.top__text {
        width: 100%;
    }
	
	.low__price__list__left {
        width: unset;
    }
	
	.low__price__list__right {
        width: unset;
    }
}

@media (max-width: 500px) {
    .body__low__price {
        height: 800px;
    }
}

.container__shop {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

p.shop__subtitle {
    margin: 0;
}

.shop__top__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.shop__top__bottom img {
    width: 50%;
    height: auto;
    border-radius: 10px;
}

.shop__btn {
    width: 100%;
    height: auto;
    padding: 10px;
    background: rgb(46, 190, 67);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop__btn a {
    color: white;
    text-decoration: unset;
    font-size: 20px;
    font-weight: 600;
}

.survey__wrap {
    max-width: 636px;
    height: 280px;
    width: 100%;
}

.survey__block {
    position: relative;
    background: url(https://gasteplospb.ru/wp-content/uploads/2025/02/fon-survey-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: auto;
    border-radius: 10px;
    padding: 25px 37px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.symbol__online {
    background: #64C87C;
    max-width: 67px;
    color: white;
    padding: 6px 3px;
    width: 100%;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.symbol__online p {
    position: relative;
    margin-left: 8px;
    margin-bottom: 0 !important;
    font-size: 10px;
    line-height: 17px;
}

.symbol__online p:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: white;
    top: 5px;
    left: -8px;
    border-radius: 100%;
}


.survey__title p {
    font-size: 22px;
    font-weight: 600;
    max-width: 369px;
    margin-bottom: 0;
    line-height: 26px;
}

.survey__btn a {
    padding: 12px 26px;
    background: rgb(255, 231, 64);
    border-radius: 7px;
    color: black;
    text-decoration: unset;
    font-size: 12px;
    box-shadow: 0px 4.04px 4.04px 0px #0000002e;
    font-weight: 600;
}

.survey__block__gift {
    display: flex;
    gap: 16px;
    align-items: center;
}

.survey__block__gift__img {
    max-width: 49px;
    max-height: 49px;
}

.survey__block__gift__text p {
    margin-bottom: 0;
    font-size: 14px;
}

p.survey__block__gift__bold {
    font-weight: 600;
}
.opros__block {
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
}

@media (max-width: 900px) {
	.opros__block {
		display: block;
	}
}

@media (max-width: 550px) {
    .survey__wrap {
        position: relative;
    }
	
	.survey__block {
        background: url(https://gasteplospb.ru/wp-content/uploads/2025/02/fon-survey-no-text.jpg) !important;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
	
	.symbol__online p {
        font-size: 10px;
    }
	
	.survey__title p {
        font-size: 13px;
        font-weight: 600;
        max-width: 235px;
        margin-bottom: 0;
        line-height: 23px;
    }
}

@media (max-width: 470px) {
    .survey__wrap {
        max-width: 636px;
        height: 200px;
        width: 100%;
    }
	
	.survey__block {
        padding: 16px 17px;
    }
	
	.survey__wrap:before {
        position: absolute;
        background: url(https://gasteplospb.ru/wp-content/uploads/2025/02/name.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 12px;
        right: 45px;
        content: '';
        z-index: 9;
        width: 100px;
        height: 50px;
    }
	
	.survey__title p {
        font-size: 11px;
        font-weight: 600;
        max-width: 235px;
        margin-bottom: 0;
        line-height: 16px;
    }
	
	.survey__btn a {
        padding: 8px 21px;
        font-size: 10px;
    }
	
	.survey__block__gift__img {
        max-width: 30px;
        max-height: 30px;
    }
	
	.survey__block__gift__text p {
        margin-bottom: 0;
        font-size: 11px;
    }
	
	.survey__block__gift__text p {
        margin-bottom: 0;
        font-size: 11px;
    }
}

@media (max-width: 360px) {
    .survey__wrap:before {
        position: absolute;
        background: url(https://gasteplospb.ru/wp-content/uploads/2025/02/name.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 12px;
        right: 25px;
        content: '';
        z-index: 9;
        width: 100px;
        height: 50px;
    }
}

div#contactPage #contacts {
    margin-bottom: 50px;
    z-index: 99;
}

.solution_blocks .gazgolders__list.subcategories {
    justify-content: flex-start;
    gap: 15px;
}

p.availability__block {
    margin: 0;
    color: #00a900;
    font-size: 20px;
    font-weight: bold;
	width: 57%;
    text-align: right;
}

.p-sol.gazgolder ul.lSPager.lSGallery {
    margin-top: 45px !important;
}

p.solution_square {
    margin: 0 !important;
}

.availability__block__card {
	margin: 0;
    color: #00a900;
    font-size: 17px;
    font-weight: bold;
}

@media(max-width: 920px) {
	p.availability__block {
		width:100%;
		text-align: left;
	}
}

@media(max-width: 550px) {
	p.availability__block {
		margin-top: 20px;
		
	}
	
	.availability__block__card {
		font-size: 15px;
	}
}

a.hc_btn:hover {
    background: rgb(172, 16, 82);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.kredit__btn__block {
    display: flex;
    justify-content: space-between;
    gap: 5px;
	margin-top: 10px;
}

a.kredit__btn {
    padding: 15px 20px;
    font-size: 17px;
    margin: 0;
    font-weight: bold;
	border: 2px solid rgb(0, 68, 100);
	text-decoration: unset !important;
	border-radius: 2px;
	cursor: pointer;
	color: rgb(0, 68, 100);
}

a.kredit__btn:hover {
	background: rgb(0, 68, 100);
	color: white;
}

.hc_icon.icon_nalichie {
    background: url(https://gasteplospb.ru/wp-content/themes/gasteplospb/assets/img/icon_gu.png) 50% no-repeat;
    filter: brightness(0.7);
}

.p-sol.gazgolder ul.lSPager.lSGallery {
    max-width: 100%;
    overflow: hidden;
    width: calc(100% - 350px) !important;
}

.p-sol.gazgolder .lSSlideOuter.noPager {
    min-height: 600px;
}

@media(max-width: 1000px) {
	.p-sol.gazgolder .lSSlideOuter.noPager {
		min-height: unset;
	}
}

.hc_icon.icon_ru {
    width: 60px;
    background-size: contain !important;
}

@media (max-width: 450px) {
    .rightBlock {
        justify-content: center !important;
    }
	
	.dtc.foot_phone {
		display: flex;
		flex-direction: column;
		margin-top: 20px;
		gap: 20px !important;
	}
	

}

.telega-footer a img {
    max-width: 100px;
}

a.phone_alloka:before {
    background: url(https://gasteplospb.ru/wp-content/themes/gasteplospb/assets/img/icon-phone.svg) no-repeat center;
    content: '';
    position: absolute;
    left: -21px;
    width: 15px;
    height: 15px;
    top: 44%;
    margin-top: -7px;
    filter: invert(1);
}

a.phone_alloka {
    position: relative;
}

.wa__header__top.max__header__top {
    right: 182px;
}

.head_phone a.phone1:before {
	content: unset;
}

@media (min-width: 992px) {
    .head_phone {
        position: unset;
    }
}

.head_phone a.phone1 {
    padding: 0;
}

.soc__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.wrap__states {
    padding-top: 140px;
    min-height: 70vh;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin: 30px 0;
}

.blog-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    height: 300px;
}

.blog-item-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
}


.blog-item-no-image {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.title__blog {
    margin: 0 0 10px 0;
    font-size: 1.2em;
}

.title__blog {
    text-decoration: unset;
    color: white;
}

article.blog-item a {
    display: contents;
}


.blog-item time {
    display: block;
    font-size: 0.9em;
    margin-bottom: 10px;
    color: #ccc;
}

.btn-read-more {
    display: flex;
    background: #164663;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9em;
    align-items: center;
    justify-content: center;
	margin: 0;
}

.btn-read-more:hover {
    background: #005177;
}

.blog-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgb(0 0 0 / 82%), transparent);
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	transition: ease .5s;
}

.single-blog-post {
    padding: 20px 0;
}

.author__section {
	margin-top: 40px;
    padding: 20px;
    border-radius: 8px;
    background-color: #fafafa;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.author__wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.author__block {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.author__img {
	width: 150px;
    height: 150px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.author__info {
    flex-grow: 1;
}

.author__title p {
    margin: 0;
    font-weight: bold;
}

.author__btn {
    margin-top: 10px;
}

p.all__states a {
    color: #cd0022;
    font-weight: bold;
}

.author__left p span {
    color: #cd0022;
}

.author__info {
    display: flex;
    flex-direction: column;
    gap: 10px;
	width: 50%;
}
.author__info p {
    margin: 0;
}

@media(max-width:850px) {
	.author__block {
		align-items: center;
		flex-direction: column;
	}
	
	.author__left {
		width: 100%;
	}
	
	.author__info {
		width: 100%;
	}
}

.breadcrumbs-blog {
    display: flex;
    gap: 5px;
}

.blog-overlay:hover {
    background: linear-gradient(to top, rgb(0 0 0), transparent);
}

p.footer_menu_blog a {
    color: white;
}
p.footer_menu_blog {
    margin: 10px 0 10px 37px;
}

@media (max-width: 700px) {
    p.footer_menu_blog {
        font-size: 12px;
        text-align: center;
        margin: 0;
    }
}

.img-state {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

button.button.expert-review-poll__result-button.js-expert-review-poll-result-button {
    background: rgb(195, 11, 84);
}

.post-content {
    line-height: 32px;
    font-size: 17px;
}
.post-content ul li {
    list-style: disc;
    margin-left: 20px;
    line-height: 32px;
}

.post-content ul {
    margin-bottom: 10px;
}

.post-content table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	border-collapse: collapse; 
}
.post-content table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
.post-content table td {
	border: 1px solid #dddddd;
	padding: 5px;
}

.post-content a {
    color: #164663;
    font-weight: bold;
}

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

.post-content p a span {
    font-weight: bold !important;
}

.state__img__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.img-state-block {
    width: 49%;
}

.text-state-block {
    width: 49%;
}

@media(max-width:1020px) {
	.img-state-block {
		width: 60%;
	}

	.text-state-block {
		width: 100%;
	}
	
	.state__img__wrap {
		justify-content: center;
	}
	
}