.content-index {
    padding-bottom: 0;
}

.wrapper-up {
    position: relative;
}

.topbanner {
    top: 0;
    margin-bottom: 0;
}

.header-onscroll {
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: -60px;
    height: 50px;
    width: 100%;
    z-index: 9999;
    transition: top 0.7s ease;
    -webkit-transition: top 0.7s ease;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.header-onscroll .callback-link {
    white-space: nowrap;
    margin-right: 20px;
}

.header-onscroll.stuck {
    top: 0;
}

.header-onscroll-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header-onscroll-contacts {
    display: flex;
    align-items: center;
}

.header-onscroll-contacts .header-phone,
.header-onscroll-contacts .header-email {
    margin-right: 20px;
    white-space: nowrap;
}

.header-onscroll-contacts .header-account,
.header-onscroll-contacts .header-basket {
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    right: 0;
    position: relative;
    min-width: initial;
    float: none;
    left: 0;
}

.header-onscroll-contacts .header-order-call {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 20px;
}

.header-dropdown-menu {
    display: block;
    position: relative;
    float: left;
    margin-left: 1px;
    height: 50px;
    width: 100px;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    background: #f7f7f7;
}

.header-dropdown-menu-title {
    padding-top: 14px;
    padding-left: 35px;
    font-size: 1em;
    text-transform: uppercase;
    cursor: pointer;
}

.header-dropdown-menu-title::before {
    position: absolute;
    content: '';
    top: 20px;
    left: 15px;
    background: url(/local/templates/main/hamburger.svg) no-repeat;
    width: 14px;
    height: 11px;
    background-size: contain;
}

.header-dropdown-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.137);
    z-index: 9999;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

.header-dropdown-menu ul li {
    width: 200px;
    position: relative;
    background: none;
    padding: 0;
}

.header-dropdown-menu ul li a {
    display: block;
    padding: 10px 5px 10px 20px;
    font-size: 14px;
    color: #868b9d;
    font-weight: 700;
    transition: background 0.3s, color 0.3s;
    text-decoration: none;
}

.header-dropdown-menu ul li a:hover {
    color: white;
    background: #2754eb;
}

.header-dropdown-menu:hover .header-dropdown-menu-list ul {
    display: block !important;
}

@media (max-width: 520px) {
    .header-onscroll-contacts .header-phone,
    .header-onscroll-contacts .header-email {
        display: none;
    }
}

.content {
    top: 15px;
    margin-bottom: 15px;
}

.afbf_item_pole .afbf_select,
.afbf_item_pole .afbf_textarea,
.afbf_item_pole .afbf_inputtext {
    border: 1px solid #d4ddfb;
    border-radius: 5px;
    padding: 8px 8px;
    color: #858998;
    max-width: 100%;
}

.afbf_item_pole .afbf_name {
    color: #343e5c;
    font-size: 16px;
    font-weight: 700;
}

.afbf_btn {
    height: 42px;
    width: 160px;
    border: 0px solid !important;
    border-radius: 42px !important;
    background: #2754eb;
    cursor: pointer;
    font-size: 14px !important;
    color: #fff;
    font-weight: 700;
    line-height: 40px !important;
    text-align: center !important;
    padding: 0 0 0 0 !important;
}

.item_pole__captcha .afbf_name {
    width: 100%;
}

.afbf_item_pole.item_pole__captcha .afbf_inputtext {
    margin-top: 10px;
    height: 42px !important;
    max-width: 100%;
    box-sizing: border-box;
}

.afbf_item_pole.item_pole__captcha .afbf_name {
    font-size: 0;
    order: 1;
}

.afbf_item_pole.item_pole__captcha .afbf_inputtext_bg {
    order: 2;
    width: 100%;
}

.afbf_item_pole.item_pole__captcha .afbf_error_text {
    order: 3;
    width: 100%;
}
.afbf_item_pole.item_pole__captcha .afbf_pole_captcha {
    order: 4;
    margin-top: 30px;
}

.afbf_item_pole.item_pole__captcha .afbf_name:before {
    content: 'Контрольный код';
    color: #343e5c;
    font-size: 16px;
    font-weight: 700;
}



.afbf_submit_block {
    text-align: center !important;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 10px;
}

.popup .afbf_submit_block {
    text-align: right !important;
}

.afbf_feedback_poles {
    padding: 0;
}

.contact-form-block {
    margin-top: 50px;
    background: #e3e8f0;
    padding: 40px 25px;
}

.contact-form-block h2 {
    border: 0;
    font-size: 34px;
    font-weight: 700;
    margin: 10px 0px 50px 0px;
    line-height: 1.2em;
    color: #343e5c;
    padding: 0;
}

@media(max-width: 1023px) {
    .contact-form-block h2 {
        font-size: 28px;
    }
}

.afbf_feedback_poles > br {
    display: none;
}


.afbf_pole_captcha .afbf_captcha_reload {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    width: auto;
    height: auto;
    background: none;
}

.afbf_pole_captcha .afbf_captcha_reload:after {
    content: 'Обновить код';
    margin-left: 0;
    cursor: pointer;
    margin-top: 0;
    color: #858998;
    background: url(/i/update-capcha.png) no-repeat 0 2px;
    font-size: 14px;
    padding: 0 0 0 20px;
    display: inline-block;
    line-height: 14px;
}

.afbf_pole_captcha .afbf_captcha_reload img {
    display: none;
}

.popup .afbf_inputtext_bg {
    width: 100%;
}

.afbf_item_pole.item_pole__captcha .afbf_inputtext {
    height: 34px !important;
}


.afbf_item_pole {
    margin: 0 0 30px
}

@media (min-width: 480px) {
    .popup .afbf_item_pole {
        width: 100%;
        margin: 0 0 30px;
        padding: 0;
        display: flex;
    }

    .popup .afbf_item_pole .afbf_name {
        width: 160px;
        margin-right: 20px;
        min-width: 160px;
        padding-top: 5px;
    }

    .popup .afbf_item_pole.item_pole__captcha .afbf_inputtext_bg {
        width: calc(100% - 180px);
    }
}


.item_pole__captcha {
    display: flex;
   flex-wrap: wrap;
}

@media(min-width:660px) {
    .popup .afbf_pole_captcha {
        position: absolute;
        bottom: -113px;
        right: 180px;
    }
}

@media (min-width: 1000px) {
    .alx_feed_back form {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-left: -20px;
        margin-right: -20px;
    }
    .afbf_item_pole {
        width: 50%;
        margin: 0 0 30px;
        padding: 0 20px;
    }

    .afbf_pole_captcha {
        margin-bottom: 0;
    }

    .afbf_item_pole.item_pole__captcha .afbf_inputtext {
        margin-top: 0;
    }
}

a:hover {
    text-decoration: underline;
}

.header-basket a:hover {
    text-decoration: none;
}

div.menu-level3 p {
    padding-left: 0;
}

textarea.header-form-input {
    width: 282px;
    border: 1px solid #d4ddfb;
    border-radius: 5px;
    padding: 8px 8px;
    color: #858998;
    height: 80px;
}

.header-form-down-right.has-textarea {
    height: auto;
}

.header-form-down-right.has-textarea + .header-form-down-left {
    margin-top: 70px;
}


#popupFormClose3 {
    display: block;
    position: absolute;
    top: -1px;
    right: -27px;
    line-height: 16px;
    cursor: pointer;
    width: 26px;
    height: 26px;
    border-radius: 0 5px 5px 0px;
    background: #eaebee url(/i/region-close.png) no-repeat 6px 6px;
}

.callback-link {
    font-size: 12px;
    text-decoration: none;
}

.header-phone a {
    font-weight: normal;
}

.header-basket,
.header-account,
.header-contact {
    border-left: 0;
}

.header-basket {
    width: auto;
}

.wrapper-up-inner,
.header,
.nav-inner,
.header-onscroll-inner {
    max-width: 100%;
}

.header-up {
    padding: 0 25px;
}

.nav {
    padding-left: 10px;
    box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
    .header .header-up {
        height: 150px;
    }

    .header .header-basket,
    .header .header-account {
        top: 80px;
        border-bottom: 0;
        border-top: 1px solid #ccc;
        width: 50%;
    }
}

.popup {
    padding: 20px;
    box-sizing: border-box;
}

.popup-inner {
    width: 100%;
    max-width: 480px;
    transform: translateX(-50%);
    margin: 0;

    position: relative;
    height: auto;
}

.popup form {
    overflow: hidden;
}

.company-numbers {
    background: url(images/company-bg.jpg) no-repeat;
    background-size: cover;
    color: white;
    padding: 60px 25px 70px;
    margin-top: 50px;
}

.company-numbers__title {
    font-size: 34px;
    font-weight: 700;
    margin: 10px 0px 30px 0px;
    line-height: 1.2em;
    color: white;
    text-align: center;
    border: 0;
    padding: 0;
    margin-bottom: 50px;
}

.company-numbers__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 860px;
    margin: 0 auto;
    margin-bottom: -40px;
}

.company-numbers__item {
    max-width: 260px;
    margin: 0 20px;
    text-align: center;
    margin-bottom: 40px;
}

.company-numbers__icon {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.company-numbers__number {
    font-size: 74px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
}

.company-numbers__description {
    font-size: 18px;
}

.index-about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-about > div {
    width: 100%;
    box-sizing: border-box;
    box-sizing: border-box;
}

.index-about-news,
.index-about-review {
    width: auto;
    float: none;
}

.index-about-company-text {
    margin-bottom: 10px;
}

.index-about-company .news-ind-item-more {
    color: #2754eb;
    padding: 0 0 30px 0;
    text-decoration: none;
}

.index-about-company .news-ind-item-more:hover {
    text-decoration: underline;
}

.index-about-company {
    margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
    .index-about {
        padding: 5px 25px 25px 25px;
    }
}

@media (min-width: 1024px) {
    .index-about > div {
        padding: 0 30px;
        padding-right: 0;
    }

    .index-about > div:last-of-type {
        width: 40%;
    }

    .index-about > .index-about-company {
        max-width: 350px;
        width: 30%;
        padding-left: 0;
    }

    .index-about > .index-about-news {
        max-width: 296px;
        width: 30%;
    }

    .index-about-company {
        margin-bottom: 0;
    }
}

.footer {
    height: auto;
    margin-top: 0;
    background: none;
}

.buffer {
    display: none;
}

.footer-down-inner-block {
    overflow: hidden;
    padding: 20px 0;
}

.footer-down {
    background: #111111;
}

.footer-down-inner {
    max-width: 1200px;
    box-sizing: border-box;
}

.copyright,
.footer-down-center,
.creator {
    padding: 0;
}

.footer-top {
    background: #222b33;
    color: white;
}

.footer-top__inner {
    max-width: 1200px;
    box-sizing: border-box;
    padding: 40px 25px;
    margin: 0 auto;
}

.footer-columns__column {
    margin-bottom: 30px;
}

.footer-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    background: none;
    padding: 0;
    margin: 0;
}

.footer-menu a {
    text-decoration: none;
    display: inline-block;
    margin-bottom: 8px;
}

.footer-menu a:hover {
    text-decoration: underline;
}

.footer-menu > li > a {
    font-size: 16px;
    color: white;
    margin-bottom: 16px;
}

.footer-menu ul a {
    color: #868b9c;
    font-size: 14px;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
}

.footer-contacts__contact {
    margin-bottom: 20px;
}

.footer-contacts__contact a {
    font-size: 16px;
    color: white;
    text-decoration: none;
}

.footer-contacts__contact a:hover {
    text-decoration: underline;
}

.footer-contacts__contact span {
    display: block;
    color: #868b9c;
    font-size: 14px;
}

.socials {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.socials li {
    background: none;
    padding: 0;
    margin: 0;
    margin-right: 20px;
}

.socials li:last-child {
    margin-right: 0;
}

.socials li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #3d454f;
}

.payments a {
    vertical-align: bottom;
    display: inline-block;
    padding-bottom: 10px;
    text-decoration: none;
    color: #868b9c;
    font-size: 14px;
}

.payments a:hover {
    text-decoration: underline;
}

.payments {
    margin-bottom: 20px;
}

.payments img {
    margin-right: 25px;
    max-width: 100%;
}

.footer-top__bottom {
    margin-top: 30px;
}

@media (min-width: 480px) {
    .footer-columns {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-columns__column {
        margin-bottom: 30px;
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .footer-columns {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-columns__column {
        width: 25%;
    }

    .footer-top__bottom {
        display: flex;
        justify-content: space-between;
    }

    .payments {
        margin-bottom: 0;
    }
}


.catalog-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.index-info {
    padding: 50px 25px 0;
}

@media(max-width: 350px) {
    .logo {
        width:120px;
    }
}

@media screen and (max-width: 1023px) {
    .header-account {
        left: 25px;
    }

    .header-basket {
        right: 25px;
    }
}

@media(max-width: 400px) {
    .header-form-down-capcha {
        width: auto;
    }

    .header-capcha {
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }
}

input[type=text], input[type=button] {
-webkit-appearance: none;
-webkit-border-radius: 0;
}


.countBlock { width: 210px; position:relative; }
.countBlock__add { width: 38px; height: 38px; cursor: pointer; background:url(/images/minus1.jpg) 0% 0% no-repeat; position: absolute; z-index:2; top:0; left:0;  }
.countBlock__remove { width: 38px; height: 38px; cursor: pointer; background:url(/images/plus1.jpg) 0% 0% no-repeat; position: absolute; z-index:2; top:0; right:0;  }
.countBlock input { width: 100%; height: 38px; line-height: 38px;  border: 2px solid #e1e8ff;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 50px; color:#53555c; font-size: 16px; font-family: 'Roboto', sans-serif;  }
.countBlock input::-webkit-input-placeholder { color: #53555c; }
.countBlock input:-ms-input-placeholder { color: #53555c; }
.countBlock input::-ms-input-placeholder { color: #53555c; }
.countBlock input::placeholder { color: #53555c; }