@charset "UTF-8";
@font-face {
  font-family: 'RubikRegular';
  src: url("../fonts/Rubik-Regular.ttf?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Regular.ttf") format("truetype"), url("../fonts/Rubik-Regular.otf") format("opentype"), url("../fonts/Rubik-Regular.woff") format("woff"), url("../fonts/Rubik-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RubikLight';
  src: url("../fonts/Rubiklight.ttf?#iefix") format("embedded-opentype"), url("../fonts/Rubiklight.ttf") format("truetype"), url("../fonts/Rubiklight.otf") format("opentype"), url("../fonts/Rubiklight.woff") format("woff"), url("../fonts/Rubiklight.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RubikMedium';
  src: url("../fonts/Rubikmedium.ttf?#iefix") format("embedded-opentype"), url("../fonts/Rubikmedium.ttf") format("truetype"), url("../fonts/Rubikmedium.otf") format("opentype"), url("../fonts/Rubikmedium.woff") format("woff"), url("../fonts/Rubikmedium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RobotoMedium';
  src: url("../fonts/Robotomedium.ttf?#iefix") format("embedded-opentype"), url("../fonts/Robotomedium.ttf") format("truetype"), url("../fonts/Robotomedium.otf") format("opentype"), url("../fonts/Robotomedium.woff") format("woff"), url("../fonts/Robotomedium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RobotoRegular';
  src: url("../fonts/Roboto.ttf?#iefix") format("embedded-opentype"), url("../fonts/Roboto.ttf") format("truetype"), url("../fonts/Roboto.otf") format("opentype"), url("../fonts/Roboto.woff") format("woff"), url("../fonts/Roboto.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RobotoLight';
  src: url("../fonts/Robotolight.ttf?#iefix") format("embedded-opentype"), url("../fonts/Robotolight.ttf") format("truetype"), url("../fonts/Robotolight.otf") format("opentype"), url("../fonts/Robotolight.woff") format("woff"), url("../fonts/Robotolight.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url("../fonts/Cormorant-Light.ttf?#iefix") format("embedded-opentype"), url("../fonts/Cormorant-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CormorantGaramond';
  src: url("../fonts/CormorantGaramond-Italic.ttf") format("embedded-opentype"), url("../fonts/CormorantGaramond-Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cinzel';
  src: url("../fonts/Cinzel.ttf") format("embedded-opentype"), url("../fonts/Cinzel.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --black: #000;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #7b7b7b;
}

.c {
  clear: both;
}

img {
  border: none;
  outline: none;
  vertical-align: bottom;
}
li{
  list-style-type: none;
}
input,
button{
  outline: none;
  background: none;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
}
h1,
h2{
  font-weight: normal;
}
.container{
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}
.container::before,
.container::after{
  display: none;
}
.wrapper-content{
  flex: 1 0 auto;
}
.header{
	position: fixed;
  z-index: 3;
  height: 90px;
}
.header__menu-search,
.header__menu-search{
  display: flex;
  align-items: center;
}
.header__menu-search svg{
  display: none;
  margin-left: 15px;
}
.header__logo{
  position: absolute;
  left: 50%;
  top: 8px;
  margin-left: -79px;
}
.header__mobile{
  display: none;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 30px 20px;
  padding-top: 77px;
  z-index: 44;
}
.header__mobile-container{
  display: flex;
  flex-direction: column;
}
.header__mobile-item{
  padding: 15px 0;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #F6F6F6;
  width: 100%;
}
.header__mobile-lang{
  position: absolute;
  left: 20px;
  bottom: 80px;
  display: flex;
}
.header__mobile-lang span{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  text-decoration-line: none;
}
.header__mobile-lang span._active{
  text-decoration: underline;
}
.header__mobile-lang span:first-child{
  margin-right: 20px;
}
.header__shadow{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.3);
  z-index: 45;
  display: none;
}
.top-slider{
  margin-top: 0;
  overflow: hidden;
  position: relative;
}
.top-slider .swiper-wrapper{
  display: flex;
  height: 100%;
}
.top-slider__title{
  font-size: 46px;
  text-align: center;
  width: 100%;
  line-height: 1;
  margin: -3px 0 0 0;
  color: #fff;
  font-family: Cormorant;
}
.slider_info{
  line-height: 1;
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
}
.top-slider__btn{
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-top: 19px;
  display: inline-block;
  position: relative;
}
.top-slider__btn::before, .categoty__sort-active::before{
  content: "";
  background-image: url('/image/arrow.svg');
  background-size: cover;
  width: 10px;
  height: 13px;
  right: -13px;
  bottom: 0;
  display: block;
  position: absolute;
}
.categoty__sort-active::before{
  filter: invert(0.3);
  right: 0;
  bottom: 6px;
  transform: rotate(90deg);
}
/*SLIDER*/
.uslider {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
}
.uslider *:active, .uslider *:focus {
    outline: none
}
.uslider > * {
    white-space: initial;
}
.top-slider__slide > div{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
}
.top-slider__slide div + div {
    display: none;
}
.top-slider-arrows{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 40px));
  z-index: 2;
  width: 100%;
}
.top-slider-prev,
.top-slider-next{
  position: absolute;
  cursor: pointer;
  transition: all .5s ease;
  height: 100vh;
  width: 154px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
}
.top-slider-prev{
  left: 0;
}
.top-slider-next{
  right: 0;
}
.category{
  overflow-x: hidden;
}
.category__arrows{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 5px;
}
.category__prev{
  margin-right: 30px;
  cursor: pointer;
  transition: all .5s ease;
}
.category__next{
  cursor: pointer;
  transition: all .5s ease;
}
.category .swiper-wrapper{
  display: flex;
}
.category._catalog{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  /* margin-top: 50px; */
  margin-bottom: 0px;
}
.category._catalog .category__slide{
  width: calc(25% - 10px);
  margin: 0 5px;
  margin-bottom: 10px;
}
.category__slide{
  flex-shrink: 0;
  position: relative;
}
.category__slide img{
  width: 100%;
}
.category__name{
  width: 240px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  transition: all .5s ease;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
}
.breadcrumbs{
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  color: #C7C7C7;
  font-family: RobotoLight;
  font-size: 12px;
  line-height: 20px;
}
.breadcrumbs a{
  color: #7b7b7b;
  font-family: RobotoLight;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  transition: all .2s ease;
  margin-right: 3px;
}
.breadcrumbs span{
  color: #7b7b7b;
  font-family: RobotoLight;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  transition: all .2s ease;
  margin-left: 3px;
}
.categoty__sort-active{
  color: #7b7b7b;
  font-family: RobotoLight;
  font-size: 10px;
  line-height: 20px;
  padding-right: 12px;
  cursor: pointer;
  text-transform: uppercase;
}
.category .products_block > h1{margin: 53px 0 20px 0;}
.categoty__sort-active span{
  color: #C0C0C0;
  font-family: RobotoLight;
  font-size: 10px;
  line-height: 20px;
  cursor: pointer;
  transition: all .5s ease;
}
.categoty__sort-list{
  display: none;
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  background: #FFF;
  padding: 1px 1px;
  width: 200px;
  z-index: 5;
}
.categoty__sort-list-block{
  display: flex;
  flex-direction: column;
}
.categoty__sort-list span{
  color: #000;
  font-family: RobotoLight;
  font-size: 10px;
  line-height: 20px;
  cursor: pointer;
  transition: all .5s ease;
  padding: 0 10px;
  text-transform: uppercase;
}
.categoty__sort-list span:not(:last-child){
  border-bottom: #00000008;
}
.category-page{
  margin-bottom: 0px;
  position: relative;
  width: 100%;
}
.category-page h1{
  color: #000;
  font-family: RobotoLight;
  font-size: 24px;
  line-height: 41px;
  margin-bottom: 15px;
}
.category-page h1 span{
  color: #D2691E;
  color: #D0D0D0;
}
.category__list{
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
  /* display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-template-rows: repeat(5,1fr);
  gap: 30px;
  height: 163.44vw; */
}
.category__item{
  position: relative;
  margin: 0 5px;
  margin-bottom: 5px;
  width: calc(25% - 10px);
  /* height: 32.31vw; */
  flex-shrink: 0;
  /* width: 100%;
  height: 100%; */
}
.category__item span{
  display: block;
}
.category__item._big{
  /* width: calc(50% - 30px); */
  /* height: 64.38vw;
  height: calc(31.41vw * 2 + 30px); */
  grid-column: 3/5;
  grid-row: 1/3;
}
.category__item._big-two{
  /* width: calc(50% - 30px); */
  height: 64.38vw;
  grid-column: 1/3;
  grid-row: 4/6;
  height: 100%;
}
.category__item-top{
  overflow: hidden;
  position: relative;
  height: calc(100% - 49px);
  height: 29.76vw;
  background: #FFF0;
}
.category__item-imgs{
  display: flex !important;
  height: 100%;
}
.category__item-imgs img{
  flex-shrink: 0;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.category__item._big .category__item-imgs img{
  /* height: 61.82vw; */
}
.category__item-pagination{
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  align-items: center;
}
._one-img .category__item-pagination{
  display: none !important;
}
._one-img .category__item-prev,
._one-img .category__item-next{
  display: none !important;
}
.category__item-prev{
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all .5s ease;
  opacity: 0;
}
.category__item-next{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all .5s ease;
  opacity: 0;
}
.category__item .swiper-button-disabled{
  display: none;
}
.category__item-pagination .swiper-pagination-bullet{
  width: 15px;
  height: 1px;
  background: #00000024;
  margin: 0 4px;
}
.category__item-pagination .swiper-pagination-bullet-active{
  background: #000;
}
.category__item-bot{
  padding-top: 10px;
  padding-bottom: 5px;
  display: flex !important;
  justify-content: space-between;
}
.category__item-name,
.category__item-price{
  color: #000;
  font-family: RobotoLight;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.category__item-price{
  flex-shrink: 0;
}
.category__item-fav:hover svg, .fixedMenu .wishlist:hover svg path{
  fill: #000;
}
.category__item-fav._active svg path,.category__item-fav:hover svg path{fill: #7B7B7B;}
.category__item-fav.no_hover:hover svg path{fill:#7B7B7B00}
.category__loader{
  width: 328px;
  height: 1px;
  background: #E9E9E9;
  margin: 0 auto;
  position: relative;
  margin-top: 100px;
  display: none;
}
.category__loader::after{
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 1px;
  transition: all .8s ease;
}
.category__loader._load::after{
  width: 100%;
}
.product{
  position: relative;
}
.product__photos .pht img{
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.product__photos video{
  height: 100%;
  width: auto;
}
.product__photos .video::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.product__colors-item._active{
  border: 1px solid #7b7b7b;
}
.modal-label{
  padding: 10px 20px !important;
  display: flex;
  cursor: pointer;
}
.modal-select-container > span:not(:last-child)::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #00000008;
  height: 1px;
  width: calc(100% - 40px);
}
.modal-label span{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  transition: all .2s ease;
}
.bs-select{
  display: none;
}
.product__btn{
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #000;
  color: #FFF;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  transition: .3s;
}
.product__btn.btn_invert{
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.product__btn.btn_invert:hover{
  background-color: #fff;
}
.product__btn span:last-child{
  display: none;
}
.product__btn.product__btn-link span:last-child{
  display: block;
}
.product__btn.product__btn-link span:first-child{
  display: none;
}
.page-shadow{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000;
  display: none;
  z-index: 999;
}
.page-shadow-light{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 999;
}
.modal-size{
  width: fit-content;
  max-width: 100%;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 30px;
  padding-bottom: 10px;
  display: none;
  z-index: 1000;
  border-top: 1px solid #000;
}
.modal-size__title{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 10px;
}
.modal-size table{
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.modal-size table th{
  padding: 20px 0;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}
.modal-size table th:not(:last-child){
  padding-right: 107px;
}
.modal-size table td{
  padding: 20px 0;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  border-top: 1px solid #00000008;
}
.modal-size table td:nth-child(2){
  font-family: RobotoLight;
}
.modal-size__close{
  cursor: pointer;
  transition: all .2s ease;
  border: 1px solid #F7F7F7;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal-size__close path{
  transition: all .2s ease;
}
.location-modal{
  width: calc(100% - 40px);
  max-width: 743px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 40px;
  display: none;
  z-index: 1000;
  max-height: calc(100vh - 20px);
}
.modal-title{
  color: #000;
  font-family: RobotoLight;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 40px;
}
.modal-input__block input{
  outline: none;
  border: none;
  background: #FAFAFA;
  width: 100%;
  height: 70px;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  padding: 0px 20px;
}
.modal-input__block input::-moz-placeholder,
.modal-input__block input::placeholder{
  opacity: 1;
  color: #00000066;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
}
.modal-input__block:not(:last-child){
  margin-bottom: 20px;
}
.modal-input-error{
  display: none;
  color: #7b7b7b;
  font-family: RobotoLight;
  font-size: 12px;
  line-height: 12px;
  padding: 0 20px;
}
.modal-input__block._valid input,
.modal-input__block._valid input::-moz-placeholder,
.modal-input__block._valid input::placeholder{
  color: #F9DCDC;
}
.modal-input__block._valid input{
  height: 27px;
}
.modal-input__block._valid .modal-input-error{
  display: block;
}
.modal-sel {
  font-weight: normal;
  color: #000;
  font-family: RobotoLight;
  font-size: 24px;
  line-height: 41px;
  margin-bottom: 20px;
  position: relative;
}
.modal-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  border: 1px solid #EDEDED;
  padding: 0 30px;
  cursor: pointer;
  transition: all .2s ease;
}
.modal-name-sel{
  color: #000;;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 170%;
}
.modal-select {
  display: none;
  background: #FBFBFB;
  position: absolute;
  left: 0;
  top: calc(100% + 19px);
  width: 100%;
  padding: 5px 0;
  z-index: 1;
  height: 200px;
}
.modal-select-container {
  display: flex;
  flex-direction: column;
}
.modal-select-container > span {
  position: relative;
}
.modal-input {
  display: none;
}
.modal-label {
  padding: 10px 20px;
  display: flex;
  cursor: pointer;
}
.modal-label span {
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  transition: all .2s ease;
}
.modal-close{
  cursor: pointer;
  transition: all .2s ease;
  border: 1px solid #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  width: 100%;
  height: 70px;
  color: #FFF;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  transition: all .2s ease;
}
.page-info__item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.page-info h1{
  font-weight: normal;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 61px;
  margin-top: 29px;
}
.page-info .page-info__title{
  font-weight: normal;
  color: #000;
  font-family: RobotoLight;
  font-size: 36px;
  line-height: 61px;
  margin-top: 10px;
}
.page-info__description{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
}
.page-info__description p{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
}
.page-info__description p:not(:last-child){
  margin-bottom: 40px;
}
.page-info__description a{
  transition: all .2s ease;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
}
.page-info__description table{
  border: 1px solid #000;
  margin-top: 20px;
}
.page-info__description table th,
.page-info__description table td{
  border-bottom: 1px solid #000;
  padding: 10px 5px;
}
.page-info__description table th:first-child,
.page-info__description table td:first-child{
  border-right: 1px solid #000;
}
.page-info__title{
  position: sticky;
  top: 10px;
  font-weight: normal;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 61px;
  margin-top: 29px;
}
.page-info__accordion{
  width: calc(100% - 562px);
  margin-left: 20px;
}
.page-info__accordion-item{
  border-bottom: 1px solid #F6F6F6;
}
.page-info__accordion-top{
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.page-info__accordion-top span{
  color: #000;
  font-family: RobotoLight;
  font-size: 24px;
  line-height: 41px;
  margin-right: 20px;
  transition: all .2s ease;
}
.page-info__accordion-top svg{
  transition: all .2s ease;
}
.page-info__accordion-top._open svg{
  transform: rotate(45deg);
}
.page-info__accordion-bot{
  display: none;
  margin-top: -20px;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 10px;
  max-width: 980px;
}
.page-info__accordion-bot p{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
}
.page-info__accordion-bot li{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}
.page-info{
  margin-bottom: 100px;
}
.contact__info h1{
  margin-top: 10px;
  color: #000;
  font-family: RobotoLight;
  font-size: 48px;
  line-height: 82px;
  margin-bottom: 30px;
}
.ymaps-2-1-79-controls__toolbar,
.ymaps-2-1-79-copyrights-pane {
  display: none !important;
}
[class*="ymaps-2-1"][class*="-ground-pane"]{
  -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.cart{
  margin-bottom: 100px;
}
.cart h1{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.cart__container{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.cart__left{
  width: 1202px;
  margin-right: 83px;
}
.cart__right-hid{
  display: none;
}
.cart__right{
  background: #FAFAFA;
  width: 475px;
  flex-shrink: 0;
  padding: 30px;
  position: sticky;
  top: 10px;
}
.cart__right-title{
  text-align: center;
  color: #000;
  font-family: RobotoLight;
  font-size: 24px;
  line-height: 41px;
  margin-bottom: 30px;
}
.cart__right-price{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.cart__right-price span{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
}
.cart__right-price#total_total{
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart__right-price#total_total span{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}
.cart__right-cods{
  background: #FFF;
  padding: 20px;
  margin-bottom: 30px;
}
.cart__right-cods-item{
  background: #FAFAFA;
  height: 70px;
  width: 100%;
  position: relative;
}
.cart__right-cods input{
  outline: none;
  border: none;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  height: 100%;
  padding: 0 20px;
}
.cart__right-cods input::-moz-placeholder,
.cart__right-cods input::placeholder{
  opacity: 1;
  color: #00000066;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px
}
.cart__right-cods-error{
  display: none;
  color: #7b7b7b;
  font-family: RobotoLight;
  font-size: 12px;
  line-height: 12px;
  padding: 0 20px;
}
.cart__right-cods-item._valid input,
.cart__right-cods-item._valid input::-moz-placeholder,
.cart__right-cods-item._valid input::placeholder{
  color: #F9DCDC;
}
.cart__right-cods-item._valid input{
  height: 27px;
}
.cart__right-cods-item._valid .cart__right-cods-error{
  display: block;
}
.cart__right-cods-item:not(:last-child){
  margin-bottom: 15px;
}
.cart__right-cods-go{
  display: none;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  text-decoration-line: underline;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.cart__right-cods-item._go .cart__right-cods-go{
  display: block;
}
.cart__right-cods-ready{
  display: none;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0px 20px;
}
.cart__right-cods-ready span{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
}
.cart__right-cods-btn{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  text-decoration-line: underline;
  cursor: pointer;
}
.cart__right-cods-item._ready .cart__right-cods-ready{
  display: flex;
}
.cart__right-cods-item._ready input{
  display: none;
}
.cart__right-btn,
.cart__right-upload{
  background: #000;
  width: calc(100% - 40px);
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  transition: all .2s ease;
  margin: 0 auto;
}
.cart__right-upload{
  width: 100%;
}
.cart__right-btn span:first-child{
  display: block;
}
.cart__right-btn span:last-child{
  display: none;
}
.cart__right-btn._pay span:first-child{
  display: none !important;
}
.cart__right-btn._pay span:last-child{
  display: block !important;
}
.cart__list{
  margin-bottom: 40px;
}
.cart__item{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.cart__item:not(:last-child){
  margin-bottom: 30px;
}
.cart__img{
  width: 303px;
  height: 402px;
  margin-right: 30px;
}
.cart__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart__info{
  margin-right: 39px;
  width: 410px;
}
.cart__name{
  color: #000;
  font-family: RobotoLight;
  font-size: 24px;
  line-height: 41px;
  margin-bottom: 15px;
  transition: all .2s ease;
  display: block;
}
.cart__spec li{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
}
.cart__spec li:not(:last-child){
  margin-bottom: 9px;
}
.cart__count-price{
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.cart__count{
  display: flex;
  align-items: center;
}
.cart__count-click{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #00000024;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .2s ease;
}
.cart__count-click path{
  transition: all .2s ease;
}
.cart__count-inp input{
  margin: 0 5px;
  width: 27px;
  text-align: center;
  outline: none;
  border: none;
  background: none;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
}
.cart__price{
  margin-left: 30px;
  color: #000;
  font-family: RobotoLight;
  font-size: 24px;
  line-height: 41px;
}
.cart__close{
  position: absolute;
  top: 5px;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #00000024;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .2s ease;
}
.cart__close path{
  transition: all .2s ease;
}
.cart__buyer{
  border: 1px solid #EDEDED;
  padding: 40px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.cart__buyer-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.cart__buyer-top h2{
  font-weight: normal;
  color: #000;
  font-family: RobotoLight;
  font-size: 24px;
  line-height: 41px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cart__buyer-reg{
  color: #000;
  font-family: RobotoLight;
  font-size: 24px;
  line-height: 41px;
  text-decoration: underline;
  transition: all .2s ease;
}
.cart__buyer-inps{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.cart__buyer-inps-item{
  width: calc(33.333% - 20px);
  margin: 0 10px;
  height: 70px;
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
}
.cart__adress-list .cart__buyer-inps-item{
  width: 100%;
  display: block;
  background: none;
  margin: 0;
  /* height: auto; */
  border: 1px solid #EDEDED;
}
.row-shipping_address_country_id {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
#shipping_address_city{
  outline: none;
  background: none;
  height: 70px;
  padding: 0 20px;
  transition: all .2s ease;
}
#shipping_address_city::-moz-placeholder,
#shipping_address_city::placeholder{
  opacity: 1;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
}
.cart__adress-select._active {
  display: block;
}
.row-shipping_address_city{
  position: relative;
}
.row-shipping_address_address_1 {
  margin-top: 20px !important;
}
.row-shipping_address_address_1,
.row-shipping_address_address_id {
  display: none !important;
  opacity: 0 !important;
}
.requi#7b7b7b.row-shipping_address_address_id{
  display: block !important;
}
.login-container .cart__buyer-inps-item{
  width: 100%;
  position: relative;
  margin: 0;
}
._login .cart__buyer-inps-item{
  width: calc(25% - 20px);
}
.cart__buyer-inps-item input{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  height: 100%;
  padding: 0 20px;
  outline: none;
  border: none;
  background: none;
  transition: all .2s ease;
}
.cart__buyer-inps-item input::-moz-placeholder,
.cart__buyer-inps-item input::placeholder{
  opacity: 1;
  color: #000000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px
}
.cart__buyer-inps-error{
  display: none;
  color: #7b7b7b;
  font-family: RobotoLight;
  font-size: 12px;
  line-height: 12px;
  padding: 0 20px;
}
.cart__buyer-inps-item.has-error input,
.cart__buyer-inps-item.has-error input::-moz-placeholder,
.cart__buyer-inps-item.has-error input::placeholder{
  /* color: #F9DCDC; */
}
.cart__buyer-inps-item.has-error input{
  /* height: 27px !important; */
  padding-bottom: 20px !important;
  position: relative;
  z-index: 2;
}
.cart__buyer-inps-item.has-error .cart__buyer-inps-error{
  display: block;
}
.cart__adress{
  border: 1px solid #EDEDED;
  padding: 40px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.cart__adress h2{
  font-weight: normal;
  color: #000;
  font-family: RobotoLight;
  font-size: 24px;
  line-height: 41px;
  margin-bottom: 20px;
  margin-top: 0 !important;
}
.cart__adress-list{
  width: calc(100% + 20px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.cart__adress-sel{
  margin: 0 10px;
  width: calc(50% - 20px);
  position: relative;
  margin-bottom: 20px;
  width: calc(100% - 20px);
}
.cart__adress-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  border: 1px solid #EDEDED;
  padding: 0 30px;
  cursor: pointer;
  transition: all .2s ease;
}
.cart__adress-top._open{
  border: 1px solid #353535;
}
.cart__adress-top._open svg{
  transform: rotate(180deg);
}
.cart__adress-name-sel{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px
}
.cart__adress-select{
  display: none;
  background: #FBFBFB;
  position: absolute;
  left: 0;
  top: calc(100% + 19px);
  width: 100%;
  padding: 5px 0;
  z-index: 3;
}
.cart__adress-select-container{
  display: flex;
  flex-direction: column;
}
.cart__adress-input{
  display: none;
}
.cart__adress-label{
  padding: 10px 20px;
  display: flex;
  cursor: pointer;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  transition: all .2s ease;
}
.cart__adress-select-container > span{
  position: relative;
}
.cart__adress-select-container > span:not(:last-child)::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #00000008;
  height: 1px;
  width: calc(100% - 40px);
}
.cart__adress-label span{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  transition: all .2s ease;
}
.cart__adress-inps-item{
  width: calc(33.333% - 20px);
  margin: 0 10px;
  height: 70px;
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}
.cart__adress-inps-item input{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  height: 100%;
  padding: 0 20px;
  outline: none;
  border: none;
  background: none;
  transition: all .2s ease;
}
.cart__adress-inps-item input::-moz-placeholder,
.cart__adress-inps-item input::placeholder{
  opacity: 1;
  color: #00000066;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px
}
.cart__adress-inps-error{
  display: none;
  color: #7b7b7b;
  font-family: RobotoLight;
  font-size: 12px;
  line-height: 12px;
  padding: 0 20px;
}
.cart__adress-inps-item._valid input,
.cart__adress-inps-item._valid input::-moz-placeholder,
.cart__adress-inps-item._valid input::placeholder{
  color: #F9DCDC;
}
.cart__adress-inps-item._valid input{
  height: 27px;
}
.cart__adress-inps-item._valid .cart__adress-inps-error{
  display: block;
}
.cart__cheks{
  border: 1px solid #EDEDED;
  padding: 40px;
  padding-bottom: 35px;
}
.cart__cheks:not(:last-child){
  margin-bottom: 40px;
}
.cart__cheks h2{
  font-weight: normal;
  color: #000;
  font-family: RobotoLight;
  font-size: 24px;
  line-height: 41px;
  margin-bottom: 20px;
  margin-top: 0 !important;
}
.cart__cheks-item{
  margin-bottom: 10px;
}
.cart__cheks-item-top,
#simplecheckout_shipping .radio label,
#simplecheckout_payment .radio label{
  position: relative;
  padding: 13px 24px;
  background: #FAFAFA;
  transition: all .2s ease;
  z-index: 2;
  cursor: pointer;
  width: 100%;
}
.cart__cheks-item input,
#simplecheckout_shipping .radio label input,
#simplecheckout_payment .radio label input{
  display: none;
}
.cart__cheks-item span,
#simplecheckout_shipping .radio label span,
#simplecheckout_payment .radio label span{
  padding-left: 30px;
  position: relative;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  transition: all .2s ease;
}
.cart__cheks-item span::before,
#simplecheckout_shipping .radio label span::before,
#simplecheckout_payment .radio label span::before{
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #E4E4E4;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1px;
  transition: all .2s ease;
}
.cart__cheks-item span::after,
#simplecheckout_shipping .radio label span::after,
#simplecheckout_payment .radio label span::after{
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 4px;
  background: #E4E4E4;
  opacity: 0;
  transition: all .2s ease;
}
.cart__cheks-price{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  margin-top: 5px;
  transition: all .2s ease;
  margin-left: 30px;
}
.cart__cheks-adress{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  top: 15px;
  right: 54px;
  transition: all .2s ease;
}
/* .cart__cheks-item:not(:last-child) .cart__cheks-item-top .cart__cheks-adress{
  display: none;
} */
.cart__cheks-item:not([for="flat.flat"]) .cart__cheks-item-top .cart__cheks-adress{
  display: none;
}
.cart__cheks-item-bot{
  display: none;
  background: #FAFAFA;
  padding: 24px 54px;
  padding-bottom: 15px;
  margin-top: -4px;
  position: relative;
}
.cart__cheks-item-bot .form-group{
  margin-bottom: 0;
}
.cart__cheks-item-bot label{
  width: 100%;
}
.cart__cheks-item-bot .cdek_description{
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  display: flex;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding-bottom: 32px;
  display: none;
}
.cart__cheks-item-bot .sdek_pvz_info{
  margin-left: auto;
  flex-shrink: 0;
}
.cart__cheks-item-bot .sdek_pvz_info span{
  padding: 0;
  color: #000 !important;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  opacity: .4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cart__cheks-item-bot .sdek_pvz_info span::after,
.cart__cheks-item-bot .sdek_pvz_info span::before{
  display: none;
}
.cart__cheks-item-bot .sdek_pvz_info a{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  cursor: pointer;
}
.location-delivery{
  position: relative;
  margin-bottom: 32px;
}
.cart__cheks-item-station{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.cart__cheks-item-station-adress{
  display: flex;
}
.cart__cheks-location-inp{
  width: calc(100% - 230px);
  position: relative;
}
.cart__cheks-location{
  border: 1px solid #EDEDED;
  height: 70px;
  width: 100%;
  padding: 0px 20px;
  color: #000;
  font-family: RobotoRegular;
  font-size: 18px;
  line-height: 31px;
  position: relative;
  z-index: 2;
}
.cart__cheks-location-inp._valid .cart__cheks-location{
  padding-bottom: 20px;
}
.cart__cheks-location-inp .modal-adress__inps-error{
  bottom: 15px;
}
.cart__cheks-location-inp._valid .modal-adress__inps-error{
  display: block;
}
.cart__cheks-location-btn{
  width: 230px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  font-family: RobotoRegular;
  font-size: 18px;
  line-height: 31px;
  cursor: pointer;
  transition: all .2s ease;
}
.cart__cheks-item-station-btn{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.cart__cheks-item._active .cart__cheks-item-top,
#simplecheckout_shipping .radio label._active,
#simplecheckout_payment .radio label._active{
  background: #1B1B1B;
}
.cart__cheks-item._active span::after,
#simplecheckout_shipping .radio label._active span::after,
#simplecheckout_payment .radio label._active span::after{
  opacity: 1;
  background: #fff;
}
.cart__cheks-item._active span::before,
#simplecheckout_shipping .radio label._active span::before,
#simplecheckout_payment .radio label._active span::before{
  border: 1px solid #fff;
}
.cart__cheks-item._active .cart__cheks-adress,
.cart__cheks-item._active .cart__cheks-price,
.cart__cheks-item._active span,
#simplecheckout_shipping .radio label._active span,
#simplecheckout_shipping .radio label._active .cart__cheks-price,
#simplecheckout_payment .radio label._active span{
  color: #fff;
}
.cart__cheks-item._active .cart__cheks-item-bot,
.cart__cheks-item-bot._active{
  display: block;
}
.cart__comment{
  border: 1px solid #EDEDED;
  padding: 40px;
  padding-bottom: 50px;
}
.cart__comment h2{
  font-weight: normal;
  color: #000;
  font-family: RobotoLight;
  font-size: 24px;
  line-height: 41px;
  margin-bottom: 20px;
  margin-top: 0 !important;
}
.cart__comment textarea{
  resize: none;
  outline: none;
  border: none;
  background: #FAFAFA;
  padding: 20px;
  width: 100%;
  height: 140px;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
}
.cart__comment textarea::-moz-placeholder,
.cart__comment textarea::placeholder{
  opacity: 1;
  color: #969696;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
}
.account{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-bottom: 100px;
  margin-top: 20px;
}
.account__left{
  position: sticky;
  top: 10px;
  width: 303px;
  flex-shrink: 0;
  border: 1px solid #F6F6F6;
  display: flex;
  flex-direction: column;
}
.account__left-item{
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account__left-item svg{
  display: none;
}
span.account__left-item{
  background: #000;
}
.account__left-item span{
  padding: 14px 0;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  transition: all .2s ease;
  width: 100%;
  display: flex;
}
.account__left-item:not(:last-child) span{
  border-bottom: 1px solid #F6F6F6;
}
span.account__left-item span{
  border-bottom: none !important;
  color: #fff !important;
}
.account__right{
  width: calc(100% - 345px);
  margin-left: 42px;
  border: 1px solid #F6F6F6;
  padding: 30px;
  min-height: auto !important;
}
/* #common-success .account__right{
  margin-left: 0 !important;
  width: 100% !important;
} */
.account__right h1{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.account-subtitle{
  margin-top: -15px;
  margin-bottom: 30px;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
}
.account__inps{
  display: flex;
  margin: 0 -10px;
  margin-bottom: 30px;
}
.account__inps._column{
  flex-direction: column;
}
.account__inps-item{
  width: calc(25% - 20px);
  margin: 0 10px !important;
  height: 70px;
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.account__inps._two{
  flex-wrap: wrap;
}
.account__inps._two .account__inps-item{
  width: calc(50% - 20px);
  margin-bottom: 10px !important;
}
.account__inps-item._big{
  width: calc(50% - 20px);
}
.account__inps._column .account__inps-item{
  margin-bottom: 10px !important;
}
.account__inps-select{
  display: flex;
  flex-direction: column;
  width: calc(25% - 20px);
  margin: 0 10px !important;
  margin-bottom: 10px !important;
}
.account__inps-select label{
  width: auto !important;
  text-align: left !important;
  margin-bottom: 10px !important;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 26px;
  padding: 0;
}
.account__inps-select .radio-inline{
  padding-left: 20px;
  margin-left: 0 !important;
}
.account__inps-item input{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  height: 100%;
  padding: 0 20px;
  border-radius: 0;
  outline: none;
  border: none;
  background: none;
  transition: all .2s ease;
  box-shadow: none;
}
.account__inps-item input::-moz-placeholder,
.account__inps-item input::placeholder{
  opacity: 1;
  color: #00000066;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px
}
.account__inps-error{
  /* display: none; */
  color: #7b7b7b;
  font-family: RobotoLight;
  font-size: 11px;
  line-height: 12px;
  padding: 0 20px;
}
.cart__buyer-inps-item .account__inps-error{
  position: absolute;
  left: 0;
  bottom: 20px;
  color: #7b7b7b;
}
.account__inps-item._valid input,
.account__inps-item._valid input::-moz-placeholder,
.account__inps-item._valid input::placeholder{
  color: #F9DCDC;
}
.account__inps-item._valid input{
  height: 27px;
}
.account__inps-item._valid .account__inps-error{
  display: block;
}
.account ._pay{
  width: 100%;
}
.account__btn,
.account__btn-pass{
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(25% - 15px);
  height: 40px;
  background: #000;
  color: #FFF;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  transition: all .2s ease;
}
#checkout-checkout .account__btn-pass {
  width: 324px;
}
.account ._pay #button-confirm{
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(25% - 15px);
  height: 40px;
  background: #000;
  color: #FFF;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  transition: all .2s ease;
  margin-top: 20px;
}
.account__locations{
  margin-bottom: 60px;
}
.account__locations-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account__locations-item:not(:last-child){
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #F6F6F6;
}
.account__locations-info li{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
}
.account__locations-btns{
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.account__locations-change{
  width: 197px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  color: #FFF;
  font-family: RobotoLight;
  background: #000;
  font-size: 14px;
  line-height: 24px;
  margin-right: 20px;
  cursor: pointer;
  transition: all .2s ease;
}
.account__locations-remove{
  width: 197px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  transition: all .2s ease;
}
.account__history-top{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}
.account__history-title,
.account__return-title,
.account__datails-title,
.account__datails-return-title,
.table-account-title{
  color: #00000066;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  flex-shrink: 0;
}
.account__history-bth{
  width: 172px;
  flex-shrink: 0;
}
.account__history-item{
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #F6F6F6;
}
.account__history-item:not(:last-child){
  border-top: 1px solid #F6F6F6;
}
.account__history-item-title,
.account__return-item-title,
.account__datails-item-title,
.account__datails-return-item-title,
.table-account-item{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  flex-shrink: 0;
}
.account__history-item-title span,
.account__return-item-title span,
.account__datails-item-title span,
.account__datails-return-item-title span{
  display: none;
}
.account__history-item-btn{
  width: 172px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  color: #FFF;
  background: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  transition: all .2s ease;
  flex-shrink: 0;
}
.account__history-title:nth-child(1),
.account__history-item-title:nth-child(1){
  width: 160px;
  margin-right: 15px;
}
.account__history-title:nth-child(2),
.account__history-item-title:nth-child(2){
  width: 246px;
  margin-right: 15px;
}
.account__history-title:nth-child(3),
.account__history-item-title:nth-child(3){
  width: 180px;
  margin-right: 15px;
}
.account__history-title:nth-child(4),
.account__history-item-title:nth-child(4){
  width: 176px;
  margin-right: 15px;
}
.account__history-title:nth-child(5),
.account__history-item-title:nth-child(5){
  width: 163px;
  margin-right: 15px;
}
.account__history-title:nth-child(6),
.account__history-item-title:nth-child(6){
  width: 169px;
  margin-right: 15px;
}
.account__return-title:nth-child(1),
.account__return-item-title:nth-child(1){
  width: 176px;
  margin-right: 15px;
}
.account__return-title:nth-child(2),
.account__return-item-title:nth-child(2){
  width: 213px;
  margin-right: 15px;
}
.account__return-title:nth-child(3),
.account__return-item-title:nth-child(3){
  width: 76px;
  margin-right: 15px;
}
.account__return-title:nth-child(4),
.account__return-item-title:nth-child(4){
  width: 270px;
  margin-right: 15px;
}
.account__return-bth{
  width: 191px;
}
.account__return-item-btn{
  width: 191px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  transition: all .2s ease;
  flex-shrink: 0;
}
.account__right-top{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-right: 30px;
}
.account__back{
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.account__right-top h1{
  margin-bottom: 0 !important;
}
.account__datails-title:nth-child(1),
.account__datails-item-title:nth-child(1){
  width: 76px;
  margin-right: 15px;
}
.account__datails-title:nth-child(2),
.account__datails-item-title:nth-child(2){
  width: 90px;
  margin-right: 15px;
}
.account__datails-title:nth-child(3),
.account__datails-item-title:nth-child(3){
  width: 130px;
  margin-right: 15px;
}
.account__datails-title:nth-child(4),
.account__datails-item-title:nth-child(4){
  width: 186px;
}
.account__datails-return-title:nth-child(1),
.account__datails-return-item-title:nth-child(1){
  width: 213px;
  margin-right: 15px;
}
.account__datails-return-title:nth-child(2),
.account__datails-return-item-title:nth-child(2){
  width: 87px;
  margin-right: 15px;
}
.account__datails-return-title:nth-child(3),
.account__datails-return-item-title:nth-child(3){
  width: 86px;
  margin-right: 15px;
}
.account__datails-return-title:nth-child(4),
.account__datails-return-item-title:nth-child(4){
  width: 145px;
}
.account__right h2{
  width: 100%;
  border-top: 1px solid #F6F6F6;
  padding-top: 30px;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.account__description{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}
.account__products{
  width: 100%;
}
.account__products-item{
  display: flex;
  border-top: 1px solid #F6F6F6;
  width: 100%;
  padding-top: 30px;
  position: relative;
}
.account__products-item:not(:last-child){
  margin-bottom: 30px;
}
.account__products-img{
  width: 200px;
  height: 265px;
  margin-right: 30px;
}
.account__products-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account__products-info{
  max-width: 270px;
}
.account__products-name{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}
.account__products-description{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
}
.account__products-description p:not(:last-child){
  margin-bottom: 10px;
}
.account__products-price{
  margin-right: 15px;
  margin-left: 15px;
  color: #999;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  margin-left: auto;
}
.account__products-price-all{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  margin-left: auto;
}
.account__products-btn{
  width: 203px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 91px;
  right: 0;
  border: 1px solid #000;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  transition: all .2s ease;
}
.account__products-item:last-child{
  border-bottom: 1px solid #F6F6F6;
}
.account__products-result{
  margin-left: auto;
  width: 384px;
  margin-top: 30px;
}
.account__products-result-item{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
.account__products-result-item span{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
}
.account__products-result-item:last-child{
  border-top: 1px solid #000;
  padding-top: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}
.modal-return{
  width: calc(100% - 40px);
  max-width: 1424px;
  max-height: calc(100vh - 100px);
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 40px;
  display: none;
  z-index: 1000;
}
.modal__block{
  margin-bottom: 20px;
}
.modal__block-title{
  color: #000;
  font-family: RobotoLight;
  font-size: 24px;
  line-height: 41px;
  margin-bottom: 20px;
}
.modal__block-inps{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.modal__block-inps .modal-input__block{
  width: calc(33.333% - 20px);
  margin: 0 10px;
  margin-bottom: 20px;
}
.modal__block-radio-item input{
  display: none;
}
.modal__block-radios{
  display: flex;
  flex-wrap: wrap;
}
.modal__block-radio-item{
  margin-right: 50px;
  cursor: pointer;
}
.modal__block-radio-item span{
  padding-left: 31px;
  position: relative;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
}
.modal__block-radio-item span::before{
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1px;
}
.modal__block-radio-item span::after{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 4px;
  background: #00000014;
  opacity: 0;
  transition: all .2s ease;
}
.modal__block-radio-item._active span::after{
  opacity: 1;
  background: #000;
}
.modal-return textarea{
  resize: none;
  outline: none;
  border: none;
  background: #FAFAFA;
  padding: 20px;
  width: 100%;
  height: 140px;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.modal-return textarea::-moz-placeholder,
.modal-return textarea::placeholder{
  opacity: 1;
  color: #969696;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
}
.modal-return__btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 342px;
  height: 70px;
  background: #000;
  color: #FFF;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  transition: all .2s ease;
}
.modal-station,
.cdek_map_container{
  width: calc(100% - 40px);
  max-width: 1376px;
  height: calc(100vh - 260px);
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 40px;
  padding-bottom: 0;
  display: none;
  z-index: 1000;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.cdek_map_container_map_control {
  cursor: pointer;
  transition: all .2s ease;
  border: 1px solid #F7F7F7;
  border-radius: 50%;
  margin-right: 0;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
}
.cdek_map_container_map_control a.control_button{
  margin-right: 0 !important;
}
.station__tabs{
  height: calc(100% - 68px);
}
.station__tabs-top{
  display: flex;
  margin-bottom: 20px;
}
.station__tabs-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 197px;
  height: 60px;
  border: 1px solid #000;
  margin-right: 20px;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  transition: all .2s ease;
  cursor: pointer;
}
.station__tabs-btn._active{
  background: #000 !important;
  color: #fff;
}
.station__tabs-bot{
  height: calc(100% - 90px);
}
.station__tabs-item{
  display: none;
  height: 100%;
}
.station__tabs-item:first-child{
  padding-bottom: 30px;
  position: relative;
}
/* .station__tabs-item:first-child::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 90px;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.56) 0%, #FFF 91.9%, #FFF 91.9%);
} */
.station__tabs-item:last-child{
  display: block;
}
.station__tabs-item-map{
  position: relative;
  margin: 0 -40px;
  background: #e1e1e1;
  height: 100%;
  width: calc(100% + 80px);
}
.cdek_map_container_map{
  height: 100% !important;
}
/* .cdek_map_container_map > ymaps{
  height: 100% !important;
  width: 100% !important;
}
.cdek_map_container_map > ymaps > ymaps{
  height: 100% !important;
  width: 100% !important;
}
.cdek_map_container_map.ymaps-2-1-79-ground-pane .ymaps-2-1-79-user-selection-none{
  height: 256px !important;
  width: 256px !important;
} */
.station__tabs-adress{
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: #FFF;
  padding: 30px;
  z-index: 2;
  width: 416px;
}
.station__tabs-adress-title{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.station__tabs-adress-time{
  color: #999;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.station__tabs-adress-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 194px;
  height: 60px;
  background: #000;
  color: #FFF;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  transition: all .2s ease;
}
.station__tabs-chek{
  padding: 20px 0;
  border-bottom: 1px solid #DBDBDB;
  width: 100%;
  position: relative;
}
.station__tabs-chek input{
  display: none;
}
.station__tabs-chek span{
  padding-left: 33px;
  position: relative;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  transition: all .2s ease;
}
.station__tabs-chek span::before{
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #E4E4E4;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1px;
  transition: all .2s ease;
}
.station__tabs-chek span::after{
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 4px;
  background: #E4E4E4;
  opacity: 0;
  transition: all .2s ease;
}
.station__tabs-chek-time{
  margin-top: 10px;
  color: #999;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  margin-left: 30px;
}
.station__tabs-chek-btn{
  display: none;
  justify-content: center;
  align-items: center;
  width: 194px;
  height: 60px;
  background: #000;
  color: #FFF;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  transition: all .2s ease;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.station__tabs-chek._active{
  border-bottom: 1px solid #000;
}
.station__tabs-chek._active span::before{
  border: 1px solid #000;
}
.station__tabs-chek._active span::after{
  background: #000;
  opacity: 1;
}
.station__tabs-chek._active .station__tabs-chek-btn{
  display: flex;
}
.station__tabs-chek-price{
  display: none;
}
.modal-adress{
  width: calc(100% - 40px);
  max-width: 1376px;
  height: 293px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 40px;
  display: none;
  z-index: 1000;
}
.modal-adress__title{
  color: #000;
  font-family: RobotoRegular;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 30px;
}
.modal-adress__inps{
  display: flex;
  margin: 0 -7px;
}
.modal-adress__inps-block{
  width: calc(20% - 14px);
  margin: 0px 7px;
  margin-bottom: 15px;
  position: relative;
  background: #FAFAFA;
}
.modal-adress__inps-block input{
  outline: none;
  border: none;
  width: 100%;
  height: 70px;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  padding: 0px 20px;
  position: relative;
  z-index: 2;
}
.modal-adress__inps-block input::-moz-placeholder,
.modal-adress__inps-block input::placeholder{
  opacity: 1;
  color: #000000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
}
.modal-adress__inps-error{
  display: none;
  color: #7b7b7b;
  font-family: RobotoLight;
  font-size: 12px;
  line-height: 12px;
  padding: 0 20px;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.modal-adress__inps-block._valid input,
.modal-adress__inps-block._valid input::-moz-placeholder,
.modal-adress__inps-block._valid input::placeholder{
  /* color: #F9DCDC; */
}
.modal-adress__inps-block._valid input{
  padding-bottom: 20px;
}
.modal-adress__inps-block._valid .modal-adress__inps-error{
  display: block;
}
.modal-adress__btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 248px;
  width: calc(20% - 11px);
  height: 60px;
  background: #000;
  color: #FFF;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  transition: all .2s ease;
  cursor: pointer;
}
.login{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.login .alert{
  margin-top: 30px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  padding: 22px 30px;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
}
.login .alert-danger,
.alert-block .alert-danger{
  color: #000;
  border: 1px solid #7b7b7b;
}
.login .alert-success,
.alert-block .alert-success{
  color: #000;
  background: #FAFAFA;
}
.login .alert-danger{
  background: #FAFAFA;
  color: #000;
  max-width: 645px;
}
.alert-block{
  display: flex;
  justify-content: flex-end;
}
.alert-block .alert{
  width: calc(100% - 345px);
  margin-left: 42px;
  margin-top: -60px;
  padding: 22px 30px;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 26px;
  border-radius: 4px;
  margin-bottom: 0;
  border: none;
}
.login-container{
  border: 1px solid #F6F6F6;
  max-width: 450px;
  width: 100%;
  padding: 50px;
  max-width: 645px;
}
.login-container .simpleregister .form-group:first-child{
  display: none;
}
.login-container h1{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 54px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
}
.login-container .form-group:not(:last-child){
  margin-bottom: 15px;
}
.login-container .form-group input{
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border-radius: 0px;
  background: #FAFAFA;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  outline: none;
  border: none;
  box-shadow: none;
}
.login-container form{
  margin-top: 30px;
}
.login-container .form-group input::-moz-placeholder,
.login-container .form-group input::placeholder{
  opacity: 1;
  color: #00000066;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px
}
.login-container .cart__buyer-inps-item.has-error input{
  height: 27px !important;
  transform: translateY(-10px);
}
/* .has-error .login-container .form-group input{
  transform: translateY(-10px);
} */
.forgotten-block{
  margin-top: 10px;
  text-align: right;
  margin-bottom: 5px;
}
.forgotten{
  color: #000 !important;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  text-decoration-line: underline;
}
.login__btn{
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  background: #000;
  color: #FFF;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  transition: all .2s ease;
  outline: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
  padding: 0;
}
.simpleregister .login__btn{
  height: 70px;
}
.btn-reg-block{
  text-align: center;
  margin-top: 15px;
  color: #000 !important;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
}
.btn-reg{
  color: #000 !important;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  text-decoration-line: underline;
}
.login__description{
  color: #000;
  text-align: center;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  max-width: 434px;
  margin: 0 auto;
  margin-bottom: 15px;
}
#simplecheckout_button_confirm{
  display: none !important;
}

.contact__map .map-widget-layout-view__top-controls,
.contact__map .map-widget-layout-view__geolocation,
.contact__map .layout-control-group._side_left,
.contact__map .map-widget-layout-view__bottom-layout{
  display: none !important;
}
#information-information{
  position: relative;
}
.about{
  margin-top: -60px;
  min-height: 600px;
  display: flex;
  align-items: center;
  position: relative;
}
.about__img{
  position: absolute;
  right: 0;
  top: 30px;
  width: calc(50% + 5px);
  text-align: left;
}
.about__img img{
  object-fit: cover;
  max-width: 100%;
}
.about__img svg{
  position: absolute;
  left: 50%;
  bottom: 84px;
  transform: translateX(-50%);
}
.about__description{
  margin-bottom: 30px;
  color: #000;
  font-family: RobotoLight;
  font-size: 32px;
  line-height: 48px;
  max-width: 743px;
}
.about__subdescription{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  max-width: 623px;
}
.simplecheckout_overlay{
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%,-50%);
}
.category-photo__list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px 0 -25px;
}
.category-photo__list .category__item{
  width: calc(25% - 10px);
  margin: 0 5px;
  height: 32.86vw;
  margin-bottom: 10px;
  height: 29.76vw;
  overflow: hidden;
}
.category-photo__list .category__item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: all .5s ease;
}
.category-photo__list .category__item-top{
  height: 100%;
}
/* .category-page{
  overflow: hidden;
} */
.collection{
  overflow: hidden;
  width: 100%;
}
.collection__list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  margin-bottom: 100px;
}
.collection .category__slide{
  margin: 25px 0 0 5px;
  width: calc(25% - 10px);
  margin-bottom: 10px;
  height: 29.76vw;
}
.collection .category__slide .category__slide-img{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.collection .category__slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
.collection .category__slide .category__name{
  padding: 20px;
  text-align: center;
  position: static;
  width: 100%;
  background: none;
  transform: translateX(0);
  backdrop-filter: blur(0);
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}
.error-page{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 594px;
  max-width: 1493px;
  margin: 66px auto;
}
.error-page__icon{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.error-page__icon svg{
  width: 100%;
}
.error-page h1{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.error-page__btn{
  width: 257px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  background: #353535;
  color: #FFF;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  z-index: 1;
}
.order-top{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.order-top h2{
  margin: 0 !important;
  padding: 0 !important;
  border-top: none;
}
.order-top__back{
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.input-group .input-group-btn{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
}
.input-group .input-group-btn .btn-default{
  border: none;
  background: none;
}
.account__inps-select .radio{
  padding-left: 20px;
}
.account__inps-item textarea{
  outline: none;
  border: none;
  width: 100%;
  height: 140px;
  border-radius: 4px;
  background: #FAFAFA;
  resize: none;
  padding: 20px;
  color: #969696;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
}
.account__inps-item._textarea{
  height: auto;
  width: 100%;
}
.category__item-link{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cookie__description{
  color: #000;
  font-family: RobotoLight;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 30px;
}
.cookie__description a{
  color: #000;
  font-family: RobotoLight;
  font-size: 16px;
  line-height: 27px;
  text-decoration: underline;
}
.cookie__description p:nth-child(2){
  display: none;
}
.cookie__description span{
  color: #000;
  font-family: RobotoLight;
  font-size: 16px;
  line-height: 27px;
  cursor: pointer;
  text-decoration: underline;
}
.cookie__btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 194px;
  height: 40px;
  border-radius: 0px;
  background: #000;
  color: #fff;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  transition: all .2s ease;
}
.radio__block{
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 0 !important;
}
.radio__block input{
  display: none;
}
.radio__block label{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
}
.radio__block .radio__block-chek{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  flex-shrink: 0;
  margin-top: 3px;
}
.radio__block-chek span{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000;
  opacity: 0;
  transition: all .2s ease;
}
.radio__block._active .radio__block-chek span{
  opacity: 1;
}
.text-agree{
  margin-bottom: 30px;
}
.text-agree span{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
}
.text-agree span a{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
}
.btn-agree{
  margin-top: 15px;
}
.text-agree-chek input{
  /* display: none; */
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.text-agree-text{
  display: flex;
  align-items: center;
}
.text-agree-chek{
  margin-right: 15px;
  border: 1px solid #000;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.text-agree-chek span{
  background: #000;
  width: 12px;
  height: 12px;
  opacity: 0;
  transition: all .2s ease;
}
.text-agree-chek._active span{
  opacity: 1;
}
.simplecheckout-warning-block{
  border: 1px solid #7b7b7b;
}
.pickup-location{
  position: absolute;
  right: 54px;
  top: 15px;
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  opacity: .5;
}
#simplecheckout_shipping .radio label._active .pickup-location{
  color: #fff;
  opacity: 1;
}
.success{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  border: 1px solid #F6F6F6;
  width: 100%;
  margin: 0 auto;
}
.success .wrapper-content {
  max-width: 635px;
}
.success__title{
  margin-top: 25px;
  margin-bottom: 15px;
  color: #000;
  font-family: RobotoRegular;
  font-size: 14px;
  line-height: 24px;
}
.success__description{
  color: #000;
  margin-bottom: 20px;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.success__description a{
  color: #000;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
}
.success__btn{
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .2s ease;
  font-family: RobotoLight;
  font-size: 14px;
  line-height: 24px;
  background: #000;
  color: #fff;
}


@media (any-hover:hover){
  .header__menu-item:hover{text-decoration: underline;}
  .category__prev:hover, .category__next:hover{opacity: .4;}
  .category__slide:hover .category__name{background: rgba(255,255,255,0.5);}
  .collection__list .category__slide:hover .category__name{text-decoration: underline;}
  .collection__list .category__slide:hover img{transform: scale(1.1);}
  .breadcrumbs a:hover{color: #000;}
  .categoty__sort-active span:hover{color: #000;}
  .categoty__sort-list span:hover{color: #C0C0C0;}
  .category__item:hover .category__item-prev{opacity: 1;}
  .category__item:hover .category__item-next{opacity: 1;}
  .category__item-prev:hover, .category__item-next:hover{opacity: .4 !important;}
  .category-photo__list .category__item:hover img{transform: scale(1.1);}
  .modal-label:hover span{color: #C0C0C0;}
  .product__btn:hover{background: #353535;}
  .page-info__accordion-top:hover svg{transform: rotate(45deg);}
  .page-info__accordion-top:hover span{color: #C7C7C7;}
  .modal-size__close:hover{background: #000;border: 1px solid #000;}
  .modal-size__close:hover path{fill: #fff;}
  .cart__close:hover{background: #000;}
  .cart__close:hover path{fill: #fff;}
  .cart__count-click:hover{background: #000;}
  .cart__count-click:hover path{fill: #fff;}
  .cart__name:hover{text-decoration: underline;}
  .cart__buyer-reg:hover{text-decoration: none;}
  .cart__right-btn:hover{background: #353535;}
  .cart__right-upload:hover{background: #353535;}
  .cart__adress-top:hover{border: 1px solid #353535;}
  .modal-top:hover{border: 1px solid #353535;}
  .modal-close:hover{background: #353535;border: 1px solid #353535;}
  .modal-close:hover path{fill: #fff;}
  .cart__adress-label:hover{color: #C0C0C0;}
  .modal-label:hover span{color: #C0C0C0;}
  .cart__cheks-item:hover span::after{opacity: 1;}
  .modal__block-radio-item:hover span::after{opacity: 1;}
  .account__left-item:hover span{color: #C7C7C7;}
  .account__btn:hover, .account__btn-pass:hover, .account ._pay #button-confirm:hover{background: #353535;}
  .account__locations-change:hover{background: #c7c7c7;border: 1px solid #c7c7c7;color: #000;}
  .account__locations-remove:hover{background: #353535;}
  .account__history-item-btn:hover{background: #c7c7c7;border: 1px solid #c7c7c7;}
  .modal-btn:hover{background: #353535;}
  .account__return-item-btn:hover, .account__history-item-btn:hover{background: #000;color: #fff;}
  .account__products-btn:hover{background: #000;color: #fff;}
  .modal-return__btn:hover{background: #353535;}
  .top-slider-prev:hover, .top-slider-next:hover{opacity: .4;}
  .cart__cheks-item-station-btn:hover{text-decoration: none;}
  .station__tabs-adress-btn:hover{background: #353535;}
  .station__tabs-btn:hover{background: #353535; color: #fff;}
  .station__tabs-chek-btn:hover{background: #353535;}
  .station__tabs-chek:hover span::after{opacity: 1;}
  .modal-adress__btn:hover{background: #353535;}
  .login__btn:hover{background: #353535;}
  .btn-reg:hover{text-decoration: none;}
  .cookie__btn:hover{background: #353535;}
  .page-info__description a:hover{color: #c7c7c7;}
  .cookie__description a:hover{color: #c7c7c7;text-decoration: none;}
  .cart__cheks-location-btn:hover{background: #353535;}
  .success__btn:hover{background: #353535;}
}