html, body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
    line-height:1.5;
    scroll-behavior: smooth;
    background-color:#fff;
}

body.active {
    overflow:hidden;
}

* {
    margin:0;
    padding:0;
    text-shadow:1px 1px 1px rgba(0,0,0,0.005);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    -moz-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}

.fader-wrap {
    position: fixed;
    height:100vh;
    width:100%;
    left:0;
    top:0;
    z-index: 100;
    background-color:rgba(0,0,0,0.7);
    display:none;
}

.site-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow: hidden;
}

a {
    color:inherit;
}

a:hover {
    text-decoration: none;
}

.page-wrapper {
    width:100%;
    max-width: 1620px;
    margin:0 auto;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:0 100px;
    position: relative;
}



.header {
    background-color:#fff;
    box-shadow: 0px 0px 14px -4px rgb(0 0 0 / 30%);
}


.header-top-row{
    padding-top:20px;
    padding-bottom: 5px;
    display:flex;
    align-items:center;
    justify-content: space-between;
}

.header-top-row-logo-side {
    display:flex;
    align-items:center;
    justify-content: flex-start;
}

.header-top-row-info-side {
    display:flex;
    align-items:center;
    justify-content: flex-end;
}

.logo-block {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items:center;
    margin-right: 30px;
}

.logo-block a {
    display:flex;
    align-content: center;
    justify-content: center;
    margin-right: 22px;
}

.logo-block p {
    padding-left:20px;
    box-sizing: border-box;
    font-size:14px;
    line-height:1.3;
    color:#7C8397;
    position: relative;
    max-width:200px;
}

.logo-block p::after {
    content:'';
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    width:1px;
    height:calc(100% - 6px);
    background-color:#7C8397;
    margin:auto;
}

.header-search-row {
    margin-right: 30px;
}

.input-search-row {
    display:flex;
    align-items:center;
    justify-content: flex-start;
    position: relative;
}

.input-search-row input {
    position: relative;
    width:360px;
    height:43px;
    border: 1px solid #DBDDE5;
    background-color:#fff;
    padding-left:16px;
    box-sizing: border-box;
}

.input-search-row img {
    position: absolute;
    top:0;
    bottom:0;
    right:19px;
    width:17px;
    height:17px;
    margin:auto;
}

.header-info-block {
    display:flex;
    align-items:center;
    justify-content: flex-end;
}

.header-info-block-unit {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-info-block-unit a {
    position:relative;
    font-size:21px;
    font-family: 'Kazimir';
    display:flex;
    align-items:center;
    justify-content: flex-start;
    text-decoration: none;
    white-space: nowrap;
}

.header-info-block-unit a img {
    margin-right: 13px;
}

.header-info-block-unit span {
    font-size:14px;
    color: #7C8397;
    text-align: center;
}

.header-soc-row {
    margin-left:60px;
    display:flex;
    align-items:center;
    justify-content: flex-end;
}

.header-soc-block {
    display:flex;
    align-items:center;
    justify-content: flex-end;
    margin-left: 44px;
}

.header-soc-block:first-child {
    margin-left:0;
}

.header-soc-block a {
    text-decoration: none;
    margin-left:9px;
    display: flex;
    align-items: center;
    justify-content: center;
}




.header-bot-row{
    display:flex;
    align-items:center;
    justify-content: space-between;
    padding-bottom: 0;
    position: unset;
}

.main-menu {
    display:flex;
    align-items: center;
    justify-content: flex-start;
}

.main-menu > li {
    margin-right:64px;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    color:#000;
    font-size:14px;
}



.main-menu li a:hover, .main-menu > li:hover > a {
    color:#B7AA87;
}

.main-menu > li:hover a::after, .main-menu li a:hover::after {
    border-left: 1px solid #B7AA87;
    border-bottom: 1px solid #B7AA87;
}

.main-menu > li > a {
    padding-bottom: 20px;
    padding-top:20px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    transition:0.2s;
}

.main-menu > li:last-child {
    margin-right: 0;
}

.has-inner-list > a::after {
    content: '';
    position: absolute;
    right: -13px;
    top: -3px;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-left: 1px solid #47484F;
    border-bottom: 1px solid #47484F;
    transform: rotate(-45deg);
    transition: 0.2s;
}

.nav-inner-menu-wrap {
    position: absolute;
    left: 0;
    top: 148px;
    right: 0;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    background-color: #F2F2F2;
    box-shadow: 0px 55px 34px -53px rgba(0,0,0,0.13);
    width: 100%;
    padding: 20px 0 0;
    z-index: 2;
    transition:0.2s;
    transform: translateY(-10px);
}

.has-inner-list:hover .nav-inner-menu-wrap {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0px);
}

.nav-inner-menu {
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow:row wrap;
    list-style: none;
    padding-bottom: 20px;
}

.nav-inner-menu li {
    margin-right: 56px;
}

.nav-inner-menu li a {
    text-decoration: none;
    text-transform: unset;
}

.nic-unit {
    padding-left:62px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 24px;
}

.nic-unit:nth-child(3n-2) {
    padding-left:0;
}


.nic-unit ul {
    list-style: none;
}

.nic-unit ul li {
    margin-bottom: 10px;
}

.nic-unit.nic-row ul {
    flex-flow:row wrap;
    display:flex;
    align-items: center;
    justify-content: flex-start;
}

.nic-unit.nic-row ul li {
    width:50%;
}

.nic-unit.nic-col ul {
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.nic-unit.nic-col ul li {
    margin-bottom: 10px;
}

.nic-unit a {
    text-decoration: none;
}



.nav-inner-comp-menu {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: stretch;
    overflow: hidden;
    padding-bottom: 20px;
}

.nav-inner-comp-menu::before {
    content:'';
    position: absolute;
    bottom:-20%;
    right:5%;
    width:146px;
    height:222px;
    background: url(../img/back-logo.svg)no-repeat;
    background-size: contain;
    filter: brightness(0);
    opacity: 0.15;
}

.nic-title {
    font-size:14px;
    color:#7C8397;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.nic-unit.w25 {
    width:25%;
}

.nic-unit.w50 {
    width:50%;
}


.nic-unit:after {
    content:'';
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    width:1px;
    height:100%;
    background-color:#DBDDE5;
}

.nic-unit:nth-child(3)::after, .nic-unit:last-child::after {
    display:none;
}

.nic-unit li a {
    font-size:15px;
    color:#47484F;
    transition: 0.2s;
}

.nic-unit li a:hover {
    color:#B7AA87;
}






.header-account-links {
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    right: 100px;
    bottom: -40px;
}

.header-account-link {
    position: relative;
    display:flex;
    align-items:center;
    justify-content: flex-start;
    font-size:14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left:44px;
    text-decoration: none;
}

.header-account-link:first-child {
    margin-left:0;
}

.header-account-link img {
    margin-right: 13px;
}


.has-inner-list:hover .nav-inner-menu {
    opacity: 1;
    pointer-events: all;
}







.main-b-cont-section {
    background: linear-gradient(257.26deg, #B7AA87 0.61%, #A59979 59.22%);
    display:flex;
    align-items: stretch;
    justify-content: space-between;
}

.main-b-cont-pic-car-wrap {
    width:100%;
}

.main-b-cont-pic-car {
    width:100%;
}

.main-b-cont-pic-car-unit {
    width:100%;
    position: relative;
}

.main-b-cont-pic-car-unit img {
    width:100%;
}


.main-b-cont-text-col {
    width:47%;
    box-sizing: border-box;
}

.main-b-cont-pic-col {
    width:53%;
}

.main-b-cont-text-car-wrap {
    position: relative;
    width:100%;
    box-sizing: border-box;
    height: 100%;
}

.main-b-cont-text-car-unit {
    outline:none;
    border:none;
    box-sizing: border-box;
}

.main-b-cont-text-car-unit-wrap {
    width: 100%;
    padding-left: calc(100% - 654px);
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 70px;
}

.slick-initialized .slick-slide.main-b-cont-text-car-unit  {
    display:flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height:100%;
}

.main-b-cont-text-car .slick-list, .main-b-cont-text-car .slick-track {
    height:100%;
}

.main-b-cont-text-car-unit-wrap > * {
    z-index: 1;
    position: relative;
}

.mtc-uptitle {
    font-size:14px;
    color:#fff;
    font-weight:600;
    margin-bottom: 8px;
    z-index: 2;
    text-transform: uppercase;
}

.mtc-title {
    font-size:36px;
    font-family: 'Kazimir';
    color:#fff;
    position: relative;
    margin-bottom: 10px;
}

.mtc-title::after {
    content:'';
    position: absolute;
    width:146px;
    height:222px;
    background:url(../img/back-logo.svg)no-repeat;
    background-size:cover;
    top: -90px;
    left: -70px;
    z-index: -1;
}

.mtc-text {
    color:#fff;
    font-size:14px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.8;
}

.main-b-cont-text-car-unit .btn-row {
    margin-top:60px;
}

.btn-row {
    display:flex;
    align-items: center;
    justify-content: flex-start;
}

.btn {
    display:flex;
    align-items: center;
    justify-content: center;
    outline:none;
    cursor:pointer;
    text-decoration: none;
    border:none;
    outline:none;
    padding:15px 64px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    backgorund-color:#f9f9f9;
    cursor:pointer;
    text-align: center;
    transition:0.2s;
}

.light-blue-btn {
    background-color: #91AEB8;
    color:#fff;
    transition: 0.2s;
}

.btn.light-blue-btn:hover {
    background-color: #abc8d2;
}

.btn.brown-btn {
    padding:17px 32px;
    box-sizing: border-box;
    background-color:#B7AA87;
    color:#fff;
}


.btn.brown-btn:hover {
    background-color:#cabd98;
}

.btn.blank-btn {
    background-color:transparent;
    border:1px solid #47484F;
    transition: 0.2s;
}

.btn.blank-btn:hover {
    background-color:rgba(0,0,0,0.05)
}





.corner-white-btn {
    color:#47484F;
    background-color:#fff;
    padding:15px 40px;
    box-sizing: border-box;
    position: relative;
    margin-left: 10px;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size:14px;
    text-transform: uppercase;
}

.corner-white-btn::after {
    content: '';
    position: absolute;
    left: -20px;
    width: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 10px solid #fff;
    border-left: 10px solid transparent;
    height: 100%;
    box-sizing: border-box;
    margin: auto;
}

.corner-white-btn::before {
    content: '';
    position: absolute;
    right: -20px;
    width: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid #fff;
    height: 100%;
    box-sizing: border-box;
    margin: auto;
}

.corner-brown-btn {
    color:#47484F;
    background-color:#B7AA87;
    padding:15px 40px;
    box-sizing: border-box;
    position: relative;
    margin-left: 10px;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size:14px;
    color:#fff;
    text-transform: uppercase;
}

.corner-brown-btn::after {
    content: '';
    position: absolute;
    left: -20px;
    width: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 10px solid #B7AA87;
    border-left: 10px solid transparent;
    height: 100%;
    box-sizing: border-box;
    margin: auto;
}

.corner-brown-btn::before {
    content: '';
    position: absolute;
    right: -20px;
    width: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid #B7AA87;
    height: 100%;
    box-sizing: border-box;
    margin: auto;
}




.main-b-cont-text-car .slick-dots {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow:row nowrap;
    list-style: none;
    padding-top:40px;
    padding-bottom: 40px;
    padding-right: 70px;
    box-sizing: border-box;
    background-color:#B7AA87;
}

.main-b-cont-text-car .slick-dots li {
    width:100%;
}

.main-b-cont-text-car .slick-dots li button {
    border:none;
    border-bottom:1px solid rgba(255, 255, 255, 0.3);
    outline:none;
    background:none;
    font-size:21px;
    font-family: 'Kazimir';
    color:#fff;
    width:100%;
    text-align: left;
    cursor:pointer;
    transition:0.2s;
}

.main-b-cont-text-car .slick-dots li button:hover {
    border-bottom:1px solid rgba(255, 255, 255, 0.6);
}

.main-b-cont-text-car .slick-dots li.slick-active button {
    border-bottom:1px solid #fff;
}

.main-b-cont-text-car {
    display:flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    height: 100%;
}

.main-b-cont-text-car .slick-dots {
    margin-top:auto;
    padding-left: calc(100% - 640px);
}













.main-page-catalog-section {
    padding:120px 0;
    box-sizing: border-box;
}

.section-title-row {
    padding:26px 0;
    box-sizing: border-box;
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items:center;
    position: relative;
}

.section-title {
    font-size:36px;
    font-family: 'Kazimir';
    color: #47484F;
    margin-right:160px;
    position: relative;
    z-index: 1;
}

.section-title-row p {
    color:#7C8397;
    z-index: 1;
    position: relative;
}

.section-title-row::after {
    content:'';
    position: absolute;
    width:146px;
    height:222px;
    background:url(../img/back-logo.svg)no-repeat;
    background-size:cover;
    top: -15px;
    left: -70px;
    filter: invert(1);
    opacity: 0.2;
    z-index: 0;
}



.mcp-unit {
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
    outline: none;
    margin:0 10px;
    text-decoration: none;
}

.mcp-unit img {
    width:100%;
}

.mcp-text-block {
    position: absolute;
    bottom:0;
    right:0;
    padding:20px 24px 10px 24px;
    background-color:#fff;
    width:calc(100% - 80px);
    box-sizing: border-box;
    height: 127px;
}

.mcp-title {
    font-size:24px;
    font-family: 'Kazimir';
    margin-bottom: 6px;
    position: relative;
    display:inline-flex;
}

.mcp-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(100% + 20px);
    width: 24px;
    height: 4px;
    background: url(../img/mcp-arrow.svg)no-repeat;
    top: 0;
    margin: auto;
}

.mcp-text {
    font-size:14px;
    color:#7C8397;
}


.slick-arrow{
    width:24px;
    height:24px;
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
    background:url(../img/carousel-arrow.svg)no-repeat;
    background-size:8px;
    background-position: center;
    font-size:0;
    border:none;
    cursor:pointer;
    outline:none;
    transition:0.2s;
}

.slick-arrow.slick-prev {
    left: -90px;
}

.slick-arrow.slick-next {
    right: -90px;
    transform: rotate(180deg);
}

.slick-arrow:hover {
    opacity: 0.8;
}

.mcp-hov-block{
    background-color:#A59979;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-left: calc(100% - 233px);
    padding-right: 30px;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.95);
    transition:0.2s;
    overflow: hidden;
}

.mcp-hov-block::after {
    content:'';
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    width:calc(100% - 20px);
    height:calc(100% - 20px);
    z-index: 2;
    margin: auto;
    border:1px solid #fff;

}

.slick-initialized .slick-slide {
    outline: none;
}

.mcp-hov-block .mcp-title, .mcp-hov-block .mcp-text {
    color:#fff;
}

.mcp-hov-block .mcp-title::after {
    filter:invert(1) brightness(300%);
}

.mcp-hov-block .mcp-title::before {
    content: '';
    position: absolute;
    width: 146px;
    height: 222px;
    background: url(../img/back-logo.svg)no-repeat;
    background-size: cover;
    top: -61px;
    left: -70px;
    z-index: -1;
}

.mcp-unit:hover .mcp-hov-block {
    opacity: 1;
    transform: scale(1);

}








.about-section {
    background: linear-gradient(257.26deg, #B7AA87 0.61%, #A59979 59.22%);
}

.about-panel {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow:row nowrap;
}

.about-panel::after {
    content:'';
    position: absolute;
    left: 30px;
    top:0;
    bottom:0;
    width:62px;
    height:100%;
    margin:auto;
    background:url(../img/about-decor.svg) repeat-y;
    background-size:auto;
}

.about-text-side {
    padding-top:90px;
    padding-bottom:90px;
    box-sizing:border-box;
    color:#fff;
    padding-left:64px;
    width: 55%;
}

.about-text-side .text-panel {
    margin-bottom: 60px;
}

.about-panel .section-title {
    color:#fff;
}

.about-panel .section-title-row::after{
    display:none;
}

.text-panel {
    font-size:14px;
}

.text-panel p {
    margin-bottom: 16px;
}

.about-pic-col {
    width: 45%;
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-end;
    align-items: flex-end;
}

.apcp-1 {
    width: 413px;
    margin-top:-80px;
}

.apc-text {
    font-family: 'Kazimir';
    font-size:24px;
    width: 170px;
    margin-left: 40px;
    color:#fff;
    margin-bottom: 86px;
    margin-top: 37px;
}

.apc-pic-wrap {
    border:10px solid #fff;
    box-sizing: border-box;
    display:flex;
    align-items: center;
    justify-content: center;
}

.apc-pic-wrap img {
    width:100%;
}

.apcp-2 {
    margin-top: -60px;
    width: 506px;
    margin-bottom: -70px;
}






.feedback-section{
    background-color:#7C8397;
    padding-top:24px;
    padding-bottom: 24px;
    box-sizing: border-box;
}

.feedback-panel {
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.feedback-title {
    font-size:24px;
    font-family: 'Kazimir';
    margin-bottom:6px;
}

.feedback-text {
    color:#fff;
    width: 34%;
}

.feedback-text p {
    font-size:16px;
}

.feedback-form {
    width:66%;
    padding-left:60px;
    box-sizing: border-box;
}

.feedback-form form{
    display:flex;
    align-items: center;
    justify-content: space-between;
    flex-flow:row nowrap;
}

.feedback-form .input-row {
    display:flex;
    align-items: center;
    justify-content:flex-start;
    width:100%;
}

.feedback-form .input-row input {
    padding:14px 20px;
    height:50px;
    background: #DBDDE5;
    border: none;
    box-sizing: border-box;
    outline: none;
    width:100%;
}

.feedback-form .btn-row {
    margin-left: 32px;
}

.feedback-form .btn {
    color:#fff;
    font-size:14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}





.goods-section {
    padding-top:150px;
    padding-bottom: 100px;
}

.goods-panel .section-title-row::after{
    display:none;
}


.goods-panel .section-title-row {
    padding-bottom: 42px;
}

.goods-section .section-title {
    text-transform: uppercase;
}

.goods-car-tabs-row {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
}

.gct-unit {
    padding:11px 40px;
    box-sizing: border-box;
    color:#7C8397;
    border:1px solid #7C8397;
    margin-right: 9px;
    text-decoration: none;
    cursor:pointer;
    text-transform: uppercase;
    transition:0.2s;
}


.gct-unit.active {
    background-color:#91AEB8;
    color:#fff;
    border-color:#91AEB8;
}









.good-unit {
    border: 1px solid #DBDDE5;
    box-sizing: border-box;
    padding:20px;
    margin:0 10px;
}

.over-tag-list {
    position: absolute;
    left:0;
    top:0;
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    z-index: 1;
}

.over-tag {
    font-size:10px;
    color:#fff;
    background: #91AEB8;
    line-height:10px;
    border-radius: 64px;
    display:flex;
    align-items: center;
    justify-content: center;
    padding:0 12px;
    box-sizing: border-box;
    height:24px;
}

.good-unit-wrap {
    width:100%;
    position: relative;
}

.pcu-pic-wrap {
    position: relative;
    width:100%;
}

.special-pic-block-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
}

.spb-hov-block {
    position: static;
    display: flex;
    align-items: flex-end;
    flex: 1;
    height: 100%;

}



.spb-hov-pic-wrap{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    z-index: 0;
    opacity: 1;
    overflow: hidden;
}

.spb-hov-pic-wrap img{
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    bottom: 0;
    margin: auto;
    height: auto;
    width: auto;
    opacity: 0;
    max-width: 100%;
}

.spb-hov-block:first-child .spb-hov-dot {
    background-color: #B7AA87;
}

.special-pic-block-wrap:hover .spb-hov-block:first-child .spb-hov-dot {
    background-color: #DBDDE5;
}

.special-pic-block-wrap:hover .spb-hov-block:first-child:hover .spb-hov-dot {
    background-color: #B7AA87;
}

.spb-hov-block:hover .spb-hov-pic-wrap img, .spb-hov-block:first-child .spb-hov-pic-wrap img  {
    opacity: 1;
}

.spb-hov-block-dot-wrap {
    width:100%;
    display:flex;
    align-items: flex-end;
    z-index: 1;
    height:100%;
    justify-content: center;
}

.spb-hov-dot{
    width: 95%;
    height: 2px;
    transition: 0.2s;
    background-color: #DBDDE5;
    border-radius: 2px;
    margin-bottom: 3px;
}

.spb-hov-block:hover .spb-hov-dot{
    background-color: #B7AA87;
}

.spb-hov-block:hover .spb-hov-pic-wrap {
    z-index: 0;
}

.pcu-pic-wrap {
    position: relative;
    display: block;
    height:210px;
    margin-bottom: 20px;
}

.gu-fav-btn svg g path {
    transition: 0.2s;
}

.gu-fav-btn:hover svg g path {
    fill:#A59979 !important;
}

.gu-fav-btn.active svg g path {
    fill:#A59979 !important;
}

.ocm-unit.active svg g path {
    fill:#A59979 !important;
}

.gu-price-row{
    display:flex;
    align-items:center;
    justify-content: flex-start;
    font-family: 'Kazimir';
}

.gu-price {
    color:#47484F;
    font-size:24px;
    margin-right:12px;
}

.gu-old-price {
    color: #A3A4A7;
    font-size: 14px;
    text-decoration: line-through;
    line-height: 1.3;
}

.gu-fav-btn {
    display:flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 2px;
    width:20px;
    height:20px;
    z-index: 3;
    cursor:pointer;
}

.gu-fav-btn img {
    width:100%;
}


.gu-title-block {
    font-size:16px;
    line-height:1.3;

}

.gu-price-row {
    margin-bottom: 15px;
}

.gu-title-block .btn {
    width:100%;
}

.gu-title {
    margin-bottom:6px;
}

.gu-art {
    margin-bottom: 22px;
}

.gu-rating {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 60px;
}



.gu-art {
    color:#A3A4A7;
    font-size:14px;
}

.gu-r-unit {
    width:16px;
    height:16px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    background:url(../img/rs-2.svg)no-repeat;
}

.gu-r-unit.active {
    width:16px;
    height:16px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    background:url(../img/rs-1.svg)no-repeat;
}


.news-section {
    background-color:#F2F2F2;
    padding-bottom:80px;
    padding-top:94px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.news-panel .section-title-row {
    margin-bottom: 40px;
}

.news-list {
    display:flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-flow:row wrap;
}

.news-item {
    text-decoration: none;
    width: calc(25% - 22px);
    margin: 0 11px 22px 11px;
    position: relative;
}

.news-item:first-child {
    width: calc(50% - 22px);
    border:1px solid #DBDDE5;
    box-sizing: border-box;
}



.news-item-pic {
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.news-item-pic img {
    width:100%;
}

.ni-date {
    color:#7C8397;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
    font-size:12px;
    margin-bottom: 6px;
}

.ni-date img {
    margin-right: 10px;
}

.ni-title {
    font-family: 'Kazimir';
    color:#47484F;
    margin-bottom: 4px;
    font-size:21px;
}

.ni-subtitle {
    color:#7C8397;
    font-size:14px;
}


.news-item:first-child .news-item-pic {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    width: 60%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.news-item:first-child .news-item-pic img {
    position: absolute;
    height:100%;
    width:auto;
}

.news-item:first-child .news-item-title-block {
    padding:40px;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
    background-color:#fff;
    height:100%;
    width:40%;
}

.news-item:first-child .news-item-title-block::after {
    content:'';
    position: absolute;
    left: 100%;
    top:0;
    bottom:0;
    width:150px;
    background: linear-gradient(to right, #fff, rgba(255,255,255,0.8), transparent);
}

.news-panel .btn-row {
    justify-content: center;
    margin-top:50px;
}

.news-section::before {
    content: '';
    position: absolute;
    width: 600px;
    height: auto;
    background: url(../img/back-logo.svg)no-repeat;
    background-size: cover;
    bottom: -15px;
    right: -8%;
    filter: invert(1);
    opacity: 0.12;
    z-index: 0;
    top: 50%;
}





















.footer {
    background-color:#323337;
    z-index: 2;
    position: relative;
    color:#fff;
    padding-top:50px;
}

.footer-top-row {
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-logo {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom:18px;
}

.footer-logo img {
    filter: brightness(300%);
}

.footer-logo-block {
    margin-right: 30px;
}

.footer-logo-block p {
    font-size:14px;
    color:#7C8397;
    width:200px;
}

.footer-menu {
    padding-top:14px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.footer-menu a {
    font-size:14px;
    text-transform: uppercase;
    text-decoration: none;
    margin-right:52px;
}

.footer-menu a:last-child {
    margin-right: 0;
}

.footer-contact-block {
    margin-left: 30px;
}

.footer .header-info-block-unit span {
    color:#fff;
}

.footer-contact-block .header-soc-link img, .footer-contact-block .header-info-block-unit a img {
    filter: brightness(2);
}

.footer-contact-block .header-soc-block {
    margin-left:0;
    justify-content: flex-start;
}

.footer-contact-block .header-info-block-unit {
    margin-bottom: 20px;
}

.footer-bot-row {
    font-size:14px;
    color:#7C8397;
    display:flex;
    align-items: center;
    justify-content: space-between;
    border-top:1px solid #7C8397;
    margin-top:30px;
    padding-top:30px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.footer-bot-row a {
    text-decoration: none;
}

.footer-bot-row a:hover {
    text-decoration: underline;
}

.burger-btn {
    display:none;
}

.mobile-header {
    display:none;
}

.close-header {
    display:none;
}




.breadcrumbs {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
}

.breadcrumbs li {
    margin-right: 32px;
    position: relative;
}

.breadcrumbs li::after {
    content:'';
    position: absolute;
    right: -24px;
    top: 2px;
    bottom:0;
    margin: auto;
    width:16px;
    height:1px;
    background-color:#A3A4A7;
}

.breadcrumbs li:last-child::after {
    display:none;
}

.breadcrumbs li a {
    color:#A3A4A7;
    font-size:14px;
    text-decoration: none;
}

.breadcrumbs li span {
    color:#A3A4A7;
    font-size:14px;
    text-decoration: none;
}

.page-title {
    font-size:36px;
    font-family: 'Kazimir';
    text-transform: uppercase;
    margin:0;
    padding:0;
}

.page-title-wrap {
    margin-top:10px;
    margin-bottom: 20px;
}

.shop-list-unit {
    border: 1px solid #DBDDE5;
    box-sizing: border-box;
    margin-bottom:40px;
}

.shop-list-unit-title-row {
    background-color: #B7AA87;
    color:#fff;
    padding:0 32px 0 32px;
    box-sizing: border-box;
    display:flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.shop-list-unit-title-row::before {
    content: '';
    position: absolute;
    width: 126px;
    height: 222px;
    background: url(../img/back-logo.svg)no-repeat;
    background-size: 100%;
    top: 16px;
    right: 130px;
    filter: brightness(1.5);
    opacity: 0.3;
    z-index: 0;
}

.shop-list-unit-title {
    font-family: 'Kazimir';
    font-size: 24px;
    color:#fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 28px;
    position: relative;
    z-index: 1;
}

.shop-list-unit-type-links {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
}

.shop-list-unit-type-links a {
    font-size:14px;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 60px;
    margin-bottom: 20px;
}

.shop-list-type-catalog-link {
    font-family: 'Kazimir';
    font-size:18px;
    text-transform: uppercase;
    color:#fff;
    position: relative;
    text-decoration: none;
    margin-top:9px;
    padding-right: 40px;
    box-sizing: border-box;
    white-space: nowrap;
}

.shop-list-type-catalog-link::after {
    content:'';
    position: absolute;
    right:0;
    top: 10px;
    margin:auto;
    width:24px;
    height:4px;
    background:url(../img/mcp-arrow.svg)no-repeat;
    filter: invert(1) brightness(1.5);
}

.shu-cont {
    padding:20px;
    box-sizing: border-box;
}

.shu-cont .slick-arrow.slick-next {
    right: -18px;
}

.shu-cont .slick-arrow.slick-prev {
    left: -18px;
}


.breadcrumbs-row {
    margin-top: 22px;
}





.catalog-page-panel {
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow:row nowrap;
}

.filter-side-wrap {
    width:290px;
    padding-right:18px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.filter-side {
    background-color:#F2F2F2;
    width:100%;
    padding:2px 32px;
    box-sizing: border-box;
}

.filter-unit {
    border-top: 1px solid #DBDDE5;
    padding-top: 0;
    box-sizing: border-box;

}

.filter-unit:first-child {
    border-top:none;
}

.filter-unit-cont {
    padding-bottom:20px;
    box-sizing: border-box;
}

.filter-unit-title {
    text-align: left;
    position: relative;
    color:#7C8397;
    font-size:14px;
    text-transform: uppercase;
    margin:22px 0;
    cursor:pointer;
}

.news-panel {
    padding-bottom: 60px;
    padding-top:30px;
    box-sizing: border-box;
}



.filter-unit-title::after {
    content:'';
    position: absolute;
    top:-4px;
    right:0;
    bottom:0;
    margin:auto;
    width:6px;
    height:6px;
    border-right:1px solid #7C8397;
    border-bottom:1px solid #7C8397;
    transform: rotate(45deg);
    transition: 0.2s;
}

.filter-unit.active .filter-unit-title::after  {
    transform: rotate(225deg);
    top:4px;
}

.filter-unit-check {
    position: relative;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    padding:7px 0;
    box-sizing: border-box;
}

.filter-unit-check:last-child {
    margin-bottom: 0;
}

.filter-unit-check input {
    position: absolute;
    width:0;
    height:0;
    border:0;
    outline:0;
    opacity: 0;
    visibility: hidden;
}

.filter-unit-check label {
    position: relative;
    font-size:15px;
    padding-left:32px;
    color:#000;
    cursor:pointer;
}

.filter-unit-check label::before {
    content:'';
    position: absolute;
    left:0;
    top:2px;
    bottom:0;
    width: 19px;
    height: 19px;
    border: 1px solid #BABFD3;
    box-sizing: border-box;
    background-color:#fff;
    border-radius: 20px;
}



.filter-unit-check label::after {
    content:'';
    position: absolute;
    left:4px;
    top:6px;
    bottom:0;
    width:11px;
    height:11px;
    box-sizing: border-box;
    background-color:#B7AA87;
    border-radius: 12px;
    opacity: 0;
    transition: 0.2s;
}

.filter-unit-check input:checked + label::after {
    opacity: 1;
}




.filter-unit-check input[type="checkbox"] + label::before {
    border-radius: 0;
}

.filter-unit-check input[type="checkbox"] + label::after {
    border-radius: 0;
}



.filter-btn-row {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top:20px;
    box-sizing: border-box;
}

.filter-btn-row .btn {
    width:100%;
    margin-bottom: 20px;
}







/*noui styles*/

.noUi-handle {
    width:20px;
    height:20px;
    max-width:20px;
    max-height:20px;
    border-radius: 20px;
    background-color:#fff;
    border:5px solid #B7AA87;
}

.noUi-handle::after, .noUi-handle::before {
    display:none;
}

.noUi-horizontal .noUi-handle {
    right:-10px;
    top:-9px;
    cursor:pointer;
    outline: none;
}

.noUi-horizontal {
    height: 2px;
    background:#7C8397;
    border:none;
    margin: 32px 0 2px;
}

.noUi-connect {
    background:#BDA293;
}

.price-slider-input-row {
    display:flex;
    align-items: center;
    justify-content: space-between;
    flex-flow:row nowrap;
}

.price-slider-input-row input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #DBDDE5;
    box-sizing: border-box;
    padding:12px;
    height:50px;
    color:#7C8397;
    outline:none;
}

.psi-input-row {
    width:calc(50% - 4px);
}









.catalog-page-items-list-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width:calc(100% - 290px);
}

.catalog-list-sort-row {
    display:flex;
    align-items: center;
    justify-content: flex-start;
}

.catalog-list-sort-row {
    width:100%;
    margin-bottom: 30px;
}

.cl-sort-block {
    width:100%;
    display:flex;
    justify-content: flex-end;
    align-items: center;
}

.cl-sort-list {
    display:flex;
    align-items: center;
    justify-content: flex-end;
}

.cl-sort-unit {
    display:flex;
    align-items: center;
    justify-content: center;
    margin-left:32px;
    cursor:pointer;
    color:#47484F;
    position: relative;
    text-decoration: none;
    user-select: none;
}

.cl-sort-unit.active {
    color:#BDA293;
}

.cl-sort-unit::after {
    content: '';
    position: absolute;
    top: 10px;
    right: -12px;
    margin: auto;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #47484F;
    border-right: 1px solid #47484F;
    transform: rotate(-135deg);
}

.cl-sort-unit.active::after {
    border-bottom: 1px solid #BDA293;
    border-right: 1px solid #BDA293;
}

.cl-sort-unit.reversed::after {
    transform: rotate(45deg);
    top: 8px;
}

.catalog-page-items-list {
    width:100%;
    display:grid;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.catalog-page-items-list .good-unit {
    margin:0;
    border:1px solid transparent;
    transition: 0.2s;
}

.catalog-page-items-list .good-unit:hover {
    border: 1px solid #DBDDE5;
}

.catalog-more-btn {
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    margin-top:60px;
}

.catalog-page-section {
    margin-bottom: 60px;
}


.for-mobile-title {
    display: none;
}

.catalog-item-page-main-info-block {
    display:flex;
    align-items:flex-start;
    justify-content: flex-start;
    flex-flow:row nowrap;
    margin-bottom: 40px;
}

.cip-pic-col {
    width:55%;
    padding-right: 20px;
    box-sizing: border-box;
    display:flex;
    justify-content: space-between;
    align-content: flex-start;
}

.cip-mini-pic-wrap {
    width:100px;
}

.cip-mini-pic-carousel {
    width:100px;
}

.cip-mini-pic-unit {
    width:100%;
    border: 1px solid #B7AA87;
    box-sizing: border-box;
    cursor:pointer;
    /*opacity: 0.3;*/
    margin-bottom: 10px;
}

.slick-vertical .cip-mini-pic-unit.slick-slide {
    border: 1px solid #B7AA87;
    box-sizing: border-box;
}

.cip-mini-pic-unit.slick-current {
    opacity: 1;
}

.cip-mini-pic-unit img {
    width:100%;
}

.cip-main-pic-unit {
    width:100%;

}

.cip-main-pic-unit img {
    width:100%;
}

.cip-info-col {
    width:45%;
}

.cip-main-pic-wrap {
    width:calc(100% - 120px);
    position: relative;
}

.over-cip-main-btns-row {
    position: absolute;
    top:0;
    right:0;
    padding:10px;
    box-sizing: border-box;
}

.ocm-unit {
    width:50px;
    height:50px;
    display:flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #A3A4A7;
    box-sizing: border-box;
    border-radius: 50px;
    cursor:pointer;
}

.ocm-unit svg {
    width:24px;
    transform:translateY(1px);
}




.cip-info-wrap {
    background: #F2F2F2;
    border: 1px solid #DBDDE5;
    box-sizing: border-box;
    padding:40px 35px;
}

.cip-info-top-row {
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.cip-info-stars-row {
    display:flex;
    align-items:center;
    justify-content: flex-start;
}

.stars-row {
    display:flex;
    align-items: center;
    justify-content: flex-start;
}

.stars-unit {
    width:16px;
    height:16px;
    margin-right: 4px;
    background:url(../img/star-icon.svg)no-repeat;
    background-position: 100% 100%;
    background-size:100%;
}

.stars-unit.active {
    background-position:0 0;
}

.cip-feedback-counter {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    font-size:14px;
    font-weight: 600;
}

.cip-art {
    font-size:14px;
    color:#A3A4A7;
}

.cip-info-price-block {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
}

.cip-info-price-main {
    font-size:36px;
    color:#47484F;
    font-family: 'Kazimir';
    margin-right: 10px;
}

.cip-info-price-discount {
    font-family: 'Kazimir';
    text-decoration: line-through;
    font-size:16px;
    color:#A3A4A7;
}

.cip-info-text {
    font-size:14px;
    color: #47484F;
    line-height: 1.3;
    margin-bottom: 20px;
}

.cip-info-titled-unit {
    margin-bottom: 15px;
}

.cip-info-title {
    color:#7C8397;
    font-size:14px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.cip-sizes-block {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow:row wrap;
}

.cip-size-block {
    margin-right: 10px;
    margin-bottom: 9px;
}

.cip-size-block input {
    display:none;
}

.cip-size-block label {
    font-size:16px;
    padding: 12px 24px;
    box-sizing: border-box;
    display:flex;
    align-items:center;
    justify-content: center;
    cursor:pointer;
    background: #FFFFFF;
    border: 1px solid #DBDDE5;
    transition:0.2s;
}

.cip-size-block input:checked + label {
    background: #91AEB8;
    border: 1px solid #91AEB8;
    color:#fff;
}

.cip-info-select-row {
    width:100%;
}

.cip-info-select-row select {
    width:100%;
    height:53px;
    padding:15px;
    box-sizing: border-box;
    font-size:16px;
    background: #FFFFFF;
    border: 1px solid #DBDDE5;
    box-sizing: border-box;
}

.cip-info-wrap .btn-row {
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-top:30px;
}

.cip-info-wrap .btn-row a {
    color:#47484F;
}

.cip-info-wrap .btn-row a:hover {
    text-decoration: none;
}

.cip-inner-row-title {
    font-size:24px;
    font-family: 'Kazimir';
    margin-bottom: 20px;
    text-transform: uppercase;
}

.cipd-user-pic-carousel {
    display:flex;
    align-items: center;
    justify-content: flex-start;
}

.cipd-user-pic-unit {
    display:flex;
    align-items: center;
    justify-content: center;
}

.cipd-user-pic-unit img {
    width:100%;
    max-width: 100px;
}

.cipd-user-pic-row {
    margin-bottom: 64px;
}

.text-panel p {
    margin-bottom: 15px;
}

.cipd-unit-spec-row {
    display:flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-size:14px;
}

.cipd-unit-spec-row p {
    position: relative;
    display:block;
    z-index: 1;
    background-color:#fff;
    padding:10px 24px 10px 0;
    box-sizing: border-box;
}

.cipd-unit-spec-row span {
    font-weight: 600;
    position: relative;
    display:block;
    z-index: 1;
    background-color:#fff;
    padding:10px 0 10px 24px;
    box-sizing: border-box;
}

.cipd-unit-spec-row::before {
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    width:100%;
    background-color:#DBDDE5;
    left:0;
    right:0;
    margin:auto;
    height:1px;
}

.cipd-user-describe-row {
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 68px;
    box-sizing: border-box;
    border-bottom: 1px solid #DBDDE5;
    margin-bottom: 50px;
}

.cipd-user-describe-block {
    width:50%;
    padding-right: 46px;
    box-sizing: border-box;
}

.cipd-user-spec-block {
    width:50%;
    padding-left: 46px;
    box-sizing: border-box;
}

.same-good-list {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    margin-bottom: 60px;
}

.same-good-list .good-unit {
    margin:0;
}



.testimonials-section {
    background-color:#F2F2F2;
    padding-top:60px;
    padding-bottom:60px;
    box-sizing: border-box;
}

.testimonials-panel .section-title {
    font-size:24px;
}

.testimonial-unit {
    background-color:#fff;
    padding:26px 32px;
    box-sizing: border-box;
    margin-right: 20px;
    border: 1px solid #DBDDE5;
    box-sizing: border-box;
}

.testimonial-name-row {
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.testimonial-name {
    font-size:18px;
    color:#47484F;
    font-weight: 600;
}

.testimonial-unit .text-panel {
    margin-bottom: 16px;
}

.testimonial-pic-row {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap:20px;
    row-gap:16px;
    margin-bottom: 16px;
}

.testimonial-pic-unit img {
    width:100%;
    display:flex;
    align-items:center;
    justify-content: center;
}



.same-good-section {
    padding-top: 60px;
    padding-bottom: 30px;
    box-sizing: border-box;
}







.basket-table-th-row {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow:row nowrap;
    padding-bottom: 6px;
    box-sizing: border-box;
    border-bottom: 1px solid #DBDDE5;
}

.basket-table-cont-row {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow:row nowrap;
    border-bottom: 1px solid #DBDDE5;
}

.btu-m-title {
    display:none;
}


.btu-pic {
    width: 10%;
}

.btu-name {
    width: 15%;
}

.btu-price {
    width:10%;
}

.btu-quant {
    width: 11%;
}

.btu-size {
    width:17%;
}

.btu-aug {
    width:17%;
}

.btu-tprice {
    width:15%;
}

.btu-del {
    width: 5%;
}

.basket-table-unit.btu-del {
    justify-content: flex-end;
}


.basket-table-unit {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    padding:10px;
    box-sizing: border-box;
}

.basket-table-th-row .basket-table-unit {
    font-size:14px;
    text-transform: uppercase;
    color:#7C8397;
}

.btu-name .btu-unit-cont-wrap {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width:100%;
}

.btu-unit-cont-wrap {
    width:100%;
}

.btu-name .btu-unit-cont-wrap a {
    text-decoration: none;
}

.btu-name .btu-unit-cont-wrap a:hover {
    text-decoration: underline;
}

.basket-table-cont-row .basket-table-unit {
    font-size:16px;
    color:#47484F;
}

.btu-price .btu-unit-cont-wrap span {
    text-decoration: line-through;
    color:#A3A4A7;
}

.btu-unit-cont-wrap span {
    color:#A3A4A7;
    font-size:14px;
}

.btu-pic a {
    padding:20px;
    box-sizing: border-box;
}

.btu-pic a img {
    width:100%;
}

.quant-block {
    display:flex;
    align-items:stretch;
    justify-content: center;
    border:1px solid #DBDDE5;
    height:46px;
    box-sizing: border-box;
}

.quant-minus {
    width:30%;
    border-right: 1px solid #DBDDE5;
    display:flex;
    align-items: center;
    justify-content: center;
}

.quant-plus {
    width:30%;
    border-left: 1px solid #DBDDE5;
    display:flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.quant-block input {
    width:40%;
    text-decoration: none;
    border:none;
    outline: none;
    text-align: center;
}

.basket-table-unit select {
    border: 1px solid #DBDDE5;
    box-sizing: border-box;
    width:100%;
    padding-left:15px;
    outline: none;
    height:46px;
}

.total-basket-row {
    display:flex;
    align-items: center;
    justify-content: space-between;
    background-color:#F2F2F2;
    padding:44px 32px;
    box-sizing: border-box;
}

.total-basket-btn-row {
    display:flex;
    align-items: center;
    justify-content: center;
}

.total-basket-btn-row .btn {
    margin-right: 12px;
    padding-left: 24px;
    padding-right: 24px;
}

.total-basket-number-block {
    display:flex;
    align-items: center;
    justify-content: flex-start;
}

.total-basket-number-block-wrap {
    flex-direction: column;
    align-items:flex-start;
    justify-content: center;
}

.tbn-title {
    font-size:16px;
    margin-right: 12px;
}

.tbn-cont {
    font-family: 'Kazimir';
    font-size:24px;
    margin-right: 10px;
}

.tbn-old-price {
    color:#A3A4A7;
    font-size:14px;
    text-decoration: line-through;
}

.total-basket-number-block-wrap p {
    max-width:300px;
    font-size:14px;
    font-style:italic;
}

.total-basket-number-block-wrap p a {
    color:#B7AA87;
    font-weight: 600;
    text-decoration: none;
}

.total-basket-number-block-wrap p a:hover {
    text-decoration: underline;
}

.basket-table {
    margin-bottom: 40px;
}

.page-title-wrap {
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.page-title-wrap .account-discount-title {
    color:#fff;
    background-color:#EA2C32;
    padding:8px 24px;
    border-radius: 30px;
}

.account-page-panel {
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
}

.account-info-col {
    width:50%;
    padding-right: 10px;
    box-sizing: border-box;
}

.account-order-col {
    width:50%;
    padding-left: 10px;
    box-sizing: border-box;
}

.account-info-block {
    background-color: #F2F2F2;
    border: 1px solid #DBDDE5;
    box-sizing: border-box;
    padding:30px 34px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}

.account-info-block::after{
    content: '';
    position: absolute;
    width: 146px;
    height: 222px;
    background: url(../img/back-logo.svg)no-repeat;
    background-size: cover;
    bottom: -55px;
    right: 50px;
    filter: invert(1);
    opacity: 0.2;
    z-index: 0;
}

.account-info-block-title-row {
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.account-info-block-title {
    font-family: 'Kazimir';
    color:#47484F;
    font-size:18px;
    text-transform: uppercase;
}

.account-info-unit-list {
    display:grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap:16px;
    margin-bottom: 40px;
}

.aiu-title {
    color:#7C8397;
    font-size:14px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.account-info-unit p {
    font-size:16px;
    font-weight: 600;
}


.account-settings {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
}

.account-settings img {
    margin-right: 10px;
}

.account-card-block {
    display:grid;
    column-gap:38px;
    row-gap: 0;
    grid-template-columns: 1fr 1fr;
}

.account-card-pic {
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
}

.account-card-info {
    display:flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.account-card-info p {
    margin:10px 0 20px;
}

.account-card-pic img {
    width:100%;
}

.account-order-unit {
    border: 1px solid #DBDDE5;
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
    padding:20px 0;
    margin-bottom: 10px;
}

.account-order-unit-block {
    width: 20%;
    font-size:16px;
    color:#47484F;
    border-right: 1px solid #DBDDE5;
    padding-left:33px;
}

.account-order-unit-block-title {
    color:#7C8397;
    margin-bottom: 5px;
    font-size: 14px;
}

.account-order-unit-block:last-child {
    border-right: none;
}

.account-order-unit-block:last-child {
    padding-left: 0;
    width:auto;
    display:flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.account-order-unit-block a {
    color:#B7AA87;
    text-decoration: none;
    position: relative;
}

.account-order-unit-block-link.aol-detail-link {
    color:#7C8397;
}

.account-order-unit-block a.aol-detail-link::after {
    border-right: 1px solid #7C8397;
    border-bottom: 1px solid #7C8397;
}


.account-order-unit-block a::after {
    content:'';
    position: absolute;
    top:3px;
    right:-14px;
    bottom:0;
    margin:auto;
    width:5px;
    height:5px;
    transform: rotate(-45deg);
    border-right:1px solid #B7AA87;
    border-bottom: 1px solid #B7AA87;
}

.account-section {
    padding-bottom: 50px;
    box-sizing: border-box;
}

.account-order-block .account-info-block-title {
    margin-bottom: 10px;
}


.account-form-block {
    background: #F2F2F2;
    border: 1px solid #DBDDE5;
    box-sizing: border-box;
    padding:38px 34px;
    margin-bottom: 20px;
}

.account-form-section {
    padding-bottom: 50px;
    box-sizing: border-box;
}

.account-form-panel .btn-row {
    margin-top:54px;
}

.inputs-list {
    display:grid;
    grid-template-columns: 1fr 1fr;
    column-gap:20px;
    row-gap:22px;
}

.input-row label {
    font-size:14px;
    color:#7C8397;
    text-transform: uppercase;
    display:block;
    margin-bottom: 6px;
}

.input-row input, .input-row select {
    background: #FFFFFF;
    border: 1px solid #DBDDE5;
    box-sizing: border-box;
    padding-left:17px;
    height:54px;
    width:100%;
}

.input-row.input-error input, .input-row.input-error select {
    border-color:#C6002C;
}

.input-row.input-done input, .input-row.input-done select {
    border-color:#53B36D;
}


.account-form-block .account-info-block-title {
    margin-bottom: 10px;
}

.news-page-section .news-list {
    width:calc(100% + 20px);
    margin-left:-10px;
}

.news-page-section .news-panel {
    padding-top:0;
}

.news-type-selector {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
    border-bottom:1px solid #DBDDE5;
    margin-bottom: 46px;
}

.news-type-selector a {
    padding:20px 0;
    box-sizing: border-box;
    margin-right: 75px;
    cursor:pointer;
    text-transform: uppercase;
    font-size:14px;
    color:#7C8397;
    text-decoration: none;
    position: relative;
    transition:0.2s;
}

.news-type-selector a:hover {
    color:#B7AA87;
}

.news-type-selector a::after {
    content:'';
    position: absolute;
    left:0;
    right:0;
    bottom: -1px;
    width:100%;
    background-color:#B7AA87;
    opacity: 0;
    height:1px;
    transition:0.2s;
}

.news-type-selector a.active{
    color:#B7AA87;
}

.news-type-selector a.active::after {
    opacity: 1;
}

.promo-list {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap:20px;
    row-gap: 48px;
}

.promo-unit {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    color:#47484F;
    text-decoration: none;
}

.promo-unit:first-child {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end:1;
}

.promo-pic-wrap {
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}

.promo-unit-date {
    position: absolute;
    top:10px;
    left:10px;
    padding:4px 12px;
    background-color:rgba(0,0,0,0.6);
    color:#fff;
    font-size:13px;
    font-weight: 500;
    border-radius: 4px;
}


.promo-pic-wrap img {
    width:100%;
}

.promo-page-section {
    padding-bottom:60px;
    box-sizing: border-box;
}

.promo-unit-title {
    font-family: 'Kazimir';
    font-size:21px;
    margin-bottom: 6px;
}

.promo-unit-desc {
    font-size:14px;
    color:#7C8397;
}

.loyal-panel-text {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.loyal-panel-text .text-panel {
    width:60%;
}

.loyal-pic {
    width:40%;
    padding-left:60px;
    box-sizing: border-box;
    display:flex;
    align-items: center;
    justify-content: center;
}

.loyal-pic img {
    width:auto;
    max-width:100%;
}

.loyal-section {
    padding-bottom: 70px;
    box-sizing: border-box;
    position: relative;
}

.loyal-panel {
    z-index: 1;
    position: relative;
}

.loyal-section::before {
    content: '';
    position: absolute;
    top: -70%;
    right: -10%;
    width: 768px;
    height: 768px;
    background: url(../img/loyal-decor-bg.png)no-repeat;
    background-size: cover;
    z-index: 0;
}

.contact-panel {
    display:flex;
    align-items: flex-start;
    flex-flow:row nowrap;
    justify-content: flex-start;
}

.contact-info-col {
    width:340px;

}

.contact-map-col {
    padding-left:20px;
    box-sizing: border-box;
    width:calc(100% - 340px);
}

.contact-info-unit {
    padding-top: 20px;
    border-top: 1px solid #DBDDE5;
    box-sizing: border-box;
    margin-top: 20px;
}

.contact-info-unit-title {
    font-size:21px;
    font-family: 'Kazimir';
    margin-bottom: 8px;
}

.contact-info-unit .text-panel p:last-child {
    margin-bottom: 0;
}

.contact-info-col > *:last-child {
    margin-bottom: 0;
}

.ciu-tel-name {
    font-size:14px;
    text-transform: uppercase;
    color:#7C8397;
}

.ciu-tel-block {
    margin-bottom:12px;
}

.ciu-tel-block a {
    color:#47484F;
    font-size:16px;
    position: relative;
    padding-left:20px;
    text-decoration: none;
}

.ciu-tel-block a::after {
    content:'';
    position: absolute;
    left:0;
    top:3px;
    background:url(../img/mobile-icon-brown.svg)no-repeat;
    background-size:cover;
    width:10px;
    height:16px;
}

.contact-info-unit:last-child, .contact-info-unit:first-child {
    border-top: none;
}

.contact-info-unit:first-child {
    margin-top:0;
}

.contact-info-unit .text-panel {
    margin-bottom: 20px;
}

.contact-info-unit .text-panel:last-child {
    margin-bottom: 0;
}

.ciu-tel-block {
    margin-bottom: 18px;
}

.ciu-mail-block a {
    position: relative;
    padding-left:20px;
    box-sizing: border-box;
    text-decoration: none;
}

.contacts-section {
    position: relative;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.ciu-mail-block a::after {
    content:'';
    position: absolute;
    left:-2px;
    top:3px;
    background:url(../img/mail-icon-brown.svg)no-repeat;
    background-size:cover;
    width:15px;
    height:12px;
}



.wide-pic-section, .wide-simple-text-section{
    padding-bottom:50px;
    box-sizing: border-box;
}

.wide-anogram-text-section .text-panel {
    width:100%;
    padding-left:200px;
    box-sizing: border-box;
    /*min-height:300px;*/
    padding-right: 20%;
}

.wide-anogram-text-section .text-panel::after {
    content: '';
    position: absolute;
    width: 146px;
    height: 222px;
    background: url(../img/back-logo.svg)no-repeat;
    background-size: cover;
    top: 10px;
    left: 100px;
    filter: invert(1);
    opacity: 0.5;
    z-index: 0;
}

h2, h3, h4, h5 {
    font-family: 'Kazimir';
    font-weight: 400;
}

.wide-quote-section {
    padding:60px 0;
    box-sizing: border-box;
    background-color:#F2F2F2;
    margin-bottom: 60px;
}

.wide-quote-panel {
    font-family: 'Kazimir';
    color:#47484F;
    font-size:28px;
    font-style: italic;
}

.video-sample-section {
    padding-bottom: 60px;
    box-sizing: border-box;
}

.video-sample-panel {
    display:flex;
    align-items: center;
    justify-content: center;
}

.video-sample-panel video {
    width:100%;
    max-width:950px;
    margin:0 auto;
}

.read-more-link {
    font-weight:600;
    color:#A59979;
    text-decoration: none;
}

.wide-pic-panel img {
    width:100%;
}

.wide-quote-panel.page-wrapper {
    max-width: 1220px;
}

.wide-simple-text-panel.page-wrapper {
    max-width: 1220px;
}

.wide-simple-text-panel.wide-anogram-text-section.page-wrapper {
    max-width: 1620px;
}








.blog-slider-carousel .slick-dots {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow:row nowrap;
    list-style: none;
    padding-top:40px;
    padding-bottom: 40px;
    padding-right: 70px;
    box-sizing: border-box;
    background-color:#B7AA87;
    padding-left: 70px;
    width:50%;
    position: absolute;
    bottom:0;
    right:0;

}

.blog-slider-carousel .slick-dots li {
    width:100%;
}

.blog-slider-carousel .slick-dots li button {
    border:none;
    border-bottom:1px solid rgba(255, 255, 255, 0.3);
    outline:none;
    background:none;
    font-size:21px;
    font-family: 'Kazimir';
    color:#fff;
    width:100%;
    text-align: left;
    cursor:pointer;
    transition:0.2s;
}

.blog-slider-carousel .slick-dots li button:hover {
    border-bottom:1px solid rgba(255, 255, 255, 0.6);
}

.blog-slider-carousel .slick-dots li.slick-active button {
    border-bottom:1px solid #fff;
}

.blog-slider-section {
    margin-bottom: 70px;
}



.wide-pic-text-golden-panel {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow:row nowrap;
}

.wide-pic-text-golden-section {
    margin:30px 0 70px;
    position: relative;
}

.wide-pic-text-golden-section::before {
    content:'';
    position: absolute;
    width:100%;
    height:calc(100% - 80px);
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    display:block;
    background-color:#A59979;
}

.wide-ptg-pic-block {
    display:flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border:10px solid #fff;
    min-width: 370px;
}

.wide-ptg-pic-block img {
    width:100%;
}

.wide-ptg-text-block {
    color:#fff;
    padding-left:96px;
    box-sizing: border-box;
    padding-right: 160px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptg-title {
    margin-bottom: 20px;
    font-size:24px;
    font-family: 'Kazimir';
    text-transform: uppercase;
}

.wide-ptg-text-block::after {
    content: '';
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    width: 63px;
    height: auto;
    margin: auto;
    background: url(../img/about-decor.svg) repeat-y;
    background-size: 42px;
}

.wst-same-items-section .news-item {
    text-decoration: none;
    width: calc(25% - 22px);
    margin: 0 11px 22px 11px;
    position: relative;
}

.wst-same-items-section .news-item:first-child {
    width: calc(25% - 22px);
    margin: 0 11px 22px 11px;
    box-sizing: border-box;
    border: none;
}

.wst-same-items-section .news-item:first-child .news-item-pic {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    margin: auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.wst-same-items-section .news-item:first-child .news-item-pic img {
    position: relative;
    height:auto;
    width: 100%;
}

.wst-same-items-section .news-item:first-child .news-item-title-block {
     padding: unset;
     box-sizing: border-box;
     z-index: unset;
     position: relative;
     background-color:transparent;
     height: auto;
     width: 100%;
}

.wst-same-items-section  .news-item:first-child .news-item-title-block::after {
    display:none;
}

.wst-same-items-section {
    padding-top:30px;
    padding-bottom: 30px;
}


.blog-slider-unit img {
    width:100%;
}

.wst-same-items-section.news-section::before {
    display:none;
}

.special-wptg-list {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}

.special-wptg-list .wide-ptg-pic-block {
    min-width:unset;
}

.special-text-page-title {
    color:#fff;
    margin: auto;
    margin-bottom: 30px;
}

.wide-pic-text-golden-section.items-element-gs {
    padding-top:40px;
}


.wide-pic-text-golden-section.items-element-gs::before {
    top:0;
    bottom:auto;
}



.about-first-panel {
    display:flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
}

.about-main-pic-wrap {
    width:60%;
    display:flex;
    align-items: center;
    justify-content: center;
}

.about-main-pic-wrap img {
    width:100%;
}

.about-main-text-wrap {
    position: absolute;
    bottom:0;
    left:100px;
    background-color:#fff;
    width:50%;
    padding:40px;
    padding-left:80px;
    box-sizing: border-box;

}

.amt-title {
    display:flex;
    font-family: 'Kazimir';
    font-style: italic;
    color: #47484F;
    font-size:28px;
    margin-bottom: 30px;
}

.about-main-text-wrap p {
    font-size:14px;
    line-height: 1.6;
}

.about-first-panel-wrap {
    margin-bottom:100px;
    position: relative;
}

.about-first-panel::after {
    content: '';
    position: absolute;
    width: 146px;
    height: 222px;
    background: url(../img/back-logo.svg)no-repeat;
    background-size: cover;
    bottom: 180px;
    left: 100px;
    filter: invert(1);
    opacity: 0.5;
    z-index: 0;
}

.wide-dual-pic-panel {
    margin-bottom: 50px;
}

.text-panel h2 {
    margin-bottom: 20px;
}

.wide-dual-pic-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
}

.wide-d-pic-unit {
    display:flex;
    align-items: center;
    justify-content: center;
}

.wide-d-pic-unit img {
    width:100%;
    height: 309px;
}

.wide-triple-pic-panel {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
}

.wide-triple-pic-text-section {
    margin-bottom: 160px;
    position: relative;
}

.wtp-text-block-wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;

}

.wtp-text-block {
    padding:34px 42px;
    box-sizing: border-box;
    color: #47484F;
    background-color:#fff;
    font-size:28px;
    font-family: 'Kazimir';
    font-style: italic;
    position: absolute;
    bottom: -100px;
    right: 100px;
    max-width: 400px;
}


.order-status-panel {
    justify-content: space-between;
    display:flex;
    align-items: flex-start;
    flex-flow:row nowrap;
}

.os-progress-col {
    width:50%;
    padding-right: 12px;
    box-sizing: border-box;
}

.os-orders-list-col {
    width:50%;
    padding-left: 12px;
    box-sizing: border-box;
}

.os-status-bar {
    width:100%;
    height:7px;
    background-color:#DBDDE5;
    display:flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 20px;
}

.os-status-bar-inner {
    height:100%;
    background-color:#B7AA87;
}

.os-status-bar-legends {
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.os-status-bar-legends span {
    font-size:16px;
    text-align: center;
    display:flex;
    align-items: center;
    justify-content: center;
}

.os-stages-panel {
    margin-bottom:100px;
}

.os-stages-panel ul {
    list-style: none;
    position: relative;
}

.os-stages-panel ul::before{
    content: '';
    width: 1px;
    height: calc(100%);
    position: absolute;
    background-color: #DBDDE5;
    top: 0;
    left: 12px;
}

.os-stages-panel ul li {
    padding-left:40px;
    position: relative;
    box-sizing:border-box;
    margin-bottom:30px;
}

.os-stages-panel ul li:last-child {
    margin-bottom:0;
}

.os-stages-panel ul li::after {
    content:'';
    position: absolute;
    top: -1px;
    left:0;
    width:25px;
    height:25px;
    border:1px solid #DBDDE5;
    border-radius:30px;
    box-sizing:border-box;
    background-color:#fff;
}

.os-stages-panel ul li.active::after {
    border:6px solid #B7AA87;
}




/*modal*/

.modal-win {
    width:100%;
    max-width:460px;
}

.modal-win-title {
    font-family: 'Kazimir';
    text-transform: uppercase;
    font-size:18px;
    text-align: center;
    margin-bottom: 20px;
}

.modal-win-wrap .btn-row {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.modal-win-wrap .btn-row .btn {
    width:100%;
}

.modal-win-wrap .btn-row .btn.blank-btn {
    background:none;
    border:none;
    text-transform: unset;
    letter-spacing: unset;
    color:#91AEB8;
    padding:5px;
    box-sizing: border-box;
}

.modal-win-wrap .btn-row .btn.brown-btn + .btn.blank-btn {
    padding:15px;
}

.modal-win-undertitle-text {
    text-decoration: none;
    text-align: center;
}

.underline-text-phone {
    font-size:18px;
    font-family:'Kazimir';
    margin-right: 12px;


}

.modal-undertitle-phone-row {
    margin-top:10px;
    margin-bottom: 12px;
}

.send-sms-again-row {
    display:flex;
    align-items: center;
    justify-content: center;
}

.send-sms-again-row a {
    text-align: center;
    text-decoration:none;
    color:#A59979;
}

.modal-win-undertitle-text, .send-sms-again-row {
    margin-bottom: 22px;
}

.modal-undertitle-phone-row a {
    color:#91AEB8;
    text-decoration: none;
}


.modal-win-wrap .input-row {
    margin-bottom: 20px;
}

.modal-win-wrap .input-row input {
    border: 1px solid #DBDDE5;
    outline:none;
}





.sfp-catalog-item-panel {
    display:grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    margin-bottom: 60px;
}

.sfp-pic-wrap img {
    width:100%;
}

.sfp-unit-text-title {
    font-size: 20px;
    font-family: 'Kazimir';
    text-transform: uppercase;
    margin-bottom: 8px;
}

.sfp-spec-list {
    width:100%;
    max-width:400px;
}

.sfp-unit-text-wrap {
    margin-bottom: 60px;
}

.sfp-feedback-text-wrap {
    background-color:#F2F2F2;
    padding:64px 0;
    box-sizing: border-box;
}

.sfp-f-title {
    margin-bottom: 50px;
}

.sfp-feedback-text-panel .sfp-unit-text-title {
    margin-bottom: 16px;
}

.sfp-mini-title {
    font-size: 14px;
    color: #7C8397;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}

.input-row textarea {
    background: #FFFFFF;
    border: 1px solid #DBDDE5;
    box-sizing: border-box;
    padding:6px 20px;
    box-sizing: border-box;
    resize: vertical;
    width:100%;
    height:120px;
}

.sfp-feedback-text-panel .btn {
    margin-right: 32px;
}

.sfp-feedback-text-panel .input-row{
    margin-bottom: 16px;
    width:100%;
    max-width:700px;
}

.sfp-feedback-text-panel .custom-input-wrap {
    margin-bottom: 46px;
}


.sfp-feedback-text-panel {
    position: relative;
}

.sfp-feedback-text-panel::after {
    content: '';
    position: absolute;
    height: 100%;
    background: url(../img/back-logo.svg)no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    width: 40%;
    filter: invert(1);
    opacity: 0.2;
    z-index: 0;
    margin: auto;
}

.sfp-feedback-text-panel {
    z-index: 1;
}


.sfp-feedback-text-panel form {
    position: relative;
    z-index: 1;
}






.inputfile {

    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    margin-bottom: 32px;
    outline: none;
}

.inputfile + label {
    font-size: 14px;
    color: #A59979;
    background:none;
    display: inline-block;
    position: relative;
    padding-left:30px;
    box-sizing: border-box;
    outline: none;
}

.inputfile + label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 18px;
    margin: auto;
    height: 18px;
    background: url(../img/pic-sample.svg)no-repeat;
    background-size:cover;
    background-position: center;
}

.inputfile:focus + label,
.inputfile + label:hover {
}

.inputfile + label {
    cursor: pointer; /* "hand" cursor */
}

.inputfile + label * {
    pointer-events: none;
}








.star{
    background-image:url(../img/star-grey.svg);
    background-position: center;
    width:32px;
    height:32px;
    display:flex;
    align-items: center;
    justify-content: center;
    float:left;
    cursor: pointer;
    zoom:1;
    margin-right: 8px;
}

.fullStar{
    background-image:url(../img/star-fill.svg);
}

.stars{
    overflow: hidden;
}

.tmp_es{
}

.tmp_fs{
    background-image:url(../img/star-fill.svg);
}


.star-rating-block {
    margin: 20px 0 40px;
}



.account-order-unit-pic {
    width:100%;
    max-width: 90px;
    display: flex;
    align-items: center;
    margin-right: 12px;
    justify-content: center;
}

.account-order-unit-pic-wrap {
    display:flex;
    justify-content: flex-start;
    align-items: center;
}

.aol-for-feedback .account-order-unit-block {
    width:33%;
    padding:0 20px;
}

.aol-for-feedback .account-order-unit{
    align-items: stretch;
}


.aol-for-feedback .account-order-unit-block:first-child {
    width:50%;
    padding-left: 12px;
}

.aol-for-feedback .account-order-unit-block{
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;

}



.account-order-unit-block a.account-order-unit-pic-wrap::after {
    display:none;
}

.aol-for-feedback .account-order-unit .account-order-unit-block {
    font-size:14px;
}

.account-order-unit-pic-wrap img {
    width:100%;
}

.aou-row {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.aou-row .account-order-unit-block-title {
    margin-bottom: 0;
    margin-right: 8px;
}

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

    .account-order-unit-block > * {
        font-size:14px;
    }

    .catalog-page-items-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .same-good-list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .same-good-list .good-unit:nth-child(5) {
        display:none;
    }

    .footer-menu {
        display:none;
    }

    .input-search-row input {
        width: 320px;
    }

    .account-order-unit-block:last-child {
        display: flex;
    }

    .slick-arrow.slick-next {
        right: -60px;
    }

    .slick-arrow.slick-prev {
        left: -60px;
    }

    .header-soc-block {
        margin-left:0px;
    }

    .header-soc-row{
        margin-left:30px;
    }

    .main-menu > li {
        margin-right: 40px;
    }

    .main-b-cont-text-car-unit-wrap {
        padding-left:100px;
    }

    .main-b-cont-text-car .slick-dots {
        padding-left:100px;
    }

    .main-b-cont-pic-car-wrap, .main-b-cont-pic-car-wrap .slick-list{
        height:100%;
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
    }

    .main-b-cont-pic-car-unit {
        height:100%;
        position: relative;
    }

    .main-b-cont-pic-car-unit img {
        min-width: auto;
        height: 100%;
        position: absolute;
        width: auto;
    }

    .footer-menu a {
        margin-right: 26px;
    }

    .about-text-side {
        width:50%;
    }

    .about-pic-col {
        width:50%;
    }

}

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

    .basket-table-cont-row .basket-table-unit {
        font-size:13px;
    }

    .main-menu > li {
        margin-right: 20px;
    }

    .logo-block p {
        display:none;
    }

    .has-inner-list > a::after {
        right: -7px;
        width: 3px;
        height: 3px;
    }
}

@media screen and (max-width:1280px) {
    .about-main-text-wrap{
        bottom: -130px;
    }

    .about-first-panel {
        margin-bottom: 150px;
    }

    .wide-ptg-text-block {
        padding-left:30px;
        padding-right:0;
    }

    .wide-ptg-text-block::after {
        display:none;
    }


    .wide-anogram-text-section .text-panel::after {
        left:30px;
    }

    .feedback-text p {
        display:none;
    }

    .testimonials-list {
        padding-left:40px;
        padding-right:40px;
        box-sizing: border-box;
    }

    .testimonials-list .slick-arrow.slick-prev {
        left: 0px;
    }

    .testimonials-list .slick-arrow.slick-next {
        right: 0px;
    }

    .cl-sort-block {
        padding-right: 20px;
        box-sizing: border-box;
    }

    .feedback-title {
        margin-bottom: 0;
    }

    .page-wrapper {
        padding-left:20px;
        padding-right:20px;
    }

    .goods-car-wrap .slick-arrow.slick-prev {
        left: -41px;
    }

    .goods-car-wrap .slick-arrow.slick-next {
        right: -41px;
    }

    .goods-car-wrap {
        padding-left:50px;
        padding-right: 50px;
        box-sizing: border-box;
    }

    .main-b-cont-text-car-unit-wrap {
        padding-left:20px;
    }

    .about-panel::after {
        content: '';
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        width: 59px;
        height: 100%;
        margin: auto;
        background: url(../img/about-decor.svg) repeat-y;
        background-size: 80%;
    }


    .apcp-1 {
        width: 295px;
        margin-top:-80px;
    }

    .apcp-2 {
        margin-top: -280px;
        width: 50%;
        margin-bottom: 20px;
        margin-left: 23%;
    }

    .about-text-side {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .section-title {
        margin-right:80px;
    }

    .header-account-links {
        right:20px;
    }

    .slick-arrow.slick-prev {
        left: -32px;
    }

    .slick-arrow.slick-next {
        right: -32px;
    }

    .main-page-catalog-section-panel {
        padding-left: 50px;
        padding-right: 50px;
    }

}

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

    .account-page-panel {
        flex-direction: column;
        align-items: stretch;
    }

    .about-first-panel {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .wtp-text-block-wrap {
        position: relative;
    }

    .wide-triple-pic-text-section {
        margin-bottom: 60px;
    }

    .account-info-col {
        width:100%;
        padding-right:0;
        margin-bottom: 40px;
    }

    .account-order-col {
        padding-left:0;
        width:100%;
    }

    .wtp-text-block {
        position: relative;
        min-width: unset;
        max-width:unset;
        width:100%;
        left:unset;
        top:unset;
        right:unset;
        bottom:unset;
        padding-left:0;
        padding-right: 0;
    }

    .about-first-panel {
        margin-bottom: 80px;
    }

    .about-main-pic-wrap {
        width:100%;
    }

    .about-main-text-wrap {
        padding:0;
        margin-top:20px;
    }

    .about-first-panel::after {
        display:none;
    }

    .about-main-text-wrap {
        position: relative;
        bottom:unset;
        left:unset;
        width:100%;
    }


    .wide-pic-text-golden-section::before {
        height:auto;
    }

    .wide-pic-text-golden-section.items-element-gs::before {
        height: calc(100% - 80px);
    }

    .blog-slider-carousel .slick-dots {
        width:100%;
        padding:20px;
        position: relative;
    }

    .blog-slider-carousel .slick-dots li button {
        font-size:16px;
    }

    .wst-same-items-section .news-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 30px;
        row-gap: 30px;
    }

    .wst-same-items-section .news-item {
        width:100% !important;
        height: auto  !important;
        margin:0  !important;
    }


    .wide-simple-text-section .text-panel {
        padding-right: 0;
    }

    .wide-anogram-text-section .text-panel::after {
        width: 106px;
        height: 162px;
    }

    .wide-anogram-text-section .text-panel {
        padding-left: 140px;
    }


    .loyal-panel-text {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
    }

    .loyal-panel-text .text-panel {
        width:100%;
    }

    .loyal-pic {
        width:100%;
        padding-left:0;
    }

    .news-type-selector a {
        margin-right: 35px;
    }

    .basket-table-th-row {
        display:none;
    }

    .basket-table-cont-row .basket-table-unit.btu-del {
        position: absolute;
        top: 20px;
        right:0;
        align-items: flex-end;
    }

    .basket-table-unit.btu-pic {
        display:flex;
        align-items: center;
        justify-content: center;
    }

    .btu-unit-cont-wrap, .btu-name .btu-unit-cont-wrap {
        width:auto;
    }

    .basket-table-cont-row {
        position: relative;
    }

    .basket-table-unit select {
        width:230px;
    }

    .basket-table-unit {
        width:100% !important;
    }

    .btu-m-title {
        display:block;
        font-size:14px;
        width:30%;
    }

    .basket-table-cont-row {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .catalog-item-page-main-info-block {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
    }

    .catalog-item-page-panel {
        padding-left:0;
        padding-right: 0;
    }

    .cip-pic-col {
        padding-left:20px;
        padding-right: 20px;
    }

    .catalog-item-page-panel .cip-info-col .cip-info-wrap{
        padding-left:20px;
        padding-right: 20px;
    }

    .cip-pic-col {
        width:100%;
        max-width:600px;
        margin:0 auto;
    }

    .cip-info-col {
        width:100%;
    }

    .same-good-list {
        display:block;
        padding-left:20px;
        padding-right:20px;
    }

    .same-good-list .good-unit {
        margin:0 10px;
    }

    .same-good-list .slick-arrow.slick-prev {
        left: -7px;
    }

    .same-good-list .slick-arrow.slick-next {
        right: -7px;
    }


    .for-mobile-title {
        display:flex;
        justify-content: center;
        align-items: center;
        padding:20px;
        font-family: 'Kazimir';
        font-size:24px;
        background-color:#F2F2F2;
    }

    .filter-side {
        display:none;
    }

    .for-mobile-title img {
        width:20px;
        margin-left:10px;
    }


    .catalog-page-panel {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-side-wrap, .catalog-page-items-list-side {
        width:100%;
        padding-right: 0;
    }

    .mcp-hov-block {
        width:100%;
        padding:20px;
        box-sizing: border-box;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cl-sort-block {
        padding:0 20px;
        justify-content: center;
        align-items: center;
    }

    .mcp-title {
        position: unset;
    }

    .mcp-hov-block .mcp-title::before {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .mcp-title::after {
        display:none;
    }

    .feedback-panel {
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .feedback-text {
        width:100%;
        text-align:center;
        margin-bottom: 15px;
    }

    .feedback-form {
        width:100%;
    }

    .feedback-form {
        padding-left:0;
    }

    .feedback-form .input-row input {
        min-width: 248px;
    }

    .goods-car-tabs-row-wrap {
        width:100%;
        overflow: auto;
    }

    .gct-unit {
        white-space: nowrap;
    }

    .goods-car-tabs-row{
        width: auto;
        flex-flow: row nowrap;
    }

    .about-panel {
        display:flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
    }

    .about-text-side {
        width:100%;
        padding-left:0;
    }

    .about-pic-col {
        width:100%;
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    .about-panel::after {
        display:none;
    }

    .apcp-1 {
        width: 40%;
        margin-top: -10px;
    }


    .logo-block p {
        display:flex;
    }

    .section-title {
        margin-right: 30px;
        font-size:28px;
    }

    .header-info-block-unit {
        margin-bottom: 40px;
    }

    .header .nav-inner-menu-wrap {
        display:none;
    }

    .header .has-inner-list > a::after {
        display:none;
    }


    .burger-btn {
        display:flex;
        align-items:center;
        justify-content: center;
        margin-right:36px;
    }

    .header-search-row {
        display:none;
    }

    .header-account-links {
        position: relative;
        right:unset;
        bottom:unset;
    }

    .header-top-row {
        flex-direction: column;
        align-items: center;
        display:flex;
    }

    .header-top-row-info-side {
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .header .header-account-links {
        display:flex;
        flex-direction: column;
        align-items: center;
    }

    .header-bot-row-wrap .main-menu {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .header-bot-row nav {
        width:100%;
    }

    .main-menu > li {
        margin-right: 0;
    }

    .header .logo-block {
        margin-right: 0;
    }

    .header .header-soc-row {
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 0;
    }

    .header .header-top-row-logo-side {
        margin-bottom: 20px;
    }

    .header-soc-block a {
        margin: 0 5px 5px;
    }

    .mobile-header {
        display:flex;
    }

    .close-header {
        display:flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 28px;
        left: 21px;
        width: 20px;
        height: 20px;
        opacity: 0.5;
    }

    .close-header img {
        width:100%;
    }

    .header {
        position: fixed;
        top:0;
        left:0;
        width:100%;
        max-width:500px;
        height:100vh;
        opacity: 0;
        pointer-events: none;
        transition: 0.2s;
        z-index: 2;
        background-color: #F2F2F2;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        overflow:auto;
        padding-top: 30px;
        box-sizing: border-box;
        padding-bottom: 60px;
    }

    .main-menu > li > a {
        padding:10px 0;
        font-size:16px;
    }

    .header .header-top-row-logo-side {
        display:none;
    }

    .header-top-row .header-account-links{
        display:none;
    }



    .header-top-row .header-top-row-info-side {
        order:2;
    }

    .header::after {
        content: '';
        position: absolute;
        width: 146px;
        height: 222px;
        background: url(../img/back-logo.svg)no-repeat;
        background-size: cover;
        top: 0;
        left: 0;
        filter: invert(1);
        opacity: 0.2;
        z-index: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        pointer-events: none;
    }

    .header-bot-row-wrap {
        order:1;
    }

    .header-top-row-wrap {
        order:2;
        margin-top: auto;
    }

    .header.active {
        pointer-events: all;
        opacity: 1;
    }

    .mobile-header-wrap {
        display:flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        box-sizing: border-box;
        width:100%;
    }
    .mobile-header-wrap .logo-block {
        margin-right: auto;
    }

    .main-b-cont-section {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .main-b-cont-pic-col {
        order:1;
        width:100%;
    }

    .main-b-cont-text-col {
        order:2;
        width:100%;
    }

    .main-b-cont-pic-car-wrap, .main-b-cont-pic-car-wrap .slick-list {
        height:unset;
        display: block;
    }

    .main-b-cont-pic-car-unit {
        height:auto;
    }

    .main-b-cont-pic-car-unit img {
        position: relative;
        height:auto;
        width:100%;
    }

    .mtc-title::after {
        top: -50px;
        left: 0;
    }

    .goods-section {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .news-item:first-child {
        width: calc(100% - 25px);
    }

    .news-item:first-child .news-item-title-block {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .news-item {
        width: calc(33% - 20px);
    }

    .amt-title, .wtp-text-block {
        font-size:20px;
    }

}

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

    .promo-list {
        grid-template-columns: 1fr 1fr;
    }

    .total-basket-row {
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .total-basket-row {
        padding:20px;
    }

    .promo-unit:first-child {
        grid-column-end: 3;
    }

    .total-basket-number-block-wrap {
        order:1;
    }

    .total-basket-number-block-wrap {
        margin-bottom: 20px;
    }


    .total-basket-btn-row.btn-row {
        order:2;
    }

    .total-basket-btn-row {

    }

    .testimonial-unit {
        margin:0 10px;
    }

    .mobile-header-wrap .header-account-links span{
        font-size:0;
    }

    .mobile-header-wrap .header-account-link {
        margin-left:24px;
    }

    .mobile-header-wrap .header-account-link img {
        margin-right: 0;
    }

    .catalog-page-items-list {
        grid-template-columns: 1fr 1fr;
    }
}

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

    .aol-for-feedback .account-order-unit {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .aol-for-feedback .account-order-unit {
        width:100%;
    }

    .aol-for-feedback .account-order-unit-block-link {
        margin-top:20px;
    }

    .account-order-unit-block a {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .account-order-unit-block a p{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .account-order-unit-block a p br {
        display:none;
    }

    .aol-for-feedback .account-order-unit-block {
        width: 100%;
    }

    .aol-for-feedback .account-order-unit-block {
        margin-bottom: 10px;
    }

    .aol-for-feedback .account-order-unit-block:last-child {
        margin-bottom: 0;
    }

    .sfp-catalog-item-panel {
        grid-template-columns: 1fr;
    }

    .sfp-spec-list {
        width:100%;
        max-width:100%;
    }

    .page-title-wrap {
        flex-direction: column;
        align-items: flex-start;
    }



    .account-order-unit-block {
        width:50%;
        padding:12px;
        box-sizing: border-box;
        border:none;
    }

    .account-card-info {
        padding-top:20px;
        box-sizing: border-box;
    }

    .account-card-block {
        grid-template-columns: 1fr;
    }

    .account-order-unit {
        flex-flow:row wrap;
    }

    .special-wptg-list {
        display:block;
        padding-left:0;
        padding-right: 0;
    }

    .slick-initialized .wide-ptg-pic-block {
        margin:0 20px;
    }

    .wide-ptg-pic-block {
        display:none;
    }

    .contact-panel {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .wide-anogram-text-section .text-panel {
        padding-left:0;
    }

    .wide-anogram-text-section .text-panel::after {
        display:none;
    }

    .contact-info-col {
        width:100%;
        margin-bottom: 30px;
    }

    .contact-map-col{
        width:100%;
        padding-left: 0;
    }

    .contact-info-unit .btn-row .btn {
        display:flex;
        align-items: center;
        justify-content: center;
        width:100%;
    }

    .loyal-panel .btn-row{
        display:flex;
        align-items: center;
        justify-content: center;
    }

    .loyal-panel .btn-row .btn {
        width:100%;
    }

    .loyal-pic {
        order:1;
    }

    .loyal-section::before {
       display: none;
    }

    .loyal-panel .text-panel {
        order:2;
    }

    .news-type-selector {
        display:flex;
        flex-flow:row wrap;
        border-bottom:none;
    }

    .news-type-selector a {
        margin-bottom:10px;
        padding: 4px 0;
    }

    .inputs-list {
        grid-template-columns: 1fr;
    }

    .cipd-user-describe-row {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .cipd-user-describe-block {
        width:100%;
        padding-right: 0;
    }

    .cipd-user-spec-block {
        width:100%;
        padding-left: 0;
    }

    .cip-info-price-main {
        font-size: 28px;
    }

    .catalog-page-items-list {
        grid-template-columns: 1fr;
    }

    .shop-list-unit-title-row {
        display:flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        padding-bottom: 12px;
    }

    .cl-sort-list {
        flex-flow:row wrap;
        align-content: center;
        justify-content: center;
        margin-top:10px;
    }

    .cl-sort-block {
        align-items: center;
        justify-content: center;
        display:flex;
        flex-flow:column;
    }

    .cl-sort-unit {
        margin-left:0;
        margin-right: 24px;
    }

    .cl-sort-list .cl-sort-unit.active {
        display:flex;
    }

    .page-title {
        font-size:32px;
    }

    .shop-list-unit-title-row-side {
        order:2;
    }

    .shop-list-type-catalog-link {
        order:1;
        font-size:24px;
        margin-top:24px;
        margin-bottom: 16px;
    }

    .shop-list-type-catalog-link::after {
        top: 14px;
    }

    .footer-logo-block p {
        display:none;
    }

    .news-item {
        width:calc(50% - 24px)
    }

    .news-item:first-child .news-item-title-block {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .shop-list-unit-title {
        display:none;
    }

    .shop-list-unit-type-links a {
        margin-bottom: 12px;
        margin-right: 30px;
    }

    .news-item:first-child .news-item-title-block {
        padding-top: 70px;
        padding-bottom: 70px;
        width:50%;
    }

    .shop-list-unit-title-row::before {
        right:20px;
    }


    .footer-top-row {
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .footer-logo-block {
        margin-right: 0;
    }

    .footer-contact-block {
        margin-left:0;
    }

    .news-section {
        background-color: #F2F2F2;
        padding-bottom: 50px;
        padding-top: 44px;
    }

    .footer-contact-block .header-soc-block {
        display:flex;
        align-items: center;
        justify-content: center;
    }

    .footer-bot-row {
        display:flex;
        flex-direction: column;
        align-items: center;
    }

    .header-info-block-unit span {
        display:none;
    }

    .apcp-2 {
        display:none;
    }

    .about-pic-col {
        align-items: center;
    }

    .apc-text {
        width:100%;
        text-align: center;
        margin:40px 0 30px 0;
    }


    .mobile-header-wrap .logo-block {
        margin-right:0;
    }

    .logo-block p {
        display:none;
    }

    .footer-bot-row {
        text-align: center;
    }

    .logo-block a {
        margin-right: 0;
    }

    .burger-btn {
        width:84px;
        justify-content: flex-start;
        margin-right: 0;
    }

    .main-b-cont-text-car .slick-dots li button {
        font-size:0;
    }

    .main-b-cont-text-car .slick-dots {
        padding-left:40px;
        padding-right:40px;
        padding-top:10px;
        padding-bottom: 40px;
    }

    .mtc-title {
        font-size:22px;
        margin-bottom: 16px;
    }

    .main-b-cont-text-car-unit-wrap {
        padding-right: 20px;
        padding-bottom: 10px;
    }

    .mtc-text {
        font-size:12px;
    }

    .main-b-cont-text-car .slick-dots {
        background-color:transparent;
    }

    .section-title-row p {
        display:none;
    }

    .main-page-catalog-section {
        padding: 30px 0 50px;
    }

    .testimonials-section {
        padding-top:20px;
        padding-bottom: 20px;
    }

    .wide-ptg-text-block {
        padding-left: 0;
    }

    .wide-pic-text-golden-section {
        margin-bottom: 30px;
    }

    .wide-pic-section, .wide-simple-text-section {
        padding-bottom: 30px;
    }
}

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

    .goods-car-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .goods-car-wrap .slick-arrow.slick-prev {
        left: -22px;
    }

    .goods-car-wrap .slick-arrow.slick-next {
        right: -22px;
    }


    .feedback-form form {
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .feedback-form .input-row {
        margin-bottom: 10px;
    }

    .feedback-form .btn-row {
        width:100%;
    }

    .feedback-form .btn-row .btn {
        width:100%;
    }

    .feedback-form .btn-row {
        margin-left: 0;
    }

    .news-panel .btn-row {
        margin-top:20px;
    }


    .news-item {
        width:100%;
    }

    .news-item:first-child {
        border:none;
        background:none;
    }

    .news-item:first-child .news-item-title-block::after {
        display:none;
    }

    .news-item:first-child .news-item-title-block {
        background:none;
    }

    .news-item:first-child .news-item-pic {
        position: relative;
        width: 100%;
        top: unset;
        right: unset;
        left: unset;
        bottom: unset;
        margin: 0;
        height: unset;
    }

    .news-item:first-child .news-item-pic img {
        position: relative;
        height:unset;
        width:100%;
    }

    .news-item:first-child .news-item-title-block {
        width:100%;
        padding:20px;
        height:unset;
    }
}

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

    .total-basket-btn-row.btn-row {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .total-basket-btn-row {
        width:100%;
    }

    .total-basket-btn-row .btn {
        margin-right: 0;
        margin-top: 10px;
        width:100%;
    }

    .cip-pic-col {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
    }

    .cip-mini-pic-wrap {
        width:100%;
    }


    .cip-mini-pic-wrap .slick-track {
        min-width:100%;
    }

    .cip-mini-pic-wrap {
        order:2;
    }

    .cip-mini-pic-unit {
        margin-right: 10px;
    }

    .ocm-unit {
        width: 40px;
        height: 40px;
    }

    .ocm-unit svg {
        width: 20px;
    }

    .over-cip-main-btns-row {
        padding:0;
    }

    .cip-mini-pic-carousel {
        width:100%;
    }


    .cip-main-pic-wrap {
        order:1;
    }

    .cip-main-pic-wrap {
        width:100%;
    }
}

@media screen and (max-width:500px) {
    .cip-info-wrap .btn-row {
        flex-direction: column;
        align-items:center;
        justify-content: flex-start;
    }

    .cip-info-wrap .btn-row .btn {
        width:100%;
        margin-bottom: 12px;
    }

    .promo-list {
        grid-template-columns: 1fr;
    }

    .promo-unit:first-child {
        grid-column-end: unset;
    }

    .promo-pic-wrap {
        margin-bottom: 12px;
    }
}

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

    .sfp-feedback-text-panel .btn-row {
        flex-direction: column;
        align-items: stretch;
    }

    .sfp-feedback-text-panel .anonymouse-check-block {
        order:1;
        margin-bottom: 10px;
    }

    .sfp-feedback-text-panel .custom-input-wrap {
        margin-bottom: 16px;
    }

    .sfp-feedback-text-panel .btn {
        order:2;
    }




    .modal-win {
        padding-left:20px;
        padding-right: 20px;
    }

    .account-info-unit-list {
        grid-template-columns: 1fr;
    }

    .wide-dual-pic-panel, .wide-triple-pic-panel {
        grid-template-columns: 1fr;
    }

    .wst-same-items-section .news-panel {
        padding-bottom: 0;
        padding-top: 0;
    }

    .account-info-block-title-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .account-info-block-title {
        margin-bottom: 12px;
    }

    .wst-same-items-section .news-list {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cip-info-price-main {
        font-size: 24px;
    }

    .btu-m-title {
        min-width: 120px;
    }

    .tbn-title {
        font-size:12px;
    }

    .tbn-cont {
        font-size:20px;
    }

    .tbn-old-price {
        font-size:12px;
    }

    .basket-table-cont-row .basket-table-unit .btu-m-title {
        font-size:13px;
    }

    .basket-table-cont-row .basket-table-unit {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .btu-unit-cont-wrap, .btu-name .btu-unit-cont-wrap {
        width:100%;
    }

    .btu-m-title {
        font-size:12px;
        color:#47484F;
        margin-bottom: 8px;
    }

    .basket-table-unit select {
        width:100%;
    }

    .cip-inner-row-title {
        font-size:18px;
    }

    .cip-sizes-block {
        display:grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 8px;
        column-gap: 8px;
    }

    .cip-size-block {
        margin:0;
    }

    .cip-size-block label {
        width:100%;
        padding-left:0;
        padding-right:0;
    }

    .for-mobile-title {
        padding: 12px;
        font-size: 20px;
    }

    .testimonials-list {
        padding-left:0;
        padding-right:0;
    }

    .cip-info-top-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .cip-info-top-row .cip-art {
        margin-top:10px;
    }

    .testimonials-list .slick-arrow.slick-prev {
        left: -20px;
    }

    .testimonials-list .slick-arrow.slick-next {
        right: -20px;
    }

    .for-mobile-title img {
        width: 14px;
        margin-left: 10px;
    }

    .cl-sort-unit {
        font-size:12px;
    }

    .cl-sort-unit::after {
        top:9px;
    }

    .cl-sort-block {
        padding:0;
    }

    .cl-sort-unit.reversed::after {
        top: 6px;
    }

    .page-title {
        font-size: 21px;
    }

    .shu-cont .gu-price {
        font-size:20px;
    }

    .shu-cont .good-unit {
        margin:0;
    }

    .section-title {
        font-size:22px;
    }

    .breadcrumbs li a {
        font-size:13px;
    }

    .breadcrumbs li span {
        font-size:13px;
    }

    .about-text-side .btn-row {
        justify-content: center;
        width:100%;
    }

    .mcp-title::after {
        display:none;
    }

    .main-page-catalog-section-panel {
        padding-left: 30px;
        padding-right: 30px;
    }

    .main-catalog-page-list-carousel .slick-arrow.slick-prev {
        left: -23px;
    }

    .main-catalog-page-list-carousel .slick-arrow.slick-next {
        right: -23px;
    }

    .about-text-side .btn-row .btn {
        width:100%;
        margin-left: 0;
    }

    .apcp-1 {
        width: 100%;
    }


    .main-b-cont-text-car-unit-wrap .btn-row .btn {
        width: calc(100% - 20px);
    }

    .logo-block {
        max-width:227px;
    }

    .logo-block img {
        width: 100%;
    }

    .mobile-header-wrap .header-account-link img {
        max-width:14px;
    }

    .burger-btn {
        width: 76px;
    }
}

/* фикс сдека */
.CDEK-widget__panel-content{
    height: 100% !important;
}

.delivety-text-info {
    margin-bottom: 24px;
}