html,
body {
  width: 100%;
  color: black;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
}
*:not(.pswp, .pswp *) {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: auto;
  position: relative;
}
.width-limiter {
  max-width: 1484px;
  margin: auto;
}
.r16-9-container {
  padding-top: 56.25%;
  margin-top: -56.25%;
}
.btn {
  cursor: pointer;
  display: block;
  padding: 22px 64px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
  background: #ffa901;
  border-radius: 46px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 1px solid #ffa901;
}
.btn:hover {
  background-color: white;
  color: black;
}
.btn:focus {
  outline: 0;
}
/*.branch {*/
/*    position: absolute;*/
/*    height: 50vw;*/
/*    width: 50vw;*/
/*    max-height: 700px;*/
/*    max-width: 700px;*/
/*    background-image: url("images/branch.png");*/
/*    background-position: center;*/
/*    background-size: contain;*/
/*}*/
.bg {
  background: radial-gradient(
    98.99% 98.99% at 1.12% 1.01%,
    #febc3a 3.57%,
    #ffcf89 100%
  );
}
.orange-1,
.orange-2,
.orange-3 {
  position: absolute;
  top: 0;
  right: 0;
}
.orange-2 {
  top: 400px;
}
.orange-3 {
  left: 0;
  right: auto;
}
.first-screen {
  padding: 44px 22px;
}
.first-screen--logo {
  display: block;
  width: 265px;
  margin: auto;
}
.first-screen--main {
  margin-top: 74px;
  margin-bottom: 310px;
}
.first-screen--title {
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-weight: bold;
}
.first-screen--subtitle {
  display: inline-block;
  max-width: 565px;
  font-size: 25px;
  margin-top: 30px;
}
.first-screen--order {
  position: relative;
  overflow: visible;
}
.first-screen--price {
  position: absolute;
  left: 380px;
  top: -42px;
  width: 600px;
  height: 124px;
  background-image: url("images/first-screen-price-bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.first-screen--price-old {
  display: block;
  position: absolute;
  left: 223px;
  top: 18px;
  text-decoration: line-through;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
}
.first-screen--price-act {
  display: block;
  margin-top: 43px;
  margin-left: 69px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 55px;
  color: #a71616;
}
.first-screen--order-btn {
  margin-top: 58px;
  width: 347px;
}
.first-screen--order-btn-sub {
  margin-top: 11px;
  display: block;
  width: 347px;
  font-size: 16px;
  text-align: center;
}
.first-screen--sandals {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("images/first-screen-sandals.png");
  background-size: contain;
  background-position-y: center;
  background-position-x: left;
  background-repeat: no-repeat;
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
}
.first-screen--sandals-text {
  position: relative;
  width: 100%;
  font-family: "Roboto", sans-serif;
}
.first-screen--sandals-text:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.first-screen--sandals-text span {
  position: absolute;
  right: 10%;
  top: 13%;
  display: inline-block;
  font-size: 38px;
  color: #a71616;
  font-weight: bold;
  transform: rotate(34deg);
}
.first-screen--features {
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 52px 52px 52px 42px;
  display: flex;
  justify-content: space-around;
}
.first-screen--feature {
  display: inline-flex;
  margin-left: 29px;
  align-items: center;
}
.first-screen--feature img {
  display: inline-block;
  width: 70px;
  height: 70px;
}
.first-screen--feature span {
  overflow: hidden;
  display: inline-block;
  max-width: 136px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  margin-left: 18px;
  color: #215a00;
}

.tablet-only {
  display: none;
}

.sndls-info-screen {
  position: relative;
  padding: 44px 22px;
}
.sndls-info-screen p {
  font-size: 25px;
  line-height: 1.8;
}
.sndls-info-screen--model {
  width: 600px;
  height: 75vh;
  max-height: 800px;
  float: right;
  max-width: 40%;
  margin: 0 16px 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.31);
  border: 1px solid #000000;
  background-image: url("images/sndls-info-model.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.sndls-info-screen--sandal {
  position: relative;
  bottom: 0;
  max-width: 50%;
  margin-top: 48px;
}
.sndls-info-mobile-only-text {
  display: none;
}
.about-screen {
  padding: 22px;
}
.title {
  display: block;
  width: 950px;
  background-image: url("images/title-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 64px;
  font-size: 35px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin: 90px auto auto;
}
.about-screen--row {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-screen--video-container {
  flex: 40%;
  float: left;
  /*cursor: pointer;*/
}
.about-screen--video-container img,
.about-screen--video-container iframe {
  width: 100%;
  height: 100%;
}
.about-screen--video-container .play-btn-container {
  width: 100%;
  overflow: visible;
  bottom: 16%;
  position: absolute;
}
.about-screen--video-container .play-btn {
  position: absolute;
  width: 80px;
  height: 80px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: height 0.3s ease, width 0.3s ease;
}
.about-screen--video-container:hover .play-btn {
  width: 100px;
  height: 100px;
}
.about-screen--first-p {
  flex: 50%;
  padding-left: 24px;
  font-size: 25px;
  text-align: right;
}
.about-screen--second-p {
  font-size: 25px;
  flex: 40%;
}
.about-screen-photo {
  flex-shrink: 0;
  margin-left: 10%;
}
.about-screen--subtitle {
  text-align: center;
  margin: 20px;
  font-size: 25px;
  display: block;
}
.fifty-col {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.gift-screen {
  padding: 22px;
}
.gift-screen--title {
  margin-top: 90px;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 45px;
  font-family: "Montserrat", sans-serif;
}
.gift-screen--subtitle {
  margin-top: 18px;
  display: block;
  text-align: center;
  font-size: 40px;
  margin-bottom: 47px;
}
.gift-screen-gift {
  width: 70%;
  margin: auto;
  overflow-x: visible;
  overflow-y: visible;
}
.gift-screen-gift img {
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.31);
  border: 1px solid #000000;
  margin-bottom: 16px;
}
.gift-screen-gift span {
  display: block;
  position: absolute;
  bottom: 0;
  right: -40px;
  background: #215a00;
  padding: 0 76px;
  line-height: 60px;
  font-size: 25px;
  color: white;
}
.gift-screen--adv-title {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
}
.gift-screen--adv {
  display: block;
  font-size: 25px;
  margin-top: 30px;
}
.gift-screen--adv::before {
  display: inline-block;
  content: "";
  width: 36px;
  height: 36px;
  background-image: url("images/check.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 24px;
}
.gift-screen--order-text {
  display: block;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  margin-top: 54px;
}
input[type="text"] {
  max-width: 100%;
  line-height: 48px;
  padding: 0 30px;
  background: #ffffff;
  border-radius: 100px;
  font-size: 20px;
  outline: none;
  border: none;
}
.two-inputs-row {
  margin-top: 32px;
}
.two-inputs-row .fifty-col {
  padding: 0 15px;
}
.gift-screen input,
.buy-sndls-screen input {
  width: 100%;
}
.order-center-btn {
  width: 347px;
  margin: 43px auto auto;
}
.gift-screen--images {
  margin-top: 60px;
  padding-left: 1%;
}
.gift-screen--images-first-row {
  height: 860px;
}
.gift-screen--images-first-row .fifty-col,
.gift-screen--images-second-row .fifty-col {
  height: 100%;
  padding: 9px;
  display: inline-flex;
  flex-direction: column;
}
.gs-image {
  flex-grow: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.gs-image-2 {
  background-image: url("images/gs-image-2.jpg");
  margin-top: 20px;
}
.gs-image-3 {
  background-image: url("images/gs-image-3.jpg");
}
.gs-image-4 {
  background-image: url("images/gs-image-4.jpg");
}
.gs-image-5 {
  background-image: url("images/gs-image-5.jpg");
}
.gift-screen--images-second-row {
  height: 420px;
}
.buy-sndls-screen {
  padding: 22px;
}
.buy-sndls-screen--title {
  width: 800px;
  display: block;
  height: 196px;
  background-image: url("images/title-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 45px;
  line-height: 196px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-align: right;
  margin: 90px 5vw auto;
}

.branch-1 {
  position: absolute;
  left: -20vw;
  top: -10vw;
  width: 50vw;
  max-width: 1200px;
}
.branch-2 {
  position: absolute;
  right: -20vw;
  bottom: -10vw;
  width: 50vw;
  max-width: 1200px;
  transform: rotate(180deg);
}

.buy-sndls-screen * {
  overflow: visible;
}
.slider,
.slider2,
.slider-flat {
  width: 100%;
  position: relative;
  height: 430px;
  margin: auto auto 15px;
}
.slider-solice {
  height: 500px;
}
.slider img {
  object-fit: cover;
  width: 100%;
  height: 430px;
  border: none !important;
  box-shadow: none !important;
}
.slider .item,
.slider2 .slider2item,
.slider-flat .slider-flat-item {
  overflow: unset;
}
.slider .item img,
.slider2 .slider2item img,
.slider-flat .slider-flat-item img {
  object-fit: cover;
  width: 100%;
  height: 430px;
  border: none !important;
  box-shadow: none !important;
}
.slider-dots .prev,
.slider-dots .next,
.slider-flat-dots .prev,
.slider-flat-dots .next {
  margin-right: 2px;
  margin-top: 10px;
  display: block;
  width: 63px;
  height: 63px;
  background-image: url("images/prev-btn.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  cursor: pointer;
  position: relative;
  bottom: 12px;
}
.slider-dots .next,
.slider-flat-dots .next {
  float: right;
  transform: rotate(180deg);
}
.slider-dots,
.slider-flat-dots {
  text-align: center;
}
.slider-dots_item,
.slider2slider-dots_item,
.slider-flat-dots_item {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 32px 2px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.slick-dots {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 32px 2px;
  background-color: white;
  font-size: 0;
  border-radius: 50%;
  display: inline-block;
  border: none;
  transition: background-color 0.6s ease;
}
.slick-dots li.slick-active button {
  background-color: gray;
}
.activeSlide,
.slider-dots_item:hover,
.slider2slider-dots_item:hover,
.slider-flat-dots_item:hover {
  background-color: #7d7d7d;
}
.slider .item,
.slider2 .slider2item,
.slider-flat,
.slider-flat-item {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.less-1200-width {
  display: none;
}
.buy-sndls-screen--disc {
  float: right;
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  color: #a71616;
  font-family: "Roboto", sans-serif;
  margin-top: 100px;
}
.buy-sndls-screen--old-prc {
  text-decoration: line-through;
  font-family: "Roboto", sans-serif;
  font-size: 35px;
}
.buy-sndls-screen--act-prc {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 60px;
}
.buy-sndls-screen--second-col {
  padding-left: 60px;
}
.buy-sndls-screen--table {
  margin-left: 64px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}
.buy-sndls-screen--table td {
  min-width: 200px;
  padding-bottom: 20px;
}
.hline {
  margin-top: 12px;
  margin-left: 64px;
  border-bottom: 1px solid #000000;
  width: 70%;
}
.buy-sndls-screen--params {
  margin-left: 64px;
  margin-top: 24px;
  font-size: 20px;
  line-height: 42px;
  font-family: "Roboto", sans-serif;
}
.buy-sndls-screen--params td {
  min-width: 174px;
  vertical-align: top;
}
.buy-sndls-screen--params span {
  display: inline-block;
  padding: 0 12px;
  margin-left: 8px;
  cursor: pointer;
}
.buy-sndls-screen--params span.active {
  background: #215a00;
  border-radius: 50px;
  color: white;
}

.disinfection-screen {
  padding: 22px 22px 64px;
}
.disinfection-screen--title,
.no-bg-title {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  margin: 22px 0 44px;
}
.disinfectant {
  width: 42%;
  display: inline-block;
  float: left;
}
.disinfectant img {
  width: 100%;
}
.disinfection-screen--text {
  padding-top: 84px;
  font-size: 30px;
  padding-left: 64px;
}
.covid {
  position: relative;
  vertical-align: top;
}
.covid-1 {
  margin-top: 74px;
  left: 30%;
}
.covid-2 {
  margin-top: 175px;
}
.mult-disc-screen {
  padding: 44px 22px;
}
.mult-disc-screen--left-col {
  margin-top: 80px;
  width: 60%;
}
.mult-disc-screen--woman {
  display: inline-block;
  float: right;
  width: 40%;
}
.mult-disc-screen--woman img {
  width: 100%;
}
.mult-disc-screen--text {
  text-align: center;
  width: 75%;
  float: right;
  font-size: 30px;
  font-weight: bold;
}
.red {
  color: #ff0606;
  display: inline-block;
  vertical-align: bottom;
}
.mult-disc-screen--slipper {
  width: 75%;
  max-width: 100%;
  margin-top: 96px;
}
.buy-slprs-subtitle {
  font-size: 40px;
  text-align: center;
  display: block;
  margin-bottom: 48px;
}
.why-us-screen {
  padding: 22px;
  overflow: hidden;
}
.why-us {
  position: relative;
}
.why-us .why-us-sandal {
  width: 70%;
  margin-left: 15%;
  margin-bottom: 100px;
}
.why-us-text {
  display: block;
  width: 200px;
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  position: absolute;
}
.why-us-text-1 {
  top: 23%;
  left: 0;
}
.why-us-text-2 {
  top: 23%;
  right: 0;
}
.why-us-text-3 {
  bottom: 40px;
  left: 20%;
}
.why-us-text-4 {
  bottom: 40px;
  right: 20%;
}
.why-us-line {
  position: absolute;
  width: 70%;
  left: 15%;
  top: 10%;
}
.how-to-order-screen {
  padding: 0 44px;
}
.how-to-order-screen .title {
  margin-left: 0;
}
.how-to-order-screen img {
  width: 100%;
}
.how-to-order-elems {
  position: absolute;
  padding-left: 10vw;
  width: 50%;
  left: 0;
}
.how-to-order-elem {
  min-height: 100px;
  padding-left: 120px;
  font-size: 25px;
  line-height: 40px;
  margin-top: 44px;
}
.how-to-order-elem span {
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 70px;
  font-family: "Roboto", sans-serif;
  color: #215a00;
  opacity: 0.8;
  line-height: 85px;
}
.how-to-order-woman {
  width: 50%;
  float: right;
}
.how-to-order--sub {
  text-align: center;
  font-size: 25px;
  width: 800px;
  max-width: 80vw;
  margin: auto auto 64px;
}
.reviews-screen {
  padding: 44px 22px;
}
.reviews {
  display: table;
}
.reviews td {
  padding: 5px;
  box-sizing: border-box;
}
.reviews img {
  width: 100%;
  display: block;
  margin: -5px;
  /*width: calc(25% - 24px);*/
}
.last-screen {
  padding: 44px;
}
.last-screen .no-bg-title,
.last-screen--price {
  padding-left: 9%;
  width: 75%;
  text-align: left;
}
.last-screen--old-prc {
  display: block;
  position: absolute;
  right: -60px;
  bottom: -60px;
  text-decoration: line-through;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
}
.last-screen--price {
  display: table;
  text-align: right;
}
.last-screen--disc {
  display: inline-block;
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  color: #a71616;
  font-family: "Roboto", sans-serif;
  margin-top: 12px;
}
.last-screen--act-prc {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 55px;
  float: right;
  margin-left: 64px;
  font-weight: bold;
}
.last-screen--sandals {
  position: absolute;
  max-width: 100%;
  top: 0;
  right: 0;
  /* clip-path: polygon(55% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 51%);
*/
}
.last-screen--btn {
  margin-left: 9%;
  margin-bottom: 370px;
}
.two-colors-text {
  font-size: 32px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-top: 30px;
  display: block;
  color: #215a00;
}

.footer {
  padding: 30px 0;
  position: relative;
  font-size: 11px;
}
.container {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
}
.footer-wr {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #f4f4f4;
  padding-top: 30px;
}
.footer a {
  color: black;
  transition: color 0.5s ease;
}
.footer a:hover {
  color: #ff98aa;
  text-decoration: underline;
}
