@font-face {
    font-family: Arial;
    src: url(../fonts/arial_reg.ttf) format("truetype"), url(../fonts/arial_reg.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat_bold.ttf) format("truetype"), url(../fonts/Montserrat_bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat_medium.ttf) format("truetype"), url(../fonts/Montserrat_medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot);
    src: url(../fonts/icomoon.eot#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
[class*=" icon-"], [class^=icon-] {
    speak: never;
}
[class*=" icon-"]::before, [class^=icon-]::before {
    font-family: icomoon!important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.icon-filter:before {
  content: "\e911";
}
.icon-moore_b:before {
  content: "\e90f";
}
.icon-check:before {
  content: "\e910";
}
.icon-home:before {
  content: "\e915";
}
.icon-viber:before {
  content: "\e90e";
}
.icon-arrow:before {
  content: "\e900";
}
.icon-delete:before {
  content: "\e901";
}
.icon-close:before {
  content: "\e902";
}
.icon-chat:before {
  content: "\e903";
}
.icon-youtube:before {
  content: "\e904";
}
.icon-fb:before {
  content: "\e905";
}
.icon-compare:before {
  content: "\e906";
}
.icon-heart:before {
  content: "\e907";
}
.icon-cart:before {
  content: "\e908";
}
.icon-user:before {
  content: "\e909";
}
.icon-phone:before {
  content: "\e90a";
}
.icon-arrow_s:before {
  content: "\e90b";
}
.icon-search:before {
  content: "\e90c";
}
.icon-catalog:before {
  content: "\e90d";
}
body {
    background: #181716;
}
*, ::after, ::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}
a, a:hover {
    text-decoration: none;
}
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}
button {
    cursor: pointer;
}
button:focus-visible {
    border: none;
}
button, input {
    background: rgba(0, 0, 0, 0);
    border: none;
}
button:focus-visible, input:focus-visible {
    outline: 0;
}
ul {
    list-style-type: none;
}
.clearfix:after {
    visibility: hidden;
}
.header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
.container__bg {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
.dpdw__it {
    position: relative;
}
.dpdw__it:not(.dpdw__it-actv) .dpdw__d {
    display: none;
    transition: .4s all;
}
.dpdw__ttl {
    cursor: pointer;
}
.main__input-wrapp {
    width: 100%;
    position: relative;
}
.main__input-wrapp input, .main__input-wrapp label, .main__input-wrapp textarea {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}
.main__input-wrapp textarea {
    resize: none;
}
.main__input-wrapp input+label {
    top: 50%;
    transform: translateY(-50%);
}
.main__input-wrapp textarea+label {
    top: 11px;
}
.main__input-wrapp label {
    display: block;
    position: absolute;
    transition: .4s all;
}
.main__input-wrapp input:not(:-moz-placeholder)+label, .main__input-wrapp textarea:not(:-moz-placeholder)+label {
    top: 0;
    padding: 0 1px;
}
.main__input-wrapp input:focus+label, .main__input-wrapp input:not(:placeholder-shown)+label, .main__input-wrapp textarea:focus+label, .main__input-wrapp textarea:not(:placeholder-shown)+label {
    top: 0;
    padding: 0 1px;
}
.main__input-wrapp input:not(:-moz-placeholder), .main__input-wrapp input:not(:-moz-placeholder)+label, .main__input-wrapp textarea:not(:-moz-placeholder), .main__input-wrapp textarea:not(:-moz-placeholder)+label {
    color: #fff;
    background: #181715;
}
.main__input-wrapp input:focus+label, .main__input-wrapp input:hover+label, .main__input-wrapp input:not(:placeholder-shown), .main__input-wrapp input:not(:placeholder-shown)+label, .main__input-wrapp textarea:focus+label, .main__input-wrapp textarea:hover+label, .main__input-wrapp textarea:not(:placeholder-shown), .main__input-wrapp textarea:not(:placeholder-shown)+label {
    color: #fff;
    background: #181715;
}
.main__input-wrapp textarea:not(:-moz-placeholder)+label {
    top: 0;
    transform: translateY(-50%);
}
.main__input-wrapp textarea:focus+label, .main__input-wrapp textarea:not(:placeholder-shown)+label {
    top: 0;
    transform: translateY(-50%);
}
.main__input-wrapp:not(.main__input-wrapp_req) .main__input-req_t {
    display: none;
}
.main__input-wrapp_req input:not(:-moz-placeholder), .main__input-wrapp_req input:not(:-moz-placeholder)+label {
    color: #d94d4d;
    border-color: #d94d4d;
}
.main__input-wrapp_req input, .main__input-wrapp_req input:focus+label, .main__input-wrapp_req input:hover+label, .main__input-wrapp_req input:not(:placeholder-shown), .main__input-wrapp_req input:not(:placeholder-shown)+label, .main__input-wrapp_req label {
    color: #d94d4d;
    border-color: #d94d4d;
}
.main__input-wrapp_req .main__input {
    border-color: #d94d4d;
}
.main__input-wrapp_req .main__input:not(:-moz-placeholder) {
    border-color: #d94d4d;
}
.main__input-wrapp_req .main__input:focus, .main__input-wrapp_req .main__input:hover, .main__input-wrapp_req .main__input:not(:placeholder-shown) {
    border-color: #d94d4d;
}
.main__input {
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #363533;
    padding: 11px 16px;
}
.main__input:not(:-moz-placeholder) {
    border: 1px solid #a5a5a5;
    outline: #a5a5a5;
}
.main__input:focus, .main__input:focus-visible, .main__input:hover, .main__input:not(:placeholder-shown) {
    border: 1px solid #a5a5a5;
    outline: #a5a5a5;
}
.main__input-req_t {
    font-size: 12px;
    line-height: 15px;
    color: #d94d4d;
    transition: .4s all;
    position: absolute;
    top: 100%;
    left: 16px;
}
.main__input:-webkit-autofill, .main__input:-webkit-autofill:active, .main__input:-webkit-autofill:focus, .main__input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px inherit inset!important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;
}
.main__btn {
    background: rgba(0, 0, 0, 0);
    transition: .4s all;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 16.5px 11px 16px;
    border: 1px solid #a5a5a5;
    color: #fff;
    cursor: pointer;
}
.main__btn svg {
    width: 100%;
    transform: rotate(180deg);
    transition: all .15s ease .05s;
}
.main__btn svg line, .main__btn svg path {
    transition: all .15s ease .05s;
    stroke: #fff;
}
.main__btn:hover {
    border-color: #fff;
}
.main__btn-og {
    border-color: #ef7a07;
    color: #ef7a06;
}
.main__btn-og svg line, .main__btn-og svg path {
    stroke: #ef7a06;
}
.main__btn-og:hover {
    color: #c46100;
    border-color: #c46100;
}
.main__btn-og:hover line, .main__btn-og:hover path {
    stroke: #c46100;
}
.main__price {
    display: flex;
    align-items: center;
    gap: 8px;
}
.main__price-old {
    font-size: 16px;
    line-height: 19px;
    color: #8f8e8d;
    text-decoration: line-through;
}
.main__price-act {
    font-size: 18px;
    line-height: 22px;
    color: #ef7a06;
    font-weight: 700;
}
.main__quanty {
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #363533;
    padding: 0 39px;
}
.main__quanty-min, .main__quanty-plus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #363533;
    transition: .4s all;
    z-index: 1;
}
.main__quanty-min:hover, .main__quanty-plus:hover {
    background: #535250;
}
.main__quanty input[type=number], .main__quanty-min, .main__quanty-plus {
    color: #d2d2d2;
    font-size: 18px;
    line-height: 18px;
    width: 40px;
    height: 40px;
}
.main__quanty-min {
    left: -1px;
}
.main__quanty-plus {
    right: -1px;
}
.main__quanty input[type=number] {
    border: none;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.main__quanty input[type=number]::-webkit-inner-spin-button, .main__quanty input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.activity__moore {
    width: -moz-max-content;
    width: max-content;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    padding: 11px 51.75px 11px 52px;
    background: #363533;
    color: #d2d2d2;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    transition: .4s all;
}
.activity__moore i {
    line-height: 11px;
    margin: 0 9.68px 0 0;
}
.activity__moore:hover {
    background: #575654;
    color: #fff;
}
.activity__btns {
    margin: 35px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.activity__btn, .activity__dots {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 16px;
    background: #181716;
}
.activity__dots {
    width: 28px;
    margin: 0 15px 0 1px;
    color: #575654;
}
.activity__btn {
    width: 40px;
    margin: 0 16px 0 0;
    transition: .4s all;
    border: 1px solid #363533;
    color: #d2d2d2;
}
.activity__btn:last-child {
    margin: 0;
}
.activity__btn-end {
    color: #d2d2d2;
}
.activity__btn-next i {
    font-size: 7.5px;
    line-height: 6px;
    transform: rotate(-90deg);
}
.activity__btn-actv, .activity__btn:hover {
    background: #363533;
}
.activity__btn-actv {
    pointer-events: none;
}
.buttons, .left__bar {
    display: flex;
    flex-direction: column;
}
.buttons__up {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 20;
    transition: .4s all;
    background: #363533;
    right: 34px;
    bottom: 120px;
}
.buttons__up i {
    transition: .4s all;
    color: #a5a5a5;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 9px;
    transform: translate(-50%, -50%) rotate(180deg);
}
.buttons__up:hover {
    background: #a5a5a5;
}
.buttons__up:hover i {
    color: #fff;
}
.buttons__chat-it {
    position: fixed;
    z-index: 20;
    right: 30px;
    bottom: 30px;
}
.buttons__chat-ttl {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #575654;
    transition: .4s all;
}
.buttons__chat-ttl i {
    color: #d2d2d2;
    font-size: 16px;
    line-height: 14px;
    transition: .4s all;
}
.buttons__chat-ttl:hover {
    background: #a5a5a5;
}
.buttons__chat-ttl:hover i {
    color: #fff;
}
.buttons__chat-descr {
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    position: absolute;
    bottom: calc(100% + 8px);
    right: 0;
    background: #181716;
    border: 1px solid #575654;
}
.buttons__chat-l {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.buttons__chat-l_ic {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #575654;
    transition: .4s all;
}
.buttons__chat-l_ic i {
    font-size: 15px;
    line-height: 16px;
    color: #fff;
}
.buttons__chat-l_ttl {
    font-size: 14px;
    line-height: 18px;
    color: #d2d2d2;
    transition: .4s all;
}
.buttons__chat-l:hover .buttons__chat-l_ic {
    background: #484848;
}
.buttons__chat-l:hover .buttons__chat-l_ttl {
    color: #fff;
}
.buttons__chat-it.dpdw__it-actv .buttons__chat-ttl {
    background: #a5a5a5;
}
.buttons__chat-it.dpdw__it-actv .buttons__chat-ttl i {
    color: #fff;
}
.left__bar {
    position: fixed;
    top: 42%;
    left: 1px;
    z-index: 15;
}
.left__bar-like {
    padding: 13px 0 14px;
}
.left__bar-like .left__bar-anch {
    height: 21.65px;
}
.left__bar-like .left__bar-anch i {
    font-size: 21.65px;
    line-height: 17px;
}
.left__bar-comp {
    padding: 12px 0 13.02px;
}
.left__bar-comp .left__bar-anch {
    height: 24px;
}
.left__bar-comp .left__bar-anch i {
    font-size: 24px;
    line-height: 20px;
}
.left__bar-bask {
    padding: 17.25px 0 13.02px;
}
.left__bar-bask .left__bar-anch {
    height: 22.2px;
}
.left__bar-bask .left__bar-anch i {
    font-size: 22.2px;
    line-height: 20px;
}
.left__bar-anch {
    width: 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.left__bar-anch i {
    color: #a5a5a5;
    position: absolute;
}
.left__bar-indc {
    text-align: center;
    color: #a5a5a5;
    font-size: 12px;
    line-height: 15px;
    margin: 0 auto;
}
.left__bar-btn {
    width: 56px;
    height: 72px;
    background: #181716;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}
.left__bar-btn:last-child {
    border: none;
}
.left__bar-btn::before {
    content: "";
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid #363533;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.left__bar-btn:hover::before {
    border-color: #575654;
    z-index: 1;
}
.left__bar-btn:hover .left__bar-indc {
    color: #d2d2d2;
}
.left__bar-btn:hover .left__bar-anch i {
    transform: scale(1.04);
    color: #d2d2d2;
}
.main__way {
    padding: 23px 0 0;
    width: 100%}
.main__way-wrapp {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.main__way_link {
    padding: 0 8px 0 0;
    margin: 0 9px 0 0;
    color: #a5a5a5;
    font-size: 12px;
    line-height: 12px;
    transition: .4s all;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    position: relative;
}
.main__way_link .icon-home {
    margin-top: -2px;
    line-height: 11px;
}
.main__way_link:hover {
    color: #d2d2d2;
}
.main__way_link::before {
    content: "/";
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #a5a5a5;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
}
.main__way_link:last-child {
    padding: 0;
    margin: 0;
    pointer-events: none;
    color: #d2d2d2;
}
.main__way_link:last-child::before {
    display: none;
}
.main__checkbox {
    width: 100%;
    position: relative;
}
.main__checkbox input {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    z-index: -1;
}
.main__checkbox input:checked~.main__checkbox-lab .main__checkbox-check {
    background: #ef7a06;
    border-color: #ef7a06;
}
.main__checkbox-lab {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.main__checkbox-lab:hover .main__checkbox-check {
    border-color: #ef7a06;
}
.main__checkbox-check {
    width: 20px;
    height: 20px;
    border: 1px solid #8f8e8d;
    margin: 0 16px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #181716;
    transition: .4s all;
    cursor: pointer;
}
.main__checkbox-check i {
    font-size: 12px;
    line-height: 9px;
    color: #181716;
}
.main__checkbox-descr {
    width: calc(100% - 36px);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}
.main__checkbox-t {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding: 2px 0 0;
    cursor: pointer;
}
.main__checkbox-n {
    min-width: 36px;
    height: 20px;
    background: #363533;
    padding: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}
.main__arrows {
    width: 104px;
    height: 11.14px;
    display: flex;
    position: absolute;
    top: 6px;
    right: 0;
}
.main__arrows-n::after, .main__arrows-p::after {
    display: none;
}
.main__arrows-n svg, .main__arrows-p svg {
    width: 40px;
    height: auto;
    transition: all .15s ease .05s;
}
.main__arrows-n svg line, .main__arrows-n svg path, .main__arrows-p svg line, .main__arrows-p svg path {
    transition: all .15s ease .05s;
    stroke: #a5a5a5;
}
.main__arrows-n:hover svg line, .main__arrows-n:hover svg path, .main__arrows-p:hover svg line, .main__arrows-p:hover svg path {
    stroke: #fff;
}
.main__arrows-n svg {
    transform: rotate(180deg);
}
.main__slider {
    padding: 0 0 24px;
}
.main__slider .swiper-pagination {
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.main__slider .swiper-pagination-bullet {
    margin: 0!important;
    width: 40px;
    height: 4px;
    border-radius: 0;
    background: #d2d2d2;
    opacity: 1;
}
.main__slider .swiper-pagination-bullet-active {
    background: #ef7a06;
}
.main__slider-arrow .main__arrows-n, .main__slider-arrow .main__arrows-p {
    width: 56px;
    height: 56px;
    background: rgba(54, 53, 51, .7);
    transition: .4s all;
    top: calc(50% - 18px);
}
.main__slider-arrow .main__arrows-n:hover, .main__slider-arrow .main__arrows-p:hover {
    background: rgba(87, 86, 84, .7);
}
.page__title {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-align: left;
}
.page__bg {
    width: 100%;
    height: auto;
    max-height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 24px 0 0;
}
.header {
    width: 100%}
.header__row-t {
    width: 100%;
    padding: 42px 0 42.5px;
}
.header__row-t .container {
    max-width: 1443.02px;
}
.header__row-t_wrapp {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.header__row-t_col-f {
    max-width: 58.14%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.header__row-t_nav {
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.header__row-t_nav i {
    font-size: 18px;
    line-height: 15px;
    color: #fff;
    transition: .4s all;
}
.header__row-t_nav-actv i {
    color: #ef7a06;
}
.header__row-t_logo {
    display: block;
    max-width: 192px;
    width: 100%}
.header__row-t_logo img {
    width: 100%;
    height: auto;
}
.header__row-t_search {
    max-width: 57.21%;
    width: 100%;
    position: relative;
}
.header__row-t_search_f {
    width: 100%}
.header__row-t_search input {
    position: relative;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    border-bottom: 1px solid #d2d2d2;
    z-index: 1;
}
.header__row-t_search input::-webkit-search-cancel-button, .header__row-t_search input::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}
.header__row-t_search input:-webkit-autofill, .header__row-t_search input:-webkit-autofill:active, .header__row-t_search input:-webkit-autofill:focus, .header__row-t_search input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px inherit inset!important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;
}
.header__row-t_search input, .header__row-t_search label {
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    padding: 0 32px 16.5px;
}
.header__row-t_search label {
    display: block;
    color: #d2d2d2;
    position: absolute;
    top: 0;
    left: 0;
    transition: .4s all;
    cursor: text;
}
.header__row-t_search input:not(:-moz-placeholder)+label, .header__row-t_search input:not(:-moz-placeholder)~.header__row-t_search-sbmt i {
    color: #fff;
}
.header__row-t_search input:focus+label, .header__row-t_search input:focus~.header__row-t_search-sbmt i, .header__row-t_search input:hover+label, .header__row-t_search input:hover~.header__row-t_search-sbmt i, .header__row-t_search input:not(:placeholder-shown)+label, .header__row-t_search input:not(:placeholder-shown)~.header__row-t_search-sbmt i {
    color: #fff;
}
.header__row-t_search input:not(:-moz-placeholder)+label {
    color: rgba(0, 0, 0, 0);
    z-index: -1;
}
.header__row-t_search input:focus+label, .header__row-t_search input:not(:placeholder-shown)+label {
    color: rgba(0, 0, 0, 0);
    z-index: -1;
}
.header__row-t_search input:not(:-moz-placeholder)~.header__row-t_search-rst {
    visibility: visible;
    z-index: 2;
}
.header__row-t_search input:focus~.header__row-t_search-rst, .header__row-t_search input:not(:placeholder-shown)~.header__row-t_search-rst {
    visibility: visible;
    z-index: 2;
}
.header__row-t_search-sbmt {
    position: absolute;
    top: 0;
    left: 0;
}
.header__row-t_search-btn, .header__row-t_search-sbmt {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__row-t_search-btn i, .header__row-t_search-sbmt i {
    font-size: 16px;
    line-height: 16px;
    color: #d2d2d2;
    transition: .4s all;
}
.header__row-t_search-btn {
    display: none;
}
.header__row-t_search-rst {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 4px;
    right: .5px;
    visibility: hidden;
    z-index: -1;
    transition: .4s all;
}
.header__row-t_search-rst i {
    font-size: 16px;
    line-height: 14px;
    color: #fff;
}
.header__row-t_s {
    display: none;
    width: 100%;
    height: auto;
    max-height: 236px;
    background: #272624;
    border: 1px solid #535250;
    padding: 23px 22px 22px;
    position: absolute;
    top: calc(100% + 8.5px);
    left: 50%;
    transform: translateX(-50%);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 5;
}
.header__row-t_s-it {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 21px;
    gap: 14px;
}
.header__row-t_s-it:last-child {
    margin: 0;
}
.header__row-t_s-img {
    max-width: 80px;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px;
    border: 1px solid #eeeff0;
    border-radius: 4px;
    background: #fff;
    padding: 8.84px 8.84px 9.15px;
    transition: .4s all;
    flex-shrink: 0;
}
.header__row-t_s-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
    transition: .4s all;
}
.header__row-t_s-descr {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.header__row-t_s-ttl {
    font-size: 16px;
    line-height: 19px;
    color: #d2d2d2;
    margin: 0 0 16px;
    transition: .4s all;
}
.header__row-t_s-indc {
    margin: 4px 0 0;
}
.header__row-t_s-indc p {
    font-size: 14px;
    line-height: 18px;
}
.header__row-t_s-y {
    color: #077b3d;
}
.header__row-t_s-n {
    color: #d94d4d;
}
.header__row-t_s-it:hover .header__row-t_s-img {
    border-color: #cfcfcf;
    margin: 0;
    max-width: 84px;
    height: 84px;
    padding: 8.71px 8.71px 8.92px;
}
.header__row-t_s-it:hover .header__row-t_s-ttl {
    color: #fff;
}
.header__row-t_col-s {
    max-width: 545px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__row-t_col-s_anchor {
    position: absolute;
    z-index: -1;
    order: 1;
}
.header__row-t_tels {
    position: relative;
    flex-shrink: 0;
}
.header__row-t_tels-t {
    display: flex;
    align-items: center;
}
.header__row-t_tels-t p {
    margin: 0 8px 0 7.48px;
    font-size: 14px;
    line-height: 18px;
    flex-shrink: 0;
}
.header__row-t_tels-t i, .header__row-t_tels-t p {
    color: #d2d2d2;
    transition: .4s all;
}
.header__row-t_tels-t .icon-phone {
    font-size: 16px;
    line-height: 16px;
}
.header__row-t_tels-t .icon-arrow_s {
    font-size: 5px;
}
.header__row-t_tels-t:hover i, .header__row-t_tels-t:hover p {
    color: #fff;
}
.header__row-t_tels .dpdw__it-actv .header__row-t_tels-t i, .header__row-t_tels .dpdw__it-actv .header__row-t_tels-t p {
    color: #fff;
}
.header__row-t_tels .dpdw__it-actv .header__row-t_tels-t .icon-arrow_s {
    transform: rotate(180deg);
}
.header__row-t_tels-d {
    position: absolute;
    top: calc(100% + 7px);
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    border: 1px solid #535250;
    border-radius: 4px;
    background: #272624;
    z-index: 1;
}
.header__row-t_tels-l {
    color: #d2d2d2;
    font-size: 14px;
    line-height: 18px;
    transition: .4s all;
}
.header__row-t_tels-l:hover {
    color: #fff;
}
.header__row-t_tels-c {
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
    color: #a5a5a5;
    font-size: 12px;
    line-height: 15px;
    cursor: pointer;
    transition: .4s all;
}
.header__row-t_tels-c:hover {
    color: #fff;
}
.header__row-t_tels-c_actv {
    color: #ef7a06;
}
.header__row-t_main, .header__row-t_tels {
    margin: 0 40px 0 0;
}
.header__row-t_bask, .header__row-t_bask-indc, .header__row-t_main {
    display: flex;
    align-items: center;
}
.header__row-t_bask, .header__row-t_main {
    cursor: pointer;
}
.header__row-t_bask .header__row-t_t, .header__row-t_bask i, .header__row-t_main .header__row-t_t, .header__row-t_main i {
    color: #d2d2d2;
    transition: .4s all;
}
.header__row-t_bask i, .header__row-t_main i {
    font-size: 16px;
    line-height: 16px;
}
.header__row-t_bask:hover .header__row-t_t, .header__row-t_bask:hover i, .header__row-t_main:hover .header__row-t_t, .header__row-t_main:hover i {
    color: #fff;
}
.header__row-t_bask-actv .header__row-t_bask-in, .header__row-t_bask-actv .header__row-t_t, .header__row-t_bask-actv i, .header__row-t_main-actv .header__row-t_bask-in, .header__row-t_main-actv .header__row-t_t, .header__row-t_main-actv i {
    color: #ef7a06;
}
.header__row-t_main {
    gap: 16.33px;
}
.header__row-t_t {
    font-size: 14px;
    line-height: 18px;
}
.header__row-t_bask {
    gap: 16.02px;
}
.header__row-t_bask-indc {
    gap: 4px;
}
.header__row-t_bask-in {
    font-size: 12px;
    line-height: 12px;
    color: #fff;
}
.header__row-t_icn {
    display: none;
    align-items: center;
    justify-content: center;
}
.header__row-t_icn i {
    color: #d2d2d2;
    font-size: 24px;
    line-height: 20px;
}
.header__row-b {
    width: 100%}
.header__row-b_wrapp {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 24px;
}
.header__row-b_cat-ttl, .header__row-b_nav-l {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
}
.header__row-b_cat {
    max-width: 335px;
    width: 100%;
    position: relative;
    background: #181716;
    transition: .4s all;
}
.header__row-b_cat-t {
    width: 100%;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 30px;
}
.header__row-b_cat-t i, .header__row-b_cat-t p {
    color: #fff;
}
.header__row-b_cat-t i {
    font-size: 18px;
    line-height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header__row-b_cat-t:hover {
    background: #272624;
}
.header__row-b_cat-list {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    z-index: 11;
    background: #181716;
    border: 1px solid #535250;
    border-top: none;
    padding: 0 0 54.5px;
}
.header__row-b_cat-li {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    min-height: 56.21px;
    padding: 9.1px 15.5px 9.1px 16px;
    background: #181716;
}
.header__row-b_cat-li_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    gap: 5px;
    position: relative;
}
.header__row-b_cat-li_link::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #272624;
    position: absolute;
    top: calc(100% + 9.1px);
    left: 50%;
    transform: translateX(-50%);
}
.header__row-b_cat-li_link i, .header__row-b_cat-li_link-t {
    color: #d2d2d2;
}
.header__row-b_cat-li_link-t {
    font-size: 16px;
    line-height: 19px;
}
.header__row-b_cat-li_link i {
    transform: rotate(-90deg);
    font-size: 6px;
    line-height: 6px;
}
.header__row-b_cat-li_descr {
    width: calc(100% + 2px);
    height: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    background: #d2d2d2;
    padding: 24px 20px 24px 21px;
    position: absolute;
    left: 100%;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: .4s all;
    scrollbar-gutter: stable;
}
.header__row-b_cat-li_descr::-webkit-scrollbar {
    width: 4px;
}
.header__row-b_cat-li_descr::-webkit-scrollbar-track {
    background: #363533;
}
.header__row-b_cat-li_descr::-webkit-scrollbar-thumb {
    background: #a5a5a5;
    width: 4px;
    height: 80px;
}
.header__row-b_cat-li_descr::-webkit-scrollbar-thumb:hover {
    background: #d2d2d2;
}
.header__row-b_cat-li_descr::-webkit-scrollbar-button {
    display: none;
}
.header__row-b_cat-li_descr-l {
    color: #272624;
    font-size: 16px;
    line-height: 17px;
    transition: .4s all;
}
.header__row-b_cat-li_descr-l:hover {
    color: #0e0e0e;
}
.header__row-b_cat-li:hover {
    background: #d2d2d2;
}
.header__row-b_cat-li:hover .header__row-b_cat-li_link i, .header__row-b_cat-li:hover .header__row-b_cat-li_link-t {
    color: #0e0e0e;
}
.header__row-b_cat-li:hover .header__row-b_cat-li_link::after {
    z-index: -1;
}
.header__row-b_cat-li:hover .header__row-b_cat-li_link::before {
    content: "";
    display: block;
    width: calc(100% + 2px);
    height: 2px;
    background: #d2d2d2;
    position: absolute;
    bottom: calc(100% + 7px);
    left: 50%;
    transform: translateX(-50%);
}
.header__row-b_cat-li:hover .header__row-b_cat-li_descr {
    display: flex;
}
.header__row-b_cat.dpdw__it-actv .header__row-b_cat-t {
    background: #272624;
}
.header__row-b_nav {
    max-width: 1081px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__row-b_nav-l {
    color: #d2d2d2;
    transition: .4s all;
    display: flex;
    align-items: center;
    height: 100%}
.header__row-b_nav-l:hover {
    color: #fff;
}
.header__row-t_lang {
    max-width: 77px;
    width: 100%;
    flex-shrink: 0;
    margin: 0 32px 0 0;
}
.header__row-t_lang .select2-container--default .select2-selection--single {
    background: rgba(0, 0, 0, 0);
    border: none;
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
}
.header__row-t_lang .select2-container--default .select2-selection--single:hover {
    color: #fff;
}
.header__row-t_lang .select2-container--default .select2-selection--single:hover .select2-selection__arrow b {
    color: #fff;
}
.header__row-t_lang .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 24px 0 8px;
    line-height: normal;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    width: -moz-max-content;
    width: max-content;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    position: static;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    font-size: 5px;
    transition: transform .3s ease;
    margin: 0;
    color: #d2d2d2;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "";
    font-family: icomoon!important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.header__row-t_lang .select2.select2-container {
    padding: 0!important;
}
.select2-results__option {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 18px;
    color: #d2d2d2;
}
.select2-results__option span {
    display: flex;
    align-items: center;
}
.select2-container--default .select2-results>.select2-results__options {
    padding: 8px 0;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: rgba(0, 0, 0, 0);
    color: #d2d2d2;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable span {
    color: #d2d2d2;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover {
    color: #fff;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover span {
    color: #fff;
}
.select2-container--default .select2-results__option--selected {
    background: rgba(0, 0, 0, 0);
    color: #fff;
}
.select2-container--default .select2-results__option--selected span {
    color: #fff;
}
.select2-container .select2-dropdown {
    background: #181716;
    border: 1px solid #535250;
    border-radius: 0;
}
.select2-container.select2-container--default.select2-container--open {
    z-index: 9992;
    padding: 8px 0 0;
}
.select2-container .select2-selection--single .select2-selection__rendered span {
    display: flex;
    align-items: center;
    color: #d2d2d2;
    font-size: 14px;
    line-height: 18px;
    transition: .4s all;
}
.select2-container .select2-selection--single .select2-selection__rendered span:hover {
    color: #fff;
}
.select2-container--open .select2-selection--single .select2-selection__rendered span {
    color: #fff;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
    color: #fff;
}
.select2-container .select2-selection--single .select2-selection__rendered span[title=RU] img {
    opacity: 0;
    visibility: hidden;
}
#country-select+.select2-container .select2-selection__rendered img, .img-flag {
    width: 16.02px;
    height: 16.02px;
    margin: 0 7.98px 0 0;
}
#country-select+.select2-container .select2-dropdown {
    display: none;
}
.main__bg {
    width: 100%;
    display: block;
    margin: 0 0 56px;
}
.main__bg-v {
    max-width: 1920px;
    width: 100%}
.main__bg-v iframe {
    width: 100%;
    height: 640px;
}
.main__catalog {
    width: 100%;
    display: block;
    margin: 0 0 56px;
}
.main__catalog-wrapp {
    width: 100%}
.main__catalog-items {
    max-width: 1440px;
    width: 100%;
    display: grid;
    align-items: stretch;
    justify-content: center;
    grid-template-columns: repeat(12, 1fr);
    gap: 56px;
}
.main__catalog-item {
    width: 100%;
    position: relative;
    display: flex;
}
.main__catalog-item_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main__catalog-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .4s all;
}
.main__catalog-item p {
    display: block;
    background: rgba(24, 23, 22, .5019607843);
    border: 1px solid #575654;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    position: absolute;
    transition: .4s all;
}
.main__catalog-item:hover img {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
}
.main__catalog-item:hover p {
    border-color: #fff;
}
.main__catalog-item_bgl, .main__catalog-item_bgr {
    height: 656px;
}
.main__catalog-item_bgl:hover p, .main__catalog-item_bgr:hover p {
    top: 43.59%;
    transform: none;
}
.main__catalog-item_bl, .main__catalog-item_br, .main__catalog-item_mb, .main__catalog-item_mt {
    height: 300px;
}
.main__catalog-item_bgl {
    grid-column: 1/5;
    grid-row: 1/3;
}
.main__catalog-item_bgl p {
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    padding: 21px 24px 19px 48px;
}
.main__catalog-item_mt {
    grid-column: 5/9;
    grid-row: 1/2;
}
.main__catalog-item_mt p {
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    bottom: 64px;
    padding: 21px 48px 19px;
}
.main__catalog-item_mt:hover p {
    bottom: 54px;
}
.main__catalog-item_mb {
    grid-column: 5/9;
    grid-row: 2/3;
}
.main__catalog-item_mb p {
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    top: 64px;
    padding: 21px 47px 19px 48px;
}
.main__catalog-item_mb:hover p {
    top: 54px;
}
.main__catalog-item_bgr {
    grid-column: 9/13;
    grid-row: 1/3;
}
.main__catalog-item_bgr p {
    top: 50%;
    right: -24.33px;
    transform: translateY(-50%);
    padding: 21px 48px 19px 24px;
}
.main__catalog-item_bl {
    grid-column: 1/7;
    grid-row: 3/4;
}
.main__catalog-item_bl p {
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    padding: 21px 24px 19px 48px;
}
.main__catalog-item_br {
    grid-column: 7/13;
    grid-row: 3/4;
}
.main__catalog-item_br p {
    max-width: 388px;
    top: 50%;
    right: -24.33px;
    transform: translateY(-50%);
    padding: 8px 48px 8px 24px;
}
.main__catalog-item_bl:hover p, .main__catalog-item_br:hover p {
    top: 42.66%;
    transform: none;
}
.main__catalog-item_mob {
    display: none;
}
.main__catalog-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 56px auto 0;
}
.main__catalog-gg, .main__catalog-snc {
    max-width: 420px;
    width: 100%}
.main__info {
    width: 100%;
    margin: 56px 0 58px;
    display: block;
}
.main__info-wrapp {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.main__info-title {
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    margin: 0 0 24px;
    text-align: left;
}
.main__info-subt {
    font-size: 20px;
    line-height: 24px;
    color: #d2d2d2;
    margin: 0 0 31px;
    text-align: left;
}
.main__info-txt {
    font-size: 14px;
    line-height: 18px;
    color: #a5a5a5;
    transition: .4s all;
}
.main__info-btn {
    margin: 16px 0 0 auto;
}
.main__info-btn p {
    color: #ef7a06;
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
    transition: .4s all;
}
.main__info-btn p:hover {
    color: #c46100;
}
.main__info-wrapp:not(.dpdw__it-actv) .main__info-txt {
    max-height: 10.3em;
    overflow: hidden;
}
.main__info-wrapp:not(.dpdw__it-actv) .main__info-less {
    display: none;
}
.main__info-wrapp.dpdw__it-actv .main__info-more {
    display: none;
}
.main__shares {
    width: 100%;
    display: block;
}
.main__shares-wrapp {
    width: 100%;
    position: relative;
}
.main__shares-ttl {
    font-size: 20px;
    line-height: 24px;
    color: #d2d2d2;
    margin: 0 0 24px;
}
.main__prod-item {
    max-width: 25%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: #181716;
}
.main__prod-item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #363533;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main__prod-wrapp {
    width: 100%;
    min-height: 527px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding: 38px 38px 40px;
    position: relative;
    z-index: 2;
}
.main__prod-int {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 41px;
    right: 41px;
}
.main__prod-int_btn {
    width: 40px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(54, 53, 51, .5);
}
.main__prod-int_btn i {
    color: #a5a5a5;
    transition: .4s all;
}
.main__prod-int_btn .icon-heart {
    font-size: 21.65px;
    line-height: 17px;
}
.main__prod-int_btn .icon-compare {
    font-size: 24px;
    line-height: 20px;
}
.main__prod-int_btn:hover i {
    color: #fff;
}
.main__prod-top {
    width: 100%;
    height: 284px;
    padding: 2px;
    display: flex;
    align-items: stretch;
    position: relative;
    transition: .3s all;
}
.main__prod-sticks {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: absolute;
    top: 26px;
    left: -6px;
}
.main__prod-sticks p {
    font-size: 12px;
    line-height: 15px;
    padding: 3px 12px 2px;
    color: #181716;
}
.main__prod-action {
    background: #d2d2d2;
}
.main__prod-discount {
    background: #ef7a06;
}
.main__prod-img {
    width: 100%;
    height: 100%;
    border: 1px solid #363533;
    background: #181716;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s all;
    padding: 18px 1px 18.75px;
}
.main__prod-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .4s all;
}
.main__prod-bottom {
    width: 100%;
    height: 100%;
    padding: 38px 3px 0 2px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1;
    gap: 16px;
}
.main__prod-bottom_b {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    margin: auto 0 0;
    position: relative;
    padding: 0 0 65px;
}
.main__prod-bottom_b .main__price {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4px 8px;
}
.main__prod-bottom_b .main__price-old {
    line-height: 16px;
}
.main__prod-bottom_b .main__price-act {
    font-size: 20px;
    line-height: 24px;
    flex-shrink: 0;
}
.main__prod-ttl {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin: 0 0 auto;
    overflow: hidden;
    max-height: 2.5em;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main__prod-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 23.5px 9px 24px;
    transition: .4s all;
    color: #d2d2d2;
    font-size: 16px;
    line-height: 21px;
    border: 1px solid #d2d2d2;
    position: absolute;
    bottom: 0;
}
.main__prod-btn_line {
    transition: .4s all;
    transform: translateX(40px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.main__prod-btn svg {
    max-width: 69px;
    width: 100%;
    transform: translateX(13px) rotate(180deg);
}
.main__prod-btn svg line, .main__prod-btn svg path {
    transition: .4s all;
    stroke: #a5a5a5;
}
.main__prod-btn:hover {
    padding: 8px 31.5px 9px 32px;
    color: #fff;
    border-color: #fff;
}
.main__prod-btn:hover .main__prod-btn_line {
    transform: translateX(0);
}
.main__prod-btn:hover svg {
    max-width: 56px;
    transform: translateX(0) rotate(180deg);
}
.main__prod-btn:hover svg line, .main__prod-btn:hover svg path {
    stroke: #fff;
}
.main__prod-item:hover::before {
    border-color: #575654;
    z-index: 1;
}
.main__prod-item:hover .main__prod-top {
    padding: 0;
}
.main__prod-item:hover .main__prod-img {
    padding: 17.42px 0 19.25px;
}
.main__prod-date {
    width: 96px;
    padding: 12px 0 11px;
    text-align: center;
    background: rgba(54, 53, 51, .5);
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    position: absolute;
    top: 3px;
    left: 3px;
}
.main__prod-txt {
    margin: auto 0 0;
    color: #d2d2d2;
    font-size: 14px;
    line-height: 19px;
}
.modals__anch {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.modals__basket, .modals__call, .modals__catalog, .modals__personal, .modals__unavailability {
    display: none;
    transition: .4s all;
}
.modals__basket-show, .modals__call-show, .modals__catalog-show, .modals__personal-show, .modals__unavailability-show {
    display: block;
}
.modals__basket-wrapp, .modals__call-wrapp, .modals__personal-wrapp, .modals__unavailability-wrapp {
    max-width: 640px;
}
.modals__basket-wrapp, .modals__call-wrapp, .modals__personal-wrapp, .modals__unavailability-wrapp {
    width: 100%;
    background: #181715;
    border: 1px solid #363533;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modals__call-form, .modals__personal-form {
    padding: 24px 24px 24px 20px;
}
.modals__call-form_f, .modals__personal-form_f {
    width: 100%}
.modals__basket-form .main__btn, .modals__call-form .main__btn, .modals__personal-form .main__btn {
    font-size: 14px;
    line-height: 18px;
}
.modals__basket-form .main__btn svg, .modals__call-form .main__btn svg, .modals__personal-form .main__btn svg {
    max-width: 56px;
}
.modals__call-form .main__input, .modals__personal-form .main__input {
    padding: 11px 16px;
}
.modals__call-form .main__input-wrapp, .modals__personal-form .main__input-wrapp {
    margin: 0 0 24px;
}
.modals__call-form .main__input-wrapp:first-child, .modals__personal-form .main__input-wrapp:first-child {
    margin: 0 0 26px;
}
.modals__call-form .main__input-wrapp label, .modals__personal-form .main__input-wrapp label {
    left: 16px;
}
.modals__call-wrapp {
    z-index: 9900;
}
.modals__call-form textarea {
    min-height: 80px;
    outline: 0;
    resize: none;
}
.modals__call-form .main__btn {
    margin: 0 auto;
    max-width: 283.5px;
    width: 100%;
    padding: 11px 16px 11px 16.5px;
}
.modals__head {
    position: relative;
    padding: 17px 40px;
    background: #363533;
}
.modals__title {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
.modals .icon-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24.5px;
    font-size: 16px;
    line-height: 14px;
    color: #fff;
    cursor: pointer;
}
.modals__basket-btns, .modals__personal-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}
.modals__personal-wrapp {
    z-index: 9992;
}
.modals__personal-req {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 24px;
}
.modals__personal-req a {
    text-align: right;
    color: #ef7a06;
    font-size: 12px;
    line-height: 15px;
    text-decoration: underline;
    transition: .4s all;
}
.modals__personal-req a:hover {
    color: #c46100;
}
.modals__personal-btns .main__btn {
    width: calc(50% - 14.75px);
}
.modals__basket-wrapp {
    max-height: calc(100vh - 130px);
    z-index: 9991;
}
.modals__basket-form {
    height: 100%;
    padding: 25px 24.5px 24px 24px;
}
.modals__basket-form_f {
    width: 100%}
.modals__basket-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 0 0 24px;
    margin: 0 0 16px;
    border-bottom: 1px solid #363533;
}
.modals__basket-info p, .modals__basket-info span {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}
.modals__basket-info span {
    font-weight: 700;
}
.modals__basket-info p {
    display: flex;
    align-items: center;
}
.modals__basket-info p::after, .modals__basket-info p:before {
    content: ".";
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0);
}
.modals__basket-info p:first-child::before {
    display: none;
}
.modals__basket-btns {
    margin: 31px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid #363533;
}
.modals__basket-btns .main__btn {
    width: calc(50% - 12.5px);
}
.modals__basket-btns .main__btn:nth-child(1) {
    padding: 11px 16px 11px 16.5px;
}
.modals__basket-btns .main__btn:nth-child(1) svg {
    order: -1;
    transform: none;
}
.modals__basket-items {
    width: 100%;
    max-height: calc(100vh - 393px);
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.modals__basket-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 0 40px 0 0;
    margin: 0 0 16px;
}
.modals__basket-item:last-child {
    margin: 0;
}
.modals__basket-img {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #363533;
    margin: 0 16px 0 0;
    flex-shrink: 0;
    padding: 9.03px 9.03px 8.44px;
}
.modals__basket-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.modals__basket-baseit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.modals__basket-title {
    margin: 0 10px 16px 0;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}
.modals__basket .main__quanty {
    margin: 0 0 16px;
}
.modals__basket .main__price-act {
    font-size: 20px;
    line-height: 24px;
}
.modals__basket-deletit {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #363533;
    position: absolute;
    top: 0;
    right: 0;
    transition: .4s all;
}
.modals__basket-deletit i {
    font-size: 16px;
    line-height: 16px;
    color: #d94d4d;
}
.modals__basket-deletit:hover {
    border-color: #575654;
}
.modals__basket-deletit:hover i {
    color: #f94444;
}
.modals__catalog .modals__head {
    background: #d2d2d2;
}
.modals__catalog .icon-close, .modals__catalog .modals__title {
    color: #181715;
}
.modals__catalog-wrapp {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    padding: 56px 0 0;
}
.modals__catalog-base {
    background: #181715;
    width: 100%;
    height: calc(100vh - 112px);
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0 0 54.5px;
    position: relative;
}
.modals__catalog-link, .modals__catalog-title {
    max-width: calc(100% - 24px);
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 19px;
    color: #d2d2d2;
    border-bottom: 1px solid #363533;
}
.modals__catalog-link {
    padding: 19px 0 18.5px;
}
.modals__catalog-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18.5px 0 18.5px;
    cursor: pointer;
}
.modals__catalog-title i {
    font-size: 8px;
    line-height: 7px;
    transform: rotate(-90deg);
}
.modals__catalog-descr {
    width: 100%;
    height: calc(100vh - 170px);
    display: none;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 54.5px;
    background: #181715;
    z-index: 1;
}
.modals__catalog-item.dpdw__it-actv {
    width: 100%;
    height: calc(100vh - 112px);
    position: absolute;
    top: 0;
    left: 0;
    background: #181715;
    z-index: 1;
}
.modals__catalog-item.dpdw__it-actv .modals__catalog-descr {
    display: flex;
    position: fixed;
    top: 170px;
}
.modals__catalog-item.dpdw__it-actv .modals__catalog-title {
    max-width: 100%;
    margin: 0;
    flex-direction: row-reverse;
    justify-content: flex-end;
    background: #363533;
    color: #fff;
    border: none;
    padding: 19px 12px 18px;
}
.modals__catalog-item.dpdw__it-actv .modals__catalog-title i {
    transform: rotate(90deg);
    margin: 0 15.62px 0 0;
}
.modals__catalog-phones {
    padding: 40.5px 0 0;
}
.modals__catalog-phones_t {
    width: 100%;
    padding: 17px 12px;
    background: #363533;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}
.modals__catalog-phones_wrapp {
    max-width: calc(100% - 24px);
    width: 100%;
    margin: 0 auto;
    padding: 24px 0 16.5px 18px;
    border-bottom: 1px solid #363533;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
}
.modals__catalog-phones .icon-phone {
    position: absolute;
    top: 24.5px;
    left: 0;
    font-size: 16px;
    line-height: 14px;
    color: #d2d2d2;
}
.modals__catalog-phones_l {
    font-size: 14px;
    line-height: 18px;
    color: #d2d2d2;
}
.modals__catalog-phones-c {
    position: absolute;
    top: 26px;
    right: 0;
    cursor: pointer;
    font-size: 12px;
    line-height: 15px;
    color: #a5a5a5;
}
.modals__unavailability-wrapp {
    z-index: 9990;
}
#datepicker {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 2;
    display: none;
}
#datepicker .ui-widget.ui-widget-content {
    border-color: #fff;
}
#datepicker .ui-widget-content {
    color: #fff;
    background: #181716;
    border-radius: 0;
}
#datepicker .ui-widget-header {
    background: #181716;
    color: #fff;
    border: none;
}
#datepicker .ui-widget-header a {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    cursor: pointer;
}
#datepicker .ui-widget-header a:hover {
    background: rgba(0, 0, 0, 0);
    border: none;
}
#datepicker .ui-button, #datepicker .ui-state-default, #datepicker .ui-widget-content .ui-state-default, #datepicker .ui-widget-header .ui-state-default, #datepicker html .ui-button.ui-state-disabled:active, #datepicker html .ui-button.ui-state-disabled:hover {
    background: #181716;
    color: #fff;
    border-color: rgba(0, 0, 0, 0);
}
#datepicker .ui-button:hover, #datepicker .ui-state-default:hover, #datepicker .ui-widget-content .ui-state-default:hover, #datepicker .ui-widget-header .ui-state-default:hover, #datepicker html .ui-button.ui-state-disabled:active:hover {
    background: #272624;
    border-color: #fff;
}
#datepicker .ui-state-active, #datepicker .ui-state-active:hover, #datepicker .ui-widget-content .ui-state-active, #datepicker .ui-widget-content .ui-state-active:hover {
    border-color: #007fff;
    background: #007fff;
}
#datepicker .ui-state-highlight, #datepicker .ui-widget-content .ui-state-highlight, #datepicker .ui-widget-header .ui-state-highlight {
    border-color: #fff;
    background: #272624;
}
.footer {
    width: 100%;
    background: #111110;
    padding: 56px 0 22px;
}
.footer__wrapp {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}
.footer__b {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
.footer__b-l {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.footer__b-l_img {
    max-width: 192px;
    width: 100%}
.footer__b-l_t {
    font-size: 14px;
    line-height: 18px;
    color: #d2d2d2;
    transition: .4s all;
}
.footer__b-l:hover .footer__b-l_t {
    color: #fff;
}
.footer__b-soc {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.footer__b-soc_l {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.footer__b-soc_l::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0);
    width: calc(100% + 1px);
    height: 100%;
    border: 1px solid #535250;
    position: absolute;
    top: 0;
    left: 0;
    transition: .4s all;
}
.footer__b-soc_l i {
    font-size: 17px;
    line-height: 15px;
    color: #d2d2d2;
    transition: .4s all;
    position: relative;
    z-index: 2;
}
.footer__b-soc_l .icon-fb {
    font-size: 24px;
}
.footer__b-soc_l:hover::before {
    border-color: #a5a5a5;
    z-index: 1;
}
.footer__b-soc_l:hover i {
    color: #fff;
}
.footer__nav {
    width: calc(100% - 232px);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}
.footer__nav-d, .footer__nav-it {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.footer__nav-ttl {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    margin: 0 0 8px;
    text-align: left;
    transition: .4s all;
}
.footer__nav-ttl i {
    display: none;
    transition: .4s all;
    font-size: 5px;
}
.footer__nav-e .footer__nav-ttl {
    margin: 0 0 6px;
}
.footer__nav-ad_t, .footer__nav-link {
    font-size: 14px;
    color: #d2d2d2;
    text-align: left;
}
.footer__nav-link {
    transition: .4s all;
    line-height: 18px;
}
.footer__nav-link:hover {
    color: #fff;
}
.footer__nav-ad {
    max-width: 259px;
}
.footer__nav-ad_t {
    line-height: 20px;
}
.product {
    margin: 40px 0 80px;
}
.product__wrapp {
    width: 100%}
.product__title {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    max-width: 14em;
}
.product__base {
    margin: 24px 0 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px 24px;
}
.product__sliders {
    max-width: 432px;
    width: 100%}
.product__sliders-l {
    width: 100%;
    height: auto;
    position: relative;
}
.product__sliders-l .main__arrows-n, .product__sliders-l .main__arrows-p {
    background: rgba(54, 53, 51, .5);
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.product__sliders-l .main__arrows-n svg line, .product__sliders-l .main__arrows-n svg path, .product__sliders-l .main__arrows-p svg line, .product__sliders-l .main__arrows-p svg path {
    stroke: #d2d2d2;
}
.product__sliders-l .main__arrows-n:hover, .product__sliders-l .main__arrows-p:hover {
    background: rgba(87, 86, 84, .5);
}
.product__sliders-l .main__arrows-n:hover svg line, .product__sliders-l .main__arrows-n:hover svg path, .product__sliders-l .main__arrows-p:hover svg line, .product__sliders-l .main__arrows-p:hover svg path {
    stroke: #fff;
}
.product__sliders-l .main__arrows-n {
    right: 16px;
}
.product__sliders-l .main__arrows-p {
    left: 16px;
}
.product__sliders-b {
    width: 100%}
.product__sliders-b_sl {
    width: 100%;
    height: auto;
    max-height: 435px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #363533;
    background: #181716;
    padding: 37.92px 40px;
}
.product__sliders-b_sl img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product__sliders-sm {
    width: 100%;
    margin: 24px 0 0;
}
.product__sliders-sb {
    width: 100%}
.product__sliders-sb_sl {
    max-width: calc(33.3333333333% - 16px);
    width: 100%;
    height: auto;
    max-height: 128px;
    padding: 11.24px 11.79px 11.17px 11.86px;
    background: #181716;
    border: 1px solid #363533;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product__sliders-sb_sl img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product__sliders .main__prod-sticks {
    z-index: 2;
    left: -8px;
}
.product__descr {
    max-width: 866px;
    width: 100%;
    position: relative;
}
.product__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.product__points {
    position: absolute;
    bottom: calc(100% + 38px);
    right: 0;
    display: flex;
    align-items: center;
    gap: 81px;
}
.product__points:before {
    content: "";
    display: block;
    background: #575654;
    width: 1px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product__points-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.product__points-btn i {
    font-size: 24px;
    line-height: 23px;
    color: #a5a5a5;
    transition: .4s all;
}
.product__points-btn .icon-heart {
    font-size: 21.7px;
    line-height: 23px;
}
.product__points-btn:hover i {
    color: #fff;
}
.product__indc {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.product__indc p {
    font-size: 14px;
    line-height: 18px;
}
.product__indc-t {
    color: #d2d2d2;
}
.product__indc-in {
    color: #ef7a06;
}
.product__indc-off {
    color: #fff;
}
.product .main__price {
    margin: 56px 0 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.product .main__price-act {
    font-size: 20px;
    line-height: 24px;
}
.product .main__quanty {
    margin: 24px auto 0 0;
}
.product__timer {
    margin: 23px 0 0;
}
.product__timer-t {
    font-size: 14px;
    line-height: 18px;
    color: #d2d2d2;
}
.product__timer .timer {
    margin: 7px 0 0;
    background: #575654;
}
.product__timer .timer__items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    padding: 7px 40px 8px;
}
.product__timer .timer__item {
    position: relative;
    min-width: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
    padding: 0 0 15px;
    color: #fff;
}
.product__timer .timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}
.product__timer .timer__item:after {
    content: ":";
    display: block;
    position: absolute;
    top: 50%;
    left: calc(100% + 23px);
    transform: translateY(-50%);
    color: #fff;
    opacity: 0;
    animation: fadeInOut 2s infinite;
}
@keyframes fadeInOut {
    0% {
    opacity: 0;
}
50% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}.product__timer .timer__item:nth-child(2) {
    min-width: 31px;
}
.product__timer .timer__item:nth-child(3) {
    min-width: 38px;
}
.product__timer .timer__item:last-child {
    min-width: 38px;
}
.product__timer .timer__item:last-child::after {
    display: none;
}
.product__timer .timer__item-anim::after {
    opacity: 0;
}
.product__boq-ttl, .product__btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 19px;
}
.product__boq-ttl svg, .product__btn svg {
    max-width: 69px;
    width: 100%}
.product__boq-ttl_line, .product__btn-line {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: .4s all;
}
.product__btn {
    margin: 56px 0 0;
    max-width: 280px;
    padding: 9.24px 16.5px 8.24px 16px;
    border: 1px solid #ef7a07;
    font-size: 16px;
    color: #ef7a06;
}
.product__btn-line {
    transform: translateX(29px);
}
.product__btn svg {
    transform: translateX(13px) rotate(180deg);
}
.product__btn svg line, .product__btn svg path {
    transition: .4s all;
    stroke: #ef7a06;
}
.product__btn:hover {
    color: #c46100;
    border-color: #c46100;
    padding: 10px 16.5px 9px 16px;
}
.product__btn:hover .product__btn-line {
    transform: translateX(0);
}
.product__btn:hover svg {
    max-width: 56px;
    transform: translateX(0) rotate(180deg);
}
.product__btn:hover svg line, .product__btn:hover svg path {
    stroke: #c46100;
}
.product__boq {
    margin: 25px 0 0;
    max-width: 280px;
    width: 100%}
.product__boq-ttl {
    border: 1px solid #a5a5a5;
    padding: 9.24px 16px 8.24px 16.5px;
    color: #fff;
    font-size: 14px;
}
.product__boq-ttl_line {
    transform: translateX(-29px);
}
.product__boq-ttl svg {
    transform: translateX(-13px);
}
.product__boq-ttl svg line, .product__boq-ttl svg path {
    transition: .4s all;
    stroke: #a5a5a5;
}
.product__boq-descr {
    width: 100%;
    padding: 24px 0 0;
}
.product__boq-txt {
    color: #d2d2d2;
    font-size: 11.9px;
    line-height: 15px;
    margin: 0 0 16px;
}
.product__boq-f {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.product__boq-f:hover .product__boq-tel {
    border-color: #a5a5a5;
    border-right: none;
}
.product__boq-tel {
    background: #181716;
    border: 1px solid #363533;
    padding: 10px 16px;
}
.product__boq-tel:not(:-moz-placeholder) {
    border-color: #a5a5a5;
    border-right: none;
}
.product__boq-tel:focus, .product__boq-tel:not(:placeholder-shown) {
    border-color: #a5a5a5;
    border-right: none;
}
.product__boq-tel:not(:-moz-placeholder)+.product__boq-lab {
    color: rgba(0, 0, 0, 0);
    z-index: -1;
}
.product__boq-tel:focus+.product__boq-lab, .product__boq-tel:not(:placeholder-shown)+.product__boq-lab {
    color: rgba(0, 0, 0, 0);
    z-index: -1;
}
.product__boq-lab, .product__boq-tel {
    width: calc(100% - 90px);
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
.product__boq-lab {
    display: block;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    cursor: text;
}
.product__boq-btn {
    max-width: 90px;
    width: 100%;
    background: #363533;
    text-align: center;
    padding: 11px 0;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    transition: .4s all;
}
.product__boq-btn:active {
    background: #ef7a06;
    color: #181716;
}
.product__boq:not(.dpdw__it-actv) .product__boq-ttl:hover {
    border-color: #fff;
    padding: 10px 16px 9px 16.5px;
}
.product__boq:not(.dpdw__it-actv) .product__boq-ttl:hover .product__boq-ttl_line {
    transform: translateX(0);
}
.product__boq:not(.dpdw__it-actv) .product__boq-ttl:hover svg {
    max-width: 56px;
    transform: translateX(0);
}
.product__boq:not(.dpdw__it-actv) .product__boq-ttl:hover svg line, .product__boq:not(.dpdw__it-actv) .product__boq-ttl:hover svg path {
    stroke: #fff;
}
.product__boq.dpdw__it-actv .product__boq-ttl {
    border-color: #ef7a07;
    color: #ef7a06;
    padding: 9.07px 16px 9.94px 15.67px;
}
.product__boq.dpdw__it-actv .product__boq-ttl .product__boq-ttl_line {
    width: 24px;
    transform: translateX(-5px) rotate(-90deg);
    position: relative;
    justify-content: flex-start;
}
.product__boq.dpdw__it-actv .product__boq-ttl svg {
    width: 36px;
    flex-shrink: 0;
    left: 0;
    transform: translateX(0);
}
.product__boq.dpdw__it-actv .product__boq-ttl svg line, .product__boq.dpdw__it-actv .product__boq-ttl svg path {
    stroke: #ef7a06;
}
.product__items {
    width: 46.19%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
}
.product__item {
    width: 100%;
    min-height: 64px;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    padding: 17px 22px 16.42px;
    background: #181716;
    border: 1px solid #363533;
    transition: .4s all;
}
.product__item-descr {
    padding: 1px 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.product__item-d, .product__item-t {
    font-size: 14px;
    line-height: 16px;
}
.product__item-t {
    color: #d2d2d2;
    transition: .4s all;
}
.product__item-d {
    color: #a5a5a5;
}
.product__item:nth-child(2) {
    padding: 17px 27px 22px 22px;
}
.product__item:last-child {
    padding: 17px 69px 24px 22px;
}
.product__item:hover {
    border-color: #fff;
}
.product__unavailability {
    margin: 56px 0 0;
    max-width: 280px;
    width: 100%;
    text-align: center;
    padding: 11px 0 10px;
    font-size: 16px;
    line-height: 19px;
    color: #ef7a06;
    border: 1px solid #ef7a07;
    cursor: pointer;
    transition: .4s all;
}
.product__unavailability:hover {
    color: #c46100;
    border-color: #c46100;
}
.product__tabs {
    width: 100%}
.product__tabs-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 81px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-gutter: stable;
    white-space: nowrap;
    scrollbar-width: none;
    padding: 10px;
}
.product__tabs-it {
    font-size: 20px;
    line-height: 24px;
    color: #a5a5a5;
    position: relative;
    cursor: pointer;
    transition: .4s all;
}
.product__tabs-it:before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #575654;
    position: absolute;
    top: 50%;
    left: calc(100% + 40.5px);
    transform: translateY(-50%);
}
.product__tabs-it:last-child::before {
    display: none;
}
.product__tabs-it:hover, .product__tabs-it_actv {
    color: #fff;
}
.product__tabs-it_actv {
    pointer-events: none;
}
.product__tabs-cont {
    width: 100%;
    padding: 24px 0 0;
}
.product__tabs-cont:not(.product__tabs-cont_actv) {
    display: none;
}
.product__tabs-descr {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}
.product__tabs-descr_ul {
    max-width: 678px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.product__tabs-descr_l {
    width: 100%;
    font-size: 14px;
    line-height: 26.75px;
    color: #d2d2d2;
}
.product__tabs-descr_dpdw {
    max-width: 560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
}
.product__tabs-descr_ttl {
    width: 100%;
    cursor: pointer;
    padding: 11px 24px 11px 48px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    transition: .4s all;
    position: relative;
}
.product__tabs-descr_ttl-m, .product__tabs-descr_ttl-p {
    transition: .4s all;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    opacity: 1;
    visibility: visible;
}
.product__tabs-descr_d {
    padding: 24px 24px 37px;
    color: #d2d2d2;
    font-size: 14px;
    line-height: 20px;
}
.product__tabs-descr_it {
    width: 100%;
    border: 1px solid #a5a5a5;
}
.product__tabs-descr_it:not(.product__tabs-descr_it-show):hover {
    border-color: #fff;
}
.product__tabs-descr_it:not(.product__tabs-descr_it-show) .product__tabs-descr_d {
    display: none;
}
.product__tabs-descr_it:not(.product__tabs-descr_it-show) .product__tabs-descr_ttl-m {
    visibility: hidden;
    z-index: -1;
    opacity: 0;
}
.product__tabs-descr_it-show {
    border-color: #ef7a07;
}
.product__tabs-descr_it-show .product__tabs-descr_ttl {
    border-bottom: 1px solid #ef7a07;
    color: #ef7a06;
}
.product__tabs-descr_it-show .product__tabs-descr_ttl-p {
    visibility: hidden;
    z-index: -1;
    opacity: 0;
}
.product__tabs-tb {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px 40px;
}
.product__tabs-itms {
    max-width: calc(50% - 20px);
    width: 100%;
    border: 1px solid #575654;
}
.product__tabs-itms_it, .product__tabs-itms_ttl {
    width: 100%;
    min-height: 40px;
    border-bottom: 1px solid #575654;
}
.product__tabs-itms_ttl {
    text-align: center;
    padding: 9px 0 10px;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
}
.product__tabs-itms_it {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}
.product__tabs-itms_it:last-child {
    border: none;
}
.product__tabs-itms_n, .product__tabs-itms_z {
    font-size: 14px;
    line-height: 18px;
    color: #d2d2d2;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}
.product__tabs-itms_n {
    width: 67%;
    border-right: 1px solid #575654;
    padding: 3px 16px 3.5px;
}
.product__tabs-itms_z {
    width: 33%;
    padding: 3px 16.5px 3.5px;
}
.viewed {
    margin: 56px 0;
}
.viewed__title {
    margin: 0 0 24px;
    font-size: 20px;
    line-height: 24px;
    color: #d2d2d2;
    text-align: left;
}
.catalog {
    width: 100%;
    margin: 40.99px 0 0;
}
.catalog .container {
    max-width: 1464px;
}
.catalog__info {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
.catalog__title {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}
.catalog__row {
    margin: 24px 0 0;
    width: 100%;
    max-height: 268px;
    position: relative;
    display: flex;
}
.catalog__row-bg {
    width: 100%;
    height: auto;
}
.catalog__row::after {
    content: "";
    display: block;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    border: 1px solid #363533;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.catalog__row img {
    -o-object-fit: cover;
    object-fit: cover;
}
.catalog__sl {
    width: 100%;
    margin: 4px 0 0;
    padding: 12px 12px 24px;
}
.catalog__sl-it {
    width: calc(20% - 20px);
    height: auto;
    display: flex;
    align-items: stretch;
}
.catalog__sl-it:hover .catalog__sl-wrapp::before {
    width: calc(100% + 24px);
    height: calc(100% + 24px);
}
.catalog__sl-it:hover .catalog__sl-ttl {
    color: #fff;
}
.catalog__sl-wrapp {
    width: 100%;
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 100%;
    position: relative;
}
.catalog__sl-wrapp::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0);
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    border: 1px solid #363533;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: .4s all;
}
.catalog__sl-img {
    width: 100%;
    height: auto;
}
.catalog__sl-ttl {
    max-width: 8em;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    color: #d2d2d2;
    position: absolute;
    left: 24px;
    bottom: 24px;
    transition: .4s all;
}
.catalog__base {
    width: 100%;
    margin: 40px 0 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    gap: 32px;
}
.catalog__filter {
    width: 22.41%;
    height: 100%;
    position: sticky;
    top: 10px;
    padding: 0 0 155px;
}
.catalog__filter-wrapp {
    width: 100%;
    height: 100%}
.catalog__filter-top {
    display: none;
    width: 100%;
    padding: 17px 12px;
    background: #d2d2d2;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    color: #181715;
    align-items: center;
    justify-content: flex-start;
}
.catalog__filter-title {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    color: #181715;
}
.catalog__filter-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    font-size: 16px;
    line-height: 14px;
    color: #181715;
    cursor: pointer;
}
.catalog__filter-base {
    width: 100%;
    height: 100%}
.catalog__filter-indc {
    width: 100%;
    padding: 0 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 40px;
    gap: 16px 24px;
}
.catalog__filter-point {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 16px 11px;
    border: 1px solid #a5a5a5;
    font-size: 16px;
    line-height: 19px;
    color: #a5a5a5;
    transition: .4s all;
}
.catalog__filter-point_c {
    margin: 0 0 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
}
.catalog__filter-point_c i {
    color: #a5a5a5;
    transition: .4s all;
    font-size: 12px;
    line-height: 11px;
}
.catalog__filter-point:hover {
    border-color: #d2d2d2;
    color: #d2d2d2;
}
.catalog__filter-point:hover i {
    color: #d2d2d2;
}
.catalog__filter-rst {
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    text-decoration: underline;
    transition: .4s all;
    color: #d94d4d;
}
.catalog__filter-rst:hover {
    color: #f94444;
}
.catalog__filter-cheks {
    width: 100%;
    height: auto;
    max-height: 459px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-gutter: stable;
    padding: 0 4px 0 0;
}
.catalog__filter-cheks::-webkit-scrollbar {
    width: 4px;
}
.catalog__filter-cheks::-webkit-scrollbar-track {
    background: #363533;
}
.catalog__filter-cheks::-webkit-scrollbar-thumb {
    background: #a5a5a5;
    width: 4px;
    height: 80px;
}
.catalog__filter-cheks::-webkit-scrollbar-thumb:hover {
    background: #d2d2d2;
}
.catalog__filter-cheks::-webkit-scrollbar-button {
    display: none;
}
.catalog__filter-it {
    width: 100%;
    margin: 0 auto 1px 0;
}
.catalog__filter-it:last-child {
    margin: 0 auto 0 0;
}
.catalog__filter-it.dpdw__it-actv .catalog__filter-ttl {
    color: #d2d2d2;
}
.catalog__filter-it.dpdw__it-actv .catalog__filter-ttl .icon-arrow_s {
    transform: rotate(180deg);
}
.catalog__filter-ttl {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 16px 11px 15.93px;
    background: #363533;
    color: #a5a5a5;
    font-size: 14px;
    line-height: 18px;
    transition: .4s all;
}
.catalog__filter-ttl .icon-arrow_s {
    font-size: 7px;
    line-height: 7px;
    transition: .4s all;
}
.catalog__filter-ttl:hover {
    color: #d2d2d2;
}
.catalog__filter-descr {
    width: 100%;
    padding: 22px 0 23px;
}
.catalog__filter-descr .main__checkbox {
    margin: 0 0 24px;
}
.catalog__filter-descr .main__checkbox:last-child {
    margin: 0;
}
.catalog__filter-descr:nth-child(n+2) {
    padding: 24px 0 23px;
}
.catalog__filter .ranger-btns {
    margin: 0 0 24px;
    gap: 24px;
}
.catalog__filter .extra-controls, .catalog__filter .ranger-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.catalog__filter .extra-controls {
    width: calc(100% - 64px);
    gap: 4px;
}
.catalog__filter .extra-controls input {
    width: calc(50% - 2px);
    height: 40px;
    border: 1px solid #575654;
    padding: 11px 16.5px;
    color: #d2d2d2;
    font-size: 14px;
    line-height: 18px;
    transition: .4s all;
}
.catalog__filter .extra-controls input:focus, .catalog__filter .extra-controls input:hover {
    border-color: #a5a5a5;
}
.catalog__filter .extra-controls input:focus {
    color: #fff;
}
.catalog__filter .ranger-btn {
    width: 40px;
    height: 40px;
    background: #575654;
    font-size: 16px;
    line-height: 17px;
    color: #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s all;
}
.catalog__filter .ranger-btn:hover {
    background: #a5a5a5;
    color: #fff;
}
.catalog__filter .range-slider {
    position: relative;
}
.catalog__filter .irs--round .irs-from, .catalog__filter .irs--round .irs-max, .catalog__filter .irs--round .irs-min, .catalog__filter .irs--round .irs-single, .catalog__filter .irs--round .irs-to {
    display: none;
}
.catalog__filter .irs, .catalog__filter .irs--round, .catalog__filter .range-slider {
    height: 32px;
}
.catalog__filter .irs--round .irs-bar, .catalog__filter .irs--round .irs-handle, .catalog__filter .irs--round .irs-line {
    top: 50%;
    transform: translateY(-50%);
}
.catalog__filter .irs--round .irs-line {
    position: absolute;
    background: #d2d2d2;
    height: 4px;
    width: 100%}
.catalog__filter .irs--round .irs-bar {
    height: 4px;
    background: #575654;
}
.catalog__filter .irs--round .irs-handle {
    width: 32px;
    height: 32px;
    background: #a5a5a5;
    border: none;
    border-radius: 100%;
    box-shadow: none;
    transition: .3s background;
    cursor: pointer;
}
.catalog__filter .irs--round .irs-handle.state_hover, .catalog__filter .irs--round .irs-handle:hover {
    background: #d2d2d2;
}
.catalog__filter-m_btn {
    padding: 11px 19px;
    display: none;
    align-items: center;
    gap: 16px;
    color: #d2d2d2;
    background: #575654;
}
.catalog__filter-m_btn span {
    font-size: 14px;
    line-height: 18px;
}
.catalog__filter-m_btn i {
    font-size: 9.6px;
    line-height: 9.6px;
}
.catalog__wrapper {
    width: calc(77.59% - 32px);
}
.catalog__intrctv {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.catalog__rait {
    max-width: 240px;
    width: 100%;
    position: relative;
}
.catalog__rait .select2.select2-container {
    padding: 0!important;
}
.catalog__rait .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0;
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
}
.catalog__rait .select2-container .select2-selection--single .select2-selection__rendered {
    width: 100%;
    padding: 10px 30px 10px 16px;
    line-height: normal;
    transition: .4s all;
}
.catalog__rait .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 15.93px;
}
.catalog__rait .select2-container .select2-selection--single .select2-selection__rendered {
    color: #a5a5a5;
    background: #363533;
    border: 1px solid #363533;
    font-size: 14px;
    line-height: 18px;
}
.catalog__rait .select2-container .select2-selection--single .select2-selection__rendered:hover {
    background: #575654;
    border-color: #575654;
    color: #fff;
}
.catalog__rait .select2-container--default .select2-selection--single .select2-selection__arrow b {
    font-size: 8px;
    line-height: 7px;
    color: #a5a5a5;
}
.catalog__rait .select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__rendered {
    background: #575654;
    border-color: #575654;
    color: #fff;
}
.catalog__rait .select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__arrow b {
    color: #fff;
}
.catalog__rait .select2-results__option {
    color: #a5a5a5;
}
.catalog__rait .select2-container.select2-container--default.select2-container--open {
    top: 100%}
.catalog__rait .select2-container .select2-dropdown {
    border-color: #363533;
}
.catalog__items {
    width: 100%;
    margin: 40px 0 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.catalog__item {
    max-width: 33.3333333333%;
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
    transition: .4s all;
    background: #181716;
}
.catalog__item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #363533;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.catalog__item:hover::before {
    border-color: #575654;
    z-index: 1;
}
.catalog__item:hover .main__prod-top {
    padding: 0;
}
.catalog__item:hover .main__prod-img {
    padding: 17.42px 0 19.25px;
}
.catalog__item-wp {
    padding: 40px 24px 40px;
}
.catalog__description {
    width: 100%;
    margin: 77px 0 56px;
}
.catalog__description-ttl {
    padding: 0 0 0 9px;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    text-align: left;
}
.catalog__description-li, .catalog__description-list {
    width: 100%;
    display: block;
}
.catalog__description-list {
    margin: 34px 0 0;
}
.catalog__description-li {
    margin: 0 0 24px;
}
.catalog__description-li:last-child {
    margin: 0;
}
.catalog__description-subttl {
    text-align: left;
    color: #d2d2d2;
    font-size: 16px;
    line-height: 19px;
}
.catalog__description-txt {
    margin: 16px 0 0;
    color: #a5a5a5;
    font-size: 16px;
    line-height: 25.75px;
    text-align: left;
}
.catalog__description-v {
    margin: 16px 0 0;
    width: 100%;
    display: flex;
}
.catalog__description-v iframe {
    width: 100%;
    height: 836px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-container--default .select2-results__option--selected {
    background: rgba(0, 0, 0, 0);
    color: #fff;
}
.order {
    margin: 40px 0 56px;
    width: 100%}
.order__wrapp {
    width: 100%;
    margin: 24px 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px 40px;
}
.order__info {
    max-width: 400px;
    width: 100%}
.order__subtitle {
    display: block;
    width: 100%;
    padding: 0 0 24px;
    border-bottom: 1px solid #363533;
    text-align: left;
    color: #d2d2d2;
    font-size: 18px;
    line-height: 22px;
}
.order__items {
    max-width: 63.82%;
    width: 100%}
.order__items-wp {
    margin: 16px 0 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
}
.order__items .main__price {
    margin: 16px 0 0;
    flex-wrap: wrap;
    gap: 4px 8px;
}
.order__items .main__price-act {
    font-size: 20px;
    line-height: 24px;
}
.order__contacts {
    width: 100%}
.order__reg {
    margin: 24px 0 0;
}
.order__ttl {
    font-size: 16px;
    line-height: 19px;
    color: #d2d2d2;
    margin: 0 0 16px;
}
.order__tabs {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.order__tab {
    width: calc(50% - 2px);
    background: #363533;
    padding: 11px 0 10px;
    color: #d2d2d2;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: .4s all;
}
.order__tab input {
    visibility: hidden;
    opacity: 0;
    display: block;
    z-index: -1;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
}
.order__tab-actv, .order__tab:hover {
    background: #575654;
    color: #fff;
}
.order__reg-cont {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 24px 0 0;
}
.order__reg-cont:not(.order__reg-cont_show) {
    display: none;
}
.order__reg-cont:not(.order__reg-cont_show) * {
    display: none;
}
.order__reg-cont .main__input-wrapp:first-child {
    margin: 0 0 2px;
}
.order__reg-cont label {
    left: 16px;
}
.order__reg-cont textarea {
    min-height: 80px;
}
.order__btn {
    max-width: 284px;
    width: 100%;
    margin: 40px auto 0 0;
    font-size: 14px;
    line-height: 18px;
}
.order__btn svg {
    max-width: 56px;
}
.blog {
    width: 100%;
    margin: 40px 0 56px;
}
.blog__wrapp {
    width: 100%}
.blog__head {
    width: 100%}
.blog__control {
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24.5px 0 24px;
    margin: 40px auto 0;
    background: #363533;
}
.blog__nav {
    display: flex;
    align-items: center;
    gap: 40px;
}
.blog__nav-link {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #d2d2d2;
    position: relative;
    transition: .4s all;
}
.blog__nav-link:hover, .blog__nav-link_actv {
    color: #ef7a06;
}
.blog__search {
    width: 25.7%;
    height: auto;
    flex-shrink: 0;
    position: relative;
}
.blog__search form {
    display: block;
    width: 100%;
    height: auto;
}
.blog__search input, .blog__search label {
    font-size: 16px;
    line-height: 18px;
}
.blog__search input:not(:-moz-placeholder)~.icon-search {
    color: #fff;
}
.blog__search input, .blog__search input:focus~.icon-search, .blog__search input:hover+label, .blog__search input:hover~.icon-search, .blog__search input:not(:placeholder-shown)~.icon-search {
    color: #fff;
}
.blog__search input {
    padding: 0 32px;
    width: 100%;
    height: auto;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px;
    position: relative;
    z-index: 1;
}
.blog__search input::-webkit-search-cancel-button, .blog__search input::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}
.blog__search .icon-search, .blog__search label, .blog__search-rst {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s all;
}
.blog__search label {
    width: calc(100% - 64px);
    color: #d2d2d2;
    left: 32px;
    text-align: left;
}
.blog__search label:before {
    content: "";
    display: block;
    width: calc(100% + 64px);
    height: 1px;
    background: #a5a5a5;
    position: absolute;
    bottom: -3.5px;
    left: -32px;
    transition: .4s all;
}
.blog__search .icon-search {
    color: #d2d2d2;
    font-size: 16px;
    line-height: 14px;
    left: 0;
}
.blog__search-rst {
    display: none;
    align-items: center;
    justify-content: center;
    right: 0;
    z-index: 2;
}
.blog__search-rst i {
    font-size: 12px;
    line-height: 11px;
    color: #fff;
}
.blog__search input:not(:-moz-placeholder)~.blog__search-rst {
    display: flex;
}
.blog__search input:focus~.blog__search-rst, .blog__search input:not(:placeholder-shown)~.blog__search-rst {
    display: flex;
}
.blog__search input:not(:-moz-placeholder)+label {
    color: rgba(0, 0, 0, 0);
}
.blog__search input:focus+label, .blog__search input:not(:placeholder-shown)+label {
    color: rgba(0, 0, 0, 0);
}
.blog__search input:not(:-moz-placeholder)+label:before {
    background: #fff;
}
.blog__search input:focus+label:before, .blog__search input:hover+label:before, .blog__search input:not(:placeholder-shown)+label:before {
    background: #fff;
}
.blog__items {
    width: 100%;
    margin: 40px 0 0;
}
.blog__items-wp {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.blog__item {
    position: relative;
    transition: .4s all;
}
.blog__item-wrapp {
    min-height: 513px;
}
.blog__item-ttl {
    font-size: 16px;
    line-height: 19.5px;
    color: #fff;
    margin: 0 0 auto;
}
.blog__item:hover .blog__item-img {
    padding: 18px 1px 19px;
}
.about-us {
    margin: 40px 0 56px;
}
.about-us__wrapp {
    width: 100%}
.about-us__list {
    margin: 24px 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.about-us__li {
    width: 100%;
    display: block;
}
.about-us__ttl {
    color: #d2d2d2;
    font-size: 16px;
    line-height: 19px;
}
.about-us__txt {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 25.75px;
    color: #a5a5a5;
    text-align: left;
}
.about-us__v {
    margin: 16px 0 .12px;
    width: 100%;
    display: flex;
}
.about-us__v iframe {
    width: 100%;
    height: 836px;
}
.as-support {
    width: 100%;
    margin: 40px 0 56px;
}
.as-support__wrapp {
    width: 100%}
.as-support__subtitle {
    margin: 40px 0 0;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}
.as-support__wp {
    width: 100%;
    margin: 16px 0 0;
}
.as-support__descr, .as-support__email-link, .as-support__email-ttl, .as-support__partner, .as-support__phones-link, .as-support__phones-ttl {
    color: #a5a5a5;
    font-size: 16px;
    line-height: 28px;
}
.as-support__email, .as-support__partner, .as-support__phones {
    margin: 25px 0 0;
}
.as-support__phones {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.as-support__email-link, .as-support__phones-link {
    transition: .4s all;
}
.as-support__email-link:hover, .as-support__phones-link:hover {
    color: #fff;
}
.as-support__email {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 8px;
}
.connection {
    margin: 40px 0 56px;
}
.connection__wrapp {
    width: 100%}
.connection__wp {
    width: 100%;
    margin: 40px 0 0;
}
.connection__phones {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 2em 0;
    font-size: 16px;
    line-height: 28px;
}
.connection__phones-link, .connection__phones-ttl, .connection__txt-b, .connection__txt-t {
    font-size: 16px;
    line-height: 28px;
    color: #a5a5a5;
}
.connection__phones-link {
    transition: .4s all;
}
.connection__phones-link:hover {
    color: #fff;
}
.contacts {
    margin: 40px 0 56px;
}
.contacts__row {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 24px 0 0;
    gap: 40px;
}
.contacts__it {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contacts__ttl {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 16px;
    color: #fff;
}
.contacts__adress {
    font-size: 14px;
    line-height: 20px;
    color: #a5a5a5;
}
.contacts__google {
    margin: 24px 0 0;
    max-width: 240px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d2d2d2;
    color: #d2d2d2;
    font-size: 16px;
    line-height: 28px;
    padding: 6px 24px;
    transition: .4s all;
}
.contacts__google-line {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transform: translateX(37.5px);
}
.contacts__google svg {
    max-width: 69px;
    width: 100%;
    transform: translateX(13px) rotate(180deg);
}
.contacts__google svg line, .contacts__google svg path {
    transition: .4s all;
    stroke: #d2d2d2;
}
.contacts__google:hover {
    border-color: #fff;
    color: #fff;
}
.contacts__google:hover .contacts__google-line {
    transform: translateX(0);
}
.contacts__google:hover svg {
    max-width: 56px;
    transform: translateX(0) rotate(180deg);
}
.contacts__google:hover svg line, .contacts__google:hover svg path {
    stroke: #fff;
}
.contacts__link {
    font-size: 14px;
    line-height: 20px;
    color: #a5a5a5;
    text-decoration: underline;
    transition: .4s all;
}
.contacts__link:hover {
    color: #fff;
}
.contacts__email {
    margin: 16px 0 0;
}
.contacts__info, .contacts__schedule {
    font-size: 14px;
    line-height: 20px;
    color: #a5a5a5;
}
.contacts__soc {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.contacts__info {
    margin: 40px 0 0;
}
.contacts__v {
    width: 100%;
    margin: 24px 0 0;
    display: flex;
}
.contacts__v iframe {
    width: 100%;
    height: 845px;
}
.showroom {
    margin: 40px 0 56px;
}
.showroom__wrapp {
    width: 100%}
.showroom__sl {
    width: 100%;
    margin: 40px 0 0;
}
.showroom__sl-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.showroom__txt {
    margin: 40px 0 0;
    color: #a5a5a5;
    font-size: 14px;
    line-height: 20px;
}
.showroom__v {
    margin: 24px 0 0;
    width: 100%}
.showroom__v iframe {
    width: 100%;
    height: 846px;
}
.showroom__row {
    max-width: 805px;
}
@media not (-webkit) {
    * {
    scrollbar-width: thin;
    scrollbar-color: rgba(87, 85, 81, .4941176471) rgba(0, 0, 0, 0);
}
.catalog__filter-cheks, .header__row-b_cat-li_descr {
    scrollbar-width: thin;
    scrollbar-color: #a5a5a5 #363533;
    -ms-overflow-style: none;
}
}@media screen and (max-width:1599px) {
    .container {
    padding: 0 12px;
}
.header__row-t .container {
    max-width: 1440px;
}
.main__prod-wrapp {
    padding: 38px 34px 40px;
}
.main__catalog-item_bgl p, .main__catalog-item_bl p {
    left: -8px;
}
.main__catalog-item_bgr p, .main__catalog-item_br p {
    right: -8px;
}
.catalog .container {
    padding: 0;
}
.catalog__base, .catalog__info {
    padding: 0 12px;
}
.catalog__base {
    gap: 10px;
}
.catalog__wrapper {
    width: calc(77.59% - 10px);
}
}@media screen and (max-width:1439px) {
    .header__row-t_col-f {
    max-width: 50%}
.header__row-b_cat {
    max-width: 290px;
}
.main__prod-wrapp {
    padding: 28px 24px 30px;
    min-height: 507px;
}
.main__prod-int {
    top: 31px;
    right: 31px;
}
.main__catalog-items {
    gap: 26px;
}
.main__catalog-item_bgl, .main__catalog-item_bgr {
    height: 626px;
}
.catalog__row::after {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
}
.catalog__sl-wrapp::before {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
}
.catalog__sl-it {
    width: calc(20% - 7px);
}
.catalog__sl-it:hover .catalog__sl-wrapp::before {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
}
.catalog__sl-ttl {
    left: 16px;
    bottom: 16px;
}
.product__items {
    width: 46.25%}
}@media screen and (max-width:1359px) {
    .main__prod-wrapp {
    padding: 18px 14px 20px;
    min-height: 487px;
}
.main__prod-int {
    top: 21px;
    right: 21px;
}
.main__prod-btn_line {
    transform: translateX(35px);
}
.main__prod-btn svg {
    max-width: 56px;
}
.main__bg-v iframe {
    height: 425px;
}
.product__items {
    width: 50.96%}
}@media screen and (max-width:1279px) {
    .header__row-t_col-f {
    max-width: 53%}
.header__row-t_col-s {
    max-width: 493px;
}
.header__row-t_lang, .header__row-t_main, .header__row-t_tels {
    margin: 0 20px 0 0;
}
.header__row-b_cat {
    max-width: 260px;
}
.header__row-b_cat-t {
    min-height: 46px;
}
.header__row-b_cat-li_descr-l, .header__row-b_cat-li_link-t, .header__row-b_cat-ttl, .header__row-b_nav-l {
    font-size: 14px;
    line-height: 17px;
}
.main__info-wrapp:not(.dpdw__it-actv) .main__info-txt {
    max-height: 11.3em;
}
.main__prod-item {
    max-width: 33.3333333333%}
.main__prod-wrapp {
    padding: 38px 38px 40px;
}
.main__prod-int {
    top: 41px;
    right: 41px;
}
.main__prod-btn_line {
    transform: translateX(35px);
}
.main__prod-btn svg {
    max-width: 69px;
}
.main__catalog-items {
    gap: 12px;
}
.main__catalog-item_bgl, .main__catalog-item_bgr {
    height: 612px;
}
.catalog__sl-it {
    width: calc(25% - 7.5px);
}
.catalog__filter {
    width: calc(33.3333333333% - 20px);
}
.catalog__wrapper {
    width: 66.6666666667%}
.catalog__item {
    max-width: 50%}
.product__items {
    width: 46%;
    gap: 12px;
}
.product__item {
    min-height: 58px;
}
.product__item:nth-child(n+1) {
    padding: 12px 17px 12px 12px;
}
}@media screen and (max-width:1199px) {
    .header__row-t_search {
    max-width: 60%}
.footer__wrapp {
    flex-direction: column;
    gap: 24px;
}
.footer__b {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}
.footer__nav {
    width: 100%}
.main__info-wrapp:not(.dpdw__it-actv) .main__info-txt {
    max-height: 13em;
}
.product__items {
    max-width: 400px;
    width: 100%;
    position: static;
    margin: 40px 0 0;
}
.product__boq, .product__btn, .product__unavailability {
    max-width: 366px;
}
}@media screen and (max-width:1151px) {
    .header__row-t_col-f {
    max-width: 520px;
}
.header__row-t_search {
    max-width: 359px;
}
.header__row-t_logo {
    max-width: 142px;
}
.header__row-b_cat {
    max-width: 245px;
}
.header__row-b_cat-li_descr-l, .header__row-b_cat-li_link-t, .header__row-b_cat-ttl, .header__row-b_nav-l {
    font-size: 13px;
    line-height: 16px;
}
.main__prod-top {
    height: 272.64px;
}
}@media screen and (max-width:1079px) {
    .header__row-t_col-f {
    max-width: 590px;
}
.header__row-t_col-s {
    max-width: 354px;
}
.header__row-t_t {
    display: none;
}
.main__prod-top {
    height: 242.98px;
}
.main__prod-btn_line {
    transform: translate(0);
}
.main__prod-btn svg {
    max-width: 56px;
    transform: rotate(180deg);
}
.main__catalog-item_bgl {
    grid-column: 1/7;
}
.main__catalog-item_mt {
    grid-column: 7/13;
}
.main__catalog-item_mb {
    grid-column: 7/13;
}
.main__catalog-item_mb p {
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    top: 64px;
    padding: 21px 47px 19px 48px;
}
.main__catalog-item_mb:hover p {
    top: 54px;
}
.main__catalog-item_bgr {
    grid-column: 7/13;
    grid-row: 3/5;
}
.main__catalog-item_bl p {
    top: auto;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    bottom: 64px;
    padding: 21px 48px 19px;
}
.main__catalog-item_bl:hover p {
    top: auto;
    bottom: 54px;
    transform: translateX(-50%);
}
.main__catalog-item_br {
    grid-column: 1/7;
    grid-row: 4/5;
}
.main__catalog-item_br p {
    max-width: 340px;
    width: 100%;
    top: 64px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 24px 8px;
}
.main__catalog-item_br:hover p {
    top: 54px;
    transform: translateX(-50%);
}
.main__catalog-item_desc {
    display: none;
}
.main__catalog-item_mob {
    display: block;
}
.main__catalog-row {
    margin: 40.71px auto 0;
}
.main__catalog-gg, .main__catalog-snc {
    max-width: calc(50% - 3px);
}
.product__boq-ttl svg, .product__btn svg {
    max-width: 56px;
}
.product__btn {
    padding: 10px 16.5px 9px 16px;
}
.product__btn svg {
    transform: rotate(180deg);
}
.product__boq-ttl {
    padding: 10px 16px 9px 16.5px;
}
.product__boq-ttl_line {
    transition: none;
}
.product__boq-ttl svg {
    transition: none;
    transform: translateX(0);
}
.product__boq-ttl_line, .product__btn-line {
    transform: translateX(0);
}
.product__tabs-descr_ul {
    max-width: calc(50% - 24px);
}
.product__tabs-descr_dpdw {
    max-width: 50%}
.product__tabs-descr_ttl {
    padding: 11px 12px 11px 36px;
}
.product__tabs-descr_ttl-m, .product__tabs-descr_ttl-p {
    left: 12px;
}
.product__tabs-descr_d {
    padding: 13px 12px 12px;
}
}@media screen and (max-width:1023px) {
    .catalog__filter-ttl:hover {
    color: #a5a5a5;
}
}@media screen and (max-width:991px) {
    .header__row-t {
    padding: 0;
}
.header__row-t_wrapp {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}
.header__row-t_col-s {
    max-width: 100%;
    order: 2;
    padding: 15.19px 0;
    position: relative;
    background: #181716;
    z-index: 9992;
}
.header__row-t_col-s_anchor {
    position: static;
}
.header__row-t_col-s_fix {
    width: 100vw;
    padding: 15.19px 12px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.header__row-t_col-f {
    max-width: 100%;
    order: 3;
    padding: 36px 0 36.67px;
    background: rgba(24, 23, 22, .8);
    position: relative;
}
.header__row-t_nav {
    display: flex;
}
.header__row-t_logo {
    max-width: 160px;
}
.header__row-t_search {
    max-width: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #181716;
    right: 0;
    z-index: 2;
    display: none;
    border-bottom: 1px solid #fff;
    align-items: center;
    transition: .4s all;
    height: 40px;
}
.header__row-t_search input, .header__row-t_search label {
    padding: 0 40px;
}
.header__row-t_search input {
    border: none;
}
.header__row-t_search input, .header__row-t_search label, .header__row-t_search-sbmt i {
    color: #fff;
}
.header__row-t_search label, .header__row-t_search-rst, .header__row-t_search-sbmt {
    top: 50%;
    transform: translateY(-50%);
}
.header__row-t_search-btn i, .header__row-t_search-sbmt i {
    font-size: 24px;
    line-height: 20px;
}
.header__row-t_search-rst {
    right: 0;
}
.header__row-t_search-btn {
    display: flex;
    cursor: pointer;
}
.header__row-t_search-show {
    display: flex;
    max-width: 100%}
.header__row-t_search-show::after, .header__row-t_search-show::before {
    content: "";
    background: inherit;
    width: 5px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
}
.header__row-t_search-show::before {
    right: 100%}
.header__row-t_search-show::after {
    left: 100%}
.header__row-t_s {
    max-height: 50vh;
}
.header__row-t_tels {
    display: none;
}
.header__row-t_icn {
    display: flex;
}
.header__row-t_lang, .header__row-t_main {
    margin: 0;
}
.header__row-t_bask i, .header__row-t_main i {
    font-size: 24px;
    line-height: 24px;
}
.header__row-t_bask-actv:hover i, .header__row-t_main-actv:hover i {
    color: #ef7a06;
}
.header__row-b {
    display: none;
}
.modals__anch {
    z-index: 9993;
}
.modals__basket-wrapp, .modals__call-wrapp, .modals__personal-wrapp, .modals__unavailability-wrapp {
    z-index: 9994;
}
.modals__basket-wrapp {
    max-height: calc(100vh - 112px);
}
.left__bar {
    display: none;
}
.main__bg {
    margin: 0 0 40px;
}
.main__arrows {
    display: none;
}
.main__slider {
    padding: 0 0 14px;
}
.main__slider .swiper-pagination-bullet {
    width: 24px;
    height: 2px;
}
.main__bg-v iframe {
    height: 240px;
}
.about-us__v iframe, .catalog__description-v iframe, .contacts__v iframe, .showroom__v iframe {
    height: 418px;
}
.catalog__sl {
    padding: 16px 12px 14px;
}
.catalog .main__slider-arrow {
    display: none;
}
.product__sliders {
    max-width: 40%}
.product__sliders-l .main__arrows-n, .product__sliders-l .main__arrows-p {
    width: 40px;
    height: 40px;
}
.product__sliders-l .main__arrows-n svg, .product__sliders-l .main__arrows-p svg {
    width: 30px;
}
.product__descr {
    max-width: calc(60% - 24px);
}
.blog__search {
    width: 40%;
    margin: 0 0 0 24px;
}
.contacts__row {
    flex-direction: column;
}
.showroom__row {
    flex-direction: row;
}
}@media screen and (max-width:959px) {
    .footer__nav {
    gap: 24px;
    flex-wrap: wrap;
}
.footer__nav-g {
    margin: 0 auto;
}
.footer__nav-e {
    max-width: calc(55% - 12px);
    width: 100%}
.footer__nav-ad {
    max-width: calc(45% - 12px);
    width: 100%}
.main__info-wrapp:not(.dpdw__it-actv) .main__info-txt {
    max-height: 15.5em;
}
.main__prod-wrapp {
    min-height: 414px;
}
.main__prod-top {
    height: 209.98px;
}
.catalog__sl-it {
    width: calc(33.3333333333% - 6.66px);
}
}@media screen and (max-width:899px) {
    .main__prod-wrapp {
    padding: 12px 12px 40px;
}
.main__prod-top {
    height: 209.98px;
    padding: 0;
}
.main__prod-img {
    padding: 11.29px 1.5px 11.65px 1.57px;
}
.main__prod-sticks {
    gap: 9px;
    top: 8px;
    left: -4px;
}
.main__prod-sticks p {
    font-size: 10px;
    line-height: 13px;
    padding: 2px 8px 1px;
}
.main__prod-int {
    top: 12px;
    right: 12px;
}
.main__prod-int_btn {
    width: 32px;
    height: 43.5px;
}
.main__prod-int_btn .icon-heart {
    font-size: 14.43px;
    line-height: 13px;
}
.main__prod-int_btn .icon-compare {
    font-size: 16px;
    line-height: 14px;
}
.catalog__filter {
    width: 33.3333333333%}
.catalog__filter .extra-controls input {
    padding: 11px;
}
.catalog__filter .main__checkbox-t {
    font-size: 12px;
    line-height: 14px;
}
.catalog__wrapper {
    width: calc(66.6666666667% - 10px);
}
.product__sliders .main__prod-sticks {
    left: -4px;
}
.blog__control {
    padding: 0 12px;
}
.blog__nav {
    gap: 31px;
}
.blog__item-wrapp {
    min-height: 359px;
    padding: 12px;
}
.order__wrapp {
    flex-direction: column-reverse;
}
.order__info, .order__items {
    max-width: 100%}
.order__btn {
    max-width: 366px;
    margin: 40px auto 0;
}
.order__items .order__subtitle {
    border: none;
    padding: 0;
}
.order__items-wp {
    margin: 24px 0 0;
    padding: 16px 0;
    border: 1px solid #363533;
    border-left: none;
    border-right: none;
}
}@media screen and (max-width:819px) {
    .main__info-wrapp:not(.dpdw__it-actv) .main__info-txt {
    max-height: 16.6em;
}
}@media screen and (max-width:767px) {
    .buttons__up {
    right: 16px;
}
.buttons__chat-it {
    right: 12px;
}
.modals__basket-wrapp, .modals__call-wrapp, .modals__personal-wrapp, .modals__unavailability-wrapp {
    max-width: calc(100vw - 24px);
}
.modals__basket-btns .main__btn, .modals__personal-btns .main__btn {
    width: 100%}
.modals__basket-items {
    max-height: calc(100vh - 441px);
}
.modals__personal-btns .main__btn-og {
    flex-direction: row-reverse;
}
.modals__personal-btns .main__btn-og svg {
    transform: none;
}
.footer__nav-ad, .footer__nav-e {
    max-width: calc(50% - 12px);
}
.main__info-wrapp:not(.dpdw__it-actv) .main__info-txt {
    max-height: 21.6em;
}
.main__prod-item {
    max-width: 50%}
.main__catalog-items {
    display: flex;
    flex-direction: column;
}
.main__catalog-item p {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}
.main__catalog-item_bgl, .main__catalog-item_bgr {
    display: flex;
    gap: 12px;
}
.main__catalog-item_bgl p, .main__catalog-item_bgr p {
    position: static;
    height: 100%;
    padding: 0 26px;
    writing-mode: vertical-lr;
    text-align: center;
    transform: none;
}
.main__catalog-item_bgr {
    flex-direction: row-reverse;
}
.main__catalog-item:hover img {
    width: 100%;
    height: 100%}
.main__catalog-item_bl p, .main__catalog-item_bl:hover p, .main__catalog-item_br p, .main__catalog-item_br:hover p, .main__catalog-item_mb p, .main__catalog-item_mb:hover p, .main__catalog-item_mt p, .main__catalog-item_mt:hover p {
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main__catalog-item_bl p, .main__catalog-item_mb p, .main__catalog-item_mt p {
    padding: 21px 24px;
}
.main__catalog-item_br p {
    max-width: 335px;
    padding: 10px 24px;
}
.main__bg-v iframe {
    height: 130px;
}
.main__way {
    padding: 24px 0 0;
}
.main__way_link {
    display: none;
}
.main__way_link:nth-last-child(2) {
    display: flex;
    margin: 0;
    padding: 0 0 0 13px;
    color: #a5a5a5;
}
.main__way_link:nth-last-child(2)::before {
    content: "";
    font-family: icomoon!important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 5px;
    line-height: 3.5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 50%;
    right: auto;
    left: 0;
    transform: translateY(-50%) rotate(90deg);
}
.catalog {
    margin: 24px 0 0;
}
.catalog__title {
    font-size: 18px;
    line-height: 22px;
}
.catalog__sl {
    margin: 0;
    padding: 12px 12px 14px;
}
.catalog__sl-it {
    width: calc(50% - 4px);
}
.catalog__sl-it:hover .catalog__sl-wrapp::before {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
}
.catalog__sl-ttl {
    font-size: 16px;
    line-height: 20px;
}
.catalog__filter {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    padding: 56px 0 0;
    background: #181715;
}
.catalog__filter-m_btn {
    display: flex;
}
.catalog__filter-top {
    display: flex;
}
.catalog__filter-base {
    padding: 24px 12px;
    height: calc(100vh - 112px);
    overflow-x: hidden;
    overflow-y: auto;
}
.catalog__filter-cheks {
    overflow: visible;
    max-height: none;
    padding: 0;
}
.catalog__filter .extra-controls input {
    padding: 11px 12.5px;
}
.catalog__filter .main__checkbox-t {
    font-size: 14px;
    line-height: 16px;
}
.catalog__filter-indc {
    padding: 0;
    margin: 0 0 24px;
}
.catalog__wrapper {
    width: 100%}
.catalog__intrctv {
    justify-content: space-between;
}
.product__base {
    flex-direction: column;
}
.product__sliders {
    max-width: 100%}
.product__sliders-l .main__slider-arrow {
    display: none;
}
.product__descr {
    max-width: 100%}
.product__points {
    bottom: auto;
    top: 0;
    gap: 49px;
    transform: translateY(-5%);
}
.product .main__price {
    margin: 24px auto 0 0;
}
.product__timer {
    width: calc(100% - 6px);
}
.product__timer .timer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product__timer .timer__items {
    max-width: 366px;
    width: 100%;
    gap: 0;
    justify-content: space-between;
}
.product__boq, .product__timer {
    margin: 24px 0 0;
}
.product__boq, .product__btn, .product__unavailability {
    max-width: 100%}
.product__btn, .product__unavailability {
    margin: 40px 0 0;
}
.product__boq-descr {
    padding: 16px 0 0;
}
.product__boq-txt {
    margin: 0 0 9px;
}
.product__items {
    max-width: 100%}
.product__tabs-nav {
    gap: 80px;
}
.product__tabs-it {
    font-size: 18px;
    line-height: 22px;
}
.product__tabs-it::before {
    left: calc(100% + 40px);
}
.product__tabs-descr {
    flex-direction: column;
}
.product__tabs-descr_ul {
    max-width: 100%}
.product__tabs-descr_dpdw {
    max-width: 100%}
.product__tabs-tb {
    flex-direction: column;
}
.product__tabs-itms {
    max-width: 100%}
.product__tabs-itms_n, .product__tabs-itms_z {
    line-height: 16px;
}
.blog__control {
    min-height: auto;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0);
    padding: 0;
}
.blog__nav {
    width: 100%;
    min-height: 40px;
    align-items: stretch;
    justify-content: space-between;
    background: #363533;
    padding: 0 12px;
    gap: 15px;
}
.blog__nav-link {
    display: flex;
    align-items: center;
}
.blog__search {
    width: 100%;
    margin: 23.99px auto 0;
}
.showroom__row {
    flex-direction: column;
}
}@media screen and (max-width:574px) {
    .modals__catalog .modals__head {
    padding: 17px 40px 17px 12px;
}
.modals__catalog .modals__title {
    text-align: left;
}
.modals__catalog .icon-close {
    right: 12px;
}
.modals__basket-form {
    padding: 25px 12px 27px;
}
.modals__basket-info {
    flex-wrap: wrap;
}
.modals__basket-items {
    max-height: calc(100vh - 432px);
}
.modals__basket-img {
    margin: 0 12px 0 0;
}
.modals__basket .main__quanty-min, .modals__basket .main__quanty-plus {
    background: #535250;
}
.modals__basket .main__price-old {
    font-size: 14px;
    line-height: 18px;
}
.modals__basket .main__price-act {
    font-size: 16px;
    line-height: 19px;
}
.modals__basket-btns {
    margin: 16px 0 0;
}
.modals__basket-btns .main__btn:not(.main__btn-og) {
    border-color: #a5a5a5;
}
.modals__call-form, .modals__personal-form {
    padding: 24px 12px 24px;
}
.modals__unavailability-form {
    padding: 26px 12px 24px;
}
.modals__unavailability-form .main__input-wrapp:first-child {
    margin: 0 0 24px;
}
.modals__unavailability-form .main__input-wrapp:nth-child(2) {
    margin: 0 0 26px;
}
.modals__personal-req {
    margin: 0 0 40px;
}
.modals__call .main__btn, .modals__unavailability .main__btn {
    max-width: 100%}
.footer {
    padding: 24px 0;
}
.footer__b-l {
    gap: 8.13px;
}
.footer__b-l_img {
    max-width: 150px;
}
.footer__b-l_t {
    font-size: 12px;
    line-height: 15px;
}
.footer__nav {
    gap: 0;
}
.footer__nav-g, .footer__nav-i, .footer__nav-t {
    max-width: 100%;
    width: 100%;
    margin: 0;
}
.footer__nav-e {
    margin: 25px 0 0;
}
.footer__nav-ad {
    margin: 24px 0 0;
    max-width: 259px;
}
.footer__nav-ad .footer__nav-ttl {
    margin: 0;
}
.footer__dpdw-ttl {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 12px;
    margin: 0;
    background: #111110;
    position: relative;
}
.footer__dpdw-ttl i {
    display: block;
}
.footer__dpdw-it:not(.footer__dpdw-it_show) {
    position: relative;
}
.footer__dpdw-it:not(.footer__dpdw-it_show) .footer__nav-d {
    display: none;
}
.footer__dpdw-it:not(.footer__dpdw-it_show)::after, .footer__dpdw-it:not(.footer__dpdw-it_show):before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #363533;
    left: calc(50% - .5px);
    transform: translateX(-50%);
}
.footer__dpdw-it:not(.footer__dpdw-it_show):before {
    top: -.5px;
}
.footer__dpdw-it:not(.footer__dpdw-it_show)::after {
    bottom: 0;
}
.footer__dpdw-it_show {
    gap: 17px;
}
.footer__dpdw-it_show .footer__dpdw-ttl {
    background: #363533;
}
.footer__dpdw-it_show .footer__dpdw-ttl i {
    transform: rotate(180deg);
}
.footer__nav-d {
    padding: 0 0 16px;
}
.main__info {
    margin: 49px 0 40px;
}
.main__info-title {
    font-size: 20px;
    line-height: 24px;
}
.main__info-subt {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 24px;
}
.main__info-wrapp:not(.dpdw__it-actv) .main__info-txt {
    max-height: 24.5em;
}
.product {
    margin: 24px 0 40px;
}
.product__title {
    font-size: 18px;
    line-height: 25px;
}
.product__sliders-b_sl {
    padding: 32.13px 33.77px 32px 33.9px;
    max-height: 456px;
}
.product__sliders-sm {
    margin: 12px 0 0;
}
.viewed {
    margin: 40px 0 56px;
}
.main__prod-txt {
    font-size: 12px;
    line-height: 18.75px;
}
.main__prod-date {
    width: 80px;
    font-size: 12px;
    line-height: 15px;
    padding: 9px 0 8px;
    top: 1px;
    left: 1px;
}
.page__title {
    font-size: 18px;
    line-height: 22px;
}
.blog {
    margin: 25.99px 0 56px;
}
.blog__control {
    margin: 24px 0 0;
}
.blog__items {
    margin: 24.51px 0 0;
}
.blog__item .main__prod-bottom {
    gap: 18px;
    padding: 24px 0 0;
}
.blog__item-ttl {
    font-size: 14px;
    line-height: 19.33px;
}
.about-us {
    margin: 24px 0 56px;
}
.as-support, .connection {
    margin: 23.99px 0 56px;
}
.as-support__wp, .connection__wp {
    margin: 17px 0 0;
}
.as-support__subtitle {
    margin: 24px 0 0;
}
.as-support__descr, .as-support__email-link, .as-support__email-ttl, .as-support__partner, .as-support__phones-link, .as-support__phones-ttl {
    font-size: 14px;
    line-height: 20px;
}
.as-support__email, .as-support__partner, .as-support__phones {
    margin: 20.67px 0 0;
}
.as-support__email {
    gap: 0 7px;
}
.connection__phones, .connection__phones-link, .connection__phones-ttl, .connection__txt-b, .connection__txt-t {
    font-size: 14px;
    line-height: 20px;
}
.contacts, .showroom {
    margin: 23.99px 0 56.12px;
}
.showroom__sl {
    margin: 24px 0 0;
}
.showroom__txt {
    margin: 24px 0 0;
}
.order {
    margin: 25.99px 0 56px;
}
.order__subtitle {
    padding: 0 0 16px;
    font-size: 16px;
    line-height: 19px;
}
.order__reg {
    margin: 16px 0 0;
}
.order__tab {
    padding: 11px 0;
    font-size: 14px;
    line-height: 18px;
}
.order__items .main__price-old {
    font-size: 14px;
    line-height: 18px;
}
.order__items .main__price-act {
    font-size: 16px;
    line-height: 19px;
}
}@media screen and (max-width:539px) {
    .main__info-wrapp:not(.dpdw__it-actv) .main__info-txt {
    max-height: 27em;
}
.main__shares-ttl, .viewed__title {
    font-size: 16px;
    line-height: 19px;
}
}@media screen and (max-width:479px) {
    .header__row-t_lang {
    max-width: 59px;
}
.header__row-t_lang .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 16px 0 0;
}
.header__row-t_lang .select2-container .select2-selection--single .select2-selection__rendered span {
    line-height: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #a5a5a5;
}
.header__row-t_lang .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0;
}
.header__row-t_lang .select2-container--default .select2-selection--single .select2-selection__arrow b {
    color: #a5a5a5;
}
.header__row-t_search input, .header__row-t_search label {
    font-size: 14px;
    line-height: 16px;
    font-family: Arial;
    font-weight: 400;
}
.header__row-t_bask i, .header__row-t_icn i, .header__row-t_main i {
    color: #a5a5a5;
}
.header__row-t_bask-actv i, .header__row-t_main-actv i {
    color: #ef7a06;
}
.select2-container .select2-dropdown {
    width: -moz-max-content!important;
    width: max-content!important;
}
.select2-results__option {
    padding: 6px 8px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable span {
    line-height: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #a5a5a5;
}
.footer__nav-e, .footer__nav-t {
    max-width: 100%}
.footer__nav-e .footer__nav-ttl, .footer__nav-t .footer__nav-ttl {
    margin: 0;
}
.footer__nav-ad {
    max-width: 259px;
}
.footer__nav-ad .footer__nav-ttl {
    margin: 0;
}
.main__info-wrapp:not(.dpdw__it-actv) .main__info-txt {
    max-height: 31em;
}
.main__prod-top {
    max-height: 176.5px;
}
.main__prod-bottom {
    padding: 40px 0 0;
    gap: 15px;
}
.main__prod-bottom_b {
    gap: 24px;
}
.main__prod-bottom_b .main__price-old {
    font-size: 14px;
    line-height: 18px;
}
.main__prod-bottom_b .main__price-act {
    font-size: 16px;
    line-height: 19px;
}
.main__prod-ttl {
    font-size: 14px;
    line-height: 21px;
    max-height: 3.5em;
}
.main__prod-btn, .main__prod-btn:hover {
    padding: 11px 16.5px 11px 16px;
}
.main__prod-btn {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    gap: 15px;
    border-color: #a5a5a5;
}
.main__prod-btn svg {
    max-width: 32.19px;
}
.main__prod-btn svg line, .main__prod-btn svg path {
    stroke: #fff;
}
.main__prod-btn:hover svg {
    max-width: 32.19px;
}
.catalog__row::after {
    display: none;
}
.catalog__base, .catalog__items {
    margin: 24px 0 0;
}
.catalog__rait .select2-results__option {
    padding: 7px 16px;
}
.catalog__rait .select2-container--default .select2-results>.select2-results__options {
    padding: 8px 0;
}
.catalog__rait .select2-container.select2-container--default.select2-container--open {
    width: 100%}
.catalog__rait .select2-container .select2-dropdown {
    width: 100%!important;
}
.catalog__description {
    margin: 40px 0 56px;
}
.catalog__description-ttl {
    line-height: 19px;
    padding: 0 0 0 4.5px;
}
.catalog__description-list {
    margin: 26px 0 0;
}
.catalog__description-li:first-child {
    margin: 0 0 23.55px;
}
.catalog__description-txt {
    margin: 17px 0 0;
    line-height: 20px;
}
.catalog__description-v iframe {
    height: 212.45px;
}
.about-us__v iframe, .catalog__description-v iframe {
    height: 212.45px;
}
.activity__moore {
    margin: 24px auto 0;
}
.activity__btns {
    margin: 24px 0 0;
}
.product__sliders-sb_sl {
    max-width: calc(33.3333333333% - 6.66px);
}
.about-us__list {
    gap: 23.55px;
}
.about-us__li:nth-child(2) {
    margin: 0 0 .45px;
}
.about-us__li:nth-child(3) {
    margin: 0 0 1px;
}
.about-us__txt {
    margin: 17px 0 0;
}
.about-us__v {
    margin: 16px 0 0;
}
.about-us__v-s {
    margin: 24px 0 0;
}
.contacts__v iframe {
    height: 214.5px;
}
.showroom__v iframe {
    height: 214.97px;
}
}@media screen and (max-width:424px) {
    .header__row-t_s .main__price {
    flex-direction: column;
    align-items: flex-start;
}
.main__prod-top {
    max-height: 160px;
}
.main__catalog-item_bgl {
    height: 414px;
}
.main__catalog-item_bgr {
    height: 415px;
}
.main__catalog-item_mb, .main__catalog-item_mt {
    height: 248px;
}
.catalog__rait {
    max-width: 222px;
}
}@media screen and (max-width:411px) {
    .main__info-wrapp:not(.dpdw__it-actv) .main__info-txt {
    max-height: 33.5em;
}
.catalog__row {
    max-height: 68px;
}
.product__sliders-sb_sl {
    max-width: calc(33.3333333333% - 6.66px);
    max-height: 114px;
    padding: 10.1px 10.5px 9.95px 10.56px;
}
.page__bg {
    max-height: 66px;
}
}@media screen and (max-width:389px) {
    .modals__basket .main__price {
    flex-direction: column;
    align-items: flex-start;
}
.main__info-wrapp:not(.dpdw__it-actv) .main__info-txt {
    max-height: 36em;
}
.main__prod-wrapp {
    min-height: 380px;
}
.main__prod-top {
    max-height: 144px;
}
.main__prod-txt {
    font-size: 10px;
    line-height: 16px;
}
.main__catalog-item p {
    font-size: 14px;
    line-height: 18px;
}
.main__catalog-item_bl p, .main__catalog-item_mb p, .main__catalog-item_mt p {
    padding: 14px 18px;
}
.main__catalog-item_br p {
    max-width: 250px;
    padding: 10px 18px;
}
.catalog__sl-ttl {
    font-size: 10px;
    line-height: 14px;
}
.catalog__filter-m_btn {
    padding: 11px;
}
.catalog__rait {
    max-width: 175px;
}
.catalog__rait .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 24px 10px 11px;
    font-size: 12px;
}
.catalog__rait .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 11px;
}
.catalog__rait .select2-results__option {
    font-size: 12px;
    padding: 8px 10px;
}
.product__indc {
    padding: 0 105px 0 0;
    flex-wrap: wrap;
    gap: 2px 8px;
}
.product__timer {
    width: 100%}
.product__timer .timer__items {
    padding: 8px 0;
    justify-content: center;
    gap: 50px;
}
.product__tabs-nav {
    gap: 20px;
}
.product__tabs-it {
    font-size: 16px;
    line-height: 20px;
}
.product__tabs-it::before {
    left: calc(100% + 10px);
}
.product__tabs-itms_n, .product__tabs-itms_z {
    font-size: 11px;
}
.blog__nav {
    gap: 0;
}
.blog__item-wrapp {
    min-height: 300px;
}
.blog__item-ttl {
    font-size: 12px;
    line-height: 17px;
}
.order__btn {
    font-size: 12px;
}
}@media screen and (max-width:359px) {
    .modals__basket-item {
    margin: 0 0 17px;
}
.modals__basket-img {
    width: 60px;
    height: 60px;
}
.modals__basket-title {
    font-size: 15px;
    line-height: 18px;
}
.main__info-wrapp:not(.dpdw__it-actv) .main__info-txt {
    max-height: 41em;
}
.main__prod-top {
    max-height: 124px;
}
.main__prod-ttl {
    font-size: 12px;
}
.product__timer .timer__items {
    gap: 30px;
}
.product__timer .timer__item:nth-child(1)::after {
    left: calc(100% + 13px);
}
.product__timer .timer__item:nth-child(2)::after {
    left: calc(100% + 11px);
}
.product__timer .timer__item:nth-child(3)::after {
    left: calc(100% + 15px);
}
.blog__nav-link {
    font-size: 12px;
    line-height: 16px;
}
}