@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700&display=swap');


/* CSS Document */
*:focus {
    outline: none;
}

body {
    font-size: 16px;
    line-height: normal;
    color: #000;
    margin: 0px;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}

body.grey {
    background: #F5F4F6;
}

a {
    text-decoration: underline;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.clear {
    clear: both;
}

p,
img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: normal;
    font-weight: normal;
    color: #40302C;
    position: relative;
    padding: 0px 0 30px 0;
    margin: 0px;
}

h1,
.h1 {
    font-size: 28px;
    line-height: 160%;
}

h2,
.h2 {
    font-size: 24px;
    line-height: 150%;
}

h3,
.h3 {
    font-size: 20px;
    line-height: 140%;
}

* {
    box-sizing: border-box;
}

table {
    border-spacing: 0px;
}

header,
nav,
section,
article,
aside,
footer {
    display: block
}

input,
button,
textarea,
select {
    font-size: 16px;
    outline: none;
    font-family: 'Open Sans', sans-serif;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

img {
    max-width: 100%;
    /*height: auto !important;*/
}

.site-width {
    width: 100%;
/*    max-width: 1120px;*/
    position: relative;
    padding:0 40px;
    margin: 0 auto;

}

.topline {
    background: #F5F4F6;
    padding: 0px 0;
    display:none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
/*    max-height: 450px !important;*/
}

.topline .site-width {
    display: flex;
    align-items: center;
}

.topline .city, .header .city, .footer .city{
    font-size: 12px;
    line-height: 24px;
    color: #40302C;
    display: flex;
    align-items: center;
    margin: 0 15px 0 0;
    cursor: pointer;
    position: relative;
}

.topline .city:before, .header .city:before, .footer .city:before {
    content: "";
    width: 13px;
    height: 12px;
    background: url(../images_new/geo.svg) no-repeat;
    margin: 0 10px 0 0;
}

.topline .city .confirm-city, .header .city .confirm-city, .footer .city .confirm-city{
    position: absolute;
    top: calc(100% + 15px);
    left: 0px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 8px 60px rgba(0, 11, 32, 0.1);
    padding: 28px 24px;
    z-index: 999;
    width: 316px;
    cursor: default;
}

.topline .city .confirm-city:before, .header .city .confirm-city:before, .footer .city .confirm-city:before {
    content: "";
    width: 16px;
    height: 8px;
    background: url(../images_new/arrow-popup.png) no-repeat;
    position: absolute;
    top: -8px;
    left: 20px;
}

.social .odnoklasniki {
    width: 19px;
    height: 16px;
    -webkit-mask: url(../images_new/odnoklassniki.svg) no-repeat 100% 100%;
    mask: url(../images_new/odnoklassniki.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #40302C;
}

.topline .city .confirm-city .name, .header .city .confirm-city .name {
    font-size: 15px;
    line-height: 24px;
    color: #40302C;
}

.topline .city .confirm-city .name span, .header .city .confirm-city .name span {
    color: #290707;
}

.topline .city .confirm-city .btn, .header .city .confirm-city .btn {
    display: flex;
    justify-content: space-between;
    margin: 28px 0 0 0;
}

.topline .city .confirm-city .yes, .header .city .confirm-city .yes {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    border: 0px;
    background: #FFFFFF;
    border: 1px solid #290707;
    box-sizing: border-box;
    border-radius: 4px;
    width: 31%;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #290707;
    height: 40px;
}

.topline .city .confirm-city .no, .header .city .confirm-city .no {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    border: 0px;
    width: 67%;
    background: #F5F4F6;
    border-radius: 4px;
    height: 40px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #8A8786;
}

.topline .time {
    font-size: 12px;
    line-height: 24px;
    color: #8A8786;
    flex: 1;
    padding: 0 20px 0 0;
}

.topline .phone {
    font-size: 12px;
    line-height: 24px;
    color: #290707;
    text-decoration: none;
}

.bottom span:before {
    content: "";
    width: 18px;
    height: 20px;
    background: url(../images_new/help-icon.png) no-repeat;
    margin: 0 10px 0 0;
}

.header-fixed .menu-fixed {
    flex: 1;
    padding: 0 0 0 20px;
}

.topline .menu ul.m-f,
.menu-fixed ul.m-f {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
}

.topline .menu li,
.menu-fixed li {
    margin: 0 35px 0 0;
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 0;
}

.topline .menu a,
.menu-fixed a {
    font-size: 12px;
    line-height: 24px;
    color: #8A8786;
    text-decoration: none;
}

.topline .menu li.sub:after,
.menu-fixed li.sub:after {
    content: "";
    width: 8px;
    height: 5px;
    background: url(../images_new/arrow.svg) no-repeat;
    margin: 0 0 0 5px;
}

.m-f li.sub ul {
    position: absolute;
    top: 100%;
    left: 0px;
    box-shadow: 0px 8px 60px rgba(0, 11, 32, 0.1);
    background: #FFFFFF;
    border-radius: 4px;
    padding: 10px 32px 16px 32px;
    z-index: 9999;
    display: none;
}

.m-f li.sub ul:before {
    content: "";
    width: 16px;
    height: 8px;
    background: url(../images_new/arrow-popup.png) no-repeat;
    position: absolute;
    top: -8px;
    left: 20px;
}

.m-f li.sub:hover ul {
    display: block;
}

.m-f li.sub ul li a {
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    white-space: nowrap;
}

.m-f li.sub ul li a:hover {
    color: #290707;
}

.m-f li.sub ul li {
    padding: 8px 0;
    margin: 0px;
}

.header {
    padding: 20px 0;
    background: #fff;
}

.header.shadow {
    box-shadow: 0px 1px 10px rgba(0, 5, 53, 0.06);
}

.header-mobile.shadow {
    box-shadow: 0px 1px 10px rgba(0, 5, 53, 0.06);
}

.header .site-width {
    align-items: center;
    display: flex;
}

.header .logo {
    margin: 0 100px 0 0;
    margin: 0 50px 0 0;
}

.header .logo a {
    display: block;
    width: 233px;
    height: 45px;
    background: url(../images_new/logo.png) no-repeat;
}

.button-catalog {
    background: #290707;
/*    border-radius: 4px;*/
    border: 1px solid #290707;
    width: 136px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 8px 0 0;
    transition: .4s;
}

.header .button-catalog span {
    display: flex;
    align-items: center;
}

.header .button-catalog span:before {
    content: "";
    width: 18px;
    height: 12px;
    background: url(../images_new/menu.svg) no-repeat;
    margin: 0 10px 0 0;
}

.header .button-catalog.active span:before, .header .block-menu:hover span:before {
    content: "";
    width: 12px;
    height: 8px;
    background: url(../images_new/dropdown-menu2.svg) no-repeat;
    margin: 0 10px 0 0;
}

.header .block-menu {
    position: relative;
}

.button-catalog.bottom_btn {
    position: absolute;
    top: 50%;
    width: 30%;
}

.left_ut {
    left: 0;
}

.center_ut {
    left: 50%;
}

.right_ut {
    left: 100%;
}


.btn_slaid_cjntent {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;

}

.button-catalog.bottom_btn:hover .btn_slaid_cjntent {
    color: #000000;
}

.button-catalog.bottom_btn:hover {
    background: transparent;

}

.button-catalog .btn_slaid_cjntent {
    display: block;
}

.header .catalog-block {
    position: absolute;
    top: calc(100% + 22px);
    left: 0px;
    background: #FFFFFF;
/*    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);*/
    padding: 15px 0;
    z-index: 999999999;
    display: none;
/*    width:800px;*/
    padding:0;
    min-width:280px;
}

.header .catalog-block ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 280px;
    flex:none;
    background: #290707;
}

.slick-dots {
    display: flex;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 90%;
    right: 50%;
    transform: translate(50%, 0%);
}

[role="presentation"] {
    list-style-type: none;
    margin-right: 5px;
    margin-left: 5px;
    justify-content: center;
}

[role="presentation"]:hover [role="tab"] {
    background: #290707;
    border: 1px solid transparent;
    cursor: pointer;
}

[role="tab"] {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    border: 1px solid #c4c2c2;
    background: transparent;
    transition: .4s;
}

.slick-active [role="tab"] {
    background: #290707;
    border: 1px solid transparent;
}

.header .catalog-block ul ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 255px;
    position: absolute;
    top: 0px;
    left: 100%;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
    display: none;
}

.header .catalog-block li:hover>ul {
    display: block;
}

.header .catalog-block li {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    position: relative;
}

.header .catalog-block ul ul li {
    padding: 10px 30px;
}

.header .catalog-block li:before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 555px;
    border: 1px solid #40302C;
    margin: 0 15px 0 0;
    flex-shrink: 0;
    transition: .4s;
}

.header .catalog-block li:hover:before {
    background: #290707;
    border: 1px solid transparent;
}

.refer {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 160%;
    color: #290707;
    display: block;
    text-align: center;
    margin-bottom: 80px;
}

.header .catalog-block ul ul li:before {
    display: none;
}

.header .catalog-block li:hover {
    background: #F5F4F6;
    background: #290707;
}

.header .catalog-block li a {
    text-decoration: none;
    font-size: 15px;
    line-height: 24px;
    color: #40302C;
}

.header .catalog-block li.red a {
    color: #290707;
}

.header .catalog-block li.sub:after {
    content: "";
    width: 8px;
    height: 13px;
    /*background: url(../images_new/dropdown-menu.svg) no-repeat right center;*/
    flex: 1;
}

.header .search {
    flex: 1;
    background: #FFFFFF;
    border: 1px solid #E0E4EA;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    height: 40px;
    margin: 0 25px 0 0;
}

.search-mobile-block .search {
    background: #FFFFFF;
    border: 1px solid #E0E4EA;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    height: 40px;
    margin: 8px 16px 16px 16px;
}

.search-mobile-block .close {
    position: absolute;
    top: 12px;
    cursor: pointer;
    right: 15px;
    width: 14px;
    height: 14px;
    display: block;
    background: url(../images_new/close-filter.svg) no-repeat;
}

.header .search input,
.search-mobile-block .search input {
    width: 100%;
    height: 38px;
    border: 0px;
    padding: 0 25px;
    font-size: 14px;
    line-height: 24px;
    color: #ACAEB5;
}

.header .search input::placeholder,
.search-mobile-block .search input::placeholder {
    color: #ACAEB5;
}

.header .search button,
.search-mobile-block .search button {
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: url(../images_new/search.svg) no-repeat;
    margin: 0px;
    padding: 0px;
    border: 0px;
    position: absolute;
    top: 10px;
    right: 15px;
}

.header-fixed .search button,
.search-mobile-block .search button {
    top: 10px;
    left: 15px;
}

.header-fixed .search input,
.search-mobile-block .search input {
    padding: 0 25px 0 50px;
}

.header-fixed .close {
    position: absolute;
    top: 12px;
    cursor: pointer;
    right: 15px;
    width: 14px;
    height: 14px;
    display: block;
    background: url(../images_new/close-filter.svg) no-repeat;
}

.header .favorite {
    font-size: 12px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #40302C;
    text-decoration: none;
    position: relative;
}

.header .favorite .link {
    text-decoration: none;
    font-size: 0px;
    line-height: 24px;
    color: #40302C;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .favorite .link:before {
    content: "";
    display: block;
    margin: 0 10px 0 0;
    width: 20px;
    height: 18px;
    background: url(../images_new/favorite.svg) no-repeat;
}

.header .cart .link {
    text-decoration: none;
    font-size: 0px;
    line-height: 24px;
    color: #40302C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .cart .link:before {
    content: "";
    display: block;
    margin: 0 10px 0 0;
    width: 20px;
    height: 17px;
    background: url(../images_new/cart.svg) no-repeat;
}

.fz_0 {
    text-decoration: none;
/*    font-size: 0px;*/
    line-height: 24px;
    color: #40302C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fz_0:before {
    content: "";
    display: block;
    margin: 0 10px 0 0;
    width: 15px;
    height: 15px;
    background: url(../images_new/Vector.svg) no-repeat;
    background-size: cover;
}


.header .favorite .window {
    padding: 17px 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #40302C;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 8px 60px rgba(0, 11, 32, 0.1);
    width: 225px;
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 9999;
    display: none;
}


.header .favorite.add:after {
    content: "";
    display: block;
    background: #290707;
    width: 9px;
    height: 9px;
    border-radius: 555px;
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 999;
}

.fixed-search-btn {
    font-size: 0px;
    line-height: 24px;
    align-items: center;
    color: #40302C;
    text-decoration: none;
    position: relative;
    margin: 0 20px 0 0;
/*    display: none;*/
display: flex;
    cursor: pointer;
}

.header-fixed .fixed-search-btn {
    display: flex;
}

.fixed-search-btn:before {
    content: "";
    display: block;
    margin: 0 10px 0 0;
    width: 18px;
    height: 18px;
    background: url(../images_new/search.svg) no-repeat;
}

.header .cart {
    font-size: 12px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #40302C;
    text-decoration: none;
    position: relative;
    margin: 0 20px 0 20px;
}

.header .cart .window {
    padding: 17px 20px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #40302C;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 8px 60px rgba(0, 11, 32, 0.1);
    width: 225px;
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 9999;
    display: none;
}

.header .cart .window.add,
.header .favorite .window.add {
    width: 380px;
    text-align: left;
}



.header .cart.add:after {
    content: "";
    display: block;
    background: #290707;
    width: 9px;
    height: 9px;
    border-radius: 555px;
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 999;
}
.cart span.cart_count{
    display: flex;
    align-items:center;
    justify-content:center;
    background: #290707;
    width: 15px;
    height: 15px;
    font-size:10px;
    color:#fff;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 999;
}

.header .cart .window .title-total {
    font-size: 15px;
    line-height: 24px;
    color: #40302C;
    margin: 0 0 16px 0;
}

.header .cart .window .title-total span {
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    color: #40302C;
}

.header-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
/*    z-index: 999999999;*/
z-index: 9999;
    background: #fff;
    padding: 10px 0;
}

.header-fixed .catalog-block {
    top: calc(100% + 10px);
}

/*.header-fixed .logo {
    display: none;
}

.header-fixed .search {
    display: none;
}*/

.header .window ::-webkit-scrollbar {
    width: 3px;
}

.header .window ::-webkit-scrollbar-track {}

.header .window ::-webkit-scrollbar-thumb {
    background: #E0E4EA;

}

.section-1 {
    position: relative;
/*    background: #F5F4F6;*/
}

.window-cookies-block {}

/*
.window-cookies-bg
{
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.87);
z-index: 99999999999999;
overflow: auto;
width: 100%;
height: 100%;
}
*/

.window-cookies {
    display: block;
    width: 100%;
    max-width: 360px;
    padding: 24px 32px;
    font-size: 14px;
    line-height: 24px;
    color: #363636;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: -8px 10px 50px rgba(6, 0, 32, 0.22);
    position: absolute;
    bottom: 24px;
    /*right: 24px;*/
    /*top: 50%;*/
    left: 24px;
    z-index: 99999999999;
}

.window-cookies a {
    color: #290707;
    text-decoration: none;
}

.window-cookies .btn {
    display: flex;
    justify-content: space-between;
    margin: 28px 0 0 0;
}

.window-cookies .link {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #8A8786;
    text-decoration: none;
    background: #F5F4F6;
    border-radius: 4px;
    width: 48%;
    height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.window-cookies button {
    background: #290707;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 48%;
    height: 40px;
    border: 0px;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}


.section-1 .slide {
    background: linear-gradient(181.08deg, #F5F1F0 2.81%, #F3F3F2 31.19%, #F5F5F5 57.23%, #F3F3F3 80.33%, #F0F0F0 87.02%, #F1F1F1 98.41%);
    min-height: 610px;
    position: relative;
}

.section-1 .slide .slide-content {}


.section-1 .slide .site-width {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 120px 0 0 0;
}

.section-1 .slide .slide-content.center .site-width .title {
    margin: 0 auto;
    text-align: center;
}

.section-1 .slide .slide-content.right .site-width .title {
    float: right;
    text-align: right;
}

.section-1 .slide .slide-content .button-catalog {
    position: relative;
    min-width: 216px;
    width: auto;
    height: auto;
    top: auto;
    margin-top: 30px;
    display: inline-block;
    padding: 7px 14px;
    text-align: center;
}

.section-1 .slide .title {
    font-weight: 500;
    font-size: 42px;
    line-height: 100%;
    color: #40302C;
    max-width: 720px;
}

.section-1 .slide .title span {
    color: #290707;
}

.section-1 .nav-arrow .slick-arrow {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: 0px;
    background: none;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
/*    bottom: 205px;*/
top:50%;
margin-top: -20px;
    z-index: 999;
}

.section-1 .nav-arrow {
    margin: 0px 0 0 0;
}

.section-1 .nav-arrow .slick-prev {
    background: url(../images_new/left-default.svg) no-repeat;
    left: 50px;
}

.section-1 .nav-arrow .slick-prev:hover {
    background: url(../images_new/right-hover.svg) no-repeat;
    transform: rotate(180deg);
}

.section-1 .nav-arrow .slick-next {
    background: url(../images_new/left-default.svg) no-repeat;
    right: 50px;
    transform: rotate(180deg);
}

.section-1 .nav-arrow .slick-next:hover {
    background: url(../images_new/right-hover.svg) no-repeat;
    transform: rotate(0deg);
}

.section-2 {
    padding: 85px 0 0 0;
    padding: 60px 0 0 0;
}

.container .section-2 {
    padding: 0px;
}

.title-section {

    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 160%;
    color: #40302C;
    display: block;
    text-align: center;
    margin: 0 0 50px 0;
}

.title-section span {
    display: block;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #290707;
}

.section-2 .flex {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.section-2 .flex.reverse {
    flex-direction: row-reverse;
}

.section-2 .item {
    background: #FBFBFB;
    border: 1px solid #F5F4F6;
    box-sizing: border-box;
    border-radius: 0px;
    min-height: 320px;
    padding: 30px 50px 0 50px;
}

.section-2 .flex .item:first-child {
    width: 58%;
    margin: 0 2% 0 0;
}

.section-2 .flex .item:last-child {
    width: 40%;
}

.section-2 .flex.reverse .item:last-child {
    margin: 0 0% 0 0;
}

.section-2 .flex.reverse .item:first-child {
    margin: 0 0 0 2%;
}

.section-2 .item .name {
    font-size: 24px;
    line-height: 150%;
    color: #40302C;
    margin: 0 0 25px 0;
}

.section-2 .item a {
    font-size: 14px;
    line-height: 24px;
    color: #ACAEB5;
    background: #F5F4F6;
    border-radius: 20px;
    padding: 1px 10px;
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
}

.section-2 .item a:hover {
    background: #290707;
    border-radius: 20px;
    color: #fff;
}

.section-3 {
    margin: 125px 0 0 0;
    margin:60px 0 0 0;
    padding: 0 0 90px 0;
    padding: 0 0 60px 0;
    border-bottom: 1px #F5F4F6 solid;
}

.tabs__content {
    position: relative;
    left: -999999999px;
    top: -9999999999px;
    visibility: hidden;
    height: 0px;
}

.tabs__content.active {
    position: relative;
    visibility: visible;
    left: 0;
    height: auto;
    top: 0;
}

.tabs__caption {
    display: table;
    list-style: none;
    padding: 0px;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    overflow: hidden;
    padding: 6px;
    margin: 0 auto 40px auto;
}

.tabs__caption li {
    height: 30px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 24px;
    color: #ACAEB5;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
}

.tabs__caption li.active {
    color: #FFFFFF;
    background: #290707;
    border-radius: 20px;
}

.tabs__content {
    margin: 0px 0 0 0;
}

.section-3 .title-section {
    margin: 0 0 15px 0;
}

.section-catalog {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.section-catalog .item {
    
    padding: 12px 12px 24px 12px;
    background: #FFFFFF;
    border: 1px solid #F5F4F6;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    width: 22.75%;
    margin: 0 1% 40px 1%;
}

/* .section-catalog .item:nth-child(4n) {
margin:0 0 0 0;
} */

.section-catalog.three .item {
    width: 31.333%;
/*    width:23%;*/
    margin: 0 1% 40px 1%;
}

.section-catalog.three .item img {
    max-height: 290px;
}

/*
.section-catalog.three .item:nth-child(4n) {
margin:0 3% 40px 0;
}

.section-catalog.three .item:nth-child(3n) {
margin:0 0% 40px 0;
} */

.section-catalog.three .item:hover {
/*    margin-bottom: 0px;*/
}

.section-catalog.slider .item {
    /* width:100%; */
/*    width: 256px !important;*/
/*    margin: 0 0% 40px 0;*/
/*    height: 415px !important;*/
}

.section-catalog.slider .item:hover {
    margin: 0px;
/*    height: 420px !important;*/

}

.section-catalog.slider .slick-slide {
    padding: 15px 15px;
}

.section-catalog .item .images {
    width: 232px;
    height: 232px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 35px 0;
}

.section-catalog .item .name {
    padding: 0 12px;
}

.section-catalog .item .name a {
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    text-decoration: none;
}

.section-catalog .item .price {
    /* padding: 0 12px; */
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    color: #290707;
    margin: 3px 0 15px 0;
}

/* стили для блока с описанием */
.item .item-descr {
    display: none;
    margin-bottom: 12px;
}

.item .item-descr ul {
    /*max-width: 185px;*/
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 12px;
}

.item .item-descr ul li {
    position: relative;
    list-style-type: none;
    display: flex;
    /*justify-content: space-between;*/

}

/*.item .item-descr ul li::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    z-index: 5;
    border-bottom: 2px dotted #828282;
}*/

.item .item-descr ul li span {
    background: #fff;
    z-index: 10;
}

.item .item-descr ul li span:nth-child(1) {
    color: #828282;
    max-width: 105px;
    padding-right: 2px;
}

.item .item-descr ul li span:nth-child(2) {
    width: 70px;
    color: #000;
    padding-left: 2px;
}

.item .item-descr ul li:not(:last-child) {
    margin-bottom: 10px;
}

.item .item-descr p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}




.section-catalog .item .btn {
/*    display: none;*/
display: flex;
    margin-top: auto;
    margin-bottom: 0;
    align-items: center;
    padding: 0;
    justify-content: space-between;
}
.section-catalog .item:hover .btn {
    padding: 0;
}

.section-catalog .item button {
    cursor: pointer;
    border: 0px;
    background: #290707;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 170%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 14px 0 0;
    flex: 1;
    height: 40px;
    padding: 0 5px;
}

.slick-track .item>div {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.section-catalog .item .fav {
    width: 40px;
    height: 40px;
    background: url(../images_new/favorite2.svg) no-repeat;
    display: block;
    flex-shrink: 0;
}

.section-catalog .item .fav:hover {
    background: url(../images_new/favorite2-hover.svg) no-repeat;
}

.section-catalog .item:hover {
    box-shadow: 0px 8px 20px rgba(0, 13, 47, 0.08);
    margin: 0 1% 0 1%;
}

/* .section-catalog .item:nth-child(4n):hover {
margin:0;
}

.section-catalog.three .item:nth-child(4n):hover {
margin:0 3% 0 0;
} */

.section-catalog .item .resize {
    width: 32px;
    height: 32px;
    display: none;
    background: url(../images_new/product-resize.svg) no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.section-catalog .item:hover .resize {
    display: block;
}

.section-catalog .item:hover .btn {
    display: flex;
    margin-top: auto;
    margin-bottom: 0
}

.section-catalog .item .item-descr {
    display: inline-block;
    min-height: 107px;

}

.section-catalog.slider .slick-arrow {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: 0px;
    background: none;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
/*    top: 160px;*/
top:50%;
margin-top: -60px;
    z-index: 9999;
}

.section-catalog.slider .slick-prev {
    background: url(../images_new/left-default.svg) no-repeat;
    left: 0px;
}

.section-catalog.slider .slick-prev:hover {
    background: url(../images_new/right-hover.svg) no-repeat;
    transform: rotate(180deg);
}

.section-catalog.slider .slick-next {
    background: url(../images_new/left-default.svg) no-repeat;
    right: 0px;
    transform: rotate(180deg);
}

.section-catalog.slider .slick-next:hover {
    background: url(../images_new/right-hover.svg) no-repeat;
    transform: rotate(0deg);
}

.section-3 .site-width {
    max-width: 1260px;
    max-width: 1268px;
}

.section-3 .slick-list {
/*    margin: 0 55px;*/
}

.section-4 {
    padding: 104px 0 0 0;
    padding: 60px 0 0 0;
}

.section-4 .flex {
    display: flex;
}

.section-4 .item {
    width: 31.333%;
    margin: 0 3% 0 0;
    text-align: center;
}

.section-4 .item:nth-child(3n) {
    margin: 0px;
}

.section-4 .item .icon {
    height: 46px;
    text-align: center;
    margin: 0 0 15px 0;
}

.section-4 .item .name {
    font-size: 19px;
    line-height: 160%;
    color: #40302C;
    margin: 0 0 10px 0;
}

.section-4 .item .desc {
    font-size: 14px;
    line-height: 24px;
    color: #8A8786;
}

.section-5 {
    background: #F5F4F6;
    padding: 105px 0 90px 0;
    margin: 100px 0 0 0;
     padding: 60px 0 60px 0;
    margin: 60px 0 0 0;
}

.section-5 .flex {
    display: flex;
}

.section-5 .item {
    overflow: hidden;
  /*  width: 24.5%;
    margin: 0 0 0 2%;*/
}

/*.section-5 .item:first-child {
    flex: 1;
    margin: 0px;
}*/

/*.section-5 .item .images {
    height: 344px;
    overflow: hidden;
}

.section-5 .item .images img {
    height: 100%;
    max-width: none;
    width: 100%;
    object-fit: cover;
}*/

/*.section-5 .item .name {
    margin: 25px 0 13px 0;
}*/

/*.section-5 .item .name a {
    font-size: 17px;
    line-height: 170%;
    color: #40302C;
    text-decoration: none;
}

.section-5 .item:first-child .name a {
    font-size: 19px;
    line-height: 160%;
}*/

/*.section-5 .item .link {
    font-weight: 600;
    font-size: 10.6216px;
    line-height: 170%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #290707;
    text-decoration: none;
}

.section-5 .item .link:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images_new/link-arrow.svg) no-repeat;
    margin: 0 0 0 10px;
}*/

.section-6 {
    padding: 80px 0 145px 0;
}

.section-6 .title-section {
    margin: 0 0 15px 0;
}

.section-6 .flex {
    display: flex;
    align-items: center;
    padding: 25px 0 0 0;
}

.section-6 .maps {
    width: 55%;
    margin: 0 4% 0 0;
}

.section-6 .block {
    width: 41%;
}

.section-6 .maps iframe {
    border: 0px;
    width: 100%;
    height: 400px;
}

.section-6 .block .item {
    margin: 0 0 40px 0;
}

.section-6 .block .item a {
    font-size: 15px;
    line-height: 24px;
    color: #40302C;
    text-decoration: none;
}

.section-6 .block .item a:hover {
    color: #290707;
}

.section-6 .block .item span {
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #8A8786;
}

.section-7 {
    background: #F5F4F6;
    padding: 50px 0;
}

.section-7 .site-width {
    background: #FBFBFB /*url('../images/section7-bg.png')*/ no-repeat right bottom;
/*    border-radius: 10px;*/
    box-shadow: 0px 8px 20px rgba(0, 13, 47, 0.08);
    overflow: hidden;
/*    padding: 66px 520px 0 100px;*/
    padding: 20px 0;
/*    min-height: 464px;*/
    display:flex;
    justify-content:center;
    gap:5%;
}
.main-subscr-title, .main-subscr-form{
    max-width:421px;
}

.section-7 .title-section {
    text-align: left;
    margin-bottom: 0;
}

.section-7 .desc {
    font-size: 14px;
    line-height: 24px;
    color: #8A8786;
/*    margin: 24px 0 0 0;*/
}

.section-7 form {
    display: flex;
    margin: 55px 0 0 0;
    margin-top:20px;
}

.section-7 form input {
    background: #FFFFFF;
    border: 1px solid #E0E4EA;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 24px;
    font-size: 14px;
    line-height: 24px;
    color: #ACAEB5;
    margin: 0 10px 0 0;
    height: 40px;
    width: 275px;
}

.section-7 form button {
    margin: 0px;
    padding: 0px;
    border: 0px;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #290707;
    border-radius: 4px;
    height: 40px;
    padding: 0 20px;
}

.footer {
    padding: 75px 0 40px 0;
}

.footer .site-width {
    display: flex;
    justify-content: space-between;
}

.footer .block {
    flex: 1;
    padding: 0 80px 0 0;
    max-width: 380px;
}

.footer .logo {
    display: block;
    width: 233px;
    height: 45px;
    background: url(../images_new/logo.png) no-repeat;
}

.footer .desc {
    font-size: 14px;
    line-height: 24px;
    color: #8A8786;
    margin: 40px 0 55px 0;
    margin: 20px 0 25px 0;
}
.footer .city{
    margin-bottom: 25px;
}
.footer .social {
    display: flex;
    align-items: center;
}

.footer .social a {
    margin: 0 25px 0 0;
}

.footer .social .tg {
    width: 17px;
    height: 17px;
    -webkit-mask: url(../images_new/tg.svg) no-repeat 100% 100%;
    mask: url(../images_new/tg.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #40302C;
}

.footer .social .vk {
    width: 18px;
    height: 11px;
    -webkit-mask: url(../images_new/vk.svg) no-repeat 100% 100%;
    mask: url(../images_new/vk.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #40302C;
}

.footer .social a:hover {
    background-color: #290707;
}

.footer .col {
    margin: 0 80px 0 0;
}

.footer .col:last-child {
    margin: 0px;
}

.footer .col .name {
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #40302C;
    margin: 0 0 15px 0;
}

.footer .col ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer .col li {
    margin: 0 0 10px 0;
}

.footer .col a {
    font-size: 14px;
    line-height: 24px;
    color: #8A8786;
    text-decoration: none;
}

.footer .col a:hover {
    color: #40302C;
}

.footer .col .name.doc {
    margin: 40px 0 15px 0;
}

.footer .col .doc a {
    font-size: 12px;
    line-height: 24px;
    color: #8A8786;
}

.footer .col .doc li {
    margin: 0 0 5px 0;
}

.footer .col .doc a:hover {
    color: #40302C;
}

.footer-bottom {
    padding: 15px 0;
    border-top: 1px #F5F4F6 solid;
    font-size: 12px;
    line-height: 24px;
    color: #8A8786;
}

.footer-bottom .site-width {
    display: flex;
    justify-content: space-between;
}

.footer-bottom .copyrgiht {}

.footer-bottom .web {
    display: flex;
    align-items: center;
}

.footer-bottom .web img {
    margin: 0 0 0 5px;
}

.speedbar {
    padding: 15px 0 0 0;
}

.speedbar .site-width {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 24px;
    color: #ACAEB5;
}

.speedbar a {
    color: #ACAEB5;
    text-decoration: none;
}

.speedbar a:after {
    content: "/";
    margin: 0 5px;
}

.wrapper {
    margin: 40px 0 40px 0;
}

.wrapper .site-width {
    /*display: flex;*/
    align-items: flex-start;
}

.sidebar {
    font-family: 'Open Sans';
    flex: 0 0 auto;
    width: 215px;
    margin-right: 78px;

}

.sidebar h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    padding: 0;
    margin-bottom: 15px;
}

.sidebar .widget-name {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #290707;
    padding-left: 37px;

}

.sidebar .widget-name::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: -1px;
    left: 0;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='12.5' stroke='%23290707'/%3E%3Cpath d='M16 8L10 13.3125L16 18' stroke='%23290707' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.sidebar-category {
    margin-bottom: 25px;
}

.sidebar ul {
    padding: 0;
    padding-left: 36px;
    margin: 0;
}

.sidebar ul li {
    list-style-type: none;
}

.sidebar ul li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    text-decoration: none;
}

.sidebar ul li:not(:last-child) {
    margin-bottom: 10px;
}

.sidebar ul li.active a {
    color: #290707
}

.sidebar-filter__item:not(:last-child) {
    margin-bottom: 10px;
}

.sidebar-filter__item-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #1B1B1B;
    margin-bottom: 7px;
}

.sidebar-filter__item-popup {
    position: relative;
}

.sidebar-filter__item-popup.active span {
    border-radius: 15px 15px 0 0;
}

.sidebar-filter__item-popup.active .sidebar-filter__item-popup-list {
    display: inline-block;
}

.sidebar-filter__item-popup span {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #1B1B1B;
    border: 1px solid #828282;
    border-radius: 15px;
    padding: 13px 15px;
    cursor: pointer;
    padding-right: 35px;

}

.sidebar-filter__item-popup span::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 21px;
    right: 20px;
    width: 13px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.53875 7L14 1' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.sidebar-filter__item-popup-list {
    display: none;
    position: absolute;
    top: 49px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 20;
    border-radius: 0 0 15px 15px;
}

.sidebar-filter__item-popup-list ul {
    padding-left: 0;
    border-radius: 0 0 15px 15px;
    border: 1px solid #828282;
}

.sidebar-filter__item-popup-list ul li {
    margin-bottom: 0 !important;
    padding: 13px 15px;
    cursor: pointer;
}

.sidebar-filter__item-popup-list ul li:not(:last-child) {
    border-bottom: 1px solid #828282;
}

.sidebar-filter__item-form {
    border: 1px solid #828282;
    border-radius: 15px;
    display: flex;
    height: 47px;
    padding-left: 15px;
    padding-right: 15px;
}

.sidebar-filter__item-form label {
    display: flex;
    align-items: center;
    width: 50%;
}

.sidebar-filter__item-form label:nth-child(1) input {
    width: 60px;
}

.sidebar-filter__item-form label:nth-child(2) input {
    width: 70px;
}

.sidebar-filter__item-form label span {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #1B1B1B;
}

.sidebar-filter__item-form label input {
    /* width: 40px; */
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #1B1B1B;
    margin-left: 5px;
    border: none;
}



.title-page {
    margin: 0 0 10px 0;
    padding: 0px 0 10px 0;
    border-bottom: 1px #E0E4EA solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-page h1 {
    padding: 0px;
    margin: 0px;
    font-size: 24px;
    color: #40302C;
    line-height: 150%;
}

.title-page .close-filter {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #ACAEB5;
    cursor: pointer;
}

.title-page .close-filter:after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images_new/close-filter.svg) no-repeat;
    margin: 0 0 0 5px;
}

.sorting-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    margin: 0 0 50px 0;
}

.sorting-block .checkbox {
    opacity: 0;
    display: none;
}

.sorting-block .checkbox+label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    padding: 0 22px 0 0;
}

.sorting-block .checkbox+label:before {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    width: 14px;
    height: 14px;
    border: 1px #ccc solid;
}

.sorting-block .checkbox+label:after {
    content: '';
    position: absolute;
    top: 4px;
    right: 0px;
    width: 16px;
    height: 16px;
    background: url(../images_new/filled.svg) no-repeat;
    opacity: 0;
    transition: .2s;
}

.sorting-block .checkbox:checked+label:after {
    opacity: 1;
}

.sorting-block .item.check {
    display: flex;
}

.sorting-block .item {
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid #fff;
    margin: 0 5px 0px 0;
}

.sorting-block .item select {
    content: "";
    background: url(../images_new/filter-arrow.svg) no-repeat right 8px center;
    border: 0px;
    cursor: pointer;
    border: 1px solid #F5F4F6;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 4px 25px 4px 10px;
}

.sorting-block .item select:hover {
    border: 1px solid #290707;
    box-sizing: border-box;
    border-radius: 4px;
}

.sorting-block .sort:after {
    content: "";
    width: 14px;
    height: 10px;
    background: url(../images_new/icon-sort.svg) no-repeat;
    margin: 0 0 0 5px;
}

.sorting-block .sort {
    position: relative;
}

.sorting-block .sort span {
    padding: 4px 0;
}

.sorting-block .sort .sel {
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.sorting-block .sort .sel:hover,
.sorting-block .sort .sel.active {
    color: #290707;
}

.sorting-block .sort .sel:before {
    content: "";
    margin: 0 16px 0 0;
}

.sorting-block .sort .down:before {
    width: 12px;
    height: 12px;
    background: url(../images_new/sorting-down.svg) no-repeat;
}

.sorting-block .sort .top:before {
    width: 12px;
    height: 12px;
    background: url(../images_new/sorting-top.svg) no-repeat;
}

.sorting-block .sort .new:before {
    width: 16px;
    height: 8px;
    background: url(../images_new/sorting-new.svg) no-repeat;
}

.sorting-block .sort .procent:before {
    width: 12px;
    height: 12px;
    background: url(../images_new/sorting-procent.svg) no-repeat;
}

.sorting-block .sort .window {
    padding: 17px 16px;
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 8px 60px rgba(0, 11, 32, 0.1);
    width: 255px;
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 9999;
    display: none;
}

.sorting-block .sort:hover .window {
    display: block;
}

.sorting-block .sort .button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sorting-block .sort .button button:first-child {
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    background: #7C879A;
    border-radius: 4px;
    padding: 4px 19px;
    border: 0px;
    margin: 0px 8px 0 0;
    cursor: pointer;
}

.sorting-block .sort .button button:last-child {
    font-size: 14px;
    line-height: 24px;
    color: #7C879A;
    background: #FFFFFF;
    border: 1px solid #E0E4EA;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    margin: 0px;
    padding: 4px 14px;
}

.sorting-block .allfilter {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    background: #290707;
    border-radius: 4px;
    padding: 4px 10px;
    cursor: pointer;
}

.sorting-block .allfilter:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images_new/allfilters.svg) no-repeat;
    margin: 0 0 0 5px;
}

.pagination {
    display: flex;
    align-items: center;
    margin: 40px 0 0 0;
}

.pagination a {
    height: 32px;
    width: 32px;
    margin: 0 4px;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #40302C;
}

.pagination span {
    height: 32px;
    width: 32px;
    margin: 0 4px;
    border: 1px solid #290707;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #290707;
}

.pagination a:hover {
    border: 1px solid #290707;
    box-sizing: border-box;
    border-radius: 4px;
    color: #290707;
}

.pagination .prev {
    background: url(../images_new/navigation-arrow.svg) no-repeat;
    margin: 0 24px 0 0;
    transform: rotate(180deg);
}

.pagination .next {
    background: url(../images_new/navigation-arrow.svg) no-repeat;
    margin: 0 0 0 24px;
}

.pagination .prev:hover,
.pagination .next:hover {
    border: 0px;
}

.wrapper-seo {
    margin: 50px 0 0 0;
    font-size: 15px;
    line-height: 24px;
    color: #40302C;
}

.wrapper-seo p {
    margin: 0 0 25px 0;
}

.wrapper-seo p:last-child {
    margin: 0px;
}

.popup-location {
    display: none;
}

.popup-location .popup-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.87);
    z-index: 99999999999999;
    overflow: auto;
    width: 100%;
    height: 100%;
}

.popup-location .block {
    background: #fff;
    border: 1px solid #F5F4F6;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    max-width: 540px;
    padding: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999999999;
    transform: translate(-50%, -50%);
}

.popup-location .name {
    font-size: 17px;
    line-height: 170%;
    text-align: center;
    color: #40302C;
    margin: 0 0 30px 0;
}

.popup-location .form {
    display: block;
    width: 100%;
}

.popup-location .form .item {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
    padding: 0 0 0 80px;
}

.popup-location .form .radio {
    opacity: 0;
    margin: 0px 0 0 0px;
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    display: none;
}

.popup-location .form .radio+label {
    position: relative;
    padding: 0 0 0 32px;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
}

.popup-location .form .radio+label:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../images_new/radio-empty.svg) no-repeat;
}

.popup-location .form .radio+label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 0px;
    width: 16px;
    height: 16px;
    background: url(../images_new/radio-active.svg) no-repeat;
    opacity: 0;
    transition: .2s;
}

.popup-location .form .radio:checked+label:after {
    opacity: 1;
}

.popup-location .form .radio:focus+label:before {}

.popup-location .form button {
    margin: 40px 45px 0 45px;
    width: calc(100% - 90px);
    height: 40px;
    background: #ACAEB5;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #E0E4EA;
    border: 0px;
    cursor: pointer;
    padding: 0px;
    pointer-events: none;
}

.popup-location .form button.active {
    background: #290707;
    color: #FFFFFF;
    pointer-events: all;
}

.quick-view-popup {
    visibility: hidden;
    top: -99999999px;
    left: -9999999999px;
}

.quick-view-popup.visible {
    visibility: visible;
    top: auto;
    left: auto;
}

.quick-view-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999999999999;
    overflow: auto;
    width: 100%;
    height: 100%;
}

.quick-view-popup .main {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999999999;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1015px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 24px 55px;
}

.quick-view-popup .main .close {
    width: 18px;
    height: 18px;
    background: url(../images_new/close-filter.svg) no-repeat;
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
    background-size: 100% 100%;
}

.quick-view-popup .images {
    width: 53%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.quick-view-popup .block {
    width: 47%;
    padding: 0 0 0 50px;
}

.quick-view-popup .name {
    margin: 0 0 15px 0;
}

.quick-view-popup .name a {
    font-size: 24px;
    line-height: 150%;
    color: #40302C;
    text-decoration: none;
}

.quick-view-popup .rating {
    display: flex;
}

.quick-view-popup .rating img {
    margin: 0 2px 0 0;
}

.quick-view-popup .price {
    margin: 20px 0 24px 0;
    display: flex;
    align-items: flex-end;
}

.quick-view-popup .price .new {
    font-weight: 600;
    font-size: 17px;
    line-height: 150%;
    color: #40302C;
}

.quick-view-popup .price .old {
    font-size: 15px;
    line-height: 150%;
    text-decoration-line: line-through;
    color: #ACAEB5;
    font-weight: normal;
    margin: 0 0 0 12px;
}

.quick-view-popup .nal {
    font-size: 15px;
    line-height: 24px;
    color: #40302C;
    display: flex;
    align-items: center;
}

.quick-view-popup .nal.yes:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images_new/success.svg) no-repeat;
    margin: 0 8px 0 0;
}

.quick-view-popup .field {
    margin: 48px 0 0 0;
}

.quick-view-popup .field .it {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    line-height: 24px;
    color: #40302C;
    border-bottom: 1px dashed #8A8786;
    margin: 0 0 5px 0;
}

.quick-view-popup .field span {
    display: block;
    position: relative;
    z-index: 99;
    background: #fff;
    bottom: -9px;
}

.quick-view-popup .button {
    margin: 40px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quick-view-popup .button .cart {
    background: #290707;
    border-radius: 4px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    border: 0px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 40px;
    width: 100%;
    max-width: 160px;
}

.quick-view-popup .button .full {
    text-decoration: none;
    background: #FFFFFF;
    border: 1px solid #290707;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #290707;
    height: 40px;
    width: 100%;
    max-width: 132px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quick-view-popup .button .favorite {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: block;
    background: url(../images_new/favorite2.svg) no-repeat;
}

.quick-view-popup .button .favorite:hover {
    background: url(../images_new/favorite2-hover.svg) no-repeat;
}

.quick-view-popup .slick-arrow {
    padding: 0px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: 0px;
    background: none;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    top: 50%;
    margin: -20px 0 0 0;
    z-index: 999;
    display: none !important;
}

.quick-view-popup .images:hover .slick-arrow {
    display: block !important;
}

.quick-view-popup .slick-prev {
    background: url(../images_new/left-default.svg) no-repeat;
    left: 0px;
}

.quick-view-popup .slick-prev:hover {
    background: url(../images_new/right-hover.svg) no-repeat;
    transform: rotate(180deg);
}

.quick-view-popup .slick-next {
    background: url(../images_new/left-default.svg) no-repeat;
    right: 0px;
    transform: rotate(180deg);
}

.quick-view-popup .slick-next:hover {
    background: url(../images_new/right-hover.svg) no-repeat;
    transform: rotate(0deg);
}

.card-product {
    display: flex;
    align-items: center;
}

.card-product .col-left {
    width: 55%;
    margin: 0 6% 0 0;
    position: relative;
}
.card-product .col-left .slide{
    text-align:center;
}

.card-product .col-right {
    width: 39%;
}

.card-product .col-left .slick-arrow {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: 0px;
    background: none;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    top: 50%;
    z-index: 999;
    margin: -20px 0 0 0;
}

.card-product .col-left .slick-prev {
    background: url(../images_new/left-default.svg) no-repeat;
    left: 12px;
}

.card-product .col-left .slick-prev:hover {
    background: url(../images_new/right-hover.svg) no-repeat;
    transform: rotate(180deg);
}

.card-product .col-left .slick-next {
    background: url(../images_new/left-default.svg) no-repeat;
    right: 12px;
    transform: rotate(180deg);
}

.card-product .col-left .slick-next:hover {
    background: url(../images_new/right-hover.svg) no-repeat;
    transform: rotate(0deg);
}


.card-product .art-fav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 5px 0;
}

.card-product .art-fav .code {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #BDBDBD;
}

.card-product .art-fav .favorite {
    position: relative;
}

.card-product .art-fav .favorite span {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images_new/favorite2.svg) no-repeat;
    cursor: pointer;
}

.card-product .art-fav .favorite span:hover {
    background: url(../images_new/favorite2-hover.svg) no-repeat;
}

.card-product .name {
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    color: #000000;
}

.card-product .rating {
    display: flex;
}

.card-product .rating img {
    margin: 0 2px 0 0;
}

.card-product .price {
    margin: 20px 0 24px 0;
    display: flex;
    align-items: flex-end;
}

.card-product .price .new {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #40302C;
}

.card-product .price .old {
    font-weight: 600;
    font-size: 17px;
    line-height: 150%;
    text-decoration-line: line-through;
    color: #ACAEB5;
    margin: 0 0 0 15px;
}

.card-product .button {
    margin: 40px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-product .button .cart {
    background: #290707;
    border-radius: 4px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    border: 0px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 40px;
    width: 100%;
    max-width: 160px;
}

.card-product .button .buy {
    padding: 0px;
    cursor: pointer;
    border: 0px;
    height: 40px;
    border: 1px solid #290707;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #290707;
    background: #fff;
    width: 100%;
    max-width: 168px;
    margin: 0 5px;
}

.card-product .button .installment {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    border: 0px;
    height: 40px;
    width: 100%;
    max-width: 184px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #8A8786;
    background: #F5F4F6;
    border-radius: 4px;
}

.card-product .info-block {
    margin: 30px 0 0 0;
    border: 1px solid #F5F4F6;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 25px 35px;
    background: #FBFBFB;
}

.card-product .info-block .nal {
    font-size: 15px;
    line-height: 24px;
    color: #40302C;
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
}

.card-product .info-block .nal.yes:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images_new/success.svg) no-repeat;
    margin: 0 8px 0 0;
}

.card-product .info-block span {
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #8A8786;
}

.wrapper-card-tabs {
    background: #FBFBFB;
    padding: 55px 0;
}

.wrapper-card-tabs .site-width {
    border: 1px solid #F5F4F6;
    box-sizing: border-box;
    box-shadow: 0px 1px 10px rgba(0, 5, 53, 0.06);
    border-radius: 8px;
    background: #fff;
    padding: 46px 53px;
}

.wrapper-card-tabs .content-card {
    position: relative;
    left: -999999999px;
    top: -9999999999px;
    visibility: hidden;
    height: 0px;
}

.wrapper-card-tabs .content-card.active {
    position: relative;
    visibility: visible;
    left: 0;
    height: auto;
    top: 0;
}

.wrapper-card-tabs .tabs__card {
    display: flex;
    border-bottom: 1px #E0E4EA solid;
    list-style: none;
    margin: 0px 0 50px 0;
    padding: 0px;
}

.wrapper-card-tabs .tabs__card li {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #8A8786;
    width: 200px;
    text-align: center;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.wrapper-card-tabs .tabs__card li.active {
    color: #290707;
    border-bottom: 1px #290707 solid;
}

.wrapper-card-tabs .tabs__card li.active:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #290707;
    left: 0px;
    right: 0px;
    bottom: -2px;
    position: absolute;
}

.wrapper-card-tabs .parameters {
    max-width: 70%;
    padding: 0 0 0 40px;
}

.wrapper-card-tabs .parameters .it {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    border-bottom: 1px dashed #8A8786;
}


.wrapper-card-tabs .parameters .it span {
    padding: 10px;
    display: block;
    background: #fff;
    position: relative;
    bottom: -10px;
}

.wrapper-card-tabs .parameters .it span:last-child {
    width: 40%;
    text-align: left;
}

.wrapper-card-tabs .description {
    font-size: 15px;
    line-height: 24px;
    color: #40302C;
}

.wrapper-card-tabs .description p {
    margin: 0 0 25px 0;
}

.wrapper-card-tabs .description p:last-child {
    margin: 0px;
}

.wrapper-card-tabs .reviews-card {
    display: flex;
    align-items: flex-start;
}

.wrapper-card-tabs .reviews-card .conclusion {
    flex: 1;
    padding: 0 54px 0 0;
}

.wrapper-card-tabs .reviews-card .info {
    width: 360px;
    background: #FBFBFB;
    border: 1px solid #F5F4F6;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 35px;
}

.wrapper-card-tabs .reviews-card .info .name {
    font-size: 19px;
    line-height: 160%;
    color: #40302C;
    margin: 0 0 16px 0;
}

.wrapper-card-tabs .reviews-card .info .desc {
    font-size: 14px;
    line-height: 24px;
    color: #8A8786;
}

.wrapper-card-tabs .reviews-card .info button {
    background: #FFFFFF;
    border: 1px solid #290707;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    margin: 35px 0 0 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #290707;
    padding: 0px;
    cursor: pointer;
}

.wrapper-card-tabs .reviews-card .conclusion .item {
    margin: 0 0 50px 0;
}

.wrapper-card-tabs .reviews-card .conclusion .name {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #40302C;
}

.wrapper-card-tabs .reviews-card .conclusion .date {
    font-size: 12px;
    line-height: 24px;
    color: #ACAEB5;
    margin: 3px 0;
}

.wrapper-card-tabs .reviews-card .conclusion .rating {
    display: flex;
}

.wrapper-card-tabs .reviews-card .conclusion .text {
    font-size: 15px;
    line-height: 24px;
    color: #40302C;
    margin: 10px 0 0 0;
}

.concomitant-product {
    padding: 90px 0 0 0;
    max-height: 64vh;
}

.concomitant-product .site-width {
    max-width: 1260px;
}

.concomitant-product .slick-list {
    margin: 0 55px;
}

.title-favorite {
    font-size: 24px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #40302C;
    border-bottom: 1px #E0E4EA solid;
    padding: 0 0 10px 0;
    margin: 0 0 65px 0;
}

.title-cart {
    font-size: 24px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #40302C;
    border-bottom: 1px #E0E4EA solid;
    padding: 0 0 10px 0;
    margin: 0 0 30px 0;
}

.page-favorite-empty {
    display: flex;
    align-items: flex-start;
}

.page-favorite-empty .col-left {
    width: 415px;
}

.page-favorite-empty .col-left .name {
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #290707;
    margin: 0 0 16px 0;
}

.page-favorite-empty .col-left .desc {
    font-size: 17px;
    line-height: 170%;
    color: #40302C;
}

.page-favorite-empty .col-right {
    flex: 1;
    padding: 0 0 0 90px;
    text-align: left;
}

.search-result {
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 24px;
    color: #8A8786;
}

.search-result span {
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    padding: 0 0 0 5px;
}

.search-head {
    display: flex;
    align-items: center;
    margin: 0 0 70px 0;
}

.search-head .result {
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    width: 285px;
}

.search-head .result span {
    color: #290707;
    padding: 0 0 0 5px;
}

.search-head .sorting-block {
    margin: 0 0 0 0px;
    flex: 1;
}

.search-head .sorting-block .sort {
    flex: 1;
    justify-content: flex-end;
}

.search-head .sorting-block .item select {
    border: 1px solid #F5F4F6;
}

.search-head .sorting-block .item select:hover {
    border: 1px solid #290707;
}

.search-head .sorting-block .item.check {
    margin: 0 20px 0 0;
}

.page-news-all {
/*    display: flex;*/
    margin: 0 0 50px 0;
   /* display:grid;
    gap:30px;
    grid-template-columns: repeat(5, 1fr);*/
}

.page-news-all.related {
    margin: 0px;
}

.page-news-all .item {
    overflow: hidden;
        border: 1px solid #290707;
        
    /*width: 24.5%;
    margin: 0 0 0 2%;*/
}
.page-news-all-slider.slick-slider {
/*    margin:0 -15px;*/
    margin-bottom: 50px;
}
.page-news-all-slider .slick-slide{
    width:340px;
    margin-right:30px;
/*    margin-left:15px;*/
}
.page-news-all-slider .slick-dots{
    top:100%;
}
.page-news-all .item:first-child {
   /* flex: 1;
    margin: 0px !important;*/
}

.page-news-all-slider .slick-arrow{
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: 0px;
    background: none;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    /* top: 160px; */
    top: 50%;
    margin-top: -20px;
    z-index: 9999;
}
.page-news-all-slider .slick-next {
    background: url(../images_new/left-default.svg) no-repeat;
    right: -16px;
    transform: rotate(180deg);
}
.page-news-all-slider .slick-prev {
    background: url(../images_new/left-default.svg) no-repeat;
    left: -20px;
}
.page-news-all-slider .slick-prev:hover {
       background: url(../images_new/right-hover.svg) no-repeat;
    transform: rotate(180deg);
}
.page-news-all-slider .slick-next:hover {
    background: url(../images_new/right-hover.svg) no-repeat;
    transform: rotate(0deg);dth
}
.page-news-all .item .images {
    height: 344px;
    overflow: hidden;
    margin:0;
}
.page-news-all .item .images a{
    width:100%;
    height:100%;
    position: relative;
}
.page-news-all .item .images img {
    height: 100%;
    max-width: none;
    width:100%;
    object-fit:cover;
}

.page-news-all .item .name {
    margin: 0px 0 13px 0;
   min-height:45px;
}
.item-desc{
    padding:20px;
    display:flex;
    flex-direction:column;
    min-height:193px;
    background:#fff;
}
.page-news-all .item .preview{
   font-size:14px;
   min-height:57px;
}
.page-news-all .item .after-preview{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top: auto;
    padding-top: 20px;
    

}
.page-news-all .item .after-preview .date{
    font-size:14px;
}
.page-news-all .item .name a {
    font-size: 17px;
    line-height: 1.2;
    color: #40302C;
    text-decoration: none;
}
@media screen and (max-width: 1000px) {
    .page-news-all-slider .slick-slide{
        width:270px;
    }
}

/*.page-news-all .item:first-child .name a {
    font-size: 19px;
    line-height: 160%;
}*/

.page-news-all .item .link {
    font-weight: 600;
    font-size: 10.6216px;
    line-height: 170%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #290707;
    text-decoration: none;
}

.page-news-all .item .link:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images_new/link-arrow.svg) no-repeat;
    margin: 0 0 0 10px;
}

.page-news-all.reverse {
    flex-direction: row-reverse;
}

.page-news-all.reverse .item {
    margin: 0 2% 0 0%;
}

.container .section-6 {
    padding: 0px;
}

.page-article img {
    margin: 0 auto 40px 0;
    display: table;
}

.page-article h1 {
    font-size: 28px;
    line-height: 160%;
    color: #40302C;
}

.page-article {
    font-size: 15px;
    line-height: 24px;
    color: #40302C;
    max-width: 735px;
    display: table;
    margin: 0 auto 120px auto;
}

.page-article p {
    margin: 0 0 30px 0;
}

.page-about {}

.page-about .it {
    display: flex;
    margin: 0 0 22px 0;
    font-size: 0px;
    line-height: 0px;
}

.page-about .it span {
    display: block;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #290707;
    margin: 0 0 15px 0;
}

.page-about .it .name {
    font-size: 28px;
    line-height: 160%;
    color: #40302C;
    margin: 0 0 22px 0;
}

.page-about .it .desc {
    font-size: 17px;
    line-height: 170%;
    color: #40302C;
}

.page-about .it .col {
    width: 100%;
    margin: 0 2% 0 0;
}

.page-about .it .col:last-child {
    margin: 0px !important;
}

.page-about .item1 .col:first-child {
    background: #F5F4F6;
    padding: 20px 48px 75px 48px;
    width: 42%;
    flex-shrink: 0;
}

.page-about .item2 .col:nth-child(1) {
    flex-shrink: 0;
    width: 42%;
}

.page-about .item2 .col:nth-child(2) {
    flex-shrink: 0;
    width: 27%;
}

.page-about .item2 .col:nth-child(3) {
    background: #F5F4F6;
    padding: 32px;
}

.page-about .item3 .col:nth-child(1) {
    flex-shrink: 0;
    width: 56%;
    background: #F5F4F6;
    padding: 60px;
}

.page-about .item3.reverse {
    flex-direction: row-reverse;
}

.page-about .item3.reverse .col {
    margin: 0 0% 0 2%;
}

.page-about .item3 .desc {
    font-size: 15px;
    line-height: 24px;
    color: #40302C;
}

.page-about .item3 .desc p {
    margin: 0 0 30px 0;
}

.page-about .item3 .desc p:last-child {
    margin: 0 0 0px 0;
}

.page-about .item4 {
    margin: 130px 0 22px 0;
}

.page-about .item4 .col {
    background: #F5F4F6;
    padding: 60px;
}

.page-about .item4 .col p {
    font-size: 17px;
    line-height: 170%;
    color: #40302C;
    margin: 0 0 30px 0;
}

.page-about .item4 .col p:last-child {
    margin: 0px;
}

.page-about .item5 {
    align-items: center;
}

.page-about .images {
    margin: 0 0 90px 0;
}

.page-about .item5 .col:last-child {
    padding: 0 0 0 60px;
}

.page-about .item5 .btn {
    display: flex;
    padding: 20px 0 0 0;
}

.btn1 {
    background: #290707;
    border-radius: 4px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    border: 0px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 40px;
    width: 100%;
    max-width: 160px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px 0 0;
}

.page-about .item5 .btn2 {
    padding: 0px;
    cursor: pointer;
    border: 0px;
    height: 40px;
    border: 1px solid #290707;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #290707;
    background: #fff;
    width: 100%;
    max-width: 175px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn1 a {
    color: #fff;
    text-decoration: none;
}

.page-about .item5 .btn2:hover {
    background-color: #290707;
    color: #fff;
}

.btn1 a:hover {
    color: #bebebe;
    text-decoration: none;
}



.page-partners .item {
    background: #FBFBFB;
    border-bottom: 1px solid #F5F4F6;
    padding: 30px 0;
}

.page-partners .item:first-child {
    border-top: 1px solid #F5F4F6;
}

.page-partners .item .site-width {
    display: flex;
    align-items: flex-start;
}

.page-partners .item .col:first-child {
    width: 230px;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8A8786;
}

.page-partners .item .col:last-child {
    font-size: 15px;
    line-height: 24px;
    color: #8A8786;
    flex: 1;
    padding: 0 0 0 65px;
}

.page-partners .item:hover {
    background: #fff;
}

.page-partners .item:hover .col:first-child {
    color: #290707;
}

.write-us {
    margin: 60px 0 60px 0;
}

.write-us span {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #290707;
    margin: 0 0 15px 0;
}

.write-us .title {
    display: block;
    text-align: center;
    font-size: 28px;
    line-height: 160%;
    text-align: center;
    color: #40302C;
}

.write-us .title a {
    color: #290707;
    text-decoration: none;
}

.wrapper.gray {
    background: #F5F4F6;
    margin: 0px 0 0px 0;
}

.page-info {
    padding: 70px 140px 0 140px;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 17, 41, 0.06);
    margin: 40px 0 115px 0;
}

.page-info .title-section {
    padding: 0 0 70px 0;
    border-bottom: 1px #E0E4EA solid;
    margin: 0 0 34px 0;
}

.page-info .delivery {}

.page-info .delivery .item {
    display: flex;
    align-items: center;
    border-bottom: 1px #E0E4EA solid;
    padding: 25px 0;
}

.page-info .delivery .item:first-child {
    padding: 0 0 25px 0;
}

.page-info .delivery .item:last-child {
    border-bottom: 0px #E0E4EA solid;
}

.page-info .delivery .item .col:first-child {
    font-size: 17px;
    line-height: 170%;
    color: #40302C;
    flex: 1;
}

.page-info .delivery .item .col:last-child {
    width: 200px;
}

.page-info .delivery .item .col span {
    font-weight: 600;
    font-size: 17px;
    line-height: 150%;
    display: block;
    color: #290707;
}

.page-info .delivery .item .col p {
    font-size: 12px;
    line-height: 24px;
    color: #8A8786;
    margin: 0px;
}

.page-info .bottom {
    margin: 80px -140px 0 -140px;
    border-top: 1px #E0E4EA solid;
    padding: 15px 0 23px 0;
    background: #FBFBFB;
    width: calc(100% + 280px);
}

.page-info .bottom button {
    padding: 0px;
    margin: 0 auto;
    border: 0px;
    cursor: pointer;
    background: #290707;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 40px;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.page-info .bottom button a {
    color: #fff;
    text-decoration: none;
}

.page-info .bottom button a:hover {
    color: #ebebeb;
}

.page-info .bottom button span {
    display: flex;
    align-items: center;
}

.page-info .bottom button span:before {
    content: "";
    width: 18px;
    height: 20px;
    background: url(../images_new/help-icon.png) no-repeat;
    margin: 0 10px 0 0;
}

.page-info p {
    font-size: 17px;
    line-height: 170%;
    color: #40302C;
    padding: 0 0 60px 0;
}

.page-info h3 {
    padding: 0 0 10px 0;
}

.page-info ol {
    margin: 0px;
    padding: 0px 0 0 20px;
    font-size: 17px;
    line-height: 170%;
}

.page-info .text {
    font-size: 17px;
    line-height: 170%;
    color: #40302C;
}

.page404 {
    background: url(../images_new/404-bg.png) no-repeat right bottom;
    min-height: 535px;
    padding: 40px 0 0 0;
}

.page404 .title {
    margin: 95px 0 50px 0;
    font-size: 24px;
    line-height: 150%;
    color: #290707;
    border-bottom: 1px #E0E4EA solid;
    display: table;
    padding: 0 0 10px 0;
}

.page404 span {
    display: block;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #290707;
}

.page404 .error {
    font-size: 17px;
    line-height: 170%;
    color: #40302C;
    margin: 20px 0 0 0;
}

.cart-scroll {
    height: 330px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.cart-scroll .item-cart {
    display: flex;
    border-bottom: 1px #F5F4F6 solid;
    padding: 0 0 15px 0;
    margin: 0 10px 15px 0;
}

.cart-scroll .item-cart:last-child {
    border-bottom: 0px #F5F4F6 solid;
}

.cart-scroll .item-cart .images {
    width: 54px;
}

.cart-scroll .item-cart .block {
    flex: 1;
    padding: 0 20px 0 15px;
}

.cart-scroll .item-cart .delete {
    cursor: pointer;
    width: 14px;
    height: 14px;
    background: url(../images_new/close-filter.svg) no-repeat;
}

.cart-scroll .item-cart .block .name {
    font-size: 11px;
    line-height: 140%;
    color: #40302C;
    text-decoration: none;
    display: table;
}

.cart-scroll .item-cart .block .price {
    display: flex;
    align-items: center;
}

.cart-scroll .item-cart .block .price .new {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #290707;
}

.cart-scroll .item-cart .block .price .old {
    font-size: 11px;
    line-height: 140%;
    text-decoration-line: line-through;
    color: #ACAEB5;
    margin: 0 0 0 10px;
}

.window-cart-bottom {
    margin: 15px 0 0 0;
}

.window-cart-bottom a {
    background: #290707;
    border-radius: 4px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.page-accont {
    padding: 48px 0 40px 0;
    background: #F5F4F6;
}

.block-authorization {
    padding: 34px 0 70px 0;
}

.block-authorization .tabs__caption {
    list-style: none;
    margin: 0px 0 55px 0;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F4F6;
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0);
    border-radius: 0px;
}

.block-authorization .tabs__caption li {
    height: auto;
    padding: 16px 39px;
    font-size: 15px;
    line-height: 24px;
    color: #8A8786;
    cursor: pointer;
    display: block;
    border-bottom: 2px #F5F4F6 solid;
}

.block-authorization .tabs__caption li.active {
    color: #290707;
    background: #F5F4F6;
    border-radius: 0px;
    border-bottom: 2px #290707 solid;
}

.block-authorization .tabs__caption li .mobile {
    display: none;
}

.block-authorization .auth {
    width: 100%;
    max-width: 545px;
    display: table;
    margin: 0 auto 12px auto;
    height: 64px;
    border: 1px solid #F5F4F6;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0px 4px 10px rgba(0, 17, 41, 0.06);
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 24px;
    color: #40302C;
    padding: 0 0 0 90px;
    background: #fff;
}

.block-authorization .auth.vk:before {
    content: "";
    width: 32px;
    height: 20px;
    background: url(../images_new/auth-vk.svg) no-repeat center 0;
    margin: 0 32px 0 0;
}

.block-authorization .auth.fb:before {
    content: "";
    width: 32px;
    height: 28px;
    background: url(../images_new/auth-fb.svg) no-repeat center 0;
    margin: 0 32px 0 0;
}

.block-authorization .auth.ok:before {
    content: "";
    width: 32px;
    height: 28px;
    background: url(../images_new/auth-ok.svg) no-repeat center 0;
    margin: 0 32px 0 0;
}

.block-authorization .auth.mail:before {
    content: "";
    width: 32px;
    height: 20px;
    background: url(../images_new/auth-mail.svg) no-repeat center 0;
    margin: 0 32px 0 0;
}

.page-accont .container {
    display: flex;
    align-items: flex-start;
}

.page-accont .container .col-left {
    width: 350px;
    margin: 0 25px 0 0;
    background: #FFFFFF;
    border: 1px solid #F5F4F6;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0px 4px 10px rgba(0, 17, 41, 0.06);
}

.page-accont .container .col-right {
    flex: 1;
    padding: 20px 40px 50px 40px;
    background: #FFFFFF;
    border: 1px solid #F5F4F6;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0px 4px 10px rgba(0, 17, 41, 0.06);
}

.page-accont .container .col-left .name {
    font-size: 19px;
    line-height: 160%;
    color: #40302C;
    padding: 20px 40px;
    border-bottom: 1px #F5F4F6 solid;
    margin: 0 0 20px 0;
}

.page-accont .container .col-left ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.page-accont .container .col-left li {
    padding: 12px 30px 12px 35px;
    font-size: 15px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #40302C;
    border-left: 3px #fff solid;
}

.page-accont .container .col-left li:hover {
    border-left: 3px #290707 solid;
}

.page-accont .container .col-left li a {
    text-decoration: none;
}

.page-accont .container .col-left li:before {
    content: "";
    margin: 0 16px 0 0;
    background-color: #40302C;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.page-accont .container .col-left li:hover a,
.page-accont .container .col-left li.active a {
    color: #290707;
}

.page-accont .container .col-left li:hover:before,
.page-accont .container .col-left li.active:before {
    background-color: #290707 !important;
}

.page-accont .container .col-left li.order:before {
    width: 18px;
    height: 20px;
    -webkit-mask: url(../images_new/account-order.svg) no-repeat 100% 100%;
    mask: url(../images_new/account-order.svg) no-repeat 100% 100%;
}

.page-accont .container .col-left li.date:before {
    width: 18px;
    height: 18px;
    -webkit-mask: url(../images_new/account-date.svg) no-repeat 100% 100%;
    mask: url(../images_new/account-date.svg) no-repeat 100% 100%;
}

.page-accont .container .col-left li.setting:before {
    width: 19px;
    height: 18px;
    -webkit-mask: url(../images_new/account-setting.svg) no-repeat 100% 100%;
    mask: url(../images_new/account-setting.svg) no-repeat 100% 100%;
}

.page-accont .container .col-left li.exit:before {
    width: 17px;
    height: 14px;
    -webkit-mask: url(../images_new/account-exit.svg) no-repeat 100% 100%;
    mask: url(../images_new/account-exit.svg) no-repeat 100% 100%;
}

.page-accont .container .col-left li.exit {
    padding: 22px 30px 22px 35px;
    margin: 15px 0 0 0;
    border-top: 1px #F5F4F6 solid;
}

.page-accont .container .col-right .title-block {
    font-size: 19px;
    line-height: 160%;
    text-align: center;
    color: #40302C;
    margin: 0 0 30px 0;
    padding: 0 0 16px 0;
    border-bottom: 1px #E0E4EA solid;
}

.page-accont .account-order {}

.page-accont .account-order .item {
    display: flex;
    flex-wrap: wrap;
    background: #FBFBFB;
    border: 1px solid #E0E4EA;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 0 0 16px 0;
    padding: 30px 45px;
}

.page-accont .account-order .item .col {
    width: 25%;
    padding: 0 5px;
}

.page-accont .account-order .item .name {
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #290707;
}

.page-accont .account-order .item .desc {
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    margin: 8px 0 0 0;
}

.page-accont .account-order .item .link {
    background: #7C879A;
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    display: table;
    padding: 4px 23px;
    text-decoration: none;
    margin: 20px 0 0 0;
}

.page-accont .account-date {}

.page-accont .account-date form {
    display: table;
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
}

.page-accont .account-date .item {
    margin: 0 0 30px 0;
}

.page-accont .account-date .item label {
    font-size: 12px;
    line-height: 24px;
    color: #40302C;
    display: block;
    margin: 0 0 4px 0;
}

.page-accont .account-date .item input {
    background: #FBFBFB;
    border: 1px solid #E0E4EA;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    padding: 8px 25px;
    width: 100%;
}

.page-accont button.save {
    background: #290707;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 40px;
    width: 192px;
    cursor: pointer;
    border: 0px;
    margin: 25px 0 0 0;
}

.page-accont .desc-block {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #40302C;
    margin: 0 0 30px 0;
}

.page-accont .account-date .itemradio {}

.page-accont .account-date .itemradio .it {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}

.page-accont .account-date .itemradio .radio {
    opacity: 0;
    margin: 0px 0 0 0px;
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    display: none;
}

.page-accont .account-date .itemradio .radio+label {
    position: relative;
    padding: 0 0 0 32px;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
}

.page-accont .account-date .itemradio .radio+label:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../images_new/radio-empty.svg) no-repeat;
}

.page-accont .account-date .itemradio .radio+label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 0px;
    width: 16px;
    height: 16px;
    background: url(../images_new/radio-active.svg) no-repeat;
    opacity: 0;
    transition: .2s;
}

.page-accont .account-date .itemradio .radio:checked+label:after {
    opacity: 1;
}

.popup-card {
    display: none;
}

.popup-card .popup-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999999999999;
    overflow: auto;
    width: 100%;
    height: 100%;
}

.popup-card .block {
    background: #fff;
    border: 1px solid #F5F4F6;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    max-width: 610px;
    padding: 70px 80px 60px 80px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999999999;
    transform: translate(-50%, -50%);
}

.popup-card .title {
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #40302C;
    margin: 0 0 30px 0;
}

.popup-card .desc {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #40302C;
    margin: 0 0 25px 0;
}

.popup-card form {
    display: block;
}

.popup-card .item {
    margin: 0 0 30px 0;
}

.popup-card .item label {
    font-size: 12px;
    line-height: 24px;
    color: #40302C;
    display: block;
    margin: 0 0 4px 0;
}

.popup-card .item input {
    background: #fff;
    border: 1px solid #E0E4EA;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    padding: 8px 25px;
    width: 100%;
}

.popup-card .item textarea {
    background: #fff;
    border: 1px solid #E0E4EA;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    padding: 8px 25px;
    width: 100%;
    height: 110px;
    resize: none;
}

.popup-card form button {
    background: #290707;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 40px;
    width: 100%;
    cursor: pointer;
    border: 0px;
}

.popup-card .close {
    width: 17px;
    height: 17px;
    background: url(../images_new/close-filter.svg) no-repeat;
    position: absolute;
    top: 23px;
    right: 23px;
    cursor: pointer;
    background-size: 100% 100%;
}

.popup-card .checkbox {
    margin: 20px 0 0 0;
    position: relative;
}

.popup-card .checkbox .label {
    position: relative;
    display: flex;
}

.popup-card .checkbox input[type="checkbox"] {
    display: none;
    position: relative;
}

.popup-card .checkbox input[type="checkbox"]+label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    color: #40302C;
    justify-content: center;
    position: relative;
}

.popup-card .checkbox input[type="checkbox"]+label:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 1px #ccc solid;
    margin: 0 15px 0 0;
    flex-shrink: 0;
}

.popup-card .checkbox input[type="checkbox"]:checked+label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images_new/filled.svg) no-repeat;
    border: 0px;
    flex-shrink: 0;
}

.popup-card .rating {
    display: flex;
    align-items: center;
    margin: -15px 0 30px 0;
    justify-content: center;
}

.popup-card .rating img {
    margin: 0 2px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    filter: grayscale(100%);
    opacity: .5;
}

.popup-card .rating img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.page-cart {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.page-cart .col-left {
    flex: 1;
    padding: 0 30px 0 0;
}

.page-cart .col-right {
    width: 350px;
}

.page-cart .col-right .block-gift {
    border-radius: 4px;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 20px 25px 20px 70px;
    background: #7C879A url(../images_new/info.svg) no-repeat 25px 20px;
    margin: 0 0 16px 0;
}

.page-cart .block-cart-info {
    background: #FBFBFB;
    border: 1px solid #F5F4F6;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 25px 30px;
}

.page-cart .block-cart-info .it {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}

.page-cart .block-cart-info .it .name {
    flex: 1;
    padding: 0 10px 0 0;
    font-size: 15px;
    line-height: 24px;
    color: #40302C;
}

.page-cart .block-cart-info .it .old {
    font-size: 15px;
    line-height: 150%;
    text-align: right;
    text-decoration-line: line-through;
    color: #E0E4EA;
    padding: 0 10px;
}

.page-cart .block-cart-info .it .new {
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    text-align: right;
    color: #40302C;
}

.page-cart .block-cart-info .hr {
    width: 100%;
    height: 1px;
    background: #E0E4EA;
    margin: 25px 0;
}

.page-cart .block-cart-info .it.total .name {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #40302C;
}

.page-cart .block-cart-info .it.total .new {
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    text-align: right;
    color: #290707;
}

.page-cart .block-cart-info .checkout {
    margin: 25px 0 12px 0;
    background: #290707;
    border-radius: 4px;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    height: 40px;
}

.page-cart .block-cart-info .buy-one {
    width: 100%;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    margin: 0 0 5px 0;
    background: #FFFFFF;
    border: 1px solid #290707;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #290707;
    height: 40px;
}

.page-cart .block-cart-info .buy-credit {
    width: 100%;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    margin: 0 0 0px 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #8A8786;
    background: none;
    height: 40px;
}

.page-cart .block-pay {
    background: #FFFFFF;
    border: 1px solid #F5F4F6;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 15px 30px;
    margin: 16px 0 0 0;
}

.page-cart .block-pay .name {
    font-size: 12px;
    line-height: 24px;
    color: #48BF94;
    display: flex;
    align-items: center;
}

.page-cart .block-pay .name:before {
    content: "";
    width: 10px;
    height: 12px;
    background: url(../images_new/castle.svg) no-repeat;
    margin: 0 7px 0 0;
}

.page-cart .block-pay .desc {
    margin: 2px 0 0 0;
    font-size: 11px;
    line-height: 140%;
    color: #40302C;
}

.page-cart .block-pay .icon {
    margin: 5px 0 0 0;
    display: flex;
    align-items: center;
}

.page-cart .block-pay .icon img {
    margin: 0px 15px 0 0;
}

.nopadding {
    padding: 0px !important;
}

.page-cart .product-addcart {
    display: flex;
    align-items: center;
    margin: 0 0 28px 0;
    padding: 27px 45px 27px 0;
}

.page-cart .product-addcart .delete {
    cursor: pointer;
}

.page-cart .product-addcart .delete span , .del2 span{
    width: 14px;
    height: 14px;
    background: url(../images_new/close-filter.svg) no-repeat;
    display: block;
}
.del2{
    display: inline-block;
    float: left;
    margin: 20px 10px 0 0;
    cursor: pointer;
}

.page-cart .product-addcart .images {
    padding: 0 20px;
    width: 120px;
}

.page-cart .product-addcart .mobile-block {
    display: flex;
    align-items: center;
    width: 100%
}

.page-cart .product-addcart .block {
    flex: 1;
    padding: 0 20px 0 0;
}

.page-cart .product-addcart .block a {
    font-size: 15px;
    line-height: 24px;
    color: #40302C;
    text-decoration: none;
}

.page-cart .product-addcart .block .nal {
    font-size: 12px;
    line-height: 24px;
    color: #40302C;
    display: flex;
    align-items: center;
    margin: 10px 0 0 0;
}

.page-cart .product-addcart .block .nal.yes:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images_new/success.svg) no-repeat;
    margin: 0 8px 0 0;
}

.page-cart .product-addcart .block .nal.no:before {
    content: "";
    width: 16px;
    height: 15px;
    background: url(../images_new/alert-cir.svg) no-repeat;
    margin: 0 8px 0 0;
}

.page-cart .product-addcart .quantity {
    display: flex;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #F5F4F6;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
}

.page-cart .product-addcart .quantity span {
    background: #F5F4F6;
    color: #C4C4C4;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-cart .product-addcart .quantity span.minus {
    background: #F5F4F6 url(../images_new/minus.svg) no-repeat center center;
}

.page-cart .product-addcart .quantity span.plus {
    background: #F5F4F6 url(../images_new/plus.svg) no-repeat center center;
}

.page-cart .product-addcart .quantity input {
    height: 32px;
    width: 38px;
    font-size: 14px;
    text-align: center;
    color: #40302C;
    border: 0px;
    font-weight: 600;
}

.page-cart .product-addcart .price {
    padding: 0 0 0 40px;
}

.page-cart .product-addcart .price .old {
    display: block;
    font-weight: 600;
    font-size: 17px;
    line-height: 150%;
    text-decoration-line: line-through;
    color: #E0E4EA;
}

.page-cart .product-addcart .price .new {
    display: block;
    font-weight: 600;
    font-size: 17px;
    line-height: 150%;
    color: #40302C;
}

.promo-block {
    display: flex;
    align-items: center;
    background: #FBFBFB;
    border: 1px solid #F5F4F6;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 30px 45px;
    margin: 60px 0 0 0;
}

.promo-block span {
    font-size: 19px;
    line-height: 160%;
    color: #40302C;
    flex: 1;
    padding: 0 10px 0 0;
}

.promo-block input {
    background: #FFFFFF;
    border: 1px solid #E0E4EA;
    box-sizing: border-box;
    border-radius: 4px;
    height: 40px;
    width: 225px;
    margin: 0 8px 0 0;
    font-size: 14px;
    line-height: 24px;
    color: #ACAEB5;
    padding: 0 24px;
}

.promo-block button {
    background: #FFFFFF;
    border: 1px solid #290707;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    height: 40px;
    width: 160px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #290707;
}

.popup-card .name-alert-card {
    font-size: 19px;
    line-height: 160%;
    text-align: center;
    color: #40302C;
    margin: 0 0 30px 0;
}

.popup-card.windowcart .block {
    padding: 50px 55px;
}

.popup-card .cart-window {}

.popup-card .cart-window .btn {
    display: flex;
}

.popup-card .cart-window .btn .yes {
    height: 40px;
    width: 182px;
    cursor: pointer;
    margin: 0 12px 0 0;
    padding: 0px;
    border: 0px;
    background: #F5F4F6;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #8A8786;
}

.popup-card .cart-window .btn .no {
    background: #FFFFFF;
    border: 1px solid #290707;
    box-sizing: border-box;
    border-radius: 4px;
    flex: 1;
    height: 40px;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #290707;
}

.popup-card .issue-order-window {}

.popup-card .issue-order-window span {
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #290707;
    display: block;
    margin: 0 0 10px 0;
}

.popup-card .issue-order-window .name {
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #40302C;
    margin: 0 0 24px 0;
}

.popup-card .issue-order-window .desc {
    font-size: 19px;
    line-height: 160%;
    text-align: center;
    color: #8A8786;
}

.popup-card .issue-order-window .btn {
    display: flex;
    margin: 55px 0 0 0;
}

.popup-card .issue-order-window .yes {
    cursor: pointer;
    margin: 0px 8px 0 0;
    padding: 0px;
    background: #FFFFFF;
    border: 1px solid #290707;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #290707;
    height: 40px;
    width: 100%;
}

.popup-card .issue-order-window .no {
    border: 0px;
    background: none;
    cursor: pointer;
    margin: 0px 0px 0 0;
    padding: 0px;
    height: 40px;
    width: 100%;
    background: #290707;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.page-clearance-goods {
    padding: 45px 0 90px 0;
}

.page-clearance-goods .block-steps {
    display: flex;
    justify-content: center;
    margin: 70px 0 40px 0;
}

.page-clearance-goods .block-steps .item {
    padding: 0 65px;
}

.page-clearance-goods .block-steps .item .name {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #ACAEB5;
}

.page-clearance-goods .block-steps .item.visible .name {
    color: #40302C;
}

.page-clearance-goods .block-steps .item.succes .name {
    color: #40302C;
}

.page-clearance-goods .block-steps .item span {
    display: block;
    width: 17px;
    height: 16px;
    background: #E0E4EA;
    border-radius: 555px;
    margin: 8px auto 0 auto;
    position: relative;
}

.page-clearance-goods .block-steps .item.visible span {
    background: url(../images_new/Ellipse.svg) no-repeat;
}

.page-clearance-goods .block-steps .item.succes span {
    background: url(../images_new/success.svg) no-repeat;
}

.page-clearance-goods .block-steps .item span:before {
    content: "";
    width: 90px;
    height: 1px;
    background: #E0E4EA;
    position: absolute;
    top: 8px;
    right: -96px;
}

.page-clearance-goods .block-steps .item span:after {
    content: "";
    width: 90px;
    height: 1px;
    background: #E0E4EA;
    position: absolute;
    top: 8px;
    left: -96px;
}

.page-clearance-goods .block-steps .item:first-child span:after {
    display: none;
}

.page-clearance-goods .block-steps .item:last-child span:before {
    display: none;
}

.page-clearance-goods .block-steps .item.succes span:before {
    background: #48BF94;
    width: 180px;
    right: -186px;
    z-index: 999;
}

.page-clearance-goods .container {
    display: flex;
    align-items: flex-start;
}

.page-clearance-goods .container .col-left {
    flex: 1;
    margin: 0 24px 0 0;
}

.page-clearance-goods .container .col-left .shadow {
    background: #FFFFFF;
    border: 1px solid #F5F4F6;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0px 4px 10px rgba(0, 17, 41, 0.06);
    padding: 55px 100px;
}

.page-clearance-goods .container .col-right {
    width: 350px;
    background: #FFFFFF;
    border: 1px solid #F5F4F6;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0px 4px 10px rgba(0, 17, 41, 0.06);
    padding: 25px 30px;
}

.page-clearance-goods .block-cart-info {}

.page-clearance-goods .block-cart-info .it {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}

.page-clearance-goods .block-cart-info .it .name {
    flex: 1;
    padding: 0 10px 0 0;
    font-size: 15px;
    line-height: 24px;
    color: #40302C;
}

.page-clearance-goods .block-cart-info .it .old {
    font-size: 15px;
    line-height: 150%;
    text-align: right;
    text-decoration-line: line-through;
    color: #E0E4EA;
    padding: 0 10px;
}

.page-clearance-goods .block-cart-info .it .new {
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    text-align: right;
    color: #40302C;
}

.page-clearance-goods .block-cart-info .hr {
    width: 100%;
    height: 1px;
    background: #E0E4EA;
    margin: 25px 0;
}

.page-clearance-goods .block-cart-info .it.total .name {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #40302C;
}

.page-clearance-goods .block-cart-info .it.total .new {
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    text-align: right;
    color: #290707;
}

.page-clearance-goods .block-pay {}

.page-clearance-goods .block-pay .name {
    font-size: 12px;
    line-height: 24px;
    color: #48BF94;
    display: flex;
    align-items: center;
}

.page-clearance-goods .block-pay .name:before {
    content: "";
    width: 10px;
    height: 12px;
    background: url(../images_new/castle.svg) no-repeat;
    margin: 0 7px 0 0;
}

.page-clearance-goods .block-pay .desc {
    margin: 2px 0 0 0;
    font-size: 11px;
    line-height: 140%;
    color: #40302C;
}

.page-clearance-goods .block-pay .icon {
    margin: 5px 0 0 0;
    display: flex;
    align-items: center;
}

.page-clearance-goods .block-pay .icon img {
    margin: 0px 15px 0 0;
}

.page-clearance-goods .container .col-left .title-block {
    line-height: 150%;
    text-align: center;
    color: #40302C;
    font-size: 24px;
    margin: 0 0 24px 0;
}

.page-clearance-goods .container .col-left .desc-block {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #40302C;
    margin: 0 0 40px 0;
}

.page-clearance-goods .container .col-left .block-date form {
    display: table;
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
}

.page-clearance-goods .container .col-left .block-date .item {
    margin: 0 0 30px 0;
}

.page-clearance-goods .container .col-left .block-date .item label {
    font-size: 12px;
    line-height: 24px;
    color: #40302C;
    display: block;
    margin: 0 0 4px 0;
}

.page-clearance-goods .container .col-left .block-date .item input {
    background: #FBFBFB;
    border: 1px solid #E0E4EA;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    padding: 8px 25px;
    width: 100%;
}

.page-clearance-goods .container .col-left .block-date button {
    background: #290707;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 40px;
    width: 100%;
    cursor: pointer;
    border: 0px;
    margin: 25px 0 0 0;
}

.page-clearance-goods .block-date .checkbox {
    margin: 20px 0 0 0;
    position: relative;
}

.page-clearance-goods .block-date .checkbox .label {
    position: relative;
    display: flex;
}

.page-clearance-goods .block-date .checkbox input[type="checkbox"] {
    display: none;
    position: relative;
}

.page-clearance-goods .block-date .checkbox input[type="checkbox"]+label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    color: #40302C;
    justify-content: center;
    position: relative;
}

.page-clearance-goods .block-date .checkbox input[type="checkbox"]+label:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 1px #ccc solid;
    margin: 0 15px 0 0;
}

.page-clearance-goods .block-date .checkbox input[type="checkbox"]:checked+label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images_new/filled.svg) no-repeat;
    border: 0px;
}

.block-delivery-choice {
    padding: 8px 0 0 0;
}

.block-delivery-choice .select-item .item {
    background: #FFFFFF;
    border: 1px solid #E0E4EA;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 15px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #8A8786;
    padding: 16px 32px;
    margin: 0 0 16px 0;
    cursor: pointer;
}

.block-delivery-choice .select-item .item:before {
    content: "";
    width: 24px;
    height: 24px;
    margin: 0 20px 0 0;
    background: url(../images_new/radio-empty.svg) no-repeat;
    background-size: 100% 100%;
}

.block-delivery-choice .select-item .item.active {
    background: #F5F4F6;
}

.block-delivery-choice .select-item .item.active:before {
    content: "";
    width: 24px;
    height: 24px;
    margin: 0 20px 0 0;
    background: url(../images_new/radio-active.svg) no-repeat;
    background-size: 100% 100%;
}

.page-clearance-goods .additionally-info {
    margin: 60px 0 0 0;
}

.page-clearance-goods .additionally-info .name {
    font-size: 24px;
    line-height: 150%;
    color: #40302C;
    margin: 0 0 40px 0;
}

.page-clearance-goods .additionally-info .text {
    font-size: 15px;
    line-height: 24px;
    color: #40302C;
}

.block-delivery-choice .select-item .item:hover {
    background: #F5F4F6;
}

.block-delivery-choice .del {
    display: none;
}

.block-delivery-choice .del.active {
    display: block;
}

.block-delivery-choice .block-delivery {
    border-top: 1px #E0E4EA solid;
    margin: 48px -100px 0 -100px;
    padding: 56px 50px 0 50px;
}

.block-delivery-choice .block-delivery .title {
    margin: 0 0 28px 0;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #40302C;
}

.block-delivery-choice .block-delivery .inform-block {
    margin: 0 0 40px 0;
    display: flex;
}

.block-delivery-choice .block-delivery .inform-block.bg {
    margin: 0 0 30px 0;
    background: #F5F4F6;
    border: 1px solid #E0E4EA;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 23px 50px;
}

.block-delivery-choice .block-delivery .inform-block .it {
    width: 100%;
    margin: 0 37px 0 0;
}

.block-delivery-choice .block-delivery .inform-block .it:last-child {
    margin: 0px;
}

.block-delivery-choice .block-delivery .inform-block .name {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #290707;
}

.block-delivery-choice .block-delivery .inform-block .name .info {
    position: relative;
}

.block-delivery-choice .block-delivery .inform-block .name .info span {
    width: 17px;
    height: 16px;
    background: url(../images_new/info.svg) no-repeat;
    margin: 0 0 0 5px;
    position: relative;
    flex-shrink: 0;
    display: block;
}

.block-delivery-choice .block-delivery .inform-block .name .info .hover {
    position: absolute;
    top: calc(100% + 10px);
    left: 0px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 8px 60px rgba(0, 11, 32, 0.1);
    padding: 20px 30px 20px 30px;
    display: none;
    font-size: 12px;
    line-height: 16px;
    color: #40302C;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0px;
}

.block-delivery-choice .block-delivery .inform-block .name .info:hover .hover {
    display: block;
}

.block-delivery-choice .block-delivery .inform-block .desc {
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    margin: 5px 0 0 0;
}

.block-delivery-choice .block-delivery .maps {
    height: 350px;
    margin: 0 0 48px 0;
}

.block-delivery-choice .block-delivery .maps iframe {
    width: 100%;
    height: 350px;
}

.block-delivery-choice .block-delivery .description {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #40302C;
}

.block-delivery-choice .block-delivery .description.bordertop {
    border-top: 1px #E0E4EA solid;
    padding: 40px 0 0 0;
}

.block-delivery-choice .block-delivery button.select {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 40px auto 0 auto;
    height: 40px;
    padding: 0 35px;
    background: #290707;
    border-radius: 4px;
    border: 0px;
    cursor: pointer;
    display: table;
    min-width: 326px;
}

.block-delivery-choice .block-delivery .form {
    max-width: 445px;
    display: table;
    margin: 0 auto 50px auto;
}

.block-delivery-choice .block-delivery .form .input {
    margin: 0 0 30px 0;
}

.block-delivery-choice .block-delivery .form .input label {
    font-size: 12px;
    line-height: 24px;
    color: #40302C;
    display: block;
    margin: 0 0 4px 0;
}

.block-delivery-choice .block-delivery .form .input input {
    background: #fff;
    border: 1px solid #E0E4EA;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    padding: 8px 25px;
    width: 100%;
}

.block-delivery-choice .block-delivery .form .input select {
    background: #fff url(../images_new/select-arrow.svg) no-repeat right 20px top 17px;
    border: 1px solid #E0E4EA;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    padding: 8px 25px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.block-delivery-choice .block-delivery .form .flex {
    display: flex;
}

.block-delivery-choice .block-delivery .form .flex .input {
    margin: 0 16px 0 0;
    width: 18%;
}

.block-delivery-choice .block-delivery .form .flex .input:last-child {
    margin: 0px;
    flex: 1;
}

.block-delivery-choice .block-delivery .form .elevator {
    display: flex;
    margin: 30px 0 0 0;
}

.block-delivery-choice .block-delivery .form .elevator .input {
    width: 18%;
    margin: 0px;
}

.block-delivery-choice .block-delivery .form .elevator .radio {
    margin: 0 16px 0 0;
}

.block-delivery-choice .block-delivery .form .elevator .fl {
    display: flex;
}

.block-delivery-choice .block-delivery .form .elevator .radio .n {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    margin: 0 0 12px 0;
}

.block-delivery-choice .block-delivery .form .elevator .radio .i {
    display: flex;
    align-items: center;
    margin: 0 16px 0px 0;
    padding: 0px;
}

.block-delivery-choice .block-delivery .form .elevator .r {
    opacity: 0;
    margin: 0px 0 0 0px;
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    display: none;
}

.block-delivery-choice .block-delivery .form .elevator .r+label {
    position: relative;
    padding: 0 0 0 32px;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
}

.block-delivery-choice .block-delivery .form .elevator .r+label:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../images_new/radio-empty.svg) no-repeat;
}

.block-delivery-choice .block-delivery .form .elevator .r+label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 0px;
    width: 16px;
    height: 16px;
    background: url(../images_new/radio-active.svg) no-repeat;
    opacity: 0;
    transition: .2s;
}

.block-delivery-choice .block-delivery .form .elevator .r:checked+label:after {
    opacity: 1;
}

.block-select-pay {
    max-width: 450px;
    display: table;
    margin: 0px auto 0 auto;
    padding: 8px 0 0 0;
}

.block-select-pay .item {
    background: #FFFFFF;
    border: 1px solid #E0E4EA;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 0 0 16px 0;
    padding: 16px 32px;
    font-size: 15px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #40302C;
    cursor: pointer;
    height: 56px;
}

.block-select-pay .item:hover {
    background: #F5F4F6;
}

.block-select-pay .pay1:before {
    content: "";
    width: 29px;
    height: 19px;
    background: url(../images_new/select-pay1.svg) no-repeat;
    margin: 0 20px 0 0;
}

.block-select-pay .pay2:before {
    content: "";
    width: 29px;
    height: 23px;
    background: url(../images_new/select-pay2.svg) no-repeat;
    margin: 0 20px 0 0;
}

.block-select-pay .pay3:before {
    content: "";
    width: 41px;
    height: 40px;
    background: url(../images_new/select-pay3.svg) no-repeat;
    margin: 0 20px 0 0;
}

.block-select-pay .pay4:before {
    content: "";
    width: 39px;
    height: 15px;
    background: url(../images_new/select-pay4.svg) no-repeat;
    margin: 0 20px 0 0;
}

.block-select-pay button {
    border: 0px;
    margin: 24px 0 16px 0px;
    padding: 0px;
    cursor: pointer;
    width: 100%;
    background: #290707;
    border-radius: 4px;
    height: 40px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.block-select-pay .help {
    display: table;
    margin: 0 auto;
    text-decoration: none;
    font-size: 12px;
    line-height: 24px;
    color: #40302C;
}

.pay-total {
    font-size: 15px;
    line-height: 24px;
    color: #40302C;
    text-align: center;
    margin: -16px 0 30px 0;
}

.pay-total span {
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    color: #40302C;
}

.card-edit-pay {
    max-width: 558px;
    display: table;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.card-edit-pay .block {
    height: 287px;
    position: relative;
}

.card-edit-pay .over {
    background: #FBFBFB;
    border: 1px solid #F5F4F6;
    box-sizing: border-box;
    box-shadow: 0px 8px 20px rgba(0, 13, 47, 0.08);
    border-radius: 12px;
    width: 100%;
    max-width: 392px;
    height: 240px;
    z-index: 9;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 34px 44px;
}

.card-edit-pay .under {
    background: #F5F4F6;
    border: 1px solid #F5F4F6;
    box-sizing: border-box;
    border-radius: 12px;
    width: 100%;
    max-width: 392px;
    height: 240px;
    z-index: 8;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.card-edit-pay .under .line {
    height: 36px;
    background: #E0E4EA;
    width: 100%;
    margin: 32px 0 0 0;
}

.card-edit-pay .over .input {}

.card-edit-pay .input label {
    font-size: 12px;
    line-height: 24px;
    color: #40302C;
    display: block;
    margin: 0 0 4px 0;
}

.card-edit-pay .input input {
    background: #fff;
    border: 1px solid #E0E4EA;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    padding: 8px 25px;
    width: 100%;
}

.card-edit-pay .over .flex {
    display: flex;
    margin: 24px 0 0 0;
}

.card-edit-pay .over .flex .input:first-child {
    width: 112px;
    margin: 0 16px 0 0;
}

.card-edit-pay .over .flex .input:last-child {
    flex: 1;
}

.card-edit-pay .under .input {
    width: 112px;
    position: absolute;
    right: 32px;
    bottom: 26px;
}

.card-edit-pay .under .input .desc {
    font-size: 11px;
    line-height: 140%;
    color: #7C879A;
    margin: 8px 0 0 0;
}

button.pay-end {
    width: 100%;
    padding: 0px;
    border: 0px;
    cursor: pointer;
    background: #48BF94;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 40px;
    margin: 40px 0 0 0;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */

.button-all-green {
    padding: 0px;
    margin: 0px;
    border: 0px;
    cursor: pointer;
    background: #48BF94;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 40px;
    padding: 0 30px;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */

.input-line-all label {
    font-size: 12px;
    line-height: 24px;
    color: #40302C;
    display: block;
    margin: 0 0 4px 0;
}

.input-line-all input {
    background: #fff;
    border: 1px solid #E0E4EA;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    padding: 8px 25px;
    width: 100%;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº <div class="input-line-all"><label>ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â</label><input type="text" value="" placeholder="ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ" /></div>  */

.button-all-red {
    background: #290707;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 40px;
    cursor: pointer;
    border: 0px;
    margin: 0px 0 0 0;
    padding: 0 30px;
}

.button-all-red:hover {
    color: #fff;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */

.button-all-border {
    background: #FFFFFF;
    border: 1px solid #290707;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    margin: 0px;
    height: 40px;
    padding: 0 30px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #290707;
}

.button-all-border:hover {
    color: #290707;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ */

.header-mobile {
    display: none;
}

.mobile-catalog-block {
    display: none;
}

.mobile-sorting {
    display: none;
}

.mobile-fixed-window {
    display: none;
}

.page-accont .red-desc {
    text-align: center;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #290707;
    margin: 0 0 20px 0;
}

.popup-window-all {
    display: none;
}

.popup-window-all .popup-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999999999999;
    overflow: auto;
    width: 100%;
    height: 100%;
}

.popup-window-all .block {
    background: #fff;
    border: 1px solid #F5F4F6;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    max-width: 745px;
    padding: 60px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999999999;
    transform: translate(-50%, -50%);
}

.popup-window-all .close {
    width: 17px;
    height: 17px;
    background: url(../images_new/close-filter.svg) no-repeat;
    position: absolute;
    top: 23px;
    right: 23px;
    cursor: pointer;
    background-size: 100% 100%;
}

.order-more-details .title-window {
    font-size: 19px;
    line-height: 160%;
    color: #40302C;
    margin: 0 0 24px 0;
}

.order-more-details .title-window span {
    color: #290707;
}


.order-more-details .item-window {
    display: flex;
    flex-wrap: wrap;
    background: #FBFBFB;
    border: 1px solid #E0E4EA;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 0 0 24px 0;
    padding: 30px 45px;
}

.order-more-details .window-name {
    font-size: 19px;
    line-height: 160%;
    color: #40302C;
    margin: 0 0 20px 0;
}

.order-more-details .window-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 40px 0;
}

.order-more-details .window-product .prod {
    display: flex;
    align-items: center;
    width: 48.5%;
    margin: 0 0 20px 0;
}

.order-more-details .window-product .prod-img {
    width: 55px;
}

.order-more-details .window-product .prod-block {
    flex: 1;
    padding: 0 0 0 16px;
}

.order-more-details .window-product .prod-name {
    font-size: 11px;
    line-height: 100%;
    color: #40302C;
    text-decoration: none;
}

.order-more-details .window-product .prod-price {
    display: flex;
    align-items: center;
    margin: 5px 0 0 0;
}

.order-more-details .window-product .pr-new {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #290707;
    margin: 0 8px 0 0;
}

.order-more-details .window-product .pr-old {
    font-size: 11px;
    line-height: 140%;
    text-decoration-line: line-through;
    color: #ACAEB5;
}

.order-more-details .bth-help {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #290707;
    border-radius: 4px;
    padding: 0 30px;
    height: 40px;
    cursor: pointer;
    border: 0px;
    margin: 0 auto;
}

.order-more-details .bth-help:before {
    content: "";
    width: 18px;
    height: 20px;
    background: url(../images_new/help-icon.png) no-repeat;
    margin: 0 10px 0 0;
}

.window-all-filters-block {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    min-height: 100vh;
    width: 100%;
    background: #fff;
    z-index: 99999999999999;
    padding: 180px 0;
    overflow: auto;
    display: none;
}

.window-all-filters-block .width {
    max-width: 575px;
    width: 100%;
    display: table;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

.window-all-filters-block .top {
    padding: 15px 0;
    border-bottom: 1px #F5F4F6 solid;
    font-size: 24px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #290707;
    justify-content: space-between;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #fff;
    z-index: 9;
}

.window-all-filters-block .top .width {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.window-all-filters-block .top span {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #8A8786;
    cursor: pointer;
}

.window-all-filters-block .top span:after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images_new/close-filter.svg) no-repeat;
    cursor: pointer;
    margin: 0 0 0 7px;
}

.window-all-filters-block .bottom .width {
    display: flex;
    align-items: center;
}

.window-all-filters-block .bottom {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 15px 0;
    background: #fff;
    z-index: 9;
    border-top: 1px #F5F4F6 solid;
}

.window-all-filters-block .bottom .apply {
    height: 40px;
    padding: 0px;
    cursor: pointer;
    border: 0px;
    background: #290707;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    flex: 1;
    margin: 0 16px 0 0;
}

.window-all-filters-block .bottom .clear {
    height: 40px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    border: 0px;
    background: #F5F4F6;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #8A8786;
    width: 36%;
}

.window-all-filters-block .fl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.element-filter-all .it {
    width: 47%;
    margin: 0 0 30px 0;
    position: relative;
}

.element-filter-all .it .name-it {
    width: 100%;
    border: 1px solid #F5F4F6;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    height: 32px;
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images_new/filter-arrow.svg) no-repeat right 12px center;
    display: flex;
    align-items: center;
}

.element-filter-all .hover-window {
    background: #FFFFFF;
    border-radius: 4px;
    position: absolute;
    top: calc(100% + 8px);
    left: 0px;
    width: 256px;
    box-shadow: 0px 8px 60px rgba(0, 11, 32, 0.1);
    padding: 16px;
    display: none;
    z-index: 999;
}

.element-filter-all .hover-window.zindex {
    z-index: 9999;
}

.element-filter-all .hover-window:before {
    content: "";
    width: 16px;
    height: 8px;
    background: url(../images_new/arrow-popup.png) no-repeat;
    position: absolute;
    top: -8px;
    left: 20px;
}

.element-filter-all .hover-window .n {
    font-size: 15px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #40302C;
    margin: 0 0 16px 0;
}

.element-filter-all .hover-window .n .info {
    position: relative;
}

.element-filter-all .hover-window .n .info .primer {
    padding: 13px;
    background: #FFFFFF;
    border-radius: 4px;
    position: absolute;
    top: calc(100% + 15px);
    left: 0px;
    width: 300px;
    box-shadow: 0px 8px 60px rgba(0, 11, 32, 0.1);
    display: none;
}

.element-filter-all .hover-window .n .info .primer:before {
    content: "";
    width: 16px;
    height: 8px;
    background: url(../images_new/arrow-popup.png) no-repeat;
    position: absolute;
    top: -8px;
    left: 5px;
}

.element-filter-all .hover-window .n .info span {
    width: 17px;
    height: 16px;
    background: url(../images_new/info.svg) no-repeat;
    margin: 0 0 0 5px;
    position: relative;
    flex-shrink: 0;
    display: block;
}

.element-filter-all .hover-window .input-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;
    line-height: 24px;
    color: #8A8786;
    justify-content: space-between;
    margin: 0 0 8px 0;
}

.element-filter-all .hover-window .input-flex label {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    margin: 0 0 8px 0;
}

.element-filter-all .hover-window .input-flex input {
    background: #FFFFFF;
    border: 1px solid #E0E4EA;
    box-sizing: border-box;
    border-radius: 4px;
    width: 70px;
    height: 40px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #ACAEB5;
    padding: 0 5px;
}

.element-filter-all .hover-window .button {
    display: flex;
    padding: 16px 0 0 0;
}

.element-filter-all .hover-window .apply {
    background: #7C879A;
    border-radius: 4px;
    height: 32px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    border: 0px;
    cursor: pointer;
    margin: 0px;
    padding: 0 5px;
    flex: 1;
}

.element-filter-all .hover-window .clear {
    background: #FFFFFF;
    border: 1px solid #E0E4EA;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #7C879A;
    cursor: pointer;
    margin: 0px;
    padding: 0 5px;
    height: 32px;
    width: 92px;
    margin: 0 0 0 8px;
}

.element-filter-all .winmax {
    max-height: 190px;
    overflow: auto;
}

.element-filter-all ::-webkit-scrollbar {
    width: 3px;
}

.element-filter-all ::-webkit-scrollbar-track {}

.element-filter-all ::-webkit-scrollbar-thumb {
    background: #E0E4EA;
}

.element-filter-all .hover-window .check {
    display: flex;
    align-items: center;
    margin: 0 0 9px 0;
}

.element-filter-all .hover-window .checkbox {
    opacity: 0;
    display: none;
}

.element-filter-all .hover-window .checkbox+label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    padding: 0 0px 0 30px;
}

.element-filter-all .hover-window .checkbox+label:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px #ccc solid;
}

.element-filter-all .hover-window .checkbox+label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 0px;
    width: 16px;
    height: 16px;
    background: url(../images_new/filled.svg) no-repeat;
    opacity: 0;
    transition: .2s;
}

.element-filter-all .hover-window .checkbox:checked+label:after {
    opacity: 1;
}


body.noscroll {
    overflow: hidden;
}

.icon-popup {
    text-align: center;
    margin: 0 0 24px 0;
}

form .item {
    position: relative;
}

form .item .succes {
    width: 16px;
    height: 16px;
    background: url(../images_new/success.svg) no-repeat;
    display: none;
    position: absolute;
    top: 40px;
    right: -25px;
}

form .item .succes.active {
    display: block;
}

.page-succes-order {
    max-width: 735px;
    display: table;
    margin: 0 auto;
}

.page-succes-order ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.page-succes-order ul li {
    font-size: 19px;
    line-height: 160%;
    color: #8A8786;
    margin: 0 0 16px 0;
}

.page-succes-order .btn {
    display: flex;
    margin: 48px 0 0 0;
}

.page-succes-order .btn a {
    text-decoration: none;
    height: 40px;
    padding: 8px 30px;
    margin: 0 16px 0 0;
}

.page-lk-main {
    background: #FFFFFF;
    border: 1px solid #F5F4F6;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0px 4px 10px rgba(0, 17, 41, 0.06);
    max-width: 610px;
    display: table;
    margin: 0 auto;
    width: 100%;
    padding: 48px 80px;
}

.page-lk-main .title {
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #40302C;
    margin: 0 0 44px 0;
}

.page-lk-main .item {
    margin: 0 0 30px 0;
}

.page-lk-main .item label {
    font-size: 12px;
    line-height: 24px;
    color: #40302C;
    display: block;
    margin: 0 0 4px 0;
}

.page-lk-main .item input {
    background: #fff;
    border: 1px solid #E0E4EA;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    color: #40302C;
    padding: 8px 25px;
    width: 100%;
}

.page-lk-main form button {
    background: #290707;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 40px;
    width: 100%;
    cursor: pointer;
    border: 0px;
}

.page-lk-main .lostpassword {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #40302C;
    display: table;
    margin: 16px auto 0 auto;
    text-decoration: none;
}

.header-mini {
    position: fixed;
    background: #fff;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999999999;
    padding: 11px 0;
    box-shadow: 0px 1px 10px rgba(0, 5, 53, 0.06);
}

.header-mini .site-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-mini .phone {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    text-align: right;
    color: #8A8786;
}

.header-mini .back {
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #8A8786;
}

.header-mini .back:before {
    content: "";
    background: url(../images_new/header-mini-back.svg) no-repeat;
    width: 15px;
    height: 14px;
    margin: 0 10px 0 0;
}

.sorting-block .it {
    width: 100% !important;
    margin: 0px !important;
}

.sorting-block .it .name-it {
    padding: 4px 25px 4px 10px;
}

.search-mobile-block {
    display: none;
}









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

    .topline .menu li,
    .menu-fixed li {
        margin: 0 15px 0 0;
    }

}


@media screen and (max-width:1000px) {
    .section-catalog .item .resize {
        display: none;
    }

    .section-catalog .item:hover .resize {
        display: none;
    }

    .page-clearance-goods .container {
        display: block;
    }

    .page-clearance-goods .container .col-left {
        margin: 0 0 20px 0;
    }

    .page-clearance-goods .container .col-right {
        width: 100%;
        padding: 20px;
    }

    .page-clearance-goods .container .col-left .shadow {
        padding: 20px;
    }

    .page-clearance-goods .block-steps {
        display: block;
    }

    .page-clearance-goods .block-steps .item {
        padding: 0px;
        margin: 0 0 10px 0;
    }

    .page-clearance-goods .block-steps .item span:before {
        display: none;
    }

    .page-clearance-goods .block-steps .item span:after {
        display: none;
    }

    .window-cookies {
        right: auto;
        bottom: auto;
        top: 35px;
        left: 50%;
        transform: translate(-50%, 0%);
        z-index: 99999999;
    }


    .header-mobile {
        display: flex;
        align-items: center;
        padding: 13px 16px;
    }

    .topline {
        display: none;
    }

    .header {
        display: none;
    }

    .header-mobile .logo {
        flex: 1;
    }

    .header-mobile .logo a {
        display: block;
        width: 36px;
        height: 38px;
        background: url(../images_new/logo-mobile.svg) no-repeat;
    }

    .header-mobile .search {
        cursor: pointer;
        width: 20px;
        height: 20px;
        background: url(../images_new/mobile-icon-search.svg) no-repeat;
        margin: 0 0 0 23px;
    }

    .header-mobile .favorite {
        cursor: pointer;
        width: 24px;
        height: 22px;
        background: url(../images_new/mobile-icon-favorite.svg) no-repeat;
        margin: 0 0 0 23px;
    }

    .header-mobile .cart {
        cursor: pointer;
        width: 24px;
        height: 22px;
        background: url(../images_new/mobile-icon-cart.svg) no-repeat;
        margin: 0 0 0 23px;
    }

    .header-mobile .menu-block {
        cursor: pointer;
        width: 26px;
        height: 18px;
        background: url(../images_new/mobile-icon-menu.svg) no-repeat;
        margin: 0 0 0 23px;
    }

    .section-1 .slide {
        position: relative;
        overflow: hidden;
        min-height: 330px;
    }

    .section-1 .slide img {
        max-width: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 614px;
    }

    .section-1 .slide .site-width {
        padding: 40px 0 0 20px;
    }

    .section-1 .slide .title {
        font-size: 20px;
        line-height: 160%;
        max-width: 290px;
    }

    .section-1 .nav-arrow .slick-arrow {
        bottom: 30px;
        left: 25px;
    }
    .section-1 .nav-arrow .slick-next{
        right:25px;
    }

    .title-section {
        font-size: 19px;
        line-height: 160%;
    }

    .title-section span {
        font-size: 11px;
        line-height: 24px;
    }

    .section-2 .item a {
        display: none;
    }

    .section-2 .item {
        background-size: 60% !important;
        height: auto;
        padding: 120px 5px 5px 5px;
        text-align: center;
        font-size: 17px;
        line-height: 170%;
        background-position: top 10px center !important;
        display: flex;
        align-items: flex-end;
        flex-flow: column-reverse;
    }

    .section-2 .flex .item:first-child {
        width: 48%;
        margin: 0 0% 0 0;
    }

    .section-2 .flex .item:last-child {
        width: 48%;
    }

    .section-2 .flex.reverse .item:last-child {
        margin: 0 0% 0 0;
    }

    .section-2 .flex.reverse .item:first-child {
        margin: 0 0 0 0%;
    }

    .section-2 .item .name {
        font-size: 17px;
        line-height: 170%;
        margin: 0 auto;
    }

    .section-2 .item br {
        display: none;
    }

    .section-3 .slick-list {
        margin: 0px;
    }

    .section-catalog .item .images {
        width: 100%;
        height: auto;
    }

    .section-3 {
        padding: 50px 0 0 0;
        margin: 50px 0 0 0;
        border-top: 8px #F5F4F6 solid;
        border-bottom: 0px #F5F4F6 solid;
    }

    .section-4 {
        padding: 50px 0;
        margin: 0px 0 0 0;
        border-top: 8px #F5F4F6 solid;
    }

    .section-4 .flex {
        display: block;
    }

    .section-4 .item {
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0 0 30px 0;
        border-bottom: 1px #F5F4F6 solid;
    }

    .section-4 .item:last-child {
        padding: 0px;
        border-bottom: 0px #F5F4F6 solid;
    }

    .site-width {
        width: 100%;
        padding: 0 16px;
    }

    .section-5 {
        padding: 50px 0;
        margin: 0px 0 0 0;
        border-top: 8px #F5F4F6 solid;
        background: #fff;
    }
    .section-5 .page-news-all{
        display:flex;
        gap:0;
    }

    .section-5 .item {
        width: 270px !important;
        flex-shrink: 0;
        flex: none;
        margin: 0px 16px 0 0 !important;
    }

    .section-5 .flex {
        overflow: auto;
    }

    .section-5 .item .images {
        height: 270px;
    }

    .section-5 .item:first-child {
        flex: none;
    }

    .section-6 {
        padding: 50px 0;
        margin: 0px 0 0 0;
        border-top: 8px #F5F4F6 solid;
        background: #fff;
    }

    .section-6 .maps {
        display: none;
    }

    .section-6 .block {
        width: 100%;
    }

    .section-6 .block .item {
        margin: 0 0 24px 0;
        padding: 0 0 24px 0;
        border-bottom: 1px #F5F4F6 solid;
    }

    .tabs__caption {
        margin: 0 auto 20px auto;
    }

    .section-7 {
        padding: 40px 0;
    }

    .section-7 .site-width {
        min-height: inherit;
        padding: 32px;
        background: #FBFBFB;
        flex-direction:column;
    }

    .section-7 .title-section {
        margin: 0 0 16px 0;
    }

    .section-7 .desc {
        margin: 0;
    }

    .section-7 form {
        margin: 30px 0 0 0;
    }

    .section-7 form input {
        width: 100%;
        margin: 0 0 16px 0;
    }

    .section-7 form button {
        width: 100%;
    }

    .section-7 form {
        display: block;
    }

    .footer-bottom .web {
        display: none;
    }

    .footer-bottom {
        padding: 32px 0;
        background: #F5F4F6;
    }

    .footer-bottom .copyright {
        width: 100%;
        text-align: center;
    }

    .footer .site-width {
        display: block;
    }

    .footer .block {
        max-width: 100%;
        padding: 0 0 64px 0;
        text-align: center;
    }

    .footer .logo {
        margin: 0 auto;
        display: table;
    }

    .footer .social {
        justify-content: center;
    }

    .footer .desc {
        margin: 32px 0;
    }

    .footer .col {
        margin: 0px;
    }

    .footer .col ul {
        display: none;
    }

    .footer .col .name {
        font-weight: 600;
        font-size: 11px;
        line-height: 24px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #40302C;
        padding: 20px 16px;
        margin: 0px -16px;
        border-top: 1px #E0E4EA solid;
        cursor: pointer;
        position: relative;
    }

    .footer .col .name:before {
        content: "";
        background: url(../images_new/dropdown-menu.svg) no-repeat;
        width: 8px;
        height: 13px;
        position: absolute;
        top: 50%;
        margin: -7px 0 0 0;
        right: 24px;
        transform: rotate(90deg);
    }

    .footer .col .name.active:before {
        transform: rotate(270deg);
    }

    .footer .col:last-child {
        margin: 0px;
    }

    .footer .col .name.doc {
        margin: 0px -16px;
        border-top: 1px #E0E4EA solid;
    }

    .footer .col.cat {
        display: none;
    }

    .mobile-catalog-block {
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: #E4E4E4;
        z-index: 9999999999;
        overflow-y: auto;
    }

    .mobile-catalog-block.noscroll {
        overflow: hidden;
    }

    .mobile-catalog-block .name {
        position: relative;
        font-size: 19px;
        line-height: 160%;
        text-align: center;
        color: #8A8786;
        padding: 16px;
    }

    .mobile-catalog-block .name .close {
        width: 18px;
        height: 18px;
        background: url(../images_new/close-filter.svg) no-repeat;
        position: absolute;
        top: 50%;
        margin: -7px 0 0 0;
        right: 18px;
        background-size: 100% 100%;
        cursor: pointer;
    }

    .mobile-catalog-block .name .back {
        width: 13px;
        height: 20px;
        background: url(../images_new/back.svg) no-repeat;
        position: absolute;
        top: 50%;
        margin: -10px 0 0 0;
        left: 18px;
        background-size: 100% 100%;
        cursor: pointer;
    }

    .mobile-catalog-block .block-menu {
        background: #fff;
        margin: 0 0 32px 0;
    }

    .mobile-catalog-block .block-menu ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    .mobile-catalog-block .block-menu li {
        padding: 17px 32px;
        border-bottom: 1px #F5F4F6 solid;
        display: flex;
        align-items: center;
    }

    .mobile-catalog-block .block-menu li a {
        font-size: 17px;
        line-height: 170%;
        color: #40302C;
        text-decoration: none;
    }

    .mobile-catalog-block .block-menu li.cat {
        cursor: pointer;
    }

    .mobile-catalog-block .block-menu li.cat:before {
        content: "";
        width: 16px;
        height: 16px;
        background: url(../images_new/mobile-icon-catalog.svg) no-repeat;
        margin: 0 20px 0 0;
    }

    .mobile-catalog-block .block-menu li.cat:after {
        content: "";
        width: 8px;
        height: 13px;
        background: url(../images_new/mobile-icon-catalog-arrow.svg) no-repeat right;
        margin: 0 0px 0 10px;
        flex: 1;
    }

    .mobile-catalog-block .block-menu li.cart:before {
        content: "";
        width: 20px;
        height: 17px;
        background: url(../images_new/mobile-icon-cart.svg) no-repeat;
        margin: 0 20px 0 0;
        background-size: 100% 100%;
    }

    .mobile-catalog-block .block-menu li.fav:before {
        content: "";
        width: 16px;
        height: 16px;
        background: url(../images_new/mobile-icon-favorite.svg) no-repeat;
        margin: 0 20px 0 0;
        background-size: 100% 100%;
    }

    .mobile-catalog-block .block-menu li.enter:before {
        content: "";
        width: 20px;
        height: 20px;
        background: url(../images_new/mobile-icon-enter.svg) no-repeat;
        margin: 0 20px 0 0;
        background-size: 100% 100%;
    }

    .mobile-catalog-block .block-menu li.feedback:before {
        content: "";
        width: 18px;
        height: 19px;
        background: url(../images_new/mobile-icon-help.svg) no-repeat;
        margin: 0 20px 0 0;
        background-size: 100% 100%;
    }

    .mobile-catalog-block .mobile-city {
        display: flex;
        align-items: center;
        font-size: 17px;
        line-height: 170%;
        color: #290707;
        margin: 0 0 32px 0;
        background: #fff;
        padding: 24px 28px;
        cursor: pointer;
    }

    .mobile-catalog-block .mobile-city:before {
        content: "";
        width: 17px;
        height: 17px;
        background: url(../images_new/geo2.svg) no-repeat;
        margin: 0 20px 0 0;
    }

    .mobile-catalog-block .bottom {
        padding: 78px 20px 64px 20px;
    }

    .mobile-catalog-block .bottom .logo {
        display: block;
        width: 233px;
        height: 45px;
        background: url(../images_new/logo.png) no-repeat;
    }

    .mobile-catalog-block .bottom .desc {
        font-size: 15px;
        line-height: 24px;
        color: #8A8786;
        padding: 40px 0;
    }

    .mobile-catalog-block .bottom .contacts {
        display: flex;
        justify-content: space-between;
    }

    .mobile-catalog-block .bottom .contacts .it {
        width: 48%;
    }

    .mobile-catalog-block .bottom .contacts .it .n {
        font-weight: 600;
        font-size: 11px;
        line-height: 24px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #40302C;
    }

    .mobile-catalog-block .bottom .contacts .it span {
        font-size: 15px;
        line-height: 24px;
        color: #8A8786;
        display: block;
    }

    .mobile-catalog-block .bottom .social {
        display: flex;
        margin: 50px 0 0 0;
        align-items: center;
    }

    .mobile-catalog-block .bottom .social a {
        margin: 0 16px 0 0;
    }

    .mobile-catalog-block .bottom .social .fb {
        width: 9px;
        height: 16px;
        background: url(../images_new/fb.svg) no-repeat;
    }

    .mobile-catalog-block .bottom .social .in {
        width: 17px;
        height: 17px;
        background: url(../images_new/ins.svg) no-repeat;
    }

    .mobile-catalog-block .bottom .social .vk {
        width: 18px;
        height: 11px;
        background: url(../images_new/vk.svg) no-repeat;
    }

    .mobile-catalog-block .catalog-hidden {
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: #E4E4E4;
        z-index: 999999999999;
        overflow-y: auto;
    }

    .mobile-catalog-block .catalog-block {
        background: #FFFFFF;
        padding: 15px 0;
        z-index: 999999999;
    }

    .mobile-catalog-block .catalog-block ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

    .mobile-catalog-block .catalog-block ul ul {
        list-style: none;
        margin: 0px;
        padding: 12px 0 0 0px;
        width: 100%;
        background: #fff;
        display: none;
    }

    .mobile-catalog-block .catalog-block li {
        display: flex;
        align-items: center;
        padding: 12px 20px;
        position: relative;
        flex-wrap: wrap;
    }

    .mobile-catalog-block .catalog-block ul ul li {
        padding: 10px 30px;
    }

    .mobile-catalog-block .catalog-block li:before {
        content: "";
        width: 24px;
        height: 24px;
        border-radius: 555px;
        border: 1px solid #40302C;
        margin: 0 15px 0 0;
        flex-shrink: 0;
    }

    .mobile-catalog-block .catalog-block ul ul li:before {
        display: none;
    }

    .mobile-catalog-block .catalog-block li a {
        text-decoration: none;
        font-size: 15px;
        line-height: 24px;
        color: #40302C;
    }

    .mobile-catalog-block .catalog-block li.red a {
        color: #290707;
    }

    .mobile-catalog-block .catalog-block li.sub:after {
        content: "";
        width: 8px;
        height: 13px;
        background: url(../images_new/dropdown-menu.svg) no-repeat right center;
        flex: 1;
    }

    .popup-card .block {
        padding: 30px 15px;
    }

    .popup-window-all .block {
        padding: 30px 15px;
    }

    .popup-card .title {
        margin: 0 0 10px 0;
    }

    .popup-card .desc {
        margin: 0 0 10px 0;
    }

    .popup-card .item {
        margin: 0 0 10px 0;
    }

    .popup-location .block {
        padding: 15px;
    }

    .popup-location .form button {
        width: 100%;
        margin: 40px 0 0 0;
    }

    .wrapper .sidebar {
        display: none;
    }


    .section-catalog .item {
        width: 50% !important;
        margin: 0 0% 0px 0 !important;
    }

    .section-catalog .item:nth-child(4n) {
        margin: 0 0% 0px 0 !important;
    }

    .section-catalog .item:nth-child(3n) {
        margin: 0 0% 0px 0 !important;
    }

    .section-catalog .item:nth-child(2n) {
        margin: 0 0% 0px 0 !important;
    }

    .section-catalog .item:hover {
        margin-bottom: 0px !important;
    }

    .section-catalog .item:hover:nth-child(4n) {
        margin: 0 0% 0px 0 !important;
    }

    .title-page .close-filter {
        display: none;
    }

    .title-page {
        text-align: center;
    }

    .title-page h1 {
        width: 100%;
        text-align: center;
        display: block;
    }


    .section-catalog .item .btn {
        display: flex;
    }

    .pagination a:nth-of-type(n+4) {
        display: none;
    }

    .pagination span.points {
        display: none;
    }

    .pagination .next {
        display: block !important;
        margin: 0px;
    }

    .pagination .prev {
        display: block !important;
        margin: 0px;
    }

    .pagination {
        justify-content: center;
    }

    .wrapper {
        margin: 40px 0;
    }

    .section-catalog {
        margin: 0 -16px;
    }

    .section-catalog .item .btn {
        padding: 0px;
    }

    .section-catalog .item button {
        font-size: 11px;
        margin: 0 8px 0 0;
        height: 32px;
        text-transform: none;
    }

    .section-catalog .item .fav {
        width: 32px;
        height: 32px;
        background-size: 100% 100% !important;
    }

    .title-page {
        border-bottom: 0px;
    }

    .mobile-sorting {
        display: flex;
        box-shadow: 0px 1px 10px rgba(0, 5, 53, 0.06);
        margin: 0 -16px;
    }

    .mobile-sorting-fixed {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 9999;
        background: #fff;
    }

    .mobile-sorting .cat-menu {
        border-right: 1px #F5F4F6 solid;
        width: 50%;
        height: 64px;
        font-size: 15px;
        line-height: 170%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #40302C;
        cursor: pointer;
    }

    .mobile-sorting .cat-menu:before {
        content: "";
        margin: 0 12px 0 0;
        width: 16px;
        height: 16px;
        background: url(../images_new/mobile-icon-catalog-h.svg) no-repeat;
    }

    .mobile-sorting .filter {
        border-right: 1px #F5F4F6 solid;
        width: 50%;
        height: 64px;
        font-size: 15px;
        line-height: 170%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #40302C;
        cursor: pointer;
    }

    .mobile-sorting .filter:before {
        content: "";
        margin: 0 12px 0 0;
        width: 18px;
        height: 18px;
        background: url(../images_new/allfilters-h.svg) no-repeat;
    }

    .mobile-sorting.s .filter {
        width: 100%;
    }

    .mobile-fixed-window {
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: #E4E4E4;
        z-index: 9999999999;
        overflow-y: auto;
    }

    .mobile-fixed-window.noscroll {
        overflow: hidden;
    }

    .mobile-fixed-window .name {
        position: relative;
        font-size: 19px;
        line-height: 160%;
        text-align: center;
        color: #8A8786;
        padding: 16px;
    }

    .mobile-fixed-window .name .close {
        width: 18px;
        height: 18px;
        background: url(../images_new/close-filter.svg) no-repeat;
        position: absolute;
        top: 50%;
        margin: -7px 0 0 0;
        right: 18px;
        background-size: 100% 100%;
        cursor: pointer;
    }

    .mobile-fixed-window .name .back {
        width: 13px;
        height: 20px;
        background: url(../images_new/back.svg) no-repeat;
        position: absolute;
        top: 50%;
        margin: -10px 0 0 0;
        left: 18px;
        background-size: 100% 100%;
        cursor: pointer;
    }

    .mobile-fixed-window .block-menu {
        background: #fff;
        margin: 0 0 32px 0;
    }

    .mobile-fixed-window .block-menu ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    .mobile-fixed-window .block-menu li {
        padding: 17px 32px;
        border-bottom: 1px #F5F4F6 solid;
        display: flex;
        align-items: center;
    }

    .mobile-fixed-window .block-menu li a {
        font-size: 17px;
        line-height: 170%;
        color: #40302C;
        text-decoration: none;
    }

    .sorting-block {
        display: flex;
        flex-direction: column-reverse;
    }

    .sorting-block .item.check {
        display: none;
    }

    .sorting-block .item {
        background: #fff;
        width: 100%;
        border-bottom: 1px #F5F4F6 solid;
    }

    .sorting-block .item select {}

    .sorting-block .it .name-it {
        padding: 4px 35px 4px 20px;
        height: 64px;
    }

    .sorting-block .item select:hover {
        border: 0;
        box-sizing: border-box;
        border-radius: 0px;
    }

    .sorting-block .item {
        flex-wrap: wrap;
        margin: 0px;
    }

    .sorting-block .allfilter {
        display: none;
    }

    .sorting-block .sort {
        order: 1;
        min-height: 64px;
        padding: 0 20px;
        margin: 0 0 32px 0;
    }

    .sorting-block .sort:after {
        display: none;
    }

    .sorting-block .sort:before {
        display: none;
    }

    .sorting-block .sort span {
        display: flex;
        width: 100%;
        align-items: center;
        background: #fff url(../images_new/filter-arrow.svg) no-repeat right 0px center;
        height: 64px;
    }

    .sorting-block .sort span:before {
        content: "";
        width: 14px;
        height: 10px;
        background: url(../images_new/icon-sort.svg) no-repeat;
        margin: 0 5px 0 0px;
        display: block;
    }

    .sorting-block .sort:hover .window {
        display: none;
    }

    .sorting-block .sort .window {
        padding: 0 0 10px 0;
        font-size: 14px;
        line-height: 24px;
        color: #40302C;
        background: #FFFFFF;
        border-radius: 0px;
        box-shadow: 0px 8px 60px rgba(0, 11, 32, 0);
        width: 100%;
        position: relative;
        top: 0;
        right: 0px;
        z-index: 9999;
        display: none;
    }

    .section-catalog .item .name {
        padding: 0px;
    }

    .section-catalog .item .price {
        padding: 0px;
    }

    .footer .social a {
        margin: 0 12px;
    }

    .mobile-fixed-window .bottom-button-fixed {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 999999999999999;
        background: #FFFFFF;
        box-shadow: 0px 6px 30px rgba(0, 17, 77, 0.2);
        padding: 16px 20px;
        justify-content: space-between;
        display: flex;
    }

    .mobile-fixed-window .bottom-button-fixed .apply {
        height: 40px;
        margin: 0px;
        padding: 0px;
        cursor: pointer;
        border: 0px;
        background: #290707;
        border-radius: 4px;
        font-weight: 600;
        font-size: 12px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #FFFFFF;
        width: 48%;
    }

    .mobile-fixed-window .bottom-button-fixed .clear {
        width: 48%;
        height: 40px;
        margin: 0px;
        padding: 0px;
        cursor: pointer;
        border: 0px;
        background: #F5F4F6;
        border-radius: 4px;
        font-weight: 600;
        font-size: 12px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #8A8786;
    }

    .card-product {
        display: block;
    }

    .card-product .col-left {
        width: 100%;
        margin: 0px;
    }

    .card-product .col-right {
        width: 100%;
    }

    .card-product .button {
        flex-wrap: wrap;
    }

    .card-product .button .buy {
        width: 49%;
        margin: 0px;
    }

    .card-product .button .installment {
        width: 48%;
    }

    .card-product .button .cart {
        max-width: none;
        margin: 0 0 16px 0;
    }

    .card-product .info-block {
        padding: 20px;
    }

    .wrapper-card-tabs .site-width {
        padding: 0px;
    }

    .wrapper-card-tabs .parameters {
        max-width: 100%;
        padding: 0px;
    }

    .wrapper-card-tabs .parameters .it {
        align-items: flex-end;
    }

    .concomitant-product .slick-list {
        margin: 0 0px;
    }

    .wrapper-card-tabs .description {
        padding: 0 16px;
    }

    .wrapper-card-tabs .reviews-card {
        display: block;
    }

    .wrapper-card-tabs .reviews-card .conclusion {
        padding: 0px 16px 20px 16px;
    }

    .wrapper-card-tabs .reviews-card .info {
        padding: 15px;
        width: 100%;
    }

    .popup-card .rating {
        margin: 0 0 20px 0;
    }

    .popup-card .close {
        top: 10px;
        right: 5px;
    }

    .page-cart .product-addcart {
        border-bottom: 8px #F5F4F6 solid;
    }

    .page-cart {
        display: block;
    }

    .page-cart .col-left {
        padding: 0 0 30px 0;
    }

    .page-cart .col-right {
        width: 100%;
    }

    .promo-block {
        flex-wrap: wrap;
    }

    .promo-block span {
        width: 100%;
        flex: none;
        margin: 0 0 20px 0;
    }

    .promo-block {
        padding: 15px;
        justify-content: space-between;
    }

    .promo-block input {
        width: 60%;
        margin: 0px;
        padding: 0 10px;
    }

    .promo-block button {
        width: 38%;
    }

    .nopadding {
        padding: 50px 0 !important;
    }

    .page-cart .block-cart-info {
        padding: 15px;
    }

    .page-cart .col-right .block-gift {
        padding: 15px 15px 15px 60px;
        background: #7C879A url(../images_new/info.svg) no-repeat 15px 20px;
    }

    .page-cart .product-addcart .mobile-block {
        display: block;
        flex: 1;
        width: 100%;
    }

    .page-cart .product-addcart .block {
        padding: 0 0 10px 0;
    }

    .page-cart .product-addcart {
        padding: 25px 0;
    }

    .page-cart .product-addcart .quantity {
        justify-content: center;
        width: 102px;
    }

    .page-cart .product-addcart .price {
        padding: 20px 0 0 0;
        display: flex;
        align-items: flex-end;
    }

    .page-cart .product-addcart .price .new {
        margin: 0 12px 0 0;
        color: #290707;
    }

    .page-cart .product-addcart .price .old {
        font-size: 11px;
        line-height: 140%;
    }

    .page-favorite-empty {
        display: block;
    }

    .page-favorite-empty .col-left {
        width: 100%;
    }

    .page-favorite-empty .col-right {
        padding: 0px 0 0 0;
    }

    .search-head {
        display: block;
        margin: 0px -16px;
    }

    .search-head .result {
        width: 100%;
        background: #F5F4F6;
        padding: 24px 16px;
    }

    .block-authorization .auth {
        padding: 0 20px 0 30px;
    }

    .block-authorization .auth.vk:before {
        margin: 0 24px 0 0;
    }

    .block-authorization .auth.fb:before {
        margin: 0 24px 0 0;
    }

    .block-authorization .auth.ok:before {
        margin: 0 24px 0 0;
    }

    .block-authorization .auth.mail:before {
        margin: 0 24px 0 0;
    }

    .block-authorization .tabs__caption li {
        font-size: 0px;
        padding: 15px;
        width: 50%;
        text-align: center;
    }

    .block-authorization .tabs__caption li .mobile {
        display: block;
        font-size: 15px;
    }

    .block-authorization .tabs__caption {
        background: #fff;
        margin: 0 -16px 64px -16px;
    }

    .block-authorization .tabs__caption li.active {
        background: #fff;
    }

    .page-accont .container {
        display: block;
    }

    .page-accont .container .col-left {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .page-accont .container .col-right {
        padding: 20px;
        width: 100%;
    }

    .page-accont .account-order .item {
        padding: 15px;
    }

    .page-accont .account-order .item .col {
        width: 50%;
        margin: 0 0 20px 0;
    }

    .page-accont .account-order .item .link {
        width: 100%;
    }

    .page-accont button.save {
        width: 100%;
    }

    .order-more-details .item-window {
        padding: 15px;
    }

    .order-more-details .window-product {
        display: block;
    }

    .order-more-details .window-product .prod {
        width: 100%;
    }

    .order-more-details .bth-help {
        width: 100%;
        padding: 0px 5px;
    }

    .order-more-details .bth-help {
        justify-content: center;
    }

    .page-news-all {
       /* display: block;
        margin: 0 0 40px 0;*/
        overflow: auto;
        display:flex;
        gap:0;
    }

    .page-news-all .item:first-child {
        /*width: 100%;
        margin: 0 0 40px 0 !important;*/
        width: 270px !important;
    flex-shrink: 0;
    flex: none;
    margin: 0px 16px 0 0 !important;
    }

    .page-news-all .item {
       /* width: 100%;
        margin: 0 0 40px 0;*/
        width: 270px !important;
    flex-shrink: 0;
    flex: none;
    margin: 0px 16px 0 0 !important;
    }

    .page-news-all .item .images {
       /* height: auto;*/
       height: 270px;
    }

    .page-news-all .item .images img {
        max-height: none;
        max-width: 100%;
    }

    .page-news-all.reverse .item {
        margin: 0 0 40px 0;
    }

    .page-about .it {
        flex-direction: column;
    }

    .page-about .item1 .col:first-child {
        padding: 32px 24px;
        width: 100%;
        margin: 0 0 16px 0;
    }

    .page-about .it {
        margin: 0 0 16px 0;
    }

    .page-about .item2 {
        flex-direction: column-reverse;
    }

    .page-about .item2 .col:nth-child(3) {
        padding: 32px 24px;
        margin: 0 0 16px 0 !important;
    }

    .page-about .col {
        width: 100% !important;
        margin: 0 0 16px 0 !important;
    }

    .page-about .item3 .col:nth-child(1) {
        padding: 32px 24px;
    }

    .page-about .item4 .col {
        padding: 32px 24px;
    }

    .page-about .item5 .col:last-child {
        padding: 0px;
    }

    .btn1 {
        font-size: 11px;
    }

    .btn1 {
        max-width: none;
    }

    .page-partners .item .site-width {
        display: block;
    }

    .page-partners .item .col:first-child {
        width: 100%;
    }

    .page-partners .item .col:last-child {
        width: 100%;
        padding: 60px 0 0 0;
    }

    .page-partners .item:first-child {
        margin: 0 0 16px 0;
    }

    .write-us {
        margin: 80px 0;
    }

    .page-info {
        padding: 30px 30px 0 30px;
    }

    .page-info .delivery .item {
        display: block;
    }

    .page-info .delivery .item .col:first-child {
        margin: 0 0 30px 0;
    }

    .page-info .delivery .item .col:last-child {
        width: 100%;
    }

    .page-info .bottom {
        margin: 60px -30px 0 -30px;
        width: calc(100% + 60px);
        padding: 20px 0;
    }

    .page404 {
        background-size: contain;
    }

    .quick-view-popup .main {
        padding: 15px;
        display: block
    }

    .quick-view-popup .images {
        width: 100%;
        text-align: center;
    }

    .quick-view-popup .block {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .quick-view-popup .button {
        flex-wrap: wrap;
    }

    .quick-view-popup .button .cart {
        max-width: 100%;
        margin: 0 0 15px 0;
    }

    .quick-view-popup .field {
        margin: 20px 0 0 0;
    }

    .section-catalog.slider .item {
        width: 100% !important;
        margin: 0 0% 40px 0 !important;
    }

    .window-all-filters-block .fl .it {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .window-all-filters-block .bottom .width {
        display: block;
    }

    .window-all-filters-block .bottom .apply {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .window-all-filters-block .bottom .clear {
        width: 100%;
    }

    .window-all-filters-block {
        padding: 80px 0;
    }


    .slick-track .slide {
        text-align: center;
    }

    .slick-track .slide img {
        max-height: 265px;
    }

}



/* 01.07.2022 доработка меню каталога */

.header .block-menu {
/*    position: static;*/
}

.header .catalog-block {
    display: none;
    top: calc(100% + 0px);
    left: 0;
    right: 0;
/*    max-height: 572px;*/
    box-shadow: none;
    /*border-radius: 15px;*/
    
}

.header .catalog-block .catalog-block__inner {
    display: flex;
    height: 100%;
/*    align-items:flex-start;*/
}

.header .catalog-block>ul {
    flex-shrink: 0;
    width: 326px;
    /* overflow-y: auto; */
}

.header .catalog-block .sub-menu ul {
    width: auto;
}

.header .catalog-block .sub-menu li::before {
    display: none;
}


.header .catalog-block .sub-menu li {
    padding: 10px 13px;
}

.header .catalog-block li {
    padding-top: 9px;
    padding-bottom: 10px;
}

.header .catalog-block li a {
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
}

.header .catalog-block li.active {
    background: #F5F4F6;
    background: #660a0a;
}

.header .catalog-block li.active:before {
    background: #660a0a;
    border: 1px solid transparent;
}

.sub-menu {
    flex-grow: 1;
/*    margin: 0px 0px 0px 8px;*/
/*padding-left:8px;*/
}

.sub-menu__row {
    display: none;
    /* height: 100%; */
    /* overflow-y: auto; */
}

.header .catalog-block .sub-menu__row ul {
    width: 33.333%;
}

.sub-menu__row.active {
    display: flex;
}

/* глвный слайдер */

.section-1 .slider {
    max-height: none;
}

.section-1 .slick-list {
    max-height: none !important;
}


.section-1 .slide {
    min-height: 0;
    margin-bottom: -5px;
}

.section-1 .slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    min-height: 450px;
    min-height: 750px;
    padding: 50px 20px;
}

@media (min-width: 780px) {
    .section-1 .slide-content {
        padding: 50px 70px;
        
    }
}

.section-1 .site-width {
    z-index: 5;
    position: static;
}

.section-1 .slide-inner {
    position: relative;
    z-index: 5;
    max-width: 500px;
}

.section-1 .slide-title {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 49px;
    font-weight: 800;
    padding: 0;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
}

.section-1 .slide-text {
    font-size: 30px;
    line-height: 41px;
    font-weight: 400;
    color: #FFFFFF;
}

.section-1 .slide-content.slide-shadow::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.7);
}

.section-1 .slide-content img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

/* карточка каталога */

.section-2.catalog .flex {
    flex-wrap: wrap;
}

.item-catalog {
    width: 100%;
}

@media (min-width: 780px) {
    .item-catalog {
        width: 48.5%;
    }
}

.item-catalog:not(:last-child) {
    margin-bottom: 20px;
}

@media (min-width: 780px) {
    .item-catalog:not(:last-child) {
        margin-bottom: 0;
    }
}

.item-catalog__name {
    display: inline-block;
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    margin: 0px 0px 15px 0px;
}

@media (min-width: 1200px) {
    .item-catalog__name {
        font-size: 22px;
        line-height: 30px;
    }
}

.item-catalog__wrap {
    display: flex;
    border: 1px solid #290707;
    border-radius: 11px;
    background-color: #FFFFFF;
    height: 200px;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .item-catalog__wrap {
        height: 220px;
    }
}

@media (min-width: 1200px) {
    .item-catalog__wrap {
        height: 244px;
    }
}

.item-catalog__cnt {
    flex-grow: 1;
    overflow-y: auto;
    padding: 9px 5px 9px 9px;
    scrollbar-color: #ccc transparent;
    scrollbar-width: thin;
}

@media (min-width: 1200px) {
    .item-catalog__cnt {
        padding: 21px 7px 21px 19px;
    }
}

.item-catalog__cnt::-webkit-scrollbar {
    width: 12px;
    background-color: #fff;
}

.item-catalog__cnt::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 8px;
    border: 3px solid #fff;
}

.item-catalog__cnt ul {
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

.item-catalog__cnt li {
    list-style-type: none;
}

.item-catalog__cnt li:not(:last-child) {
    margin-bottom: 10px;
}

.item-catalog__cnt a {
    display: block;
    color: #828282;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    padding: 5px 5px;
    background-color: #F2F2F2;
    border-radius: 5px;
    text-decoration: none;
    transition: .3s;
}

@media (min-width: 1200px) {
    .item-catalog__cnt a {
        font-size: 16px;
        line-height: 22px;
        padding: 5px 15px;
        border-radius: 15px;
    }
}

.item-catalog__cnt a:hover {
    color: #290707;
}

.item-catalog__img {
    /* width: 220px; */
    width: 41%;
    flex-shrink: 0;
    border-radius: 11px;
    overflow: hidden;
}

.item-catalog__img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}





/* правки от 09.11.2022 */
/* фильтры в каталоге */
.sidebar-filter__item-form[class] input {
    text-align: center;
}

.sidebar-filter__item-form--lines[class] input::placeholder {
    font-weight: 600;
    transform: scaleX(2);
}

.sidebar-filter__item-popup.active[class] span {
    border-bottom: 1px solid transparent;
}

.sidebar-filter__item-popup.active[class] .sidebar-filter__item-popup-list {
    border-top: 1px solid transparent;
    border-right: 1px solid #828282;
    border-left: 1px solid #828282;
    border-bottom: 1px solid #828282;
}

.sidebar-filter__item-popup.active[class] .sidebar-filter__item-popup-list ul {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border: none;
    margin-right: 25px;
    max-height: 250px;
    overflow-y: auto;
    margin-bottom: 10px;
}

/* для фф */
.sidebar-filter__item-popup.active[class] .sidebar-filter__item-popup-list ul {
    scrollbar-color: #290707 #F5F4F6;
    scrollbar-width: thin;
    border-radius: 10px;
}

/* для всех отсальных браузеров */
.sidebar-filter__item-popup.active[class] .sidebar-filter__item-popup-list ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F4F6;
    border: none;
    border-radius: 10px;
}

.sidebar-filter__item-popup.active[class] .sidebar-filter__item-popup-list ul::-webkit-scrollbar-thumb {
    background-color: #290707;
    border-radius: 10px;
}

.sidebar-filter__item-popup.active[class] .sidebar-filter__item-popup-list li {
    border-bottom: 1px solid transparent;
}

.sidebar-filter__item-popup.active .sidebar-filter__item-popup-list li:hover {
    color: #290707;
    font-weight: 600;
}

/* карточка товара */
/* .section-catalog[class] .item:hover {
    padding: 10px;
    transform: scale(1);
}

@media(min-width: 1200px) {
    .section-catalog[class] .item:hover {
        padding: 10px;
        transform: scale(1.2);
    }
}

.section-catalog[class] .item:hover .item-catalog-slider {
    margin: 0 auto 22px auto;
} */

.section-catalog[class] .item .name {
    text-align: center;
}

.section-catalog[class] .item .item-descr ul li span:nth-child(1) {
    width: 58px;
    font-size: 11px;
}

.section-catalog[class] .item .item-descr ul li span:nth-child(2) {
    padding-left: 25px;
    font-size: 11px;
}

.section-catalog[class] .item .item-descr__size {
    padding-left: 15px;
    font-size: 10px;
}

.section-catalog[class] .item .item-descr__size-item p {
    font-size: 8px;
}

.section-catalog[class] .item .item-descr__size-item:nth-child(3) p {
    left: -7px;
}

/* правки карточки товара от 10.11.2022 */

/* .section-catalog.three[class] .item {
    width: 212px;
    height: 150px;
    border: 1px dotted tomato;
}
.section-catalog.three[class] .item a:first-child {
    width: 212px;
    height: 150px;
    border: 1px dotted tomato;
}

.section-catalog.three[class] .item a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */
.header .catalog-block .sub-menu ul{
    background:#fff;
}
.header .catalog-block .sub-menu li a{
    color: #40302C;
}
.header .catalog-block .sub-menu li:hover{
    background: #fff;
}
.header .catalog-block .sub-menu li:hover a{
    color: #827773;
}
.header .block-menu:hover .catalog-block{
    display:block;
}
