@font-face {
  font-family: Gilroy;
  src: url("Gilroy-Light.otf") format("opentype");
}
@font-face {
  font-family: GilroyBold;
  src: url("Gilroy-Bold.ttf") format("truetype");
}
body {
  margin: 0;
  padding: 0;
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 155%;
  color: #202B4B;
  overflow-x: hidden;
}

section {
  width: 320px;
  margin: auto;
  position: relative;
}

.buy-form {
  width: 320px;
  margin: auto;
  position: relative;
  background: #4690DA;
  overflow: auto;
  padding-bottom: 60px;
}
.buy-form .block-title {
  color: white;
}
.buy-form input {
  margin-top: 12px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.33);
  border-radius: 5px;
  color: white;
  width: 260px;
  height: 36px;
  font-size: 13px;
  margin-left: 30px;
  box-sizing: border-box;
  padding: 0 12px;
  font-family: GilroyBold, sans-serif;
  font-weight: 500;
}
.buy-form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.first-screen {
  background: #F3F6FF;
  overflow: hidden;
}
.first-screen .first-logo {
  position: absolute;
  top: 28px;
  left: 28px;
}
.first-screen .first-circle {
  right: -137px;
  top: 44px;
  position: absolute;
}
.first-screen .first-sneakers {
  position: absolute;
  width: 150px;
  transform: rotate(14deg);
  right: 30px;
  top: 20px;
}
.first-screen .price {
  font-family: GilroyBold, sans-serif;
  text-align: right;
  top: 174px;
  position: absolute;
  right: 28px;
}
.first-screen .price .old {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-decoration: line-through;
}
.first-screen .price .new {
  font-size: 20px;
  line-height: 27px;
  color: #4690DA;
  font-weight: 500;
}
.first-screen .first60 {
  position: absolute;
  top: 204px;
  right: -23px;
}
.first-screen .first60-1 {
  top: 0;
  right: 73px;
  width: 125px;
}

.first-content {
  position: relative;
}

.first-screen-sneakers {
  position: absolute;
  width: 320px;
  height: 321px;
  top: 0;
  left: 0;
}

.first-title {
  font-family: GilroyBold, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 130%;
  margin-top: 73px;
  margin-left: 29px;
  width: 200px;
}

.first-subtitle {
  font-family: GilroyBold, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 133%;
  letter-spacing: -0.045em;
  margin-top: 13px;
  margin-left: 30px;
  width: 145px;
}

.first-seasons {
  margin-left: 31px;
  margin-top: 10px;
}
.first-seasons img {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 5px;
}
.first-seasons span {
  line-height: 24px;
  font-family: GilroyBold, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
}

.first-button {
  line-height: 40px;
  font-family: GilroyBold, sans-serif;
  font-style: normal;
  font-weight: 500;
  box-shadow: 0 3px #4182C4, 0 10px 25px rgba(70, 144, 218, 0.35);
  background: #4690DA;
  border-radius: 5px;
  width: 158px;
  text-align: center;
  margin-left: 30px;
  margin-top: 18px;
  color: white;
}
.first-button:active {
  box-shadow: 0 1px #4182C4;
  transform: translateY(4px);
}

.first-temp {
  margin-top: 24px;
  margin-bottom: 20px;
}

.first-temp-bg {
  display: inline-block;
  color: white;
  line-height: 30px;
  font-family: GilroyBold, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  padding-left: 30px;
  background: #F37272;
  width: auto;
  padding-right: 14px;
}

.dark-red {
  color: #C10B0B;
}

.first-temp-clear {
  display: inline-block;
  font-size: 10px;
  line-height: 13px;
  padding-top: 2px;
  vertical-align: top;
  padding-left: 8px;
}

.sub-first {
  width: 320px;
}

.q-sign {
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
  height: 143px;
}

.second-screen {
  overflow: auto;
  padding-bottom: 28px;
}

.block-title {
  font-family: GilroyBold, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #4690DA;
  margin-top: 28px;
  margin-left: 29px;
}

.second-p {
  margin-top: 12px;
  padding-left: 29px;
  padding-right: 29px;
}

b {
  font-family: GilroyBold, sans-serif;
  font-weight: 500;
}

.second-img {
  margin-left: 30px;
  width: 260px;
  margin-top: 12px;
}

.second-red-bg {
  line-height: 20px;
  background: #F37272;
  padding-left: 30px;
  padding-right: 20px;
  color: white;
  display: inline-block;
  margin-bottom: -2em;
  position: relative;
  top: -1em;
}

.second-red {
  color: #F37272;
}

.second-brown {
  color: #964B00;
}

.second-coffee {
  color: #C57D36;
}

.second-grey {
  color: #A0A0A0;
}

.third-screen {
  overflow: auto;
}

.third-bg {
  background: #F3F6FF;
  height: 250px;
  width: 320px;
  position: absolute;
  top: 0;
  z-index: -1;
}

.third-bg.bottom {
  bottom: 0;
  top: unset;
  height: 134px;
}

.third-check {
  width: 260px;
  margin-left: 26px;
  margin-top: 18px;
}

.gallery {
  padding-left: 30px;
  padding-bottom: 30px;
}
.gallery img {
  width: 260px;
  margin-top: 20px;
}

.fourth-screen .block-title {
  color: #202B4B;
}

.fourth-subtitle {
  margin-left: 29px;
  line-height: 17px;
  margin-top: 4px;
}

.socks {
  margin-left: 30px;
  width: 260px;
  margin-top: 24px;
}

.socks-pros {
  margin-top: 12px;
  margin-bottom: 30px;
}

.socks-pro {
  padding-left: 30px;
  width: 290px;
  background: #F37272;
  line-height: 20px;
  color: white;
  margin-top: 6px;
  display: inline-block;
  box-sizing: border-box;
}

.buy-button {
  line-height: 40px;
  font-family: GilroyBold, sans-serif;
  font-style: normal;
  font-weight: 500;
  box-shadow: 0 3px #B0CDE9, 0 10px 25px rgba(70, 144, 218, 0.35);
  background: white;
  border-radius: 5px;
  width: 260px;
  text-align: center;
  margin-left: 30px;
  margin-top: 18px;
  color: #202B4B;
  border: none;
}
.buy-button:active {
  box-shadow: 0 1px #4182C4;
  transform: translateY(4px);
}

.sub-buy-button {
  color: white;
  line-height: 34px;
  margin-bottom: 16px;
  text-align: center;
}

.slider {
  min-height: 87px;
  padding: 0 30px;
  margin: 30px 0;
}
.slider img {
  min-height: 87px;
}

.arrow-left {
  margin-left: 30px;
  cursor: pointer;
}

.arrow-right {
  transform: rotate(180deg);
  margin-left: 5px;
  cursor: pointer;
}

.specs {
  padding-left: 27px;
  padding-right: 27px;
  margin-top: 24px;
  font-size: 14px;
}
.specs tr td:first-child {
  width: 119px;
  font-family: GilroyBold, sans-serif;
  font-weight: 500;
}

td {
  padding: 0;
  vertical-align: text-top;
}

.hl {
  width: 260px;
  margin: 16px 30px;
  height: 1px;
  background: #E3EAFF;
}

.selector-title {
  font-size: 16px;
  color: #202B4B;
  margin-top: 0;
}

.selector {
  width: 260px;
  margin-left: 30px;
  margin-top: 9px;
}
.selector > div {
  line-height: 23px;
  display: inline-block;
  padding: 0 7px;
}
.selector > div.active {
  background: #4690DA;
  color: white;
}
.selector .red {
  color: #f64444;
}
.selector .grey {
  color: #A0A0A0;
}
.selector .brown {
  color: #964B00;
}
.selector .coffee {
  color: #C57D36;
}
.selector .pink {
  color: #FFADFC;
}
.selector .beige {
  color: #CB9895;
}

.model-screen {
  overflow: auto;
  padding-bottom: 24px;
}
.model-screen > .block-title:first-child {
  position: relative;
  z-index: 10;
}

.price {
  width: 320px;
  margin: auto;
  display: block;
}

.temporary {
  box-sizing: border-box;
  overflow: auto;
  padding-bottom: 10px;
}
.temporary img {
  position: absolute;
  top: -7px;
  left: 0;
  width: 51px;
  z-index: -1;
}

.temporary-red-bg {
  top: 0;
  margin-left: -30px;
  padding-right: 5px;
}

.slick-slide {
  margin: 0 2px;
}

.slick-list {
  margin: 0 -2px;
}

.about-ecco {
  position: relative;
  overflow: auto;
  padding-bottom: 10px;
}
.about-ecco .block-title {
  margin-top: 60px;
}

.about-ecco-svg {
  position: absolute;
  top: 50px;
  left: -10px;
  width: 128px;
  z-index: -1;
}

.about-p {
  width: 260px;
  margin-left: 30px;
}

.about-ecco-jpg {
  width: 260px;
  margin-left: 30px;
}

.why-us-since {
  background: #F37272;
  color: white;
  padding-left: 30px;
  padding-top: 8px;
  padding-bottom: 10px;
  width: 290px;
  box-sizing: border-box;
  font-size: 12px;
}

.why-us .block-title {
  color: #202B4B;
}
.why-us img {
  width: 260px;
  margin-left: 30px;
  margin-top: 24px;
}

.why-us-q {
  width: 83px;
  position: absolute;
  top: 0;
  left: 0;
}

.how-to-order {
  width: 320px;
  margin: auto;
  display: block;
}

.how-to-order-sub {
  padding: 21px 30px 18px;
  background: #4690DA;
  box-sizing: border-box;
  color: white;
  font-family: GilroyBold, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.reviews-wrapper {
  margin-left: 30px;
  margin-top: 16px;
  margin-bottom: 30px;
}

.reviews img {
  width: 126px;
  margin-right: 7px;
  display: inline-block;
}

.pre-footer {
  font-size: 11px;
}

.last-screen .first-title {
  font-size: 18px;
}
.last-screen .first-subtitle {
  font-size: 12px;
  font-family: Gilroy, sans-serif;
  margin-bottom: 48px;
}
.last-screen .first-temp-clear {
  line-height: 28px;
  font-size: 12px;
}
.last-screen .first-temp-clear .red {
  color: #F37272;
}

.footer {
  padding: 30px;
  font-size: 9px;
  line-height: 16px;
  box-sizing: border-box;
}
.footer a {
  color: #202B4B;
  text-decoration: underline;
}
.footer a:active {
  color: #202B4B;
  text-decoration: underline;
}
.footer a:hover {
  color: #202B4B;
  text-decoration: underline;
}
.footer a:visited {
  color: #202B4B;
  text-decoration: underline;
}

.zoomed {
  position: fixed;
  z-index: 99999;
  background: white;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zoomed img {
  width: auto !important;
  height: auto;
  display: block;
  max-width: 100vw;
  max-height: 100vh;
}

.slick-dots {
  position: relative;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.slick-dots li {
  margin: 0 7px;
}
.slick-dots li button {
  background: #E8E8E8;
  border: none;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  font-size: 0;
  outline: none;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #4690DA;
}

.hidden {
  display: none;
}

@media screen and (max-width: 700px) {
  .tablet-and-pc-only {
    display: none;
  }
}
@media screen and (min-width: 700px) {
  section {
    width: 680px;
  }

  .first-screen {
    padding-top: 212px;
    overflow: visible;
  }
  .first-screen .first-logo {
    top: 115px;
    width: 100px;
    height: 48px;
  }
  .first-screen .first-logo path {
    fill: #4690DA;
  }
  .first-screen .first-sneakers {
    width: 350px;
  }
  .first-screen .first-circle {
    width: 545px;
    height: 545px;
    right: -256px;
  }
  .first-screen .first60-1 {
    width: 200px;
    top: 20px;
    right: 200px;
  }
  .first-screen .first60-2 {
    top: 415px;
    width: 234px;
  }
  .first-screen .price {
    top: 364px;
    right: 30px;
  }
  .first-screen .price .old {
    font-size: 16px;
    line-height: 21px;
  }
  .first-screen .price .new {
    font-size: 30px;
    line-height: 40px;
  }
  .first-screen .first-title {
    font-size: 37px;
    line-height: 49px;
    width: 360px;
    margin-top: 0;
  }
  .first-screen .first-subtitle {
    width: 253px;
    font-size: 16px;
    line-height: 23px;
    margin-top: 21px;
  }
  .first-screen .first-seasons {
    display: none;
  }
  .first-screen .sub-first-big {
    margin: auto;
    display: block;
  }
  .first-screen .first-temp-bg {
    line-height: 42px;
  }
  .first-screen .first-temp-clear {
    font-size: 16px;
    line-height: 21px;
  }

  .gallery {
    padding-left: 0;
  }
  .gallery .slick-dots {
    margin-top: 48px;
    padding-left: 0;
  }

  .gallery-nav {
    margin-top: 24px;
    text-align: center;
  }
  .gallery-nav .slick-arrow {
    width: 34px;
    position: relative;
    top: -90px;
    margin: 0;
  }
  .gallery-nav .arrow-left {
    left: -105px;
  }
  .gallery-nav .arrow-right {
    right: -105px;
  }

  .third-screen .block-title {
    font-size: 25px;
    line-height: 133%;
    text-align: center;
    margin-top: 88px;
    margin-bottom: 38px;
  }

  .fourth-screen {
    overflow: hidden;
    height: 612px;
  }
  .fourth-screen .socks {
    margin: 0;
    width: 100%;
    height: 459px;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  .fourth-screen .buy-form {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 180px;
  }
  .fourth-screen .block-title {
    margin-top: 59px;
    font-size: 25px;
    line-height: 133%;
    color: #4690DA;
  }
  .fourth-screen .fourth-subtitle {
    font-size: 14px;
    line-height: 133%;
    margin-top: 13px;
  }
  .fourth-screen .socks-pros {
    margin-top: 44px;
  }
  .fourth-screen .socks-pros .socks-pro {
    width: auto;
    padding-right: 18px;
    line-height: 40px;
    font-size: 16px;
  }

  .about-ecco {
    overflow: visible;
    padding-top: 36px;
  }
  .about-ecco .about-ecco-svg {
    width: 290px;
    top: 75px;
    left: -15px;
  }
  .about-ecco .block-title {
    font-size: 36px;
    line-height: 48px;
  }
  .about-ecco .about-p {
    font-size: 16px;
    line-height: 25px;
    width: 465px;
  }
  .about-ecco .about-ecco-jpg {
    width: 565px;
  }
  .why-us-since {
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    padding: 16px 32px;
  }

  .why-us-pc {
    padding-bottom: 105px;
  }
  .why-us-pc .block-title {
    font-size: 25px;
    line-height: 33px;
    color: #202B4B;
    margin-top: 87px;
  }
  .why-us-pc .container {
    margin-left: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .why-us-pc .container img {
    margin-top: 25px;
  }

  .how-to-order-pc {
    overflow: auto;
  }
  .how-to-order-pc .block-title {
    font-size: 25px;
    line-height: 120%;
    margin-top: 89px;
    position: relative;
  }
  .how-to-order-pc .how-back {
    position: absolute;
    font-size: 88px;
    line-height: 117px;
    top: 46px;
    left: 24px;
    font-family: "GilroyBold", sans-serif;
    color: #EEF4FD;
  }
  .how-to-order-pc img {
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 50px;
  }

  .how-to-order-sub {
    font-size: 17px;
    line-height: 24px;
    text-align: center;
  }

  .reviews-section-wrapper {
    background: #F3F6FF;
  }

  .reviews {
    padding-bottom: 90px;
    overflow: auto;
  }
  .reviews .block-title {
    font-size: 25px;
    line-height: 33px;
    margin-top: 88px;
    margin-bottom: 32px;
    text-align: center;
  }
  .reviews .reviews-wrapper img {
    width: 145px;
    margin-right: 12px;
  }

  .last-screen {
    background: white;
    padding-bottom: 130px;
  }
  .last-screen .first-temp-clear {
    line-height: 42px;
  }

  .first-button {
    width: 250px;
    height: 55px;
    line-height: 65px;
    text-transform: uppercase;
    font-size: 20px;
  }

  .footer {
    font-size: 12px;
    line-height: 24px;
    padding-left: 0;
  }

  .color-select-screen-w {
    position: relative;
  }
  .color-select-screen-w .color-select-screen-surp {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 45px;
    margin-left: 340px;
    background: #F3F6FF;
    height: 122px;
  }

  .color-select-screen {
    position: relative;
    overflow: auto;
  }
  .color-select-screen .dots {
    position: absolute;
    top: 26px;
    left: 59px;
  }
  .color-select-screen .title {
    margin-top: 60px;
    margin-left: 30px;
    font-size: 23px;
    line-height: 143%;
    width: 465px;
  }
  .color-select-screen .colors-text {
    font-size: 14px;
    line-height: 155%;
    margin-left: 30px;
    margin-top: 10px;
  }
  .color-select-screen .surprise {
    margin-left: 192px;
    margin-top: 40px;
    padding: 25px 35px;
    margin-bottom: 45px;
  }
  .color-select-screen .surprise .block-title {
    margin: 0 0 8px;
  }

  .second-screen-pc {
    position: relative;
    overflow: hidden;
  }
  .second-screen-pc .shoes {
    position: absolute;
    width: 327px;
    top: 103px;
    left: 7px;
  }
  .second-screen-pc .text {
    margin-bottom: 64px;
    width: 50%;
    float: right;
  }
  .second-screen-pc .text .block-title {
    font-size: 25px;
    line-height: 133%;
    margin: 126px 0 16px;
  }
  .second-screen-pc .text .regular {
    font-size: 14px;
    margin-top: 8px;
    width: 306px;
    line-height: 155%;
  }

  .buy-form {
    width: 680px;
  }
  .buy-form .block-title {
    margin-left: -22px;
    color: white;
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 133%;
  }
  .buy-form input {
    width: 180px;
    margin-left: 27px;
  }
  .buy-form .buy-button {
    width: 204px;
    margin-left: 24px;
    display: inline-block;
  }
  .buy-form .sub-buy-button {
    width: 270px;
    float: right;
  }

  .model-screen > .block-title:first-child {
    font-size: 25px;
    line-height: 33px;
    margin-top: 88px;
  }
  .model-screen .slider-container {
    width: 305px;
    position: absolute;
    top: 122px;
    right: 30px;
  }
  .model-screen .slider-container .slick-arrow {
    display: none !important;
  }
  .model-screen .slider-container .slider {
    padding: 0;
  }
  .model-screen .slider-container-2 {
    width: 310px;
    top: 350px;
    right: 30px;
    position: absolute;
  }
  .model-screen .slider-container-2 .slider img {
    min-height: 0;
  }
  .model-screen .slider-container-2 .arrow-left {
    margin-left: 30px;
    cursor: pointer;
    position: absolute;
    left: -20px;
    top: 44px;
    background: white;
    border-radius: 50px;
  }
  .model-screen .slider-container-2 .arrow-right {
    margin-right: 30px;
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 44px;
    background: white;
    border-radius: 50px;
  }
  .model-screen .specs {
    font-size: 16px;
    line-height: 29px;
  }
  .model-screen .specs tr td:first-child {
    width: 133px;
  }
  .model-screen .selector-title {
    font-size: 18px;
    line-height: 25px;
  }
  .model-screen .price {
    position: absolute;
    bottom: 50px;
    right: 0;
  }
  .model-screen .price .old {
    font-size: 25px;
    line-height: 33px;
    color: #202B4B;
    text-decoration: line-through;
  }
  .model-screen .price .new {
    font-size: 40px;
    line-height: 53px;
    color: #4690DA;
    font-family: "GilroyBold", sans-serif;
    font-weight: 500;
  }
  .model-screen .price svg {
    top: -20px;
    right: 0;
    position: absolute;
  }

  .temporary .block-title {
    font-size: 25px;
    line-height: 33px;
    margin-top: 76px;
    margin-bottom: 92px;
  }
  .temporary .ps {
    box-sizing: border-box;
    background: #F3F6FF;
    position: absolute;
    width: 336px;
    right: 0;
    padding: 20px 25px;
    top: 76px;
  }
  .temporary .ps .second-p {
    font-size: 16px;
    line-height: 21px;
    padding: 0;
    margin: 0;
  }

  .model-screen-4.model-screen .slider-container, .model-screen-5.model-screen .slider-container {
    top: 90px;
  }

  .mobile-only {
    display: none;
  }
}
@media screen and (min-width: 1020px) {
  section {
    width: 980px;
  }

  .first-screen .first-logo {
    left: 0;
  }
  .first-screen .first-circle {
    width: 558px;
    height: 558px;
    right: -131px;
    top: 104px;
  }
  .first-screen .first-sneakers {
    width: 470px;
    transform: none;
  }
  .first-screen .first60-1 {
    width: 300px;
    right: 300px;
  }
  .first-screen .first60-2 {
    top: 345px;
    right: -70px;
    width: 254px;
  }
  .first-screen .first-title {
    margin-left: 0;
    width: 530px;
    font-size: 48px;
    line-height: 120%;
  }
  .first-screen .first-subtitle {
    margin-left: 0;
    width: 530px;
    font-size: 22px;
    line-height: 144%;
  }
  .first-screen .first-button {
    margin-left: 0;
  }
  .first-screen .sub-first-big {
    position: relative;
    margin-left: -45px;
  }
  .first-screen .price {
    right: 0;
    top: 500px;
  }
  .first-screen .price .old {
    font-size: 30px;
    line-height: 40px;
  }
  .first-screen .price .new {
    font-size: 50px;
    line-height: 67px;
    margin-top: -10px;
  }

  .buy-form {
    z-index: 1;
  }

  .fourth-screen {
    height: 749px;
  }
  .fourth-screen .socks {
    height: 476px;
    width: 705px;
    right: 0;
  }
  .fourth-screen .buy-form {
    height: 273px;
  }
  .fourth-screen .block-title {
    font-size: 36px;
  }
  .fourth-screen .fourth-subtitle {
    font-size: 17px;
  }
  .fourth-screen .socks-pros {
    margin-top: 26px;
  }
  .fourth-screen .socks-pros .socks-pro {
    width: auto;
    padding-right: 18px;
    line-height: 40px;
    font-size: 16px;
  }

  .about-ecco {
    height: 750px;
  }
  .about-ecco .block-title {
    position: absolute;
    top: 84px;
    left: 502px;
    font-size: 36px;
    line-height: 48px;
    margin: 0;
  }
  .about-ecco .about-p {
    font-size: 17px;
    line-height: 26px;
    position: absolute;
    left: 502px;
    width: 470px;
    margin: 0;
  }
  .about-ecco .about-p.first {
    top: 162px;
  }
  .about-ecco .about-p.second {
    top: 285px;
  }
  .about-ecco .about-ecco-jpg {
    width: 630px;
    position: absolute;
    top: -146px;
    left: -213px;
  }

  .why-us-since {
    position: relative;
    float: right;
    margin-top: -150px;
    height: 150px;
    top: -126px;
    font-size: 17px;
    line-height: 24px;
    padding: 24px 30px;
    width: 478px;
  }

  .why-us-pc .container {
    margin-left: 0;
    flex-wrap: nowrap;
  }
  .why-us-pc .container img:nth-child(2) {
    margin-right: 16px;
  }

  .how-to-order-pc {
    height: 348px;
  }
  .how-to-order-pc .block-title {
    font-size: 36px;
    line-height: 120%;
    width: 220px;
  }
  .how-to-order-pc .how-back {
    top: 159px;
    font-size: 105px;
    line-height: 140px;
  }
  .how-to-order-pc img {
    margin: 0;
    position: absolute;
    right: 27px;
    top: 83px;
  }

  .reviews {
    padding-bottom: 90px;
    overflow: auto;
  }
  .reviews .block-title {
    font-size: 36px;
    margin-bottom: 57px;
  }
  .reviews .reviews-wrapper {
    margin-left: 0;
  }
  .reviews .reviews-wrapper img {
    width: 233px;
    margin-right: 9px;
  }

  .color-select-screen-w .color-select-screen-surp {
    width: calc(50% - 300px);
    bottom: 65px;
    height: 200px;
  }

  .color-select-screen .title {
    font-size: 27px;
    line-height: 143%;
    width: 512px;
  }
  .color-select-screen .colors-text {
    font-size: 19px;
    line-height: 155%;
    margin-bottom: 102px;
  }
  .color-select-screen .surprise {
    left: 588px;
    top: 0;
    margin-left: 0;
    position: absolute;
    font-size: 17px;
    line-height: 160%;
    padding-top: 64px;
  }

  .third-screen .block-title {
    font-size: 36px;
  }

  .second-screen-pc {
    position: relative;
    overflow: hidden;
  }
  .second-screen-pc .shoes {
    width: 480px;
  }
  .second-screen-pc .text {
    margin-bottom: 90px;
  }
  .second-screen-pc .text .block-title {
    font-size: 36px;
    line-height: 133%;
  }
  .second-screen-pc .text .regular {
    width: 430px;
    font-size: 17px;
    line-height: 155%;
  }

  .buy-form {
    width: 980px;
    padding-left: 45px;
  }
  .buy-form .block-title {
    margin-top: 60px;
    font-size: 36px;
    line-height: 133%;
  }
  .buy-form input {
    height: 50px;
    width: 283px;
    margin-top: 43px;
    vertical-align: top;
    font-size: 17px;
    padding: 0 22px;
  }
  .buy-form .buy-button {
    height: 50px;
    margin-top: 43px;
    line-height: 50px;
    font-size: 16px;
  }
  .buy-form .sub-buy-button {
    width: 450px;
  }

  .model-screen {
    height: 850px;
  }
  .model-screen > .block-title:first-child {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 60px;
  }
  .model-screen .slider-container {
    width: 563px;
    position: absolute;
    top: 152px;
    right: 30px;
  }
  .model-screen .slider-container .slider {
    padding: 0;
  }
  .model-screen .slider-container-2 {
    width: 563px;
    top: 624px;
    right: 30px;
    position: absolute;
  }
  .model-screen .slider-container-2 .slider {
    margin-top: 0;
  }
  .model-screen .slider-container-2 .slider img {
    min-height: 0;
  }
  .model-screen .slider-container-2 .arrow-left {
    margin-left: 30px;
    cursor: pointer;
    position: absolute;
    left: -20px;
    top: 36px;
    background: white;
    border-radius: 50px;
  }
  .model-screen .slider-container-2 .arrow-right {
    margin-right: 30px;
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 36px;
    background: white;
    border-radius: 50px;
  }
  .model-screen .specs {
    font-size: 17px;
    line-height: 31px;
  }
  .model-screen .specs tr td:first-child {
    width: 151px;
  }
  .model-screen .selector > div {
    font-size: 14px;
    line-height: 200%;
  }
  .model-screen .selector-title {
    font-size: 18px;
    line-height: 25px;
  }
  .model-screen .price {
    left: 0;
    right: unset;
  }

  .temporary img {
    top: 80px;
    left: 0;
    width: 61px;
  }
  .temporary .block-title {
    font-size: 36px;
    line-height: 48px;
    margin-top: 124px;
    margin-bottom: 97px;
  }
  .temporary .ps {
    width: 512px;
    padding: 32px 48px;
    top: 114px;
  }
  .temporary .ps .second-p {
    font-size: 19px;
    line-height: 25px;
    padding: 0;
    margin: 0;
  }

  .mobile-and-tablet-only {
    display: none;
  }
}
.slider img {
  cursor: zoom-in;
}

/*# sourceMappingURL=style.css.map */
