/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('../fonts/pt-sans-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-sans-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-sans-italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('../fonts/pt-sans-v17-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-sans-v17-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('../fonts/pt-sans-v17-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-sans-v17-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-sans-700italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('../fonts/pt-sans-v17-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-sans-v17-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



.container-1360 {
  max-width: 1360px;
}

.header__top,
.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__mob {
  display: none;
}

.header__top {
  height: 50px;
}

.header__bottom {
  height: 60px;
}

.header__left,
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__logo {
  max-width: 150px;
  width: 100%;
}

.header__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  font-size: 12px;
  line-height: 20px;
  color: #96a0a8;
}

.header__icon {
  background-image: url(../fonts/facebook.svg);
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3px;
  width: 30px;
  height: 27px;
  cursor: pointer;
}
.header__icon + .header__icon {
  margin-left: 20px;
}

.header__icon:nth-of-type(2) {
  background-image: url(../fonts/instagramm.svg);
}
.header__icon:nth-of-type(3) {
  background-image: url(../fonts/twitter.svg);
}

.header__item {
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  cursor: pointer;
  color: #1b354a;
  text-transform: uppercase;
}

.header__item + .header__item {
  margin-left: 11px;
}

.search {
  max-width: 30px;
  width: 100%;
  margin-right: 70px;
}

@media (max-width: 768px) {
  .header__top,
  .header__bottom {
    display: none;
  }
  .header__mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 5px;
  }

  .header__burger {
    max-width: 34px;
    max-height: 34px;
    width: 100%;
  }

  .header__search {
    max-width: 20px;
    width: 100%;
  }
}

.main__form-title {
  margin: 50px 0 40px;
  text-align: center;
  line-height: 1.3;
  font-size: 1.7em;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.main__form-title span {
  color: #57910e;
}

.main__form-sale {
  padding: 10px;
  background-color: #232f3e;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 15px 0 rgb(129 150 160 / 45%);
  box-shadow: 0 4px 15px 0 rgb(129 150 160 / 45%);
  color: #fff;
}

.main__form-wrapper {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.main__form-sale {
  text-align: center;
}

.main__form-remainder {
  margin: 20px 0;
  text-align: center;
}

.counter {
  font-weight: bold;
  font-size: 19px;
}

.main__form-boxes {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.main__form-boxes.hide {
  display: none;
}

.main__form-box {
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  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;
}

.win_prize {
  display: none;
  font-size: 32px;
  font-weight: bold;
  color: #e72c2a;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.win_prize.active {
  display: block;
}

.main__form-box img.open {
  opacity: 0.6;
}

.main__form-box:hover {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.main__form {
  max-width: 430px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0px 25px 0px rgb(0 0 0 / 12%);
  box-shadow: 0 0px 25px 0px rgb(0 0 0 / 12%);
  border: 3px dashed #eaeaea;
  padding: 20px;
  display: none;
}

.main__form.active {
  display: block;
}

.main__form-text {
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  margin: 10px 0;
}

.main__form-timer {
  font-size: 21px;
  margin: 10px 0;
}

.main__form-timer span {
  color: red;
  font-weight: bold;
}

.main__form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
  text-align: left;
}

.main__form-item label {
  font-size: 13px;
  text-align: left;
  font-weight: bold;
}

.main__form-item input,.main__form-item select {
  width: 100%;
  padding: 14px;
  border: 2px solid #eaeaea;
  font-size: 15px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline-color: #cecece;
}

.main__form-button {
  -webkit-box-shadow: 0px 1px 0px 0px rgb(245 151 142) inset;
  box-shadow: 0px 1px 0px 0px rgb(245 151 142) inset;
  background: rgb(242, 69, 55);
  border-radius: 3px;
  border: 1px solid rgb(208, 39, 24);
  color: #fff;
  padding: 8px;
  min-height: 56px;
  width: 100%;
  font-size: 1.1em;
  line-height: 1.3;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 10px 0 30px;
}

.main__form-button:hover {
  background: rgb(198, 45, 31);
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup__wrapper {
  max-width: 320px;
  width: 100%;
  font-size: 18px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 40px rgb(0 0 0 / 50%);
  box-shadow: 0 1px 40px rgb(0 0 0 / 50%);
  cursor: pointer;
  text-align: center;
}

.popup__title,
.popup__text {
  font-size: 18px;
  display: block;
  line-height: 1.4;
}

.popup__img {
  max-width: 115px;
  width: 100%;
  margin: 20px auto;
}

.popup__button {
  display: block;
  background: #70b31a;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  max-width: 100%;
  padding: 16px 10px;
  border-radius: 15px;
  text-align: center;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  -webkit-animation: scale 0.4s infinite;
  animation: scale 0.4s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}

@media (max-width: 768px) {
  .main__form-title {
    font-size: 18px;
    margin: 30px 0 20px;
  }
}

.main__comment-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid rgb(218, 225, 232);
  padding-bottom: 15px;
  width: 100%;
}

.main__comment-wrapper + .main__comment-wrapper {
  margin-top: 35px;
}

.main__comment-img {
  padding-right: 10px;
}
.main__comment-img img {
  border-radius: 50%;
  max-width: 48px;
  min-width: 48px;
  max-height: 48px;
  min-height: 48px;
}

.main__comment-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.main__comment-title {
  line-height: 22px;
  color: rgb(69, 104, 142);
  font-weight: bold;
  background: rgb(218, 226, 232) none repeat scroll 0% 0%;
  padding: 6px;
  margin-bottom: 10px;
  font-size: 15px;
  margin-bottom: 15px;
}

.main__comment-city {
  text-transform: uppercase;
  font-size: 10px;
  padding: 2px 5px;
  background: #f5fbfb;
  color: #444;
  font-weight: bold;
  border-radius: 2px;
  border: 1px solid #989898;
  margin-left: 5px;
}

.main__comment-name {
  color: rgb(164, 0, 0);
  font-weight: bold;
  font-size: 16px;
}

.main__comment-text {
  font-size: 18px;
  line-height: 1.4;
}
.main__comment-body {
  width: 100%;
}

.main__comment-body img {
  margin-top: 10px;
  max-width: 310px;

  display: block;
}
.main__comment-text a{
  color:#3079d5 
}
.main__comment-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__comment-footer {
  color: rgb(153, 153, 153);
}

.main__comment-answer {
  cursor: pointer;
  color: #54a3e9;
}

.main__comment-answer:hover {
  text-decoration: underline;
}

@media (max-width: 400px) {
  .main__comment-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: start;
  }
  .main__comment-city {
    margin-left: 0;
    margin-top: 5px;
  }
}




* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  width: 100%;
}

body {
  font-family: "PT Sans", sans-serif;
}

.container {
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
.main {
  background-color: #001938;
  padding-bottom: 15px;
  border-bottom: 10px solid #3079d5;
}

.main__head {
  background-color: #001938;
  position: relative;
  height: 150px;
}

.main__head .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 150px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
}

.main__head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(255, 255, 255, 0.4)),
    to(transparent)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  background-image: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  opacity: 0.4;
}
.main__head::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.4)),
    to(transparent)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  opacity: 0.4;
}

.main__head .main__title {
  color: #f5e2e2;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 1.5px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
}

.main__head .main__title span {
  color: red;
  padding: 0 10px;
}

.main__age {
  background-color: rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 20px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  letter-spacing: -1px;
}

.header__image {
  max-width: 228px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 150px;
}

.main__nav {
  border-top: 1px solid #3079d5;
  color: #e4cbcc;
  border-bottom: 10px solid #3079d5;
  background: #00112c;
  max-height: 60px;
  height: 60px;
}

.main__nav .container {
  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;
  height: 100%;
}

.main__nav-item {
  padding: 10px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.45px;
  cursor: pointer;
  display: inline-block;
}

.main__nav-item:hover {
  color: #001938;
  background-color: #3a6eb5;
  border-color: #3a6eb5;
}

.main__wrapper {
  max-width: 990px;
  width: 100%;
  padding: 0 15px;
  margin: 15px auto 0;
}

.main__content {
  background: #fff;
  border-radius: 10px;
  padding: 0 15px;
}

.main__title {
  line-height: 1.3;
  font-size: 1.7em;
  padding: 30px 20px 20px;
  text-align: center;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  display: block;
}

.main__text {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.main__text a,
.main__image-sign a {
  color: #4193d4;
}

.main__text a:hover,
.main__image-sign a:hover {
  text-decoration: underline;
}

._red {
  color: red;
}

._center {
  text-align: center;
}

.main__image {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main__image-sign {
  font-size: 17px;
  line-height: 1.4;
  font-style: italic;
  text-align: center;
}

.main__image-550 {
  max-width: 550px;
  margin-bottom: 40px;
}

.main__image-550 img {
  margin-bottom: 10px;
}

.main__image-prod {
  max-width: 320px;
  width: 100%;
}

.main__list {
  padding: 0 0 0 40px;
}

.main__list-item {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
  list-style: disc;
}

.main__list-item::marker {
  color: limegreen;
}

.main__attention {
  border: 1px solid #789e47;
  border-radius: 3px;
}

.main__attention .main__text {
  margin-bottom: 0;
}
.main__attention-head {
  color: #fff;
  background-color: #789e47;
  padding: 10px;
}

.main__attention-body {
  padding: 10px;
}

.main__footer {
  text-align: center;
}

.main__footer a {
  margin: 30px 0;
  font-size: 30px;
  font-weight: 700;
  color: #84171e;
  display: inline-block;
}

.main__footer a:hover {
  color: #3a6eb5;
  text-decoration: underline;
}

.footer {
  padding: 15px;
  text-align: center;
}

@media (max-width: 992px) {
  .main__nav {
    height: auto;
    max-height: none;
  }
}

@media (max-width: 768px) {
  .main__nav {
    display: none;
  }

  .main__head,
  .main__head .container {
    height: auto;
  }

  .main__head {
    border-bottom: 10px solid #3079d5;
  }

  .main__head .main__title {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1px;
    padding: 10px;
  }

  .main__head::after {
    content: none;
  }

  .header__image {
    display: none;
  }
}

@media (max-width: 500px) {
  .main__wrapper {
    padding: 0 10px;
  }
}

.x_country_select{
  display: none !important
}

.prices{
  font-size: 27px;
  padding: 15px;
}

.old-price{
  text-decoration: line-through;
  font-size: 25px;
}
.new-price {
  color:red
}
.comm__img{
  max-width: 350px;
  width: 100%;
}