@charset "UTF-8";

@font-face {
    font-family: "GothamPro-Black";
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/GothamPro-Black/GothamPro-Black.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/GothamPro-Black/GothamPro-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GothamPro-Black/GothamPro-Black.woff") format("woff"),
    url("../fonts/GothamPro-Black/GothamPro-Black.ttf") format("truetype");
    /* Safari, Android, iOS */
}

@font-face {
  font-family: 'myprestamodules';
  src:  url('../fonts/myprestamodules.eot?n0382q');
  src:  url('../fonts/myprestamodules.eot?n0382q#iefix') format('embedded-opentype'),
    url('../fonts/myprestamodules.ttf?n0382q') format('truetype'),
    url('../fonts/myprestamodules.woff?n0382q') format('woff'),
    url('../fonts/myprestamodules.svg?n0382q#myprestamodules') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

BODY, HTML {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;    
}

body {    
    overflow-x: hidden;
}

html.no-scroll {
    overflow: hidden;
}

button, input[type="submit"], input[type="reset"] {
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    cursor: pointer;
}

UL {
    position: relative;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.fm {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

.fmr {
    position: relative;
    float: right;
    margin: 0;
    padding: 0;
}

.ifmr {
    position: relative;
    float: right !important;
    margin: 0;
    padding: 0;
}

.hidden {
    display: none !important;
}

.slick-slide {cursor: grab;}
.slick-slide:active {cursor: grabbing;}

.slick-arrow {
    background-color: transparent;
    border: none;
    padding: 0;
    z-index: 1;
    font-size: 0;
}

.centre {
    position: relative;
    max-width: 1460px;
    padding: 0 10px;
    margin: 0 auto;
    clear: both;
}

Header.header {    
    background-color: #f2f6f9;
    width: 100%;
}

Header.header_alt {
    box-shadow: 0 1px 20px rgba(0, 0, 0, .2);
    background-color: #2a2c30;
    margin: 0 0 40px;
}

Header.header_alt .centre {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

Header.header_alt .phone_container {
    line-height: 1;
    margin: 0;
}

Header.header_alt .phone_container:before {
    top: 50%;
    margin-top: -17.5px;
}

.header_middle {
    width: 100%;
    z-index: 5;
    background-color: inherit;
    padding: 20px 0 0 0;
}

.header_middle .centre {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mob-controls {
    display: none;
}

.for_logo {
    display: flex;
    align-items: center;
}

.for_logo A {
    text-decoration: none;
}

.for_logo Img {
    vertical-align: top;
    max-width: 100%;
    max-height: 60px;
}

.for_top_menu {
    border-bottom: 1px solid #dfe4eb;
    border-top: 3px solid #afb6c0;
    background-color: inherit;
    z-index: 4;
    padding: 9px 0;
    width: 100%;
}

.for_top_menu:before {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    background-color: #5280b2;
}

.for_top_menu .centre {
    display: flex;
    align-items: center;
}

.top_menu {
    display: flex;
    align-items: center;
}

.top_menu UL {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.top_menu UL LI+LI {
    margin-left: 25px;
}

.top_menu UL LI A {
    float: left;
    text-decoration: underline;
    font-size: 12px;
    line-height: 1.2;
    color: #167599;
    white-space: nowrap;
    transition: color .3s;
}

.top_menu UL LI A:hover,
.top_menu UL LI A.active {
    color: #f49517;
}

.for_order_call {
    width: auto;
    line-height: 1;
    padding: 1px 0 0 0;
}

.phones_dropdown {
    position: absolute;
    right: -13px;
    top: -11px;
    width: 255px;
    text-align: right;
    font-size: 12px;
    line-height: 1.17;
    color: #555;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    padding: 72px 30px 30px 30px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

.phones_dropdown p {
    margin: 0 0 19px;
}

.phones_dropdown .phone {
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    color: #555;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    margin: 17px 0 0 0;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.phones_dropdown .phone:first-of-type {
    margin-top: 0;
}

.phones_dropdown .phone:before {
    font-family: 'myprestamodules';
    margin: 0 14px 0 0;
}

.phones_dropdown .phone.phone_1:before {
    content: '\e902';
    color: #1298ff;
}

.phones_dropdown .phone.phone_3:before {
    content: '\e903';
    position: relative;
    left: -3px;
    color: #e60000;
}

.phones_dropdown .phone.phone_2:before {
    content: '\e901';
    color: #fcbe42;
}

.phones_dropdown .phone:hover {
    color: #f49517;
}

.phone_container {
    display: flex;
    align-items: flex-start;
    align-self: flex-start;
    margin: 0 20px;
    cursor: pointer;
}

.phone_container [class^="mf-"],
.phone_container [class*=" mf-"] {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0 7px 0 0;
    border-radius: 100%;
    background-color: #f49517;
}

.phone_container [class^="mf-"]:before,
.phone_container [class*=" mf-"]:before {
    font-size: 28px;
    color: #fff;
}

.header_alt .phone_container .order-call-phones__item:before {
    top: -6px;
    transform: rotate(23deg);
    transform-origin: 50% 50%;
}

.phone_container .address {
    position: relative;
    z-index: 10;
}

.phone_container.active .phones_dropdown {
    opacity: 1;
    visibility: visible;
}

.phone_container.active .order-call-phones__item {
    color: #555;
}

.phone_container.active .order-call-phones__item:hover {
    color: #f49517;
}

.phone_container.active .btn-order-call {
    color: #f49517;
}

.phone_container.active .btn-order-call:hover {
    color: #555;
}

.phone_container.active .order-call-phones__item:before,
.phone_container.active .order-call-phones__item:after {
    color: #f49517;
}

.contact-info {
    display: flex;
    align-items: flex-start;
    align-self: flex-start;
    flex: 0 0 auto;
    margin: 0 20px 0 0;
    color: #9aa1ab;
    font-size: 12px;
    line-height: 1.8;
}
.contact-info span {
    color: #000;
}
.contact-info a {
    color: #167599;
    transition: color .3s;
}
.contact-info a:hover {
    color: #f49517;
}
.contact-info [class^="mf-"],
.contact-info [class*=" mf-"] {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0 7px 0 0;
    border-radius: 100%;
    background-color: #f49517;
}
.contact-info [class^="mf-"]:before,
.contact-info [class*=" mf-"]:before {
    font-size: 28px;
    color: #fff;
}

.order-call-phones__item {
    position: relative;
    font: 700 14px/1.4 Arial, Helvetica, sans-serif;
    margin: 0 0 4px;
    white-space: nowrap;
    display: inline-grid;
    grid-column-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    color: #000;
    transition: color .3s;
}

.order-call-phones__item a {
    text-decoration: underline;
    color: inherit;
    transition: color .3s;
}

.order-call-phones__item a:hover {
    color: #f49517;
}

.btn-order-call {
    border-bottom: 1px dotted #167599;
    text-decoration: none;
    vertical-align: top;
    font-size: 12px;
    color: #167599;
    white-space: nowrap;
    -webkit-transition: .3s;
    transition: .3s;
}

.btn-order-call:hover {
    border-bottom-color: #f49517;
    color: #f49517;
}

.header-lang {
    margin: 0 0 0 48px;
    display: flex;
}

.header-lang a {
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    opacity: .5;
}
.header-lang a+a {
    margin: 0 0 0 5px;
}
.header-lang [class^="mf-"],
.header-lang [class*=" mf-"] {
    font-size: 22px;
}

.header-lang a.active {
    opacity: 1;
}

.main_part_wrap {
    width: 100%;
    z-index: 4;
    background-color: inherit;
    padding: 20px 0 0 0;
}

.main_part_wrap .centre {
    display: flex;
    align-items: center;
}

.main_part_wrap > .centre:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 10px;
    left: 10px;
    top: 0;
    background-color: #000;
}

.header_icons {
    font-size: 12px;
    line-height: 1;
    display: flex;
    padding: 0 18px 0 0;
}

.header_icon {
    min-width: 56px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.header_icon+.header_icon {
    margin: 0 0 0 30px;
}

.header_icon:first-child:before {
    display: none;
}

.header_icon .icon {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header_icon .icon.compare {
    padding-bottom: 0;
}

.header_icon .icon i {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-style: normal;
    width: 100%;
}

.header_icon .icon i:after {
    font-family: 'myprestamodules';
    font-size: 30px;
    position: absolute;
    right: 0;
    left: 0;
    color: #000;
}

.header_icon .icon span {
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    background-color: #f49517;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: -20px;
    top: -10px;
    z-index: 1;
}

.header_icon .icon.compare i {
    width: 38px;
}

.header_icon .icon.compare i:after {
    content: '\e908';
    font-size: 34px;
}

.header_icon .icon.compare + .mc_empty_box {
    right: -6px;
}

.header_icon .icon.wishes i {
    width: 30px;
}

.header_icon .icon.wishes i:after {
    content: '\e954';
}

.header_icon .icon.wishes + .mc_empty_box {
    right: -10px;
}

.header_icon:hover .mc_empty_box {
    top: calc(100% + 7px);
    visibility: visible;
    opacity: 1;
}

.header_icon:hover .header_icon_drop {
    top: calc(100% + 7px);
    visibility: visible;
    opacity: 1;
}

.header_icon_drop {
    background-color: #fff;
    width: 282px;
    position: absolute;
    right: -6px;
    z-index: 10;
    top: calc(100% + 20px);
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.header_icon_drop:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 30px;
    top: -5px;
}

.header_icon_drop li {
    padding: 10px 12px 10px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}

.header_icon_drop li + li {
    border-top: 1px solid #d7d7d7;
}

.header_icon_drop a {
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    color: #555;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.header_icon_drop a:hover {
    color: #f49517;
}

.header_icon_drop i {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    position: relative;
    border-radius: 0;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    background-color: #c6ccd2;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.header_icon_drop i:before,
.header_icon_drop i:after {
    content: '';
    width: 12px;
    height: 12px;
    width: 90%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 0 0;
}

.header_icon_drop i:before {
    transform: rotate(45deg) translate(-50%,-50%);
}

.header_icon_drop i:after {
    transform: rotate(-45deg) translate(-50%,-50%);
}

.header_icon_drop i:hover {
    background-color: #9aa1ab;
}

.catalog_menu {
    position: relative;
    z-index: 3;
    float: left;
    width: 100%;
}

.catalog_menu_wrap {
    max-width: 215px;
    flex: 1 0 215px;
    position: relative;
    z-index: 1;
}

.btn_catalog {
    background-color: transparent;
    border: none;
    position: relative;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    padding: 0 25px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    transition: background-color .3s;
}

.btn_catalog:after {
    content: '\e90d';
    font-family: 'myprestamodules';
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0 8px;
}

.btn_catalog:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    border-right: 1px solid #777;
    transition: border-color .3s;
}

.btn_catalog:hover {
    background-color: #f49517;
}

.btn_catalog:hover:before {
    border-right: #f49517;
}

.home .btn_catalog {
    pointer-events: none;
}

.catalog_dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #000;
    border-top: none;
    display: none;
}

.catalog_dropdown nav,
.catalog_dropdown ul {
    width: 100%;
}

.home .catalog_dropdown {
    position: absolute;
    right: 0;
    left: 10px;
    max-width: 215px;
    z-index: 4;
    display: block;
}

.catalog_dropdown.active {
    z-index: 1000;
}

.catalog_dropdown a {
    text-decoration: none;
    display: block;
    position: relative;
    padding: 5px 24px 5px 10px;
    color: #167599;
    transition: .3s;
}

.catalog_dropdown a.has_child:after {
    content: '\e90c';
    font-family: 'myprestamodules';
    font-size: 10px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}

.catalog_dropdown a:hover {
    background-color: #f2f6f9;
}

.catalog_dropdown li {
    font-size: 14px;
    line-height: 1.2;
}

.catalog_dropdown li+li {
    border-top: 1px solid #dfe4eb;
}

.catalog_dropdown li:hover .for_evry_drop {
    opacity: 1;
    visibility: visible;
}

.catalog_dropdown .for_evry_drop li {
    font-size: 13px;
    font-weight: 700;
}

.catalog_dropdown .for_evry_drop li+li {
    margin-top: 5px;
    border: none;
}

.catalog_dropdown .for_evry_drop li li {
    margin: 0 0 0 -6px;
    font-weight: 400;
}

.catalog_dropdown .for_evry_drop li li a {
    display: inline-block;
    vertical-align: top;
    padding: 2px 6px 3px;
    color: #475057;
}

.catalog_dropdown .for_evry_drop li li a:after {
    display: none;
}

.catalog_dropdown .for_evry_drop li:hover li a {
    color: #475057;
}

.catalog_dropdown .for_evry_drop li li a:hover {
    background-color: #5c89b8;
    color: #fff;
}

.catalog_dropdown .for_evry_drop ul ul {
    margin-top: 5px;
}

.catalog_dropdown .for_evry_drop a {
    padding: 0;
}

.catalog_dropdown .for_evry_drop a:after {
    content: '';
    display: inline-block;
    margin-left: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 5px;
    border-color: transparent transparent transparent #167599;
    margin-right: -25px;
    position: relative;
    top: 1px;
    right: 0;
    transform: none;
    transition: border-left-color .3s;
}

.catalog_dropdown .for_evry_drop li:hover a,
.catalog_dropdown .for_evry_drop a:hover {
    background-color: transparent;
    color: #f49517;
}

.catalog_dropdown .for_evry_drop a:hover:after {
    border-left-color: #f49517;
}

.for_search {
    padding: 0 20px;
    flex: 1;
    z-index: 1;
    transition: background-color .3s;
}

.for_search form {
    display: flex;
    align-items: center;
    width: 100%;
    height: 33px;
}

.for_search_box {
    background-color: #fff;
    display: flex;
    width: 100%;
    height: inherit;
}

.for_search Input {
    width: 100%;
    height: inherit;
    font-size: 12px;
    border-radius: 3px;
    border: none;
    padding: 0 0 0 20px;
    background-color: transparent;
    color: #cfd6d4;
    transition: color .3s;
}

.for_search Input:focus {
    color: #555;
}

.mobile_search,
.for_search A.search {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: 120px;
    height: inherit;
    font-size: 12px;
    flex-shrink: 0;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    transition: .3s;
}

.for_search A.search {
    background-color: #f49517;
}

.mobile_search {
    max-width: 58px;
    flex: 1 0 58px;
    height: 50px;
    background-color: #5ead5a;
    border-radius: 3px;
    margin: 0 20px 0 auto;
    transition: background-color .3s;
    display: none;
}

.mobile_search:hover {
    background-color: #e5870a;
}

.mobile_search::before {
    content: '\e91e';
    font-family: 'myprestamodules';
    font-size: 20px;
    width: 21px;
    height: 21px;
    line-height: 21px;
}

.all_categories {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.all_categories button {
    font-size: 13px;
    color: #000;
    background-color: transparent;
    border: 1px solid transparent;
    border-right: none;
    border-top: none;
    padding: 0 20px 0 16px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    white-space: nowrap;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.all_categories button:hover,
.all_categories button:hover:after {
    color: #f49517;
}

.all_categories button:after {
    content: '\e90d';
    font-family: 'myprestamodules';
    font-size: 10px;
    color: #000;
    margin: 1px 0 0 10px;
    transition: color .3s;
}

.for_search.active .all_categories button {
    border-color: #000;
    color: #f49517;
}

.for_search.active .all_categories button:after {
    transform: scale(-1);
    color: #f49517;
}

.all_categories_dropdown {
    width: calc(100% + 121px);
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #000;
    border-top: none;
    background-color: #fff;
    transition: .3s;
}

.all_categories_dropdown a {
    display: block;
    padding: 7px 16px;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.2;
    color: #000;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

.all_categories_dropdown a:hover, .all_categories_dropdown a.active {
    background-color: #f2f6f9;
    color: #167599;
}

.all_categories_dropdown:before {
    content: '';
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: -1px;
    right: 120px;
}

.for_search.active .all_categories_dropdown {
    opacity: 1;
    visibility: visible;
}

.search_variants {
    position: absolute;
    right: 20px;
    left: 20px;
    top: 33px;
    z-index: 9;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    display: none;
}

.search_variants UL {
    width: 100%;
}

.search_variants UL LI {
    position: relative;
    float: left;
    width: 100%;
}

.for_search .search_variants UL LI A {
    position: relative;
    width: 100%;
    background: none;
    border-radius: 0;
    height: auto;
    border: none;
    right: auto;
    left: 0;
    top: 0;
    margin-top: 0;
    color: #2a2c30;
    display: flex;
    align-items: center;
    text-decoration: none;
    line-height: 1.2;
    transition: .3s;
}

.search_variants UL LI A.all_results {
    background-color: #f49517;
    color: #fff;
    text-align: right;
    padding: 10px;
}

.for_search .search_variants UL LI A:hover {
    color: #f49517;
}

.search_variants UL LI A.all_results:hover {
    background-color: #000;
    color: #fff;
}

.search_variants UL LI A Img {
    position: relative;
    float: left;
    width: 70px;
    max-height: 40px;
    object-fit: contain;
    margin: 0 12px 0 0;
}

.order-call {
    position: absolute;
    right: 10px;
    top: 6px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 300px;
    height: 417px;
    padding: 18px 31px 20px 31px;
    z-index: 200;
    display: none;
}

.for_mini_cart {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
}

.for_mini_cart:hover .mc_window {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 7px);
    z-index: 1001;
}

.mc_empty i, A.mc_with_items i {
    position: relative;
    width: 38px;
    height: 30px;
    display: block;
    margin: 0 auto 7px;
    font-style: normal;
    color: #fff;
}

.mc_empty i:after, A.mc_with_items i:after {
    content: '\e909';
    font-family: 'myprestamodules';
    font-size: 33px;
    position: absolute;
    right: 0;
    left: 0;
    color: #000;
}

.mc_empty span, A.mc_with_items span {
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    background-color: #f49517;
    position: absolute;
    top: -10px;
    right: -20px;
    z-index: 1;
    line-height: 20px;
    text-align: center;
    pointer-events: none;
}

.mc_empty_box {
    color: #555;
    font-size: 14px;
    line-height: 1.2;
    width: 100vw;
    margin-left: auto;
    max-width: 385px;
    position: absolute;
    top: calc(100% + 20px);
    right: -19px;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.mc_empty_box:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #f49517 transparent;
    position: absolute;
    right: 34px;
    top: -5px;
}

.mc_empty_title {
    text-align: center;
    background-color: #f49517;
    color: #fff;
    padding: 13px;
    font-size: 16px;
    line-height: 1.2;
}

.mc_empty_text {
    background-color: #fff;
    text-align: left;
    padding: 29px 50px 36px 46px;
    display: flex;
    align-items: center;
    white-space: normal;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.mc_empty_text:before {
    font-family: 'myprestamodules';
    font-size: 44px;
    color: #f49517;
    display: block;
}

.mc_empty_text.cart:before {
    content: '\e909';
    margin: 0 29px 0 0;
}

.mc_empty_text.compare:before {
    content: '\e908';
    margin: 0 27px 0 0;
}

.mc_empty_text.wishes:before {
    content: '\e954';
    margin: 0 27px 0 0;
}

.mc_empty:hover .mc_empty_box {
    top: calc(100% + 7px);
    visibility: visible;
    opacity: 1;
}

A.mc_with_items {
    text-decoration: none;
    display: block;
    float: none;
}

A.mc_with_items B {
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

A.mc_with_items:hover B {
    opacity: 1;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.mc_window {
    width: 348px;
    background: #fff;
    border: 1px solid #000;
    padding: 22px 9px 14px;
    z-index: -1;
    color: #a1a1a1;
    position: absolute;
    top: calc(100% + 20px);
    right: -19px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.mc_window:before,
.mc_window:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.mc_window:before {
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent;
    right: 37px;
    top: -5px;
    z-index: 1;
}

.mc_window:after {
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #1f80a2 transparent;
    right: 36px;
    top: -6px;
}

.mc_window .sf_title {
    font: 700 20px/30px Arial, Helvetica, sans-serif;
    color: #333333;
    margin: 0;
    padding: 0;
}

.mw_all {
    width: 100%;
    padding: 0 12px;
    margin: 0 0 20px;
    max-height: 361px;
    overflow: auto;
}

.mw_one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    margin: 20px 0 0 0;
    width: 100%;
}

.mw_one:first-child {
    margin-top: 0;
}

.mw_delete {
    margin: 0 19px 0 0;
}

.mw_delete button {
    background-color: #c6ccd2;
    border: none;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    transition: .3s;
}

.mw_delete button:before,
.mw_delete button:after {
    content: '';
    width: 12px;
    height: 12px;
    width: 90%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 0 0;
}

.mw_delete button:before {
    transform: rotate(45deg) translate(-50%,-50%);
}

.mw_delete button:after {
    transform: rotate(-45deg) translate(-50%,-50%);
}

.mw_delete button:hover {
    background-color: #9aa1ab;
}

.mw_photo {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    background: #fff;
    border: 1px solid #dfe4eb;
    margin: 0 24px 0 0;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}

.mw_one:hover .mw_photo {
    border-color: #f49517;
}

.mw_photo Img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.mw_name {
    width: 100%;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 10px;
    white-space: normal;
}

.mw_name A {
    color: #555;
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.mw_one:hover .mw_name A {
    color: #f49517;
}

.mw_desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mw_price, .mw_amount {
    font-size: 14px;
    line-height: 1;
    color: #f49517;
}

.for_mini_cart .mw_total {
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #dfe4eb;
    border-top: 1px solid #dfe4eb;
    padding: 13px 20px 13px 0;
    margin: 0 0 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #555;
}

.for_mini_cart .mw_total b {
    padding-left: 36px;
}

.for_mini_cart .common_but {
    width: 265px;
}

.mw_total {
    width: 45%;
    text-align: left;
    margin: 9px 0 0;
    color: #737373;
}

.mw_total B {
    font-weight: 700;
    color: #f49517;
}

.mw_cart {
    position: relative;
    padding: 0 30px 0 0;
    height: 28px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1;
    color: #3c3c45;
}

.mw_cart:hover {
    text-decoration: none;
}

.mw_cart:after {
    content: '\e909';
    font-family: 'myprestamodules';
    font-size: 20px;
    position: absolute;
    right: 0;
}

.mw_order {
    text-decoration: none;
    display: block;
    vertical-align: top;
    max-width: 200px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #f06b10;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #ff8d01;
    background: -moz-linear-gradient(top, #ff8d01 0%, #ff7401 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8d01), color-stop(100%, #ff7401));
    background: -webkit-linear-gradient(top, #ff8d01 0%, #ff7401 100%);
    background: -o-linear-gradient(top, #ff8d01 0%, #ff7401 100%);
    background: -ms-linear-gradient(top, #ff8d01 0%, #ff7401 100%);
    background: linear-gradient(to bottom, #ff8d01 0%, #ff7401 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff8d01', endColorstr='#ff7401', GradientType=0);
    padding: 0 30px;
    margin: 0 auto 8px;
    clear: both;
}

.mw_order:hover, .mw_order:active {
    border-color: #ee8200;
    background: #ffa001;
    background: -moz-linear-gradient(top, #ffa001 1%, #ff8c01 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffa001), color-stop(100%, #ff8c01));
    background: -webkit-linear-gradient(top, #ffa001 1%, #ff8c01 100%);
    background: -o-linear-gradient(top, #ffa001 1%, #ff8c01 100%);
    background: -ms-linear-gradient(top, #ffa001 1%, #ff8c01 100%);
    background: linear-gradient(to bottom, #ffa001 1%, #ff8c01 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffa001', endColorstr='#ff8c01', GradientType=0);
}

.mw_order:active {
    box-shadow: inset 0 1px 4px #c46e00;
}

.mw_order_alt {
    background-color: #f49517;
    text-align: center;
    max-width: none;
    padding: 0 20px;
    margin: 0;
}

.mw_order_alt:hover {
    background-color: #3c3c45;
}

.mw_code {
    padding: 5px 0 0 0;
    margin: 0 0 12px;
    font-size: 12px;
    line-height: 1;
    color: #777;
}

.mw_code span {
    color: #f49517;
}

.content {
    width: 100%;
    flex: 1;
}

.home .content {
    padding-top: 0;
}

.main_col {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.article_place {
    width: 100%;
    padding: 30px 0;
    order: 1;
    border-top: 1px solid #dfe4eb;
    background-color: #f2f6f9;
}

.for_banner {
    border-bottom: 1px solid #dfe4eb;
    background-color: #f2f6f9;
    margin: 0 0 57px;
    padding: 17px 0 21px;
    width: 100%;
}

.main_banner {
    width: 100%;
    max-width: calc(100% - 235px);
    height: 380px;
    float: none;
    overflow: hidden;
    margin: 0 0 0 auto;
}

.slider_fon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 378px;
    z-index: 1;
}

.slider_fon.active {
    z-index: 2;
}

.slider_fon .centre {
    padding: 0;
}

.slider_url {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slider_bg {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
}

.slider_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 378px;
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
}

.slider_text Span {
    width: 100%;
}

.slider_text .long_span + .long_span {
    margin-top: 10px;
}

.slider_text .h1 {
    width: auto;
    font: 900 50px/1.2 Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 0 0 30px 0;
    text-align: left;
}

.slider_text .h2 {
    max-width: 472px;
    font: 400 17px/20px 'Arial';
    text-align: left;
    margin: 0 0 30px 0;
    padding: 10px 13px;
    color: #fff;
    background: #283139;
}

.slider_text A {
    width: 200px;
    height: auto;
    padding: 8px 0;
}

.slider_left, .slider_right {
    position: absolute;
    top: 50%;
    margin: -15px 0 0 0;
    z-index: 2;
}

.slider_left {
    left: 20px;
}

.slider_right {
    right: 20px;
}

.slider_left A, .slider_right A {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    transition: color .3s;
}

.slider_right A {
    right: 0;
    left: auto;
}

.slider_left A:hover, .slider_right A:hover {
    color: #f49517;
}

.slider_left A:before, .slider_right A:before {
    font-family: 'myprestamodules';
    font-size: 30px;
    line-height: 1;
    display: block;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.slider_left A:before {
    content: '\e90c';
    transform: scale(-1);
}

.slider_right A:before {
    content: '\e90c';
}

.slider_place {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 16px;
}

.slider_pag {
    width: 100%;
    float: none;
    text-align: center;
}

.slider_pag A {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
    -webkit-transition: .3s;
    transition: .3s;
}

.slider_pag A.active {
    background-color: #f49517;
}

.clickpath_place {
    width: 100%;
    padding: 8px 0;
    margin: 0 0 23px;
    color: #555;
    font-size: 12px;
    line-height: 1.2;
    border-bottom: 1px solid #dfe4eb;
}

.clickpath_place .clickpath {
    width: 100%;
}

.clickpath_place .clickpath Div {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
}

.clickpath A {
    position: relative;
    float: left;
    color: #167599;
    transition: color .3s;
}

.clickpath A:hover {
    color: #51d2ff;
}

.clickpath B {
    position: relative;
    float: left;
    margin: 0 7px;
}

.clickpath B:after {
    content: '/';
    color: #b1b1b1;
}

.clickpath Span {
    text-decoration: underline;
    position: relative;
    float: left;
}

.clickpath .current Span {
    text-decoration: none;
    color: #b1b1b1;
}

.current a {
    color: #2a2c30;
    cursor: default;
}

.long_span {
    display: inline-block;
    width: 100%;
}

.you_saw {
    width: 100%;
    margin: 0 0 70px;
}

.op_title {
    color: #000;
    font-size: 21px;
    line-height: 1.2;
    margin: 0 0 20px;
    width: 100%;
}

.op_title em {
    text-transform: lowercase;
    font-style: normal;
}

.simple_box {
    border: 1px solid #dfe4eb;
    padding: 15px 20px 16px;
    width: 100%;
}

.simple_box_nav {
    width: 100%;
    padding: 0 9px;
    display: flex;
    float: none;
}

.simple_box_nav li {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 4px;
}

.simple_box_nav a {
    position: relative;
    padding: 0 9px 4px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 4px solid transparent;
    text-decoration: none;
    color: #167599;
    transition: .3s;
}

.simple_box_nav a:hover,
.simple_box_nav a.active {
    border-bottom-color: #f49517;
    color: #b1b1b1;
}

.raty {
    margin: 0 0 7px;
    font-size: 0;
    line-height: 0;
}

.slick-slide .raty Img,
.raty Img,
.raty_active Img {
    vertical-align: top;
    margin: 0 3px 0 0;
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
}

.raty Img:last-of-type,
.raty_active Img:last-of-type {
    margin-right: 0;
}

.products_slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -43px 0 0 0;
    background-color: #fff;
    width: 16px;
    height: 86px;
    box-shadow: none;
    font-size: 0;
    color: #8e8e8d;
    transition: color .3s;
}

.products_slider .slick-arrow:hover {
    color: #f49517;
}

.products_slider .slick-arrow:before,
.products_slider .slick-arrow:after {
    content: '';
    width: 1px;
    height: 30px;
    background-color: #a6a6a6;
    position: absolute;
    top: 17%;
    transform: rotate(28deg);
}

.products_slider .slick-arrow:after {
    top: auto;
    bottom: 17%;
    transform: rotate(-28deg);
}

.products_slider .slick-prev {
    left: -31px;
}

.products_slider .slick-next {
    right: -31px;
}

.products_slider .slick-next:before {
    transform: rotate(-28deg);
}

.products_slider .slick-next:after {
    transform: rotate(28deg);
}

.products_slider .og_name {
    min-height: 32px;
}

.og_photo {
    position: relative;
    margin: 1px 0 10px;
    width: 100%;
}

.og_photo Img {
    max-width: 100%;
    max-height: 100%;
}

.og_photo A {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 181px;
}

.ribbon {
    background-color: #f56754;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 5px;
}

.main_photo .ribbon {
    left: -20px;
}

.main_photo .ribbon:after {
    width: 25px;
    height: 33px;
    right: auto;
    left: 0;
}

.main_photo .ribbon:before {
    width: 428px;
    left: -17px;
}

.main_photo .og_label {
    left: -19px;
}

.main_photo .og_label_free {
    top: auto;
    bottom: 33px;
}

.main_photo .og_label_gift {
    top: auto;
    bottom: 102px;
}

.ribbon.new {
    background-color: #73c86d;
}

.ribbon.new:after {
    background-position: -136px -216px;
}

.ribbon.promo {
    background-color: #ff762c;
}

.ribbon.promo:after {
    background-position: -136px -162px;
}

.ribbon.hit {
    background-color: #f49517;
}

.ribbon.hit:after {
    background-position: -136px -135px;
}

.ribbon.discount {
    background-color: #4e85b7;
}

.ribbon.discount:after {
    background-position: -136px -189px;
}

.mob-menu-close {
    display: none;
}

.catalog_place {
    width: 100%;
    margin: 0 0 60px;
}

.all_catalog {
    width: 100%;
    display: flex;
}

.filter_box {
    margin: 0 20px 0 0;
    max-width: 230px;
    flex: 1 0 230px;
}

.fs_title {
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    color: #1f80a2;
    text-transform: uppercase;
    float: none;
    cursor: pointer;
}

.fil_group UL LI {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
}

.fil_group UL LI > a {
    color: #475057;
    font-size: 12px;
    text-decoration: none;
    position: relative;
    float: left;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 0 24px;
    transition: color .3s;
}

.noUi-target {
    position: relative;
    float: left;
    margin: 0 0 12px;
    width: 100%;
}

.categories_list,
.categories_list ul {
    float: none;
}

.categories_list {
    border-bottom: 1px solid #ccc;
    padding: 0 0 24px 19px;
}

.categories_list ul {
    padding: 10px 0 0 11px;
}

.categories_list li {
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    color: #555;
}

.categories_list a {
    text-decoration: none;
    color: #777;
    transition: color .3s;
}

.categories_list a:before,
.categories_list a:after {
    content: '';
    position: absolute;
    left: -19px;
    top: 3px;
    background: url("https://power-tools.com.ua/images/spritesheet.png") no-repeat -110px -112px;
    display: block;
    width: 6px;
    height: 10px;
    transition: opacity .3s;
}

.categories_list a:after {
    background-position-x: -116px;
    opacity: 0;
}

.categories_list a:hover:before {
    opacity: 0;
}

.categories_list a:hover:after {
    opacity: 1;
}

.categories_list a:hover {
    color: #f49517;
}

.catalog_box {
    width: 100%;
}

.catalog_box_long {
    width: 100%;
}

.catalog_head {
    width: 100%;
    margin: 0 0 17px;
    float: none;
}

.ch_tit_place {
    margin-bottom: 9px;
}

.ch_tit_place H1,
.ch_tit_place H2 {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2;
    margin: 8px 0;
    padding: 0;
    width: auto;
    position: relative;
    float: none;
    display: inline;
}

.ch_tit_place Span {
    font-size: 12px;
    color: #80858a;
    padding:0 0 0 12px;
}

.catalog_per_page {
    display: none;
}

.dropdown.catalog_sort, .catalog_sort.dropdown-open {
    width: 248px;
}

.dropdown.catalog_sort,
.dropdown.news_sort {
    margin-right: 24px;
}

.dropdown {
    position: relative;
    width: 197px;
    height: 32px;
    border: 1px solid #c5cdd8;
    transition: width .3s;
}
.dropdown_short {
    width: 68px;
    height: 30px;
    margin: 0 20px;
    color: #1d1d1d;
}
.dropdown_short:hover .drop_arrow {
    background-color: #3c3c45;
}

.dropdown.dropdown-open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown.dropdown_short.dropdown-open {
    width: 68px;
}

.dropdown .overflow {
    width: 100%;
    height: 100%;
    padding: 0 40px 0 0;
    background-color: #fff;
    position: relative;
    float: left;
}
.dropdown.short .overflow {
    width: 138px;
}

.dropdown.dropdown-open .overflow {
    z-index: 10;
}

.dropdown Span {
    color: #80858a;
    font-size: 12px;
    line-height: 1.2;
    cursor: pointer;
    height: 100%;
    padding: 0 35px 0 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    white-space: nowrap;
    z-index: 2;
}
.dropdown_short Span {
    padding: 0 10px;
}

.dropdown UL {
    position: absolute;
    top: 31px;
    right: 0;
    left: 0;
    background: #fff;
    border: 1px solid #c5cdd8;
    box-shadow: 0 3px 10px rgba(57, 93, 132, 0.2);
    z-index: 4;
    margin: 0;
    border-top: none;
    display: none;
}
.dropdown_short ul {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    top: 28px;
}

.dropdown UL LI {
    position: relative;
    float: left;
    background: none;
    width: 100%;
    font-size: 12px;
    line-height: 1.2;
}
.dropdown_short UL LI {
    border: none;
}

.dropdown UL LI A {
    width: 100%;
    text-decoration: none;
    color: #666;
    position: relative;
    float: left;
    padding: 6px 10px;
    transition: .3s;
}
.dropdown_short ul li a {
    color: #1d1d1d;
    text-align: center;
    padding: 6px 0;
}

.dropdown UL LI A:hover {
    background-color: #000;
    color: #fff;
}
.dropdown_short ul li a:hover {
    background-color: #e6e6e6;
    color: initial;
}

.dropdown UL LI A.selected {
    display: none;
}

.drop_arrow {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    border: none;
    width: 30px;
    height: 30px;
    transition: background-color .3s;
}

.drop_arrow:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -5.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #1f80a2 transparent transparent transparent;
    transition: .3s;
}

.dropdown-open .drop_arrow:after {
    transform: rotateX(180deg);
}

.dropdown_short .drop_arrow {
    right: -1px;
    top: -1px;
    background-color: #f49517;
    border-radius: 0 3px 3px 0;
    width: 31px;
    height: 30px;
}
.dropdown_short .drop_arrow:after {
    border-width: 6px 3.5px 0 3.5px;
    border-color: #ffffff transparent transparent transparent;
    margin-left: -3.5px;
}

.dropdown_alt {
    width: 100%;
    height: 50px;
    color: #504f4f;
}

.dropdown_alt span {
    font-size: 16px;
}

.dropdown_alt .drop_arrow {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #f49517;
    width: 50px;
    height: 50px;
    right: -1px;
    top: -1px;
}

.dropdown_alt .drop_arrow:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 8px 0 8px;
    border-color: #ffffff transparent transparent transparent;
    margin: -5.5px 0 0 -8px;
}

.dropdown_alt ul {
    border: none;
    top: calc(100% + 1px);
}

.dropdown_alt UL LI {
    font-size: 16px;
    border: none;
}

.dropdown_alt UL LI A {
    background-color: #f7f7f7;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    color: #504f4f;
    padding: 14px 20px;
}

.dropdown_alt UL LI + LI A {
    border-top: 1px solid #d7d7d7;
}

.dropdown_alt UL LI:last-child A {
    border-bottom: 1px solid #d7d7d7;
}

.dropdown_alt UL LI A:hover {
    border-color: #000;
}

.dropdown_alt UL LI:hover + LI A {
    border-top-color: #000;
}

.dropdown_alt.dropdown-open {
    width: initial;
}

.dropdown_alt.dropdown-open .drop_arrow {
    border-bottom-right-radius: 0;
}

.dropdown_sm {
    background-color: #fff;
    height: 45px;
}

.dropdown_sm .drop_arrow {
    width: 45px;
    height: 45px;
}

.dropdown_sm .drop_arrow:after {
    border-width: 8px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    margin: -4px 0 0 -6px;
}

.layout_controls {
    display: flex;
    align-items: center;
    flex: 1;
    background-color: #f2f6f9;
    padding: 14px 20px;
}

.layout_controls_title {
    margin: 0 22px 0 0;
    font-size: 15px;
    line-height: 1.2;
    color: #666;
}

.layout_btn {
    vertical-align: top;
    background-color: transparent;
    border: 1px solid #c5cdd8;
    color: #87909d;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    margin: 0 -1px 0 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.layout_btn:before {
    font-family: 'myprestamodules';
    font-size: 12px;
    line-height: 1;
}

/*List*/
.layout_btn_list:before {
    content: '\e915';
}

/*Grid*/
.layout_btn_grid:before {
    content: '\e914';
}

.layout_btn.active {
    background-color: #d1d7df;
    box-shadow: inset 0 1px 3px #bdc3ca;
    color: #fff;
}

.catalog {
    width: 100%;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}

.one_good {
    text-align: center;
    z-index: 1;
}

.og_hover {
    width: auto;
    background-color: #fff;
    border: 1px solid #dfe4eb;
    padding: 19px 18px 18px 18px;
    box-shadow: 0 3px 10px rgba(57, 93, 132, 0.2);
    position: absolute;
    right: -21px;
    left: -110px;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.sidebar_slider {
    width: 100%;
    float: left;
}

.sidebar_slider .item,
.sidebar_slider .slick-slide.item {
    display: flex;
    align-items: center;
}

.sidebar_slider.slick-vertical .slick-active + .slick-active {
    border-top: 1px dashed #d0d5dd;
}

.sidebar_slider .og_photo {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    margin: 5px 8px 5px 0;
}

.sidebar_slider .og_photo A {
    height: inherit;
}

.sidebar_slider .og_photo img {
    width: 100%;
    height: 100%;
    max-height: 100px;
    object-fit: contain;
}

.sidebar_slider .slick-arrow {
    position: absolute;
    right: 9px;
    top: -41px;
    z-index: 10;
    border: 1px solid #c5cdd8;
    background-color: #fff;
    width: 24px;
    height: 24px;
}

.sidebar_slider .slick-arrow.slick-disabled {
    pointer-events: none;
    opacity: .5;
}

.sidebar_slider .slick-arrow:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 4px;
}

.sidebar_slider .slick-prev {
    right: 32px;
}

.sidebar_slider .slick-prev:after {
    border-left-width: 0;
    border-right-color: #1f80a2;
}

.sidebar_slider .slick-next:after {
    border-right-width: 0;
    border-left-color: #1f80a2;
}

.og_info_row {
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
    margin: 5px 0 17px;
    width: 100%;
    min-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.og_info_col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    justify-content: left;
}

.og_info_col .raty {
    margin: 0;
}

.og_info_col .og_stars {
    margin-right: 8px;
}

.og_info_row .og_info_col {
    flex-direction: row;
    align-items: center;
}

.og_reviews {
    font-size: 12px;
    line-height: 1;
    color: #908f8f;
    white-space: nowrap;
}

.og_bottom {
    width: 100%;
}

.in_stock {
    flex: 0 0 auto;
    margin-left: auto;
    font-size: 13px;
    line-height: 1;
    color: #5ead5a;
}

.in_stock_mob {
    display: none;
}

.og_code {
    float: none;
    clear: both;
    display: inline-block;
    vertical-align: top;
    padding: 4px 3px;
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    background-color: #f2f6f9;
}

.og_code small {
    font-size: 12px;
}

.og_name {
    font-size: 12px;
    line-height: 1.4;
    width: 100%;
    margin: 0 0 3px;
}

.og_name A {
    color: #167599;
    text-decoration: none;
    transition: color .3s;
}

.og_name:hover A {
    color: #f49517;
}

.og_info {
    width: 100%;
    margin: 0 0 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog_grid .og_info {
    display: block;
}

.catalog_grid .og_info_buttons {
    display: flex;
    justify-content: center;
}

.sw_links {
    width: 100%;
    border-bottom: 1px solid #dfe4eb;
}

.sw_links UL {
    padding: 0 9px;
    width: auto;
}

.sw_links UL LI {
    position: relative;
    margin: 0 4px;
    float: left;
}

.sw_links UL LI A {
    font-size: 14px;
    line-height: 1.5;
    color: #167599;
    padding: 0 9px 4px;
    border-bottom: 4px solid transparent;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-decoration: none;
    transition: .3s;
}

.sw_links UL LI A:hover,
.sw_links UL LI A.active {
    border-bottom-color: #f49517;
    color: #b1b1b1;
}

.sw_links UL LI A.active:after {
    opacity: 1;
}

.sw_links UL LI A sup {
    position: absolute;
    right: -5px;
    top: -13px;
    z-index: 1;
    color: #fff;
    background-color: #f49517;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 8px;
}

.sw_links UL LI A sup:after {
    content: '';
    display: block;
    background: url("https://power-tools.com.ua/images/spritesheet.png") no-repeat -302px -14px;
    width: 18px;
    height: 20px;
    position: absolute;
    bottom: -4px;
    right: 0;
    z-index: -1;
}

.sw_place .catalog {
    padding: 0;
}

A.show_all {
    font-size: 14px;
    line-height: 1.8;
    position: relative;
    padding: 0 36px 0 0;
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    color: #2a2c30;
    text-decoration: none;
    transition: color .3s;
}

A.show_all:after {
    content: '\e931';
    font-family: 'myprestamodules';
    font-size: 24px;
    line-height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s;
}

.ats_photo:hover ~ A.show_all,
A.show_all:hover {
    color: #f49517;
}

A.show_all--simple {
    background: none;
    border: none;
    padding: 0;
    float: right;
    color: #117f8a;
    font: 400 15px/1 Arial, Helvetica, sans-serif;
    text-decoration: underline;
    text-transform: none;
    margin: 0 30px 0 auto;
}

.details_box {
    margin: 0 0 26px;
    width: 100%;
    display: flex;
}

.det_all {
    width: 100%;
}

.det_links_place {
    width: 100%;
    margin: 0 0 16px;
}

.det_all_box {
    width: 100%;
}

.details_row {
    padding: 0 0 70px;
    display: flex;
}

.details_col {
    max-width: 313px;
    flex: 1 1 313px;
}

.details_col:nth-child(1) {
    max-width: 430px;
    flex: 1 1 430px;
    margin: 0 35px 0 0;
}

.details_col:nth-child(2) {
    max-width: 604px;
    flex: 1 1 604px;
    padding: 0 30px 0 0;
    margin: 0 27px 0 0;
    border-right: 1px solid #dfe4eb;
}

.dt_photos {
    width: 100%;
    min-height: 1px;
    display: flex;
    align-items: center;
    border: 1px solid #dfe4eb;
    padding: 0 0 0 20px;
    margin: 0 0 30px;
}

.dt_top {
    max-width: 380px;
    flex: 1 0 380px;
}

.dt_info {
    width: 100%;
    margin: 0 0 30px;
    color: #878d9b;
    font-size: 12px;
    line-height: 1.5;
    float: none;
}

.main_photo {
    width: 100%;
    height: 355px;
}

.small_photos + .main_photo {
    margin-left: 46px;
}

.main_photo Div {
    width: inherit;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_photo Div Img {
    max-width: 100%;
    max-height: 355px;
}

.dt_top_reviews {
    margin: 0 0 68px;
    padding: 11px 0 0 0;
    display: flex;
    width: 100%;
}

.dt_top_description {
    width: 100%;
    margin: 0 0 20px 0;
}

.dt_top_description Article {
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #777777;
    font: 300 15px/20px Arial, Helvetica, sans-serif;
}

.dt_top_description Article P {
    padding: 0;
}

.dt_top_description Article strong {
    font-weight: 700;
}

.dt_stars {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1;
    color: #999;
}

.one_click_form {
    border: 2px solid #2a2c30;
    border-radius: 5px;
    margin: 0 0 22px;
    display: flex;
}

.det_price {
    width: 100%;
    margin: 0 0 20px;
}

.dt_price_wrap {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.dt_phones_wrap {
    flex: 1;
}

.dt_phones_wrap .order-call-phones__item {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    grid-column-gap: 15px;
}

.dt_phones_wrap .order-call-phones__item a {
    text-decoration: none;
}

.option_price {
    display: flex;
    align-items: baseline;
    padding: 17px 20px 17px 32px;
    margin: 0 23px 0 0;
    background-color: #f2f6f9;
    border: 1px solid #dfe4eb;
}

.mob-menu-wrap {
    display: none;
    position: relative;
    z-index: 9999;
}

.help-box {
    position: fixed;
    bottom: 0;
    right: -390px;
    top: 0;
    z-index: 101;
    display: flex;
    flex-direction: column;
    width: 390px;
    overflow: auto;
    background-color: #f7f7f7;
    transition: .8s;
}
.mobile .help-box {
    display: none;
}
.help-box_open {
    right: 0;
}
.help-box__close {
    background-color: transparent;
    border: none;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 30px;
    color: #bcbcbc;
    transition: color .3s;
}
.help-box__close:hover {
    color: #f49517;
}
.help-box__title {
    min-height: 50px;
    padding: 0 55px;
    margin: 0 0 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #525252;
    border-bottom: 1px solid #eaeaea;
}
.help-box__subtitle {
    margin: 0 0 24px;
    padding: 0 30px;
    text-align: center;
    font-size: 19px;
    line-height: 1.2;
    color: #525252;
}
.help-box__icon {
    margin: 0 0 18px;
    text-align: center;
    font-size: 107px;
    line-height: 1;
    color: #f49517;
}
.help-box__phones {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 32px;
}
.help-box__phone+.help-box__phone {
    margin-top: 10px;
}
.help-box__phone {
    position: relative;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    color: #555;
    display: flex;
    align-items: center;
    transition: color .3s;
}
.help-box__phone-viber {
    width: 43px;
    height: 21px;
    background: url("../images/viber-3-logo-png-transparent.png") no-repeat 0 0 / contain;
    position: absolute;
    right: -51px;
}
.help-box__phone:before {
    font-family: 'myprestamodules';
    font-weight: 400;
    margin: 0 8px 0 0;
    color: #bcbcbc;
}
.help-box__phone:nth-child(1):before {
    content: '\e902';
}
.help-box__phone:nth-child(2):before {
    content: '\e901';
}
.help-box__phone:nth-child(3):before {
    content: '\e903';
}
.help-box__phone:hover {
    color: #f49517;
}
.help-box__tabs {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.help-box__tabs-nav {
    border-top: 1px solid #e8ecf1;
    width: 100%;
}
.help-box__tabs-nav ul {
    display: flex;
    width: inherit;
}
.help-box__tabs-nav li {
    line-height: 0;
    flex: 1;
}
.help-box__tabs-nav li+li {
    border-left: 1px solid #e8ecf1;
}
.help-box__tabs-nav button {
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
    z-index: 1;
    height: 39px;
    font-size: 20px;
    color: #bcbcbc;
    width: 100%;
    text-align: center;
    transition: .3s;
}
.help-box__tabs-nav button:hover {
    color: #3c3c45;
}
.help-box__tabs-nav li.active button {
    color: #f49517;
    box-shadow: 0 0 30px rgba(0,0,0,.15);
}
.help-box__tabs-nav li.active button:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -1px;
    left: -1px;
    top: -1px;
    z-index: -1;
    background-color: #fff;
}
.help-box__tabs-nav li.active:first-child button:after {
    right: -1px;
    left: 0;
}
.help-box__tabs-nav li.active:last-child button:after {
    right: 0;
    left: -1px;
}
.help-box__tabs-content {
    width: 100%;
    clear: both;
    padding: 35px 35px;
    background-color: #fff;
    position: relative;
    z-index: 10;
    flex: 1;
}
.help-box__tabs-title {
    text-align: center;
    margin: 0 0 33px;
    font-size: 22px;
    line-height: 1.2;
    color: #525252;
}
.help-box__tab {
    display: none;
}
.help-box__tab_active {
    display: block;
}