* {
  padding: 0;
  margin: 0;
  border: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
html {
  background-color: #ffffff;
  scroll-behavior: smooth;
}
body * {
  font-family: "Neue Montreal", sans-serif;
}
body.sgk-noscroll {
  overflow: hidden;
}
a {
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
a,
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
aside,
nav,
footer,
header,
section,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
}
ul,
ol {
  margin: 0;
}
ul li {
  list-style: none;
}
img {
  display: block;
  vertical-align: top;
}
img,
svg {
  max-width: 100%;
  height: auto;
}
address {
  font-style: normal;
}
input {
  appearance: none;
}
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
}
input::-ms-clear {
  display: none;
}
button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
  border: none;
}
input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
label {
  cursor: pointer;
}
legend {
  display: block;
}
a,
input,
button {
  transition: .3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Neue Montreal", sans-serif;
}
input.sgk-btn,
button.sgk-btn {
  cursor: pointer;
}
textarea {
  resize: none;
}
.sgk-row {
  display: flex;
  flex-wrap: wrap;
}
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  flex: 0 0 100%;
}
@media (min-width: 576px) {
  .col-11 {
    flex: 0 0 calc(91.66666667%);
  }
  .col-10 {
    flex: 0 0 calc(83.33333333%);
  }
  .col-9 {
    flex: 0 0 calc(75%);
  }
  .col-8 {
    flex: 0 0 calc(66.66666667%);
  }
  .col-7 {
    flex: 0 0 calc(58.33333333%);
  }
  .col-6 {
    flex: 0 0 calc(50%);
  }
  .col-5 {
    flex: 0 0 calc(41.66666667%);
  }
  .col-4 {
    flex: 0 0 calc(33.33333333%);
  }
  .col-3 {
    flex: 0 0 calc(25%);
  }
  .col-2 {
    flex: 0 0 calc(16.66666667%);
  }
  .col-1 {
    flex: 0 0 calc(8.33333333%);
  }
  body.search .sgk-blogGrid .sgk-row .col-4 {
    flex: 0 0 calc(32.133333%);
  }
}
.sgk-container {
  max-width: 1410px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.sgk-container-fluid {
  width: 100%;
  padding: 0;
  position: relative;
}
.sgk-clearfix::after {
  content: '';
  clear: both;
  display: table;
}
.sgk-btn,
a.sgk-btn,
button.sgk-btn,
input.sgk-btn,
.sgk-btn-reverse,
a.sgk-btn-reverse,
button.sgk-btn-reverse,
input.sgk-btn-reverse,
.sgk-btn-transparent,
a.sgk-btn-transparent,
button.sgk-btn-transparent,
input.sgk-btn-transparent {
  margin: 0 auto;
  border: 1px solid #343232;
  border-radius: 50px;
  text-align: center;
  padding: 3px 10px;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  transition: .3s;
}
.sgk-btn,
a.sgk-btn,
input.sgk-btn,
button.sgk-btn {
  background-color: #343232;
  color: #ffffff;
}
.sgk-btn:hover,
a.sgk-btn:hover,
input.sgk-btn:hover,
button.sgk-btn:hover,
.sgk-btn:focus,
a.sgk-btn:focus,
input.sgk-btn:focus,
button.sgk-btn:focus,
.sgk-btn:active,
a.sgk-btn:active,
input.sgk-btn:active,
button.sgk-btn:active {
  background-color: #ffffff;
  color: #343232;
}
.sgk-btn-reverse,
a.sgk-btn-reverse,
input.sgk-btn-reverse,
button.sgk-btn-reverse {
  background-color: #ffffff;
  color: #343232;
}
.sgk-btn-reverse:hover,
a.sgk-btn-reverse:hover,
input.sgk-btn-reverse:hover,
button.sgk-btn-reverse:hover,
.sgk-btn-reverse:focus,
a.sgk-btn-reverse:focus,
input.sgk-btn-reverse:focus,
button.sgk-btn-reverse:focus,
.sgk-btn-reverse:active,
a.sgk-btn-reverse:active,
input.sgk-btn-reverse:active,
button.sgk-btn-reverse:active {
  background-color: #343232;
  color: #ffffff;
}
.sgk-btn-transparent,
a.sgk-btn-transparent,
button.sgk-btn-transparent,
input.sgk-btn-transparent {
  background-color: transparent;
  color: #343232;
}
.sgk-btn-transparent:hover,
a.sgk-btn-transparent:hover,
button.sgk-btn-transparent:hover,
input.sgk-btn-transparent:hover,
.sgk-btn-transparent:focus,
a.sgk-btn-transparent:focus,
button.sgk-btn-transparent:focus,
input.sgk-btn-transparent:focus,
.sgk-btn-transparent:active,
a.sgk-btn-transparent:active,
button.sgk-btn-transparent:active,
input.sgk-btn-transparent:active {
  background-color: #343232;
  color: #ffffff;
}
.info-bar {
  padding: 10px 0;
  line-height: 1.2;
  text-align: center;
  user-select: none;
}
.info-bar-slider {
  padding: 0;
}
.info-bar .swiper-slide {
  display: flex;
  align-items: center;
  height: auto;
  padding: 5px 0;
}
.info-bar-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-bar-text svg {
  margin-left: 10px;
}
.info-bar--main {
  background: #343232;
  color: #fff;
}
.info-bar--blue {
  background-color: #5688ab;
  color: #fff;
}
.info-bar--bluel {
  background-color: #BDE1ED;
  color: #555;
}
.info-bar--bluel2 {
  background-color: #d3eaff;
  color: #555;
}
.info-bar--pink {
  background-color: #B03B51;
  color: #fff;
}
.info-bar--brown {
  background-color: #c2afa2;
  color: #fff;
}
.info-bar p {
  margin-bottom: 0;
}
.info-bar-detail {
  display: block;
  font-size: .8em;
  opacity: .7;
}
.info-bar a {
  color: #fff;
  text-decoration: none;
  transition: opacity .3s ease;
}
.info-bar a:hover {
  opacity: .9;
}
footer.footer__container {
  background-color: #343232;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
}
.footer__row1 {
  display: flex;
  padding: 40px 20px;
  justify-content: space-between;
  align-items: center;
}
.footer__row1-text {
  max-width: 274px;
}
.footer__row1-btn {
  flex-shrink: 0;
  margin-left: 10px;
  border: 1px solid #ffffff;
  border-radius: 40px;
  padding: 2px 2px 2px 20px;
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.footer__row1-btn span {
  margin-right: 40px;
  vertical-align: middle;
}
.footer__row2 {
  border-top: 1px solid #ffffff;
  padding: 40px 20px;
}
.footer__row3 {
  border-top: 1px solid #3e3c3c;
  border-bottom: 1px solid #ffffff;
  padding: 20px;
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
.footer__col21 {
  margin-right: auto;
}
.footer__col22 {
  color: #ffffff;
  opacity: 0.4;
  font-size: 12px;
  text-transform: none;
  max-width: 60%;
}
.footer__row4 {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  color: #ffffff;
  opacity: 0.4;
}
.footer__col31 {
  margin-right: auto;
}
.footer__col33 {
  margin-right: 3%;
}
.footer__logo {
  margin-bottom: auto;
}
.footer__col-list {
  margin-top: 10px;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
.footer__col-list span:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 10px;
}
.footer__col-list small {
  display: block;
  color: #ffffff;
  opacity: .4;
  font-size: 12px;
  margin-top: 5px;
}
.footer__col-header {
  color: #ffffff;
  opacity: 0.4;
  display: block;
}
.footer__col-text {
  display: block;
  color: #ffffff;
  font-size: 16px;
  margin-top: 10px;
}
.footer__col1 {
  display: flex;
  flex-direction: column;
}
.footer__col1 .footer__col-header {
  margin-top: 30px;
  margin-bottom: 10px;
}
.footer__col1 .footer__col-text {
  margin: 0;
}
.footer__col1 .footer__soc {
  display: flex;
  gap: 10px;
  justify-content: start;
}
.footer__row2 {
  display: grid;
  grid-template-columns: 40% 20% 20% 20%;
  grid-template-rows: 1fr;
}
@media (max-width: 980px) {
  .footer__row2 {
    grid-template-columns: 25% 25% 25% 25%;
  }
}
@media (max-width: 820px) {
  .footer__row2 {
    grid-template-columns: 33% 33% 33%;
    grid-template-rows: auto 1fr;
  }
  .footer__col1 {
    grid-column: 1 / span 3;
    grid-row: 1;
    justify-self: center;
    margin-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .footer__row2 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    gap: 40px;
  }
  .footer__col1 {
    grid-column: 1;
    margin-bottom: 0;
  }
}
@media (max-width: 540px) {
  .footer__row3 {
    flex-direction: column;
  }
  .footer__col22 {
    max-width: 100%;
  }
}
.section__insta {
  background-color: #e8e1d7;
  padding: 120px 0 60px;
}
.section__insta-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
  margin-bottom: 60px;
}
.section__insta-header .header-text {
  font-size: 56px;
  text-align: center;
}
.section__insta-header .header-text small {
  display: block;
  font-size: 12px;
}
.section__insta-header .header-text-bottom {
  font-size: 12px;
  text-transform: uppercase;
  max-width: 340px;
  text-align: center;
  margin-bottom: 20px;
}
.section__insta-header .header-text-bottom span {
  display: block;
  margin-bottom: 20px;
}
.section__insta-header .header-text-bottom a {
  background-color: #343232;
  color: #ffffff;
  border-radius: 50px;
  font-size: 14px;
  padding: 3px 10px;
}
.section__insta-img {
  display: grid;
  grid-template-columns: repeat(4, auto);
  width: 100%;
}
.section__insta-img img {
  width: 100%;
}
.sgk-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #343232;
  padding: 10px;
}
.sgk-pagination__link {
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.sgk-pagination__link--prev svg,
.sgk-pagination__link--next svg {
  transition: .3s;
}
.sgk-pagination__link--prev svg:hover,
.sgk-pagination__link--next svg:hover {
  opacity: 0.2;
}
.sgk-pagination__link--prev {
  transform: rotate(180deg);
}
.sgk-pagination__ellipsis {
  color: #fff;
  padding: 5px 10px;
}
.sgk-blog-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 120px 0;
}
.sgk-blog-header__count {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(52, 50, 50, 0.4);
}
.sgk-blog-header__count span {
  color: #343232;
}
.sgk-blog-header__title {
  font-weight: 500;
  font-size: 80px;
  line-height: 0.88;
  color: #343232;
}
.sgk-blog-header__sort {
  display: flex;
  align-items: center;
  font-size: 14px;
  position: relative;
}
.sgk-blog-header__sort .sgk-sort-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
  margin-right: 15px;
}
.sgk-blog-header__sort .sgk-dropdown-button {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(52, 50, 50, 0.4);
  background: none;
  border: none;
  cursor: pointer;
  width: 105px;
}
.sgk-blog-header__sort .sgk-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  left: 90px;
  top: 25px;
}
.sgk-blog-header__sort .sgk-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.sgk-blog-header__sort .sgk-dropdown-content a:hover {
  background-color: #f1f1f1;
}
.sgk-blog-header__sort .sgk-dropdown:hover .sgk-dropdown-content {
  display: block;
}
.sgk-blog-header__sort .sgk-dropdown:hover .sgk-dropdown-button {
  color: #555;
}
.sgk-blog-header__clear button {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(52, 50, 50, 0.4);
}
.sgk-blog-body {
  display: flex;
  gap: 50px;
}
.sgk-blog-body .sgk-blog-search input {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(52, 50, 50, 0.4);
  padding-bottom: 4px;
  border-bottom: 0.5px solid rgba(52, 50, 50, 0.15);
  max-width: 175px;
}
.sgk-blog-body-text {
  margin-top: 120px;
  margin-bottom: 50px;
  max-width: 1070px;
}
.sgk-blog-body-text p {
  text-indent: 75px;
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  color: #343232;
}
.sgk-blog-body-morebtn {
  display: flex;
  max-width: 175px;
  margin-top: 15px;
  margin-bottom: 15px;
  float: right;
  clear: both;
}
.sgk-blog-body-morebtn a {
  display: flex;
  align-items: center;
  padding: 7px 15px;
  gap: 5px;
}
.sgk-blog-body-morebtn a * {
  transition: .3s;
}
.sgk-blog-body-morebtn a span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}
.sgk-blog-body-morebtn a:hover span {
  color: #343232;
}
.sgk-blog-body-morebtn a:hover svg circle {
  fill: #343232;
}
.sgk-blog-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 65px 15px;
}
.sgk-blog-items-article {
  width: 275px;
  overflow: hidden;
}
.sgk-blog-items-article:hover img {
  transform: scale(1.1);
}
.sgk-blog-items-article__img {
  max-width: 275px;
  height: 320px;
  margin-bottom: 15px;
  overflow: hidden;
}
.sgk-blog-items-article__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}
.sgk-blog-items-article__date {
  margin-bottom: 8px;
}
.sgk-blog-items-article__date span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
  opacity: 0.4;
}
.sgk-blog-items-article__title {
  height: 44px;
  overflow: hidden;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-blog-items.sgk-blog-items-big {
  gap: 0px;
  justify-content: space-between;
}
.sgk-blog-items.sgk-blog-items-big .sgk-blog-items-b,
.sgk-blog-items.sgk-blog-items-big .sgk-blog-items-s {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  flex: 49%;
  justify-content: end;
}
.sgk-blog-items.sgk-blog-items-big .sgk-blog-items-b {
  justify-content: start;
  gap: 0;
}
.sgk-blog-items.sgk-blog-items-big .sgk-blog-items-b .sgk-blog-items-article {
  width: 565px;
}
.sgk-blog-items.sgk-blog-items-big .sgk-blog-items-b .sgk-blog-items-article__img {
  max-width: 565px;
  height: 660px;
}
.sgk-blog-items.sgk-blog-items-big .sgk-blog-items-b .sgk-blog-items-article__title {
  height: auto;
}
.sgk-article-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 775px;
  margin-bottom: 240px;
}
.sgk-article-header-breadcrumbs {
  margin-top: 30px;
}
.sgk-article-header-breadcrumbs nav a,
.sgk-article-header-breadcrumbs nav span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-article-header-title {
  margin: 120px 0;
  font-weight: 500;
  font-size: 56px;
  line-height: 1;
  text-align: center;
  color: #343232;
}
.sgk-article-header-title span {
  font-style: italic;
  font-weight: 400;
}
.sgk-article-header-subtitle {
  max-width: 250px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 32px;
}
.sgk-article-header-subtitle span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #343232;
}
.sgk-article-header-img {
  position: relative;
}
.sgk-article-header-img img {
  margin-bottom: -50%;
}
.sgk-article-body {
  max-width: 800px;
  margin: 0 auto;
}
.sgk-article-body-text h2 {
  margin-top: 65px;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  color: #343232;
  margin-bottom: 25px;
}
.sgk-article-body-text h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
  margin-top: 15px;
  margin-bottom: 15px;
}
.sgk-article-body-text a {
  text-decoration: underline;
}
.sgk-article-body-text p {
  margin-bottom: 15px;
}
.sgk-article-body-text p,
.sgk-article-body-text li,
.sgk-article-body-text a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #343232;
}
.sgk-article-body-text ul {
  margin-bottom: 20px;
}
.sgk-article-body-text ul li {
  list-style: disc;
  margin-left: 20px;
}
.sgk-article-product a {
  position: relative;
  border: 1px solid rgba(52, 50, 50, 0.2);
  width: 385px;
  height: 470px;
  margin: 50px auto 80px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.sgk-article-product__img {
  max-width: 300px;
  margin: 50px auto 0;
}
.sgk-article-product__info {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  place-items: end;
  margin-top: auto;
}
.sgk-article-product__info--title {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
  height: 36px;
  overflow: hidden;
}
.sgk-article-product__info--price {
  display: flex;
  gap: 5px;
  min-width: 110px;
  align-items: baseline;
  justify-content: end;
}
.sgk-article-product__info--old {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: line-through;
  color: rgba(52, 50, 50, 0.4);
}
.sgk-article-product__info--new {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-article-product__info--new span {
  font-weight: 500;
}
.sgk-article-product__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
  opacity: 0;
}
.sgk-article-product__btn span.sgk-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.sgk-article-product__btn span.sgk-btn span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}
.sgk-article-product__btn svg circle {
  transition: .3s;
}
.sgk-article-product__btn:hover svg circle {
  fill: #343232;
}
.sgk-article-product:hover .sgk-article-product__btn {
  opacity: 1;
}
.sgk-featured-products {
  margin-bottom: 120px;
}
.sgk-featured-products-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  color: #343232;
  text-align: center;
  margin-bottom: 65px;
}
.sgk-featured-products-body {
  position: relative;
}
.sgk-featured-products-body .sgk-featured-products-item {
  border: 1px solid rgba(52, 50, 50, 0.2);
}
.sgk-featured-products-body .sgk-featured-products-item a {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 15px;
  padding-top: 0;
  height: 355px;
}
.sgk-featured-products-body .sgk-featured-products-item a:hover img {
  transform: scale(1.1);
}
.sgk-featured-products-body .sgk-featured-products-item__bage_sale {
  background-color: #dbff00;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100vw;
  max-width: 100%;
  overflow-x: hidden;
}
.sgk-featured-products-body .sgk-featured-products-item__bage_sale .scroll-wrapper {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: scrollBage 10s linear infinite;
  display: flex;
  align-items: center;
}
.sgk-featured-products-body .sgk-featured-products-item__bage_sale .scroll-wrapper span {
  font-size: 9px;
  display: inline-block;
  margin-right: 15px;
  line-height: 15px;
  color: #343232;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
@keyframes scrollBage {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.sgk-featured-products-body .sgk-featured-products-item__bage_add {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  background-color: #7e9dba;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sgk-featured-products-body .sgk-featured-products-item__bage_add span {
  font-weight: 500;
  font-size: 9px;
  line-height: 1;
  text-transform: uppercase;
  color: #343232;
}
.sgk-featured-products-body .sgk-featured-products-item__img {
  max-width: 245px;
  height: 245px;
  margin: 0 auto;
  padding-top: 35px;
}
.sgk-featured-products-body .sgk-featured-products-item__img img {
  display: block;
  margin: 0 auto 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}
.sgk-featured-products-body .sgk-featured-products-item__info {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  place-items: end;
  margin-top: auto;
}
.sgk-featured-products-body .sgk-featured-products-item__info--title {
  font-weight: 500;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
  height: 36px;
  overflow: hidden;
}
.sgk-featured-products-body .sgk-featured-products-item__info--price {
  display: flex;
  gap: 5px;
  min-width: 110px;
  align-items: baseline;
  justify-content: end;
}
.sgk-featured-products-body .sgk-featured-products-item__info--old {
  font-weight: 500;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: line-through;
  color: rgba(52, 50, 50, 0.4);
}
.sgk-featured-products-body .sgk-featured-products-item__info--new {
  font-weight: 700;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-featured-products-body .sgk-featured-products-item__info--new span {
  font-weight: 500;
}
.sgk-featured-products-body .sgk-featured-products-slider-btn {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sgk-featured-products-body .sgk-featured-products-slider-btn a {
  position: relative;
}
.sgk-featured-products-body .sgk-featured-products-slider-btn a svg {
  transition: .3s;
}
.sgk-featured-products-body .sgk-featured-products-slider-btn a:hover svg {
  opacity: 0.4;
}
.sgk-featured-products-body .sgk-featured-products-slider-btn .slider-fp-button-prev {
  left: 32px;
}
.sgk-featured-products-body .sgk-featured-products-slider-btn .slider-fp-button-next {
  right: 32px;
}
.sgk-blog-similar {
  padding: 120px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sgk-blog-similar-title {
  display: flex;
  flex-direction: column;
}
.sgk-blog-similar-title p {
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  color: #343232;
  margin-bottom: 30px;
}
.sgk-blog-similar-title a.sgk-btn {
  display: flex;
  align-items: center;
  padding: 7px 15px;
  gap: 5px;
  max-width: 145px;
  margin: 0;
}
.sgk-blog-similar-title a.sgk-btn * {
  transition: .3s;
}
.sgk-blog-similar-title a.sgk-btn span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}
.sgk-blog-similar-title a.sgk-btn:hover span {
  color: #343232;
}
.sgk-blog-similar-title a.sgk-btn:hover svg circle {
  fill: #343232;
}
.sgk-blog-similar-title .sgk-blog-similar-slider-btn {
  margin-top: auto;
  display: flex;
  gap: 10px;
}
.sgk-blog-similar-title .sgk-blog-similar-slider-btn a {
  opacity: 0.4;
}
.sgk-blog-similar-title .sgk-blog-similar-slider-btn a:hover {
  opacity: 1;
}
.sgk-blog-similar-body {
  max-width: 1025px;
}
.sgk-blog-similar-body .sgk-blog-similar-items {
  background-color: #fff;
  margin: 7.5px;
  padding: 15px;
}
.sgk-blog-similar-body .sgk-blog-similar-items a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 440px;
}
.sgk-blog-similar-body .sgk-blog-similar-items__img {
  max-width: 300px;
  height: 225px;
  overflow: hidden;
  margin-bottom: 8px;
}
.sgk-blog-similar-body .sgk-blog-similar-items__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sgk-blog-similar-body .sgk-blog-similar-items__date {
  margin-bottom: 8px;
}
.sgk-blog-similar-body .sgk-blog-similar-items__date span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
  opacity: .4;
}
.sgk-blog-similar-body .sgk-blog-similar-items__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-blog-similar-body .sgk-blog-similar-items__btn {
  margin-top: auto;
}
.sgk-contacts {
  margin-bottom: 65px;
}
.sgk-contacts-title {
  margin-top: 120px;
  margin-bottom: 70px;
}
.sgk-contacts-info {
  display: flex;
  justify-content: space-between;
  gap: 130px;
}
.sgk-contacts-info-form {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  gap: 145px;
}
.sgk-contacts-info-form-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #343232;
  margin-bottom: 40px;
}
.sgk-contacts-info-cred {
  display: flex;
  justify-content: space-between;
  gap: 130px;
}
.sgk-contacts-info-cred-social svg {
  width: 33px;
  height: 33px;
}
.sgk-contacts-info-cred-social svg * {
  transition: .3s;
}
.sgk-contacts-info-cred-social .footer__soc {
  display: flex;
  gap: 10px;
}
.sgk-contacts-info-cred-social .footer__soc a {
  width: 33px;
  height: 33px;
  display: inline-block;
}
.sgk-contacts-info-cred-social .footer__soc a:hover svg rect {
  fill: #ffffff;
}
.sgk-contacts-info-cred-social .footer__soc a:hover svg path {
  fill: #343232;
}
.sgk-contacts-info-cred--title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #343232;
  margin-bottom: 25px;
}
.sgk-contacts-info-cred-mainWrapper p span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
  opacity: 0.4;
  display: inline-block;
  margin-right: 10px;
}
.sgk-contacts-info-cred-mainWrapper p a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-form {
  width: 100%;
}
.sgk-form-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.sgk-form-group input,
.sgk-form-group textarea {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 24px;
  border-bottom: 0.50px solid #343232;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(52, 50, 50, 0.4);
}
.sgk-form-group input[type="text"],
.sgk-form-group input[type="email"] {
  width: 48%;
}
.sgk-form-group textarea {
  height: 165px;
}
.sgk-form .sgk-submit {
  display: inline-flex;
  padding: 7px 15px;
}
.sgk-map {
  position: relative;
}
.sgk-map #map {
  height: 95vh;
  width: 100%;
}
.sgk-map .address-blocks {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 5px;
}
.sgk-map .address-blocks .address {
  padding: 10px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}
.sgk-map .address-blocks .address p {
  margin: 0;
  font-size: 14px;
}
.sgk-map .address-blocks .address:hover {
  background: #f0f0f0;
}
.sgk-address-blocks {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 10px;
  display: flex;
  gap: 8px;
}
.sgk-address {
  background-color: #fff;
  padding: 20px;
  width: 330px;
  height: 220px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  transition: .3s;
  cursor: pointer;
}
.sgk-address-top,
.sgk-address-bott {
  display: flex;
  justify-content: space-between;
}
.sgk-address-bott {
  align-items: baseline;
}
.sgk-address-bott-img {
  width: 95px;
  height: 115px;
}
.sgk-address-bott-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sgk-address-bott a {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
  width: 156px;
  position: relative;
  top: -5px;
}
.sgk-address__title {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
  display: flex;
  gap: 5px;
}
.sgk-address__info {
  max-width: 160px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-address__info p {
  margin-bottom: 8px;
}
.sgk-login-reg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sgk-login {
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  position: relative;
  height: auto;
}
.sgk-login__title {
  font-weight: 500;
  font-size: 56px;
  line-height: 0.88;
  text-align: center;
  color: #343232;
  margin-bottom: 65px;
}
.sgk-login__title span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #343232;
  display: inline-block;
  margin-bottom: 15px;
}
.sgk-login__form {
  display: flex;
  flex-direction: column;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, height 0.5s ease-in-out;
  opacity: 1;
  visibility: visible;
  height: auto;
}
.sgk-login__form--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 0;
}
.sgk-login__field {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(52, 50, 50, 0.2);
}
.sgk-login__label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
.sgk-login__label--focus {
  top: -10px;
  opacity: 0.3;
}
.sgk-login__label--focus + .sgk-login__input {
  opacity: 1;
}
.sgk-login__label--focus + .sgk-login__input::placeholder {
  opacity: 0;
}
.sgk-login__input {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
  opacity: 0.3;
  padding-bottom: 8px;
  width: 100%;
  background: none;
  border: none;
  outline: none;
}
.sgk-login__input:focus,
.sgk-login__input:valid {
  opacity: 1;
}
.sgk-login__button {
  padding: 13px;
  background-color: #343232;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 15px;
}
.sgk-login__forgot-password {
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: underline !important;
  color: #343232;
  opacity: 0.3;
}
.sgk-login__register {
  margin-top: 50px;
}
.sgk-login__register p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #343232;
}
.sgk-login__register p a {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #343232;
  margin-left: 15px;
  opacity: 0.3;
}
.sgk-login__register-link {
  color: #343232;
  text-decoration: none;
}
.sgk-login__back-link {
  margin-top: 10px;
  font-size: 14px;
  color: #343232;
  text-decoration: none;
  cursor: pointer;
}
.sgk-thank-you,
.sgk-order-failure {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.sgk-thank-you__message,
.sgk-order-failure__message {
  margin-bottom: 40px;
}
.sgk-thank-you__message h2,
.sgk-order-failure__message h2 {
  font-weight: 500;
  font-size: 68px;
  line-height: 0.882;
  text-align: center;
  color: #343232;
  margin-bottom: 45px;
}
.sgk-thank-you__message h2 span,
.sgk-order-failure__message h2 span {
  font-weight: 400;
  font-style: italic;
}
.sgk-thank-you p,
.sgk-order-failure p {
  position: absolute;
  bottom: 15px;
  max-width: 305px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #343232;
  margin-top: auto;
}
.sgk-thank-you a.sgk-thank-you__button,
.sgk-order-failure a.sgk-thank-you__button,
.sgk-thank-you a.sgk-order-failure__button,
.sgk-order-failure a.sgk-order-failure__button {
  padding: 8px 15px;
  display: inline-flex;
}
@keyframes confetti-burst {
  0% {
    transform: translateY(0) translateX(0) rotate(0);
    opacity: 1;
  }
  100% {
    transform: translateY(var(--endY)) translateX(var(--endX)) rotate(720deg);
    opacity: 0;
  }
}
.confetti {
  position: absolute;
  width: 27px;
  height: 27px;
  background-color: red;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: confetti-burst 2s ease-out forwards;
  opacity: 1;
}
.sgk-login-reg__form {
  transition: opacity 0.5s ease, visibility 0.5s ease, height 0.5s ease;
}
.sgk-login-reg__form--hidden {
  display: none;
}
.sgk-account {
  min-height: 85vh;
}
.sgk-accountWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(52, 50, 50, 0.2);
  padding: 0;
}
.sgk-account-title h1 {
  width: 100%;
  font-weight: 500;
  font-size: 80px;
  line-height: 0.88;
  color: #343232;
  margin: 120px 0;
}
.sgk-account__sidebar {
  width: 265px;
  padding: 50px 30px;
  border-right: 1px solid rgba(52, 50, 50, 0.2);
}
.sgk-account__sidebar ul {
  list-style: none;
  padding: 0;
  margin-bottom: 45px;
}
.sgk-account__sidebar ul li {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
  margin-bottom: 10px;
  transition: .3s;
}
.sgk-account__sidebar ul li:hover,
.sgk-account__sidebar ul li.active {
  font-weight: 700;
  padding-left: 15px;
}
.sgk-account__sidebar ul li:hover::before,
.sgk-account__sidebar ul li.active::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: url('../svg/dot.svg');
}
.sgk-account__sidebar .sgk-account-logout {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: underline;
  color: rgba(52, 50, 50, 0.3);
}
.sgk-account__content {
  flex-grow: 1;
}
.sgk-account__content .sgk-account__sectionWrapper {
  padding: 50px 60px;
}
.sgk-account__content #profile-settings .sgk-account__sectionWrapper:first-child {
  border-bottom: 1px solid rgba(52, 50, 50, 0.2);
}
.sgk-account__content h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  color: #343232;
  margin-bottom: 32px;
}
.sgk-account__content .sgk-login__form {
  max-width: 505px;
}
.sgk-account__content .sgk-login__form .sgk-login__button {
  width: 130px;
}
.sgk-account__content .sgk-account__section {
  display: none;
}
.sgk-account__content .sgk-account__section.active {
  display: block;
}
.sgk-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}
.sgk-table tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 10px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.sgk-table tr:first-child {
  border-top: 1px solid #ddd;
}
.sgk-table tr td {
  margin: 0 auto;
  display: block;
}
.sgk-table-img {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sgk-table-img img {
  width: 100%;
}
.sgk-table-name {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
  max-width: 550px;
  width: 100%;
}
.sgk-table-name p,
.sgk-table-name a {
  max-width: 285px;
  width: 100%;
}
.sgk-table-name span {
  display: block;
  opacity: 0.3;
}
.sgk-table-id {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-table-status {
  display: flex;
  align-items: center;
  width: 140px;
}
.sgk-table-status > span {
  border-radius: 20px;
  padding: 4px 8px;
  border: 1px solid rgba(52, 50, 50, 0.15);
  font-weight: 500;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.sgk-table-status-1 {
  color: #7e9dba;
}
.sgk-table-status-2 {
  color: #343232;
}
.sgk-table-count {
  width: 50px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #343232;
}
.sgk-table-price {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-table-price span {
  font-weight: 500;
}
.sgk-table-buy {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: underline;
  color: rgba(52, 50, 50, 0.3);
}
.sgk-table-buy .sgk-table__buy {
  text-transform: uppercase;
}
.sgk-table__image {
  width: 50px;
  height: auto;
}
.sgk-table__buy {
  text-decoration: underline;
}
.sgk-table-order-history .sgk-table-name {
  max-width: 370px;
}
.sgk-table-address .sgk-table-name {
  width: 150px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
  max-width: 100%;
}
.sgk-table-address .sgk-table-address {
  width: 250px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-table-address .sgk-table-phone {
  width: 130px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-table-address .sgk-table-edit {
  width: 100px;
}
.sgk-table-address .sgk-table-edit button {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: underline;
  color: rgba(52, 50, 50, 0.3);
}
.sgk-table-address .sgk-table-delete {
  width: 100px;
}
.sgk-table-address .sgk-table-delete button {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: underline;
  color: rgba(52, 50, 50, 0.3);
}
.sgk-checkout__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}
.sgk-checkout__header a {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: underline;
  color: rgba(52, 50, 50, 0.3);
}
.sgk-checkout__title {
  font-weight: 500;
  font-size: 56px;
  line-height: 0.88;
  color: #343232;
  margin: 80px 0 70px;
}
.sgk-checkout__container {
  display: flex;
  justify-content: space-between;
}
.sgk-checkout__left {
  flex: 3;
}
.sgk-checkout__right {
  border-left: 1px solid rgba(52, 50, 50, 0.2);
  flex: 1.5;
  padding: 25px 20px;
}
.sgk-checkout__right .sgk-table tr {
  padding: 24px 0;
}
.sgk-checkout__right .sgk-table tr .sgk-table-img {
  width: 175px;
}
.sgk-checkout__right .sgk-table tr .sgk-table-name {
  max-width: 205px;
}
.sgk-checkout__right .sgk-table tr .sgk-table-name p {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
  margin-bottom: 15px;
}
.sgk-checkout__right .sgk-table tr .sgk-table-name .sgk-table-count {
  display: flex;
  background-color: rgba(52, 50, 50, 0.05);
  border-radius: 80px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  width: 70px;
  height: 25px;
  color: rgba(52, 50, 50, 0.3);
}
.sgk-checkout__right .sgk-table tr .sgk-table-name .sgk-table-count * {
  text-align: center;
  padding: 0 3px;
}
.sgk-checkout__right .sgk-table tr .sgk-table-name .sgk-table-count span {
  opacity: 1;
  color: #343232;
}
.sgk-checkout__right .sgk-table tr .sgk-table-price {
  width: 145px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
}
.sgk-checkout__right .sgk-table tr .sgk-table-price > div {
  display: flex;
  width: 100%;
  justify-content: end;
  margin-bottom: 15px;
}
.sgk-checkout__right .sgk-table tr td {
  display: flex;
  flex-wrap: wrap;
}
.sgk-checkout__section {
  display: flex;
  gap: 130px;
  margin-bottom: 40px;
}
.sgk-checkout__section h2 {
  display: flex;
  width: 130px;
  gap: 12px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-checkout__section h2 span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #343232;
}
.sgk-checkout__section .sgk-login__form {
  max-width: 505px;
  width: 100%;
}
.sgk-checkout__cart-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  color: #343232;
  margin-bottom: 24px;
}
.sgk-checkout__cart-count {
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
  color: #343232;
  position: relative;
  top: -15px;
}
.sgk-checkout__promo {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  border: 1px solid rgba(52, 50, 50, 0.2);
  padding: 5px;
}
.sgk-checkout__promo .sgk-checkout__promo-input {
  flex: 2;
  padding: 0;
}
.sgk-checkout__promo .sgk-checkout__promo-button {
  flex: 1;
  margin: 0;
}
.sgk-checkout__summary {
  margin-bottom: 20px;
}
.sgk-checkout__summary p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-checkout__summary p span {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-checkout__summary p span span {
  font-weight: 500;
}
.sgk-checkout__summary span.sgk-checkout__summary-delivery {
  color: rgba(52, 50, 50, 0.3);
}
.sgk-checkout__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 10px;
}
.sgk-checkout__buttons button.sgk-dotbtn {
  border-radius: 80px;
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 8px;
}
.sgk-checkout .sgk-thank-you,
.sgk-checkout .sgk-order-failure {
  max-width: 770px;
}
.sgk-checkout .sgk-thank-you p,
.sgk-checkout .sgk-order-failure p {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: rgba(52, 50, 50, 0.4);
  max-width: 235px;
}
.sgk-checkout .sgk-thank-you p span,
.sgk-checkout .sgk-order-failure p span {
  display: block;
  color: #343232;
}
.sgk-checkout .sgk-order-failure {
  max-width: 770px;
}
.sgk-checkout .sgk-login__input[type="radio"],
.sgk-checkout .sgk-login__input[type="checkbox"] {
  display: none;
}
.sgk-checkout .sgk-login__input[type="radio"] + .sgk-login__label,
.sgk-checkout .sgk-login__input[type="checkbox"] + .sgk-login__label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.sgk-checkout .sgk-login__input[type="radio"] + .sgk-login__label::before,
.sgk-checkout .sgk-login__input[type="checkbox"] + .sgk-login__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 1px solid #343232;
  border-radius: 50%;
}
.sgk-checkout .sgk-login__input[type="checkbox"] + .sgk-login__label::before {
  border-radius: 3px;
}
.sgk-checkout .sgk-login__input[type="radio"]:checked + .sgk-login__label::after,
.sgk-checkout .sgk-login__input[type="checkbox"]:checked + .sgk-login__label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: calc(51%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #343232;
  border-radius: 50%;
}
.sgk-checkout .sgk-login__input[type="checkbox"]:checked + .sgk-login__label::after {
  border-radius: 3px;
  width: 8px;
  height: 8px;
  left: 3px;
  top: calc(52%);
}
.sgk-delivery__input[type="radio"],
.sgk-delivery__input[type="checkbox"] {
  display: none;
}
.sgk-delivery__input[type="radio"] + .sgk-delivery__label,
.sgk-delivery__input[type="checkbox"] + .sgk-delivery__label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.sgk-delivery__input[type="radio"] + .sgk-delivery__label::before,
.sgk-delivery__input[type="checkbox"] + .sgk-delivery__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 1px solid #343232;
  border-radius: 50%;
}
.sgk-delivery__input[type="checkbox"] + .sgk-delivery__label::before {
  border-radius: 3px;
}
.sgk-delivery__input[type="radio"]:checked + .sgk-delivery__label::after,
.sgk-delivery__input[type="checkbox"]:checked + .sgk-delivery__label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: calc(51%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #343232;
  border-radius: 50%;
}
.sgk-delivery__input[type="checkbox"]:checked + .sgk-delivery__label::after {
  border-radius: 3px;
  width: 8px;
  height: 8px;
  left: 3px;
  top: calc(52%);
}
.sgk-delivery__field--hidden {
  display: none;
}
.sgk-login-reg__form--hidden {
  display: none;
}
.sgk-login__checkbox {
  display: flex;
  align-items: center;
}
.sgk-login__checkbox input[type="checkbox"] {
  display: none;
}
.sgk-login__checkbox label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.sgk-login__checkbox input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border: 1px solid #343232;
  border-radius: 3px;
}
.sgk-login__checkbox input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: calc(51%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #343232;
  border-radius: 3px;
}
.sgk-payment__input[type="radio"],
.sgk-payment__input[type="checkbox"],
.sgk-delivery__input[type="radio"],
.sgk-delivery__input[type="checkbox"] {
  display: none;
}
.sgk-payment__input[type="radio"] + .sgk-payment__label,
.sgk-payment__input[type="checkbox"] + .sgk-payment__label,
.sgk-delivery__input[type="radio"] + .sgk-delivery__label,
.sgk-delivery__input[type="checkbox"] + .sgk-delivery__label {
  position: relative;
  padding-left: 15px;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-payment__input[type="radio"] + .sgk-payment__label::before,
.sgk-payment__input[type="checkbox"] + .sgk-payment__label::before,
.sgk-delivery__input[type="radio"] + .sgk-delivery__label::before,
.sgk-delivery__input[type="checkbox"] + .sgk-delivery__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border: 1px solid #343232;
  border-radius: 50%;
}
.sgk-payment__input[type="radio"]:checked + .sgk-payment__label::after,
.sgk-payment__input[type="checkbox"]:checked + .sgk-payment__label::after,
.sgk-delivery__input[type="radio"]:checked + .sgk-delivery__label::after,
.sgk-delivery__input[type="checkbox"]:checked + .sgk-delivery__label::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(51%);
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background: #343232;
  border-radius: 50%;
}
.sgk-checkout__section .sgk-login__field {
  margin-bottom: 10px;
}
.sgk-checkout__section .sgk-login__field span {
  color: rgba(52, 50, 50, 0.3);
}
.sgk-checkout__section .sgk-login__field .sgk-login__textarea {
  border: 1px solid rgba(52, 50, 50, 0.2);
  padding: 8px;
  height: 120px;
  overflow: hidden;
}
.sgk-checkout__section--info .sgk-login__field {
  margin-bottom: 30px;
}
.sgk-checkout__section--info .sgk-login__checkbox .sgk-checkbox__label {
  position: relative;
}
.sgk-checkout__section--info .sgk-login__checkbox .sgk-checkbox__label span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #343232;
  opacity: 0.3;
}
.sgk-checkout__section--info .sgk-login__checkbox .sgk-checkbox__label::before {
  width: 18px;
  height: 10px;
  padding: 2px;
  border-radius: 50px;
}
.sgk-checkout__section--info .sgk-login__checkbox input[type="checkbox"] + label::after {
  position: absolute;
  content: '';
  transition: .3s;
  border-radius: 3px;
  width: 6px;
  height: 6px;
  left: 2px;
  background-color: #343232;
  top: 7px;
}
.sgk-checkout__section--info .sgk-login__checkbox input[type="checkbox"]:checked + label::after {
  left: 10px;
  top: 7px;
  transform: translateY(0);
}
.sgk-checkout__section--del .sgk-login__field {
  border: none;
}
.sgk-checkout__section--del .sgk-delivery__field--address {
  border-bottom: 1px solid rgba(52, 50, 50, 0.2);
  margin-top: 25px;
  margin-bottom: 30px;
}
.sgk-checkout__section--pay .sgk-login__field {
  border: none;
}
.sgk-checkout__section--pay .sgk-login__field:last-child {
  margin-top: 30px;
}
.sgk-checkout__section--pay .sgk-login__field:last-child .sgk-login__label--focus {
  top: -20px;
}
.sgk-order-failure__buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.sgk-order-failure__buttons a {
  margin: 0;
}
.sgk-landing {
  background-color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
}
.sgk-hero {
  height: 100vh;
  display: flex;
  align-items: center;
}
.sgk-hero-left,
.sgk-hero-right {
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 100%;
}
.sgk-hero-left {
  background-image: url('../img/landing/bg_left.png');
}
.sgk-hero-right {
  background-image: url('../img/landing/bg_right.png');
}
.sgk-hero-letters,
.sgk-hero-title {
  position: absolute;
  z-index: 1;
}
.sgk-hero-title {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sgk-hero-letters {
  width: 100%;
  height: 100%;
}
.sgk-hero-letters span {
  padding: 15px;
  position: absolute;
}
.sgk-hero-letters span:nth-child(1) {
  top: 0;
  left: 0;
}
.sgk-hero-letters span:nth-child(2) {
  top: 0;
  right: 0;
}
.sgk-hero-letters span:nth-child(3) {
  bottom: 0;
  left: 0;
}
.sgk-hero-letters span:nth-child(4) {
  bottom: 0;
  right: 0;
}
.sgk-hero-2 {
  height: 100vh;
}
.sgk-hero-2 .sgk-hero-right {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 15px;
}
.sgk-hero-2 .sgk-hero-right-title {
  font-family: "PP Neue Montreal", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  color: #343232;
  max-width: 575px;
}
.sgk-hero-2 .sgk-hero-right-title span {
  font-style: italic;
  font-weight: 400;
}
.sgk-hero-2 .sgk-hero-right-text {
  max-width: 240px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #343232;
}
.sgk-landing-menu {
  position: absolute;
  top: 15px;
  right: 15px;
}
.sgk-history {
  min-height: 100vh;
  height: 100%;
  background-color: #e8e1d7;
  padding: 30px;
  padding-top: 65px;
}
.sgk-history-title {
  margin-bottom: 65px;
}
.sgk-history-title h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  color: #343232;
  max-width: 100%;
}
.sgk-history-title h2 span {
  font-style: italic;
  font-weight: 400;
}
.sgk-history-content {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.sgk-history-content-item {
  flex: 0 0 30%;
}
.sgk-history-content-img img {
  height: auto;
}
.sgk-history-content-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 330px;
}
.sgk-history-content-text-item {
  font-weight: 500;
  line-height: 1.2;
  color: #343232;
}
.sgk-history-content-text-item:first-child p {
  font-size: 14px;
  margin-bottom: 20px;
}
.sgk-history-content-text-item:last-child {
  text-transform: uppercase;
  color: rgba(52, 50, 50, 0.4);
}
.sgk-history-content-text-item p {
  font-size: 12px;
}
.sgk-history-content-text-item p span {
  color: #343232;
  display: block;
}
.sgk-history-content-blocks {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
.sgk-blocks {
  background-color: #343232;
  height: 100vh;
  display: flex;
  align-items: center;
}
.sgk-blocks .sgk-container {
  padding: 120px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  justify-content: center;
}
.sgk-blocks-text p {
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  color: #fff;
}
.sgk-blocks-text p span {
  font-style: italic;
  font-weight: 400;
}
.sgk-blocks-block {
  padding: 10px;
  width: 390px;
  height: 505px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  overflow: hidden;
}
.sgk-blocks-block-subtitle {
  font-weight: 500;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #181817;
}
.sgk-blocks-block-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
.sgk-blocks-block-title {
  font-weight: 500;
  font-size: 60px;
  line-height: 0.882;
  text-align: center;
  color: #181817;
  margin-top: 130px;
}
.sgk-blocks-block-img img {
  width: 100%;
}
.sgk-blocks-block-btn {
  position: absolute;
  bottom: -100%;
  left: 50%;
  transition: .5s;
  transform: translateX(-50%);
  opacity: 0;
}
.sgk-blocks-block:hover .sgk-blocks-block-btn {
  opacity: 1;
  bottom: 25%;
}
.sgk-blocks-block-1 {
  background: #7e9dba;
}
.sgk-blocks-block-2 {
  background: #E8E1D7;
}
.sgk-blocks-block-3 {
  background: #434040;
}
.sgk-blocks-block-3 .sgk-blocks-block-subtitle,
.sgk-blocks-block-3 .sgk-blocks-block-title {
  color: #ffffff;
}
.sgk-blocks-text {
  width: 100%;
  height: 100%;
}
.sgk-blocks-text-1,
.sgk-blocks-text-2,
.sgk-blocks-text-3,
.sgk-blocks-text-4 {
  position: absolute;
}
.sgk-blocks-text-1 {
  top: 15px;
  left: 15px;
}
.sgk-blocks-text-1 p {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}
.sgk-blocks-text-1 p span {
  font-style: normal;
  color: #ffffff;
}
.sgk-blocks-text-2 {
  top: 15px;
  right: 15px;
}
.sgk-blocks-text-3 {
  bottom: 15px;
  left: 15px;
}
.sgk-blocks-text-3 a {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff;
}
.sgk-blocks-text-4 {
  bottom: 15px;
  right: 15px;
}
.sgk-block-specWrapper .sgk-block-spec-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 120px;
}
.sgk-block-specWrapper .sgk-block-spec-slider-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
}
.sgk-block-specWrapper .sgk-block-spec-slider .sgk-main-image {
  flex: 2;
}
.sgk-block-specWrapper .sgk-block-spec-slider .sgk-main-image-img {
  width: 560px;
  height: 670px;
  margin-bottom: 15px;
}
.sgk-block-specWrapper .sgk-block-spec-slider .sgk-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sgk-block-specWrapper .sgk-block-spec-slider .sgk-main-image-text {
  position: relative;
}
.sgk-block-specWrapper .sgk-block-spec-slider .sgk-main-image-text-row-1 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #343232;
  margin-bottom: 5px;
}
.sgk-block-specWrapper .sgk-block-spec-slider .sgk-main-image-text-row-2 {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(52, 50, 50, 0.4);
}
.sgk-block-specWrapper .sgk-block-spec-slider .sgk-main-image-text-row-3 {
  position: absolute;
  top: 0;
  right: 0;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sgk-block-specWrapper .sgk-block-spec-slider .sgk-main-image-text-row-3 .slick-prev,
.sgk-block-specWrapper .sgk-block-spec-slider .sgk-main-image-text-row-3 .slick-next {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  opacity: 0.4;
  transition: .3s;
}
.sgk-block-specWrapper .sgk-block-spec-slider .sgk-main-image-text-row-3 .slick-prev:hover,
.sgk-block-specWrapper .sgk-block-spec-slider .sgk-main-image-text-row-3 .slick-next:hover {
  opacity: 1;
}
.sgk-block-specWrapper .sgk-block-spec-slider .sgk-main-image-text-row-3 .slick-prev {
  transform: rotate(180deg);
}
.sgk-block-specWrapper .sgk-block-spec-slider .sgk-thumbnail-slider {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.sgk-block-specWrapper .sgk-block-spec-slider .sgk-thumbnail-slider-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #343232;
  max-width: 300px;
  margin: 0 auto 25px;
}
.sgk-block-specWrapper .sgk-block-spec-slider .sgk-thumbnail-slider-text {
  display: flex;
  gap: 70px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #343232;
}
.sgk-block-specWrapper .sgk-block-spec-slider .sgk-thumbnail-slider-text p {
  max-width: 330px;
  margin-bottom: 15px;
}
.sgk-block-specWrapper .sgk-block-spec-slider .sgk-thumbnail-sliderWrapper {
  display: flex;
  gap: 10px;
}
.sgk-block-specWrapper .sgk-block-spec-slider .sgk-thumbnail-sliderWrapper div {
  width: 110px;
  height: 145px;
  transition: .3s;
  border: 1px solid transparent;
}
.sgk-block-specWrapper .sgk-block-spec-slider .sgk-thumbnail-sliderWrapper div img {
  transition: .3s;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.sgk-block-specWrapper .sgk-block-spec-slider .sgk-thumbnail-sliderWrapper div:hover {
  padding: 6px;
  border-color: #343232;
}
.sgk-block-specWrapper .sgk-block-spec-slider .sgk-thumbnail-slider img {
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
}
.sgk-block-spec-slider .sgk-slider {
  display: flex;
  overflow: hidden;
}
.sgk-block-spec-slider .sgk-slider .sgk-slide {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}
.sgk-block-spec-slider .sgk-slider .sgk-slide .sgk-image {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.sgk-block-spec-slider .sgk-slider .sgk-slide .sgk-caption {
  text-align: center;
  font-weight: bold;
}
.sgk-promo-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #e8e1d7;
  max-width: 1380px;
  margin: 0 auto;
  padding-bottom: 35px;
}
.sgk-promo-section .sgk-promo-block {
  flex: 1;
  background-color: #e8e1d7;
  border: 1px solid #d1ccbd;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 390px;
}
.sgk-promo-section .sgk-promo-block .sgk-promo-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.sgk-promo-section .sgk-promo-block .sgk-promo-content p {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #343232;
}
.sgk-promo-section .sgk-promo-block .sgk-promo-content p span {
  color: rgba(52, 50, 50, 0.3);
}
.sgk-promo-section .sgk-promo-block .sgk-promo-content h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  color: #343232;
  max-width: 480px;
}
.sgk-promo-section .sgk-promo-block .sgk-promo-content h2 span {
  font-style: italic;
  font-weight: 400;
}
.sgk-promo-section .sgk-promo-block .sgk-promo-content a {
  padding-top: 7px;
  padding-bottom: 7px;
  display: inline-block;
}
.sgk-promo-section .sgk-promo-block .sgk-promo-content a span {
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.sgk-promo-section .sgk-promo-block .sgk-promo-content a svg {
  position: relative;
  top: -2px;
}
.sgk-promo-section .sgk-promo-block .sgk-promo-content a:hover svg circle {
  fill: #ffffff;
}
.sgk-promo-section .sgk-promo-block .sgk-promo-content .sgk-highlight {
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 1;
  display: inline-block;
  padding: 10px;
  background: #dbff00;
  transform: rotate(9deg);
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #343232;
}
.sgk-promo-section .sgk-promo-block .sgk-promo-content .sgk-highlight-circle {
  position: absolute;
  top: 55%;
  left: 0;
  background-color: #7e9dba;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sgk-block-1 > .sgk-container-fluid {
  padding-top: 65px;
  background: #343232;
}
.sgk-block-1 > .sgk-container-fluid > .sgk-container {
  max-height: 1300px;
  margin-bottom: 20%;
}
.sgk-block-1-main {
  background: #7e9dba;
  padding: 30px;
  display: flex;
  flex-direction: column;
  max-width: 1255px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 165px;
}
.sgk-block-1-main-row {
  display: flex;
}
.sgk-block-1-main-row:nth-child(1) {
  gap: 30px;
}
.sgk-block-1-main-row:nth-child(1) p {
  flex: 0 0 31%;
}
.sgk-block-1-main-row:nth-child(2) {
  align-items: center;
}
.sgk-block-1-main-row:nth-child(2) svg {
  margin-right: 365px;
}
.sgk-block-1-main-row:nth-child(3) {
  flex-direction: column;
}
.sgk-block-1-main-row:nth-child(3) h3 {
  font-weight: 500;
  font-size: 198px;
  line-height: 0.882;
  text-align: center;
  color: #181817;
  margin-bottom: 20px;
}
.sgk-block-1-main-row-text-1 {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #181817;
}
.sgk-block-1-main-row-text-2 {
  font-weight: 500;
  font-size: 15px;
  color: #181817;
}
.sgk-block-1-main-row-text-4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #181817;
}
.sgk-block-1-main-row-text-4 a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #181817;
  margin-left: 20px;
}
.sgk-block-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.sgk-block-slider p {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #343232;
}
.sgk-block-slider p span {
  color: rgba(52, 50, 50, 0.4);
}
.sgk-block-slider h4 {
  font-weight: 500;
  font-size: 68px;
  line-height: 0.882;
  text-align: center;
  color: #343232;
  margin-bottom: 65px;
}
.sgk-block-slider h4 span:first-child {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-block-slider h4 span:last-child {
  font-style: italic;
  font-weight: 400;
}
.sgk-block-slider-item {
  border: 1px solid rgba(52, 50, 50, 0.2);
  overflow: hidden;
  padding: 15px;
  margin-bottom: 5px;
}
.sgk-block-slider-item-img {
  max-width: 350px;
  margin-bottom: 10px;
}
.sgk-block-slider-item-img img {
  width: 100%;
  object-fit: cover;
}
.sgk-block-slider-item-tags {
  margin-bottom: 65px;
}
.sgk-block-slider-item-tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  max-width: 330px;
}
.sgk-block-slider-item-tags ul li {
  border: 0.5px solid rgba(52, 50, 50, 0.15);
  border-radius: 21px;
  padding: 4px 8px;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-block-slider-item-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sgk-block-slider-item-info--title {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-block-sliderWrapper,
.sgk-block-reviews-2 {
  width: 100%;
  overflow: hidden;
}
.sgk-block-sliderWrapper .slick-arrow,
.sgk-block-reviews-2 .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.sgk-block-sliderWrapper .slick-prev,
.sgk-block-reviews-2 .slick-prev {
  left: 30px;
}
.sgk-block-sliderWrapper .slick-next,
.sgk-block-reviews-2 .slick-next {
  right: 30px;
}
.sgk-block-sliderWrapper .slick-slide,
.sgk-block-reviews-2 .slick-slide {
  margin: 0;
}
.sgk-block-sliderWrapper .slick-list,
.sgk-block-reviews-2 .slick-list {
  overflow: hidden;
}
.sgk-block-spec {
  max-width: 1440px;
  margin: 0 auto;
}
.sgk-block-spec .sgk-indet-text {
  max-width: 100%;
}
.sgk-block-reviews {
  background: #e8e1d7;
  padding-top: 120px;
}
.sgk-block-reviews-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 120px;
}
.sgk-block-reviews-title > span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
  margin-bottom: 10px;
}
.sgk-block-reviews-title h2 {
  font-weight: 500;
  font-size: 68px;
  line-height: 0.882;
  text-align: center;
  color: #343232;
}
.sgk-block-reviews-title h2 span {
  font-style: italic;
  font-weight: 400;
}
.sgk-block-reviews-title svg {
  margin: 50px auto;
}
.sgk-block-reviews-title p {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #343232;
}
.sgk-block-reviews .sgk-block-spec-slider {
  margin-bottom: 120px;
}
.sgk-block-reviews .sgk-slider .sgk-slide {
  position: relative;
}
.sgk-block-reviews .sgk-slider .sgk-slide:nth-child(2n+1) {
  top: 100px;
}
.sgk-block-reviews .sgk-slider .sgk-slide > div .sgk-caption {
  background-color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  padding-top: 15px;
}
.sgk-block-reviews .sgk-slider .sgk-slide > div .sgk-caption-1 {
  color: #343232;
}
.sgk-block-reviews .sgk-slider .sgk-slide > div .sgk-caption-2 {
  color: rgba(52, 50, 50, 0.4);
}
.sgk-block-reviews .sgk-slider .sgk-slide > div .sgk-image {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 15px;
}
.sgk-block-reviews .sgk-slider .sgk-slide > div .sgk-image:last-child {
  margin-bottom: 0;
}
.sgk-footer-landing {
  background-color: #343232;
  padding: 120px 0 0;
}
.sgk-footer-landing-title {
  font-weight: 500;
  font-size: 68px;
  line-height: 0.88;
  text-align: center;
  color: #fff;
  margin-bottom: 100px;
}
.sgk-footer-landing-title span {
  font-style: italic;
  font-weight: 400;
}
.sgk-footer-landing-address {
  margin-bottom: 100px;
}
.sgk-footer-landing-address .sgk-address-blocks {
  position: relative;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.sgk-footer-landing-address .sgk-address-blocks .sgk-address {
  position: relative;
  z-index: 1;
  cursor: default;
  transition: .3s;
}
.sgk-footer-landing-address .sgk-address-blocks .sgk-address-1 {
  background-color: #7e9dba;
  transform: rotate(10deg);
}
.sgk-footer-landing-address .sgk-address-blocks .sgk-address-2 {
  background-color: #e8e1d7;
  z-index: 2;
  transform: rotate(-11deg);
}
.sgk-footer-landing-address .sgk-address-blocks .sgk-address-3 {
  background-color: #434040;
  transform: rotate(16deg);
}
.sgk-footer-landing-address .sgk-address-blocks .sgk-address-3 * {
  color: #ffffff;
}
.sgk-footer-landing-address .sgk-address-blocks .sgk-address .sgk-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  color: #fff;
  opacity: 0;
}
.sgk-footer-landing-address .sgk-address-blocks .sgk-address .sgk-btn:hover {
  color: #343232;
}
.sgk-footer-landing-address .sgk-address-blocks .sgk-address:hover .sgk-btn {
  opacity: 1;
}
.sgk-footer-landing .sgk-form-container {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 120px;
}
.sgk-footer-landing .sgk-form-container h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin-bottom: 55px;
}
.sgk-footer-landing .sgk-form-container form {
  display: flex;
}
.sgk-footer-landing .sgk-form-container form .sgk-login__field {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.sgk-footer-landing .sgk-form-container .sgk-login__field {
  width: 100%;
}
.sgk-footer-landing .sgk-form-container .sgk-login__field .sgk-login__label,
.sgk-footer-landing .sgk-form-container .sgk-login__field .sgk-login__input {
  color: rgba(255, 255, 255, 0.8);
}
.sgk-footer-landing .sgk-form-container .sgk-login__field .sgk-login__input--message {
  height: 95px;
}
.sgk-footer-landing .sgk-form-containerWrapper {
  display: flex;
  justify-content: space-between;
}
.sgk-footer-landing .sgk-form-containerWrapper .sgk-login__field {
  width: 49%;
}
.sgk-footer-landing-bott {
  border-top: 1px solid #ffffff;
}
.sgk-footer-landing-bottWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1380px;
  margin: 0 auto;
  padding: 10px 0;
}
.sgk-footer-landing-bott-social .footer__soc {
  display: flex;
  gap: 5px;
}
.sgk-footer-landing-bott-social .footer__soc a {
  display: flex;
}
.sgk-footer-landing-bott-copy p {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}
.sgk-footer-landing-bott-dev p {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}
.sgk-footer-landing-bott-dev p span {
  color: #ffffff;
}
.sgk-block-2 {
  background-color: #e8e1d7;
}
.sgk-block-2 .sgk-block-slider {
  margin-bottom: 120px;
}
.sgk-block-2 .sgk-block-slider h4 {
  margin-bottom: 0;
}
.sgk-block-2 .sgk-block-sliderWrapper .sgk-block-slider-item-slide {
  margin: 0 8px;
}
.sgk-block-2 .sgk-block-sliderWrapper .sgk-block-slider-item-slide:first-child {
  margin-left: 0;
}
.sgk-block-2 .sgk-block-sliderWrapper .sgk-block-slider-item-slide:last-child {
  margin-right: 0;
}
.sgk-block-2 .sgk-block-sliderWrapper .slick-list {
  margin: 0 -8px;
}
.sgk-block-2 .sgk-article-product a {
  background-color: #fff;
}
.sgk-block-2 .sgk-history {
  background-color: #fff;
  padding: 0;
  padding-bottom: 35px;
}
.sgk-block-2 .sgk-history > .sgk-container {
  padding: 30px;
  padding-top: 65px;
  margin-bottom: 20px;
}
.sgk-block-2 .sgk-history .sgk-history-content {
  margin-bottom: 120px;
}
.sgk-block-2 .sgk-history .sgk-history-content-text-item a.sgk-btn {
  display: inline-block;
}
.sgk-block-2 .sgk-history .sgk-history-content-text-item a.sgk-btn span {
  margin-right: 5px;
}
.sgk-block-2 .sgk-history .sgk-history-content-text-item a.sgk-btn svg {
  position: relative;
  top: -2px;
}
.sgk-block-2 .sgk-partners-item-img {
  border: 1px solid rgba(52, 50, 50, 0.2);
}
.sgk-block-2 .sgk-partners-item-img img {
  margin: 0 auto;
}
.sgk-block-2 .sgk-block-reviews {
  padding-top: 35px;
}
.sgk-block-2 .sgk-block-reviews-title p {
  margin-bottom: 120px;
}
.sgk-block-2 .sgk-promo-section .sgk-promo-block-2 .sgk-highlight-circle {
  background-color: #925966;
  left: unset;
  top: 30%;
  right: -7%;
}
.sgk-block-2 .sgk-promo-section .sgk-promo-block-3 .sgk-highlight-circle {
  background-color: #d1ccbd;
  left: unset;
  top: 58%;
  right: -3%;
  transform: rotate(30deg);
}
.sgk-block-2 .sgk-block-reviews-2 {
  margin-bottom: 120px;
}
.sgk-block-2 .sgk-block-reviews-2-item {
  padding: 15px;
  width: 450px;
  margin: 0 55px;
  min-height: 480px;
  background-color: #fff;
}
.sgk-block-2 .sgk-block-reviews-2-item-row {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
}
.sgk-block-2 .sgk-block-reviews-2-item-row:nth-child(1) {
  align-items: center;
  margin-bottom: 15px;
}
.sgk-block-2 .sgk-block-reviews-2-item-row:nth-child(2) {
  align-items: baseline;
}
.sgk-block-2 .sgk-block-reviews-2-item-row:nth-child(3) {
  flex-direction: column;
  margin-bottom: 0;
}
.sgk-block-2 .sgk-block-reviews-2-item-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
  max-width: 270px;
}
.sgk-block-2 .sgk-block-reviews-2-item-price {
  display: flex;
  gap: 5px;
}
.sgk-block-2 .sgk-block-reviews-2-item-price--old {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: line-through;
  color: rgba(52, 50, 50, 0.3);
}
.sgk-block-2 .sgk-block-reviews-2-item-price--new {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-block-2 .sgk-block-reviews-2-item-price--new span {
  font-weight: 500;
}
.sgk-block-2 .sgk-block-reviews-2-item-btn a {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: rgba(52, 50, 50, 0.3);
}
.sgk-block-2 .sgk-block-reviews-2-item-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #343232;
  margin-bottom: 10px;
}
.sgk-block-2 .sgk-block-reviews-2-item-rait {
  margin-bottom: 15px;
}
.sgk-block-2 .sgk-block-reviews-2-item-desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #343232;
}
.sgk-block-3 .sgk-block-1-main {
  background-color: #434040;
}
.sgk-block-3 .sgk-block-1-main *,
.sgk-block-3 .sgk-block-1-main h3 {
  color: #ffffff;
}
.sgk-block-3 .sgk-promo-section .sgk-promo-block .sgk-promo-content .sgk-highlight-circle {
  background-color: #343232;
}
.sgk-block-3 .sgk-block-1-main-row-text-1 span {
  display: inline-block;
  max-width: 195px;
}
.sgk-block-3 .sgk-block-slider {
  margin-bottom: 120px;
}
.sgk-block-3 .sgk-block-slider .sgk-block-slider-item {
  height: 450px;
}
.sgk-block-3 .sgk-block-slider .sgk-block-slider-item-img {
  width: 210px;
  height: 210px;
  margin: 90px auto;
}
.sgk-block-3 .sgk-block-slider .sgk-block-slider-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sgk-block-3 .sgk-block-slider .sgk-block-slider-item-info--price p {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: right;
  color: #343232;
}
.sgk-block-3 .sgk-block-slider .sgk-block-slider-item-info--price p span {
  color: #343232;
  font-weight: 600;
}
.sgk-block-3 .sgk-block-select {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  margin-bottom: 200px;
}
.sgk-block-3 .sgk-block-select-item {
  padding: 10px;
  width: 390px;
  height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.sgk-block-3 .sgk-block-select-item p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #343232;
  margin-bottom: 20px;
}
.sgk-block-3 .sgk-block-select-item p span {
  font-style: italic;
  font-weight: 400;
}
.sgk-block-3 .sgk-block-select-item-1 {
  transform: rotate(-5deg);
  background-color: #fff;
}
.sgk-block-3 .sgk-block-select-item-2 {
  top: 100px;
  transform: rotate(5deg);
  background-color: #343232;
}
.sgk-block-3 .sgk-block-select-item-2 p {
  color: #ffffff;
}
.sgk-blocks-text,
.sgk-landing-menu {
  display: none;
}
.sgk-absolute {
  position: absolute;
}
.sgk-template-text {
  max-width: 1100px;
  margin: 0 auto;
}
.sgk-beige_bg {
  background-color: #e8e1d7;
}
.sgk-bg_white {
  background-color: #ffffff;
}
.sgk-blur-on-scroll {
  filter: blur(10px);
  transition: filter 0.3s ease;
}
.sgk-page-blur {
  filter: blur(10px);
  transition: filter 0.3s ease;
  pointer-events: none;
}
.sgk-indet-text {
  position: relative;
  font-weight: 500;
  font-size: 56px;
  line-height: 0.88;
  color: #343232;
  text-indent: 100px;
  max-width: 1100px;
}
.sgk-indet-text span {
  font-style: italic;
  font-weight: 400;
}
.sgk-indet-text span.sgk-numtext {
  text-indent: 0;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
  position: absolute;
  top: 0;
  left: 0;
}
.sgk-dotbtn,
a.sgk-dotbtn,
button.sgk-dotbtn,
input.sgk-dotbtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.sgk-dotbtn span,
a.sgk-dotbtn span,
button.sgk-dotbtn span,
input.sgk-dotbtn span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}
.sgk-dotbtn svg circle,
a.sgk-dotbtn svg circle,
button.sgk-dotbtn svg circle,
input.sgk-dotbtn svg circle {
  transition: .3s;
}
.sgk-dotbtn:hover svg circle,
a.sgk-dotbtn:hover svg circle,
button.sgk-dotbtn:hover svg circle,
input.sgk-dotbtn:hover svg circle {
  fill: #343232;
}
.sgk-btn-reverse:hover svg circle,
a.sgk-btn-reverse:hover svg circle,
button.sgk-btn-reverse:hover svg circle,
input.sgk-btn-reverse:hover svg circle {
  fill: #ffffff;
}
.sgk-100vh {
  min-height: 100vh;
}
.sgk-90vh {
  min-height: 90vh;
}
.sgk-80vh {
  min-height: 80vh;
}
