@charset "UTF-8";
body {
    width: 100%;
    margin: 0;
    line-height: 1.4;
    font-family: 'PTSansRegular';
}


/*------------================----------*/


/*-------------HEADER-FOOTER-----------*/

.line-blue {
    min-width: 1140px;
    background: #337bb3;
    height: 5px;
}

@media (max-width: 750px) {
    .line-blue {
        min-width: 750px;
    }
}

@media (max-width: 480px) {
    .line-blue {
        min-width: 320px;
    }
}

.page {
    min-width: 100%;
}

.popUp-bgr-edit-email_m, .popUp-bgr-edit-phone_p, .popUp-bgr-edit-phone, .popUp-bgr-add-phone, .popUp-bgr-add-email {
    display: none;
}

.page .wrapper header {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #bfc5c8;
}

.page .wrapper header .active {
    background: #74b04f;
}

header .active_orange {
    /*background: #ff320a !important;*/
    background: #ff6d30 !important;
}

header .active_blue {
    /*background: #6b6b6b !important;*/
    background: #337bb3 !important;
}
.page .wrapper header .block-logo {
    float: left;
    width: 130px;
    height: 130px;
}

.page .wrapper header .block-logo .logo {
    padding-top: 15px;
}

.page .wrapper header .blocks {
    position: relative;
    float: left;
    width: 200px;
    height: 155px;
    /*cursor: pointer;*/
    font-size: 13px;
    font-family: 'PTSansRegular';
}

.page .wrapper header .box-media {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
}

.box-media .block-media-menu {
    display: none;
    width: 50px;
    height: calc(56px - 10px);
    background: #337bb3;
    padding-top: 10px;
}

.box-media .block-media-menu .line-menu {
    display: block;
    width: 30px;
    height: 6px;
    background: white;
    margin: 0 auto;
    margin-bottom: 5px;
    border-radius: 2px;
}

.block-media-menu .block-media-nav {
    display: none;
    position: absolute;
    top: -7px;
    width: calc(300px - 20px);
    z-index: 555;
    background: white;
    border-top: 7px solid #337bb3;
    border-bottom: 7px solid #337bb3;
    padding: 0 10px;
}

.block-media-nav nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.block-media-nav nav ul li {
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'PTSansRegular';
    border-bottom: 1px dashed #bfc5c8;
    padding-bottom: 5px;
    padding-top: 1px;
}

.page .wrapper header .blocks:hover .border-line {
    border: none;
}

.page .wrapper header .blocks .inside-block {
    text-align: center;
    padding: 15px 5px;
}

.page .wrapper header .blocks .inside-block .main-shop {
    padding-bottom: 10px;
}

.page .wrapper header .blocks .inside-block span {
    display: block;
    text-transform: uppercase;
}

.page .wrapper header .blocks .border-line {
    position: absolute;
    right: 0;
    top: 20px;
    width: 1px;
    height: 90px;
    border-right: 1px dotted #bfc5c8;
}

.page .wrapper header .blocks .icon-basket {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.page .wrapper header .blocks .icon-nav {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.page .wrapper header .blocks .icon-discount {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.page .wrapper header .hover-bgr:hover span {
    color: #74b04f;
    text-decoration: underline;
}

.page .wrapper header .hover-bgr:hover .border {
    border: none;
}

.page .wrapper header .block-menu {
    float: left;
    padding-left: 18px;
    padding-top: 8px;
}

.page .wrapper header .block-menu .light-dark {
    width: 40px;
    border-bottom: 1px dotted #bfc5c8;
    padding-bottom: 10px;
}

.page .wrapper header .block-menu .search {
    text-align: center;
    border-bottom: 1px dotted #bfc5c8;
    padding-top: 15px;
    padding-bottom: 10px;
}

.page .wrapper header .block-menu .phone {
    padding-top: 0px;
    text-align: center;
}

.page .wrapper .container h1 {
    font-size: 21px;
    font-family: 'PTSansBold';
    text-transform: uppercase;
    text-align: justify;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-left: 15px;
}

.page .wrapper .container .baner_bgr-default {
    /*width: calc(100% - 40px);*/
     width: 96.5%;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    color: white;
    background-image: url('../img/bgr-b-green.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding: 33px 20px;
}

.page .wrapper .container .baner-orange {
    width: calc(100% - 40px);
    color: white;
    background-image: url('../img/baner-orange.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding: 33px 20px;
}

.page .wrapper .container .baner-blue {
    width: calc(100% - 40px);
    color: white;
    background-image: url('../img/bgr-baner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding: 33px 20px;
}

.page .wrapper .container .baner .number {
    float: left;
    text-align: center;
    margin-left: 15px;
}

.page .wrapper .container .baner .number span {
    display: block;
    font-size: 14px;
    font-family: 'PTSansBold';
    text-transform: uppercase;
}

.page .wrapper .container .baner .number .number-phone {
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'PTSansBold';
}

.page .wrapper .container .baner .text {
    float: right;
    width: 685px;
    padding: 2px 0;
}

.box-nav {
    width: calc(100% - 20px);
    margin-top: 20px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.box-nav .blocks-nav {
    float: left;
    width: 500px;
    margin-right: 30px;
}

.box-nav .blocks-nav:nth-child(3) {
    margin-right: 0;
}

.box-nav .blocks-nav nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.box-nav .blocks-nav nav ul li {
    text-transform: uppercase;
    /*font-size: 13px;*/
    font-family: 'PTSansRegular';
    border-bottom: 1px dotted #646768;
    padding-bottom: 5px;
    padding-top: 1px;
}

.box-nav .blocks-nav nav ul li .active-nav-item {
    font-family: 'PTSansBold';
}

footer {
    min-width: 1140px;
}

.page footer .wrapper {
    padding-top: 55px;
    padding-bottom: 55px;
}

.page footer .blocks {
    float: left;
    width: 235px;
    color: #dfdfdf;
    margin-right: 85px;
}

.page footer .blocks:nth-child(4) {
    margin-right: 0;
    width: 175px;
}

.page footer .blocks nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page footer .blocks nav ul li a {
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'PTSansRegular';
}

.page footer .blocks span {
    font-size: 14px;
    font-family: 'PTSansRegular';
}

.page footer .blocks span .email {
    color: white;
    text-decoration: underline;
}

.page footer .blocks span a {
    color: #dfdfdf;
    font-size: 14px;
    font-family: 'PTSansRegular';
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.page footer .blocks span a:hover {
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    border-bottom: 1px solid #dfdfdf;
}

.page footer .blocks .COPIRIGHT {
    display: block;
    padding-bottom: 15px;
}

@media (max-width: 750px) {
    .page .wrapper header {
        display: block;
        height: 120px;
    }
    .page .wrapper header .block-logo .logo .image-logo {
        position: relative;
        right: 20px;
    }
    .page .wrapper header .block-logo {
        width: 100px;
    }
    .page .wrapper header .blocks {
        height: calc(55px - 25px);
        padding: 15px 0px;
    }
    .page .wrapper header .blocks .inside-block {
        /*width: 205px;*/
        padding: 0;
        text-align: left;
        font-size: 11px;
        /*padding: 15px 0px;*/
    }
    .page .wrapper header .blocks .icon-media {
        float: left;
        margin-right: 3px;
        padding-left: 10px;
    }
    .page .wrapper header .blocks .inside-block span {
        display: inline-block;
    }
    .page .wrapper header .blocks .border-line {
        display: none;
    }
    .page .wrapper header .block-menu {
        padding: 0;
        padding-top: 15px;
        width: 100%;
        padding-bottom: 15px;
    }
    .page .wrapper header .block-menu .media-block-icon-nav {
        display: inline-block;
        padding: 0;
        padding-right: 10px;
        padding-left: 10px;
        border-bottom: none;
    }
    .page .wrapper header .block-menu .media-block-icon-nav:nth-child(1) {
        border-right: 1px dotted #bfc5c8;
        float: left;
    }
    .page .wrapper header .block-menu .media-block-icon-nav:nth-child(2) {
        border-right: 1px dotted #bfc5c8;
    }
    .page .wrapper header .box-media {
        display: block;
        float: right;
        width: 160px;
        position: relative;
        bottom: 60px;
    }
    .page .wrapper .container .baner .number {
        width: 425px;
    }
    .page .wrapper .container .baner .number .number-phone {
        padding-right: 15px;
    }
    .page .wrapper .container .baner .number span {
        float: left;
    }
    .page .wrapper .container .baner .text {
        width: 640px;
    }
    .page footer .style-media {
        display: block;
        width: 555px;
        margin: 0 auto;
    }
    .page footer .blocks {
        width: 235px;
        margin-bottom: 30px;
    }
    .page footer .blocks:nth-child(2) {
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .page .wrapper header {
        margin-top: 58px;
    }
    .page .wrapper header .block-logo {
        width: 70px;
        height: 65px;
    }
    .page .wrapper header .block-logo .logo .image-logo {
        width: 65px;
        height: 65px;
    }
    .page .wrapper header .box-media {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        position: absolute;
        top: 5px;
        width: 300px;
        height: 57px;
        border-bottom: 1px solid #bfc5c8;
    }
    .box-media .block-media-menu {
        display: block;
    }
    .page .wrapper header .blocks {
        /*width: 110px;*/
         width: 38.2%;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .page .wrapper header .blocks .inside-block span {
        font-size: 10px;
    }
    .page .wrapper header .block-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 30px;
    }
    .page .wrapper header .blocks .icon-media {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .box-media .block-media-menu .line-menu {
        margin: 4px 10px
    }
    .page .wrapper header .media-sm {
        width: 140px;
        height: 26px;
    }
    .page .wrapper header .blocks .icon-media {
        padding-left: 10px;
        width: 25px;
        height: 25px;
    }
    .page .wrapper header .blocks .inside-block {
        width: 100%;
    }
    .page .wrapper header .blocks .inside-block span {
        display: inline;
    }
    /**/
    .page .wrapper .container {
        margin-top: 50px;
    }
    .page .wrapper .container .baner .text {
        width: 100%;
    }
    .page .wrapper .container .baner .number span {
        float: none;
    }
    .page .wrapper .container .baner .number {
        margin: 0;
        width: 100%;
    }
    .container .box-nav {
        display: none !important
    }
}


/*-------------HEADER-FOOTER-----------*/


/*------------================----------*/

.click_icon-pen_edit {
    display: none;
}
.add_btn-popup {
    display: none;
}
.block {
    width: 100%;
}

.block .line {
    position: relative;
    float: left;
    top: 15px;
    width: 30%;
    height: 1px;
    background: #bfc5c8;
}

.page .block .text {
    font-size: 30px;
    font-family: 'PTSansBold';
    text-transform: uppercase;
    text-align: center;
    float: left;
    width: 40%;
}

.block-breadcrumbs {
    text-align: center;
    margin-bottom: 20px;
}

.block-breadcrumbs span {
    /*font-size: 13px;*/
    font-family: 'PTSansBold';
}

.block-breadcrumbs span a {
    text-transform: uppercase;
}

.block-breadcrumbs .active-breadcrumbs {
    color: #b8b8b8;
    text-transform: uppercase;
}

.page .wrapper .container {
    width: 100%;
}

.page .wrapper .container h1 {
    font-size: 21px;
    font-family: 'PTSansBold';
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-left: 15px;
    text-align: center;
}

@media (min-width: 320px) and (max-width: 750px) {
    .page .wrapper .container .baner .text p {
        padding-left: 40px;
    }
}


/*------------================----------*/


/*------------ГЛАВНАЯ СТРАНИЦА----------*/

.box-baner {
    margin-top: 25px;
}

.blocks-baner {
    float: left;
    width: 555px;
    height: 100px;
    border-radius: 5px;
    background-image: url("../img/bgr-baner-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin-right: 30px;
}

.blocks-baner img {
    padding-top: 30px;
}

.blocks-baner-2 {
    background-image: url("../img/bgr-baner-2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 0;
}

.blocks-baner-2 img {
    padding-top: 10px;
}

.blocks-baner-2-media {
    display: none;
}

.wrapper {
    width: 1140px;
    margin: 0 auto;
}

.wrapper .container {
    width: 100%;
}

.wrapper .container h1 {
    font-size: 21px;
    font-family: 'PTSansBold';
    text-transform: uppercase;
    text-align: justify;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-left: 15px;
    text-align: center;
}

.box-info-about-company {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
}

.box-info-about-company .info {
    float: left;
    width: 470px;
    /*margin-right: 20px;*/
    margin-right: 115px;
}

.box-info-about-company .info h2 {
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'PTSansBold';
}

.box-info-about-company .info p {
    /*font-size: 14px;*/
    font-family: 'PTSansRegular';
}

.box-info-about-company .list {
    float: left;
    width: 465px;
    line-height: 1.3;
}

.box-info-about-company .list ul {
    color: #74b04f;
    padding: 0 0 0 20px;
    margin: 0;
}

.box-discounts {
    margin-top: 20px;
}

.box-discounts .block .line {
    width: 20%;
}

.box-discounts .block .text {
    width: 60%;
}

.container .block-text h1 {
    float: left;
    font-size: 30px;
    font-family: 'PTSansBold';
    margin: 0;
    padding: 0 0 0 30px;
}

.container .box-catalog .all-roll-up {
    position: relative;
    bottom: 5px;
    float: right;
    font-size: 14px;
    font-family: 'PTSansRegular';
    color: #337bb3;
    border-bottom: 1px dotted #337bb3;
    padding-top: 10px;
    cursor: pointer;
}

.container .box-catalog .blocks-catalog {
    position: relative;
    width: 100%;
}

.container .box-catalog .blocks-catalog .name-catalog {
    position: relative;
    width: 100%;
    text-align: center;
    /*background: #337bb3;*/
    border-radius: 5px;
    cursor: pointer;
}

.container .box-catalog .blocks-catalog .name-catalog h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'PTSansBold';
    margin: 0;
    padding: 5px 0;
    color: white;
}

.container .box-catalog .blocks-catalog .name-catalog .rotate {
    position: absolute;
    right: 10px;
    top: 15px;
    /* Для Firefox */
    /* Для IE */
    /* Для Safari, Chrome, iOS */
    /* Для Opera */
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    /* Для Firefox */
    /* Для IE */
    /* Для Safari, Chrome, iOS */
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.container .box-catalog .blocks-catalog .name-catalog .no-rotate {
    /* Для Firefox */
    /* Для IE */
    /* Для Safari, Chrome, iOS */
    /* Для Opera */
    -webkit-transform: rotate(-95deg);
    transform: rotate(-95deg);
    /* Для Firefox */
    /* Для IE */
    /* Для Safari, Chrome, iOS */
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 750px) {
    .page .wrapper {
        width: 660px;
    }
    .page .wrapper .container h1 {
        font-size: 15px;
        margin-bottom: 15px;
        margin-top: -25px;
    }
    .page .box-baner .blocks-baner {
        width: 300px;
        height: 65px;
    }
    .page .box-baner .blocks-baner {
        margin-right: 60px;
    }
    .page .box-baner .blocks-baner-2 {
        margin-right: 0;
    }
    .page .blocks-baner img {
        padding-top: 20px;
        width: 50%;
    }
    .page .blocks-baner-2 img {
        padding-top: 10px;
        width: 19%;
    }
    .page .wrapper .container .box-info-about-company {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .page .wrapper .container .box-info-about-company .info {
        width: 100%;
        margin-right: 0;
    }
    .page .wrapper .container .block-text {
        margin-bottom: 0;
    }
    .page .wrapper .container .block-text .line {
        width: 30px;
        margin-top: 15px;
    }
    .page .wrapper .container .block-text h1 {
        font-size: 24px;
        padding: 0;
    }
    .page .wrapper .container .block-text .line-2 {
        width: 30px;
        margin-top: 15px;
    }
    .all-roll-up {
        display: none;
    }
    .page .wrapper .container .box-catalog .block-text .line {
        width: 140px;
    }
    .page .wrapper .container .box-catalog .block-text .block-line .line-2 {
        width: 150px;
    }
    .box-roll .block-roll-out .block-img-goods {
        width: 215px;
    }
    .page .wrapper .container .box-catalog .blocks-catalog .name-catalog h2 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .page .wrapper {
        width: 300px;
    }
    .page .blocks-baner-2 {
        display: none;
    }
    .page .blocks-baner-2-media {
        display: block;
        width: 100%;
        height: 65px;
    }
    .page .wrapper .container .box-info-about-company .list {
        width: 100%;
    }
    .page .wrapper .container .box-info-about-company .list ul li span {
        font-size: 12px;
    }
    .box-slider {
        height: 715px;
    }
    .box-slider .blocks .img {
        display: block;
        float: none;
        width: 100%;
    }
    .box-slider .blocks .block-info-text {
        display: block;
        float: none;
        width: 100%;
    }
    .page .wrapper .container .block-text .line {
        display: none;
    }
    .page .wrapper .container .block-text .line-2 {
        display: none;
    }
    .page .wrapper .container .block-text h1 {
        font-size: 18px;
    }
    .page .wrapper .container .box-catalog .block-text h1 {
        font-size: 18px;
    }
    .page .wrapper .container .box-catalog .blocks-catalog .name-catalog .rotate {
        width: 10px;
    }
    .page .wrapper .box-baner {
        width: 100%;
    }
}


/*------------ГЛАВНАЯ СТРАНИЦА----------*/


/*------------================----------*/


/*------------================----------*/


/*------------PAGE 2----------*/

.materials-section {
    width: 100%;
    padding-top: 40px;
}

.materials-section-block-show-questions-media {
    display: none;
}

.materials-section .block-breadcrumbs span .active-breadcrumbs {
    color: #b8b8b8;
    text-transform: uppercase;
}

.materials-section .block .line {
    width: 27%;
}

.materials-section .block .text {
    width: 46%;
}

.materials-section .tabs .tab-list {
    list-style: none;
    margin-bottom: 30px;
    text-align: center;
}

.materials-section .tabs .tab-list .li {
    display: inline-block;
    padding: 4px 15px;
    border-radius: 5px;
    background: #337bb3;
    font-size: 21px;
    font-family: 'PTSansBold';
    text-transform: uppercase;
    color: white;
    cursor: pointer;
}

.materials-section .tabs .tab-list .active {
    background: #e4d7d7;
    color: #424242;
    padding-left: 0;
}

.materials-section .tabs .tab-list .active:before {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #e4d7d7;
    position: relative;
    top: 42px;
    left: 50%;
}

.materials-section .tabs .tab-list .tab-1 {
    margin-left: 20px;
}

.materials-section .tabs .tab-list .tab-2 {
    margin-left: 16px;
}

.materials-section .tabs .tabs__content {
    display: none;
    /* по умолчанию прячем все блоки */
}

.materials-section .tabs .tabs__content .blocks {
    width: 100%;
}

.materials-section .tabs .tabs__content .blocks .show-goods ul {
    list-style: none;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 30px
}

.materials-section .tabs .tabs__content .blocks .show-goods ul .item-text-show {
    font-family: 'PTSansBold';
    cursor: default;
}

.materials-section .tabs .tabs__content .blocks .show-goods ul li {
    float: left;
    padding: 0;
    background: none;
    font-size: 13px;
    font-family: 'PTSansRegular';
    text-transform: none;
    cursor: pointer;
    margin-right: 20px;
}

.materials-section .tabs .tabs__content .blocks .box-goods-top {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.materials-section .tabs .tabs__content .blocks .box-goods-top .goods {
    float: left;
}

.materials-section .tabs .tabs__content .blocks .box-goods-top .goods .box {
    float: left;
    width: 220px;
    margin-right: 25px;
    margin-top: 18px;
}

.materials-section .tabs .tabs__content .blocks .box-goods-top .goods .box span a {
    color: #98b4c8;
    font-family: 'PTSansBold';
}

.materials-section .tabs .tabs__content .blocks .box-goods-top .goods .box span a:hover {
    color: white;
}

.materials-section .tabs .tabs__content .blocks .box-goods-top .goods .box .block-img-goods {
    width: 100%;
    height: 220px;
    background: white;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 10px;
}

.materials-section .tabs .tabs__content .blocks .box-goods-top .goods .box .block-img-goods img {
    margin-top: 35px;
}

.materials-section .tabs .tabs__content .blocks .box-goods-top .goods .marg-none {
    margin-right: 0;
}

.materials-section .tabs .tabs__content .blocks .blo {
    width: 500px;
    height: 300px;
    background: yellow;
}

.materials-section .tabs .tabs__content.active {
    display: block;
    /* по умолчанию показываем нужный блок */
}

@media (max-width: 750px) {
    .materials-section .show-goods_hide-media {
        display: none;
    }
    .materials-section-box-pagination {
        display: none;
    }
    .materials-section .tabs .tab-list .li {
        display: block;
        margin: 0;
        margin-bottom: 10px;
    }
    .materials-section .tabs .tab-list .active {
        padding-left: 13px;
    }
    .materials-section .tabs .tab-list .active:before {
        display: none;
    }
    .materials-section .box-goods:nth-child(even) {
        margin-right: 0;
    }
    .materials-section .tabs .tabs__content .blocks .box-goods-top .goods .box {
        width: 155px;
        margin-right: 10px;
    }
    .materials-section .tabs .tabs__content .blocks .box-goods-top .goods .box .block-img-goods {
        height: 185px;
    }
}

@media (max-width: 480px) {
    .materials-section .box-goods {
        margin-right: 0;
    }
    .materials-section .tabs .tabs__content .blocks .box-goods-top .goods .box {
        width: 140px;
    }
    .materials-section .tabs .tabs__content .blocks .box-goods-top .goods .box .block-img-goods img {
        width: 140px;
    }
}


/*------------materials-section ----------*/


/*------------================----------*/


/*------------================----------*/


/*------------ABOUT-US----------*/

.ABOUT-US-section .block .text {
    width: 20%;
}

.ABOUT-US-section .block .line {
    width: 40%;
}

.ABOUT-US-section .block-breadcrumbs {
    margin-top: 20px;
}


/*------------ABOUT-US----------*/


/*------------================----------*/


/*------------================----------*/


/*------------PAGE 3----------*/

.box-pop-up {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 555;
}

.block-login_display {
    display: block;
}

.password-reset, .password-reset-message {
    display: none;
}

.box-pop-up .block-login {
    position: relative;
    top: 20%;
    width: 340px;
    height: 355px;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
}

.box-pop-up .block-login img {
    position: absolute;
    right: 5px;
    top: 8px;
    cursor: pointer;
}

.box-pop-up .block-login h1 {
    font-size: 30px;
    font-family: 'PTSansBold';
    color: #424242;
    text-transform: uppercase;
}

.box-pop-up .block-login form {
    width: 270px;
    text-align: left;
    margin: 0 auto;
}

.box-pop-up .block-login form span {
    display: block;
    color: #424242;
    font-family: 'PTSansRegular';
    font-size: 14px;
    padding-bottom: 5px;
}

.box-pop-up .block-login form input {
    width: 100%;
    height: 50px;
    background: white;
    border: 1px solid #cedae5;
    border-radius: 5px;
    padding-left: 5px;
    color: #424242;
    outline: none;
}

.box-pop-up .block-login form input[type='password'] {
    margin-bottom: 25px;
}

.box-pop-up .block-login form .block {
    float: left;
}

.box-pop-up .block-login form .block .Forgot-your-password {
    color: #337bb3;
    text-decoration: underline;
    font-size: 14px;
    font-family: 'PTSansRegular';
    cursor: pointer;
}

.box-pop-up .block-login form .block .registration {
    color: #74b04f;
    text-decoration: underline;
    font-size: 14px;
    font-family: 'PTSansRegular';
    cursor: pointer;
}

.box-pop-up .block-login form button {
    float: right;
    width: 140px;
    height: 50px;
    background: #74b04f;
    border: none;
    border-bottom: 2px solid #59883d;
    border-radius: 5px;
    text-transform: uppercase;
    color: white;
    font-size: 15px;
    font-family: 'PTSansBold';
    outline: none;
    cursor: pointer;
}

.box-pop-up .block-registration {
    display: none;
    position: relative;
    top: 5%;
    width: 415px;
    height: 555px;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
}

.box-pop-up .block-registration img {
    position: absolute;
    right: 5px;
    top: 8px;
    cursor: pointer;
}

.box-pop-up .block-registration h1 {
    font-size: 30px;
    font-family: 'PTSansBold';
    color: #424242;
    text-transform: uppercase;
}

.box-pop-up .block-registration form {
    width: 350px;
    text-align: left;
    margin: 0 auto;
}

.box-pop-up .block-registration form span {
    display: block;
    color: #424242;
    font-family: 'PTSansRegular';
    font-size: 14px;
    padding-bottom: 5px;
}

.box-pop-up .block-registration form input {
    width: 100%;
    height: 50px;
    background: white;
    border: 1px solid #cedae5;
    border-radius: 5px;
    padding-left: 5px;
    color: #424242;
    outline: none;
    margin-bottom: 15px;
}

.box-pop-up .block-registration form .block {
    float: left;
    width: 135px;
}

.box-pop-up .block-registration form .block i {
    color: #424242;
    font-size: 14px;
    font-family: 'PTSansRegular';
}

.box-pop-up .block-registration form button {
    position: relative;
    float: right;
    width: 195px;
    height: 50px;
    background: #74b04f;
    border: none;
    border-bottom: 2px solid #59883d;
    border-radius: 5px;
    text-transform: uppercase;
    color: white;
    font-size: 15px;
    font-family: 'PTSansBold';
    outline: none;
    cursor: pointer;
}

.box-pop-up .block-registration .info {
    text-align: left;
}

.box-pop-up .block-registration .info p {
    color: #575757;
    font-size: 14px;
    padding: 0 18px 0 32px;
}

.section-goods {
    padding-top: 40px;
}

.page .section-goods .block .line {
    width: 24%;
}

.page .section-goods .block .text {
    width: 52%;
}

.section-goods .block-text {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 27px;
}

.section-goods .block-text .line {
    float: left;
    width: 175px;
    height: 1px;
    background: #bfc5c8;
    margin-top: 25px;
}

.section-goods .block-text h1 {
    float: left;
    font-size: 30px;
    font-family: 'PTSansBold';
    margin: 0;
    text-transform: uppercase;
    padding: 0 0 0 20px;
}

.section-goods .block-text .line-2 {
    float: right;
    width: 175px;
    height: 1px;
    background: #bfc5c8;
    margin-top: 25px;
}

.section-goods .box-selected-item .block-img-goods {
    position: relative;
    /*float: left;*/
    width: 300px;
    height: calc(300px - 40px);
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background: #ffffff;
    padding-top: 40px;
    margin-right: 20px;
    text-align: center;
    overflow: hidden;
}

.section-goods .box-selected-item .block-img-goods:hover {
    border: 1px solid #74b04f;
}

.section-goods .box-selected-item .block-img-goods .block-zoom {
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.section-goods .box-selected-item .block-info-goods {
    float: left;
    width: 71.7%;
}

.section-goods .box-selected-item .block-info-goods .info {
    display: block;
    width: 100%;
}

.section-goods .box-selected-item .block-info-goods .info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-goods .box-selected-item .block-info-goods .info ul li {
    float: left;
    padding: 0;
    background: none;
    font-family: 'PTSansRegular';
    margin: 0;
}

.section-goods .box-selected-item .block-info-goods .info .value {
    float: right;
}

.section-goods .box-selected-item .block-info-goods .box-goods {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-goods .box-selected-item .block-info-goods .box-goods .block-price {
    width: calc(100% - 40px);
    background: #e6eef5;
    color: #333333;
    padding: 20px;
    line-height: 1.5;
}

.section-goods .box-selected-item .block-info-goods .box-goods .block-price .block-form span {
    /*display: inline-block;*/
    font-size: 14px;
    font-family: 'PTSansRegular';
    margin-right: 25px;
}

.section-goods .box-selected-item .block-info-goods .box-goods .block-price .block-form span .cost {
    display: inline;
    color: #337bb3;
    font-family: 'PTSansBold';
}

.section-goods .box-selected-item .block-info-goods .box-goods .block-price .block-form form {
    padding-top: 31px;
    padding-bottom: 0;
}

/* .section-goods .box-selected-item .block-info-goods .box-goods .block-price .block-form form input {
    width: 45px;
    height: 45px;
    background: #ffffff;
    border: 1px solid #cedae5;
    border-radius: 5px;
    outline: none;
    color: #333333;
    padding-left: 5px;
} */

.section-goods .box-selected-item .block-info-goods .box-goods .block-price .block-form form span {
    display: inline;
}

.section-goods .box-selected-item .block-info-goods .box-goods .block-price .block-form form .active {
    background: #636363;
    border-bottom: 2px solid #4c4c4c;
}

/* .section-goods .box-selected-item .block-info-goods .box-goods .block-price .block-form form button {
    width: 135px;
    height: 45px;
    background: #74b04f;
    border: none;
    border-radius: 5px;
    border-bottom: 2px solid #59883d;
    border-bottom: 2px solid #ff6d30;
    font-size: 15px;
    font-family: 'PTSansBold';
    text-transform: uppercase;
    color: white;
    cursor: pointer;
}

.section-goods .box-selected-item .block-info-goods .box-goods .block-price .block-form form button #value {
    margin-right: 0;
    color: white;
} */

.section-goods .box-selected-item .block-info-goods .box-goods .block-price .block-form form .amount {
    margin-right: 0;
}

.section-goods .box-selected-item .box-message-info {
    display: block;
    float: right;
    width: 71%;
}

.box-catalog .list-media {
    list-style: none;
    padding: 0;
    margin: 0;
}

.box-goods-show-media {
    display: none;
}

@media (max-width: 750px) {
    .section-goods .box-selected-item .block-info-goods {
        width: 50.7%;
    }
    .section-goods .box-selected-item .box-message-info {
        width: 100%;
    }
    .blocks-catalog__title_show-media {
        display: block !important;
        text-transform: uppercase;
        font-size: 18px;
    }
    .name-catalog__title-hide-media {
        display: none;
    }
    .box-catalog .tabs .tab-list {
        padding: 0;
        margin: 0;
    }
    .box-catalog .blocks-catalog .box-roll .tabs .tab-list .li {
        display: block;
    }
    .box-catalog .blocks-catalog .box-roll .tabs .tab-list .active:before {
        display: none;
    }
    .box-SLIDER_hide-media {
        display: none;
    }
    .box-goods-show-media {
        display: block;
    }
    .box-goods-show-media .box-goods {
        margin-right: 3.7%;
    }
    .section-goods .box-selected-item .block-info-goods .box-goods .block-price .block-form span {
        margin-right: 0;
    }
    .page .section-goods .block .text {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .box-pop-up .block-login {
        width: 100%;
    }
}

.box-catalog .block-text {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
}

.box-catalog .block-text .line {
    float: left;
    width: 300px;
    height: 1px;
    background: #bfc5c8;
    margin-top: 25px;
}

.box-catalog .block-text h1 {
    float: left;
    font-size: 30px;
    font-family: 'PTSansBold';
    margin: 0;
    padding: 0 0 0 60px;
}

.box-catalog .block-text .block-line {
    float: left;
}

.box-catalog .block-text .block-line .line-2 {
    float: left;
    width: 150px;
    margin-left: 30px;
    margin-right: 10px;
    height: 1px;
    background: #bfc5c8;
    margin-top: 25px;
}

.box-catalog .block-text .block-line span {
    float: left;
    font-size: 14px;
    font-family: 'PTSansRegular';
    color: #337bb3;
    border-bottom: 1px dotted #337bb3;
    padding-top: 10px;
    cursor: pointer;
}

.box-catalog .blocks-catalog {
    position: relative;
    width: 100%;
    margin-bottom: 35px;
}

.box-catalog .blocks-catalog .name-catalog {
    position: relative;
    width: 100%;
    text-align: left;
    /*background: #337bb3;*/
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
}

.box-catalog .blocks-catalog .name-catalog h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'PTSansBold';
    margin: 0;
    padding: 4px 0 4px 25px;
    color: white;
}

.box-catalog .blocks-catalog .name-catalog .h2_color-orange {
    color: #ff6d30;
}

.box-catalog .blocks-catalog .name-catalog .h2 {
    float: left;
}

.box-catalog .blocks-catalog .name-catalog span {
    position: relative;
    float: right;
    right: 50px;
    top: 8px;
    text-decoration: underline;
    font-size: 14px;
    color: white;
}

.box-catalog .blocks-catalog .name-catalog .rotate {
    position: absolute;
    right: 10px;
    top: 15px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.box-catalog .blocks-catalog .name-catalog .no-rotate {
    -webkit-transform: rotate(-95deg);
    transform: rotate(-95deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.box-catalog .blocks-catalog .box-roll .tabs .tab-list {
    list-style: none;
    margin-bottom: 30px;
    text-align: center;
    padding: 0;
}

.box-catalog .blocks-catalog .box-roll .tabs .tab-list .li {
    display: inline-block;
    margin-left: 10px;
    padding: 8px 15px;
    border-radius: 5px;
    background: #337bb3;
    font-size: 16px;
    font-family: 'PTSansBold';
    text-transform: uppercase;
    color: white;
    cursor: pointer;
}

.box-catalog .blocks-catalog .box-roll .tabs .tab-list .li span {
    border-bottom: 1px dashed #e4e4e4;
}

.box-catalog .blocks-catalog .box-roll .tabs .tab-list .active {
    background: #e4d7d7;
    color: #424242;
    padding-left: 0;
}

.box-catalog .blocks-catalog .box-roll .tabs .tab-list .active:before {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #e4d7d7;
    position: relative;
    top: 35px;
    left: 50%;
}

.box-catalog .blocks-catalog .box-roll .tabs .tabs__content {
    display: none;
    /* по умолчанию прячем все блоки */
}

.box-catalog .blocks-catalog .box-roll .tabs .tabs__content.active {
    display: block;
    /* по умолчанию показываем нужный блок */
}

.box-catalog .blocks-catalog .box-roll .blocks {
    width: 100%;
}

.box-catalog .blocks-catalog .box-roll .blocks .box-goods-top {
    width: 100%;
    height: 380px;
    overflow: hidden;
    margin-bottom: 20px;
}

.goods-product {
    position: relative;
    float: left;
    width: 220px !important;
    height: calc(370px - 25px);
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    text-align: center;
    padding-top: 25px;
    margin-right: 10px;
}

.goods-product:nth-child(5) {
    margin-right: 0;
}

.goods-product:hover {
    border: 1px solid #74b04f;
}

.goods-product .block-image {
    width: inherit;
    height: 165px;
    text-align: center;
    overflow: hidden;
}

.goods-product .block-image img {
    display: inline-block;
}

.goods-product .block-name-price span {
    display: block;
    color: #337bb3;
    text-decoration: underline;
    font-size: 14px;
    font-family: 'PTSansBold';
    text-transform: uppercase;
}

.goods-product .block-name-price .inline {
    display: inline;
    text-decoration: none;
}

.goods-product .block-name-price .span {
    color: #424242;
    font-size: 13px;
    font-family: 'PTSansRegular';
    text-transform: none;
}

.goods-product form {
    position: absolute;
    bottom: 10px;
    right: 20px;
    display: inherit;
}

.goods-product form input {
    float: left;
    width: calc(70px - 20px);
    height: 50px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #cedae5;
    outline: none;
    color: #424242;
    padding-left: 20px;
    font-size: 18px;
    font-family: 'PTSansRegular';
}

.goods-product form span {
    float: left;
    color: #424242;
    padding: 15px 10px;
}

.goods-product form button {
    /*float: left;*/
    display: inline-block;
    width: 70px;
    height: 50px;
    background: #74b04f;
    background-image: url("../img/basket.png");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    border-radius: 5px;
    border-bottom: 2px solid #59883d;
    cursor: pointer;
    outline: none;
}

.goods-product form .active {
    background: #636363;
    border-bottom: 2px solid #4c4c4c;
    color: white;
    font-size: 15px;
    font-family: 'PTSansBold';
}


/*------------PAGE 3----------*/


/*------------================----------*/


/*------------================----------*/


/*------------content-pagex----------*/

.content-page-section {
    margin-top: 50px;
}

.content-page-section .block-breadcrumbs {
    margin: 0 auto;
    margin-bottom: 10px;
}

.content-page-section .block {
    width: 100%;
}

.content-page-section .block .line {
    position: relative;
    float: left;
    top: 15px;
    width: 30%;
    height: 1px;
    background: #bfc5c8;
}

.content-page-section .block .text {
    font-size: 30px;
    font-family: 'PTSansBold';
    text-transform: uppercase;
    text-align: center;
    float: left;
    width: 40%;
}

.content-page-section .box-left {
    float: left;
    width: 795px;
    margin-right: 20px;
    margin-top: 20px;
}

.content-page-section .box-left .block-img {
    width: 100%;
    overflow: hidden;
}

.content-page-section .box-left .block-img img {
    width: 100%;
    height: auto;
}

.content-page-section .box-left h1 {
    font-size: 20px;
    font-family: 'PTSansBold';
    text-transform: uppercase;
}

.content-page-section .box-right {
    float: left;
    width: 325px;
    margin-top: 20px;
}
.content-page-section.news-detail .box-right {
    float: none;
    width: 325px;
    margin-top: 20px;
}
.content-page-section .box-right .blocks-download {
    width: 100%;
    border-bottom: 1px dashed #bfc5c8;
    padding-top: 10px;
}

.content-page-section .box-right .blocks-download:last-child {
    border-bottom: 1px dashed transparent;
}

.content-page-section .box-right .blocks-download .icon-XLSX {
    float: left;
    display: block;
    width: 34px;
    height: 38px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.content-page-section .box-right .blocks-download .link {
    float: left;
    width: 73%;
    margin-left: 8px;
    margin-bottom: 10px;
}

.content-page-section .box-right .blocks-download .link a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.content-page-section .box-right .blocks-download .link span {
    color: #a9a9a9;
    font-style: italic;
    font-size: 13px;
}

@media (max-width: 750px) {
    .content-page-section .block-breadcrumbs {
        display: none;
    }
    .content-page-section .block .text {
        width: 100%;
    }
    .content-page-section .box-left {
        width: 370px;
    }
    .content-page-section .box-right {
        width: 270px;
    }
    .content-page-section .block .line {
        display: none;
    }
    .box-catalog .blocks-catalog .box-roll .tabs .tab-list .li {
        display: block;
    }
    .box-catalog .blocks-catalog .box-roll .tabs .tab-list .active {
        padding-left: 15px;
    }
    .box-catalog .blocks-catalog .box-roll .tabs .tab-list .li {
        display: block;
        margin: 0;
        margin-bottom: 10px;
    }
    .box-catalog .blocks-catalog .box-roll .blocks .box-goods-top .goods {
        width: 46%;
        margin-bottom: 20px;
    }
    .box-catalog .blocks-catalog .box-roll .blocks .box-goods-top .goods .block-image {
        margin: 0 auto;
    }
    .box-catalog .blocks-catalog .box-roll .blocks .box-goods-top .goods form {
        right: 65px;
    }
}

@media (max-width: 480px) {
    .content-page-section .box-left {
        width: 100%;
        margin-right: 0;
    }
    .section-goods .box-selected-item .block-img-goods {
        margin-right: 0;
    }
    .section-goods .box-selected-item .block-info-goods {
        width: 100%;
    }
    .box-catalog .blocks-catalog .box-roll .blocks .box-goods-top .goods {
        width: 100%;
    }
}


/*------------content-page----------*/


/*------------================----------*/


/*------------================----------*/


/*------------questions/FAQ----------*/

.questions-section {
    margin-top: 50px;
}

.questions-section .block-headline {
    width: 100%;
    margin-top: 20px;
}

.questions-section .block-headline .line {
    position: relative;
    float: left;
    top: 20px;
    width: 29%;
    height: 1px;
    background: #bfc5c8;
}

.questions-section .block-headline .text {
    width: 42%;
    float: left;
    font-size: 30px;
    font-family: 'PTSansBold';
    text-transform: uppercase;
    text-align: center;
}

.questions-section .aside {
    float: left;
    width: 220px;
}

.questions-section .aside .block {
    width: calc(100% - 50px);
    border-radius: 5px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #337bb3;
    padding: 10px 25px;
    margin-bottom: 10px;
}

.questions-section .aside .block_hide {
    display: none;
}

.questions-section .aside .block__arrow-i {
    position: relative;
    top: 10px;
    float: right;
    display: inline-block;
    width: 8px;
    height: 5px;
    background-image: url('../img/arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.questions-section .aside .block a {
    color: white;
    text-decoration: none;
    border-bottom: 1px dashed white;
    text-transform: uppercase;
    font-family: 'PTSansBold';
    font-size: 15px;
}

.questions-section .aside .block .active-link {
    border-bottom: none;
}

.questions-section .aside .active {
    background: #74b04f;
    border-bottom: 3px solid #59883d;
}

.questions-section .box-right {
    float: left;
    width: 78.9%;
    margin-left: 20px;
}

.questions-section .box-right .hide {
    height: auto !important;
}

.questions-section .box-catalog .blocks-catalog .name-catalog h2 {
    font-size: 15px;
    padding: 10px 0 15px 25px;
}


/*.questions-section */


/*.questions-section */


/*.questions-section */

.questions-section .box-right .disp-None {
    display: none;
}

.questions-section .box-right .blocks-answer-question {
    position: relative;
    width: calc(100% - 40px);
    height: 170px;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.questions-section .box-right .blocks-answer-question .question-block {
    border-bottom: 1px solid #dfdfdf;
}

.questions-section .box-right .blocks-answer-question .question-block p {
    color: #575757;
    margin-top: 0;
}

.questions-section .box-right .blocks-answer-question .question-block p .question-span {
    color: #337bb3;
    font-family: 'PTSansBold';
}

.questions-section .box-right .blocks-answer-question .answer-block p {
    color: #575757;
}

.questions-section .box-right .blocks-answer-question .answer-block p:last-child {
    margin-bottom: 50px;
}

.questions-section .box-right .blocks-answer-question .answer-block p .answer-span {
    color: #74b04f;
    font-family: 'PTSansBold';
}

.questions-section .box-right .blocks-answer-question .block-roll-up {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 10px);
    height: 50px;
    cursor: pointer;
    background: #ffffff;
    padding-left: 20px;
    padding-top: 15px;
}

.questions-section .box-right .blocks-answer-question .block-roll-up .icon-arrow {
    display: inline-block;
    width: 7px;
    height: 5px;
    background-image: url("../img/arrow-roll.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.questions-section .box-right .blocks-answer-question .block-roll-up .icon-arrow-rotate {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.questions-section .box-right .blocks-answer-question .block-roll-up .roll-span {
    color: #337bb3;
    border-bottom: 1px dotted #337bb3;
    font-size: 14px;
}

.questions-section .box-right .blocks-answer-question .block-roll-up .click-roll-text {
    width: 85px;
}

.questions-section .box-right .box-pagination nav ul {
    list-style: none;
}

.questions-section .box-right .box-pagination nav ul .page-li {
    font-size: 13px;
    font-family: 'PTSansBold';
    padding-top: 2px;
}

.block-show-questions-media {
    display: none;
}

.block-show-questions-media__text {
    color: #337bb3;
    text-decoration: none;
    border-bottom: 1px dashed #337bb3;
    font-family: 'PTSansBold';
    font-size: 15px;
    cursor: pointer;
}

@media (max-width: 750px) {
    .questions-section {
        margin: 0;
    }
    .block_hide-media {
        display: none;
    }
    .questions-section .aside {
        width: 100%;
    }
    .page .questions-section .block_media-style {
        float: left;
        width: 290px;
        margin-right: 40px
    }
    .page .questions-section .block_show-media {
        display: inline-block;
        width: 255px;
        text-align: left;
        padding: 10px 10px;
        border-bottom: 3px solid #337bb3;
    }
    .questions-section .aside .block a {
        border: none;
    }
    .questions-section .box-right {
        width: 100%;
        margin: 0;
    }
    .questions-section .box-pagination {
        display: none;
    }
    .questions-section .block-show-questions-media {
        display: block;
    }
    .questions-section .show-goods {
        width: calc(100% - 20px);
        padding: 15px 10px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .page .questions-section .block_media-style-Exsm {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin-right: 0;
    }
}


/*------------questions----------*/


.li-toggleDropDown {
    color: #337bb3;
    text-decoration: underline;
    cursor: pointer;
}

.info-order {
    width: 100%;
}

.info-order__item {
    float: left;
    margin-right: 30px;
}

/*------------================----------*/


/*------------================----------*/


/*------------Personal-Area----------*/

.popUp-bgr_display-none, .popUp-bgr-edit-email, .popUp-bgr-edit-organization, .popUp-bgr-order, .popUp-bgr-nocart {
    display: none;
}

.popUp-bgr {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.81);
    z-index: 9999999;
}

.popUp-bgr-edit {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.81);
    z-index: 9999999;
}

.popUp-bgr .window-pop-Up {
    position: relative;
    top: 60px;
    width: calc(410px - 60px);
    background: white;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
    padding: 30px;
}

.popUp-bgr .window-pop-Up #close-window {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.popUp-bgr .window-pop-Up h1 {
    font-size: 30px;
    font-family: 'PTSansBold';
    color: #424242;
    text-transform: uppercase;
    margin-top: 0;
}

.popUp-bgr .window-pop-Up form {
    text-align: left;
}

.popUp-bgr .window-pop-Up span {
    display: block;
    color: #424242;
    font-family: 'PTSansRegular';
    font-size: 14px;
    padding-bottom: 5px;
}

.popUp-bgr .window-pop-Up input {
    width: 100%;
    height: 40px;
    background: white;
    border: 1px solid #cedae5;
    border-radius: 5px;
    padding-left: 5px;
    color: #424242;
    outline: none;
}

.popUp-bgr .window-pop-Up .block {
    width: 100%;
    margin-top: 20px;
}

.popUp-bgr .window-pop-Up .warning-span {
    float: left;
    width: 150px;
}

.popUp-bgr .window-pop-Up button {
    float: right;
    width: 200px;
    height: 45px;
    background: #74b04f;
    border: none;
    border-bottom: 2px solid #59883d;
    border-radius: 5px;
    text-transform: uppercase;
    color: white;
    font-size: 15px;
    font-family: 'PTSansBold';
    outline: none;
    cursor: pointer;
}

.popUp-bgr .window-pop-Up .button {
    float: left;
    width: 160px;
    margin-right: 30px;
}

.popUp-bgr .window-pop-Up .button:last-child {
    margin: 0;
}

.Personal-Area-section {
    margin-top: 50px;
}

.page .Personal-Area-section .block .line {
    width: 37%;
}

.page .Personal-Area-section .block .text {
    width: 26%;
}

.Personal-Area-section .text {
    font-size: 14px;
    font-family: 'PTSansBold';
    text-transform: uppercase;
}

.Personal-Area-section .text-add {
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px dashed #c1e5ff;
    color: #0057a0;
    cursor: pointer;
}

.Personal-Area-section .box-user {
    float: left;
    min-width: 72%;
}

.Personal-Area-section .box-user .block-name-user {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.Personal-Area-section .box-user .block-name-user .name h1 {
    font-size: 21px;
    font-family: 'PTSansBold';
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
}

.Personal-Area-section .box-user .edit {
    margin-bottom: 20px;
}

.Personal-Area-section .box-user .icon-pen {
    position: relative;
    top: 0px;
    left: 10px;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.icon-trash {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 10px;
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
    cursor: pointer;
}

.icon-trash_position {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    left: inherit;
    background-image: url('../img/Trash-blue.png');
}

.Personal-Area-section .box-user .box-edit {
    float: left;
    margin: 15px 0px 15px 0;
}

.Personal-Area-section .box-user .blocks {
    float: left;
    /*margin-right: 170px;*/
        width: 45%;
    margin-right: 10px;
}

.Personal-Area-section .box-user .blocks:last-child {
    margin-right: 0;
    width: 49%;
}
.Personal-Area-section .box-user .box-edit .blocks {
    width: 100%!important;
}

.Personal-Area-section .box-user .blocks .number-phone {
    display: block;
}

.Personal-Area-section .box-user .blocks .email {
    display: block;
    word-wrap: break-word;
}

.Personal-Area-section .box-settings {
    float: left;
    width: 180px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    margin-left: -25px;
}
.Personal-Area-section .box-user .block-name-user {
    width: 70%;
}

.Personal-Area-section .box-settings .block-settings-text {
    width: 100%;
    margin-bottom: 15px;
}

.Personal-Area-section .box-settings .block-settings-text .icon-settings {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.Personal-Area-section .box-settings .block-settings-text span {
    font-size: 21px;
    font-family: 'PTSansBold';
    text-transform: uppercase;
}

.Personal-Area-section .box-settings .block-color-scheme {
    margin-bottom: 15px;
}

.Personal-Area-section .tabs .tab-list {
    list-style: none;
    margin-bottom: 30px;
    padding: 0;
}

.Personal-Area-section .tabs .tab-list ul {
    padding: 0;
}

.Personal-Area-section .tabs .tab-list .li {
    display: inline-block;
    padding: 7px 37px;
    border-radius: 5px;
    background: #337bb3;
    font-size: 16px;
    font-family: 'PTSansBold';
    text-transform: uppercase;
    color: white;
    cursor: pointer;
    margin-left: 3%;
}

.Personal-Area-section .tabs .tab-list .li:first-child {
    margin-left: 0;
}

.Personal-Area-section .tabs .tab-list .li .cost {
    color: #74b04f;
}

.Personal-Area-section .tabs .tab-list .li .border-btt {
    border-bottom: 1px dashed #e4e4e4;
}

.Personal-Area-section .tabs .tab-list .active {
    background: #e4d7d7;
    color: #424242;
    padding-left: 0;
}

.Personal-Area-section .tabs .tab-list .active:before {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #e4d7d7;
    position: relative;
    top: 38px;
    left: 50%;
}

.Personal-Area-section .tabs .tabs__content {
    display: none;
    /* по умолчанию прячем все блоки */
}

.Personal-Area-section .tabs .box {
    width: 100%;
}

.Personal-Area-section .tabs .box .blocks {
    position: relative;
    width: calc(555px - 40px);
    min-height: calc(315px - 40px);
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.Personal-Area-section .tabs .box .blocks:nth-child(even) {
    margin-right: 0;
}

.Personal-Area-section .tabs .box .blocks .block-img {
    float: left;
    width: 165px;
    height: 160px;
    text-align: center;
    margin-top: 35px;
    overflow: hidden;
}

.Personal-Area-section .tabs .box .blocks .block-info {
    float: left;
    width: 60%;
    color: #676767;
    margin-left: 20px;
}

.Personal-Area-section .tabs .box .blocks .block-info h2 {
    text-transform: uppercase;
    color: #337bb3;
    text-decoration: underline;
    font-size: 13px;
    font-family: 'PTSansBold';
    margin-bottom: 25px;
}

.Personal-Area-section .tabs .box .blocks .block-info .info {
    display: block;
    width: 100%;
}

.Personal-Area-section .tabs .box .blocks .block-info .info ul {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
}

.Personal-Area-section .tabs .box .blocks .block-info .info ul li {
    float: left;
    padding: 0;
    background: none;
    /*font-size: 14px;*/
    font-family: 'PTSansRegular';
    margin: 0;
}

.Personal-Area-section .tabs .box .blocks .block-info .info .value {
    float: right;
}

.Personal-Area-section .value__cost {
    color: #337bb3;
    font-family: 'PTSansBold';
    /*font-size: 14px;*/
    font-weight: bold;
}

.Personal-Area-section .tabs .box .blocks .block-info form {
    margin-top: 20px;
}

.Personal-Area-section .tabs .box .blocks .block-info input[type='number'] {
    width: 70px;
    height: 50px;
    border: 1px solid #cedae5;
    border-radius: 5px;
    padding-left: 5px;
    color: black;
    background: white;
    outline: none;
    font-size: 18px;
    margin-right: 10px;
}

.Personal-Area-section .tabs .box-tab-2 {
    width: 100%;
}

.Personal-Area-section .tabs .box-tab-2 .blocks-tab-2 {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background: white;
    padding: 20px;
    color: #333333;
    margin-bottom: 10px;
}

.Personal-Area-section .tabs .box-tab-2 .blocks-tab-2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.Personal-Area-section .tabs .box-tab-2 .blocks-tab-2 .history {
    width: 100%;
    font-family: 'PTSansRegular';
    margin-bottom: 15px;
}

.Personal-Area-section .tabs .box-tab-2 .blocks-tab-2 .history li {
    float: left;
    margin-right: 5px;
    font-size: 13px;
}

.Personal-Area-section .tabs .box-tab-2 .blocks-tab-2 .history .order, .Personal-Area-section .tabs .box-tab-2 .blocks-tab-2 .history .price, .Personal-Area-section .tabs .box-tab-2 .blocks-tab-2 .history .quantity {
    font-family: 'PTSansBold';
}

.Personal-Area-section .tabs .box-tab-2 .blocks-tab-2 .history .price {
    color: #74b04f;
}

.Personal-Area-section .tabs .box-tab-2 .blocks-tab-2 .menu {
    width: 100%;
}

.Personal-Area-section .tabs .box-tab-2 .blocks-tab-2 .menu li {
    float: left;
    margin-right: 15px;
    font-size: 14px;
}

.Personal-Area-section .tabs .box-tab-2 .blocks-tab-2 .menu a {
    color: #337bb3;
}

.Personal-Area-section .tabs .box-tab-3 .warning {
    color: #ff0000;
}

.Personal-Area-section .tabs .p {
    /*font-size: 14px;*/
    font-family: 'PTSansBold';
}

.Personal-Area-section .tabs input[type='file'] {
    float: left;
    width: 695px;
    height: calc(45px - 12px);
    background: white;
    border: none;
    border-radius: 5px;
    outline: none;
    margin-right: 25px;
    padding-top: 12px;
}

.Personal-Area-section .tabs button[type='submit'] {
    float: left;
    width: 235px;
    height: 45px;
    font-size: 15px;
    font-family: 'PTSansBold';
    text-transform: uppercase;
    background: #74b04f;
    border: none;
    border-bottom: 2px solid #59883d;
    border-radius: 5px;
    color: white;
    outline: none;
    cursor: pointer;
}

.Personal-Area-section .tabs .tabs__content.active {
    display: block;
    /* по умолчанию показываем нужный блок */
}

.Personal-Area-section .block-form {
    width: 100%;
}

.Personal-Area-section .block-form .icon-pen {
    position: relative;
    left: 10px;
    width: 15px;
    height: 15px;
    display: inline-block;
    /*background-image: url("../img/icon-pen.png");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}

.Personal-Area-section .block-form .add-text {
    font-size: 14px;
    font-family: 'PTSansBold';
    color: #c1e5ff;
    text-decoration: none;
    /*border-bottom: 1px dashed #c1e5ff;*/
}

.Personal-Area-section .box .button-order {
    float: right;
}

.Personal-Area-section .button_style {
    width: 220px;
    height: 45px;
    font-size: 15px;
    font-family: 'PTSansBold';
    text-transform: uppercase;
    background: #74b04f;
    border: none;
    border-bottom: 2px solid #59883d;
    border-radius: 5px;
    color: white;
    outline: none;
    cursor: pointer;
}

.Personal-Area-section .button-media {
    display: none;
}

.Personal-Area-section .block-map {
    width: 100%;
    height: 560px;
    overflow: hidden;
    margin-top: 25px;
}

.Personal-Area-section .box-delivery-address h1 {
    font-size: 25px;
    font-family: 'PTSansBold';
    text-transform: uppercase;
    margin-bottom: 0px;
}

.box-tab-list-media-show ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 750px) {
    .Personal-Area-section .tabs .tab-list .active:before {
        display: none;
    }
    .Personal-Area-section .tabs .tab-list .li {
        display: block;
        margin: 0;
        margin-bottom: 10px;
    }
    .tab-list_hide-media {
        display: none;
    }
    .Personal-Area-section .tabs .tab-list .active {
        padding-left: 40px;
    }
    .Personal-Area-section .tabs .box .blocks {
        float: left;
        width: calc(315px - 40px);
        min-height: 500px;
    }
    /*=====================*/
    .Personal-Area-section .box-user .blocks {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        margin-top: 0 !important;
    }
    .Personal-Area-section .box-user .block-name-user {
        float: none;
        border-bottom: 1px solid #dfdfdf;
    }
    .Personal-Area-section .box-user .box-edit {
        float: none;
    }
    .Personal-Area-section .box-settings {
        width: auto;
        margin-left: 15px;
        margin-top: 0;
    }
    .Personal-Area-section .box-settings .block-settings-text {
        margin-top: 15px;
    }
    .Personal-Area-section .box-settings .block-color-scheme {
        float: left;
        margin-right: 15px;
    }
    .Personal-Area-section .box-settings .fonts {
        float: left;
    }
    .Personal-Area-section .box-user {
        min-width: auto;
    }
    .show-goods_hide-border {
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
    }
    .block-decoration-border_hide {
        display: block;
    }
    .Personal-Area-section .box-settings {
        border: none;
    }
    .Personal-Area-section .block-form button {
        display: none;
    }
    .Personal-Area-section .block-map {
        float: left;
        width: 50%;
        height: 435px;
    }
    .Personal-Area-section .box-delivery-address {
        float: left;
        width: 50%;
    }
    .Personal-Area-section .button-media {
        display: block;
    }
    /*================*/
    .Personal-Area-section .box-pagination {
        display: none;
    }
    .Personal-Area-section .block-show-questions-media {
        display: block;
    }
    .Personal-Area-section .show-goods {
        width: calc(100% - 20px);
        padding: 15px 10px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .Personal-Area-section .show-goods_media-style {
        text-align: center;
    }
    /*=======*/
    .Personal-Area-section .tabs input[type='file'] {
        width: 60%;
    }
}

@media (max-width: 480px) {
    .Personal-Area-section .box-settings {
        float: none;
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }
    .Personal-Area-section .tabs .box .blocks {
        float: none;
        width: calc(100% - 40px);
        margin-right: 0;
    }
    .Personal-Area-section .box-delivery-address {
        float: none;
        width: 100%;
    }
    .Personal-Area-section .block-map {
        float: none;
        width: 100%;
        height: 435px;
    }
    .Personal-Area-section .box .button-media {
        display: block;
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .Personal-Area-section .tabs input[type='file'] {
        width: 100%;
    }
    .Personal-Area-section .tabs button[type='submit'] {
        width: 100%;
        margin-top: 10px;
    }
}

.show-goods {
    margin-top: 20px;
}

.box-pagination ul {
    list-style: none;
}

.box-pagination ul .page-li {
    font-size: 13px;
    font-family: 'PTSansBold';
    padding-top: 2px;
}

.box-pagination ul li {
    float: left;
    margin-right: 20px;
    color: #9dbace;
}

.box-pagination ul .active-a {
    text-decoration: none;
}

.box-pagination ul a {
    font-size: 13px;
}


/*------------Personal-Area----------*/


/*------------================----------*/


/*------------================----------*/


/*------------CONTACTS----------*/

.box-right-contacts__info-text {
    display: block;
    font-family: 'PTSansBold';
    font-weight: bold;
}

.contacts-page .block .line {
    width: 41%;
}

.contacts-page .block .text {
    width: 18%;
}


/*------------CONTACTS----------*/


/*------------================----------*/


/*------------================----------*/


/*------------Terms-of-delivery-page----------*/

.Terms-of-delivery-page .block .line {
    width: 26%;
}

.Terms-of-delivery-page .block .text {
    width: 47%;
}


/*------------Terms-of-delivery-page----------*/


/*------------================----------*/


/*------------================----------*/


/*------------Download-Price-page----------*/

.Download-Price-page .block .line {
    width: 13%;
}

.Download-Price-page .block .text {
    width: 73%;
}


/*------------Download-Price-page----------*/


/*------------================----------*/


/*------------================----------*/


/*------------Discounts ----------*/

.stock {
    display: block !important;
    margin-top: 20px;
}

.stock .block-breadcrumbs {
    width: auto;
    margin-bottom: 10px;
}

.stock .block .text {
    width: 48%;
}

.stock .block .line {
    width: 26%;
    top: 23px;
}

.stock .box-nav {
    padding-left: 20px;
}

.stock .box-catalog .blocks-catalog .name-catalog h2 {
    font-size: 13px;
    padding: 10px 0 10px 25px;
}

.box-catalog .blocks-catalog .name-catalog img {
    width: 10px;
}

@media (max-width: 750px) {
    .page .box-catalog_media-show {
        display: block !important;
    }
    .page .show-goods_media-hide {
        display: none;
    }
}

@media (max-width: 480px) {
    .stock .box-catalog .blocks-catalog .name-catalog h2 {
        padding: 10px 0 10px 5px;
        width: 89%;
    }
}


/*===================================*/


/*------------Discounts ----------*/


/*------------================----------*/


/*------------================----------*/


/*------------registration-section ----------*/

.registration-section {
    width: 100%;
    margin-top: 40px;
}

.registration-section .block {
    width: 100%;
}

.registration-section .line {
    position: relative;
    float: left;
    top: 15px;
    width: 39%;
    height: 1px;
    background: #bfc5c8;
}

.page .registration-section .text {
    font-size: 30px;
    font-family: 'PTSansBold';
    text-transform: uppercase;
    text-align: center;
    float: left;
    width: 21%;
}

.registration-section .block-back {
    width: 100%;
    text-align: center;
}

.registration-section .link-back {
    width: auto;
    margin: 0 auto;
    font-size: 14px;
    font-family: 'PTSansBold';
    text-transform: uppercase;
    color: #337bb3;
}

.registration-section .arrow-icon {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-image: url('../img/arrow-roll.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.form-registration {
    width: 100%;
    margin-top: 20px;
}

.registration-section .box-input {
    width: 100%;
}

.registration-section .block-input {
    float: left;
    margin-right: 60px;
    margin-bottom: 10px;
}

/*.registration-section .block-input:nth-child(3n+3) {
    margin-right: 0;
}
*/

.registration-section .span-registration {
    display: block;
    font-size: 14px;
    font-family: 'PTSansRegular';
}

.registration-section .input-registration {
    width: 300px;
    height: 50px;
    background: white;
    border: 1px solid #cedae5;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'PTSansRegular';
    color: #000000;
    padding-left: 10px;
    outline: none;
}

.registration-section .block-button {
    width: 250px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

.reg-sub-but{
    width: 200px;
    height: 45px;
    background: #74b04f;
    border: none;
    border-radius: 5px;
    border-bottom: 2px solid #59883d;
    font-size: 15px;
    font-family: 'PTSansBold';
    text-transform: uppercase;
    color: white;
    cursor: pointer;
    margin: 0 auto;
}

.registration-section .block-button__span {
    display: block;
    /*font-size: 14px;*/
    font-family: 'PTSansRegular';
    color: #830000;
}

.registration-section p {
    font-family: 'PTSansRegular';
    /*font-size: 14px;*/
    color: #575757;
}

.registration-section .span-number {
    font-family: 'PTSansBold';
}


/*(min-width: 400px) and */

@media (max-width: 750px) {
    .page .block .text {
        width: 100%;
    }
    .page .Personal-Area-section .block .text {
        width: 100%;
    }
    .line {
        display: none;
    }
    .registration-section .block-input {
        margin-right: 35px;
    }
    .registration-section .block-input:nth-child(2) {
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .registration-section .text {
        width: auto;
    }
    .registration-section .block-input {
        margin-right: 0;
    }
    .registration-section .input-registration {
        width: 285px;
    }
}


/*================*/

.block-text-popup-order {
    width: 100%;
    text-align: left;
}


/*------------================----------*/


/*------------ОБЩИЕ СТИЛИ ----------*/


/*банер-header*/

.baner {
    width: 960px;
    color: white;
    background-image: url("/img/bgr-baner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding: 33px 0;
}

.baner .number {
    float: left;
    text-align: center;
    margin-left: 15px;
}

.baner .number span {
    display: block;
    font-size: 14px;
    font-family: 'PTSansBold';
    text-transform: uppercase;
}

.baner .number .number-phone {
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'PTSansBold';
}

.baner .text {
    float: right;
    width: 685px;
    padding: 2px 0;
}

.baner .text p {
    /*font-size: 14px;*/
    font-family: 'PTSansRegular';
    margin: 0;
}


/*<<SLIDER>>*/

.box-slider {
    width: 100%;
    height: 360px;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    background: #cf380d;
    overflow: hidden;
}

.box-slider .blocks .img {
    float: left;
    width: 518px;
    height: 360px;
    overflow: hidden;
}

.box-slider .blocks .block-info-text {
    float: left;
    /*width: 620px;*/
    width: 405px;
    height: 360px;
    /*background: #cf380d;*/
}

.box-slider .blocks .block-info-text p {
    /*font-size: 16px;*/
    margin: 0;
    padding: 20px 35px;
    color: white;
    /*padding-right: 190px;*/
}

.box-slider .blocks .block-info-text a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'PTSansBold';
    padding: 10px 24px;
    border-radius: 5px;
    border-bottom: 1px solid #59883d;
    background: #74b04f;
    margin-left: 33px;
}


/*box-roll*/

.box-roll .block-roll-out {
    float: left;
    width: 220px;
    height: 300px;
    margin-right: 10px;
    margin-top: 18px;
}

.box-roll .block-roll-out:nth-child(5) {
    margin-right: 0;
}

.box-roll .block-roll-out:nth-child(10) {
    margin-right: 0;
}

.box-roll .block-roll-out:nth-child(15) {
    margin-right: 0;
}

.box-roll .block-roll-out:nth-child(20) {
    margin-right: 0;
}

.box-roll .block-roll-out:nth-child(25) {
    margin-right: 0;
}
.box-roll .block-roll-out:nth-child(30) {
    margin-right: 0;
}
.box-roll .block-roll-out:nth-child(35) {
    margin-right: 0;
}
.box-roll .block-roll-out:nth-child(40) {
    margin-right: 0;
}

.box-roll .block-roll-out .block-img-goods {
    width: 220px;
    height: 220px;
    background: white;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 10px;
}

.box-roll .block-roll-out span {
    width: 205px;
    display: block;
}

.box-roll .block-roll-out .block-img-goods:hover {
    border: 1px solid #74b04f;
}

.box-roll .block-roll-out .block-img-goods img {
    /*margin-top: 40px;*/
    max-width: 100%;
    display: block;
    height: auto;
}

.box-roll .block-roll-out span a {
    color: #98b4c8;
    /*font-size: 15px;*/
    font-family: 'PTSansBold';
    word-wrap: break-word;
}


/*goods long block
box-goods style
*/

.box-goods {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    width: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.box-goods .block-goods {
    float: left;
    width: 64%;
    /*width: 670px;*/
    background: #ffffff;
}

.box-goods .block-goods .block-img {
    float: left;
    width: 155px;
    height: 165px;
    padding-top: 35px;
    padding-left: 35px;
    text-align: center;
}

.box-goods .block-goods .block-info-goods {
    float: left;
    width: 470px;
    color: #676767;
    padding-bottom: 30px;
    margin-left: 20px;
}

.box-goods .block-goods .block-info-goods h2 {
    text-transform: uppercase;
    /*color: #337bb3;*/
    color: #74b04f;
    text-decoration: underline;
    font-family: 'PTSansBold';
}

.box-goods .block-goods .block-info-goods .h2_color-orange {
    /*color: #ff320a;*/
    color: #ff6d30;
}

.box-goods .block-goods .block-info-goods .h2_color-blue {
    /*color: #6b6b6b;*/
    color: #337bb3;
}

.box-goods .block-goods .block-info-goods .info {
    display: block;
    width: 100%;
}

.box-goods .block-goods .block-info-goods .info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.box-goods .block-goods .block-info-goods .info ul li {
    float: left;
    padding: 0;
    background: none;
    /*font-size: 14px;*/
    font-family: 'PTSansRegular';
    margin: 0;
}

.box-goods .block-goods .block-info-goods .info .value {
    float: right;
}

.box-goods .block-price {
    float: left;
    width: 34%;
    background: #e6eef5;
    color: #333333;
    padding: 20px;
    line-height: 1.5;
}

.box-goods .block-price .block-form span {
    display: block;
    /*font-size: 14px;*/
    font-family: 'PTSansRegular';
}

.box-goods .block-price .block-form span .cost {
    display: inline;
    color: #74b04f;
    font-family: 'PTSansBold';
}

.box-goods .block-price .block-form form {
    padding-top: 31px;
    padding-bottom: 30px;
}

.box-goods .block-price .block-form form input {
    width: 55px;
    height: 50px;
    font-size: 18px;
    font-family: 'PTSansRegular';
    background: #ffffff;
    border: 1px solid #cedae5;
    border-radius: 5px;
    outline: none;
    color: #333333;
    padding-left: 15px;
}

.box-goods .block-price .block-form form span {
    display: inline;
}

.box-goods .block-price .block-form form .button {
    width: 135px;
    height: 45px;
    background: #74b04f;
    border: none;
    border-radius: 5px;
    border-bottom: 2px solid #59883d;
    font-size: 15px;
    font-family: 'PTSansBold';
    text-transform: uppercase;
    color: white;
    cursor: pointer;
}

.box-goods .block-price .block-form form .active {
    background: #636363;
    border-bottom: 2px solid #4c4c4c;
}
.box-goods .block-price .block-form form .button_bgr-oarange {
    /*background: #ff320a;*/
    background: #ff6d30 !important;
        border-color: #ff6d30;
}

.box-goods .block-price .block-form form .button_bgr-blue {
    /*background: #6b6b6b;*/
    background: #337bb3
}

.box-goods .block-price .block-form span .cost_color-orange {
    color: #ff320a;
}

.box-goods .block-price .block-form span .cost_color-blue {
    /*color: #6b6b6b;*/
    color: #337bb3;
}

@media (max-width: 750px) {
    .box-goods {
        float: left;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 46%;
        margin-right: 7.3%;
    }
    .stock .box-goods:nth-child(odd) {
        margin-right: 0;
    }
    .box-goods .block-goods {
        width: 100%;
        text-align: center;
    }
    .box-goods .block-price {
        width: calc(100% - 40px);
        text-align: center;
    }
    .box-goods .block-goods .block-info-goods .info {
        width: calc(100% - 30px);
        padding: 0 15px;
    }
    .box-goods .block-goods .block-info-goods {
        width: 100%;
        margin: 0;
    }
    .box-goods .block-goods .block-info-goods p {
        display: none;
    }
    .box-goods .block-goods .block-img {
        float: none;
        padding-left: 0;
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .box-goods {
        width: 100%;
    }
}


/**/

.show-goods {
    position: relative;
    width: calc(100% - 20px);
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 30px;
    padding-left: 20px;
}

.show-goods .block-decoration-border-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 10px;
    background: #dfdfdf;
}

.show-goods .block-decoration-border-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 10px;
    background: #dfdfdf;
}

.show-goods .block-decoration-border-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 10px;
    background: #dfdfdf;
}

.show-goods .block-decoration-border-4 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 10px;
    background: #dfdfdf;
}

.show-goods_hide-border {
    border: none;
}

.block-decoration-border_hide {
    display: none;
}

@media (max-width: 750px) {
    .show-goods_hide-border {
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
    }
    .block-decoration-border_hide {
        display: block;
    }
    .block-decoration-border_hide-media {
        display: none;
    }
    .show-goods_hide-border-media {
        border: none;
    }
}


/**/

@media (max-width: 750px) {
    .materials-section-block-show-questions-media {
        display: block;
        text-align: center;
        padding: 20px 0;
    }
    .box-slider .blocks .block-info-text p {
        font-size: 13px;
        padding-right: 0px;
    }
    .box-slider .blocks .img {
        width: 50%;
    }
    .box-slider .blocks .block-info-text {
        width: 50%;
    }
    .box-roll .block-roll-out {
        width: 215px;
        margin-right: 7px;
    }
    .box-roll .block-roll-out:nth-child(3) {
        margin-right: 0;
    }
    .box-roll .block-roll-out:nth-child(5) {
        margin-right: 7px;
    }
    .box-roll .block-roll-out:nth-child(6) {
        margin-right: 0;
    }
    .box-roll .block-roll-out:nth-child(9) {
        margin-right: 0;
    }
    .box-roll .block-roll-out:nth-child(10) {
        margin-right: 7px;
    }
    .box-roll .block-roll-out:nth-child(12) {
        margin-right: 0;
    }
    .box-roll .block-roll-out:nth-child(15) {
        margin-right: 0px;
    }
    .box-roll .block-roll-out:nth-child(18) {
        margin-right: 0;
    }
    .box-roll .block-roll-out:nth-child(20) {
        margin-right: 7px;
    }
    .box-roll .block-roll-out .block-img-goods {
        width: 215px;
    }
}

@media (max-width: 480px) {
    .page .wrapper header .block-menu .media-block-icon-nav {
        padding-right: 5px !important;
        padding-left: 6px !important;
    }
    .box-roll .block-roll-out {
        width: 147px;
        height: auto;
    }
    .box-roll .block-roll-out:nth-child(even) {
        margin-right: -1px;
    }
    .box-roll .block-roll-out:nth-child(odd) {
        margin-right: 7px;
    }
    .box-roll .block-roll-out .block-img-goods {
        width: 145px !important;
        height: 145px;
    }
    .box-roll .block-roll-out .block-img-goods img {
        width: 100px;
        margin-top: 25px;
    }
    .page .wrapper .container .box-catalog .blocks-catalog .name-catalog h2 {
        font-size: 13px;
        width: 260px;
    }
    .box-roll .block-roll-out span {
        width: 100%;
    }
    .page .wrapper .container .box-catalog .blocks-catalog .name-catalog {
        width: calc(100% - 10px) !important;
        padding-left: 10px !important;
        text-align: left !important;
    }
    .page footer .blocks {
        display: block !important;
        float: none !important;
        width: 235px !important;
        margin-bottom: 30px !important;
        margin-right: 0 !important;
    }
    .page footer .style-media {
        width: 300px !important;
    }
}


/*------------ОБЩИЕ СТИЛИ ----------*/


/*------------================----------*/

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    zoom: 1;
}


/* IE6 */

*+html .clearfix {
    zoom: 1;
}


/* IE7 */

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.inner-tabs {
    width: 100%;
}

.inner-tabs .inner-tabs__content {
    display: none;
    /* по умолчанию прячем все блоки */
}

.inner-tabs .inner-tabs__content.active {
    display: block;
    /* по умолчанию показываем нужный блок */
}

.tabs__caption-inner {
    list-style: none;
    margin: 0;
    margin-bottom: 80px;
    padding: 0;
}

.tabs__caption-inner .active {
    color: black;
}

.item-page {
    float: left;
    font-family: 'PTSansBold';
    font-size: 13px;
    margin-right: 20px;
    color: #337bb3;
    cursor: pointer;
}

.item-page-text {
    float: left;
    font-size: 13px;
    font-family: 'PTSansBold';
    margin-right: 20px;
}

@media (max-width: 750px) {
    .page {
        width: 750px;
    }
    .media-width {
        width: 160px !important;
    }
    .block-breadcrumbs {
        display: none;
    }
    .page .block-headline .text {
        width: 100%;
    }
    .line {
        display: none;
    }
    .name-catalog_hide-media {
        display: none;
    }
    footer {
        min-width: 660px;
    }
    .page .wrapper {
        width: 660px;
    }
    .page .wrapper .container h1 {
        font-size: 15px;
        margin-bottom: 15px;
        margin-top: -25px;
    }
    .page .questions-section .box-catalog_media-show {
        width: 280px;
        float: left;
    }
    .Personal-Area-section .tabs .box .blocks .block-img {
        width: 100%;
    }
    .Personal-Area-section .tabs .box .blocks .block-info {
        width: 100%;
        margin-left: 0;
    }
    .box-goods-top_hide-media {
        display: none;
    }
}

@media (max-width: 480px) {
    .page {
        width: 320px;
    }
    .page .box-catalog_media-show {
        width: 100% !important;
    }
    .page .wrapper header .block-logo .logo .image-logo {
        right: 0px;
    }
    .page .wrapper header .block-menu {
        width: auto;
        padding-bottom: 12px;
    }
    .box-slider {
        height: 560px;
    }
    .box-slider .blocks .block-info-text {
        height: 520px;
    }
    .box-slider .blocks .img {
        width: 100%;
        height: auto;
    }
    .box-slider .blocks .img img {
        float: none;
        width: 100%;
        height: auto;
    }
    .box-slider .blocks .block-info-text {
        /*float: none;*/
        width: 100%;
    }
    .box-slider .blocks .block-info-text p {
        padding: 20px 15px;
    }
    footer {
        min-width: 320px;
    }
    .page .wrapper {
        width: 300px;
    }
}

.section-goods .box-selected-item .block-info-goods .box-goods .block-price .block-form span .cost_color-orange {
    color: #ff320a;
}

.section-goods .box-selected-item .block-info-goods .box-goods .block-price .block-form span .cost_color-blue {
    /*color: #6b6b6b;*/
    color: #337bb3;
}

.section-goods .box-selected-item .block-info-goods .box-goods .block-price .block-form form .button_bgr-oarange {
    /*background: #ff320a;*/
    background: #ff6d30;
}

.section-goods .box-selected-item .block-info-goods .box-goods .block-price .block-form form .button_bgr-silver {
    background: #6b6b6b;
}

.goods-product form .button_bgr-orange {
    /*background: #ff320a;*/
    background: #ff6d30;
    background-image: url(../img/basket.png);
    background-repeat: no-repeat;
    background-position: center;
}

.goods-product form .button_bgr-blue {
    /*background: #6b6b6b;*/
    background: #337bb3;
    background-image: url(../img/basket.png);
    background-repeat: no-repeat;
    background-position: center;
}


/*==============================*/

.block-sign-in {
    margin-top: 3px;
}

.sign-in-link {
    margin-right: 5px;
}

.sign-in-link, .reg-link {
    color: #0057a0;
}

.name-catalog_bgr-green {
    background: #74b04f;
}

.search-popUp-box {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.53);
    z-index: 55555555555;
}

.search-popUp-block {
    position: relative;
    top: 60px;
    width: calc(305px - 60px);
    background: white;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
    padding: 30px;
}

.close-search {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.search-popUp-block__title {
    font-size: 30px;
    font-family: 'PTSansBold';
    color: #424242;
    text-transform: uppercase;
    margin-top: 0;
}

.search-popUp-block__form {
    width: 100%;
}

.search-popUp-block__input {
    width: 100%;
    height: 40px;
    background: white;
    border: 1px solid #cedae5;
    border-radius: 5px;
    padding-left: 5px;
    color: #424242;
    outline: none;
}

.search-popUp-block__btn {
    height: 35px;
    background: #74b04f;
    border: none;
    border-bottom: 2px solid #59883d;
    border-radius: 5px;
    text-transform: uppercase;
    color: white;
    font-size: 15px;
    font-family: 'PTSansBold';
    outline: none;
    cursor: pointer;
    padding: 0 25px;
    margin-top: 10px;
}

.name-catalog_bgr-orange {
    background: #ff6e30 !important;
}

.name-catalog_bgr-blue {
    background: #337bb3;
}

.box-info-text {
    float: left;
}

.about__blocks-baner {
    width: 100%;
    height: 100px;
    border-radius: 5px;
    background-image: url(../img/bgr-baner-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin-right: 30px;
}
.about__blocks-baner-2 {
    background-image: url(../img/bgr-baner-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 0;
    margin-top: 0;
}

@media (max-width: 740px) {
    .box-info-about-company .list {
        width: 100%;
    }
}

.wrap-block-img-goods {
    float: left;
    width: auto;
    height: auto;
}
.box-more-img  {
    padding: 0 5px;
}
.box-more-img__block {
    float: left;
    width: 85px;
    height: 85px;
    background: white;
    border: 1px solid #cedae5;
    border-radius: 5px;
    overflow: hidden;
}
.box-more-img__block_margR {
    margin-right: 15px;
}
.box-more-img__img {
    width: 100%;
    height: auto;
}
.about__img {
    padding-top: 25px;
}

.box-select-category-popUp {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.53);
    z-index: 55555555555;
}

.select-category-popUp-block {
    position: relative;
    top: 120px;
    width: calc(615px - 60px);
    background: white;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
    padding: 30px;
}

.select-category-popUp-block__title {
    font-size: 22px;
    font-family: 'PTSansBold';
    color: #424242;
    text-transform: uppercase;
    margin-top: 0;
}

.select-category-popUp-block__btn {
    width: 46%;
    height: 45px;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-size: 15px;
    font-family: 'PTSansBold';
    outline: none;
    cursor: pointer;
}

.select-category-popUp-block__btn_green {
    background: #74b04f;
    border-bottom: 2px solid #59883d;
    margin-right: 10px;
}

.select-category-popUp-block__btn_blue {
    background: #337bb3;
    border-bottom: 2px solid #275f8a;
}
/*.basket_hover-toggle-img:hover .basket {
    background-image: url(../img/basket-icon-2-blue.png) !important;
}*/
.compac_hover-toggle-img:hover .compac {
    background-image: url(../img/icon-compac-2-blue.png) !important;
}
.discount_hover-toggle-img:hover .discount {
    background-image: url(../img/icon-discount-2-blue.png) !important;
}
.procent_hover-toggle-img:hover .procent {
    background-image: url(../img/icon-proc-2-blue.png) !important;
}
.key_hover-toggle-img:hover .key {
    background-image: url(../img/icon-key-2-blue.png) !important;
}
@media (min-width: 750px) {

.page .wrapper header .block-menu .phone .icon-phone {
       position: relative;
    top: 8px;
}
}

.header-fixed {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid silver;
    background: #e6e6e6;
    z-index: 55555;
}
.header-fixed_open {

}
.header-fixed-wrapper {
    width: 940px;
    margin: 0 auto;
}

.header-fixed__image-logo {
    float: left;
    width: 68px;
    height: 70px;
    background-image: url(../img/logo-light.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header-fixed__item {
    float: left;
    border-right: 1px dotted #bfc5c8;
}

.header-fixed__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-fixed__link {
        padding: 19px 12px 10px 15px;
    min-height: 35px;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    font-family: 'PTSansRegular';
    color: #0057a0;
}

.header-fixed__item:last-child {
    border-right: none;
}

.header-fixed__link_hover-green:hover {
    background: #74b04f;
    color: white;
}

.header-fixed__span {
    display: block;
    font-size: 13px;
    font-family: 'PTSansRegular';
}

@media (max-width: 750px) {
    .header-fixed__link {
        padding: 15px 9px;
        font-size: 10px;
    }
    .header-fixed__image-logo {
        height: 45px;
    }
    .header-fixed-wrapper {
        width: 687px;
    }
.header-fixed__span {
      font-size: 9px;
}
}

@media (max-width: 480px) {
    .header-fixed {
        display: none;
    }
    .header-fixed-wrapper { 
display: none; 
}
 .baner .text{
    display: none;
  }
  .baner {
    background-size: cover !important;
  }
}
.page .wrapper header .blocks .inside-block .coun-span-num {
   text-transform: none;
}

.page .wrapper header .blocks .inside-block .coun-span-num {
      display: inline-block;
}
.sign-in-link_style-block {
   display: inline-block;
    

}
.wrap-link-lk-block {
	    text-align: left;
}
@media (min-width: 768px) {
   .marg_top, .marg_top_action {
          padding-top: 15px;
   }
.sign-in-link_style-block {
   display: inline-block;
    min-width: 60px;
    padding-left: 35px;
}

}
.page .wrapper header .media-sm .sign-in-link_style-block:hover:hover {
  color: black !important;
}
.reg-link:hover {
	color: black;
}
.sign-in-link:hover {
 	color: black;
}
.block-login form input[type="submit"] {
      background: green;
      color: white;
      cursor: pointer;
}

.block-login form input[type="submit"]:hover {
  background: #056905;
}


/*28.06.2017*/


/*+++++++++++++++++++++++++*/


/*+++++++++++++++++++++++++*/

.box-fill-input__list {
    list-style: none;
    padding: 0;
}

.box-fill-input__item {
    float: left;
    margin-right: 10px;
}
.popUp-bgr .box-fill-input__item input {
    width: auto;
    height: auto;
}
.box-fill-input__item label {
    color: black;
}
.popUp-bgr .box-fill-input__item {
   float: none;
}
.popUp-bgr .box-fill-input__list {
    margin: 0;
}
.window-pop-Up_scroll {
    max-height: 79vh;
        overflow-y: auto;
}
/*.popUp-bgr*/
/*.popUp-bgr*/
/*.popUp-bgr*/
/*.popUp-bgr*/
/*.popUp-bgr*/
/*.popUp-bgr*/
/*.popUp-bgr*/
.input-registration-more-info {
    width: calc(93% - 10px);
    height: 50px;
    background: white;
    border: 1px solid #cedae5;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'PTSansRegular';
    color: #000000;
    padding-left: 10px;
    outline: none;
}

.block-input-more-info {
    /*float: left;*/
    width: 100%;
    /*margin-right: 60px;*/
    margin-bottom: 10px;
}

.more-info-title-form {
    margin-top: 20px;
    margin-bottom: 15px;
}

.I-agree-block {
    width: 31%;
    border: none;
}

.individual {
    display: none;
}

@media (max-width: 750px) {
    .registration-section .block-input {
        margin-right: 15px;
    }
    .registration-section .block-input:nth-child(3) {
        margin-right: 15px;
    }
    .box-fill-input__item {
      float: none;
    }
     .show-goods_hide-media > div{
        position: relative !important;
        float: none !important;
    }
     .show-goods_hide-media > ul {
        padding: 0;
     }
      .materials-section .tabs .box {
    margin-right: 10px !important;
     }
     .vertical_pos {
        line-height: 3;
    }
}


@media (max-width: 480px) {
.page .wrapper header .blocks .icon-media {
        margin: 0;
    margin-top: 10px;
   }
   .vertical_pos {
        line-height: 4.6;
   }
}


@media (max-width: 720px) {
  .I-agree-block {
      width: 100%;
      font-size: 13px;
  }
}



/*+++++++++++++++++++++++++*/
.popUp-bgr .window-pop-Up .edit_organisation {
	margin-right: 10px !important;
}

.errortext {
	color: red;
}

.box-fill-input__span {
    display: block;
    margin-bottom: 15px;
}

.FL_span {
    display: none;
        font-size: 14px;
    font-family: 'PTSansRegular';
}

.pixelplus a {
        color: #dfdfdf;
    font-size: 14px;
    font-family: 'PTSansRegular';
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.pixelplus a:hover {
    text-decoration: underline;
}


@media (max-width: 750px) and (min-width: 480px) {

.page .wrapper header .block-menu {
        padding-top: 22px;
     }
}
@media (max-width: 1160px) and (min-width: 750px) {
    .page .wrapper header .blocks {
    width: 189px;
   }
}


footer .blocks img {
    max-width: 100%;
}



/*MENU 11.07 16:13*/
.block-media-menu .block-media-nav {
        background: #424a5f;
        width: 100%;
}
.block-media-menu .block-media-nav {
    padding: 0;
}
.block-media-nav nav ul li {
    border-bottom: none;
    /*padding: 6px 10px;*/
}
.block-media-nav nav ul .fa {
    color: #f8a638;
    font-size: 16px;

}
.block-media-nav nav ul li a{
    width: 100%;
   color: #dde9df;
   text-decoration: none;
   padding: 10px 0 10px 0;
}
.block-media-nav nav ul li:hover {
   background: #2e3442;
}
.close_menu_mb {
    text-align: center;
}
.block-media-nav nav ul li .close_menu_mb__link {
    padding: 0;
    color: #cca000;
}

.block-media-nav nav ul li {
    padding: 13px 0;
    padding-left: 10px;
}
.block-media-nav nav ul li span {
    display: block;
    float: left;
    min-width: 25px;
        text-align: center;
    padding-right: 5px;
}
.marg_span {
    margin-bottom: 15px;
}

.header-fixed__link {
        max-width: 140px;
}
@media (max-width: 600px) {
    .box-pop-up .block-login {
        top: 0;
    }
}

.box-pop-up {
    z-index: 999999;
}


@media (min-width: 480px) {
.box-roll .block-roll-out {
    height: 350px;
  }
}


@media (max-width: 740px) {
 .page .wrapper header .block-menu .light-dark .light,  .page .wrapper header .block-menu .light-dark .dark  {
    float: left;
    width: 16px;
    height: 16px;
        background-size: contain;
}
.page .wrapper header .block-menu .light-dark {
    width: 52px;
}
}


@media (min-width: 750px) {
   .box-catalog .blocks-catalog .box-roll .tabs .tab-list .li {
        width: 29.1%;
   }
}
.box-catalog .blocks-catalog .box-roll .tabs .tab-list .li {
    position: relative;
}

.box-catalog .blocks-catalog .box-roll .tabs .tab-list .active:before {
        position: absolute;
    bottom: -10px;
    top: auto;
}
.close-icon {
    right: 10px;
    width: 16px;
    height: 16px;
    background-size: cover;
}
.show_all_prices {
    cursor: pointer;
    text-decoration: underline;
}
.show_all_prices:hover {
    text-decoration: none;
}
.page .wrapper header .blocks .icon-key {
    margin-right: 10px;
}
.scrollup {
    display: none;
    width: 64px;
    height: 64px;
    background: url('../img/scrollup.png') center no-repeat;
    position: fixed;
    right: 5%;
    bottom: 5%;
    border: 2px solid #337bb3;
    border-radius: 2px;
}
.fancybox-overlay {
    z-index: 80100;
}
.box-goods .block-price {
    position: relative;
}
.discount-coins {
    width: 20px;
    height: 35px;
    background: url('../img/coins.png') center no-repeat;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 10px;
}
.discount-coins span {
    display: none;
    position: absolute;
    right: 0;
    top: 140%;
    width: 170px;
    height: auto;
    padding: 5px;
    font-size: 12px;
    color: #000;
    background: #ffc219;
    z-index: 100;
}
.discount-coins span::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #ffc219;
    position: absolute;
    top: -20px;
    right: 0;
}
.discount-coins:hover span {
    display: block;
}
.Personal-Area-section .tabs .tab-list .active:before {
    display: none !important;
}
.Personal-Area-section .tabs .tab-list {
    text-align: center;
}
.Personal-Area-section .tabs .tab-list .li {
    margin: 0 3% 2%;
}
.clear_basket {
    padding-left: 30px;
    background: url(../img/cart-clear.png) left center no-repeat;
    background-size: auto 100%;
}
.icon-trash {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
    cursor: pointer;
}

.icon-trash_position {
    position: relative;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    left: 0;
    background-image: url('../img/Trash-blue.png');
    vertical-align: middle;
}
.icon-trash::before,
.icon-trash::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120%;
    height: 1px;
    background: red;
}

.icon-trash::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.icon-trash::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.show-goods ul li span:hover {
    text-decoration: underline;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product-qtty {
    position: relative;
    width: 72px;
    height: 50px;
    display: inline-block;
}
.product-qtty .up,
.product-qtty .down {
    position: absolute;
    right: 1px;
    display: block;
    width: 24px;
    height: 25px;
    background-color: #eee;
    border: 0;
    outline: none;
}
.product-qtty .up {
    top: 1px;
    border-top-right-radius: 5px;
}
.product-qtty .down {
    bottom: -3px;
    border-bottom-right-radius: 5px;
}
.product-qtty .up::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border: 5px solid #000;
    border-top: 0;
    border-right-color: transparent;
    border-left-color: transparent;
}
.product-qtty .down::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border: 5px solid #000;
    border-bottom: 0;
    border-right-color: transparent;
    border-left-color: transparent;
}
@media (max-width: 480px) {
  .media-sm .icon-media.icon-basket.basket {
    display: none !important;
  }
  .box-goods .block-price .block-form form {
    white-space: nowrap;
  }
}
/* список в корзине */
.Personal-Area-section .tabs .box.basket-list.basket-list_table .basket-list__item {
    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 0;
    margin-bottom: 0;
}
.Personal-Area-section .tabs .box.basket-list.basket-list_table .basket-list__item i.icon-trash.icon-trash_position {
    position: absolute;
    top: 60px;
    right: 20px;
    left: auto;
}
.Personal-Area-section .tabs .box.basket-list.basket-list_table .basket-list__item .basket_num {
    flex: 0 0 1%;
}
.Personal-Area-section .tabs .box.basket-list.basket-list_table .basket-list__item .block-img {
    flex: 0 0 15%;
    width: 100px;
    height: 100px;
    margin-top: 0;
    float: none;
}
.Personal-Area-section .tabs .box.basket-list.basket-list_table .basket-list__item .block-info {
    display: flex;
    float: none;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}
.Personal-Area-section .tabs .box.basket-list.basket-list_table .basket-list__item .block-info .basket-list__item-art,
.Personal-Area-section .tabs .box.basket-list.basket-list_table .basket-list__item .block-info .basket-list__item-weight,
.Personal-Area-section .tabs .box.basket-list.basket-list_table .basket-list__item .block-info .basket-list__item-value {
    flex: 0 0 10%;
}
.Personal-Area-section .tabs .box.basket-list.basket-list_table .basket-list__item .block-info .basket-list__item-price {
    flex: 0 0 15%;
    /*margin-left: auto;*/
    margin-right: auto;
}
.Personal-Area-section .tabs .box.basket-list.basket-list_table .basket-list__item .block-info .basket-list__item-price-total {
    width: auto;
    flex: 0 0 15%;
}
.Personal-Area-section .tabs .box.basket-list.basket-list_table .basket-list__item .block-info .basket-list__item-qtty {
    flex: 0 0 70px;
    margin-left: 20px;
}
.Personal-Area-section .tabs .box.basket-list.basket-list_table .basket-list__item .block-info > span {
    flex: 0;
    margin-left: 4px;
    margin-right: 25px;
}

.Personal-Area-section .tabs .box.basket-list.basket-list_table .basket-list__item .block-info h2 {
    margin: 0;
    flex: 0 0 25%;
}
.Personal-Area-section .tabs .box.basket-list.basket-list_table .basket-list__item .block-info .info ul:first-child {
    display: none;
}
.Personal-Area-section .tabs .basket-list-tableheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 0 20px;
}
.Personal-Area-section .tabs .basket-list-tableheader div {
    flex: 0 0 10%;
    text-align: center;
}
.Personal-Area-section .tabs .basket-list-tableheader div:nth-child(1) {
    flex: 0 0 1%;
}
.Personal-Area-section .tabs .basket-list-tableheader div:nth-child(2) {
    flex: 0 0 15%;
}
.Personal-Area-section .tabs .basket-list-tableheader div:nth-child(3) {
    flex: 0 0 20%;
}
.Personal-Area-section .tabs .basket-list-tableheader div:nth-child(6) {
    text-align: left;
}
.Personal-Area-section .tabs .basket-list-tableheader div:last-child {
    flex: 0 0 90px;
}



.basket-list-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}
.basket-list-switch {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 2px solid #337bb3;
  border-radius: 3px;
  background-color: transparent;
  background-position: center;
  /*background-size: 100% auto;*/
  background-repeat: no-repeat;
  margin-left: 10px;
  cursor: pointer;
  outline: none;
  position: relative;
}
.basket-list-switch span {
    display: none;
    position: absolute;
    top: 115%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    padding: .5em 1em;
    background: rgba(255, 255, 255, .8);
    color: #337bb3;
    font-size: 14px;
    line-height: 1;
    z-index: 1000;
}
.basket-list-switch:hover span {
    display: inline-block;
}
.basket-list-switch_blocks {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23337bb3'%3E%3Cpath d='M8 2H4c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM20 2h-4c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM8 14H4c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2zM20 14h-4c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2z'/%3E%3C/svg%3E");
}
.basket-list-switch_table {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg' fill='%23337bb3'%3E%3Cpath d='M23.244 17.009H.75c-.413 0-.75.36-.75.801v3.421c0 .423.337.769.75.769h22.494c.414 0 .75-.346.75-.77v-3.42c0-.441-.336-.801-.75-.801zm0-8H.75c-.413 0-.75.36-.75.801v3.421A.76.76 0 0 0 .75 14h22.494a.76.76 0 0 0 .75-.769V9.81c0-.441-.336-.801-.75-.801zm0-8H.75c-.413 0-.75.36-.75.801v3.42c0 .423.337.769.75.769h22.494a.76.76 0 0 0 .75-.769V1.81c0-.441-.336-.801-.75-.801z'/%3E%3C/svg%3E");
}

/* меню каталога */
.page .wrapper header,
.header-fixed-wrapper {
    position: relative;
}
.menu__burger {
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    background: 0 0;
    border: 0;
    position: relative;
    overflow: hidden;
    outline: 0;
    /*opacity: .6*/
}
.menu__burger span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 3px;
    background: #0057a0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 16px
}
.menu__burger span:first-child {
    top: 4px
}
.menu__burger span:last-child {
    top: 28px
}
.menu__burger.is-opened span:nth-child(2) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}
.menu__burger.is-opened span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 5px
}
.menu__burger.is-opened span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 5px
}
.menu_catalog {
    position: absolute;
    left: -40px;
}
.header-fixed-wrapper .menu_catalog {
    left: -65px;
    top: 18px;
}
.menu_catalog .menu__container {
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    /*overflow: hidden;*/
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .24), 0 0 2px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .24), 0 0 2px 0 rgba(0, 0, 0, .12);
    border-radius: 2px;
    /*-webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;*/
    z-index: 100;
    padding: 10px 0 10px 20px;
    display: none;
}
.menu_catalog .menu__container_opened {
    /* -webkit-transform: translateY(0);
    transform: translateY(0) */
    display: block;
}
.menu_catalog .menu__list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu_catalog .menu__item {
    position: relative;
    padding-right: 20px;
}
.menu_catalog .menu__link {
    display: block;
    padding: 10px 0;
    /*text-transform: uppercase;*/
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
.menu_catalog .menu__link:hover {
    text-decoration: underline;
}
.menu_catalog .menu__link_parent {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/icon-right-arrow.png) center no-repeat;
    width: 5px;
    height: 11px;
}
.menu_catalog .menu__submenu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 200px;
    /*overflow: hidden;*/
    display: none;
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .24), 0 0 2px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .24), 0 0 2px 0 rgba(0, 0, 0, .12);
    border-radius: 2px;
    /* -webkit-transform: translateX(120%);
    transform: translateX(120%); */
    /* -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; */
    z-index: 200;
    padding: 10px 0 10px 20px
}
.menu_catalog .menu__item:hover > .menu__submenu {
    display: block;
    /* -webkit-transform: translateX(0);
    transform: translateX(0) */
}

.basket-download {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 2px solid #337bb3;
  border-radius: 3px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: auto;
  font-size: 0;
  cursor: pointer;
  outline: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='141.732' viewBox='0 0 141.732 141.732' width='141.732' xmlns='http://www.w3.org/2000/svg' fill='%23337bb3'%3E%3Cpath d='M120.674 125.138H20.793v16.594h99.881v-16.594zm-1.655-66.362a6.557 6.557 0 0 0-9.275 0L77.21 91.312V6.562A6.563 6.563 0 0 0 70.648 0a6.56 6.56 0 0 0-6.56 6.563v84.75L31.992 59.218a6.556 6.556 0 0 0-9.277 0 6.556 6.556 0 0 0 0 9.279l43.294 43.293c.15.154.314.299.481.438.076.062.155.113.234.176.094.065.186.142.279.206.097.063.192.114.286.174.088.054.174.105.265.153.1.056.199.1.298.147.097.045.19.091.283.132.098.04.196.072.295.105.104.038.207.078.312.109.101.03.197.052.297.077.108.023.214.058.324.078.115.021.231.033.346.054.097.015.192.032.289.042.43.042.865.042 1.295 0 .1-.01.191-.027.289-.042.114-.021.233-.029.344-.054.109-.021.217-.055.324-.078.102-.025.199-.047.299-.077.105-.031.207-.071.312-.109.102-.03.195-.062.295-.105.096-.041.191-.087.283-.132.1-.048.199-.092.297-.147.091-.048.177-.104.264-.153.098-.06.193-.11.287-.174.096-.064.189-.141.281-.206.076-.062.156-.113.233-.176.249-.204.479-.437.694-.67.076-.067.154-.131.229-.203l43.294-43.296a6.566 6.566 0 0 0 .001-9.283'/%3E%3C/svg%3E");
  background-size: cover;
  position: relative;
}
.basket-download span {
    display: none;
    position: absolute;
    top: 115%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    padding: .5em 1em;
    background: rgba(255, 255, 255, .8);
    color: #337bb3;
    font-size: 14px;
    line-height: 1;
    z-index: 1000;
}
.basket-download:hover span {
    display: inline-block;
}

/*печать заказа*/
.basket-print {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 2px solid #337bb3;
  border-radius: 3px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
  font-size: 0;
  cursor: pointer;
  outline: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='1792' viewBox='0 0 1792 1792' width='1792' xmlns='http://www.w3.org/2000/svg' fill='%23337bb3'%3E%3Cpath d='M448 1536h896v-256H448v256zm0-640h896V512h-160q-40 0-68-28t-28-68V256H448v640zm1152 64q0-26-19-45t-45-19-45 19-19 45 19 45 45 19 45-19 19-45zm128 0v416q0 13-9.5 22.5t-22.5 9.5h-224v160q0 40-28 68t-68 28H416q-40 0-68-28t-28-68v-160H96q-13 0-22.5-9.5T64 1376V960q0-79 56.5-135.5T256 768h64V224q0-40 28-68t68-28h672q40 0 88 20t76 48l152 152q28 28 48 76t20 88v256h64q79 0 135.5 56.5T1728 960z'/%3E%3C/svg%3E");
  background-size: cover;
  position: relative;
}
.basket-print span {
    display: none;
    position: absolute;
    top: 115%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    padding: .5em 1em;
    background: rgba(255, 255, 255, .8);
    color: #337bb3;
    font-size: 14px;
    line-height: 1;
    z-index: 1000;
}
.basket-print:hover span {
    display: inline-block;
}
@media print {
    header,
    footer,
    .line-blue,
    .header-fixed,
    .box-delivery-address,
    .block-map,
    .scrollup,
    .baner,
    .box-nav,
    .block-breadcrumbs,
    .page .wrapper .container h1,
    .basket-list-header,
    .basket-variants-select,
    .icon-trash_position,
    .block-img {
        display: none !important;
    }
    .basket_num {
        float: left;
    }
    .Personal-Area-section {
        margin-top: 0;
    }
    .Personal-Area-section .tabs .box {
        position: relative;
    }
    .Personal-Area-section .tabs .box .blocks {
        page-break-inside: avoid;
        position: relative;
        min-height: 315px;
    }
}
.fancybox-overlay {
    z-index: 80100 !important;
}
.about__blocks-baner img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.ABOUT-US-section img {
    display: block;
    max-width: 100%;
    height: auto;
}
.block-media-menu .block-media-nav {
    width: 300px;
    left: -60px;
}
@media (max-width: 750px){
    .page .wrapper header {
        height: 130px;
    }
    .page .wrapper header .blocks {
        height: calc(60px - 25px);
    }
    .page .wrapper header .box-media .key_hover-toggle-img {
        height: 90px;
    }
}
@media (max-width: 480px) {
    .menu_catalog {
        display: none;
        top: -47px;
        left: 8px;
    }
    .page .wrapper header .box-media .block-menu {
        position: absolute;
        top: -57px;
        right: 0;
    }
    .page .wrapper header .block-logo {
        width: 60px;
        height: 60px;
        position: absolute;
        top: -57px;
        left: 60px;
    }
    .page .wrapper header .block-logo .logo {
        padding-top: 0;
    }
    .page .wrapper header .block-logo .logo .image-logo {
        width: 60px;
        height: 60px;
    }
    .page .wrapper header .blocks {
        height: calc(70px - 25px);
        width: 35%;
    }
    .box-media .block-media-menu {
        display: block;
        position: absolute;
        top: -57px;
        left: 0;
    }
    .page .wrapper header .box-media .key_hover-toggle-img,
    .page .wrapper header .box-media .media-sm.blocks-media.blocks.active {
        height: 120px;
        width: 90px !important;
        position: absolute;
        top: 0;
        right: 0;
    }
    .page .wrapper header .blocks .icon-key {
        float: none;
    }
    .page .wrapper header .box-media {
        position: static;
        height: 1px;
    }
}

.block-breadcrumbs>span {
    position: relative;
}
.block-breadcrumbs>span .menu_catalog {
    left: -55px;
    top: -30%;
}
.block-breadcrumbs>span .menu_catalog a {
    font-weight: normal;
    font-family: 'PT Sans';
}
.block-breadcrumbs>span .menu__burger span {
    display: none;
}
.block-breadcrumbs>span .menu__burger {
    background: url("data:image/svg+xml,%3Csvg width='32' height='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath id='svg_1' fill='%230057a0' d='m16,4c0,0 -4,-4 -16,-4l0,24c12.125,0 16,4 16,4s3.875,-4 16,-4l0,-24c-12,0 -16,4 -16,4zm-12,0c5.084,0.426 8.203,1.602 10,2.555l0,16.109c-1.797,-0.949 -4.916,-2.125 -10,-2.555l0,-16.109zm24,16.109c-5.086,0.43 -8.205,1.605 -10,2.555l0,-16.109c1.795,-0.953 4.914,-2.129 10,-2.555l0,16.109z'/%3E%3C/g%3E%3C/svg%3E") top center no-repeat;
    width: 50px;
    height: 50px;
    padding-top: 20px;
    text-align: center;
}
.block-breadcrumbs>span .menu__burger::after {
    content: 'Каталог';
    font-size: 12px;
    font-weight: bold;
    color: #0057a0;
}
.materials-section .tabs .tabs__content .blocks .box-goods-top {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.materials-section .tabs .tabs__content .blocks .box-goods-top .goods {
    float: left;
    width: calc(20% - 20px);
    padding: 0 10px;
}