button:hover,
input[type="submit"]:hover,
a:not(.no-transparent):hover {
    opacity: 1;
}
/* body {
    opacity: 0;
} */
body.window-load {
    opacity: 1;
}
.is-index-page {
    overflow-x: hidden;
}

[name="variant_id"] {
    display: none;
}
.s-hidden {
    visibility: hidden;
    padding-right: 10px;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #222939;
    border: 0px solid #ccc;
    font-weight: 400; line-height: 17px;
}

.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    white-space: nowrap;
    outline: none;
}

.styledSelect:after {
    content: "";
    position: relative;
    top: 0px;
    right: -11px;
    width: 12px;
    height: 10px;
    background: url("arrow_more.svg") no-repeat center center / 11px transparent;
    display: inline-block;
}
.arrows {
    width: 12px;
    height: 10px;
    background: url("arrow_more.svg") no-repeat center center / 11px transparent;
    display: inline-block;
}

.styledSelect:active,
.styledSelect.active {
    background-color: transparent;
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: -10px;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: 1px solid #ccc;
    background-color: white;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li {
    margin: 0 0;
    padding: 0 10px;
}

.options li:hover {
    background-color: #39f;
    color: white;
}

.teplonetHeader {
    height: auto;
    background-color: #fbfbfb;
}
.teplonetHeader > .container > .row {
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
}
.video-help__wrap > .row {
    flex-wrap: nowrap;
    align-items: flex-start;
}
.teplonetHeader__phone {
    color: #42474c;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    line-height: 19px;
    align-items: center;
}
.link-tel__wrap {
    display: flex;
    flex-wrap: nowrap;
    font-size: 14px;
    font-weight: 400;
}
.link-tel__wrap i {
    line-height: 19px;
}
.phonenumber {
    font-weight: 700;
    text-transform: uppercase;
}
.phonenumber.main-phone {
    line-height: 45px;
    font-size: 32px;
    font-weight: 400;
}
.phonenumber.main-phone:hover {
    color: #b42923;
}
.containerss div {
    display: none;
}

.link-tel {
    padding-left: 7px;
    text-decoration: underline;
}
.teplonetHeader__phone,
.teplonetHeader__icons,
.location {
    display: flex;
    flex: 1 1 50%;
    flex-wrap: nowrap;
}

.currency,
.location {
    font-size: 14px;
    font-weight: 300;
    padding: 0 30px;
    position: relative;
}

.currency select,
.location select {
    border: 0px solid;
}

.location:after {
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    top: 0;
    left: 0;
    background: url("icon-geotag.svg") no-repeat center center / 11px transparent;
}

.curr__icon {
    width: 25px;
    height: 25px;
    background: url("currency_RUR.svg") no-repeat center center / cover transparent;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: -3px;
    display: none;
}

.main-wrapper {
    margin-top: 141px;
}
.template-is-collection .main-wrapper {
    margin-top: 151px;
}
.header-wrapper {
    background-color: #fbfbfb;
    transform: translate3d(0, 0, 0);
    position: fixed;
    margin-top: -142px;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0px;
    width: 100%;
    -webkit-transition: margin-top 200ms ease-out;
    -o-transition: margin-top 200ms ease-out;
    transition: margin-top 200ms ease-out;
}

.header-wrapper .teplonetHeader__logo {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.header-wrapper.scrolled {
    margin-top: -234px;
}

.teplonetHeader__icons {
    justify-content: space-around;
    align-items: center;
}

.teplonetHeader__icon {
    display: flex;
    width: 30px;
    height: 30px;
    padding: 0;
    position: relative;
    margin: 0;
    align-items: center;
    cursor: pointer;
}

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

.teplonetStyle,
.teplonetHeader__logo {
    text-align: center;
    position: relative;
    outline: none;
    padding-top: 8px;
    padding-bottom: 10px;
}

.teplonetHeader__logo img {
    max-height: 75px;
    max-width: 160px;
    margin-left: 13%;
}

.teplonetHeader__icons .search_widget {
    display: flex;
    overflow: visible;
    background: white;
    justify-content: center;
    align-items: center;
}

.teplonetHeader__icons .search_widget.search_opened {
    overflow: visible;
    position: absolute;
    display: block;
    z-index: 5;
    width: 50%;
    height: 63%;
    padding: 28px 0px;
}

.inpt-group {
    width: 100%;
    border-bottom: 1px solid #004271;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    height: 33px;
    background: white;
}

.close {
    cursor: pointer;
    position: absolute;
    left: -30px;
    top: 1px;
    width: 32px;
    height: 32px;
    opacity: 1;
    z-index: 30;
}

.close::before,
.close::after {
    position: absolute;
    left: 15px;
    top: 8px;
    content: "";
    height: 15px;
    width: 2px;
    background-color: #42474c;
}

.close::after {
    transform: rotate(-45deg);
}

.close::before {
    transform: rotate(45deg);
}
.search__widget_mobile .close {
    position: relative;
}

.search__widget_mobile .close {
    left: 0;
}
.search__widget_mobile .close:before,
.search__widget_mobile .close:after {
    background-color: white;
}
.search__widget_mobile .icon-search-black {
    position: absolute;
    right: 39px;
}
header .search_widget-submit {
    position: relative;
    top: 0;
    right: 10px;
    width: 25px;
    height: 25px;
    background: url("icon-search.svg") no-repeat center center transparent;
}

.search_widget-result {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0px 8px 20px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 8px 20px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 8px 20px -10px rgba(0, 0, 0, 0.75);
}

.ajax-search-item {
    background-color: white;
}

.ajax-search-item:hover {
    background-color: rgba(225, 6, 0, 0.1);
}

.ajax-search-link {
    padding: 10px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.teplonetHeader__icon.search, .icon-search-black {
    background: url("icon-search.svg") no-repeat center center transparent;
}

.teplonetHeader__icon.search.show-md {
    background: url("icon-search-red.svg") no-repeat center center / 14px transparent;
}
.icon-search-black {
    height: 25px;
    width: 25px;
    padding: 30px;
    border: 0px solid;
}
.teplonetHeader__icon.cities .cities__wrap {
    background: url("icon-citymap.svg") no-repeat center left transparent;
    padding: 25px 0 17px 45px;
}
.teplonetHeader__icon.compares {
    background: url("compare_red.svg") no-repeat center center transparent;
}
.teplonetHeader__icon.favorites {
    background: url("heart_red.svg") no-repeat center center transparent;
}

.teplonetHeader__icon.login {
    background: url("icon-login.svg") no-repeat 10px center transparent;
}

.teplonetHeader__icon.cart {
    background: url("icon-cart-white.svg") no-repeat 10px center transparent;
}

.dynamic_basket-drop {
    position: absolute;
    top: 0;
    left: 0;
}
.teplonetHeader__icons .search_widget {
    width: 60%;
    flex-basis: 60%;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.teplonetHeader__icons .teplonetHeader__icon.cities {
    flex-basis: 25%;
    text-align: center;
    justify-content: center;
}

.teplonetHeader__icons .icon__group {
    flex-basis: 12.5%;
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
}
.teplonetHeader__icons .button__group {
    margin: 5px 0;
    display: flex;
    flex-direction: column;
    flex-basis: 25%;
    color: white;
    align-items: flex-end;
}

.cities__wrap {
    display: flex;
    flex-direction: column;
    padding-left: 65px;
    text-align: left;
}

.cities__wrap .cities__name {
    font-weight: 700;
    text-decoration: underline;
    color: --color_text;
}

.teplonetHeader__icons .icon-search-black {
    display: none;
}

.teplonetHeader__icons .search_widget input {
    padding: 0 10px;
    border: 0px solid;
    flex: 1 1 100%;
    background: transparent;
}

.teplonetHeader__icon span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}

.teplonetHeader__icon.compares span,
.teplonetHeader__icon.favorites span {
    right: -25px;
    position: relative;
}

.teplonetHeader__icon.favorites span.is-empty {
    display: none;
}

.button__group .teplonetHeader__icon {
    width: 171px;
    height: 30px;
    background-color: #004271;
    color: white;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    padding-left: 35px;
    padding-right: 7px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-decoration: none;
}
.arrowrigth,
.arrowrigth_white {
    position: relative;
}
.arrowrigth:after,
.arrowrigth_white:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 0;
    height: 100%;
    width: 20px;
    background: url("arrow-right-white.svg") no-repeat center center / 8px transparent;
}
.arrowrigth:after {
    background: url("arrow-right.svg") no-repeat center center / 8px transparent;
}

.button__group .teplonetHeader__icon.cart {
    background-color: #e10600;
    display: flex;
    justify-content: space-between;
}

.cart .cart_info {
    margin: 2px 9px 0 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
}

.cart_info b {
    padding: 0;
    line-height: 14px;
    font-size: 14px;
}

.teplonetHeader__mainnav {
    position: relative;
    height: 50px;
    background-color: #004271;
    color: #ffffff;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 400;
}

/* Новый год */
.teplonetHeader__mainnav.decor-new_year {
    background: linear-gradient(#ffffff30 5%, #004271 60%), url("NewYear.png") repeat-x top center transparent;
}

/* 23 февраля */
.teplonetHeader__mainnav.decor-23_february {
    background: url("Pixel_EMP.png") repeat-x top center #495848;
    /* background: linear-gradient(#ffffff10 40%, #004271 35%), url("Pixel_EMP.png") repeat-x top center #004271; */
}

/* 8 марта */
.teplonetHeader__mainnav.decor-8_march {
    background: url("8march_ornament.png") repeat-x top center #004271;
}

/* 1 мая */
.teplonetHeader__mainnav.decor-1_may {
    background: url("1may_ornament.png") repeat-x top center #004271;
}

/* 9 мая */
.teplonetHeader__mainnav.decor-9_may {
    background: url("9may_ornament.png") repeat-x top center #004271;
}

/* День России */
.teplonetHeader__mainnav.decor-russia_day {
    background: url("RussiaDay_ornament.png") repeat-x top center #004271;
}

/* День Народного Единства */
.teplonetHeader__mainnav.decor-national_unity_day {
    background: url("NationalUnityDay_ornament.png") repeat-x top center #004271;
}

.teplonetHeader__mainnav>.container>ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.teplonetHeader__mainnav a {
    color: #222939;
    font-family: Gilroy;
    font-size: 13px;
    /* font-weight: 700; */
    margin: 0 20px;
    width: auto;
    height: 100%;
    text-align: center;
}
.teplonetHeader__mainnav a:first-child {
    margin-left: 0;
    margin-right: 0;
}

/* Prospero */
.menu__link {
    font-family: Gilroy;
    font-size: 15px;
    line-height: 15px;
    /* font-weight: 700; */
}
.tab button {
    position: relative;
    display: block;
    margin: 0 1.5em;
    padding: 0.75em 0;
    text-align: center;
    color: #42474c;
    font-family: Gilroy;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    white-space: nowrap;
}

.teplonetHeader__mainnav .menu__link,
.teplonetHeader__mainnav .menu__item {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    /* font-weight: 400; */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: auto;
    margin: 0;
    text-align: center;
}

.teplonetHeader__mainnav .menu__item {
    position: relative;
    left: -10px;
    padding-left: 0;
    padding-right: 0;
}

.teplonetHeader__mainnav .menu__item .menu__link {
    padding-left: 10px;
    padding-right: 10px;
}

/* .dl-menuwrapper:hover button,
.teplonetHeader__mainnav .menu__item:hover {
    background-color: #b42923;
} */

.teplonetHeader__mainnav .menu__link:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: #b42923;
    /* z-index: -1; */
    transform:scaleX(0);
    transition: transform .3s;
}

.teplonetHeader__mainnav .menu__link:hover:before {
    transform: scaleX(1);
}

.teplonetHeader__mainnav .menu__item span {
    padding: 0 15px 0;
    z-index: 1;
}

/* span:first-letter */
.teplonetHeader__mainnav .menu__item {
    text-transform: uppercase;
}

/* .teplonetHeader__mainnav .menu__link::before, */
.tab button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
}

.teplonetHeader__mainnav .menu__item--current .menu__link::before,
/* .teplonetHeader__mainnav .menu__item:hover .menu__link::before, */
.tab button:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* Ujarak */

.button--ujarak {
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}

.button--ujarak::before,
.button--ujarak::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f6cf75;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--ujarak::after {
    background: white;
    z-index: -3;
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.button--ujarak,
.button--ujarak::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--ujarak:hover {
    border-color: #222939;
}

.button--ujarak:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.promo {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 3;
    border-top: 1px solid #fbfbfb;
}

.promo__wrap {
    margin-bottom: 25px;
    max-height: 600px;
}

.promo__img_wrapper {
    margin: 0;
    overflow: hidden;
    /*height: 600px;*/
    display: block;
}

.promo__img_wrapper img {
    padding-top: 10px;
}
.promo_blur {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: linear-gradient(to right, rgba(66, 71, 76, 0) 0%, #42474c 32%, #42474c 51%, #42474c 72%, rgba(66, 71, 76, 0) 100%);
    opacity: 0.3;
    display: none;
}

.promo_text_wrapper {
    position: absolute;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: -100px;
    left: 0;
    text-align: center;
    color: white;
    display: none;
}

.promo_text {
    text-align: center;
    color: white;
}

.promo-slider-teplonet .swiper-pagination {
    bottom: 110px;
    width: 320px;
    left: calc(50% - 160px);
}

.swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.promo__wrap .container {
    overflow: visible;
    position: relative;
}

.swiper-lazy-loaded {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.main-slider .swiper-slide {
    font-size: 24px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    max-height: 800px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.promo-slider-teplonet {
    position: relative;
}
.promo-slider-teplonet .swiper-slide img {
    padding: 0px;
    object-fit: cover;
    width: 100%;
    min-height: 100%;
    max-height: none;
    max-width: 100%;
}
.promo-slider-teplonet .swiper-slide .img_mobile {
    display: none;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 13px;
    color: #918f8f;
    font-weight: 700;
}
.text1 {
    font-size: 36px;
    font-weight: 700;
    padding: 50px;
}

.text2 {
    font-size: 18px;
    font-weight: 400;
    transform: translateY(100%);
}

.text3 {
    color: white;
    top: 65%;
    right: 10%;
}

.text4 {
    color: white;
    top: 77%;
    left: 30%;
}

.button1,
.button2 {
    cursor: pointer;
    display: block;
    background: transparent;
    border: 3px solid #222939;
    padding: 0 30px;
    width: 235px;
    height: 50px;
    line-height: 49px;
    color: #222939;
    font-family: Gilroy;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
}
.button3 {
    cursor: pointer;
    display: block;
    background: transparent;
    border: 2px solid #d2d2d2;
    padding: 0 25px;
    width: auto;
    color: #222939;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    position: relative;
    line-height: 31px;
}

.button2 {
    border-color: #b78b69;
    background-color: #ffffff;
    color: #b78b69;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 45px;
}

.button2:hover {
    background-color: #b78b69;
    color: #ffffff;
}

.template-is-index h2, .template-is-index h3, .carousel_collections .tab,
h5 {
    color: #42474c;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background-color: #eff3f4;
}
.template-is-index .product__icon_wrap > .row {
    justify-content: flex-end;
}
.template-is-product .product__icon_wrap > .row {
    justify-content: flex-end;
}
.distributors_grid .img__relative {
    padding-bottom: 11%;
}

.distributors__wrap, .clients-groups__wrap, .five-blocks__wrap {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    margin-top: 20px;
}

.distributors__text {
    text-align: center;
    width: 410px;
    margin: 0 auto;
    color: #222939;
    font-family: Gilroy;
    font-size: 16px;
    line-height: 17px;
    font-weight: 300;
}

.brands-logos {
    padding: 0px 30px 9px;
}
.brands-logos > div {
    text-align: center;
    cursor: pointer;
}
.img__relative .product-img {
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.brands-logos > div.img__relative:hover > img.product-img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.brands-logos .brands-logos__link {
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #42474c;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    z-index: 5;
}
.brands-button {
    margin-top: 11px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.brands-button .button {
    width: 165px;
    line-height: 26px;
    border: 1px solid #42474c;
    color: #42474c;
    font-size: 14px;
    font-weight: 400;
    padding: 0 21px;
}
.distributors__range > div {
    text-align: center;
}
.distributors__range_wrap {
    border: 1px solid #ddd;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.distributors__range_wrap .img__relative {
    height: 235px;
    flex-basis: 235px;
    flex-shrink: 0;
    overflow: hidden;
}
.distributors__range_name {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    flex: 1 1 30%;
    padding: 15px 30%;
    justify-content: center;
    align-items: center;
}
.carousel_collections {
    padding: 0 0 20px;
}

.template-is-cart .carousel_collections {
    overflow: hidden;
}
.template-is-cart .carousel_collections h5 {
    text-align: left;
    padding-left: 30px;
}
.template-is-cart .icons {
    margin-top: 40px;
    margin-bottom: 40px;
}

.carousel_collections .tablinks {
    outline: none;
    background: none;
}

.video-help__wrap, .news-blocks__wrap {
    background-color: #eff3f4;
    padding: 30px 0;
    margin-top: 0;
    margin-bottom: 40px;
}

.video-help__wrap .row, .news-blocks__wrap .row {
    padding: 27px 37px 0;
}
.video-help__block, .video-help__frame {
    position: relative;
    /* overflow: hidden; */
    transition: all 100ms;
}
.video-help__frame {
    cursor: pointer;
    padding-bottom: 56.25%;
}
.video-help__frame:hover, .video-help__frame_rutube:hover {
    /* box-shadow: 0px 2px 3px rgba(0,0,0,0.51); */
    box-shadow: 0px 0px 5px 2px rgba(0,65,112,0.5);
}
.bx_slide_right,
.bx_slide_left {
    position: absolute;
    font-family: FontAwesome;
    content: "\f078";
    top: -10px;
    right: 24px;
    width: 25px;
    height: 25px;
    z-index: 999999;
    color: black;
    display: block;
    font-size: 22px;
    font-weight: 400;
}

.video-help {
    margin-top: 3px;
}
.video-help__frame video, .video-help__frame iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.video-help__frame iframe {
    opacity: 0;
}
.video-help__frame img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.news-blocks__block {
    text-decoration: underline 1px #42474c00;
    transition: text-decoration-color 300ms;
}

.news-blocks__frame {
    transition: all 300ms;
}

.video-help__block .title-video,
.news-blocks__block .title-news {
    font-size: 16px;
    font-weight: 700;
    margin: 11px 0 9px;
    text-align: left;
}
.video-help__block p,
.news-blocks__block p {
    font-size: 12px;
    font-weight: 300;
    line-height: 23px;
}

.news-blocks__frame img {
    border: 1px solid #dddddd;
}

.news-blocks__block:hover {
    /* text-decoration: underline; */
    touch-action: manipulation;
    text-decoration-color: #42474c;
}

.news-blocks__block:hover .news-blocks__frame {
    box-shadow: 0px 0px 5px 2px rgba(0,65,112,0.5);
}

.video-help .video-help_title a,
.news-blocks .news-blocks_title a,
.carousel_serts .carousel_serts__name a {
    text-decoration: underline 1px #42474c00;
    transition: color 300ms, text-decoration-color 300ms;
}

.video-help .video-help_title a:hover,
.video-help .video-help_title a:focus,
.news-blocks .news-blocks_title a:hover,
.news-blocks .news-blocks_title a:focus,
.carousel_serts .carousel_serts__name a:hover,
.carousel_serts .carousel_serts__name a:focus {
    color: #e10600;
    /* text-decoration: underline; */
    text-decoration-color: #e10600FF;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #42474c;
    opacity: 0.5;
    z-index: 5;
}

.overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url('play-vid_2.svg') 50% 50% no-repeat;
}
.video-help__frame.active .overlay,
.video-help__frame.active img,
.video-help__frame_rutube.active .overlay,
.video-help__frame_rutube.active img {
    display: none;
}
.video-help__frame.active iframe,
.video-help__frame_rutube.active iframe {
    opacity: 1;
}

.video-help_link {
    padding-top: 15px;
    font-weight: 300;
    text-decoration: underline;
}
.banners3_grid {
    color: white;
    margin-bottom: 20px;
}
.banners3_grid > div {
    position: relative;
    max-height: 375px;
    overflow: hidden;
}
.banners3_grid > div:nth-child(1)  .img__relative {
    padding-bottom: 57%;
}
.banners3_grid > div:nth-child(2) .img__relative {
    padding-bottom: 117%;
}
.banners3_grid .img__relative .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    min-height: auto;
    height: 100%;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 3;
}
.banners3_custom-bg {
    background-color: #004271;
    height: 100%;
    padding: 50px 40px;
}
.banners3_custom-bg b {
    color: #feffff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: block;
}
.inst-wrap, .soc-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 11px;
}
.inst-wrap .banner-img {
    flex: 1 1 33%;
}
.inst__link {
    display: block;
    height: 100%;
    /* max-height: 75px; */
    max-height: 150px;
    text-align: center;
}

.inst__link img {
    height: 100%;
}
.soc-wrap {
    padding: 0 0 25px;
}
.banners3_custom-bg span {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    display: block;
    line-height: 17px;
}
.banners3__info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    padding: 10px;
}
.banners3__info .button {
    color: #42474c;
    border: 0px solid;
    font-size: 14px;
    font-weight: 700;
    background-color: white;
    line-height: 30px;
    padding: 0 15px;
    margin: 25px 0 0;
    text-align: left;
    width: 204px;
    text-transform: none;
}
.banners3__info {
    display: flex;
    flex-direction: column;
    text-align: right;
    text-transform: uppercase;
    padding: 43px 45px;
    align-items: flex-end;
}
.banners3_grid > div:nth-child(1) .banners3__link {
    flex-direction: column-reverse;
    width: 30%;
    align-self: flex-end;
}

.banners3_grid > div:nth-child(2) .banners3__info {
    text-align: center;
    justify-content: center;
    align-items: center;
}
.banners3__link {
    display: flex;
    font-size: 30px;
    font-weight: 700;
    flex: 1 1 75%;
    align-items: center;
}

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

.carousel_serts__wrap {
    padding: 25px 9%;
    position: relative;
}
.portfolio__slider,
.carousel_serts__slider {
    width: 100%;
    position: relative;
    z-index: 3;
}

.portfolio__slider {
    overflow: visible;
    margin-top: 20px;
}

.portfolio__slider .img__relative {
    padding: 0 0 100% 0;
    width: 100%;
}
.img__relative .product-img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    min-height: auto;
    z-index: 3;
}
.distributors__infoblocks .img__relative:hover .product-img,
.distributors__range_wrap .img__relative:hover .product-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    filter: grayscale(0);
}
.product-img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.template-is-collection .breadcrubms {
    padding-bottom: 0;
}

.template-is-collection .product__icon_wrap > div {
    justify-content: flex-end;
}

.slide-is-recently .product__icon_wrap > div {
    justify-content: flex-end;
}
.page-favorites .product__icon_wrap > div {
    justify-content: flex-end;
}

.icons__wrap {
    background-color: #eff3f4;
}
.icon__list {
    padding: 50px 5%;
}
.icon__item {
    display: flex;
}
figure.icon {
    transition: all .9s;
    position: relative;
    flex: 1 1 75px;
    height: 133px;
    margin: -25px auto 0;
    padding: 15px;
    background: url("figure.svg") no-repeat center center / 85px 70px transparent;
}
figure .spec {
    display: block;
    position: absolute;
    top: 45px;
    left: calc(50% - 12px);
    width: 25px;
    height: 25px;
    transform-style: preserve-3d;
}
.icon__item:hover figure .spec{
    transition: transform 0.5s;
    transform: rotateY(360deg);
}
.icon__list .icon__item:nth-child(1) figure .spec {
    background: url("figure-icon1.svg") no-repeat center center transparent;
}
.icon__list .icon__item:nth-child(2) figure .spec {
    background: url("figure-icon2.svg") no-repeat center center transparent;
}
.icon__list .icon__item:nth-child(3) figure .spec {
    background: url("figure-icon3.svg") no-repeat center center transparent;
}

.distributors__infoblocks {
    /* padding: 20px 0; */
    padding-bottom: 20px;
}
.distributors__infoblocks .distributors__wrap {
    flex-direction: column;
    height: 100%;
    text-align: center;
    margin-bottom: 0;
    overflow: hidden;
}
.distributors__infoblocks .img__relative {
    flex: 0 0 210px;
    padding: 0 0 100% 0;
    width: 100%;
    overflow: hidden;
}
.distributors__infoblocks .distributors__range_name {
    flex: 1 1 25%;
    background-color: #004271;
    width: 100%;
}
.distributors__infoblocks .distributors__range_name a {
    color: white;
}
.distributors__infoblocks .distributors__range_name a:hover {
    color: ivory;
    text-decoration: underline;
}
.icon__item {
    text-align: left;
    display: flex;
}
.icon__text {
    display: flex;
    flex-direction: column;
    flex: 1 1 70%;
    padding-right: 30%;
}
.icon__name {
    font-size: 16px;
    line-height: 40px;
}

.icon__text span {
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    margin-bottom: 13px;
}
.icon__text a {
    font-size: 13px;
    color: #5c8fd4;
    text-decoration: underline;
}

.uppercase {
    text-transform: uppercase;
}

.instagram .container {
    padding-left: 0;
    padding-right: 0;
}

.instagram__img {
    width: auto;
    object-fit: cover;
    max-height: 285px;
}

.instagram__input {
    margin-top: 35px;
    padding: 20px;
    width: 234px;
    height: 50px;
    border: 1px solid #d1d1d1;
    color: #d0d0d0;
    text-transform: uppercase;
}

.instagram__input::-moz-placeholder {
    color: #d0d0d0;
}

.instagram .button1 {
    width: 234px;
    margin-top: 5px;
    cursor: pointer;
    position: relative;
}

.addHelp {
    padding: 75px 20px;
    color: white;
    background: repeating-linear-gradient(107deg, #b78b69, #b78b69 1px, #a98161 1px, #a98161 4px);
    text-align: center;
}

.addHelp h2 {
    color: white;
}


.addHelp span {
    line-height: 31px;
}

.addHelp__text {
    display: inline-block;
}

.portfolio {
    padding: 100px 0 0;
    overflow: hidden;
    width: 100%;
}
 .portfolio__slider .swiper-slide{
    position: relative;
    overflow: hidden;
}
.portfolio__slider .img__relative {
    filter: brightness(100%);
    transform: scale(1);
    transition: filter .3s, transform .5s ease-in-out;
}
.portfolio__slider .swiper-slide:hover .img__relative {
    filter: brightness(45%);
    transform: scale(1.1);
}
.portfolio__slider .swiper-slide:hover .card-quick-links {
    opacity: 1;
}

.portfolio .card-quick-links {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity .3s ease-in-out;
    cursor: default;
    opacity: 0;
}
.quick-name {
    color: white;
    font-size: 18px;
    padding: 0 31px;
    position: relative;
    line-height: 23px;
}
.quick-price {
    color: #3db1ed;
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0 13px;
}
.quick-view {
    position: relative;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 0 41px 0 19px;
    line-height: 33px;
    max-width: 155px;
    font-size: 14px;
}
.quick-name:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: calc(50% - 63px);
    height: 1px;
    width: 127px;
    background-color: white;
    z-index: 5;
}

.link-tel {
    background: url("icon-tel.svg") no-repeat center left / 11px transparent;
}

.icon-whatsapp-chat,
.icon-telegram-chat,
.icon-viber-chat {
    margin-top: 35px;
    height: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 0 1 20%;
    margin-bottom: 15px;
}

.whatsapp_icon,
.telegram_icon,
.viber_icon {
    display: inline-block;
    height: 40px;
    width: 40px;
    padding: 25px 29px 30px 0;
}

.whatsapp_icon {
    background: url("mess_WhatsApp.svg") no-repeat top center transparent;
}

.telegram_icon {
    background: url("mess_Telegram.svg") no-repeat top center transparent;
}

.viber_icon {
    background: url("mess_Viber.svg") no-repeat top center transparent;
}

.teplonetFooter {
    background-color: #42474c;
    color: white;
}

.teplonetFooter_container {
    padding: 0;
    color: white;
    position: relative;
}

.teplonetFooter_container figure.icon {
    background: url("figure-white-circle.svg") no-repeat -3px center / 98px 88px transparent;
    padding: 0;
    height: 100px;
    margin: 16px auto 0;
}

.teplonetFooter_container figure.icon .spec {
    color: #e10600;
    font-size: 21px;
    font-weight: 700;
    top: 26px;
    left: 23px;
}
.teplonetFooter a.important-link {
    color: #3db1ed;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
}
.teplonetFooter__links {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    padding: 71px 0 50px;
    margin-right: 0;
    margin-left: 0;
}
.teplonetFooter__links > div {
    padding-right: 70px;
    text-align: left;
}
.teplonetFooter .last-cell span {
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
}
.teplonetFooter .last-cell .icons-wrap {
    display: flex;
    flex-wrap: wrap;
}
.teplonetFooter_container.white {
    background-color: white;
    color: #42474c;
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
}
.table.table-compare tbody > tr td {
    text-align: center;
}

.table.table-compare tbody > tr > td:nth-child(1) {
    text-align: left;
}
.table.table-compare img {
    max-width: 100px;
    max-height: 100px;
}
.table.table-compare tr {
    color: #666;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.table.table-compare .param-value .bttn-text {
    line-height: 15px;
    margin-right: 5px;
}
.teplonetFooter_container .row {
    text-align: center;
    justify-content: center;
    padding-top: 45px;
}

@media (max-width: 768px) {

.teplonetFooter_container .row {

    padding-top:0px;
}

}

.teplonetFooter_container .column__name {
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}
.teplonetFooter .link-tel__wrap,
.teplonetFooter .link-email__wrap,
.teplonetFooter .work-time__wrap,
.teplonetFooter .cities__wrap {
    position: relative;
    flex-direction: column;
    margin-bottom: 23px;
}
.teplonetFooter .cities__wrap {
    display: block;
    width: 285px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    background: url("icon-citymap-white.svg") no-repeat center left transparent;position: relative;
    left: -25px;
    padding-left: 47px;
}

.teplonetFooter .link-tel__wrap i,
.teplonetFooter .link-email__wrap i,
.teplonetFooter .work-time__wrap i {
    position: absolute;
    top: 3px;
    left: -23px;
}

.teplonetFooter .link-tel {
    padding-left: 0;
}
.teplonetFooter ul li > a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.teplonetFooter .pays img {
    filter: invert(25%) brightness(10%) contrast(40%) grayscale(5%);
    -webkit-filter: invert(25%) brightness(10%) contrast(40%) grayscale(5%);
}

.teplonetFooter_container .row.whiterow {
    padding: 15px 0;
}
.icon-soc {
    cursor: pointer;
    font-size: 19px;
    flex: 1 1 20%;
    text-align: center;
    padding: 5px;
}

.js-to-top {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("arrow.svg") no-repeat center 15px / 18px transparent;
    width: 50px;
    height: 77px;
    background-color: #ffffff;
    opacity: 0.9;
    z-index: 100;
}


.garderob-slider .next-shadow {
    position: absolute;
    content: "";
    top: 0;
    right: -9128px;
    width: 9000px;
    height: 496px;
    background-color: #222939;
    opacity: 0.5;
    z-index: 5;
}

.garderob-slider .prev-shadow {
    position: absolute;
    content: "";
    top: 0;
    left: -9128px;
    width: 9000px;
    height: 496px;
    background-color: #222939;
    opacity: 0.5;
    z-index: 5;
}

.garderob__collection {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 29px;
}

.garderob__title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 17px 29px 33px;
}

#rel_products .product__list,
.tabcontent .product__list {
    display: flex;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
}

.product {
    position: relative;
    margin-bottom: 25px;
}

.product.swiper-slide {
    align-items: flex-start;
}

.product-block {
    width: 100%;
    height: 100%;
}

.product-block_hidden {
    opacity: 0;
    position: absolute;
    top: -10px;
    left: -5px;
    padding: 10px;
    height: calc(100% + 20px);
    width: calc(100% + 10px);
    background: white;
    box-shadow: 0 0 72px 1px rgba(157, 157, 157, 0.35);
    z-index: 5;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.product:hover .product-block_hidden {
    opacity: 1;
}

.swiper-slide .product-block_hidden {
    left: -10px;
    width: 100%;
}

.product-wrapper {
    background-color: #fff;
    border: 1px solid #dddddd;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    justify-content: space-between;
}

.product-img__wrap {
    margin: 20px 20px 0;
    height: 320px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-img__wrap .img__relative {
    padding-bottom: 84.8%;
    flex: 0 1 90%;
}
.product-img__wrap:hover .product-img.hidden {
    z-index: 5;
    opacity: 1;
}
.product-img__wrap .img__relative .product-img {
    object-fit: contain;
    background-color: white;
}
.product__under-img {
    margin: 0 20px 0;
    position: relative;
}

.product__related_wrap .product-img__wrap {
    overflow: visible;
}

.product.acessory .product-block_hidden {
    display: none;
}
.acessory .product-quad {
    max-height: 400px;
    position: relative;
}
.acessory .product-img__wrap {
    height: auto;
    overflow: visible;
}

.acessory .img__relative {
    height: auto;
    padding: 0 0 100% 0;
}

.product-img__wrap .bttn-favorite {
    top: 28px;
    right: 27px;
}

.product__related_header {
    font-size: 21px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.gallery__item {
    min-height: 536px;
}
.img__relative {
    display: block;
    position: relative;
}

.img__relative .product-img,
.half__img_full img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    min-height: auto;
    z-index: 3;
    background-color: white;
}
.product-img.hidden {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: white;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.half__img_full img {
    padding: 0px;
    object-fit: cover;
    width: 100%;
}

.item__wrap_list .img__relative {
    display: flex;
    flex: 0 1 90px;
    padding: 0 0 8% 0;
    overflow: hidden;
    max-height: 90px;

    height: 90px;
    width: 90px;

    border: 1px solid #dddddd;
}
.item__wrap_list:last-child {
    border: 0px solid ;
}

.item__wrap_list .img__relative .item__img {
    position: absolute;
    top: 0;
    min-height: auto;
    max-width: none;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}


.brands-logos > div > img.product-img {
    top: 50%;
    left: 50%;
    /* height: 70px; */
    transform: translate(-50%, -50%);
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    object-fit: contain;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.product__icon_wrap,
.sticker__wrap {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    font-size: 12px;
    font-weight: 400;
    width: 100px;
    min-height: 35px;
    align-items: center;
}
.product__stick,
.stiker {
    width: auto;
    text-align: center;
    margin-right: 10px;
    padding: 0 7px;
    white-space: nowrap;
    line-height: 17px;
    margin-bottom: 3px;
}
.product__stick:first-letter, .stiker:first-letter {
    text-transform: uppercase;
}
.stiker-new {
    background-color: #4390e7;
    color: white;
}

.stiker-hit {
    background-color: #b78b69;
    color: white;
}

.stiker-sale {
    background-color: #e10600;
    color: white;
}

.stiker-hit-prodazh {
    background-color: #1f59b2;
    color: white;
}

.product__icon_wrap {
    top: 0;
    right: 0;
    left: auto;
    width: 55px;
    justify-content: flex-end;
}
.product__icon_wrap > div {
    justify-content: center;
    flex: 1 1 100%;
    flex-wrap: nowrap;
}

.product__icon_wrap > div:last-child {
    justify-content: flex-end;
}
.product__icon_wrap > div > span {
    font-size: 11px;
    color: #42474c;
    font-weight: 300;
    padding-left: 3px;
}
.product-img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}
.product__available {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    font-size: 12px;
    font-weight: 300;
}
.available_truefalse:before,
.available_true:before,
.available_false:before {
    content: '\25CF';
    font-size: 10px;
    font-weight: 700;
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: text-bottom;
    display: inline;
    line-height: 13px;
    white-space: nowrap;
}
.available_false:before {
    color: #ee2a27;
}
.available_true:before {
    color: #56b753;
}
.available_truefalse:before {
    color: #ee7b27;
}
/*
.product__info {
    display: flex;
    flex-basis: 25%;
    flex-direction: column;
    color: #8c8c8c;
    font-size: 13px;
    font-weight: 300;
    max-height: 90px;
}

.product__info span {
    white-space: nowrap;
} */

#tabSlider .swiper-wrapper {
    justify-content: center;
}

#tabSlider button:not(:last-child):after {
    content: '\25CF';
    font-size: 12px;
    /* font-weight: 700; */
    margin: 0 0 0 15px;
    padding: 0;
    vertical-align: text-bottom;
    display: inline;
    line-height: 20px;
}

.tab {
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.tab button {
    cursor: pointer;
    border: 0px solid;
    font-size: 18px;
    padding: 1px;
    margin: 0 0 0 15px;
    transition: 0.3s;
    width: auto;
    white-space: nowrap;
}

.carousel_collections .tab button {
    transition: none;
}

.tab button.active {
    pointer-events: none;
    font-weight: 700;
}

.tabcontent {
    animation: fadeEffect 0.9s ease-in-out;
}

.card-bundle {
    padding: 45px 20px 0;
    flex: 0 1 667px;
    max-height: 667px;
    align-items: center;
    position: relative;
}

.card-bundle__item {
    display: flex;
    flex-direction: column;
    max-height: 217px;
    justify-content: center;
    align-items: flex-start;
}

.card-bundle__item .image-container {
    overflow: hidden;
}

.dynamic_item-image .image-container img,
.card-bundle__item .image-container img {
    width: auto;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.card-bundle__price {
    color: #b78b69;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.card-bundle__img {
    object-fit: contain;
    max-height: 150px;
    margin: 0;
}

.card-bundle__item_title {
    color: #222939;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    padding-right: 6px;
    line-height: 18px;
}

.bundle__price {
    color: #b78b69;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.prod-title_wrap,
.price_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.prod-title_wrap {
    text-align: left;
}

.price_wrap {
    flex-basis: 15%;
}

.price,
.item__price {
    font-size: 21px;
    font-weight: 400;
}

.prod-title {
    color: #42474c;
    font-size: 12px;
    font-weight: 700;
}
.prod-super__title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}
.prod-super__annotation {
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    min-height: 59px;
}

.prod-title:hover {
    text-decoration: underline;
}
.prod-descrip {
    font-size: 12px;
    font-weight: 300;
    padding: 5px 0;
    display: block;
    width: 79%;
    line-height: 15px;
    min-height: 40px;
}

.prod-sku {
    color: #5c8fd4;
    font-size: 12px;
    font-weight: 300;
    padding: 7px 0 21px;
}

.price_old {
    color: #918f8f;
    font-size: 12px;
    font-weight: 400;
}

.product__info_price_old {
    color: #f0533c;
    text-decoration: line-through;
}

.product__info_price_old .price_old {
    font-size: inherit;
}

.product-name-block {
    border-top: 1px solid #dddddd;
    margin: 3px 20px 3px;
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
    justify-content: space-between;
}
.prod-action__wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
}


.product-name-block .bttn-favorite {
    margin: 21px 10px 21px 0;
}

.bttn-favorite {
    background: url("heart.svg") no-repeat center right transparent;
    height: 17px;
    width: 17px;
    border: 0px solid;
    font-size: 13px;
    font-weight: 300;
    z-index: 5;
    filter: grayscale(1);
    opacity: .7;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.bttn-small-compares,
.bttn-small-comments,
.bttn-small-stars {
    flex: 0 1 25%;
    display: block;
    width: 15px;
    height: 15px;
    border: 0px solid;
    font-size: 13px;
    font-weight: 300;
    z-index: 5;
}

.bttn-small-compares {
    background: url("compare.svg") no-repeat center center transparent;
    width: 17px;
    height: 17px;
    opacity: .7;
}
.bttn-small-compares.is-added,
.bttn-small-compares.in-prod.is-added {
    background-image: url("compare_red.svg");
}
.bttn-small-comments {
    background: url("comment.svg") no-repeat center bottom transparent;
}

.bttn-small-stars {
    background: url("star.svg") no-repeat center bottom transparent;
}

.bttn-favorite.is-added {
    filter: grayscale(0);
    opacity: 1;
}

.bttn-buy_small {
    border: 0px solid;
    width: 21px;
    height: 17px;
    background: url("icon-cart-blue.svg") no-repeat left center transparent;
    -webkit-transition: background-image 0.3s ease-in-out;
    transition: background-image 0.3s ease-in-out;
}

.bttn-buy_small:hover {
    /* filter: contrast(0) grayscale(0) invert(1); */
    /* -webkit-filter: contrast(0) grayscale(0) invert(1); */
    background-image: url(icon-cart-red.svg);
}
.product-block_hidden .bttn-favorite {
    top: 28px;
    right: 27px;
    line-height: 13px;
    font-size: 13px;
}

.card-bundle .bttn-favorite {
    top: 28px;
    right: 27px;
}

.card__bundle_wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
}
.product-block_hidden a.underline {
    position: absolute;
    top: 38px;
    left: 37px;
    color: #222939;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 15;
}

.burger-mobile {
    width: 70px;
    height: 50px;
    /* background: url("btn-menu.png") no-repeat center left / 23px transparent; */
}

.topline {
    padding-top: 27px;
    margin-bottom: 15px;
    border-bottom: #222939 3px solid;
}

.breadcrubms,
.breadcrubms__list {
    display: flex;
    flex-wrap: nowrap;
}

.breadcrubms {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 5px;
}

.breadcrumb__item {
    position: relative;
    background-color: #eff3f4;
    padding: 5px 2px;
    font-size: 14px;
    font-weight: 400;
    /*margin-right: 10px;*/
    margin-top: 10px;
}

.cartRemoveAll {
    cursor: pointer;
    padding: 0;
    border: 0px solid;
    font-size: 13px;
}

.item.row {
    align-items: center;
    position: relative;
}

.acessory .img__relative .item__img {
    height: auto;
    max-height: none;
    left: auto;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
}

.item__wrap_list {
    border-bottom: 1px solid #c4bdc5;
    padding: 10px 0;
    display: block;
    width: 100%;
}
.item__info_image {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.item__info_wrap {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5%;
    flex: 1 1 100%;
}

.item__info_wrap .prod-sku {
    padding: 0;
}

.item__link {
    color: #42474c;
    font-size: 12px;
    font-weight: 700;
}

.item__var_name {
    color: #222939;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
}

.item__var_value {
    min-width: 80px;
    height: 24px;
    background-color: white;
    border: 1px solid rgba(186, 186, 186, 0.9);
    text-align: center;
    color: #222939;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
}

.value_color {
    display: block;
    height: 12px;
    width: 12px;
    background-color: #9e9e9e;
    margin-right: 5px;
}

.item__act {
    position: relative;
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: flex-start;
}

.item__act:last-child {
    justify-content: center;
}

.item__act button {
    border: 0px solid;
    position: relative;
    width: 30px;
    height: 30px;
    background-position: center center;
}

.filters-clear .bttn-delete-item,
.item__act .bttn-delete-item,
.collection-filter-and-sort .collection-filter .filter-items-wrapper .bttn-delete-item,
.item-delete.dynamic_item-del {
    cursor: pointer;
    width: 23px;
    height: 23px;
    border: 0px solid;
    background: url("icon-close-white.svg") no-repeat center center / 59% #b42923;
}
.filters-clear:hover {
    color: white !important;
}
.filters-clear.link-clear svg {
    position: absolute;
    right: 24px;
    top: 3px;
}
.filters-clear.link-clear:hover {
    color: #b42923 !important;
    text-decoration: underline;
}

.item__act .bttn-delete-item {
    background: url("delete.svg") no-repeat center center / 70% transparent;
}
.item__act button {
    width: 71px;
    height: 30px;
    background-position: center left;
}
.filter-span {
    width: 100%;
}
.quantity-prod {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #c4bdc5;
    padding: 0 10px;
}
.quantity-prod .item__quantity {
    border-bottom: 0px solid;
}
.quantity-prod span,
.option-label {
    color: #42474c;
    font-size: 14px;
    font-weight: 300;
}
.quantity-controls {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.quantity-controls button {
    color: white;
    border: 0px solid;
    flex-basis: 33%;
    background: url("arrow_more.svg") no-repeat center center / 13px;
}

.quantity-controls button:last-child {
    transform: scaleY(-1);
}


.quantity-controls input {
    border: 0px solid;
    width: 41px;
    text-align: center;
    font-weight: bold;
}
.item__price_block  {
    text-align: right;
}
.item__price_block .item__price {
    padding-right: 15%;
}
.item__quantity {
    min-width: 115px;
    border-bottom: 1px solid #c4bdc5;
}
.item__price_total {
    margin-left: 19px;
    color: #004271;
    font-size: 16px;
    font-weight: 500;
}

.item__wrap_list .item__price_total {
    text-align: center;
}

.gray-text {
    color: #8c8c8c;
}
.summary__dates {
    padding: 30px;
    border: 1px solid #c4bdc5;
    margin-bottom: 20px;
}
.summary__dates .icon-delivery,
.summary__dates .icon-pickup {
    width: 21px;
    height: 21px;
    top: 0px;
}
.summary__dates .delivery-date,
.summary__dates .delivery-pickup {
    padding-left: 10px;
}
.summary__dates .icon-delivery {
    width: 35px;
}
.summary__wrap {
    border: 2px solid #42474c;
    font-size: 14px;
    font-weight: 300;
}


.summary__promo .notice {
    background-color: transparent;
    font-size: 19px;
}

.summary__summ {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cart__left-side {
    padding-right: 3%;
}
.summary__top-text {
    text-align: center;
    padding: 30px 60px;
}
.cart__total {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.cart__total b {
    text-align: center;
    margin-top: 45px;
    font-size: 48px;
    font-weight: 400;
}
.summary__submit .summary__button_buy {
    border: 0px solid;
    background-color: #ee2a27;
    color: white;
    text-align: center;
    line-height: 30px;
    padding: 1px 43px;
    margin-top: 30px;
    margin-bottom: 70px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
.summary__submit .summary__button_buy:hover {
    background-color: #b42923;;
}
.cart_sidebar-total {
    font-size: 18px;
    font-weight: 500;
    color: red;
    width: 100%;
}
.summary__coupon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.summary__coupon label {
    font-size: 14px;
    font-weight: 300;
}
.summary__coupon b {
    font-weight: 700;
}

.discounts-wrap {
    display: flex;
    flex-direction: column;
    width: 75%;
    margin: 10px auto;
}
.discounts-wrap input,
.discounts-wrap button {
    line-height: 31px;
    height: 31px;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #dddddd;
    color: #42474c;
}
.discounts-notice {
    position: relative;
    padding: 10px 15px;
    margin: 0 auto;
    background-color: antiquewhite;
}
.discounts-rows {
    padding: 0 30px 15px;
    text-align: center;
}
.discounts-wrap button {

    border: 1px solid #42474c;
}

.product-block.acessory .product-name-block a,
.product-block_hidden.acessory .product-name-block a{
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}

.product-block.acessory .prod-title,
.product-block_hidden.acessory .prod-title {
    font-family: Gilroy;
    text-transform: none;
    color: #222939;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.product-block.acessory .price,
.product-block_hidden.acessory .price {
    font-size: 14px;
    font-weight: 400;
}

#gallery__slider {
    margin-top: 10px;
}

#add_products .product__list {
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
}

.product__grid_half-left .gallery {
    justify-content: space-between;
    overflow: hidden;
}

.product__grid_half-left .sticker__wrap {
    margin-left: 10px;
}

.product__info_1 {
    position: relative;
    display: flex;
    flex-direction: column;
}

.product__info_1 .price_old {
    position: relative;
    top: -23px;
}

.product__inscription {
    color: #222939;
    font-size: 14px;
    font-weight: 400;
    line-height: 11px;
}

.product__link {
    color: #42474c;
    font-family: Gilroy;
    font-size: 36px;
    font-weight: 700;
}

.product__price {
    color: #b78b69;
    font-size: 24px;
    line-height: 18px;
    padding: 30px 0;
}

.product__title {
    /* margin-top: 30px; */
    font-size: 36px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {

    .product__title {
        margin-top: 0px;
        font-size: 22px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 26px;
        display: block;
    }
}


.product__big_price {
    font-size: 30px;
    font-weight: 400;
    padding: 0px 0;
}
.js-quick_view .product__big_price {
    padding-left: 30px;
}

.product__artic {
    bottom: 30px;
    width: auto;
    background-color: #f1f1f1;
    color: #8c8c8c;
}

.bundle__name,
.product__description_name {
    color: #222939;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 10px;
}

.product__artic,
.guideLink {
    position: absolute;
    right: 75px;
    text-align: center;
    padding: 3px 15px;
    text-transform: uppercase;
    white-space: nowrap;
}

.bundle__artic:hover,
.product__artic:hover {
    color: black;
}

.item__info_wrap button {
    display: flex;
    align-self: stretch;
    flex-basis: 100%;
    flex-direction: column;
    position: relative;
    bottom: 0;
}
.option-selector .option {
    padding: 0 10px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #c4bdc5;
}

.guideLink {
    top: 40px;
    right: 39px;
    color: #b78b69;
    font-size: 11px;
    font-weight: 400;
    text-decoration: underline;
    text-transform: uppercase;
}
.option-label {
    color: #222939;
    font-size: 14px;
    font-weight: 300;
    line-height: 39px;
}

.bundle__list {
    display: flex;
    flex-wrap: wrap;
    padding-right: 30%;
}
.option-values,
.option-value {
    display: flex;
}

.option-values {
    flex-wrap: wrap;
}
.option-values .option-value input {
    visibility: hidden;
    display: none;
}
.option-values .option-value input + span,
.bundle__item_current,
.bundle__item_inactive,
.bundle__item {
    cursor: pointer;
    min-width: 80px;
    min-height: 24px;
    margin-bottom: 10px;
    font-family: Gilroy;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #bbbbbb;
    display: flex;
    justify-content: center;
    align-items: center;
}

.option-values .option-value:hover input + span,
.bundle__item:hover {
    background-color: #ebedf3;
    color: #222939;
}

.option-values .option-value.is-active input + span,
.bundle__item_current {
    padding: 0 10px;
    color: #222939;
    border: 1px solid rgba(187, 187, 187, 0.9);
}
input[disabled="tdisabledrue"] + span,
.bundle__item_inactive {
    position: relative;
    border: 1px solid rgba(187, 187, 187, 0.9);
    overflow: hidden;
}
 input[disabled="tdisabledrue"] + span:before,
 input[disabled="tdisabledrue"] + span:after {
    position: absolute;
    content: "";
    bottom: 10.5px;
    left: -10px;
    width: 100px;
    height: 1px;
    background-color: rgba(187, 187, 187, 0.9);
    transform: rotate(-15.911deg);
    transform-origin: 50% 50%;
}

input[disabled="tdisabledrue"] + span:before {
    transform: rotate(15.911deg);
}

.bundle__price_wrap {
    width: 230px;
    margin: 21px 0 67px;
    padding-top: 1px;
    text-align: right;
}

.bundle__price_wrap .button1 {
    margin: 21px 0 0;
    position: absolute;
    z-index: 5;
}

.product__description_wrap {
    padding: 40px;
}

.product__description_wrap .product__info {
    margin-top: 13px;
}

.product__description_name {
    padding-left: 37px;
    position: relative;
    line-height: 40px;
}

.product__description_name:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background: url("6-garantiya.svg") no-repeat left center / 25px transparent;
}

.product__description {
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 300;
    margin-top: 11px;
}

.accordion {
    height: 50px;
    line-height: 30px;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    padding: 10px 40px;
    margin-top: -1px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.5s;
    color: #222939;
    font-family: Gilroy;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.accordion:last-of-type:not(.active-acc) {
    border-bottom: 0px solid #e8e8e8;
}

.active-acc,
.accordion:hover {
    background-color: #f5f5f5;
}

.accordion:after {
    content: "\002B";
    color: #222939;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 25px;
    line-height: 25px;
}

.active-acc:after {
    content: "\2212";
}
.accordion__panel:last-child {
    border-bottom: 0px solid #e8e8e8;
}
.active-acc + .accordion__panel {
    border-bottom: 1px solid #e8e8e8;
}

.accordion__panel {
    padding: 0 40px;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom: none;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion__panel p {
    padding: 10px 0;
}

.product__portfolio {
    margin-top: 10px;
}

.product__info_2 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.other_link {
    color: #222939;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-right: 70px;
    white-space: nowrap;
    line-height: 15px;
    margin-bottom: 30px;
}

.other_link:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 27px;
    background: transparent;
    border-bottom: 3px solid #222939;
}

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

.product__grid_half-left {
    padding-right: 5px;
    position: relative;
}

.product__grid_footer .half__img_full {
    padding: 0 0 107% 0;
}

.catalog__header {
    margin: 0 auto;
    padding: 23px 0 15px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.collection-filter-and-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-direction: column;
    border: 3px solid #004271;
    padding: 0;
    margin-bottom: 2em;
    width: 100%;
}

.collection-filter [data-tab-anchor]::before,
.collection-filter [data-tab-anchor]::after {
    display: none;
}

.filters-clear {
    position: relative;
    padding-right: 45px;
    white-space: nowrap;
    padding-left: 15px;
}
.collection-order {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.collection-order .options li {
    white-space: nowrap;
    font-weight: 700;
}
.collection-order-wrapper .label-field {
    white-space: nowrap;
}
.collection-filter-and-sort .filters-clear,
.collection-filter-and-sort .styledSelect,
.collection-order .options li {
    font-size: 14px;
}

.styledSelect {
    font-weight: 700;
    line-height: 26px;
    position: relative;
}
#page_sizes + .styledSelect {
    left: -9px;
}
.options li[rel=""] {
    display: none;
}

.filters-clear .bttn-delete-item {
    position: absolute;
    top: 7px;
    right: 0;
    border: 0px saddlebrown;
}

.collection-filter-and-sort .collection-filter [type="button"] {
    padding: 0;
    border: 0px solid;
    background: transparent;
    width: 25px;
    height: 25px;
    display: inline flow-root;
    outline: none;
    vertical-align: middle;
}


.collection-filter-and-sort .collection-filter .bttn-delete-item {
    display: none;
    cursor: pointer;
    width: 25px;
    height: 17px;
    border: 0px solid;
    background: url("close.svg") no-repeat center center / 35% transparent;
    vertical-align: text-top;
}
.collection-filter .curr_filter_values {
    display: none;
    font-weight: 700;
    white-space: normal;
}
[data-active-filter] .filter-title span[data-tab-anchor]:after {
    content: ":";
    display: inline;
    position: relative;
    left: -3px;
    background-color: transparent;
}
.curr_filter_values li {
    display: inline;
}
.curr_filter_values li:not(:last-child) span:after {
    content: ",";
    position: relative;
    display: inline;
    padding-right: 5px;
}

.collection-filter-and-sort .collection-filter [data-active-filter] .bttn-delete-item,
.collection-filter-and-sort .collection-filter [data-active-filter] .curr_filter_values {
    display: inline-block;
}

.collection-filter-and-sort .collection-filter [data-active-filter] .filter-toggle {
    display: none;
}


.collection-filter-and-sort .collection-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0;
    padding: 0;
}
.filter__regular {
    display: flex;
    flex-direction: column;
}
.filter__right_column {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}
.collection-filter-and-sort .collection-filter > div {
    width: 100%;
}
.page_sizes__wrap, .collection-order {
    font-size: 14px;
}
.collection-order.is-order .styledSelect,
.collection-order.is-order .options li {
    text-align: right;
    line-height: 21px;
    padding: 1px 10px 1px 0;
}

.collection-filter .filter-title {
    margin-top: 0px;
    margin-bottom: 0px;
}

.collection-order-wrapper {
    flex: 1 1 20%;
    justify-content: flex-start;
    display: flex;
    align-items: self-start;
    line-height: 25px;
}
.price-and-tags {
    padding: 0 30px 0;
    border-bottom: 1px solid #c4bdc5;
}
.filter__price_wrap,
.filter__tags_wrap {
    min-height: 70px;
    padding-right: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.filter__tags_wrap {
    padding-left: 25px;
    border-left:  1px solid #c4bdc5;
}
/* .filter__regular {
    border-right:  1px solid #c4bdc5;
} */
.filter__numeric {
    padding: 25px 45px 25px;
}
.many-paramters, .many-options {
    padding: 25px 30px 25px;
}
.many-paramters + .many-options {
    padding: 0 30px 25px;
    margin-top: -25px;
}

.size-and-order {
    border-top: 1px solid #c4bdc5;
    padding: 0 30px 20px;
}
.size-and-order .product__available {
    position: relative;
}
.size-and-order > div {
    display: flex;
    align-items: flex-end;
    padding-top: 5px;
}
.filter-title {
    display: inline;
    /* white-space: nowrap; */
}
.filter__price {
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
}
.filter__price .filter-title,
.filter__numeric .filter-title {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    flex: 1 1 20%;
    white-space: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-right: 20px;
}

.filter__numeric .filter-title {
    margin-top: 10px;
}
.filter__numeric > span {
    font-size: 12px;
    font-weight: 300;
    padding: 5px 0;
}
/* .filter-title span {
    cursor: pointer;
} */
.js-filter-range-slider {
    display: flex;
    flex-direction: column-reverse;
}
.range-slider-input div {
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
}
.range-slider-input div:first-child:after {
    position: absolute;
    right: -9px;
    top: 0;
    content: "-";
    display: inline-block;
    margin: 0 5px;
    line-height: 29px;
    font-size: 17px;
    font-weight: 700;
}

.filter-toggle.is-button-active {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.filter-toggle .styledSelect {
    padding: 0;
    background-color: transparent;
}

.is-button-active .styledSelect {
    opacity: .3;
}

.filter-toggle .styledSelect:after {
    right: 0px;
    width: 100%;
    height: 100%;
}

.color-label {
    /* height: 17px; */
    width: 100%; /* auto */
    display: flex;
    flex-wrap: nowrap;
    /* margin-bottom: 10px; */
    cursor: pointer;
}
.color-label span {
    line-height: 15px;
    cursor: pointer;
}

.color-name {
    font-size: 13px;
    padding-top: 4px;
}

.collection-filter-and-sort .collection-filter .filter .filter-items-wrapper {
    height: auto;
    width: auto;
    border: 0px solid;
    overflow: visible;
}

.filter-items-wrapper .bttn-delete-item {
    position: absolute;
    top: 0;
    right: 0;
}

.filter-items-wrapper.is-tab-active {
    max-height: 10000px;
    -webkit-transition: max-height 1.8s ease-in-out;
    -o-transition: max-height 1.8s ease-in-out;
    transition: max-height 1.8s ease-in-out;
    visibility: visible;
}

.filter-items-wrapper {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
    -o-transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
}

.collection-filter-and-sort .collection-filter .filter .filter-items-wrapper .filter-items-list {
    padding: 25px 40px;
}

.filter-items-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.filter-items-list.is-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.filter-items-list.is-tags li {
    padding: 9px 10px;
}

.filter-items-list.is-tags span {
    color: #42474c;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
}
.filter-items-list.is-tags .chkbx-control,
.filter-items-list.is-tags .filter-field-marker {
    visibility: hidden;
    display: none;
}
.filter-items-list.is-tags .chkbx-label {
    white-space: nowrap;
}

.filter-items-list.is-tags .chkbx-name-tag
 {
    padding: 3px 9px;
}

.filter-items-list.is-tags .chkbx:checked + .chkbx-name-tag ,
.filter-items-list.is-tags .chkbx-name-tag.clear  {
    background-color: #eff3f4;
}
.filter-items-list.is-tags .chkbx-name-tag.clear {
    line-height: 21px;
    padding: 5px 9px;
}
.chkbx-label {
    cursor: pointer;
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.chkbx-label > span {
    font-size: 13px;
}
.chkbx-label .chkbx-control {
    left: 0;
    position: absolute;
    top: 0;
}

.chkbx + .chkbx-control::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -3px;
    top: 1px;
    width: 150%;
    height: 150%;
    background-image: url("check1.svg");
    background-repeat: no-repeat;
    background-position: 3px 9px;
    -webkit-background-size: 65% 65%;
    background-size: 67%;
    opacity: 0;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
}
.chkbx:checked + .chkbx-control::after {
    opacity: 1;
}

.collection-size-and-pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-top: 29px;
}

.collection-size-and-pagination .collection-order-wrapper {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    -ms-flex-negative: 5;
    flex-shrink: 5;
}

.collection-size-and-pagination .pagination {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    -webkit-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    flex-shrink: 1;
    margin-left: auto;
}

.collection-size-and-pagination .collection-size-wrapper .collection-size {
    flex: 0 1 20%;
    justify-content: flex-start;
    display: flex;
    align-items: self-start;
    font-size: 12px;
    text-transform: uppercase;
}

.collection-size .label-field {
    color: #222939;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    padding-right: 19px;
    line-height: 35px;
    display: inline-block;
}
.collection-size .page_size-radio {
    cursor: pointer;
    margin: 0 9px 0 21px;
    color: #222939;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 35px;
    display: inline-block;
}

.page_size-radio-control {
    position: relative;
    line-height: 35px;
    display: inline-block;
}

.pagination {
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #004271;
}

.pagination > .pagination-item {
    line-height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    position: relative;
}

.pagination-link {
    display: block;
    padding: 6px 7px;
    height: auto;
    min-width: 7px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}

.pagination-item:first-child .pagination-link .arrows {
    transform: rotate(90deg);
}

.pagination-item:last-child .pagination-link .arrows {
    transform: rotate(-90deg);
}
.pagination-link .fa {
    padding: 0 10px;
}

.page_size-radio [type="radio"]:checked + .page_size-radio-control,
.pagination-item.is-current .pagination-link {
    font-weight: 700;
    border: 0px solid;
}

.catalog__text {
    padding: 20px 0;
}

.catalog__text_capton {
    font-size: 18px;
    font-weight: 700;
}
.catalog__tags {
    position: relative;
    left: -10px;
    padding: 30px 0;
    line-height: 25px;
}
.catalog__tags a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    padding: 0 10px;
}

.co-checkout-title,
.page-title {
    padding: 1px 0 1px;
    text-align: center;
    text-transform: unset;
    font-weight: 700;
}

.page-content {
    padding: 10px 50px 150px;
}


@media (max-width: 768px) {
  .page-content {
    padding: 10px 10px 10px;
}
}

.alertify-notifier {
    font-size: 17px;
}

/* line 2599, indiz.scss */

.checkout__container {
    padding: 50px 0;
    text-align: center;
}

/* line 2603, indiz.scss */

.co-login {
    padding: 55px 0;
}

/* line 2606, indiz.scss */

.co-login-form_placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid whitesmoke;
    border-left: 0px solid;
    border-right: 0px solid;
}

/* line 2612, indiz.scss */

.co-form--login {
    width: 33%;
}

/* line 2616, indiz.scss */

.co-form-controls {
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-around;
}

/* line 2622, indiz.scss */

.co-input-label,
.co-notice--flash {
    line-height: 35px;
}

/* line 2626, indiz.scss */

.co-input-text {
    margin-bottom: 25px;
}

/* line 2628, indiz.scss */

.co-input-text input {
    width: 100%;
    line-height: 31px;
    text-align: center;
}

/* line 2634, indiz.scss */

.co-input-select select,
.co-input-select {
    width: 100%;
    line-height: 31px;
    text-align: center;
}

/* line 2640, indiz.scss */

.co-button {
    border: 0px solid;
    min-height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

/* line 2647, indiz.scss */

.co-button.co-button--link {
    background-color: transparent;
    color: #1e1e1e;
}

/* line 2650, indiz.scss */

.co-button.co-button--link:hover {
    text-decoration: underline;
}

/* line 2653, indiz.scss */

.co-button.co-button--link:after {
    border-bottom: none !important;
}

/* line 2657, indiz.scss */

.co-button.js-co-login-submit {
    cursor: pointer;
    margin-bottom: 10px;
}

/* line 2662, indiz.scss */

.co-notice--flash {
    color: #6a4741;
}

/* line 2665, indiz.scss */

#new_client,
.co-input--nested {
    display: flex;
    flex-direction: column;
}

/* line 2671, indiz.scss */

.article_tags {
    font-size: 27px;
    text-align: center;
}

/* line 2675, indiz.scss */

.collections__more {
    position: relative;
    margin: 0 -20px 230px;
}

/* line 2679, indiz.scss */

.leaders {
    padding-top: 85px;
    padding-bottom: 65px;
}

/* line 2682, indiz.scss */

.leaders .leaders__wrap {
    position: relative;
}

/* line 2684, indiz.scss */

.leaders .leaders__wrap .section_title {
    margin-top: 0;
}

/* line 2691, indiz.scss */

.carousel_container {
    position: relative;
}

/* line 2696, indiz.scss */

.dynamic_basket-submit {
    background-color: black;
}

/* line 2698, indiz.scss */

.dynamic_basket-submit:hover {
    background-color: #313131;
}

/* line 2702, indiz.scss */

.dynamic_basket-incart {
    background-color: #edebe9;
    text-align: center;
    color: #313131;
}

/* line 2706, indiz.scss */

.dynamic_basket-incart:hover {
    background-color: #ddd;
}

.co-input--empty_nested .co-input-label {
    transform: translateY(50%);
}

.co-input--nested .co-input-label {
    top: -10px;
}

.m-input {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.js-button-checkout_submit,
.m-modal-button--checkout {
    background-color: #313131 !important;
}

.m-input--checkbox {
    flex-direction: row;
}

input#client_consent_to_personal_data {
    width: 13px;
    margin: 0 30px;
}

.m-input-label {
    margin: 1rem 0;
}

.m-input--checkbox .m-input-label {
    flex: 1 1 70%;
}

.m-input--checkbox #client_consent_to_personal_data {
    flex-basis: 10%;
    width: 17px;
    height: 17px;
    line-height: 17px;
    margin: 7px;
}

#quick_checkout_form input {
    border: 3px solid #edebe9;
    height: 55px;
    padding: 0 30px;
    width: 70%;
}

#quick_checkout_form span.twitter-typeahead {
    padding: 0 30px;
    width: 70%;
}

#quick_checkout_form #shipping_address_full_locality_name {
    width: 100%;
}

.co-section--checkout_content {
    padding: 35px;
}

.adaptive .co-sidebar {
    box-shadow: none;
    border: 0px solid;
}

.m-modal-close {
    background: url("close.svg") no-repeat center center/11px transparent;
}

.template-is-collection .catalog > .container {
    padding: 10px 0 0;
    margin-top: -10px;
}
.template-is-collection .product__list {
    margin-top: 10px;
}

.collection-filter .filter,
.collection-order-wrapper .filter {
    padding: 0;
}

.collection-filter :before,
.collection-order-wrapper :before {
    font-size: 11px;
}


.collection-filter-and-sort .collection-filter .filter .filter-title {
    padding: 3px 10px 3px 0;
    position: relative;
    display: inline-block;
    line-height: 31px;
}


.filter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
}

.filter-field-marker {
    color: #bdbdbd;
    flex-basis: 13px;
    height: 13px;
    line-height: 1.7rem;
    background-color: white;
    margin-right: 0.5rem;
    position: relative;
    border: 1px solid #bdbdbd;
    width: 13px;
    display: inline-block;
}

.collection-filter-and-sort .collection-filter .filter .filter-items-wrapper .filter-body {
    padding: 0;
}

.collection-filter-and-sort .collection-filter .filter .filter-items-wrapper .filter-items-list {
    padding: 5px 25px;
}

.collection-filter-and-sort .collection-filter .filter .filter-items-wrapper .filter-color {
    /* border: 1px solid #c2c2c2; */
    padding: 0px;
    margin-right: 10px;
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    cursor: pointer;
}

.collection-filter .filter .filter-items-wrapper .filter-color[title="белый"],
.collection-filter .filter .filter-items-wrapper .filter-color[title="полярно-белый"],
.collection-filter .filter .filter-items-wrapper .filter-color[title="прозрачный лак"] {
    background: #fff;
}

.collection-filter .filter .filter-items-wrapper .filter-color[title="чёрный"],
.collection-filter .filter .filter-items-wrapper .filter-color[title="бело-чёрный"] {
    background: #000;
}

.collection-filter .filter .filter-items-wrapper .filter-color[title="айвори"] {
    background: #cdaf8b;
}

.collection-filter .filter .filter-items-wrapper .filter-color[title="антрацит"] {
    background: #242424;
}

.collection-filter .filter .filter-items-wrapper .filter-color[title="бежевый"] {
    background: #f4f0e0;
}

.collection-filter .filter .filter-items-wrapper .filter-color[title="бордо"] {
    background: #7d232c;
}

.collection-filter .filter .filter-items-wrapper .filter-color[title="золото"] {
    background: #ffd700;
}

.collection-filter .filter .filter-items-wrapper .filter-color[title="капучино"] {
    background: #cdaf8b;
}

.collection-filter .filter .filter-items-wrapper .filter-color[title="красный"] {
    background: #e34249;
}

.collection-filter .filter .filter-items-wrapper .filter-color[title="латунь"] {
    background: #c8bfb2;
}

.collection-filter .filter .filter-items-wrapper .filter-color[title="манхэттен"] {
    background: #a2a2a2;
}

.collection-filter .filter .filter-items-wrapper .filter-color[title="матовая сталь"] {
    background: #e9e9e9;
}

.collection-filter .filter .filter-items-wrapper .filter-color[title="медь"] {
    background: #ce886c;
}


.collection-filter .filter .filter-items-wrapper .filter-color[title="нержавеющая сталь"] {
    background: #d8d4cf;
}

.collection-filter .filter .filter-items-wrapper .filter-color[title="никель"],
.collection-filter .filter .filter-items-wrapper .filter-color[title="белый/никель"]  {
    background: #dedad9;
}

.collection-filter .filter .filter-items-wrapper .filter-color[title="сапфир"] {
    background: #6db7d6;
}

.collection-filter .filter .filter-items-wrapper .filter-color[title="слоновая кость"] {
    background: #ccc9b8;
}

.collection-filter .filter .filter-items-wrapper .filter-color[title="титан"] {
    background: #474747;
}

.collection-filter .filter .filter-items-wrapper .filter-color[title="хром"],
.collection-filter .filter .filter-items-wrapper .filter-color[title="белый/хром"]  {
    background: #f0f0f0;
}

.collection-filter .filter .filter-items-wrapper .filter-color[title="шоколад"] {
    background: #83614f;
}

.collection-filter .filter .filter-items-wrapper .filter-color[title="графит структурный"] {
    background: #656565;
}

.collection-filter .filter .filter-items-wrapper .filter-color[title="тёмный структурный графит"] {
    background: #464646;
}

.collection-filter .filter .filter-items-wrapper .filter-color[title="белый-хром"] {
    background: #ecece9;
}

.collection-filter .filter .filter-items-wrapper .filter-color[title="чёрный матовый"] {
    background: #2c2c2c;
}

.collection-filter .filter .filter-items-wrapper .filter-color[title="серый"] {
    background: #aec0c4;
}

.collection-filter .filter .filter-items-wrapper .filter-color[title="зелёный"] {
    background: #50b849;
}

.filter-color[title="белый"],
.filter-color[title="полярно-белый"],
.filter-color[title="прозрачный лак"] {
    border: 1px solid #c2c2c2;
}

input[type="checkbox"]:checked + .filter-color {
    border: 2px dotted #42474c;
}

input[type="checkbox"]:checked + .filter-color[title="чёрный"],
input[type="checkbox"]:checked + .filter-color[title="шоколад"],
input[type="checkbox"]:checked + .filter-color[title="антрацит"],
input[type="checkbox"]:checked + .filter-color[title="титан"],
input[type="checkbox"]:checked + .filter-color[title="бордо"],
input[type="checkbox"]:checked + .filter-color[title="графит структурный"],
input[type="checkbox"]:checked + .filter-color[title="тёмный структурный графит"],
input[type="checkbox"]:checked + .filter-color[title="чёрный матовый"],
input[type="checkbox"]:checked + .filter-color[title="серый"] {
    border: 2px dotted #fff;
}

.color-name.check-color-bold {
    font-weight: 700;
}

.collection-filter-and-sort .collection-order-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 400;
}

.collection-filter-and-sort .collection-order-wrapper .collection-order select {
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(46, 46, 46, 0.5);
    font-weight: 400;
    padding-right: 13px;
}

.filters-clear.in-filter {
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    color: white;
    background: url("close-menu-white.svg") no-repeat 93% center / 15px #004271;
}

.filters-clear.in-filter:hover {
    background-color: #e10600;
}

.reviews-wrapper {
    display: flex;
    flex-direction: column;
}
.reviews-wrapper .button3 {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}
.reviews-wrapper .form-field {
    width: 100%;
    border: 0px solid;
    border-bottom: 3px solid #222939;
}
.reviews-form {
    display: none;
}
.added-title {
    padding: 30px 0 10px;
    text-align: center;
    font-size: 25px;
}
.added-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.added-content .button {
    width: 100%;
}
.added-link {
    cursor: pointer;
    height: 30px;
    text-align: center;
    padding: 0 30px;
    line-height: 49px;
    outline: none;
    white-space: nowrap;
    min-width: 195px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.added-link.product__buy {
    margin: 0;
    background-image: none;
    min-width: 195px;
}
.js-quick_view .product__buy {
    max-width: 250px;
    margin: 35px auto 10px;
    font-family: Gilroy;
}
.js-quick_view .product-title {
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 45px 0 7px;
    padding: 0 30px;
}
#quick-view {
    cursor: default;
}
a.quick-view:hover {
    color: white !important;
}
.gallery-slide img {
    cursor: zoom-in;
}
.cart-empty {
    padding: 10%;
    text-align: center;
    font-size: 30px;
}

.template-is-checkout2 .content {
    margin-top: 141px;
}

.content .co-menu.co-menu--personal {
    justify-content: center;
    display: flex;
}
.template-is-checkout2 .header-wrapper {
    padding-bottom: 0;
    box-shadow: 0 1px 0 0 #ebf0f5, 0 0px 25px rgba(0, 0, 0, 0.15);
}
.template-is-checkout .page-title,
.template-is-checkout2 .page-title {
    padding: 35px 0 35px;
    font-size: 30px;
}
.template-is-checkout2 .teplonetHeader > .row {
    justify-content: space-between;
}
.template-is-checkout2 .teplonet_main-wrapper {
    margin-top: 0px;
    position: relative;
    padding-right: 50%;
}
.co-sidebar-wrapper {
    position: absolute;
    right: 0;
    top: 50px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.co-input--checkbox .co-toggable_field-input--checkbox {
    height: 1.5em;
    font-size: 21px;
}
.links.fl {
    display: flex;
}
.links.fl .co-menu-item--personal {
    flex: 1 1 auto;
    margin-top: 0;
}
.links.fl .co-menu-item--personal span {
    white-space: nowrap;
    /* padding-right: 15px; */
    padding: 0 8px;
}
.co-sidebar-wrapper .co-sidebar {
    overflow-y: visible;
}
.co-sidebar {
    position: sticky;
    top: 70px;
}
.co-basket {
    margin: 0 auto;
}

.search-results-toolbar {
    padding-bottom: 150px;
}
.template-is-search .notice {
    text-align: center;
}
.collection-notice {
    width: 100%;
}
.collection-notice .notice {
    text-align: center;
}

.collection-notice .notice-warning {
    font-size: 20px;
    /* color: #e10600; */
}

.collection-notice .notice-warning a {
    font-weight: 600;
    text-decoration: underline solid #e10600;
}

.dynamic_basket {
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 1px 3px 1px #868686;
    box-shadow: 0 1px 3px 1px #868686;
}
.dynamic_basket form {
    text-align: center;
}
.dynamic_basket .button1  {
    margin: 0 auto;
}

.dynamic_basket-header {
    text-align: center;
    padding: 1rem;
}

.dynamic_basket-empty {
    padding: 1rem 0;
}

.dynamic_item {
    border-bottom: 3px solid #f1f1f1;
    padding: 11px 0;
}
.dynamic_item > .row {
    flex-wrap: nowrap;
}
.dynamic_item-quantity,
.dynamic_item .quantity {
    margin: 0 0.5em;
}

.dynamic_basket-drop {
    width: 300px;
    z-index: 15;
    position: absolute;
    top: 1000000%;
    opacity: 0;
    left: calc(-300px + 100%);
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}
.teplonetHeader__icon.show-dynamic_basket
.dynamic_basket-drop {
    top: 100%;
    opacity: 1;
}
.dynamic_item-title {
    font-size: 13px;
    font-weight: 700;
    position: relative;
    display: block;
    margin: 0 0.5em;
    padding: 0;
    text-align: left;
    color: #222939;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    white-space: normal;
}
.dynamic_basket-total {
    flex-wrap: nowrap;
    padding: 10px;
}
.dynamic_item-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.js-favorite {
    padding-bottom: 75px;
}
.template-is-account .page-title {
    padding: 0;
    margin: 0;
}
 #menu {
    display: none;
}
/* line 143, indiz.scss */
#menu .mobile_navline {
    position: relative;
    display: flex;
    height: 75px;
    justify-content: center;
    align-items: center;
}
/* line 149, indiz.scss */
#menu .mobile_navline .search__widget_mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
/* line 158, indiz.scss */
#menu .mobile_navline .search_widget-control {
    border: 0px solid;
    padding: 13px;
    width: 69%;
}
/* line 162, indiz.scss */
#menu .mobile_navline .search_top_close {
    padding: 15px 30px;
}
#menu .mobile_navline .teplonetHeader__icon.login {
    background-position: center center;
}
.search_top_close {
    cursor: pointer;
    background: url("close.svg") no-repeat center center/11px transparent;
    height: 19px;
    width: 19px;
    padding: 15px;
}
/* line 165, indiz.scss */
#menu .mobile_navline .inpt-group {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    background: #004271;
    height: 100%;
}
/* line 173, indiz.scss */
#menu .mobile_navline .teplonetHeader__icon {
    padding: 15px 30px;
    height: 19px;
    width: 19px;
    top: 0;
    left: 0;
}
/* line 179, indiz.scss */
#menu .mobile_navline .teplonetHeader__icon small {
    top: -13px;
    right: -20px;
    position: relative;
}
/* line 183, indiz.scss */
#menu .mobile_navline .teplonetHeader__icon:after {
    border: 0px solid;
}
#menu .link-other .teplonetHeader__icon {
    width: auto;
    height: auto;
}
/* line 189, indiz.scss */
#menu .mobile_navline:after {
    display: none;
}
/* line 192, indiz.scss */
#menu .mobile_logo {
    position: relative;
    height: 75px;
}
/* line 200, indiz.scss */
#menu .mobile_logo:after {
    display: none;
}
/* line 203, indiz.scss */
#menu .mobile_logo:before {
    display: none;
}
/* line 207, indiz.scss */
#menu .mobile_navline:before {
    display: none;
}
/* line 210, indiz.scss */
#menu ul.mm-spn--open {
    top: 0px;
}
.logotype.in-mobile {
    width: 100% !important;
    text-align: center;
    height: auto;
}
.logotype.in-mobile img {
    width: 70px;
}
.mobile_navline .teplonetHeader__icon.login {
    background-image: url("icon-login-red.svg");
}
.mm-spn--open #opt-button {
    position: relative;
    width: 100%;
    height: 50px;
}
.mm-spn--open #opt-button .menu__link {
    width: 100%;
    padding: 20px 23px;
    background-color: #b42923;
    color: white;
    background-image: none;
}
.additional {
    font-size: 11px;
    text-align: right;
    display: flex;
    flex-wrap: nowrap;
}
.address {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    padding-right: 30px;
}

#cata-button {
    display: flex;
    flex: 0 0 50%;
    font-size: 14px;
    line-height: 23px;
    font-weight: 700;
    text-align: center;
}
#opt-button {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
#opt-button .menu__link {
    width: 171px;
    padding: 0 15px 0 33px;
    background: url("icon-price-button.svg") no-repeat 10px center #b42923;
}
.close-icon,
.burger-icon {
    display: inline-block;
    width: 15px;
    height: 50px;
    background: url("arrow_more-white.svg") no-repeat center center / 100% transparent;
    position: relative;
    left: -5px;
    bottom: 0;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.burger-icon {
    background-image: none;
}
.burger-icon:after {
    display: none;
    width: 10px;
    height: 10px;
    border-top-width: 0;
    border-left-width: 0;
    border-bottom-width: 3px;
    border-right-width: 3px;
    border-style: solid;
    border-color: white;
    transform-origin: -100%;
    transform: rotate(45deg);
    transition: transform .1s ease;
    content: "";
    margin-left: 8px;
    margin-top: 56%;
}
.no-mobile .burger-icon {
    background-image: url("burger-white.svg") ;
}
.close-icon {
    bottom: -50px;
    left: -25px;
    width: 17px;
    background-image: url("close-menu-white.svg");
}
.dl-active .close-icon {
    bottom: 0;
}
.dl-active .burger-icon {
    bottom: 50px;
}
.swiper-pagination-bullet {
    height: 30px;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.25);
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, .9);
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}
.swiper-pagination-bullet:hover {
    -webkit-box-shadow: 0px 0px 0px 3px #e10600;
    -moz-box-shadow: 0px 0px 0px 3px #e10600;
    box-shadow: 0px 0px 0px 3px #e10600;
}
.promo__form {
    padding: 0;
    background: transparent;
    position: absolute;
    width: 100%;
    height: 600px;
    top: 0;
    left: 0;
    z-index: 3;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}
.promo__wrap .p-form {
    padding-top: 21px;
    padding-bottom: 21px;
    color: white;
    width: 100%;
    overflow: hidden;
    background-image: radial-gradient(circle 200px at center, rgba(87, 92, 97, 0.55) 0%, rgba(42, 48, 53, 0.55) 100%);
}
.p-form_caption {
    color: #ffffff;
    font-size: 24px;
    padding: 0 40px;
    border-bottom: 1px solid rgba(6, 34, 63, 0.3);
    box-shadow: 0px 1px 0px 0px rgba(161, 163, 161, .3);
}
.p-form_caption span {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    display: block;
    top: -7px;
    height: 30px;
}
.p-form_relative {
    position: relative;
    overflow: visible;
    width: 100%;
    left: 0;
    height: auto;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.p-form_relative.next-step {
    left: -100%;
}
.next-step .p-form_mainwrap {
    position: relative;
}
.next-step .p-form_pre-main{
    position: absolute;
}
.p-form_pre-main,
.p-form_mainwrap {
    padding: 13px 40px 0;
}
.p-form_mainwrap {
    position: absolute;
    width: 100%;
    left: 100%;
    top: 0;
}
.licenses_wrap {
    flex-direction: row;
    flex-wrap: nowrap;
    display: none;
}
.p-form input[type="checkbox"] {
    width: auto;
    height: 26px;
}
.p-form input, .p-form textarea, .p-form select, .p-form .button {
    width: 100%;
    padding: 13px;
    font-size: 1.1em;
    margin: .3em 0;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    outline: none;
    border: 1px solid white;
}
.p-form .button {
    background: transparent;
    color: white;
    cursor: pointer;
    text-align: left;
    padding: 5px 17px;
    margin-top: 15px;
    background: url("arrow-right-white.svg") no-repeat 90% center / 8px transparent;
}
.choise__wrap {
    min-height: 65px;
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 7px;
    margin-top: 5px;
    margin-bottom: 13px;
    text-decoration: none;
    cursor: pointer;
}
.choise__wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 65px;
    width: 65px;
    border: 0px solid white;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.77) 0%, rgba(0, 0, 0, .01) 100%);
}

.choise__wrap label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    height: 70px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}


.checkbox {
    margin-bottom: 0.2em;
}

  /* для элемента input c type="checkbox" */
.custom-checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-checkbox>span {
    user-select: none;
    padding-left: 85px;
    display: block;
    position: relative;
    z-index: 20;
}
.custom-checkbox > span:before {
    content: "";
    position: absolute;
    top: -24px;
    left: -1px;
    height: 67px;
    width: 67px;
    border: 3px solid transparent;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.77) 0%, rgba(0, 0, 0, .01) 100%);
}

.choise__wrap:nth-child(1) .custom-checkbox>span::before {
    background: url("choise_1.svg") no-repeat center center transparent;
}
.choise__wrap:nth-child(2) .custom-checkbox>span::before {
    background: url("choise_2.svg") no-repeat center center transparent;
}
.choise__wrap:nth-child(3) .custom-checkbox>span::before {
    background: url("choise_3.svg") no-repeat center center transparent;
}
.choise__wrap:hover .custom-checkbox>input:not(:disabled):not(:checked)+span::before {
    border-width: 3px;
    border-color: #222939;
}
.choise__wrap:hover .custom-checkbox>input+span {
    text-decoration: underline;
}

.custom-checkbox>input:not(:disabled):active+span::before {
    border: 3px solid #e10600;
}

.custom-checkbox>input:checked+span::before {
    border: 3px solid #e10600;
}


.sticky {
    display: block;
    position: sticky;
    top: 110px;
    height: 100%;
    border: 1px solid yellowgreen;
}

.product__detalization {
    background-color: #f6f6f6;
    padding-top: 15px;
    padding-bottom: 35px;
}

@media screen and (max-width: 768px) {
.product__detalization {
    padding-bottom: 0px;
}

}

.product__form {
    border: 3px solid #004271;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product__info_1 {
    padding: 25px 35px;
    border-bottom: 1px solid #c4bdc5;
}
.product__info_2,
.product__variants,
.product__quan,
.product__price-buy,
.product__fields-special,
.product__cashback {
    padding: 25px 50px 0;
}
.info_2_wrap {
    width: 100%;
    position: relative;
}
.product__info_2 .product__available {
    position: relative;
}
.product-block .product__available {
    position: relative;
}
.product__available_inf {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    font-size: 12px;
    font-weight: 300;
}
.product__info_2 .product__available_inf {
    position: relative;
}
.product__available_count,
.product__available_unit {
    margin-left: .3em;
    line-height: 1.2rem;
    font-size: 12px;
    font-weight: 700;
    /* color: #56b753; */
}
.product__available_count {
    margin-left: .5em;
    font-size: 14px;
}
.price-buy_wrap {
    background-color: #eff3f4;
    padding: 30px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.price-buy_options {
    position: relative;
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
    pointer-events: none;
    width: 100%;
}
.price-buy_options [type="checkbox"] {
    display: none;
}

.price-buy_options input[type="checkbox"] + .chkbx-control {
    width: 1em;
    height: 1.5em;
    margin-right: 10px;
}
.price-buy_options .chkbx-control {
    left: 0;
    position: absolute;
    top: 0;
}
.price-buy_options > span {
    font-size: 13px;
}
.price-buy_options > span {
    display: inline-block;
    vertical-align: middle;
}

.price-buy_options .product__big_price {
    flex: 1 0 41%;
    color: #c8c8c8;
    font-size: 21px;
    font-weight: 400;
    padding: 0;
    text-align: right;
}
.price-buy_options .buy_options_checked .product__big_price {
    color: #42474c;
    font-size: 30px;
    font-weight: 400;
    padding: 0;
}
.price-buy_options .buy_options_checked .buy_options_text {
    color: #42474c;
}
.product__info_footer {
    padding: 25px 35px;
    text-align: center;
    border-top: 1px solid #c4bdc5;
}
.bttn-favorite.in-prod {
    height: auto;
    width: auto;
    font-size: 12px;
    font-weight: 300;
    padding-left: 25px;
    background: url("heart.svg") no-repeat center left transparent;
}
.bttn-small-compares.in-prod {
    height: auto;
    width: auto;
    font-size: 12px;
    font-weight: 300;
    padding-left: 25px;
    background: url("compare.svg") no-repeat center left transparent;
    display: inline-block;
    margin-right: 20px;
}
/* .product__form .bttn-small-compares {
    width: 30px;
} */
.product__info_delivery {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 300;
}
.price-buy_options > .row {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.buy_options_text {
    color: #918f8f;
    flex: 1 1 35%;
    white-space: nowrap;
  padding: 1px 0;
}
.style-blue {
    color: #194a9e;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.style-gray {
    color: #918f8f;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin: 17px 0;
}
.delivery-date,
.delivery-pickup {
    position: relative;
}
.icon-pickup,
.icon-delivery {
    position: relative;
    display: inline-block;
    top: 3px;
    width: 25px;
    height: 15px;
    background: url("icon-delivery.svg") no-repeat center center / 100% transparent;
}
.icon-pickup {
    width: 13px;
    height: 15px;
    background: url("icon-pickup.svg") no-repeat center center / 100% transparent;
}

.product__buy {
    display: block;
    min-width: 165px;
    width: 100%;
    border: 0px solid;
    background: url("icon-cart-white.svg") no-repeat 93% center #ee2a27;
    text-align: center;
    color: #ffffff;
    line-height: 31px;
    font-size: 14px;
    font-weight: 500;
    margin: 25px 0 10px;
    cursor: pointer;
}

.product__buy.buy_absolute {
    width: 200px;
    position: absolute;
    top: -65px;
    left: 50%;
    margin-left: -100px;
}
.product__fastbuy {
    width: 100%;
    min-width: 165px;
    line-height: 30px;
    border: 1px solid #42474c;
    color: #42474c;
    font-size: 14px;
    font-weight: 400;
    padding: 0 21px;
    background-color: transparent;
    cursor: pointer;
}
.product__cashback {
    padding: 3px 10px;
    margin: 10px 50px 30px;
    background-color: #c3def0;
    color: #004271;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
}
.icon-cashback {
    position: relative;
    display: inline-block;
    vertical-align: text-top;
    width: 25px;
    height: 15px;
    background: url("icon-cashback.svg") no-repeat center center / 100% transparent;
}
.cashback_value {
    white-space: nowrap;
}
.icon-question {
    position: relative;
    display: inline-block;
    width: 19px;
    height: 19px;
    font-size: 15px;
    padding: 0 5px;
    border: 1px solid #004271;
    border-radius: 50%;
    line-height: 18px;
    font-weight: 500;
    cursor: help;
}

.gallery__item {
    min-height: 675px;
}
.product__analogs {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}
.block_caption {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    background-color: #42474c;
}
.product__analogs .card_small {
    margin-top: 20px;
}
.card_small .product-img__wrap {
    height: 115px;
}
.product__analogs .card_small .product-img__wrap {
    height: auto;
}
.card_small .prod-title {
    padding-top: 10px;
}
.card_small .prod-descrip {
    width: 100%;
}
.card_small .price_wrap {
    flex-basis: 50%;
}
.tabs__wrap {
    display: flex;
}
.ttab {
    cursor: pointer;
    line-height: 30px;
    border: 1px solid #42474c;
    color: #42474c;
    font-size: 14px;
    font-weight: 400;
    padding: 0 21px;
    background-color: transparent;
    margin: 0 10px 10px 0;
}

.ttab.is-button-active  {
    border: 2px solid #42474c;
    font-weight: 700;
}
.tabs__content {
    margin-top: 10px;
}
.tabs__content .t-row-like {
    width: 80%;
    display: flex;
    flex-wrap: nowrap;
}
.tabs__content .t-cell-like {
    background: white;
    padding: 3px 10px;
    margin: 3px 20px 3px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 31px;
}

@media screen and (max-width: 768px) {
    .tabs__content .t-cell-like {
        margin: 3px 5px 3px 0;
    }
}

.t-row-like .t-cell-like:first-child {
    flex: 1 0 60%;
}
.t-row-like .t-cell-like:last-child {
    flex: 1 0 60%;
    text-align: center;
    border: 1px dotted #c4bdc5;
    /* white-space: nowrap; */
}
.product__related .block_caption {
    margin-bottom: 20px;
}
.product__related .card_small {
    margin-bottom: 20px;
}
.product__related_wrap {
    background: white;
    margin: 0 auto;
    padding: 20px 10px 0;
}
.product__tags_wrap {
    width: 100%;
    margin: 20px 0;
    padding: 25px 75px 0;
    border: 1px solid #9a9898;
}
.product__tags_caption {
    display: block;
    margin: 3px 0;
    width: 100%;
}
.product__carousel_wrap {
    width: 100%;
}
.product__carousel_wrap  #rel_products {
    margin-top: 20px;
}
.product__carousel_wrap .block_caption {
    margin-bottom: 20px;
}
.product__carousel_wrap .block_caption:first-child,
.product__carousel_wrap.recently h5 {
    padding-left: 30px;
}
.product__portfolio_related {
    max-height: 285px;
}
.product__portfolio_related .portfolio__link {
    max-height: 272px;
    padding: 0px 0 110%;
}
.product__portfolio_crousel {
    position: relative;
}
.portfolio__info {
    height: 100%;
    background-color: #42474c;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    cursor: default;
}
#rel_products_portfolio {
    overflow: hidden;
    margin: 0 45px;
}
.button {
    width: 165px;
    line-height: 29px;
    border: 1px solid #42474c;
    color: #42474c;
    font-size: 14px;
    font-weight: 400;
    padding: 0 21px;
}
.bg-white {
    background-color: white;
    padding: 20px;
}
.product__carousel_wrap .button {
    margin: 20px 0;
    outline: none;
}
.product__carousel_wrap.recently h5 {
    text-align: left;
}
.js-recently_view {
    overflow: hidden;
}
.slide-is-recently form {
    width: 100%;
}
.slide-is-recently .bttn-small-compares {
    width: 12px;
}
.js-product-gallery-main .gallery-slide {
    max-height: 625px;
}
.gallery-thumbs-wrap .swiper-button-next,
.gallery-thumbs-wrap .swiper-button-prev {
    right: auto;
    left: calc(50% - 20px);
}

.gallery-thumbs-wrap .swiper-button-next{
    top: auto;
    bottom: 0;
    transform: rotate(90deg);
}
.gallery-thumbs-wrap .swiper-button-prev {
    top: 0;
    bottom: auto;
    transform: rotate(90deg);
}
#image_gallery_1 {
    overflow: hidden;
}
#image_gallery_1 img {
    max-height: 625px;
}
.bttn-reg, button.co-button, .co-button, .picker-button {
    background-color: #004271;
    border-radius: 0;
}
.cart__title-line {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
align-items: center;
}
.cart__title-line h1 {
    flex: 1 1 50%;
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    margin: 10px 0;
}
.cart__title-line .cart-back-to-catalog,
.cart__title-line .cartRemoveAll {
    flex: 1 1 25%;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    text-align: right;
}

.icon-back-to {
    width: 23px;
    height: 9px;
    background: url("icon-back-to.svg") no-repeat center center / 79% transparent;
    display: inline-block;
}
.icon-clear-cart {
    cursor: pointer;
    display: inline-block;
    width: 25px;
    height: 17px;
    border: 0px solid;
    background: url("close.svg") no-repeat center center / 43% transparent;
    vertical-align: text-top;
}
.icon-money-cart {
    height: 30px;
    width: 70px;
    background: url("icon-cart-money.svg") no-repeat 79% center / 60px transparent;
}
.cart-items-subtext {
    padding: 30px 0;
    background-color: #eff3f4;
    color: #42474c;
    font-size: 14px;
    font-weight: 300;
    margin: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#cart-add {
    cursor: default;
    padding-bottom: 45px;
}

.card_relative_products {
    margin-top: 20px;
}

.sticky-head {
    position: fixed;
    top: 0;
    width: 100%;
}
.sticky + .content {
    padding-top: 102px;
}
a:not([class]):focus,
a:not(.no-transparent):hover {
    color: inherit;
}
.m-modal-close {
    background-image: none;
}
.product-prices {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@keyframes fadeEffect {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



/* lost style by Syn */
.notice.notice-info.text-info{
    font-size: 12px;
    font-style: italic;
    padding: 10px 0px !important;
}

.yourreviews{
    text-align: center;
    margin: 0 auto;
    padding: 25px;
}

.yourreviews button{
    display: block;
    margin: 15px auto;
}


/* list style */
ul.list, ol.list {
    padding-left: 3em;
    margin-bottom: 10px;
    width: 100%;
}

ul.list li {
    list-style-type: disc;
}


/* Select city cursor */
.teplonetHeader__icon.hide-m.cities {
    cursor: inherit;
}

/* Aligned product card on index-page */
.is-index-page .product.swiper-slide {
    height: auto;
}


/* Main-Styles ------------------------------------------------------------------------------------------------------ */
.main-styles {
    display: block;
}

.main-styles h1 {
    font-size: 2em;
    margin: .67em 0;
    font-weight: 700;
}

.main-styles h2 {
    font-size: 1.5em;
    margin: .83em 0;
    font-weight: 700;
}

.main-styles h3 {
    font-size: 1.17em;
    margin: 1em 0;
    font-weight: 700;
}

.main-styles h4 {
    font-size: 1em;
    margin: 1.33em 0;
    font-weight: 700;
}

.main-styles h6 {
    font-size: .67em;
    margin: 2.33em 0;
    font-weight: 700;
}

.main-styles p,
.template-is-page_404 p {
    margin: 0 0 1em;
}

.main-styles ol,
.main-styles ul,
.template-is-page_404 ul {
    padding-left: 40px;
    margin: 0 0 .7em;
}

.main-styles ol {
    list-style-type: decimal;
    line-height: 1.4em;
}

.main-styles ul,
.template-is-page_404 ul {
    list-style-type: disc;
    list-style-position: outside;
    /* list-style: disc outside; */
    line-height: 1.4em;
}

.main-styles ul ul {
    list-style: circle outside;
    margin: 0;
}

.main-styles li,
.template-is-page_404 li {
    list-style-type: inherit;
}

.main-styles em,
.main-styles i {
    font-style: italic;
}

.main-styles table {
    border: 1px solid #e7e7e7;
    margin-bottom: 25px;
}

.main-styles tbody {
    vertical-align: middle;
    border: inherit;
}

.main-styles tr {
    vertical-align: inherit;
    border: inherit;
}

.main-styles td {
    vertical-align: inherit;
    border: inherit;
    padding: 5px 10px;
}

.main-styles th {
    vertical-align: inherit;
    border: inherit;
    padding: 5px 10px;
    font-weight: 700;
    text-align: center;
    background-color: #f6f6f6;
}

.main-styles a {
    /* color: #335d8a; */
    color: #5080c2;
    text-decoration: underline;
}

.main-styles a:focus, .main-styles a:hover {
    /* color: #1e3752; */
    color: #335d8a;
    text-decoration: none;
}

.main-styles .btn-primary-red:hover {
    color: #ffffff;
    background-color: #b42923;
}

.main-styles .btn-primary-red {
    display: inline-block;
    background-color: #ee2a27;
    min-width: 110px;
    padding: 8px 22px;
    border-radius: 5px;
    height: 40px;
    text-decoration: none;
    color: #ffffff;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-align: center;
    transition: all 300ms;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25)
}

/* tick-list */
.main-styles ul.tick-list, .main-styles .tick-list li {
    list-style: none;
}

.main-styles ul.tick-list {
    margin: 0;
    padding: 0;
    letter-spacing: 0.04em;
}

.main-styles .tick-list li {
    display: flex;
    align-items: center;
}

.main-styles ul.tick-list>li:not(:last-child) {
    margin-bottom: 0.75em;
}

.main-styles .tick-list li::before {
    content: url('data:image/svg+xml;utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M6.875%2017.1875H6.8125C6.63854%2017.1774%206.4686%2017.131%206.31361%2017.0514C6.15862%2016.9717%206.02199%2016.8606%205.9125%2016.725L0.287502%209.85C0.116619%209.59175%200.0476748%209.27927%200.0940277%208.9731C0.140381%208.66692%200.298732%208.38885%200.538398%208.19276C0.778065%207.99667%201.08199%207.89652%201.39128%207.91171C1.70057%207.92691%201.99321%208.05636%202.2125%208.275L6.475%2013.475C6.54069%2013.5495%206.62148%2013.6091%206.712%2013.65C6.80251%2013.6909%206.90069%2013.712%207%2013.712C7.09932%2013.712%207.19749%2013.6909%207.28801%2013.65C7.37853%2013.6091%207.45931%2013.5495%207.525%2013.475L17.8625%203.125C18.1111%202.88962%2018.4431%202.76265%2018.7854%202.77203C19.1276%202.78141%2019.4521%202.92636%2019.6875%203.175C19.9229%203.42364%2020.0498%203.7556%2020.0405%204.09786C20.0311%204.44011%2019.8861%204.76462%2019.6375%205L7.7625%2016.875C7.51866%2017.0908%207.20025%2017.2029%206.875%2017.1875Z%22%20fill%3D%22%23ee2a27%22%2F%3E%0A%3C%2Fsvg%3E');
    width: 20px;
    height: 20px;
    margin-right: 25px;
    flex-shrink: 0;
}

.main-styles .mt-14 {
    margin-top: 14px;
}
/* END Main-Styles -------------------------------------------------------------------------------------------------- */


/* page-prices ------------------------------------------------------------------------------------------------------ */
.page-prices table {
    width: 85%;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.page-prices tbody {
    vertical-align: middle;
    border: inherit;
}

.page-prices tr {
    vertical-align: inherit;
    border: inherit;
}

.page-prices td {
    vertical-align: inherit;
    border: inherit;
    padding: 5px 7px;
}

.page-prices tr td:nth-child(1) {
    width: 130px;
    text-align: center;
    padding: 0 5px;
}

.page-prices tr td:nth-child(2) {
    width: 15%;
    text-align: center;
    font-weight: 700;
    font-size: 1.17em;
}

.page-prices tr td:nth-child(3) {
    width: 20%;
}

.page-prices tr td:nth-child(4) {
    width: 50%;
}

.page-prices tr td:nth-child(5) {
    width: 1%; /* auto */
}

.page-prices a {
    color: #5080c2;
    text-decoration: underline;
    padding: 0 0 0 20px;
    background: url(https://static.insales-cdn.com/files/1/4157/23900221/original/downloadfolder_87542_16.png) 0 0 no-repeat;
    background-size: 12px 12px;
    background-position: 2px 4px;
    transition: none;
}

.page-prices a:hover {
    color: #0f3e7d;
    font-weight: 700;
}

.page-prices table img {
    max-width: 113px;
    max-height: 113px;
    object-fit: contain;
    min-height: auto;
    height: 113px;
}
/* END page-prices -------------------------------------------------------------------------------------------------- */


/* page-shops ------------------------------------------------------------------------------------------------------- */
.page-shops h2 {
    font-size: 1.5em;
    margin: .83em 0;
    font-weight: 700;
}

.page-shops a {
    color: #5080c2;
    text-decoration: underline;
}

.page-shops a:focus, .page-shops a:hover {
    color: #335d8a;
    text-decoration: none;
}
/* END page-shops --------------------------------------------------------------------------------------------------- */


/* page-contacts ---------------------------------------------------------------------------------------------------- */
.page-contacts {
    font-size: 18px;
    font-family: arial, helvetica, sans-serif;
}

.page-contacts a {
    color: #335d8a;
    text-decoration: underline;
}

.page-contacts a:focus, .page-contacts a:hover {
    color: #1e3752;
    text-decoration: none;
}

.page-contacts .contact {
    padding-bottom: 15px;
}

.page-contacts .shift-line {
    padding-left: 15px;
}

.page-contacts img.icon {
    padding-right: 5px;
}

.page-contacts .contact-block {
    padding-bottom: 30px;
}

.page-contacts .socials img {
    margin-right: 15px;
}

.page-contacts h3 {
    font-size: 1.17em;
    margin: 1em 0;
    font-weight: 700;
}

.page-contacts h4 {
    font-size: 1em;
    margin: .8em 0;
    font-weight: 700;
}

.page-contacts h6 {
    font-size: .67em;
    margin: 2.33em 0;
    font-weight: 700;
}

.page-contacts .shop-details {
    margin: 0 0 15px 30px;
}
/* END page-contacts ------------------------------------------------------------------------------------------------ */


/* Персональное меню, кастомизация. Добавить */
.links.fl .co-menu-item--personal:hover {
    background-color: #e6e6e6;
}

.profile.fr {
    font-weight: 600;
    color: #575757;
    background-color: #EEE;
    padding: 0 8px;
}

.profile.fr a:hover {
    /* font-weight: 600; */
    color: #DD4848;
}

/* DropdownMenu. Добавить */
.dropdown {
    display: block;
    cursor: pointer;
}

ul.sublinks li a {
    color: #000000;
    background: #F6F6F6;
    border-bottom: 1px solid #cccccc;
    font-weight: normal;
    text-decoration: none;
    display: block;
    width: 100px;
    text-align: center;
    margin-top: 2px;
}

ul.sublinks li a:hover {
    background: #F9DFDF;
}

ul.sublinks {
    display: none;
}


/* сертификаты на главной ------------------------------------------------------------------------------------------- */
.page-certificates h2 {
    font-size: 2em;
    margin: .67em 0;
}

.scale1 {
    transition: .5s;
    position: relative;
}

.scale1:hover {
    transform: scale(1.2);
    z-index: 3;
}

.scale2 {
    transition: 0.5s;
    /* display: block; */
    overflow: auto;
    position: relative;
}

.scale2:hover {
    transform: scale(1.7);
    z-index: 3;
}

.brand-certificates {
    position: relative;
}

img.certificate-mid_wrap {
    border: 3px solid #113D6C;
    margin-right: 12px;
}

.carousel_serts__link img {
    border: 2px solid #113D6C;
}
/* END сертификаты на главной --------------------------------------------------------------------------------------- */


/* photos */
.photos {
    margin-bottom: 1em;
    /* display: flex; */
}

.photos img {
    margin-right: 8px;
}

/* social-icon */
.social-icon-img {
    /* border-radius: 120%; */
    width: 50px;
    height: 50px;
    transition: transform 1s;
}

.social-icon-img:hover {
    transform: rotateY(360deg);
}

/* .soc-wrap-scale {
    text-align: center;
} */

.soc-wrap-scale .social-icon-img {
    transition: transform .3s;
}

.soc-wrap-scale .social-icon-img:hover {
    transform: scale(1.2);
}


/* banner-social */
.psevdomap-mob {
    position: relative;
}

.psevdomap-mob a {
    display: block;
    position: absolute;
    width: 15%;
    height: 25%;
}


/* Всплывающее окно при загрузке сайта */
/* базовый контейнер, фон затемнения*/
#overlay-select-city {
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.65); */
    position: absolute;
    z-index: 800;
    -webkit-animation: fadeCity .6s;
    -moz-animation: fadeCity .6s;
    animation: fadeCity .6s;
}

/* модальный блок */
.popup-select-city {
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    width: 85%;
    min-width: 200px;
    max-width: 210px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}

/* кнопка закрытия */
.closepopok {
    margin-top: 15px;
    width: 162px;
    height: 32px;
    border: none;
    border-radius: 0%;
    background-color: #004271;
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
    cursor: pointer;
    outline: none;
}

.closepopok:before {
    content: "Принять";
    color: white;
    font-size: 14px;
    font-weight: normal;
    transition: all 0.3s;
}

.closepopok:hover {
    background-color: #b42923;
}

/* анимация при появлении блоков с содержанием */
@-webkit-keyframes fadeCity {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes fadeCity {
    from {opacity: 0;}
    to {opacity: 1;}
}


/* page 404 --------------------------------------------------------------------------------------------------------- */
.template-is-page_404 h1 {
    /* font-size: 150px; */
    /* margin: 75px 0; */
    /* font-family: "Gilroy"; */
    text-align: center;
    font-size: 2em;
    margin: .67em 0;
    font-weight: 700;
}

.content-404 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content-404 img {
    margin: 0 auto;
}

.links-404 {
    display: flex;
    padding: 15px 0;
    /* width: 50%; */
}

.links-404 .link {
    color: white;
    font-size: 14px;
}

.links-404 a {
    margin: 0 60px;
    padding-top: 5px;
    width: 162px;
    height: 34px;
    background-color: #004271;
    display: block;
    text-align: center;
    transition: all 0.3s;
}

.links-404 a:hover {
    background-color: #b42923;
    color: white;
}
/* END page 404 ----------------------------------------------------------------------------------------------------- */


/* recently-view-alt */
.recently-view-alt {
    position: relative;
    margin-bottom: 25px;
}

.recently-view-alt h2 {
    font-size: 1.17em;
    margin: 1em 0;
    font-weight: 700;
}


/* button primary */
.bttn-prim {
    border: none;
    padding: 0 6px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    color: white;
    background-color: #004271;
}

.bttn-prim:hover {
    background-color: #b42923;
}

.bttn-prim-t2:hover {
    color: #b42923;
}

.mask-slider-input:hover {
    cursor: text;
}


/* button filter-submit */
.filter-submit.bttn-prim {
    height: 40px;
}

@keyframes glowing-red {
    0% { background: radial-gradient(#b42923 0%, #004271); box-shadow: 0 0 2px #b42923; }
    50% { background: radial-gradient(#b42923 30%, #004271); box-shadow: 0 0 9px #f17974; }
    100% { background: radial-gradient(#b42923 0%, #004271); box-shadow: 0 0 2px #f8373000; }
}

.filter-submit.bttn-prim.animation {
    animation: glowing-red 250ms linear 1 backwards running;
}


/* fields-special --------------------------------------------------------------------------------------------------- */
.fields-special {
    background-color: #eff3f4;
    padding: 30px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.fields-special a {
    text-decoration: underline;
    color: #335d8a;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    transition: all 300ms;
}

.fields-special a:focus, .fields-special a:hover {
    color: #1e3752;
    text-decoration: none;
}

.fields-special a::after {
    content: url(arrow-right-solid.svg);
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    padding-top: 2px;
}
/* END fields-special ----------------------------------------------------------------------------------------------- */


/* main background */
.content {
    background-color: #fbfbfb;
}

.carousel_serts__slider .swiper-slide {
    background-color: #fbfbfb;
}


/* distributors__infoblocks greyscale */
.distributors__infoblocks .img__relative .product-img {
    filter: grayscale(0.7);
    transition: all 300ms;
    object-fit: cover;
}


/* fix главная картинка товаров наезжала не рамки слева */
.gallery-wrapper.pallette_1 {
    padding-left: 4px;
}


/* new cart button -------------------------------------------------------------------------------------------------- */
.teplonetHeader__mainnav .button__group {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

#cart-button,
.menu__compare,
.menu__favorites {
    border-left: 2px solid white
}

#cart-button.cart-not-empty {
    background-color: #e10600;
}

#cart-button .menu__link {
    width: 171px;
    justify-content: left;
}

#cart-button .menu__link span,
.cart_info {
    z-index: 1;
}

.icon_cart {
    width: 45px;
    height: 30px;
    z-index: 1;
    background: url("icon-cart-white_30.svg") no-repeat 10px center transparent;
}
/* END new cart button ---------------------------------------------------------------------------------------------- */


/* favorites and compares button ------------------------------------------------------------------------------------ */
.menu__compare .menu__link,
.menu__favorites .menu__link {
    width: 60px;
    color: white;
}

.menu__compare span,
.menu__favorites span,
#cart-button span.cart_count {
    position: absolute;
    border-radius: 50%;
    right: 4px;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 1px solid #004271;
    background: #e10600;
    font-size: 11px;
    font-style: normal;
    text-align: center;
    line-height: 18px;
    z-index: 1;
}

#cart-button span.cart_count {
    right: unset;
    left: 34px;
}


.teplonetHeader__mainnav .icon_compare,
.teplonetHeader__mainnav .icon_favorites {
    height: 26px;
    width: 100%;
    z-index: 1;
}

.teplonetHeader__mainnav .icon_compare {
    background: url("compare-white.svg") no-repeat center center transparent;
    background-size: contain;
}

.teplonetHeader__mainnav .icon_favorites {
    background: url("heart_white.svg") no-repeat center center transparent;
    background-size: contain;
}

.menu__compare span.is-empty,
.menu__favorites span.is-empty,
#cart-button span.cart_count.is-cart-empty {
    display: none;
}
/* END favorites and compares button -------------------------------------------------------------------------------- */


/* new teplonetHeader ----------------------------------------------------------------------------------------------- */
.feedback-city__group {
    display: flex;
}

.phone-icon {
    margin-right: 5px;
    font-size: 15px;
}

.link-tel__wrap {
    margin-right: 10px;
}

.feedback-city__group .link-tel__wrap a {
    font-size: 14px;
    font-weight: 600;
}

.set-city .selectCity {
    font-size: 12px;
}

.teplonetHeader__icons .personal_area .login {
    display: flex;
    align-items: center;
    color: #004271;
}

.personal_area .login span {
    width: 60px;
    padding-left: .7em;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    /* color: #42474c; */
}

/* .personal_area .login span:hover, */
.teplonetHeader__icons .personal_area .login:hover {
    color: #b42923;
}

/* icon user as background */
/* brightness(0) saturate(100%) + ... */
/* .icon_user {
    background: url("user-single-solid.svg") no-repeat center center transparent;
    background-size: contain;
    height: 45px;
    width: 45px;
}
.icon_user:hover {
    filter: invert(14%) sepia(60%) saturate(6571%) hue-rotate(358deg) brightness(92%) contrast(112%);
} */

/* .burger-mobile a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("burger-white.svg") no-repeat center center transparent;
    background-size: 40%;
} */

.teplonetHeader > .container > .row {
    align-items: end;
}

.teplonetHeader__icons,
.teplonetHeader__phone {
    margin-bottom: 13px;
}

.teplonetHeader__mainnav .burger-mobile {
    width: auto;
    height: 100%;
}

.burger-mobile i {
    color: white;
    font-size: 26px;
}

.search_widget .inpt-group {
    background-color: #fbfbfb;
    border-left: 1px solid #fbfbfb;
    border-right: 1px solid #fbfbfb;
    border-top: 1px solid #fbfbfb;
    transition: all 300ms;
}

.search_widget .inpt-group:hover {
    border: 1px solid #004271;
}

#menu .mobile_navline.mm-phone {
    height: 30px;
}

@media screen and (max-width: 1500px) {
    .teplonetHeader__mainnav .menu__item span {
      padding: 10px;
    }

    .teplonetHeader__mainnav .menu__item .menu__link {
        padding-left: 0;
        padding-right: 0;
    }

    .promo-slider-teplonet .swiper-pagination {
        bottom: 60px;
    }
}

@media screen and (max-width: 1199px) {
    .teplonetHeader__logo img {
        margin-left: 3%;
    }

    .phonenumber.main-phone {
        font-size: 26px;
    }

    .feedback-city__group .link-tel__wrap a {
        font-size: 12px;
    }
}

@media screen and (max-width: 1109px) {
    .teplonetHeader__mainnav .menu__link {
        font-size: 14px;
    }

    .promo-slider-teplonet .swiper-pagination {
        bottom: 30px;
    }
}

@media screen and (max-width: 959px) {
    .phonenumber.main-phone {
        font-size: 22px;
    }

    .feedback-city__group .link-tel__wrap a {
        font-size: 11px;
    }

    .set-city .selectCity {
        font-size: 11px;
    }
}

@media screen and (max-width: 920px) {
    .teplonetHeader__icons .search_widget {
        width: 80%;
    }

    #dl-menu {
        padding-left: 0;
    }

    .no-mobile .burger-icon {
        background-image: url("arrow_more-white.svg");
    }
}

@media screen and (max-width: 768px) {
    #dl-menu {
        padding-left: 0;
        padding-right: 0;
    }

    .promo-slider-teplonet .swiper-pagination {
        bottom: 10px;
    }
}

@media screen and (max-width: 479px) {
    /* .phonenumber.main-phone {
        font-size: 16px;
        line-height: 25px;
    } */

    .teplonetHeader__mainnav .button__group {
        padding-left: 0;
        padding-right: 0px;
        display: block;
    }

    .teplonetHeader__logo img {
        max-height: 56px;
        max-width: 120px;
        margin-left: 0;
    }

    .header-wrapper.scrolled {
        /* margin-top: -204px !important; */
        margin-top: -130px !important;
    }

    .teplonetHeader__mainnav .burger-mobile {
        text-align: center;
    }

    #cart-button .menu__link {
        width: auto;
        justify-content: center;
    }

    .icon_cart {
        background-position-x: center;
    }

    .dl-menuwrapper button {
        background-color: #004271 !important;
    }

    .decor-new_year .dl-menuwrapper button,
    .decor-23_february .dl-menuwrapper button,
    .decor-8_march .dl-menuwrapper button,
    .decor-1_may .dl-menuwrapper button,
    .decor-9_may .dl-menuwrapper button,
    .decor-russia_day .dl-menuwrapper button,
    .decor-national_unity_day .dl-menuwrapper button {
        background-color: transparent !important;
    }

    #cart-button {
        border: none;
    }

    #cart-button span.cart_count {
        left: unset;
        right: 4px;
    }

    #cart-button.cart-not-empty {
        background-color: transparent;
    }

    .burger-mobile {
        background: none !important;
    }

    .dl-menuwrapper .dl-menu {
        left: -71px !important;
        width: 150% !important;
    }
}

/* dl-menu Меню Каталог */
.no-mobile .dl-menuwrapper li a {
    padding-top: 10px;
    padding-bottom: 8px;
    font-weight: 400;
}
/* END new teplonetHeader ------------------------------------------------------------------------------------------- */


/* teplonetFooter */
.teplonetFooter__links a:hover {
    text-decoration: underline;
}


/* card_micro */
.product__analogs .card_micro {
    margin-top: 12px;
}

.product__analogs .product-block.card_micro {
    height: auto;
}

.card_micro .product-wrapper {
    align-items: flex-start;
    height: 100%;
}

.card_micro .prod-title_wrap {
    margin: 3px 20px;
    position: relative;
}

.card_micro .prod-title {
    font-weight: 500;
}


/* delivery */
.page-delivery .main-styles h4 {
    margin-bottom: .5em;
    font-style: italic;
}

.page-delivery img.delivery {
    width: 300px;
    height: 150px;
    float: right;
    margin: 5px 20px;
}


/* file-document ---------------------------------------------------------------------------------------------------- */
.file-document {
    margin-bottom: 1.5em;
    display: flex;
    align-items: center;
}

.file-document a {
    display: flex;
    align-items: center;
    color: #335d8a;
    font-weight: 700;
}

.file-document a:hover {
    color: #1e3752;
    text-decoration: underline;
}

.file-document.type-jpg a {
    background: url(https://static.insales-cdn.com/files/1/6905/31759097/original/jpeg_64.png) no-repeat left center transparent;
    height: 64px;
    padding-left: 74px;
}

.file-document.type-png a {
    background: url(https://static.insales-cdn.com/files/1/6986/31759178/original/png_64.png) no-repeat left center transparent;
    height: 64px;
    padding-left: 74px;
}

.file-document.type-pdf a {
    background: url(https://static.insales-cdn.com/files/1/6933/31759125/original/pdf_64.png) no-repeat left center transparent;
    height: 64px;
    padding-left: 74px;
}

.file-document.type-docx a {
    background: url(https://static.insales-cdn.com/files/1/5007/31789967/original/docx_64.png) no-repeat left center transparent;
    height: 64px;
    padding-left: 74px;
}

.file-document.type-xlsx a {
    background: url(https://static.insales-cdn.com/files/1/5008/31789968/original/xlsx_64.png) no-repeat left center transparent;
    height: 64px;
    padding-left: 74px;
}

.file-document.type-zip a {
    background: url(https://static.insales-cdn.com/files/1/5009/31789969/original/zip_64.png) no-repeat left center transparent;
    height: 64px;
    padding-left: 74px;
}

.document-size {
    font-size: .8em;
    font-weight: 400;
    color: #918f8f;
    margin-left: .4em;
}
/* END file-document ------------------------------------------------------------------------------------------------ */


/* js-filter-range-slider */
.irs--flat .irs-min, .irs--flat .irs-max {
    top: 12px;
}

.irs--flat .irs-grid-pol {
    background: #aaabb3;
}

.range-slider-input .mask-slider-input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


/* Other */
.vertical-text {
    /* writing-mode: sideways-lr; */
    writing-mode: vertical-lr;
    transform:rotate(180deg);
}

.alert-text {
    color: #e5261e
}

.mr-5 {
    margin-right: 5px;
}
.mr-10 {
    margin-right: 10px;
}

.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}

.mt-80 {
    margin-top: 80px;
}

.yandex_rating__wrap {
    margin: 40px 0 23px;
}

.not_display {
    display: none;
}

[data-title]::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 1.45em;
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
    /* background: #3989c9d9; */
    background-color: #4d5258d0;
    color: white;
    padding: 0.2em 0.5em;
}

[data-title]:hover::after {
    opacity: 1;
}


/* go-top-butoon ---------------------------------------------------------------------------------------------------- */
.go-top-btn {
    cursor: pointer;
    width: 60px;
    height: 60px;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 30px;
    left: 30px;
    background-color: #5983b4b3;
    border-radius: 50%;
    transition: .1s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 999;
}

.go-top-btn--show {
    display: flex;
  }

.go-top-btn:hover {
    background-color: #5983b4;
}

.go-top-btn > svg {
    stroke: #fff;
    width: 20px;
    height: 20px;
    max-width: 100%;
}
/* END go-top-butoon ------------------------------------------------------------------------------------------------ */


/* ReCaptcha feedback form */
.form-row.recaptcha-wide {
    margin-left: -20px;
}

.feedback-modal .feedback-submit-block {
    margin-bottom: 0;
}


/* brand_collections ------------------------------------------------------------------------------------------------ */
.brand_collections {
    margin: 30px 0;
}

.collections-wrapper {
    display: flex;
    transition: all 300ms;
    padding: .8em 15px 0;
    width: 100%;
}

.collection-link-block {
    margin: 10px 15px 5px;
    background-color: #fff;
    border: 1px solid #dddddd;
    text-align: center;
}

.brand_collections .collection-link {
    background-color: #fff;
    color: #42474c;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    touch-action: manipulation;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.brand_collections .collection-link:hover {
    color: #e10600;
    text-decoration: underline;
}

.collection-title_wrap {
    padding: 4px 20px;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
/* END brand_collections -------------------------------------------------------------------------------------------- */


/* startup notification modal --------------------------------------------------------------------------------------- */
#notification-modal {
    max-width: 340px;
    opacity: 0.8;
}

.notification-modal {
    position: relative;
    max-width: 450px;
    /* min-height: 500px; */
    background: #fff;
    margin: auto;
    padding: 30px;
    text-align: center;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.notification-title {
    font-size: 24px;
    margin-bottom: 1.5rem;
}

.notification-row {
    margin-bottom: 1rem;
}

.notification-left {
    text-align: left;
}

.notification-flex {
    display: flex;
    justify-content: center;
}

.notification ul {
    margin: 0;
}

.notification-bttn {
    margin-top: 1.5rem;
}

.notification-field-wrap {
    max-width: 900px;
    margin: auto;
}

.feedback-field {
    width: 100%;
    font-size: 16px;
    padding: 8px 12px;
}
/* END startup notification modal ----------------------------------------------------------------------------------- */


/* post gallery */
.main-styles .mb_26 {
    margin-bottom: 26px;
}

.tape-image {
    margin-right: 15px;
    max-height: 310px;
}


/* video-help.blocks rutube */
.video-help__frame_rutube {
    cursor: pointer;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    transition: all 100ms;
}

.video-help__frame_rutube img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.video-help__frame_rutube iframe {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* fix product gallery__item image */
section.product .product__grid_half-left .gallery__item img {
    object-fit: contain;
    max-height: 625px;
}


/* main, index page */
.template-is-index .clients-groups,
.template-is-index .carousel_tabs_product,
.template-is-index .video-help,
.template-is-index .news-blocks,
.template-is-index .banners3,
.template-is-index .carousel_serts {
    margin-top: 80px;
}


/* montage-styles --------------------------------------------------------------------------------------------------- */
.montage-styles h2 {
    font-size: 1.5em;
    margin: 5em 0 2.125em 10px;
    line-height: 1.25em;
    font-weight: 700;
    text-transform: uppercase;
}

/* promo-montage */
.page-content-full {
    padding: 10px 0 150px;
}

.promo-montage {
    display: flex;
    flex-flow: row wrap;
    color: white;
}

.promo-montage .promo-montage-info {
    height: 600px;
    background-image: url("https://static.insales-cdn.com/files/1/4733/38826621/original/plromo_back.png");
    position: relative;
}

.title-promo {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.21875em;
    margin: 121px 0 24px;
    letter-spacing: 1px;
}

.title-promo-2 {
    color: #ee2a27;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing: 0.04em;
}

.promo-montage .montage-sections {
    display: flex;
    flex-flow: row wrap;
    height: 600px;
}

.promo-montage .bg {
    background-size: cover;
    height: 600px;
    overflow: hidden;
    transition: ease all 0.80s;
    z-index: 1;

    position: relative;
    /* width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; */

    /* -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; */
}

.promo-montage .section-apartment .bg {
    background: url('https://static.insales-cdn.com/files/1/4152/38826040/original/Slider_montazh_1.png') no-repeat left;
    background-size: cover;
}

.promo-montage .section-house .bg {
    background: url('https://static.insales-cdn.com/files/1/5502/38827390/original/Slider_montazh_2.png') no-repeat left;
    background-size: cover;
}

.promo-montage .section-commercial .bg {
    background: url('https://static.insales-cdn.com/files/1/4166/38826054/original/Slider_montazh_3.png') no-repeat left;
    background-size: cover;
}

.promo-montage .promo-show-block {
    font-size: 1.625em;
    line-height: 1.208em;
    font-weight: bold;
    text-align: right;
    position: absolute;
    bottom: 0px;
    margin-bottom: 33px;
    -webkit-transition: margin 0.5s linear, opacity 0.5s linear;
    -o-transition: margin 0.5s linear, opacity 0.5s linear;
    transition: margin 0.5s linear, opacity 0.5s linear;
    right: 14px;
    /* min-height: 100px; */
    text-shadow: 1px 1px 2px black, 0 0 .75em #292929;
    opacity: 1;
    z-index: 2;
}

.promo-montage .btn {
    position: absolute;
    right: 24%;
    bottom: 66px;
}


.montage-styles .montage-cards {
    display: flex;
    flex-flow: row wrap;
}

/* .montage-styles .card_wrapper {
    width: 100%;
    height: 100%;
} */

/* services-montage */
.montage-styles .photo-card {
    background-color: #e1e1e1;
    margin: 10px;
    /* height: 280px; */
    max-height: 280px;
    min-height: 100px;
    border-radius: 15px;
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.montage-styles .photo-card .title-photo-card {
    color: #ffffff;
    font-size: 1.5em;
    line-height: 1.25em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    position: absolute;
    bottom: 10px;
    left: 20px;
    letter-spacing: 0.04em;
    /* text-shadow: 1px 1px 2px black, 0 0 .75em #292929; */
}

.photo-card img {
    border-radius: 15px;
    object-fit: cover;
    filter: brightness(60%);
}

/* advantages-montage */
.montage-styles .icons-card {
    /* background-color: #e1e1e1; */
    margin: 10px;
    height: 200px;
    border-radius: 15px;
    border: 1px solid #004271;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
    padding-top: 38px;
    position: relative;
}

.montage-styles .info-advantages-card {
    line-height: 1.1875em;
    position: absolute;
    top: 126px;
    left: 0;
    right: 0;
}


/* working-easy-montage */
.montage-styles .stages-card {
    /* background-color: #e1e1e1; */
    height: 282px;
    margin: 10px 72px;
    text-align: center;
    line-height: 1.1875em;
    /* position: relative; */
}

.montage-styles .circle-icon {
    background-color: #004271;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    font-size: 4em;
    font-weight: 700;
    line-height: 1.6em;
}

.montage-styles .title-stages-card {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    /* position: absolute;
    top: 154px;
    left: 0;
    right: 0; */
    margin-top: 54px;
}

.montage-styles .info-stages-card {
    font-weight: 500;
    /* position: absolute;
    top: 204px;
    left: 0;
    right: 0; */
    margin-top: 30px;
}

/* consultation-montage */
.montage-styles .diagram-card {
    /* background-color: #e1e1e1; */
    display: flex;
    flex-flow: row wrap;
    height: 100px;
    margin: 10px;
    line-height: 1.1875em;
}

.montage-styles .montage-cards>.card_wrapper:not(:last-child) .diagram-card {
    margin-bottom: 15px;
}

.montage-styles .diagram-block {
    background-color: #004271;
    border-radius: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}

.montage-styles .diagram-block>span {
    color: #ffffff;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.219em;
    margin-left: 20px;
}

.montage-styles .info-diagram-wrap {
    height: 100%;
    margin-left: 24px;
    border-bottom: 1px solid #000000;
}

.montage-styles .info-diagram-card {
    font-weight: 500;
    max-width: 420px;
    height: 100%;
    display: flex;
    align-items: center;
}

/* carousel_partners */
.montage-styles .carousel_partners__slider {
    width: 100%;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.montage-styles .carousel_partners__slider .swiper-slide {
    background: transparent;
}

.montage-styles .carousel_partners__slider .swiper-slide img {
    margin-right: 70px;
}

.montage-styles .carousel_partners__wrap {
    padding: 0 9%;
    position: relative;
}

.montage-styles .swiper-button-next::after, .swiper-button-prev::after {
    font-size: var(--swiper-navigation-size);
}

#feedback-montage:before, .anchor-fix55 {
    display: block;
    content: "";
    height: 55px;
    margin: -55px 0 0;
}

@media screen and (max-width: 479px) {
    .title-promo {
        margin-top: 50px;
        font-size: 1.7em;
    }

    .montage-styles .stages-card {
        margin: 10px 40px;
    }
}
/* END montage-styles ----------------------------------------------------------------------------------------------- */
