body,
html {
    max-width: 100%;
    overflow-x: hidden;
}

html, body {font-family: Montserrat, sans-serif;}

body .scroll-top {
    background: url(/images/scroll-top.png) center center no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: contain;
    position: fixed;
    bottom: 30px;
    right: 30px;
}

body .tline {
    display: none;
}

body .tpanel {
    background: #074695;
    color: #fff;
}

body.not-admin .tpanel {
    position: fixed;
    width: 100%;
    z-index: 999;
}

body.not-admin .header {
    padding-top: 50px;
}

body .tpanel a {
    color: #fff;
    text-decoration: none;
}

body .tpanel .centeringin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
}

body .tpanel .authandlocation_authand {
    margin-left: auto;
}

body .tpanel .authandlocation_location #inheadlocform span {
    display: none;
}

body .tpanel .location .icon {
    background: url(/images/location-arrow.png) center center no-repeat;
    width: 8px;
    height: 4px;
    margin: 0px;
    margin-left: 8px;
}

body .tpanel .location {
    padding: 0px;
    margin-right: 60px;
}

body .tpanel .tpanel_menu {
    height: auto;
}

body .tpanel .tpanel_menu a {
    margin: 0px;
    margin-right: 25px;
}

body .tpanel {
    height: auto;
}

body .tpanel .authinhead {
    padding: 0px;
}

body .tpanel .auth_top_panel-item:first-of-type::before {
    content: "";
    background: url(/images/auth.png) center center no-repeat;
    width: 8px;
    height: 10px;
    display: block;
    margin-right: 10px;
}

body .tpanel .authinheadinner {
    display: flex;
    align-items: center;
}

body .tpanel .auth_top_panel-item {
    display: flex;
    align-items: center;
}

body .tpanel .authinheadinner .pngicons {
    height: 10px;
    background: #fff;
    width: 1px;
    margin: 0px 8px;
}

#header .callback {
    display: none;
}

#header .basketinhead .descr {
    display: none;
}

#header .rsfavorite .descr {
    display: none;
}

#header .centeringin {
    display: flex;
    align-items: center;
}

#header .logo {
    margin-right: 50px;
    flex-shrink: 0;
}

#header .header-contacts {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #333333;
}

#header .header-contacts__item {
    width: 50%;
    margin: 5px 0px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

#header .header-contacts__item a {
    color: inherit;
    text-decoration: none;
}

#header .header-contacts__item::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    flex-shrink: 0;
}

#header .header-contacts__item[data-type="address"]::before {
    background-image: url(/images/address-icon.png);
}

#header .header-contacts__item[data-type="phone"]::before {
    background-image: url(/images/phone-icon.png);
}

#header .header-contacts__item[data-type="schedule"]::before {
    background-image: url(/images/schedule-icon.png);
}

#header .header-contacts__item[data-type="email"]::before {
    background-image: url(/images/email-icon.png);
}

#header .header-download-pricelist a {
    font-weight: 700;
    font-size: 12px;
    color: #C4010C;
    text-decoration: none;
    display: flex;
    align-items: center;
}

#header .header-download-pricelist a span {
    border-bottom: 1px dashed #C4010C;
}

#header .header-download-pricelist a::before {
    content: "";
    background: url(/images/pricelist-icon.png) center center no-repeat;
    display: block;
    width: 18px;
    height: 16px;
    margin-right: 6px;
}

#header .header-order-wrapper {
    white-space: nowrap;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#header .header-recall {
    margin-bottom: 15px;
}

#header .header-recall .recall {
    background: #C4010C;
    border-radius: 3px;
    width: 220px;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    text-decoration: none;
    transition: 0.3s;
}

#header .header-recall .recall:hover {
    background: #f50e0e;
}

.basket-wrapper {
    font-size: 14px;
    color: #000000;
    display: flex;
    margin-right: 50px;
}

.basket-wrapper .column1 {
    width: auto;
    height: auto;
    margin: 0px 15px;
}

.basket-wrapper .column1inner>div>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none!important;
}

.basket-wrapper .column1inner>div>a .pngicons {
    margin: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    margin-bottom: 7px;
    background-size: contain;
    display: block!important;
}

.basket-wrapper .favorite .column1inner>div>a .pngicons {
    background-image: url(/images/favorite-icon.png);
}

.basket-wrapper .basket .column1inner>div>a .pngicons {
    background-image: url(/images/basket-icon.png);
}

.basket-wrapper .column1inner>div>a .title {
    margin: 0px;
    text-decoration: none!important;
}

.new-footer__inner {
    display: flex;
    min-width: auto!important;
}

.new-footer__left-block {
    width: 230px;
    margin-right: 80px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.footer-form-wrapper {
    margin-top: auto;
}

.new-footer__logo {
    display: block;
}

.new-footer__logo img {
    max-width: 100%;
}

.new-footer__middle-block-heading {
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.new-footer__social {
    padding-top: 30px;
    padding-bottom: 40px;
}

.new-footer__social-heading {
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 10px;
}

.new-footer__social-link {
    display: inline-block;
    line-height: 0px;
}

.new-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
}

.new-footer__catalog-menu {
    font-size: 12px;
    width: 33.333%;
    margin-bottom: 20px;
}

.new-footer__catalog-menu li:first-of-type a {
    font-size: 14px;
    color: #0077CB;
}

.new-footer__catalog-menu li {
    padding-bottom: 10px;
}

.new-footer__catalog-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.new-footer__catalog-menu-list {
    display: flex;
    flex-wrap: wrap;
}

.new-footer__creator {
    margin-top: auto;
}

.new-footer__creator a {
    font-size: 10px;
    color: #333333;
    border-bottom: 1px dashed #333333;
    padding-bottom: 3px;
    text-decoration: none!important;
}

.new-footer__catalog-menu a {
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}

.new-footer__right-block-heading {
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.new-footer__add-menu {
    padding-bottom: 10px;
}

.new-footer__add-menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.new-footer__add-menu li {
    margin-bottom: 10px;
    width: 50%;
}

.new-footer__add-menu a {
    font-size: 14px;
    color: #0077CB;
    text-decoration: none;
}

.new-footer__pricelist {
    margin-bottom: 25px;
}

.new-footer__pricelist a {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #C4010C;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #C4010C;
    text-decoration: none!important;
    transition: 0.3s;
}

.new-footer__pricelist a:hover {
    background: #ffe2e2;
}

.new-footer__pricelist a::before {
    content: "";
    background: url(/images/pricelist-icon.png) center center no-repeat;
    display: block;
    width: 18px;
    height: 16px;
    margin-right: 6px;
}

.new-footer__contacts {
    color: #333333;
    padding: 0px;
    list-style: none;
}

.new-footer__contacts li::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    flex-shrink: 0;
}

.new-footer__contacts li[data-type="address"]::before {
    background-image: url(/images/address-icon.png);
}

.new-footer__contacts li[data-type="phone"]::before {
    background-image: url(/images/phone-icon.png);
}

.new-footer__contacts li[data-type="schedule"]::before {
    background-image: url(/images/schedule-icon.png);
}

.new-footer__contacts li[data-type="email"]::before {
    background-image: url(/images/email-icon.png);
}

.new-footer__contacts li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.new-footer__right-block {
    display: flex;
    flex-direction: column;
    width: 290px;
    flex-shrink: 0;
}

.new-footer__copyright {
    font-size: 10px;
    color: #555555;
    margin-top: auto;
}

.new-footer__middle-block {
    display: flex;
    flex-direction: column;
}

.footer-form__heading {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.footer-form__field {
    padding-bottom: 15px;
}

.footer-form__field input {
    width: 100%;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    border-radius: 3px;
    outline: none;
    padding: 0px 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.footer-form [type="submit"] {
    width: 100%;
    height: 44px;
    border-radius: 3px;
    outline: none;
    box-sizing: border-box;
    background: #C4010C;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.3s;
}

.footer-form [type="submit"]:hover {
    background: #f50e0e;
}

.footer-form__field-caption {
    display: none;
}

.catalogmenu2 a.parent,
.catalogmenusmall a.parent {
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    background: #074695;
    border-radius: 3px 3px 0px 0px;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0px 12px;
}

.catalogmenu2 a.parent::before,
.catalogmenusmall a.parent::before {
    content: "";
    background: url(/images/menu-burger-icon.png) center center no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 13px;
}

.catalogmenusmall a.parent .menu {
    display: none;
}

.catalogmenu2 li ul.first {
    top: 50px;
}

#header .header__inner {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
}

#header .searchinhead {
    min-height: auto;
    height: auto;
    width: 100%;
    margin: 0px;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    border-radius: 3px 3px 0px 0px;
    margin-left: 2px;
}

#header .searchinhead form {
    position: relative;
    padding-left: 65px;
    box-sizing: border-box;
}

#header .searchinhead form .icon {
    display: none;
}

#header .searchinhead form .aroundtext {
    padding: 0px;
    margin: 0px;
}

#header .searchinhead form #title-search-input {
    height: 48px;
    padding: 0px;
}

#header .searchinhead form [type="submit"] {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    font-size: 0px;
    position: absolute;
    top: 4px;
    left: 4px;
    background: url(/images/search-icon.png) center center no-repeat #C4010C;
    transition: 0.3s;
}

#header .searchinhead form [type="submit"]:hover {
    background-color: #f50e0e!important;
}

.sender-subscribe-wrapper {
    background: #FAFAFA;
}

.sender-subscribe__inner {
    display: flex;
    align-items: center;
    padding: 30px 0px;
    justify-content: space-between;
    box-sizing: border-box;
}

.sender-subscribe__text {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
}

.sender-subscribe__text p {
    margin-right: 10px;
}

.sender-subscribe__text::before {
    content: "";
    background: url(/images/sender_subscribe_icon.png) center center no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 20px;
}

#sender-subscribe form {
    display: flex;
}

#sender-subscribe form .bx-form-control {
    width: 490px;
    height: 54px;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    padding: 0px 20px;
    outline: none;
    box-sizing: border-box;
}

#sender-subscribe form .bx_subscribe_submit_container {
    padding-left: 20px;
    padding-right: 20px;
}

#sender-subscribe form .sender-btn {
    width: 235px;
    height: 54px;
    background: #FAFAFA;
    border: 1px solid #C4010C;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    color: #C4010C;
    cursor: pointer;
    transition: 0.3s;
}

#sender-subscribe .g-recaptcha-wrapper {
    width: 212px;
    height: 54px;
}

#sender-subscribe .g-recaptcha-wrapper iframe {
    transform: scale(0.7);
    transform-origin: 0 0;
}

#sender-subscribe form .sender-btn:hover {
    background: #c4010c;
    color: #fff;
}

#header .basket-wrapper .favorite {
    width: auto;
    margin: 0px 15px;
    display: block;
}

#header .basket-wrapper .basket {
    width: auto;
    margin: 0px 15px;
    display: block;
}

.new-footer__copyright_mobile {
    display: none;
}

.new-footer__creator_mobile {
    display: none;
}

.new-footer__right-block-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sender-subscribe__text {
    flex-direction: column;
    position: relative;
    align-items: baseline;
    padding-left: 40px;
}

.sender-subscribe__text::before {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0px;
}

.bx-section-desc {
    clear: both;
    padding: 20px 0;
}

@media (max-width: 1199px) {
    #header .logo {
        width: 180px;
        margin-right: 30px;
    }
    #header .header-recall .recall {
        width: 170px;
        font-size: 14px;
    }
    #header .basket-wrapper {
        margin-right: 20px;
    }
    #sender-subscribe form .bx-form-control {
        width: 300px;
    }
    .sender-subscribe__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .new-footer {
        padding-left: 15px;
        padding-right: 15px;
    }
    #sender-subscribe form .sender-btn {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    .new-footer__right-block {
        width: 240px;
        padding-left: 30px;
    }
    .new-footer__left-block {
        margin-right: 30px;
    }
}

@media (max-width: 991px) {
    #header .header__inner {
        flex-wrap: wrap;
    }
    #header .header-contacts {
        flex-direction: column;
    }
    #header .header-contacts__item {
        margin: 0px;
        width: auto;
    }
    #header .basket-wrapper .basket {
        margin: 0px 5px;
    }
    #header .basket-wrapper .favorite {
        margin: 0px 5px;
    }
    #header .basket-wrapper {
        margin-left: auto;
    }
    .new-footer__left-block {
        width: 200px;
    }
    .new-footer__catalog-menu {
        width: 50%;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .new-footer__catalog-menu li {
        padding-bottom: 2px;
    }
    .new-footer__add-menu li {
        margin-bottom: 2px;
    }
}

@media (max-width: 900px) {
    #header .basket-wrapper {
        margin-right: auto;
        margin-left: 0px;
        min-height: auto;
    }
    #header .basket-wrapper .favorite {
        line-height: 1;
    }
    #header .basket-wrapper .basket {
        line-height: 1;
    }
    #header .header-order-wrapper {
        flex-direction: row-reverse;
        align-items: center;
    }
    #header .header-recall {
        margin: 0px;
        margin-left: 20px;
    }
    #header .header-contacts {
        width: calc(100% - 210px);
        align-items: flex-end;
        margin-bottom: 20px;
    }
    #header .logo {
        margin-bottom: 20px;
        height: auto;
        line-height: 0;
    }
    #header .header-contacts__item {
        margin: 2px 0px;
        width: auto;
    }
    #header .header__inner {
        padding: 10px 0px;
    }
    #sender-subscribe form {
        width: 100%;
    }
    #sender-subscribe form .bx-input-group {
        width: 100%;
    }
    #sender-subscribe form .bx-form-control {
        width: 100%;
    }
    #sender-subscribe form .bx_subscribe_submit_container {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .new-footer__add-menu a {
        font-size: 12px;
    }
    .new-footer__add-menu li {
        width: 100%;
    }
    .new-footer__right-block {
        width: 180px;
    }
    .new-footer__contacts {
        font-size: 12px;
    }
    .new-footer__pricelist a {
        font-size: 12px;
    }
    .sender-subscribe__text {
        font-size: 12px;
        width: 100%;
        margin-bottom: 15px;
    }
    .sender-subscribe__inner {
        display: flex;
        flex-wrap: wrap;
    }
    .new-footer__catalog-menu li:first-of-type a {
        font-size: 12px;
    }
    #header .header-contacts{
        margin-bottom: 10px;
    }
}

@media (max-width: 660px) {
    body .tpanel .tpanel_menu {
        display: none;
    }
    #header .catalogmenu2_column {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 3px;
        overflow: hidden;
    }
    #header .header-menu-wrapper .centeringin {
        flex-direction: column;
    }
    .new-footer__inner {
        flex-wrap: wrap;
    }
    .new-footer__left-block {
        display: flex;
        position: relative;
        width: 100%;
        margin: 0px;
    }
    .new-footer__logo {
        width: 200px;
    }
    .new-footer__social {
        width: 200px;
    }
    .footer-form-wrapper {
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .new-footer__catalog-menu {
        width: 33.333%;
    }
    .new-footer__right-block {
        padding: 0px;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }
    .new-footer__copyright {
        display: none;
    }
    .new-footer__creator {
        display: none;
    }
    .new-footer__pricelist {
        display: inline-block;
    }
    .new-footer__pricelist a {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        width: 165px;
        max-width: 100%;
    }
}

@media (max-width: 550px) {
    body .tpanel .tpanel_menu {
        display: none;
    }
    #header .catalogmenu2_column {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 3px;
        overflow: hidden;
    }
    #header .header-menu-wrapper .centeringin {
        flex-direction: column;
    }
    #header .header__inner {
        flex-direction: column;
        position: relative;
    }
    #header .header-contacts {
        align-items: center;
        width: 100%;
        font-size: 12px;
    }
    #header .logo {
        margin: 0px;
        margin-bottom: 10px;
        width: 120px;
        margin-right: auto;
    }
    #header .basket-wrapper {
        margin: 0px auto;
        margin-bottom: 20px;
        position: absolute;
        right: 0px;
        top: 15px;
        margin: 0px;
    }
    #header .header-recall .recall {
        font-size: 12px;
        width: auto;
        padding: 0px 15px;
    }
    .basket-wrapper .column1inner>div>a .title {
        display: none;
    }
    #header .basket-wrapper .basket {
        height: auto;
    }
    #header .basket-wrapper .favorite {
        height: auto;
    }
    .basket-wrapper .column1inner>div>a .pngicons {
        margin: 0px;
    }
    #header .header-order-wrapper {
        width: 100%;
    }
    #header .header-recall {
        margin-left: auto;
    }
    #header .searchinhead form {
        padding-left: 55px;
    }
    .new-footer__logo {
        width: 150px;
    }
    .footer-form__heading {
        font-size: 14px;
    }
    .new-footer__middle-block-heading {
        font-size: 14px;
    }
    .new-footer__right-block-heading {
        font-size: 14px;
    }
    .new-footer__social-heading {
        font-size: 14px;
    }
    .footer-form-wrapper {
        width: 180px;
    }
    #sender-subscribe form .sender-btn {
        width: 100%;
        font-size: 14px;
    }
    #sender-subscribe form .bx_subscribe_submit_container {
        padding: 0px;
        margin-top: 10px;
    }
    #sender-subscribe form {
        flex-direction: column;
    }
}

@media (max-width: 400px) {
    .new-footer__right-block-inner {
        width: 50%;
    }
    .new-footer__right-block-inner {
        width: 50%;
    }
    .new-footer__catalog-menu {
        width: 50%;
    }
    .new-footer__logo {
        width: 100px;
    }
    .new-footer__social {
        /*width: 100px;*/
    }
    .footer-form-wrapper {
        width: 145px;
    }
    .footer-form [type="submit"] {
        font-size: 14px;
    }
    .footer-form__heading {
        font-size: 12px;
    }
    .new-footer__social-heading {
        font-size: 12px;
    }
}