html, body {
    height: 100%;
    font-family: 'Montserrat', 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);
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
}



.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;
}

a {
    color:inherit;
}

a:hover {
    text-decoration: none;
}

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



.header a {
    text-decoration: none;
}

.header-top-row {
    padding:13px 0;
    box-sizing: border-box;
    border-bottom:1px solid #F1F3F5;
}

.header-top-row-wrap {
    display:flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}

.header-phone-block {
    display:flex;
    align-items: center;
    justify-content: flex-start;
}

.header-phone-block a {
    margin-right: 20px;
    font-size:13px;
    color: #868E96;
    transition:0.2s;
}

.header-phone-block a:hover {
    color:#000;
}

.header-up-menu-row {
    display:flex;
    align-items: center;
    justify-content: flex-end;
}

.header-up-menu-row a {
    color: #868E96;
    font-size:13px;
    text-decoration: none;
    margin-left:42px;
    transition:0.2s;
}

.header-up-menu-row a:hover {
    color:#000;
}

.header-bot-row-wrap {
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    display:flex;
    align-items: center;
    justify-content: center;
}

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

.header-main-menu nav a {
    margin-right: 50px;
    font-size:14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.header-main-menu nav a:last-child {
    margin-right: 0;
}

.header-bot-row {
    padding:30px 0;
    box-sizing: border-box;
}

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

.header-btn-row a {
    margin-left:42px;
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.main-slide {
    position: relative;
}

.main-slide img {
    width:100%;
}

.main-slide-text-wrap {
    z-index: 1;
    position: relative;
    left:0;
    bottom:0;
    top: 0;
    right:0;
    margin:auto;
    width:auto;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main-slide-text {
    text-align: center;
    min-width: 100%;
}

.main-slide-fon-wrap {
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.main-slide-fon-wrap img {
    width: 100%;
    height: 100%;
}

.mst-title {
    font-size: 32px;
    font-weight: 600;
    color: #212529;
    text-transform: uppercase;
}

.mst-subtitle {
    font-size:14px;
    font-weight: 600;
    color:#ADB5BD;
    text-transform: uppercase;
}

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

.btn-row .btn {
    padding:16px 55px;
    box-sizing: border-box;
    background-color:#C8A275;
    font-size: 13px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    cursor:pointer;
    text-decoration: none;
    transition: 0.2s;
    box-shadow: 0 10px 30px -5px rgba(83,77,67,0.30);
    border:none;
    justify-content: center;
    align-items: center;
    display:flex;
    text-align: center;
    white-space: nowrap;
}

.btn-row .btn:hover {
    background-color:#e6be8e
}

.btn-row .btn.grey-btn {
    background-color:#F1F3F5;
    color: #343A40;
    box-shadow: none;
}

.btn-row .btn.grey-btn:hover {
    background-color:#e8e8e8
}

.btn-row .btn.blank-text-btn {
    background:none;
    box-shadow: none;
    color:#212529;
}

.btn-row .btn.blank-text-btn:hover {
    color:#000;
}

.main-slider-control {
    display:flex;
    align-items: center;
    justify-content: space-between;

}

.main-slider-control .slick-arrow {
    display:flex;
    align-items: center;
    justify-content: center;
    font-size:0;
    border:none;
    background:url(../img/icon-arrow-next.svg) no-repeat;
    background-size:auto;
    background-position: center;
    width:22px;
    height:22px;
    cursor:pointer;
}

.main-slider-control .slick-arrow:hover {
    filter:brightness(70%);
}

.main-slider-control .slick-arrow.slick-prev {
    transform: rotate(180deg);
}

.main-slider-carousel .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -55px;
    width: 400px;
}

.main-slider-section {
    padding-bottom: 40px;
    box-sizing: border-box;
}

.main-slider-carousel .slick-dots button {
    border:none;
    cursor:pointer;
    background-color:#CED4DA;
    opacity: 0.5;
    font-size:0;
    width:7px;
    height:7px;
    border-radius: 7px;
    margin:0 6px;
    transition: 0.2s;
}

.main-slider-carousel .slick-dots .slick-active button {
    opacity: 1;
}

.main-slider-carousel .slick-list {
    margin-bottom: 40px;
}


.catalog-category-panel {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 100px;
    position: relative;
    margin-bottom: 80px;
}

.catalog-category-panel::after {
    content:'';
    position: absolute;
    width:calc(100% - 200px);
    background-color:#E9ECEF;
    height:1px;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
}

.cc-logo-text-col {
    width:360px;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cc-logo {
    margin-bottom:32px;
}

.cc-text {
    font-size:20px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
    text-transform: uppercase;
}

.cc-logo-text {
    margin-bottom: 32px;
}

.cc-logo-text-col .btn-row {
    align-items: center;
    justify-content: center;
}

.cc-car-col {
    width: calc(100% - 360px);
    padding-left:40px;
    box-sizing: border-box;
}

.cc-carousel {
    width:100%;
}

.cc-carousel-unit {
    background-color: #F8F9FA;
    padding:32px;
    box-sizing: border-box;
    text-decoration: none;
    margin-left:20px;
}
.cc-carousel-pic-wrap {
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom:64px;
    width:100%;
}

.cc-carousel-unit-title {
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    color: #212529;
    letter-spacing: 0.54px;
    font-weight: 700;
    text-transform: uppercase;
}

.cc-carousel-pic-wrap img {
    width:100%;
    mix-blend-mode: multiply;
}

.arrow-car .slick-arrow {
    position: absolute;
    top:0;
    bottom:0;
    width:42px;
    height:42px;
    border:4px solid #fff;
    border-radius: 42px;
    margin:auto;
    background-color:#C8A275;
    background-image: url(../img/icon-arrow-white-next.svg);
    background-repeat:no-repeat;
    background-position: 14px center;
    font-size:0;
    cursor:pointer;
    z-index: 2;
    transition: 0.2s;
}

.arrow-car .slick-arrow:hover {
    background-color:#e6be8f;
}

.arrow-car .slick-arrow.slick-disabled {
    background-color:#e3e4e4
}

.arrow-car .slick-arrow.slick-next {
    right: -21px;
}

.arrow-car .slick-arrow.slick-prev {
    left:0;
    transform:rotate(180deg)
}



.advantages-panel{
    padding-bottom:100px;
    margin-bottom: 100px;
    position: relative;
}

.advantages-panel::after {
    content:'';
    position: absolute;
    width:calc(100% - 200px);
    background-color:#E9ECEF;
    height:1px;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
}

.advantages-list {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 120px;
}

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

.advantage-icon {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 32px;
}

.advantage-title {
    font-size: 14px;
    color: #212529;
    letter-spacing: 0.54px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.advantage-text {
    font-size: 13px;
    color: #212529;
    letter-spacing: 0;
    line-height:2;
}





.catalog-items-carousel-panel {
    position: relative;
    padding-bottom: 100px;
    margin-bottom: 110px;
}

.catalog-items-carousel-panel::after {
    content:'';
    position: absolute;
    width:calc(100% - 200px);
    background-color:#E9ECEF;
    height:1px;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
}


.cic-row {
    display:flex;
    align-items:center;
    justify-content: center;
    margin-bottom: 60px;
}

.cic-row a {
    font-size: 20px;
    color: #868E96;
    font-weight: 700;
    margin:0 20px;
    text-transform: uppercase;
    text-decoration: none;
}



.cic-row a.active {
    color: #212529;
}

.cic-unit-wrap {
    padding: 0 60px;
    box-sizing: border-box;
}

.cic-unit {
    display:flex;
    align-items:center;
    justify-content: center;
    position: relative;
}

.cic-unit-p-row {
    width:100%;
    position: relative;
    display:flex;
    align-content: center;
    justify-content: space-between;
    z-index: 2;
}

.cic-p-units {
    display:flex;
    align-content: center;
    justify-content: flex-start;
    flex-flow:row wrap;
}

.cic-price-disc {
    color: #ADB5BD;
    text-decoration: line-through;
    font-size:18px;
    margin-left:12px;
    font-weight: 500;
}

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



.cic-p-unit{
    font-size: 13px;
    color: #C8A275;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 12px;
}

.disc-p-unit {
    color: #FF6B6B;
}

.new-p-unit {
    color:#20C997;
}

.cic-fav {
    display:flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}

.cic-fav path {
    transition:0.2s;
}

.cic-fav.active path {
    fill:#C8A275;
}

.cic-pic-wrap {
    position: relative;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.cic-unit {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
}

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

.cic-unit-title {
    text-align: center;
    font-size: 14px;
    color: #212529;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 16px;
}

.cic-art {
    font-size: 12px;
    color: #868E96;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 16px;
    font-weight: 500;
}

.cic-price {
    font-size: 18px;
    color: #013035;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.6;
    font-weight: 600;
}



.blog-list-section {
    padding-bottom: 100px;
}

.section-title-row {
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.section-title {
    font-size: 20px;
    color: #212529;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-list{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap:64px;
    row-gap: 100px;
}

.blog-list-unit{
    text-decoration: none;
}

.blog-list-unit:hover .blog-unit-title {
   color:#C8A275;
}

.blog-unit-pic-holder {
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

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

.blog-unit-title {
    font-size: 14px;
    color: #212529;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    width:100%;
    margin-bottom: 16px;
    transition: 0.2s;
}

.blog-unit-text {
    font-size: 14px;
    color: #868E96;
    line-height:1.8;
}



.feedback-section {
    background-color:#FAF4F1;
    padding:100px 0;
    box-sizing: border-box;
}

.feedback-panel {
    width:100%;
    text-align: center;
}

.feedback-panel .section-title {
    margin-bottom: 12px;
    font-size: 20px;
}





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

.feedback-inputs-row{
    display:grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 64px;
    margin-bottom: 32px;
}

.feedback-panel p {
    margin-bottom: 40px;
    font-weight: 500;
}

.feedback-panel .section-title {
    text-transform: uppercase;
}

.input-row input {
    border:none;
    border-bottom:2px solid #000000;
    font-size:14px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    padding:12px 0;
    background-color:transparent;
    width:100%;
    outline:0;
}

.input-row input::placeholder {
    opacity: 1;
    color:#ADB5BD;
    text-transform: uppercase;
}

.input-row textarea {
    border:none;
    border-bottom:2px solid #000000;
    font-size:14px;
    font-weight: 600;
    padding:12px 0;
    background-color:transparent;
    width:100%;
    height:150px;
    outline:0;
    resize: vertical;
    min-height:80px;
    box-sizing: border-box;
}

.agreement-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 64px;
}

.agreement-block {
    position: relative;
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.agreement-block input {
    display:none;
}

.agreement-block label {
    padding-left:36px;
    box-sizing: border-box;
    font-weight: 500;
    color: #343A40;
    cursor:pointer;
    text-align: left;
}

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

.agreement-block label::before {
    content:'';
    position: absolute;
    width:22px;
    height:22px;
    left:0;
    top: -1px;
    border:2px solid #C8A275;
    transition:0.2s;
    box-sizing: border-box;
}

.agreement-block input:checked + label::before {
    background-color:#C8A275;
}

.agreement-block label::after {
    content:'';
    position: absolute;
    width:22px;
    height:22px;
    left:0;
    top: -1px;
    background:url(../img/icon-check.svg)no-repeat;
    background-position: center;
    background-size: 14px;
    filter:brightness(220%);
    opacity: 0;
}

.agreement-block input:checked + label::after {
    opacity: 1;
}

.footer-menu-lists {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 10%;
    box-sizing: border-box;
}

.footer-menu-unit {
    margin-left:120px;
}

.footer-menu-title {
    font-size: 14px;
    color: #212529;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.footer-menu-list {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

}

.footer-menu-list a {
    margin-bottom:12px;
    text-decoration: none;
    color:#868E96;
    transition: 0.2s;
}

.footer-menu-list a:hover {
    color:#000;
}

.fml-double {
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}


.footer-menu-list a {
    margin-right:52px;
    white-space: nowrap;
}


.fml-double a {
    width: calc(50% - 40px);
}

.fml-double a:nth-child(2n) {
    margin-right: 0;
}

.footer {
    padding-top:40px;
    padding-bottom: 40px;
    background-color:#fff;
    position: relative;
    border-top: 1px solid #E9ECEF;
}

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

.footer-info-col {
    width:230px;
    min-width: 230px;
}

.footer-phone-link {
    font-size: 18px;
    color: #212529;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-soc-link {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
}

.footer-soc-link a {
    margin-right:12px;
    margin-bottom:6px;
    display:flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.footer-soc-link a:hover {
    filter: brightness(90%);
}

.copyright {
    font-size: 14px;
    color: #868E96;
    font-weight: 600;
}

.burger-btn {
    display:none;
}

.mobile-header-menu-wrap {
    display:none;
    position: fixed;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    background-color:#fff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.fader-wrap {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    background-color:rgba(0,0,0,0.4);
    opacity: 0;
    pointer-events: none;
}

.breadrumbs-section {
    padding-top:30px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

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

.breadcrumbs li {
    font-size: 14px;
    color: #ADB5BD;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 12px;
    margin-right: 12px;
    position: relative;
}

.breadcrumbs li a {
    text-decoration: none;
    display:flex;
    align-items: center;
    justify-content: flex-start;
}

/*.breadcrumbs li:first-child a {*/
/*    transform: translate(0, -2px);*/
/*}*/


.breadcrumbs li::after {
    content: '';
    position: absolute;
    width: 4px;
    right: -1px;
    height: 4px;
    border-right: 2px solid #DEE2E6;
    border-bottom: 2px solid #DEE2E6;
    transform: rotate(-45deg);
}

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


.page-title {
    font-size: 20px;
    color: #212529;
    letter-spacing: -0.06px;
    font-weight: 600;
    margin-top:0;

    text-transform: uppercase;
}












.cic-cat-list-unit-link  {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
}

.cic-unit .btn-row {
    margin-top:20px;
    width:100%;
    justify-content: center;
    align-items: center;
}

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


.catalog-page-cols {
    display:grid;
    grid-template-columns: 260px 1fr;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.catalog-page-filter-col {
    padding-right:0;
}

.catalog-page-filter-col-wrap {
    border-right:1px solid #E9ECEF;
    padding-right: 30px;
    box-sizing: border-box;

}

.catalog-page-filter-col .btn-row {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin-top:12px;
}

.catalog-page-filter-col .btn-row .btn {
    width:100%;
    padding-left:20px;
    padding-right:20px;
}

.catalog-page-filter-unit {
    margin-bottom: 24px;
}

.catalog-page-filter-unit-title {
    font-size: 12px;
    color: #ADB5BD;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 12px;
    width:100%;
    position: relative;
    cursor:pointer;

}

.catalog-page-filter-unit-title::after {
    content:'';
    position: absolute;
    top:3px;
    right:0;
    width:10px;
    height:10px;
    background:url(../img/icon-chevron.svg) no-repeat;
    background-size:contain;
    background-position: center;
}

.cpf-check-unit {
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.cpf-check-unit input {
    display:none;
}

.cpf-check-unit label {
    font-size: 14px;
    color: #343A40;
    font-weight: 500;
    padding-left:28px;
    cursor:pointer;
}

.cpf-check-unit label::before {
    content:'';
    position: absolute;
    left:0;
    top:0;
    width:18px;
    height:18px;
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #DEE2E6;
    transition: 0.2s;
}

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

.cpf-check-unit input:checked + label::before{
    background:#C8A275;
    border: 1px solid #C8A275;

}

.cpf-check-unit input:checked + label {
    font-weight:600;
}

.cpf-check-unit label::after{
    content: '';
    left: 4px;
    top: 5px;
    width: 12px;
    height: 13px;
    background: url(../img/icon-check.svg)no-repeat;
    opacity: 0;
    position: absolute;
    background-size: contain;
    filter: brightness(300%);
}

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

.cpf-check-unit-block{
    position: relative;
    padding-bottom: 12px;
}

.cpf-check-unit-block::after {
    content: '';
    position: absolute;
    left: 9px;
    bottom: 39px;
    height: calc(100% - 59px);
    width: 1px;
    background-color: #E9ECEF;
}

.cpf-check-list {
    height:auto;
    overflow:hidden;
}

.cpf-check-list .cpf-check-list {
    display:none;
    padding-left:30px;
    box-sizing: border-box;
    padding-bottom: 10px;
    padding-top:10px;

}

.cpf-check-list .cpf-check-list.open {
    display:block;
}

.cpi-items-found {
    font-size: 14px;
    color: #ADB5BD;
    margin-right: 30px;
    font-weight: 500;
}

.cpi-sort-row {
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    box-sizing: border-box;
    border-bottom:1px solid #F1F3F5;
}

.cpi-sort {
    margin-left:30px;
    display:flex;
    align-items: center;
    justify-content: flex-end;
}

.cpi-sort-unit {
    display:flex;
    align-items: center;
    justify-content: flex-end;
    margin-left:40px;
}

.cpi-sort-unit-title {
    font-size: 14px;
    color: #ADB5BD;
    font-weight: 500;
    margin-right: 4px;
}

.cpi-sort-unit-select {
    font-size: 14px;
    color: #212529;
    line-height:1.3;
    padding:4px 12px;
    box-sizing: border-box;
    border:none;
    outline:none;
    background-color:#F1F3F5;
    font-weight: 500;
}

.cpi-tags-row {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    padding-top:24px;
    box-sizing: border-box;
    padding-bottom: 10px;
    flex-flow:row wrap;
}

.catalog-page-item-list {
    padding-top:10px;
    box-sizing: border-box;
    margin-bottom:60px;
}

.cpi-tag {
    color: #495057;
    font-weight: 500;
    font-size: 14px;
    background: #F1F3F5;
    border-radius: 16px;
    padding: 4px 14px 4px 16px;
    margin-right: 16px;
    position: relative;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    cursor:pointer;
    margin-bottom: 10px;
}

.cpi-tag-close {
    width: 9px;
    height: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    font-size: 14px;
    color: #ADB5BD;
    border-radius: 30px;
    margin-left: 9px;
}

.cpi-tag-close img {
    width:100%;
}

.catalog-page-items-list-col {
    padding-left:24px;
    box-sizing: border-box;
}

.cpi-tag-remove-all {
    background: transparent;
    font-size: 14px;
    color: #ADB5BD;
    border-radius: 30px;
    border:1px solid #ADB5BD;
    margin-right: 16px;
    position: relative;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    padding:4px 16px 4px 16px;
    font-weight: 500;
    cursor:pointer;
    user-select: none;
    margin-bottom: 10px;
    text-decoration: none;
}

.single-check-unit-block {
    padding-bottom: 0;
}

.catalog-page-item-list {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 40px;
}

.catalog-page-item-list .cic-unit-wrap .cic-cat-list-unit-link {
    padding: 0 20px 0;
}

.catalog-page-item-list .cic-unit-wrap {
    padding:0;
}

.catalog-page-item-list .cic-unit .btn-row {
    padding:0 20px 20px;
    box-sizing: border-box;
}

.catalog-page-item-list .cic-unit-wrap .cic-unit-p-row {
    padding: 20px 20px 0;
    box-sizing: border-box;
}


.catalog-page-item-list .cic-unit {
    transition:0.2s;
}

.catalog-page-item-list .cic-unit-wrap:hover {
    box-shadow: 0px 0px 30px -10px rgb(0 0 0 / 30%);
}

.catalog-page-item-list .cic-cat-list-unit-link  {
    transition: 0.2s;
}

.catalog-page-item-list .cic-cat-list-unit-link:hover .cic-unit-title {
    color: #C8A275;
}

.cpf-show-more {
    font-size:12px;
    color: #ADB5BD;
    font-weight:500;
    border-bottom:1px dashed #ADB5BD;
    display:inline-flex;
    cursor:pointer;
}


.pagination-row {
    display:flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    margin-bottom: 60px;
}

.paginator {
    list-style: none;
    display:flex;
    align-items: center;
    justify-content: center;
}

.paginator li {
    margin:0 10px;
    font-size: 18px;
    color: #212529;
    font-weight: 600;
    opacity: 0.3;
    transition: 0.2s;
}

.paginator li.pag-next {
    margin-right: 0;
}

.paginator li.active, .paginator li:hover {
    opacity: 1;
}

.paginator li a {
    text-decoration: none;
    padding:10px;
    box-sizing:border-box;
}

.paginator li.pag-prev a {
    transform: rotate(180deg);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paginator .disabled img {
    display: none;
}






/*noui styles*/

.noUi-handle {
    width:12px;
    height:12px;
    max-width:12px;
    max-height:12px;
    border-radius: 20px;
    background-color:#fff;
    border:none;
}

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

.noUi-horizontal .noUi-handle {
    right: -5px;
    top: -4px;
    cursor:pointer;
    box-shadow: none;
    border:none;
    background:#C8A275;
}

.noUi-horizontal {
    height: 4px;
    background:#fff;
    border:none;
    margin: 26px 0 2px;
}

.noUi-connect {
    background: #DEE2E6;
}

.noUi-connects {
    height:4px;
    background-color: #E9ECEF;
}

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

.psi-input-row {
    max-width:calc(50% - 10px);
    border: 1px solid #DEE2E6;
    box-sizing: border-box;
    background-color:#fff;
    display:flex;
    align-items: stretch;
    justify-content: space-between;
}

.psi-text-for-input {
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: transparent;
    font-weight: 500;
    font-size: 14px;
    color: #CED4DA;
}

.psi-input-row input {
    width:calc(100% - 15px);
    text-align: left;
    padding: 10px 10px 10px 5px;
    border:none;
    box-sizing: border-box;
    font-size:14px;
    outline: none;
    font-weight:500;
}




.page-title-row {
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.page-title-row .filter-btn {
    display:none;
}


.mobile-filter-title-row {
    display:none;
}




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

.item-page-pic-col {
    width:50%;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.item-page-pic {
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.item-page-pic .cic-fav {
    position: absolute;
    top:0;
    right:0;
}

.item-page-info-col {
    width:50%;
    padding-left:40px;
    box-sizing: border-box;
}

.item-page-info {
    width:100%;
}

.item-page-title {
    font-size:20px;
    font-weight: 700;
    margin-bottom: 24px;
    text-transform: uppercase;
}


.item-page-info-unit{
    display:flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 6px;
}

.item-page-info-unit::before {
    content:'';
    position: absolute;
    bottom:10px;
    left:0;
    right:0;
    width:100%;
    border-bottom:1px dashed #CED4DA;
}

.item-page-info-unit-title {
    font-size: 13px;
    color: #ADB5BD;
    font-weight: 600;
    display:flex;
    align-items: center;
    justify-content: center;
    background-color:#fff;
    padding:4px 4px 4px 0;
    z-index: 1;
    text-transform: uppercase;
}

.item-page-info-unit-cont{
    font-size: 15px;
    color: #495057;
    font-weight: 500;
    display:flex;
    align-items: center;
    justify-content: center;
    background-color:#fff;
    padding:4px 0 4px 4px;
    z-index: 1;
}


.item-page-info-price-block {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 28px;
    position: relative;
}

.item-page-info-table {
    margin-bottom: 28px;
}

.ipi-price {
    font-size: 32px;
    color: #212529;
    font-weight: 600;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-right: 32px;
}

.ipi-old-price {
    font-size: 24px;
    color: #ADB5BD;
    font-weight: 600;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-right: 32px;
    text-decoration: line-through;
}

.item-page-sizes-table {
    width:100%;
    font-size:13px;
}

.item-page-sizes-table table {
    width:100%;
}

.ipcl-sizes-block {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 10px;
    box-sizing: border-box;
    border: 1px solid  #DEE2E6;
    font-size: 12px;
    color: #868E96;
    font-weight: 500;
    margin-top:8px;
}

.ipcl-sizes-block select {
    border: none;
    font-size: 15px;
    color: #343A40;
    font-weight: 600;
    margin-left: 10px;
    outline:none;
}

.item-page-sizes-row{
    display:flex;
    flex-flow:row nowrap;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    height: 40px;
    box-sizing: border-box;
}

.ips-block{
    width:100%;
    display:flex;
    justify-content: flex-start;
    align-items: center;
}

.item-page-sizes-row.item-page-sizes-name-row .ips-block {
    font-size: 11px;
    color: #868E96;
    font-weight: 500;
    text-align:left;
    background:none;
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
}

.ips-size-block, .ips-count-block {
    background-color:#f0f3f5;
    border-right: 1px solid #c1c1c1
}

.item-page-sizes-row.item-page-sizes-name-row .ips-size-block {
    justify-content: flex-start;
    border-right: none;
}

.ips-block {
    display:flex;
    align-items: center;
    justify-content: center;
    padding:4px 2px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 15px;
}

.ips-count-block {
    padding:0;
}



.item-page-sizes-row.item-page-sizes-name-row .ips-count-block {
    border-right: none;
}

.basket-item-total-unit:last-child  {
    margin-right: 0;
}


.quant-block{
    display:flex;
    align-items: stretch;
    justify-content: center;
    height: 100%;
    line-height: 38px;
}

.quant-block input {
    width:30px;
    background:none;
    outline:none;
    border:none;
    text-align: center;
    font-weight: 600;
}

.quant-minus, .quant-plus {
    display:flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
    user-select: none;
}

.ips-size-block, .ips-count-block {
    font-weight: 600;
    max-width: 70px;
}

.ips-weight-block, .ips-price-w, .ips-price-i, .ips-total {
    max-width: 70px;
}

.ips-instock-block {
    min-width:142px;
    justify-content: center;
    padding:4px;
}

.ips-instock-block span {
    font-weight: 500;
    margin: 0 3px;
}

.item-page-sizes-row{
    border: 1px solid #DEE2E6;
    margin-bottom: 8px;
}

.item-page-sizes-row.item-page-sizes-name-row {
    border:none;
}

.ipi-price span {
    margin:0 8px;
    display:flex;
    align-items: center;
    justify-content: center;

}

.how-to-size-block {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    margin:10px 0 32px;

}

.how-to-size {
    font-size: 13px;
    color: #212529;
    margin:4px;
    display:flex;
    border-bottom:1px dashed #212529;
    text-decoration: none;
}


.how-to-size:hover {
    border-bottom:1px solid #212529;
}

.item-page-total-btn-row {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.item-page-total-btn-row .btn-row {
    margin-right: 20px;
}

.ipt-total-price span {
    font-size: 12px;
    color: #ADB5BD;
    text-transform: uppercase;
    margin-bottom: 6px;
    display:block;
    font-weight: 500;
}

.ipt-total {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 22px;
    color: #212529;
    font-weight: 600;
}

.ipt-total span {
    font-size: 22px;
    color: #212529;
    font-weight: 600;
    justify-content: flex-start;
    align-items: center;
    margin: 0 6px;
}

.item-page-caroseul-add-panel {
    border-top:1px solid #dee2e6;
    padding-top:80px;
    box-sizing: border-box;
    padding-bottom: 90px;
}

.inner-section-title-row {
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.inner-section-title {
    font-size: 20px;
    color:#212529;
    font-weight: 700;
    margin: 0 20px;
    text-transform: uppercase;
    text-decoration: none;
    display:flex;
    align-items: center;
    justify-content: center;
}




.item-page-add-carousel-section {
    padding:50px 0;
    box-sizing: border-box;
}

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

.ipcl-unit{
    width:33.33%;
    padding:0 30px;
    box-sizing: border-box;
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    margin: 30px 0;
}

.ipcl-unit-pic-col {
    width:120px;
}

.pcl-unit-text {
    width:100%;
}

.ipcl-title {
    font-size: 14px;
    color: #212529;
    font-weight: 600;
    margin-bottom: 4px;
}

.ipcl-art {
    font-size: 12px;
    color: #868E96;
    font-weight: 500;
}

.ipcl-unit-text-col {
    width:calc(100% - 120px);
    box-sizing: border-box;
    padding-left:16px;
    padding-top:16px;
}

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

.ipcl-pic-wrap img {
    max-width:100%;
    max-height:100%;
}

.ipcl-unit::after {
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    left: -17px;
    margin:auto;
    width:32px;
    height:32px;
    border-radius: 40px;
    background-color: #F1F3F5;
    background-image: url(../img/icon-plus.svg);
    background-repeat: no-repeat;
    background-size:14px;
    background-position: center;
}

.ipcl-unit:first-child::after {
    display:none;
}

.ipcl-total-price-n {
    font-size: 32px;
    color: #212529;
    font-weight: 700;
    margin-right: 10px;

}

.item-page-collection-panel {
    background: #FFFFFF;
    box-shadow: 0 10px 40px 0 rgba(33,37,41,0.10);
    padding-top: 60px;
    padding-bottom: 60px;
}

.ipcl-unit-total .btn-row .btn {
    width:100%;
}

.ipcl-unit-total-price {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.ipcl-total-price-o {
    font-size: 20px;
    color: #ADB5BD;
    text-decoration: line-through;
    font-weight: 600;
}

.ipcl-unit:nth-child(3n+1)::after {
    display:none;
}

.ipcl-unit.ipcl-unit-total-wrap {
    padding-left: 60px;
}

.ipcl-unit.ipcl-unit-total-wrap::after {
    background-image: url(../img/icon-equal.svg);
    background-size:12px;
}

.item-page-collection-list .ipcl-unit:nth-child(3n) + .ipcl-unit-total-wrap {
    width:100%;
    justify-content: center;
    align-items: center;
}

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

.ips-block-del-btn {
    position: absolute;
    top: 0;
    right: -27px;
    bottom: 0;
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    cursor:pointer;
}

.ips-block-del-btn img {
    width:10px;
}

.basket-item-info-block .item-page-sizes-row{
    width:calc(100% - 32px);
}

.basket-item-name {
    font-size: 14px;
    color: #343A40;
    font-weight: 600;
    margin-bottom: 8px;
}

.basket-item-art {
    font-size: 12px;
    color: #868E96;
    margin-bottom: 16px;
    font-weight: 500;
}

.basket-item-total-row {
    display:flex;
    align-items: baseline;
    justify-content: flex-start;
}

.basket-item-total-unit {
    display:flex;
    align-items: baseline;
    justify-content: flex-start;
    margin-right:24px;
}

.basket-item-total-unit span {
    font-size: 12px;
    color: #ADB5BD;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 8px;
}

.basket-item-total-unit-val{
    font-size: 16px;
    color: #212529;
    font-weight: 700;
}

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

.basket-item-info-block .item-page-sizes-table {
    margin-bottom: 34px;
}

.basket-items-col{
    width:65%;
}

.basket-info-col{
    width:35%;
    padding-left:40px;
    box-sizing: border-box;
    position: relative;
}

.basket-item-unit {
    border-top:1px solid #E9ECEF;
    padding:25px 0;
    box-sizing: border-box;
}

.basket-item-unit:last-child {
    border-bottom:1px solid #E9ECEF;
}

.basket-item-pic {
    display:flex;
    justify-content: center;
    align-items: center;
    width:176px;
    padding-right: 16px;
    box-sizing: border-box;
    min-width: 176px;
}

.basket-item-unit {
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
}

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

.basket-item-info-block {
    width:100%;
}

.order-comment-row {
    display:block;
    padding:24px 0;
    box-sizing: border-box;
}

.basket-info-col .item-page-info-unit-cont, .basket-info-col .item-page-info-unit-title {
    font-weight: 600;
    background:none;
}
.basket-info-col .item-page-info-unit-title {
    color:#868E96;
}


.basket-info-col .item-page-info-unit::before {
    border:none;
}

.item-page-info-table .basket-page-info-total-unit {
    align-items: flex-start;
}

.item-page-info-table .basket-page-info-total-unit .item-page-info-unit-cont {
    font-size: 32px;
    font-weight: 700;
    line-height:1;
}

.basket-info-s-block .item-page-info-table {
    padding-bottom: 30px;
    box-sizing: border-box;
    border-bottom:1px solid #DEE2E6;
}

.basket-info-col {

}

.basket-info-s-block{
    position: sticky;
    display: block;
    top:20px;
    padding:32px 24px;
    box-sizing: border-box;
    background-color: #F8F9FA;
}

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

.basket-info-col-wrap {
    height: 100%;
    display: block;
    position: relative;
}

.order-comment-row input {
    border:none;
    border-bottom:2px solid #CED4DA;
    outline: none;
    width:100%;
    height:52px;
    text-align: left;
    line-height: 52px;
    font-size: 12px;
    color: #ADB5BD;
    text-transform: uppercase;
    font-weight: 600;
    color: #212529;
}

.bis-link {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 12px;
    color: #868E96;
    font-weight: 600;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.bis-link img {
    margin-right: 9px;
    width: 18px;
}

.bis-btn-row .btn-row {
    width:100%;
    margin-bottom: 24px;
}

.bis-btn-row .btn-row .btn {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.bii-for-mobile .basket-item-pic{
    display:none;
}

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

.catalog-page-item-list .cic-unit .btn-row {
    position: absolute;
    top: 0;
    height: auto;
    opacity: 0;
    pointer-events:none;
    background-color:#fff;
    bottom: -84px;
    left:0;
    right:0;
    margin:auto;
    align-items: flex-end;
    z-index: 1;
}

.catalog-page-item-list .cic-unit-wrap:hover {
    z-index:3;
}

.catalog-page-item-list .cic-unit-wrap:hover .btn-row {
    opacity:1;
    pointer-events:all;
    background: white;
    box-shadow: 0px 0px 30px -10px rgb(0 0 0 / 30%);
}

.catalog-page-item-list .cic-unit-wrap .cic-cat-list-unit-link {
    z-index: 2;
}

.catalog-page-item-list .cic-unit .btn-row .btn {
    box-shadow:none;
}

.catalog-page-item-list .cic-unit-wrap .cic-unit-p-row {
    z-index: 3;
}

.catalog-page-item-list .cic-unit-wrap:hover {
    z-index: 5;
}




.cic-carousel .slick-list {
    padding:20px;
    box-sizing:border-box;
}

.cic-carousel .cic-unit-wrap:hover {
    box-shadow: 0px 0px 30px -10px rgb(0 0 0 / 30%);
}

.cic-carousel .cic-unit-wrap {
    padding: 24px;
    box-sizing: border-box;
    margin:0 24px;
}


.mobile-footer-menu {
    display:none;
}

.collections-list {
    margin-top:30px;
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: stretch;

}

.collections-unit {
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width:calc(50% - 16px);
    margin-right: 32px;
    margin-bottom: 32px;
    overflow: hidden;
}

.collections-unit:nth-child(3n) {
    margin-right:0;
    width:100%;
}

.collections-unit:nth-child(3n-1) {
    margin-right: 0;
}

.collections-unit-text {
    position: absolute;
    bottom:32px;
    left:60px;
    right:0;
    width:auto;
    color: #212529;
    font-weight: 700;
    text-transform: uppercase;
}

.collections-unit-text.cu-white-text {
    color:#fff;
}

.collections-unit-title {
    font-size:32px;
}

.collections-unit-subtitle {
    font-size:14px;
    opacity: 0.6;
}

.cp-catalog-wrap .catalog-page-item-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.another-colelction-list .collections-unit{
    width:100%;
    margin:0 10px;
}

.another-colelction-list.arrow-car .slick-arrow.slick-prev {
    left: -12px;
}

.another-colelction-list.arrow-car .slick-arrow.slick-next {
    right: -12px;
}


.cp-main-bn-text-panel {
    position: absolute;
    left:0;
    bottom:60px;
    right:0;
    margin:auto;
    z-index: 2;
    color:#212529;
    text-transform: uppercase;
}

.cp-main-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 2px;
}

.cp-main-subtitle {
    font-size: 14px;
    opacity: 0.3;
    font-weight: 700;
}

.cp-main-bn-text-panel.white-text {
    color:#fff;
}

.collection-page-main-bn {
    position: relative;
}


.cp-under-bn-text-panel {
    width:100%;
    max-width:860px;
    margin:auto;
    text-align: center;
    padding:80px 0;
    box-sizing: border-box;
    font-size: 15px;
    color: #212529;
    letter-spacing: 0;
    font-weight: 500;
}

.cp-catalog-wrap {
    border-top:1px solid #E9ECEF;
    padding-bottom: 80px;
    border-bottom:1px solid #E9ECEF;

}

.collection-page-main-bn img {
    width:100%;
}

.show-more-row {
    margin:80px 0 0;
}

.another-collections {
    padding-top:80px;
    padding-bottom: 60px;
}


.blog-panel {
    padding-bottom:50px;
}

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

.blog-panel .blog-list {
    margin-bottom: 80px;
}


.share-block {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    margin: 80px 0;
}

.share-block .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    margin:0 0 0 16px;
}

.share-block p {
    font-size: 15px;
    color: #212529;
    font-weight: 500;
}

.blog-page-bn {
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.blog-page-bn img {
    width:100%;
}

.blog-page-cont-panel .text-panel h1 {
    text-transform: uppercase;
    font-size:20px;
    margin:0 0 10px 0;
    font-weight: 700;
}


.blog-page-cont-panel .text-panel h2 {
    font-size:14px;
    margin:0 0 10px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.text-panel p {
    margin-bottom: 10px;
    font-size: 15px;
    color: #212529;
    line-height:1.8;
}

.text-panel p a {
    color:#C8A275;
    text-decoration: none;
}

.text-panel p a:hover {
    color:#e6be8e;
    text-decoration: none;
}

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

.double-section {
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
    display:none;
    z-index: 100;
}

.double-section.block-404 {
    display:flex;
}

.double-section-wrap {
    display:flex;
    align-items: stretch;
    justify-content: space-between;
    height:100%;
    width:100%;
}

.double-pic-col {
    width:50%;
    background:url(../img/image-collection-4.jpg)no-repeat;
    background-size:cover;
    background-position: center center;
}

.block-404-pic-col {
    background-image: url('../img/image-col.jpg');
}

.double-form-col {
    width:50%;
    padding:20px 50px;
    box-sizing: border-box;
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color:#fff;
}

.double-logos {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.double-logos img {
    margin-bottom: 30px;
}

.double-logos img:first-child {
    width:50px;
}

.double-form .input-row {
    margin-bottom: 32px;
    width:100%;
}

.double-form .btn-row {
    margin-top:40px;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.double-form .btn-row .btn {
    margin-bottom: 12px;
}

.double-form-block {
    display:flex;
    align-items: center;
    justify-content: center;
    width:100%;
    max-width: 472px;
}



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

.double-forget-pass-row {

    position: absolute;
    bottom:20px;
    left:0;
    right:0;
    margin: auto;
    width:auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.double-forget-pass {
    font-size: 14px;
    color: #868E96;
    font-weight: 500;
    text-decoration: none;
}

.double-form-close {
    display:flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:20px;
    right:20px;
    width:20px;
    height:20px;
    cursor:pointer;
    transition: 0.2s;
}

.double-form-close:hover {
    opacity: 0.5;
}





.account-panel-cols {
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 32px;
    box-sizing: border-box;
    padding-bottom: 60px;
}

.account-list-col {
    width:100%;
    max-width:380px;
}

.account-list-block {
    width:100%;
    background-color:#F8F9FA;
    padding:0 24px;
    box-sizing: border-box;
}

.account-list-name {
    font-size: 15px;
    color: #868E96;
    font-weight: 500;
    padding: 20px 0 20px 32px;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #DEE2E6;
}

.account-list-name::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    background: url(../img/icon-user.svg)no-repeat;
    background-size: auto;
    background-position: center;
}

.made-by {
    opacity: 30%;
}

.account-list-cont {
    padding:20px 0;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.account-list-cont .alc-unit a {
    font-size: 12px;
    color: #212529;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition:0.2s;
}

.alc-unit {
    margin-bottom: 16px;
}

.account-list-cont .alc-unit:last-child {
    margin-bottom: 0;
}

.account-list-cont .alc-unit a:hover {
    color:#ADB5BD;
}

.account-list-cont .alc-unit.active a {
    color: #ADB5BD;
    pointer-events: none;
}

.account-page-cont {
    width:100%;
    padding-left:32px;
}

.account-main-form .input-row{
    align-items: center;
    justify-content: flex-start;
    display:flex;
    flex-flow:row nowrap;
    margin-bottom: 32px;
}

.account-main-form .input-row label {
    min-width:160px;
    margin-right: 70px;
    white-space: nowrap;
    font-size: 11px;
    color: #868E96;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-row .btn {
    display:flex;
}

.account-main-form .btn-row {
    justify-content: flex-end;
    width:100%;
}

.alc-unit {
    display:flex;
    align-items: center;
    justify-content: flex-start;
}

.pr-page-unit {
    width:100%;
    display:flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom:80px;
}

.ppu-pic-col {
    width:50%;
    display:flex;
    align-items: stretch;
    justify-content: center;
}

.ppu-pic-wrap {
    display:flex;
    align-items: center;
    justify-content: center;
}

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

.ppu-text-col {
    width:50%;
    display:flex;
    align-items:stretch;
    justify-content: center;
}

.ppu-text-block {
    display:flex;
    align-items:center;
    justify-content: center;
    width:100%;
    background-color:#F8F9FA;
    flex-direction: column;
    padding:20px 56px;
    box-sizing: border-box;
}

.pr-page-list {
    padding-top:30px;
    box-sizing: border-box;
}

.ppu-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    text-align: center;
}

.ppu-text {
    font-size: 14px;
    line-height: 1.8;
    color: #868E96;
    margin-bottom:32px;
    text-align: center;
}

.pr-page-unit:nth-child(2n) .ppu-pic-col {
    order:2;
}

.pr-page-unit:nth-child(2n) .ppu-text-col {
    order:1;
}

.pr-page-panel {
    padding-bottom: 80px;
}





.aoh-history-list {
    margin-bottom: 40px;
}

.account-order-history-panel .paginator {
    justify-content: flex-end;
}

.aoh-selector {
    width:100%;
    margin-bottom: 24px;
}

.aoh-selector select {
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 2px solid #000000;
    height: 52px;
    padding-left: 0;
    font-size: 12px;
    color: #212529;
    font-weight: 600;
    text-transform: uppercase;
}

.aoh-history-unit {
    border:2px solid #DEE2E6;
    box-sizing: border-box;
    padding:24px;
    margin-bottom: 24px;
}

.aoh-history-unit:last-child {
    margin-bottom: 0;
}

.aohu-top-row {
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
    width:100%;
    margin-bottom: 16px;
}

.aohu-id {
    font-size: 14px;
    color: #343A40;
    font-weight:600;
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    text-decoration: none;
    transition: 0.2s;
}

.aohu-id a {
    color: #343A40;
    transition: 0.2s;
    text-decoration: none;
}

.aohu-id a:hover {
    color: #C8A275;
}

.aohu-id span {
    font-size: 12px;
    color: #ADB5BD;
    font-weight: 500;
    margin-top: 8px;
    display:block;
}

.aohu-info-row {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-end;
    align-items: center;
}

.aohu-info-unit {
    margin-left:38px;
    font-size: 12px;
    color: #ADB5BD;
    font-weight: 500;
    display:flex;
    align-items: center;
    justify-content: flex-end;
}

.aohu-info-unit span {
    font-weight: 600;
    font-size:14px;
    color: #343A40;
    margin-left: 5px;
    display:block;
}

.aohu-info-unit:first-child {
    margin-left:0;
}

.aohu-status-row {
    display:flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
}

.aohu-status {
    background-color:#F1F3F5;
    font-size: 13px;
    color: #868E96;
    font-weight: 700;
    text-transform: uppercase;
    padding:8px 58px;
    box-sizing: border-box;
    text-align: center;
    width: 250px;
}

.aohu-status.aohu-stat-in-progress {
    background-color:#FFF9DB;
    color: #E67700;
}

.aohu-status.aohu-stat-cancel {
    background-color:#FFF5F5;
    color: #C92A2A;
}

.aohu-status.aohu-stat-done {
    background-color:#E6FCF5;
    color: #087F5B;
}


.aohu-status-row .btn-row .btn {
    padding:8px 24px;
    margin-left:16px;
}

.aohu-status-row .btn-row .btn.grey-btn {
    color: #868E96;
}

.hu-total-block {
    background-color:#F8F9FA;
    padding:32px 24px;
    box-sizing: border-box;
}

.hu-total-block .item-page-info-unit-title {
    background-color:#F8F9FA;
}

.hu-total-block .item-page-info-unit-cont {
    background-color:#F8F9FA;
    font-weight: 600;
}

.hu-total-block-wrap .btn-row {
    justify-content: flex-end;
    margin-top:32px;
    width:100%;
}

.hu-total-block-wrap .btn-row .btn {
    margin-left:16px;
}

.hu-total-block-wrap .item-page-info-unit::before {
    display:none;
}

.account-manager-unit {
    border:2px solid #DEE2E6;
    padding:32px;
    box-sizing: border-box;
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.amu-pic-wrap {
    display:flex;
    align-items: center;
    justify-content: center;
    width:64px;
    height:64px;
    min-width:64px;
    margin-right: 24px;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
}

.amu-pic-wrap img {
    height: 100%;
}

.amu-text-col {
    width:100%;
}

.amu-name {
    font-size: 14px;
    color: #343A40;
    margin-bottom: 8px;
    font-weight: 600;
}

.amu-position {
    font-size: 12px;
    color: #ADB5BD;
    font-weight: 500;
    margin-bottom: 14px;
}

.amu-manager-info-row {
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.amu-mi-block {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.amu-mi-block:last-child {
    margin-right: 0;
}

.amu-mi-block {
    font-size: 14px;
    color: #343A40;
    margin-right: 40px;
    font-weight: 500;
    text-decoration: none;
    padding-left:32px;
    box-sizing: border-box;
    position: relative;
}

.amu-mi-block a {
    text-decoration:none;
}

.amu-mi-block a:not(:first-child) {
    margin-top:10px;
}

.account-manager-title {
    font-size: 14px;
    color: #013035;
    font-weight: 700;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.text-page-section {
    padding-bottom:40px;
    box-sizing: border-box;
}

.amu-mi-phone::after {
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:20px;
    height:20px;
    background:url(../img/icon-phone.svg);
    background-size:cover;
}

.amu-mi-mail::after {
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:20px;
    height:20px;
    background:url(../img/icon-contacts-mail.svg);
    background-size:cover;
}

.account-manager-panel textarea{
    height: 52px;
    min-height: 52px;
}

.account-manager-panel .btn-row {
    justify-content: flex-end;
    margin-top:32px;
}

.account-doc-panel {
    display:grid;
    grid-template-columns: 1fr 1fr;
    column-gap:32px;
    row-gap: 32px;
}

.account-doc-unit {
    border:2px solid #DEE2E6;
    padding:26px;
    box-sizing: border-box;
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow:row nowrap;
    text-decoration: none;
}


.account-doc-pic {
    margin-right: 20px;
    min-width: 20px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.account-doc-title {
    font-size: 14px;
    color: #343A40;
    font-weight: 600;
    transition: 0.2s;
}


.account-doc-unit:hover .account-doc-title{
    color:#C8A275;
}

.account-doc-size{
    font-size: 12px;
    font-weight: 500;
    color: #ADB5BD;
}

.blog-page-cont-panel .cp-catalog-wrap {
    border:none;
    padding: 0;
    margin: 40px 0 0;
}

.basket-active svg path {
    fill:#C8A275;
}

.basket-counter {
    background-color: #212529;
    color: #fff;
    font-size: 8px;
    font-weight: 600;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: -4px;
    right: -13px;
}

.account-panel .section-title-row{
    margin-bottom: 0;
}

.aor-date-time-block {
    font-weight: 500;
    font-size: 15px;
    color: #868E96;
}

.aor-add-block {
    display:flex;
    justify-content: flex-end;
    align-items: center;
}

.aor-add-block .aohu-status {
    margin-left:24px;
    padding-left:24px;
    padding-right: 24px;
    box-sizing: border-box;
    width:auto;
}

.text-page-panel .text-panel {
    margin-top:30px;
}

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

.text-panel table {
    border-collapse: collapse;
    border:none;
    font-size: 15px;
    color: #212529;
    width:100%;
    margin-bottom: 20px;
}

.text-panel table tr {
    border-bottom:2px solid #E9ECEF;
}

.text-panel table tr td, .text-panel table tr th  {
    padding:12px 0;
    box-sizing: border-box;
    text-align: left;
}

.text-panel ul {
    list-style: none;
    font-size: 15px;
    color: #212529;
    margin-bottom: 20px;
}

.text-panel ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left:16px;
}

.text-panel ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #C8A275;
    border-radius: 6px;
}

.basket-finished-section {
    display:Flex;
    align-items: center;
    justify-content: center;
    min-height:390px;
}

.basket-finish-panel {
    display:Flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

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

.bf-title {
    font-size: 20px;
    color: #212529;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.contacts-cards-col {
    width: 378px;
    min-width: 378px;
}

.c-card {
    width:100%;
    padding:40px 32px;
    box-sizing: border-box;
    display:flex;
    align-items: center;
    justify-content: center;
    background-color:#fff;
    box-shadow: 0 30px 90px -5px rgba(33,37,41,0.10);
    margin-bottom: 24px;
    flex-direction: column;
}

.c-card:last-child {
    margin-bottom: 0;
}

.c-card-icon {
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin:8px;
}

.c-card-icon img {
    margin-bottom: 16px;
}

.c-card-icon span {
    font-size: 14px;
    color: #868E96;
    font-weight: 500;
}

.c-card-cont {
    font-size: 14px;
    color: #013035;
    font-weight: 700;
    text-align: center;
}

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

.contacts-map-col {
    width:calc(100% - 378px);
    padding-left:32px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;

}

.contacts-map {
    width:100%;
    height:100%;
}

.contacts-map > ymaps {
    height:100% !important;
}

.contacts-section {
    margin-bottom: 50px;
}

.double-form .text-panel {
    text-align: center;
}


.double-block-title {
    font-size: 20px;
    color: #212529;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 16px;
}



.search-panel {
    background-color:#F8F9FA;
    box-sizing: border-box;
    padding-top:24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E9ECEF;
    display: none;
}

.search-panel-wrap {
    display:flex;
    align-items: center;
    justify-content: flex-start;
}

.search-panel-title {
    font-size: 14px;
    color: #013035;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 24px;
    white-space: nowrap;
}

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

.search-btn {
    border:none;
    outline: none;
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    box-shadow: none;
    background-color:transparent;
    width:42px;
    height:42px;
}

.search-btn img {
    transform: translate(1px, 3px);
}

.search-input-row input {
    background: #FFFFFF;
    border: 1px solid #E9ECEF;
    font-size: 15px;
    color: #868E96;
    outline: none;
    width:100%;
    height: 42px;
    padding-left:20px;
    box-shadow: black;
}

.search-row-close {
    width:42px;
    height:42px;
    margin-left:10px;
    display:flex;
    align-items: center;
    justify-content: center;
}

.partners-text {
    margin:30px 0;
}

.partners-text .btn-row {
    margin-top:20px;
    justify-content: flex-start;
}

.number-list {
    display:grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 70px;
    row-gap: 40px;
    counter-reset: section;
}

.number-list p {
    position: relative;
    padding-left:40px;
    box-sizing: border-box;
}

.number-list {
    margin:30px 0 20px;
}

.number-list p::after {
    counter-increment: section;
    content: counter(section);
    font-size:14px;
    text-align: center;
    display:flex;
    align-items: center;
    justify-content: center;
    width:26px;
    height:26px;
    border:1px solid #C8A275;
    color:#C8A275;
    font-weight: 500;
    border-radius: 30px;
    position: absolute;
    top:0;
    left:0;
}






.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #ececec;
}

.inputfile + label {
    cursor: pointer; /* "hand" cursor */
    width: 100%;
    text-align: center;
    border:1px dashed #ADB5BD;
    background-color:#F8F9FA;
    padding:14px;
    box-sizing: border-box;
    font-size: 12px;
    color: #495057;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    transition: 0.2s;
}

.inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.input-file-block, .input-file-row {
    width:100%;
}

.input-file-label {
    font-size: 12px;
    color: #ADB5BD;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 14px;
}

.input-file-row {
    margin-bottom: 32px;
}

.double-section .input-row input {
    font-size:16px;
}

.registration-win .double-form-col {
    align-items: flex-start;
    overflow: auto;
}

.registration-win .double-form-col .btn-row {
    margin-top:0;
}

.registration-win .double-form-col::-webkit-scrollbar {
    width: 4px;
}

.registration-win .double-form-col::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.registration-win .double-form-col::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.restore-pass-win .double-pic-col{
    background-image: url('../img/image-collection-9.jpg');
}

.registration-win .double-pic-col{
    background-image: url('../img/image-collection-2.jpg');
}

.ipi-price-for-gramm-mobile {
    display:none;
}


.ips-block.ips-total-block {
    font-weight: 600;
}


textarea::-webkit-scrollbar {
    width: 4px;
}

textarea::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

textarea::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.bii-for-mobile-text .ipi-price-for-gramm-mobile{
    position: relative;
    top:0;
    margin-bottom: 12px;
}

.basket-item-art {
    margin-bottom: 8px;
}




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

.about-text-col {
    width:62%;
    padding-right: 80px;
    box-sizing: border-box;
}

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

.about-pic-wrap {
    display:flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

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

.about-text-col .text-panel {
    margin-bottom: 50px;
}

.about-text-col .text-panel p{
    font-size:16px;
}

.about-text-col h1 {
    font-size:20px;
    text-transform: uppercase;
    margin-top: 0;
}

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

.about-section .advantages-panel {
    margin-bottom: 0;
}

.about-section .another-collections .section-title-row {
    margin-bottom: 32px;
}

.about-panel::after {
    content: '';
    position: absolute;
    width: calc(100% - 200px);
    background-color: #E9ECEF;
    height: 1px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

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

.play-btn  {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 13px;
    color: #343A40;
    font-weight: 700;
    text-transform: uppercase;
}


.play-btn span {
    width:42px;
    height:42px;
    border-radius: 50px;
    border: 1px solid #212529;
    box-sizing: border-box;
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right:16px;
}

.play-btn span::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 16px;
    width: 0;
    height: 0;
    border-left: 11px solid #212529;
    border-top: 6px solid #fff;
    border-bottom: 6px solid #fff;
}

.btn-row .btn.filter-btn {
    display:none;
}

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

    .amu-pic-wrap {
        width: 44px;
        height: 44px;
        min-width: 44px;
    }

    .amu-mi-block {
        margin-bottom:20px;
    }

    .amu-mi-block:last-child {
        margin-bottom:0;
    }

    .amu-manager-info-row {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .account-page-cont {
        padding-left:24px;
        box-sizing: border-box;
    }

    .account-main-form .input-row label {
        margin-right: 24px;
    }

    .cp-catalog-wrap .catalog-page-item-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .basket-item-pic {
        width: 116px;
        min-width: 116px;
    }


    .ipcl-unit-pic-col {
        width: 90px;
    }

    .ipcl-unit-text-col {
        padding-top: 8px;
    }

    .ipcl-unit {
        padding:0 18px;
    }

    .item-page-pic-col {
        width: 40%;
    }


    .item-page-info-col {
        width: 60%;
    }

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

    .footer-menu-unit:first-child {
        margin-left:0;
    }

    .advantages-panel::after, .catalog-category-panel::after, .catalog-items-carousel-panel::after, .about-panel::after {
        width: calc(100% - 48px);
    }
}

@media screen and (max-width:1200px) {
    .catalog-category-panel {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .cc-logo-text-col {
        margin-bottom: 40px;
    }

    .cc-car-col {
        width:100%;
        padding-left: 0;
    }

    .cc-carousel-unit {
        margin:0 10px;
    }

    .arrow-car .slick-arrow.slick-prev {
        left: -11px;
    }

    .arrow-car .slick-arrow.slick-next {
        right: -11px;
    }

    .footer-menu-unit {
        margin-left: 100px;
    }

}

@media screen and (max-width:1100px) {
    .fml-double a {
        width: 100%;
    }
}

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

    .btn-row .btn.filter-btn {
        display:flex;
    }

    .about-panel {
        flex-direction: column;
        align-items: flex-start;
    }

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

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

    .number-list {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    .double-form-col {
        width:100%;
    }

    .double-pic-col {
        display:none;
    }

    .contacts-cards-col {
        width: 250px;
        min-width: 250px;
    }

    .contacts-map-col {
        width:calc(100% - 250px)
    }

    .c-card {
        padding-left: 14px;
        padding-right: 14px;
    }

    .account-doc-panel {
        column-gap: 24px;
        row-gap: 24px;
    }

    .pr-page-panel {
        padding-bottom: 32px;
    }

    .pr-page-unit:nth-child(2n) .ppu-pic-col {
        order:1;
    }

    .pr-page-unit:nth-child(2n) .ppu-text-col {
        order:2;
    }

    .pr-page-unit {
        flex-direction: column;
        margin-bottom: 32px;
    }

    .ppu-pic-col, .ppu-text-col {
        width:100%;
    }

    .ppu-text-block {
        padding-left:20px;
        padding-right:20px;
    }

    .alc-unit {
        order:2;
        display:none;
        width:100%;
    }

    .account-list-cont .alc-unit:last-child, .account-list-cont .alc-unit {
        margin:8px 0;
    }

    .alc-unit.active {
        order:1;
        display:flex;
    }

    .account-list-cont .alc-unit.active a {
        color:#212529;
    }

    .account-list-cont .alc-unit a {
        color:#868E96;
    }

    .account-list-cont {
        position: relative;
    }

    .account-list-cont::after {
        content: '';
        position: absolute;
        top: 34px;
        right: 0px;
        width: 10px;
        height: 6px;
        background: url(../img/icon-chevron.svg);
        background-size: auto;
    }

    .account-list-cont.open .alc-unit {
        display:flex;
    }

    .account-page-cont {
        padding-left:0;
    }

    .account-list-cont {
        margin-bottom: 24px;
    }

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

    .account-main-form .input-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .cp-under-bn-text-panel {
        padding-top:50px;
        padding-bottom: 50px;
    }

    .account-list-col {
        width:100%;
        margin-right: 0;
        max-width: 100%;
    }

    .collections-unit-text {
        bottom: 24px;
        left: 24px;
    }

    .footer-info-col {
        border-top:1px solid #E9ECEF;
        padding-top:30px;
        box-sizing: border-box;
    }

    .collections-unit {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .footer-wrap {
        flex-direction: column;
    }

    .mobile-footer-menu {
        display:flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow:row wrap;
        width:100%;
        max-width: 600px;
        margin: 0 auto 40px;
    }

    .mobile-footer-menu a {
        width:50%;
        text-align: center;
        display:Flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 14px;
        color: #212529;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .basket-page-panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .basket-info-s-block{
        position: relative;
        display: flex;
        padding: 32px 54px;
        align-items: center;
        justify-content: space-between;
        flex-flow:row nowrap;
        top:unset;
    }

    .basket-items-col {
        width:100%;
    }



    .basket-info-s-block .item-page-info-table, .bis-btn-row {
        width:calc(50% - 57px);
    }

    .basket-info-s-block .item-page-info-table {
        border-bottom: none;
        position: relative;
    }



    .basket-info-s-block .item-page-info-table::after {
        width:1px;
        height:100%;
        background-color:#DEE2E6;
        content:'';
        position: absolute;
        top:0;
        right: -57px;
        bottom:0;
        margin:auto;
    }

    .basket-info-col{
        width:100%;
        padding-left: 0;
    }

    .ipcl-unit {
        width:50%;
    }

    .ipcl-unit:nth-child(3n+1)::after {
        display:block;
    }

    .ipcl-unit:nth-child(2n+1)::after {
        display:none;
    }

    .item-page-collection-list .ipcl-unit:nth-child(2n) + .ipcl-unit-total-wrap {
        width:100%;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
    }

    .item-page-add-carousel-section {
        padding:20px 0;
    }

    .item-page-panel {
        flex-direction: column;
    }

    .item-page-pic-col, .item-page-info-col {
        width:100%;
        padding-left: 0;
    }

    .catalog-page-filter-col {
        background-color:#fff;
        box-shadow: 10px 0 40px 0 rgba(33,37,41,0.15);
    }

    .catalog-page-filter-col-wrap {
        height:100%;
        border-right: none;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
    }

    .catalog-page-filter {
        height:auto;
    }

    .catalog-page-filter-col > .btn-row  {
        position: absolute;
        left:0;
        right:0;
        bottom:0;
        width:100%;
        z-index: 3;
    }

    .catalog-page-filter-wrap {
        padding-right: 0;
        border:none;
        height: calc(100% - 180px);
        overflow: auto;
    }

    .mobile-filter-title-row {
        display:flex;
        padding:20px;
        box-sizing: border-box;
        border-bottom: 1px solid  #E9ECEF;
        position: static;
        top:0;
        left:0;
        right:0;
        width:100%;
        font-size: 14px;
        color: #212529;
        font-weight: 600;
        text-transform: uppercase;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-filter-close {
        cursor:pointer;
        display:flex;
        align-items: center;
        justify-content: center;
    }

    .catalog-page-filter-col-wrap{
        padding:0;
    }

    .page-title-row .filter-btn{
        display:flex;
    }

    .catalog-page-filter-col {
        position: fixed;
        left:0;
        top:0;
        bottom:0;
        width:280px;
        height:100%;
        background-color:#fff;
        z-index: 4;
        transition:0.2s;
        transform: translateX(-100%);
        opacity: 0;
        pointer-events: none;
        padding:0;
        box-sizing: border-box;
    }

    .catalog-page-filter {
        padding-bottom: 0;
    }

    .catalog-page-filter {
        border-right: none;
        padding:20px;
        box-sizing: border-box;
        overflow:auto;
        width:100%;
    }

    .catalog-page-filter-col .btn-row {
        margin-top:auto;
    }

    .catalog-page-filter-col.active {
        transform: translateX(0);
        opacity: 1;
        pointer-events: all;
    }

    .catalog-page-cols {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .catalog-page-items-list-col {
        padding-left:0;
        width: 100%;
    }

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

    .mobile-header-menu-wrap {
        display:flex;
        flex-direction: column;
        z-index: 100;
        max-width:300px;
        width:100%;
        transform: translateX(-100%);
        pointer-events: none;
        opacity: 0;
        transition: 0.2s;
    }

    .mobile-header-menu-wrap.active {
        transform: translateX(0);
        pointer-events: all;
        opacity: 1;
    }

    .mobile-header-menu-wrap a {
        text-decoration: none;
    }

    .mobile-header-menu {
        padding:20px;
        box-sizing: border-box;
    }


    .mhm-main-list {
        display:flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .mhm-main-list a {
        color: #212529;
        font-size:14px;
        text-transform: uppercase;
        margin-bottom: 24px;
        font-weight: 600;
    }

    .mhm-sub-list {
        display:flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .mhm-sub-list a {
        font-size: 14px;
        color: #868E96;
        margin-bottom: 24px;
        font-weight: 500;
    }

    .mhm-phone-row {
        border-top:1px solid #E9ECEF;
        padding:26px 20px;
        box-sizing: border-box;
        display:flex;
        align-items: center;
        width:100%;
        justify-content: flex-start;
    }

    .mhm-phone-row a {
        display:flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 14px;
        color: #868E96;
        letter-spacing: 0.32px;
        font-weight: 500;
    }

    .mhm-phone-row a img {
        margin-right:12px;
    }



    .close-mobile-header-menu {
        display:flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top:20px;
        right:20px;
    }

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

    .blog-list {
        column-gap: 24px;
    }

    .footer-menu-lists {
        display:none;
    }

    .cic-unit-wrap {
        padding: 0px 20px;
    }

    .advantages-list {
        column-gap: 70px;
    }

    .footer-info-col {
        width:100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-soc-link a {
        margin:0 3px;
    }

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

    .header-bot-row-wrap {
        padding-left:0;
        padding-right: 0;
    }

    .header-bot-row {
        padding-top:0;
        padding-bottom: 0;
    }

    .header-logo {
        max-width:140px;
    }

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

    .header-btn-row {
        padding-bottom: 20px;
        padding-top:20px;
        box-sizing: border-box;
        justify-content: center;
        width:100%;
        border-top:1px solid #F1F3F5;
    }

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

    .header-logo {
        padding-bottom: 16px;
        padding-top:16px;
    }

    .header-main-menu {
        display:none;
    }

    .header-btn-row a {
        margin:0 20px;
    }
}

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

    .ipi-price-for-gramm-mobile {
        display:flex;
        align-items: center;
        justify-content: flex-start;
        position: absolute;
        left:0;
        bottom: -15px;
        font-size: 11px;
        color: #868E96;
        font-weight: 500;
    }

    .ipi-price-for-gramm-mobile span {
        font-size: 11px;
        color: #343A40;
        font-weight: 700;
        margin-left: 4px;
    }

    .search-panel-title {
        display:none;
    }

    .double-form-col {
        align-items: flex-start;
        overflow: auto;
    }
    .contacts-panel {
        flex-direction: column;
    }

    .contacts-panel.page-wrapper {
        padding:0;
    }

    .contacts-cards-col {
        width:100%;
        order:2;
        transform: translateY(-70px);
        z-index: 10;
    }

    .contacts-map-col {
        order: 1;
        height: 400px;
        width: 100%;
        padding-left:0;
        z-index: 8;

    }

    .contacts-section {
        margin-bottom: 0;
    }

    .contacts-card-list {
        padding:0 16px;
        box-sizing: border-box;
    }

    .account-panel .section-title-row {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .aor-add-block .aohu-status {
        margin-left:0;
        margin-top:10px;
    }

    .aor-date-time-block {
        margin-top:10px;
    }

    .aor-add-block {
        flex-direction: column;
        align-items: center;
    }

    .aohu-status-row {
        flex-direction: column;
    }

    .aohu-id {
        margin-bottom: 9px;
    }

    .aohu-info-unit {
        margin-left:0;
    }

    .account-order-history-panel .paginator {
        justify-content: center;
    }

    .aohu-status {
        width:100%;
        margin-bottom: 12px;
    }

    .aohu-info-row {
        width:100%;
        justify-content: space-between;
        flex-flow:row wrap;
    }

    .aohu-top-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .aohu-status-row .btn-row {
        width:100%;
    }

    .aohu-status-row .btn-row .btn {
        width:100%;
    }



    .aohu-status-row .btn-row .btn:first-child {
        margin-left: 0;
    }

    .blog-page-bn {
        margin-bottom: 40px;
    }

    .share-block {
        margin:40px 0;
    }


    .cic-carousel .slick-list {
        padding: 20px 0;
    }

    .cic-carousel .cic-unit-wrap {
        margin-left:10px;
        margin-right: 10px;
    }

    .basket-info-s-block {
        padding:32px 24px;
    }

    .basket-info-s-block .item-page-info-table, .bis-btn-row {
        width: calc(50% - 26px);
    }

    .basket-info-s-block .item-page-info-table::after {
        right:-27px;
    }

    .item-page-collection-list .ipcl-unit {
        width:100%;
        padding: 0;
    }

    .ipcl-unit::after {
        top:-45px !important;
        left:0 !important;
        right:0 !important;
        bottom:unset !important;
        display:block !important;
    }

    .ipcl-unit:first-child::after {
        display:none !important;
    }

    .catalog-page-item-list, .cp-catalog-wrap .catalog-page-item-list{
        grid-template-columns: 1fr 1fr;
    }



    .ips-price-w, .ips-total-block{
        display:none !important;
    }

    .ips-total-block, .ips-weight-block {
        max-width:60px !important;
    }

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

    .paginator {
        order:1;
        margin-bottom: 20px;
    }

    .cpi-sort {
        margin-left:0;
    }

    .cpi-sort-unit-title {
        display:none;
    }

    .cpi-items-found {
        margin-right: 20px;
    }

    .cpi-sort-unit {
        margin-left:12px;
    }

    .cpi-sort-unit:first-child {
        margin-left:0;
    }

    .pagination-row .btn-row{
        order:2;
        display:flex;
        align-items: center;
        justify-content: center;
    }


    .main-slide {
        display:flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .blog-list-section {
        padding-bottom: 40px;
    }

    .feedback-inputs-row, .agreement-row {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }

    .feedback-section {
        padding-top:40px;
        padding-bottom: 40px;
    }

    .agreement-row .btn-row {
        justify-content: center;
        width:100%;
    }

    .agreement-row .btn-row .btn {
        width:100%;
    }


    .advantages-list {
        column-gap: 30px;
    }

    /* .main-slide img {
        position: absolute;
        width:auto;
        margin: auto;
        height:100%;
        left:-300%;
        right:-300%;
        top:0;
    } */

    .main-slide-text-wrap {
        display: none;
        flex-direction: column;
        height: 100%;
        bottom: 0;
        top: 0;
        margin: auto;
        padding: 20px;
        box-sizing: border-box;
    }

    .main-slide-text {
        text-align: center;
        min-width: 100%;
    }

    .main-slide-fon-wrap {
        position: relative;

    }

    .main-slide-fon-wrap img{
        display: block;
        position: relative;
        width: 100%;
        height: auto;
    }

    .catalog-category-panel {
        padding-bottom: 20px;
        padding-top:20px;
    }

    .catalog-items-carousel-panel {
        margin-bottom: 60px;
        padding-bottom: 60px;
    }

    .feedback-form {
        padding-left:0;
        padding-right: 0;
        width:100%;
    }
}

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

    .account-doc-panel {
        grid-template-columns: 1fr;
        column-gap: 16px;
        row-gap: 16px;
    }

    .blog-list {
        row-gap: 10px;
    }

    .blog-panel .blog-list {
        margin-bottom: 30px;
    }

    .collections-unit {
        width:100%;
        margin-right: 0;
        overflow: hidden;
    }

    .collections-unit img {
        width:auto;
        height:400px;
    }

    .basket-item-pic {
        display:none;
    }

    .basket-info-s-block {
        flex-direction: column;
    }

    .bii-for-mobile {
        display:flex;
        flex-flow:row nowrap;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .bii-for-mobile .basket-item-pic {
        display:flex;
        width:60px;
        min-width: 60px;
        padding-right:0;
        margin-right: 8px;
    }

    .basket-page-panel {
        padding:0;
    }

    .basket-info-s-block .item-page-info-table, .bis-btn-row {
        width:100%;
    }

    .basket-items-col {
        padding:0 0;
        box-sizing: border-box;
    }

    .basket-info-s-block .item-page-info-table {
        border-bottom: 1px solid #DEE2E6;
    }

    .basket-info-s-block .item-page-info-table::after{
        display:none;
    }

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

    .advantages-list {
        display:block;
    }

    .blog-list-unit {
        margin-bottom: 40px;
    }

    .catalog-category-panel::after {
        display:none;
    }

    .advantage-unit.slick-slide {
        display:flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
    }

    .advantage-text {
        text-align: center;
    }

    .advantages-list.arrow-car .slick-arrow {
        top: unset;
        bottom: -70px;
    }

    .advantages-list.arrow-car .slick-arrow.slick-next {
        right:calc(50% - 70px)
    }

    .advantages-list.arrow-car .slick-arrow.slick-prev{
        left:calc(50% - 70px)
    }

    .cic-row a {
        margin:0 9px;
        font-size: 16px;
    }
}

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

    .collections-unit img {
        width:auto;
        height:320px;
        margin: auto;
    }

    .about-panel {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .account-manager-panel .btn-row {
        margin-top: 14px;
    }

    .amu-pic-wrap {
        width: 64px;
        height: 64px;
        min-width: 64px;
        margin-bottom: 12px;
    }

    .amu-text-col {

    }


    .account-manager-unit {
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding:16px;
    }

    .hu-total-block-wrap .btn-row {
        flex-direction: column;
        align-items: stretch;
        margin-top:12px;
    }

    .hu-total-block-wrap .btn-row .btn {
        width:100%;
        margin-left:0;
        margin-bottom: 12px;
    }

    .paginator li {
        margin: 0 5px;
    }

    .aohu-status-row .btn-row .btn {
        padding:8px;
    }

    .aoh-history-unit {
        padding:16px;
    }

    .account-list-name {
        font-size: 13px;
    }

    .account-main-form .btn-row .btn {
        width:100%;
    }

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

    .catalog-category-panel {
        margin-bottom: 40px;
    }

    .cp-main-bn-text-panel {
        top:0;
        bottom:0;
        margin:auto;
        left:0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .mobile-footer-menu a {
        justify-content: flex-start;
    }

    .mobile-footer-menu {
        margin-bottom: 14px;
    }

    .cc-logo {
        display:none;
    }

    .item-page-sizes-row.item-page-sizes-name-row .ips-block.ips-instock-block {
        font-size:0;
    }

    .ips-instock-block {
        min-width: unset;
    }

    .item-page-total-btn-row {
        flex-direction: column;
    }

    .item-page-total-btn-row .btn-row {
        order:2;
        margin-right:0;
        width:100%;
    }

    .ipt-total-price {
        order:1;
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .ipt-total-price span{
        margin-bottom: 0;
    }

    .item-page-total-btn-row .btn-row .btn {
       width:100%;
    }

    .cpi-sort-row{
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .cpi-items-found{
        margin-right: 0;
        margin-bottom: 10px;
    }

    .main-slider-carousel .slick-dots {
        width:auto;
    }

    .cic-price-row {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .catalog-page-item-list .cic-unit {
        display: flex;
        align-items: stretch;
        height: 100%;
    }

    .cic-price-disc {
        margin-left:0;
    }

    .cic-art {
        margin-bottom: 8px;
    }

    .cic-unit-title {
        margin-bottom: 10px;
    }


    .cic-price-row {
        margin-bottom: 8px;
    }


    .cic-p-unit {
        background-color:rgba(255,255,255,0.8);
        padding-left:4px;
        padding-right:4px;
        box-sizing: border-box;
        display:flex;
        align-items: center;
        justify-content: center;
    }

    .catalog-page-item-list .cic-unit-wrap .cic-cat-list-unit-link {
        padding: 10px 10px 0;
    }

    .catalog-page-item-list .cic-unit .btn-row {
        margin-top:auto;
        padding: 0 10px 10px;
    }

    .cc-logo-text-col {
        width:100%;
    }

    .btn-row .btn {
        padding:16px 32px;
    }

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

    .catalog-category-panel .btn {
        width:100%;
        text-align: center;
    }

    .cc-text {
        font-size: 18px;
    }

    .blog-list-panel .btn-row .btn {
        padding:16px 32px;
    }

    .another-colelction-list .collections-unit {
        margin:0;
    }

    .cp-catalog-wrap {
        padding-bottom: 40px;
    }

    .show-more-row {
        margin: 40px 0 0;
    }

    .another-collections {
        padding-top: 30px;
    }

    .section-title-row {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:420px) {
    .another-collections  .section-title-row .btn-row {
      display:none;
    }
}

@media screen and (max-width:375px) {
    .basket-item-total-row {
        margin-right: 0;
        display:flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .ips-block {
        font-size:13px;
    }

    .quant-block input {
        width: 23px;
    }

}
