@charset "UTF-8";*{padding:0;margin:0;border:0}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}:active,:focus{outline:0}a:active,a:focus{outline:0}aside,footer,header,nav{display:block}body,html{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}button,input,textarea{font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer;background-color:#fff}button::-moz-focus-inner{padding:0;border:0}a,a:visited{text-decoration:none}a:hover{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}@font-face{font-family:"Century Gothic";src:url(../fonts/CenturyGothic.eot);src:local("Century Gothic"),local("CenturyGothic"),url(../fonts/CenturyGothic.eot?#iefix) format("embedded-opentype"),url(../fonts/CenturyGothic.woff) format("woff"),url(../fonts/CenturyGothic.ttf) format("truetype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:"Century Gothic";src:url(../fonts/CenturyGothic-Bold.eot);src:local("Century Gothic Bold"),local("CenturyGothic-Bold"),url(../fonts/CenturyGothic-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/CenturyGothic-Bold.woff) format("woff"),url(../fonts/CenturyGothic-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:"Deledda Open";src:url(../fonts/DeleddaOpen-Thin.eot);src:url(../fonts/DeleddaOpen-Thin.eot?#iefix) format("embedded-opentype"),url(../fonts/DeleddaOpen-Thin.woff) format("woff"),url(../fonts/DeleddaOpen-Thin.ttf) format("truetype");font-weight:100;font-style:normal;font-display:block}button{color:#000}a{color:#000}.body,.wrapper,body,html{min-height:100%}body{font-family:"Century Gothic";font-size:16px;letter-spacing:1px}body._lock{overflow:hidden}.wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header{position:fixed;top:0;left:0;z-index:100;width:100%;background-color:rgba(255,255,255,.95)}.container{max-width:1200px;margin:0 auto}.cap{padding:0 20px;min-height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.logo{position:absolute;left:0;margin-left:20px;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.logo__img{height:50px;width:50px;position:relative}.logo__img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:fill;object-fit:fill}.logo__text{font-family:"Deledda Open";text-transform:uppercase;font-weight:100;font-size:24px}.menu li>a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.menu li:hover>a{color:#e49c00}.menu__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:15px}.menu__list>li{position:relative;margin:0 10px;padding:11px 0}@media (max-width:1000px){.menu{position:fixed;top:0;left:-100%;width:100%;height:100%;background-color:rgba(255,255,255,.97);padding:100px 30px 30px 30px;-webkit-transition:left .3s ease 0s;transition:left .3s ease 0s;overflow:auto}.menu._active{left:0}.menu__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:24px;-webkit-box-shadow:none;box-shadow:none}}.sub-menu__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:300px;min-height:200px;opacity:0;position:absolute;top:35px;left:50%;z-index:100;-webkit-transform:translate(-50%,-10%);-ms-transform:translate(-50%,-10%);transform:translate(-50%,-10%);-webkit-box-shadow:1px 1px 15px #000;box-shadow:1px 1px 15px #000;border-radius:3px;background-color:rgba(255,255,255,.95);pointer-events:none;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}@media (max-width:1000px){.sub-menu__list{position:relative;height:0;min-height:unset;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);left:0;top:0;-webkit-box-shadow:none;box-shadow:none;background-color:unset;padding-left:20px}.sub-menu__list>li{padding:11px 0}.sub-menu__list.open{height:100%}}body.mouse .menu__list>li:hover .sub-menu__list{opacity:1;pointer-events:all;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}body.mouse .menu__list>li:hover .arrow{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}body.touch .sub-menu__list.open{opacity:1;pointer-events:all}.arrow{display:inline-block;width:0;height:0;border-top:5px solid #000;border-right:5px solid transparent;border-left:5px solid transparent;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.arrow.active{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.menu-icon{position:absolute;right:0;margin-right:20px}@media (max-width:1000px){.menu-icon{z-index:105;display:block;width:30px;height:18px;cursor:pointer}.menu-icon span,.menu-icon::after,.menu-icon::before{position:absolute;left:0;height:10%;width:100%;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;background-color:#000}.menu-icon::after,.menu-icon::before{content:""}.menu-icon::before{top:0}.menu-icon::after{bottom:0}.menu-icon span{top:50%;-webkit-transform:scale(1) translate(0,-50%);-ms-transform:scale(1) translate(0,-50%);transform:scale(1) translate(0,-50%)}.menu-icon._active span{-webkit-transform:scale(0) translate(0,-50%);-ms-transform:scale(0) translate(0,-50%);transform:scale(0) translate(0,-50%)}.menu-icon._active::before{top:50%;-webkit-transform:rotate(-45deg) translate(0,-50%);-ms-transform:rotate(-45deg) translate(0,-50%);transform:rotate(-45deg) translate(0,-50%)}.menu-icon._active::after{bottom:50%;-webkit-transform:rotate(45deg) translate(0,50%);-ms-transform:rotate(45deg) translate(0,50%);transform:rotate(45deg) translate(0,50%)}}.breadcrumbs{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;color:#666;padding:0 0 30px 20px;-webkit-transition:all .8s ease 0s;transition:all .8s ease 0s;opacity:0}.breadcrumbs__text{margin:0 5px;color:#666}.breadcrumbs._active{opacity:1}.option-btn{padding:20px 15px;border:1px solid #fff;border-radius:7px;background-color:rgba(0,0,0,.6);color:#f5f5f5}.footer{font-size:14px;margin-top:100px}@media (max-width:768px){.footer{margin-top:100px}}.footer-body{padding:10px;border-top:1px solid #000;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-transition:all 1s ease .2s;transition:all 1s ease .2s;opacity:0}.footer-body__conditions{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer-body__contacts{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:768px){.footer-body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-body__conditions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}._active .footer-body{opacity:1}.conditions a{margin:5px 0}.contacts a{margin:5px;height:30px;width:30px}.contacts img{height:100%;width:100%}.body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-top:100px}.product{padding:0 20px}.product__constructor{display:-webkit-box;display:-ms-flexbox;display:flex}.product__img-wrapper{padding:0 40% 40% 0;position:relative;-webkit-transition:all .8s ease-in-out 0s;transition:all .8s ease-in-out 0s;opacity:0;background-color:#ddd}.product__img-container{position:absolute;top:0;left:0;padding:0 100% 100% 0}.product__img-container img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;-webkit-transition:all .4s linear 0s;transition:all .4s linear 0s}.product__img-container img._active{opacity:1}.product__interaction{position:absolute;top:0;left:0}.product__form{padding-left:50px;-webkit-transition:all .8s ease-in-out .4s;transition:all .8s ease-in-out .4s;opacity:0}.product__title{font-size:24px;font-weight:700;letter-spacing:2px}.product__price{margin-top:10px}.product__selects{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:40px 0 20px 0}.product__btn button{font-size:16px;text-transform:uppercase;background-color:#000;color:#fff;width:100%;height:100%;padding:10px;letter-spacing:2px}.product__btn:hover button{background-color:rgba(0,0,0,.85)}.product__description{text-align:justify;line-height:20px;margin-top:40px;-webkit-transition:all .8s ease-in-out .8s;transition:all .8s ease-in-out .8s;opacity:0}@media (max-width:992px){.product__img-wrapper{padding:0 45% 45% 0}}@media (max-width:768px){.product__constructor{-ms-flex-wrap:wrap;flex-wrap:wrap}.product__img-wrapper{padding:0 100% 100% 0}.product__selects{margin:30px 0 10px 0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.product__form{padding:20px 0 0 0}.product__select:first-child{margin-right:10px}.product__description{margin-top:50px}}._active .product__description,._active .product__form,._active .product__img-wrapper{opacity:1}.product-interaction{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 15px;z-index:2}.product-interaction__next,.product-interaction__prev{position:relative;display:inline-block;width:50px;height:50px;background-color:rgba(0,0,0,0);-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s;border-radius:50%;cursor:pointer}.product-interaction__next img,.product-interaction__prev img{position:absolute;width:60%;height:60%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (min-width:769px){.product-interaction__next:hover,.product-interaction__prev:hover{background-color:rgba(0,0,0,.5)}}@media (max-width:768px){.product-interaction__next:active,.product-interaction__prev:active{background-color:rgba(0,0,0,.5)}}.form__field{margin-bottom:50px}.form__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.form__btn{-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%}.product-select{position:relative;min-width:150px;margin-bottom:20px}.product-select[data-state=active] .product-select__title::before{-webkit-transform:translate(-3px,-50%) rotate(-45deg);-ms-transform:translate(-3px,-50%) rotate(-45deg);transform:translate(-3px,-50%) rotate(-45deg)}.product-select[data-state=active] .product-select__title::after{-webkit-transform:translate(3px,-50%) rotate(45deg);-ms-transform:translate(3px,-50%) rotate(45deg);transform:translate(3px,-50%) rotate(45deg)}.product-select[data-state=active] .product-select__content{opacity:1}.product-select[data-state=active] .product-select__input+.product-select__label{max-height:40px;border-top-width:1px}.product-select[data-state=active] .product-select__label[data-label-leather-color]{padding-left:30px}.product-select__item{position:relative}.product-select__name{margin:0 0 7px 4px;font-size:14px}.product-select__color-icon{position:absolute;top:50%;left:5px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;width:15px;height:15px;border-radius:50%}.product-select__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;padding:8px 16px;border-radius:5px;border:solid 1px #ddd;-webkit-transition:all .2s ease 0s;transition:all .2s ease 0s;cursor:pointer}.product-select__title::after,.product-select__title::before{content:"";position:absolute;right:16px;display:block;width:10px;height:2px;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;background-color:rgba(0,0,0,.45);-webkit-transform:translate(-3px,-50%) rotate(45deg);-ms-transform:translate(-3px,-50%) rotate(45deg);transform:translate(-3px,-50%) rotate(45deg)}.product-select__title::after{-webkit-transform:translate(3px,-50%) rotate(-45deg);-ms-transform:translate(3px,-50%) rotate(-45deg);transform:translate(3px,-50%) rotate(-45deg)}.product-select__title:hover{border-color:#000}.product-select__title:hover::after,.product-select__title:hover::before{background-color:#000}@media (max-width:768px){.product-select__title{height:auto}}.product-select__content{position:absolute;top:57px;left:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc(100% - 6px);background-color:#fff;border:1px solid #c7ccd1;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;opacity:0;z-index:8}.product-select__input{display:none}.product-select__input:checked+label{background-color:rgba(0,0,0,.05)}.product-select__input:disabled+label{opacity:.6;pointer-events:none}.product-select__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:40px;max-height:0;padding:0 16px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;cursor:pointer;overflow:hidden}.product-select__label+input+.product-select__label{border-top:0 solid rgba(199,204,209,.3764705882)}.product-select__label:hover{background-color:rgba(0,0,0,.15)!important}@media (max-width:768px){.breadcrumbs{display:none}}.popup{opacity:0;visibility:hidden}.cart{visibility:hidden;border-radius:50%}.cart__cost{opacity:0}