@font-face {
    font-family: "regular";
    font-display: "swap";
    src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.otf") format("opentype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "arm-regular";
    font-display: "swap";
    src: url("../fonts/Montserratarm-Regular/Montserratarm-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.otf") format("opentype"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.woff") format("woff"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "bold";
    font-display: "swap";
    src: url("../fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold/Montserrat-Bold.otf") format("opentype"), url("../fonts/Montserrat-Bold/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold/Montserrat-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "arm-bold";
    font-display: "swap";
    src: url("../fonts/Montserratarm-Bold/Montserratarm-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Bold/Montserratarm-Bold.otf") format("opentype"), url("../fonts/Montserratarm-Bold/Montserratarm-Bold.woff") format("woff"), url("../fonts/Montserratarm-Bold/Montserratarm-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "icon";
    font-display: "swap";
    src: url("../fonts/icons/icomoon.eot?jwdufq");
    src: url("../fonts/icons/icomoon.eot?jwdufq#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?jwdufq") format("truetype"), url("../fonts/icons/icomoon.woff?jwdufq") format("woff");
    font-weight: normal;
    font-style: normal;
}

.icon_bin:before {
    content: "\e91e";
}

.icon_zoomplus:before {
    content: "\e91d";
}

.icon_setting:before {
    content: "\e91a";
}

.icon_info:before {
    content: "\e91b";
}

.icon_card:before {
    content: "\e91c";
}

.icon_mail:before {
    content: "\e90d";
}

.icon_location:before {
    content: "\e90e";
}

.icon_time:before {
    content: "\e90f";
}

.icon_close:before {
    content: "\e900";
}

.icon_left:before {
    content: "\e901";
}

.icon_right:before {
    content: "\e902";
}

.icon_flickr:before {
    content: "\e903";
}

.icon_youtube:before {
    content: "\e904";
}

.icon_behance:before {
    content: "\e905";
}

.icon_facebook:before {
    content: "\e906";
}

.icon_instagram:before {
    content: "\e907";
}

.icon_linkedin:before {
    content: "\e908";
}

.icon_ok:before {
    content: "\e909";
}

.icon_pinterest:before {
    content: "\e910";
}

.icon_twitter:before {
    content: "\e911";
}

.icon_vk:before {
    content: "\e912";
}

.icon_telegram:before {
    content: "\e913";
}

.icon_favorites:before {
    content: "\e914";
}

.icon_user:before {
    content: "\e915";
}

.icon_cart:before {
    content: "\e916";
}

.icon_phone:before {
    content: "\e917";
}

.icon_search:before {
    content: "\e918";
}

.icon_down:before {
    content: "\e919";
}

.icon_left_arrow:before {
    content: "\e920";
}

.icon_heart:before {
    content: "\e921";
}

.icon_addcart:before {
    content: "\e90a";
}

.icon_check:before {
    content: "\e90b";
}

.icon_filter:before {
    content: "\e90c";
}

.icon_refresh:before {
    content: "\e91f";
}

html {
    height: 100%;
    font-size: 10px;
    line-height: 1.4286em;
}

body {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 100%;
    color: #000000;
    width: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    min-height: 100%;
    font-family: "regular", "arm-regular";
}

input,
select,
textarea,
button,
a,
.slick-slide {
    outline: none !important;
}

a,
a:focus,
a:hover,
button:hover {
    text-decoration: none;
}

a {
    color: #006968;
}

button {
    cursor: pointer;
    display: block;
    text-transform: uppercase;
}

img {
    max-height: none;
    border: none;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

[class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.custom_container {
    width: 100%;
    max-width: 1220px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.field_block {
    margin-bottom: 20px;
}

.field_block ::-webkit-input-placeholder {
    text-transform: uppercase;
}

.field_block :-moz-placeholder {
    text-transform: uppercase;
}

.field_block ::-moz-placeholder {
    text-transform: uppercase;
}

.field_block :-ms-input-placeholder {
    text-transform: uppercase;
}

.field_block input {
    font-size: 130%;
    line-height: 1.5em;
    color: #666666;
    padding: 18px 15px;
    width: 100%;
    border: 0;
    outline: none;
    background: #f5f5f5;
    border-radius: 5px;
}

.field_block .error_hint {
    opacity: 0;
}

.phone_link:not(.clickable) {
    cursor: default;
    pointer-events: none;
}

.content {
    padding-top: 25px;
    padding-bottom: 100px;
}

.title_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 35px;
    flex-wrap: wrap;
}

.section_title {
    color: #2E2E31;
    font-family: "bold", "arm-bold";
    font-size: 180%;
    line-height: 22px;
    padding-right: 20px;
}

.section_title a {
    color: inherit;
    display: inline-block;
}

.section_title+.see_more_link {
    margin-left: auto;
}

.page_title {
    font-size: 240%;
    line-height: 1.25em;
    font-family: "bold", "arm-bold";
    margin-top: 0;
    margin-bottom: 0;
    color: #006968;
}

.see_more_link {
    color: #ED254E;
    font-family: "bold", "arm-bold";
    font-size: 130%;
    line-height: 16px;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}

.breadcrumbs {
    padding-bottom: 25px;
    font-size: 120%;
    line-height: 15px;
    white-space: nowrap;
}

.breadcrumbs ul {
    display: flex;
}

.breadcrumbs li:not(:first-child) {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #D8D8D8;
}

.breadcrumbs li div {
    max-width: 250px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.breadcrumbs a {
    display: inline-block;
    vertical-align: top;
    color: #999999;
    max-width: 250px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bootstrap-select .dropdown-menu:not(.inner) {
    margin: 1px 0;
    padding: 0;
    width: 100% !important;
    background: #ffffff;
    min-width: 230px !important;
    max-width: none !important;
    border: 1px solid #d9e9e9;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 3px;
}

.bootstrap-select .dropdown-item {
    padding: 7px 13px;
    font-weight: normal;
    color: #666666;
    font-size: 130%;
    line-height: 1.5em;
}

.bootstrap-select .dropdown-item:hover {
    color: #006968;
    background: transparent;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    background: transparent;
    color: #666666;
}

.bootstrap-select .dropdown-item.active:hover,
.bootstrap-select .dropdown-item:active:hover {
    color: #006968;
    background: transparent;
}

.bootstrap-select .dropdown-item.selected {
    background: #E5F0EF !important;
    cursor: default;
    color: #666666 !important;
}

.bootstrap-select .inner.show {
    overflow: hidden !important;
}

.paging {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 130%;
    line-height: 16px;
    color: #333333;
}

.paging ul {
    display: flex;
    align-items: center;
}

.paging li {
    min-width: 30px;
    width: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paging a {
    display: block;
    padding: 7px 5px;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    color: inherit;
}

.paging a:hover {
    color: #CC2043;
}

.paging a.current_page {
    background: #ED254E;
    color: #ffffff;
    pointer-events: none;
}

.paging a.icon_right,
.paging a.icon_left {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 75%;
    opacity: 1;
}

.paging a.inactive {
    display: none;
}

.paging .label_name {
    margin-left: 15px;
    margin-right: 5px;
}

.paging label {
    margin: 0;
    font-weight: normal;
    display: flex;
    align-items: center;
    width: 65px;
    height: 30px;
    border: 1px solid rgba(237, 37, 78, 0.3);
    padding: 0 5px;
}

.paging label input {
    width: 10%;
    border: none;
    padding: 0;
    min-width: 7px;
}

.paging .pages_count {
    color: #999999;
    flex: 1;
}

.paging .pages_count:before {
    content: "/";
    margin: 0 3px;
}

.error_hint {
    color: rgba(185, 74, 72, 0.8);
    opacity: 0;
    max-height: 15px;
    margin-bottom: -15px;
    position: relative;
    overflow: hidden;
    font-size: 100%;
    line-height: 15px;
    text-align: right;
    display: block;
    margin-right: 5px;
}

.help-block.form-error,
.individual_hint {
    display: none;
}

.has-error .error_hint,
.has-error+.error_hint {
    max-height: 60px;
    opacity: 1;
}

.has-error textarea,
.has-error input {
    border-color: #b94a48 !important;
}

.has-error ::-webkit-input-placeholder {
    color: rgba(185, 74, 72, 0.58);
}

.has-error :-moz-placeholder {
    color: rgba(185, 74, 72, 0.58);
}

.has-error ::-moz-placeholder {
    color: rgba(185, 74, 72, 0.58);
}

.has-error :-ms-input-placeholder {
    color: rgba(185, 74, 72, 0.58);
}

.page.messages {
    width: 100%;
    position: fixed;
    z-index: 20;
    overflow: hidden;
    left: 0;
    top: 157px;
    font-size: 130%;
    line-height: 1.25em;
    color: #000000;
}

.page.messages a {
    text-decoration: underline;
}

.page.messages a:hover {
    opacity: 0.7;
}

.page.messages .messages {
    padding: 10px 20px;
}

.page.messages div[role=alert] a {
    color: #fa0000;
}

.page.messages div[role=success] {
    background: green;
    color: #ffffff;
}

.page.messages div[role=success] a {
    color: #ffffff;
}

@media (max-width: 959px) {
    .page.messages {
        top: 110px;
    }
}

@media (max-width: 767px) {
    .page.messages {
        top: 149px;
    }
}

body.opened {
    overflow: hidden;
}

body.opened .cart_added {
    width: 100%;
}

body.opened .cart_added .added_inner {
    width: 360px;
}

.cart_added {
    width: 0;
    height: 100%;
    position: fixed;
    z-index: 2000;
    overflow: hidden;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    -o-transition: width, 0.5s;
    -ms-transition: width, 0.5s;
    -moz-transition: width, 0.5s;
    -webkit-transition: width, 0.5s;
    transition: width, 0.5s;
}

.cart_added .added_inner {
    background: #ffffff;
    border-radius: 0 0 0 8px;
    width: 0;
    -o-transition: width, 0.5s;
    -ms-transition: width, 0.5s;
    -moz-transition: width, 0.5s;
    -webkit-transition: width, 0.5s;
    transition: width, 0.5s;
}

.cart_added .checked_icon {
    width: 12px;
    min-width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2E2E31;
    margin-right: 5px;
}

.cart_added .title_row {
    display: flex;
    border: none;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    font-size: 130%;
    line-height: 16px;
    padding: 18px 20px;
}

.cart_added .item_title {
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.cart_added .cart_close {
    font-size: 108%;
    color: #999999;
    background: transparent;
    border: none;
}

.cart_added ul {
    list-style-type: none;
    margin: 0;
    padding: 0 20px 15px;
}

.cart_added li {
    border-top: 1px solid rgba(153, 153, 153, 0.34);
    padding: 15px 0 10px;
    display: flex;
    align-items: center;
}

.cart_added .product_image {
    display: block;
    width: 77px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.cart_added .product_image img {
    max-width: 100%;
}

.cart_added .product_info {
    padding: 0 0 0 15px;
    flex: 1;
    position: relative;
    overflow: hidden;
}

.cart_added .product_name {
    color: #000000;
    font-size: 120%;
    line-height: 15px;
    white-space: nowrap;
    display: inline-block;
}

.cart_added .product_qty {
    color: #000000;
    font-size: 130%;
    line-height: 1.25em;
    font-size: 130%;
    padding-top: 7px;
    line-height: 16px;
}

.cart_added .product_price {
    color: #2E2E31;
    font-size: 120%;
    line-height: 15px;
    padding-top: 15px;
    white-space: nowrap;
}

.cart_added .hovered .product_image {
    opacity: 0.9;
}

.cart_added .hovered .product_name {
    color: #006968;
}

@media (max-width: 575px) {
    .cart_added .title_row {
        padding: 15px;
    }
    .cart_added ul {
        padding: 0 15px 15px;
    }
}

@media (max-width: 991px) {
    .content {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .field_block {
        margin-bottom: 5px;
    }
    .title_row {
        padding-bottom: 20px;
    }
    .content {
        padding-bottom: 60px;
    }
    .breadcrumbs {
        display: none;
    }
}

@media (max-width: 575px) {
    .page_title {
        font-size: 200%;
    }
    .section_title {
        font-size: 160%;
        line-height: 20px;
    }
    .see_more_link {
        font-size: 120%;
    }
    .content {
        padding-bottom: 40px;
    }
}

@media (max-width: 399px) {
    body.opened .cart_added .added_inner {
        width: 100%;
    }
}

.web .paging {
    padding-top: 15px;
}

.web .breadcrumbs a:hover,
.web .section_title a:hover {
    color: #006968;
}

.web .see_more_link:hover {
    color: #CC2043;
}

.web .page.messages:hover {
    opacity: 0.7;
    text-decoration: none;
}

.touch .breadcrumbs a:active,
.touch .section_title a:active {
    color: #006968;
}

.touch .see_more_link:active {
    color: #CC2043;
}

.touch .page.messages:active {
    opacity: 0.7;
    text-decoration: none;
}

.footer_contacts ul,
.footer_menu ul,
.header_bottom .submenu_list ul,
.header_bottom .menu_list,
.header_bottom .socials_list,
.header_middle .basket_footer ul,
.header_middle .cart_items ul,
.header_top .lg_list,
.breadcrumbs ul,
.paging ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

[class*=icon_]:before,
[class*=icon_]:after {
    font-family: "icon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.basket_opened {
    overflow: hidden;
}

body.basket_opened .basket_show {
    width: 100%;
}

.header {
    position: relative;
    z-index: 2000;
}

.header_top {
    background: #006968;
    position: relative;
}

.header_top .custom_container {
    height: 40px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.header_top .phone_block {
    display: none;
}

.header_top .lg_block {
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 15px;
    margin-left: 15px;
    z-index: 101;
}

.header_top .lg_list {
    display: none;
    position: absolute;
    z-index: 100;
    right: -10px;
    min-width: 56px;
    top: 25px;
    box-sizing: border-box;
    border: 1px solid #E5F0EF;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}

.header_top .lg_list li.current_lg a {
    background: #E5F0EF;
    pointer-events: none;
}

.header_top .lg_list a {
    display: block;
    padding: 10px 8px;
    color: #000000;
    font-size: 130%;
    line-height: 19px;
}

.header_top .lg_button {
    color: #ffffff;
    font-size: 130%;
    line-height: 19px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.header_top .lg_button:before {
    display: block;
    margin-left: 5px;
    font-size: 40%;
}

.header_middle {
    position: relative;
}

.header_middle:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    background: rgba(0, 105, 104, 0.1);
    width: 100%;
    height: 1px;
}

.header_middle .custom_container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 12px;
}

.header_middle .search_block {
    z-index: 10;
    position: relative;
    height: 100%;
    padding-top: 2px;
}

.header_middle .search_block input {
    font-size: 120%;
    line-height: 16px;
    border: none;
    height: 100%;
    color: #666666;
    width: 250px;
    padding: 11px 10px 11px 40px;
    z-index: 1;
    border-radius: 18px;
    background: #f5f5f5;
    position: relative;
}

.header_middle .search_block button {
    border: none;
    background: inherit;
    color: #006968;
    font-size: 150%;
    height: 37px;
    width: 37px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 2px;
    overflow: hidden;
    display: flex;
    z-index: 5;
    align-items: center;
    justify-content: center;
}

.header_middle .actions_block {
    list-style-type: none;
    padding: 14px 0 0;
    margin: 0 -15px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 250px;
    font-size: 130%;
    line-height: 19px;
    color: #006968;
}

.header_middle .actions_block>li {
    padding: 0 15px;
    position: relative;
}

.header_middle .actions_block .login_button,
.header_middle .actions_block .favorite_button,
.header_middle .actions_block .basket_button {
    display: flex;
    align-items: center;
    color: inherit;
    position: relative;
    white-space: nowrap;
}

.header_middle .actions_block .login_button:before,
.header_middle .actions_block .favorite_button:before,
.header_middle .actions_block .basket_button:before {
    font-size: 1.8rem;
    display: block;
}

.header_middle .actions_block .login_button:before {
    margin-right: 5px;
}

.header_middle .login_show {
    display: none;
    border: 1px solid #E5F0EF;
    position: absolute;
    left: -20px;
    top: 30px;
    box-sizing: border-box;
    width: 200px;
    border-radius: 3px;
    background: #ffffff;
    padding: 0 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    z-index: 101;
}

.header_middle .login_show a {
    color: #666666;
    font-size: 100%;
    line-height: 19px;
    padding: 20px 0;
    display: block;
}

.header_middle .login_show a:last-child {
    border-top: 1px solid rgba(0, 105, 104, 0.1);
}

.header_middle .login_show span {
    position: absolute;
    left: 34px;
    top: -20px;
    border-style: solid;
    border-width: 10px 8px;
    border-color: transparent transparent #E5F0EF transparent;
}

.header_middle .login_show:before {
    content: "";
    border-style: solid;
    border-width: 9px 7px;
    z-index: 2;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -18px;
    left: 35px;
}

.header_middle .main_logo {
    height: 58px;
    z-index: 2;
    position: relative;
}

.header_middle .main_logo img {
    height: 100%;
}

.header_middle .basket_show {
    background: rgba(57, 61, 66, 0.3);
    width: 0;
    height: 100%;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    right: 0;
    top: 0;
    -o-transition: width, 0.5s;
    -ms-transition: width, 0.5s;
    -moz-transition: width, 0.5s;
    -webkit-transition: width, 0.5s;
    transition: width, 0.5s;
    z-index: 200;
}

.header_middle .basket_inner {
    padding: 40px 15px 40px 30px;
    width: 610px;
    max-width: 100vw;
    height: 100%;
    background: #ffffff;
    box-shadow: -8px 0 22px -1px rgba(0, 0, 0, 0.15);
    margin-left: auto;
    display: flex;
    flex-direction: column;
}

@media screen and (max-height: 624px) {
    .header_middle .basket_inner {
        height: auto;
        min-height: 100%;
    }
}

.header_middle .basket_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    font-size: 1rem;
}

.header_middle .basket_close {
    color: #ED254E;
    display: block;
    font-size: 200%;
}

.header_middle .basket_close:before {
    display: block;
}

.header_middle .cart_items {
    flex: 1;
    height: 10%;
}

@media screen and (max-height: 624px) {
    .header_middle .cart_items {
        height: auto;
        max-height: 240px;
    }
}

.header_middle .cart_items ul {
    padding-right: 20px;
}

.header_middle .cart_items li {
    padding: 15px 10px 15px 0;
    display: flex;
    align-items: center;
}

.header_middle .cart_items li:not(:first-child) {
    border-top: 1px solid rgba(0, 105, 104, 0.1);
}

.header_middle .cart_items li.hovered .item_image img {
    opacity: 0.7;
}

.header_middle .cart_items li.hovered .item_name a {
    color: rgba(51, 51, 51, 0.7);
}

.header_middle .cart_items .item_info {
    flex: 1;
    width: 40%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_middle .cart_items .item_image {
    width: 100px;
    min-width: 100px;
    height: 68px;
    padding: 0 16px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_middle .cart_items .item_image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.header_middle .cart_items .item_name {
    flex: 1;
    max-width: 200px;
    padding: 5px 0;
}

.header_middle .cart_items .item_name a {
    display: inline-block;
    color: #333333;
    font-size: 100%;
    line-height: 19px;
}

.header_middle .cart_items .item_price {
    width: 100px;
    min-width: 100px;
    white-space: nowrap;
    text-align: right;
    color: #666666;
    font-size: 100%;
    line-height: 19px;
}

.header_middle .delete_btn {
    color: #ED254E;
    font-size: 55%;
    display: inline-block;
    padding: 10px;
    margin-right: -10px;
    margin-left: -10px;
    vertical-align: top;
    position: relative;
    z-index: 2;
}

.header_middle .count_action {
    display: flex;
    align-items: center;
}

.header_middle .count_action input {
    border: none;
    padding: 0;
    text-align: center;
    color: inherit;
    width: 30px;
}

.header_middle .count_action button {
    border: none;
    background: transparent;
    padding: 3px;
    color: #006968;
}

.header_middle .count_action button:before {
    display: block;
}

.header_middle .basket_footer {
    padding-right: 20px;
}

.header_middle .basket_footer li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    color: #666666;
}

.header_middle .basket_footer li span {
    font-family: "bold", "arm-bold";
    font-size: 123%;
    line-height: 24px;
}

.header_middle .basket_footer li:last-child {
    padding-top: 15px;
    border-top: 1px solid rgba(0, 105, 104, 0.1);
}

.header_middle .basket_footer li:first-child {
    border-top: 1px solid rgba(0, 105, 104, 0.1);
    padding-top: 25px;
}

.header_middle .cart_button {
    height: 50px;
    border-radius: 3px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ED254E;
    box-shadow: 0 6px 9px -2px rgba(141, 1, 30, 0.3);
    margin-top: 15px;
    font-size: 92.3%;
    color: #ffffff;
    font-family: "bold", "arm-bold";
    line-height: 15px;
    border: none;
}

.header_middle .option_type {
    flex: 1;
    padding-right: 15px;
}

.header_middle .option_result {
    flex-wrap: nowrap;
}

.header_middle .option_result.sumary_result {
    font-family: "bold", "arm-bold";
}

.header_bottom {
    position: relative;
    border-bottom: 1px solid rgba(0, 105, 104, 0.1);
}

.header_bottom:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    height: 0;
    opacity: 0;
    background: #ffffff;
    z-index: -1;
}

.header_bottom .header_links {
    display: flex;
    align-items: center;
    font-family: "regular", "arm-regular";
    font-size: 120%;
    line-height: 19px;
    margin-left: auto;
    color: #ffffff;
}

.header_bottom .header_links a {
    display: inline-block;
    vertical-align: top;
    color: inherit;
    margin-right: 30px;
}

.header_bottom .socials_list {
    display: flex;
    align-items: center;
    padding-right: 5px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.header_bottom .socials_list li {
    padding: 0 10px;
}

.header_bottom .socials_list li:first-child {
    padding-left: 0;
}

.header_bottom .socials_list a {
    display: block;
    color: inherit;
    font-size: 160%;
}

.header_bottom .socials_list a:before {
    display: block;
}

.header_bottom .phone_block {
    margin: 0 0 0 15px;
}

.header_bottom .menu_block {
    height: 100%;
}

.header_bottom .menu_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px;
    height: 46px;
}

.header_bottom .menu_list>li {
    height: 100%;
    padding: 0 17px 7px;
    border-bottom: 3px solid transparent;
}

.header_bottom .menu_list>li.opened {
    border-color: #006968;
}

.header_bottom .menu_list>li>a {
    color: #006968;
    font-family: "bold", "arm-bold";
    font-size: 120%;
    line-height: 15px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    text-align: center;
    z-index: 5;
}

.header_bottom .menu_list .back_button {
    max-width: 250px;
    color: #333333;
    font-family: "bold", "arm-bold";
    font-size: 110%;
    line-height: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.header_bottom .menu_list .back_button:before {
    transform: rotate(180deg);
    display: block;
    margin-right: 10px;
    font-size: 80%;
}

.header_bottom .menu_list .back_button:hover {
    color: rgba(51, 51, 51, 0.7);
}

.header_bottom .submenu_list {
    text-align: left;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    display: none;
    z-index: 4;
    padding: 30px 0;
    background: #ffffff;
    box-shadow: 0 11px 13px 0 rgba(15, 67, 66, 0.15);
    white-space: normal;
}

.header_bottom .submenu_list .custom_container>ul {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.header_bottom .submenu_list .custom_container>ul>li {
    font-size: 120%;
    line-height: 16px;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.header_bottom .submenu_list .custom_container>ul>li>a,
.header_bottom .submenu_list .custom_container>ul>li>div {
    font-family: "bold", "arm-bold";
    display: inline-block;
    vertical-align: top;
    color: #333333;
}

.header_bottom .submenu_list .custom_container>ul a {
    color: #666666;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.header_bottom .submenu_list .custom_container>ul a.third_button {
    margin-bottom: 0;
}

.header_bottom .large_bg {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    opacity: 0;
    z-index: -1;
    background: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.header_bottom.more_opened .large_bg {
    height: 330px;
    opacity: 1;
}

.header_bottom .view_all_link {
    font-family: "bold", "arm-bold";
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    font-size: 120%;
    line-height: 15px;
}

.header_contacts {
    display: flex;
    position: absolute;
    left: 0;
    top: -110px;
    width: 100%;
    height: 40px;
}

.header_contacts .custom_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 60px;
}

.phone_block {
    color: #ffffff;
    font-size: 120%;
    line-height: 1.33em;
    display: flex;
    align-items: flex-start;
    margin-right: auto;
}

.phone_block:not(.clickable) {
    pointer-events: none;
}

.phone_block:before {
    display: block;
    margin-right: 9px;
    font-size: 140%;
}

.menu_button,
.sub_close {
    display: none;
}

.scroll-y div {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    border-radius: 0;
    width: 4px;
    right: 0;
}

.scroll-y div.scroll-element_track {
    z-index: 2;
    border-radius: 3px;
    background: rgba(0, 105, 104, 0.11);
}

.scroll-y div.scroll-bar {
    cursor: pointer;
    z-index: 3;
    border-radius: 3px;
    background: #006968;
}

.new_account_opened {
    overflow: hidden;
}

.new_account_opened .registration_popup {
    top: 0;
}

.new_account_opened .header {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 17px;
    box-sizing: content-box;
}

.new_account_opened .content {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 17px;
    box-sizing: content-box;
}

.new_account_opened .popup {
    padding: 0;
}

.new_account_opened .footer {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 17px;
    box-sizing: content-box;
}

.login_opened {
    overflow: hidden;
}

.login_opened .login_popup {
    top: 0;
}

.login_opened .header {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 17px;
    box-sizing: content-box;
}

.login_opened .content {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 17px;
    box-sizing: content-box;
}

.login_opened .footer {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 17px;
    box-sizing: content-box;
}

.login_opened .popup {
    padding: 0;
}

.popup {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    overflow-x: hidden;
    overflow-y: auto;
    -o-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    padding-left: 20px;
    background-color: rgba(57, 61, 66, 0.3);
}

.popup .popup_inner {
    padding: 40px;
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.popup .popup_container {
    max-width: 420px;
    position: relative;
    width: 100%;
    background: #ffffff;
    padding: 40px 50px;
    border-radius: 3px;
}

.popup .popup_close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.popup .popup_close:before {
    color: #999999;
    font-size: 110%;
    -o-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.popup .page_subtitle {
    font-size: 220%;
    line-height: 24px;
    color: #333333;
    font-family: "bold", "arm-bold";
    text-align: center;
}

.popup .form_fields {
    margin-top: 35px;
}

.popup .field_block {
    position: relative;
    margin-bottom: 20px;
}

.popup input {
    height: 56px;
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 130%;
    line-height: 19px;
    color: #666666;
    padding: 0 15px;
    border: none;
    background: #f5f5f5;
}

.popup .error_hint {
    position: absolute;
}

.popup .validate_button {
    margin-top: 30px;
    height: 50px;
    border: none;
    background: #ED254E;
    border-radius: 3px;
    box-shadow: 0 6px 9px -2px rgba(141, 1, 30, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 120%;
    line-height: 15px;
    color: #ffffff;
    font-family: "bold", "arm-bold";
    width: 100%;
    text-transform: uppercase;
}

.popup .forget_link {
    font-size: 130%;
    line-height: 19px;
    margin-left: 25px;
    color: #666666;
}

.popup .popup_bottom {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.popup .popup_bottom .popup_description {
    display: flex;
    font-size: 130%;
    justify-content: center;
    align-items: center;
    line-height: 19px;
    color: #666666;
}

.popup .popup_bottom .popup_description a {
    display: block;
    color: #ED254E;
    margin-left: 5px;
    font-family: "bold", "arm-bold";
}

.popup .checkbox_block input[type=checkbox] {
    display: none;
}

.popup .checkbox_block input[type=checkbox]:checked+.icon_check {
    background: #f5f5f5;
}

.popup .checkbox_block input[type=checkbox]:checked+.icon_check:before {
    color: #ED254E;
    opacity: 1;
}

.popup .checkbox_block label {
    display: flex;
    align-items: center;
}

.popup .checkbox_block span {
    display: block;
}

.popup .checkbox_block .box_title {
    font-size: 110%;
    line-height: 15px;
    margin-left: 10px;
}

.popup .checkbox_block .icon_check {
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 11px;
    height: 11px;
    border: 1px solid #f5f5f5;
    border-radius: 2px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup .checkbox_block .icon_check:before {
    opacity: 0;
}

@media (max-width: 1199px) {
    .header_bottom .menu_list {
        margin-left: -10px;
        margin-right: -10px;
        justify-content: space-between;
    }
    .header_bottom .menu_list>li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 959px) {
    .header_middle:before {
        bottom: 0;
    }
    .header_middle .custom_container {
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header_middle .main_logo {
        height: 50px;
        margin: 0 auto;
    }
    .header_middle .actions_block {
        width: 215px;
        margin: 0;
        padding-top: 0;
        align-items: center;
    }
    .header_middle .login_button {
        font-size: 0;
    }
    .header_middle .login_button:before {
        margin: 0;
    }
    .menu_button {
        display: block;
        position: relative;
        order: 2;
        overflow: hidden;
        z-index: 100;
        color: #006968;
        width: 21px;
        background: transparent;
        padding: 7px 0;
        border: none;
        margin-left: 15px;
    }
    .menu_button:before,
    .menu_button:after {
        display: block;
        content: "";
        position: absolute;
        border-top: 1px solid;
        left: -20px;
        width: 50px;
        -o-transition: transform 0.5s;
        -ms-transition: transform 0.5s;
        -moz-transition: transform 0.5s;
        -webkit-transition: transform 0.5s;
        transition: transform 0.5s;
    }
    .menu_button:before {
        top: 0;
    }
    .menu_button:after {
        bottom: 0;
    }
    .menu_button span {
        display: block;
        border-top: 1px solid;
        -o-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;
        -o-transition-delay: 0.3s;
        -ms-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    .header_bottom {
        position: fixed;
        background: #ffffff;
        border: none;
        top: 110px;
        left: 0;
        width: 100%;
        overflow: hidden;
        z-index: 99;
        bottom: 100%;
        border-top: none;
        -o-transition: bottom 0.5s;
        -ms-transition: bottom 0.5s;
        -moz-transition: bottom 0.5s;
        -webkit-transition: bottom 0.5s;
        transition: bottom 0.5s;
    }
    .header_bottom .custom_container,
    .header_bottom .menu_block {
        height: auto;
    }
    .header_bottom .menu_list {
        display: block;
        margin: 0;
        height: auto;
        padding: 15px 0;
    }
    .header_bottom .menu_list>li {
        height: auto;
        padding: 0;
        border: none !important;
    }
    .header_bottom .menu_list>li>a {
        justify-content: space-between !important;
        align-items: center;
        height: auto;
        font-size: 120%;
        line-height: 15px;
        padding: 15px 0;
        white-space: normal;
        background: transparent !important;
    }
    .header_bottom .menu_list>li>a.show_all {
        display: none;
    }
    .header_bottom .menu_list>li>a.submenu_button:after {
        display: block;
        font-family: "icon" !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e902";
        font-size: 0.9rem;
        margin-left: 20px;
    }
    .header_bottom .menu_list>li.opened .submenu_button {
        background: transparent !important;
        color: #333333;
    }
    .header_bottom .menu_list>li.opened .submenu_list {
        left: 0 !important;
    }
    .header_bottom .menu_list>li.fixed .submenu_list {
        position: fixed;
    }
    .header_bottom .submenu_list {
        display: flex !important;
        position: absolute;
        left: 100% !important;
        top: 110px;
        background: #ffffff;
        bottom: 0;
        width: 100%;
        box-shadow: none;
        -o-transition: left 0.5s;
        -ms-transition: left 0.5s;
        -moz-transition: left 0.5s;
        -webkit-transition: left 0.5s;
        transition: left 0.5s;
        z-index: 20;
        flex-direction: column;
        border: none;
        padding: 0;
    }
    .header_bottom .submenu_list .custom_container {
        flex: 1;
        height: 50%;
        display: block;
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        border-top: 1px solid #f5f5f5;
    }
    .header_bottom .submenu_list .custom_container::-webkit-scrollbar {
        width: 7px;
        height: 0;
        border-radius: 4px;
        background: rgba(0, 105, 104, 0.05);
    }
    .header_bottom .submenu_list .custom_container::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background: #006968;
    }
    .header_bottom .submenu_list .custom_container>ul {
        margin: 0;
        padding: 10px 0 0;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        display: block;
    }
    .header_bottom .submenu_list .custom_container>ul>li {
        display: block;
        width: 100%;
        padding-bottom: 15px;
    }
    .header_bottom .submenu_list .custom_container>ul a {
        margin-bottom: 15px;
    }
    .header_bottom .submenu_list .sub_close {
        display: flex;
        font-size: 120%;
        line-height: 15px;
        color: #006968;
        align-items: center;
        padding: 5px 0;
        font-family: "bold", "arm-bold";
        margin: 25px 20px;
    }
    .header_bottom .submenu_list .sub_close:before {
        display: block;
        font-size: 69.2%;
        margin-right: 8px;
        font-weight: 700;
        padding-top: 2px;
    }
    .header_bottom .view_all_link {
        margin-bottom: 30px;
        margin-top: 0;
    }
    .menu_opened {
        overflow: hidden;
    }
    .menu_opened.ios_device {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        overflow: hidden;
    }
    .menu_opened .header .menu_button:before {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    .menu_opened .header .menu_button:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }
    .menu_opened .header .menu_button span {
        opacity: 0;
        -o-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    .menu_opened .header_bottom {
        bottom: 0;
        animation-name: changeOverflow;
        animation-duration: 0.1s;
        animation-delay: 0.5s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }
    .header_top .phone_block {
        display: flex;
    }
    .header_contacts {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
    }
    .header_contacts .custom_container {
        padding: 0;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .header_contacts .socials_list {
        color: #006968;
        padding-bottom: 20px;
    }
    .header_contacts .socials_list a {
        font-size: 200%;
    }
    .header_contacts .header_links {
        border: solid rgba(0, 105, 104, 0.1);
        border-width: 1px 0;
        padding: 15px 0;
        color: #666666;
        margin-left: 0;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
    .header_contacts .header_links a {
        margin-left: 0;
    }
    .header_contacts .header_links a:not(:first-child) {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .header_middle:before {
        bottom: auto;
        top: 60px;
    }
    .header_middle .custom_container {
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 10px;
        align-items: flex-start;
        padding-bottom: 5px;
        border-bottom: 1px solid rgba(0, 105, 104, 0.1);
    }
    .header_middle .search_block {
        order: 2;
        flex: 0 0 85%;
        max-width: 85%;
        padding-top: 0;
    }
    .header_middle .search_block input {
        width: 360px;
        max-width: 100%;
    }
    .header_middle .main_logo {
        height: 40px;
        margin-bottom: 16px;
        margin-left: 0;
    }
    .header_middle .actions_block {
        padding-top: 0;
        height: 40px;
        align-items: center;
        width: auto;
        margin-right: -15px;
    }
    .header_middle .menu_button {
        margin-top: 12px;
    }
    .header_middle .login_show {
        width: 160px;
    }
    .header_middle .login_show a {
        padding: 10px 0;
    }
    .header_middle .basket_inner {
        padding: 20px;
    }
    .header_bottom,
    .header_bottom .submenu_list {
        top: 149px;
    }
    .popup .popup_container {
        padding: 25px;
    }
    .popup input {
        height: 45px;
    }
    .popup .validate_button {
        margin-top: 30px;
        height: 45px;
    }
}

@media (max-width: 479px) {
    .header_middle .cart_items .item_info {
        flex-wrap: wrap;
    }
    .header_middle .cart_items .item_name {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .header_middle .cart_items .item_image {
        padding: 0 10px;
        width: 80px;
        height: 50px;
        min-width: 80px;
    }
    .header_middle .cart_items li {
        padding-right: 0;
    }
    .popup .popup_inner {
        padding: 20px;
    }
    .popup .popup_container {
        padding: 20px;
    }
    .popup .forget_link {
        font-size: 110%;
        line-height: 17px;
        margin-left: 5px;
    }
    .popup .field_block {
        margin-bottom: 20px;
    }
    .popup .validate_button {
        margin-top: 20px;
    }
}

.web .header_top .lg_list a:hover {
    background: rgba(229, 240, 239, 0.5);
}

.web .header_top .lg_button:hover {
    color: rgba(255, 255, 255, 0.7);
}

.web .header_middle .count_action button:hover,
.web .header_middle .actions_block>li>a:hover {
    color: rgba(0, 105, 104, 0.5);
}

.web .header_middle .search_block button:hover {
    color: rgba(0, 105, 104, 0.7);
}

.web .header_middle .delete_btn:hover,
.web .header_middle .basket_head .basket_close:hover {
    color: #CC2043;
}

.web .header_middle .cart_button:hover {
    background: #CC2043;
}

.web .header_bottom .header_links a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.web .header_bottom .view_all_link:hover,
.web .header_bottom .menu_list>li>a:not(.submenu_button):hover {
    color: rgba(0, 105, 104, 0.7);
}

.web .header_bottom .submenu_list a:hover {
    color: #999999;
}

.web .scroll-y div.scroll-bar:hover {
    background: rgba(0, 105, 104, 0.7);
}

.web .forget_link,
.web .account_btn {
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.web .forget_link:hover,
.web .account_btn:hover {
    color: #CC2043;
}

.web .popup_close {
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.web .popup_close:hover {
    transform: scale(1.2);
    color: #006968;
}

.web .validate_button {
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.web .validate_button:hover {
    background: #CC2043;
}

.touch .header_top .lg_list a {
    -o-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}

.touch .header_top .lg_list a:active {
    background: rgba(229, 240, 239, 0.5);
}

.touch .header_top .lg_button {
    -o-transition: color 0.15s;
    -ms-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
}

.touch .header_top .lg_button:active {
    color: rgba(255, 255, 255, 0.7);
}

.touch .header_middle .count_action button,
.touch .header_middle .actions_block>li>a {
    -o-transition: color 0.15s;
    -ms-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
}

.touch .header_middle .count_action button:active,
.touch .header_middle .actions_block>li>a:active {
    color: rgba(0, 105, 104, 0.5);
}

.touch .header_middle .search_block button {
    -o-transition: color 0.15s;
    -ms-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
}

.touch .header_middle .search_block button:active {
    color: rgba(0, 105, 104, 0.7);
}

.touch .header_middle .delete_btn,
.touch .header_middle .basket_head .basket_close {
    -o-transition: color 0.15s;
    -ms-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
}

.touch .header_middle .delete_btn:active,
.touch .header_middle .basket_head .basket_close:active {
    color: #CC2043;
}

.touch .header_middle .cart_button {
    -o-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}

.touch .header_middle .cart_button:active {
    background: #CC2043;
}

.touch .header_bottom .header_links a {
    -o-transition: color 0.15s;
    -ms-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
}

.touch .header_bottom .header_links a:active {
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 959px) {
    .touch .header_bottom .header_links a:active {
        color: #000000;
    }
}

.touch .header_bottom .socials_list a {
    -o-transition: opacity 0.15s;
    -ms-transition: opacity 0.15s;
    -moz-transition: opacity 0.15s;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
}

.touch .header_bottom .socials_list a:active {
    opacity: 0.7;
}

.touch .header_bottom .view_all_link:active,
.touch .header_bottom .menu_list>li>a:not(.submenu_button):active {
    color: rgba(0, 105, 104, 0.7);
}

.touch .header_bottom .submenu_list a:active {
    color: #999999;
}

.touch .scroll-y div.scroll-bar {
    -o-transition: color 0.15s;
    -ms-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
}

.touch .scroll-y div.scroll-bar:active {
    background: rgba(0, 105, 104, 0.7);
}

.touch .forget_link,
.touch .account_btn {
    -o-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}

.touch .forget_link:active,
.touch .account_btn:active {
    color: #CC2043;
}

.touch .popup_close {
    -o-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}

.touch .popup_close:active {
    transform: scale(1.2);
    color: #006968;
}

.touch .validate_button {
    -o-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}

.touch .validate_button:active {
    background: #CC2043;
}

.touch .popup {
    padding-left: 0;
}

@keyframes changeOverflow {
    0% {
        overflow: hidden;
    }
    100% {
        overflow-y: auto;
    }
}

.footer {
    opacity: 0;
    background: #006968;
    position: relative;
    overflow: hidden;
}

.footer_inner {
    display: flex;
    justify-content: space-between;
    margin: 0 -30px;
    padding: 25px 0;
}

.footer_logos {
    max-width: 240px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer_logos .main_logo {
    padding-bottom: 25px;
}

.footer_logos .main_logo img {
    max-width: 180px;
    max-height: 60px;
}

.footer_logos .slogan_logo img {
    max-width: 180px;
}

.footer_subtitle {
    font-size: 120%;
    line-height: 18px;
    color: #ffffff;
    font-family: "bold", "arm-bold";
}

.form.subscribe {
    position: relative;
    margin-bottom: 40px;
    margin-top: 15px;
}

.form.subscribe ::-webkit-input-placeholder {
    color: #e5e5e5;
}

.form.subscribe :-moz-placeholder {
    color: #e5e5e5;
}

.form.subscribe ::-moz-placeholder {
    color: #e5e5e5;
}

.form.subscribe :-ms-input-placeholder {
    color: #e5e5e5;
}

.form.subscribe .mage-error {
    position: absolute;
    left: 0;
    top: 100%;
    color: #b94a48;
}

.form.subscribe .field.newsletter {
    background: #134B4A;
}

.form.subscribe label {
    display: block;
    font-weight: normal;
    margin: 0;
}

.form.subscribe input {
    width: 100%;
    font-size: 140%;
    line-height: 18px;
    padding: 10px 50px 10px 15px;
    border: none;
    background: transparent;
    color: #ffffff;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.form.subscribe input:focus {
    border-color: #ffffff;
}

.form.subscribe button.subscribe {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 120%;
    color: #F5F5F5;
    position: absolute;
    right: 4px;
    background: transparent;
    text-transform: unset;
    padding: 0 13px;
    border: 1px solid #F5F5F5;
    top: 5px;
    height: 28px;
}

.footer_menu {
    max-width: 240px;
    padding: 0 20px;
}

.footer_menu li {
    padding: 15px 0 0;
}

.footer_menu li:first-child {
    padding: 0;
}

.footer_menu a {
    color: #ffffff;
    font-size: 120%;
    line-height: 1.25em;
    display: block;
}

.footer_contacts {
    max-width: 240px;
    padding: 0 20px;
}

.footer_contacts ul {
    font-size: 120%;
    line-height: 1.25em;
}

.footer_contacts li {
    padding: 15px 0 0;
    color: rgba(255, 255, 255, 0.7);
}

.footer_contacts .option_result {
    padding-top: 4px;
    color: #ffffff;
}

.footer_info {
    padding: 0 20px;
    max-width: 405px;
    width: 100%;
}

.footer_info .footer_socials {
    list-style-type: none;
    padding: 10px 0 20px;
    margin: 0;
    display: flex;
}

.footer_info .footer_socials li:first-child {
    padding-right: 10px;
}

.footer_info .footer_socials a {
    width: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(17, 60, 57, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 160%;
    color: #ffffff;
}

.footer_info .development_info {
    color: #ffffff;
    font-size: 110%;
    line-height: 14px;
}

.footer_info .copyrights {
    padding-bottom: 10px;
}

.footer_info .copyrights span {
    border-top: 1px solid #ffffff;
    display: inline-block;
    padding-top: 20px;
}

.footer_info .developer a {
    color: #ffffff;
    display: inline-block;
    font-family: "bold", "arm-bold";
    text-transform: uppercase;
}

.footer_title {
    font-size: 120%;
    line-height: 1.25em;
    color: #ffffff;
    font-family: "bold", "arm-bold";
}

@media (max-width: 991px) {
    .footer_inner {
        flex-wrap: wrap;
    }
    .footer_info {
        width: 100%;
        padding-top: 20px;
    }
}

@media (max-width: 768px) {
    .footer_inner {
        margin: 0 -15px;
    }
    .footer_info {
        padding: 20px 15px;
    }
    .footer_logos,
    .footer_menu,
    .footer_contacts {
        padding: 0 15px;
        max-width: 210px;
    }
}

@media (max-width: 639px) {
    .footer_inner {
        margin: 0 -15px;
    }
    .footer_info {
        width: 100%;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
        max-width: 100%;
    }
    .footer_info .block.newsletter {
        width: 100%;
        max-width: 405px;
    }
    .footer_info .footer_subtitle {
        text-align: center;
    }
    .footer_logos {
        width: 100%;
        max-width: none;
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer_menu,
    .footer_contacts {
        max-width: none;
        width: 50%;
    }
}

@media (max-width: 479px) {
    .footer_inner {
        margin: 0;
        text-align: center;
    }
    .footer_info {
        padding: 0;
    }
    .footer_logos {
        padding: 0 0 40px;
    }
    .footer_menu,
    .footer_contacts {
        width: 100%;
        padding: 0 0 40px;
    }
}

.web .form.subscribe button.subscribe:hover,
.web .footer_menu a:hover,
.web .footer_info .developer a:hover,
.web .footer_info .footer_socials a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.touch .form.subscribe button.subscribe,
.touch .footer_menu a,
.touch .footer_info .developer a,
.touch .footer_info .footer_socials a {
    -o-transition: color 0.15s;
    -ms-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
}

.touch .form.subscribe button.subscribe:active,
.touch .footer_menu a:active,
.touch .footer_info .developer a:active,
.touch .footer_info .footer_socials a:active {
    color: rgba(255, 255, 255, 0.7);
}

.page.messages a,
.cart_added .product_image,
.web .page.messages,
.touch .page.messages,
.header_middle .cart_items .item_image img,
.header_bottom:after,
.phone_block,
.scroll-y,
.web .header_bottom .socials_list a,
.footer {
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.cart_added .product_name,
.web .breadcrumbs a,
.web .section_title a,
.web .see_more_link,
.header_middle .cart_items .item_name a,
.header_bottom .menu_list .back_button,
.header_bottom .submenu_list .custom_container>ul a,
.web .header_top .lg_button,
.web .header_middle .count_action button,
.web .header_middle .actions_block>li>a,
.web .header_middle .search_block button,
.web .header_middle .delete_btn,
.web .header_middle .basket_head .basket_close,
.web .header_bottom .header_links a,
.web .header_bottom .view_all_link,
.web .header_bottom .menu_list>li>a:not(.submenu_button),
.web .header_bottom .submenu_list a,
.web .form.subscribe button.subscribe,
.web .footer_menu a,
.web .footer_info .developer a,
.web .footer_info .footer_socials a {
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.scroll-y div.scroll-bar,
.web .header_top .lg_list a,
.web .header_middle .cart_button,
.web .scroll-y div.scroll-bar {
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.bootstrap-select .dropdown-item,
.paging a,
.error_hint {
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.touch .breadcrumbs a,
.touch .section_title a,
.touch .see_more_link,
.touch .header_bottom .view_all_link,
.touch .header_bottom .menu_list>li>a:not(.submenu_button),
.touch .header_bottom .submenu_list a {
    -o-transition: color 0.15s;
    -ms-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
}

.phone_block:hover,
.web .header_bottom .socials_list a:hover {
    opacity: 0.7;
}


/*# sourceMappingURL=main.css.map */