@charset "UTF-8";
:root {
    --clr-base: #000;
    --clr-att: #f00;
    --clr-red: #CD1518;
    --clr-border: #909BA8;
    --clr-bg: #EBEFF8;
    --clr-text: #07102D;
    --min: 360px;
    --max: 1480px;
    font-size: 10px;
}
.sl-wrap ~ .sl-wrap {
    display: none;
}
.elm-hidden {
    display: none;
}
.shadow-main {
    -webkit-box-shadow: -4px -4px 12px rgba(0, 0, 0, 0.25);
    box-shadow: -4px -4px 12px rgba(0, 0, 0, 0.25);
}
/* ----------------------------------- *\
			main styles
\* ----------------------------------- */
body {
    color: var(--clr-base, #000);
    background: #fff;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
}
body::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background-color: #f0f0f0;
}
body::-webkit-scrollbar-thumb {
    background-color: #999;
}
body::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}
body::-webkit-scrollbar-button:vertical:start:decrement {
    background-color: transparent;
    width: 0;
    height: 0;
}
body::-webkit-scrollbar-button:vertical:end:increment {
    background-color: transparent;
    width: 0;
    height: 0;
}
body::-webkit-scrollbar-button:horizontal:start:decrement {
    background-color: transparent;
    width: 0;
    height: 0;
}
body::-webkit-scrollbar-button:horizontal:end:increment {
    background-color: transparent;
    width: 0;
    height: 0;
}
body.compensate-for-scrollbar .wrap {
    padding-right: 4px;
}
p,
ul,
ol {
    position: relative;
    margin-bottom: 1.2em;
}
p img,
ul img,
ol img {
    max-width: 100%;
}
p:last-child,
ul:last-child,
ol:last-child {
    margin-bottom: 0 !important;
}
li {
    position: relative;
}
a {
    text-decoration: none;
    color: var(--clr-red, #f00);
}
a:hover {
    text-decoration: none;
    color: var(--clr-red, #f00);
}
a.link-main,
.link-main {
    text-decoration: none;
    border-bottom: 1px solid;
}
.link-phone {
    white-space: nowrap;
}
h1,
.h1-title,
h2,
.h2-title,
h3,
.h3-title,
h4,
.h4-title,
h5,
.h5-title,
h6,
.h6-title {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 1em 0;
}
h1:first-child,
.h1-title:first-child,
h2:first-child,
.h2-title:first-child,
h3:first-child,
.h3-title:first-child,
h4:first-child,
.h4-title:first-child,
h5:first-child,
.h5-title:first-child,
h6:first-child,
.h6-title:first-child {
    margin-top: 0;
}
h1,
.h1-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 1em 0;
}
h1.title-large,
.h1-title.title-large {
    font-size: 30px;
    margin-bottom: 10px;
}
h2,
.h2-title {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 1.11111111em 0;
    font-weight: 600;
    color: #3a3a3a;
}
.main-text {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
}
.main-text p {
    margin-bottom: 1.2em;
}
@media (min-width: 768px) {
    .h1-title.title-large,
    h1.title-large {
        margin-bottom: 20px;
    }
}
@media (min-width: 1024px) {
    .h1-title,
    h1 {
        font-size: 30px;
    }
    .h2-title,
    h2 {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 0.83333333em;
    }
    .h3-title,
    h3 {
        font-size: 20px;
        line-height: 1.2;
    }
}
/* ----------------------------------- *\
			structura
\* ----------------------------------- */
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.inner-wrap,
.page {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 0;
    max-width: var(--max, 1480px);
    width: 100%;
}
.inner-wrap .inner-wrap,
.page .inner-wrap {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
}
.inner-wrap .cnt-section,
.page .cnt-section {
    min-width: 0;
}
.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.wrap,
.header,
.nav,
.footer,
.cnt-section {
    position: relative;
    clear: both;
    width: 100%;
}
.wrap {
    overflow: hidden;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 108px;
}
.wrap > .cnt-section {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.nav,
.header,
.footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1;
    text-align: left;
}
.nav ul,
.header ul,
.footer ul,
.nav li,
.header li,
.footer li,
.nav p,
.header p,
.footer p {
    margin: 0;
    padding: 0;
}
.nav ul:before,
.header ul:before,
.footer ul:before,
.nav li:before,
.header li:before,
.footer li:before,
.nav p:before,
.header p:before,
.footer p:before {
    display: none;
}
.nav a,
.header a,
.footer a {
    text-decoration: none;
    position: relative;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.footer {
    background: #07102D;
    color: #fff;
    font-size: 15px;
    line-height: 1.33333333;
    font-weight: 300;
}
.footer .inner-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer .contacts-wrap {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}
.footer .rate-wrap {
    width: 146px;
}
.footer .rate-wrap .rate-img {
    display: block;
    width: 100%;
}
.footer .copy-wrap {
    text-align: center;
    width: 100%;
    font-weight: 300;
    line-height: 1;
    margin: 0;
    padding: 40px 0 0 0;
}
.footer .soc-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .soc-wrap .button-soc {
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
}
.footer .items-wrap {
    margin: 0 -15px -10px -15px;
    padding-right: 20px;
}
.footer .item-wrap {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
    line-height: 1.2;
}
.footer .cnt-title {
    display: block;
    font-weight: 600;
    font-size: 1em;
    margin: 0 0 8px 0;
}
.footer .cnt-title a {
    display: block;
}
.footer .cnt-title a:not(.btn):hover {
    color: var(--clr-red);
}
.footer .phone-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 24px;
    font-weight: 600;
}
.footer .phone-wrap .elm-ico {
    width: 24px;
    height: 24px;
    margin: 0 4px 0 0;
}
.footer a:not(.btn) {
    color: #fff;
}
.footer a:not(.btn):hover {
    color: #f7f7f7;
}
.footer .button-soc img,
.footer .button-soc svg {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.footer .button-soc:hover img,
.footer .button-soc:hover svg {
    -webkit-filter: none;
    filter: none;
}
.header {
    z-index: 99;
    font-size: 15px;
    line-height: 1.33333333;
    border-bottom: 1px solid var(--clr-red);
    font-weight: 300;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .header {
    }
}
.header .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .header-outer-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /*max-width: calc(100% - 275px);*/
}
.header .header-top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .header-bottom-wrap {
    border-top: 1px solid var(--clr-bg);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
}
.header .cart-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    margin-right: -10px;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .header .cart-wrap {
        min-width: 38.438%;
    }
}
.header .action-menu .location-wrap {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
    padding-right: 40px;
    border-bottom: 1px solid var(--clr-red);
}
.header .action-menu .location-wrap .elm-ico {
    margin-left: 20px;
}
.header .action-menu .location-wrap .location-content-block {
    display: none;
    width: 100%;
    margin: 0;
    max-width: inherit;
    min-width: 0;
    -webkit-animation: fadein ease 0.2s;
    animation: fadein ease 0.2s;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header .action-settings {
    position: relative;
}
.header .action-settings .settings-content-block {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 240px;
    background: var(--clr-bg);
    z-index: 20;
    padding: 15px;
    -webkit-box-shadow: -4px -4px 12px rgba(0, 0, 0, 0.25);
    box-shadow: -4px -4px 12px rgba(0, 0, 0, 0.25);
}
.header .action-settings .settings-content-block .frm-select {
    margin-bottom: 15px;
}
.header .action-settings .settings-content-block .frm-select:last-child {
    margin-bottom: 0;
}
.header .catalog-menu-wrap .b-nav-catalog {
    display: none;
}
.header .catalog-menu-wrap .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
}
.header .catalog-menu-wrap .menu ul {
    display: none;
    -webkit-animation: fadein ease 0.2s;
    animation: fadein ease 0.2s;
    min-width: 100%;
    white-space: nowrap;
    max-width: 300px;
    background: var(--clr-bg);
    z-index: 20;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-shadow: -4px -4px 12px rgba(0, 0, 0, 0.25);
    box-shadow: -4px -4px 12px rgba(0, 0, 0, 0.25);
    padding: 15px 0;
}
.header .catalog-menu-wrap .menu ul a {
    display: block;
    padding: 10px 20px;
    color: var(--clr-base);
}
.header .catalog-menu-wrap .menu ul a:hover,
.header .catalog-menu-wrap .menu ul a.active {
    color: #fff;
    background: var(--clr-red);
}
.header .catalog-menu-wrap .menu-catalog.menu-open .submenu-catalog-wrap {
    display: block;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .header .catalog-menu-wrap .menu-catalog.menu-open .submenu-catalog-wrap {
        top: 56px;
        max-height: 100%;
        position: fixed;
        height: calc(100% - 114px);
    }
}
.header .catalog-menu-wrap .menu-catalog .btn-menu {
    padding-left: 50px;
}
.header .catalog-menu-wrap .menu-catalog .btn-menu:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -13px;
    background: url(../img/icons/menu.svg) center no-repeat;
    background-size: 100% auto;
}
.header .catalog-menu-wrap .submenu .btn-menu {
    padding-right: 15px;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .header .catalog-menu-wrap .submenu .btn-menu {
        padding: 0;
        height: 35px;
    }
}
.header .catalog-menu-wrap .submenu .btn-menu:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    -webkit-transition: -webkit-transform ease 0.2s;
    transition: -webkit-transform ease 0.2s;
    transition: transform ease 0.2s;
    transition: transform ease 0.2s, -webkit-transform ease 0.2s;
    background: url(../img/icons/arrow-att-new.svg) center no-repeat;
    background-size: 100% auto;
}
.header .catalog-menu-wrap li:hover ul {
    display: block;
}
.header .catalog-menu-wrap .btn-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    position: relative;
    white-space: nowrap;
    font-weight: 400;
    color: var(--clr-base);
    padding: 0 20px;
}
.header .catalog-menu-wrap .btn-menu:hover,
.header .catalog-menu-wrap .btn-menu.active {
    color: var(--clr-red);
}
.header .location-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.header .location-wrap .location-content-block {
    width: auto;
    float: left;
    min-width: 100%;
    margin-top: 10px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap;
    background: var(--clr-bg);
    z-index: 10;
    -webkit-box-shadow: -4px -4px 12px rgba(0, 0, 0, 0.25);
    box-shadow: -4px -4px 12px rgba(0, 0, 0, 0.25);
    padding: 15px 0;
}
.header .location-wrap .location-content-block a {
    display: block;
    position: relative;
    padding: 10px 20px;
    color: var(--clr-base);
}
.header .location-wrap .location-content-block a:hover,
.header .location-wrap .location-content-block a.active {
    background: var(--clr-red);
    color: #fff;
}
.header .location-wrap .location-content-block a.active {
    display: none;
}
.header .location-wrap .elm-ico {
    width: 14px;
    height: 15px;
    margin: -1px 7px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header .location-wrap .location-title {
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
}
.header .location-wrap .location-link {
    max-width: 200px;
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 400;
    padding-left: 0;
}
.header .location-wrap .location-link.active .btn-action-arrow:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header .location-wrap .btn-action-arrow {
    cursor: pointer;
}
.header .phone-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 2.7%;
}
.header .phone-wrap .elm-ico {
    width: 30px;
    height: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-filter: brightness(0) grayscale(1);
    filter: brightness(0) grayscale(1);
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.header .phone-wrap:hover {
    color: var(--clr-red);
}
.header .phone-wrap:hover .elm-ico {
    -webkit-filter: none;
    filter: none;
}
.header .phone-wrap:hover .link-phone {
    color: var(--clr-red);
}
.header .phone-wrap .link-phone {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--clr-base);
}
.header .search-wrap .btn-action-ico.ico-search {
    display: none;
}
.header .search-content-block {
    display: none;
    -webkit-animation: fadeinslide ease-in-out 0.4s;
    animation: fadeinslide ease-in-out 0.4s;
    position: fixed;
    top: 108px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 10;
    -webkit-box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 60px 15px;
}
.header .search-content-block .btn-action-ico.ico-close {
    position: absolute;
    top: 10px;
    right: 6px;
    margin: 0;
}
.header .search-content-block .btn-action-ico.ico-close:after,
.header .search-content-block .btn-action-ico.ico-close:before {
    background-size: 16px auto;
}
.header .actions-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .actions-wrap .btn-action-ico {
    width: 46px;
    height: 36px;
}
.header .actions-wrap .btn-action {
    display: block;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    color: var(--clr-base);
}
.header .actions-wrap .btn-action:hover {
    color: var(--clr-red);
}
.header .actions-wrap .action-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .header .actions-wrap .action-wrap.action-cloud {
        display: none;
    }
    .header .actions-wrap .action-wrap.action-settings {
        display: none;
    }
    .header .actions-wrap .action-wrap.action-login {
    }
    .header .actions-wrap .action-wrap.action-login .btn-action {
        font-size: 12px;
        height: 46px;
        line-height: 12px;
        max-width: 64px;
        text-align: center;
        white-space: normal;
    }
    .header .actions-wrap .action-wrap.action-login .btn-action:before {
        content: attr(data-text-mobile);
        top: 26px;
        position: relative;
    }
}
.header .action-menu {
    display: none;
}
.header .action-menu .js-btn-toggle.active + .js-popup-block {
    right: 0;
    opacity: 1;
    -webkit-box-shadow: -4px -4px 12px rgba(0, 0, 0, 0.25);
    box-shadow: -4px -4px 12px rgba(0, 0, 0, 0.25);
}
.header .action-menu .ico-menu.active {
    z-index: 30;
    top: 6px;
    right: 0;
    position: fixed;
}
.header .action-menu .ico-menu.active:after,
.header .action-menu .ico-menu.active:before {
    width: 20px;
    height: 2px;
    margin-top: -1px;
    margin-left: -10px;
}
.header .action-menu .menu-content-block {
    display: block;
    opacity: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background: var(--clr-bg);
    position: fixed;
    top: 0;
    bottom: 0;
    width: 340px;
    right: -340px;
    z-index: 23;
    padding: 15px 0;
    overflow: auto;
}
.header .action-menu .menu-content-block::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background-color: #f0f0f0;
}
.header .action-menu .menu-content-block::-webkit-scrollbar-thumb {
    background-color: #999;
}
.header .action-menu .menu-content-block::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}
.header .action-menu .menu-content-block::-webkit-scrollbar-button:vertical:start:decrement {
    background-color: transparent;
    width: 0;
    height: 0;
}
.header .action-menu .menu-content-block::-webkit-scrollbar-button:vertical:end:increment {
    background-color: transparent;
    width: 0;
    height: 0;
}
.header .action-menu .menu-content-block::-webkit-scrollbar-button:horizontal:start:decrement {
    background-color: transparent;
    width: 0;
    height: 0;
}
.header .action-menu .menu-content-block::-webkit-scrollbar-button:horizontal:end:increment {
    background-color: transparent;
    width: 0;
    height: 0;
}
.header .action-menu .menu-phone-wrap {
    border-bottom: 1px solid var(--clr-red);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 30px;
    padding: 10px 10px 10px 20px;
}
.header .action-menu .menu-phone-wrap .elm-ico {
    width: 30px;
    height: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header .action-menu .menu-phone-wrap .link-phone {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 30px;
    line-height: 30px;
    color: var(--clr-base);
}
.header .action-menu .menu-soc-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--clr-red);
    padding: 10px 10px 10px 20px;
}
.header .action-menu .menu-soc-wrap .btn-action-ico {
    width: 24px;
    height: 24px;
    margin: 0 8px 0 0;
}
.header .action-menu .menu-soc-wrap .button-soc img,
.header .action-menu .menu-soc-wrap .button-soc svg {
    -webkit-filter: brightness(0) grayscale(1);
    filter: brightness(0) grayscale(1);
}
.header .action-menu .menu-soc-wrap .button-soc:hover img,
.header .action-menu .menu-soc-wrap .button-soc:hover svg {
    -webkit-filter: none;
    filter: none;
}
.header .action-menu .menu ul {
    display: none;
    padding: 0 0 10px 0;
    background: rgba(205, 21, 24, 0.1);
}
.header .action-menu .menu ul a {
    display: block;
    position: relative;
    padding: 5px 20px 5px 30px;
    color: var(--clr-base);
}
.header .action-menu .menu ul a:hover,
.header .action-menu .menu ul a.active {
    color: #fff;
    background: rgba(205, 21, 24, 0.4);
}
.header .action-menu .menu .submenu .btn-menu:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    position: relative;
    margin: 0 0 0 8px;
    background: url(../img/icons/arrow-att.svg) center no-repeat;
    background-size: 100% auto;
}
.header .action-menu .menu .submenu .btn-menu:hover:after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.header .action-menu .menu .submenu.open .btn-menu:after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header .action-menu .menu .open .btn-menu {
    color: #fff;
    background: var(--clr-red);
}
.header .action-menu .btn-menu {
    display: block;
    position: relative;
    padding: 10px 20px;
    color: var(--clr-base);
}
.header .action-menu .btn-menu:hover,
.header .action-menu .btn-menu.active {
    color: #fff;
    background: var(--clr-red);
}
.header .logo-wrap {
    width: 245px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.header .logo {
    width: 189px;
}
.header .left-side .logo {
    display: none;
}
.header #head_menu_burger {
    display: none;
    cursor: pointer;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .header .logo-wrap {
        display: none;
    }
    .header .left-side .logo {
        width: 24px;
        display: block;
        align-self: center;
        margin-right: 15px;
    }
    .header .location-wrap .elm-ico {
        display: none;
    }
    .header .right-side .button-soc {
        display: none;
    }
    .header .right-side .header__contacts-item {
        display: none;
    }
    .header .right-side .button-call {
        display: none;
    }
    .header #head_menu_burger {
        display: block;
    }
    .header #head_menu_burger:before {
        content: "";
        width: 18px;
        height: 18px;
        background-image: url(/local/templates/masterwatt_new/img/icons/burger.svg);
        background-size: 18px;
        display: block;
    }
    .header #head_menu_burger.opened:before {
        background-image: url(/local/templates/masterwatt_new/img/icons/burger-close.svg);
    }
}
.header .logo-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 19px -14px 0 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
}
.header .logo-title {
    display: block;
    position: relative;
    margin: 0 14px 0 0;
    line-height: 14px;
    font-size: 1em;
}
.header .logo-title:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--clr-red);
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 5px;
    margin-top: -2px;
}
.header .logo-title:last-child:before {
    display: none;
}
.catalog-menu-wrap .menu {
    position: static;
}
.catalog-menu-wrap .menu > li.menu-catalog {
    position: static;
}
.catalog-menu-wrap .menu .submenu-catalog-wrap {
    display: none;
    -webkit-animation: fadeinslide ease 0.8s;
    animation: fadeinslide ease 0.8s;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 20;
    background: var(--clr-bg);
    font-size: 1em;
    line-height: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: calc(100vh - 132px);
    border-top: 1px solid var(--clr-red);
    overflow: auto;
    -ms-overflow-style: none;
}
.catalog-menu-wrap .menu .submenu-catalog-wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.catalog-menu-wrap .menu .submenu-catalog-wrap.menu-open {
    display: block;
}
.catalog-menu-wrap .menu .submenu-sections-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0 10px 27px;
}
.catalog-menu-wrap .menu .submenu-section {
    width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 40px 0 0;
    margin-bottom: 45px;
}
.catalog-menu-wrap .menu .submenu-section-menu {
    font-weight: 600;
    position: relative;
    overflow: hidden;
}
.catalog-menu-wrap .menu .submenu-section-menu a {
    padding: 0 0 8px 0;
    -webkit-animation: fadeinslide ease 0.3s;
    animation: fadeinslide ease 0.3s;
}
.catalog-menu-wrap .menu .submenu-menu-inner {
    display: none;
}
.catalog-menu-wrap .menu .submenu-section-more {
    margin: 10px 0 0 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.42857143;
}
.catalog-menu-wrap .menu .submenu-section-more a:hover:after {
    -webkit-filter: none;
    filter: none;
}
.catalog-menu-wrap .menu .submenu-section-more a.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.catalog-menu-wrap .menu .submenu-section-more a:after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 8px;
    background: url(../img/icons/arrow-att.svg) center no-repeat;
    background-size: 100% auto;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    -webkit-filter: brightness(0) grayscale(1);
    filter: brightness(0) grayscale(1);
}
.catalog-menu-wrap .menu .submenu-section-title {
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.4;
}
.catalog-menu-wrap .menu .submenu-section-title a {
    padding: 0 0 10px 0;
}
.catalog-menu-wrap .menu .submenu-section-title a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background: var(--clr-red);
}
.catalog-menu-wrap .menu .submenu-section.no-more .submenu-section-more {
    display: none;
}
.catalog-menu-wrap .menu .submenu-section.open .submenu-section-more a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.catalog-menu-wrap .menu .submenu-section a {
    display: block;
    position: relative;
    color: var(--clr-base);
    text-decoration: none;
    font-size: 15px;
}
.catalog-menu-wrap .menu .submenu-section a:hover,
.catalog-menu-wrap .menu .submenu-section a.active {
    color: var(--clr-red);
}
.logo {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 1;
    text-decoration: none;
    width: 100%;
    letter-spacing: normal;
    font-weight: 400;
}
.logo:hover {
    text-decoration: none;
}
.logo img {
    display: block;
    width: 100%;
}
@media (min-width: 1025px) {
    .footer .inner-wrap {
        padding-top: 40px;
        padding-bottom: 0;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .footer .subscribe-wrap {
        width: 183px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0;
    }
    .footer .phone-wrap {
        margin-top: 15px;
    }
    .footer .info-wrap {
        width: 203px;
        padding: 0 0 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer .soc-wrap {
        margin: -2px 0 18px 0;
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .footer .soc-wrap .button-soc {
        margin: 0 0 0 8px;
    }
    .footer .rate-wrap {
        margin: 0 0 0 auto;
    }
    .footer .copy-wrap {
        text-align: right;
        line-height: 1;
        padding: 10px 0 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        min-height: 52px;
    }
    .footer .contacts-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0;
        padding: 0;
        border-bottom: none;
    }
    .footer .items-wrap {
        padding: 0;
    }
    .footer .item-wrap {
        margin-bottom: 40px;
    }
}
@media (min-width: 1024px) {
    .wrap {
        padding-top: 128px;
    }
    .footer {
        font-size: 20px;
        line-height: 1.2;
    }
    .footer .cnt-title {
        margin-bottom: 8px;
    }
    .footer .item-wrap {
        width: 33.33%;
    }
    .footer .items-wrap {
        padding-right: 30px;
    }
    .footer .copy-wrap {
        font-size: 15px;
        padding-left: 40px;
    }
    .footer .phone-wrap {
        line-height: 30px;
        margin: 33px -40px 0 0;
        padding: 0;
    }
    .footer .phone-wrap .elm-ico {
        width: 30px;
        height: 30px;
    }
    .footer .phone-wrap .elm-ico img {
        width: 100%;
    }
    .header .catalog-menu-wrap .menu-catalog .btn-menu {
        overflow: visible;
    }
    .header .catalog-menu-wrap .menu-catalog .btn-menu:before {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 20px;
    }
    .header .search-content-block {
        top: 128px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .header .search-content-block .btn-action-ico.ico-close {
        right: 30px;
    }
    .header .frm-main-search {
        max-width: 1346px;
        margin: 0 auto;
    }
    .header .frm-main-search .form-input {
        height: 50px;
    }
}
.wrap {
    padding-top: 153px;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .wrap {
        padding-top: 0;
    }
}
.header .search-wrap .btn-action-ico.ico-search,
.header .search-wrap .btn-action-ico.ico-search-att {
    display: block;
    margin: 0 0 0 auto;
}
.header .search-wrap .search-content-block {
    top: 132px;
}
.footer .inner-wrap {
    padding-bottom: 10px;
}
.footer .info-wrap {
    width: 273px;
}
.footer .soc-wrap {
    margin-bottom: 42px;
}
.footer .subscribe-wrap {
    width: 244px;
}
.footer .copy-wrap {
    padding: 17px 0 0 40px;
    text-align: right;
    display: block;
    min-height: 0;
}
.footer .frm-main .frm-row {
    margin-bottom: 10px;
}
.footer .phone-wrap {
    margin: 40px 0 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header .search-content-block {
    padding-left: 27px;
    padding-right: 27px;
}
.header .search-content-block .btn-action-ico.ico-close {
    right: 50%;
    margin-right: -685px;
}
/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.item-catalog.active .cat-title-wrap {
    color: var(--clr-red);
}
.item-catalog.active .cat-title-wrap:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.item-catalog.active .cat-title-wrap .btn-action-arr {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.item-catalog.active .cat-content-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .item-catalog.active .cat-content-title-wrap {
        display: none;
    }
}
.item-catalog.cat-loader .cat-content-wrap {
    min-height: 150px;
}
.item-catalog.cat-loader .cat-content-wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9) url(../img/icons/loader.gif) center no-repeat;
    background-size: 50px auto;
}
.item-catalog .cat-title-wrap {
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 60px 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    min-height: 44px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.item-catalog .cat-title-wrap:hover {
    color: var(--clr-red);
}
.item-catalog .cat-title-wrap .btn-action-arr {
    z-index: 5;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -22px;
    overflow: visible;
}
.item-catalog .cat-title-wrap .btn-action-arr:after {
    content: "";
    display: block;
    position: absolute;
    left: -2000px;
    right: -2000px;
    top: -2000px;
    bottom: -2000px;
}
.item-catalog .cat-title-wrap:before {
    display: none;
}
.item-catalog .cat-title-wrap .cat-photo {
    width: 44px;
    height: 44px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 10px 0 0;
}
.item-catalog .cat-title-wrap .cat-photo img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.item-catalog .cat-content-title-wrap {
    display: none;
    -webkit-animation: fadein ease 0.2s;
    animation: fadein ease 0.2s;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: var(--clr-text);
    padding: 10px 0 8px 54px;
    border-top: 1px solid var(--clr-border);
}
.item-catalog .cat-content-title-wrap .cat-content-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    position: relative;
    padding: 0 10px 0 0;
}
.item-catalog .cat-content-title-wrap .title01 {
    width: 110px;
}
.item-catalog .cat-content-title-wrap .title02 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.item-catalog .cat-content-title-wrap .title03 {
    width: 120px;
}
.item-catalog .cat-content-title-wrap .title04 {
    width: 170px;
}
.item-catalog .cat-content-title-wrap .title05 {
    width: 134px;
}
.item-catalog .cat-content-title-wrap .title06 {
    width: 80px;
}
.item-catalog .cat-content-wrap {
    display: none;
    padding: 1px 0 0 54px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    position: relative;
}
.item-catalog .cat-content-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 54px;
    height: 1px;
    background: var(--clr-text);
}
.item-catalog .cat-content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 18px;
    border-bottom: 1px solid var(--clr-border);
    padding: 6px 0;
}
.item-catalog .cat-content-item:last-child {
    border-bottom: none;
}
.item-catalog .cat-content-item .cat-title-inner {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 30px 0 0;
}
.item-catalog .cat-content-item .title01 {
    width: 110px;
    word-break: break-all;
}
.item-catalog .cat-content-item .title02 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.item-catalog .cat-content-item .title03 {
    width: 120px;
}
.item-catalog .cat-content-item .title04 {
    width: 170px;
}
.item-catalog .cat-content-item .title05 {
    width: 134px;
}
.item-catalog .cat-content-item .title06 {
    width: 80px;
}
.item-catalog .cat-content-item .elm-price {
    font-weight: 600;
}
.item-catalog .cat-content-item .elm-price:after {
    font-weight: 300;
    margin-left: 6px;
}
.item-catalog .cat-content-item .btn {
    width: 40px;
    height: 40px;
    padding: 0;
    min-width: 0;
}
.item-catalog .cat-content-item .btn .button-title {
    display: none;
}
.item-catalog .cat-content-item .btn .button-ico {
    width: 20px;
    height: 20px;
}
.item-catalog .cat-content-item .frm-field-counter {
    background: none;
}
.item-catalog .cat-content-item a:not(.btn) {
    display: block;
    color: var(--clr-base);
}
.item-catalog .cat-content-item a:not(.btn):hover {
    color: var(--clr-red);
}
.item-catalog .cat-content-item .link-main {
    display: inline;
    -webkit-transition: color ease 0.2s;
    transition: color ease 0.2s;
}
.item-catalog .cat-content-item .link-main:hover {
    color: var(--clr-red);
}
@media (min-width: 1px) and (max-width: 1024px) {
    .item-catalog .cat-content-wrap:before {
        left: 0;
    }
    .item-catalog .cat-content-item {
        display: block;
        height: 125px;
    }
}
.item-product-line .pr-title-inner {
    color: var(--clr-base);
    display: block;
}
.item-product-line .pr-title-inner:hover {
    color: var(--clr-red);
}
.item-product-line .elm-price:after {
    margin-left: 8px;
}
.item-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    height: 40px;
}
.item-brand:hover {
    color: #fff;
}
.item-brand img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 90%;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.item-brand:hover img {
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
}
.item-service {
    display: block;
    min-height: 100%;
    font-size: 14px;
    line-height: 1.2;
    color: var(--clr-base);
    background: var(--clr-bg);
    padding: 10px;
}
.item-service:hover {
    color: var(--clr-base);
    -webkit-box-shadow: 0 14px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.2);
}
.item-service:hover .srv-title {
    color: var(--clr-red);
}
.item-service .srv-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    min-height: 48px;
}
.item-service .srv-ico {
    width: 48px;
    height: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
}
.item-service .srv-title {
    -webkit-transition: color ease 0.2s;
    transition: color ease 0.2s;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 22px;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--clr-border);
    display: block;
}
.item-service .srv-title:first-child {
    padding-left: 0;
}
.item-service .srv-desc-wrap {
    display: block;
    font-size: 1em;
}
.item-new {
    color: var(--clr-base);
    display: block;
    position: relative;
}
.item-new:hover {
    color: var(--clr-red);
}
.item-new .new-date {
    display: block;
    font-size: 19px;
    line-height: 1.2;
    color: var(--clr-border);
    margin: 0 0 7px 0;
}
.item-new .new-photo-wrap {
    display: none;
    position: relative;
    line-height: 1;
    height: 240px;
    margin-bottom: 28px;
}
.item-new .new-info-wrap {
    display: block;
    position: relative;
    padding: 12px 0 0 0;
}
.item-new .new-info-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 2px;
    background: var(--clr-red);
}
.item-new .new-title {
    display: block;
    font-size: 19px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 9px 0;
}
.item-new .new-title:last-child {
    margin-bottom: 0;
}
.item-new .new-text {
    display: block;
}
.item-category,
.item-more {
    display: block;
    position: relative;
    overflow: hidden;
    height: 186px;
    width: 100%;
    background: var(--clr-bg);
    text-align: center;
    font-size: 15px;
    line-height: 1.06666667;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--clr-text);
    padding: 10px 15px;
}
.item-category:hover,
.item-more:hover {
    color: var(--clr-red);
    -webkit-box-shadow: 0 14px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.2);
}
.item-category .cat-title,
.item-more .cat-title {
    display: block;
    position: relative;
    z-index: 2;
}
.item-category .cat-photo,
.item-more .cat-photo {
    display: block;
    height: 120px;
    position: absolute;
    top: 52px;
    left: 10px;
    right: 10px;
}
.item-category .cat-photo img,
.item-more .cat-photo img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.item-more {
    text-decoration: underline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.item-more:hover {
    text-decoration: none;
}
.item-more .more-title {
    display: block;
    width: 100%;
}
.elm-row {
    border-bottom: 1px solid var(--clr-border);
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.elm-row .row-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 170px;
    padding: 0 10px 0 0;
    font-weight: 300;
    margin: 0;
    line-height: 1;
}
.elm-row .row-value {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
}
.elm-file {
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 1.06666667;
    color: var(--clr-base);
    text-align: center;
    font-weight: 400;
    -webkit-transition: color ease 0.2s;
    transition: color ease 0.2s;
}
.elm-file:hover {
    color: var(--clr-red);
}
.elm-file .file-title {
    display: block;
}
.elm-file .elm-ico {
    width: 48px;
    height: 64px;
    margin: 0 auto 8px auto;
}
.elm-file .elm-ico .ico-full {
    display: none;
}
.elm-price {
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    white-space: nowrap;
}
.elm-price.price-old,
.elm-price.price-main {
    color: var(--clr-border);
}
.elm-price.price-old {
    text-decoration: line-through;
}
.elm-price:before {
    content: "";
    display: block;
    position: absolute;
    left: -0.5em;
    right: -0.5em;
    top: 50%;
    margin-top: -1px;
    background: #cd152ca8;
    z-index: 2;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    opacity: 0;
    height: 1px;
}
.elm-price .pr-value,
.elm-price .pr-unit {
    display: inline;
}
.elm-price[data-unit]:after {
    content: attr(data-unit);
    display: inline;
}
.elm-stock {
    position: relative;
    padding-left: 22px;
    display: block;
    line-height: 1.25;
}
.elm-stock .st-title {
    display: inline;
    border-bottom: 1px solid;
}
.elm-stock:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1AB22A;
    position: absolute;
    top: 0.625em;
    left: 0;
    margin-top: -6px;
}
.elm-stock.orange-circle:before {
    background: orange;
}
.elm-stock.blue-circle:before {
    background: #2556ff;
}
.elm-stock.st-out:before {
    background-color: red;
}
.elm-stock.st-load:before {
    background: yellow;
}
.elm-photo {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    line-height: 1;
}
.elm-photo:before {
    content: "";
    display: none;
    padding-top: 100%;
}
.elm-photo img {
    display: block;
    position: relative;
    width: 100%;
}
.elm-photo.photo-cover:before {
    display: block;
}
.elm-photo.photo-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.elm-photo.photo-contain img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.elm-photo.photo-center img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
.elm-photo.photo-center:before {
    display: block;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .elm-photo.photo-cover img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.elm-ico,
.button-ico,
.menu-ico,
.frm-ico {
    display: block;
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
}
.elm-ico img,
.button-ico img,
.menu-ico img,
.frm-ico img,
.elm-ico [class*="icon-"],
.button-ico [class*="icon-"],
.menu-ico [class*="icon-"],
.frm-ico [class*="icon-"],
.elm-ico .i,
.button-ico .i,
.menu-ico .i,
.frm-ico .i,
.elm-ico svg,
.button-ico svg,
.menu-ico svg,
.frm-ico svg {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.elm-overlay {
    display: none;
    -webkit-animation: fadein ease 0.2s;
    animation: fadein ease 0.2s;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 120;
}
.elm-overlay.active {
    display: block;
}
.item-catalog .cat-title-wrap {
    font-weight: 400;
}
.item-new .new-date {
    display: none;
}
.item-new .new-photo-wrap {
    display: block;
}

.item-catalog .cat-title-wrap {
    font-size: 17px;
    line-height: 1.2;
    padding: 0 80px 0 0;
}
.item-catalog .cat-title-wrap .cat-title {
    padding: 6px 0;
}
.item-catalog .cat-title-wrap:before {
    right: 20px;
}
.item-catalog .cat-title-wrap .btn-action-arr {
    right: 20px;
}
.item-category,
.item-more {
    height: 296px;
    padding: 20px;
    font-size: 19px;
    line-height: 1.2;
}
.item-category .cat-title,
.item-more .cat-title,
.item-category .more-title,
.item-more .more-title {
    max-width: 200px;
    margin: 0 auto;
}
.item-category .cat-photo,
.item-more .cat-photo {
    height: 200px;
    top: 76px;
}
.elm-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--clr-border);
    text-align: left;
}
.elm-file .elm-ico {
    width: 38px;
    height: 18px;
    margin: 0 10px 0 0;
}
.elm-file .elm-ico .ico-small {
    display: none;
}
.elm-file .elm-ico .ico-full {
    display: block;
}
.elm-file .file-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.elm-row {
    padding: 9px 0;
    font-size: 15px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.elm-row .row-title {
    width: 225px;
    padding-right: 15px;
}
.elm-row .row-value {
    font-size: 19px;
    line-height: 1.21052632;
}
.item-catalog .cat-title-wrap {
    padding-right: 100px;
}
.item-catalog .cat-title-wrap:before {
    right: 30px;
}
.item-catalog .cat-title-wrap .btn-action-arr {
    right: 30px;
}
.item-product-line {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
    padding: 10px 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .item-product-line {
        display: block;
    }
}
.item-product-line .title01 {
    width: 140px;
    padding: 0 20px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    word-break: break-all;
}
.item-product-line .title02 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    padding: 0 20px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .item-product-line .title02 {
        margin-top: 10px;
    }
}
.item-product-line .title03 {
    width: 140px;
    padding: 0 20px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.item-product-line .title04 {
    width: 140px;
    padding: 0 20px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.item-product-line .title05 {
    width: 210px;
    padding: 0 20px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.item-product-line .title06 {
    width: 215px;
    padding: 0 30px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.item-product-line .title07 {
    width: 156px;
    padding: 0 20px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.item-product-line .title08 {
    width: 76px;
}
.item-product-line .title08 .btn {
    min-width: 0;
    width: 36px;
    height: 36px;
    padding: 0;
}
.item-product-line .title08 .btn .button-title {
    display: none;
}
.item-product-line .title08 .btn .button-ico {
    width: 20px;
    height: 20px;
}
.item-product-line .pr-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 490px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.item-product-line .frm-field-counter {
    padding: 0 30px;
    width: 100px;
    height: 36px;
    margin: 0;
}
.item-product-line .frm-field-counter .form-input {
    height: 36px;
}
.item-product-line .frm-field-counter .btn-plus,
.item-product-line .frm-field-counter .btn-minus {
    width: 30px;
    height: 36px;
}
.elm-price.price-old {
    text-decoration: none;
}
.elm-price.price-old:before {
    opacity: 1;
}
@media (min-width: 1366px) {
    .item-service {
        padding: 30px;
    }
    .item-service .srv-title {
        font-size: 19px;
        line-height: 1.21052632;
    }
    .item-service .srv-desc-wrap {
        font-size: 17px;
        line-height: 20px;
    }
    .item-category,
    .item-more {
        height: 316px;
        padding: 30px;
    }
    .item-category .cat-photo,
    .item-more .cat-photo {
        top: 86px;
    }
    .item-product-line {
        font-size: 15px;
    }
}
/* ----------------------------------- *\
			content styles
\* ----------------------------------- */
.popup-box {
    display: none;
}
.popup-box.fancybox-content {
    width: 400px;
    padding: 30px 20px;
}
.popup-box .fancybox-button.fancybox-close-small {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}
.popup-box .fancybox-button.fancybox-close-small:hover {
    background: none;
}
.popup-box .fancybox-button.fancybox-close-small:hover:after,
.popup-box .fancybox-button.fancybox-close-small:hover:before {
    background: #000;
}
.popup-box .fancybox-button.fancybox-close-small:after,
.popup-box .fancybox-button.fancybox-close-small:before {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background: #8B949E;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 1px;
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
}
.popup-box .fancybox-button.fancybox-close-small:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.popup-box .fancybox-button.fancybox-close-small * {
    display: none;
}
.fancybox-bg {
    background: rgba(0, 0, 0, 0.7);
}
.popup-cart-box {
    width: 240px;
    z-index: 100;
    position: fixed;
    bottom: 10px;
    right: -260px;
    background: var(--clr-bg);
    font-size: 17px;
    line-height: 1.23529412;
    text-align: center;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    -webkit-box-shadow: -4px -4px 12px rgba(0, 0, 0, 0.25);
    box-shadow: -4px -4px 12px rgba(0, 0, 0, 0.25);
    opacity: 0;
}
.popup-cart-box.active {
    opacity: 1;
    right: 10px;
}
.popup-cart-box .popup-title-wrap {
    padding: 15px;
}
.popup-cart-box .popup-footer-wrap {
    padding: 15px;
}
.popup-cart-box .popup-footer-wrap .btn {
    width: 100%;
    padding: 0 10px;
}
.popup-cart-box .popup-title {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.popup-cart-box .btn-action-ico.ico-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}
.catalog-box {
    padding-top: 10px;
    border-top: 1px solid var(--clr-border);
    margin-bottom: 20px;
}
.catalog-box .catalog-title {
    display: block;
    font-size: 19px;
    line-height: 1.21052632;
    font-weight: 400;
    margin: 0 0 3px 0;
    text-transform: none;
    padding-left: 10px;
}
.catalog-box .items-wrap {
    margin-bottom: 10px;
    border-top: 1px solid var(--clr-border);
}
.catalog-box .item-wrap {
    border-bottom: 1px solid var(--clr-border);
}
.sort-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px 20px 0;
}
.sort-box .sort-title {
    font-size: 15px;
    line-height: 20px;
    color: var(--clr-text);
    font-weight: 600;
    margin: 0 20px 0 0;
}
.sort-box .sort-items {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: contents;
}
.sort-box .btn-action-toggle {
    margin: 0 20px 0 0;
}
.filter-box {
    margin-bottom: 32px;
    border-top: 1px solid var(--clr-red);
    font-size: 15px;
    line-height: 1.06666667;
    position: relative;
}
.filter-box .btn-action-result {
    position: absolute;
    top: 100px;
    left: 100%;
    display: none;
    -webkit-animation: fadein ease 0.2s;
    animation: fadein ease 0.2s;
    margin-left: 15px;
}
.filter-box .btn-action-result.active {
    display: block;
}
.filter-box .btn-action-ico.ico-close {
    display: none;
    position: absolute;
    top: 0;
    right: 4px;
}
.filter-box .section-show .filter-section-more a:before {
    content: attr(data-hide);
}
.filter-box .filter-section-wrap {
    border-bottom: 1px solid var(--clr-border);
}
.filter-box .filter-section-wrap.section-open .filter-section-title:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.filter-box .filter-section-wrap:last-child {
    border-bottom: none;
}
.filter-box .filter-section-submit {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
}
.filter-box .filter-section-submit .submit-button {
    width: 100%;
    margin-bottom: 10px;
}
.filter-box .filter-section-submit .submit-button:last-child {
    margin-bottom: 0;
}
.filter-box .filter-section-submit .btn {
    width: 100%;
    padding: 0 10px;
}
.filter-box .filter-section-title {
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--clr-red);
    font-weight: 400;
    margin: 0;
    padding: 10px 30px 10px 0;
    cursor: pointer;
}
.filter-box .filter-section-title:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    -webkit-transition: -webkit-transform ease 0.2s;
    transition: -webkit-transform ease 0.2s;
    transition: transform ease 0.2s;
    transition: transform ease 0.2s, -webkit-transform ease 0.2s;
    background: url(../img/icons/arrow-down.svg) center no-repeat;
    background-size: 100% auto;
}
.filter-box .filter-section-hidden {
    display: none;
}
.filter-box .filter-section-content {
    padding-bottom: 15px;
}
.filter-box .filter-section-content:first-child {
    padding-top: 12px;
}
.filter-box .filter-section-more {
    border-top: 1px solid var(--clr-border);
}
.filter-box .filter-section-more a {
    display: block;
    padding: 5px 0;
    font-weight: 400;
    color: var(--clr-base);
}
.filter-box .filter-section-more a:before {
    content: attr(data-show);
}
.filter-box .filter-section-more a:hover {
    color: var(--clr-red);
}
.filter-box .frm-select {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    width: 100%;
    padding: 6px 0;
}
.filter-box .selects-wrap {
    overflow: hidden;
}
.filter-box .selects-wrap .frm-select {
    margin-top: -1px;
}
.side-menu-box {
    font-size: 15px;
    line-height: 1;
    font-weight: 200;
    padding-top: 1px;
    margin-bottom: 32px;
}
.side-menu-box ul {
    margin: 0;
}
.side-menu-box li {
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    border-bottom: 1px solid var(--clr-border);
    margin: -1px 0 0 0;
    padding: 0;
}
.side-menu-box li:before {
    display: none;
}
.side-menu-box li:hover,
.side-menu-box li.active {
    z-index: 2;
    border-bottom-color: #fff;
}
.side-menu-box li.active {
    font-weight: 400;
}
.side-menu-box li.active a {
    background: var(--clr-bg);
}
.side-menu-box .menu-hidden {
    display: none;
}
.side-menu-box .menu-more {
    font-weight: 400;
    border-bottom: 1px solid var(--clr-border);
}
.side-menu-box .menu-more a:before {
    content: attr(data-show);
}
.side-menu-box.menu-open .menu-more a:before {
    content: attr(data-hide);
}
.side-menu-box a {
    display: block;
    position: relative;
    padding: 6px 5px;
    color: var(--clr-base);
}
@media (min-width: 1px) and (max-width: 1024px) {
    .side-menu-box a {
        padding: 6px 0;
    }
    .side-menu-box a.parent-section {
        font-weight: 700;
        margin-bottom: 5px;
    }
    .side-menu-box a.parent-section:before {
        content: "";
        background-image: url(/local/templates/masterwatt_new/img/icons/arrow-att-new.svg);
        background-size: 16px auto;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 16px;
        height: 16px;
        display: inline-block;
        top: 3px;
        position: relative;
        margin-right: 5px;
    }
    .side-menu-box .menu-more a {
        color: #00000080;
    }
    .side-menu-box li.this-section {
        background-color: #EEEFF1;
    }
}
.side-menu-box a:hover,
.side-menu-box a.active {
    background: var(--clr-bg);
    color: var(--clr-base);
}
.side-menu-box a.active {
    font-weight: 400;
}
.side-order-box {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1;
    padding-top: 10px;
    border-top: 1px solid var(--clr-red);
}
.side-order-box p {
    margin-bottom: 1em;
}
.side-order-box .order-info {
    display: block;
    overflow: hidden;
}
.side-order-box .order-info a {
    color: var(--clr-base);
}
.side-order-box .order-button {
    display: block;
    position: relative;
    line-height: 1;
    margin: 10px 0 0 0;
}
.side-order-box .order-button .btn {
    width: 100%;
}
.products-box .items-wrap {
    margin: 0;
    border-top: 1px solid #E7EAED;
}
.products-box .item-wrap {
    width: 100%;
    border-bottom: 1px solid #E7EAED;
    padding: 0;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .products-box .item-wrap.additional .main-favorite-ico.horizontal {
        top: 11px;
        right: 35px;
    }
    .products-box .item-wrap.additional .main-compare-ico.horizontal {
        top: 8px;
    }
    .products-box .item-wrap {
        padding-bottom: 10px;
    }
}
.products-box .title-outer-wrap {
    display: none;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 19px;
    padding-left: 140px;
    position: relative;
}
.products-box .title-outer-wrap .title01 {
    width: 140px;
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 10px;
}
.products-box .title-outer-wrap .title02 {
    width: 42%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
}
.products-box .title-outer-wrap .title03,
.products-box .title-outer-wrap .title04,
.products-box .title-outer-wrap .title05 {
    display: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
}
.products-box .title-outer-wrap .title06 {
    width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
}
.products-box .title-outer-wrap .title07 {
    width: 158px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
}
.products-box .title-outer-wrap .title08 {
    width: 40px;
}
.files-box {
    padding: 20px 4px 4px 4px;
}
.files-box .items-wrap {
    margin: 0 -5px;
}
.files-box .item-wrap {
    margin-bottom: 20px;
    padding: 0 5px;
    width: 50%;
    max-width: 150px;
}
.features-box {
    margin-bottom: 40px;
}
.features-box .items-wrap {
    margin: 0;
    padding: 4px;
}
.features-box .item-wrap {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    padding: 0;
    margin: 0;
    width: 100%;
}
.card-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.card-box .features-box {
    margin: 0;
}
.card-tabs-wrap {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    margin-top: -1px;
    position: relative;
    margin-bottom: 20px;
}
.card-tabs-wrap .tab-block {
    border: 1px solid var(--clr-border);
}
.card-tabs-wrap .tabs-box {
    width: 100%;
}
.card-photos-wrap {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 6px 0 0;
}
.card-photos-wrap .slick-dots {
    padding-top: 4px;
}
.card-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    padding: 0 0 0 6px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1.2;
}
.card-info-wrap .tabs-outer-wrap {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
}
.card-info-wrap .info-outer-wrap {
    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-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.card-info-wrap .info-wrap {
    font-size: 14px;
    line-height: 1.25;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.card-info-wrap .info-wrap .info-stock {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.card-info-wrap .info-wrap .info-title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 10px;
    font-weight: 600;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.card-info-wrap .desc-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 32px;
}
.card-info-wrap .actions-inner-wrap {
    display: block;
    position: relative;
}
.card-info-wrap .action-wrap {
    margin-bottom: 16px;
}
.card-info-wrap .action-wrap .btn {
    width: 100%;
}
.card-info-wrap .price-outer-wrap {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-info-wrap .price-inner-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin-bottom: 10px;
}
.card-info-wrap .price-wrap {
    color: var(--clr-border);
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.card-info-wrap .price-wrap.price-main {
    color: var(--clr-base);
    display: block;
    margin-bottom: 8px;
}
.card-info-wrap .price-wrap.price-main .price-title {
    font-weight: 600;
    margin: 0 0 6px 0;
    padding: 0;
    width: 100%;
}
.card-info-wrap .price-wrap.price-main .elm-price {
    font-size: 19px;
    line-height: 22px;
}
.card-info-wrap .price-wrap.price-main .elm-price:after {
    font-size: 0.89473684em;
}
.card-info-wrap .price-wrap .price-title {
    min-width: 70px;
    padding: 0 8px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 300;
    margin: 0;
}
.card-info-wrap .price-wrap .price-value {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.card-info-wrap .price-wrap .elm-price {
    font-weight: 600;
    line-height: 17px;
}
.card-info-wrap .price-wrap .elm-price:after {
    font-weight: 300;
    font-size: 1.21428571em;
    margin-left: 10px;
}
.card-info-wrap .elm-stock {
    -webkit-transition: color ease 0.2s;
    transition: color ease 0.2s;
}
.card-info-wrap .elm-stock:hover {
    color: var(--clr-red);
}
.main-brands-box {
    background: var(--clr-text);
    color: #fff;
    padding: 40px 0 20px 0;
    margin-bottom: 40px;
}
.main-brands-box .item-wrap {
    width: 33.33%;
    padding: 0 10px;
    margin: 0 0 20px;
    max-width: 140px;
}
.main-brands-box .items-wrap {
    margin: 0 -10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.main-brands-box .wrap-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
}
.main-brands-box .wrap-more a {
    color: #fff;
}
.main-brands-box .link-main {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: none;
}
.main-brands-box .link-main:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transition: left ease 0.2s;
    transition: left ease 0.2s;
}
.main-brands-box .link-main:hover:before {
    left: 20px;
}
.main-about-box {
    margin-bottom: 40px;
}
.main-about-box .photo-outer-wrap {
    margin-top: 40px;
}
.main-about-box .elm-photo {
    height: 400px;
}
.main-services-box {
    margin-bottom: 16px;
}
.main-services-box .items-wrap {
    margin: 0 -5px;
}
.main-services-box .item-wrap {
    width: 50%;
    margin-bottom: 14px;
    padding: 0 5px;
}
.main-news-box,
.main-projects-box {
    background: var(--clr-bg);
    padding-top: 30px;
    padding-bottom: 20px;
}
.main-news-box .slider-wrap,
.main-projects-box .slider-wrap {
    margin: 0 -5px;
}
.main-news-box .sl-wrap,
.main-projects-box .sl-wrap {
    padding: 0 5px;
}
.main-news-box .slick-dots,
.main-projects-box .slick-dots {
    padding-top: 8px;
}
.main-categories-box {
    margin-bottom: 16px;
}
.main-categories-box .items-wrap {
    margin: 0 -5px;
}
.main-categories-box .item-wrap {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 14px;
}
.header + .main-slider-box,
.header + .main-actions-box {
    margin-top: -1px;
}
.main-slider-box,
.main-actions-box {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
.main-slider-box.arrow-right .ico-arrow,
.main-actions-box.arrow-right .ico-arrow {
    left: auto;
    right: 27px;
}
.main-slider-box.arrow-right .ico-arrow-next,
.main-actions-box.arrow-right .ico-arrow-next {
    margin: 0;
}
.main-slider-box.arrow-right .ico-arrow-prev,
.main-actions-box.arrow-right .ico-arrow-prev {
    margin-right: 50px;
}
.main-slider-box.no-arrow .slider-wrap .ico-arrow,
.main-actions-box.no-arrow .slider-wrap .ico-arrow {
    display: none !important;
}
.main-slider-box .sl-wrap,
.main-actions-box .sl-wrap {
    height: auto;
    position: relative;
    overflow: hidden;
    background: var(--clr-text);
}
.main-slider-box .slider,
.main-actions-box .slider {
    line-height: 0;
}
.main-slider-box .slick-dots,
.main-actions-box .slick-dots {
    padding-top: 4px;
}
.main-slider-box .sl-new-wrap,
.main-actions-box .sl-new-wrap {
    padding: 20px 15px 30px 15px;
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 175px;
    color: #fff;
    font-size: 20px;
}
.main-slider-box .new-second.new-invert .new-text-wrap:before,
.main-actions-box .new-second.new-invert .new-text-wrap:before {
    right: auto;
    left: 100%;
}
.main-slider-box .new-second .new-text-wrap,
.main-actions-box .new-second .new-text-wrap {
    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;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
}
.main-slider-box .new-second .new-text-wrap:before,
.main-actions-box .new-second .new-text-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    background: rgba(0, 0, 0, 0.3);
    width: 9999px;
}
.main-slider-box .new-second .new-title,
.main-actions-box .new-second .new-title {
    text-transform: none;
}
.main-slider-box .new-second .new-link,
.main-actions-box .new-second .new-link {
    font-size: 14px;
}
.main-slider-box .new-second .new-link:before,
.main-actions-box .new-second .new-link:before {
    background: var(--clr-red);
}
.main-slider-box .new-title,
.main-actions-box .new-title {
    display: block;
    font-size: 0.95em;
    line-height: 1.21052632;
    min-height: 3.63157895em;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-weight: 400;
    color: #fff;
}
.main-slider-box .new-title:hover,
.main-actions-box .new-title:hover {
    color: var(--clr-red);
}
.main-slider-box .new-link,
.main-actions-box .new-link {
    font-size: 0.75em;
    line-height: 1.33333333;
    text-transform: uppercase;
    font-weight: 400;
}
.main-slider-box .new-link a,
.main-actions-box .new-link a {
    color: #fff;
    display: inline-block;
    position: relative;
}
.main-slider-box .new-link a:before,
.main-actions-box .new-link a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    height: 2px;
    background: #fff;
}
.main-slider-box .new-link a:hover:before,
.main-actions-box .new-link a:hover:before {
    left: 30px;
}
.main-slider-box .ico-arrow,
.main-actions-box .ico-arrow {
    position: absolute;
    bottom: 40px;
    left: 27px;
}
.main-slider-box .ico-arrow-next,
.main-actions-box .ico-arrow-next {
    margin-left: 50px;
}
.title-outer-box .action-wrap {
    display: none;
    font-size: 15px;
    line-height: 1.2;
    color: var(--clr-border);
    padding-left: 20px;
    padding-top: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.title-outer-box .action-wrap a {
    color: var(--clr-border);
}
.title-outer-box .action-wrap a:hover {
    color: var(--clr-red);
}
.tabs-box {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: var(--clr-text);
    text-align: center;
}
.tabs-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
.tabs-box li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}
.tabs-box li:before {
    display: none;
}
.tabs-box .btn-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 0 10px;
    height: 32px;
    border: 1px solid var(--clr-bg);
    background: var(--clr-bg);
    color: var(--clr-text);
    -webkit-transition: none;
    transition: none;
}
.tabs-box .btn-tab:hover,
.tabs-box .btn-tab.active {
    border: 1px solid var(--clr-border);
    color: var(--clr-text);
    background: #fff;
}
.tabs-box .btn-tab.active {
    z-index: 5;
    border-bottom-color: #fff;
}
.bg-box > div,
.bg-box > section {
    margin-bottom: 0;
}
.bg-box:before,
.bg-box:after {
    content: "";
    display: block;
    width: 9999px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    background: var(--clr-bg);
}
.bg-box:before {
    left: auto;
    right: 100%;
}
.tooltip-popup-wrap {
    display: none;
    font-size: 12px;
    line-height: 1.16666667;
    color: #fff;
}
.tooltip-popup-wrap table {
    width: 100%;
    margin: 0;
    font-size: 1em;
    line-height: 1.16666667;
    color: #fff;
}
.tooltip-popup-wrap table th,
.tooltip-popup-wrap table td {
    vertical-align: top;
    border: none;
    padding: 5px;
    font-size: 1em;
    color: inherit;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #fff;
}
.tooltip-popup-wrap table tbody tr:last-child th,
.tooltip-popup-wrap table tbody tr:last-child td {
    border-bottom: none;
}
@media (min-width: 480px) {
    .main-brands-box .item-wrap {
        width: 25%;
    }
}
.main-slider-box .sl-new-wrap,
.main-actions-box .sl-new-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px;
    padding: 0;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .main-slider-box .sl-new-wrap,
    .main-actions-box .sl-new-wrap {
        padding: 20px 15px 30px 15px;
    }
}
.main-slider-box .sl-new-wrap.new-invert,
.main-actions-box .sl-new-wrap.new-invert {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.main-slider-box .sl-new-wrap.new-invert .new-text-wrap,
.main-actions-box .sl-new-wrap.new-invert .new-text-wrap {
    padding-left: 30px;
    padding-right: 27px;
}
.main-slider-box .new-text-wrap,
.main-actions-box .new-text-wrap {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 50px 30px 50px 27px;
}
.main-slider-box .new-photo-wrap,
.main-actions-box .new-photo-wrap {
    width: 50%;
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.products-box .title-outer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.features-box .items-wrap {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 23px;
    -moz-column-gap: 23px;
    column-gap: 23px;
    display: block;
}
.tabs-box {
    font-size: 15px;
    line-height: 16px;
}
.tabs-box .btn-tab {
    height: 36px;
    border-color: var(--clr-border);
}
.tabs-box .btn-tab.active {
    border-bottom-color: var(--clr-border);
}
.card-tabs-wrap {
    margin-top: -30px;
    margin-bottom: 40px;
}
.card-tabs-wrap .tab-block {
    padding: 0;
    border: none;
}
.card-photos-wrap {
    margin-bottom: 40px;
}
.card-photos-wrap .elm-photo {
    height: 273px;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .card-photos-wrap .elm-photo {
        height: 200px;
    }
}
.card-info-wrap {
    margin-bottom: 40px;
    min-height: 335px;
}
.card-info-wrap .tabs-outer-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.card-info-wrap .tabs-outer-wrap .tabs-box {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.card-info-wrap .price-outer-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.card-info-wrap .price-outer-wrap .price-inner-wrap {
    width: 50%;
    padding: 0 6px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    max-width: 300px;
}
.card-info-wrap .price-outer-wrap .actions-inner-wrap {
    margin: 0;
    width: 50%;
    padding: 3px 0 0 6px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 300px;
}
.main-brands-box .item-wrap {
    width: 20%;
}
.main-about-box {
    padding-top: 0;
}
.main-services-box .item-wrap {
    width: 25%;
    margin-bottom: 20px;
}
.main-news-box,
.main-projects-box {
    margin: 0 0 40px 0;
    background: none;
    padding: 0;
}
.main-news-box .slider-wrap,
.main-projects-box .slider-wrap {
    margin: 0 -10px;
}
.main-news-box .sl-wrap,
.main-projects-box .sl-wrap {
    padding: 0 10px;
}
.main-news-box .slick-dots,
.main-projects-box .slick-dots {
    padding-top: 20px;
}
.main-categories-box .item-wrap {
    width: 33.33%;
}
.main-slider-box .h1-title,
.main-actions-box .h1-title {
    margin-bottom: 20px;
}
.title-outer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.title-outer-box .title-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.title-outer-box .action-wrap {
    display: block;
}
.breadcrumbs-box {
    margin: 0;
    padding-bottom: 18px;
    padding-top: 8px;
}
.breadcrumbs-box .b-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 20px;
    margin: 0 -14px 0 0;
}
.breadcrumbs-box .b-list li {
    margin: 0 16px 0 0;
    padding: 0;
    position: relative;
}
.breadcrumbs-box .b-list li:before {
    display: none;
}
.breadcrumbs-box .b-list li:after {
    content: "/";
    display: block;
    width: 14px;
    position: absolute;
    top: 0;
    left: 100%;
    text-align: center;
}
.breadcrumbs-box .b-list a {
    display: block;
    color: #4a4a4a;
}
.breadcrumbs-box .b-list a:hover {
    color: var(--clr-red);
}
.main-slider-box .sl-new-wrap,
.main-actions-box .sl-new-wrap {
    font-size: 30px;
}
.products-box .title-outer-wrap {
    padding-top: 19px;
}
.products-box .title-outer-wrap .title01 {
    top: 19px;
}
.catalog-box {
    padding-top: 20px;
}
.catalog-box .catalog-title {
    font-size: 24px;
    line-height: 1.20833333;
    margin-bottom: 10px;
}
.catalog-box .items-wrap {
    margin-bottom: 20px;
}
.sort-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.content-outer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.content-outer-wrap .side-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 203px;
    padding: 0 20px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.content-outer-wrap .content-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: calc(100% - 203px);
}
.title-actions-box {
    padding-left: 203px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.title-actions-box .title-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.title-actions-box .action-wrap {
    padding-left: 20px;
    padding-top: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.files-box {
    padding: 20px 0 0 0;
}
.files-box .items-wrap {
    display: block;
    margin: 0;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.files-box .item-wrap {
    width: 100%;
    max-width: inherit;
    margin-bottom: 10px;
}
.features-box {
    padding-top: 8px;
}
.features-box .items-wrap {
    padding: 0;
    min-width: 0;
    max-width: 790px;
}
.card-info-wrap {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 640px;
    padding: 10px 105px 0 11px;
    font-size: 17px;
    line-height: 1.2;
}
.card-info-wrap .info-outer-wrap {
    display: contents;
}
.card-info-wrap .desc-wrap {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 35px;
}
.card-info-wrap .info-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 22px;
}
.card-info-wrap .info-wrap .info-title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 10px 0 0;
    max-width: 50%;
}
.card-info-wrap .info-wrap .info-stock {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 0 0 10px;
    max-width: 50%;
}
.card-info-wrap .price-outer-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 45px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card-info-wrap .price-outer-wrap .price-inner-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px 0 0;
    width: auto;
    max-width: calc(100% - 134px);
}
.card-info-wrap .price-outer-wrap .actions-inner-wrap {
    width: 134px;
    padding: 5px 0 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.card-info-wrap .price-outer-wrap .action-wrap {
    margin-bottom: 8px;
}
.card-info-wrap .price-outer-wrap .action-wrap:last-child {
    margin-bottom: 0;
}
.card-info-wrap .price-wrap {
    margin-bottom: 10px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.card-info-wrap .price-wrap.price-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.card-info-wrap .price-wrap.price-main .price-title {
    margin: 0;
    padding: 0 10px 6px 0;
    width: auto;
    min-width: 100px;
    font-size: 1em;
}
.card-info-wrap .price-wrap.price-main .price-value {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.card-info-wrap .price-wrap.price-main .elm-price {
    font-size: 30px;
    line-height: 36px;
}
.card-info-wrap .price-wrap.price-main .elm-price:after {
    font-size: 24px;
    font-weight: 400;
}
.card-info-wrap .price-wrap:last-child {
    margin-bottom: 0;
}
.card-info-wrap .price-wrap .price-title {
    min-width: 100px;
}
.card-info-wrap .price-wrap .elm-price:after {
    font-size: 1.0625em;
}
.card-photos-wrap {
    width: 395px;
    padding: 0 11px 0 0;
}
.card-photos-wrap .slick-dots {
    padding-top: 8px;
}
.main-brands-box .items-wrap {
    margin: 0 -20px;
}
.main-brands-box .item-wrap {
    padding: 0 20px;
    width: 12.5%;
}
.main-about-box .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main-about-box .text-outer-wrap {
    width: 50%;
    padding: 0 10px 0 0;
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.main-about-box .photo-outer-wrap {
    width: 50%;
    padding: 0 0 0 10px;
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.main-about-box .elm-photo {
    height: 100%;
    min-height: 300px;
}
.main-about-box .elm-photo:before {
    display: none;
}
.main-services-box {
    margin-bottom: 20px;
}
.main-services-box .items-wrap {
    margin: 0 -10px;
}
.main-services-box .item-wrap {
    padding: 0 10px;
}
.main-categories-box {
    margin-bottom: 20px;
}
.main-categories-box .items-wrap {
    margin: 0 -10px;
}
.main-categories-box .item-wrap {
    padding: 0 10px;
    margin-bottom: 20px;
}
.breadcrumbs-box {
    padding-top: 14px;
    padding-bottom: 28px;
}
.breadcrumbs-box .action-wrap {
    display: none;
}
.not-sticky-content section .sort-box > div.action-wrap {
    /*display: none;*/
}
.breadcrumbs-box .back-wrap {
    display: none;
}
.breadcrumbs-box .b-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.filter-box .filter-section-more {
    display: none;
}
.filter-box .filter-section-hidden {
    display: contents !important;
}
.filter-box .selects-wrap {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    position: relative;
    overflow: hidden;
}
.filter-box .selects-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
    z-index: 3;
}
.side-order-box {
    padding-top: 20px;
}
.side-order-box .order-button {
    margin-top: 10px;
}
.side-order-box .order-info {
    padding-left: 10px;
}
.title-actions-box {
    padding-left: 275px;
}
.content-outer-wrap .side-wrap {
    width: 275px;
    padding: 0 30px 0 0;
}
.content-outer-wrap .content-wrap {
    max-width: calc(100% - 275px);
}
.products-box .title-outer-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px 0 0 0;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .content-outer-wrap .content-wrap {
        max-width: unset;
    }
    .products-box .title-outer-wrap {
        display: none;
    }
    .breadcrumbs-box .b-list {
        width: 100%;
        overflow: scroll;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .breadcrumbs-box .b-list li {
        flex: none;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .title-actions-box .action-wrap {
        padding-left: 0;
    }
    .breadcrumb-wrap {
        overflow: scroll;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.bg-box .products-box .title-outer-wrap .title-wrap {
    padding-right: 25px;
}
.bg-box .products-box .title-outer-wrap .title-wrap:last-child {
    padding-right: 0;
}
.products-box .items-wrap .item-wrap .item-product-line > div {
    padding-right: 25px;
}
.products-box .items-wrap .item-wrap .item-product-line > div:last-child {
    padding-right: 0;
}
.products-box .items-wrap .item-wrap .item-product-line div a,
.products-box .items-wrap .item-wrap .item-product-line div span,
.products-box .items-wrap .item-wrap .item-product-line > div
 {
    font-size: 14px;
}
.products-box .title-outer-wrap .title01 {
    width: 11%;
    position: static;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.item-product-line .pr-title.title01 {
    width: 11%;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .item-product-line .pr-title.title01 {
        width: 100%;
    }
}
.products-box .title-outer-wrap .title02 {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: inherit;
    flex-shrink: inherit;
    overflow: hidden;
}
.products-box .title-outer-wrap .title03 {
    display: block;
    width: 15%;
}
.item-product-line .title03 {
    width: 15%;
}
.products-box .title-outer-wrap .title04 {
    display: block;
    width: 140px;
}
.products-box .title-outer-wrap .title05 {
    display: block;
    width: 210px;
}
.products-box .title-outer-wrap .title06 {
    width: 11%;
}
.item-product-line .pr-title.title06 {
    width: 11%;
}
.products-box .title-outer-wrap .title07 {
    width: 8%;
}
.item-product-line .pr-title.title07 {
    width: 8%;
}
.products-box .title-outer-wrap .title08 {
    width: 10%;
}
.item-product-line .pr-title.title08 {
    width: 10%;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .item-product-line .pr-title.title01,
    .item-product-line .pr-title.title02,
    .item-product-line .cat-title-inner.title03,
    .item-product-line .pr-title.title06 {
        width: 100%;
    }
    .item-product-line .pr-title.title02 {
        margin-bottom: 10px;
    }
    .item-product-line .pr-title.title06 {
        width: 200px;
        float: left;
    }
    .item-product-line .pr-title.title07 {
        float: left;
        margin-left: calc(100% - 350px);
    }
    .item-product-line .pr-title.title08 {
        width: auto;
        float: right;
    }
}
.files-box .items-wrap {
    -webkit-columns: 5;
    -moz-columns: 5;
    columns: 5;
}
.features-box .items-wrap {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    max-width: inherit;
}
.card-photos-wrap {
    width: 535px;
    padding: 0 15px 0 0;
}
.card-tabs-wrap {
    margin-bottom: 55px;
}
.card-info-wrap {
    padding-left: 15px;
}
@media (min-width: 1366px) {
    .main-slider-box .sl-new-wrap {
        font-size: 40px;
    }
    .main-slider-box .sl-new-wrap.new-second {
        font-size: 30px;
    }
    .products-box .title-outer-wrap {
        font-size: 16px;
        line-height: 1.2;
    }
    .features-box .items-wrap {
        -webkit-column-gap: 83px;
        -moz-column-gap: 83px;
        column-gap: 83px;
    }
    .main-services-box .items-wrap {
        margin: 0 -21px;
    }
    .main-services-box .item-wrap {
        padding: 0 21px;
    }
    .main-news-box .slider-wrap {
        margin: 0 -21px;
    }
    .main-news-box .sl-wrap {
        padding: 0 21px;
    }
    .main-projects-box .slider-wrap {
        margin: 0 -15px;
    }
    .main-projects-box .sl-wrap {
        padding: 0 15px;
    }
    .main-categories-box .items-wrap {
        margin: 0 -15px;
    }
    .main-categories-box .item-wrap {
        padding: 0 15px;
        width: 20%;
    }
    .main-categories-box .item-wrap.wrap-more {
        display: none;
    }
}
/* ----------------------------------- *\
			forms elements styles
\* ----------------------------------- */
.form-input {
    height: 36px;
    padding: 0 10px 0 14px;
    font-size: 15px;
    font-weight: 400;
    color: var(--clr-base);
    border: 1px solid var(--clr-border);
    background: var(--clr-bg);
}
[placeholder]::-webkit-input-placeholder {
    color: var(--clr-border);
}
[placeholder]:-moz-placeholder {
    color: var(--clr-border);
}
[placeholder]::-moz-placeholder {
    color: var(--clr-border);
}
[placeholder]:-ms-input-placeholder {
    color: var(--clr-border);
}
.btn {
    height: 36px;
    font-size: 15px;
    line-height: 1.33333333;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    padding: 0 25px;
    border: 1px solid var(--clr-red);
    background: var(--clr-red);
}
.btn:hover {
    color: #fff;
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
.btn.button-second {
    border-color: var(--clr-bg);
    background-color: #e7eaed;
    color: #07102D;
}
.btn.button-second:hover {
    color: #fff;
    background-color: var(--clr-red);
}
.btn.button-third {
    background-color: var(--clr-border);
    border-color: var(--clr-border);
    color: #07102D;
}
.btn.button-third:hover {
    color: #07102D;
}
.btn-action-ico {
    min-width: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    display: block;
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.btn-action-ico:not(.btn) {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-action-ico.btn {
    min-width: 0;
    min-height: 0;
    padding: 0;
    display: block;
}
.btn-action-ico:before,
.btn-action-ico:after,
.btn-action-ico [class*="icon-"],
.btn-action-ico img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.btn-action-ico:before,
.btn-action-ico:after {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.btn-action-ico:hover {
    text-decoration: none;
}
.btn-action-ico:hover:not(.btn) {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-action-ico.button-soc img {
    max-width: 18px;
    max-height: 18px;
}
.btn-action-ico.ico-close:before {
    background-image: url(../img/icons/close.svg);
    background-size: 20px auto;
}
.btn-action-ico.ico-search:before {
    background-image: url(../img/icons/search.svg);
    background-size: 18px auto;
}
.btn-action-ico.ico-search-att:before {
    background-image: url(../img/icons/search-att.svg);
    background-size: 18px auto;
}
.btn-action-ico.ico-search-att:hover:before {
    -webkit-filter: none;
    filter: none;
}
.btn-action-ico.ico-cloud:before {
    background-image: url(../img/icons/cloud.svg);
    background-size: 40px auto;
}
.btn-action-ico.ico-cloud-att:before {
    background-image: url(../img/icons/cloud-att.svg);
    background-size: 40px auto;
    -webkit-filter: brightness(0) grayscale(1);
    filter: brightness(0) grayscale(1);
}
.btn-action-ico.ico-cloud-att:hover:before {
    -webkit-filter: none;
    filter: none;
}
.btn-action-ico.ico-settings:before {
    background-image: url(../img/icons/settings.svg);
    background-size: 20px auto;
}
.btn-action-ico.ico-settings-att:before {
    background-image: url(../img/icons/settings-att.svg);
    background-size: 20px auto;
    -webkit-filter: brightness(0) grayscale(1);
    filter: brightness(0) grayscale(1);
}
.btn-action-ico.ico-settings-att:hover:before {
    -webkit-filter: none;
    filter: none;
}
.btn-action-ico.ico-cart:before {
    background-image: url(../img/icons/cart.svg);
    background-size: 20px auto;
}
.btn-action-ico.ico-cart-att:before {
    background-image: url(../img/icons/cart-red.svg);
    background-size: 20px auto;
    -webkit-filter: brightness(0) grayscale(1);
    filter: brightness(0) grayscale(1);
}
.btn-action-ico.ico-cart-att:hover:before {
    -webkit-filter: none;
    filter: none;
}
.btn-action-ico.ico-location:before {
    background-image: url(../img/icons/location.svg);
    background-size: 14px auto;
}
.btn-action-ico.ico-phone:before {
    background-image: url(../img/icons/phone.svg);
    background-size: 30px auto;
}
.btn-action-ico.ico-arrow {
    z-index: 20;
    cursor: pointer;
    border-radius: 50%;
    background: #ebeff8;
}
.btn-action-ico.ico-arrow:hover {
    background-color: #fff;
}
.btn-action-ico.ico-arrow:before {
    background-image: url(../img/icons/arrow-att.svg);
    background-size: 10px auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.btn-action-ico.ico-arrow.slick-disabled {
    opacity: 0.4;
    pointer-events: none;
}
.btn-action-ico.ico-arrow-next:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.btn-action-ico.ico-menu:after,
.btn-action-ico.ico-menu:before {
    -webkit-transition: -webkit-transform ease 0.2s;
    transition: -webkit-transform ease 0.2s;
    transition: transform ease 0.2s;
    transition: transform ease 0.2s, -webkit-transform ease 0.2s;
}
.btn-action-ico.ico-menu:before {
    background-image: url(../img/icons/menu-main.svg);
    background-size: 36px auto;
}
.btn-action-ico.ico-menu.active:after,
.btn-action-ico.ico-menu.active:before {
    width: 36px;
    height: 4px;
    top: 50%;
    left: 50%;
    margin: -2px 0 0 -18px;
    bottom: auto;
    right: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: var(--clr-red);
}
.btn-action-ico.ico-menu.active:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.btn-action-arr {
    display: block;
    position: relative;
    overflow: hidden;
    width: 44px;
    height: 44px;
    background: url(../img/icons/arrow-down.svg) 50% no-repeat;
    background-size: 26px auto;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.btn-action-result {
    display: block;
    float: left;
    position: relative;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: -4px -4px 12px rgba(0, 0, 0, 0.25);
    box-shadow: -4px -4px 12px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    white-space: nowrap;
    color: var(--clr-red);
}
.btn-action-result:hover {
    color: var(--clr-red);
}
.btn-action-toggle {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    white-space: nowrap;
    line-height: 20px;
    font-size: 15px;
    font-weight: 400;
    color: var(--clr-border);
    overflow: hidden;
}
.btn-action-toggle:hover,
.btn-action-toggle.active {
    color: var(--clr-base);
}
.btn-action-toggle.active {
    padding-right: 16px;
}
.btn-action-toggle.active:before {
    opacity: 1;
}
.btn-action-toggle.up:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.btn-action-toggle:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    background: url(../img/icons/arrow-att.svg) center no-repeat;
    background-size: 100% auto;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    opacity: 0;
}
.btn-action-cloud,
.btn-action-filter,
.btn-action-back {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 15px;
    line-height: 20px;
    color: var(--clr-base);
    padding: 0 0 0 30px;
}
.btn-action-cloud:before,
.btn-action-filter:before,
.btn-action-back:before {
    content: "";
    display: block;
    width: 21px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    background: url(../img/icons/arrow-back.svg) center no-repeat;
    background-size: 100% auto;
}
.btn-action-cloud:hover,
.btn-action-filter:hover,
.btn-action-back:hover {
    color: var(--clr-red);
}
.btn-action-cloud {
    padding: 0 0 0 36px;
    color: var(--clr-border);
}
.btn-action-cloud:hover {
    color: var(--clr-border);
}
.btn-action-cloud:before {
    width: 27px;
    height: 24px;
    margin-top: -12px;
    right: auto;
    left: 0;
    background-image: url(../img/icons/cloud-light.svg);
    background-size: 100% auto;
}
.btn-action-filter {
    display: none;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .btn-action-filter {
        font-size: 14px;
        padding: 0 0 0 22px;
        line-height: 17px;
        display: block;
    }
    .btn-action-filter:before {
        width: 14px;
        height: 19px;
        right: auto;
        left: 0;
        background-image: url(../img/icons/filter.svg);
    }
    .btn-action-filter:hover {
        color: var(--clr-base);
        opacity: 0.8;
    }
}
.btn-action-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 40px;
    min-width: 40px;
    padding: 0 38px 0 0;
    color: #fff;
    font-weight: 400;
}
.btn-action-cart:hover:after {
    -webkit-filter: none;
    filter: none;
}
.btn-action-cart:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../img/icons/cart-red.svg) center no-repeat;
    background-size: 22px auto;
    -webkit-filter: brightness(0) grayscale(1);
    filter: brightness(0) grayscale(1);
    -webkit-transition: -webkit-filter ease 0.2s;
    transition: -webkit-filter ease 0.2s;
    transition: filter ease 0.2s;
    transition: filter ease 0.2s, -webkit-filter ease 0.2s;
}
.btn-action-cart[data-count]:before,
.btn-action-favorites[data-count]:before,
.btn-action-compare[data-count]:before {
    content: attr(data-count);
    height: 20px;
    min-width: 20px;
    line-height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: var(--clr-red);
    border-radius: 10px;
    padding: 0 7px;
}
.btn-action-arrow {
    display: inline-block;
    vertical-align: middle;
    color: var(--clr-base);
    position: relative;
    padding: 0 17px 0 0;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.btn-action-arrow:before {
    content: "";
    display: block;
    width: 10px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    background: url(../img/icons/arrow-att-new.svg) center no-repeat;
    background-size: 100% auto;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.btn-action-arrow.active:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.btn-action-arrow:hover {
    color: var(--clr-red);
}
.frm-popup {
    margin: 0 auto;
}
.frm-popup .frm-popup-title {
    text-align: left;
    font-size: 24px;
}
.frm-popup .frm-row {
    margin-bottom: 20px;
}
.frm-popup .frm-row-submit {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.frm-popup .row-links {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.frm-popup .row-links .frm-field {
    display: block;
    width: auto;
}
.frm-popup .row-links a {
    color: var(--clr-base);
}
.frm-popup .row-links a:hover {
    color: var(--clr-red);
}
.frm-popup .form-input {
    height: 40px;
}
.frm-popup .btn {
    min-width: 117px;
    border: none;
}
.btn.btn--red.b-new_req_submit {
    padding: 0 15px;
}
.frm-field-range .range-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.frm-field-range .range-title-wrap .range-title {
    font-size: 15px;
    line-height: 16px;
    padding: 0 20px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--clr-red);
    text-transform: uppercase;
    font-weight: 400;
}
.frm-field-range .range-title-wrap .range-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.frm-field-range .range-fields-wrap {
    margin: 10px -15px 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.frm-field-range .range-fields-wrap:before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: var(--clr-border);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -5px;
}
.frm-field-range .range-field-wrap {
    padding: 0 15px;
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.frm-field-range .form-input {
    border: 1px solid var(--clr-border);
    height: 25px;
    padding: 0 5px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    font-weight: 200;
    color: var(--clr-border);
}
.frm-field-range .ui-slider {
    height: 3px;
    background: var(--clr-border);
}
.frm-field-range .ui-slider .ui-slider-range {
    background: var(--clr-red);
}
.frm-field-range .ui-slider .ui-slider-handle {
    width: 23px;
    height: 23px;
    top: 0;
    margin-top: -10px;
    margin-left: -12px;
    cursor: pointer;
    outline: none;
}
.frm-field-range .ui-slider .ui-slider-handle:before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--clr-red);
}
.frm-field-counter {
    display: block;
    position: relative;
    background: #EEEFF1;
    padding: 0 40px;
    line-height: 1;
    height: 36px;
    overflow: hidden;
    margin: 0 auto;
}
.frm-field-counter .form-input {
    height: 36px;
    padding: 0;
    text-align: center;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    font-weight: 400;
    color: var(--clr-base);
}
.frm-field-counter .btn-plus,
.frm-field-counter .btn-minus {
    display: block;
    width: 40px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
}
.frm-field-counter .btn-plus:before,
.frm-field-counter .btn-minus:before,
.frm-field-counter .btn-plus:after,
.frm-field-counter .btn-minus:after {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background: var(--clr-base);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -4px;
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
}
.frm-field-counter .btn-plus:hover:after,
.frm-field-counter .btn-minus:hover:after,
.frm-field-counter .btn-plus:hover:before,
.frm-field-counter .btn-minus:hover:before {
    background: var(--clr-red);
}
.frm-field-counter .btn-plus {
    left: auto;
    right: 0;
}
.frm-field-counter .btn-plus:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.frm-main-search {
    display: block;
    position: relative;
    line-height: 1;
}
.frm-main-search .form-input {
    background-image: url(../img/icons/search-light.svg);
    background-size: 18px auto;
    background-position: 7px center;
    background-repeat: no-repeat;
    padding-left: 34px;
}
.frm-main .frm-row {
    display: block;
    margin-bottom: 11px;
}
.frm-main .frm-row-submit {
    display: block;
}
.frm-main .frm-row-submit .btn {
    width: 100%;
    height: auto;
    white-space: normal;
    line-height: 1.06666667;
    padding: 10px 16px;
    text-transform: none;
}
.frm-main .form-input {
    height: 35px;
    background: var(--clr-bg);
    border: none;
    -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.25);
    padding: 0 10px;
    font-size: 15px;
    font-weight: 300;
}
.frm-row,
.frm-field,
.frm-row-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    line-height: 1;
}
.frm-field {
    display: block;
    width: 100%;
}
.frm-select {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 1;
}
.frm-select input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
}
.frm-select label {
    display: block;
    position: relative;
    cursor: pointer;
}
.frm-select label:before,
.frm-select label:after {
    content: "";
    display: block;
    position: absolute;
}
.frm-select.sel-main label {
    font-weight: 400;
}
.frm-select.sel-border {
    border-top: 1px solid var(--clr-border);
}
.frm-select label {
    font-size: 1em;
    line-height: 16px;
    padding: 0 0 0 28px;
    min-height: 16px;
    font-weight: 300;
}
.frm-select label:before {
    width: 16px;
    height: 16px;
    top: 8px;
    left: 8px;
    margin: -8px 0 0 -8px;
    border: 1px solid var(--clr-border);
    background-color: #fff;
}
.frm-select label:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: var(--clr-text);
    position: absolute;
    top: 8px;
    left: 8px;
    margin: -5px 0 0 -5px;
    opacity: 0;
}
.frm-select input:checked ~ label {
    font-weight: 400;
}
.frm-select input:checked ~ label:before {
    border-color: var(--clr-text);
}
.frm-select input:checked ~ label:after {
    opacity: 1;
}
.dots-second .slick-dots li button {
    border-color: var(--clr-text);
}
.dots-second .slick-dots li button:hover {
    background: var(--clr-text);
}
.dots-second .slick-dots .slick-active button {
    background: var(--clr-text);
}
.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    line-height: 1;
    text-align: center;
    font-size: 0;
    margin: 0;
}
.slick-dots li {
    margin: 4px 6px 0 6px;
    padding: 0;
    display: block;
}
.slick-dots li:before {
    display: none;
}
.slick-dots li button {
    background: none;
    border: 1px solid var(--clr-red);
    min-width: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.slick-dots li button:hover,
.slick-dots li button.active {
    background: var(--clr-red);
}
.slick-dots .slick-active button {
    background: var(--clr-red);
}
body .js-tooltip {
    cursor: default;
}
body .ui-tooltip {
    background: var(--clr-base);
    font-size: 12px;
    line-height: 1.16666667;
    color: #fff;
    padding: 10px;
}
body .ui-tooltip .tooltip-popup-wrap {
    display: block;
}
@media (min-width: 768px) {
    .frm-main .frm-row {
        margin-bottom: 3px;
    }
}
/* ----------------------------------- *\
		common styles
\* ----------------------------------- */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadeinslide {
    from {
        opacity: 0;
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}
@keyframes fadeinslide {
    from {
        opacity: 0;
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}
.i,
[class*="icon-"] {
    display: block;
    -webkit-transition: none;
    transition: none;
}
.img-bg-cover,
.img-bg-contain {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.img-bg-contain {
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .img-bg-cover {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@supports ((-o-object-fit: contain) or (object-fit: contain)) {
    .img-bg-contain {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        max-width: inherit;
        max-height: inherit;
        right: auto;
        bottom: auto;
    }
}
.js-btn-toggle.active + .js-popup-block {
    display: block !important;
}
.js-popup-block {
    -webkit-animation: fadein ease 0.3s;
    animation: fadein ease 0.3s;
}
.js-tab-block {
    display: none;
    -webkit-animation: fadein ease 0.2s;
    animation: fadein ease 0.2s;
}
.js-tab-block.active {
    display: block;
}
.items-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.item-wrap {
    width: 100%;
    position: relative;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    display: block;
    -webkit-animation: fadein ease 0.2s;
    animation: fadein ease 0.2s;
}
/*.item-wrap.wrap-more ~ .item-wrap {
  display: none;
}*/
.item-wrap.wrap-more.active {
    display: none;
}
.item-wrap.wrap-more.active ~ .item-wrap {
    display: block;
}
.slider-wrap,
.slider,
.sl-wrap {
    position: relative;
    line-height: 1;
    display: block;
}
.sl-wrap ~ .sl-wrap {
    display: none;
}
.no-mbottom {
    margin-bottom: 0 !important;
}
.no-mtop {
    margin-top: 0 !important;
}
.elm-hidden {
    display: none !important;
}
/* ----------------------------------- *\
			fonts
\* ----------------------------------- */
@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/MuseoSansCyrl-500.eot');
    src: local('MuseoSansCyrl-500'), url('../fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-500.woff') format('woff'), url('../fonts/MuseoSansCyrl-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/MuseoSansCyrl-500.eot');
    src: local('MuseoSansCyrl-500'), url('../fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-500.woff') format('woff'), url('../fonts/MuseoSansCyrl-500.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/MuseoSansCyrl-900.eot');
    src: local('MuseoSansCyrl-900'), url('../fonts/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-900.woff') format('woff'), url('../fonts/MuseoSansCyrl-900.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/MuseoSansCyrl-700.eot');
    src: local('MuseoSansCyrl-700'), url('../fonts/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-700.woff') format('woff'), url('../fonts/MuseoSansCyrl-700.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/MuseoSansCyrl-300.eot');
    src: local('MuseoSansCyrl-300'), url('../fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-300.woff') format('woff'), url('../fonts/MuseoSansCyrl-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/MuseoSansCyrl-100.eot');
    src: local('MuseoSansCyrl-100'), url('../fonts/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-100.woff') format('woff'), url('../fonts/MuseoSansCyrl-100.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
/* ----------------------------------- *\
			icons
\* ----------------------------------- */
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-blank {
    background-image: url(../img/spr.png);
    background-position: 0 0;
    width: 1px;
    height: 1px;
}
/* ----------------------------------- *\
			animation
\* ----------------------------------- */
.item-animation {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 0;
}
.item-animation.item-active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.item-animation-fade {
    opacity: 0;
}
.item-aleft {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}
.item-aright {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}
.item-abottom {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}
.item-atop {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.item-animation-second {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.item-animation-third {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.item-animation-four {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.item-animation-five {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.item-animation-six {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.item-animation-seven {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
