html, body {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
}

section {
  width: 414px;
  margin: auto;
  position: relative;
  overflow-x: hidden;
}

.first .bg {
  width: 100%;
  display: block;
}
.first .shoes-w {
  width: 347px;
  height: 347px;
  position: absolute;
  top: 184px;
  left: 106px;
  animation-duration: 0.7s;
}
.first .shoes-w img {
  display: block;
  position: absolute;
  width: 347px;
  animation: float 5s ease-in-out infinite;
}
.first .shoes-w img:last-child {
  animation-delay: -1s;
}
.first .price {
  position: absolute;
  display: block;
  top: 226px;
  left: 30px;
  width: 132px;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
}
.first .saving {
  width: 70px;
  position: absolute;
  display: block;
  top: 346px;
  left: 46px;
  animation-duration: 0.5s;
  animation-delay: 0.8s;
}
.first .discount {
  font-size: 18px;
  line-height: 23px;
  text-align: right;
  font-weight: 500;
  color: white;
  position: absolute;
  bottom: 137px;
  right: 32px;
}
.first .button-w {
  position: absolute;
  top: 546px;
  width: 246px;
  margin: auto;
  left: 0;
  right: 0;
}
.first .button-w .button {
  font-size: 22px;
  line-height: 37px;
  width: auto;
  border: solid white 4px;
}

.button {
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 32px;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  width: 138px;
  margin: auto;
}

.sub-button {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 12px;
  color: #FFFFFF;
}

.description {
  color: white;
  background-image: url("img/dark-bg.jpg");
  background-position: top center;
  background-size: 100%;
  padding: 24px 21px 32px;
  box-sizing: border-box;
}
.description .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
}
.description .p {
  margin-top: 372px;
  font-size: 16px;
  line-height: 19px;
}
.description img {
  border: 10px solid #E5E5E5;
  width: 200px;
  position: absolute;
  top: 69px;
  left: 37px;
}
.description img:last-child {
  top: 208px;
  right: 34px;
  left: auto;
}

.gift {
  width: 386px;
  border: solid white 14px;
  background-image: url("img/light-bg.jpg");
  background-size: cover;
  color: white;
}
.gift .title {
  width: 370px;
  display: block;
  margin: 8px auto auto;
}
.gift .socks {
  width: 250px;
  display: block;
  margin: 8px auto auto;
  border-radius: 11px;
}
.gift .subtitle {
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  margin-top: 20px;
}
.gift .form {
  background: rgba(0, 0, 0, 0.26);
  padding: 16px 40px 20px;
  margin-top: 21px;
}
.gift .form .form-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
}
.gift .form .form-subtitle {
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 20px;
}

input {
  width: 306px;
  box-sizing: border-box;
  height: 30px;
  padding: 0 20px;
  line-height: 30px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  color: black;
  background: white;
  outline: none;
  border-radius: 10px;
  border: 1px solid #000000;
  margin: auto auto 16px;
}

.gallery {
  background-image: url("img/dark-bg.jpg");
  background-size: 100%;
  background-repeat: repeat;
}
.gallery .title {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 28px;
  color: white;
}
.gallery img {
  margin-bottom: 32px;
  width: 100%;
}

.buy-s .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 24px;
}
.buy-s .slider-w {
  padding: 0 4px;
}
.buy-s .slider-w .slider {
  padding: 0 50px;
}
.buy-s .slider-w .slider img {
  height: 198px;
}
.buy-s .slider-w .slider .slick-slide {
  margin: 0 3px;
}
.buy-s .slider-w .arrow-left {
  left: 24px;
}
.buy-s .slider-w .arrow-right {
  right: 24px;
}
.buy-s .slider-nav img {
  height: 78px;
}
.buy-s .discount {
  position: absolute;
  width: 80px;
  top: 57px;
  right: 18px;
}
.buy-s .price {
  margin-top: -11px;
  margin-left: 32px;
  position: relative;
}
.buy-s .price .old {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-decoration: line-through;
}
.buy-s .price .new {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #FF0000;
}
.buy-s .temperature {
  position: absolute;
  text-align: right;
  top: 260px;
  right: 24px;
  width: 100%;
  font-size: 24px;
  line-height: 28px;
}
.buy-s .specs {
  width: 364px;
  margin-left: 30px;
  margin-top: 16px;
}
.buy-s .specs table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.buy-s .specs table td {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
}
.buy-s .specs table td:first-child {
  font-weight: 400;
  width: 168px;
  font-size: 18px;
  line-height: 21px;
}
.buy-s .hl {
  height: 1px;
  width: 350px;
  margin: 24px 32px;
  background: black;
}
.buy-s .size-selector {
  padding-left: 32px;
}
.buy-s .size-selector .title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 12px;
  text-transform: none;
  text-align: left;
}
.buy-s .size-selector .selector-elements .element {
  padding: 0 4px;
  line-height: 26px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  border: 2px solid black;
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 9px;
}
.buy-s .size-selector .selector-elements .element.active {
  background: black;
  color: white;
}
.buy-s .color-selector {
  width: 350px;
  margin-left: 32px;
  margin-top: 12px;
}
.buy-s .color-selector .title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 12px;
  text-transform: none;
  text-align: left;
  display: inline-block;
  margin-right: 10px;
}
.buy-s .color-selector .selector-elements {
  display: inline-block;
  vertical-align: middle;
}
.buy-s .color-selector .selector-elements .element {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 4px solid white;
  border-radius: 25px;
}
.buy-s .color-selector .selector-elements .element.active {
  border-color: #FEB000;
}
.buy-s .color-selector .selector-elements .black-background {
  background: black;
}
.buy-s .color-selector .selector-elements .brown-background {
  background: #723700;
}
.buy-s .form {
  background: url("img/dark-bg.jpg") no-repeat;
  background-size: 100%;
  width: 350px;
  box-sizing: border-box;
  padding: 20px 22px 20px;
  border-radius: 20px;
  margin: 21px auto 20px;
}
.buy-s .form .form-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: white;
}
.buy-s .form .form-subtitle {
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 20px;
  color: white;
}
.buy-s .form input {
  width: 306px;
}

.img-section img {
  display: block;
  width: 100%;
}

.dark-bg {
  background-image: url("img/dark-bg.jpg");
  background-size: 100%;
  background-repeat: repeat;
}

.about-brand {
  font-family: "Ubuntu", sans-serif;
  color: white;
  padding: 24px 18px;
  box-sizing: border-box;
}
.about-brand .title {
  font-weight: 500;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 24px;
}
.about-brand .p {
  font-size: 16px;
  line-height: 18px;
  margin: 8px 0;
}
.about-brand .p:nth-child(6) {
  margin-bottom: 624px;
}
.about-brand .about-brand-photos img {
  position: absolute;
  border: 10px solid #FFFFFF;
  width: 200px;
}
.about-brand .about-brand-photos img:first-child {
  bottom: 424px;
  left: 23px;
}
.about-brand .about-brand-photos img:nth-child(2) {
  bottom: 300px;
  right: 22px;
}
.about-brand .about-brand-photos img:nth-child(3) {
  left: 23px;
  bottom: 164px;
}
.about-brand .about-brand-photos img:last-child {
  right: 22px;
  bottom: 30px;
}

.why-us .title {
  margin-top: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  margin-bottom: 40px;
}
.why-us img {
  width: 414px;
  margin-bottom: 24px;
}

.how-to-order {
  padding-bottom: 16px;
}
.how-to-order .title {
  margin-top: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
}
.how-to-order img {
  margin-top: 24px;
}

.what-next {
  padding: 20px 50px;
  background-image: url("img/dark-bg.jpg");
  background-size: 100%;
  background-repeat: repeat;
  text-align: center;
  color: white;
  font-size: 19px;
  line-height: 23px;
  box-sizing: border-box;
}

.reviews {
  padding-bottom: 32px;
}

.reviews-title {
  margin-top: 16px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}

.reviews .slider {
  padding: 0 30px;
}

.reviews .slider img {
  margin: 0 7px;
}

.arrow-left, .arrow-right {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.arrow-left {
  left: 8px;
}

.arrow-right {
  right: 8px;
  transform: rotate(180deg);
}

.reviews .slider {
  padding: 0 57px;
}

.reviews .slider, .reviews .slider * {
  height: 260px !important;
}

.slick-slide {
  margin: 0 10px;
}

.slick-list {
  margin: 0 -10px;
}

.slider-w {
  position: relative;
}

.last .bg {
  width: 414px;
  display: block;
}
.last .shoes-w {
  width: 347px;
  height: 347px;
  position: absolute;
  top: 139px;
  left: 106px;
  animation-duration: 0.7s;
}
.last .shoes-w img {
  display: block;
  position: absolute;
  width: 347px;
  animation: float 5s ease-in-out infinite;
}
.last .shoes-w img:last-child {
  animation-delay: -1s;
}
.last .price {
  position: absolute;
  display: block;
  top: 176px;
  left: 30px;
  width: 132px;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
}
.last .saving {
  width: 70px;
  position: absolute;
  display: block;
  top: 296px;
  left: 46px;
  animation-duration: 0.5s;
  animation-delay: 0.8s;
}
.last .button-w {
  position: absolute;
  top: 437px;
  margin: auto;
  right: 0;
  left: 0;
}
.last .button-w .button {
  width: 300px;
  height: 48px;
  font-weight: 500;
  font-size: 22px;
  line-height: 48px;
}
.last .till-the-end {
  position: absolute;
  top: 532px;
  width: 100%;
}
.last .till-the-end .title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: white;
  padding-left: 32px;
  margin-bottom: 10px;
}
.last .till-the-end .timer-element > span:last-child {
  color: white !important;
  font-size: 16px !important;
}
.last .disinfection {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  margin: auto;
  right: 0;
  left: 0;
  text-align: center;
  color: black;
  position: absolute;
  transform: rotate(-5.01deg);
  top: 680px;
}

.footer {
  margin-top: -2px;
  background: #D9D9D9;
  text-align: right;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  padding-right: 30px;
  padding-bottom: 20px;
  box-sizing: border-box;
  color: #292929;
}

.footer a, .footer a:hover, .footer a:active, .footer a:visited {
  text-decoration: none;
  color: inherit;
  font-style: italic;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.scroll-animations {
  visibility: hidden;
}

/*# sourceMappingURL=style.css.map */
