@charset 'UTF-8';
body {
    font-family: 'Exo 2', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 700;
}

.pulse {
    border-radius: 50%;
    background: #cca92c;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 2s infinite;
}

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

img {
    display: block;
    width: 100%;
    height: auto;
}

a {
    isplay: inline-block;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

.orange_text {
    color: #f17e00;
}

.section_title {
    font-size: 20px;
    font-weight: 300;
    color: #4e4e4d;
}

@media screen and (min-width: 768px) {
    .section_title {
        font-size: 30px;
        line-height: 37px;
    }
}

.section_title-orange {
    font-size: inherit;
    font-weight: 700;
    font-style: italic;
    line-height: 36px;
    color: #ffe000;
}

@media screen and (min-width: 768px) {
    .section_title:before {
        display: inline-block;
        width: 60px;
        height: 20px;
        margin-left: -60px;
        content: '';
        background: url('../images/water.png') center center no-repeat;
    }
}

.section_title-bold_item {
    font-weight: 700;
}

.section_phar {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .section_phar {
        font-size: 18px;
        line-height: 26px;
    }
}

.white_btn {
    font-size: 12px;
    font-weight: 700;
    padding: 10px 40px;
    text-transform: uppercase;
    color: #f17e00;
    border: 1px solid #f17e00;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 13px 21px rgba(0, 0, 0, .05);
    box-shadow: 0 13px 21px rgba(0, 0, 0, .05);
}

.white_btn:hover {
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    color: white;
    background: #f17e00;
}

.main-elektr {
    padding-bottom: 50px;
    background: url('../images/questions-bgmob.jpg') center center no-repeat;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .main-elektr {
        padding-bottom: 10%;
        background: url('../images/main.jpg') center top no-repeat;
    }
}

.main-img2 {
    padding-bottom: 50px;
    background: url('../images/main2.jpg') center center no-repeat;
    background-size: cover;
}

.main-img3 {
    padding-bottom: 50px;
    background: url('../images/main3.jpg') center center no-repeat;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .main-img2 {
        padding-bottom: 10%;
        background: url('../images/main2.jpg') center top no-repeat;
    }
}

.top .container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
}

@media screen and (min-width: 992px) {
    .top .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-direction: row;
    }
}

@media screen and (min-width: 768px) {
    .header_top {
        margin-bottom: 31px;
    }
}

.navigation {
    position: static;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
}

@media screen and (min-width: 992px) {
    .navigation {
        display: block;
    }
}

.nav {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.navbar {
    padding-top: 20px;
    text-align: center;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .navbar {
        padding-top: 0;
        text-align: left;
    }
}

.logo {
    width: 35%;
}

@media screen and (min-width: 576px) {
    .logo {
        width: 30%;
    }
}

.navbar-brand {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

@media screen and (min-width: 768px) {
    .navbar-brand {
        padding-top: 1.3125rem;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    }
}

.navbar-toggler {
    position: absolute;
    top: 25px;
    right: 25px;
    border: 1px solid #f17e00;
    outline: none;
}

.navbar-toggler-icon {
    background: url('../images/mobile-menu.png') center no-repeat;
}

@media screen and (min-width: 768px) {
    .navbar-collapse.collapse.show {
        top: 0;
    }
}

.nav-info {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    margin-top: 23px;
    margin-right: 72px;
}

.nav-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    position: relative;
    overflow: hidden;
    text-align: right;
}

.nav-link:after {
    left: -90%;
    content: '';
}

.nav-link:hover:after {
    position: absolute;
    bottom: 0;
    left: 5px;
    width: 100%;
    height: 2px;
    content: '';
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: -webkit-gradient(linear, left top, right top, from(#dd2b19), to(#f17b01));
    background: -webkit-linear-gradient(left, #1979dd 0%, #016cf1 100%);
    background: -o-linear-gradient(left, #1979dd 0%, #016cf1 100%);
    background: linear-gradient(90deg, #1979dd 0%, #016cf1 100%);
}

@media screen and (min-width: 768px) {
    .nav-link:hover:after {
        width: 90%;
    }
}

.nav-call-number {
    font-size: 25px;
    font-weight: 700;
    line-height: 23px;
}

@media screen and (min-width: 768px) {
    .nav-call-number {
        font-size: 23px;
        margin-top: 42px;
        color: #ffed00;
        padding: 10px;
    }
}

.navbar-expand-lg .navbar-collapse {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.order_btn {
    font-size: 12px;
    font-weight: 400;
    min-width: 166px;
    padding: 7px 24px;
    color: #000;
    border-radius: 5px;
    background-color: #ffe000;
    -webkit-box-shadow: 0 8px 8px rgba(241, 126, 0, .34);
    box-shadow: 0 8px 8px rgba(241, 126, 0, .34);
}

@media screen and (min-width: 768px) {
    .order_btn {
        font-size: 15px;
    }
}

.promo {
    padding: 60px 0 40px;
    text-align: center;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .promo {
        text-align: center;
    }
}

.promo_inner {
    margin-top: 75px;
}

.promo_title {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .promo_title {
        font-size: 40px;
        text-align: center;
        color: #ffed00;
    }
}

.promo_info {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .promo_info {
        font-size: 18px;
    }
}

.promo_info-item {
    font-size: 22px;
    color: #ffed00;
}

@media screen and (min-width: 768px) {
    .promo_info-item {
        font-size: 40px;
    }
}

.promo_info-item svg {
    fill: #f17e00;
}

.promo .order_btn {
    padding: 14px 30px;
}

.info {
    padding: 50px 0 3%;
    color: #4e4e4d;
}

@media screen and (min-width: 768px) {
    .info {
        background: url('../images/grass-right.pg') right bottom no-repeat;
    }
}

.info_desc {
    font-weight: 300;
}

.info_title-lg {
    font-size: 100px;
    font-weight: 900;
    position: relative;
    text-align: center;
    letter-spacing: 4px;
    background: -webkit-linear-gradient(#18a0d9, #49c1e3);
    -webkit-background-clip: text;
    text-shadow: 0 18px 38px rgba(35, 31, 32, .14);
    -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 992px) {
    .info_title-lg {
        font-size: 200px;
    }
}

@media screen and (min-width: 992px) {
    .info_title-lg:after {
        position: absolute;
        top: 81px;
        right: -91px;
        display: inline-block;
        width: 23%;
        height: 5px;
        content: '';
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f07802), color-stop(#ec6807), color-stop(#e8570e), color-stop(#e34514), to(#dd3019));
        /*! background-image: -webkit-linear-gradient(top, #f07802, #ec6807, #e8570e, #e34514, #dd3019); */
        background-image: -o-linear-gradient(top, #f07802, #ec6807, #e8570e, #e34514, #dd3019);
        /*! background-image: linear-gradient(to bottom, #f07802, #ec6807, #e8570e, #e34514, #dd3019); */
    }
}

.info_brick {
    position: relative;
    width: 272px;
    height: 186px;
    margin-top: -60px;
    background: url('../images/main.png') center center no-repeat;
    background-size: contain;
}

@media screen and (min-width: 992px) {
    .info_brick {
        width: 512px;
        height: 314px;
        margin-top: -200px;
    }
}

@media screen and (min-width: 768px) {
    .gallery {
        text-align: center;
    }
}

.gallery .section_title {
    margin-bottom: 60px;
}

.gallery_img {
    height: 200px;
    border-radius: 3px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .gallery_img {
        height: 250px;
    }
}

.gallery_text {
    font-size: 15px;
    font-weight: 700;
    margin: 15px 0;
    padding: 8px 0 8px;
    text-align: center;
    color: #4e4e4d;
}

@media screen and (min-width: 768px) {
    .gallery_text {
        font-size: 14px;
    }
}

.form {
    padding: 50px 0 5%;
    background: url('../images/vyzov.jpg') center no-repeat;
    background-size: cover;
    margin-top: 3%;
}

.form .section_title {
    margin-top: 60px;
    color: #fff;
}

.form .section_title:before {
    content: '';
    background: none;
}

.contact_form {
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(3, 3, 3, 0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(3, 3, 3, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(3, 3, 3, 0.3);
}

.contact_form-tag {
    padding: 30px 25px;
    border: 1px solid #f9f9f9;
    border-radius: 5px;
}

@media screen and (min-width: 576px) {
    .contact_form-tag {
        padding: 18px 54px;
    }
}

.contact_form-title {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    color: #4e4e4d;
}

.contact_form-item {
    margin-bottom: 15px;
}

.contact_form-item .order_btn {
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
    color: #646464;
}

.contact_form-input {
    font-size: 12px;
    width: 100%;
    padding: 14px 30px;
    color: #979797;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 17px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 17px 0 rgba(0, 0, 0, .1);
}

.contact_form-input:-ms-input-placeholder {
    font-size: 12px;
    color: #979797;
}

.contact_form-input::-webkit-input-placeholder {
    font-size: 12px;
    color: #979797;
}

.contact_form-input::-ms-input-placeholder {
    font-size: 12px;
    color: #979797;
}

.contact_form-input::placeholder {
    font-size: 12px;
    color: #979797;
}

.contact_form-input:-moz-placeholder {
    font-size: 12px;
    color: #979797;
}

.contact_form-input::-moz-placeholder {
    font-size: 12px;
    color: #979797;
}

.contact_box {
    padding: 10px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
}

.contact_box p {
    font-size: 10px;
    font-weight: 300;
    margin-bottom: 0;
    color: #4e4e4d;
}

.contact_box .tel-lg {
    font-size: 15px;
}

.contact_box .social_media {
    padding: 10px 0;
}

.contact_box .social_link {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.contact_box .wa {
    background: url('../images/whatsapp.svg') center no-repeat;
}

.contact_box .vk {
    background: url('../images/vk.svg') center no-repeat;
}

.contact_box .tg {
    background: url('../images/telegram.svg') center no-repeat;
}

.contact_box .in {
    background: url('../images/instagram.svg') center no-repeat;
}

.consult {
    padding: 50px 0 3%;
    text-align: center;
    color: #fff;
}

.consult-img2 {
    background: url('../images/form-bg3.jpg') center top no-repeat;
}

.consult .section_title {
    position: relative;
    margin-top: 7px;
    margin-bottom: 40px;
}

.consult .section_title:after {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 40px;
    height: 85px;
    content: '';
    background: url('../images/arrow-form.png') center no-repeat;
    background-size: cover;
}

.consult_desc {
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .consult_desc {
        font-size: 15px;
    }
}

.consult_icon {
    display: inline-block;
}

.consult .measure {
    padding: 56px 32px;
    background: url('../images/consult-sprite.png') 0 50% no-repeat;
}

.consult .optimal {
    padding: 56px;
    background: url('../images/consult-sprite.png') 39% 50% no-repeat;
}

.consult .price {
    padding: 56px 54px;
    background: url('../images/consult-sprite.png') 103% 50% no-repeat;
}

.consult .contact_form-tag {
    color: #4e4e4d;
}

.wecan {
    text-align: center;
    color: #4e4e4d;
}

.wecan .section_title {
    font-weight: 700;
    padding: 20px 0 55px;
}

.wecan .row {
    padding: 0 15px;
}

.wecan_card {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 32px;
    padding: 0 0 20px 0;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 13px 21px rgba(0, 0, 0, .05);
    box-shadow: 0 13px 21px rgba(0, 0, 0, .05);
    -ms-flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (min-width: 576px) {
    .wecan_card {
        max-width: 45%;
        -ms-flex: 0 0 45%;
        -webkit-box-flex: 0;
        flex: 0 0 45%;
    }
}

@media screen and (min-width: 768px) {
    .wecan_card {
        max-width: 23%;
        -ms-flex: 0 0 23%;
        -webkit-box-flex: 0;
        flex: 0 0 23%;
    }
}

.wecan_img {
    height: 173px;
    -o-object-fit: fill;
    object-fit: fill;
}

.wecan_desc {
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    padding: 17px 0 9px;
    border-bottom: 1px solid #e5dfd7;
}

.wecan_price {
    margin-bottom: 23px;
}

.reviews {
    padding: 35% 0 50px;
    text-align: center;
    background: url('../images/review-bg.jp') center top no-repeat;
}

@media screen and (min-width: 768px) {
    .reviews {
        padding: 3% 0 30px;
        display: none;
    }
}

.reviews .section_title {
    font-weight: 700;
    margin-bottom: 60px;
    color: #474646;
}

.reviews .slick-prev {
    z-index: 10;
    left: -15px;
}

@media screen and (min-width: 768px) {
    .reviews .slick-prev {
        left: -35px;
    }
}

.reviews .slick-prev:before {
    content: url('../images/prev-sm.png');
}

@media screen and (min-width: 768px) {
    .reviews .slick-prev:before {
        content: url('../images/prev.png');
    }
}

.reviews .slick-next {
    right: -15px;
}

@media screen and (min-width: 768px) {
    .reviews .slick-next {
        right: -35px;
    }
}

.reviews .slick-next:before {
    content: url('../images/next-sm.png');
}

@media screen and (min-width: 768px) {
    .reviews .slick-next:before {
        content: url('../images/next.png');
    }
}

.reviews .slick-dots li.slick-active button::before {
    font-size: 14px;
    content: '•';
    color: #f17e00;
}

.works {
    padding: 0px 0 23px;
    text-align: center;
}

.works .section_title {
    font-weight: 700;
    margin: 11px 0 48px;
}

.works_desc {
    padding: 28px 0 40px;
}

.works .slick-prev {
    z-index: 10;
    top: 32%;
    left: -15px;
}

@media screen and (min-width: 768px) {
    .works .slick-prev {
        left: -35px;
    }
}

.works .slick-prev:before {
    content: url('../images/prev-sm.png');
}

@media screen and (min-width: 768px) {
    .works .slick-prev:before {
        content: url('../images/prev.png');
    }
}

.works .slick-next {
    top: 32%;
    right: -15px;
}

@media screen and (min-width: 768px) {
    .works .slick-next {
        right: -35px;
    }
}

.works .slick-next:before {
    content: url('../images/next-sm.png');
}

@media screen and (min-width: 768px) {
    .works .slick-next:before {
        content: url('../images/next.png');
    }
}

.works .slick-dots li.slick-active button::before {
    font-size: 14px;
    content: '•';
    color: #f17e00;
}

.feature {
    padding: 50px 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .feature {
        background: #fff url('../images/feature-bg.png') right center no-repeat;
        background-size: 50% 70%;
    }
}

.feature .section_title {
    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .feature .section_title {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .feature_inner {
        width: 50%;
    }
}

.feature_icon {
    display: inline-block;
}

.feature .estimate {
    padding: 45px 42px;
    background: url('../images/feature-sprite.png') 0 50% no-repeat;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .feature .estimate {
        padding: 70px;
    }
}

.feature .deadline {
    padding: 45px 40px;
    background: url('../images/feature-sprite.png') 29% 50% no-repeat;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .feature .deadline {
        padding: 70px 60px;
    }
}

.feature .contract {
    padding: 45px;
    background: url('../images/feature-sprite.png') 59% 50% no-repeat;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .feature .contract {
        padding: 70px 78px;
    }
}

.feature .delivery {
    padding: 45px 54px;
    background: url('../images/feature-sprite.png') 99% 50% no-repeat;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .feature .delivery {
        padding: 70px 87px;
    }
}

.feature_desc {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    color: #4e4e4d;
}

@media screen and (min-width: 768px) {
    .feature_desc {
        font-size: 16px;
        padding: 0 45px;
    }
}

.questions {
    padding: 4% 0;
    color: #fff;
    background-size: cover;
}

.questions-img-elektr {
    background: url('../images/questions-bg.jpg') center center no-repeat;
}

.questions-img-santeh {
    background: url('../images/svar.png') center center no-repeat;
}

.questions-img-transformator {
    background: url('../images/form-bg4.jpg') center center no-repeat;
}

.questions .section_title {
    padding-top: 65px;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .questions {
        background-attachment: fixed;
    }
    .questions .section_title {
        padding-top: 0;
    }
}

.questions .btn-link {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.questions .btn-link:hover {
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .questions .btn-link {
        font-size: 16px;
    }
}

.accordion-container {
    position: relative;
    width: 100%;
    border-top: none;
    outline: 0;
    cursor: pointer
}

.accordion-container .article-title {
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
    padding: 15px 5px;
}

@media screen and (min-width: 768px) {
    .accordion-container .article-title {
        font-size: 16px;
    }
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: rgba(0, 74, 241, 0.31);
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
    color: white;
}

.accordion-container .content_entry-number {
    font-size: inherit;
    color: #ffe000;
    margin-right: 20px;
}

@media screen and (min-width: 576px) {
    .accordion-container .content-entry i {
        right: 30px;
    }
}

.accordion-container .content-entry i {
    position: absolute;
    top: 23px;
    right: 10px;
}

.accordion-container .content-entry i:before {
    background: url('../images/next.png') center no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
}

.accordion-container .content-entry.open i:before {
    content: "";
    transform: rotate(90deg);
}

.accordion-content {
    display: none;
    padding: 20px 40px;
    background-color: rgba(255, 255, 255, .1);
    margin-bottom: 5px;
    margin-top: -5px;
}


/* This stuff is just for the Codepen demo */

.accordion-content .card-text {
    font-weight: 300;
}

#content {
    width: 100%;
}

.warming-way_title {
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #404040;
}

.warming-way_subtitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}

.warming-way .card {
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #deedef;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 21px rgba(206, 206, 206, .15);
    box-shadow: 0 5px 21px rgba(206, 206, 206, .15);
}

.warming-way .card-number {
    font-size: 50px;
    margin-bottom: -20px;
    color: #d5d8df;
}

.warming-way .card .orange_text {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}

.warming-way .card p {
    font-weight: 300;
    padding-left: 23px;
}

.warming-way .list-group {
    font-weight: 300;
}

.warming-way .list-group-item {
    font-weight: 300;
    position: relative;
    padding: 2px 0;
}

.warming-way .list-group-item:before {
    margin-right: 8px;
    content: url('../images/check-mark.png');
}

.warming-way_slider {
    margin-bottom: 26px;
}

.warming-way_slider .slick-prev {
    z-index: 10;
    left: 30px;
}

.warming-way_slider .slick-prev:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    background: url('../images/prev.png') center no-repeat;
    background-size: contain;
}

.warming-way_slider .slick-next {
    right: 30px;
}

.warming-way_slider .slick-next:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    background: url('../images/next.png') center no-repeat;
    background-size: contain;
}

.warming-way_slider img {
    height: 260px;
    -o-object-fit: fill;
    object-fit: fill;
}

.warming-way .contact_form-input,
.warming-way .order_btn {
    width: 80%;
}

.footer {
    padding: 50px 0 30px;
    text-align: center;
}

.footer .order_btn {
    margin: 20px 0;
    padding: 15px 40px;
    color: #000;
}

.footer .order_btn:hover {
    color: #fff;
}

.footer_logo {
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
}

.footer_tel {
    font-size: 25px;
    font-weight: 300;
    display: block;
    margin: 20px 0;
    color: #f17e00;
}

.footer_tel:hover {
    color: #f17e00;
}

.footer_social-icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    display: none;
}

.footer .in {
    background: url('../images/footer-soc-sprite.png') 0 50% no-repeat;
}

.footer .yo {
    background: url('../images/footer-soc-sprite.png') -51px 50% no-repeat;
}

.footer .vk {
    background: url('../images/footer-soc-sprite.png') -100px 50% no-repeat;
}

.footer_text {
    font-size: 12px;
    font-weight: 300;
    color: #4e4e4d;
}

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #b2b2b2;
    background: rgba(178, 178, 178, 0.7);
    padding: 20px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll:hover {
    background: rgba(178, 178, 178, 1.0);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll:hover .fa {
    padding-top: -10px;
}

.scroll .fa {
    font-size: 30px;
    margin-top: -5px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}