.section-item-advantages {
    background: #fff;
    padding: 47px 0;
}
.section-item-advantages__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-item-advantages__item {
    display: flex;
    align-items: center;
    padding: 21px 25px;
    border-right: 1px solid #C3C3C3;

}
.section-item-advantages__item:first-child {
    padding-left: 0;
}
.section-item-advantages__item:last-child {
    padding-right: 0;
    border-right: 0;
}
.section-item-advantages__text {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
    margin-left: 13px;
}
.section-item-advantages__image {
    max-width: 73px;
}
.section-example {
    margin: 80px 0;
}
.section-example p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.001em;
    text-align: left;
    color: var(--dark-gray-color);
}
.section-example__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 13px;
}
.gallery-item {
    background: #fff;
    box-shadow: 0px 4px 28px 0px #64646433;
    border-radius: 9px;
    overflow: hidden;
}
.gallery-item img {
    height: 307px;
    border-radius: 9px 9px 0 0;
    object-fit: cover;
}
.gallery-item__content {
    padding: 20px;
}
.gallery-item__image {
    overflow: hidden;
    display: block;
}
.gallery-item__image img {
    transition: all 1s;
    display: block;
}
.gallery-item:hover .gallery-item__image img {
    transform: scale(1.1);
}
.gallery-item__content .btn {
    width: 100%;
    justify-content: center;
}
#load-more-gallery {
    grid-column: span 4 / auto;
    justify-content: center;
    border-color: var(--blue-color);
    width: 100%;
}
.section-shop-other {
    margin-bottom: 0;
}
.section-table {
    margin-top: 80px;
}
.search-result {
    overflow-y: auto;
    max-height: 94%;
}
/* total width */
.search-result::-webkit-scrollbar {
    background-color:#fff;
    width:5px
}

/* background of the scrollbar except button or resizer */
.search-result::-webkit-scrollbar-track {
    background-color:#fff
}
.search-result::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
}

/* scrollbar itself */
.search-result::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:3px;
    border:1px solid #fff
}
.search-result::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:1px solid #f4f4f4
}
@media screen and (max-width: 950px) {
    .section-item-advantages__wrapper {
        flex-direction: column;
    }
    .section-item-advantages__item{
        border-right: 0;
        border-bottom: 1px solid #C3C3C3;
        width: 100%;
    }
    .section-item-advantages__item:last-child {
        border-bottom: 0;
        padding-right: 25px;
    }
    .section-item-advantages__item:first-child {
        padding-left: 25px;
    }
    .section-example__wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    #load-more-gallery {
        grid-column: span 1 / auto;
    }
    .section-portfolio__head .btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: none;
    }
    .section-portfolio__wrapper {
        padding-bottom: 100px;
    }
    .bottom-container {
        text-align: center;
    }

}


div#calc_container{
    padding-bottom:63px;
}
.calc {
}
.calc__description {
    font-size: 14px;
    margin: 10px 0 0;
}
.calc__form{
    padding: 0 15px;
    margin: 0 auto;
    font-size: 18px;
}
.calc__form__row {
    width: 100%;
    position:relative;
    margin-bottom:30px;
}
.calc__form__row.wad{
    margin-bottom:0;
}
.calc__form__item__name {
    font-size: 14px;
    display: block;
    text-align:left;
}

.calc__form__item__input{
    width:100%;
    font-family:inherit;
    font-size: 16px;
    border:1px solid #becedb;
    padding: 5px 20px;
    outline: none!important;
}
input#lett_txt_1 {
    background: #F6F6F6;
    border-radius: 5px;
    line-height: 50px;
    border: none;
}
.btn-calc-form{
    margin:0;
}

.calc__form__bottom {margin: 25px 15px;}

.calc__price {
    font-size:36px;
}
.calc__items {
    margin: 0;
    position: relative;
}

.calc__item__picture {
    background-size:contain!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
    width: 100%;
    padding-top: 95px;
    background: #fff;
    margin: 0 0 10px;
}
.calc__item {
    padding-top:60px;
}
.calc__item__name {
    text-align:center;
    margin-top:30px;
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    text-transform: uppercase;
    color: #757575;
    cursor: pointer;
    padding: 3% 5%;
    border-radius: 5px;
    border: 2px solid #DEE4EE;
    display: flex;
    align-items: center;
    justify-content: center;
    height:121px;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
}
.calc__item-active .calc__item__name{
    background-color:var(--blue-color);
    border-color:var(--blue-color);
    color: #fff;
    box-shadow:none;
}
.calc__count {
}

.calc__count__button {
    text-align:center;
    width: 24px;
    color: #111;
    height: 30px;
    line-height: 28px;
    cursor: pointer;
    background: #becedb;
    font-weight: bold;
    user-select:none;
}
.calc__count__button-left{
}
.calc__count__button-right{
}
.calc__count__input {
    font:inherit;
    height: 30px;
    border: 2px solid #becedb!important;
    text-align: center;
    width: 70px;
    padding: 0 0 0 15px;
}
.calc__container {
    display: none;
    align-items:center;
    padding:60px 0 0;
}
.calc__container.calc__container_active{
    display:block;
}
img.calc__picture-mobile {
    border-radius: 15px;
    margin-bottom:30px;
}
.v-select .dropdown-toggle .clear {
    display: none!important;
}

.v-select.searchable .dropdown-toggle {
    width: 100%;
    font-size: 18px!important;
    border: 2px solid #becedb!important;
    border-radius: 50px!important;
    padding: 0px 10px!important;
    outline: none!important;
    text-align: left;
}

.v-select .open-indicator {
    right: 15px;
}

.calc__form__item__select {
    cursor: pointer;
    text-align: left;
    width: 100%;
    font-size: 16px;
    border:2px solid #becedb;
    padding: 17px 20px;
    outline: none;
    line-height: 25px;
    color: #000;
    border-radius: 5px;
    overflow: hidden;
}
.calc__form__item__select-opened{border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
.calc__form__item__select-items {
    font-size: 16px;
    position: absolute;
    top: 95%;
    background: #fff;
    z-index: 10;
    width: 100%;
    border: 2px solid #becedb;
    overflow: hidden;
    display: none;
    color:#000;
    border-bottom:0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
div#calc_container label {
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    color: #000000;
    margin-bottom:15px;
}
div#calc_container label span {
    font-size: 16px;
    color: #E1E1E1;
}
.calc__form__item {
    position: relative;
}

.calc__form__item__select-item {
    text-align:left;
    padding: 5px 15px;
    border-bottom: 2px solid #becedb;
    cursor: pointer;
}

.calc__form__item__select-item:last-of-type {
    /*border-bottom: 0px;*/
}

.calc__form__item__select-item:hover {background:#fafafa;}
.calc__form__item__icon {
    font-size: 14px!important;
    cursor:pointer;
    position: absolute;
    top:63px;
    right: 15px;
}
.calc__form__item__icon i {
    color:#3498db!important;

}
.calc__picture-container {
}

.calc__picture {
    background-size: cover;
    background-position: center center;
    border-radius: 25px;
}

.calc__form__bottom {
    padding: 0 0 25px;
}
.calc__form__bottom:before {
    content: '';
    display: block;
    border-bottom: 1px dashed #A7A7A7;
    margin: 0 -15px 30px;
}
.calc__form__bottom__right{
}

.calc__form__item__input-textarea {
    height:36px;
}

.calc__price {
    min-width: 177px;
    color:#000;
}
.calc__price i {
    font-size: 19px;
}
label.fb.calc__form__item__name {
    font-weight:500;
    margin: 0 0 5px;
}
.btn-calc-form-inactive, .btn-calc-form-inactive:hover {
    background: #becedb;
    cursor: default;
}
.calc__form__row.nact {
    opacity: .5;
}
.form_hint {
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 33px;
}
.not_act{
    display:none;
}
.lett_item{
    cursor:pointer;
}
.lett_item,
.podl_sel{
    float: left;
    text-align: center;
    padding: 21px;
    padding-left:9%;
    cursor: pointer;
    border-radius: 6px;
    font-size:24px;
    font-weight:300;
    border: 2px solid #D3DAE9;
    width:47%;
    margin-right:3%;
    color:#000;
    position:relative;
}
.lett_item.li_sec,
.podl_sel.li_sec {
    width: 47%;
    margin-left: 3%;
    margin-right: 0;
}
.lett_item.selt svg path {
    fill: #fff;
}
.lett_item.selt,
.podl_sel.psact{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#939393+0,eaeaea+100 */
    background-color: var(--blue-color);
    border: 2px solid var(--blue-color);
    color:#fff;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}
.lett_item svg {
    max-width: 30px;
    height: auto;
    display: inline-block;
    top: 50%;
    position: absolute;
    left: 34px;
    transform: translateY(-50%);
}
.lett_item.li_sec {
    padding-left: 10%;
}
.podl_sel{
    padding-left:0;
    padding-right:0;
    text-align:center;
}

.lett_item.li_sec svg {
    left: 44px;
}
.lett_item.odn-dvust svg {
    top: 17px;
}
.lett_item.odn-dvust {
    padding-left:7%;
}
.lett_item.odn-dvust svg {
    left: 29px;
}
#bd {
    background: #000;
    opacity: 0.7;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
    top:-100%;
}
.user_form {
    display: none;
    position: fixed;
    background: #fff;
    z-index: 999999999999;
    padding: 42px;
    width: 350px;
    top:0;
    margin: 100px auto 0;
    left:100%;
    right:0;
    width:100vw;
    max-width:520px;
}
.fzag{
    font-size: 42px;
    font-weight: 300;
    padding:60px 0px;
    text-align: center;
    background-color: #3398db;
    line-height: 1;
}
.user_form form input{
    border-radius:0;
    margin-bottom:12px;
}
.blue_form{
    background-color:#3398db;
    color:#fff;
    text-align:center;
}
.blue_form.reg_form{
    padding-bottom:30px;
}
div#wpcf7-f2534-p2535-o1{
    box-shadow: 0px 14px 40px 0px rgba(0, 0, 0, 0.1);
}

#popup_name {
    color: #fff;
    text-align: center;
}
.fszag {
    font-size: 14px;
}
#popup_name input,
.wpcf7 .reg_form input {
    border: 0;
    padding: 10px;
    width: 90%;
    background-color: transparent;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
    box-shadow: none;
    font-size:18px;
}
#popup_name input:focus,
.wpcf7 .reg_form input:focus{
    outline:none;
}
.fdescr {
    width: 50%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.21em;
    margin-bottom: 21px;
}
#popup_name input::-webkit-input-placeholder{
    color:#f0f0f0 !important;
}
#popup_name input::-moz-placeholder{
    color:#f0f0f0 !important;
}
#popup_name input:-moz-placeholder{
    color:#f0f0f0 !important;
}
#popup_name input:-ms-input-placeholder{
    color:#f0f0f0 !important;
}
.wpcf7 .reg_form input::-webkit-input-placeholder{
    color:#f0f0f0 !important;
}
.wpcf7 .reg_form input::-moz-placeholder{
    color:#f0f0f0 !important;
}
.wpcf7 .reg_form input:-moz-placeholder{
    color:#f0f0f0 !important;
}
.wpcf7 .reg_form input:-ms-input-placeholder{
    color:#f0f0f0 !important;
}
div#wpcf7-f2534-p2535-o1{
    text-align:center;
    padding-bottom:30px;
}
#popup_name button[type=submit],
div#wpcf7-f2534-p2535-o1 input[type=submit]{
    box-shadow: none;
    border: 0;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #3398db;
    padding: 16px 42px;
    font-size: 19px;
    margin:30px 0 15px;
    color:#fff;
}
div#wpcf7-f2534-p2535-o1 input[type=submit]{
    margin-bottom:0;
}
.user_form form input[type=submit],
.wpcf7-form input[type=submit]{
    margin-bottom:0;
    border-radius:5px;
}
.user_form form p{
    margin-bottom:0px;
}
#us_frm21{
    padding:0;
}
.call_us,
.write_us,
.call_reg,
.partn_pod_link{
    cursor:pointer;
}
.reg_adv {
    color: #000;
    margin: 0 0 30px;
}
.user_form i.fa.fa-times-circle-o,
.src_cont i.fa.fa-times-circle-o,
.user_form i.fa.fa-times,
.src_cont i.fa.fa-times{
    cursor: pointer;
    font-size: 21px;
    position: absolute;
    top: 3px;
    right: 6px;
    z-index:999;
    color:#fff;
}
.src_cont i.fa.fa-times-circle-o{
    color:#000;
    font-size: 21px;
}
.user_form i.fa.fa-times-circle-o:hover,
.oc_form i.fa.fa-times-circle-o:hover{
    color: #000;
}
/*.user_form input[type=submit]{
	color: #fff !important;
    background: #333;
    font-size: 14px;
    width: 48%;
    text-align: center;
    margin: 1%;
    float: left;
    padding: 6px;
    line-height: 30px;
    border: 1px solid #333;
	border-radius:0px;
	text-transform:uppercase;
}
.user_form input[type=submit]:hover{
	background:#91ce4a;
}*/
.user_form label{
    font-weight:normal;
}
.hide{
    display:none !important;
}
.advert {
    font-size: 10px;
    padding-top: 10px;
    clear: both;
}
.log_tabs>ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.log_tabs>ul li {
    float: left;
    width: 50%;
    padding:0 15px;
    cursor:pointer;
    background-color: #3498db;
    color:#fff;
    padding:21px;
}
.log_tabs>ul li.act{
    background-color: #2a76a9;
}
.log_tabs .tab{
    display:none;
}
.log_tabs .tab.act{
    display:block;
}
.bottom30{
    margin-bottom:30px;
}
/*.pp_gal .gallery-fs{
	box-shadow:none;
}
.pp_gal .gallery-fs figure {
    position: relative;
    float: left;
    width:80%;
}
.pp_gal .owl-carousel{
    position: relative;
    float: left;
    width:20%;
    padding: 0 0 0 15px;
}
.pp_gal .owl-carousel .owl-stage,
.pp_gal .owl-carousel .owl-item{
	width:100% !important;
}
.pp_gal .owl-carousel .owl-item{
	margin-bottom:15px;
}
.pp_gal .gallery-fs .owl-item a img,
.pp_gal .gallery-fs .owl-item a.selected img,
.pp_gal .gallery-fs .owl-item a.selected:after,
.pp_gal .gallery-fs .owl-item a:hover:after{
	border-width:2px;
	border-radius:0;
}*/
.select_calc.sc_check.col-sm-6:before {
    content: '';
    width: 26px;
    height: 26px;
    display: block;
    background-color:#EBEBEB;
    border-radius:3px;
    border:1px solid #EBEBEB;
    text-align:center;
}
.select_calc.sc_check.col-sm-6.selt:before {
    content:'\f00c';
    font-family:'FontAwesome';
    color:#62C55A;
    background-color:#fff;
}
.select_calc.sc_radio.col-sm-6:before {
    content: '';
    width: 26px;
    height: 26px;
    display: block;
    background-color: #EBEBEB;
    border-radius: 100%;
    border: 5px solid #fff;
    box-shadow: 0 0 0 1px #EBEBEB;
}
.select_calc.sc_radio.col-sm-6.selt:before {
    background-color:#62C55A;
}

.select_calc.col-sm-6 {
    padding-left: 42px;
    padding: 30px 15px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
}
.select_calc.col-sm-6.row {
    margin: 0;
}
.select_calc.col-sm-6 img{
    margin:0 21px;
}
.calc__form__row.wad:after {
    content: '';
    display: block;
    border-bottom:1px dashed #A7A7A7;
    width: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
table.selted_pars th {
    text-align: right;
    font-weight: 500;
}
table.selted_pars {
    width: 100%;
    line-height: 45px;
    font-size: 16px;
    color: #000;
}
.exclamation {
    padding-left:63px;
    position: relative;
    line-height: 1.31em;
    margin-top: 6px;
}
.exclamation:before {
    content: '!';
    display: block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px solid;
    border-radius: 100%;
    position: absolute;
    left: 0;
}
.calc__price div {
    text-transform: uppercase;
    font-size: 16px;
    color: #A4A4A4;
    font-weight: 700;
    margin-bottom: 15px;
}
.calc__form__bottom__right {
    text-align: right;
}
div#calc_container label.before_range {
    /*margin-bottom: 36px;*/
}
.calc_form .form-group input:not([type="submit"]),
.calc_form .form-group textarea,
.calc_form .wpcf7 input:not([type="submit"]),
.calc_form .wpcf7 textarea{
    color:#000;
    padding:17px 20px;
    font-weight:400;
    border-radius:5px;
    border:2px solid #becedb;
    line-height:25px;
}
div#calc_container .calc_form label{
    margin-bottom:30px;
}
.calc_form input[type="submit"]{
    background-color: #2F93D5;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    font-weight: bold;
    line-height: normal;
    font-size: 22px;
    color: #FFFFFF;
    border: 0;
    padding: 21px 50px;
    text-transform:uppercase;
    float:right;
}
article.partnerskie-podryady{
    border-width: 1px;
    border-color: rgb(224, 224, 224);
    border-style: solid;
    border-radius: 10px;
    margin-bottom:30px;
    padding:15px 30px;
}
article.partnerskie-podryady:hover{
    box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.1);
}
.pp_top_row {
    margin-bottom:15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}
.get_podr_info {
    font-size: 14px;
    color: #fff;
    background-color: #bdbdbd;
    padding: 3px 14px;
    border-radius: 50px;
    text-align:center;
}
.get_podr_info.gpi_green{
    background-color:#5bbc42;
}
.pp-title{
    font-size: 28px;
    color:#3d3d3d;
    font-weight: bold;
}
.pp_price{
    font-size: 18px;
    font-weight:500;
    color: rgb(246, 20, 38);
    margin:15px 0;
}
.pp_price{
    font-size: 16px;
}
.pp_city {
    margin-bottom: 15px;
}
.post-desc.clearfix p {
    margin: 0;
}
.pp_dat {
    color: #f61426;
    margin-left: 30px;
    padding-left:33px;
    position:relative;
}
.pp_dat:before{
    content:'';
    display:inline-block;
    width:21px;
    height:21px;
    background:url(images/fire.png) 0 0 no-repeat;
    position:absolute;
    left:0;
}
.pp_num, .pp_dat {
    padding-top: 4px;
}
.partnerskie-podryady img {
    border-radius: 10px;
}
.podr_links {
    text-align: right;
}
.podr_links a {
    padding-bottom: 3px;
    display: block;
    text-decoration:underline;
}
.get_podr {
    background-color: #62c55a;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 30px;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 10px;
    cursor:pointer;
}
.get_podr:hover{
    background-color: #357f2e;
}
a.get_all {
    text-decoration: none;
    padding-left: 66px !important;
    display: inline-block;
}
/*	a.get_all:hover{
	background-color: #2a76a9;
	color:#fff;
}*/
.green_sq {
    color: #000;
    text-align: center;
    border: 3px solid #62c55a;
    padding: 42px;
    border-radius:5px;
}
.gsq_zag {
    font-size: 42px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.21em;
}
.gsq_phones a {
    color: #000;
    font-size: 24px;
    font-weight: 500;
}
.home .serv_page_primeru {
    margin: 45px 0 15px;
}
a.btn.btn-md.rabbutt {
    margin-bottom: 70px;
}
.container.download .h3 {
    color: #fff;
}
a.btn.btnblk {
    background-color: #000;
    margin-top: 8px;
    display: inline-block;
    width: auto !important;
}
.pb-filter {
    margin-bottom: 15px;
}
.pb-filter a {
    color: #5c5c5c;
    background-color: #f5f5f5;
    padding: 0px 21px;
    margin: 0 6px 9px 0;
    border-radius: 21px;
    display: block;
    float: left;
    font-size:13px;
}
.pb-zag {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    margin-bottom: 32px;
    position:relative;
}
.page-template-uslugi .pb-zag:after {
    background-color: #3498db;
    bottom: -20px;
    content: "";
    left: 0;
    height: 3px;
    position: absolute;
    width: 73px;
}
.pb-txt {
    font-size: 16px;
    margin-bottom: 27px;
}
.pb-tab {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.pb-row:not(:last-child){
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px solid #a6a6a6;
}
.pb-zam {
    background-color: #3498db;
    color: #000;
    padding: 20px;
    border-radius: 24px;
    margin-bottom: 30px;
    position:relative;
    background: #f8fcff;
    border: 5px solid transparent;
    border-radius: 24px;
    -moz-border-image: -moz-linear-gradient(top right, #2f86d5 0%, #ff5442 100%);
    -webkit-border-image: -webkit-linear-gradient(top right, #2f86d5 0%, #ff5442 100%);
    border-image: linear-gradient(to top right, #2f86d5 0%, #ff5442 100%);
    border-image-slice: 1;

}
.pb-zam img {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
    margin-top: -2%;
}
.pb-zam ul li {
    list-style: disc;
    text-indent: 4px;
    margin-left: 4px;
    font-weight: 500;
}
.pb-zam ul li:before {
    display: none;
}
.pb-zam ul {
    margin: 0;
    padding: 0;
    margin-left: 18px;
    margin-top: 8px;
}
.right-form {
    margin-top:27px;
    text-align: center;
}
.rf-zag {
    font-weight: 500;
    font-size: 26px;
    color: #000;
    margin-bottom: 15px;
}
.right-form .advert {
    line-height: 1.33em;
    font-size: 10px;
    display:none;
}
.right-form .wpcf7 input {
    border-radius:5px;
    font-size: 15px;
    text-align:center;
    padding:10px;
}
.right-form .wpcf7 input:focus{
    outline:none;
    border-color:#3498db;
}
.right-form .wpcf7 input[type=submit] {
    padding: 10px 30px;
    font-size:13px;
    font-weight:500;
    margin-top: 19px;
}
.right-form div.wpcf7 .ajax-loader{
    position:absolute;
}
.pref-txt {
    color: #464646;
    margin-bottom:30px;
}
.pb-tab .btn {
    border-radius:5px;
    margin-top:31px;
    padding:10px 28px;
    font-size:13px;
    height: 47px;
}
.right-ban{
    text-align:center;
}
.price_block{
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom:1px solid #bbb;
}
.price_block>.row{
    /*padding:0;
    margin:0;*/
}
.page-template-uslugi .price_block.price_block_last{
    margin-bottom:0px;
    border-bottom:0;
    padding-bottom:0;
}
.page-template-uslugi .serv_page_primeru{
    overflow:hidden;
    padding-bottom:30px;
}

.page-template-uslugi .page-content .pull-right{
    width:125px;
    text-align:right;
}
.page-template-uslugi .page-content .pull-left{
    width:calc(100% - 125px);
}
.tab-zag {
    font-size: 26px;
    font-weight:500;
    margin-bottom: 18px;
    margin-top: 0px;
}
.usl-item .featured-desc {
    font-size: 14px;
}
.uslov{
    text-align:center;
}
.uslov .icon .icon-title,
.uslov .icon .icon-title a{
    display:inline-block;
    padding-left:10px;
    margin-top: 0;
    vertical-align: top;
    color: #000000;
    -webkit-transition: color .21s ease-out 0s;
    -moz-transition: color .21s ease-out 0s;
    -o-transition: color .21s ease-out 0s;
    transition: color .21s ease-out 0s;
}
.uslov .icon:hover .icon-title,
.uslov .icon:hover .icon-title a{
    color:#eb011c;
    -webkit-transition: color .21s ease-out 0s;
    -moz-transition: color .21s ease-out 0s;
    -o-transition: color .21s ease-out 0s;
    transition: color .21s ease-out 0s;
}
.uslov .icon .icon-media{
    position:relative;
    display:block;
    -webkit-transform:none;
    -ms-transform:none;
    transform:none;
    margin-bottom:30px;
}
.uslov .icon .icon-media.image21,
.uslov .icon:hover .icon-media.image1{
    display:none;
}
.uslov .icon:hover .icon-media.image21{
    display:block;
}
.aside_calc_banner{
    width:289px;
    max-width:calc(100% - 20px);
    height:450px;
    background:url(img/calc_banner.jpg) no-repeat;
    background-size:cover;
    margin-top:15px;
    padding-top:43px;
    box-sizing: border-box;
}
p.big_calc_banner_title{
    font-weight: 500;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
}
a.calc_banner_button{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #FFFFFF!important;
    display: flex;
    justify-content: center;
    align-items: center;
    width:117px;
    height:42px;
    background: #16242E;
}
.aside_calc_banner a.calc_banner_button{
    margin:24px auto 0;
}
.big_calc_banner a.calc_banner_button{
    margin:24px 0 0;
}
a.calc_banner_button:hover{
    color: #000!important;
    background: #fff;
}

.uslugi_content{
    height: auto;
    position: relative;
}

.uslugi_content.closed:after {
    content: '';
    height: 80px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0%;
    display: block;
    background: linear-gradient(to top,#fff 0%,rgba(255, 255, 255,0.7) 50%,rgba(255, 255, 255,0) 100%);
}

.uslugi_content.closed{
    height: 150px;
    overflow: hidden;
}

.recent-news .uslugi_content.closed{
    height: 250px;
    overflow: hidden;
}

.sv_razv{
    color:#3498db;
    font-weight: 500;
    margin-bottom:40px;
    cursor: pointer;
    margin-top:10px;
}

.sv_razv:hover{
    color:#2a76a9;
}

.sv_razv i{
    font-size:12px;
    font-style:normal;
}

.big_calc_banner{
    width: calc(100% - 30px);
    height: 295px;
    background:url(img/calc_big_banner.jpg) no-repeat;
    background-size:cover;
    margin-left:15px;
    margin-top:30px;
    margin-bottom:30px;
    padding:50px 60px;
    box-sizing: border-box;
}

.big_calc_banner p.big_calc_banner_title{
    text-align:left;
    margin-bottom:15px;
}

.big_calc_banner span{
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    display:inline-block;
    width: 220px;
}

.mob_header_menu{
    width: 39px;
    height: 39px;
    display: none;
    position: absolute;
    border: 1px solid #000;
    justify-content: center;
    color: #000;
    top: 0;
    right: 92%;
    align-items: center;
    border-radius: 4px;
    font-size: 18px;
}

@media all and (max-width:1170px) {
    .mob_header_menu{
        display:flex;
    }
}

@media all and (max-width:1000px) {
    .aside_calc_banner{
        display: none;
    }
}
/*@media all and (max-width:374px) {*/
/*  .mob_header_menu{*/
/*    display: none;*/
/*  }*/
/*}*/
@media all and (max-width:767px) {
    .big_calc_banner{
        width:300px;
        max-width:calc(100% - 20px);
        height:450px;
        background:url(img/calc_banner.jpg) no-repeat;
        background-size:cover;
        margin-top:50px;
        padding-top:43px;
        padding-left:0;
        padding-right:0;
        box-sizing: border-box;
        margin-left:auto;
        margin-right:auto;
        text-align: center;
    }
    .big_calc_banner p.big_calc_banner_title{
        text-align: center;

    }

    .big_calc_banner span{
        text-align: center;
    }

    .big_calc_banner a.calc_banner_button{
        margin:24px auto 0;
    }
}
@media screen and (max-width:640px) {
    .pb-zam img {
        position:relative;
        top: 0;
        right: 0;
        height:auto;
        margin-top:0;
        margin-right:0;
    }
    .uslov .icon{
        max-height:none!important;
    }
    .lett_item svg {
        display: none;
    }
    .lett_item {
        padding: 21px 0 !important;
    }
    .big_butt{
        font-size:17px;
        line-height:1.21em;
    }
    .post-meta {
        display: none;
    }
    .jumbotron.calc_link {
        padding: 52px 0;
    }
    .lett_item, .podl_sel{
        font-size:19px;
    }
    .calc__item__name{
        height:77px;
    }
    .calc_form input[type="submit"]{
        float:none;
        width:100%;
    }
    .gsq_phones a{
        font-size: 25px!important;
    }
    .section-item-advantages__image {
        max-width: 60px;
    }
    .section-item-advantages__text {
        font-size: 17px;
    font-weight: 600;
    }
}

strong.post-title {
    display: block;
    line-height: 1.2;
    min-height: 83px;
}
