.prod-1.st-non::before {
position: absolute;
background: rgba(0,0,0,0.7);
width: 50%;
height: 188px;
z-index: 9;
content: 'Товар временно недоступен для заказа';
right: 0;
top: 1px;
color: #eee;
padding: 55px 40px;
font-size: 20px;
border-radius: 0 0 0 100px;
cursor: not-allowed;
}
.price-row.st-non::before {
position: absolute;
width: 100%;
background: rgba(0,0,0,0.6);
height: 188px;
z-index: 9;
left: 0;
top: 0;
cursor: not-allowed;
}
.prod-item__top.st-non-2::before {
position: absolute;
background: rgba(0,0,0,0.7);
width: 70%;
height: auto;
z-index: 9;
content: 'Товар временно недоступен для заказа';
right: 0;
top: 0;
color: #eee;
padding: 18px 20px 30px;
font-size: 17px;
border-radius: 0 0 0 50px;
cursor: not-allowed;
max-width: 240px;
text-align: right;
}
.prod-item__bottom.st-non-2::before {
position: absolute;
width: 100%;
background: rgba(0,0,0,0.8);
height: 110px;
z-index: 9;
left: 0;
content: ' ';
bottom: 0;
cursor: not-allowed;
}
@media (max-width: 999px) {
#filter-column {
position: fixed;
background: #fff;
z-index: 109;
left: 0;
top: 65px;
width: 100%;
}
#oct-ismobile {
padding: 0 30px;
height: calc(100vh - 120px);
overflow-y: scroll;
padding-bottom: 40px;
}
.ff-close-1 {
text-align: right;
background: linear-gradient(to left,#fff 0,#fff 10px,#6ba200 11px,#6ba200 55px,#fff 56px);
margin-top: 10px;
width: 100%;
height: 40px;
padding: 9px;
border-left: none;
border-top: none;
padding-left: 40px;
height: 45px;
padding: 11px;
border-right: none;
padding-left: 15px;
padding-right: 22px;
border-bottom: none;
background: linear-gradient(to left,#fff 0,#fff 10px,#6ba200 11px,#6ba200 50px,#fff 51px);
padding-right: 21px;
}
.ff-close-1::after {
content: ' ';
box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1);
border-bottom: 3px solid #6ba200;
display: block;
height: 10px;
width: 100%;
position: fixed;
left: 0;
margin-top: 10px;
background: #fff;
z-index: 995;
}
.ff-close-1 .ff-close-times {
width: 18px;
height: auto;
}
.ff-close-hd {
float: left;
}
#filter-column .noUi-handle-lower {
right: auto;
}
}
#oct-product-filter-data div[data-type="sticker"] label {
text-transform: capitalize;
}

@media (min-width: 1200px) {
#banner1 {
margin-top: -20px;
margin-bottom: -15px;
}
}
@font-face {
    font-family: 'Muller';
    src: url("/catalog/view/theme/oct_luxury/fonts/muller/MullerLight/MullerLight.ttf") format("truetype"),
    url("/catalog/view/theme/oct_luxury/fonts/muller/MullerLight/MullerLight.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

.popup-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
}

.fancybox-overlay {
    z-index: 999;
}

.fancybox-wrap {
    z-index: 1000;
}

#callback-popup {
    font-family: "Muller", Arial, sans-serif;  
    background-color: #fff;
    width: 500px;
    max-width: 100%;
    /* z-index: 1000; */
    /* display: none; */
    padding: 50px 70px 70px;
    letter-spacing: normal;
    box-shadow: none;
    border: none;    
}

.mfp-close {
    background-image: url("/catalog/view/theme/oct_luxury/image/icon-remove.png") !important;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 13px;
    top: 13px;
    cursor: pointer;
    font-size: 0 !important;
}

.mfp-close:hover {
    background-position: 0 -20px !important;
}

.mfp-close:active {
    top: 13px !important;
}

@media screen and (max-width: 749px) {
    #callback-popup {
        width: 300px;
    }
}



@media screen and (max-width: 999px) {
    #callback-popup {
        padding: 30px;
    }
}

@media screen and (max-width: 749px) {
    #callback-popup {
        padding: 20px;
    }
}

#callback-popup h2.popup-header {
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 20px;
    padding: 0;
    font-family: "Muller", Arial, sans-serif;
    text-transform: none;
    letter-spacing: unset;
    text-align: left;
    line-height: 36px;
}

#callback-popup h2.popup-header:after {
  content: none;
}

#callback-popup .popup-form-box {
    text-align: center;
    margin: 0;
}

#callback-popup .popup-center {
    padding: 0;
}

#callback-popup .input-text::-webkit-input-placeholder, #callback-popup textarea::-webkit-input-placeholder {
    color: #757575;
    font-size: 16px;
    line-height: normal;
    font-family: "Muller", Arial, sans-serif;
    letter-spacing: normal;
}
#callback-popup .input-text::-moz-placeholder, #callback-popup textarea::-moz-placeholder {
    color: #757575;
    font-size: 16px;
    line-height: normal;
    font-family: "Muller", Arial, sans-serif;
    letter-spacing: normal;
}

#callback-popup .input-text:-moz-placeholder, #callback-popup textarea:-moz-placeholder {
    color: #757575;
    font-size: 16px;
    line-height: normal;
    font-family: "Muller", Arial, sans-serif;
    letter-spacing: normal;
}
#callback-popup .input-text:-ms-input-placeholder, #callback-popup textarea:-ms-input-placeholder {
    color: #757575;
    font-size: 16px;
    line-height: normal;
    font-family: "Muller", Arial, sans-serif;
    letter-spacing: normal;
}

#callback-popup .input-text, #callback-popup textarea {
    font-family: "Muller", Arial, sans-serif;
    background: #ededed;
    border: 1px solid #ededed !important;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
    line-height: normal;
    box-sizing: border-box;
    padding: 9px 15px;
    font-size: 16px;
    color: #868686;
    text-align: left;
    text-decoration: none;
    transition: all .3s linear;
    margin-bottom: 11px !important;
}

#callback-popup .input-text:focus, #callback-popup textarea:focus {
    background-color: #fff;
    border-color: #d9d9d9;
}

#callback-popup .oct-terms {
    text-align: left;
    font-size: 16px;
    margin-bottom: 11px;    
    letter-spacing: normal;
}

#callback-popup .oct-terms input {
    width: unset;
    display: initial;
    height: auto;
    margin: 0;
}


#callback-popup .oct-terms a {
    color: #0a7eb7;
    letter-spacing: normal;
}

#callback-popup .oct-terms a:hover {
    text-decoration: underline;
}


#callback-popup .subscr-button {
    letter-spacing: normal;
    font-family: "Muller", Arial, sans-serif;  
    display: inline-block;
    background-color: #6ca200;
    height: 36px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease 0s;
    font-size: 11px;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0 10px;
    color: #fff;
    min-width: 125px;
    width: 100%;
    box-shadow: none;
    margin: 0;
    margin-bottom: 11px;
}

#callback-popup .subscr-button:hover {
    color: #FFF !important;
    background-color: #95bf41;
}


.fancybox-inner {
    position: relative;
    display: block;
    width: 500px;
    margin: 0 auto; 
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 849px) {
  .fancybox-inner {
      display: block;
      width: 100% !important;
      height: auto !important;
  }

  #callback-popup {
      margin: 0;
  }

  .mfp-content {
    top: 0 !important;
    left: 0 !important;
    position: absolute;
  }
}  

.cater-wed-1::before {
	content: '';
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.cater-wed-2::before {
	content: '';
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}	
.cater-wed-1 {
background: url(/image/catalog/cater/grad_c-1.webp) no-repeat 50% 0;
color: #fff;
margin-top: 40px;
font-family: Muller;
position: relative;
overflow: hidden;
}
.cater-wed-2 {
background: url(/image/catalog/cater/grad_c-2.webp) no-repeat 50% 0;
color: #fff;
margin-top: 40px;
font-family: Muller;
position: relative;
overflow: hidden;
margin-bottom: 80px;
}
.cater-wed-1 .wrap-block-about{
padding: 110px 0 90px;
}
.cater-wed-2 .wrap-block-about{
padding: 100px 0 100px;
}
.wed-1 {
font-style: normal;
font-weight: 800;
font-size: 48px;
line-height: 48px;
letter-spacing: 0.03em;
text-transform: uppercase;
margin-bottom: 15px;
}
.wed-2 {
font-style: normal;
font-weight: 300;
font-size: 36px;
line-height: 36px;
letter-spacing: 0.03em;
text-transform: uppercase;
margin-bottom: 25px;
}
.wed-inp-1 {
width: 260px;
height: 48px;
border: 2px solid #FFFFFF;
box-sizing: border-box;
background: transparent;
font-weight: 300;
font-size: 18px;
line-height: 18px;
letter-spacing: 0.03em;
padding: 0 15px;
margin-right: 25px;
}
.wed-inp-1.err-var {
border: 2px solid #911;
}
.wed-inp-1::placeholder {
    opacity: 1;
}
.bts-wra {
margin-top: 22px;
}
.wed-sub {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 15px 53px;
width: 259px;
height: 48px;
background: #6BA200;
font-weight: 300;
font-size: 18px;
line-height: 18px;
cursor: pointer;
margin-bottom: 18px;
}
.wed-agree {
display: inline-flex;
align-items: center;
font-weight: 300;
font-size: 14px;
line-height: 14px;
letter-spacing: 0.03em;
color: #FFFFFF;
}
.wed-agree a {
color: #fff;
border-bottom: 1px solid #fff;
vertical-align: middle;
display: inline-block;
position: relative;
margin-left: 5px;
top: 1px;
}
.wed-agree::before {
    display: none;
/* content: '';
background: url(/image/catalog/cater/agree.png) no-repeat 50% 50%;
width: 23px;
height: 23px;
border: 2px solid #FFFFFF;
display: inline-block;
vertical-align: middle;
transform: translateY(-2px);
margin-right: 5px; */
}

/*Checkbox custom*/
.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
  }
  .custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 2em;
    height: 2em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }
  .custom-checkbox:checked+label::before {
    background-image: url(/image/catalog/cater/agree.png);
  }
  /* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #e2ffb3;
  }
  /* стили для активного состояния чекбокса (при нажатии на него) */
  .custom-checkbox:not(:disabled):active+label::before {
    background-color: #efffb3;
    border-color: #f1ffb3;
  }
  /* стили для чекбокса, находящегося в фокусе */
  .custom-checkbox:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(200, 255, 0, 0.25);
  }
  /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
  .custom-checkbox:focus:not(:checked)+label::before {
    border-color: #6BA200;
  }
  /* стили для чекбокса, находящегося в состоянии disabled */
  .custom-checkbox:disabled+label::before {
    background-color: #edefe9;
  }
/*Checkbox custom!*/


.cat__top {
font: 16px/1.2 Muller, sans-serif;
    font-weight: normal;
font-weight: 400;
color: #303d43;
padding: 30px 0 10px;
}
.wed-2-wra {
display: flex;
justify-content: space-between;
align-items: stretch;
}
.wed-2-it {
width: 31%;
border: 2px solid #FFFFFF;
padding: 70px 30px;
text-align: center;
}
.wed-2-1 {
font-weight: 800;
font-size: 30px;
line-height: 30px;
letter-spacing: 0.03em;
text-transform: uppercase;
}
.wed-2-2 {
font-weight: 400;
font-size: 30px;
line-height: 30px;
letter-spacing: 0.03em;
font-family: Muller, sans-serif;
}
.wed-2-3 {
font-weight: 500;
font-size: 14px;
line-height: 22px;
text-align: center;
letter-spacing: 0.03em;
}
.wed-2-4 {
width: 197px;
height: 48px;
border: 2px solid #FFFFFF;
display: inline-block;
font-weight: 300;
font-size: 18px;
line-height: 43px;
letter-spacing: 0.03em;
cursor: pointer;
}
.wed-2-it > p {
margin-bottom: 25px;
}
.wed-3-wra {
display: block;
}
.wed-3-wra a {
display: block;
width: 20%;
overflow: hidden;
}
.wed-3-wra a img {
width: 100%;
height: auto;
}
.gal-hd {
margin: 30px 0 40px;
line-height: 1em;
font-family: Muller, sans-serif;
font-size: 30px;
font-weight: 600;
color: #000;
letter-spacing: 3px;
text-transform: uppercase;
text-align: center;
width: 100%;
display: block;
}

.cater-wed-3 {
	position: relative;
	margin-bottom: 50px;
}
.wed-3-wra {
display: block;
}
.cater-wed-3 .pager__arrow {
    width: 30px;
    height: 60px;
    position: relative;
    cursor: pointer;
}

.cater-wed-3 .slider-controls {
position: absolute;
top: calc(50% - 50px);
margin-top: 0;
width: 100%;
text-align: justify;
} 
.cater-wed-3 .slider-controls > div {
display: inline-block;
vertical-align: middle;
}
.cater-wed-3 .slider-controls > div.pager__arrow_prev {
left: 3vw;
position: absolute;
}
.cater-wed-3 .slider-controls > div.pager__arrow_next {
right: 3vw;
position: absolute;
}

ul.slick-dots {
                margin: 30px 0;
                padding: 0;
                text-align: center;
                list-style-type: none;
                margin-left: 0;
            }
            ul.slick-dots li {
                display: inline-block;
                margin: 0 3px;
                padding: 0;
            }
            ul.slick-dots li button::before {
                content: '';
                transition: all .3s linear;
                background:
                        #acacac;
                width: 6px;
                height: 6px;
                display: block;
                border-radius: 6px;
                position: absolute;
                top: 0;
                left: 0;
                border: 0;
                padding: 0;
            }
            ul.slick-dots li button {
                border: 2px solid
                transparent;
                color:
                        transparent;
                font-size: 1px;
                display: block;
                height: 6px;
                width: 6px;
                border-radius: 16px;
                background:
                        transparent;
                transition: all .3s linear;
                box-sizing: content-box;
                min-height: 6px;
                padding: 0;
                position: relative;
            }
            ul.slick-dots li.slick-active button::before {
                background:
                        #000;
            }
            ul.slick-dots li.slick-active button {
                background:
                        #000;
                border-color:
                        #000;
            }


@media (max-width: 999px) {
.cater-wed-1 {
margin-top: 20px;
background: url(/image/catalog/cater/grad_1m.jpg) no-repeat 50% 50%;
background-size: cover;
}
.cater-wed-1 .wrap-block-about {
padding: 55px 25px 45px;
}
.wed-1 {
font-size: 36px;
line-height: 36px;
}
.wed-2 {
font-size: 24px;
line-height: 32px;
max-width: 300px;
}
.wed-inp-1 {
width: 100%;
margin-right: 0;
margin-bottom: 25px;
}
.bts-wra {
margin-top: 2px;
} 
.wed-sub {
width: 100%;
}
.wed-agree {
font-size: 12px;
}
.cat__description-top {
display: block;
padding: 0 15px;
line-height: 20px;
font-size: 12px;
margin: 0;
}
.cater-wed-2 .slider-controls {
	margin-top: 10px;
}	
.cater-wed-2 {
background: url(/image/catalog/cater/grad_c-2.jpg) no-repeat 0 50%;
background-size: cover;
}
.cater-wed-2 .wrap-block-about {
    padding: 60px 0 20px;
}
.wed-2-wra {
display: block;
}
.wed-2-it {
width: 90vw;
margin: 0 12px;
}
.wed-2-it > p {
margin-bottom: 15px;
}
.wed-2-1 {
font-size: 24px;
line-height: 24px;
}
.wed-2-2 {
font-size: 24px;
line-height: 24px;
}
.wed-2-3 {
min-height: 35px;
}
.cater-wed-2 .pager__arrow {
    width: 49px;
    height: 49px;
    position: relative;
    text-indent: -9999px;
    cursor: pointer;
}
.cater-wed-2 .pager__arrow::after {
    content: "";
    background-image: url("/image/catalog/news/pager-arrows.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 11px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -5px;
}
.cater-wed-2 .pager__arrow_next::after {
    background-position: -15px 0;
}
.cater-wed-2 .slider-controls {
text-align: center;
} 
.cater-wed-2 .slider-controls > div {
display: inline-block;
vertical-align: middle;
}
.gal-hd {
font-size: 20px;
margin: 15px 0 20px;
}
}