

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-ExtraLight.eot');
    src: local('Circe-ExtraLight'), local('Circe-ExtraLight'),
        url('../fonts/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-ExtraLight.woff2') format('woff2'),
        url('../fonts/Circe-ExtraLight.woff') format('woff'),
        url('../fonts/Circe-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Light.eot');
    src: local('Circe-Light'), local('Circe-Light'),
        url('../fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-Light.woff2') format('woff2'),
        url('../fonts/Circe-Light.woff') format('woff'),
        url('../fonts/Circe-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Thin.eot');
    src: local('Circe-Thin'), local('Circe-Thin'),
        url('../fonts/Circe-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-Thin.woff2') format('woff2'),
        url('../fonts/Circe-Thin.woff') format('woff'),
        url('../fonts/Circe-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Regular.eot');
    src: local('Circe-Regular'), local('Circe-Regular'),
        url('../fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-Regular.woff2') format('woff2'),
        url('../fonts/Circe-Regular.woff') format('woff'),
        url('../fonts/Circe-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Bold.eot');
    src: local('Circe-Bold'), local('Circe-Bold'),
        url('../fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-Bold.woff2') format('woff2'),
        url('../fonts/Circe-Bold.woff') format('woff'),
        url('../fonts/Circe-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-ExtraBold.eot');
    src: local('Circe-ExtraBold'), local('Circe-ExtraBold'),
        url('../fonts/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-ExtraBold.woff2') format('woff2'),
        url('../fonts/Circe-ExtraBold.woff') format('woff'),
        url('../fonts/Circe-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;

}

:hover {
  transition: 0.3s;
}

body {
  font-family: 'Circe';
  font-style: normal;
  margin: 0;
  background: #fff;
  color: #383838;
}

img {
  max-width: 100%;
}

input:focus {
  
  outline:none;
}

textarea:focus {
  outline: none;
}

textarea {
  font: inherit;
  border: none;
}

input {
  font: inherit;
  border: none;
}

button {
  font: inherit;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
}

a {
  font: inherit;
  text-decoration: none;
}

a:hover {
  transition: 0.3s;
}

button:hover {
  transition: 0.3s;
}

svg {
  transition: 0.3s;
}

b {
  font-weight: inherit;
}

p {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: inherit;
  font-size: inherit;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clear {clear:both;}

.container {
  padding: 0 20px;
  max-width: 1800px;
  margin: 0 auto;
}

/*catalog*/

.gray_bg {
  background: #F7F7F7;
}

.seeds {
  padding: 26px 0 48px 0;
}

.seeds ul {
  display: flex;
  align-items: center;
}

.seeds ul li {
  display: flex;
  padding: 0 22px 0 0;
  position: relative;
}

.seeds ul li:last-child {
  padding: 0;
}


.seeds ul li:before {
  position: absolute;
  content: '';
  background: url(../images/seeds_bf.svg) 0 0 no-repeat;
  width: 4px;
  height: 5px;
  right: 9px;
  top: 50%;
  transform: translate(0, -50%);
}

.seeds ul li:last-child:before {
  display: none;
}

.seeds ul li a {
  display: flex;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #383838;
  opacity: 0.5;
}

.seeds ul li a:hover {
  opacity: 1;
}

.seeds ul li p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #383838;
  opacity: 0.5;
}

.seeds ul li a.seeds_home {
  opacity: 1;
}


.main_title {
  padding: 0 0 36px 0;
}

.main_title h1 {
  font-size: 58px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
}

.catalog {
  padding: 40px 0 80px 0;
}

.catalog_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.catalog_left {
  margin: 0 0 0 -20px;
  display: flex;
}

.dropdown {
  position: relative;
}

.dropdown-button {
  padding: 20px 20px 20px 20px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.05em;
  color: #383838;
  cursor: pointer;
  position: relative;
  z-index: 3;
  text-transform: uppercase;
}

.dropdown-button svg {
  margin: 0 0 0 10px;
  transition: 0.3s;
}

.dropdown.open .dropdown-button {
  color: rgba(56, 56, 56, 0.5);
}

.dropdown.open .dropdown-button svg {
  transform: rotate(180deg);
  opacity: 0.5;
}

.dropdown-content {
  left: 0;
  top: 0px;
  padding: 55px 20px 10px 20px;
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 130px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 15px 40px 0px #27314D14;
  z-index: 2;
}

.dropdown.open .dropdown-content {
  display: block;
}

.checkbox-main_tag {
  align-items: center;
  display: flex;
  padding-left: 0;
  position: relative; 
  padding: 0 0 10px 0
}

.checkbox-main_tag .checkbox {
  margin: 0 0 0 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 20px;
  width: 20px;
  border-radius: 0;
  background: #F7F7F7;
  -webkit-box-sizing: border-box;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

.checkbox-main_tag input[type="checkbox"] {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}

.checkbox-main_tag input[type="checkbox"]:checked ~ .checkbox {
  background: #383838 url(../images/main_tag.svg) 50% 50% no-repeat;
  box-sizing: border-box;
}

.checkbox-main_tag b {
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  color: #383838;
  padding: 0 0 0 10px;
}

.tag {
  display: inline-block;
  background-color: #F7F7F7;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  color: #383838;
  padding: 4px 35px 4px 10px;
  margin: 10px 10px 0 0;
  position: relative;
}

.tag:before {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/tag.svg) 0 0 no-repeat;
  cursor: pointer;
}

.tag:before:hover {
  opacity: 0.5;
}


.catalog_top_block {
  width: 100%;
  order: 3;
}

.catalog_left {
  order: 1;
}

.catalog_right {
  order: 2;
}


.catalog_right ul {
  display: flex;
  align-items: center;
}

.catalog_right ul li {
  display: flex;
  padding: 0 20px 0 0;
}

.catalog_right ul li:last-child {
  padding: 0;
}

.catalog_right ul li p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #383838;
  opacity: 0.5;
}

.catalog_right ul li a {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: #383838
}

.catalog_right ul li a.active {
  color: #A3232D;
}

.catalog_right ul li a svg {
  margin: 0 0 0 3px;
}

.catalog_right ul li a.active svg path {
  fill: #A3232D;
}

.catalog_wrap {
  flex-wrap: wrap;
  display: flex;
  padding: 30px 0 0 0;
}

.catalog_wrap .product-card__article {
  max-width: 100%;
}

.catalog_price {
  margin-top: 10px;
}

.catalog_price p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.catalog_price p img {
  margin: 0 0 0 5px;
}

.catalog_size {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 46px;
}

.catalog_size p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.catalog_size ul {
  display: flex;
  align-items: center;
}

.catalog_size ul li {
  position: relative;
  z-index: 2;
  padding: 0 5px 0 0;
}

.catalog_size ul li:first-child {
  padding: 0 13px 0 0;
}

.catalog_size ul li:last-child {
  padding: 0 0 0 8px;
}

.catalog_size_arrow {
  display: flex;
}

.catalog_size_arrow:hover {
  opacity: 0.5;
}

.catalog_size_number {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F7F7F7;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  color: #383838;
}

.catalog_size_number.active {
  background: none;
  border: 1px solid #A3232D;
}

.catalog_size_number.disabled {
  pointer-events: none;
}

.catalog_size_number.disabled span {
  opacity: 0.4;
}

.catalog_wrap .product-card__discount {
  bottom: 135px;
}

.catalog_height {
  height: 89px;
}

.pagination {
  padding: 50px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pagination button {
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.05em;
  color: #383838;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.pagination button:hover {
  opacity: 0.5;
}

.pagination_prev img {
  margin: 0 10px 0 0;
}

.pagination_next img {
  margin: 0 0 0 10px;
}

.pagination ul {
  display: flex;
  align-items: center;
}

.pagination ul li {
  display: flex;
  padding: 0 10px 0 0;
}

.pagination ul li:last-child {
  padding: 0;
}

.pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.05em;
  color: #383838;
}

.pagination ul li a.active {
  border: 1px solid #EDEDED;
  background: #fff;
}

.pagination ul li p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.05em;
  color: #383838;
}

/*product_card*/

.product {
  padding: 0 0 90px 0;
}

.product_wrap {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
}

.product_block {
  width: 55%;
  margin: 0 70px 0 0;
}

.product_block:last-child {
  width: 45%;
  margin: 0;
}

.product_inner {
  display: flex;
}

.product_inner_block {
  width: 18.4%;
  margin: 0 25px 0 0;
}

.product_inner_block:last-child {
  width: 81.6%;
  margin: 0;
}

.product_slayder_img {
    max-height: 900px;
    max-width: 500px;
    display: flex;
}

.product_slayder_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_dots_img {
    width: 106px;
    height: 160px;
    display: flex;
    padding-bottom: 4px;
    /* 80x120 */
}

.product_dots_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
}

.product_dots {
  padding: 20px 0;
}

.product_title {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.5;
}

.product_articul {
  display: flex;
}

.product_articul p:last-child {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 0 0 0 10px;
}

.product h1 {
  font-size: 44px;
  font-weight: 400;
  line-height: 50px;
  margin-top: 22px;
}

.product_dropdowns {
  display: flex;
  padding: 30px 0 0 0;
}

.product_dropdowns_block {
  width: 50%;
  margin: 0 30px 0 0;
}

.product_dropdowns_block:last-child {
  margin: 0;
}

.product_dropdowns_top {
  display: flex;
  justify-content: space-between;
}

.product_dropdowns_top a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #383838;
}

.product_dropdowns_top a img {
  margin: 0 10px 0 0;
}

.product_dropdowns_top a:hover {
  opacity: 0.5;
}

.product_drop {
  padding: 15px 0 0 0;
}


.color-picker {
  position: relative;
  width: 100%;
}

.selected-color {
  display: flex;
  align-items: center;
  background: #fff;
  height: 50px;
  padding: 0 0 0 25px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

.selected-color:before {
  position: absolute;
  content: '';
  background: url(../images/selected-color.svg) 0 0 no-repeat;
  width: 16px;
  height: 8px;
  top: 21px;
  right: 25px;
  transition: 0.3s;
}

.open .selected-color:before {
  transform: rotate(180deg);
}

.color-box {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background-color: transparent;
  border: 1px solid #000;
}

.color-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  list-style: none;
  margin: 0;
  padding: 20px 25px 10px 25px;
}

.color-list li {
  padding: 0 0 10px 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
}

.color-list li:hover {
  opacity: 0.5;
}

.open .color-list {
    display: block;
}

.dropdown_size {
  position: relative;
  width: 100%;
}

.dropdown-button_size {
  display: flex;
  align-items: center;
  background: #fff;
  height: 50px;
  padding: 0 0 0 25px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  width: 100%;
  color: #383838;
}

.dropdown-button_size:before {
  position: absolute;
  content: '';
  background: url(../images/selected-color.svg) 0 0 no-repeat;
  width: 16px;
  height: 8px;
  top: 21px;
  right: 25px;
  transition: 0.3s;
}

.open .dropdown-button_size:before {
    transform: rotate(180deg);
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  list-style: none;
  margin: 0;
  padding: 20px 25px 10px 25px;
}

.open .dropdown-menu {
    display: block;
}

.dropdown-menu li {
  padding: 0 0 10px 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
}

.dropdown-menu li:hover {
  opacity: 0.5;
}

.product_flex {
  padding: 40px 0 0 0;
  display: flex;
  align-items: center;
}

.product_flex_block {
  width: 50%;
  margin: 0 30px 0 0;
}

.product_flex_block:last-child {
  margin: 0;
}

.product_price {
  display: flex;
  align-items: center;
}

.product_price h3 {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.product_price h3 img {
  margin: 0 0 0 6px;
}

.product_price h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  opacity: 0.5;
}

.product_price h4 img {
  margin: 0 0 0 3px;
}

.product_price_bf {
  position: relative;
  margin: 0 0 0 16px;
}

.product_price_bf:before {
  position: absolute;
  content: '';
  left: -1px;
  right: 0;
  top: 50%;
  height: 1px;
  background: #383838;
  z-index: 1;
  transform: translateY(-50%;);
}

.btn_black {
  background: #383838;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
}

.btn_black img {
  margin: 0 10px 0 0;
}

.btn_black:hover {
  opacity: 0.5;
}

.product_info ul {
  padding: 35px 0 0 0;
}

.product_info ul li {
  display: flex;
  padding: 0 0 15px 0;
}

.product_info ul li:last-child {
  padding: 0;
}

.product_info_block {
  width: 50%;
  margin: 0 20px 0 0;
}

.product_info_block:last-child {
  margin: 0;
}

.product_info_block:last-child p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.product_info_block a {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #383838;
  display: inline-block;
}

.product_info_block a:hover {
  text-decoration: none;
}

.product_info ul li:last-child .product_info_block a {
  margin-top: 14px;
}

.product_pd {
  padding: 80px 0 90px 0;
}

/*shoping_cart*/

.basket {
  padding: 60px 0 90px 0;
}

.basket_width {
  max-width: 1280px;
  margin: 0 auto;
}

.basket_wrap {
  padding: 0 40px;
  display: flex;
}

.basket_title {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.5;
}

.basket_name {
  width: 33.4%;
  padding: 0 20px 0 0;
}

.basket_size {
  width: 12%;
}

.basket_color {
  width: 15%;
}

.basket_number {
  width: 17%;
}

.basket_sale {
  width: 12%;
}

.basket_price {
  width: 10.6%;
}

.basket_border {
  background: #F7F7F7;
  display: flex;
  align-items: center;
  padding: 30px 40px;
  margin: 0 0 20px 0;
}

.basket_border:last-child {
  margin: 0;
}

.basket_flex {
  display: flex;
  align-items: center;
}

.basket_info {
  width: 73%;
  padding: 0 0 0 30px;
}

.basket_info h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.basket_article {
  padding: 10px 0 0 0;
  display: flex;
  align-items: baseline;
}

.basket_title_opacity {
  opacity: 1;
  font-weight: 700;
  padding: 0 0 0 10px;
}

.basket_img {
  display: flex;
  height: 125px;
}

.basket_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.basket_suptitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}


.number input {
  width: 87px;
  height: 24px;
  border: 0;
  color: #383838;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}


.minus,
.plus {
  height: 18px;
  position: relative;
  cursor: pointer;
  /*-webkit-font-smoothing: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;*/
  transition: all .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.number {
  display: flex;
  align-items: center;
}

.minus:hover,
.plus:hover {
  opacity: 0.5;
}

.basket_sale_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #A3232D;
}

.basket_price_bf {
  position: relative;
  width: fit-content;
  margin-bottom: 7px;
}

.basket_price_bf:before {
  position: absolute;
  content: '';
  left: -1px;
  right: 0;
  top: 50%;
  height: 1px;
  background: #383838;
  z-index: 1;
  transform: translateY(-50%;);
}

.basket_price_text h4 {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  opacity: 0.5;
}

.basket_price_text h4 img {
  margin: 0 0 0 2px;
}

.basket_price_text h3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.basket_price_text h3 img {
  margin: 0 0 0 3px;
}

.basket_inner {
  padding: 24px 0 0 0;
}

.basket_sale_title_none {
  color: #383838;
}

.basket_mobile {
  display: none;
}

.basket_forma {
  display: flex;
  padding: 60px 0 0 0;
}

.basket_forma_block {
  width: 67.3%;
  margin: 0 60px 0 0;
}

.basket_forma_block:last-child {
  width: 32.7%;
  margin: 0;
}

.basket_form {
  border: 1px solid #EDEDED;
  padding: 36px 40px 40px 40px;
}

.basket_form_pd {
  padding: 0 0 36px 0;
}

.basket_form_pd:last-child {
  padding: 0;
}

.basket_form h2 {
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 20px;
}


.form-item {
  display: block;
  vertical-align: top;
  position: relative;
}

.basket_form_input {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 0 0;
  width: 100%; 
  color: #383838;
  padding: 0 24px 0 24px;
  height:50px; 
  background: #F7F7F7;
  border: 1px solid #F7F7F7;
  box-sizing: border-box;
}

.form-label {
  position: absolute;
  pointer-events: none;
  left: 25px;
  right: 0;
  top: 16px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #38383880;
  transition: .3s;
}

.form-label span {
  color: #A3232D;
}

.basket_form_input:hover {
  background: #fff;
  border-color: #383838;
}

.basket_form_input:hover~.form-label {
  color: #383838;
}

.basket_form_input:focus {
  background: #fff;
  border-color: #383838;
}

.basket_form_input:valid {
  background: #fff;
  border-color: #383838;
}


.basket_form_input:focus~.form-label {
  display: none;
}

.basket_form_input:valid~.form-label {
  display: none;
}

.basket_form_wrap {
  display: flex;
  padding: 10px 0 0 0;
}

.basket_form_block {
  width: 33.333333%;
  margin: 0 10px 0 0;
}

.basket_form_block:last-child {
  margin: 0;
}

.checkbox-main_delivery {
  height: 100%;
  align-items: center;
  display: flex;
  position: relative; 
}

.checkbox-main_delivery .checkbox {
  position: relative;
  z-index: 1;
  margin: 0 0 0 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #F7F7F7;
  border: 1px solid #EDEDED;
  -webkit-box-sizing: border-box;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

.checkbox-main_delivery input[type="checkbox"] {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}

.checkbox-main_delivery input[type="checkbox"]:checked ~ .checkbox {
  border: 7px solid #383838;
  background: #fff;
}


.checkbox-main_delivery b {
  width: 90%;
  position: relative;
  z-index: 1;
  padding: 0 0 0 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.checkbox-main_delivery b span {
  font-size: 13px;
  color: #38383880;
}

.basket_form_delivery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.basket_form_delivery_block {
  padding: 0 5px;
}

.basket_form_delivery_block:nth-child(1) {
  order: 1;
  width: 33.3333333%;
}

.basket_form_delivery_block:nth-child(3) {
  order: 2;
  width: 33.3333333%;
}

.basket_form_delivery_block:nth-child(5) {
  order: 3;
  width: 33.3333333%;
}

.basket_form_delivery_block:nth-child(2) {
  order: 4;
  width: 100%;
}

.basket_form_delivery_block:nth-child(4) {
  order: 5;
  width: 100%;
}

.basket_form_delivery_block:nth-child(6) {
  order: 6;
  width: 100%;
}

.basket_form_delivery_wrap {
  display: flex;
  padding: 30px 0 10px 0;
}

.basket_form_delivery_wrap_block {
  width: 50%;
  margin: 0 10px 0 0;
}

.basket_form_delivery_wrap_block:last-child {
  margin: 0;
}

.basket_form_payment {
  display: flex;
}

.basket_form_payment_block {
  width: 33.333333%;
  margin: 0 10px 0 0;
}

.basket_form_payment_block:last-child {
  margin: 0;
}


.checkbox-main_payment {
  height: 100%;
  display: flex;
  position: relative; 
}

.checkbox-main_payment .checkbox {
  position: relative;
  z-index: 1;
  margin: 0 0 0 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #F7F7F7;
  border: 1px solid #EDEDED;
  -webkit-box-sizing: border-box;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

.checkbox-main_payment input[type="radio"] {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}

.checkbox-main_payment input[type="radio"]:checked ~ .checkbox {
  border: 7px solid #383838;
  background: #fff;
}


.checkbox-main_payment b {
  width: 90%;
  position: relative;
  z-index: 1;
  padding: 0 0 0 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.checkbox-main_payment b span {
  color: #38383880;
}

.basket_forma_info {
  border: 1px solid #EDEDED;
  padding: 35px 40px 40px 40px;
}

.basket_forma_list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 14px 0;
}

.basket_forma_list ul li:last-child {
  padding: 0;
}

.basket_forma_list ul li h3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.basket_forma_list ul li h3 img {
  margin: 0 0 0 3px;
}

.basket_forma_list ul li h4 {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #A3232D;
}

.basket_forma_list ul li h4 img {
  margin: 0 0 0 2px;
}

.basket_forma_list ul li h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.basket_forma_summa {
  margin: 25px 0 0 0;
  padding: 20px 0 18px 0;
  border-top: 1px solid rgba(56, 56, 56, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.basket_forma_summa p {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.basket_forma_summa h4 {
  display: flex;
  align-items: baseline;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.basket_forma_summa h4 img {
  margin: 0 0 0 6px;
}

.basket_forma_promo {
  position: relative;
}


.basket_forma_promo_input {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #383838;
  margin: 0 0 0 0;
  width: 100%; 
  padding: 0 110px 0 25px;
  height:50px; 
  background: none;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 0;  
}


.basket_forma_promo_input::-webkit-input-placeholder {
 color: #38383880;
}

.basket_forma_promo_input::-moz-placeholder {
  color: #38383880;
}

.basket_forma_promo_input:-ms-input-placeholder {
  color: #38383880;
}

.basket_forma_promo_input::placeholder {
  color: #38383880;
}

.basket_forma_promo button {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #383838;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.basket_forma_promo button:hover {
  opacity: 0.5;
}

.basket_forma_text {
  padding: 15px 0 0 0;
}

.basket_forma_textarea {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #383838;
  margin: 0 0 0 0;
  width: 100%; 
  padding: 16px 25px;
  height:110px; 
  background: #F7F7F7;
  box-sizing: border-box;
  border-radius: 0; 
  resize: none; 
}


.basket_forma_textarea::-webkit-input-placeholder {
 color: #38383880;
}

.basket_forma_textarea::-moz-placeholder {
  color: #38383880;
}

.basket_forma_textarea:-ms-input-placeholder {
  color: #38383880;
}

.basket_forma_textarea::placeholder {
  color: #38383880;
}

.basket_forma_chekbox {
  padding: 25px 0 0 0;
}

.checkbox-main_yes {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative; 
}

.checkbox-main_yes .checkbox {
  position: relative;
  z-index: 1;
  margin: 0 0 0 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 20px;
  width: 20px;
  border: 1px solid #383838;
  -webkit-box-sizing: border-box;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

.checkbox-main_yes input[type="checkbox"] {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}

.checkbox-main_yes input[type="checkbox"]:checked ~ .checkbox {
  background: #383838 url(../images/main_yes.svg) 50% 50% no-repeat;
}


.checkbox-main_yes b {
  width: 90%;
  position: relative;
  z-index: 1;
  padding: 0 0 0 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #38383880;
}

.basket_forma_button {
  padding: 25px 0 0 0;
}

/*lk*/

.lk {
  padding: 46px 0 90px 0;
}

ul.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;;
}

ul.tabs li {
  margin: 0 50px 0 0;
  cursor: pointer;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  position: relative;
  opacity: 0.5;
}

ul.tabs li:last-child {
  margin: 0;
}

ul.tabs li.active {

  opacity: 1;
}


.tab_container {

  border-top: none;
  clear: both;

  width: 100%;


}

.tab_content {
  padding: 0 0 0 0;
  display: none;
}

.tab_drawer_heading { display: none; }

.lk_content {
  padding: 30px 0 0 0;
}

.lk_form {
  max-width: 820px;
  margin: 0 auto;
  border: 1px solid #EDEDED;
  padding: 30px 40px;
}

.lk_form_wrap {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}

.lk_form_block {
  width: 50%;
  padding: 10px 5px 0 5px;
}

.lk_form_drop {
  padding: 10px 0;
}


.dropdown_city {
    position: relative;
}

.dropdown-header_city {
    padding: 0 0 0 24px;
    display: flex;
    align-items: center;
    border: 1px solid #EDEDED;
    cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #383838;
  position: relative;
  height: 50px;
}

.dropdown-header_city:before {
  position: absolute;
  content: '';
  background: url(../images/selected-color.svg) 0 0 no-repeat;
  width: 16px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  transition: 0.3s;
}

.dropdown-list_city {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 20px 24px 10px 24px;
    border: 1px solid #EDEDED;
    background-color: #fff;
    position: absolute;
    width: 100%;
    z-index: 10;

}

.dropdown-list_city li {
    padding: 0 0 10px 0;
    cursor: pointer;
    font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #383838;
}

.dropdown-list_city li:hover {
    opacity: 0.5;
}

.open .dropdown-list_city {
    display: block;
}

.open .dropdown-header_city:before {
    transform: rotate(180deg);
}


.form-item i {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #989898;
}

.lk_form_bottom {
  display: flex;
  padding: 30px 25px 0 0;
  align-items: center;
  justify-content: space-between;
}

.lk_form_button button {
  width: 218px;
}

.lk_form_back button {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #383838;
}

.lk_form_back button img {
  margin: 0 10px 0 0;
}

.lk_form_back button:hover {
  opacity: 0.5;
}

.lk_width {
  max-width: 1280px;
  margin: 0 auto;
}

.lk_orders {
  display: flex;
}

.lk_orders_block {
  width: 50%;
  margin: 0 40px 0 0;
}

.lk_orders_block:last-child {
  margin: 0;
}

.lk_orders_inner {
  padding: 0 0 30px 0;
}

.lk_orders_inner:last-child {
  padding: 0;
}

.lk_orders_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 40px;
}

.lk_orders_active {
  background: #29A323;
}

.lk_orders_top h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}

.lk_orders_border {
  margin: 10px 0 0 0;
  padding: 30px 40px 24px 40px;
  display: flex;
  align-items: center;
  background: #F7F7F7;
}

.lk_orders_name {
  padding: 0 20px 0 0;
  display: flex;
  width: 57%;
}

.lk_orders_info {
  width: 77%;
  padding: 0 0 0 20px;
}

.lk_orders_img {
  display: flex;
  height: 80px;
}

.lk_orders_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.lk_orders_info h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.lk_orders_size {
  width: 10%;
}

.lk_orders_color {
  width: 18%;
}

.lk_orders_price {
  width: 15%;
}

.lk_orders_bottom {
  padding: 24px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lk_orders_paid p {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #29A323;
}

.lk_orders_paid p img {
  margin: 0 10px 0 0;
}

.lk_orders_total {
  display: flex;
  align-items: center;
}

.lk_orders_total p {
  padding: 0 10px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  opacity: 0.5;
}

.lk_orders_total h3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.lk_orders_total h3 img {
  margin: 0 0 0 3px;
}

.lk_orders_processing {
  background: #383838;
}

.lk_orders_processing h3:last-child {
  opacity: 0.5;
}

.lk_orders_pay button {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #383838;
}

.lk_orders_pay button img {
  margin: 0 0 0 10px;
}

.lk_orders_pay button:hover {
  opacity: 0.5;
}


.modal {
  position: fixed;
  top: 0px;
  z-index: 21;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

#modalbg {
    z-index: 1598;
}
#modal1 {
    z-index: 1599;
}
.js-modal {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.js-modal .modal__inner {
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.5s ease-in-out 0.1s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
.js-modal.is-open {
  visibility: visible;
  opacity: 1;
  overflow: auto;
}
.js-modal.is-open .modal__inner {
  opacity: 1;
  transform: translateY(0);
}

.js-modal.is-open:before {
  display: none;
}

.modal {
  background: rgba(56, 56, 56, 0.5);
}

body.is-open {
  overflow: hidden;
}

.modal-close-button {
  z-index: 1;
  position: absolute;
  top: 5px;
  right: 5px;
}

.modal-close-button button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #383838;
}



.modal-border {
  position: relative;
  padding: 36px 0 0 0;
  max-width: 480px;
  margin: 100px auto 0 auto;
  background: #fff;
}

ul.tabs_modal {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;;
}

ul.tabs_modal li {
  margin: 0 30px 0 0;
  cursor: pointer;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  position: relative;
  opacity: 0.5;
}

ul.tabs_modal li:last-child {
  margin: 0;
}

ul.tabs_modal li.active2 {

  opacity: 1;
}

.tab_content2 {
  padding: 0 0 0 0;
  display: none;
}

.tab_drawer_heading2 { display: none; }

.modal_content {
  padding: 20px 0 0 0;
}

.modal_pd {
  padding: 0 0 10px 0;
}

.modal_button {
  padding: 20px 0 0 0;
}

.modal_form {
  max-width: 380px;
  margin: 0 auto;
}

.modal_title {
  padding: 20px 0 0 0;
}

.modal_title p {
  max-width: 320px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: rgba(56, 56, 56, 0.5);
}

.modal_title p a {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #383838;
}

.modal_title p a:hover {
  text-decoration: none;
}

.modal_link {
  padding: 30px 0 0 0;
}

.modal_link a {
  background: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #383838;
}

.modal_link a:hover {
  background: #383838;
  color: #fff;
}

.modal_form_registr {
  padding: 0 0 40px 0;
}