html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "Mplus";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: local("Mplus"),url("../../fonts/Mplus/MPLUS1p-Regular.ttf") format("ttf"),url("../../fonts/Mplus/MPLUS1p-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Mplus";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: local("Mplus"),url("../../fonts/Mplus/MPLUS1p-Bold.ttf") format("ttf"),url("../../fonts/Mplus/MPLUS1p-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "SourceSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: local("SourceSans"),url("../../fonts/SourceSans/SourceSansPro-Regular.ttf") format("ttf"),url("../../fonts/SourceSans/SourceSansPro-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "SourceSans";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: local("SourceSans"),url("../../fonts/SourceSans/SourceSansPro-SemiBold.ttf") format("ttf"),url("../../fonts/SourceSans/SourceSansPro-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Fredoka";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: local("Fredoka"),url("../../fonts/Fredoka/FredokaOne-Regular.ttf") format("ttf"),url("../../fonts/Fredoka/FredokaOne-Regular.ttf") format("truetype");
}

html {
  font-size: 0.277vw;
}

body {
  font-family: "Mplus";
  font-size: 16rem;
}

* {
  box-sizing: border-box;
}

.container {
  margin: 0 auto;
  padding: 0 7%;
  max-width: 1540px;
  box-sizing: content-box;
}

header {
  height: 100rem;
  position: relative;
  z-index: 99;
  display: none;
}

header .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}

.logo-wrapper {
  position: absolute;
  right: 60rem;
}

.logo-wrapper .logo {
  display: block;
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75rem;
  height: 55rem;
}

.logo-wrapper .logo img {
  width: 100%;
  height: 100%;
}

.contact,
.delivery {
  font-size: 14rem;
  display: -webkit-box;
  display: flex;
}

.contact {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.contact a {
  color: #000;
}

.contact .phone {
  font-family: 'SourceSans';
  background: url("../../svg/sprites/header.svg#phone") center left/17rem 13rem no-repeat;
  padding-left: 23rem;
  margin-right: 38rem;
  margin-bottom: 7rem;
}

.contact .email {
  background: url("../../svg/sprites/header.svg#email") center left/19rem 13rem no-repeat;
  padding-left: 28rem;
  margin-right: 40rem;
  margin-bottom: 7rem;
}

.delivery {
  font-family: 'SourceSans';
  background: url("../../svg/sprites/header.svg#car") center left/21rem 16rem no-repeat;
  padding-left: 32rem;
  -webkit-box-align: center;
  align-items: center;
}

.footer {
  margin-top: 106rem;
  margin-bottom: 35rem;
  line-height: 130%;
}

.footer .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.footer .logo {
  margin-right: 9rem;
}

.footer .logo img {
  width: 160rem;
  height: 110rem;
}

.footer .flinks a {
  display: inline-block;
  color: #1c242c;
  margin-left: 20px;
}

.footer .flinks a:not(:last-child) {
  margin-bottom: 10px;
}

.copyrights {
  font-size: 15rem;
}

.main-btn {
  padding: 15rem 35rem;
  background-color: #E55025;
  border-radius: 50rem;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 4rem 20rem rgba(229,80,37,0.25);
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  white-space: nowrap;
}

.main-btn:before {
  content: '';
  background: url("../../svg/global/cart.svg") center/contain no-repeat;
  display: block;
  width: 23rem;
  height: 25rem;
  margin-right: 9rem;
}

.head-section {
  min-height: 600rem;
  background: #b7d2e6;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 5;
}

.head {
  padding-top: 40rem;
  padding-bottom: 28rem;
  position: relative;
  z-index: 99;
}

.head__text {
  margin-left: 6.4%;
}

.head__text h1 {
  font-family: "Fredoka";
  font-weight: 400;
  font-size: 30rem;
  margin-top: 20rem;
}

.head__hey {
  width: 157rem;
  height: 100rem;
}

.coupon {
  margin-top: 25rem;
  padding: 20rem;
  min-height: 109rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-radius: 40rem;
  background: #F9DC9C url("../../svg/head/coupon/orange_shape.svg") 0 0/73% 100% no-repeat;
}

.coupon__title {
  font-size: 30rem;
  color: #fff;
  font-family: "Fredoka";
  font-weight: 400;
  margin-bottom: 20rem;
}

.btns-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
}

.coupon-copy {
  border-radius: 150rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5rem;
}

.coupon-copy__input {
  height: 55rem;
  border-radius: 150rem;
  border: none;
  outline: none;
  padding: 0 20rem;
  margin-bottom: 5rem;
  text-align: center;
  line-height: 55rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14rem;
  background-color: #fff;
}

.coupon-copy__btn {
  position: relative;
  height: 55rem;
  border-radius: 150rem;
  border: none;
  outline: none;
  background: #24133B;
  color: #fff;
  font-weight: 800;
  padding: 15rem 40rem;
  box-shadow: 0rem 4rem 20rem rgba(229,80,37,0.25);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 16rem;
  cursor: pointer;
}

.coupon-copy__btn:before {
  content: '';
  display: block;
  width: 35rem;
  height: 25rem;
  background: url("../../svg/head/coupon/copy.svg") 0 0/73% 100% no-repeat;
  margin-right: 6rem;
}

.coupon-copy__btn .copy-response {
  font-size: 13rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #000;
  padding: 12rem;
  border-radius: 50rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.coupon-copy__btn .copy-response.show {
  -webkit-transform: translate(-50%, -120%);
  transform: translate(-50%, -120%);
  opacity: 1;
  visibility: visible;
}

.head-shape {
  position: absolute;
}

.head-shape.bg {
  top: 0;
  right: -450rem;
  height: 100%;
}

.head-shape.big {
  top: -9rem;
  left: 67rem;
  width: 1110rem;
  height: 648rem;
}

.head-shape.small {
  top: -9rem;
  right: 237rem;
  width: 441rem;
  height: 251rem;
}

.head-shape.thirty {
  top: 178rem;
  left: 980rem;
}

.head-shape.forty {
  top: 293rem;
  left: 126rem;
}

.head-shape.bone_down1 {
  top: 38rem;
  left: 243rem;
}

.head-shape.bone_down2 {
  top: 360rem;
  left: 1103rem;
}

.head-shape.bone_up {
  top: 273rem;
  left: 1818rem;
}

.head-shape.pow1 {
  top: 472rem;
  left: 278rem;
}

.head-shape.pow2 {
  top: 54rem;
  left: 1660rem;
}

.head-shape.points1 {
  top: 46rem;
  left: 678rem;
}

.head-shape.points2 {
  top: 164rem;
  left: 1600rem;
}

.head-shape.snake_down {
  top: 262rem;
  left: 861rem;
}

.head-shape.snake_up1 {
  top: 8rem;
  left: 1385rem;
}

.head-shape.snake_up2 {
  top: 496rem;
  left: 1680rem;
}

.product {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-top: 30rem;
}

.product-imgs {
  margin-bottom: 50rem;
}

.main-img {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 50rem;
  max-height: 550rem;
  height: 100%;
  overflow: hidden;
}

.main-img img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.extra-imgs {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -10rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.extra-imgs .img-column {
  width: 110rem;
  height: 110rem;
  margin: 10rem;
  cursor: pointer;
}

.extra-imgs .img-item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.prod-title {
  font-weight: 800;
  font-size: 25rem;
  line-height: 35rem;
  letter-spacing: 0.4rem;
  margin-bottom: 16rem;
}

.prod-title--lap {
  display: none;
}

.rating-group {
  display: -webkit-box;
  display: flex;
  margin-bottom: 56rem;
  -webkit-box-align: center;
  align-items: center;
}

.stars {
  width: 95rem;
  height: 20rem;
}

.stars label {
  float: right;
  position: relative;
  width: 19rem;
  height: 19rem;
  border-radius: 2rem;
  cursor: pointer;
}

.stars label:before {
  content: "\2605";
  font-size: 19rem;
  color: #CCCCCC;
  line-height: 1;
}

.stars input {
  display: none;
}

.stars input:checked ~ label:before,
.stars:not(:checked)>label:hover:before,
.stars:not(:checked)>label:hover ~ label:before {
  color: #FD8515;
}

.reviews {
  margin-left: 20rem;
}

.reviews span {
  text-decoration: underline;
}

.price {
  margin-bottom: 51rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.price .value {
  font-family: 'SourceSans';
  font-weight: 800;
  color: #E55025;
  font-size: 41rem;
  margin-right: 24rem;
}

.price .value sup {
  font-size: 13rem;
  vertical-align: super;
  top: -2rem;
  position: relative;
}

.price .stock {
  background: url("../../svg/global/check.svg") 7rem center/14rem 10rem no-repeat;
  border: 1rem solid #AFB200;
  color: #AFB200;
  padding: 5rem;
  padding-left: 27rem;
  border-radius: 4rem;
  background-color: #fff;
  font-size: 14rem;
}

.attrs {
  margin-bottom: 47rem;
}

.attrs p {
  margin-bottom: 20rem;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
  display: inline-block;
  background-color: #fff;
  padding: 15rem;
  font-family: sans-serif, Arial;
  font-size: 16rem;
  border: 1.5rem solid #E0E0E0;
  border-radius: 4rem;
}

.radio-toolbar .color {
  width: 25rem;
  height: 25rem;
  border: 1rem solid #E0E0E0;
  border-radius: 4rem;
}

.radio-toolbar .color.white {
  background-color: #fff;
}

.radio-toolbar .color.blue {
  background-color: #09A8DA;
}

.radio-toolbar .color.pink {
  background-color: #FF6D6D;
}

.radio-toolbar input[type="radio"]:checked+label {
  border: 1.5rem solid #FDB515;
}

.description {
  margin-top: 67rem;
  line-height: 22rem;
  font-size: 15rem;
}

.description__title {
  font-weight: 800;
  margin-bottom: 30rem !important;
  font-size: 16rem;
}

.description p {
  margin-bottom: 22rem;
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 0.13vw;
  }

  header {
    display: block;
  }

  .logo-wrapper {
    border-radius: 0 0 50% 50%;
    background-color: #fff;
    height: 240rem;
    width: 200rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .logo-wrapper .logo {
    width: 100rem;
    height: 87rem;
  }

  .header-info {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .contact .email {
    margin-bottom: 0;
  }

  .head {
    padding: 0 7.31%;
    padding-top: 80rem;
    padding-bottom: 58rem;
  }

  .head__text h1 {
    font-size: 50rem;
    margin-top: 31rem;
  }

  .head__hey {
    width: 315rem;
    height: 200rem;
  }

  .coupon {
    margin-top: 68rem;
  }

  .coupon__title {
    font-size: 40rem;
  }
}

@media only screen and (min-width: 1024px) {
  html {
    font-size: 0.0692vw;
  }

  .logo-wrapper {
    height: 306rem;
    width: 284rem;
  }

  .logo-wrapper .logo {
    width: 150rem;
    height: 110rem;
  }

  .contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .contact .phone {
    margin-bottom: 0;
  }

  .main-btn {
    width: unset;
  }

  .coupon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    border-radius: 400rem;
    padding: 28rem 41rem;
  }

  .coupon__title {
    margin-right: 20rem;
    margin-bottom: 0;
  }

  .btns-group {
    -webkit-box-align: start;
    align-items: flex-start;
    width: unset;
    max-width: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .coupon-copy {
    margin-right: 40rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    background-color: #fff;
    box-shadow: 0rem 4rem 14rem rgba(0,0,0,0.1);
    max-width: 390rem;
    margin-bottom: 0;
  }

  .coupon-copy__input {
    margin-bottom: 0;
    padding: 0 40rem;
    text-align: left;
  }

  .coupon-copy__btn {
    width: 192rem;
  }

  .head-shape.bg {
    right: 0;
  }

  .product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    border-radius: 400rem;
    padding-top: 95rem;
  }

  .product-imgs {
    margin-right: 31rem;
    margin-top: 35rem;
    width: 42.6%;
  }

  .product-info {
    width: 55%;
  }

  .prod-title--mob {
    display: none;
  }

  .prod-title--lap {
    display: block;
  }

  .prod-title {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1400px) {
  html {
    font-size: 0.052vw;
  }

  .coupon__title {
    margin-right: 40rem;
  }

  .coupon-copy {
    max-width: 434rem;
  }

  .coupon-copy__input {
    margin-right: 40rem;
  }
}

@media only screen and (min-width: 1920px) {
  html {
    font-size: 1px;
  }
}