* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
    height: 100%;
}

input {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
}

.float-none {
    float: none !important;
}

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

.blog_wrapper .faq_block {
    margin-top: 40px;
}

body {
    /*padding-top: 96px;*/
    box-sizing: border-box;
}

ol li {
    /*list-style: none;
    display: inline-block;*/
}

ol {
    margin-bottom: 18px;
    padding-left: 30px;
}

.catalog_tree ol, ol.catalog_tree {
    list-style: none;
    padding-left: 0;
}

.catalog_tree ol li, ol.catalog_tree li {
    list-style: none;
    display: inline-block;
}

input.error {
    border-color: #FB2621;
}

textarea.error {
    border-color: #FB2621;
}

.no_product_is {
    padding: 100px 0;
    text-align: center;
    color: #8D96B1;
    font-size: 14px;
}

/* blog */
.blog_wrapper {
    width: 792px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.blog_wrapper h1 {
    padding-top: 26px;
    padding-bottom: 30px;
    line-height: 33px;
    font-size: 30px;
    color: #262626;
    border-bottom: 1px solid #DCDFE7;
}

.blog_post {
    padding: 20px 0;
    border-bottom: 1px solid #DCDFE7;
    position: relative;
    box-sizing: border-box;
    padding-left: 236px;
}

.blog_post_img {
    width: 216px;
    height: 138px;
    position: absolute;
    left: 0;
    top: 0;
}

#fprod_add {
    border-top: 3px solid #00ACF5;
    padding-top: 25px;
}

#fprod_add > .product_slider_header {
    width: auto;
}

.blog_post_title {
    font-size: 20px;
    line-height: 30px;
    color: #262626;
    margin-bottom: 10px;
}

.blog_post_date {
    font-size: 13px;
    line-height: 18px;
    color: #262626;
    opacity: 0.5;
    margin-bottom: 10px;
}

.blog_post_text {
    font-size: 13px;
    line-height: 18px;
    color: #262626;
    margin-bottom: 15px;
}

.blog_post_button {
    display: block;
    width: 180px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    border-radius: 2px;
    color: #262626;
    position: relative;
    padding-left: 20px;
    font-size: 13px;
    text-decoration: none;
}

.blog_post_button img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px
}

.post_image {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.post_title {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 15px;
    color: #262626;
    padding: 0;
    border: none;
}

.post_date {
    font-size: 13px;
    line-height: 18px;
    color: #262626;
    opacity: 0.5;
    margin-bottom: 30px;
}

.post_text {
    font-size: 18px;
    line-height: 28px;
    color: #262626;
}

.post_text p {
    font-size: 18px;
    line-height: 28px;
    color: #262626;
    margin-bottom: 18px;
}

.post_text h2 {
    font-size: 26px;
    line-height: 36px;
    color: #262626;
    font-weight: 500;
    margin-bottom: 18px;
}

.post_text h3 {
    font-size: 22px;
    line-height: 32px;
    color: #262626;
    font-weight: 500;
    margin-bottom: 18px;
}

/* credit modal */
.credit_modal {
    width: 444px;
    height: 580px;
    background-color: #fff;
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 2px;
    z-index: 1000;
    padding: 30px;
    box-sizing: border-box;
    display: none;
}

.credit_modal .label-link {
    cursor: pointer;
}

.credit_modal_close {
    position: absolute;
    top: 35px;
    right: 30px;
    cursor: pointer;
}

.credit_title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
    color: #262626;
}

.credit_btn {
    display: block;
    width: 100%;
    height: 112px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #DCDFE7;
    border-radius: 2px;
    padding-top: 30px;
    transition: 0.3s;
    text-decoration: none;
}

.credit_btn:hover {
    border-color: #00ACF5;
}

.credit_btn_single_img {
    height: 20px;
    margin-bottom: 16px;
}

.credit_btn_liqpay_img_container {
    width: 70%;
    margin: 0 auto 16px;
    display: flex;
    height: 20px;
    justify-content: space-between;
}

.credit_btn_liqpay_img_container img {
    height: 20px;
}

.credit_btn_privat {
    margin-bottom: 10px;
}

.credit_btn_liqpay {
    margin-bottom: 10px;
}

.credit_btn_paylate {
    margin-bottom: 10px;
}

.credit_btn div {
    font-size: 13px;
    line-height: 15px;
    color: #262626;
    text-decoration: none;
}

/* noscript */
.noscript {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10000000;
    text-align: center;
}

.noscript p {
    font-size: 18px;
    color: #262626;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 18px;
}

/* loader */
.loader_backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100000;
    /*display: none;*/
}

.spinner {
    margin: auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.cube1, .cube2 {
    background-color: #00ACF5;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

/* 404 */
.message_page_wrapper {
    width: 100%;
    margin: 0 auto;
    min-height: 450px;
    height: calc(100% - 330px);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.message_page_wrapper img {
    margin-bottom: 16px;
}

.message_page_wrapper p {
    font-size: 20px;
    line-height: 30px;
    color: #262626;
    margin-bottom: 16px;
    width: 370px;
}

.message_page_wrapper a {
    display: block;
    width: 200px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    margin: 0 auto;
    background-color: #00ACF5;
    transition: 0.3s;
}

.message_page_wrapper a:hover {
    background-color: #0088C2;
}

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

/* sitemap */
.sitemap_wrapper {
    width: 1200px;
    margin: 0 auto;
}

.sitemap_wrapper h1 {
    font-size: 30px;
    line-height: 33px;
    color: #262626;
    margin-bottom: 30px;
}

.sitemap_wrapper ul {
    list-style: none;
    margin-bottom: 30px;
    font-size: 0;
}

.sitemap_wrapper ul li a {
    font-size: 13px;
    line-height: 15px;
    color: #262626;
    font-weight: 700;
}

.sitemap_wrapper ul li ul {
    margin-top: 16px;
}

.sitemap_wrapper ul li ul li {
    margin-bottom: 8px;
}

.sitemap_wrapper ul li ul li a {
    font-weight: 400;
}

/* chat button */
.chat_button {
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #00ACF5;
    bottom: 24px;
    right: 30px;
    cursor: pointer;
    z-index: 4;
}

.chat_button img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* success block */
.success_block {
    width: 100%;
    display: none;
}

.success_text {
    line-height: 16px;
    font-size: 13px;
    color: #262626;
    margin-bottom: 16px;
}

.success_text span {
    font-weight: 700;
}

.success_button {
    width: 191px;
    height: 46px;
    line-height: 46px;
    border-radius: 2px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    display: block;
    background-color: #00ACF5;
}

.success_button:hover {
    background-color: #0088C2;
}

/*mobile items*/
.side_drawer_backprop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #343B4B;
    opacity: 0.72;
    z-index: 99;
    display: none;
}

.mobile_menu_button {
    display: none;
}

.side_drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 282px;
    height: 100%;
    background-color: #fff;
    z-index: 100;
    transform: translateX(-100%);
    transition: 0.2s ease-out;
}

.side_drawer.catalog {
    z-index: 101;
}

.noLink {
    pointer-events: none;
}

.side_drawer.show {
    transform: translateX(0);
}

.side_drawer_header {
    height: 60px;
    width: 100%;
    background-color: #EEF2F4;
    box-shadow: 0px 1px 0px #DCDFE7;
    position: relative;
}

.side_drawer.catalog .side_drawer_header {
    text-align: center;
    line-height: 60px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: #8D96B1;
}

.side_drawer_header .logo {
    display: block;
    margin-left: 12px;
}

.side_drawer_close {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 12px;
}

.side_drawer_back {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 12px;
}

.side_drawer_body {
    padding-top: 12px;
}

.mobile_catalog_btn {
    width: 258px;
    height: 36px;
    margin: 0 auto 12px;
    background-color: #ACD318;
    color: #fff;
    text-transform: uppercase;
    padding-right: 26px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 2px;
    line-height: 36px;
}

.mobile_catalog_btn img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
}

.mobile_menu_item {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    color: #262626;
    box-sizing: border-box;
    padding-left: 18px;
    text-decoration: none;
}

.mobile_menu_item:not(.label-link) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: calc(100% - 50px);
    margin-right: 50px;
    z-index: 1;
}

.mobile_menu_item .nav-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 100%;
    position: absolute;
    right: -50px;
}

.mobile_menu_item.all {
    justify-content: flex-start;
}

.mobile_menu_item.all span {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    border-bottom-style: solid;
    border-bottom-width: thin;
    margin-right: 12.5px;
    line-height: 1;
}

.filters_mobile_close {
    display: none;
}

.filters_mobile_title {
    display: none;
}

.filters_mobile_buttons {
    display: none;
}

.mobile_catalog_srt_close {
    display: none;
}

.mobile_srt_apply_btn {
    display: none;
}

.mobile_srt_apply_btn_wrapper {
    display: none;
}

.catalog_mobile_filters_sort {
    display: none;
}

.product_mobile_photo_slider {
    display: none;
}

.product_mobile_photo_slider_container {
    display: none;
}

.checkout_nav {
    display: none;
}

.cart_modal_container_header_mobile {
    display: none;
}

.get_in_touch_close_mobile {
    display: none;
}

.mobile_profile_btn {
    position: absolute;
    bottom: 56px;
    left: 18px;
    height: 16px;
    line-height: 20px;
    box-sizing: border-box;
    padding-left: 26px;
    font-size: 13px;
    color: #262626;
    text-decoration: none;
    display: block;
}

.mobile_profile_btn.login_modal_show {
    bottom: 22px;
    line-height: 16px;
}

.mobile_profile_btn img {
    position: absolute;
    left: 0;
    top: 0;
    height: 16px;
}

.mobile_city_switch {
    position: relative;
    margin-left: 18px;
    height: 16px;
    line-height: 20px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 13px;
    color: #262626;
    text-decoration: none;
    display: block;
    display: none;
}

.mobile_city_switch.active img {
    transform: rotate(180deg)
}

.mobile_city_switch img {
    transition: 0.3s;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    top: 0;
}

.mobile_city_switch_dropdown_item {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #262626;
    box-sizing: border-box;
    text-decoration: none;
}

.mobile_city_switch_dropdown {
    margin-left: -20px;
    display: none;
}

.mobile_lang_swith {
    position: absolute;
    width: 70px;
    margin-left: 18px;
    height: 16px;
    line-height: 20px;
    box-sizing: border-box;
    padding-left: 26px;
    font-size: 13px;
    color: #262626;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 16px; */
    /* margin-top: 10px; */
    right: 18px;
    bottom: 22px;
    line-height: 16px;
}

.mobile_lang_swith a {
    color: #262626;
    text-decoration: none;
}

.mobile_lang_separator {
    width: 1px;
    height: 12px;
    background-color: rgba(18, 18, 18, 0.4);
}

.mobile_lang_swith img {
    position: absolute;
    left: 0;
    top: 0;
    height: 16px;
}

.mobile_lang {
    font-weight: 900;
}

.mobile_logout {
    position: absolute;
    bottom: 22px;
    left: 18px;
    height: 16px;
    line-height: 18px;
    box-sizing: border-box;
    padding-left: 26px;
    font-size: 13px;
    color: #262626;
    text-decoration: none;
    display: block;
}

.mobile_profile_btn.login_modal_show + .mobile_logout {
    display: none;
}

.mobile_logout img {
    position: absolute;
    left: 0;
    top: 0;
    height: 16px;
}

/* HEADER */
/* header nav bar*/
.header_nav_bar {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: #343B4B;
    z-index: 7;
    position: relative;
}

.header_nav_bar.fixed {
    margin-bottom: 60px;
}

.header_nav_bar_item {
    float: left;
    font-size: 13px;
    color: #fff;
    margin-right: 15px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    display: block;
}

.header_nav_bar_item:hover {
    opacity: 0.7;
}

.login_button {
    float: right;
    height: 36px;
    line-height: 36px;
    margin-left: 20px;
    position: relative;
    padding-left: 27px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    position: relative;
    padding-right: 18px;
    width: auto;
}

.login_button.login_modal_show {
    padding-right: 0;
}

.login_button.login_modal_show .login_arrow {
    display: none;
}

.login_icon {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
}

.login_arrow {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    transition: 0.3s;
}

.login_dropdown {
    position: absolute;
    top: 36px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    padding-left: 12px;
    font-size: 13px;
    color: #262626;
    display: block;
    text-decoration: none;
    box-shadow: 0px 3px 6px rgba(141, 150, 177, 0.4);
    margin: auto;
    left: -9999px;
    right: -9999px;
    width: calc(100% + 40px);
    display: none;
    cursor: pointer;
}

.login_button:hover .login_arrow {
    transform: rotate(180deg);
}

.login_button:hover .login_dropdown {
    display: block;
}

.login_button.login_modal_show:hover .login_dropdown {
    display: none;
}

.phones_dropdown_block {
    float: right;
    height: 36px;
    line-height: 36px;
    margin-left: 20px;
    position: relative;
    padding-left: 25px;
    padding-right: 18px;
}

.phones_dropdown_block:hover .phone_arrow {
    transform: rotate(180deg);
}

.phones_dropdown_block:hover .phones_dropdown {
    opacity: 1;
    pointer-events: auto;
}

.phone_icon {
    position: absolute;
    left: 0;
    top: 6px;
}

.phone_arrow {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    transition: 0.3s;
}

.phone_number {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}

.phones_dropdown {
    position: absolute;
    margin: auto;
    left: -9999px;
    right: -9999px;
    top: 36px;
    display: block;
    background: #fff;
    width: calc(100% + 40px);
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(141, 150, 177, 0.4);
    border-radius: 2px;
    padding: 10px 0;
    padding-left: 24px;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 3;
}

.phones_dropdown_item {
    line-height: 16px;
    height: 16px;
    margin-bottom: 20px;
}

.phones_dropdown_item:last-child {
    margin-bottom: 0;
}

.phones_dropdown_item img {
    margin-right: 10px;
    vertical-align: middle;
}

.phones_dropdown_item_phone {
    font-size: 13px;
    color: #262626;
    text-decoration: none;
}

.social_dropdown_block {
    float: right;
    height: 36px;
    line-height: 36px;
    position: relative;
    padding-right: 16px;
    font-size: 13px;
    color: #fff;
    cursor: default;
}

.social_dropdown_block:hover .social_dropdown_arrow {
    transform: rotate(180deg);
}

.social_dropdown_block:hover .social_dropdown {
    opacity: 1;
    pointer-events: auto;
}

.social_dropdown_arrow {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    transition: 0.3s;
}

.social_dropdown {
    position: absolute;
    margin: auto;
    left: -9999px;
    right: -9999px;
    top: 36px;
    display: block;
    background: #fff;
    width: calc(100% + 40px);
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(141, 150, 177, 0.4);
    border-radius: 2px;
    padding: 10px 0;
    padding-left: 24px;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 3;
}

.social_dropdown_item {
    line-height: 16px;
    height: 16px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #262626;
    display: block;
    text-decoration: none;
}

.social_dropdown_item:last-child {
    margin-bottom: 0;
}

.social_dropdown_item img {
    vertical-align: middle;
    margin-right: 10px;
}

/* lang switch */
.lang_switch_dropdown_block {
    float: right;
    height: 36px;
    line-height: 36px;
    position: relative;
    padding-right: 16px;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
}

.lang_switch_dropdown_block:hover .lang_dropdown_arrow {
    transform: rotate(180deg);
}

.lang_switch_dropdown_block:hover .lang_switch_dropdown {
    opacity: 1;
    pointer-events: auto;
}

.lang_dropdown_arrow {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    transition: 0.3s;
}

.lang_switch_dropdown {
    position: absolute;
    margin: auto;
    left: -9999px;
    right: -9999px;
    top: 36px;
    display: block;
    background: #fff;
    width: calc(100% + 30px);
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(141, 150, 177, 0.4);
    border-radius: 2px;
    padding: 10px 0;
    padding-left: 15px;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 3;
}

.lang_switch_dropdown_item {
    line-height: 16px;
    height: 16px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #262626;
    display: block;
    text-decoration: none;
    transition: 0.3s;
}

.lang_switch_dropdown_item:hover {
    color: #00ACF5;
}

.lang_switch_dropdown_item:last-child {
    margin-bottom: 0;
}

/* city switch */
.city_switch_dropdown_block {
    float: right;
    height: 36px;
    line-height: 36px;
    position: relative;
    padding-right: 16px;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    margin-right: 20px;
    display: none;
}

.city_switch_dropdown_block:hover .city_dropdown_arrow {
    transform: rotate(180deg);
}

.city_switch_dropdown_block:hover .city_switch_dropdown {
    opacity: 1;
    pointer-events: auto;
}

.city_dropdown_arrow {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    transition: 0.3s;
}

.city_switch_dropdown {
    position: absolute;
    margin: auto;
    left: -9999px;
    right: -9999px;
    top: 36px;
    display: block;
    background: #fff;
    width: calc(100% + 70px);
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(141, 150, 177, 0.4);
    border-radius: 2px;
    padding: 10px 0;
    padding-left: 20px;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 3;
}

.city_switch_dropdown_item {
    line-height: 16px;
    height: 16px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #262626;
    display: block;
    text-decoration: none;
    transition: 0.3s;
}

.city_switch_dropdown_item:hover {
    color: #00ACF5;
}

.city_switch_dropdown_item:last-child {
    margin-bottom: 0;
}

/* header main bar */
.header_main_bar {
    height: 60px;
    background: #EEF2F4;
    box-shadow: 0px 1px 0px #DCDFE7;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6;
}

.header_main_bar.fixed {
    position: fixed;
}

.checkout_header {
    height: 60px;
    background: #EEF2F4;
    box-shadow: 0px 1px 0px #DCDFE7;
    width: 100%;
    margin-bottom: 36px;
}

.logo {
    display: block;
    text-decoration: none;
    height: 36px;
    position: relative;
    box-sizing: border-box;
    padding-left: 48px;
    float: left;
    margin-top: 13px;
    z-index: 10;
}

.logo img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%
}

.logo_title {
    float: left;
    height: 36px;
}

.logo_title_top {
    font-size: 20px;
    font-weight: 500;
    color: #262626;
    line-height: 20px;
    margin-top: 1px;
}

.logo_title_top span {
    font-weight: 300;
}

.logo_title_bottom {
    font-size: 12px;
    font-weight: 500;
    color: #262626;
    line-height: 14px;
}

.cart_button {
    float: right;
    height: 20px;
    line-height: 20px;
    margin: 20px 0;
    cursor: pointer;
}

.cart_circle {
    height: 20px;
    width: 20px;
    float: right;
    margin-left: 4px;
    border-radius: 100%;
    background-color: #00ACF5;
    font-size: 11px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}

.cart_title {
    float: right;
    font-size: 13px;
    color: #262626;
    margin-left: 10px;
}

.cart_icon {
    float: right;
    margin: 2px 0;
}

.header_search_block {
    float: right;
    margin: 12px 0;
    margin-right: 22px;
    height: 36px;
    width: 680px;
    position: relative;
    z-index: 7;
}

.header_search_input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 12px;
    font-size: 13px;
    color: #262626;
    z-index: 1;
    transition: 0.3s;
    padding-right: 36px;
}

.header_search_input:hover {
    border: 1px solid #8D96B1;
}

.header_search_input::-webkit-input-placeholder {
    color: #CED1D9;
}

.header_search_input::-moz-placeholder {
    color: #CED1D9;
}

.header_search_input:-moz-placeholder {
    color: #CED1D9;
}

.header_search_input:-ms-input-placeholder {
    color: #CED1D9;
}

.header_search_icon {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 12px;
    opacity: 0.6;
    transition: 0.3s;
    z-index: 2;
}

.header_search_input:focus + .header_search_icon {
    opacity: 1;
}

.header_search_input:focus {
    border: 1px solid #00ACF5;
}

.search_backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    display: none;
    width: 100%;
    height: 100%;
}

.header_search_dropdown {
    position: absolute;
    top: 36px;
    box-sizing: border-box;
    left: 1px;
    width: calc(100% - 2px);
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(141, 150, 177, 0.4);
    border-radius: 2px;
    max-height: 456px;
    overflow-y: scroll;
    z-index: 6;
}

.header_search_dropdown::-webkit-scrollbar {
    display: none;
}

.header_search_dropdown *::-webkit-scrollbar {
    display: none;
}

.header_search_dropdown_item {
    padding: 10px 20px;
    height: 56px;
    display: block;
    transition: 0.3s;
}

.header_search_dropdown_item:hover {
    background-color: #EEF2F4;
}

.header_search_dropdown_photo {
    float: left;
    height: 56px;
    width: 68px;
    margin-right: 16px;
    position: relative;
    overflow: hidden;
}

.header_search_dropdown_photo img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    height: 100%;
}

.header_search_dropdown_info {
    float: left;
    width: calc(100% - 108px);
    padding-top: 9px;
}

.header_search_dropdown_title {
    line-height: 16px;
    font-size: 13px;
    color: #262626;
    font-weight: 700;
    margin-bottom: 4px;
}

.header_search_dropdown_price {
    line-height: 18px;
    font-size: 15px;
    font-weight: 700;
    color: #FC5753;
}

/* catalog dropdown */
.catalog_dropdown_block {
    float: right;
    width: 169px;
    height: 100%;
    margin-right: 10px;
    position: relative;
}

.catalog_dropdown_block:hover .catalog_dropdown {
    display: block;
}

.catalog_dropdown_block:hover .catalog_dropdown:before {
    position: absolute;
    content: '';
    top: -20px;
    left: 0;
    right: 0;
    height: 30px;
    background: transparent;
}

.catalog_dropdown_button {
    width: 100%;
    height: 36px;
    margin: 12px 0;
    border-radius: 2px;
    font-size: 13px;
    padding-left: 20px;
    position: relative;
    line-height: 36px;
    font-weight: 700;
    box-sizing: border-box;
    cursor: pointer;
    color: #262626;
    transition: 0.3s;
}

.catalog_dropdown_block:hover .catalog_dropdown_button {
    background: #ACD318;
    color: #fff;
}

.catalog_dropdown_block:hover .catalog_dropdown_button .catalog_dropdown_button_arrow {
    /*display: none;*/
    opacity: 0;
    transform: rotate(180deg);
}

.catalog_dropdown_block:hover .catalog_dropdown_button .catalog_dropdown_button_arrow_hover {
    /*display: block;*/
    opacity: 1;
    transform: rotate(180deg);
}

.catalog_dropdown_button_arrow {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 24px;
    opacity: 1;
    transition: 0.3s;
}

.catalog_dropdown_button_arrow_hover {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 24px;
    /*display: none;*/
    opacity: 0;
    transition: 0.3s;
}

.catalog_dropdown {
    position: absolute;
    width: 282px;
    height: auto;
/*    height: 400px;*/
    top: 100%;
    margin-top: 1px;
    left: -71px;
    background: #fff;
    display: none;
}

.catalog_dropdown_item {
    line-height: 16px;
    padding: 10px 18px;
    box-sizing: border-box;
    background-color: #fff;
    color: #262626;
    font-size: 13px;
    text-decoration: none;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog_dropdown_item:hover {
    background-color: #ACD318;
    color: #fff;
}

.catalog_dropdown_item.nesting {
    background-image: url(../img/arrow-right-black.svg);
    background-repeat: no-repeat;
    background-position: 260px center;
}

.catalog_dropdown_item.nesting:hover {
    background-image: url(../img/arrow-right-white.svg);
}

.catalog_dropdown_item.nesting:hover .catalog_dropdown_inner {
    display: block;
}

.catalog_dropdown_item_outer {
    /*position: relative;*/
}

.catalog_dropdown_item_outer:hover .catalog_dropdown_inner {
    display: block;
}

.catalog_dropdown_item_outer:hover .catalog_dropdown_item {
    background-color: #ACD318;
    color: #fff;
}

.catalog_dropdown_item_outer:hover .catalog_dropdown_item.nesting {
    background-image: url(../img/arrow-right-white.svg);
}

.catalog_dropdown_inner {
    position: absolute;
    left: 100%;
    top: 0;
    width: 282px;
    display: none;
}

.catalog_dropdown_inner_item {
    line-height: 16px;
    padding: 10px 18px;
    box-sizing: border-box;
    background-color: #fff;
    color: #262626;
    font-size: 13px;
    display: block;
    text-decoration: none;
    transition: 0.3s;
    border-left: 1px solid #DCDFE7;
}

.catalog_dropdown_inner_item:hover {
    background-color: #ACD318;
    color: #fff;
}

.catalog_dropdown_blackout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #343B4B;
    opacity: 0.72;
    z-index: 5;
    display: none;
}

/* MAIN SCREEN */
.main_screen {
    width: 1200px;
    margin: 0 auto;
    padding-top: 26px;
    margin-bottom: 36px;
}

/* slider */
.slider_block {
    float: left;
    width: 898px;
}

.slider_container {
    width: 100%;
    height: 364px;
    position: relative;
}

.slider_arrow_left, .opt_slider_arrow_left {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 56px;
    background-color: rgba(38, 38, 38, 0.4);
    cursor: pointer;
    z-index: 1;
    transition: 0.3s;
}

.slider_arrow_left:hover, .opt_slider_arrow_left:hover {
    background-color: rgba(38, 38, 38, 0.7);
}

.slider_arrow_left img, .opt_slider_arrow_left img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.slider_arrow_right, .opt_slider_arrow_right {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 56px;
    background-color: rgba(38, 38, 38, 0.4);
    cursor: pointer;
    z-index: 1;
    transition: 0.3s;
}

.slider_arrow_right:hover, .opt_slider_arrow_right:hover {
    background-color: rgba(38, 38, 38, 0.7);
}

.slider_arrow_right img, .opt_slider_arrow_right img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.slider {
    width: 100%;
    height: 364px;
}

.slide {
    box-sizing: border-box;
    display: block;
    height: 364px;
    width: 100%;
    text-decoration: none;
    background-size: cover;
    background-position: center;
    padding-top: 86px;
    padding-left: 100px;
    cursor: pointer;
}

.slide_title {
    font-size: 46px;
    line-height: 54px;
    color: #262626;
    width: 403px;
    margin-bottom: 16px;
    font-weight: 300;
}

.slide_subtitle {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 26px;
    font-weight: 400;
    width: 403px;
    color: #262626;
}

.slide_subtitle ul {
    padding-left: 20px;
    width: 403px;
    box-sizing: border-box;
}

.slide_subtitle ul li {
    line-height: 17px;
    font-size: 15px;
    color: #262626;
    margin-bottom: 9px;
}

.slide_button {
    width: 200px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #84C425;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s;
    cursor: pointer;
}

.slide_button:hover {
    background-color: #93B515;
}

.categories_line_container {
    height: 162px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.icons-left, .icons-right {
    opacity: 0;
    transition: 0.2s;
}

.categories_line_container:hover .icons-left, .categories_line_container:hover .icons-right {
    opacity: 1;
}

.categories_line {
    height: 126px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 36px;
    display: flex;
    justify-content: space-between;
}

.categorie_block {
    width: calc(100% / 6);
    height: 90px;
    display: block;
    text-decoration: none;
}

.categorie_icon {
    width: 100%;
    height: 58px;
    position: relative;
    margin-bottom: 16px;
}

.categorie_icon img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.categorie_title {
    line-height: 16px;
    text-align: center;
    color: #262626;
    font-size: 13px;
    font-weight: 500;
}

/* advantages */
.advantages_block {
    float: right;
    width: 282px;
    height: 526px;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 0 30px;
}

.advantage_block {
    border-bottom: 1px solid #DCDFE7;
    height: 36px;
    padding: 25px 0;
}

.advantage_block:last-child {
    border-bottom: none;
}

.advantage_icon {
    float: left;
    height: 32px;
    width: 32px;
    margin-top: 2px;
    margin-right: 10px;
    text-align: center;
}

.advantage_title {
    float: left;
    width: calc(100% - 42px);
}

.advantage_top_title {
    line-height: 16px;
    height: 16px;
    color: #262626;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 4px;
    vertical-align: top;
}

.advantage_bottom_title {
    line-height: 16px;
    height: 16px;
    color: #262626;
    font-weight: 400;
    font-size: 13px;
}

.advantage_info_block {
    display: inline-block;
    margin-left: 10px;
    height: 16px;
    width: 16px;
    vertical-align: top;
    cursor: pointer;
    position: relative;
}

.advantage_info_block:hover .advantage_info_popup {
    opacity: 1;
    pointer-events: auto;
}

.advantage_info_popup {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 331px;
    padding: 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(141, 150, 177, 0.4);
    border-radius: 2px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 11;
}

.advantage_info_popup img {
    position: absolute;
    top: 20px;
    right: 20px;
}

.advantage_info_popup_title {
    width: 200px;
    line-height: 16px;
    margin-bottom: 8px;
    font-size: 13px;
    color: #000;
    font-weight: 700;
}

.advantage_info_popup_text {
    line-height: 16px;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    padding-left: 15px;
}

/* products slider */
.product_slider_header {
    height: 27px;
    line-height: 27px;
    width: 1200px;
    margin: 0 auto 14px;
    box-sizing: border-box;
    padding: 0 2px;
}

.product_slider_title {
    font-size: 24px;
    color: #262626;
    float: left;
    font-weight: 400;
}

.product_slider_learn_more {
    display: block;
    text-decoration: none;
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #262626;
    font-weight: 500;
    padding-right: 20px;
    position: relative;
    line-height: 27px;
    transition: 0.3s;
    background-image: url('../img/arrow-right-black.svg');
    background-repeat: no-repeat;
    background-position: right 7.5px;
}

.product_slider_learn_more:hover {
    color: #8D96B1;
    background-image: url('../img/arrow-right-hover.svg');
}

.proudcts_slider_block {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 390px;
    margin-bottom: 35px;
}

.proudcts_slider_inner {
    z-index: 1;
}

.proudcts_slider_inner:hover {
    z-index: 2;
}

.proudcts_modal_slider_left,
.proudcts_slider_left {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 56px;
    background-color: rgba(38, 38, 38, 0.4);
    cursor: pointer;
    z-index: 3;
    transition: 0.3s;
}

.proudcts_modal_slider_left:hover,
.proudcts_slider_left:hover {
    background-color: rgba(38, 38, 38, 0.7);
}

.proudcts_modal_slider_left img,
.proudcts_slider_left img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.proudcts_modal_slider_right,
.proudcts_slider_right {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 56px;
    background-color: rgba(38, 38, 38, 0.4);
    cursor: pointer;
    z-index: 3;
    transition: 0.3s;
}

.proudcts_modal_slider_right:hover,
.proudcts_slider_right:hover {
    background-color: rgba(38, 38, 38, 0.7);
}

.proudcts_modal_slider_right img,
.proudcts_slider_right img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.product_slider_slide {
    padding: 2px;
    padding-bottom: 8px;
}

.product_block {
    #height: 285px;
    height: 395px;
    width: 236px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px 18px;
    background: #FFFFFF;
    border-radius: 2px;
    z-index: 1;
    position: relative;
}

.product_block:hover {
    box-shadow: 0px 3px 6px rgba(141, 150, 177, 0.4);
    height: auto;
    z-index: 2;
    overflow: visible;
}

.product_block_photo {
    width: 100%;
    height: 168px;
    position: relative;
    margin-bottom: 16px;
    overflow: hidden;
    cursor: pointer;
    display: block;
}

.product_block_photo img {
    position: absolute;
    margin: auto;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    height: 100%;
}

.product_block_title {
    font-size: 13px;
    line-height: 16px;
    color: #262626;
    margin-bottom: 10px;
    height: 32px;
    display: block;
    text-decoration: none;
    max-height: 48px;
    overflow: hidden;
}

.catalog_product_container .product_block_title {
    
}

.product_block_price {
    height: 20px;
    margin-bottom: 20px;
}

.product_block_price.with_old .product_block_price_old {
    display: block;
}

.product_block_price.with_old .product_block_price_main {
    color: #FC5753;
}

.product_block_price_label {
    float: left;
    color: #FC5753;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    margin-right: 5px;
}

.product_block_price_main {
    float: left;
    line-height: 20px;
    font-size: 15px;
    font-weight: 700;
    color: #262626;
}

.product_block_price_old {
    float: left;
    line-height: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #262626;
    text-decoration: line-through;
    margin-left: 10px;
    display: none;
}

.warranty_block {
    width: 100%;
    margin-bottom: 16px;
}

.warranty_item {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    cursor: pointer;
}

.warranty_item:hover .warranty_radio_button {
    border-color: #ACD318;
}

.warranty_item:last-child {
    margin-bottom: 0;
}

.warranty_item input {
    display: none;
}

.warranty_item input:checked + .warranty_radio_button {
    background-color: #ACD318;
    border-color: #ACD318;
}

.warranty_radio_button {
    float: left;
    position: relative;
    height: 16px;
    width: 16px;
    border-radius: 100%;
    border: 1px solid #DCDFE7;
    margin-right: 10px;
    box-sizing: border-box;
    transition: 0.3s;
}

.warranty_radio_inner {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 100%;
}

.warranty_text {
    float: left;
    line-height: 16px;
    font-size: 13px;
    color: #262626;
    max-width: 307px;
    margin-right: 10px;
}

.product_block_buttons {
    width: 100%;
    height: 46px;
    margin-bottom: 16px;
}

.product_block_learn_more {
    float: left;
    width: 168px;
    background: #00ACF5;
    border-radius: 2px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    margin-right: 14px;
    display: block;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}

.product_block_learn_more:hover {
    background: #0088C2;
}

.product_block_add_to_cart {
    display: block;
    height: 16px;
    width: 16px;
    float: left;
    margin-top: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.product_block_add_to_cart:hover {
    opacity: 0.7;
}

.product_block_icons {
    /*height: 25px;*/
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /*margin-bottom: 16px;*/
}

.product_block_icon {
    height: 30px;
    width: 30px;
    margin-right: 12px;
    position: relative;
    cursor: pointer;
    margin-bottom: 16px;
}

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

.product_block_icon:hover .product_block_icon_tooltip {
    opacity: 1;
}

.product_block_icon_img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.product_block_icon_tooltip {
    position: absolute;
    height: 39px;
    width: 150px;
    top: -43px;
    margin: auto;
    left: -9999px;
    right: -9999px;
    text-align: center;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.product_block_icon_tooltip_body {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    background-color: #343B4B;
    text-align: center;
    margin: 0 auto;
    position: relative;
    border-radius: 2px;
    min-width: 26px;
}

.product_block_icon_tooltip_body span {
    font-size: 13px;
    color: #fff;
}

.product_block_icon_triangle {
    position: absolute;
    margin: auto;
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #343B4B transparent transparent transparent;
}

.product_block_icon:first-child .product_block_icon_tooltip {
    margin: auto;
    left: -10px;
    right: initial;
    text-align: left;
}

.product_block_icon:first-child .product_block_icon_tooltip_body {
    margin: 0;
}

.product_block_icon:first-child .product_block_icon_triangle {
    margin: 0;
    left: 20px;
}

.product_block_icon:nth-child(6) .product_block_icon_tooltip {
    margin: auto;
    left: -10px;
    right: initial;
    text-align: left;
}

.product_block_icon:nth-child(6) .product_block_icon_tooltip_body {
    margin: 0;
}

.product_block_icon:nth-child(6) .product_block_icon_triangle {
    margin: 0;
    left: 20px;
}

.product_block_icon:nth-child(5) .product_block_icon_tooltip {
    margin: auto;
    left: initial;
    right: -10px;
    text-align: right;
}

.product_block_icon:nth-child(5) .product_block_icon_tooltip_body {
    margin: 0;
}

.product_block_icon:nth-child(5) .product_block_icon_triangle {
    margin: 0;
    left: initial;
    right: 20px;
}

.product_block_icon:last-child {
    margin-right: 0;
}

.product_block_characteristics {
    font-size: 12px;
    line-height: 15px;
    color: #262626;
}

.product_block_characteristics_item_title {
    font-size: 12px;
    line-height: 15px;
    color: #8D96B1;
}

.product_block_characteristics_item_text {
    font-size: 12px;
    line-height: 15px;
    color: #262626;
}

/* FOOTER */
.footer {
    width: 100%;
    /*height: 254px;*/
    background: #343B4B;
    padding-bottom: 60px;
}

.product_footer {
    padding-bottom: 140px;
}

.footer_wrapper {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
}

.footer_studio_link {
    position: absolute;
    bottom: -30px;
    line-height: 15px;
    font-size: 13px;
    color: #8D96B1;
    text-decoration: none;
    left: 918px;
}

.footer_studio_link span {
    color: #fff;
}

.footer_studio_link span:hover {
    text-decoration: underline;
}

.footer_logo_block {
    float: left;
    margin-right: 125px;
}

.footer_logo {
    display: block;
    text-decoration: none;
    height: 36px;
    position: relative;
    box-sizing: border-box;
    padding-left: 48px;
    margin-bottom: 16px;
}

.footer_logo img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%
}

.footer_logo_title {
    float: left;
    height: 36px;
}

.footer_logo_top {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    margin-top: 1px;
}

.footer_logo_top span {
    font-weight: 300;
}

.footer_logo_bottom {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 14px;
}

.footer_text {
    width: 282px;
    line-height: 20px;
    font-size: 13px;
    color: #8D96B1;
}

.footer_links_block {
    float: left;
    margin-right: 125px;
}

.footer_links_title {
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    margin-bottom: 16px;
    color: #fff;
}

.footer_link {
    cursor: pointer;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 8px;
    font-weight: 400;
    color: #8D96B1;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}

.footer_link:hover {
    color: #fff;
}

.footer_social_block {
    float: left;
}

.footer_social_container {
    width: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_social_link {
    text-decoration: none;
}

.footer_social_link:hover {
    opacity: 0.6;
}

/* CATALOG */
.catalog_tree {
    padding-top: 16px;
    line-height: 16px;
    height: 16px;
    color: #8D96B1;
    font-size: 13px;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 26px;
}

.catalog_tree a {
    text-decoration: none;
    color: #8D96B1;
}

.catalog_header {
    width: 1200px;
    margin: 0 auto;
    line-height: 33px;
    margin-bottom: 30px;
    font-weight: 400;
}

.catalog_header_title {
    line-height: 33px;
    font-size: 30px;
    color: #262626;
    display: inline-block;
    margin-right: 26px;
    font-weight: 400;
}

span.catalog_header_subtitle {
    color: #ACD318;
}

span.catalog_header_subtitle:hover {
    color: #ACD318;
}

.catalog_header_subtitle {
    line-height: 33px;
    display: inline-block;
    font-size: 13px;
    color: #262626;
    text-decoration: none;
    transition: 0.3s;
    margin-right: 26px;
    font-weight: 500;
}

.catalog_header_subtitle:hover {
    color: #ACD318;
}

.catalog_body {
    width: 1200px;
    margin: 0 auto;
    min-height: calc(100% - 505px);
}

/* filters */
.filters_sidebar {
    float: left;
    width: 222px;
}

.filters_sidebar_header {
    line-height: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #DCDFE7;
}

.reset_filters_button {
    height: 20px;
    line-height: 20px;
    padding-left: 30px;
    color: #ACD318;
    font-size: 13px;
    position: relative;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}

.reset_filters_button.active {
    opacity: 1;
    pointer-events: auto;
}

.reset_filters_button_circle {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: #EEF2F4;
    position: absolute;
    top: 0;
    left: 0;
}

.reset_filters_button_circle img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.filters_block {
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #DCDFE7;
}

.filters_block_header {
    line-height: 15px;
    color: #262626;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-right: 30px;
    cursor: pointer;
}

.filters_block_arrow {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    transition: 0.3s;
}

.filters_block_arrow.opened {
    transform: rotate(180deg);
}

.filters_block_body {
    padding-top: 12px;
}

.filters_block_checkbox_label.link {
    padding-left: 0;
    text-decoration: none;
}

.filters_block_checkbox_label.link:hover {
    color: #84C425;
}

.filters_block_checkbox_label {
    display: block;
    width: 100%;
    line-height: 16px;
    position: relative;
    box-sizing: border-box;
    padding-left: 26px;
    color: #262626;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: 0.3s;
    text-decoration: none;
}

.filters_block_checkbox_label:hover .filters_block_checkbox {
    border: 1px solid #ACD318;
}

.filters_block_checkbox_label input {
    display: none;
}

.filters_block_checkbox_label input:checked + .filters_block_checkbox {
    background-color: #ACD318;
    border-color: #ACD318;
    background-image: url(../img/check-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.filters_block_checkbox {
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 1px solid #DCDFE7;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
}

.filters_prices_inputs {
    width: 100%;
    height: 36px;
    padding-top: 2px;
}

.filters_prices_input_from {
    width: 106px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 12px;
    font-size: 13px;
    color: #262626;
    transition: 0.3s;
    float: left;
}

.filters_prices_input_to {
    width: 106px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 12px;
    font-size: 13px;
    color: #262626;
    transition: 0.3s;
    float: right;
}

.filters_prices_input_from:hover, .filters_prices_input_to:hover {
    border: 1px solid #8D96B1;
}

.filters_prices_input_from:focus, .filters_prices_input_to:focus {
    border: 1px solid #00ACF5;
}

.filters_prices_inputs input::-webkit-input-placeholder {
    color: #CED1D9;
}

.filters_prices_inputs input::-moz-placeholder {
    color: #CED1D9;
}

.filters_prices_inputs input:-moz-placeholder {
    color: #CED1D9;
}

.filters_prices_inputs input:-ms-input-placeholder {
    color: #CED1D9;
}

.filters_show_more {
    line-height: 15px;
    font-size: 13px;
    color: #00ACF5;
    cursor: pointer;
    display: none;
}

.filters_show_more:hover {
    text-decoration: underline;
}

/* catalog wrapper*/
.catalog_wrapper {
    float: right;
    width: 960px;
    padding-bottom: 60px;
}

.catalog_wrapper_header {
    line-height: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #DCDFE7;
    margin-bottom: 10px;
}

.catalog_srt_by {
    line-height: 20px;
    float: left;
    font-size: 13px;
    font-weight: 700;
    color: #262626;
    margin-right: 16px;
}

.sort_by_popular {
    float: left;
    line-height: 20px;
    font-size: 13px;
    color: #262626;
    margin-right: 16px;
    transition: 0.3s;
    cursor: pointer;
}

.sort_by_price {
    float: left;
    color: #262626;
    font-size: 13px;
    line-height: 20px;
    transition: 0.3s;
    cursor: pointer;
    box-sizing: border-box;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../img/price-cheap-to-expensive.svg');
}

.sort_by_price.active {
    background-image: url('../img/price-cheap-to-expensive-active.svg');
    color: #ACD318;
}

.sort_by_price.to_low {
    background-image: url('../img/price-expensive-to-cheap.svg');
}

.sort_by_price.to_low.active {
    background-image: url('../img/price-expensive-to-cheap-active.svg');
}

.sort_by_popular.active {
    color: #ACD318;
}

.table_view_button {
    float: right;
    height: 20px;
    width: 20px;
    /*margin-left: 10px;*/
    background-image: url(../img/table-view.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
    cursor: pointer;
}

.table_view_button.active {
    background-image: url(../img/table-view-active.svg);
}

.list_view_button {
    float: right;
    height: 20px;
    width: 20px;
    background-image: url(../img/list-view.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
    cursor: pointer;
}

.list_view_button.active {
    background-image: url(../img/list-view-active.svg);
}

.catalog_wrapper_body {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.load_more_products {
    width: 240px;
    height: 400px;
    background: #FFFFFF;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    border-radius: 2px;
    padding-top: 115px;
    text-align: center;
    cursor: pointer;
}

.load_more_products img {
    margin-bottom: 16px;
}

.load_more_text {
    width: 200px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #262626;
}

#list_view {
    display: none;
}

.catalog_product_container {
    width: 240px;
    #height: 455px;
    height: 400px;
    margin-bottom: 10px;
}

.catalog_product_container .product_block {
    width: 240px;
    padding: 20px;
}

.paginator {
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 20px;
}

.paginator_button {
    display: inline-block;
    margin-right: 27px;
    font-size: 13px;
    color: #262626;
    transition: 0.3s;
    cursor: pointer;
}
.paginator_button a{
    color: #262626;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: initial;
}

.paginator_button.active {
    color: #84C425;
    cursor: initial;
}

.pafinator_dots {
    display: inline-block;
    margin-right: 27px;
    font-size: 13px;
    color: #262626;
}

.paginator_next {
    display: inline-block;
    box-sizing: border-box;
    height: 36px;
    line-height: 34px;
    font-size: 13px;
    background: #FFFFFF;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: pointer;
    padding-left: 20px;
    position: relative;
    width: 111px;
    text-align: left;
    transition: 0.3s;
}
.paginator_next a, .paginator_prev a{
    color: #262626;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: initial;
}
.paginator_next:hover {
    border-color: #8D96B1;
}

.paginator_next img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 26px;
}

.paginator_prev {
    display: inline-block;
    box-sizing: border-box;
    height: 36px;
    line-height: 34px;
    font-size: 13px;
    background: #FFFFFF;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: pointer;
    padding-right: 20px;
    position: relative;
    width: 111px;
    text-align: right;
    transition: 0.3s;
    margin-right: 27px;
}

.paginator_prev:hover {
    border-color: #8D96B1;
}

.paginator_prev img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 26px;
}

/* catalog text */
.catalog_text_block {
    width: 100%;
    /*padding-top: 70px;*/
}

.catalog_text_block h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #8D96B1;
    margin-bottom: 8px;
}

.catalog_text_block h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #8D96B1;
    margin-bottom: 8px;
}

.catalog_text_block p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #8D96B1;
    margin-bottom: 18px;
}

.catalog_text_block ul {
    margin-bottom: 18px;
    padding-left: 30px;
}

.catalog_text_block li {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #8D96B1;
}

/* product block list view */
.product_block_list {
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
}

.product_block_list_photo {
    float: left;
    width: 245px;
    height: 208px;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
}

.product_block_list_photo img {
    position: absolute;
    margin: auto;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    height: 100%;
}

.product_block_list_info {
    float: left;
    width: 435px;
    margin-right: 20px;
    padding-top: 10px;
}

.product_block_list_title {
    font-size: 16px;
    line-height: 19px;
    color: #262626;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
}

.product_block_characteristics_change_link {
    text-decoration: none;
    color: #00ACF5;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.product_block_characteristics_change_link:hover {
    color: #0088C2;
}

.product_block_list_price {
    height: 20px;
    margin-bottom: 16px;
}

.product_block_list_price.with_old .product_block_price_old {
    display: block;
}

.product_block_list_price.with_old .product_block_price_main {
    color: #FC5753;
}

.product_block_characteristics.list {
    margin-bottom: 16px;
}

.product_block_list_info .product_block_icons {
    margin-bottom: 0;
}

.product_block_list_buttons {
    float: left;
    width: 200px;
}

.product_block_list_learn_more {
    width: 200px;
    background: #00ACF5;
    border-radius: 2px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    display: block;
    text-decoration: none;
    margin-bottom: 16px;
    transition: 0.3s;
}

.product_block_list_learn_more:hover {
    background-color: #0088C2;
}

.product_block_list_add_to_cart {
    height: 16px;
    line-height: 16px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 28px;
    position: relative;
    color: #00ACF5;
    font-size: 13px;
    cursor: pointer;
}

.product_block_list_add_to_cart:hover {
    text-decoration: underline;
}

.product_block_list_add_to_cart img {
    position: absolute;
    top: 0;
    left: 0;
}

/* CART */
.cart_blackout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #343B4B;
    opacity: 0.72;
    z-index: 100;
    display: none;
}

.cart_modal_container {
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    padding-top: 100px;
    display: none;
    z-index: 101;
    padding-bottom: 100px;
    box-sizing: border-box;
}

.cart_modal_container::-webkit-scrollbar {
    display: none;
}

.cart_modal {
    /*position: fixed;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;*/
    width: 996px;
    height: auto;
    background: #FFFFFF;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 30px;
    padding-top: 0;
    margin: 0 auto;
    /*z-index: 101;*/
    /*display: none;*/
}

.cart_modal_header {
    line-height: 27px;
    font-size: 24px;
    color: #262626;
    padding: 30px 0;
    border-bottom: 1px solid #DCDFE7;
    position: relative;
}

.cart_close {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.cart_items_container {
    margin-bottom: 30px;
}

.cart_item {
    box-sizing: border-box;
    padding: 20px 0;
    padding-left: 26px;
    position: relative;
    border-bottom: 1px solid #DCDFE7;
}

.delete_cart_item {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.cart_item_photo {
    float: left;
    height: 77px;
    width: 92px;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
}

.cart_item_photo img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.cart_item_title_block {
    float: left;
    padding-top: 10px;
    width: 283px;
    margin-right: 20px;
}

.cart_item_title {
    line-height: 16px;
    font-size: 13px;
    font-weight: 700;
    color: #262626;
    width: 100%;
    margin-bottom: 10px;
}

.cart_item_title a {
    color: #262626;
    text-decoration: none;
}

.cart_item_description {
    font-size: 12px;
    line-height: 15px;
    color: #262626;
}

.cart_item_description b {
    font-weight: 500;
}

.cart_item_quantity_block {
    float: left;
    width: 108px;
    margin-right: 100px;
    padding-top: 10px;
}

.cart_item_quantity_block_title {
    font-size: 13px;
    line-height: 16px;
    color: #262626;
    margin-bottom: 10px;
}

.cart_item_quantity_block_buttons {
    display: flex;
    width: 100%;
    height: 36px;
}

.cart_item_quantity_minus {
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #DCDFE7;
    border-radius: 2px 0 0 2px;
    position: relative;
    cursor: pointer;
}

.cart_item_quantity_minus img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.cart_item_quantity_num {
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #DCDFE7;
    line-height: 34px;
    border-left: none;
    border-right: none;
    color: #262626;
    font-size: 13px;
    text-align: center;
}

.cart_item_quantity_plus {
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #DCDFE7;
    border-radius: 0 2px 2px 0;
    position: relative;
    cursor: pointer;
}

.cart_item_quantity_plus img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.cart_item_price_block {
    float: left;
    padding-top: 10px;
}

.cart_item_price_title {
    font-size: 13px;
    line-height: 16px;
    color: #262626;
    margin-bottom: 10px;
}

.cart_item_price {
    line-height: 18px;
    font-size: 15px;
    font-weight: 700;
    color: #FC5753;
}

.total_sum_block {
    width: 100%;
    box-sizing: border-box;
    padding-left: 650px;
    padding-bottom: 16px;
}

.total_sum_block_title {
    font-size: 13px;
    color: #262626;
    margin-bottom: 10px;
    line-height: 16px;
}

.total_sum_block_price {
    line-height: 46px;
    font-size: 36px;
    color: #262626;
    font-weight: 700;
}

.cart_buttons {
    width: 100%;
    height: 46px;
}

.cart_in_touch {
    float: left;
    width: 200px;
    height: 46px;
    line-height: 46px;
    color: #262626;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    margin-right: 240px;
}

.cart_in_touch:hover {
    border-color: #00ACF5;
    color: #00ACF5;
}

.cart_credit {
    float: left;
    width: 200px;
    height: 46px;
    line-height: 46px;
    color: #262626;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    margin-right: 10px;
    display: none !important;
}

.cart_credit:hover {
    border-color: #00ACF5;
    color: #00ACF5;
}

.cart_submit {
    float: right;
    width: 200px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    background: #00ACF5;
    display: block;
    text-decoration: none;
}

.cart_submit:hover {
    background-color: #0088C2;
}

/* get in touch */
.get_in_touch_modal {
    width: 444px;
    height: 298px;
    background: #FFFFFF;
    border-radius: 2px;
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    box-sizing: border-box;
    padding: 30px;
    display: none;
}

.get_in_touch_close {
    position: absolute;
    top: 35px;
    right: 30px;
    cursor: pointer;
}

.get_in_touch_modal_title {
    line-height: 30px;
    font-size: 20px;
    color: #262626;
    margin-bottom: 16px;
}

.git_input_title {
    font-size: 13px;
    line-height: 16px;
    color: #262626;
    margin-bottom: 10px;
}

.git_input {
    width: 100%;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    border-radius: 2px;
    transition: 0.3s;
    margin-bottom: 16px;
    color: #262626;
    font-size: 13px;
    padding-left: 12px;
}

.git_input:hover {
    border: 1px solid #8D96B1;
}

.git_input:focus {
    border: 1px solid #00ACF5;
}

.git_input::-webkit-input-placeholder {
    color: #CED1D9;
}

.git_input::-moz-placeholder {
    color: #CED1D9;
}

.git_input:-moz-placeholder {
    color: #CED1D9;
}

.git_input:-ms-input-placeholder {
    color: #CED1D9;
}

.git_buttons {
    height: 36px;
    width: 100%;
}

.git_submit {
    float: right;
    width: 116px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    background: #00ACF5;
    margin-left: 30px;
}

.git_submit:hover {
    background-color: #0088C2;
}

.git_cancel {
    float: right;
    width: 80px;
    height: 36px;
    line-height: 36px;
    color: #262626;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

.git_cancel:hover {
    color: #8D96B1;
}

/* LOGIN */
.login_blackout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #343B4B;
    opacity: 0.72;
    z-index: 100;
    display: none;
}

.login_modal {
    width: 444px;
    height: 298px;
    background: #FFFFFF;
    border-radius: 2px;
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    box-sizing: border-box;
    padding: 30px;
    display: none;
}

.login_modal.error {
    height: 330px;
}

.login_modal.restore {
    height: 268px;
}

.login_modal.done {
    height: 140px;
}

.login_close {
    position: absolute;
    top: 35px;
    right: 30px;
    cursor: pointer;
}

.login_close_mobile {
    display: none;
}

.login_modal_title {
    line-height: 30px;
    font-size: 20px;
    color: #262626;
    margin-bottom: 16px;
}

.login_modal_subtitle {
    line-height: 16px;
    margin-bottom: 16px;
    font-size: 13px;
    color: #262626;
    display: none;
}

.login_modal_subtitle span {
    font-weight: 500;
}

.login_modal.restore .login_modal_subtitle {
    display: block;
}

.login_modal.done .login_modal_subtitle {
    display: block;
}

.login_modal.error .login_modal_subtitle {
    display: block;
    color: #FC5753;
}

.login_input_title {
    font-size: 13px;
    line-height: 16px;
    color: #262626;
    margin-bottom: 10px;
}

.login_input {
    width: 100%;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    border-radius: 2px;
    transition: 0.3s;
    margin-bottom: 16px;
    color: #262626;
    font-size: 13px;
    padding-left: 12px;
}

.login_input:hover {
    border: 1px solid #8D96B1;
}

.login_input:focus {
    border: 1px solid #00ACF5;
}

.login_input::-webkit-input-placeholder {
    color: #CED1D9;
}

.login_input::-moz-placeholder {
    color: #CED1D9;
}

.login_input:-moz-placeholder {
    color: #CED1D9;
}

.login_input:-ms-input-placeholder {
    color: #CED1D9;
}

.login_buttons {
    height: 36px;
    width: 100%;
}

.login_submit {
    float: right;
    width: 116px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    background: #00ACF5;
    margin-left: 30px;
}

.login_submit:hover {
    background-color: #0088C2;
}

.forgot_pass_btn {
    float: left;
    line-height: 36px;
    font-size: 13px;
    color: #00ACF5;
    cursor: pointer;
    display: none;
}

.forgot_pass_btn:hover {
    text-decoration: underline;
}

/* SAVE CONF */
.conf_blackout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #343B4B;
    opacity: 0.72;
    z-index: 100;
    display: none;
}

.conf_modal {
    width: 444px;
    height: 220px;
    background: #FFFFFF;
    border-radius: 2px;
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    box-sizing: border-box;
    padding: 30px;
    display: none;
}

.conf_close {
    position: absolute;
    top: 35px;
    right: 30px;
    cursor: pointer;
}

.conf_modal_title {
    line-height: 30px;
    font-size: 20px;
    color: #262626;
    margin-bottom: 16px;
}

.conf_input_title {
    font-size: 13px;
    line-height: 16px;
    color: #262626;
    margin-bottom: 10px;
}

.conf_input {
    width: 100%;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    border-radius: 2px;
    transition: 0.3s;
    margin-bottom: 16px;
    color: #262626;
    font-size: 13px;
    padding-left: 12px;
}

.conf_input:hover {
    border: 1px solid #8D96B1;
}

.conf_input:focus {
    border: 1px solid #00ACF5;
}

.conf_input::-webkit-input-placeholder {
    color: #CED1D9;
}

.conf_input::-moz-placeholder {
    color: #CED1D9;
}

.conf_input:-moz-placeholder {
    color: #CED1D9;
}

.conf_input:-ms-input-placeholder {
    color: #CED1D9;
}

.conf_buttons {
    height: 36px;
    width: 100%;
}

.conf_submit {
    float: right;
    width: 116px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    background: #00ACF5;
    margin-left: 30px;
}

.conf_submit:hover {
    background-color: #0088C2;
}

/* MESSAGE MODAL */
.message_blackout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(52, 59, 75, 0.72);
    z-index: 100;
    display: none;
}

/* .message_blackout.git{
	background-color: transparent;
} */
.message_modal {
    width: 444px;
    height: 210px;
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    border-radius: 2px;
    z-index: 101;
    box-sizing: border-box;
    padding: 30px 50px;
    text-align: center;
}

.message_modal.git-success {
    height: 240px;
}

.modal_icon {
    margin-bottom: 16px;
}

.message_modal_text {
    line-height: 30px;
    font-size: 20px;
    color: #262626;
    margin-bottom: 16px;
}

.message_modal_btn {
    width: 132px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    background: #00ACF5;
    margin: 0 auto;
}

.message_modal_btn:hover {
    background-color: #0088C2;
}

/* REVIEWS SUCCESS MODAL */
.reviews_success_modal {
    width: 444px;
    height: 210px;
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    border-radius: 2px;
    z-index: 101;
    box-sizing: border-box;
    padding: 30px 50px;
    text-align: center;
    display: none;
}

.reviews_success_modal_icon {
    margin-bottom: 16px;
}

.reviews_success_modal_text {
    line-height: 30px;
    font-size: 20px;
    color: #262626;
    margin-bottom: 16px;
}

.reviews_success_modal_btn {
    width: 132px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    background: #00ACF5;
    margin: 0 auto;
}

.reviews_success_modal_btn:hover {
    background-color: #0088C2;
}

/* PRODUCT */
.product_wrapper {
    width: 1200px;
    margin: 0 auto;
}

.product_tabs_header_wrapper {
    width: 1200px;
    margin: 0 auto;
}

.product_main_block {
    width: 100%;
    min-height: 440px;
    margin-bottom: 20px;
}

.product_photo_block {
    float: left;
    width: 572px;
    margin-right: 40px;
	/*display: none;*/
}

.product_photo_block_sidebar {
    width: 56px;
    height: 100%;
    margin-right: 40px;
    float: left;
}

.d3_button {
    width: 56px;
    height: 56px;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 10px;
    text-align: center;
    border: 2px solid #fff;
}

.d3_button img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 1px;
}

.d3_button div {
    line-height: 15px;
    font-size: 11px;
    width: 100%;
    position: absolute;
    top: 36px;
    left: 0;
    text-align: center;
    color: #262626;
}

.d3_button.selected {
    border: 2px solid #ACD318;
}

.product_photo_block_mini_photo {
    width: 56px;
    height: 56px;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 10px;
}

.product_photo_block_mini_photo.selected {
    border: 2px solid #ACD318;
}

.product_photo_block_mini_photo img {
    position: absolute;
    margin: auto;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    width: 56px;
}

.product_photo_block_mini_video {
    width: 56px;
    height: 56px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 20px;
}

.product_photo_block_mini_video.selected {
    border: 2px solid #ACD318;
}

.product_photo_block_mini_video_bg {
    position: absolute;
    margin: auto;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    height: 56px;
    z-index: 1;
}

.product_photo_block_mini_video.selected .video_badge {
    left: -2px;
    top: -2px;
}

.video_badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #ACD318;
    z-index: 2;
}

.video_badge_img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.product_photo_block_main_3d {
    float: left;
    height: 320px;
    width: 476px;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    display: none;
}

.product_photo_block_main_3d iframe {
    width: 100%;
    height: 100%;
}

.product_photo_block_main_photo {
    float: left;
    height: 400px;
    width: 476px;
    position: relative;
    overflow: hidden;
	/*display: none;*/
}

.product_photo_block_main_photo .proudct_slider_inner img {
    margin: auto;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    width: 100%;
}

.proudct_slider_inner img {
	display: none;
}

.product_photo_block_main_video {
    width: 476px;
    height: 269px;
    float: left;
    display: none;
    margin-top: 43.5px;
}

.cursorshade {
    border: none !important;
}

.product_photo_block_sidebar_more {
    line-height: 16px;
    font-size: 13px;
    color: #00ACF5;
    cursor: pointer;
    text-align: center;
    display: none;
}

.product_photo_block_sidebar_more:hover {
    text-decoration: underline;
}

.product_main_block_info {
    float: left;
    width: 486px;
}

.product_main_block_code {
    line-height: 16px;
    font-size: 13px;
    color: #8D96B1;
    margin-bottom: 10px;
}

.product_main_block_title {
    line-height: 33px;
    font-size: 30px;
    color: #262626;
    margin-bottom: 10px;
    font-weight: 400;
}

.product_main_block_avail_block {
    height: 22px;
    margin-bottom: 16px;
}

.availability_block {
    float: left;
    margin-right: 15px;
}

.avail_block_stars {
    display: none;
    float: left;
    margin-top: 8px;
    height: 16px;
    width: 86px;
    /*display: flex;*/
    justify-content: space-between;
}

.avail_block_stars .star {
    height: 12px;
    width: 12px;
    background-image: url(../img/star-grey.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.avail_block_stars.rating-1 .star:first-child {
    background-image: url(../img/star-color.svg);
}

.avail_block_stars.rating-2 .star:first-child, .avail_block_stars.rating-2 .star:nth-child(2) {
    background-image: url(../img/star-color.svg);
}

.avail_block_stars.rating-3 .star:first-child, .avail_block_stars.rating-3 .star:nth-child(2), .avail_block_stars.rating-3 .star:nth-child(3) {
    background-image: url(../img/star-color.svg);
}

.avail_block_stars.rating-4 .star:first-child, .avail_block_stars.rating-4 .star:nth-child(2), .avail_block_stars.rating-4 .star:nth-child(3), .avail_block_stars.rating-4 .star:nth-child(4) {
    background-image: url(../img/star-color.svg);
}

.avail_block_stars.rating-5 .star {
    height: 12px;
    width: 12px;
    background-image: url(../img/star-color.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.avail_title {
    line-height: 16px;
    margin-bottom: 3px;
    font-size: 13px;
    color: #8D96B1;
}

.avail_bar {
    width: 122px;
    background: linear-gradient(270deg, #32BA20 0%, #FDBF2D 49.58%, #FC5753 100%);
    border-radius: 10px;
    position: relative;
    height: 3px;
}

.avail_bar_inner {
    background-color: #EEF2F4;
    height: 3px;
    position: absolute;
    top: 0;
    right: 0;
}

.product_main_block_price {
    height: 43px;
    line-height: 43px;
    margin-bottom: 16px
}

.product_main_block_price_label {
    float: left;
    font-size: 13px;
    color: #FC5753;
    font-weight: 500;
    line-height: 55px;
    margin-right: 16px;
}

.product_main_block_price_main {
    float: left;
    line-height: 43px;
    color: #FC5753;
    font-weight: 700;
    font-size: 36px;
    margin-right: 16px;
}

.product_main_block_price_old {
    float: left;
    line-height: 43px;
    color: #262626;
    font-weight: 400;
    font-size: 36px;
    position: relative;
}

.product_main_block_price_old .line {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #262626;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
}

.product_main_block_buttons {
    height: 46px;
    width: 100%;
    margin-bottom: 16px;
}

.product_main_block_buy {
    float: left;
    width: 238px;
    height: 46px;
    line-height: 46px;
    background: #FC5753;
    border-radius: 2px;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.3s;
}

.product_main_block_buy:hover {
    background-color: #FB2621;
}

.product_main_block_credit {
    float: right;
    width: 238px;
    height: 46px;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    line-height: 46px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #262626;
    cursor: pointer;
    transition: 0.3s;
    display: none !important;
}

.product_main_block_credit:hover {
    color: #00ACF5;
    border-color: #00ACF5;
}

.product_block_buttons > .product_main_block_disabled {
    width: 100%;
}

.product_main_block_disabled {
    float: left;
    width: 238px;
    height: 46px;
    line-height: 46px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    box-sizing: border-box;
    background-color: #DCDFE7;
    cursor: pointer;
}

.product_main_block_similar {
    float: right;
    width: 238px;
    height: 46px;
    line-height: 46px;
    background: #00ACF5;
    border-radius: 2px;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.3s;
}

.product_main_block_similar:hover {
    background-color: #0088C2;
    transition: 0.3s;
}

.product_main_block_get_in_touch {
    height: 36px;
    margin-bottom: 14px;
    position: relative;
    /* width: 320px; */
}

.product_main_block_get_in_touch .git_submit {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 2px 2px 0;
    width: 156px;
    margin: 0;
    line-height: 38px;
}

/* .product_main_block_get_in_touch:hover{
	text-decoration: underline;
}
.product_main_block_get_in_touch img{
	position: absolute;
	top: -5px;
	left: -3px;
} */
.product_main_block_cards {
    font-size: 12px;
    margin-bottom: 16px;
}

.product_main_block_cards img {
    vertical-align: middle;
}

.product_main_block_cards span {
    vertical-align: middle;
}

.product_main_block_more_photos {
    height: 16px;
    line-height: 16px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 28px;
    position: relative;
    color: #00ACF5;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 16px;
    display: none !important;
}

.slider_block .product_main_block_more_photos {
    height: 364px;
    padding-left: 100px;
}

.product_main_block_more_photos:hover {
    text-decoration: underline;
}

.product_main_block_more_photos img {
    position: absolute;
    top: -2px;
    left: 0;
}

.product_main_block_characteristics {
    font-size: 12px;
    line-height: 15px;
    color: #262626;
    margin-bottom: 10px;
}

.product_main_block_characteristics_change_link {
    text-decoration: none;
    color: #00ACF5;
    text-decoration: underline;
    text-decoration-style: dotted;
    cursor: pointer;
}

.product_main_block_characteristics_change_link:hover {
    color: #0088C2;
}

.product_tabs_header {
    height: 44px;
    line-height: 43px;
    border-bottom: 1px solid #DCDFE7;
    box-sizing: border-box;
    padding-left: 11px;
    padding-right: 11px;
}

.product_tabs_header_item {
    float: left;
    margin-right: 30px;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #262626;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
}

.product_tabs_header_item:last-child {
    margin-right: 0;
}

.product_tabs_header_item.active {
    color: #ACD318;
}

.product_tabs_header_item.active .product_tabs_header_item_underline {
    opacity: 1;
}

.product_tabs_header_item_underline {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ACD318;
    transition: 0.3s;
    opacity: 0;
}

.product_tabs_body {
    width: 100%;
    padding-top: 30px;
    margin-bottom: 40px;
    position: relative;
    min-height: 221px;
}

.customer_security {
    position: absolute;
    top: 30px;
    right: 0;
    width: 282px;
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #DCDFE7;
    border-radius: 2px;
}

.customer_security_title {
    font-size: 20px;
    line-height: 30px;
    color: #262626;
    margin-bottom: 14px;
}

.customer_security_item {
    font-size: 13px;
    color: #343B4B;
    line-height: 15px;
    margin-bottom: 8px;
}

.customer_security_item img {
    vertical-align: middle;
    height: 10px;
    margin-bottom: 2px;
    margin-right: 5px;
}

.customer_security.mobile {
    display: none;
}

.product_tabs_body_section {
    width: 100%;
    display: none;
}

#section_about {
    display: block;
}

.product_tab_characteristics_blocks_container {
    margin-bottom: 30px;
}

.product_tab_characteristics_block {
    width: 870px;
    margin-bottom: 18px;
}

.product_tab_characteristics_block:last-child {
    margin-bottom: 0;
}

.product_tab_characteristics_title {
    width: 370px;
    float: left;
}

.product_tab_characteristics_title .title {
    float: left;
    line-height: 16px;
    font-size: 13px;
    color: #262626;
    font-weight: 700;
    margin-right: 10px;
}

.product_tab_characteristics_title .dots {
    float: left;
    height: 12px;
    width: 100%;
    background-image: linear-gradient(to right, #DCDFE7 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
}

.product_tab_characteristics_text {
    float: left;
    margin-left: 10px;
    width: calc(100% - 380px);
    font-size: 13px;
    line-height: 16px;
    color: #262626;
    font-weight: 400;
}

.product_tab_characteristics_text_btn {
    color: #00ACF5;
    text-decoration: underline;
    text-decoration-style: dotted;
    cursor: pointer;
    transition: 0.3s;
    margin-left: 3px;
}

.product_tab_characteristics_text_btn:hover {
    color: #0088C2;
}

.product_tab_characteristics_plain_text {
    width: 592px;
    font-size: 13px;
    color: #262626;
    line-height: 16px;
    margin-bottom: 30px;
}

.product_tab_characteristics_plain_text h2 {    
    font-size: 1.2rem; /* 32px */    
    margin-top: 1.25rem; /* 20px */    
    margin-bottom: 1.25rem; /* 20px */
}

.product_tab_characteristics_plain_text p {    
    margin-top: 1rem; /* 16px */    
    margin-bottom: 1rem; /* 16px */
}

.product_tab_characteristics_plain_text ul {    
    margin-top: 1rem; /* 16px */    
    margin-bottom: 1rem; /* 16px */    
    padding-left: 1rem; /* 16px */
}

.product_tab_characteristics_plain_text li {    
    margin-bottom: 1rem; /* 16px */
}

.product_tab_characteristics_plain_text h3 {    
    font-size: 1rem; /* 24px */    
    margin-top: 1.125rem; /* 18px */    
    margin-bottom: 1.125rem; /* 18px */
}

.product_tab_characteristics_plain_text ol {    
    margin-top: 1rem; /* 16px */    
    margin-bottom: 1rem; /* 16px */    
    padding-left: 1rem; /* 16px */
}

.configurator_section {
    margin-bottom: 30px;
}

.configurator_header {
    /*height: 30px;*/
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 20px;
    color: #262626;
}

.configurator_body {
    width: auto;
}

.configurator_side_photo {
    width: 92px;
    float: left;
    margin-right: 30px;
    display: none;
}

.configurator_side_photo img {
    width: 100%;
    height: auto;
}

.configurator_items {
    float: left;
    width: 500px;
}

.configurator_label {
    margin-bottom: 16px;
    display: block;
    cursor: pointer;
}

.configurator_label:hover .configurator_radio_button {
    border-color: #ACD318;
}

.configurator_label:last-child {
    margin-bottom: 0;
}

.configurator_label input {
    display: none;
}

.configurator_label input:checked + .configurator_radio_button {
    background-color: #ACD318;
    border-color: #ACD318;
}

.configurator_radio_button {
    float: left;
    position: relative;
    height: 16px;
    width: 16px;
    border-radius: 100%;
    border: 1px solid #DCDFE7;
    margin-right: 10px;
    box-sizing: border-box;
    transition: 0.3s;
}

.configurator_radio_button_inner {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 100%;
}

.configurator_label_text {
    float: left;
    line-height: 16px;
    font-size: 13px;
    color: #262626;
    max-width: 307px;
    margin-right: 10px;
}

.configurator_label_dots {
    float: left;
    height: 12px;
    width: 100%;
    background-image: linear-gradient(to right, #DCDFE7 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    /* margin-right: 10px; */
}

.configurator_label_price {
    float: right;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #262626;
}

.accessories_section {
    margin-bottom: 30px;
}

.accessories_header {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 20px;
    color: #262626;
}

.accessories_body {
    display: flex;
    font-size: 0;
    flex-wrap: wrap;
}

.accessories_label_block_container {
    width: 240px;
    height: 295px;
}

.accessories_label_block {
    width: 240px;
    height: 295px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.accessories_label_block:hover {
    height: 371px;
    z-index: 2;
    box-shadow: 0px 3px 6px rgba(141, 150, 177, 0.4);
}

.accessories_label_block.checked {
    border-color: #ACD318;
}

.accessories_label_link {
    width: 200px;
    height: 46px;
    line-height: 46px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    background-color: #00ACF5;
    border-radius: 2px;
    transition: 0.3s;
}

.accessories_label_link:hover {
    background-color: #0088C2;
}

.accessories_label {
    display: block;
    position: relative;
    width: 240px;
    height: 295px;
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #fff;
    padding: 20px;
    padding-top: 30px;
    cursor: pointer;
    transition: 0.3s;
}

.accessories_label:hover .accessories_radio_button {
    border-color: #ACD318;
}

.accessories_label.checked {
    border-color: #ACD318;
}

.accessories_label input {
    display: none;
}

.accessories_photo {
    width: 100%;
    height: 168px;
    overflow: hidden;
    position: relative;
    margin-bottom: 16px;
}

.accessories_photo img {
    width: 100%;
    height: auto;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.accessories_radio_button {
    height: 16px;
    width: 16px;
    border-radius: 100%;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    transition: 0.3s;
    position: absolute;
    top: 10px;
    right: 10px;
}

.accessories_radio_button_inner {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 100%;
}

.accessories_label input:checked + .accessories_radio_button {
    background-color: #ACD318;
    border-color: #ACD318;
}

.accessories_title {
    font-size: 13px;
    line-height: 16px;
    color: #262626;
    margin-bottom: 10px;
}

.accessories_price_block {
    font-size: 13px;
    line-height: 19px;
    font-weight: 700;
    color: #262626;
}

.bottom_nav_bar {
    height: 78px;
    line-height: 78px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 17px rgba(141, 150, 177, 0.4);
    position: fixed;
    left: 0;
    bottom: 0;
    transform: translateY(78px);
    z-index: 5;
    padding: 0 83px;
    box-sizing: border-box;
    transition: 0.3s;
}

.bottom_nav_bar.active {
    transform: translateY(0);
}

.consultation_button {
    float: left;
    height: 20px;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    margin-top: 29px;
    line-height: 20px;
    font-size: 13px;
    color: #00ACF5;
    cursor: pointer;
}

.consultation_button:hover {
    text-decoration: underline;
}

.consultation_button img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 2px;
}

.bottom_nav_button {
    float: right;
    height: 46px;
    width: 220px;
    background: #00ACF5;
    border-radius: 2px;
    font-weight: 500;
    line-height: 46px;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: 20px;
    margin-top: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.bottom_nav_button:hover {
    background: #0088C2;
}

.bottom_nav_price {
    float: right;
    font-size: 36px;
    color: #262626;
    font-weight: 700;
}

/* GET PHOTOS */
.get_photos_blackout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #343B4B;
    opacity: 0.72;
    z-index: 10;
    display: none;
}

.get_photos_modal {
    position: fixed;
    height: 258px;
    width: 224px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(141, 150, 177, 0.4);
    border-radius: 2px;
    box-sizing: border-box;
    padding: 20px;
    z-index: 11;
    display: none;
}

.get_photos_title {
    font-size: 13px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 6px;
}

.get_photos_label {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: block;
    padding-left: 26px;
    font-size: 13px;
    color: #262626;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}

.get_photos_label input {
    display: none;
}

.get_photos_label:hover .get_photos_radio_button {
    border-color: #ACD318;
}

.get_photos_label input:checked + .get_photos_radio_button {
    background-color: #ACD318;
    border-color: #ACD318;
}

.get_photos_radio_button {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    height: 16px;
    width: 16px;
    border-radius: 100%;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    transition: 0.3s;
}

.get_photos_radio_button_inner {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 100%;
}

.get_photos_label img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    height: 16px;
}

.get_photos_phone_input {
    height: 36px;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #DCDFE7;
    font-size: 13px;
    color: #262626;
    box-sizing: border-box;
    padding-left: 12px;
    margin-top: 7px;
    transition: 0.3s;
    margin-bottom: 10px;
}

.get_photos_phone_input:hover {
    border: 1px solid #8D96B1;
}

.get_photos_phone_input:focus {
    border: 1px solid #00ACF5;
}

.get_photos_phone_input::-webkit-input-placeholder {
    color: #CED1D9;
}

.get_photos_phone_input::-moz-placeholder {
    color: #CED1D9;
}

.get_photos_phone_input:-moz-placeholder {
    color: #CED1D9;
}

.get_photos_phone_input:-ms-input-placeholder {
    color: #CED1D9;
}

.more_photo_btn {
    height: 36px;
    width: 100%;
    border-radius: 2px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    background-color: #00ACF5;
    line-height: 36px;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}

.more_photo_btn:hover {
    background-color: #0088C2;
}

/* REVIEWS */
/*.reviews_section{
	padding-top: 30px;
}*/
.reviews_left {
    float: left;
    width: 572px;
}

.reviews_title {
    height: 30px;
    line-height: 30px;
    color: #262626;
    font-size: 20px;
}

.reviews_title span {
    color: #8D96B1;
}

.reviews_header {
    height: 36px;
    line-height: 36px;
    padding-bottom: 8px;
    border-bottom: 1px solid #DCDFE7;
}

.reviews_btn {
    float: right;
    height: 36px;
    width: 153px;
    line-height: 36px;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #ACD318;
    transition: 0.3s;
    cursor: pointer;
}

.reviews_btn:hover {
    background-color: #87A513;
}

.reviews_sort {
    float: left;
    font-size: 13px;
    line-height: 36px;
    color: #262626;
    margin-right: 18px;
}

.reviews_sort_by_date {
    float: left;
    color: #262626;
    margin-right: 16px;
    font-size: 13px;
    cursor: pointer;
}

.reviews_sort_by_date.active {
    color: #ACD318;
}

.reviews_sort_by_mark {
    float: left;
    color: #262626;
    font-size: 13px;
    cursor: pointer;
}

.reviews_sort_by_mark.active {
    color: #ACD318;
}

.reviews_right {
    margin-top: 30px;
    float: right;
    width: 486px;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 2px;
    border: 1px solid #DCDFE7;
    display: none;
}

.reviews_right_title {
    font-size: 20px;
    line-height: 30px;
    color: #262626;
    margin-bottom: 10px;
}

.reviews_right_block {
    height: 20px;
    line-height: 20px;
    margin-bottom: 12px;
}

.reviews_right_block:last-child {
    margin-bottom: 0;
}

.reviews_right_block .stars {
    width: 116px;
    display: flex;
    justify-content: space-between;
    float: left;
    margin-right: 8px;
}

.reviews_right_block .stars .star {
    height: 20px;
    width: 20px;
    background-image: url(../img/star-grey.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.reviews_right_block .stars .star.color {
    height: 20px;
    width: 20px;
    background-image: url(../img/star-color.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.stars_block_percent {
    float: left;
    font-size: 13px;
    line-height: 20px;
    color: #8D96B1;
    width: 25px;
    margin-right: 195px;
}

.reviews_num {
    float: left;
    line-height: 20px;
    font-size: 13px;
    color: #343B4B;
}

.review_block {
    padding-top: 20px;
    padding-bottom: 10px;
}

.review_block_header {
    height: 46px;
    margin-bottom: 16px;
}

.review_photo {
    float: left;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    background-color: #eee;
    text-decoration: none;
    display: block;
}

.review_photo img {
    position: absolute;
    margin: auto;
    width: 100%;
    height: auto;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
}

.review_info {
    float: left;
    height: 46px;
}

.review_info_title {
    height: 16px;
    line-height: 16px;
    padding-top: 5px;
    margin-bottom: 4px;
}

.review_name {
    line-height: 16px;
    font-size: 13px;
    color: #262626;
    float: left;
    margin-right: 6px;
    text-decoration: none;
    display: block;
}

.review_date {
    line-height: 16px;
    font-size: 13px;
    color: #8D96B1;
    float: left;
}

.review_info_stars {
    height: 16px;
    width: 86px;
    display: flex;
    justify-content: space-between;
}

.review_info_stars .star {
    height: 12px;
    width: 12px;
    background-image: url(../img/star-grey.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review_info_stars.rating-1 .star:first-child {
    background-image: url(../img/star-color.svg);
}

.review_info_stars.rating-2 .star:first-child, .review_info_stars.rating-2 .star:nth-child(2) {
    background-image: url(../img/star-color.svg);
}

.review_info_stars.rating-3 .star:first-child, .review_info_stars.rating-3 .star:nth-child(2), .review_info_stars.rating-3 .star:nth-child(3) {
    background-image: url(../img/star-color.svg);
}

.review_info_stars.rating-4 .star:first-child, .review_info_stars.rating-4 .star:nth-child(2), .review_info_stars.rating-4 .star:nth-child(3), .review_info_stars.rating-4 .star:nth-child(4) {
    background-image: url(../img/star-color.svg);
}

.review_info_stars.rating-5 .star {
    height: 12px;
    width: 12px;
    background-image: url(../img/star-color.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review_recommend {
    height: 14px;
    line-height: 14px;
    padding-top: 2px;
    padding-left: 24px;
    font-size: 13px;
    color: #FF9425;
    font-weight: 700;
    position: relative;
    margin-bottom: 16px;
}

.review_recommend img {
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

.review_text_block {
    margin-bottom: 16px;
}

.review_text_block.review {
    margin-bottom: 0;
}

.review_text_block_title {
    line-height: 16px;
    font-size: 13px;
    color: #262626;
    margin-bottom: 8px;
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
}

.review_text_block_text {
    font-size: 13px;
    color: #262626;
    line-height: 15px;
    display: inline-block;
}

.review_backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #343B4B;
    opacity: 0.72;
    z-index: 99;
    display: none;
}

.review_modal_container {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    width: 444px;
    /* overflow: scroll; */
    height: 100%;
    z-index: 100;
    display: none;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

.review_modal_container::-webkit-scrollbar {
    display: none;
}

.review_modal {
    position: relative;
    background-color: #fff;
    border-radius: 2px;
    width: 444px;
    padding: 30px;
    box-sizing: border-box;
    display: none;
}

.review_modal_close {
    position: absolute;
    top: 35px;
    right: 30px;
    cursor: pointer;
}

.review_modal_title {
    font-size: 20px;
    line-height: 30px;
    color: #262626;
}

.review_modal_subtitle {
    font-size: 13px;
    line-height: 15px;
    color: #8D96B1;
    margin-bottom: 16px;
}

.review_modal_input_title {
    font-size: 13px;
    line-height: 15px;
    color: #262626;
    margin-bottom: 10px;
}

.review_modal_stars {
    display: flex;
    justify-content: space-between;
    width: 116px;
    height: 20px;
    margin-bottom: 16px;
}

.review_modal_stars .star {
    height: 20px;
    width: 20px;
    background-image: url(../img/star-grey.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.3s;
}

.review_modal_stars .star.color {
    height: 20px;
    width: 20px;
    background-image: url(../img/star-color.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review_modal_stars .star.selected-color {
    height: 20px;
    width: 20px;
    background-image: url(../img/star-color.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review_modal_input {
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #DCDFE7;
    font-size: 13px;
    color: #262626;
    padding-left: 12px;
    border-radius: 2px;
    margin-bottom: 16px;
    transition: 0.3s;
}

.review_modal_input:focus {
    border-color: #00ACF5;
}

.review_modal_textarea {
    width: 100%;
    height: 65px;
    box-sizing: border-box;
    border: 1px solid #DCDFE7;
    font-size: 13px;
    line-height: 15px;
    color: #262626;
    padding-left: 12px;
    padding-top: 10px;
    border-radius: 2px;
    margin-bottom: 16px;
    transition: 0.3s;
    resize: none;
}

.review_modal_textarea:focus {
    border-color: #00ACF5;
}

.review_modal_recommed {
    display: block;
    width: 100%;
    line-height: 16px;
    position: relative;
    box-sizing: border-box;
    padding-left: 26px;
    color: #262626;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 30px;
    transition: 0.3s;
}

.review_modal_recommed:hover .review_modal_checkbox {
    border: 1px solid #00ACF5;
}

.review_modal_recommed input {
    display: none;
}

.review_modal_recommed input:checked + .review_modal_checkbox {
    background-color: #00ACF5;
    border-color: #00ACF5;
    background-image: url(../img/check-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.review_modal_checkbox {
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 1px solid #DCDFE7;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
}

.review_modal_separator {
    width: 100%;
    height: 1px;
    background-color: #DCDFE7;
    margin-bottom: 18px;
}

.review_modal_button {
    height: 36px;
    width: 151px;
    line-height: 36px;
    border-radius: 2px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    background-color: #DCDFE7;
    transition: 0.3s;
    display: inline-block;
    float: right;
}

.review_modal_button.active {
    background-color: #00ACF5;
    cursor: pointer;
}

.review_modal_button.active:hover {
    background-color: #0088C2;
}

.no_reviews {
    font-size: 13px;
    color: #8D96B1;
    margin-top: 30px;
}

.review_modal_social_block {
    height: 22px;
    line-height: 22px;
    margin-bottom: 16px;
}

.fb_iframe_widget {
    vertical-align: top !important;
}

.g-signin2 {
    display: inline-block !important;
    margin-left: 6px !important;
    vertical-align: top !important;
}

.abcRioButton {
    height: 22px !important;
    width: 82px !important;
}

.abcRioButtonContents {
    font-size: 13px !important;
    line-height: 22px !important;
    margin-left: 0 !important;
}

.abcRioButtonIcon {
    height: 14px !important;
    padding: 4px !important;
}

.abcRioButtonSvgImageWithFallback {
    height: 14px !important;
    width: 18px !important;
}

.abcRioButtonSvgImageWithFallback svg {
    height: 14px !important;
}

.review_facebook_btn {
    height: 16px;
    float: left;
    position: relative;
    padding-left: 24px;
    line-height: 16px;
    font-size: 13px;
    color: #3C5A99;
    text-decoration: none;
}

.review_facebook_btn img {
    position: absolute;
    top: 0;
    left: 0;
}

.google-btn {
    display: inline-block;
    margin-left: 8px;
    border-radius: 2px;
    box-sizing: border-box;
    height: 22px;
    text-decoration: none;
    vertical-align: top;
    text-align: center;
    transition: 0.3s;
}

.google-btn img {
    height: 22px;
    width: auto;
}

.google-btn:hover {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.logout_flag .review_modal_logged_out {
    display: block;
}

.logged_flag .review_modal_logged_out {
    display: none;
}

.logged_flag .review_modal_logged_in {
    display: block;
}

.review_modal_logged_in {
    display: none;
    height: 46px;
    line-height: 46px;
    margin-bottom: 16px;
}

.review_modal_photo {
    float: left;
    width: 46px;
    height: 46px;
    margin-right: 10px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    background-color: #eee;
}

.review_modal_photo img {
    position: absolute;
    margin: auto;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    width: 100%;
    height: auto;
}

.review_modal_name {
    float: left;
    font-size: 13px;
    color: #262626;
}

/* PHOTO PREVIEW */
.photo_preview_modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding: 20px;
    box-sizing: border-box;
    display: none;
    transform: translateZ(0);
}

.photo_preview_close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.photo_preview_modal_sidebar {
    height: calc(100% - 40px);
    position: absolute;
    left: 20px;
    top: 20px;
    padding-right: 20px;
    border-right: 1px solid #DCDFE7;
    width: 56px;
    background: #fff;
}

.photo_preview_modal_im {
    height: 100%;
}

.photo_preview_modal_mini_photo {
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    border-radius: 2px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.photo_preview_modal_mini_photo.selected {
    border: 2px solid #84C425;
}


/*.product_photo_block_main_photo_img {
	display: none;
}*/

.photo_preview_modal_mini_photo_img {
    position: absolute;
    margin: auto;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    width: 56px;
    height: auto;
}

/*.photo_preview_modal_main_photo_container{
	height: 100%;
	width: auto;
	margin: 0 auto;
}*/

.photo_preview_modal_main_photo {
    width: auto;
    height: 100%;
    margin: 0 auto;
    display: block;
}

/* CHECKOUT */
.checkout_wrapper {
    width: 996px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.checkout_left {
    width: 384px;
    float: left;
}

.checkout_title {
    font-size: 30px;
    line-height: 33px;
    color: #262626;
    margin-bottom: 30px;
    font-weight: 400;
}

.checkout_input_title {
    font-size: 13px;
    line-height: 16px;
    color: #262626;
    margin-bottom: 10px;
}

.select_blackout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}

.checkout_input_title.credit {
    display: none;
}

.checkout_input_title.paytype {
    display: none;
}

.checkout_paytype_select_block {
    width: 384px;
    height: 46px;
    position: relative;
    margin-bottom: 26px;
    display: none;
}

.checkout_paytype_select {
    width: 100%;
    height: 46px;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
    color: #262626;
    line-height: 44px;
    background-image: url('../img/select-arrow-down.svg');
    background-repeat: no-repeat;
    background-position: center right 12px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

.checkout_paytype_select:hover {
    border-color: #8D96B1;
}

.checkout_paytype_select.opened {
    background-image: url('../img/select-arrow-up.svg');
    border-color: #8D96B1;
}

.checkout_paytype_select img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 12px;
}

.checkout_paytype_select.selected {
    color: #262626;
}

.checkout_paytype_select_dropdown {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(141, 150, 177, 0.4);
    border-radius: 2px;
    overflow: hidden;
    box-sizing: border-box;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
}

.checkout_paytype_select_dropdown.opened {
    opacity: 1;
    pointer-events: auto;
}

.checkout_paytype_select_dropdown_item {
    width: 100%;
    height: 36px;
    padding-left: 12px;
    line-height: 36px;
    font-size: 13px;
    color: #262626;
    cursor: pointer;
    box-sizing: border-box;
}

.checkout_paytype_select_dropdown_item:hover {
    background-color: #EEF2F4;
    color: #00ACF5;
}

.checkout_credit_select_block {
    width: 384px;
    height: 46px;
    position: relative;
    margin-bottom: 26px;
    display: none;
}

.checkout_credit_select {
    width: 100%;
    height: 46px;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
    color: #DCDFE7;
    line-height: 44px;
    background-image: url('../img/select-arrow-down.svg');
    background-repeat: no-repeat;
    background-position: center right 12px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

.checkout_credit_select:hover {
    border-color: #8D96B1;
}

.checkout_credit_select.opened {
    background-image: url('../img/select-arrow-up.svg');
    border-color: #8D96B1;
}

.checkout_credit_select img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 12px;
}

.checkout_credit_select.selected {
    color: #262626;
}

.checkout_credit_select_dropdown {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(141, 150, 177, 0.4);
    border-radius: 2px;
    overflow: hidden;
    box-sizing: border-box;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
}

.checkout_credit_select_dropdown.opened {
    opacity: 1;
    pointer-events: auto;
}

.checkout_credit_select_dropdown_item {
    width: 100%;
    height: 36px;
    padding-left: 12px;
    line-height: 36px;
    font-size: 13px;
    color: #262626;
    cursor: pointer;
    box-sizing: border-box;
}

.checkout_credit_select_dropdown_item:hover {
    background-color: #EEF2F4;
    color: #00ACF5;
}

.credit_slider_block {
    display: none;
}

.credit_slider_title {
    margin-bottom: 12px;
    font-weight: 700;
    color: #262626;
    line-height: 16px;
    font-size: 13px;
}

.credit_slider_subtitle {
    font-size: 13px;
    line-height: 15px;
    color: #262626;
    margin-bottom: 15px;
}

.credit_slider_line {
    height: 2px !important;
    width: 100% !important;
    background-color: #DCDFE7 !important;
    border: none !important;
    margin-bottom: 13px !important;
}

.credit_slider_handle {
    background: #FFFFFF !important;
    border: 1px solid #DCDFE7 !important;
    box-sizing: border-box !important;
    border-radius: 42px !important;
    width: 20px !important;
    height: 20px !important;
    top: -9px !important;
    cursor: pointer !important;
}

.credit_slider_range {
    background-color: #ACD318 !important;
}

.credit_slider_numbers {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}

.credit_slider_numbers span {
    color: #262626;
    font-size: 13px;
}

.checkout_delivery_select_block {
    width: 384px;
    height: 46px;
    position: relative;
    margin-bottom: 10px;
}

.checkout_delivery_select {
    width: 100%;
    height: 46px;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
    color: #DCDFE7;
    line-height: 44px;
    background-image: url('../img/select-arrow-down.svg');
    background-repeat: no-repeat;
    background-position: center right 12px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

.checkout_delivery_select:hover {
    border-color: #8D96B1;
}

.checkout_delivery_select.opened {
    background-image: url('../img/select-arrow-up.svg');
    border-color: #8D96B1;
}

.checkout_delivery_select img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 12px;
}

.checkout_delivery_select.selected {
    padding-left: 36px;
    color: #262626;
}

.checkout_delivery_select_dropdown {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(141, 150, 177, 0.4);
    border-radius: 2px;
    overflow: hidden;
    box-sizing: border-box;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    z-index: 200;
}

.checkout_delivery_select_dropdown.opened {
    opacity: 1;
    pointer-events: auto;
}

.checkout_delivery_select_dropdown_item {
    width: 100%;
    height: 36px;
    padding-left: 12px;
    line-height: 36px;
    font-size: 13px;
    color: #262626;
    cursor: pointer;
    box-sizing: border-box;
}

.checkout_delivery_select_dropdown_item span {
    font-weight: 700;
}

.checkout_delivery_select_dropdown_item:hover {
    background-color: #EEF2F4;
    color: #00ACF5;
}

.checkout_city_select_block {
    width: 384px;
    height: 46px;
    position: relative;
    margin-bottom: 10px;
    display: none;
}

.checkout_city_select {
    width: 100%;
    height: 46px;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
    color: #262626;
    line-height: 44px;
    background-image: url('../img/select-arrow-down.svg');
    background-repeat: no-repeat;
    background-position: center right 12px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

.checkout_city_select:hover {
    border-color: #8D96B1;
}

.checkout_city_select.opened {
    background-image: url('../img/select-arrow-up.svg');
    border-color: #8D96B1;
}

.checkout_city_select_dropdown {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(141, 150, 177, 0.4);
    border-radius: 2px;
    overflow: hidden;
    box-sizing: border-box;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    z-index: 200;
}

.checkout_city_select_dropdown.opened {
    opacity: 1;
    pointer-events: auto;
}

.checkout_city_select_dropdown_item {
    width: 100%;
    height: 36px;
    padding-left: 12px;
    line-height: 36px;
    font-size: 13px;
    color: #262626;
    cursor: pointer;
    box-sizing: border-box;
}

.checkout_city_select_dropdown_item:hover {
    background-color: #EEF2F4;
    color: #00ACF5;
}

.checkout_np-type_select_block {
    width: 384px;
    height: 46px;
    position: relative;
    margin-bottom: 10px;
    display: none;
}

.checkout_np-type_select {
    width: 100%;
    height: 46px;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
    color: #262626;
    line-height: 44px;
    background-image: url('../img/select-arrow-down.svg');
    background-repeat: no-repeat;
    background-position: center right 12px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

.checkout_np-type_select:hover {
    border-color: #8D96B1;
}

.checkout_np-type_select.opened {
    background-image: url('../img/select-arrow-up.svg');
    border-color: #8D96B1;
}

.checkout_np-type_select_dropdown {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(141, 150, 177, 0.4);
    border-radius: 2px;
    overflow: hidden;
    box-sizing: border-box;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    z-index: 200;
}

.checkout_np-type_select_dropdown.opened {
    opacity: 1;
    pointer-events: auto;
}

.checkout_np-type_select_dropdown_item {
    width: 100%;
    height: 36px;
    padding-left: 12px;
    line-height: 36px;
    font-size: 13px;
    color: #262626;
    cursor: pointer;
    box-sizing: border-box;
}

.checkout_np-type_select_dropdown_item:hover {
    background-color: #EEF2F4;
    color: #00ACF5;
}

.checkout_input {
    width: 384px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 12px;
    transition: 0.3s;
    color: #262626;
    font-size: 13px;
}

.checkout_textarea {
    resize: none;
    display: none;
    margin-bottom: 16px;
}

.checkout_iban {
    resize: none;
    display: none;
    margin-bottom: 16px;
}

.checkout_input:hover {
    border-color: #8D96B1;
}

.checkout_input:focus {
    border-color: #00ACF5;
}

.checkout_input::-webkit-input-placeholder {
    color: #DCDFE7;
}

.checkout_input::-moz-placeholder {
    color: #DCDFE7;
}

.checkout_input:-moz-placeholder {
    color: #DCDFE7;
}

.checkout_input:-ms-input-placeholder {
    color: #DCDFE7;
}

.city_input {
    margin-bottom: 10px;
    display: none;
}

.department_input {
    display: none;
}

.address_input {
    display: none;
}

.checkout_input_title.contacts {
    margin-top: 30px;
    display: none;
}

.checkout_input_title.comment {
    margin-top: 30px;
    display: none;
}

.checkout_input_title.iban_name {
    margin-top: 30px;
    display: none;
}

.name_input {
    margin-bottom: 10px;
    display: none;
}

.phone_input {
    margin-bottom: 10px;
    display: none;
}

.mail_input {
    margin-bottom: 16px;
    display: none;
}

.no_call_label {
    display: block;
    width: 100%;
    line-height: 16px;
    position: relative;
    box-sizing: border-box;
    padding-left: 26px;
    color: #262626;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 30px;
    transition: 0.3s;
    display: none;
}

.no_call_label.disabled {
    pointer-events: none;
    opacity: 0.3;
}

.no_call_label:hover .no_call_checkbox {
    border: 1px solid #00ACF5;
}

.no_call_label input {
    display: none;
}

.no_call_label input:checked + .no_call_checkbox {
    background-color: #00ACF5;
    border-color: #00ACF5;
    background-image: url(../img/check-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.no_call_checkbox {
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 1px solid #DCDFE7;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
}

.checkout_button {
    width: 384px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
    background-color: #00ACF5;
    font-size: 11px;
    letter-spacing: 1px;
    transition: 0.3s;
    cursor: pointer;
    display: none;
    margin-bottom: 150px;
}

.checkout_button:hover {
    background-color: #0088C2;
}

.checkout_right {
    background: #FFFFFF;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 20px 30px;
    float: right;
    width: 552px;
    margin-top: 26px;
}

.checkout_product_item {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DCDFE7;
    position: relative;
    box-sizing: border-box;
    padding-left: 112px;
    padding-top: 10px;
}

.checkout_product_item_photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 92px;
}

.checkout_product_item_title {
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    color: #262626;
    margin-bottom: 10px;
}

.checkout_product_item_title a {
    text-decoration: none;
    color: #262626;
}

.checkout_product_item_characteristics {
    font-size: 12px;
    line-height: 15px;
    color: #262626;
    margin-bottom: 10px;
}

.checkout_product_item_characteristics b {
    font-weight: 500;
}

.checkout_product_item_price {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    color: #262626;
}

.checkout_product_item_amount {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    color: #262626;
}

.checkout_right_total_title {
    float: left;
    font-size: 13px;
    color: #262626;
}

.checkout_right_total_sum {
    float: right;
    color: #262626;
    font-weight: 700;
    font-size: 36px;
}

.checkout_right_total_delivery {
    height: 16px;
    margin-bottom: 10px;
    display: none;
}

.checkout_right_total_delivery_title {
    float: left;
    font-size: 13px;
    color: #262626;
    line-height: 16px;
}

.checkout_right_total_delivery_sum {
    float: right;
    color: #262626;
    line-height: 16px;
    font-weight: 700;
    font-size: 13px;
}

/* CONTACTS */
.contacts_wrapper {
    width: 792px;
    margin: 0 auto;
    padding-bottom: 136px;
}

.contacts_title {
    font-size: 30px;
    color: #262626;
    margin-bottom: 32px;
    font-weight: 400;
}

.contacts_tabs_header {
    height: 44px;
    line-height: 43px;
    border-bottom: 1px solid #DCDFE7;
    box-sizing: border-box;
    padding-left: 11px;
    margin-bottom: 30px;
}

.contacts_tabs_header_item {
    float: left;
    margin-right: 30px;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #262626;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
}

.contacts_tabs_header_item:last-child {
    margin-right: 0;
}

.contacts_tabs_header_item.active {
    color: #ACD318;
}

.contacts_tabs_header_item.active .contacts_tabs_header_item_underline {
    opacity: 1;
}

.contacts_tabs_header_item_underline {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ACD318;
    transition: 0.3s;
    opacity: 0;
}

.contacts_container {
    margin-bottom: 30px;
}

.contacts_map {
    width: 100%;
    height: 343px;
    display: none;
}

#map-kiev {
    display: block;
}

.contacts_left {
    float: left;
    width: 294px;
    display: none;
}

#section-kiev {
    display: block;
}

.contats_subtitle {
    font-size: 13px;
    color: #262626;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 16px;
}

.phones_contacts_item {
    line-height: 16px;
    height: 16px;
    padding: 10px 0;
}

.phones_contacts_item img {
    margin-right: 10px;
    vertical-align: middle;
}

.phones_contacts_item_link {
    font-size: 13px;
    color: #262626;
    text-decoration: none;
}

.phones_contacts_item.last {
    margin-bottom: 30px;
}

.contacts_email_link {
    font-size: 13px;
    color: #4570F8;
    text-decoration: none;
    margin-bottom: 30px;
    display: block;
}

.contacts_email_link:hover {
    text-decoration: underline;
}

.contacts_address {
    font-size: 13px;
    line-height: 18px;
    color: #4570F8;
    margin-bottom: 30px;
}

.contacts_right {
    float: right;
    width: 384px;
}

.contacts_input_title {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
    color: #262626;
}

.contacts_input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 12px;
    transition: 0.3s;
    color: #262626;
    font-size: 13px;
    margin-bottom: 16px;
}

.contacts_textarea {
    width: 100%;
    height: 69px;
    line-height: 16px;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 12px;
    transition: 0.3s;
    color: #262626;
    font-size: 13px;
    margin-bottom: 16px;
    resize: none;
}

.contacts_input:hover, .contacts_textarea:hover {
    border-color: #8D96B1;
}

.contacts_input:focus, .contacts_textarea:focus {
    border-color: #00ACF5;
}

.contacts_input::-webkit-input-placeholder {
    color: #CED1D9;
}

.contacts_input::-moz-placeholder {
    color: #CED1D9;
}

.contacts_input:-moz-placeholder {
    color: #CED1D9;
}

.contacts_input:-ms-input-placeholder {
    color: #CED1D9;
}

.contacts_textarea::-webkit-input-placeholder {
    color: #CED1D9;
}

.contacts_textarea::-moz-placeholder {
    color: #CED1D9;
}

.contacts_textarea:-moz-placeholder {
    color: #CED1D9;
}

.contacts_textarea:-ms-input-placeholder {
    color: #CED1D9;
}

.contacts_submit {
    width: 116px;
    height: 36px;
    line-height: 36px;
    /*float: right;*/
    border-radius: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 500;
    background-color: #00ACF5;
    transition: 0.3s;
    cursor: pointer;
    border: none;
    margin-top: 15px;
}

.contacts_submit:hover {
    background-color: #0088C2;
}

/* ABOUT */
.about_wrapper {
    width: 792px;
    margin: 0 auto;
    padding-bottom: 136px;
}

.about_wrapper h1 {
    font-size: 30px;
    color: #262626;
    margin-bottom: 32px;
    font-weight: 400;
}

.about_wrapper p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #262626;
}

.wrapper.info {
    padding-bottom: 85px;
}

.wrapper.info > p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #262626;
}

/* PROFILE */
.profile_wrapper {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 136px;
}

.profile_title {
    font-size: 30px;
    line-height: 33px;
    color: #262626;
    margin-bottom: 32px;
}

.profile_tabs_header {
    height: 44px;
    line-height: 43px;
    border-bottom: 1px solid #DCDFE7;
    box-sizing: border-box;
    padding-left: 11px;
    margin-bottom: 30px;
}

.profile_tabs_header_item {
    float: left;
    margin-right: 30px;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #262626;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
}

.profile_tabs_header_item:last-child {
    margin-right: 0;
}

.profile_tabs_header_item.active {
    color: #ACD318;
}

.profile_tabs_header_item.active .profile_tabs_header_item_underline {
    opacity: 1;
}

.profile_tabs_header_item_underline {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ACD318;
    transition: 0.3s;
    opacity: 0;
}

.profile_tabs_body {
    width: 100%;
    display: none;
}

#section-history {
    display: block;
}

.history_item {
    width: 100%;
    height: 77px;
    padding: 10px 20px;
    border-bottom: 1px solid #DCDFE7;
}

.history_item_info {
    float: left;
}

.history_item_photo {
    float: left;
    height: 56px;
    width: auto;
    margin-right: 16px;
}

.history_item_title_block {
    float: left;
    width: 383px;
    margin-right: 24px;
}

.history_item_title {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 4px;
    color: #262626;
    margin-top: 9px;
}

.history_item_price {
    color: #343B4B;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
}

.history_item_quantity_block {
    float: left;
    width: 200px;
    margin-right: 30px;
}

.history_item_quantity_title {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 4px;
    color: #262626;
    margin-top: 9px;
}

.history_item_quantity_num {
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    color: #262626;
}

.history_item_date_block {
    float: left;
    width: 200px;
    margin-right: 30px;
}

.history_item_date_title {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 4px;
    color: #262626;
    margin-top: 9px;
}

.history_item_date_num {
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    color: #262626;
}

.history_item_sum_block {
    float: left;
    width: 200px;
}

.history_item_sum_title {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 4px;
    color: #262626;
    margin-top: 9px;
}

.history_item_sum_num {
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    color: #262626;
}

.profile_info_block {
    width: 384px;
    float: left;
    margin-right: 60px;
}

.profile_input_title {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
    color: #262626;
}

.profile_input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 12px;
    transition: 0.3s;
    color: #262626;
    font-size: 13px;
    margin-bottom: 16px;
}

.profile_input:hover {
    border-color: #8D96B1;
}

.profile_input:focus {
    border-color: #00ACF5;
}

.profile_info_button {
    width: 116px;
    height: 36px;
    line-height: 36px;
    float: right;
    border-radius: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 500;
    background-color: #00ACF5;
    transition: 0.3s;
    cursor: pointer;
    border: none;
}

.profile_info_button:hover {
    background-color: #0088C2;
}

.empty_history_block {
    width: 300px;
    padding-top: 30px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 136px;
}

.empty_history_block_title {
    line-height: 30px;
    font-size: 20px;
    color: #262626;
    margin-bottom: 8px;
}

.empty_history_block_subtitle {
    line-height: 16px;
    font-size: 13px;
    color: #8D96B1;
    margin-bottom: 14px;
}

.empty_history_block_btn {
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 11px;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
    background-color: #00ACF5;
    display: block;
    text-decoration: none;
    margin: 0 auto;
}

.empty_history_block_btn:hover {
    background-color: #0088C2;
}

.proudcts_modal_slider_left.second-left {
    left: 100px;
}

@media screen and (max-width: 1200px) {
    .proudcts_modal_slider_left.second-left {
        left: 0px;
    }
}

@media screen and (max-width: 1200px) {
    .photo_preview_modal_main_photo {
        height: auto;
        width: 100%;
    }

    .photo_preview_modal_sidebar {
        left: 0;
        display: flex;
        bottom: 0px;
        top: auto;
        height: 100px;
        width: 100%;
        padding-bottom: 10px;
        justify-content: center;
    }

    .photo_preview_modal_im {
        display: flex;
        align-items: center;
        align-content: center;
        height: 100%;
        width: 100%;
    }

    .photo_preview_modal_mini_photo {
        padding-right: 10px;
    }

    .blog_wrapper {
        width: 720px;
    }

    /* MAIN */
    .header_nav_bar {
        display: none;
    }

    .wrapper {
        width: 720px;
    }

    .header_main_bar .logo {
        /*display: none;*/
        position: absolute;
        top: 13px;
        margin: auto;
        left: 0;
        right: 0;
        width: 180px;
        padding-left: 44px;
    }

    .header_main_bar .logo_title_top {
        font-size: 15px;
        line-height: 14px;
        margin-top: 5px;
    }

    .header_main_bar .logo_title_bottom {
        font-size: 10px;
    }

    .cart_title {
        display: none;
    }

    .header_search_block {
        width: 720px;
        float: none;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 10px;
    }

    .catalog_dropdown_block {
        display: none;
    }

    .mobile_menu_button {
        display: block;
        float: left;
        margin-top: 20px;
        position: relative;
        z-index: 10;
    }

    .main_screen {
        width: 720px;
    }

    .slider_block {
        width: 720px;
    }

    .slider_container {
        height: 290px;
    }

    .slider {
        height: 290px;
    }

    .slide {
        height: 290px;
        padding-top: 40px;
        padding-left: 70px;
    }

    .slide_title {
        font-size: 36px;
        line-height: 44px;
        width: 320px;
    }

    .slide_subtitle {
        width: 320px;
    }

    .advantages_block {
        display: none;
    }

    .product_slider_header {
        width: 720px;
    }

    .proudcts_slider_block {
        width: 720px;
        height: 350px;
        overflow: hidden;
    }

    .product_block {
        height: 350px;
    }

    .product_block:hover {
        box-shadow: none;
        height: 350px;
        z-index: 2;
        overflow: hidden;
    }

    .footer {
        height: auto;
        padding-bottom: 40px;
    }

    .footer_wrapper {
        width: 720px;
        text-align: center;
    }

    .footer_studio_link {
        position: relative;
        bottom: 0;
        left: 0;
        display: block;
        margin-top: 30px;
    }

    .footer_logo_block {
        float: none;
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .footer_logo {
        display: inline-block;
    }

    .footer_text {
        margin: 0 auto;
    }

    .footer_links_block {
        float: none;
        margin-right: 0;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }

    .footer_social_block {
        float: none;
    }

    .footer_social_container {
        margin: 0 auto;
    }

    .main_screen {
        margin-bottom: 20px;
    }

    /* CATALOG */
    .catalog_tree {
        width: 720px;
        margin-bottom: 16px;
    }

    .catalog_header {
        width: 720px;
    }

    .catalog_body {
        width: 720px;
        min-height: 10px;
    }

    .catalog_wrapper {
        width: 480px;
    }

    .catalog_product_container .product_block {
        height: 340px;
    }

    .catalog_product_container {
        height: 340px
    }

    .list_view_button {
        /*display: none;*/
        margin: 0 6px 0 3px;
    }

    /* PRODUCT */
    .product_wrapper {
        width: 720px;
    }

    .product_tabs_header_wrapper {
        width: 720px;
    }

    .product_main_block {
        height: auto;
    }

    .product_photo_block {
        display: none;
    }

    .product_mobile_photo_slider_container {
        display: block;
        width: 100%;
        height: 605px;
        margin-bottom: 28px;
    }

    .product_mobile_photo_slider_container_inner {
        width: 100%;
        height: 605px;
        display: none;
    }

    .product_mobile_photo_slider {
        width: 100%;
        height: 605px;
    }

    .mobile_product_photo_container {
        width: 100%;
        height: 605px;
        position: relative;
        overflow: hidden;
    }

    .mobile_product_photo {
        position: absolute;
        margin: auto;
        left: -9999px;
        right: -9999px;
        top: -9999px;
        bottom: -9999px;
        width: 100%;
        height: auto;
    }

    .product_tab_characteristics_block {
        width: 100%;
    }

    .bottom_nav_bar {
        padding: 0 23px;
    }

    .product_footer {
        padding-bottom: 98px;
    }

    .slick-dots {
        list-style: none;
        text-align: center;
    }

    .slick-dots li {
        font-size: 0;
        display: inline-block;
        margin-right: 8px;
    }

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

    .slick-dots button {
        width: 8px;
        height: 8px;
        border: 1px solid #DCDFE7;
        box-sizing: border-box;
        border-radius: 100%;
        font-size: 0;
        background: #fff;
    }

    .slick-active button {
        background-color: #00ACF5;
        border-color: #00ACF5;
    }

    body {
        padding-top: 110px;
        box-sizing: border-box;
    }

    .header_main_bar {
        position: fixed;
        height: 110px;
    }

    /* CHECKOUT */
    .checkout_body {
        padding-top: 0;
    }

    .checkout_header .logo {
        display: block;
    }

    .checkout_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 16px;
        width: 720px
    }

    .checkout_wrapper {
        width: 720px;
        padding-bottom: 100px;
    }

    .checkout_container {
        width: 720px;
    }

    .checkout_right {
        display: none;
    }

    .checkout_left {
        float: none;
        width: 100%;
    }

    .checkout_delivery_select_block {
        width: 100%;
    }

    .checkout_city_select_block {
        width: 100%;
    }

    .checkout_credit_select_block {
        width: 100%;
    }

    .checkout_paytype_select_block {
        width: 100%;
    }

    .checkout_np-type_select_block {
        width: 100%;
    }

    .checkout_input {
        width: 100%;
    }

    .checkout_button.desktop {
        display: none !important;
    }

    .checkout_nav {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 92px;
        box-shadow: 0px -3px 6px rgba(141, 150, 177, 0.4);
        padding: 16px 12px 12px;
        box-sizing: border-box;
        background-color: #fff;
        z-index: 100;
    }

    .checkout_nav_info {
        height: 18px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .checkout_nav_info .title {
        font-size: 15px;
        font-weight: 700;
        color: #262626;
        float: left;
    }

    .checkout_nav_info .price {
        font-size: 15px;
        font-weight: 700;
        color: #262626;
        float: right;
    }

    .checkout_button.mobile.disabled {
        background-color: #DCDFE7;
        pointer-events: none;
    }

    .checkout_button.mobile {
        display: block !important;
        height: 36px;
        line-height: 36px;
        width: 100%;
    }

    .success_button {
        width: 100%;
    }

    .contacts_wrapper {
        width: 720px;
    }

    .about_wrapper {
        width: 720px
    }

    .proudcts_modal_slider_left:hover,
    .proudcts_slider_left:hover {
        background-color: rgba(38, 38, 38, 0.4);
    }

    .proudcts_modal_slider_right:hover,
    .proudcts_slider_right:hover {
        background-color: rgba(38, 38, 38, 0.4);
    }

    /* CART */
    .cart_modal_container {
        width: 100%;
        height: 100%;
        padding: 0;
        background-color: #fff;
        padding-top: 60px;
    }

    .cart_modal_container_header_mobile {
        display: block;
        width: 100%;
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #EEF2F4;
        z-index: 200;
    }

    .cart_modal_container_header_mobile .logo {
        display: block;
        float: left;
        margin-left: 12px;
    }

    .cart_modal_container_header_mobile .mobile_cart_close {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 12px;
    }

    .cart_modal {
        width: 100%;
        padding: 0 12px;
        padding-bottom: 140px;
    }

    .cart_modal_header {
        padding: 12px 0;
        font-size: 20px;
    }

    .cart_close {
        display: none;
    }

    .cart_item {
        padding: 26px 0;
        padding-left: 108px;
    }

    .delete_cart_item {
        top: 26px;
        bottom: initial;
        left: initial;
        right: 0;
    }

    .cart_item_photo {
        margin: 0;
        position: absolute;
        float: none;
        top: 26px;
        left: 0;
    }

    .cart_item_title_block {
        width: 100%;
        float: none;
        padding-top: 0;
        box-sizing: border-box;
        margin-bottom: 12px;
    }

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

    .cart_item_quantity_block {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 12px;
    }

    .cart_item_price_block {
        float: none;
        width: 100%;
    }

    .cart_mobile_bottom_nav {
        position: fixed;
        width: 100%;
        height: 176px;
        background-color: #fff;
        z-index: 200;
        bottom: 0;
        left: 0;
        box-shadow: 0px -3px 6px rgba(141, 150, 177, 0.4);
        box-sizing: border-box;
        padding: 12px;
        padding-top: 16px;
    }

    .total_sum_block {
        width: 100%;
        padding: 0;
        height: 18px;
        line-height: 18px;
        margin-bottom: 9px;
    }

    .total_sum_block_title {
        float: left;
        font-size: 15px;
        font-weight: 700;
        color: #262626;
        line-height: 18px;
    }

    .total_sum_block_price {
        float: right;
        font-size: 15px;
        font-weight: 700;
        color: #262626;
        line-height: 18px;
    }

    .cart_buttons {
        height: auto;
    }

    .cart_in_touch {
        float: none;
        width: 100%;
        margin: 0 0 6px;
        height: 36px;
        line-height: 36px;
    }

    .cart_credit {
        float: none;
        width: 100%;
        margin: 0 0 6px;
        height: 36px;
        line-height: 36px;
    }

    .cart_submit {
        float: none;
        width: 100%;
        margin: 0;
        height: 36px;
        line-height: 36px;
    }

    /* profile */
    .profile_wrapper {
        width: 720px;
    }

    .history_item {
        padding-left: 0;
        padding-right: 0;
    }

    .history_item_title_block {
        width: 180px;
    }

    .history_item_quantity_block {
        width: 120px;
    }

    .history_item_date_block {
        width: 120px;
    }

    .history_item_sum_block {
        width: 120px;
    }

    .profile_info_block {
        float: none;
        margin-right: 0;
    }

    /* customer security */
    .customer_security.desktop {
        display: none;
    }

    .customer_security.mobile {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        position: relative;
    }

    /* reviews */
    .reviews_right {
        float: none;
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .stars_block_percent {
        margin-right: 430px;
    }

    .reviews_left {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 740px) {
    .sitemap_wrapper {
        width: 296px;
    }

    .load_more_products {
        width: 148px;
        height: 257px;
        padding-top: 40px;
    }

    .load_more_products .load_more_text {
        width: auto;
    }

    .blog_reviews .reviews_title {
        margin-bottom: 5px;
    }

    /* MAIN */
    .blog_wrapper {
        width: 296px;
    }

    .post_text img {
        max-width: 100%;
        height: auto;
    }

    .blog_wrapper > .blog_post {
        position: initial;
        padding-left: 0;
    }

    .blog_wrapper > .blog_post > .blog_post_img {
        position: initial;
    }

    .wrapper {
        width: 296px;
    }

    .header_search_block {
        float: none;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 296px;
        bottom: 10px;
    }

    .slider_block {
        width: 296px;
    }

    .main_screen {
        width: 100%;
        padding-top: 0;
    }

    .main_screen .slider_block {
        width: 100%;
    }

    .advantages_block {
        display: block;
        width: 100%;
    }

    .advantage_info_block {
        display: none;
    }

    .slider_container {
        height: auto;
    }

    .slider {
        height: 150px;
    }

    .slide {
        height: 160px;
        padding-top: 20px;
        padding-left: 20px;
    }

    .slide_title {
        font-size: 13px;
        line-height: 16px;
        width: 148px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .slide_subtitle {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 10px;
        width: 148px;
    }

    .slide_button {
        width: 115px;
        height: 36px;
        line-height: 36px;
    }

    /*
	.slider_arrow_right,.opt_slider_arrow_right{
		opacity: 0;
	}
	.slider_arrow_left,.opt_slider_arrow_left{
		opacity: 0;
	}
	*/
    .product_slider_header {
        width: 296px;
    }

    .product_slider_title {
        font-size: 20px;
        line-height: 30px;
    }

    .product_slider_learn_more {
        display: none;
    }

    .proudcts_slider_block {
        width: 100%;
        height: 350px;
    }

    .proudcts_slider_inner {
        width: 100%;
    }

    .product_slider_slide {
        width: 100%;
    }

    .product_block {
        margin: 0 auto;
    }

    .footer_wrapper {
        width: 296px;
    }

    .header_search_dropdown_item {
        height: auto;
        text-decoration: none;
    }

    .header_search_dropdown_photo {
        display: none;
    }

    .header_search_dropdown_info {
        width: 100%;
        float: none;
    }

    .icons-left, .icons-right {
        opacity: 1;
    }

    /* CATALOG */
    .catalog_tree {
        width: 296px;
        /* display: none; */
    }

    .catalog_header {
        width: 296px;
        text-align: center;
        line-height: 30px;
        font-size: 20px;
        margin-bottom: 12px;
        height: auto;
    }

    .catalog_header_title {
        display: block;
        margin-bottom: 15px;
    }

    .catalog_header_subtitle {
        display: block;
    }

    .catalog_header.promo {
        margin-top: 12px;
    }

    .catalog_body {
        width: 296px;
    }

    .catalog_wrapper {
        width: 296px;
    }

    .filters_prices_input_from {
        width: calc(50% - 5px);
    }

    .filters_prices_input_to {
        width: calc(50% - 5px);
    }

    .filters_sidebar {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 100;
        background: #fff;
        padding: 72px 12px;
        box-sizing: border-box;
        overflow: scroll;
        display: none;
    }

    .filters_sidebar_header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        line-height: 60px;
        background-color: #EEF2F4;
        text-align: center;
        padding-bottom: 0;
        border-bottom: none;
        z-index: 101;
    }

    .filters_mobile_close {
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 12px;
    }

    .filters_sidebar_header .reset_filters_button {
        display: none;
    }

    .filters_mobile_title {
        display: block;
        font-weight: 500;
        font-size: 11px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #8D96B1;
    }

    .filters_block:nth-last-child(2) {
        border-bottom: none;
    }

    .filters_mobile_buttons {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background-color: #fff;
        z-index: 101;
        box-shadow: 0px -3px 6px rgba(141, 150, 177, 0.4);
        border-radius: 2px;
        box-sizing: border-box;
        padding: 12px;
    }

    .reset_filters_button.mobile {
        float: left;
        height: 36px;
        width: calc((100% - 10px) / 2);
        box-sizing: border-box;
        line-height: 34px;
        border-radius: 2px;
        border: 1px solid #DCDFE7;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 11px;
        text-align: center;
        color: #262626;
        letter-spacing: 1px;
        opacity: 1;
        padding-left: 0;
        pointer-events: auto;
    }

    .apply_filters_button {
        float: right;
        height: 36px;
        width: calc((100% - 10px) / 2);
        box-sizing: border-box;
        line-height: 36px;
        border-radius: 2px;
        background-color: #00ACF5;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 11px;
        text-align: center;
        color: #fff;
        letter-spacing: 1px;
        opacity: 1;
    }

    .catalog_wrapper_header {
        padding: 72px 12px;
        border-bottom: none;
        margin-bottom: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 100;
        display: none;
    }

    .catalog_wrapper_header .table_view_button, .catalog_wrapper_header .list_view_button {
        display: none !important;
    }

    .catalog_srt_by {
        float: none;
        margin-right: 0;
        font-weight: 500;
        font-size: 11px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #8D96B1;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        line-height: 60px;
        background-color: #EEF2F4;
        text-align: center;
        padding-bottom: 0;
        border-bottom: none;
        z-index: 101;
    }

    .mobile_catalog_srt_close {
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 12px;
    }

    .sort_by_popular {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .mobile_srt_apply_btn_wrapper {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background-color: #fff;
        z-index: 101;
        box-shadow: 0px -3px 6px rgba(141, 150, 177, 0.4);
        border-radius: 2px;
        box-sizing: border-box;
        padding: 12px;
    }

    .mobile_srt_apply_btn {
        display: block;
        position: absolute;
        bottom: 12px;
        left: 12px;
        width: calc(100% - 24px);
        height: 36px;
        box-sizing: border-box;
        line-height: 36px;
        border-radius: 2px;
        background-color: #00ACF5;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 11px;
        text-align: center;
        color: #fff;
        letter-spacing: 1px;
    }

    .table_view_button {
        /*display: none;*/
        margin: 0 3px 0 6px;
    }

    .catalog_mobile_filters_sort {
        display: flex;
        align-items: center;
        width: 296px;
        margin: 12px auto 22px;
        height: 36px;
        box-sizing: border-box;
        border-radius: 2px;
        border: 1px solid #DCDFE7;
    }

    .filters_mobile_show {
        width: 35%;
        border-right: 1px solid #DCDFE7;
        box-sizing: border-box;
        text-align: center;
        text-transform: uppercase;
        padding-right: 8px;
        position: relative;
        font-weight: 500;
        line-height: 34px;
        font-size: 11px;
        letter-spacing: 1px;
        color: #262626;
    }

    .filters_mobile_show span span {
        color: #00ACF5;
    }

    .filters_mobile_show_arrow {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 8px;
    }

    .sort_mobile_show {
        width: 45%;
        border-right: 1px solid #DCDFE7;
        box-sizing: border-box;
        text-align: center;
        text-transform: uppercase;
        padding-right: 8px;
        position: relative;
        font-weight: 500;
        line-height: 34px;
        font-size: 11px;
        letter-spacing: 1px;
        color: #262626;
    }

    .catalog_product_container {
        width: 148px;
        height: 257px;
    }

    .catalog_product_container .product_block {
        width: 148px;
        padding: 10px;
        height: 257px;
    }

    .catalog_product_container .product_block_photo {
        height: 106px;
        margin-bottom: 10px;
    }

    .catalog_product_container .product_block_title {
        height: 48px;
        margin-bottom: 8px;
    }

    .catalog_product_container .product_block_price {
        margin-bottom: 10px;
    }

    .catalog_product_container .product_block_buttons {
        height: 36px;
    }

    .catalog_product_container .product_block_learn_more {
        width: 96px;
        height: 36px;
        line-height: 36px;
    }

    .catalog_product_container .product_block_add_to_cart {
        margin-top: 10px;
    }

    .catalog_product_container .product_block_price_old {
/*        display: none !important;*/
    }

    /* PRODUCT */
    .product_wrapper {
        width: 296px;
    }

    .product_tabs_header_wrapper {
        width: 100%;
        overflow-x: scroll;
        position: relative;
        font-size: 0;
    }

    .product_tabs_header_wrapper::-webkit-scrollbar {
        display: none;
    }

    .product_tabs_header {
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

    .product_mobile_photo_slider_container {
        margin-top: 16px;
        height: 250px
    }

    .product_mobile_photo_slider_container_inner {
        height: 250px
    }

    .product_mobile_photo_slider {
        height: 250px
    }

    .mobile_product_photo_container {
        height: 250px;
    }

    .product_main_block_info {
        float: none;
        width: 100%;
    }

    .product_main_block_title {
        line-height: 30px;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .product_main_block_avail_block {
        margin-bottom: 12px;
    }

    .product_main_block_price {
        height: 28px;
        line-height: 28px;
    }

    .product_main_block_price_label {
        line-height: 34px
    }

    .product_main_block_price_main {
        font-size: 20px;
        line-height: 28px;
    }

    .product_main_block_price_old {
        font-size: 20px;
        line-height: 28px;
    }

    .product_main_block_buttons {
        /*height: 102px;*/
        height: auto;
    }

    .product_main_block_buy {
        width: 100%;
        float: none;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .product_main_block_credit {
        float: none;
        width: 100%;
    }

    .product_tab_characteristics_title {
        width: 100%;
        float: none;
        margin-bottom: 4px;
    }

    .product_tab_characteristics_title .dots {
        display: none;
    }

    .product_tab_characteristics_text {
        float: none;
        margin-left: 0;
        width: 100%;
    }

    .product_tab_characteristics_plain_text {
        width: 100%;
    }

    .consultation_button {
        font-size: 0;
    }

    .bottom_nav_button {
        width: 110px;
        margin-left: 12px;
    }

    .bottom_nav_price {
        font-size: 16px;
    }

    .configurator_side_photo {
        display: none;
    }

    .configurator_items {
        width: 100%;
    }

    .configurator_label {
        position: relative;
    }

    .configurator_label_text {
        max-width: 200px;
    }

    .configurator_label_dots {
        display: none;
    }

    .configurator_label_price {
        /* float: right; */
        position: absolute;
        top: 0;
        right: 0;
    }

    .message_modal {
        width: 290px;
    }

    .product_tabs_header_item {
        margin-right: 20px;
    }

    .reviews_right {
        padding: 15px;
    }

    .stars_block_percent {
        margin-right: 45px;
    }

    .reviews_header {
        height: 72px;
    }

    .reviews_btn {
        width: 296px;
    }

    .review_modal_container {
        width: 100%;
        align-items: flex-start;
    }

    .review_modal {
        width: 100%;
        border-radius: 0;
    }

    .review_modal_subtitle {
        width: 80%;
    }

    .review_modal_button {
        width: 100%;
    }

    /* CHECKOUT */
    .checkout_title {
        width: 296px
    }

    .checkout_wrapper {
        width: 296px;
    }

    .checkout_container {
        width: 296px;
    }

    .contacts_wrapper {
        width: 296px;
        padding-top: 16px;
        padding-bottom: 68px;
    }

    .about_wrapper {
        width: 296px;
        padding-top: 16px;
        padding-bottom: 68px;
    }

    .contacts_left {
        width: 100%;
        float: none;
    }

    .contacts_right {
        width: 100%;
        float: none;
    }

    .contacts_submit {
        width: 100%;
    }

    .get_in_touch_modal {
        width: 100%;
        height: 100%;
        padding: 0;
        padding-bottom: 12px;
    }

    .get_in_touch_close {
        display: none;
    }

    .get_in_touch_close_mobile {
        display: block;
        position: absolute;
        top: 20px;
        right: 12px;
    }

    .get_in_touch_modal_title {
        height: 60px;
        line-height: 60px;
        background-color: #EEF2F4;
        text-align: center;
        font-weight: 500;
        font-size: 11px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #8D96B1;
        margin-bottom: 16px;
    }

    .git_input_title {
        padding-left: 12px;
    }

    .git_input {
        width: calc(100% - 24px);
        margin-left: 12px;
    }

    .git_buttons {
        width: calc(100% - 24px);
        position: absolute;
        bottom: 12px;
        left: 12px;
    }

    .git_cancel {
        float: left;
    }

    .message_modal {
        width: 296px;
        height: 240px;
    }

    .reviews_success_modal {
        width: 296px;
        height: 240px;
    }

    .message_modal.git-success {
        padding: 30px 40px;
    }

    .chat_button {
        width: 50px;
        height: 50px;
    }

    /* profile */
    .profile_wrapper {
        width: 296px;
    }

    .profile_title {
        margin-top: 16px;
        font-size: 20px;
        line-height: 30px;
    }

    .history_item {
        height: auto;
        padding: 20px 0;
    }

    .history_item_info {
        float: right;
        width: calc(100% - 96px);
    }

    .history_item_title {
        margin-top: 0;
    }

    .history_item_title_block {
        margin-bottom: 5px;
    }

    .history_item_quantity_block {
        margin-bottom: 5px;
    }

    .history_item_date_block {
        margin-bottom: 5px;
    }

    .profile_info_block {
        width: 100%;
    }

    .profile_info_button {
        width: 100%;
    }

    /* 404 */
    .message_page_wrapper p {
        width: 240px;
    }

    /*  credit modal */
    .credit_modal {
        width: 300px;
        padding: 20px;
    }

    .credit_btn_title {
        width: 80%;
        margin: 0 auto;
    }

    .credit_modal_close {
        top: 25px;
        right: 20px;
    }

    .credit_btn_liqpay_img_container {
        width: 80%;
    }

    .credit_btn_liqpay_img_container img:last-child {
        display: none;
    }

    .credit_btn_liqpay_img_container img:nth-child(7) {
        display: none;
    }

    /*  login modal */
    .login_modal {
        width: 100%;
        height: 100%;
        border-radius: 0;
        padding: 76px 12px 0;
    }

    .login_modal.error {
        height: 100%;
    }

    .login_modal.restore {
        height: 100%;
    }

    .login_modal.done {
        height: 100%;
    }

    .login_modal_title {
        height: 60px;
        width: 100%;
        line-height: 60px;
        background-color: #EEF2F4;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 11px;
        color: #8D96B1;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .login_close {
        display: none;
    }

    .login_close_mobile {
        display: block;
        top: 20px;
        right: 12px;
        position: absolute;
        z-index: 5;
    }

    .login_buttons {
        width: 100%;
        padding: 0 12px;
        position: absolute;
        box-sizing: border-box;
        left: 0;
        bottom: 12px;
    }

    .login_submit {
        width: 45%;
    }

    .login_submit.restore {
        width: 100%;
    }

    .forgot_pass_btn {
        width: 45%;
        text-align: center;
    }
}

span.sticker {
    text-transform: uppercase;
    margin-top: -2px !important;
    z-index: 1;
    position: absolute;
    border: 1px solid black;
    padding: 4px;
    border-radius: 13px;
}

.sticker.super_price {
    padding: 5px 10px;
    background: #acd318;
    color: #fff;
    border: none;
}

.sticker.top_prodaj {
    padding: 5px 10px;
    background: #acd318;
    color: #fff;
    border: none;
}

.p-10, ul.p-10 li {
    padding: 10px;
}

.p-5, ul.p-5 li {
    padding: 5px;
}

.hidden {
    display: none;
}

.filters_block_checkbox_label.disabled {
    pointer-events: none;
    color: #ccc;
}

.slider_block .get_photos_modal {
    width: 700px;
    height: 350px;
}

.slider_block .get_photos_title {
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
}

.slider_block .slider_block {
    margin-top: 4px;
}

.fluent-text.get_photos_phone_input {
    padding: 10px;
    height: auto;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-sm-6 {
    width: 50%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}

.get_zajavka_modal {
    position: fixed;
    #height: 500px;
    #width: 600px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(141, 150, 177, 0.4);
    border-radius: 2px;
    box-sizing: border-box;
    padding: 20px;
    z-index: 11;
    display: none;
    max-width: 604px;
    max-height: 384px;
}

/*#modal-body {
	width: 540px !important;
	height: 364px !important;
}*/
#modal-ok {
    /*width: 500px;
	height: 100px;*/
}

#modal-ok .cancel {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

#modal-ok h2 {
    text-align: center;
    margin: 20px 0 10px;
}

#modal-ok h3 {
    text-align: center;
}

#modal-ok .success {
    margin: 50px auto;
    display: block;
}

.footer_social_container.dmca {
    margin-top: 10px;
    position: relative;
    left: -3px;
}

.b24-widget-button-position-bottom-right {
    right: 20px !important;
    bottom: 80px !important;
}

.post_author {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.post_author img {
    border-radius: 50%;
    margin-right: 10px;
    max-width: 50px;
}

/* faq */
.accordion {
    width: 100%;
    /*
ширина произвольная выбирается
*в зависимости от места размещения
*/
    min-height: 0;
    display: block;
    /* относительное позиционирование */
    position: relative;
    margin: 0 auto;
    padding: 0;
    background-color: #fefffa;
    overflow: hidden
}

/* заголовки панелей аккордеона */
.accordion h3 {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin: 0;
    padding: 10px 0;
    cursor: pointer;
    color: #8D96B1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* заголовки панелей аккордеона при наведении
* в данном варианте не срабатывает
*/
/* .accordion h2:hover {
    display: block;
    background-color: #005049;
}
*/
/* Формируем блоки с содерханием */
.msg {
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
}

/* оформляем параграфы */
.msg p {
    padding: 0;
    margin-bottom: 5px;
}

.faq_block > h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #8D96B1;
    margin-bottom: 8px;
}

.faq_block p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #8D96B1;
}

/* Позаботимся о небольших экранах */
@media (max-width: 550px) {
    .accordion {
        box-sizing: border-box;
        transform: translate(0, 0);
        max-width: 100%;
        min-height: 100%;
        margin: 0;
        left: 0;
    }
}

@media (max-width: 385px) {
    .slide {
        height: 150px;
    }
}

@media (max-width: 385px) {
    .slide {
        height: 150px;
    }
}

@media (max-width: 360px) {
    .slide {
        height: 140px;
    }
}

@media (max-width: 340px) {
    .slide {
        height: 130px;
    }
}

/* Формируем неупорядоченный список */
.accordion ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
}

/* Определяем и формируем отдельный элемент списка
 * в который поместим скрытый флажек,
 * заголовок панелей и блок с содержанием
 */
.accordion ul li {
    position: relative;
    padding: 0;
    margin: 0;
}

/* устанавливаем время ожидания перед воспроизведением анимации
 * на основе нумерации в дереве элементов
 */
.accordion ul li:nth-of-type(1) {
    animation-delay: 0.2s;
}

.accordion ul li:nth-of-type(2) {
    animation-delay: 0.2s;
}

.accordion ul li:nth-of-type(3) {
    animation-delay: 0.2s;
}

.accordion ul li:last-of-type {
    padding-bottom: 0;
}

/* Сформируем  указатель переключения состояния аккордеона */
.accordion ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 16px;
    /* расположим указатель на панели заголовка справа */
    right: 25px;
}

/* "Рисуем " сам указатель */
.accordion ul li i:before, .accordion ul li i:after {
    content: "";
    position: absolute;
    background-color: #8D96B1;
    width: 3px;
    height: 9px;
}

/* Добавляем элемент трансформации указателя при переключении */
.accordion ul li i:before {
    transform: translate(-2px, 0) rotate(45deg);
}

.accordion ul li i:after {
    transform: translate(2px, 0) rotate(-45deg);
}

/* Делаем чекбокс скрытым*/
.accordion ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}

/* Когда у флажка установлен checked
 * блок с содержанием скрыт
 */
.accordion ul li input[type=checkbox]:checked ~ div.msg {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
}

/* А указатель показывает вниз */
.accordion ul li input[type=checkbox]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg);
}

.accordion ul li input[type=checkbox]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg);
}

/*  Устанавливаем эффект перехода
 * между двумя состояниями указателя
 */
div.msg, ul li i:before, ul li i:after {
    transition: all 0.2s ease-in-out;
}

/**

/* //faq*/
#modal_in_stock .get_photos_title {
    font-size: 24px;
    color: #262626;
    float: left;
    font-weight: 400;
    margin-bottom: 15px;
}

#modal_in_stock .more_zajavka_btn {
    margin-top: 15px;
}

#modal_in_stock .form-control {
    height: 36px;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #DCDFE7;
    font-size: 13px;
    color: #262626;
    box-sizing: border-box;
    padding-left: 12px;
    margin-top: 7px;
    transition: 0.3s;
    margin-bottom: 10px;
}

#modal_in_stock #modal-ok p {
    font-size: 24px;
    color: #262626;
    float: left;
    font-weight: 400;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 30px;
    font-weight: 400;
}

#modal_in_stock .more_zajavka_btn, #modal_in_stock .continue {
    height: 36px;
    width: 100%;
    border-radius: 2px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    background-color: #00ACF5;
    line-height: 36px;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}

#modal_in_stock .more_zajavka_btn:hover, #modal_in_stock .continue:hover {
    background-color: #0088C2;
}

.b24-widget-button-wrapper {
    display: none !important;
}

.blog_wrapper .table {
    overflow: auto;
}

.catalog_text_block table {
    width: 100% !important;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #8D96B1;
    margin-bottom: 18px;
}

.blog_wrapper .post_text table {
    border-collapse: collapse;
    border: 1px solid;
}

.blog_wrapper .post_text ul {
    padding-left: 40px;
}

.blog_wrapper .post_text table td, .blog_wrapper .post_text table th {
    border: 1px solid;
}

.post_text table td {
    padding: 10px;
}

.blog_wrapper .blog_post .blog_post_img img {
    max-width: 100%;
    height: auto;
}

.blog_wrapper .blog_post .blog_post_img {
    top: initial;
}

#reviews .swiper-button-prev.swiper-button-outside:hover svg, #reviews .swiper-button-next.swiper-button-outside:hover svg {
    fill: #00ACF5;
}

#reviews {
    overflow: hidden;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 14px;
}

#reviews .title-h1 span {
    color: #999;
    font-size: 18px;
}

#reviews .icon-arrow {
    width: 10px;
    height: 16px;
    fill: #999;
    stroke: initial;
}

#reviews .icon-star {
    width: 14px;
    height: 13px;
    fill: #DFDFDF;
    stroke: initial;
}

#reviews img {
    max-width: 100%;
    vertical-align: middle;
}

#reviews svg {
    transition: all .3s;
}

#reviews ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#reviews .title-h1 {
    font-size: 20px;
    line-height: 24px;
    margin: 0.83em 0;
}

#reviews .title-h1 {
    font-weight: bold;
    display: block;
}

#reviews p {
    font-size: 12px;
    line-height: 18px;
    color: #050505;
    margin: 0 0 12px;
}

#reviews .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

#reviews .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

#reviews .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

#reviews .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

#reviews .swiper-button-prev, #reviews .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

#reviews .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

#reviews .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

#reviews .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

#reviews .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

#reviews .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

#reviews .button {
    color: #fff;
    text-decoration: none;
    background: #00ACF5;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    cursor: pointer;
    border-radius: 16px;
    border: none;
    outline: none;
    line-height: 1;
    text-align: center;
    padding: 0 24px;
    min-height: 48px;
    transition: all .2s ease;
    white-space: nowrap;
}

#reviews .button:disabled {
    background: #0088C2;
    cursor: default;
}

#reviews .button:disabled:hover {
    background: #0088C2;
}

#reviews .button:hover {
    background: #0088C2;
}

#reviews .rating {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    text-decoration: none;
}

#reviews .rating__list {
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

#reviews .rating__item {
    cursor: pointer;
    position: relative;
    display: -ms-flexbox;
    display: flex;
}

#reviews .rating__item:not(:last-child) {
    margin-right: 3px;
}

#reviews .rating__item--full svg {
    fill: #FFBE00;
}

#reviews .review {
    width: 100%;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    padding: 16px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

#reviews .review__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}

#reviews .review__header {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 16px;
    position: relative;
}

#reviews .review__photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 8px 0 0;
    background: #DFDFDF;
}

#reviews .review__title a {
    text-decoration: none;
    font-size: 14px;
    color: #050505;
    margin: 0;
}

#reviews .review__date {
    display: block;
    color: #999;
    font-size: 12px;
}

#reviews .review__text {
    margin: 8px 0 -8px;
    text-align: justify;
}

#reviews .review__text p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 8px;
}

#reviews .swiper {
    position: relative;
}

#reviews .swiper-container {
    position: relative;
}

#reviews .swiper-container.fake-overflow {
    overflow: visible;
}

#reviews .swiper-container.fake-overflow:before, #reviews .swiper-container.fake-overflow:after {
    position: absolute;
    content: '';
    right: 100%;
    top: -5px;
    height: calc(100% + 10px);
    width: 9999px;
    background: #f8f8f8;
    z-index: 2;
}

#reviews .swiper-container.fake-overflow:after {
    left: 100%;
}

#reviews .swiper-scroll {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 8px 0 0;
    position: relative;
    z-index: 5;
}

#reviews .swiper-scrollbar {
    width: 100%;
    bottom: auto;
    left: auto;
    right: 0;
    top: calc(100% + 44px);
    z-index: -1;
    height: 1px;
    display: none;
}

#reviews .swiper-scrollbar-drag {
    border-radius: 8px;
    height: 8px;
    background: #999;
    top: -4px;
    cursor: pointer;
}

#reviews .swiper-button-prev, #reviews .swiper-button-next {
    border: 1px solid #DFDFDF;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    border-radius: 14px;
    width: 40px;
    height: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    margin: 0;
    z-index: 5;
}

#reviews .swiper-button-prev svg, #reviews .swiper-button-next svg {
    fill: #999;
}

#reviews .swiper-button-next {
    right: -15px;
}

#reviews .swiper-button-prev {
    left: -15px;
}

#reviews .swiper-button-prev svg {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#reviews .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    height: auto;
    transition: opacity .6s;
}

#reviews .swiper-slide-active {
    z-index: 1;
}

#reviews .section {
    position: relative;
    padding: 8px 0 0;
}

#reviews .section--review .swiper-container {
    padding: 0 0 0 3px;
}

#reviews .section--review .swiper-container:after {
    display: none;
}

#reviews .section--review .swiper-button-prev, #reviews .section--review .swiper-button-next {
    top: calc(50% - 28px);
}

#reviews .section--review .swiper-scrollbar {
    -ms-flex-order: -1;
    order: -1;
}

#reviews .section--review .swiper-scroll .button {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
}

#reviews .section--review .swiper-slide .review {
    box-shadow: 0 0 6px rgba(5, 5, 5, 0.15);
}

@media (min-width: 600px) {
    #reviews .title-h1 {
        font-size: 24px;
        line-height: 1;
    }

    #reviews p {
        font-size: 14px;
        line-height: 21px;
    }

    #reviews .section {
        padding: 16px 0 0;
    }
}

@media (min-width: 768px) {
    #opt_block_list .slick-track {
        display: flex;
        justify-content: center;
    }

    #opt_block_list .slick-slide {
        width: 236px !important;
        min-height: 280px !important;
        max-height: 285px !important;
        margin-bottom: 7px;
    }

    #reviews .swiper-button-prev.swiper-button-outside, #reviews .swiper-button-next.swiper-button-outside {
        bottom: calc(100% + 20px);
        -ms-transform: none;
        transform: none;
        top: auto;
        width: 60.5px;
        height: 46px;
    }

    #reviews .swiper-button-next.swiper-button-outside {
        right: 0;
        border-radius: 0 16px 16px 0;
        border-left: none;
    }

    #reviews .swiper-button-next.swiper-button-outside:before {
        position: absolute;
        content: '';
        width: 1px;
        height: 24px;
        left: -0.5px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #DFDFDF;
    }

    #reviews .swiper-button-prev.swiper-button-outside {
        left: auto;
        right: 60.5px;
        border-radius: 16px 0 0 16px;
        border-right: none;
    }

    #reviews .swiper-scroll {
        margin: 16px 0 0;
    }
}

@media (min-width: 1080px) {
    #reviews .title-h1 {
        font-size: 24px;
        margin: 1em 0;
    }

    #reviews p {
        font-size: 16px;
        line-height: 30px;
        margin: 0 0 16px;
    }

    #reviews .review__title a {
        font-size: 16px;
    }

    #reviews .swiper-button-prev.swiper-button-outside, #reviews .swiper-button-next.swiper-button-outside {
        bottom: calc(100% + 25px);
    }

    #reviews .swiper-scroll {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        margin: 24px 0 0;
    }

    #reviews .swiper-scrollbar {
        display: -ms-flexbox;
        display: flex;
    }

    #reviews .section {
        padding: 0;
    }

    #reviews .section--main .title-h1 {
        margin: 25px 0 24px;
    }

    #reviews .section--review .swiper-scrollbar {
        -ms-flex-order: 0;
        order: 0;
    }

    #reviews .section--review .swiper-scroll .button {
        margin: 0 40px 0 0;
        width: auto;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    #opt_block_list .product_slider_title {
        width: 296px;
        margin: 0 auto;
    }

    #opt_block_list .item img {
        max-width: 100% !important;
    }

    #opt_block_list .product_block {
        /*padding-left: 14%;
    		padding-right: 14%;*/
        height: auto;
        margin-bottom: 10px;
    }

    #opt_block_list > div {
        width: 236px !important;
        margin: 0 auto;
        display: block !important;
    }

    #opt_block_list .item > a {
        text-align: center;
    }

    .product_tabs_header {
        padding-left: 0;
    }

    .languageBox {
        display: flex;
        justify-content: center;
    }

    .languageBox .box-content {
        box-sizing: border-box;
        left: auto !important;
        top: 40% !important;
        margin: 0 !important;
    }

    .product_main_block_similar {
        float: left;
        margin-top: 10px;
        width: 100%;
    }

    .product_main_block_disabled, .product_main_block_info .noStock{
        width: 100%;
    }

    #reviews .title-h1 {
        padding-left: 25px;
    }

    #reviews .section--review .swiper-slide .review {
        box-shadow: none;
    }

    #reviews .swiper-button-prev, #reviews .swiper-button-next {
        border: none;
        width: 20px;
    }

    #reviews .swiper-button-prev {
        left: 0;
    }

    #reviews .swiper-button-next {
        right: 0;
    }
}

.catalog_text_block img {
    max-width: 100%;
    height: auto;
}

.credit_btn_privat, .credit_btn_liqpay {
    display: none;
}

.checkout_paytype_select_dropdown .d-none-liqpay {
    display: none;
}

.save_conf_button {
    display: none !important;
}

.languageBox {
    background: #ffffff9c;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 99;
    backdrop-filter: blur(5px);
}

.languageBox .box-content {
    background: #fff;
    border: solid 2px #00ACF5;
    padding: 30px;
    width: 360px;
    /* height: 80px; */
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -180px;
}

.languageBox .box-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
    padding: 0 20px;
}

.languageBox a.langbtn {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    background: #00ACF5;
    width: 100px;
    text-align: center;
}

.languageBox a.langbtn:hover {
    background-color: #0088C2;
}

.languageBox .box-languages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

body.lock-position {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
}

#opt_block_list {
    /*display: none;*/
    margin-top: 50px;
    height: auto;
    margin-bottom: 0;
}

#opt_block_list .product_slider_title {
    float: none;
    margin-bottom: 20px;
}

#opt_block_list .item > a {
    display: block;
}

#opt_block_list .item img {
    max-width: 200px;
    height: auto;
}

#opt_block_list .pname {
    margin-top: 15px;
}

#opt_block_list .pname a {
    font-size: 16px;
    line-height: 16px;
    color: #262626;
    text-decoration: none;
    width: 100%;
    display: block;
    padding-top: 15px;
}

/*#opt_block_list .item:hover .pname a{
	color: #00ACF5;
}*/
.opt .seo_text {
    margin-bottom: 40px;
}

.opt .contacts_block {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 40px;
}

#opt_block_list .slick-slide {
    /*height: auto;*/
}

.magnifier {
    background: #fff;
}

.button-msg, .msg-line, .msg-mail, .msg-messenger, .msg-phone, .msg-skype, .msg-telegram, .msg-viber, .msg-vk, .msg-whatsapp {
    height: 55px;
    width: 55px
}

.mm-button, .msg-email, .msg-line, .msg-mail, .msg-messenger, .msg-phone, .msg-skype, .msg-telegram, .msg-viber, .msg-vk, .msg-whatsapp {
    border-radius: 50px
}

#yami_iframe_container.yami_chat_location1 {
    bottom: 80px !important
}

.chat__operator_horizontal .chat_operator {
    border-radius: 8px !important
}

.megamessage {
    position: fixed;
    bottom: 60px;
    z-index: 99
}

.position-left {
    left: 30px
}

.position-right {
    right: 30px
}

.button-msg {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    margin-left: 7px;
    transition: 2s;
    opacity: 1
}

.msg-whatsapp {
    background: url(/img/megamessage/whatsapp.svg) center center/55% no-repeat #4ec859
}

.msg-telegram {
    background: url(/img/megamessage/plane.svg) center center/55% no-repeat #3eade5
}

.msg-viber {
    background: url(/img/megamessage/viber.svg) center center/55% no-repeat #665cac
}

.msg-phone {
    background: url(/img/megamessage/telephone.svg) center center/55% no-repeat #ec4848
}

.msg-email {
    background: #ff0
}

.msg-skype {
    background: url(/img/megamessage/skype.svg) center center/55% no-repeat #00a9e8
}

.msg-messenger {
    background: url(/img/megamessage/messenger.svg) center center/55% no-repeat #018dff
}

.msg-vk {
    background: url(/img/megamessage/vk.svg) center center/55% no-repeat #5181b8
}

.msg-line {
    background: url(/img/megamessage/line.svg) center center/55% no-repeat #00b900
}

.msg-mail {
    background: url(/img/megamessage/envelope.svg) center center/55% no-repeat #999
}

.hidden-msg {
    display: none;
    opacity: 0
}

.mm-button {
    background: #FC5753;
    width: 70px;
    height: 70px;
    box-shadow: 0 0 5px 0 #FC5753;
    -o-transition: transform 3s linear;
    -ms-transition: transform 3s linear;
    -moz-transition: transform 3s linear;
    -webkit-transition: transform 3s linear;
    transition: transform 3s linear;
    cursor: pointer;
    animation: 1s linear infinite alternate shadow
}

.mm-button-img {
    background-image: url(/img/megamessage/message.svg);
    height: 70px;
    width: 70px;
    background-size: 55%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s
}

.mm-button.active .mm-button-img {
    background-image: url(/img/megamessage/close.svg)
}

.mm-button.active .mm-button-img:hover {
    transform: rotate(180deg);
    transition: 1s
}

.mm-button:not(.active) .mm-button-img {
    background: url(/img/megamessage/message.svg) center/55% no-repeat, url(/img/megamessage/whatsapp.svg) center right -100px/55% no-repeat, url(/img/megamessage/messenger.svg) center right -150px/55% no-repeat, url(/img/megamessage/plane.svg) center right -200px/55% no-repeat, url(/img/megamessage/viber.svg) center right -250px/55% no-repeat, url(/img/megamessage/envelope.svg) center right -300px/55% no-repeat, url(/img/megamessage/telephone.svg) center right -350px/55% no-repeat, url(/img/megamessage/message.svg) center right -400px/55% no-repeat;
    border-radius: 50px;
    /*animation:8s infinite changeIcons*/
}

@keyframes changeIcons {
    0% {
        background-position: center, center right -100px, center right -150px, center right -200px, center right -250px, center right -300px, center right -350px, center right -400px
    }

    13% {
        background-position: center right 100px, center, center right -100px, center right -150px, center right -200px, center right -250px, center right -300px, center right -350px
    }

    26% {
        background-position: center right 100px, center right 100px, center, center right -100px, center right -150px, center right -200px, center right -250px, center right -300px
    }

    39% {
        background-position: center right 100px, center right 100px, center right 100px, center, center right -100px, center right -150px, center right -200px, center right -250px
    }

    52% {
        background-position: center right 100px, center right 100px, center right 100px, center right 100px, center, center right -100px, center right -150px, center right -200px
    }

    65% {
        background-position: center right 100px, center right 100px, center right 100px, center right 100px, center right 100px, center, center right -100px, center right -150px
    }

    78% {
        background-position: center right 100px, center right 100px, center right 100px, center right 100px, center right 100px, center right 100px, center, center right -100px
    }

    100% {
        background-position: center right 100px, center right 100px, center right 100px, center right 100px, center right 100px, center right 100px, center right 100px, center
    }
}

.active-msg {
    animation: .4s linear slide-up
}

div.test {
    width: 120px;
    height: 120px;
    background-color: red;
    margin: 200px;
    animation: 4s infinite turning
}

@media (max-width: 767px) {
    .blog_post_date{
        display: none;
    }
    .paginator_prev{
        padding-right:10px;
        width: 75px;
        margin-right:20px;
    }
    .paginator_button{
        margin-right: 21px;
    }
    .paginator_prev img{
        left: 10px;
    }
    .paginator_next{
        padding-left:10px;
        width: 78px;
    }
    .paginator_next img{
        right: 9px;
    }
    .message_page_wrapper .success_page, .message_page_wrapper .failure_page {
        width: 240px !important;
    }

    .product_block_list {
        padding: 0;
        margin-bottom: 20px;
    }

    .product_block_list .product_block_price_label {
        margin-bottom: 10px;
    }

    .product_block_list_photo {
        width: 140px;
        height: 119px;
    }

    .product_block_list .product_block_characteristics, .product_block_list_info .product_block_icons {
        display: none;
    }

    .product_block_list_title {
        font-size: 12px;
        line-height: 16px;
    }

    .product_block_list .product_block_learn_more {
        width: 106px;
        height: 36px;
        line-height: 36px;
    }

    .product_block_list .product_block_add_to_cart {
        margin-top: 10px;
    }

    .product_block_list_info {
        width: 136px;
        padding-top: 0;
        margin-right: 0;
    }

    .megamessage {
        left: 15px !important;
        bottom: 30px !important;
        right: auto !important;
    }

    .mm-button-img, .mm-button {
        width: 50px;
        height: 50px
    }

    .button-msg, .msg-line, .msg-mail, .msg-messenger, .msg-phone, .msg-skype, .msg-telegram, .msg-viber, .msg-vk, .msg-whatsapp {
        height: 50px;
        width: 50px;
        margin-left: 0
    }

    #yami_iframe_container.yami_chat_location1 {
        bottom: 0 !important
    }
}

@keyframes shadow {
    0% {
        box-shadow: 0 0 0 0 #FC5753
    }

    to {
        box-shadow: 0 0 25px 0 #FC5753
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        display: none;
        margin-top: 0;
        margin-bottom: 0;
        -ms-transform: translateY(15px);
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px)
    }

    to {
        opacity: 1;
        display: block;
        margin-top: 0;
        margin-bottom: 15px;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.message_page_wrapper .success_page, .message_page_wrapper .failure_page {
    margin-bottom: 20px;
    width: 400px;
}

/*desktop menu START*/
.categories_nav__subcategory {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -4;
    visibility: hidden;
    opacity: 0;
    width: 52vw;
    max-width: 710px;
    min-height: 320px;
    -webkit-transform: translateX(260px) translateZ(0px);
    transform: translateX(260px) translateZ(0px);
    -webkit-transition: -webkit-all 0.5s ease-in-out;
    transition: -webkit-all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transition-delay: 0s, 0s;
    -webkit-transition-delay: 0.15s;
    padding: 20px 25px;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
}

.subcategory {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 24px;
    grid-column-gap: 20px;
    width: 100%;
    list-style-type: none;
}

.categories_menu__item:hover > .categories_nav__subcategory {
    transform: translateX(282px) translateZ(0px);
    visibility: visible;
    opacity: 1;
    background: #fff;
}

.catalog_dropdown_item_outer:hover .nav-next img {
    filter: invert();
}

.subcategory .categories_menu__item {
    width: 31.246%;
}

.subcategory .categories_menu__item ul {
    list-style-type: none;
}

.subcategory .categories_menu__item > span {
    font-weight: 500;
    display: inline-block;
    margin-bottom: 9px;
    font-size: 14px;
}

.subcategory .categories_menu__item a {
    display: inline-block;
    padding: 5px 0;
    text-decoration: none;
    line-height: 1;
}

.subcategory .categories_menu__item a span {
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    transition: all .3s ease;
    position: relative;
}

.subcategory .categories_menu__item a span:hover {
    color: #ACD318;
}

.subcategory .categories_menu__item a span:hover:before {
    position: absolute;
    content: '';
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #ACD318;
}

.subcategory + .all {
    display: inline-block;
    margin-top: 27px;
    text-decoration: none;
}

.subcategory + .all span {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    border-bottom-style: solid;
    border-bottom-width: thin;
    margin-right: 12.5px;
    line-height: 1;
    transition: all .3s ease;
}

.subcategory + .all:hover span {
    color: #ACD318;
    border-bottom-color: #ACD318;
}

.subcategory + .all svg path {
    transition: all .3s ease;
}

.subcategory + .all:hover svg path {
    fill: #ACD318;
    stroke: #ACD318;
}
.noStock {
    width: 238px;
    height: 46px;
    line-height: 46px;
    background: #f44336;
    border-radius: 2px;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 10px;
}
/*desktop menu END*/
