@charset "UTF-8";
 * {
  padding: 0;
  margin: 0;
  border: 0;
}


@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
       url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
       url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
       url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"),
       url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}



*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 15px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}


body {
  font-family: "Montserrat", sans-serif;
  background: #ffffff;
  color: #000;
}

body.lock {
  overflow: hidden;
}

.fon-color {
  background-color: #f4f4f4;
}

.footer_block {
  background: #FFF;
  border-radius: 10px;
  max-width: 100%;
  position: relative;
  display: block;
}

.footer_text_product {
  line-height: 1.25;
  text-align: center;
  font-size: 15px;
  opacity: 0.5;
  padding: 15px;
}

.policy {
  color: #000;
  text-decoration: underline;
}

.video_block {
  margin-bottom: 10px;
}

.fon-color, .header__bottom {
  background-color: #f4f4f4;
}

.tabs_block_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0px;
  padding: 0px 0px 0px 0px;
}

.tabs_block_price:nth-child(odd) {
  background: #FFF;
}

.tabs_block_price span:first-child {
  width: 80%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tabs_block_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gift__text {
  font-size: 16px;
  margin-top: 20px;
  max-width: 700px;
  line-height: 1.25;
}

.gift__text-last {
  margin-top: 0;
}


.title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800; 
  font-size: 32px;
  text-align: center;
  padding-bottom: 10px;
}

@media (max-width: 980px) {
  .title {
    font-size: 22px;
  }
  
  .footer_block {
    margin-bottom: 65px;
  }
}

@media (max-width: 640px) {
  .title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.subtitle {
  font-size: 16px;
  text-align: center;
}

.subtitle:after {
  content: "";
  position: relative;
  display: block;
  width: 90px;
  height: 4px;
  border-radius: 2px;
  background: #18c3fb;
  margin: 15px auto 30px;
}

.audio-review {}

.audio-review__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1130px;
}

.audio-review__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 30px;
}

.audio-review__item {
  width: 100%;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  border-radius: 10px;
}

.audio-review__text {
  font-size: 15px;
  padding-bottom: 10px;
}

.audio-review__text p {
  text-align: left;
  padding-bottom: 0;
}

.audio-review__audio {
  background: #f1f3f4;
  width: 100%;
  border-radius: 10px;
  margin-bottom: -3px;
}

.audio-review__button {
  display: inline-block;
  padding-right: 53px;
  padding-left: 53px;
  margin-top: 30px;
}

@media (max-width: 980px) {
  .audio-review__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 755px;
    row-gap: 0;
  }

  .audio-review__item {
    width: 100%;
    margin-bottom: 14px;
  }

  .audio-review__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 640px) {
  .audio-review__button {
    padding-left: 43px;
    padding-right: 43px;
  }
}

@media (max-width: 380px) {
  .audio-review__button {
    padding-left: 23px;
    padding-right: 23px;
  }
  
  .footer_text {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .footer_text {
    font-size: 13px;
  }
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  width: 100%;
}

.card__text {
  line-height: 1.25;
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
}


.button {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #1878fb), to(#1878fb));
  background: linear-gradient(to right, #1878fb 25%, #1878fb);
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif; 
  font-weight: 700; 
  padding: 17.5px 0 15.5px;
  -webkit-box-shadow: 0px 9px 16px 0px rgba(21, 57, 189, 1);
  box-shadow: 0px 9px 16px 0px rgba(21, 57, 189, 1);
  border-bottom: 2px solid #1848fb;
}

.button:hover {
  -webkit-box-shadow: 0px 9px 16px 0px rgba(61, 191, 29, 0.0);
  box-shadow: 0px 9px 16px 0px rgba(61, 191, 29, 0.0);
  border-bottom: 2px solid #1878fb;
}

[class*=__container]:not(.fancybox__container) {
  max-width: 1130px;
  margin: 0 auto;
  padding: 100px 15px;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1049;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-shadow: 0px 12px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 12px 8px 0px rgba(34, 60, 80, 0.2);
  background: #ffffff;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px !important;
}

.header__burger {
  display: none;
}

.header__social {
  display: none;
}


.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif; 
}

.header__logo-mobile {
  display: none;
}

.header__logo img {
  margin-right: 20px;
}

.header__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.3;
  max-width: 250px;
  color: inherit;
}

.header__mail img {
  margin-right: 10px;
}

.header__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__number p {
  line-height: 1;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}


.header__number p a {
  color: inherit;
  font-size: 25.5px;
  font-family: "Montserrat", sans-serif; 
  font-weight: 700; 
}

.header__number p span {
  font-size: 15.1px;
}

_::-webkit-full-page-media, _:future, :root .header__number p a {
  font-family: "Montserrat", sans-serif;
}

_::-webkit-full-page-media, _:future, :root .header__number p span {
  font-family: "Montserrat", sans-serif;
}

.menu {
  display: none;
}

@media (max-width: 980px) {
  [class*=__container]:not(.fancybox__container) {
    padding: 70px 15px;
  }

  .header {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  }
  
  .header.scroll {
    top: 0;
  }

  .header__logo {
    display: none;
  }

  .header__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 15px !important;
    max-width: 767px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__number img {
    display: none;
  }
  
  .header__number p {
    margin-left: 0;
  }
  
  .header__number p a {
    font-size: 22.5px;
  }
  
  .header__number p span {
    font-size: 13.3px;
  }

  .header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 40px;
    padding-top: 40px;
  }
  
  .header__social a {
    width: 30px;
    height: 30px;
  }
  
  .header__social a:hover path {
    fill: green;
  }
  
  .header__social path {
    fill: gray;
  }

  .header__logo-mobile {
    display: block;
  }

  .header__mail {
    display: none;
  }

  .header__burger {
    cursor: pointer;
    position: relative;
    display: -ms-grid;
    display: grid;
    width: 40px;
    height: 35px;
    z-index: 8;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
  }

  .header__burger span {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  .header__burger:before,
  .header__burger:after {
    content: "";
    background-color: #1878fb;
    position: absolute;
    top: 15px;
    height: 4px;
    width: 45px;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__burger:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
  }

  .header__burger:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 15px;
  }

  .menu {
    display: none;
  }
}

.audio-review__item {
  padding: 15px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  border-radius: 10px;
  margin: 0 0 15px;
}

.audio-review__text {
  font-size: 15px;
  padding-bottom: 10px;
}

.audio-review__text p {
  text-align: left;
  padding-bottom: 0;
}

.audio-review__audio {
  background: #f1f3f4;
  width: 100%;
  border-radius: 10px;
  margin-bottom: -3px;
}

.form-popup.open {
  opacity: 1;
  visibility: visible;
}

.form-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.87);
  top: 0;
  left: 0;
  z-index: 2001;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-popup__close {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  right: 5px;
  top: 25px;
  z-index: 7;
}

.form-popup__close:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 26px;
  height: 2px;
  left: 0;
  background-color: #7e7d7d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-popup__close:after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 4px;
  width: 26px;
  height: 2px;
  left: 0;
  background-color: #7e7d7d;
}

.form-popup p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.form-popup__body {
  min-height: 100%;
  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;
}

.form-popup__body form {
  position: relative;
  max-width: 340px;
  border-radius: 10px;
  overflow-y: visible;
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-popup__body form img {
  width: 100%;
  height: 205px;
  margin-top: -105px;
}

.form-popup__content {
  padding: 0px 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}


.form-popup__title {
  font-weight: 800;
  font-family: "Montserrat", sans-serif; 
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
  padding-top: 20px;
}

.form-popup__text {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Montserrat, Helvetica Neue, Arial, sans-serif;
}

@media (max-width: 980px) {
  .form-popup__text {
    font-size: 15px;
  }
}


.form-popup__input {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  display: block;
  width: 100%;
  padding: 15px 15px;
  border: 1px solid #F4F4F4;
  border-radius: 10px;
  text-align: center;
  color: #000;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.form-popup textarea {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  display: block;
  width: 100%;
  padding: 15px 15px;
  border: 1px solid #F4F4F4;
  border-radius: 10px;
  text-align: center;
  color: #000;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  resize: none;
}


.form-popup__button {
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif; 
  font-weight: 700; 
  margin-bottom: 15px;
}

.form-popup__accept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-popup__label {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Montserrat, Helvetica Neue, Arial, sans-serif;
  color: #7F7F7F;
  padding-left: 25px;
  cursor: pointer;
  font-size: 11px;
  text-align: center;
  position: relative;
}

.form-popup__label a {
  color: #7F7F7F;
}

.form-popup__label span {
  position: absolute;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  min-width: 18px;
  background-color: #FFF;
  height: 18px;
  top: -3px;
  left: 0px;
  border-radius: 3px;
  border: 1px solid red;
}

.form-popup__label span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 8px;
  z-index: 2;
  top: 4px;
  left: 4px;
  background: url("./../../files/img/form/check.svg") 0 0/cover no-repeat;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.form-popup__checkbox {
  display: none;
}

.form-popup__checkbox:checked + label span {
  border: 1px solid #F4F4F4;
}

.form-popup__checkbox:checked + label span::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.product {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Montserrat, Helvetica Neue, Arial, sans-serif;
  position: relative;
}

.product__body {
  min-height: 100%;
  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;
}

.product__close {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  right: -25px;
  top: -25px;
  z-index: 7;
}

.product__close:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 26px;
  height: 2px;
  left: 0;
  background-color: #F2F2F2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product__close:after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 4px;
  width: 26px;
  height: 2px;
  left: 0;
  background-color: #F2F2F2;
}

.product__content {
  position: relative;
  max-width: 1130px;
  border-radius: 10px;
  padding: 15px 15px;
  margin-top: 70px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}


.product__title {
  font-family: "Montserrat", sans-serif; 
  font-weight: 700; 
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.product__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__wrapper-slider {
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 74%;
  flex: 0 1 74%;
  opacity: 0;
  max-height: 457px;
}

@media(max-width: 980px) {
  .product__wrapper-slider {
    max-height: 562px;
  }
}

.product__slider {
  width: 100%;
}

.product__slide {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 337px;
  width: 100%;
  padding: 10px 10px 11px;
}

.product__slide img {
  max-width: 100%;
  height: 100%;
}

.product__navslider {
  background-color: #fff;
  border-radius: 10px;
  min-height: 84px;
  margin-top: 15px;
  padding: 11px 24px;
  overflow: visible;
}

.product__navslide {
  padding-right: 5px;
  width: 20%;
  min-width: 133px;
}

.slick-track {
  justify-content: center;
  min-width: 665px;
}

@media(max-width: 1125px) {
  .product__navslide {
    min-width: calc(104px + (133 - 104) * ((100vw - 980px) / (1125 - 980)));
  }
  
  .slick-track {
    min-width: calc(516px + (665 - 516) * ((100vw - 980px) / (1125 - 980)));
  }
}

@media(max-width: 980px) {
  .product__navslide {
    min-width: 138px;
  }
  
  .slick-track {
    min-width: 688px;
  }
}

@media(max-width: 767px) {
  .product__navslide {
    min-width: calc(53px + (138 - 53) * ((100vw - 320px) / (767 - 320)));
  }
  
  .slick-track {
    min-width: calc(260px + (688 - 260) * ((100vw - 320px) / (767 - 320)));
  }
}

.product__navslide img {
  width: 100%;
  height: auto;
}

.product__navslide.slick-current img {
  margin-left: 1px;
  border: 1px solid #1878fb;
  border-radius: 3px;
}

.product__benefits {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 370px;
  flex: 0 0 370px;
  background: #FFF;
  border-radius: 10px;
  padding: 15px;
  padding-top: 22px;
  display: inline-block;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 15px;
}

.product__benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
}

@media (min-width: 980px) and (max-width: 993px) {
  .product__benefit {
    font-size: 15px;
  }
}

.product__benefit:first-child {
  margin-top: 0;
}

.product__benefit img {
  margin-right: 15px;
}

@media (max-width: 480px) {
  .product__benefit img {
    width: 45px;
    height: 45px;
  }
  
  .product__benefit* {
    font-size: 15px;
  }
}

@media (max-width: 375px) {
  .product__benefit img {
    width: 35px;
    height: 35px;
  }
  
  .product__benefit {
    font-size: 15px;
  }
}

@media (max-width: 320px) {
  .product__benefit img {
    width: 30px;
    height: 30px;
  }
  
  .product__benefit {
    font-size: 14px;
  }
}

.product__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  cursor: pointer;
}

@media (max-width: 1114px) {
  .product__buttons {
    margin-top: 7%;
  }
}


.product__button {
  font-weight: 800;
  font-family: "Montserrat", sans-serif; 
  font-weight: 700; 
  width: 50%;
}

.product__button:first-child {
  margin-right: 12.5px;
}

.product__bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__tabs {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 74%;
  flex: 0 1 74%;
  margin-right: 15px;
}

.product__tabs img {
  border-radius: 10px;
  width: 100%;
}

.product__tabs iframe {
  border-radius: 10px;
  width: 100%;
  height: 390px;
}

.product__tabs .form-popup__button {
  width: 100%;
}

.product__information {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 370px;
  flex: 0 0 370px;
}


.product__information .header__number p a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 25.5px;
}

_::-webkit-full-page-media, _:future, :root .product__information .header__number p a {
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
}

.product__information .header__number p span {
  margin-top: -4px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Montserrat, Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
}

.product__information p {
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  font-weight: 900;
  font-family: "Montserrat", sans-serif; 
  font-weight: 900;
}

.product__information span {
  display: block;
  max-width: 326px;
  margin: 0 auto;
  font-size: 15px;
  padding-bottom: 20px;
  text-align: center;
}

.product__table {
  background: #FFF;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.product__table a {
  cursor: pointer;
  display: inline-block;
  width: 100%;
}


.product__table p {
  font-family: "Montserrat", sans-serif; 
  font-weight: 500;
  line-height: 1.25;
  padding-bottom: 3px;
  font-size: 16px;
  text-align: center;
}

.product__table span {
  line-height: 1.3;
  text-align: center;
  font-size: 16px;
  padding-bottom: 0px;
}

.product__table img {
  border: 1px solid #1878fb;
  border-radius: 10px;
  margin-bottom: 15px;
  max-width: 420px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.product__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product__social a {
  width: 30px;
  height: 30px;
}

.product__social a:hover path {
  fill: #1878fb;
}

.product__social path {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  fill: gray;
}

.product__online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFF;
  padding: 15px;
  padding-bottom: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  align-items: center;
}

.product__online img {
  width: 100%;
  max-width: 420px;
  border-radius: 10px;
  margin-bottom: 15px;
}


.product__online p {
  font-family: "Montserrat", sans-serif; 
  font-weight: 500; 
  line-height: 1.25;
  padding-bottom: 3px;
  font-size: 16px;
  text-align: center;
}

.product__online span {
  line-height: 1.3;
  text-align: center;
  font-size: 16px;
  padding-bottom: 15px;
}

.product__line {
  color: #fff;
  background: #1878fb;
  border-radius: 15px;
  padding: 5px 15px 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0px 0px 20px 0px;
  font-weight: 500;
  line-height: 15px;
  font-size: 15px;
}

.dot {
  width: 8px;
  height: 8px;
  display: block;
  background: #fff;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-animation-name: blinker;
  animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes blinker {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#tab_01 {
  background: #FFF;
  padding: 15px;
  border-radius: 10px;
  margin-top: 0px;
  margin-bottom: 15px;
  width: 100%;
}

#tab_02 {
  background: #FFF;
  padding: 15px;
  border-radius: 10px;
  margin-top: 0px;
  margin-bottom: 15px;
  width: 100%;
}

#tab_03 {
  background: #FFF;
  padding: 15px;
  border-radius: 10px;
  margin-top: 0px;
  margin-bottom: 15px;
  width: 100%;
}

#tab_04 {
  background: #FFF;
  padding: 15px;
  border-radius: 10px;
  margin-top: 0px;
  margin-bottom: 15px;
  width: 100%;
}

#tab_05 {
  background: #FFF;
  padding: 15px;
  border-radius: 10px;
  margin-top: 0px;
  margin-bottom: 15px;
  width: 100%;
}

#tab_06 {
  background: #FFF;
  padding: 15px;
  border-radius: 10px;
  margin-top: 0px;
  margin-bottom: 15px;
  width: 100%;
}

#tab_06 a {
  text-decoration: underline;
  color: #000;
}

.tabs__price {
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 280px;
}

.tabs__items {
  scroll-behavior: smooth;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  overflow-x: auto;
  background: #FFF;
  padding: 0px;
  border-radius: 10px;
  max-width: 100%;
  margin-bottom: 15px;
  height: 50px;
  position: relative;
}

.tabs__items::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.tabs__items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-width: 700px;
}

.tabs__item {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding: 0 16px;
  position: relative;
}

.tabs__item:after {
  content: "";
  background: #1878fb;
  position: absolute;
  width: 0%;
  bottom: -16.5px;
  left: 50%;
  height: 2px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tabs__item.active:after {
  left: 0;
  width: 100%;
}

.tabs__item:last-child {
  font-weight*: 700;
}

.tabs__block {
  display: none;
  font-size: 16px;
  line-height: 1.25;
}

.tabs__block.target {
  display: block;
}

@media (max-width: 980px) {
  .tabs__block {
    font-size: 15px;
  }
  
  .tabs__item {
    font-size: 15px;
  }
  
  .tabs__item:after {
    bottom: -17px;
  }
  
  .product__table p {
    font-size: 15px;
  }
  
  .product__table span {
    font-size: 15px;
  }
  
  .product__online p {
    font-size: 15px;
  }
  
  .product__online span {
    font-size: 15px;
  }
  
  .product__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .product__top .product__wrapper-slider {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
  }
  
  .product__top .product__benefits {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-top: 15px;
    padding: 15px;
  }
  
  .product__top .product__benefit {
    margin-bottom: 0px;
    line-height: 1.2;
  }

  .product__information {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .product__wrapper-slider {
    margin-right: 0;
    margin-bottom: 0;
  }

  .product__content {
    position: relative;
    max-width: 768px;
    padding: 15px;
  }

  .product__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    bottom: 0px;
    margin: auto;
    z-index: 1048;
    width: 100%;
    padding: 15px 0;
    padding-right: 30px;
    max-width: 768px;
    background-color: #f4f4f4;
  }
  
  .product__buttons {
    transition: all 0.3s linear;
  }
  
  .product__buttons.fixed-bottom-80px {
    bottom: -80px;
  }
  
  .product__button {
    width: 100%;
  }

  .product__slide {
    width: 100%;
    height: calc(195px + (450 - 195) * ((100vw - 320px) / (980 - 320)));
  }

  .product__navslider {
    min-height: auto;
  }

  .product__bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product__tabs {
    margin-right: 0;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (max-width: 640px) {
  .product__title {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .product__content {
    margin-top: 60px;
  }
}

.slick-slider {
  position: relative;
  display: -ms-grid;
  display: grid;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product__navslider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
  font-size: 0;
  width: 20px;
  height: 20px;
}

.product__navslider .slick-arrow.slick-prev {
  left: 5px;
  background: url("./../../files/img/product/arrow-tovar-left.png") 0 0/100% no-repeat;
}

.product__navslider .slick-arrow.slick-next {
  right: 5px;
  background: url("./../../files/img/product/arrow-tovar-right.png") 0 0/100% no-repeat;
}

.callback-phone-block {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 71;
  border-radius: 50%;
  border: 1px solid #80a4d9;
}

@media (max-width: 980px) {
  .callback-phone-block {
    display: none;
  }
}

.openphone {
  width: 100%;
  height: 100%;
}

.callback-phone-block p:after {
  content: none;
}

.callback-phone-block .blocks > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.callback-phone-block .blocks {
  bottom: 0;
  position: absolute;
  width: 60px;
  height: 60px;
}

.callback-phone-block .blocks .hoverPh {
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
  bottom: 0;
  position: absolute;
  border: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 60px;
  height: 60px;
}

.callback-phone-block .blocks .hoverPh a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #80a4d9;
  cursor: pointer;
  position: absolute;
  background: #1878fb;
  left: 0;
}

.callback-phone-block .blocks.active .hoverPh {
  opacity: 1;
}

.callback-phone-block .blocks div:nth-of-type(1) {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.callback-phone-block .blocks div:nth-of-type(2) {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.callback-phone-block .blocks div:nth-of-type(3) {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* active */
.callback-phone-block .blocks.active div:nth-of-type(1) {
  -webkit-transform: translateY(-220px);
  transform: translateY(-220px);
}

.callback-phone-block .blocks.active div:nth-of-type(2) {
  -webkit-transform: translateY(-145px);
  transform: translateY(-145px);
}

.callback-phone-block .blocks.active div:nth-of-type(3) {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}

.callback-phone-block .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  background: #1878fb url("./../../files/img/callback/phone.svg") center center no-repeat;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.pulse1, .pulse2 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #1878fb;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}

.pulse2 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

@-webkit-keyframes pulseCircle {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
  }
}

@keyframes pulseCircle {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
  }
}

.placeholder {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  line-height: 24px;
  padding: 0 18px 0 18px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  right: 69px;
  top: 18px;
  text-align: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  white-space: nowrap;
  font-size: 14px;
  font-style: normal;
  border-radius: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
}

.hoverPh {
  position: relative;
}

.hoverPh:hover .placeholder {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  visibility: visible;
  opacity: 1;
}

.hoverMain {
  width: 60px;
  background: #1878fb;
  border-radius: 50%;
  height: 60px;
}

.blocks.active .hoverMain:hover .placeholder {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  visibility: visible;
  opacity: 1;
}

.openphone {
  width: 100%;
  z-index: 1000;
  position: absolute;
  cursor: pointer;
  height: 100%;
}

.callback-phone-block.opens .circle {
  background: rgba(0, 0, 0, 0.7) url("./../../files/img/callback/close2.svg") center center no-repeat !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  opacity: 1 !important;
}

.callback-phone-block.opens .pulse1, .callback-phone-block.opens .pulse2, .form-price, .thumbs-price {
  display: none;
}


.animation {
  position: relative;
  overflow: hidden;
}

.animation:after {
  content: "";
  display: block;
  width: 100px;
  height: 300px;
  margin-left: 60px;
  background: #fff;
  position: absolute;
  left: -40px;
  top: -150px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 1;
}

.animation:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1878fb;
  opacity: 0;
  z-index: 1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.btn-preview:hover:before, .animation:hover:before, .btn-otzivi:hover:before, .product__button:hover:before {
  opacity: 0;
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

.animation:after {
  content: "";
  display: block;
  width: 40px;
  height: 300px;
  margin-left: 60px;
  background: #fff;
  position: absolute;
  left: -40px;
  top: -150px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media (max-width: 320px) {
  .product__buttons {
    padding-right: 15px
  }
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-width: 2px;
  border-style: solid;
  border-color: #1878fb;
  border-radius: 3px;
}

.fancybox__slide {
  padding: 0;
}

.animation-nav {
  animation: scroll 3s linear;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-60%);
  }
  100% {
    transform: translateX(0%);
  }
}

/* @media screen and (min-width: 768px) { */
body .tabs__items+.empty_block {
  height: 65px;
  display: none;
}

body.fixed_tabs_menu .tabs__items {
  position: fixed;
  top: 82px;
  width: 1100px;
  z-index: 1000000;
  box-shadow: 0px 12px 8px 0px rgba(34, 60, 80, 0.2);
  transform: translateY(-100%);
}

body.fixed_tabs_menu .tabs__items+.empty_block {
  display: block;
}

body.fixed_tabs_menu .tabs__items ul {
  position: relative;
}

body.fixed_tabs_menu.animate .tabs__items {
  transform: translateY(0%);
  transition: all 0.3s linear;
}

/* } */

/*Для мобилы*/
@media screen and (max-width: 768px) {
  body.fixed_tabs_menu .tabs__items {
    top: 75px;
    width: 93%;
    box-shadow: 0px 12px 8px 0px rgba(34, 60, 80, 0.2), 0px -12px 8px 0px rgba(34, 60, 80, 0.2);
  }
}

.ce-block__content {
  margin-bottom: 15px;
}