.menu_pic,
.phone_div {
    cursor: pointer
}

.lang_div,
.menu_div_button__text,
.menu_ul_div,
.phone_div,
body.for_tech_pdf .item_block_pdf_techlink,
body.for_tech_pdf .not_for_pdf,
body.for_tech_pdf>:not(.item_block) {
    display: none
}

.fa-chevron-down,
.menu_ul_div,
.specs__show_all i {
    transition: all .1s ease
}

@font-face {
    font-family: Raleway;
    src: url(/webfonts/Raleway-Regular.eot);
    src: url(/webfonts/Raleway-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Raleway;
    src: url(/webfonts/Raleway-SemiBold.eot);
    src: url(/webfonts/Raleway-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Raleway;
    src: url(/webfonts/Raleway-ExtraBold.eot);
    src: url(/webfonts/Raleway-ExtraBold.ttf) format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Raleway;
    src: url(/webfonts/Raleway-Black.eot);
    src: url(/webfonts/Raleway-Black.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

.disable-selection {
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none
}

.raleway {
    font-family: Raleway, sans-serif
}

.phone_div,
body {
    font-family: Arimo, sans-serif
}

pre {
    background-color: #f5f5f5;
    color: #000;
    padding: 10px;
    border: 1px solid #555;
    margin: 10px;
}

body {
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative
}

.main_screeen__services a,
.menu_top_line_bg {
    font-family: Raleway, sans-serif
}

a {
    text-decoration: none !important
}

a:hover {
    color: #f8b532
}

.menu_top_line_bg {
    background-color: #2e2e2e;
    color: #efefef;
    position: relative
}

.menu_top_inner {
    padding-top: 24px;
    padding-bottom: 24px
}

body.for_tech_pdf .item_block {
    margin-top: 0
}

body.for_tech_pdf .item_info__title {
    font-size: 18px
}

body.for_tech_pdf {
    margin: 2em 0
}

body.for_tech_pdf .item_block__title {
    font-size: 30px;
    margin-bottom: 40px
}

body.for_tech_pdf .i_img img {
    width: 50vw
}



.menu_pic img {
    height: 16px;
    width: 22px
}

.basket_pic img {
    width: 24px;
    height: 24px
}

.user_pic img {
    width: 19.88px;
    height: 16px
}

.menu_ul_div a {
    color: #efefef;
    text-decoration: none
}

.mod_search .search_btn {
    max-width: 100px;
    display: flex;
    align-items: center;
    border: 0;
    background-repeat: no-repeat;
    background-color: #F8B532;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 10px;
    font-family: Arimo, sans-serif;
}

.mod_search .search_value {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    height: 40px;
    border: 0;
    border-radius: 3px;
    padding: 0 40px 0 16px;
    position: relative;
    display: flex
}

.mod_search .input-group {
    position: relative;
    flex-wrap: nowrap;
}

.mod_search .input-group .mob_zoom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.mod_search .input-group .search_value {
    padding-left: 45px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.menu_ul_div a:active,
.menu_ul_div a:focus,
.menu_ul_div a:hover {
    color: #f8b532
}

.menu_ul_div {
    margin: 0 -15px;
    opacity: 0;
    display: block;
    width: 0;
    right: -30px;
    overflow: hidden;
    position: absolute;
    transform-origin: 100% 0;
    padding-top: 1em;
    top: 85px;
    background-color: #2e2e2e
}

.menu_ul_div.active {
    z-index: 2;
    width: calc(100% + 30px);
    right: 0;
    padding: 1em 15px 0;
    opacity: 1
}

.menu_ul_div ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.menu_ul_div li {
    text-align: center;
    padding: 1em 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600
}

@media (max-width: 1199px) {
    .menu_ul_div>ul>li {
        text-align: left;
        font-size: 14px;
        border-bottom: 1px solid #474747;
    }

    .menu_ul_div>ul {
        margin-bottom: 16px;
    }
}

.menu_catalog_ul .fa-chevron-right {
    margin-left: 1em
}

.menu_ul_div .lang_ul li {
    display: inline-block;
    margin: 0 1em
}

.menu_ul_div .lang_ul {
    text-align: center
}

.mob_lang_ul {
    margin-bottom: 24px
}

.mob_lang_ul li {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    height: 48px;
    font-weight: 600;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: .02em;
    width: 100%;
    color: rgba(239, 239, 239, .5);
    border: solid #383838;
    border-width: 1px 0
}

.mob_lang_ul ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -15px
}

@media (max-width: 767px) {
    .mob_lang_ul ul {
        margin: 0 auto;
    }
}

.mod_search {
    margin-bottom: 24px
}

.mob_lang_ul a {
    width: 100%;
    background-color: #383838;
    color: #f8b532
}

.mob_phone_soc {
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: repeat(6, 1fr)
}

.phone_div {
    color: #f8b532;
    font-weight: 800;
    letter-spacing: .08em;
    font-size: 1em;
    vertical-align: middle
}

.phone_div i {
    font-size: 10px !important;
    color: #efefef;
    display: inline-block;
    vertical-align: baseline
}

.phone_div_onoff {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center
}

.phone_div_onoff i {
    margin-left: 3px
}

.mob_phone_soc .phone_div {
    font-weight: 600;
    grid-column: 1/5
}

.mob_phone_soc .phone_ul ul {
    margin: 0;
    padding: .5em 0;
    list-style: none
}

.mob_phone_soc .phone_ul li {
    text-transform: uppercase;
    color: #bababa;
    line-height: 2em;
    padding: 0
}

.mob_adress {
    grid-column: 1/7;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px
}

.mob_messengers,
.open_fullsize {
    align-items: center;
    display: flex
}

@media (min-device-width:36.125em) {
    .mob_adress {
        grid-column: 1/7;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 575px) {
    .logo_top {
        display: none;
    }
}

@media (max-device-width:767px) {
    #product-image-view .modal-dialog {
        margin: 0
    }

    #product-image-view .modal-content {
        height: 100vh;
        overflow: hidden
    }

    #product-image-view .modal-content .h5 {
        margin-top: 60px
    }
}

#product-image-view .slick-dots {
    bottom: 44px
}

#product-image-view .slick-list {
    padding-bottom: 60px
}

.open_fullsize {
    position: absolute;
    bottom: -68px;
    color: #000;
    font-size: 16px
}

.open_fullsize::before {
    content: url(/img/open_full.svg);
    height: 20px;
    width: 20px;
    margin-right: 12px
}

.open_fullsize:hover {
    text-decoration: underline !important;
    color: inherit
}

.mob_messengers {
    grid-column: 5/7;
    justify-content: center
}

.mob_messengers a {
    margin-right: 1em
}

.mob_messengers a:last-child {
    margin-right: 0
}

.adress_div {
    display: flex;
    margin-top: 25px;
    align-items: center
}

.adress_div_align_top {
    align-items: flex-start;
}

.adress_div_val {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

.adress_div_val>div {
    display: flex;
    align-items: center;
}

.adress_div_val>div>span {
    white-space: nowrap;
}

.adress_div_val>div>span:first-child {
    flex: 0 0 40%;
    padding-right: 10px;
    text-align: right;
}

.adress_div_val>div>span:last-child {
    flex: 0 0 60%;
}

.adress_div_val a {
    color: #f8b532
}

@media (max-width: 1199px) {
    .adress_div_val a {
        color: #fff;
    }
}

.adress_div_val a:hover {
    text-decoration: underline !important
}

.adress_div_val_time {
    text-transform: none;
    font-family: Arimo, sans-serif;
}

.adress_div_ico {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 10px;
}

.adress_div_ico span {
    font-weight: 600;
    font-size: 8px;
    line-height: 9px;
    text-align: center;
    letter-spacing: .04em;
    margin-top: 3px
}

.mob_soc_links {
    grid-column: 1/7;
    display: flex;
    justify-content: center;
    align-self: center;
    margin-bottom: 25px
}

.mob_soc_links a {
    margin-right: 1em
}

.mob_soc_links a:last-child,
.new__select {
    margin-right: 0
}

@media (max-width: 767px) {
    .mob_soc_links {
        gap: 20px;
        padding: 0 20px;
    }

    .mob_soc_links a {
        flex: 0 0 33.3333%;
        text-align: center;
        margin: 0;
        background-color: #F8B532;
        border-radius: 3px;
    }
}

@media (min-device-width:48em) {
    .mob_lang_ul ul {
        margin: auto
    }

    .mob_lang_ul li {
        width: 160px;
        border-width: 1px
    }

    .mob_phone_soc .phone_div {
        order: 1;
        grid-column: 1/3
    }

    .mob_messengers {
        order: 2;
        grid-column: 3/5
    }

    .mob_adress {
        order: 4;
        grid-column: 1/7;
        flex-direction: row;
        margin-bottom: 25px;
        margin-top: 25px;
        justify-content: space-evenly
    }

    .mob_soc_links {
        order: 3;
        grid-column: 5/7;
        margin-bottom: 0
    }

    .adress_div {
        margin-top: 0;
        flex: 0 0 37%;
        justify-content: center;
    }

    .adress_div:last-child {
        margin-top: 0;
        flex: 0 0 26%;
        justify-content: center;
    }
}

.menu_top_line_zero_bg {
    display: none
}

@media (min-device-width:75em) {

    .menu_div_button:hover,
    .menu_top_line_zero_bg {
        background-color: #383838
    }

    .lang_div,
    .lang_ul li,
    .menu_ul_div {
        text-transform: uppercase
    }

    .menu_top_line_zero_bg {
        display: flex;
        padding: 20px 0
    }

    .logo_top {
        padding-left: 15px;
        padding-right: 15px;
    }

    .top_adress_soc {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        color: #fff;
        font-family: Raleway, sans-serif;
        flex: 1 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .top_adress_soc .mob_adress {
        order: inherit;
        margin: 0 16px 0 0;
        flex: 1 0 auto;
    }

    .top_adress_soc .mob_soc_links {
        order: inherit
    }

    .mob_messengers {
        order: 5
    }

    .adress_div {
        margin-right: 16px
    }

    .menu_catalog_ul .fa-chevron-right {
        margin-left: 0
    }

    .logo_top img {
        height: 32px
    }

    .lang_div,
    .menu_ul_div,
    .phone_div {
        display: block
    }

    .lang_ul,
    .menu_pic {
        display: none
    }

    .menu_div_button {
        border-radius: 6px;
        text-align: center;
        cursor: pointer;
        height: 48px;
        justify-content: center !important;
        width: 52px;
        align-items: center !important;
        display: flex !important
    }

    .menu_div_button i,
    .phone_div i {
        font-size: 10px !important;
        color: #efefef;
        display: inline-block;
        vertical-align: baseline
    }

    .menu_div_button img {
        height: 22px;
        vertical-align: bottom
    }

    .menu_div_button__text {
        font-weight: 600;
        font-size: 12px;
        line-height: 9px;
        vertical-align: middle;
        color: #bababa;
        text-align: center;
        display: inline-block;
        width: 100%;
        letter-spacing: .04em
    }

    .menu_div_button:hover .menu_div_button__text {
        color: #fff
    }

    .lang_div {
        color: #f8b532;
        font-weight: 800;
        letter-spacing: .08em;
        font-size: 12px;
        position: relative;
    }

    .lang_div>.inner-block {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lang_div.active {
        background-color: #f8b532;
        color: #2e2e2e;
        border-radius: 3px 3px 0 0
    }

    .lang_div.active i {
        color: #2e2e2e
    }

    .lang_ul {
        background-color: #fff;
        text-align: center;
        border-radius: 0 0 3px 3px;
        border: 1px solid #f5f5f5;
        z-index: 100;
        width: 48px;
        top: 48px;
        position: absolute;
        cursor: default
    }

    .lang_div.active .lang_ul {
        display: block
    }

    .lang_ul ul {
        margin: 0;
        padding: .5em 0;
        list-style: none
    }

    .lang_ul li {
        font-size: 10px;
        color: #bababa;
        line-height: 3em
    }

    .lang_ul li a {
        color: #2e2e2e
    }

    .lang_ul li a:hover {
        color: #f8b532
    }

    .menu_ul_div {
        opacity: 1;
        position: relative;
        width: auto;
        left: inherit;
        top: inherit;
        padding: 0;
        margin: 0;
        right: 0;
        height: inherit;
        display: flex;
        font-size: 10px;
        letter-spacing: .02em;
        font-weight: 600
    }

    .menu_ul_div ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .menu_ul_div li {
        display: inline-flex;
        margin: 0 10px;
        font-size: 12px
    }
}

.basket_pic .default,
.user_pic .default {
    display: inline-block
}

.basket_pic .active,
.user_pic .active {
    display: none
}

.basket_pic.got_items .active,
.user_pic.logged .active {
    display: inline-block;
    cursor: pointer
}

.basket_pic.got_items .default,
.user_pic.logged .default {
    display: none
}

.catalog_menu_div {
    color: #f8b532;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .08em;
    position: relative;
    line-height: 24px;
    height: 38px;
    background-color: #383838;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    width: 40%;
    display: flex;
    text-align: center;
    min-width: 116px;
    max-width: 140px
}

.catalog_menu_div div:first-child {
    cursor: pointer
}

.catalog_menu_div i {
    color: #efefef
}

.menu_catalog_ul a {
    color: #e9e9e9;
    text-decoration: none;
    display: flex;
    align-items: center
}

.menu_catalog_ul a i,
.menu_catalog_ul a:hover,
.menu_catalog_ul a:hover i {
    color: #f8b532
}

.catalog_menu_div.active,
.catalog_menu_div:hover {
    background-color: #f8b532;
    color: #2e2e2e
}

.catalog_menu_div:hover .caret_new,
.catalog_menu_div.active .caret_new {
    filter: brightness(1) invert(1);
}

.catalog_menu_div.active {
    border-radius: 3px 3px 0 0
}

.menu_catalog_ul {
    display: none
}

.catalog_menu_div.active .menu_catalog_ul {
    display: block
}

.menu_catalog {
    display: flex;
    align-items: center;
    justify-content: center
}

.menu_catalog>img {
    margin-left: 5px;
}

.fa-chevron-down {
    margin-left: .25em;
    background-color: #fff;
    -webkit-mask-image: url(/img/chevron-down.svg);
    mask-image: url(/img/chevron-down.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 1em;
    height: 1em;
    display: inline-flex
}

.level_0.with_subs>a::after,
.slick-next::before,
.slick-prev::before,
button.close {
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center
}

.active .fa-chevron-down {
    background-color: #2e2e2e;
    transform: rotate(-180deg)
}

@media (min-device-width:75em) {
    .catalog_menu_div {
        height: 48px;
        width: 200px;
        display: flex;
        font-weight: 800;
        align-items: center;
        justify-content: center;
        line-height: 48px;
        font-size: .875em;
        border-radius: 3px;
        max-width: inherit;
        min-width: inherit
    }
}

.ul_level_1 {
    display: none
}

.menu_catalog_ul {
    position: fixed;
    font-family: Arimo, sans-serif;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #2e2e2e;
    height: 100vh;
    z-index: 100;
    max-width: 400px;
    min-width: 320px;
    overflow: auto;
    padding: 0 16px
}

.menu_catalog_ul a {
    justify-content: flex-start;
    text-align: left
}

.ul_level_0 {
    padding: 13px 0 0;
    margin: 0;
    border: 1px solid #3c3c3c;
    border-width: 1px 0 0
}

.menu_catalog_ul__close_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 13px;
    padding-top: 29px;
    padding-bottom: 15px;
    padding-left: 16px;
    padding-right: 16px;
}

.menu_catalog_ul__close_div img {
    height: 24px;
    width: 24px;
    vertical-align: middle
}

.menu_catalog_ul__close_div span {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: #F8B532;
    height: 20px
}

.level_0>a,
.main_screeen__services a {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .08em;
    text-align: center
}

.level_0 {
    margin-bottom: 16px
}

.level_0>a {
    background-color: #383838;
    border-radius: 3px;
    font-family: Raleway;
    font-style: normal;
    font-size: 14px;
    line-height: 173.75%;
    display: flex;
    justify-content: space-between;
    color: #f8b532;
    height: 47px;
    padding: 0 16px;
}

.level_1>a,
.level_2 a {
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
}

.level_1>a {
    text-transform: uppercase;
}

.level_0.with_subs>a::after {
    content: '';
    background-image: url(/img/caret_new.svg);
    ;
    display: inline-flex;
    width: 24px;
    height: 24px;
    margin-left: 10px
}

a.active+.ul_level_1 {
    display: block
}

.level_0>a.active {
    background-color: #f8b532;
    color: #2e2e2e
}

.level_0.with_subs>a.active::after {
    transform: rotate(180deg);
    filter: invert(1) brightness(1);
}

.level_1 {
    border: 1px solid #474747;
    border-width: 0 0 1px;
    margin: 0;
    padding: 8px 0
}

.ul_level_1,
.ul_level_2 {
    padding: 0;
    margin: 0
}

.ul_level_1 {
    margin-top: 8px;
}

.level_1>a {
    color: #fff;
    line-height: 198.93%;
    justify-content: flex-start
}

.level_2 a {
    color: #989898;
    line-height: 30px
}

@media (min-device-width:75em) {

    .menu_catalog_ul,
    .ul_level_1 {
        position: absolute;
        height: 237px
    }

    .ul_level_1 {
        margin-top: 0;
    }

    .menu_catalog_ul {
        top: 72px;
        background: #fff;
        border-radius: 0;
        min-width: inherit;
        overflow: visible;
        filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .12))
    }

    .menu_catalog_ul__close_div {
        display: none
    }

    .menu_catalog_ul ul {
        list-style: none
    }

    .ul_level_1 {
        left: 199px;
        top: 0;
        background-color: #f3f3f3;
        width: 800px;
        padding: 20px;
        flex-wrap: wrap;
        flex-direction: column
    }

    .catalog_menu_div {
        position: relative
    }

    .ul_level_0 {
        border: 0;
        padding: 20px 0
    }

    .ul_level_1 a {
        color: #1c1c1c;
        font-size: 14px;
        line-height: 198.93%
    }

    .level_0>a,
    .level_2 a {
        font-size: 13px;
        line-height: 20px
    }

    .level_1 {
        border: 0;
        padding: 0 0 10px
    }

    .level_2 a {
        color: #828282
    }

    .level_0 {
        margin: 0
    }

    .level_0>a {
        color: #2e2e2e;
        background-color: transparent;
        justify-content: space-between;
        height: 32px
    }

    .level_0>a.active {
        background-color: #fff;
        color: #f8b532
    }

    .level_0.with_subs>a::after {
        transform: rotate(-90deg);
        filter: brightness(1) invert(1);
    }

    .level_0.with_subs>a.active::after {
        transform: rotate(90deg);
    }

    a.active+.ul_level_1 {
        display: flex
    }
}

.slider_main {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: calc(608/1435 * 100%)
}

.slider_main .slick-list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

@media (min-device-width:90em) {
    .slider_main {
        height: 608px;
        padding-top: 0
    }

    .slider_main .slick-list {
        width: auto;
        position: relative;
        left: inherit;
        top: inherit
    }
}

.slick-next,
.slick-prev {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10
}

.slick-prev {
    left: 5%
}

.slick-next {
    right: 5%
}

.slick-next::before,
.slick-prev::before {
    content: "";
    -webkit-mask-image: url(/img/slider_arrow.png);
    mask-image: url(/img/slider_arrow.png);
    width: 20px;
    height: 20px;
    opacity: .5;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #000;
    color: inherit;
    mask-repeat: no-repeat;
    mask-position: center center
}

.slick-next::before,
[dir=rtl] .slick-prev::before {
    transform: rotate(180deg)
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0
}

.slider_main .slick-dots {
    bottom: 32px;
    margin-top: 0
}

.slider_main_a {
    position: relative;
    width: 100%;
    overflow: hidden;
    outline: 0;
    display: flex !important;
    justify-content: center;
    align-items: center
}

.slider_main.slick-dotted.slick-slider {
    margin-bottom: 0
}

.slider_main .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.main_screeen {
    background-color: #2e2e2e;
    padding-top: 32px;
    padding-bottom: 16px
}

.main_screeen__services a {
    display: block;
    font-size: 14px;
    line-height: 48px;
    height: 48px;
    background-color: #383838;
    border-radius: 3px;
    margin-bottom: 16px;
    vertical-align: middle;
    color: #f8b532
}

.block_title,
.item_info__title {
    font-weight: 900;
    font-family: Raleway, sans-serif;
    text-transform: uppercase
}

.main_screeen__services a:hover {
    background-color: #f8b532;
    color: #2e2e2e
}

.attributes_values_ul__value.active,
.attributes_values_ul__value:hover,
.attributes_values_ul__available.active,
.attributes_values_ul__available:hover,
.attributes_values_ul__brands.active,
.attributes_values_ul__brands:hover,
.filters_area__checked,
.i_btn_light {
    background: #fdeccc
}

.attributes_values_ul__available:hover,
.attributes_values_ul__brands:hover,
.attributes_values_ul__value:hover {
    color: #212529;
}

.disabled>.attributes_values_ul__value,
.disabled>.attributes_values_ul__available,
.disabled>.attributes_values_ul__brands {
    opacity: .2
}

.disabled>.attributes_values_ul__value:hover,
.disabled>.attributes_values_ul__available:hover,
.disabled>.attributes_values_ul__brands:hover {
    background: 0 0
}

.block_title,
.see_all {
    color: rgba(46, 46, 46, .95)
}

@media (min-device-width:75em) {
    .main_screeen {
        padding-top: 0
    }

    .main_screeen__services a {
        margin-bottom: 0
    }
}

.block_title {
    font-style: normal;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: .06em;
    margin-top: 64px;
    margin-bottom: 64px;
    position: relative
}

.block_title.block_title_new {
    text-align: left;
}

.block_title.block_title_new .you-searched-block {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    text-transform: none;
}

.block_title.block_title_new .you-searched-block strong {
    font-weight: 700;
}

.see_all {
    color: #2E2E2E;
    text-align: center;
    font-family: Arimo, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 3px;
    border: 2px solid #F8B532;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
}

.see_all:hover {
    border-color: #2E2E2E;
    background-color: #2e2e2e;
    color: #fff;
}

.see_all::after {
    display: none;
    content: "->";
}

@media (max-width: 991px) {
    .see_all {
        margin-top: 25px;
    }
}

.i_img_catalog {
    position: relative;
    height: 0;
    padding-top: calc(250/310 * 100%);
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.i_img_catalog .discount-label,
.i_img_catalog .product-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #D20F0F;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.i_img_catalog img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    max-width: 100%;
    transform: translate(-50%, -50%)
}

.i_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    color: #2e2e2e
}

.i_smallinfo div {
    color: #828282;
    font-size: 12px;
    line-height: 20px
}

.i_smallinfo div span {
    font-weight: 700;
}

.i_smallinfo .flex-fill {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.i_smallinfo div:last-child {
    text-align: left;
}

.i_btn_light {
    border-radius: 3px;
    height: 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    display: flex;
    color: #383838;
    justify-content: center !important;
    align-items: center !important
}

.i_btn_main,
.i_btn_main_outline,
input.i_btn_main,
#oneClickForm .btn {
    background: #f8b532;
    border-radius: 3px;
    display: flex;
    height: 40px;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 800;
    font-size: 14px;
    line-height: 29px;
    text-align: center;
    letter-spacing: .04em;
    cursor: pointer;
    color: #fff
}

.i_btn_main_outline {
    border: 2px solid #f8b532;
    height: 50px;
    background-color: #fff;
    color: #2E2E2E;
}

#oneClickForm .btn {
    color: #2E2E2E;
    margin-top: 15px;
    width: 100%;
    height: 50px;
}

.i_btn_main:hover,
input.i_btn_main:hover,
.i_btn_main_outline:hover {
    background-color: #2e2e2e;
    cursor: pointer
}

#oneClickForm .btn:hover {
    color: #fff;
    background-color: #2e2e2e;
    cursor: pointer
}

.i_btn_main_outline:hover {
    border-color: #2e2e2e;
    color: #fff;
}

.item_buy_buttons-one-click {
    margin-top: 15px;
}

@media (max-width: 991px) {
    .item_buy_buttons-one-click {
        margin-top: 15px;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .item_buy_buttons-one-click {
        padding-left: 15px;
    }

    .quantity {
        justify-content: space-between;
    }
}

.slick-dots {
    margin-top: 1em
}

.slick-slide {
    margin-bottom: 1em
}

.slick-dots li,
.slick-dots li button {
    width: 24px;
    height: 4px
}

.slick-dots li button:before {
    line-height: 4px;
    font-size: 1px;
    border-radius: 1px;
    position: absolute;
    top: 0;
    opacity: 1;
    left: 0;
    width: 24px;
    height: 4px;
    content: '';
    text-align: center;
    color: #000;
    background-color: #e5e5e5
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #f8b532
}

.breadcrambs {
    font-size: 14px;
    line-height: 16px;
    color: #2e2e2e
}

.breadcrambs a {
    color: #2e2e2e
}

@media (min-device-width:75em) {
    .breadcrambs {
        font-size: 14px;
        line-height: 16px
    }
}

.item_block {
    margin-top: 70px
}

.item_block__title {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
}

.item_block_link,
.item_block_pdf_link,
.item_block_pdf_techlink {
    text-decoration: none;
    color: #2e2e2e
}

.item_block_link span,
.item_block_pdf_link span,
.item_block_pdf_techlink span {
    border-bottom: 1px solid #383838;
    padding-bottom: 2px;
    margin-left: .5em
}

.quantity_div {
    font-size: 16px;
    line-height: 25px;
    color: #2e2e2e
}

.quantity {
    background-color: #f5f5f5;
    border-radius: 3px;
    height: 50px
}

.quantity div {
    font-size: 14px;
    padding: 4px 0;
    line-height: 32px;
    position: relative;
    align-self: center;
}

.quantity input {
    background: 0 0;
    border: none;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    text-align: center
}

.quantity_minus,
.quantity_plus {
    text-align: center;
    border-radius: 3px;
    width: 80px
}

.quantity_minus:hover,
.quantity_plus:hover {
    background-color: #dfdfdf;
    cursor: pointer
}

.quantity_minus:hover {
    border-radius: 3px 0 0 3px
}

.quantity_plus:hover {
    border-radius: 0 3px 3px 0
}

.arenda_prices,
.arenda_terms,
.delivery_type,
.item_buy_buttons,
.specs {
    margin-top: 24px
}

.arenda_prices {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.arenda_prices__values div,
.arenda_prices__work_types [class^=col-] {
    border-left: 1px solid #f5f5f5
}

.arenda_prices__header {
    font-weight: 700;
    vertical-align: middle
}

.arenda_prices__days [class^=col-],
.arenda_prices__work_types [class^=col-] {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #f5f5f5
}

.arenda_prices__days {
    border-right: 2px solid #dfdfdf;
    font-weight: 700;
}

.arenda_prices__work_types {
    border-right: 2px solid #dfdfdf;
    border-bottom: 2px solid #dfdfdf
}

.arenda_prices__days .col {
    background-color: #f5f5f5;
    border-top: 2px solid #dfdfdf;
    border-left: 2px solid #dfdfdf;
}

.arenda_prices__work_types .col {
    border-top: 2px solid #dfdfdf;
    border-left: 2px solid #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arenda_prices__days .col,
.arenda_prices__work_types .col {
    padding: 10px 12px;
    font-family: Raleway, sans-serif;
}

.arenda_prices__days>.row>div:first-child,
.arenda_prices__work_types>.row>div:first-child {
    text-align: left;
    font-size: 12px;
    display: block;
}

.arenda_prices__days>.row>div:first-child b,
.arenda_prices__work_types>.row>div:first-child b {
    font-size: 16px;
    font-weight: 700;
}

.arenda_prices__days>.row,
.arenda_prices__work_types>.row {
    flex-wrap: nowrap;
}

@media (max-width: 767px) {

    .arenda_prices__days .col,
    .arenda_prices__work_types .col {
        padding: 5px 6px;
    }

    .arenda_prices__days>.row>div:first-child b,
    .arenda_prices__work_types>.row>div:first-child b {
        font-size: 14px;
    }

    .arenda_prices__days>.row>div:first-child,
    .arenda_prices__work_types>.row>div:first-child {
        font-size: 10px;
    }
}

.item_info__title {
    font-style: normal;
    font-size: 10px;
    line-height: 43px;
    letter-spacing: .02em;
    text-align: left
}

.item_info__subtitle {
    font-size: 16px;
    line-height: 18px;
    color: #2e2e2e
}

.item_buy_buttons .item_info__subtitle {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: .04em;
    color: #2e2e2e
}

.item_info__bigtitle {
    font-family: Raleway, sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: .2px;
    text-transform: uppercase;
    color: #2e2e2e
}

.hiden_spec {
    display: none
}

.specs__name {
    font-size: 16px;
    min-height: 32px;
    color: #333
}

.specs__value {
    font-weight: 700;
    font-size: 16px;
    min-height: 32px;
    text-align: left;
    overflow-wrap: anywhere
}

.specs__show_all {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: .02em;
    color: #2e2e2e;
    font-family: Raleway, sans-serif;
    cursor: pointer
}

.specs__show_all.active i,
.specs__show_all:hover i {
    transform: rotate(-180deg)
}

.specs__show_all.active:hover i {
    transform: rotate(0)
}

.catalog_sort_view_controls {
    padding-bottom: 36px
}

.select-wrapper {
    position: relative;
    margin-left: 20px;
    outline: 0
}

.select-arrow {
    transition: all ease-in-out .175s;
    border: 1px solid #fff;
    border-color: #fff #424242 #424242 #fff;
    width: 8px;
    height: 8px;
    font-weight: 700;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    background-color: none;
    pointer-events: none;
    transform-origin: center;
    transform: rotate(45deg) translate(-50%, -50%)
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #eee;
    line-height: 30px;
    font-size: 14px;
    padding: 0 24px 0 0;
    margin: 0;
    width: auto;
    height: auto;
    outline: 0
}

select option,
select:focus {
    outline: 0
}

select:active+.select-arrow {
    transform: rotate(45deg)
}

select:focus+.select-arrow {
    transform: rotate(225deg)
}

select::-ms-expand {
    display: none
}

.arenda_terms input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    margin: 0;
    border: 0;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-size: 14px;
    line-height: 48px;
    text-align: left
}

.arenda_terms input::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
}

.arenda_type .select2-container .select2-selection--single {
    border-width: 2px;
}

.arenda_type .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url('item-arenda-type-arrow.svg');
    width: 14px;
    height: 8px;
    border: 0;
}

.arenda_type .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
}

.arenda_type .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
}


.arenda_terms .arenda_terms_input {
    flex: 1 0 auto;
    position: relative;
}

.arenda_terms .arenda_terms__inputs-block {
    gap: 10px;
}

@media (max-width: 991px) {
    .arenda_terms .arenda_terms__inputs-block {
        gap: 5px;
    }

    .arenda_terms input {
        padding: 0 8px;
    }
}

.arenda_terms_input img {
    position: absolute;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
}

.arenda_terms .item_info__subtitle,
.arenda_type .item_info__subtitle {
    margin-bottom: 15px;
}

.arenda_type .arenda_type__input {
    display: none;
}

.arenda_type .arenda_type__radio {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    align-items: center;
}

.arenda_type .arenda_type__radio label {
    border: 2px solid #DFDFDF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    cursor: pointer;
}

.arenda_type .arenda_type__input:checked+label {
    background-color: #FDECCC;
    border-color: #FDECCC;
}

.new__select {
    background-color: #fff;
    margin-left: 7px;
    font-weight: 800;
    line-height: 19px;
    padding-right: .5em;
    font-size: 16px;
    border: none;
    outline: 0
}

.reg_div_modal__title,
.textpage_title {
    font-family: Raleway, sans-serif;
    font-weight: 900;
    letter-spacing: .06em
}

.new__select_div {
    overflow: hidden;
    border: 1px solid #f5f5f5
}

.new__select_div::before {
    content: '';
    text-align: center;
    float: right;
    width: 1em;
    height: 20px;
    background: url(/img/chevron-down.svg) center bottom no-repeat #fff;
    position: relative
}

#cart_modal .i_btn_main,
#order_modal .i_btn_main,
.item_buy_buttons .i_btn_light,
.item_buy_buttons .i_btn_main {
    height: 64px
}

.textpage_title {
    font-size: 1.125em;
    line-height: 1.18em;
    padding: 2em 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.textpage_title .i_btn_main {
    border: 0;
    color: #000;
}

.textpage_title .i_btn_main:hover {
    color: #fff;
}

.textpage_text-hidden-toggle {
    display: inline-flex;
    align-items: center;
    color: #2E2E2E;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Arimo, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

.textpage_text-hidden-toggle.open .svg-plus-line {
    display: none;
}

.textpage_text-hidden-toggle svg {
    margin-right: 10px;
}

.textpage_text {
    font-size: 1em;
    line-height: 1.5em;
    padding-bottom: 3em
}

.textpage_text.textpage_text-hidden {
    max-height: 200px;
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}

.textpage_text.textpage_text-hidden.open {
    max-height: inherit;
}

.textpage_text.textpage_text-hidden:after {
    content: '';
    display: block;
    background: var(--gradient, linear-gradient(0, #FFF -16.46%, rgba(255, 255, 255, 0.00) 77.25%));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.textpage_text.textpage_text-hidden.open:after {
    display: none;
}

.textpage_text img {
    max-width: 100%;
    height: auto !important
}

.textpage_text p {
    margin-bottom: 12px
}

.textpage_text p+ul {
    margin-top: 12px
}

.filters_title {
    cursor: pointer;
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .04em;
    align-items: center
}

.filters_title img {
    width: 12px;
    height: 11px;
    position: relative;
    display: flex;
    margin-right: 6px
}

.filters_left {
    padding-top: 2em;
    position: absolute;
    transform: translateX(-150%);
    transition: transform 275ms ease-in-out;
    background-color: #fff;
    z-index: 2
}

.filters_left .close {
    display: none
}

.filters_left.active {
    transform: translateX(0);
    z-index: 2;
    transition: transform 275ms ease-in-out;
    filter: drop-shadow(0 0 4px #dedede);
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100vw;
    padding: 0
}

.filter_show_button {
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 0;
    margin: 0;
    padding: 0;
    display: none
}

.filters_left.active .filter_show_button {
    display: flex
}

.filters_left.active .close {
    display: flex;
    cursor: pointer;
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 10;
}

@media (min-device-width:48em) {
    .filters_left {
        padding-top: 0;
        position: relative;
        transform: none
    }

    .textpage_title {
        padding: 36px 0;
        font-size: 2.125em
    }
}

footer .footer__developed,
footer .footer__rights {
    line-height: 2rem;
    vertical-align: middle;
    font-size: 11px;
    text-align: center;
    font-weight: 600;
    color: #bababa
}

.footer_top {
    background-color: #2e2e2e;
    padding-top: 36px;
    text-align: center;
    padding-bottom: 72px;
    color: #fefefe
}

.footer_top img {
    margin: 36px 0 50px
}

.footer_block_body,
.footer_block_body li,
.footer_top p {
    padding: 0;
    margin: 0
}

.footer_top p {
    font-size: 14px;
    line-height: 24px;
    color: #fefefe
}

.footer_block_title {
    font-size: 16px;
    line-height: 173.64%;
    color: #bababa
}

.footer_block_body {
    font-size: 14px;
    line-height: 24px;
    list-style: none;
    height: 0;
    overflow: hidden;
    transition: ease-in-out all 1s
}

#grey_bg,
.footer_block_body.active {
    height: 100%
}

.footer_block_body a {
    color: #fff
}

.footer_block_body a:hover {
    text-decoration: underline !important
}

.footer_block_container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column
}

.footer_block {
    text-align: center;
    width: 100%
}

@media (min-device-width:48em) {
    .footer_block_container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly
    }

    .footer_block {
        width: 40%;
        margin-bottom: 1em;
        text-align: left
    }

    .footer_block_body {
        height: auto
    }
}

@media (min-device-width:62em) {
    .footer_top img {
        margin: 6px 0 0;
        max-width: 100%;
        height: auto
    }

    .footer_block {
        width: auto;
        margin-bottom: 0
    }

    .footer_block_title {
        margin-bottom: 14px
    }

    .footer_block_container {
        justify-content: space-between
    }
}

@media (min-device-width:75em) {
    .footer_top {
        padding-top: 72px
    }

    .footer_top p {
        font-weight: 400;
        font-size: 18px;
        line-height: 31px
    }
}

.footer_bottom {
    background-color: #383838;
    padding-top: 1em;
    padding-bottom: 1em
}

.attributes_ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.filters_left.active .attributes_ul {
    max-height: calc(100vh - 70px);
    overflow: auto;
    width: 100%;
    padding: 1em
}

.attributes_ul>li {
    margin-bottom: 25px
}

.attributes_ul__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    font-family: Arimo, sans-serif;
    border-bottom: 1px solid #BABABA;
    padding-bottom: 12px;
}

.attributes_ul__title a {
    color: #383838;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.attributes_ul__title a svg {
    margin-left: 10px;
    transform: rotate(180deg);
    transition: 0.2 all linear;
}

.attributes_ul__title a.collapsedMenu svg {
    transform: rotate(0);
}

.attributes_values_ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
    transition: all .275s ease
}

.attributes_values_ul.minimized {
    max-height: 384px;
    overflow: auto;
    transition: all .275s ease
}

/* width */
.attributes_values_ul.minimized::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.attributes_values_ul.minimized::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

/* Handle */
.attributes_values_ul.minimized::-webkit-scrollbar-thumb {
    background: #BABABA;
    border-radius: 4px;
}

/* Handle on hover */
.attributes_values_ul.minimized::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.attributes_values_ul>li.enabled {
    order: 1
}

.attributes_values_ul>li.disabled {
    order: 2
}

.attributes_values_ul>li.disabled a {
    cursor: default
}

.attributes_values_ul>li {
    margin: 1px 0;
    align-items: left !important
}

.attributes_values_ul__value,
.attributes_values_ul__available,
.attributes_values_ul__brands {
    font-size: 14px;
    line-height: 24px;
    vertical-align: middle;
    position: relative;
    color: #212529;
    display: block;
    padding: 3px 8px 3px 42px;
    cursor: pointer;
    border-radius: 3px;
    transition: all .2s ease;
}

.attributes_values_ul__value::before,
.attributes_values_ul__available::before,
.attributes_values_ul__brands::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #bababa;
    transform: rotate(0) translate(-50%, -50%);
    border-radius: 3px;
    transition: all .2s ease
}

.attributes_values_ul__value.active::before,
.attributes_values_ul__available.active:before,
.attributes_values_ul__brands.active:before {
    border-radius: 0;
    position: absolute;
    background-image: url("data:image/svg+xml,%3csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.5303 0.96967C13.8232 1.26256 13.8232 1.73744 13.5303 2.03033L5.28033 10.2803C4.98744 10.5732 4.51256 10.5732 4.21967 10.2803L0.46967 6.53033C0.176777 6.23744 0.176777 5.76256 0.46967 5.46967C0.762563 5.17678 1.23744 5.17678 1.53033 5.46967L4.75 8.68934L12.4697 0.96967C12.7626 0.676777 13.2374 0.676777 13.5303 0.96967Z' fill='white'/%3e%3c/svg%3e");
    background-size: 50%;
    background-repeat: no-repeat;
    background-color: #F8B532;
    background-position: center center;
    border-radius: 4px;
    border: 0;
}

.attributes_values_ul__value,
.attributes_values_ul__available,
.attributes_values_ul__brands {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.attributes_values_ul__value span,
.attributes_values_ul__available span,
.attributes_values_ul__brands span {
    color: #828282;
    margin-right: 5px;
}
.attributes_values_ul > li {
    order: 1;
}
.attributes_values_ul > li.active {
    order: 0;
}
.filters_area__text {
    display: none;
    order: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-right: 12px;
    font-family: Arimo, sans-serif;
    padding-top: 5px;
}

.sort-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-family: Arimo, sans-serif
}

.filters_area__checked~.filters_area__text {
    display: flex;
    cursor: default
}

.filters_area__checked {
    display: flex;
    order: 1;
    cursor: pointer;
    border-radius: 3px;
    font-size: 14px;
    line-height: 24px;
    padding: 2px 8px;
    margin-right: 20px;
    margin-bottom: 10px;
    position: relative;
    align-items: center;
}

.filters_area__checked::after {
    content: "+";
    display: block;
    font-size: 25px;
    line-height: 27px;
    color: #383838;
    transition: all .2s ease;
    transform: rotate(135deg);
    margin-left: 5px;
    margin-right: 0;
}

#grey_bg,
.bg_gray {
    background: rgba(0, 0, 0, .66);
    position: fixed
}

.filters_area__checked:hover::after {
    transform: rotate(135deg);
    font-size: 25px
}

#grey_bg {
    left: 0;
    display: none;
    top: 0;
    width: 100%;
    z-index: 10
}

#reg_div_modal {
    display: none;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    padding: 50px 16px;
    left: 0;
    z-index: 100;
    top: 4em;
    margin: 1em;
    right: 0
}

.reg_div_modal__title {
    font-size: 23px;
    line-height: 27px;
    text-transform: uppercase;
    text-align: left
}

.reg_div_modal__black_buttons a,
a.black_button {
    font-family: Raleway, sans-serif;
    font-size: 11px;
    line-height: 13px;
    font-weight: 800;
    align-items: center;
    border-radius: 3px;
    text-transform: uppercase
}

.article_dopinfo_ico span,
.article_more,
.article_slider_slide,
.cart_all_cost,
.cart_pages,
.cart_title,
.order_title,
.phone_ul,
.reg_div_modal__black_buttons a,
.rpager .page-link,
.success_message,
a.black_button,
input.i_btn_main {
    text-align: center
}

.reg_div_modal__black_buttons {
    margin: 72px auto
}

.reg_div_modal__black_buttons a {
    display: flex;
    letter-spacing: .02em;
    background: #fff;
    padding: 16px 0;
    justify-content: center;
    color: #000
}

#cart_modal,
#order_modal,
.authorization,
.bg_gray,
.reg_form .ur {
    display: none
}

.reg_div_modal__black_buttons a:first-child {
    margin-right: 16px
}

@media (min-device-width:64em) {
    #reg_div_modal {
        margin: 2em auto auto;
        width: 480px;
        padding: 50px;
        left: 50%;
        transform: translateX(-50%);
        right: inherit
    }

    .reg_div_modal__black_buttons a {
        font-size: 14px;
        line-height: 16px
    }

    .reg_div_modal__black_buttons a:first-child {
        margin-right: 29px
    }
}

.reg_div_modal__black_buttons a.selected {
    background-color: #000;
    color: #fff
}

.reg_docs_title {
    padding: 40px 0 16px;
    font-weight: 800;
    font-size: 16px;
    line-height: 32px
}

.reg_docs a {
    color: #bababa;
    background-image: url(/img/reg_docs.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    font-size: 14px;
    line-height: 16px;
    position: relative
}

.reg_docs a.uploaded {
    background-image: url(/img/reg_docs_uploaded.png);
    color: #2e2e2e
}

.reg_docs a.uploaded::after {
    content: "+";
    position: absolute;
    right: -8px;
    top: 8px;
    transform: translate(-50%, -50%) rotate(0);
    font-size: 1px;
    line-height: 1px;
    color: #bababa;
    transition: all .2s ease
}

.reg_docs a.uploaded:hover::after {
    transform: rotate(135deg) translate(-50%, -50%);
    font-size: 18px
}

.agreement {
    font-size: 14px;
    line-height: 16px;
    margin-top: 35px;
    position: relative;
    padding-left: 20px;
    cursor: pointer
}

.agreement a {
    color: #2e2e2e;
    font-weight: 600;
    position: relative
}

.agreement a::after {
    position: absolute;
    border-bottom: 1px dashed #2e2e2e;
    bottom: -8px;
    width: 100%;
    left: 0;
    content: ""
}

.agreement::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 6px;
    width: 12px;
    height: 12px;
    border: 1px solid #bababa;
    transform: rotate(0) translate(-50%, -50%);
    border-radius: 3px;
    transition: all .2s ease
}

.agreement.active::before {
    border-radius: 0;
    position: absolute;
    left: 6px;
    top: 7px;
    width: 5px;
    height: 7px;
    border-bottom: 1px solid #383838;
    border-right: 1px solid #383838;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) translate(-50%, -50%)
}

.reg_form .i_btn_main {
    height: 64px;
    margin-top: 32px
}

.form input {
    background: #f5f5f5;
    border-radius: 3px;
    margin-top: 16px;
    border: 0;
    line-height: 40px;
    width: 100%;
    padding: 0 12px;
    font-size: 14px;
    display: inline-block
}

.article_dopinfo,
.cart_all_cost_overall,
.item_in_cart {
    border-top: 1px solid #f5f5f5
}

input.i_btn_main {
    background: #f8b532;
    border-radius: 3px;
    display: flex;
    height: 40px;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 800;
    font-size: 14px;
    line-height: 29px;
    letter-spacing: .04em;
    cursor: pointer;
    color: #fff
}

input.i_btn_main:hover {
    background-color: #2e2e2e;
    cursor: pointer
}

#cabinet-settings p {
    margin-bottom: 57px;
    font-size: 16px;
    line-height: 32px;
    color: #2e2e2e
}

a.black_button {
    letter-spacing: .02em;
    background: #fff;
    padding: 16px 0;
    justify-content: center;
    color: #000;
    width: 100%
}

.article_more,
.article_title,
.cart__left_outside,
.cart__price_item_all_title,
.cart_title,
.page_h1 {
    font-family: Raleway
}

a.black_button.active {
    background-color: #000;
    color: #fff
}

#cart_modal,
#order_modal {
    position: absolute;
    height: auto;
    background-color: #fff;
    z-index: 11;
    width: 100%;
    top: 40px
        /*! font-family: Raleway; */
}

#cart_modal.active,
#order_modal.active {
    display: block
}

.bg_gray {
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 3
}

#cart_modal.active~.bg_gray,
#order_modal.active~.bg_gray {
    display: block
}

.cart_title {
    font-weight: 800;
    font-size: 14px;
    color: #2e2e2e;
    line-height: 24px;
    letter-spacing: .06em;
    text-transform: uppercase
}

.cart_modal_overall {
    padding: 35px 0 0;
    width: 100%
}

.order_title {
    font-size: 10px;
    line-height: 11px;
    letter-spacing: .02em;
    color: #bababa
}

.item_cart_del {
    position: absolute;
    right: 16px;
    color: #bababa;
    cursor: pointer
}

.item_in_cart {
    margin-top: 32px;
    justify-content: flex-end
        /*! position: relative; */
}

.cart__left_outside {
    position: absolute;
    left: 16px;
    width: 100%;
    font-weight: 800;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    padding-top: .5em;
    max-width: 25%
}

.cart__item_title,
.cart__item_type {
    line-height: 23px;
    font-size: 16px
}

.item_in_cart .col-9 {
    position: initial;
    margin-top: 34px
}

.cart__item_title {
    font-weight: 700
}

.cart__item_count_x {
    display: inline-flex;
    cursor: pointer;
    border-bottom: 1px dashed #2e2e2e
}

.cart__price_oneitem {
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: .02em
}

.cart__diller_price_info {
    color: #bababa;
    font-size: 10px;
    line-height: 18px;
    font-weight: 400
}

.cart__price_item_all_title {
    font-weight: 800;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: .02em
}

.cart__price_item_all_p {
    font-weight: 700;
    font-size: 23px;
    letter-spacing: .02em
}

.cart_all_cost_overall {
    margin-top: 60px
}

.cart_all_cost {
    letter-spacing: .02em
}

.cart_all_cost_title {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase
}

.cart_all_cost_price {
    font-weight: 700;
    font-size: 34px;
    line-height: 61px
}

.cart_all_cost_info {
    font-size: 10px;
    line-height: 18px;
    color: #bababa
}

.cart_pages {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: .02em;
    color: #bababa;
    margin-top: 58px
}

.cart_slider {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: flex-start
}

.cart_slide {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    height: 0;
    transition: all .275s ease
}

.cart_slider.step_2 .cart_slide {
    transform: translateX(-100%)
}

.cart_slider.step_3 .cart_slide {
    transform: translateX(-200%)
}

.cart_slider.step_1 .cart_p1,
.cart_slider.step_2 .cart_p2,
.cart_slider.step_3 .cart_p3 {
    height: auto
}

.form input.order_compred,
.form input.order_compred_new {
    background-image: url(/img/pdf.svg);
    background-position: 10px 50%;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: 400
}

.order_compred {
    background-color: #F4F4F4;
    text-transform: uppercase;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.order_compred:hover,
.order_compred:focus,
.order_compred:active {
    text-decoration: none;
    color: #000;
    background-color: #d6d6d6;
}

.order_compred img {
    margin-right: 10px;
}

.order_pdf_generate .menu_top_line_bg,
.order_pdf_generate footer {
    display: none
}

@media (min-device-width:64em) {

    .cart_all_cost,
    .cart_title,
    .order_title {
        text-align: left
    }

    #cart_modal,
    #order_modal {
        width: 100%;
        border-radius: 5px;
        max-width: 1003px;
        position: absolute;
        left: 50%;
        transform: translate(-50%)
    }

    .cart_modal_overall {
        padding: 58px 32px
    }

    .cart_md_title {
        font-family: Raleway;
        font-style: normal;
        font-weight: 800;
        font-size: 10px;
        line-height: 15px;
        text-transform: uppercase;
        margin-top: 70px
    }

    .cart__left_outside {
        display: none
    }

    .item_in_cart {
        justify-content: flex-start;
        border-top: 1px solid #f5f5f5;
        margin-top: 36px
    }

    .cart_title {
        font-size: 23px;
        line-height: 27px;
        letter-spacing: .02em
    }

    .order_title {
        margin-top: 16px
    }

    .item_cart_del {
        right: 58px;
        font-size: 24px
    }
}

.page_h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 70px 0
}

.articles_hes {
    display: flex;
    flex-direction: column;
    background: rgba(245, 245, 245, .4);
    position: -webkit-sticky;
    position: sticky;
    top: 1em
}

h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    cursor: pointer
}

.articles_hes a {
    padding: 8px 11px 8px 25px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: .02em;
    color: #000;
    position: relative
}

.articles_hes a:hover {
    font-weight: 700
}

.articles_hes a::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 0;
    left: 0;
    top: 0;
    background-color: #f8b532;
    transition: height ease 170ms
}

.articles_hes a.active::before {
    height: 100%
}

.tabs_lines {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
    grid-gap: 1rem;
    margin-bottom: 2rem
}

.tabs_lines a {
    display: flex;
    background-color: #fdeccc;
    color: #383838;
    font-weight: 700;
    font-size: 14px;
    line-height: 170.19%;
    text-transform: uppercase;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 3px
}

.article_block,
.article_list_block {
    flex-direction: column;
    display: flex
}

.tabs_lines a.active,
.tabs_lines a:hover {
    background-color: #f8b532;
    color: #000
}

.articles_list {
    height: auto;
    display: grid;
    grid-gap: 2rem 2rem;
    grid-template-columns: repeat(auto-fit, minmax(256px, 346px))
}

@media (min-width: 992px) and (max-width: 1199px) {
    .articles_list {
        grid-template-columns: repeat(auto-fit, minmax(256px, 288px))
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .articles_list {
        grid-template-columns: repeat(auto-fit, minmax(256px, 328px))
    }
}

@media (max-width: 767px) {
    .articles_list {
        grid-template-columns: 100%
    }
}

.article_list_block {
    justify-content: flex-start;
    padding-bottom: 16px
}

.article_list_img_block {
    position: relative;
    height: 0;
    padding-top: calc(264/310 * 100%);
    overflow: hidden;
    margin-bottom: 13px
}

.article_list_date,
.article_list_title {
    letter-spacing: .02em;
    margin-bottom: 16px;
    padding: 0 0
}

.article_list_img {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: auto;
    transform: translateX(-50%)
}

.article_list_date {
    font-size: 14px;
    line-height: 18px;
    color: #bababa
}

.article_list_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #2e2e2e
}

.article_list_img_block .article_list_tags {
    padding: 0 16px;
    margin-top: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    left: -5px;
    bottom: 10px;
    z-index: 1;
}

.article_list_tags a {
    background-color: #fdeccc;
    border-radius: 3px;
    font-size: 12px;
    line-height: 22px;
    color: #383838;
    margin-right: 8px;
    display: inline-flex;
    padding: 0 8px
}

.article_img,
.article_more {
    background: #f8b532;
    border-radius: 3px
}

.article_title {
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 21px
}

.article-block .textpage_text img {
    width: 100% !important;
    height: auto;
    max-width: 100%
}

.article_img {
    margin-bottom: 32px
}

.article_block {
    margin-bottom: 66px
}

.article_body,
.article_dopinfo {
    flex-direction: column;
    display: flex
}

.article_short_text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px
}

.article_more {
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 29px;
    display: flex;
    align-items: center;
    letter-spacing: .04em;
    justify-content: center;
    color: #fff !important;
    text-transform: uppercase;
    height: 64px;
    cursor: pointer
}

.article_short_text p:last-of-type {
    margin: 0
}

.news_main_photo_block {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: calc(578/1170 * 100%);
    margin: 32px 0 46px
}

.news_main_photo {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    max-width: 100%
}

.news_main_photo_block_data {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    color: #fff;
    text-align: left;
    transform: translate(0, -50%);
    padding: 0 16px
}

.news_main_photo_block h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2em;
    text-align: left;
    letter-spacing: .02em;
    margin: 0;
    padding: 0
}

.news_main_photo_block::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, #000 -3.09%, rgba(0, 0, 0, .17) 65.05%, rgba(0, 0, 0, 0) 82.82%);
    background-blend-mode: darken
}

.article-block .lead {
    font-size: 20px;
    line-height: 24px;
    font-style: italic;
    font-weight: 400
}

.article_dopinfo {
    box-sizing: border-box;
    border-bottom: 1px solid #bababa;
    margin: 0 -15px 20px;
    padding: 1em 1em 0
}

.article_dopinfo_block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1em
}

.article_dopinfo_ico {
    width: 56px;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    align-items: center
}

.article_dopinfo_ico .art_ico {
    width: 16px;
    height: 16px;
    margin-bottom: 3px;
    background-color: #2e2e2e
}

.article_dopinfo_ico .article_author {
    -webkit-mask-image: url(/img/article_author.svg);
    mask-image: url(/img/article_author.svg)
}

.article_dopinfo_ico .article_date {
    -webkit-mask-image: url(/img/article_date.svg);
    mask-image: url(/img/article_date.svg)
}

.article_dopinfo_ico .article_views {
    -webkit-mask-image: url(/img/article_views.svg);
    mask-image: url(/img/article_views.svg)
}

.article_dopinfo_ico span {
    font-weight: 600;
    font-size: 8px;
    line-height: 9px;
    letter-spacing: .04em;
    font-family: Raleway, sans-serif
}

.article_dopinfo_values {
    font-size: 14px;
    line-height: 16px
}

.news_main_photo_block .article_dopinfo,
.news_main_photo_block .lead {
    display: none
}

@media (min-device-width:48em) {
    .news_main_photo_block h1 {
        font-size: 2em
    }

    .article-block .article_dopinfo {
        display: none
    }

    .news_main_photo_block .article_dopinfo {
        display: flex;
        position: absolute;
        bottom: 0;
        flex-direction: row;
        width: 100%;
        justify-content: space-evenly;
        color: #fff;
        z-index: 1;
        border: 0;
        margin: 0 0 16px;
        padding: 0
    }

    .article_dopinfo_block {
        margin-bottom: 0
    }

    .article_dopinfo_ico .art_ico {
        background-color: #fff
    }
}

@media (min-device-width:62em) {
    .article-block .lead {
        display: none
    }

    .news_main_photo_block_data {
        top: initial;
        bottom: 80px;
        transform: translate(0);
        padding: 0 42px
    }

    .news_main_photo_block .article_dopinfo {
        margin-left: 26px
    }

    .news_main_photo_block .lead {
        font-size: 18px;
        line-height: 132.24%;
        margin-top: 20px;
        font-weight: 400;
        display: block
    }
}

@media (min-device-width:75em) {
    .news_main_photo_block .article_dopinfo {
        width: 60%;
        justify-content: space-between
    }
}

@media (min-device-width:64em) {
    .article_block {
        flex-direction: row
    }

    .article_img_block {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 100%;
        overflow: hidden
    }

    .article_img {
        width: 100%;
        margin: 0
    }

    .article_body {
        display: block
    }

    .article_title {
        font-weight: 600;
        font-size: 22px;
        line-height: 30px
    }

    .article_more {
        width: 200px;
        display: inline-flex;
        height: 40px;
        font-family: Raleway;
        font-style: normal;
        font-size: 10px;
        line-height: 20px;
        align-items: center;
        text-align: center;
        letter-spacing: .06em
    }
}

.article_slider_slide img {
    max-height: 200px;
    width: auto;
    max-width: 100%;
    display: inline-block
}

.search_pic,
.user_pic {
    cursor: pointer
}

.search_overall {
    position: absolute;
    left: 1em;
    right: 1em;
    transform: translateY(-100%);
    transition: all .275s ease;
    opacity: 0;
    z-index: -1
}

.search_overall.active {
    transform: translateY(0);
    opacity: 1;
    z-index: 1
}

.phone_div {
    position: relative;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 .5em
}

.phone_div:hover {
    background-color: #383838;
    cursor: pointer;
    border-radius: 6px
}

.phone_div.active {
    background-color: #f8b532;
    color: #2e2e2e;
    border-radius: 3px 3px 0 0
}

.phone_div.active i {
    color: #2e2e2e
}

.phone_ul {
    display: none;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    border: 1px solid #f5f5f5;
    z-index: 100;
    top: 48px;
    position: absolute;
    cursor: default;
    width: 100%;
    left: 0
}

.phone_div.active .phone_ul {
    display: block
}

.phone_ul ul {
    margin: 0;
    padding: .5em 0;
    list-style: none
}

.phone_ul li {
    text-transform: uppercase;
    color: #bababa;
    line-height: 3em
}

.phone_ul li a {
    color: #2e2e2e
}

.phone_ul li a:hover {
    color: #f8b532
}

.rpager .page-link {
    border: none;
    line-height: 32px;
    padding: 0;
    height: 32px;
    min-width: 32px;
    border-radius: 3px;
    margin: 2px;
    font-size: 14px;
    color: #2e2e2e
}

.rpager .page-item.active .page-link {
    background-color: #fdeccc;
    color: #2e2e2e
}

.attributes_values_ul_collapse {
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .03em;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 16px;
}

.h2-title,
.i_btn_video {
    letter-spacing: .04em;
    text-align: center
}

.attributes_values_ul_collapse::after {
    display: block;
    width: 12px;
    height: 12px;
    transform-origin: center center;
    content: '';
    text-align: center;
    font-family: "Font Awesome 5 Pro";
    transition: all .275s ease;
    margin-right: .5em;
    background-image: url(/img/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-left: 5px;
}

.accordion .card .card-header.active:after,
.attributes_values_ul.unminimized+.attributes_values_ul_collapse::after {
    transform: rotate(180deg)
}

.attributes_values_ul_collapse span {
    display: none;
    cursor: pointer
}

.attributes_values_ul.minimized+.attributes_values_ul_collapse .roll_down,
.attributes_values_ul.unminimized+.attributes_values_ul_collapse .roll_up {
    display: block
}

/*.bordered_img {
    border: 6px solid #fdeccc
}*/

.item_photos_over {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start
}

.product-slider {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.product-slider .slick-slide {
    opacity: .7
}

.product-slider-container {
    width: 40px;
    margin-right: 8px;
    position: relative;
}

#product-slider-for-page .discount-label,
#product-slider-for-page .product-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #D20F0F;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    z-index: 10;
    white-space: nowrap;
}

@media (max-width: 767px) {

    #product-slider-for-page .discount-label,
    #product-slider-for-page .product-label {
        left: 75px;
    }
}

@media (min-device-width:48em) {
    .product-slider-container {
        width: 100px;
        margin-right: 30px
    }
}

.slick-arrow,
.slick-arrow:focus {
    background: rgba(255, 255, 255, .9);
    border-radius: 3px
}

.product-slider .slick-next.slick-arrow,
.product-slider .slick-prev.slick-arrow {
    background: 0 0;
    right: inherit;
    width: 24px;
    transform: rotate(0deg);
    position: relative
}

.product-slider .slick-next.slick-arrow,
.product-slider .slick-prev.slick-arrow {
    left: inherit
}

.product-slider .slick-next::before,
.product-slider .slick-prev::before {
    content: "";
    background-image: url(/img/slider_arrow_d.png);
    width: 20px;
    height: 20px;
    opacity: .5;
    background-repeat: no-repeat;
    background-position: 50%
}

#product-slider-modal .slick-slide.slick-current {
    opacity: 1
}

button.close {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url(/img/close_btn.png);
    mask-image: url(/img/close_btn.png);
    position: absolute;
    right: 20px;
    -webkit-mask-size: cover;
    mask-size: cover;
    top: 20px;
    background-color: #000;
    mask-repeat: no-repeat;
    mask-position: center center;
    opacity: 1
}

@media (min-device-width:48em) {
    button.close {
        width: 32px;
        height: 32px
    }
}

* {
    outline: 0 !important
}

.uppercase {
    text-transform: uppercase
}

.i_btn_video {
    background: #f8b532;
    display: inline-block;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 30px;
    font-weight: 800;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    font-size: 14px
}

.i_btn_video:hover {
    background-color: #2e2e2e;
    color: #fff
}

.modal .product-slider-for img {
    max-height: 65vh;
    height: auto;
    max-width: 100%;
    margin: 0 auto
}

.modal .product-slider-for-container {
    margin-bottom: 20px;
    height: 100%
}

.slick-hovered-item {
    opacity: 1 !important
}

@media (max-width:575px) {
    .modal .product-slider-for img {
        height: auto;
        width: 100%
    }
}

#product-slider-for-page {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: calc(750/930 * 100%);
    margin-bottom: 30px
}

#product-slider-for-page .slick-list {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto
}

.slick-initialized .slick-slide {
    display: flex;
    justify-content: center
}

.reviews_title {
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 35px
}

.gr_countall,
.gr_date,
.gr_name,
.gr_rate {
    line-height: 133.86%;
    letter-spacing: .015em
}

.reviews {
    padding-top: 72px;
    font-family: 'Roboto', sans-serif;
}

.reviews_stats {
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto 35px
}

.gr_rate {
    font-style: normal;
    font-weight: 700;
    font-size: 18px
}

.gr_countall {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #85858b
}

.gr_block {
    padding: 26px;
    display: flex;
    flex-direction: column
}

.gr_name {
    font-size: 19px
}

.gr_head {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px
}

.gr_5stars {
    height: 20px;
    width: 130px;
    -webkit-mask-image: url(/img/gr_5stars.svg);
    mask-image: url(/img/gr_5stars.svg);
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: linear-gradient(90deg, #ffb400 50%, #ffd778 50%, rgb(203, 203, 203, 1) 38%)
}

.gr_head_ava {
    margin-right: 20px
}

.gr_head_info {
    text-align: left
}

.gr_date {
    font-size: 15px;
    color: #85858b
}

.gr_text {
    font-size: 24px;
    line-height: 142.36%;
    max-height: 8.5em;
    overflow: hidden
}

.gr_link {
    font-size: 21px;
    line-height: 133.86%;
    color: #85858b;
    margin-top: 6px
}

.reviews a.i_btn_main {
    margin: 72px auto 0;
    max-width: 220px
}

@media (max-width: 991px) {
    .reviews a.i_btn_main {
        max-width: 220px;
    }
}

.item_in_catalog_bottom__price {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 134.54%;
    letter-spacing: .02em;
    font-feature-settings: 'pnum' on, 'lnum' on;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px
}

.item_in_catalog_bottom__price.item_in_catalog_bottom__price-available {
    justify-content: space-between;
}

.item_in_catalog_bottom__price.item_in_catalog_bottom__price-available .red {
    color: red;
}

.item_in_catalog_bottom__price.item_in_catalog_bottom__price-available .green {
    color: rgb(37, 168, 30);
}

.item_in_catalog_bottom__price strike {
    font-weight: 400;
    font-size: 16px;
}

.discount-price {
    margin-left: 10px;
    font-size: 18px;
    color: #D20F0F;
}

.item_in_catalog_bottom__price strike font,
.discount-price font,
.item_in_catalog_bottom__price font {
    font-size: 14px;
}

.item_in_catalog_bottom {
    display: flex;
    flex-direction: column
}

.item_available {
    margin-top: 15px;
    align-self: center;
}

.item_available .red {
    color: red;
}

.item_available .green {
    color: rgb(37, 168, 30);
}

.item_in_catalog_bottom__button,
.button404,
.button404-grey {
    background: #f8b532;
    border-radius: 3px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .02em;
    cursor: pointer;
    color: #2e2e2e
}

.button404-grey {
    background: #fff;
    color: #383838;
    border: 2px solid #f8b532;
}

.item_in_catalog_bottom__button:hover,
.button404:hover {
    background: #ffc554;
    color: #2e2e2e
}

.button404-grey:hover,
.button404-grey:active {
    background: #ffc554;
    color: #2e2e2e
}

.item_in_catalog_bottom__button:active,
.button404:active {
    background: #f8a80b;
    color: #2e2e2e
}

.item_in_catalog_bottom__button.not-in-stock {
    background-color: #9b9b9b;
}

.accordion .card {
    border: none;
    margin-bottom: 20px;
    border-radius: 0
}

.accordion .card .card-header {
    border: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #2e2e2e;
    padding: 14px 43px;
    position: relative;
    border-radius: 0;
    background-color: #f3f3f3;
    transition: background-color .2s
}

.accordion .card .card-header:hover {
    background-color: rgba(248, 181, 50, .25)
}

.accordion .card .card-header.active {
    background-color: #f8b532
}

.accordion .card .card-header:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 15px;
    text-align: center;
    float: right;
    width: 1em;
    height: 20px;
    background: url(/img/chevron-down.svg) center no-repeat
}

.accordion .card .card-body {
    min-height: 136px;
    background: #f5f5f5;
    font-size: 16px;
    line-height: 24px;
    color: #2e2e2e
}

.h2-title {
    font-weight: 800;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #383838;
    margin-bottom: 50px
}

.infogr-num {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #f8b532;
    left: 2px;
    top: 15px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    font-size: 18px
}

.infogr-txt {
    position: relative;
    padding-left: 42px;
    padding-top: 15px
}

.h4-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #2e2e2e;
    margin-bottom: 20px
}

.comment-block input[type=email],
.comment-block input[type=tel],
.comment-block input[type=text],
.comment-block textarea {
    background: #f5f5f5;
    border-radius: 3px;
    font-size: 16px;
    border: 1px solid #f5f5f5;
    height: 40px
}

.comment-block textarea {
    height: 96px
}

.comment-block input[type=submit] {
    background: #f8b532;
    border-radius: 3px;
    color: #2E2E2E;
    display: block;
    width: 370px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0;
    border: none;
    max-width: 100%
}

.comment-block input[type=submit]:hover {
    background-color: #2e2e2e;
    color: #fff;
    border: none
}

.comment-block input[type=submit]:active,
.comment-block input[type=submit]:focus {
    color: #fff;
    box-shadow: none;
}

.comment-block .rating {
    border: none
}

.comment-block .rating__star {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    height: 15px;
    cursor: pointer;
    font-size: inherit;
    background-repeat: repeat-x
}

.comment-block .rating__star:focus {
    outline: 0
}

.comment-block .rating__star:nth-of-type(1) {
    width: 18px;
    z-index: 6
}

.comment-block .rating__star:nth-of-type(2) {
    width: 38px;
    z-index: 5
}

.comment-block .rating__star:nth-of-type(3) {
    width: 57px;
    z-index: 4
}

.comment-block .rating__star:nth-of-type(4) {
    width: 76px;
    z-index: 3
}

.comment-block .rating__star:nth-of-type(5) {
    width: 94px;
    z-index: 2
}

.comment-block .rating__star:checked,
.comment-block .rating__star:hover {
    background-image: url(/img/star11.svg);
    background-repeat: repeat-x
}

.comment-block .rating__group,
.comment-block .rating__star:hover~.rating__star,
.rating-passive-bg {
    background-image: url(/img/star00.svg)
}

.comment-block .rating__group {
    position: relative;
    width: 94px;
    height: 15px;
    background-size: 94px;
    display: inline-block
}

.comment-block .rating__info {
    display: inline-block;
    width: 100px
}

.rating-passive {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 20px
}

.rating-passive-bg {
    width: 94px;
    height: 17px;
    background-repeat: repeat-x;
    background-position: left center;
    margin-left: 5px;
    margin-right: 5px
}

.rating-passive-stars-1,
.rating-passive-stars-2,
.rating-passive-stars-3,
.rating-passive-stars-4,
.rating-passive-stars-5 {
    height: 100%;
    background-image: url(/img/star11.svg);
    background-repeat: repeat-x;
    background-position: left center
}

.rating-passive-stars-1 {
    width: 18px
}

.rating-passive-stars-2 {
    width: 38px
}

.rating-passive-stars-3 {
    width: 57px
}

.rating-passive-stars-4 {
    width: 76px
}

.rating-passive-stars-5 {
    width: 94px
}

.comment-text {
    margin: 12px 0;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 3px
}

.comment-text .text {
    margin-bottom: 10px
}

.comment-text .comment-date {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px
}

.comment-group .comment-author {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px
}

.comment-group {
    margin-bottom: 50px
}

.comment-group-ansver {
    margin-left: 60px;
    margin-top: -20px
}

.hidden {
    display: none
}

@media(max-width:575px) {
    .textpage_text table {
        width: 100% !important
    }
}

body.modal-open {
    overflow: hidden
}

body.ios-chrome .filters_left.active .attributes_ul {
    max-height: calc(100vh - 170px)
}

.checkout_product_item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.checkout_product_item_image {
    flex: 0 0 30%;
    padding: 15px 15px 15px 0;
}

.checkout_product_item_desc {
    flex: 0 0 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.checkout_product_item_price,
.checkout_product_item_title {
    font-weight: 700;
    font-size: 14px;
}

.checkout_product_item_price span {
    display: block;
    font-size: 10px;
    font-weight: 400;
}

.checkout_product_item_price_all_block {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    font-size: 14px;
}

.checkout_product_item_qty_title,
.checkout_product_item_qty,
.checkout_product_item_price_all_title,
.checkout_product_item_price_all {
    flex: 0 0 50%;
}

.checkout_product_item_qty,
.checkout_product_item_price_all {
    text-align: right;
    font-weight: 700;
}

.checkout_product_item_order {
    display: flex;
    align-items: center;
}

.item_in_cart {
    flex-wrap: nowrap;
    align-items: center;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
}

.item_in_cart span {
    display: none;
    font-size: 12px;
}

.item_in_cart>div {
    padding: 0 15px;
}

.item_in_cart_image {
    flex: 0 0 100px;
}

.item_in_cart_delete {
    flex: 0 0 40px;
    cursor: pointer;
}

.item_in_cart_title {
    flex: 1 1 auto;
    font-weight: 700;
}

.item_in_cart_price,
.item_in_cart_price_total {
    flex: 0 0 120px;
    text-align: center;
}

.item_in_cart_qty {
    flex: 0 0 75px;
    text-align: center;
}

.item_in_cart_header {
    font-size: 12px;
    font-weight: 700;
}

.cart_all_cost_overall {
    margin-top: 0;
}

.cart_all_cost {
    margin-top: 15px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.cart_all_cost>div {
    flex: 0 0 50%;
}

.cart_all_cost_price {
    font-size: 20px;
    text-align: right;
}

.cart_all_cost_title {
    text-align: left;
}

.checkout_products_block_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 700;
}

.checkout_products_block .cart_pages {
    margin-top: 0;
    margin-bottom: 0;
    height: 32px;
    color: #FFF;
    background-color: #F8B532;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}

.checkout_products_block .cart_pages:hover {
    background-color: #2e2e2e;
}

@media (max-width: 767px) {
    .item_in_cart span {
        display: block;
    }

    .item_in_cart {
        display: grid;
        grid-template-areas:
            'image title title delete'
            'price qty total total'
        ;
        margin-left: 0;
        margin-right: 0;
        gap: 10px;
    }

    .item_in_cart_header {
        display: none;
    }

    .item_in_cart>div {
        padding: 0;
    }

    .item_in_cart_title {
        grid-area: title;
        font-size: 14px;
        line-height: 14px;
    }

    .item_in_cart_qty {
        grid-area: qty;
    }

    .item_in_cart_price {
        grid-area: price;
    }

    .item_in_cart_price_total {
        grid-area: total;
    }

    .item_in_cart_delete {
        grid-area: delete;
    }

    .item_in_cart_image {
        grid-area: image;
    }
}

.reg_form {
    font-size: 14px;
}

.form_user_type label,
.checkout_shipping_block label,
.checkout_payment_block label {
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.form_user_type input,
.checkout_shipping_block input,
.checkout_payment_block input {
    width: auto;
    margin-right: 5px;
    margin-top: 0;
    margin-bottom: 0;
}

.checkout_payment_block span.message {
    display: none;
    color: #828282;
    padding-left: 20px;
    font-size: 13px;
}

.reg_form .h6 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
}

#order_modal .reg_form .h6 {
    margin-top: 0;
}

#order_modal .reg_form .i_btn_main,
#cart_modal .reg_form .i_btn_main {
    margin-top: 16px;
}

#order_modal .agreement,
#cart_modal .agreement {
    margin-top: 16px;
}

#order_modal .cart_title {
    margin-bottom: 20px;
}

#order_modal .cart_modal_overall {
    padding: 58px 32px;
}

@media (max-width: 767px) {
    #order_modal .cart_modal_overall {
        padding: 32px 0;
    }

    .order_new_form>.row>div:first-child,
    #cart_modal .order_compred_form>.row>div:first-child {
        order: 2
    }

    .order_new_form>.row>div:last-child,
    #cart_modal .order_compred_form>.row>div:last-child {
        order: 1;
        margin-bottom: 32px;
    }
}

.phone_div_mobile {
    height: inherit;
    background-color: #383838;
    padding: 0;
}

.phone_div_mobile .phone_div_onoff,
.basket_pic,
.menu_pic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
}

@media (max-width: 1199px) {

    .basket_pic,
    .menu_pic {
        background-color: #383838;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .menu_pic {
        display: none;
    }
}

.phone_div_mobile picture {
    width: 20px;
}

.phone_div_mobile.active {
    background-color: #383838;
}

.phone_div_mobile.active .phone_ul {
    width: 200px;
    right: 0;
    left: auto;
    top: 60px;
    box-shadow: 2px 2px 5px #bbbbbb;
}

.phone_div_mobile .phone_ul li {
    line-height: 2em;
}

.phone_div_mobile.active .phone_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 300px;
    background-color: #2E2E2E;
    color: #F8B532;
    box-shadow: none;
    border: 0;
    padding: 15px;
    margin: 0;
}

.phone_div_mobile.active .phone_ul>ul {
    margin: 0;
    padding: 0;
}

.phone_div_mobile.active .phone_ul a {
    font-family: Arimo, sans-serif;
    color: #F8B532;
    font-size: 14px;
    font-weight: 700;
}

.phone_div_mobile .phone_ul li {
    line-height: 20px;
}

.phone_ul_icons_mobile>a:first-child {
    margin-right: 10px;
}

@media (max-width: 575px) {
    .textpage_text h2 {
        font-size: 1.5em;
    }

    .catalog_dd {
        width: 100%;
    }

    .phone_div_mobile.active .phone_ul {
        right: -107px;

    }

    .cart_all_discount {
        display: none;
    }

    .cart_p2 .cart_all_discount {
        display: block;
    }

    .checkout_discount_block_header_title {
        font-size: 16px;
        font-weight: 700;
    }



    .checkout_product_item_price_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 5px;
    }

    .checkout_product_item_price_box .discount-red-box {
        background-color: #D20F0F;
        color: #fff;
        border-radius: 3px;
        padding: 2px 6px;
    }

    .discount-error {
        font-size: 12px;
        color: #D20F0F;
        font-weight: 500;
        margin-top: 5px;
    }

    .checkout_product_item_price_box strike {
        font-weight: 400;
    }
}

.discount-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.discount-form>div:first-child {
    margin-right: 20px;
    flex: 1 0 auto;
}

.discount-form input {
    margin-top: 0;
    border: 1px solid #f5f5f5;
    height: 38px;
}

.discount-form input.not-valid {
    border-color: red;
}

.discount-form .btn-add-discount {
    margin-top: 0;
    margin-bottom: 0;
    height: 38px;
    color: #FFF;
    background-color: #F8B532;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    padding: 0 15px;
    cursor: pointer;
    border: 0;
}

.discount-form .btn-add-discount:hover {
    background-color: #2e2e2e;
}

@media (max-width: 575px) {
    .discount-form {
        display: flex;
        flex-direction: column;
    }

    .discount-form div:first-child {
        margin: 0 0 10px;
    }

    .discount-form div {
        width: 100%;
        flex: 0 0 100%;
    }

    .discount-form .btn-add-discount {
        width: 100%;
    }

    .checkout_product_item_price_box {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .discount-red-box {
        margin-bottom: 5px;
    }
}

.item_in_catalog_bottom_action {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item_in_catalog_bottom_action a {
    flex: 1 0 auto;
}

.item_in_catalog_bottom_action .box-installments {
    border-radius: 3px;
    height: 46px;
    width: 46px;
    flex: 0 0 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    border: 2px solid #F8B532;
    margin-left: 15px;
    text-align: center;
    padding: 2px;
    cursor: pointer;
    color: #000;
}

.box-installments-item {
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.box-installments-item svg {
    margin-right: 15px;
}

.item_installements {
    margin-top: 15px;
    text-align: right;
}

.item_installements .box-installments-item {
    font-size: 14px;
    margin: 0;
    border-radius: 2px;
    background: #F5F5F5;
    padding: 2px 8px;
    display: inline-flex;
}

.item_installements .box-installments-item svg {
    width: 16px;
    margin-right: 10px;
}

#installementsModal .modal-header,
#fuelModal .modal-header,
#oneClickModal .modal-header {
    border: 0;
}

#installementsModal h4,
#fuelModal h4,
#oneClickModal h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

#installementsModal svg,
#oneClickModal svg {
    margin-right: 10px;
}

#installementsModal .modal-dialog {
    max-width: 600px;
}

#installementsModal .modal-body,
#oneClickModal .modal-body {
    padding: 10px 50px 30px;
}

#installementsModal button.close,
#fuelModal button.close,
#oneClickModal button.close {
    top: -20px;
    right: -20px;
    background-color: #BABABA;
}

#installementsModal button.close span,
#fuelModal button.close span,
#oneClickModal button.close span {
    display: none;
}

#fuelModal .modal-header {
    padding: 0;
}

#fuelModal .modal-body {
    padding: 0;
}

#fuelModal .modal-dialog {
    max-width: 880px;
}


#fuelModal .form-control {
    background: #f5f5f5;
    border-radius: 3px;
    margin-top: 16px;
    border: 0;
    line-height: 40px;
    width: 100%;
    padding: 0 12px;
    font-size: 14px;
    display: inline-block;
}

#fuelModal .i_btn_main {
    margin-top: 16px;
    border: 0;
    width: 100%;
    color: #000;
    line-height: 16px;
}

#fuelModal .i_btn_main:hover {
    color: #fff;
}

.fuel-cta-block {
    background-color: #F8B532;
}

.fuel-cta-block h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.fuel-cta-block .i_btn_main {
    background-color: #FFFFFF;
    color: #000;
    border: 0;
    line-height: 16px;
}

.fuel-cta-block .i_btn_main:hover {
    background-color: #2e2e2e;
    color: #fff;
}

@media (max-width: 767px) {
    #fuelModal .col-hidden {
        display: none;
    }

    .fuel-cta-block .col-vert-center {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
        padding-left: 25px;
        padding-right: 25px;
    }

    #fuelModal .col-vert-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        justify-content: center;
        padding: 50px;
    }

    #oneClickModal .modal-body {
        padding: 0 25px 25px;
    }
}

@media (min-width: 768px) {
    .fuel-cta-block .col-vert-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 50px 50px 50px 0;
    }

    #fuelModal .col-vert-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 60px 50px 60px 20px;
    }
}

.catalog-inner-block {
    border: 4px solid #FDECCC;
    border-radius: 4px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.catalog-inner-block .i_smallinfo {
    flex: 1 0 auto;
}

.select2-results__options,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'Arimo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
    background: #FDECCC;
    color: #383838;
    display: flex;
    align-items: center;
}

.select2-results__option {
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .select2-results__option:before {
        content: ' ';
        display: block;
        background-repeat: no-repeat;
        width: 14px;
        height: 10px;
        margin-right: 10px;
    }

    .select2-container--default .select2-results__option--highlighted[aria-selected]:before,
    .select2-container--default .select2-results__option[aria-selected=true]:before {
        content: ' ';
        display: block;
        background-image: url('/img/select2-check.svg');
        background-repeat: no-repeat;
        width: 14px;
        height: 10px;
        margin-right: 10px;
    }
}

.select2-container .select2-selection--single {
    height: 40px;
    display: flex;
    align-items: center;
    transition: all 0.2s linear;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.select2-container .select2-selection--single:hover {
    border-color: #F8B532;
}

.select-wrapper {
    flex: 1 0 auto;
}

.item_buy_buttons-block {
    display: flex;
    align-items: center;
    width: 100%;
}

.item_buy_buttons-block .box-installments-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 2px solid #F8B532;
    border-radius: 3px;
    margin: 0 0 0 20px;
    font-family: 'Arimo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 134%;
    flex: 0 0 50px;
    text-align: center;
    text-transform: none;
}

.item_buy_buttons {
    margin-top: 15px;
}

.item_block_price {
    margin-top: 25px;
    font-family: 'Arimo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 134%;
}

.item_block_price .discount-price {
    font-weight: 700;
    font-size: 24px;
}

.item_block_price strike {
    font-weight: 400;
    font-size: 20px;
}

.box-installments-item svg {
    margin: 0 0 2px;
}

.item_buy_buttons-block .i_btn_main,
.i_btn_main_outline {
    height: 50px;
    padding: 0 20px;
    color: #383838;
    font-family: 'Arimo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 134%;
    width: 100%;
}

.item_buy_buttons-block .i_btn_main:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .main_screeen__slider .flex-column {
        margin-top: 30px;
    }
}

.thankspage h1 {
    margin-bottom: 15px;
    padding-bottom: 0;
}

.thankspage .h6 {
    margin-top: 0;
}

.thankspage p {
    margin-bottom: 10px;
}

.thanks-block hr {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #E7E7E7;
    width: 100%;
}

.thanks-block .reg_form {
    padding: 15px;
    border: 4px solid #FDECCC;
}

.thanks-block .items-block {
    padding: 15px 0;
}


@media (min-width: 992px) {
    .footer_bottom .container {
        display: flex;
        align-items: center;
    }

    .footer_bottom .container>div {
        flex: 0 0 33.33333%;
        text-align: inherit;
    }

    .footer_bottom .container>.footer__logos {
        text-align: center;
    }

    .footer_bottom .container>.footer__developed {
        text-align: right;
    }
}

@media (max-width: 991px) {
    .footer_bottom .container {
        text-align: center;
    }
}

.left404,
.right404 {
    position: relative;
}

.left404 img,
.right404 img {
    position: absolute;
}

.left404 img {
    top: 15px;
    right: 0;
}

.right404 img {
    top: 15px;
    left: 0;
}

.page404 {
    padding-top: 150px;
    padding-bottom: 150px;
    overflow: hidden;
}

.page404 .block_actions {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.center404 {
    font-size: 96px;
    font-size: 700;
    color: #F8B532;
    line-height: 106px;
    text-align: center;
    position: relative;
}
.center404 img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-100%) translateX(-50%);
}

.page404 .block__title {
    font-weight: 900;
    font-size: 30px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #383838;
    margin-bottom: 10px;
}
.page404 .block_sub_title {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 10px;
}
.page404 .block_subsub_title {
    font-size: 14px;
    line-height: 24px;
    color: #828282;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .page404 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .page404 .block_actions > a {
        margin-bottom: 20px;
    }

    .page404 .left404 img,
    .page404 .right404 img {
        width: 300px;
        top: 15px;
    }
    .center404 {
        font-size: 72px;
        font-size: 700;
        line-height: 82px;
        text-align: center;
        position: relative;
    }

}

@media (min-width: 992px) {
    .page404 .block_actions {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: center;
    }
    .page404 .block_actions > a {
        flex: 0 0 50%;
    }

    .page404 .col-lg-5 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .page404 .col-lg-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .page404 .col-lg-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    .page404 .col-lg-3 {
        flex: 0 0 27.5%;
        max-width: 27.5%;
    }
}

.paging {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 50px;
}

.paging a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #2E2E2E;
    padding: 6px 10px;
    min-width: 32px;
}

.paging a:hover,
.paging a.active {
    background-color: #FDECCC;
    border-radius: 3px;
}

@media (max-width: 767px) {
    .paging .paging-arrows {
        display: none;
    }
}

.tech-first-column {
    position: relative;
}

.tech-first-column>span>span {
    background-color: #fff;
    z-index: 2;
    position: relative;
    padding-right: 15px;
}

.tech-first-column>span:after {
    content: '';
    height: 1px;
    background-color: #DFDFDF;
    position: absolute;
    bottom: 10px;
    right: 15px;
    left: 15px;
    z-index: 1;
}

@media (max-width: 767px) {
    .tech-first-column>span:after {
        display: none;
    }

    .specs__value {
        border-bottom: 1px solid #DFDFDF;
    }
}

.item_block_main .ibm-image {
    grid-area: ibmimage;
}

.item_block_main .ibm-info {
    grid-area: ibminfo;
}

.item_block_main .ibm-description {
    grid-area: ibmd;
}

.ibm-info {
    gap: 15px;
    display: flex;
    flex-direction: column;
    margin-bottom: 34px;
}

.item_block_main.item_block_main__order .ibm-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 34px;
}

@media (max-width: 1199px) {
    .ibm-info {
        margin-top: 34px;
    }
}

@media (min-width: 992px) {
    .item_block_main {
        display: grid;
        grid-template-columns: 55% 45%;
        gap: 15px;
        grid-template-areas:
            "ibmimage ibmd"
            "ibminfo ibminfo";
    }

    .item_block_main.item_block_main__order {
        display: grid;
        grid-template-areas:
            "ibmimage ibmd"
            "ibminfo ibminfo";
        grid-template-columns: 55% 45%;
        gap: 15px;
    }
}

@media (min-width: 1200px) {
    .item_block_main {
        display: grid;
        grid-template-columns: 45% 30% 25%;
        gap: 15px;
        grid-template-areas:
            "ibmimage ibmd ibminfo";
    }

    .item_block_main.item_block_main__order {
        display: grid;
        grid-template-areas:
            "ibmimage ibmd"
            "ibminfo ibminfo";
        grid-template-columns: 45% 55%;
        gap: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .item_block_main .ibm-info {
        gap: 15px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .item_block_main.item_block_main__order .ibm-info {
        gap: 15px;
        display: flex;
        flex-direction: column;
    }
}

.ibm-tabs .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.ibm-tabs .nav-tabs .nav-link {
    color: #2E2E2E;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid transparent;
}

.ibm-tabs .tab-content {
    margin-top: 24px;
    margin-bottom: 34px;
}

.ibm-tabs .nav-tabs .nav-item {
    margin: 0;
}

.ibm-tabs .nav-tabs .nav-item.show .nav-link,
.ibm-tabs .nav-tabs .nav-link.active,
.ibm-tabs .nav-tabs .nav-link:focus,
.ibm-tabs .nav-tabs .nav-link:hover {
    border: 0;
    border-bottom: 1px solid #F8B532;
    background: #FDECCC;
}

.item_photos_over {
    flex-direction: column;
}

.item_photos_over>div:first-child {
    order: 2;
}

.item_photos_over>div:last-child {
    order: 1;
}

.product-slider-container {
    width: 100%;
}

.product-slider-container .slick-slide {
    width: 80px !important;
}

.product-slider-container .slick-list {
    width: 100%;
}

.product-slider-container .slick-track {
    display: flex;
    justify-content: center;
}



.info-block-main {
    border-radius: 4px;
    border: 4px solid #F1F1F1;
    padding: 14px;
}

.info-block-main .title {
    color: #2E2E2E;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.info-block-main .info-block {
    display: flex;
    gap: 10px;
}

.info-block-main .info-block>div:first-child {
    flex: 0 0 31px;
}

.main_screeen__slider-history .slick-track {
    display: flex;
    margin-left: inherit;
    margin-right: inherit;
}

.main_screeen__slider-history .slick-slide {
    float: none;
    height: auto;
    padding: 0 7.5px;
}

.item_in_cart_qty input::-webkit-outer-spin-button,
.item_in_cart_qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.item_in_cart_qty input[type=number] {
    -moz-appearance: textfield;
}

.item_in_cart_qty_block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.item_in_cart_qty_block input {
    width: 70px;
    border-radius: 2px;
    border: 1px solid #F8B532;
    text-align: center;
}

.item_in_cart_qty_block button {
    background: none;
    border: 0;
}

.advantages {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr;
}

.advantages svg {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.advantages>div {
    text-align: center;
    color: #2E2E2E;
    text-align: center;
    font-family: Arimo, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 134%;
}

@media (min-width: 768px) {
    .advantages {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

.clients_slider .slick-track {
    display: flex;
    gap: 15px;
}

.clients_slider .slick-slide {
    float: none;
    height: auto;
}

.clients_slider .slick-slide>div {
    border: 4px solid #FDECCC;
    padding: 10px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients_slider .slick-slide>div img {
    max-width: 100%;
}

.service-block .i_btn_main {
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #F8B532;
    color: #2E2E2E;
    text-align: center;
    font-family: Arimo, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.service-block .i_btn_main:hover {
    background-color: #2E2E2E;
    border: 2px solid #2E2E2E;
    color: #fff;
}

.filters-categories {

    gap: 10px;
    margin-bottom: 54px!important;
}

.filters-categories .slick-track {
    display: flex;
    gap: 15px;
    margin-left: inherit;
    margin-right: inherit;
}

.filters-categories .slick-slide {
    float: none;
    height: auto;
}

.filters-categories>div .inner-block {
    border: 4px solid #EFEFEF;
    border-radius: 3px;
    padding: 5px;
    text-align: center;
    font-family: Arimo, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    transition: all 0.2s linear;
}
.filters-categories>div .inner-block:hover {
    border-color: #F8B532;
}
.filters-categories>div .inner-block a {
    color: #2E2E2E;
}

.filters-categories img {
    max-width: 100%;
}

.items_brand {
    margin-top: 15px;
}

.items_brand a {
    color: #F8B532;
    text-decoration: underline!important;
}

.items_brand a:hover {
    text-decoration: none!important;
}