@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.eot");
  src: url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.eot");
  src: url("../fonts/Inter-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff"), url("../fonts/Inter-Light.ttf") format("truetype"), url("../fonts/Inter-Light.svg#Inter-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Medium.svg#Inter-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/SuisseIntl-Regular.eot");
  src: url("../fonts/SuisseIntl-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SuisseIntl-Regular.woff2") format("woff2"), url("../fonts/SuisseIntl-Regular.woff") format("woff"), url("../fonts/SuisseIntl-Regular.ttf") format("truetype"), url("../fonts/SuisseIntl-Regular.svg#SuisseIntl-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/SuisseIntl-Book.eot");
  src: url("../fonts/SuisseIntl-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/SuisseIntl-Book.woff2") format("woff2"), url("../fonts/SuisseIntl-Book.woff") format("woff"), url("../fonts/SuisseIntl-Book.ttf") format("truetype"), url("../fonts/SuisseIntl-Book.svg#SuisseIntl-Book") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"), url("../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary-color: #000;
  --bg-color: #fff;
  --font-color: #000;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Non-Standard, But More Styling-Capable Properties */
  /* Standardized Properties */
    outline: none;
}
*:focus,
*:active {
  outline: none;
}
*::-webkit-scrollbar {
  cursor: pointer;
  width: 5px;
  background: #f5f5f5;
}
*::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--primary-color);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@supports not selector(::-webkit-scrollbar) {
  * {
    scrollbar-color: var(--primary-color) var(--bg-color);
    scrollbar-width: thin;
  }
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

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

body {
  color: var(--font-color);
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  background: var(--bg-color);
  -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", sans-serif;
  font-size: inherit;
}

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

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

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

a {
  cursor: pointer;
  color: inherit;
  user-select: none;
	-webkit-user-drag: none;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  display: inline-block;
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

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

html.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%;
  max-width: 1602px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 991.98px) {
  [class*=__container] {
    max-width: 768px;
  }
}
@media (max-width: 767.98px) {
  [class*=__container] {
    max-width: 100%;
  }
}
[class*=__container] [class*=__container] {
  padding: 0;
  max-width: 100%;
}

.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.hidden {
    display: none !important;
}

section {
  position: relative;
  margin: 94px 0px;
  overflow: hidden;
}
section.rs-form{
  overflow: visible;
}
@media (max-width: 1439.98px) {
  section {
    margin: 60px 0px;
  }
}
@media (max-width: 1169.98px) {
  section {
    margin: 45px 0px;
  }
}
@media (max-width: 991.98px) {
  section {
    margin: 33px 0px;
  }
}

.split-text .split-text-wrapper {
  overflow: hidden;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}
.split-text .split-text-wrapper .split-text-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(110%);
      -ms-transform: translateY(110%);
          transform: translateY(110%);
}
.split-text .split-text-wrapper .split-text-body span.split-text-copy {
  position: absolute;
  bottom: 110%;
  left: 0;
  will-change: transform;
}
@media (any-hover: hover) {
  .split-text:hover .split-text-body {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.rs-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 10;
  -webkit-transform: translate3d(0px, 0%, 0px);
          transform: translate3d(0px, 0%, 0px);
  -webkit-transition: background-color 0.2s linear 0.6s, color 0.3s ease 0s;
  transition: background-color 0.2s linear 0.6s, color 0.3s ease 0s;
  font-weight: 400;
  font-size: 16px;
  color: #80766f;
}
@media (max-width: 1439.98px) {
  .rs-link {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .rs-link {
    font-size: 13px;
  }
}

.animated-arrow {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.animated-arrow .the-arrow {
  width: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.animated-arrow .the-arrow.-left {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.animated-arrow .the-arrow.-left > .shaft {
  width: 0;
  background-color: #80766f;
}
.animated-arrow .the-arrow.-left > .shaft:before, .animated-arrow .the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #80766f;
  border-radius: 1px;
}
.animated-arrow .the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow .the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow .the-arrow.-right {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #80766f;
  border-radius: 1px;
}
.animated-arrow .the-arrow.-right > .shaft {
  border-radius: 1px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.animated-arrow .the-arrow.-right > .shaft:before, .animated-arrow .the-arrow.-right > .shaft:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 1px;
}
.animated-arrow .the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}
.animated-arrow .the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.animated-arrow .the-arrow > .shaft {
  background-color: #80766f;
  display: block;
  height: 1px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  will-change: transform;
}
.animated-arrow .the-arrow > .shaft:before, .animated-arrow .the-arrow > .shaft:after {
  background-color: #80766f;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.animated-arrow .the-arrow > .shaft:before {
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}
.animated-arrow .the-arrow > .shaft:after {
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
.animated-arrow:hover {
  color: #000;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 20px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #000;
  border-radius: 1px;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #000;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
}
.animated-arrow:hover > .main > .the-arrow.-right {
  width: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow > .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.animated-arrow > .main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
}
.animated-arrow > .main > .the-arrow {
  position: relative;
}

.rs-btn {
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 10;
  -webkit-transform: translate3d(0px, 0%, 0px);
          transform: translate3d(0px, 0%, 0px);
  -webkit-transition: background-color 0.2s linear 0.6s, color 0.3s ease 0s;
  transition: background-color 0.2s linear 0.6s, color 0.3s ease 0s;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  padding: 12px 11.75px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}
.rs-btn svg {
  position: relative;
  z-index: 1;
  margin-right: 10px;
}
.rs-btn svg path {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rs-btn:before, .rs-btn::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.rs-btn:before {
  background-color: #fff;
  border-radius: 50% 50% 0 0;
  -webkit-transform: translateY(100%) scaleY(0.5);
      -ms-transform: translateY(100%) scaleY(0.5);
          transform: translateY(100%) scaleY(0.5);
}
.rs-btn:after {
  background-color: #000;
  border-radius: 0;
  -webkit-transform: translateY(0) scaleY(1);
      -ms-transform: translateY(0) scaleY(1);
          transform: translateY(0) scaleY(1);
}
.rs-btn._btn-primary {
  color: #fff;
  background-color: #000;
}
.rs-btn._btn-primary:before {
  background-color: #fff;
}
.rs-btn._btn-primary:after {
  background-color: #000;
}
.rs-btn._btn-primary svg path {
  stroke: #fff;
}
._btn-primary.disabled{
  pointer-events: none;
}
@media (any-hover: hover) {
  .rs-btn._btn-primary:hover {
    background-color: #fff;
    color: #000;
  }
  .rs-btn._btn-primary:hover svg path {
    stroke: #000;
  }
}
.rs-btn._btn-primary-border {
  color: #000;
  background-color: #fff;
}
.rs-btn._btn-primary-border:before {
  background-color: #000;
}
.rs-btn._btn-primary-border:after {
  background-color: #fff;
}
.rs-btn._btn-primary-border svg path {
  stroke: #000;
}
@media (any-hover: hover) {
  .rs-btn._btn-primary-border:hover {
    background-color: #000;
    color: #fff;
  }
  .rs-btn._btn-primary-border:hover svg path {
    stroke: #fff;
  }
}
@media (any-hover: hover) {
  .rs-btn:hover:after {
    border-radius: 0 0 50% 50%;
    -webkit-transform: translateY(-100%) scaleY(0.5);
        -ms-transform: translateY(-100%) scaleY(0.5);
            transform: translateY(-100%) scaleY(0.5);
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
  .rs-btn:hover:before {
    border-radius: 0;
    -webkit-transform: translateY(0) scaleY(1);
        -ms-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}

.form {
  width: 100%;
}
.form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}
@media (max-width: 991.98px) {
  .form__wrapper {
    margin: 0px;
  }
}
.form__block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 15px 15px 0 ;
}
@media (max-width: 991.98px) {
  .form__block {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 0px;
  }
}
.form__line {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #b7b7b7;
}
.form__line._form-error {
  border-bottom-color: #f00;
}
@media (min-width: 991.98px) {
  .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form__row .form__line {
    width: 48%;
  }
}
.form__error, .wpcf7-not-valid-tip {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #f00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 991.98px) {
.form__error, .wpcf7-not-valid-tip {
     position: absolute;
  top: auto !important;
  bottom: 14px !important;
  right: 0 !important;
  padding: 0px !important;
}}


.form__error::before, .wpcf7-not-valid-tip::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("../img/icons/error-val.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 8px;
}


@media (max-width: 991.98px) {
.form__error, .wpcf7-not-valid-tip {
    margin-top: 10px;
    font-size: 12px;
    padding-left: 12px;
}

.form__error::before, .wpcf7-not-valid-tip::before {
    width: 16px;
    height: 16px;
}
}

.wpcf7 .form__error{display: none}

.form__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.form__radios .radio {
  position: relative;
}
.form__radios .radio:not(:last-child),.form__radios .rcl-radio-box:not(:last-child) {
  margin-right: 50px;
}
.form__radios .radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__radios .radio label input {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0px;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.form__radios .radio label input:checked ~ .radio-custom::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.form__radios .radio-custom {
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  min-height: 18px;
  min-width: 18px;
  max-height: 18px;
  max-width: 18px;
  background-color: transparent;
  border: 1.5px solid #000;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
.form__radios .radio-custom::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: inherit;
  pointer-events: none;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: ease-out 0.15s;
  transition: ease-out 0.15s;
}
.form__radios .radio-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #000;
  margin-left: 8px;
}
.form__line-password {
  position: relative;
  padding-bottom: 22px;
}
.form__line-password .rs-input {
  padding-top: 22px;
  padding-right: 65%;
}
@media (max-width: 1439.98px) {
  .form__line-password .rs-input {
    padding-right: 0px;
  }
}
.form__password {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  bottom: 14px;
}
@media (max-width: 1439.98px) {
  .form__password {
    bottom: 0;
    position: relative;
    margin: 10px 0px -10px;
    margin-left: 12px;
  }
}
@media (max-width: 767.98px) {
  .form__password {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.form__password-view {
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #000;
}
@media (max-width: 767.98px) {
  .form__password-view {
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.form__password-view svg {
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  .form__password-change {
    width: 100%;
  }
}
.form__password-change .rs-btn {
  padding: 10px 32px;
}
@media (max-width: 767.98px) {
  .form__password-change .rs-btn {
    width: 100%;
  }
}
.form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
   -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
  width: 100%;

}

.rs-form-account .form__wrapper .form__footer {
       -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 991.98px) {
.form__footer_padd{
  padding: 0 15px;
}}
#registerform .form__footer{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .form__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.form__agreement {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #858585;
  max-width: 508px;
  margin-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 991.98px) {
  .form__agreement {
    max-width: 100%;
    margin-right: 0px;
    font-size: 13px;
    margin-bottom: 8px;
  }
}
.form__agreement a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; text-underline-offset: 4px;
}
@media (max-width: 991.98px) {
  .form__button {
    width: 100%;
  }
}
.form__button .rs-btn {
  padding: 17px 32px;
}
@media (min-width: 991.98px) {
  .form__button .rs-btn {
    white-space: nowrap;
  }
}
@media (max-width: 991.98px) {
  .form__button .rs-btn {
    width: 100%;
    padding: 14px 20px;
  }
}
.form__line-radio {
  border: none;
}
.form__upload, .form__block:has(#form-field-post_thumbnail) {
  padding: 17px 32px;
  background: #eeeff1;
}
@media (max-width: 1439.98px) {
  .form__upload {
    padding: 20px;
  }
}

#form-field-post_thumbnail #rcl-uploader-post_thumbnail .rcl-uploader-button-box{
  position: relative;
}

#form-field-post_thumbnail #rcl-uploader-post_thumbnail .rcl-uploader-button-box .rcl-uploader-button{
  color: #fff;
    background-color: #000;
    padding: 10px 20px;
    width: 150px;
    text-align: center;
  cursor: pointer;
}

#form-field-post_thumbnail #rcl-uploader-post_thumbnail .rcl-uploader-button-box .rcl-uploader-button::before{
  content: "Загрузить изображение для обложки";
    position: absolute;
    color: #000;
    width: 333px;
    transform: translate(200px, -40px);
    font-size: 18px;
}

#form-field-post_thumbnail #rcl-uploader-post_thumbnail .rcl-uploader-button-box .rcl-uploader-button .rcl-bttn__ico{
  display: none;
}

#form-field-post_thumbnail #rcl-uploader-post_thumbnail .rcl-uploader-button-box .rcl-uploader-button:hover{
  color: #000;
  background-color: #fff;
}

@media (max-width: 430px){
  #form-field-post_thumbnail #rcl-uploader-post_thumbnail .rcl-uploader-button-box .rcl-uploader-button::before{
    width: 242px;
    transform: translate(112px, -40px);
    text-align: left;
}
}

.form__upload_btn {
  position: relative;
}
@media (max-width: 991.98px) {
  .form__upload_btn {
    margin-top: 10px;
  }
}
.form__upload_btn .rs-btn {
  padding: 11px 32px;
}
.form__upload_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .form__upload_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.form__upload_head h4 {
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  color: #000;
}
@media (max-width: 1439.98px) {
  .form__upload_head h4 {
    font-size: 20px;
  }
}
@media (max-width: 1169.98px) {
  .form__upload_head h4 {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .form__upload_head h4 {
    font-size: 16px;
  }
}
.form__upload_head p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #858585;
}
@media (max-width: 1439.98px) {
  .form__upload_head p {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .form__upload_head p {
    font-size: 13px;
  }
}
.form .upload .upload__input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0px;
  z-index: 100;
}
.form .upload .upload__preview._ready-files {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 100%;
  margin-top: 30px;
  padding-right: 128px;
}
@media (max-width: 1439.98px) {
  .form .upload .upload__preview._ready-files {
    padding-right: 0px;
    gap: 15px;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 540px) {
  .form .upload .upload__preview._ready-files {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.form .upload .upload__preview._ready-files .upload__file {
  padding-bottom: 73.5%;
  position: relative;
  border: 1.5px solid #b7b7b7;
}
.form .upload .upload__preview._ready-files img,
.form .upload .upload__preview._ready-files video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
#rcl-uploader-post_thumbnail .rcl-uploader-button-box,
.form .upload.form__pin .form__upload_btn {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0px;
}
#rcl-uploader-post_thumbnail .rcl-uploader-button-box{width: 100%;max-width: 134px}
.form .upload.form__pin .rcl-uploader-button-post_thumbnail{
  display: flex;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #858585;
}
.form .upload.form__pin .rcl-uploader-button-post_thumbnail .rcli.fa-upload:before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9997 9.41511L9.87928 16.5355C7.92666 18.4881 4.76084 18.4881 2.80822 16.5355C0.855594 14.5829 0.855595 11.4171 2.80822 9.46445L9.64358 2.62908C10.9453 1.32733 13.0559 1.32733 14.3576 2.62908C15.6594 3.93083 15.6594 6.04138 14.3576 7.34313L7.53323 14.1675C6.88235 14.8184 5.82708 14.8184 5.1762 14.1675C4.52533 13.5167 4.52533 12.4614 5.1762 11.8105L11.3976 5.58906' stroke='%23858585' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.9997 9.41511L9.87928 16.5355C7.92666 18.4881 4.76084 18.4881 2.80822 16.5355C0.855594 14.5829 0.855595 11.4171 2.80822 9.46445L9.64358 2.62908C10.9453 1.32733 13.0559 1.32733 14.3576 2.62908C15.6594 3.93083 15.6594 6.04138 14.3576 7.34313L7.53323 14.1675C6.88235 14.8184 5.82708 14.8184 5.1762 14.1675C4.52533 13.5167 4.52533 12.4614 5.1762 11.8105L11.3976 5.58906' stroke='black' stroke-opacity='0.2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  margin-left: 8px;
}
#form-field-gallery .notice,
.form .upload.form__pin .notice{display: none}
.form .upload.form__pin .upload__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #858585;
}
/*#form-field-gallery .attachment-manager,*/
#form-field-gallery .attachment-title,
.form .upload.form__pin .attachment-manager .rcl-bttn.rcl-bttn__size-standart,
.form .upload.form__pin .attachment-title{
  display: none;
}
#rcl-uploader-input-gallery,
#rcl-uploader-input-post_thumbnail{
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  left: 0;
  top: 0;
}
#rcl-field-gallery{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
#rcl-field-gallery .rcl-uploader-button-box{
  position: absolute;
  right: 0;
  top: 0;
}
#rcl-upload-gallery-gallery{
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
#rcl-upload-gallery-post_thumbnail,
.attachment-manager  a[class*="rcl-switch-gallery-button"] {display: none}
#form-field-gallery .rcl-field-notice{
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #858585;
}
#form-field-gallery .rcl-field-notice .rcli,
.rcl-uploader-button-gallery i{display: none}
.form .upload.form__pin .upload__btn svg {
  margin-left: 8px;
}
.form .upload.form__pin .upload__preview._ready-files {
  grid-template-columns: repeat(11, 1fr);
  gap: 20px;
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 12px;
  padding-right: 12px;
}
#rcl-field-gallery h4{
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  color: #000;
}
@media (max-width: 1439.98px) {
  .form .upload.form__pin .upload__preview._ready-files {
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
  }
}
@media (max-width: 540px) {
  .form .upload.form__pin .upload__preview._ready-files {
    grid-template-columns: repeat(5, 1fr);
  }
}
.form .upload.form__pin .upload__preview._ready-files .upload__file {
  padding-bottom: 65.7%;
}
.wpcf7 .wpcf7-submit:disabled span{
  cursor: not-allowed;
}
.checkbox .wpcf7-list-item-label,
.checkbox {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	pointer-events: all;
}

.checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: relative;
	pointer-events: none;
}
.checkbox label .form__error, .wpcf7-not-valid-tip {
  bottom: auto;
  top: calc(100% + 5px);
}
.checkbox input {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  font-size: 0px;
  cursor: pointer;
}
.checkbox input:checked ~ .wpcf7-list-item-label .checkbox-custom ,
.checkbox input:checked ~ .checkbox-custom {
  background-color: #000;
}
.checkbox input:checked ~ .wpcf7-list-item-label .checkbox-custom::before ,
.checkbox input:checked ~ .checkbox-custom::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.checkbox .checkbox-custom {
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  min-height: 11px;
  min-width: 11px;
  max-height: 11px;
  max-width: 11px;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 2px;
  margin-right: 8px;
  margin-top: 5px;
  transition: all 0.3s ease 0s;
}
.checkbox .checkbox-custom::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background-image: url("../img/icons/check-input.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
      -ms-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
  -webkit-transition: ease-out 0.15s;
  transition: ease-out 0.15s;
}
.checkbox .checkbox-label {
  font-weight: 400;
  font-size: 12px;
  color: #858585;
}
.checkbox .checkbox-label a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.wpcf7-not-valid-tip {
  padding: 4px 12px 0px;

}

.wpcf7-response-output {
    margin: 30px 0 0 !important;
padding: 0 !important;
border:none !important;
color: red;
}

.wpcf7 form.sent .wpcf7-response-output  {
    color: green;
}

.rs-input {
  outline: none;
  width: 100%;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  padding: 14px 12px 0px;
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 1439.98px) {
  .rs-input {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .rs-input {
    font-size: 13px;
  }
}
.rs-input::-webkit-input-placeholder {
  color: #858585;
}
.rs-input::-moz-placeholder {
  color: #858585;
}
.rs-input:-ms-input-placeholder {
  color: #858585;
}
.rs-input::-ms-input-placeholder {
  color: #858585;
}
.rs-input::placeholder {
  color: #858585;
}

.rs-input-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 1439.98px) {
  .rs-input-label {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .rs-input-label {
    font-size: 13px;
  }
}

textarea.rs-input {
  resize: none;
  min-height: 148px;
}

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 27px;
  margin-bottom: 50px;
  border-bottom: 1px solid #b7b7b7;
}
@media (max-width: 1439.98px) {
  .section-header {
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1169.98px) {
  .section-header {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  .section-header {
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
}
.section-header__title h1,
.section-header__title h2 {
  font-family: "Suisse Int'l", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1a1a1a;
}
@media (max-width: 1439.98px) {
  .section-header__title h1,
  .section-header__title h2 {
    font-size: 18px;
  }
}
@media (max-width: 1169.98px) {
  .section-header__title h1,
  .section-header__title h2 {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .section-header__title h1,
  .section-header__title h2 {
    font-size: 13px;
  }
}

.product {
    height: 100%;
    width: 100%;
}

.product__item {
    width: 100%;
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product__picture {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
  border: 1px solid #d4d4d4;
  overflow: hidden;
}
.product__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__timer {
  position: absolute;
  top: 30px;
  right: 35px;
  padding: 10px 15px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  text-align: center;
}
@media (max-width: 1439.98px) {
  .product__timer {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 1169.98px) {
  .product__timer {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 991.98px) {
  .product__timer {
    top: 9px;
    right: 7px;
  }
}
.product__timer > h6 {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  margin-bottom: 7px;
}
@media (max-width: 1439.98px) {
  .product__timer > h6 {
    margin-bottom: 3.5px;
  }
}
.product__timer .timer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product__timer .timer__item {
  position: relative;
  min-width: 30px;
  padding-bottom: 11px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.03em;
}
@media (max-width: 1439.98px) {
  .product__timer .timer__item {
    font-size: 13px;
  }
}
.product__timer .timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 400;
  font-size: 10px;
}
.product__timer .timer__item:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 1439.98px) {
  .product__timer .timer__item:not(:last-child) {
    margin-right: 12px;
  }
}
.product__timer .timer__item:not(:last-child)::after {
  content: ":";
  position: absolute;
  right: -13px;
  top: -2px;
  font-size: 18px;
  -webkit-animation: opacityTimer 2s linear infinite;
          animation: opacityTimer 2s linear infinite;
}
@media (max-width: 1439.98px) {
  .product__timer .timer__item:not(:last-child)::after {
    font-size: 8px;
    right: -6px;
    top: 3px;
  }
}
@-webkit-keyframes opacityTimer {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityTimer {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.product__desc {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
          width: 100%;
}
@media (max-width: 1439.98px) {
  .product__desc {
    margin-top: 11px;
  }
}
.product__desc_body h6 {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #858585;
}
@media (max-width: 1439.98px) {
  .product__desc_body h6 {
    font-size: 13px;
  }
}
.product__desc_body h4 {
  font-family: "Suisse Intl", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 110%;
  margin-top: 7px;
}
@media (max-width: 1439.98px) {
  .product__desc_body h4 {
    margin-top: 7px;
    font-size: 16px;
  }
}
.product__desc_table {
  width: 100%;
  margin-bottom: 20px;
}
.product__desc_body {
    margin-bottom: 23px;
}
@media (max-width: 991.98px) {
  .product__desc_table {
    margin-bottom: 10px;
  }

  .product__desc_body {
      margin-bottom: 10px;}
}
.product__desc_table table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: 0px;
}
.product__desc_table table tbody tr td {
  vertical-align: top;
  padding: 22px 0px 9px;
  border-bottom: 1px solid #e8e8e8;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #858585;
}
@media (max-width: 1439.98px) {
  .product__desc_table table tbody tr td {
    font-size: 13px;
    padding: 11px 0px 9.5px;
  }
}
.product__desc_table table tbody tr td:first-child {
  max-width: 150px;
}
.product__desc_table table tbody tr td:last-child {
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  color: #000;
}
@media (max-width: 1439.98px) {
  .product__desc_table table tbody tr td:last-child {
    font-size: 13px;
  }
}
.product__desc_table table tbody tr:last-child td:last-child {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0px;
}
@media (max-width: 1439.98px) {
  .product__desc_table table tbody tr:last-child td:last-child {
    font-size: 18px;
  }
}
.product__desc_btn {
  margin-top: auto;
  width: 100%;
}
.product__desc_btn .rs-btn {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 1439.98px) {
  .product__desc_btn .rs-btn {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.product-catalog {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (any-hover: hover) {
  .product-catalog:hover .product-catalog__img::after {
    opacity: 1;
  }
}
.product-catalog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.product-catalog__img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 82.4%;
  border: 1px solid #d4d4d4;
}
.rs-catalog .product-catalog__img {
  border: none;
  padding-bottom: 0%;
}
.product-catalog__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.product-catalog__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.rs-catalog .product-catalog__img img {
  position: relative;
}
.product-catalog__desc {
  margin-top: 12px;
}
@media (max-width: 991.98px) {
  .product-catalog__desc {
    margin-top: 10px;
  }
}
.product-catalog__desc_part {
  margin-bottom: 12px;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .product-catalog__desc_part {
    margin-bottom: 8px;
  }
}
.product-catalog__desc-head, .product-catalog__desc-footer {
  line-height: 140%;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .product-catalog__desc-head, .product-catalog__desc-footer {
    font-size: 13px;
  }
}
.product-catalog__desc-head {
  color: #858585;
  margin-bottom: 4px;
}
@media (max-width: 991.98px) {
  .product-catalog__desc-head {
    margin-bottom: 0px;
  }
}
.product-catalog__desc-body {
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 1439.98px) {
  .product-catalog__desc-body {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .product-catalog__desc-body {
    font-size: 14px;
  }
}
.product-catalog__desc-footer {
  margin-top: 4px;
}
@media (max-width: 991.98px) {
  .product-catalog__desc-footer {
    margin-top: 0px;
  }
}
.product-catalog__view {
  padding: 2px 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d4d4d4;
  border-radius: 28px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #4e4e4e;
}
.product-catalog__view svg {
  margin-right: 8px;
}
.product-catalog__price {
  font-weight: 600;
  font-size: 22px;
  margin-top: 12px;
}
@media (max-width: 991.98px) {
  .product-catalog__price {
    margin-top: 8px;
    font-size: 20px;
  }
}
.product-catalog__bet {
  margin-top: 12px;
}
.product-catalog__bet-last {
  font-weight: 400;
  font-size: 18px;
  color: #f00;
}
@media (max-width: 991.98px) {
  .product-catalog__bet-last {
    font-size: 16px;
  }
}
.product-catalog__bet-time {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
@media (max-width: 991.98px) {
  .product-catalog__bet-time {
    font-size: 13px;
  }
}
.product-catalog__bet-time svg {
  margin-right: 4px;
}
.product-catalog__bet-time .timer {
  margin-left: 4px;
}
.product-catalog__bet-time .timer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-catalog__bet-time .timer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-catalog__bet-time .timer__item:not(:last-child) {
  margin-right: 4px;
}
.product-catalog__bet-time .timer__item::after {
  content: attr(data-title);
  display: block;
  margin-left: 4px;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-button-prev:active, .swiper-button-prev:focus,
.swiper-button-next:active,
.swiper-button-next:focus {
  outline: none !important;
}
.swiper-button-prev::-moz-focus-inner,
.swiper-button-next::-moz-focus-inner {
  border: 0 !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 0px;
}

.swiper-pagination-bullet:active, .swiper-pagination-bullet:focus {
  outline: none !important;
}
.swiper-pagination-bullet::-moz-focus-inner {
  border: 0 !important;
}

.swiper-button-lock,
.swiper-pagination-lock {
  display: none !important;
}

.swiper-button-disabled {
  opacity: 0.5;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  top: 0%;
  width: auto;
  height: auto;
  margin-top: 0px;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.swiper-button-next svg path,
.swiper-button-prev svg path {
  stroke-width: 1;
  stroke-opacity: 1;
  stroke: rgba(0, 0, 0, 0.8);
  -webkit-transition: stroke 0.3s ease 0s;
  transition: stroke 0.3s ease 0s;
}
@media (max-width: 991.98px) {
  .swiper-button-next svg path,
  .swiper-button-prev svg path {
    stroke: rgb(0, 0, 0);
  }
}
@media (any-hover: hover) {
  .swiper-button-next:hover svg path,
  .swiper-button-prev:hover svg path {
    stroke: rgb(0, 0, 0);
  }
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0px;
  right: 0px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0px;
  left: 0px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
  width: 50px;
  white-space: nowrap;
  font-family: "Suisse Intl", sans-serif;
  font-weight: 400;
  letter-spacing: -0.07em;
  font-size: 14px;
  color: #858585;
}
@media (max-width: 991.98px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    font-size: 13px;
  }
}

.swiper-pagination {
  position: relative;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination .swiper-pagination-current,
.swiper-pagination .swiper-pagination-total {
  display: inline-block;
  letter-spacing: 0px;
}

.swiper-pagination .swiper-pagination-current {
  color: #858585;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 3px;
  left: 0;
}

.swiper-pagination-progressbar {
  background: #f5f5f5;
  position: relative;
  border-radius: 0px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #151515;
  position: absolute;
  bottom: auto;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-action  .swiper-button-next:not(.swiper-button-lock), 
.swiper-action  .swiper-button-prev:not(.swiper-button-lock), 
.swiper-action  .swiper-pagination:not(.swiper-pagination-lock) {
     margin-top: 30px;
}
@media (max-width: 1439.98px) {
.swiper-action  .swiper-button-next:not(.swiper-button-lock), 
.swiper-action  .swiper-button-prev:not(.swiper-button-lock), 
.swiper-action  .swiper-pagination:not(.swiper-pagination-lock) {
    margin-top: 22px;
  }
}
.swiper-action .swiper-pagination {
  margin-left: 30.5px;
}
@media (max-width: 1439.98px) {
  .swiper-action .swiper-pagination {
    margin-left: 18.5px;
  }
}

.swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-navigation .swiper-button-prev:not(:last-child),
.swiper-navigation .swiper-button-next:not(:last-child) {
  margin-right: 13px;
}

.rs-breadcrumbs {
  position: relative;
}
.rs-breadcrumbs__block {
  padding-bottom: 86px;
  padding-top: 20px;
  border-bottom: 1px solid #b7b7b7;
}
.no-border .rs-breadcrumbs__block {
  border: none;
  padding-bottom: 46px;
}
@media (max-width: 1439.98px) {
  .rs-breadcrumbs__block {
    padding-bottom: 34px;
  }
}
@media (max-width: 1169.98px) {
  .rs-breadcrumbs__block {
    padding-bottom: 24px;
  }
}
@media (max-width: 991.98px) {
  .rs-breadcrumbs__block {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.rs-breadcrumbs__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 1439.98px) {
  .rs-breadcrumbs__title {
    margin-top: 34px;
  }
}
@media (max-width: 1169.98px) {
  .rs-breadcrumbs__title {
    margin-top: 24px;
  }
}
@media (max-width: 991.98px) {
  .rs-breadcrumbs__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 12px;
  }
}
.rs-breadcrumbs__title > h1 {
  font-weight: 400;
  font-size: 35px;
  line-height: 120%;
  text-transform: uppercase;
  font-family: "Suisse Intl", sans-serif;
}
@media (max-width: 1439.98px) {
  .rs-breadcrumbs__title > h1 {
    font-size: 30px;
  }
}
@media (max-width: 1169.98px) {
  .rs-breadcrumbs__title > h1 {
    font-size: 25px;
  }
}
@media (max-width: 991.98px) {
  .rs-breadcrumbs__title > h1 {
    font-size: 20px;
  }
}
.rs-breadcrumbs__title > .rs-btn {
  padding: 17px 20px;
}
@media (max-width: 1439.98px) {
  .rs-breadcrumbs__title > .rs-btn {
    padding: 14px 20px;
  }
}
@media (max-width: 991.98px) {
  .rs-breadcrumbs__title > .rs-btn {
    margin-top: 15px;
    width: 100%;
  }
}
.rs-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rs-breadcrumbs__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1439.98px) {
  .rs-breadcrumbs__item {
    font-size: 13px;
  }
}
.rs-breadcrumbs__item > span {
  color: #858585;
}
.rs-breadcrumbs__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rs-breadcrumbs__link > span {
  color: #000;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .rs-breadcrumbs__link > span:hover {
    color: #858585;
  }
}
.rs-breadcrumbs__link:after {
  content: "";
  min-width: 12px;
  min-height: 9px;
  max-width: 12px;
  max-height: 9px;
  display: block;
  background-image: url("../img/icons/chevron-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  margin: 0px 8px;
}

.popup-show .popup::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 5px;
  -webkit-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
  z-index: 1000;
}
.popup::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: -1;
}

.popup_show {
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}

.popup__close-btn {
  position: absolute;
  right: 32px;
  top: 42.5px;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .popup__close-btn {
    top: 32px;
    right: 32px;
  }
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #fff;
  padding: 32px;
  width: 100%;
  max-width: 693px;
  position: relative;
}
.lock .popup__content {
  visibility: visible;
}
.popup-place-bet .popup__content {
  max-width: 533px;
}
@media (max-width: 991.98px) {
  .popup__content {
      padding: 16px;
  }

  .popup-history-bet .popup__content {
    padding: 28px 10px 28px 10px;
  }

}

.popup__text > .rs-btn {
    width: 100%;
    margin-top: 15px;
}

.popup__text > p {    
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #4e4e4e;
}

@media (max-width: 1439.98px) {
  .popup__text p {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .popup__text p {
    font-size: 13px;
  }
}

.popup__text > h2 {
  font-family: "Suisse Intl", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media (max-width: 1439.98px) {
  .popup__text > h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1169.98px) {
  .popup__text > h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .popup__text > h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.popup__table {
  max-height: 709px;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup__table::-webkit-scrollbar {
  width: 2px;
}
.popup__table table {
  width: 100%;
}
.popup__table table thead tr th {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #858585;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
}
@media (max-width: 1439.98px) {
  .popup__table table thead tr th {
    font-size: 13px;
  }
}
.popup__table table tbody tr td {
  padding-top: 30px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8e8e8;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #000;
}
@media (max-width: 1439.98px) {
  .popup__table table tbody tr td {
    font-size: 14px;
    padding-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .popup__table table tbody tr td {
    font-size: 13px;
  }
}
.popup__block {
  display: none;
}
.popup__block._active-step {
  display: block;
}
.popup__block_wrapper h4 {
  font-family: "Suisse Intl", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
}
@media (max-width: 1439.98px) {
  .popup__block_wrapper h4 {
    font-size: 20px;
  }
}
@media (max-width: 1169.98px) {
  .popup__block_wrapper h4 {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .popup__block_wrapper h4 {
    font-size: 16px;
  }
}
.popup__block_wrapper p {
  margin-top: 4px;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #4e4e4e;
}
@media (max-width: 1439.98px) {
  .popup__block_wrapper p {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .popup__block_wrapper p {
    font-size: 13px;
  }
}
.popup__block .rs-btn {
  margin-top: 32px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 1439.98px) {
  .popup__block .rs-btn {
    margin-top: 25px;
  }
}
@media (max-width: 991.98px) {
  .popup__block .rs-btn {
    margin-top: 15px;
  }
}
.popup__confirmed .popup__block .rs-btn {
  margin-top: 56px;
}
@media (max-width: 1439.98px) {
  .popup__confirmed .popup__block .rs-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .popup__confirmed .popup__block .rs-btn {
    margin-top: 15px;
  }
}
.popup__block_line {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000;
}
@media (max-width: 1439.98px) {
  .popup__block_line {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .popup__block_line {
    font-size: 13px;
  }
}
#change-password .popup__content {
    max-width: 640px;
}

#change-password .form__button {
    width: 100%
}
#change-password .form__button .rs-btn {
    width: 100%
}
.popup__form .popup__block_line {
  position: relative;
}

.popup__form .popup__block_line::after {
  content: "₽";
  position: absolute;
  top: 15px;
  right: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000;
}
.popup__form .popup__block_line span {
  margin-top: 2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #f00;
  display: none;
}
._error .popup__form .popup__block_line span {
  display: block;
}
.popup__form .popup__block_line .rs-input {
  border: 1px solid #b7b7b7;
  padding: 16px 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000;
  padding-right: 50px;
}
@media (max-width: 1439.98px) {
  .popup__form .popup__block_line .rs-input {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .popup__form .popup__block_line .rs-input {
    font-size: 13px;
  }
}
.popup__form .popup__block_line .rs-input::-webkit-input-placeholder {
  color: #858585;
}
.popup__form .popup__block_line .rs-input::-moz-placeholder {
  color: #858585;
}
.popup__form .popup__block_line .rs-input:-ms-input-placeholder {
  color: #858585;
}
.popup__form .popup__block_line .rs-input::-ms-input-placeholder {
  color: #858585;
}
.popup__form .popup__block_line .rs-input::placeholder {
  color: #858585;
}
.popup__form .popup__block_line .rs-input::-webkit-outer-spin-button, .popup__form .popup__block_line .rs-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.popup__form .popup__block_line .rs-input {
  -moz-appearance: textfield;
}
.popup__confirmed .popup__block_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  background: rgba(27, 161, 89, 0.1);
}
.popup__confirmed .popup__block_line svg {
  margin-right: 8px;
}
.popup__img {
  width: 73px;
  height: 73px;
  margin-bottom: 32px;
}
@media (max-width: 1439.98px) {
  .popup__img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
}
.popup__img svg,
.popup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.popup-end .popup__content {
  max-width: 533px;
}
.popup-end .popup__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.popup-end .popup__text h2 {
  margin-bottom: 10px;
}
.popup-end .popup__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #4e4e4e;
}
@media (max-width: 1439.98px) {
  .popup-end .popup__text p {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .popup-end .popup__text p {
    font-size: 13px;
  }
}
.popup-end .popup__text .rs-btn {
  margin-top: 32px;
  width: 100%;
  padding: 16px 20px;
}
@media (max-width: 1439.98px) {
  .popup-end .popup__text .rs-btn {
    margin-top: 20px;
  }
}

.pagging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
@media (max-width: 1439.98px) {
  .pagging {
    margin-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .pagging {
    margin-top: 30px;
  }
}
.pagging__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagging__prev {
  margin-right: 32px;
}
@media (max-width: 1439.98px) {
  .pagging__prev {
    margin-right: 25px;
  }
}
@media (max-width: 1169.98px) {
  .pagging__prev {
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .pagging__prev {
    margin-right: 15px;
  }
}
.pagging__start {
  margin-right: 32px;
}
@media (max-width: 1439.98px) {
  .pagging__start {
    margin-right: 25px;
  }
}
@media (max-width: 1169.98px) {
  .pagging__start {
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .pagging__start {
    margin-right: 15px;
  }
}
.pagging__next {
  margin-left: 32px;
}
@media (max-width: 1439.98px) {
  .pagging__next {
    margin-left: 25px;
  }
}
@media (max-width: 1169.98px) {
  .pagging__next {
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .pagging__next {
    margin-left: 15px;
  }
}
.pagging__end {
  margin-left: 32px;
}
@media (max-width: 1439.98px) {
  .pagging__end {
    margin-left: 25px;
  }
}
@media (max-width: 1169.98px) {
  .pagging__end {
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .pagging__end {
    margin-left: 15px;
  }
}
.pagging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagging__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  padding: 8px;
  width: 43px;
  height: 43px;
  font-weight: 400;
  font-size: 19px;
  line-height: 138%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1439.98px) {
  .pagging__item {
    font-size: 16px;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1169.98px) {
  .pagging__item {
    font-size: 13px;
    width: 32px;
    height: 32px;
  }
}
.pagging__item._active {
  background-color: #000;
  color: #fff;
}
.pagging__more {
  margin: 0px 40px;
}
.blocked{
  pointer-events: none;
}
@media (max-width: 1169.98px) {
  .pagging__more {
    margin: 0px 20px;
  }
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}
##registerform ._form-error .form__error,
#loginform ._form-error .form__error{display: none}

.rs-input._form-error::placeholder {
  color: #FF0000;
}
.errno >p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #FF0000;
  flex: none;
  order: 1;
  flex-grow: 1;
  display: flex;
}
.errno >p:before{
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../img/icons/info_err.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 8px;
}

.form__footer_reg {
    padding: 0px;
    margin-top: 40px;
    width: 100%;
        font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
}

@media (max-width: 1439.98px) {
    .form__footer_reg {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
 .form__footer_reg {
    font-size: 13px;
  }
}

.form__footer_reg .form__agreement {
    text-align: right;
    margin-right: 0px;
  font-size: 16px;
  line-height: 140%;
  /* or 22px */
  color: #000000;
}


@media (max-width: 1439.98px) {
.form__footer_reg .form__agreement {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
.form__footer_reg .form__agreement {
    font-size: 13px;
  }
}

.logout-button {
    margin-top: 20px;
}

.rcl-upload-gallery {
     margin-top: 20px;
}

.gallery-attachment {
        position: relative;
        overflow: hidden;
}

.rcli {
        position: absolute;
    right: 0px;
    top: 0px;
    background-color: #fff;
    padding: 2px;
}

.gallery-attachment .rcl_preloader {
 display: none;
 background-color: #fff;
}

.gallery-attachment .rcl_preloader, .gallery-attachment .rcl_preloader i {
    position: absolute !important;
    z-index: 10 !important;
    width: 100% !important;
    height: 100% !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    font-size: 20px  !important;
}

.gallery-attachment .rcl_preloader i:after, .gallery-attachment .rcl_preloader i:before {
      position: absolute !important;
    z-index: 10 !important;
    width: 100% !important;
    height: 100% !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    font-size: 20px  !important;
}



.rs-admin__form .paintings-list{
      display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.rs-admin__form .paintings-list .painting-item{
  border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.rs-admin__form .paintings-list .painting-item img{
      width: 100%;
    height: auto;
    object-fit: contain;
}
.rs-admin__form .paintings-list .painting-item p{
  display: flex;
}
.rs-admin__form .paintings-list .painting-item a{
      font-size: 14px;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    transition: 0.5s;
}

.rs-admin__form .paintings-list .painting-item a:hover{
  background: #fff;
    color: #000;
    transition: 0.5s;
}


.redactCartinuForm{
      width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px;
}

.redactCartinuForm p{
  width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.redactCartinuForm p label{
    font-size: 17px;
    font-weight: bold;
}

.redactCartinuForm p input, .redactCartinuForm p textarea{
    border-bottom: 1px solid black;
    padding: 10px;
}

.redactCartinuForm p:has(textarea){
  width: 100%;
}

.redFormInputs{
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}



.redCartRadio{
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.redCartRadio lable{
  width: fit-content;
}

.redactCartinuForm input[type="submit"]{
      background: #000;
    color: #fff;
    transition: 0.5s;
    cursor: pointer;
}

.redactCartinuForm input[type="submit"]:hover{
    background: #fff;
    color: #000;
    transition: 0.5s;
}
