@import url(https://fonts.googleapis.com/css?family=Inter:300,regular,500&display=swap);
@import url(https://fonts.googleapis.com/css?family=Cormorant+Garamond:500,600,700&display=swap);
@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot?94xf2a");
  src: url("../fonts/icons.eot?94xf2a#iefix") format("embedded-opentype"), url("../fonts/icons.ttf?94xf2a") format("truetype"), url("../fonts/icons.woff?94xf2a") format("woff"), url("../fonts/icons.svg?94xf2a#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="rs-icon-"]::before, [class*=" rs-icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rs-icon-arrow-catalog:before {
  content: "\e900";
}

.rs-icon-basket:before {
  content: "\e901";
}

.rs-icon-arrow-left:before {
  content: "\e902";
}

.rs-icon-arrow-right:before {
  content: "\e903";
}

.rs-icon-arrow-down:before {
  content: "\e904";
}

.rs-icon-fb:before {
  content: "\e905";
}

.rs-icon-inst:before {
  content: "\e906";
}

.rs-icon-search:before {
  content: "\e907";
}

.rs-icon-user:before {
  content: "\e908";
}

.rs-icon-vk:before {
  content: "\e909";
}

.rs-icon-phone:before {
  content: "\e90a";
}

.rs-icon-email:before {
  content: "\e90d";
}

.rs-icon-close:before {
  content: "\e913";
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scrollbar-color: #682611 #fff;
  scrollbar-width: thin;
}

*::-moz-selection {
  background: #682611;
  color: #682611;
}

*::selection {
  background: #682611;
  color: #682611;
}

*::-webkit-scrollbar {
  cursor: pointer;
  width: 6px;
  background: transparent;
  border-radius: 4px;
}

*::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #682611;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 4px;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  scrollbar-color: #682611 #682611;
  scrollbar-width: thin;
}

*::before::-moz-selection, *::after::-moz-selection {
  background: #682611;
  color: #682611;
}

*::before::selection, *::after::selection {
  background: #682611;
  color: #682611;
}

*::before::-webkit-scrollbar, *::after::-webkit-scrollbar {
  cursor: pointer;
  width: 6px;
  background: #fff;
  border-radius: 4px;
}

*::before::-webkit-scrollbar-thumb, *::after::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: transparent;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 4px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}

@media (max-width: 1169px) {
  html {
    scroll-padding-top: calc(15px + (30 - 15) * ((100vw - 320px) / (1169 - 320)));
  }
}

html,
body {
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

body {
  color: #000000;
  line-height: 1;
  font-family: "Inter";
  font-size: 14px;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

nav,
footer,
header,
aside {
  display: block;
}

input,
button,
textarea {
  outline: none;
  font-family: "Inter";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

button:active,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

a {
  cursor: pointer;
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body.lock {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

[class*="__container"] {
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1176px;
}


.pswp__container{
	margin: 0 auto;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
	max-width: inherit;
}

.rs-product__color {
  margin-top: 30px;
}

@media (max-width: 1920px) {
  .rs-product__color {
    margin-top: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
  }
}

.rs-product__color-list {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 3px;
  flex-wrap: wrap;
}

.rs-product__color-item {
  position: relative;
  margin-bottom: 5px;
}

.rs-product__color-item:not(:last-child) {
  margin-right: 17px;
}

.rs-product__color-item label {
  cursor: pointer;
}

.rs-product__color-item label input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0px;
}

.rs-product__color-item label input:checked~span:after {
  opacity: 0.5;
}

.rs-product__color-item label span {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  position: relative;
}
.rs-product__color-item label span[style="background:#ffffff"] {
  border: 1px solid #E5E5E5;
}

.rs-product__color-item label span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 32px;
  height: 32px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  border: 1px solid #282828;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

