@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
  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: 14px;
  -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: inherit;
  display: inline-block;
}

.card {
  box-shadow: none;
}

/* Fonts */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url("../fonts/Roboto.ttf");
  src: url("../fonts/Roboto.eot");
  src: url("../fonts/Roboto.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto.woff2") format("woff2"), url("../fonts/Roboto.woff") format("woff"), url("../fonts/Roboto.ttf") format("truetype"), url("../fonts/Roboto.svg#Roboto") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
}
@font-face {
  font-display: swap;
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto.eot");
  src: url("../fonts/Roboto.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto.woff2") format("woff2"), url("../fonts/Roboto.woff") format("woff"), url("../fonts/Roboto.ttf") format("truetype"), url("../fonts/Roboto.svg#Roboto") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
}
@font-face {
  font-display: swap;
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto Bold.eot");
  src: url("../fonts/Roboto Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto Bold.woff2") format("woff2"), url("../fonts/Roboto Bold.woff") format("woff"), url("../fonts/Roboto Bold.ttf") format("truetype"), url("../fonts/Roboto Bold.svg#Roboto Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
}
@font-face {
  font-display: swap;
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto Medium.eot");
  src: url("../fonts/Roboto Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto Medium.woff2") format("woff2"), url("../fonts/Roboto Medium.woff") format("woff"), url("../fonts/Roboto Medium.ttf") format("truetype"), url("../fonts/Roboto Medium.svg#Roboto Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
}
@font-face {
  font-display: swap;
  font-family: "Roboto-Light";
  src: url("../fonts/Light.eot");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
/*Slick-Slider*/
/*variables*/
.tabs__body svg, .header__info-icon {
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
}

.wrapper {
  position: relative;
}

.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 2;
  margin: 0 auto;
  background: #ffffff;
  padding: 5px 0 0 0;
}

.about__table, .about, .card, .stories, .tabs, .header {
  width: 1524px;
  max-width: 1524px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .about__table, .about, .card, .stories, .tabs, .header {
    width: 72%;
    max-width: 72%;
  }
}
@media (max-width: 1420px) {
  .about__table, .about, .card, .stories, .tabs, .header {
    width: 82%;
    max-width: 82%;
  }
}
@media (max-width: 1340px) {
  .about__table, .about, .card, .stories, .tabs, .header {
    width: 75%;
    max-width: 75%;
  }
}
@media (max-width: 1140px) {
  .about__table, .about, .card, .stories, .tabs, .header {
    width: 80%;
    max-width: 80%;
  }
}
@media (max-width: 920px) {
  .about__table, .about, .card, .stories, .tabs, .header {
    width: 92%;
    max-width: 92%;
  }
}
@media (max-width: 620px) {
  .about__table, .about, .card, .stories, .tabs, .header {
    width: 88%;
    max-width: 88%;
  }
}

.stories-desktop {
  display: block;
}

.stories-mob {
  display: none;
}

.card__count, .card__description {
  font-family: Roboto;
  font-style: normal;
  position: relative;
}
@media (max-width: 1340px) {
  .card__count, .card__description {
    font-size: 12px;
  }
}

.table__right-block, .table__left-block {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #dbdee1;
}

.header {
  width: 100%;
  max-width: 100%;
  background: url("../img/img_5.jpeg");
  height: 400px;
  background-position: 67% 60%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.header__row {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding-top: 50px;
}
.header__title-text {
  color: #ffffff;
  font-family: "Roboto-Medium";
  font-size: 2.2em;
  font-weight: 500;
  text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
}
.header__list {
  display: flex;
  padding: 5px;
}
.header__link {
  margin: 0 20px;
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bold;
  transition: all 0.3s ease-out 0s;
  position: relative;
  text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
}
.header__link:hover {
  color: red;
  cursor: pointer;
  text-shadow: none;
}
.header__call-btn {
  margin-top: -15px;
  color: #ffffff;
  width: 160px;
  height: 45px;
  font-size: 1.3em;
  border-radius: 5px;
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
  border: 1px solid red;
  background: none;
  box-shadow: 0 0 40px 40px red inset;
}
.header__call-mob {
  display: none;
}
.header__info {
  margin: 55px 0 0 24px;
}
.header__info-block {
  max-width: 400px;
  align-items: center;
  display: flex;
  margin: 10px 0 0 0;
}
.header__info-category {
  font-family: "Roboto-Medium";
  font-size: 20px;
  color: #656565;
  font-weight: 500;
  line-height: 35px;
}
.header__info-category-mob {
  display: none;
}
.header__info-text {
  margin: 0 0 0 8px;
  font-family: "Roboto-Light";
  font-size: 18px;
  font-style: normal;
  line-height: 21px;
  letter-spacing: 1px;
  color: #000000;
}

.tabs {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  border-top: 2px solid #dbdee1;
}
.tabs__content {
  margin-top: 25px;
}
.tabs__link-active {
  background: linear-gradient(180deg, rgba(219, 222, 225, 0.4), rgba(219, 222, 225, 0));
  border-top: 1px solid #656565;
  margin-top: -1px;
}
.tabs__link-inactive {
  background: none;
  border: none;
}
.tabs__body {
  width: 234px;
  position: relative;
  text-align: center;
}
.tabs__body svg {
  margin-top: 15px;
  fill: none;
}
.tabs__body svg.active path,
.tabs svg.active circle {
  stroke: #000;
  stroke-width: 2;
}
.tabs__body svg.active rect {
  stroke: #000;
  stroke-width: 1;
}
.tabs__body-text {
  color: #656565;
  font-family: "Roboto";
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  top: -7px;
  left: 10px;
}
.tabs__active-img {
  width: 200px;
}
.tabs__active-text {
  font-family: "Roboto-Regular";
  color: #000000;
  font-weight: 400;
}
.tabs__pane {
  display: none;
}
.tabs__pane-two {
  height: 900px;
}
.tabs__pane-active {
  display: block;
}

.stories {
  display: flex;
  justify-content: center;
}
.stories__block {
  width: 145px;
  height: 160px;
  overflow: hidden;
  text-align: center;
  margin-right: 30px;
}
.stories__block-active {
  border-bottom: 1px solid #000000;
}
.stories__block-img {
  width: 145px;
  height: 137px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #dbdee1;
}
.stories__text {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
}

.card {
  flex-wrap: wrap;
  justify-content: start;
  margin-top: 20px;
  display: none;
}
.card-active {
  display: flex;
}
.card__block {
  display: flex;
  border: 1.5px solid #dbdee1;
  border-radius: 8px;
  position: relative;
  width: 492px;
  max-width: 492px;
  height: 320px;
  margin: 0 3px 23px 3px;
}
.card__block-left {
  border-radius: 8px 0px 0px 8px;
  position: relative;
  top: -1px;
}
.card__img {
  height: 100%;
  width: 246px;
  border-radius: 8px 0 0 8px;
  margin-left: -0.3px;
}
.card__block-right {
  justify-content: center;
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
}
.card__title {
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: block;
  text-align: center;
}
.card__description {
  line-height: 12px;
  font-family: "Roboto-Medium";
  position: absolute;
  top: 125px;
  font-weight: 500;
  font-size: 14px;
}
.card__count {
  line-height: 16px;
  font-weight: 500;
  font-size: 14px;
  display: block;
  margin-top: 15px;
  text-align: center;
}
.card__price {
  line-height: 16px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.card__link {
  width: 92%;
  background: #027dfe;
  border-radius: 5px;
  height: 30px;
  position: absolute;
  bottom: 1px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0 -1px 1px #777;
}
.card__link:hover {
  cursor: pointer;
}
.card__link:hover {
  background: #0c6bcf;
}
.card__link:active {
  background: #0863c5;
  box-shadow: #027dfe;
}
.card__link-img {
  display: none;
}
.card__link-btn {
  background: none;
  color: #fff;
}

.about {
  display: block;
}
.about__info {
  display: block;
  margin-left: 24px;
  width: 100%;
  margin-top: 30px;
}
.about__info-title {
  font-family: "Roboto-Bold";
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 15px;
}
.about__info-text {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  display: block;
  margin-bottom: 5px;
}

.slider {
  width: 750px;
  height: 602px;
  justify-content: space-between;
  /*
  &__prev-max{
  width: 750px;
  height: 445.36px;
  }
  &__prev-min{
  width:30%;
  height:auto;
  height: 132.07px;
  }
  */
}
.slider__max-img {
  width: 750px;
  height: 445.36px;
  margin-bottom: 15px;
}
.slider__min-row {
  display: flex;
  margin-top: 25px;
  justify-content: space-between;
}
.slider__min-img {
  width: 32%;
  height: 132.07px;
  margin-right: 7px;
}

.about__table {
  margin-top: 30px;
  color: #000;
}
.about__table-title {
  margin-bottom: 30px;
  font-size: 18px;
}
.about__table-row {
  display: flex;
  width: 1008px;
  padding-bottom: 50px;
}
.table__left {
  display: grid;
  width: 40%;
}
.table__left-block {
  color: #656565;
  width: auto;
  height: 54px;
}
.table__right {
  display: grid;
  width: 60%;
}
.table__right-block {
  color: #000000;
  height: 54px;
  width: 80%;
}

.contacts {
  width: 82%;
  max-width: 1320px;
  margin: 0 auto;
}
.contacts__row {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: space-between;
}
.contacts__row-left {
  padding-top: 50px;
}
.contacts__row-right {
  text-align: center;
  padding-top: 50px;
}
.contacts__pagination {
  font-size: 18px;
  margin-top: 35px;
}
.contacts__pagination-link {
  color: #000;
}
.contacts__pagination-text {
  margin: 0 8px;
}
.contacts__info {
  margin-top: 50px;
  box-shadow: inset 0px -1px 0px rgba(53, 57, 50, 0.3);
  width: 100%;
  height: 40px;
}
.contacts__info-title {
  font-weight: bold;
  font-size: 30px;
}
.contacts__form {
  width: 500px;
  height: 500px;
  margin: 0 auto;
}
.contacts__form-title:first-child {
  font-size: 40px;
  margin-bottom: 15px;
}
.contacts__form-title {
  font-size: 20px;
  display: block;
}
.contacts__form-line {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  width: 35px;
  height: 2px;
  background-color: #027dfe;
}

.person {
  display: block;
  margin-bottom: 35px;
}
.person-title, .person-name, .person-tel, .person-email {
  display: block;
  line-height: 30px;
  margin-left: 5px;
  font-size: 18px;
}
.person-title {
  font-weight: bold;
  margin-left: 0;
}
.person-email {
  color: #027dfe;
  cursor: pointer;
}

.form {
  width: 500px;
  height: 500px;
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
}
.form__row {
  width: 48%;
  order: 2;
}
.form__input {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 30px;
  background: #eff1f2;
  display: block;
  margin-bottom: 30px;
  padding: 8px 16px;
  border-radius: 10px;
}
.form__input-text {
  width: 300px;
  height: 60px;
}
.form-btn {
  background-color: #027dfe;
  border-radius: 30px;
  width: 150px;
  height: 40px;
  color: #fff;
}
.form-btn:active, .form-btn:hover {
  box-shadow: 0 0 10px 5px rgb(221, 221, 221);
}
.form__result {
  width: 200px;
  height: 200px;
  background: red;
  display: none;
}
.form__result-active {
  display: block;
}

.hide {
  display: none;
}

.show {
  display: block;
}

/* Модальный (фон) */
/* Стили для подложки */
.overlay {
  /* Скрываем подложку  */
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  transition: 0.3s all;
}

/* Стили для модальных окон */
.modal {
  /* Скрываем окна  */
  opacity: 0;
  visibility: hidden;
  /*  Установаем ширину окна  */
  width: 100%;
  max-width: 500px;
  /*  Центрируем и задаем z-index */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  /* Должен быть выше чем у подложки*/
  /*  Побочные стили   */
  box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 30px;
  border-radius: 3px;
  background-color: #fff;
  transition: 0.3s all;
  /* Стили для кнопки закрытия */
}
.modal-cross {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg class='modal__cross js-modal-close' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M23.954 21.03l-9.184-9.095 9.092-9.174-2.832-2.807-9.09 9.179-9.176-9.088-2.81 2.81 9.186 9.105-9.095 9.184 2.81 2.81 9.112-9.192 9.18 9.1z'/%3e%3c/svg%3e");
  cursor: pointer;
}
.modal .person {
  margin-bottom: 40px;
}

/* Стили для активных классов подложки и окна */
.modal.active,
.overlay.active {
  opacity: 1;
  visibility: visible;
  display: block;
}

.modal.active {
  overflow-y: scroll;
  height: 80vh;
}

/* modal form send*/
.modal__content {
  text-align: center;
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  width: 80%;
  /* Кнопка закрытия */
}
.modal__content.active {
  display: block;
}
.modal__content-img {
  width: 55px;
  margin-bottom: 20px;
}
.modal__content-text {
  font-size: 25px;
  display: block;
}
.modal__content-close {
  width: 100%;
  text-align: center;
  display: flex;
}
.modal__content-close-btn {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  width: 100px;
  height: 50px;
  background-color: #027dfe;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__content-close-btn:hover, .modal__content-close-btn:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.footer {
  height: 100px;
  width: 100%;
  position: relative;
  bottom: 0;
}

.send {
  display: none;
}

/*
****
Media
***
*/
@media (max-width: 1620px) {
  .card__block {
    width: 32%;
    height: 275px;
  }
  .card__img {
    width: 200px;
  }
  .card__title {
    font-size: 18px;
  }
  .card__description {
    text-align: center;
  }
  .about__table-row {
    width: auto;
  }
}
@media (max-width: 1440px) {
  .header {
    height: 350px;
    background-position: 75% 30%;
  }
  .stories__block {
    width: 120px;
    height: 115px;
  }
  .stories__block-img {
    width: 100px;
    height: 92px;
  }
  .card__block {
    width: 32%;
  }
  .card__img {
    width: 200px;
  }
}
@media (max-width: 1340px) {
  .header__title-text {
    font-size: 1.6em;
  }
  .header__link {
    font-size: 1.2em;
  }
  .header__call-btn {
    font-size: 1em;
    width: 140px;
    height: 35px;
  }
  .tabs__body {
    width: 155px;
  }
  .tabs__body svg {
    width: 22px;
    height: 22px;
  }
  .tabs__body-text {
    font-size: 16px;
    line-height: 19px;
  }
  .stories__block {
    width: 85px;
    height: 76px;
    margin-right: 15px;
  }
  .stories__block-img {
    height: 52px;
    width: 52px;
  }
  .stories__text {
    font-size: 16px;
    line-height: 19px;
  }
  .card__block {
    height: 185px;
    width: 32%;
  }
  .card__block-right {
    position: relative;
  }
  .card__img {
    width: 140px;
  }
  .card__title {
    font-size: 16px;
    line-height: 17px;
    top: 34px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .card__description {
    font-size: 13px;
    top: 90px;
    left: auto;
    text-align: center;
  }
  .card__count {
    font-weight: 400;
    font-size: 12px;
  }
  .about__info-title {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.5px;
  }
  .about__info-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
  }
  .slider {
    width: 488px;
    height: 392px;
  }
  .slider__max-img {
    height: 290px;
    width: 488px;
  }
  .slider__min-img {
    height: 86px;
    width: 152px;
    margin-right: 7px;
  }
  .slider__img-one {
    grid-column-start: 1;
    grid-column-end: 12;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .slider__img-two {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .slider__img-three {
    grid-column-start: 4;
    grid-column-end: 8;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .slider__img-four {
    grid-column-start: 8;
    grid-column-end: 12;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 1140px) {
  .header__title-text {
    font-size: 1.4em;
  }
  .header__link {
    font-size: 1em;
  }
  .header__call-btn {
    font-size: 0.9em;
    width: 120px;
    height: 30px;
  }
  .card__block {
    width: 32%;
  }
  .card__img {
    width: 130px;
  }
  .card__description, .card__title {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .header__row {
    padding-top: 15px;
    flex-wrap: wrap;
  }
  .header__title-text {
    font-size: 1.2em;
    margin-left: 40px;
  }
  .header__link {
    font-size: 0.9em;
  }
  .header__call-btn {
    font-size: 0.8em;
    width: 100px;
    height: 25px;
  }
  .header__title, .header__call, .header__menu {
    margin-top: 30px;
  }
  .about {
    display: grid;
  }
  .about__info {
    margin-top: 34px;
    margin-left: 0;
    width: 100%;
  }
  .about__table-row {
    width: 100%;
  }
  .slider__min-img {
    width: 30%;
    height: auto;
  }
  .card__block {
    width: 48%;
  }
  .tabs__pane-two {
    height: 1100px;
  }
  .contacts__table,
  .form__row {
    width: 82%;
  }
  .contacts__table {
    order: 2;
    margin-top: -85px;
  }
  .contacts-form {
    width: auto;
  }
  .form {
    width: 400px;
  }
  .form__row {
    order: 1;
    margin-top: 0;
  }
}
@media (max-width: 860px) {
  .header {
    background-size: 100% 100%;
  }
  .header__title {
    width: 100%;
  }
  .header__call, .header__menu {
    margin-top: 30px;
  }
  .header__call-desk {
    display: none;
  }
  .header__call-mob {
    display: block;
  }
  .header__logo {
    width: 27%;
  }
  .header__info {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contacts__row {
    display: block;
  }
  .form {
    width: 100%;
  }
  .form__input {
    width: 240px;
  }
  .form__row {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .form {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .index.about__table {
    margin-bottom: 200px;
  }
  .wrapper {
    overflow-x: hidden;
  }
  .stories-desktop {
    display: none;
  }
  .stories-mob {
    display: flex;
  }
  .sticky {
    position: fixed !important;
    height: 70px;
  }
  .header {
    height: 450px;
  }
  .header__row {
    display: block;
  }
  .header__row {
    padding-top: 15px;
    flex-wrap: wrap;
  }
  .header__title {
    width: 100%;
  }
  .header__title-text {
    font-size: 1.5em;
    margin-left: 40px;
  }
  .header__list {
    display: block;
  }
  .header__link {
    font-size: 1.3em;
    margin-bottom: 35px;
  }
  .header__call, .header__menu {
    width: 100%;
    text-align: center;
  }
  .header__call {
    margin-top: -150px;
  }
  .header__menu {
    margin-top: 50px;
  }
  .header__call-btn {
    font-size: 1.8em;
    width: 80%;
    height: 35px;
    margin: 0 auto;
    margin-top: 150px;
    width: 40%;
    background: red;
  }
  .tabs,
  .card {
    width: 82%;
    max-width: 100%;
  }
  .tabs {
    width: 96%;
    justify-content: space-around;
  }
  .tabs__link {
    width: 33%;
  }
  .tabs__body {
    width: 100%;
    text-align: center;
  }
  .tabs__body-text {
    display: block;
    margin-top: 10px;
  }
  .tabs__body svg {
    width: 20px;
    height: 20px;
  }
  .tabs__pane-two {
    height: 1100px;
  }
  .stories__block-img {
    width: 50px;
    height: 50px;
  }
  .stories__text {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
  }
  .card {
    margin-top: 100px;
  }
}
@media (max-width: 620px) and (max-width: 620px) {
  .card {
    margin-top: 130px;
  }
}
@media (max-width: 620px) and (max-width: 480px) {
  .card {
    margin-top: 100px;
  }
}
@media (max-width: 620px) {
  .card__block {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .card__img {
    width: 148px;
  }
}
@media (max-width: 620px) {
  .card__title {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 620px) {
  .card__description {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    left: auto;
    text-align: center;
  }
}
@media (max-width: 620px) {
  .card__count {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
  }
}
@media (max-width: 620px) {
  .slider {
    width: auto;
  }
  .slider__max-img, .slider__min-img {
    height: auto;
  }
  .slider__max-img {
    width: 100%;
  }
  .slider__min-img {
    width: 30%;
  }
}
@media (max-width: 620px) {
  .about__info {
    margin-top: 50px;
  }
}
@media (max-width: 620px) {
  .stories__dots {
    position: absolute;
    top: 0;
    width: 100%;
    overflow-x: scroll;
    background: #ffffff;
    display: flex;
    padding: 5px 0 0 0;
    height: 100px;
    /*
    &:after {
    	content:"";
    	width: 25px;
    	height: 25px;
    	background: green;
    	position: absolute;
    	left:10px;
    	opacity:0;
    	visibility: hidden;
    }
    &:hover:after{
    	opacity: 1;
    	visibility: visible;
    }
    */
  }
}
@media (max-width: 620px) and (max-width: 620px) {
  .stories__dots {
    justify-content: center;
  }
}
@media (max-width: 620px) {
  .stories__dots::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 620px) {
  .stories__dots li {
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #dbdee1;
    width: 75px;
    min-width: 75px;
    height: 75px;
    margin-right: 10px;
    position: relative;
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
    position: relative;
  }
}
@media (max-width: 620px) {
  .stories__dots li:nth-child(1) {
    background: url("../img/banki_stories.png");
    background-size: 100%;
    margin-left: 30px;
    font-size: 14px;
  }
  .stories__dots li:nth-child(1):before {
    content: "Банки";
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    text-align: center;
  }
}
@media (max-width: 620px) and (max-width: 480px) {
  .stories__dots li:nth-child(1) {
    margin-left: 0;
  }
}
@media (max-width: 620px) {
  .stories__dots li:nth-child(2) {
    background: url("../img/butilki_stories.png");
    background-size: 100%;
    margin-left: 30px;
    font-size: 14px;
  }
  .stories__dots li:nth-child(2):before {
    content: "Бутылки";
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    text-align: center;
  }
}
@media (max-width: 620px) {
  .stories__dots li:nth-child(3) {
    background: url("../img/new/min/58-min.jpg");
    background-size: 100%;
    margin-left: 30px;
    font-size: 14px;
  }
  .stories__dots li:nth-child(3):before {
    content: "Эксклюзив";
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    text-align: center;
  }
}
@media (max-width: 620px) and (max-width: 480px) {
  .stories__dots li:nth-child(3):after {
    width: 150% !important;
    left: -5px !important;
  }
  .stories__dots li:nth-child(3):before {
    left: -5px;
  }
}
@media (max-width: 620px) {
  .stories__dots li:nth-child(4) {
    background: url("../img/colored_stories.png");
    background-size: 100%;
    margin-left: 30px;
    font-size: 14px;
  }
  .stories__dots li:nth-child(4):before {
    content: "Цветная";
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    text-align: center;
  }
}
@media (max-width: 620px) {
  .stories__dots li:nth-child(5) {
    display: none;
  }
}
@media (max-width: 620px) {
  .stories__dots li.slick-active::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #000000;
    position: absolute;
    bottom: -20px;
    left: 0;
  }
}
@media (max-width: 620px) {
  .stories__dots li button {
    visibility: hidden;
  }
}
@media (max-width: 620px) {
  .slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 620px) {
  .slick-slide img {
    display: unset;
  }
}
@media (max-width: 620px) {
  .slick-slide .card__link-img {
    display: none;
  }
}
@media (max-width: 620px) {
  .modal {
    width: 78%;
  }
}
@media (max-width: 480px) {
  .header__logo {
    width: 100%;
  }
  .header__logo-img {
    width: 86px;
    height: 86px;
  }
  .header__logo-title {
    width: 170px;
    margin: 25px 0 0 8px;
  }
  .header__info {
    width: 100%;
  }
  .header__title-text {
    font-size: 1.2em;
  }
  .card__block {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .card__title {
    left: auto;
  }
  .slider {
    height: 285px;
  }
  .slider__max-img {
    height: 150px;
  }
  .slider__min-img {
    height: 70px;
  }
  .stories__dots {
    height: 75px;
  }
  .stories__dots li {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
  .about__info {
    margin-top: 0;
  }
  .form__input-text {
    width: 230px;
  }
  .table__right-block,
  .table__left-block {
    height: 70px;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .table__left {
    width: 50%;
  }
  .form {
    position: relative;
  }
  .form-btn {
    width: 88%;
    height: 50px;
    color: #fff;
    z-index: 1;
    font-size: 18px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
  }
}
.buy {
  display: flex;
  flex-wrap: wrap;
  width: 92%;
  margin: 0 auto;
  margin-top: 50px;
}
.buy-block {
  width: 30%;
  margin-right: 3%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .buy-block {
    width: 46%;
    margin: 0 2% 45px 2%;
  }
}
@media (max-width: 620px) {
  .buy-block {
    width: 100%;
    margin: 0 0 45px 0;
  }
}
.buy-block__top {
  display: flex;
}
.buy-block__top-title {
  font-size: 18px;
  transition: all 0.3s ease;
  color: #000;
  margin-left: 5px;
}
.buy-block__top-link {
  cursor: pointer;
  display: flex;
}
.buy-block__top-link:hover .buy-block__top-icon {
  background-image: url('data:image/svg+xml,					<svg fill="red" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175">					<path  d="M360.731 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/>					</svg>');
}
.buy-block__top-link:hover .buy-block__top-title {
  color: red;
}
.buy-block__top-icon {
  display: block;
  width: 12px;
  height: 12px;
  margin-top: 3px;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,				  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175">				  <path d="M360.731 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/>				  </svg>');
  transition: all 0.3s ease;
}
.buy-block__bottom-bold {
  font-weight: bold;
}
.buy-block__bottom-list {
  padding-left: 15px;
}
.buy-block__bottom-link {
  margin-top: 5px;
  list-style-type: disc;
}
.buy-block__bottom-email {
  color: blue;
  cursor: pointer;
}
.buy-block__bottom-text {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 1420px) {
  .buy-block__bottom-text {
    font-size: 16px;
  }
}
@media (max-width: 1220px) {
  .buy-block__bottom-text {
    font-size: 14px;
  }
}

.buy-block__content {
  transition: max-height 0.2s;
  overflow: hidden;
}
.buy-block__content[aria-hidden=true] {
  max-height: 0;
}
.buy-block__content[aria-hidden=false] {
  max-height: var(--containerHeight, 1000px);
}

.fancybox__slide:nth-first-child() {
  display: none;
}/*# sourceMappingURL=main.css.map */