@charset "utf-8";

@media (min-width: 1200px) {
    .container {
        /*width: 1200px;*/
    }
}

body.no-scroll {
    overflow: hidden;
    /*position: fixed;*/
}

/* Clear Floated Elements
---------------------------------*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.none-text-decoration:hover
{
    text-decoration : none;
}
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}



@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: Circe;
    src: url(../fonts/Circe-Bold.otf);
    font-weight: 700;
}

@font-face {
    font-family: Circe;
    src: url(../fonts/CRC55.otf);
    font-weight: 500;
}

@font-face {
    font-family: Circe;
    src: url(../fonts/CRC35.otf);
    font-weight: 400;
}

@font-face {
    font-family: Circe;
    src: url(../fonts/CRC25.otf);
    font-weight: 300;
}

/* Primary Styles
---------------------------------*/
body {
    position: relative;
    background: #fff;
    font-family: Circe;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    margin: 0;
}

h1 {
    font-size: 59px;
    line-height: 1;
    margin: 0 0 20px 0;
    font-weight: 700;
}

h2 {
    font-size: 59px;
    line-height: 50px;
    margin: 0 0 0 0;
    font-weight: 700;
}
.lower {
    text-transform: lowercase;
}

.visible {
    display: block;
}

ul {
    list-style: none;
}

.figure {
    margin: 0;
}

img {
    max-width: 100%;
}


a,
a:hover,
a:active {
    outline: 0 !important
}

p {
    line-height: 20px;
    margin: 0 0 0 0;
}

.text {
    font-size: 16px;
    font-weight: normal;
}
.text h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 500;
}
.text h3 {
    font-size: 20px;
    font-weight: 500;
}
.text ul,
ul.text {
    list-style: disc;
    padding-left: 20px;
}
ol {
    padding-left: 20px;
}
.text p,
.text ul,
.text ol {
    margin: 20px 0;
    line-height: 1.7;
}

.text-left {
    text-align: left;
}

.text-block {
    max-width: 900px;
    margin: 0 auto;
}

/*---------------- СТИЛИ ФОРМЫ ---------------*/

body .input-text.error {
    background: rgb(255, 202, 202) !important;
}

body .input-text.valid {
    background: #fff;
}

body .white-popup-block .input-text.valid {
    background-color: #ecf3f4;
}

.white-popup-block {
    position: relative;
    margin: 0 25px 0 20px;
}

.white-popup-block form {
    background: #fff;
    border-radius: 0;
    padding: 40px 90px 70px 90px;
    text-align: left;
    max-width: 880px;
    margin: 40px auto;
    position: relative;
    box-shadow: 12px 12px 0 0 rgba(0, 0, 0, 0.2);
}

.white-popup-block .md-green-body form {
    line-height: initial;
    background: #fff;
    font-size: initial;
    border-radius: 0;
    padding: 0 0 0 0;
    text-align: left;
    max-width: inherit;
    margin: 0 0 0 0;
    position: relative;
    box-shadow: none;
}

.white-popup-block .modal-wrap {
    background: #fff;
    border-radius: 0;
    padding: 30px 20px 30px 20px;
    text-align: center;
    max-width: 320px;
    margin: 40px auto;
    position: relative;
    box-shadow: 12px 12px 0 0 rgba(0, 0, 0, 0.2);
}

.white-popup-block .modal-wrap h2 {
    text-align: center;
    font-size: 24px;
    margin: 0 0 0 0;
    line-height: 30px;
}

.white-popup-block .input-text {
    border: none;
    font-size: 16px;
    resize: none;
    height: 70px;
    line-height: 26px;
    width: 340px;
    margin: 0 0 20px 0;
    color: #323232;
    padding: 1px 20px 0 20px;
    background-color: #ecf3f4;
    /*background-color: #eee;*/
    box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.26);
}

.white-popup-block .input-text::-webkit-input-placeholder,
.white-popup-block textarea::-webkit-input-placeholder,
.white-popup-block textarea::-webkit-input-placeholder {
    color: #323232;
    font-size: 16px;
}

.white-popup-block .input-text:focus {
    outline: none;
}

.white-popup-block textarea {
    font-size: 16px;
    background-color: #ecf3f4;
    /*background-color: #eee;*/
    margin: 0;
    display: block;
    width: 100%;
    height: 160px;
    resize: none;
    padding: 25px 20px 10px 20px;
    border-radius: 0;
    color: #323232;
    border: none;
    box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.26);
}

.white-popup-block textarea:focus {
    outline: none;
}

.white-popup-block .send_block_btn {
    text-transform: uppercase;
    margin: 10px 0 0 0;
    width: 260px;
    height: 70px;
    background-color: #fee400;
    line-height: 70px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding: 0 0 0 0;
    display: block;
    border: none;
    border-radius: 0;
}

.white-popup-block .send_block_btn:hover {
    background-color: #dfc800;
    text-decoration: none;
}

.white-popup-block .send_block_btn:focus {
    outline: none;
}

.white-popup-block .block_modal {
    background: #fff;
    border-radius: 2px;
    padding: 40px 40px 70px 40px;
    text-align: left;
    max-width: 580px;
    margin: 40px auto;
    position: relative;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
}

.white-popup-block h2,
.white-popup-block .h2 {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 50px 0;
    color: #202020;
    font-weight: 700;
    text-transform: none;
    text-align: left;
}

.white-popup-block .wp-text .h1 {
    text-align: left;
}

.preload-popup {

}

.preload-popup .mfp-close {
    display: none;
}

.preload-popup .preloader {
    height: 150px;
    background: #fff;
    border-radius: 0;
    padding: 30px 20px 30px 20px;
    text-align: center;
    max-width: 320px;
    margin: 40px auto;
    position: relative;
    box-shadow: 12px 12px 0 0 rgba(0, 0, 0, 0.2);
    background-image: url(../img/preloader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.mfp-bg {
    background: #2b5566;
    opacity: .5;
}

.white-popup-block button.mfp-close {
    text-indent: -10000px;
    position: absolute;
    padding-top: 0;
    right: 8px;
    top: 8px;
    background-color: #ffffff;
    opacity: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    color: #baaeb0;
    font-size: 36px;
    font-weight: 400;
    background-image: url(../img/cross.png);
    background-repeat: no-repeat;
    background-position: 50% 46%;
}

.white-popup-block button.mfp-close:active {
    top: -27px;
}

.confirmer-title {
    text-align: center;
    display: block;
}

.white-popup-block .block_modal.md-green {
    background: #fff;
    border-radius: 0;
    padding: 0 0 0 0;
    text-align: left;
    max-width: 614px;
    margin: 40px auto;
    position: relative;
    box-shadow: 6px 6px 28px 0 rgba(0, 0, 0, 0.22);
}

.md-green .modal_wrap {

}

.md-green .md-green-head {
    text-transform: uppercase;
    padding: 36px 0 36px 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    line-height: 42px;
    background-color: #7a4ecc;
    background-image: url(/includes/img/wave.svg);
    background-repeat: repeat-x;
    background-position: 0 100%;
}

.md-green .md-wave-head {
    padding: 39px 0 44px 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    line-height: 42px;
    background-color: #7a4ecc;
    background-image: url(/includes/img/wave.svg);
    background-repeat: repeat-x;
    background-position: 0 100%;
}

.md-green .md-green-body {
    padding: 54px 0 70px 0;
    font-size: 30px;
    font-weight: 400;
    color: #000;
    max-width: 370px;
    margin: 0 auto;
    text-align: justify;
    line-height: 45px;
}

.md-green .md-green-body.normaly {
    padding: 40px 20px 55px 20px;
    line-height: initial;
    font-size: initial;
    max-width: 410px;
}
.md-green .md-green-body.text-popup__body {
    padding: 20px 20px 30px 20px;
    max-width: initial;
}

.md-green.md-enter .md-green-body.normaly {
    padding: 40px 20px 0 20px;
}

.md-green.md-forgot .md-green-body.normaly {
    padding: 40px 20px 40px 20px;
}

.md-green .md-green-body .reder {
    color: #ff3b23;
}

.md-green .md-green-body b {
    font-weight: bold;
}

.md-green .form_body {

}

.md-green .input_value {
    border-radius: 30px;
    height: 44px;
    margin: 0 0 0 0;
    box-shadow: 0 0 0 3px #e6e6e6 inset;
}

.md-green .input_value:first-child {
    margin: 0 0 22px 0;
}

.md-green .input_value input {
    outline: none;
    height: 44px;
    border: none;
    background: transparent;
    padding: 0 20px 0 20px;
    font-size: 14px;
    width: 100%;
}

.md-green .form_footer {

}

.md-green .form_footer-btn-wrap {
    margin: 22px 0 25px 0;
}

.md-green.md-forgot .form_footer-btn-wrap {
    margin: 30px 0 25px 0;
}

.md-green .form-ft-btn {
    cursor: pointer;
    outline: none;
    border: none;
    background-image: linear-gradient(to bottom, #fc3c0c, #ec1900);
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 0 50px;
    height: 44px;
    line-height: 46px;
    text-align: center;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
}

.md-green .form-ft-btn:hover {
    background-image: linear-gradient(to bottom, #ec1900, #fc3c0c);
}

.md-green .form-ft-text {
    border-top: 2px solid #ccc;
    font-size: 14px;
    color: #232121;
    padding: 26px 0 26px 0;
}

.md-green.md-enter .form-ft-text {
    padding: 12px 0 12px 0;
}

.md-green .form-ft-entern {
    position: relative;
    top: 2px;
    margin: 0 20px 0 0;
    font-size: 14px;
    color: #232121;
    display: inline-block;
}

.md-green .form-ft-icons {
    display: inline-block;
    height: 52px;
    vertical-align: middle;
}

.md-green .form-ft-icon {
    position: relative;
    display: inline-block;
    margin: 0 0 0 0;
    width: 52px;
    height: 52px;
    background: transparent;
}
.form-ft-icon {
    position: relative;
    display: inline-block;
    margin: 0 0 0 0;
    width: 52px;
    height: 52px;
    background: transparent;
}
.md-green .form-ft-icon.f-vk , .form-ft-icon.f-VKontakte {
    background-image: url(/includes/img/f-vk.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.md-green .form-ft-icon.f-face,  .form-ft-icon.f-Facebook  {
    background-image: url(/includes/img/f-face.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.md-green .form-ft-icon.f-ok , .form-ft-icon.f-Odnoklassniki  {
    background-image: url(/includes/img/f-ok.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.md-green .form-ft-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.md-green .md-footer {
    padding: 0 120px;
    height: 103px;
    background-color: #f4f4f4;
}

.md-green .md-footer-btn-wr {
    display: inline-block;
}

.md-green .md-footer-text {
    position: relative;
    top: 5px;
    margin: 30px 0 0 0;
    padding: 0 0 0 28px;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.25;
    color: #232020;
    max-width: 200px;
}

.md-green .reg-btn {
    margin: 27px 0 0 0;
    padding: 0 27px;
    box-shadow: 0 0 0 3px #ff3b23 inset;
    border-radius: 50px;
    background: #f4f4f4;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    width: auto;
    height: 44px;
    line-height: 46px;
    text-align: center;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
}

.md-green .reg-btn:hover {
    color: #fff;
    background: #ff3b23;
}

.md-green .form_footer-check-wrap {

}

.md-green .licence_block {
    display: inline-block;
    margin: 22px 0 0 0;
}

.md-green .licence_block input[type="checkbox"] {
    display: none;
    visibility: hidden;
    width: 0;
    line-height: 0;
    margin: 0;
}

.md-green .licence_block input + label {
    padding-left: 30px;
    padding-top: 1px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    outline: none;
    display: block;
    margin: 0 0 0 0;
    font-size: 14px;
    color: #818181;
    font-weight: 500;
}

.md-green .licence_block input[type="checkbox"] + label:before {
    height: 20px;
    width: 20px;
    background-color: transparent;
    background-image: url(/includes/img/gl.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 0;
    content: ".";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.md-green .licence_block input[type="checkbox"]:checked + label:before,
.md-green .licence_block input[type="checkbox"] + label:hover:before {
    display: inline-block;
    z-index: 3;
}

.md-green .licence_block input[type="checkbox"] + label:after {
    font-size: 0;
    content: ".";
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    background-color: #e2e2e2;
    z-index: 2;
    border-radius: 3px;
}

.md-green .forgot_block {
    display: inline-block;
    max-width: 110px;
    float: right;
    margin: 20px 0 0 0;
}

.md-green .forgot_link {
    font-size: 14px;
    color: #1d97fa;
    text-decoration: none;
}

.md-green .forgot_link:hover {
    text-decoration: underline;
}

.white-popup-block .block_modal.md-green button.mfp-close {
    text-indent: -10000px;
    position: absolute;
    padding: 0 0 0 0;
    right: -26px;
    top: -26px;
    opacity: 1;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #ffffff;
    background-image: url(/includes/img/cross.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.white-popup-block .block_modal.md-green button.mfp-close:hover {

}

.md-green .form_buy-one-click .input_value {
    margin-bottom: 22px;
}
.buy-one-click {
    font-size: 18px;
    color: #ff3b23;
}
.buy-one-click-wrap {
    padding: 0 30px;
}

/*------------------------------------ PULSE -----------------------------------*/
@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: scale(1);
        box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
    }

    50% {
        box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
    }

    100% {
        -webkit-transform: scale(2.6);
        box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0);
    }
}

@keyframes cd-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
    }

    50% {
        box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
    }

    100% {
        -webkit-transform: scale(2.6);
        transform: scale(2.6);
        box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0);
    }
}

/*----------------------------- ДРУГИЕ СТРАНИЦЫ ---------------------------*/

.oferta-section {
    padding: 100px 0 60px 0;
    margin: 0 0 0 0;
}

.oferta-section p {
    padding: 5px 0 5px 0;
}

.about-section {
    padding: 60px 0 100px 0;
    background-image: radial-gradient(circle at 50% 50%, #ffffff, #e0f0f3);
}

.about-section-h1 {
    padding: 0 0 50px 0;
    font-size: 28px;
    font-weight: 800;
    line-height: 40px;
    max-width: 500px;
}

.about-section-h1 span {
    display: block;
    padding: 0 0 10px 0;
    font-size: 63px;
    font-weight: 800;
}

.about-left {
    margin: 10px 0 30px 0;
}

.about-left-top {
    font-size: 24px;
    line-height: 36px;
}

.about-left-bot {
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0 40px 0;
}

.about-left-descr {
    font-size: 16px;
    font-weight: 800;
}

.about-right {
    padding: 0 0 0 100px;
}

.about-right-head {
    font-size: 24px;
    font-weight: 800;
    max-width: 400px;
    line-height: 40px;
}

.about-right-body {
    margin: 30px 0 0 0;
}

.about-item {
    overflow: hidden;
    min-height: 62px;
    margin: 0 0 22px 0;
}

.about-item-img {
    position: relative;
    width: 62px;
    height: 62px;
    float: left;
    background-image: url(/includes/img/circle.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.about-item .about-item-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.about-item.fill-1 .about-item-img:after {
    background-image: url(/includes/img/fill-1.png);
}

.about-item.fill-2 .about-item-img:after {
    background-image: url(/includes/img/fill-2.png);
}

.about-item.fill-3 .about-item-img:after {
    background-image: url(/includes/img/fill-3.png);
}

.about-item.fill-4 .about-item-img:after {
    background-image: url(/includes/img/fill-4.png);
}

.about-item-body {
    font-size: 16px;
    line-height: 30px;
    padding: 0 0 0 95px;
    font-weight: 500;
}

/*-------------------------- SUCCES PAGE -------------------------*/

.succes-section {
    min-height: 500px;
    padding: 100px 0 100px 0;
    font-size: 30px;
    font-weight: 500;
}


.succes-section .succes-dop {
    margin: 20px 0 0 0;
    font-size: 26px;
    font-weight: 300;
}

.succes-section .succes-a {
    display: inline-block;
    margin: 20px 0 0 0;
    text-decoration: none;
    line-height: 30px;
    border-bottom: 1px solid;
    font-weight: 300;
}

.succes-section .succes-a:hover {
    text-decoration: none;
}

/*-------------------------- 404-я страница -------------------------*/

.notfound-page {

}

.notfound-block {
    position: relative;
}

.notfound-4-left {
    position: absolute;
    top: 130px;
    left: 150px;
    font-size: 200px;
    font-weight: bold;
}

.notfound-4-right {
    position: absolute;
    top: 130px;
    right: 150px;
    font-size: 200px;
    font-weight: bold;
}

.notfound-wrap {
    text-align: center;
    margin: 0 0 0 0;
}

.notfound-wrap .logo-img {
    margin: 0 100px 0 0;
}

.notfound-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.42;
    max-width: 400px;
    margin: 0 auto 40px auto;
}

.notfound-btn-wr {
    text-align: center;
}

.notfound-btn {
    position: relative;
    cursor: pointer;
    margin: 0 0 90px 0;
    border-radius: 50px;
    background: #ff3b23;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    padding: 0 70px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
    text-decoration: none;
    color: #fff;
}

.notfound-btn:hover {
    background-image: linear-gradient(to bottom, #fc3c0c, #ec1900);
    text-decoration: none;
    color: #fff;
}

.notfound-btn:active,
.notfound-btn:focus {
    outline: none;
    text-decoration: none;
    color: #fff;
}

/*---------------------------- INSTA SECTION --------------------------*/

.insta-section {
    margin: 40px 0 40px 0;
}

.insta-col {

}

.insta-box {
    margin: 0 0 30px 0;
    height: 525px;
}

.insta-image-wrap {
    text-align: center;
}

.insta-caption {
    margin: 10px 0 0 0;
    padding: 0 30px 0 30px;
    line-height: 24px;
    overflow: hidden;
    max-height: 195px;
}

/* ==========================================================================
   Media Queries
   ===================================== ONE ============================== */
@media (min-width: 320px) and (max-width: 479px) {
    .notfound-4-left {
        top: 18px;
        left: 15%;
        font-size: 80px;
    }
    .notfound-4-right {
        top: 18px;
        right: 15%;
        font-size: 80px;
    }
    .notfound-wrap .logo-img {
        margin: 0 25px 0 0;
        max-width: 150px;
    }
    .notfound-text {
        font-size: 16px;
    }
    /*-----------------------------------------*/
    .md-green .form_footer {
        text-align: center;
    }
    .md-green .md-footer {
        padding: 0 20px;
        text-align: center;
    }
    .md-green .md-footer-text {
        display: none;
    }
    .soc iframe {
        display: none;
    }
    /*.footer {
        padding: 0 0 95px 0;
    }*/
    /*---------------------*/
    .white-popup-block form {
        padding: 40px 30px 40px 30px;
        margin: 40px auto;
    }
    .white-popup-block .input-text,
    .white-popup-block .send_block_btn {
        width: 100%;
    }
    .about-right {
        padding: 0 0 0 0;
    }
    .about-section-h1 {
        font-size: 24px;
        line-height: 34px;
    }
    .about-section-h1 span {
        font-size: 46px;
    }
    .about-section {
        padding: 100px 0 40px 0;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .notfound-4-left {
        top: 35px;
        left: 20%;
        font-size: 90px;
    }
    .notfound-4-right {
        top: 35px;
        right: 20%;
        font-size: 90px;
    }
    .notfound-wrap .logo-img {
        margin: 0 35px 0 0;
        max-width: 200px;
    }
    /*-----------------------------------------*/
    .md-green .md-footer {
        padding: 0 30px;
    }
    .soc iframe {
        display: none;
    }
    .footer {
        padding: 0 0 95px 0;
    }
    /*---------------------*/
    .white-popup-block .input-text,
    .white-popup-block .send_block_btn {
        width: 100%;
    }
    .about-right {
        padding: 0 0 0 0;
    }
    .about-section-h1 {
        font-size: 24px;
        line-height: 34px;
    }
    .about-section-h1 span {
        font-size: 46px;
    }
    .about-section {
        padding: 100px 0 40px 0;
    }
}

@media (min-width: 768px)  and (max-width: 979px) {
    .notfound-4-left {
        top: 40px;
        left: 120px;
        font-size: 150px;
    }
    .notfound-4-right {
        top: 40px;
        right: 120px;
        font-size: 150px;
    }
    .notfound-wrap .logo-img {
        margin: 0 50px 0 0;
        max-width: 300px;
    }
    .a-header {
        display: none;
    }
    .white-popup-block .input-text {
        width: 100%;
    }
    .about-right {
        padding: 0 0 0 0;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .notfound-4-right {
        right: 100px;
    }
    .notfound-4-left {
        left: 100px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {

}


/* ---- NEW --- */

.slick-dots {
    padding: 0;
    margin: 0;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eee;
}
.slick-dots .slick-active {
    background: #ff3b23;
}
.slick-dots button {
    display: none;
}
.slider {
    overflow: hidden;
}

.page-wrap-def {
    padding: 60px 0 30px 0;
    background: #f4f4f4;
}
.page-wrap-def_white {
    background: white;
}

.jq-selectbox__dropdown ul {
    margin: 0;
    padding: 5px 0;
}
.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.page-head {
    border-bottom: 1px solid rgba(35, 33, 33, 0.3);
    padding: 80px 0 35px 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    color: #232121;

}
.page-title_filter {
    min-width: 282px;
    line-height: 0.6;
}

.title_def {
    font-family: Circe;
    font-weight: 300;
    padding: 20px 0 40px;
}

.title_2 {
    font-size: 32px;
    line-height: 0.75;
    color: rgba(35, 33, 33, 0.87);
}
.text-center {
    text-align: center;
}
.dark {
    color: #232121;
}
.center-block {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.11;
    text-align: center;
    color: rgba(35, 33, 33, 0.77);
    margin: 15px auto;
}
.to-bottom {
    background: url(/includes/img/strelka.svg) no-repeat 50% 50%;
    cursor: pointer;
    width: 48px;
    height: 48px;
    margin: 40px auto 30px auto;
}
.center-block_new {
    text-align: center;
    margin: 0 auto
}
.center-block_1 {
    max-width: 865px; 
}
.center-block_2 {
    max-width: 700px;
}
.light {
    font-weight: 300;
}
.b-500 {
    font-weight: 500;
}
.bold {
    font-weight: bold;
}
.b-800 {
    font-weight: 800;
}
.title_1 {
    font-size: 49px;
    font-weight: 400;
    line-height: 0.94;
    color: #1d1d1d;
    margin-bottom: 35px;
}
.text_1 {
    font-size: 33px;
    font-weight: 300;
    line-height: 1.42;
    color: #232121;
    margin: 30px 0;
}
.title_2_2 {
    font-size: 31px;
    color: #1d1d1d;
    margin: 30px 0;
}
.title_lined {
    position: relative;
    padding-bottom: 30px;
}
.title_lined::after {
        display: block;
    position: absolute;
    content: "";
    width: 500px;
    max-width: 100%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 3px;
    opacity: 0.19;
    background: #323536;
}
.text_2 {
    font-size: 16px;
    line-height: 2;
    color: #333333;
    font-weight: 500;
    margin: 30px 0;
}
.title_under {
    margin-top: -17px;
}
.title_3 {
    font-size: 27px;
    line-height: 1.19;
    font-weight: 500;
    margin-bottom: 30px;
}
.title_4 {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.29;
    margin-bottom: 10px;
}
.text_mini {
    font-size: 16px;
    font-weight: 400;
    color: #989898;
}
.color-grey {
    color: #272727;   
}


button {
    cursor: pointer;
    border: none;
    outline: none;
}
.butn {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    /*width: 180px;*/
    /*height: 44px;*/
    padding: 11px 15px;
    text-align: center;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
    text-decoration: none;
    color: black;
}
.butn:hover {
    text-decoration: none;
}
.butn_order {
    background: #ff3b23;
    color: #fff;
}
.butn_order:hover,
.butn_order:focus,
.butn_order:active {
    background-image: linear-gradient(to bottom, #fc3c0c, #ec1900);
    color: #fff;
}
.butn_order:disabled,
.butn_order:disabled:hover {
    background: #ff3b23;
    opacity: .5;
}
.butn_blue {
    background: #098ef9;
    color: white;
}
.butn_blue:hover,
.butn_main:active,
.butn_main:focus {
    background: #077cda;
    color: #fff;
}
.butn_main {
    background: #eb2f2f;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    height: 64px;
    text-align: center;
    outline: none;
    border-radius: 32px;
    border: none;
}
.butn_main:hover,
.butn_main:focus,
.butn_main:active {
    text-decoration: none;
    color: white;
}
.butn_black {
    border: solid 3px #000000;
}
.butn_add {
    height: 44px;
    font-size: 15px;
    font-weight: bold;
    box-shadow: 0 0 0 3px #ff3b23 inset;
    background: #fff;
    color: #ff3b23;
}

.btn-block {
    margin: 10px 0 0 -20px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: auto;
}
.btn-block_left {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.btn-block .butn {
    margin: 10px 0 0 20px;
}

.butn .fa-plus {
    margin-left: 3px;
}

.bx-filter {
    width: auto;
    min-width: 220px;
    font-family: Circe;
    margin-bottom: 0;
}
.bx-filter-parameters-box-container {
    padding-bottom: 0;
}
.bx-filter .bx-filter-section {
    padding-top: 0;
}

.mix-filter {
    margin-left: 35px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mix-filter .jq-selectbox {
    position: relative;
    top: 4px;
    margin: 11px 0;
}
.mix-filter .jq-selectbox__select {
    background: none;
    padding: 0 20px 0 0;
    height: auto;
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    margin: 0;
}
.mix-filter .jq-selectbox div.jq-selectbox__select::after {
    top: 3px;
    right: 0;
    border-left: 2px solid #333333;
    border-top: 2px solid #333333;
}
.mix-filter .jq-selectbox__dropdown {
    border-radius: 0 0 12px 12px;
    background: white;
    border: 1px solid #333333;
    border-top: none;
}

.jq-selectbox__select-text {
    position: relative;
    width: 142px;
}
.page-head_partners .jq-selectbox__select-text::after {
    width: 100%;
    height: 100%;
    display: block;
    content: "Выберите город";
    text-transform: uppercase;
    z-index: 1;
    background: white;
    position: absolute;
    left: 0;
    top: 0;
}
.mix-filter .jq-selectbox__dropdown li:first-of-type {
    display: none;
}
.jq-selectbox__dropdown li {
    padding: 0 10px;
}
.mix-filter-area {
    margin-left: 20px;
}

.selected-city {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 5px;
    position: relative;
    cursor: pointer;
    padding: 0 11px;
    height: 33px;
    border-radius: 6px;
    background-color: #232121;
    transition: .3s;
    font-size: 14px;
    color: #ffffff;
}

.selected-city .close {
    display: none;
    font-weight: 400;
    margin: 5px 0 0 5px;
}
.selected-city:hover {
    background-color: #ebebeb;
    color: #333131;
}

.selected-city:hover .close {
    display: block;
    color: #ff0000 !important;
}

.block_partners {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 35px;
    margin-bottom: 40px;
    /*border-bottom: 1px solid rgba(35, 33, 33, 0.3);*/
    overflow: hidden;
}

.partners-item {
    width: 50%;
    margin-top: 20px;
    padding: 0 15px 25px 0;
    /*border-bottom: 1px solid rgba(35, 33, 33, 0.15);*/
    position: relative;

}
.partners-item::after {
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    left: -100%;
    bottom: 0;
    background: #d3d3d3;
    width: 400%;
}
.partners-item:nth-last-of-type(2)::after,
.filtered-item_last-2::after {
    display: none;
}
.partners-item:last-of-type::after,
.partners-item.filtered-item_last::after {
    background: rgba(35, 33, 33, 0.3);
    bottom: -35px;
    display: block;
}

.partners-item__title {
    font-size: 32px;
    line-height: 1;
    color: #232121;
    margin-bottom: 20px;
}
.partners-item__text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: rgba(35, 33, 33, 0.77);
    margin-bottom: 20px;
    /*max-width: 465px;*/
}
.partners-item__text ul {
    margin: 0;
    padding: 0;
}
.partners-item__bottom {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #232121;
}
.partners-item__img {
    height: 125px;
    position: relative;
    margin-bottom: 25px;
    padding: 10px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 300px;
}
.partners-item__img img {
    vertical-align: super;
    max-height: 100%;
}
.partners-item__img::after {
    display: block;
    content: '';
    width: 120px;
    height: 1px;
    opacity: 0.2;
    background-color: #232121;
    position: absolute;
    left: 0;
    bottom: 0;
}

.link_new {
    font-size: 18px;
    line-height: 1.11;
    color: #2a94dd;
    text-decoration: underline;
    font-weight: 400;
}
.link_new:hover {
    text-decoration: none;
}

.block_internet {

    padding: 40px 0 25px 0;
}
.slider_internet {
    padding-top: 40px;
}
.slider_internet .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.slider_internet .slider_internet-item {
    height: auto;
    text-align: center;
    outline: none;

}
.slider_internet-item__img {
    height: 90px;
    margin-bottom: 35px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
}
.slider_internet-item__img img {
    max-height: 100%;
}

/*.slider_internet-item__inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.slider_internet-item .link_new {
    margin-top: auto;
}*/

.slider_internet .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 30px;
    z-index: 10;
}
.slider_internet .slick-arrow_prev {
    left: 0;
}
.slider_internet .slick-arrow_next {
    right: 0;
}
.slider_internet.flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider_internet.flex .slider_internet-item{
    width: 25%;
    margin-bottom: 45px;
}

.block_subscribe {
    padding: 40px 0 80px 0;
    border-top: 1px solid rgba(35, 33, 33, 0.5);
}

.social {
    text-align: center;
    margin: 25px auto;
}
.social-item {
    display: inline-block;
    margin: 0 17px;
}
.form-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.form-row_subscribe {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.input-wrap input {
    width: 100%;
    outline: none;
    height: 64px;
    border-radius: 32px;
    border: none;
}
.input-wrap_text {
    width: 392px;
    margin-right: 24px;
}
.input-wrap_submit {
    width: 201px;
}
.input-wrap_text input {
    border: solid 1px rgba(49, 55, 61, 0.33);
    font-size: 16px;
    font-weight: 300;
    color: rgba(35, 33, 33, 0.77);
    padding-left: 30px;
}
.input-wrap_order {
    
    margin-bottom: 20px;
    width: 49%;
    position: relative;
}
.input-wrap_order > input,
.input-wrap_order > textarea {
    height: 44px;
    border: none;
    background: transparent;
    padding: 0 20px 0 20px;
    font-size: 14px;
    width: 100%;
    box-shadow: 0 0 0 3px #e6e6e6 inset;
    border-radius: 30px;
    outline: none;
    background: white;
}
.input-wrap_order > textarea {
    height: 100px;
    padding: 10px 20px;
    resize: none;
    vertical-align: bottom;
}

.input-wrap_order.error > textarea,
.input-wrap_order.error > input {
    box-shadow: 0 0 0 3px #ca2e1aed inset;
}

.input-wrap_submit input {
    background-color: #eb2f2f;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}
.label_sub {
    display: none;
}

.input-wrap_check {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
}
.input-wrap_check__check {
    position: relative;
    width: 20px;
    height: 20px;
    content: "";
    display: inline-block;
    background-color: #fff;
    box-shadow: inset 0 0 0 3px #e6e6e6;
    border-radius: 50%;
    margin-right: 5px;
}
.input-wrap_check__check::before {
    content: "";
    display: block;
    width: 40%;
    height: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #008ffe;
    border-radius: 50%;
    opacity: 0;
}
.input-wrap_check__text {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.input-wrap_check input[type=radio]:checked + span::before,
.input-wrap_check input[type=checkbox]:checked + span::before {
    opacity: 1;
}
.input-wrap_check input {
    opacity: 0;
    position: absolute;
}

.input-text-mini {
    position: absolute;
    font-weight: normal;
    font-size: 12px;
    top: 100%;
    left: 0;
    white-space: nowrap;
}

/* --- BLOG MAIN PAGE --- */

.blog-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*justify-content:space-between;*/
    margin-top: 30px;
}

.container_blog  .jq-selectbox__select-text::after {
    content: 'Категория';
    width: 100%;
    height: 100%;
    display: block;
    text-transform: uppercase;
    z-index: 1;
    background: white;
    position: absolute;
    left: 0;
    top: 0;
}

/* --- Block popular --- */
.block_popular {
    padding: 30px 0 0 0;
    border-bottom: 1px solid rgba(35, 33, 33, 0.3);
}

.blog-item {
    width: 352px;
    width: 30.88%;
    box-sizing: border-box;
    margin-left: 3.68%;
}
.blog-item:not(.filtered-item):nth-of-type(3n+1),
.blog-item.filtered-item_first,
.blog-item.filtered-item_4{
    margin-left: 0;
}

.blog-item_popular {
    display: block;
    margin-bottom: 30px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border: 3px solid #82ab17;
    position: relative;
    z-index: 1;
}
.blog-item_popular::before {
    position: absolute;
    display: block;
    content: '';
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: black;
    opacity: 0.4;
    z-index: -1;
}
.blog-item:hover,
.blog-item:active,
.blog-item:focus{
    text-decoration: none;
}

.blog-item_popular__inner {
    height: 160px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog-item_popular__title {
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    position: relative;
    padding: 0 15px;
}
.blog-item_popular__title::before,
.blog-item_popular__title::after {
    display: block;
    content: "";
    position: absolute;
    width: 48px;
    height: 1px;
    background-color: #ffffff;
    left: 50%;
    margin-left: -24px;
}
.blog-item_popular__title::before {
    top: -10px;
}
.blog-item_popular__title::after {
    bottom: -10px;
}

/* --- Block articles --- */

.block_articles {
    padding: 30px 0 60px 0;
}
.blog-item_articles {
    position: relative;
    margin-bottom: 40px;
}

.blog-item_articles__img {
    display: block;
    width: 100%;
    height: 224px;
    background-size: cover;
    margin-bottom: 20px;
    background-position: 50% 100%;
}
.blog-item_articles__img_def {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.blog-author {
    font-size: 16px;
    color: #232121;
}

.blog-item_articles__head {
    border-bottom: 1px solid rgba(35, 33, 33, 0.2);
    padding: 8px 0 5px 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.article-info {
    font-size: 14px;
    color: rgba(35, 33, 33, 0.77);
}
.blog-date {
    margin-right: 15px;
}
.blog-views {
    margin-left: auto;
}

.blog-item_articles__middle {
    padding: 10px 0;
}
.blog-item_articles__title {
    font-size: 24px;
    line-height: 1;
    color: #232121;
    margin-bottom: 5px;
    text-decoration: none;
    display: block;
}
.blog-item_articles__text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    color: rgba(35, 33, 33, 0.77);
}

.blog-item_articles__bottom {
    padding: 0 0 10px 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-link {
    font-size: 14px;
    font-weight: 300;
    color: #2a94dd;
    border-bottom: 1px dashed #2a94dd;
}
.blog-link:hover,
.blog-link:active,
.blog-link:focus{
    border-color: transparent;
    text-decoration: none;
}
.blog-likes {
    margin-left: auto;
}

.blog-item_articles__popular {
    position: absolute;
    left:0;
    top: 0;
    padding: 2px 15px 2px 10px;
    color: white;
    /*width: 104px;*/
    background: url(../img/blog/popular_shape.png);
    background-size: cover;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
.blog-item_articles__video {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background-color: rgba(130, 171, 23, 0.8);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    color: white;
}
.blog-item_articles__video .fa {
    width: 70%;
    text-align: center;
    height: 70%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid white;
    border-radius: 50%;
    font-size: 11px;
}
.blog-item_articles__video .fa::before {
    display: inline-block;
    margin-left: 2px;
    margin-top: 2px;
}

.butn_more {
    width: 352px;
    margin: 0 auto;
}
.butn_more.loading span {
    display: none;
}

.banner-wrap {
    text-align: center;
    background-color: #3c3c3c;
}


/* --- BLOG POST PAGE --- */

.container_post {
    padding: 0 39px;
}

.post-first {
    background-color: #ededed;
    background-size: cover;
    background-position: 50% 0;
    height: 488px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.post-first_mobile {
    display: none;
}

.post-head .container{
    background: white;
    padding-top: 40px;
    padding-bottom: 5px;
}

.breadcrumbs {
    margin-bottom: 15px;
}
.breadcrumbs__item {
    display: inline;
    font-size: 12px;
    color: rgba(35, 33, 33, 0.54);
}
.breadcrumbs__item_last {
    color: #232121;
}
.breadcrumbs__sep {
    color: rgba(35, 33, 33, 0.54);
}
.breadcrumbs__item a {
    color: inherit;
    text-decoration: none;
}
.breadcrumbs__item a:hover {
    text-decoration: underline;
}

.post-head h1 {
    font-size: 44px;
    line-height: 0.91;
    text-align: left;
    color: #232121;
    font-weight: 400;
    margin: 15px 0;
}

.post-head__info {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
}

.post-head__info .blog-views {
    margin-left: 0;
}
.post-head__info .blog-author {
    margin-right: 13px;
}

.post-head__info .blog-views {
    margin-right: 20px;
    margin-left: 0;
}

.blog-likes_btn {
    margin-right: 29px;
    margin-left: 0;
    cursor: pointer;
}
.blog-likes_btn:hover {
    opacity: 0.8;
}
.blog-likes_btn.liked {
    cursor: default;
}
.blog-likes_btn.liked:hover {
    opacity: 1;
}
.blog-share {
    color: rgba(35, 33, 33, 0.77);
}
.blog-share > .fa {
    vertical-align: middle;
    font-size: 20px;
    position: relative;
    top: 1px;
}
div.blog-share .ya-share2 {
    display: inline-block;
    margin-left: 10px;
}
div.blog-share .ya-share2__list_direction_horizontal > .ya-share2__item {
    margin-right: 5px !important;
}
div.blog-share .ya-share2__badge {
    background: none !important;
}
div.blog-share .ya-share2__icon {
    color: rgba(35, 33, 33, 0.77);
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none !important;
    font-size: 27px;
    position: relative;
    top: -2px;
}
div.blog-share .ya-share2__item_service_facebook .ya-share2__icon {
    background: none !important;
}
div.blog-share .ya-share2__item_service_facebook .ya-share2__icon::before {
    content: "\f082";
}
div.blog-share .ya-share2__item_service_vkontakte .ya-share2__icon {
    background: rgba(35, 33, 33, 0.77) !important;
    border-radius: 4px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    width: 23px;
    height: 23px;
    position: static;
}
div.blog-share .ya-share2__item_service_vkontakte .ya-share2__icon::before {
    content: '\f189';
    color: white
}
.blog-share .ya-share2__item_service_twitter .ya-share2__icon::before {
    content: '\f081 ' ;
}
.blog-share .ya-share2__item_service_gplus .ya-share2__icon::before {
    content: '\f0d4 ';
}

.post-tags__tag {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 5px 5px 5px 0;
    position: relative;
    padding: 0 11px;
    height: 33px;
    border-radius: 6px;
    background-color: rgba(35, 33, 33, 0.77);
    transition: .3s;
    font-size: 14px;
    color: #ffffff;
}

.post-content {
    padding-top: 45px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.post-content__main {
    width: 704px;
    width: 72%;
}
.post-content__sidebar {
    width: 272px;
    width: 25%;
    position: relative;
}

.post-content__main h3 {
    font-size: 24px;
    color: #232121;
    margin-bottom: 28px;
    margin-top: 0;
}
.post-content__main p {
    font-size: 16px;
    line-height: 1.5;
    color: #6e6d6d;
    margin: 25px 0;
}
.post-content__main a {
    color: #2a94dd;
    text-decoration: underline;
}
.post-content__main a:hover,
.post-content__main a:active,
.post-content__main a:focus {
    text-decoration: none;
}

.post-content__main ul,
.post-content__main ol{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(35, 33, 33, 0.77);
    margin: 25px 0;
}
.post-content__main ul {
    list-style: disc;
}

.post-content__main figure {
    margin: 30px 0;
}
.post-content__main figcaption {
    font-size: 14px;
    margin-top: 30px;
    color: #232121;
    position: relative;
}
.post-content__main figcaption::before {
    display: block;
    content: '';
    position: absolute;
    top: -14px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #232121;
}
.post-content__main blockquote {
    border: none;
    font-size: 14px;
    line-height: 1.71;
    color: #232121;
    padding: 27px 82px 17px 82px;
    position: relative;
    margin: 13px 0 45px 0;
}
.post-content__main blockquote cite {
    display: block;
    margin-top: 19px;
    text-align: right;
    font-style: normal;
}
.post-content__main blockquote::before,
.post-content__main blockquote::after {
    display: block;
    content: '';
    position: absolute;
    width: 50px;
    height: 42px;
    background: url(../img/blog/quote.svg);
}
.post-content__main blockquote::before {
    left: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.post-content__main blockquote::after {
    bottom: 0;
    right: 0;
}

.post-content__main table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.post-content__main td {
    border: 1px solid #6e6d6d;
}
.post-content__main table p {
    margin: 10px 0;
    font-size: 14px;
}
.post-content__main td {
    padding: 0 5px;
}
.post-content__main thead td {
    text-align: center;
}

.imgs-row {
    margin: 10px 0;
}
.imgs-row::after {
    display: table;
    content: '';
    clear: both;
}
.imgs-row img {
    max-width: 33%;
    height: auto;
    max-height: 160px;
    width: auto;
}
.imgs-row_flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0;
    text-align: center;
}
.imgs-row__col {
    width: 50%;

}
.imgs-row__col img {
    margin: 10px;
    max-width: 100%;
    height: auto;
}
.block_articles_last {
    border-top: 1px solid rgba(35, 33, 33, 0.5);
    padding-bottom: 30px;
}

/* --- Sidebar --- */
.p-active {
    position: absolute;
}

.blog-item.blog-item_articles_sidebar {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
    padding-bottom: 10px;
}

.blog-item_articles_sidebar .blog-item_articles__title {
    font-size: 20px;
    line-height: 1.2;
    color: #232121;
}

.blog-item_articles_sidebar .blog-item_articles__img {
    margin-bottom: 5px;
    height: 160px;
}
.blog-item_articles_sidebar::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -48px;
    width: 96px;
    height: 1px;
    opacity: 0.5;
    background-color: #232121;
}

.blog-item_popular_sidebar {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.blog-item_popular_sidebar .blog-item_popular__title {
    font-size: 18px;
    line-height: 1.33;
}

.cat-list-item_sidebar {
    width: 100%;
}
.cat-list-item_sidebar .cat-outer-image {
    text-align: center;
    height: 250px;
}
.cat-list-item_sidebar .cat-outer-image img {
    max-height: 100%;
}
.cat-list-item_sidebar .new-cartion-head {
    position: relative;
    text-align: center;
    height: 56px;
    line-height: 28px;
    overflow: hidden;
    padding: 0 30px 0 30px;
    margin: 0 0 20px 0;
}
.cat-list-item_sidebar .new-cartion-head a {
    color: #000000;
    font-size: 24px;
    font-weight: 800;
    display: inline-block;
    text-transform: uppercase;
}
.cat-list-item_sidebar .new-cartion-head.desc-no-value a {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.cat-list-item_sidebar .cartion-table {
    margin: 0 0 10px 0;
}
.cat-list-item_sidebar .pricer-lf {
    float: none;
    width: 100%;
}
.cat-list-item_sidebar .cartion-price {
    margin: 0 0 0 0;
    padding: 0 0 0 30px;
    height: 44px;
    line-height: 26px;
    text-align: left;
}
.cat-list-item_sidebar .cartion-price-old {
    color: #ff3b23;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
.cat-list-item_sidebar .cartion-price-old span {
    font-size: 14px;
    display: inline-block;
    text-decoration: line-through;
}
.cat-list-item_sidebar .cartion-price-main {
    font-size: 23px;
    font-weight: 800;
    color: #000;
    padding: 0;
}
.cat-list-item_sidebar .is_old .cartion-price-main {
    padding: 0;
}

.pages-container .bx-pagination {
    display: none;
}

.main-page-fwslider {
    max-height: 490px;
}
.main-page-fwslider .main-page-slide355 {
    background-size: contain !important;
}

.list-item-shield {
    position: absolute;
    z-index: 20;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    overflow: hidden;
}
.list-item-shield_text,
.detail-item-shield_text {
    background: #ff3b23;
    color: white;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    padding: 3px 4px 0 4px;
}
.list-item-shield_text::before,
.detail-item-shield_text::before {
    padding-top: 100%;
    padding-top: calc(100% + 4px);
    display: block;
    content: "";
}
.list-item-shield_img {
    width: 100px;
}
.detail-item-shield {
    position: absolute;
    z-index: 20;
    right: -60px;
    top: -40px;
    border-radius: 50%;
    overflow: hidden;
}
.detail-item-shield_img {
    width: 160px;
}

div[id^="wait_"] {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    margin-left: -35px !important;
    margin-top: -35px !important;
    background: url('../img/process.svg') center/cover no-repeat !important;
    width: 70px !important;
    height: 70px !important;
    font-size: 0 !important;
    border: none !important;
    /*overflow: visible !important;*/
    -webkit-animation: rotateMe 1s infinite;
            animation: rotateMe 1s infinite;
}



.accord-text {
    display: none;
    height: 0;
    overflow: hidden;
    transition-duration: .35s;
}
.accord-text_active {
    height: auto;
    display: block;
}

/* --- PERMANENT SPECIALS PAGES --- */

.special-items-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.special-item {
    width: 49%;
    margin-bottom: 20px;
    font-size: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.special-item__title {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: auto;
    padding-bottom: 5px;
}
.special-item__link {
    color: inherit;
}

.special-item__image {
    margin-bottom: 10px;
}
.special-item__image img {
    height: auto;
}

.special-detail {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.special-detail__img {
    margin: 0 15px 15px 0;
}
.special-detail__img img {
    height: auto;
}
.special-detail__text {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

/* --- Gift cards pages --- */

.slider_certificates {
    margin-bottom: 20px;
}
.slider_certificates .slick-list {
    margin-left: -10px;
}
.slider_certificates-item{
    margin-left: 10px;
}
.slider_certificates-item__text {
    margin-top: 5px;
}

.steps-block {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.steps-item {
    width: 24%;
    text-align: center;
    margin-bottom: 20px;
}
.steps-item__title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid;
    margin-bottom: 5px;
}
.steps-item__text {
    font-size: 14px;
}

.gifts-questions {
    margin-bottom: 30px;
}


@media screen and (max-width: 1000px) {
    .slider_internet.flex .slider_internet-item {
        width: 33%;
    }
}
@media screen and (max-width: 991px) {
    .blog-item_articles,
    .blog-item_articles:not(.filtered-item):nth-of-type(3n+1){
        width: 49%;
        margin-left: 2%;
    }

    .blog-item_articles:not(.filtered-item):nth-of-type(2n+1),
    .blog-item_articles.filtered-item_3 {
        margin-left: 0;
    }

    .blog-wrap_popular {
        display: block;
    }
    .blog-item.blog-item_popular {
        margin: 0 20px 30px 20px;
        width: 352px;
    }

    /* --- BLOG POST PAGE --- */
    .container_post {
        padding-left: 15px;
        padding-right: 15px;
    }

    .special-detail__text {
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto;
    }

}

@media screen and (max-width: 980px) {
    .detail-item-shield {
        right: auto;
        left: -60px;
    }
}

@media screen and (max-width: 768px) {

    .title_1 {
        font-size: 36px;
        margin-bottom: 25px;
    }
    .title_2_2 {
        font-size: 26px;
        margin: 20px 0;
        padding-bottom: 20px;
    }
    .text_1 {
        font-size: 28px;
        margin: 20px 0;
    }

    .partners-item {
        width: 100%;
        text-align: center;
        padding: 0 15px 25px 15px;
    }
    .partners-item:nth-last-of-type(2)::after {
        display: block;
    }
    .partners-item__text {
        max-width: none;
    }
    .partners-item__img {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .partners-item__img::after {
        left: 50%;
        margin-left: -60px;
    }
    .slider_internet {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-head {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 35px;
    }
    .page-title_filter {
        min-width: auto;
    }
    .mix-filter {
        width: 100%;
        margin: 15px 0 0 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .mix-filter .jq-selectbox {
        margin: 0 auto 8px auto;
        top: 0;
    }
    .mix-filter-area {
        width: 100%;
        margin-left: 0;
    }

    .title_2 {
        text-align: center;
    }
    .container_blog .title_2 {
        text-align: left;
    }
    .container_blog .page-head {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .block_subscribe .bx-subscribe {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* --- BLOG --- */
    .blog-wrap_popular {
        display: block;
    }
    .blog-item.blog-item_popular {
        margin: 0 20px 30px 0;
        width: 290px;
    }

    .blog-wrap_articles {
        padding-bottom: 0;
    }
    .blog-item_articles {
        width: 49%;
        margin-bottom: 20px;
    }
    .blog-item_popular__title {
        padding: 0 8px;
        font-size: 20px;
    }
    .block_popular {
        margin: 0 -15px;
    }
    .block_popular .title_2 {
        padding: 0 15px;
    }

    /* --- BLOG POST --- */

    .post-first {
        height: auto;
    }
    .post-first_mobile {
        height: 184px;
        display: block;
    }
    .post-content {
        display: block;
        padding-top: 35px;
    }
    .post-content__main {
        width: auto;
        position: relative;
    }
    .post-content__sidebar:not(.articled) {
        display: none;
    }
    .post-content__sidebar.articled {
        position: static;
        width: 0;
    }
    .sidebar-card:not(.sidebar-card_mob) {
        display: none;
    }
    .blog-article {
        padding-bottom: 250px;
    }
    .blog-product {
        padding-bottom: 320px;
    }
    .blog-popular {
        padding-bottom: 160px;
    }
    .post-head h1 {
        font-size: 32px;
    }

    .imgs-row__col {
        width: 100%;
    }
    

    .main-page-fwslider .main-page-slide355 {
        background-position: 50% 50% !important;
    }

    .detail-item-shield {
        right: 10px;
        top: 10px;
        left: auto;
    }

    .special-item {
        width: 100%;
        display: block;
    }
    .special-item__image {
        text-align: center;
    }

    /* --- Gift cards --- */

    .steps-item {
        width: 49%;
    }
}

@media screen and (max-width: 700px) {
    .slider_internet.flex .slider_internet-item {
        width: 50%;
    }
}
@media screen and (max-width: 640px) {
    .blog-item.blog-item_articles {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .post-content__main blockquote {
        padding: 57px 0;
        text-align: center;
        margin: 25px 0;
    }
    .post-content__main blockquote::before,
    .post-content__main blockquote::after {
        left: 50%;
        margin-left: -21px;
        right: auto;
    }
    .post-content__main blockquote cite {
        text-align: center;
    }
}

@media screen and (max-width: 540px) {
    
    .input-wrap_order {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .slider_internet.flex .slider_internet-item {
        width: 100%;
    }

    .form-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .input-wrap_text {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .input-wrap_submit {
        width: 100%;
    }

    .steps-item {
        width: 100%;
        text-align: left;
    }
}