@charset "UTF-8";
@font-face {
  font-family: "TT Hoves Pro";
  src: url("../fonts/TTHoves-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "TT Hoves Pro";
  src: url("../fonts/TTHoves-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "TT Hoves Pro";
  src: url("../fonts/TTHoves-demibold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "TT Hoves Pro";
  src: url("../fonts/TTHoves-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "TT Drugs Trial";
  src: url("../fonts/TTDrugsTrial-Lt.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "TT Drugs Trial";
  src: url("../fonts/TTDrugsTrial-LtIt.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "TT Drugs Trial";
  src: url("../fonts/TTDrugsTrial-Rg.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "TT Drugs Trial";
  src: url("../fonts/TTDrugsTrial-It.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "TT Drugs Trial";
  src: url("../fonts/TTDrugsTrial-Md.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "TT Drugs Trial";
  src: url("../fonts/TTDrugsTrial-MdIt.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Berlingske Serif";
  src: url("../fonts/BerlingskeSerif-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Berlingske Serif";
  src: url("../fonts/BerlingskeSerif-Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Berlingske Serif";
  src: url("../fonts/BerlingskeSerif-Md.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Berlingske Serif";
  src: url("../fonts/BerlingskeSerif-MdItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 500;
}
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, ul, 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;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type=text], input[type=email], input[type=tel] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

input[type=submit], button {
  cursor: pointer;
}

input[type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input {
  margin: 0;
  padding: 0;
  border: 0;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
}
button:disabled {
  background: #242424;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.5em;
}

a {
  text-decoration: none;
}

div, input, textarea, select, button, img, li, i, h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

div, section {
  display: block;
}

ul {
  list-style-type: none;
}

ol {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-moz-placeholder, textarea::-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(0, 0, 0, 0.5);
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, input:focus::-moz-placeholder, textarea:focus::-moz-placeholder, input:focus:-moz-placeholder, textarea:focus:-moz-placeholder, input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
@media screen and (max-width: 767px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
button, input, textarea {
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 400;
  background: transparent;
}

b, strong {
  font-weight: 700;
}

svg path {
  -webkit-transition: fill 0.3s, stroke 0.3s;
  -o-transition: fill 0.3s, stroke 0.3s;
  transition: fill 0.3s, stroke 0.3s;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  --black: #000;
  --accent: #000000;
  --white: #fff;
  --gray: #4C5254;
  width: 100%;
  line-height: 1.4;
  min-height: 100vh;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 400;
  color: var(--black);
  background: #FEFCFB;
  line-height: normal;
  position: relative;
  overflow-x: hidden;
}

.row {
  width: 100%;
  max-width: 1440px;
  padding: 0 30px;
  height: auto;
  margin: 0 auto;
}

.btn {
  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;
  height: 54px;
  font-size: 20px;
  padding: 0 25px;
  background: var(--accent);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 16px;
}
.btn::after {
  content: "";
  float: right;
  width: 16px;
  height: 16px;
  margin: auto 0 auto auto;
  background: url(../img/icon-arrow1-white.svg) center no-repeat;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.btn span {
  padding-right: 15px;
}
.btn.white {
  background: var(--white);
  color: var(--black);
}
.btn.white::after {
  background-image: url(../img/icon-arrow1-black.svg);
}

.all {
  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;
  font-size: 18px;
  height: 56px;
  font-weight: 400;
  border-radius: 28px;
  color: var(--black);
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.all::before {
  content: "";
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 35px;
  background: url(../img/icon-plus.svg) center/contain no-repeat;
  top: calc(50% - 10px);
  opacity: 0.3;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.all span {
	white-space: nowrap;
}

.header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s, padding 0.5s;
  -o-transition: background 0.3s, padding 0.5s;
  transition: background 0.3s, padding 0.5s;
}
.header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.header__humb, .header__logo {
  display: none;
}
.header__nav {
  float: left;
  height: auto;
}
.header__nav ul {
  float: left;
}
.header__nav ul li {
  float: left;
  margin-right: 30px;
}
.header__nav ul li:last-child {
  margin: 0;
}
.header__nav ul li.active a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  background: var(--accent);
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.header__nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: var(--black);
  -webkit-transition: color 0.5s, height 0.5s, opacity 0.5s;
  -o-transition: color 0.5s, height 0.5s, opacity 0.5s;
  transition: color 0.5s, height 0.5s, opacity 0.5s;
  position: relative;
}
.header__phone {
  float: right;
  margin: auto 0 auto auto;
  font-size: 16px;
  color: var(--black);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.header__consult {
  margin: auto 0 auto 75px;
  height: 35px;
  border: 1px solid var(--black);
  border-radius: 11px;
  padding: 0 20px;
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: border 0.5s, background 0.5s, color 0.5s;
  -o-transition: border 0.5s, background 0.5s, color 0.5s;
  transition: border 0.5s, background 0.5s, color 0.5s;
}

.slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
.slick-list {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.slick-track {
  float: left;
  width: 100%;
  height: auto;
}
.slick-arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  cursor: pointer;
  z-index: 2;
  bottom: calc(100% + 50px);
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slick-prev {
  right: calc(50% + 55px);
}
.slick-prev::before {
  content: "";
  float: left;
  width: 15px;
  height: 15px;
  margin: auto 14px auto 0;
  background: url(../img/icon-arrow1-black.svg) center/contain no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slick-prev::after {
  content: "Назад";
  font-size: 20px;
}
.slick-next {
  left: calc(50% + 55px);
}
.slick-next::after {
  content: "";
  float: left;
  width: 15px;
  height: 15px;
  margin: auto 0 auto 14px;
  background: url(../img/icon-arrow1-black.svg) center/contain no-repeat;
}
.slick-next::before {
  content: "Вперед";
  font-size: 20px;
}
.slick-dots {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
}
.slick-dots li {
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: rgba(130, 130, 130, 0.1);
  margin-left: 8px;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li.slick-active {
  width: 22px;
}
.slick-dots li.slick-active button {
  opacity: 1;
  width: 20px;
  -webkit-transition: opacity 0.5s, linear width 3s;
  -o-transition: opacity 0.5s, linear width 3s;
  transition: opacity 0.5s, linear width 3s;
}
.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  font-size: 0;
  border-radius: 10px;
  background: var(--accent);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.teaser {
  width: 100%;
  padding-top: 145px;
}
.teaser__stat {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  position: relative;
}
.teaser__logo {
  float: left;
  width: 184px;
  height: auto;
}
.teaser__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.teaser__info {
  position: absolute;
  top: 35px;
  right: 0;
  width: 310px;
}
.teaser__info-name {
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
}
.teaser__info-desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 140%;
}
.teaser__info-but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  position: relative;
  z-index: 3;
}
.teaser__slider {
  width: 100%;
  margin-top: 35px;
}
.teaser__slider .slick-dots {
  left: 215px;
  top: -45px;
  bottom: auto;
}
.teaser__item {
  float: left;
  width: 100%;
  height: auto;
}
.teaser__item-name {
  display: block;
  font-family: "TT Drugs Trial";
  font-size: 72px;
  line-height: 120%;
  font-weight: 400;
  text-transform: uppercase;
  width: calc(100% - 400px);
}
.teaser__item-block {
  position: relative;
  margin-top: 60px;
}
.teaser__item-image {
  display: block;
  width: 100%;
  height: 645px;
  border-radius: 40px;
  overflow: hidden;
}
.teaser__item-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 40px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}
.teaser__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teaser__item-link {
  position: absolute;
  left: 40px;
  bottom: 35px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
  z-index: 2;
}
.teaser__item-link::after {
  content: "";
  float: right;
  width: 14px;
  height: 14px;
  margin: auto 0 auto 30px;
  background: url(../img/icon-arrow1-white.svg) center no-repeat;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.title {
  width: 100%;
}
.title__sub {
  width: 100%;
  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;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "TT Drugs Trial", sans-serif;
}
.title__sub::before, .title__sub::after {
  content: "";
  float: left;
  width: 6px;
  height: 20px;
  background: url(../img/title-dop.svg) center/contain no-repeat;
  opacity: 0.1;
  margin-top: auto;
  margin-bottom: auto;
}
.title__sub::before {
  margin-right: 24px;
}
.title__sub::after {
  margin-left: 24px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.title__name {
  display: block;
  margin-top: 30px;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  line-height: 130%;
  text-transform: uppercase;
  font-family: "TT Drugs Trial", sans-serif;
}

.collections {
  width: 100%;
  margin-top: 90px;
}
.collections__block {
  width: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 30px -10px 0;
}
.collections__item {
  float: left;
  width: calc(50% - 20px);
  height: 625px;
  overflow: hidden;
  border-radius: 40px;
  margin: 20px 10px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.collections__item-logo {
  position: absolute;
  width: 120px;
  height: 21px;
  top: 28px;
  left: calc(50% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.collections__item-logo img {
  display: block;
  width: auto;
  height: 100%;
  margin: auto;
}
.collections__item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.collections__item-image::before, .collections__item-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}
.collections__item-image::after {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.collections__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.collections__item-block {
  width: 100%;
  padding: 50px;
  margin-top: auto;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}
.collections__item-sub {
  display: block;
  text-align: center;
  line-height: 130%;
  font-size: 18px;
  color: var(--white);
}
.collections__item-name {
  display: block;
  margin-top: 14px;
  font-family: "TT Drugs Trial", sans-serif;
  font-size: 38px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--white);
  text-align: center;
}
.collections__item-more {
  margin: 15px auto 0;
  height: 35px;
  border: 1px solid var(--white);
  border-radius: 11px;
  padding: 0 20px;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: color 0.5s, background 0.5s;
  -o-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}

.advant {
  width: 100%;
  margin-top: 85px;
}
.advant__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 30px;
}
.advant__item {
  float: left;
  width: 25%;
  margin: -1px 0 0 -1px;
  border: 1px solid #ebebeb;
  padding: 40px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.advant__item-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-weight: 400;
  font-family: "TT Drugs Trial", sans-serif;
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
  font-size: 18px;
}
.advant__item-num::before {
  content: "(";
  padding-right: 10px;
}
.advant__item-num::after {
  content: ")";
  padding-left: 10px;
}
.advant__item-name {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
}
.advant__item-desc {
  text-align: center;
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 130%;
  padding-bottom: 25px;
}
.advant__item-image {
  margin-top: auto;
  height: 270px;
}
.advant__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.wile {
  width: 100%;
  height: auto;
  min-height: 425px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}
.wile__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: var(--black);
}
.wile__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}
.wile__image img, .wile__image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.9;
}
.wile__block {
  width: 100%;
  padding: 65px;
  position: relative;
  z-index: 2;
  margin: auto;
}
.wile__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.wile__logo img {
  margin: 0 auto;
  width: 134px;
  height: auto;
  display: block;
}
.wile__name {
  display: block;
  text-align: center;
  margin-top: 24px;
  color: var(--white);
  font-size: 32px;
  line-height: 130%;
}
.wile__title {
  display: block;
  text-align: center;
  margin-top: 24px;
  font-family: "TT Drugs Trial", sans-serif;
  color: var(--white);
  font-size: 54px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 130%;
}
.wile__desc {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: var(--white);
}
.wile__but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  width: 100%;
}

.text *:first-child {
  margin-top: 0;
}
.text > div {
  margin-top: 30px;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  display: block;
  font-weight: 500;
  margin-top: 25px;
}
.text h1 {
  font-size: 40px;
}
.text h2 {
  font-size: 36px;
}
.text h3 {
  font-size: 30px;
}
.text h4 {
  font-size: 24px;
}
.text h5 {
  font-size: 20px;
}
.text h6 {
  font-size: 16px;
}
.text iframe {
  border-radius: 20px;
  margin-top: 20px;
}
.text a {
  color: var(--black);
  text-decoration: underline;
}
.text b, .text strong {
  font-weight: 500;
}
.text img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-top: 20px;
  border-radius: 6px;
}
.text p {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  line-height: 140%;
}
.text ul {
  display: block;
  margin-top: 15px;
}
.text ul li {
  display: block;
  padding-left: 20px;
  font-size: 16px;
  line-height: 140%;
  position: relative;
  margin-top: 8px;
}
.text ul li:first-child {
  margin: 0;
}
.text ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 9px;
  background: var(--accent);
  border-radius: 50%;
}
.text ol {
  display: block;
  width: calc(100% - 15px);
  margin-top: 15px;
  margin-left: 15px;
}
.text ol li {
  font-size: 16px;
  line-height: 140%;
  margin-top: 4px;
  position: relative;
}
.text ol li:first-child {
  margin: 0;
}
.text ol ol, .text ol ul {
  margin-top: 10px !important;
}

.output {
  width: 100%;
  margin-top: 90px;
}
.output__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 40px;
}
.output__info {
  float: left;
  width: 30%;
  padding: 40px;
  border-radius: 38px;
  border: 1px solid #EBEBEB;
}
.output__image {
  float: left;
  width: 40%;
}
.output__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 38px;
}
.output__list {
  float: left;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.output__list-item {
  width: 100%;
  height: 100%;
  border-radius: 38px;
  border: 1px solid #EBEBEB;
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px;
}
.output__list-name {
  display: block;
  font-size: 18px;
  line-height: 130%;
  width: 100%;
  margin: auto 0;
  padding-right: 10px;
}
.output__list-num {
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  font-weight: 400;
  font-family: "TT Drugs Trial", sans-serif;
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
  font-size: 18px;
}
.output__list-num::before {
  content: "(";
  padding-right: 10px;
}
.output__list-num::after {
  content: ")";
  padding-left: 10px;
}

.application {
  width: 100%;
  margin-top: 120px;
}
.application__block {
  width: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 20px -10px 0;
}
.application__item {
  float: left;
  width: calc(25% - 20px);
  margin: 30px 10px 0;
}
.application__item-image {
  display: block;
  width: 100%;
  height: 270px;
}
.application__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.application__item-name {
  display: block;
  margin-top: 16px;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
}
.application__item-desc {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  line-height: 110%;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.folio {
  width: 100%;
  margin-top: 100px;
}
.folio__slider {
  width: 100%;
  max-width: 800px;
  margin: 100px auto 0;
}
.folio__slider::before {
  content: "";
  position: absolute;
  width: 60px;
  bottom: calc(100% + 60px);
  height: 2px;
  left: calc(50% - 29px);
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.folio__slider .slick-list {
  overflow: visible !important;
}
.folio__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.folio__item {
  float: left;
  width: 100%;
  height: 540px;
  margin: 0 15px;
  border-radius: 24px;
  overflow: hidden;
  background: var(--black);
  position: relative;
}
.folio__item-image {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}
.folio__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.folio__item-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--white);
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.folio__item-box {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.folio__item-sub {
  display: block;
  width: 100%;
  font-family: "Berlingske Serif", sans-serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.folio__item-name {
  display: block;
  width: 100%;
  margin-top: 4px;
  text-align: center;
  font-family: "TT Drugs Trial", sans-serif;
  font-size: 36px;
  line-height: 130%;
  text-transform: uppercase;
}
.folio__item-but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px auto 0;
  height: 36px;
  border-radius: 11px;
  border: 1px solid var(--white);
  font-size: 14px;
  font-weight: 500;
  padding: 0 20px;
}
.folio__item-info {
  position: absolute;
  width: 44%;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 4;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.folio__item-info img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.folio__item-info p {
  display: block;
  width: 100%;
  margin-top: auto;
  position: relative;
  z-index: 1;
  padding: 20px 24px;
  color: var(--black);
  font-size: 14px;
  line-height: 130%;
  text-align: right;
}

.faq {
  margin-top: 120px;
}
.faq + .wile {
  margin-top: 100px;
}
.faq__block {
  width: 100%;
  margin: 45px auto 0;
  max-width: 1200px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.faq__item {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq__item-cap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  position: relative;
  height: 60px;
  cursor: pointer;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.faq__item-cap.open {
  height: 70px;
}
.faq__item-cap.open::before {
  -webkit-transform: rotate(225deg) !important;
      -ms-transform: rotate(225deg) !important;
          transform: rotate(225deg) !important;
}
.faq__item-cap.open .faq__item-cap_num {
  padding-left: 20px;
}
.faq__item-cap::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/icon-plus.svg) center/contain no-repeat;
  top: calc(50% - 8px);
  right: 70px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.faq__item-cap_num {
  float: left;
  width: 14%;
  margin: auto 0;
  font-family: "TT Drugs Trial", sans-serif;
  font-style: italic;
  font-size: 16px;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}
.faq__item-cap_name {
  float: left;
  width: 70%;
  margin: auto 0;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
}
.faq__item-cap_desc {
  float: left;
  width: 20%;
  font-size: 14px;
  margin: auto 0;
}
.faq__item-base {
  display: none;
  width: 100%;
  padding: 0 5% 45px 14%;
}

.quest {
  width: 100%;
  margin-top: 65px;
  border-radius: 38px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.quest__block {
  float: left;
  width: 38%;
  padding: 100px 95px;
  background: var(--accent);
}
.quest__logo {
  display: block;
}
.quest__logo img {
  width: 134px;
  height: auto;
}
.quest__name {
  display: block;
  margin-top: 28px;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  color: var(--white);
}
.quest__desc {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  line-height: 130%;
  color: var(--white);
}
.quest__but {
  width: 100%;
  margin-top: 28px;
}
.quest__image {
  float: left;
  width: 62%;
}
.quest__image img, .quest__image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  width: 100%;
  margin-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 0;
}
.footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.footer__logo {
  float: left;
  width: 86px;
  height: auto;
}
.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__list {
  float: right;
  margin: auto 0 auto auto;
}
.footer__list li {
  float: left;
  margin-right: 70px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.footer__list li:last-child {
  margin: 0;
}
.footer__list li a {
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bread.white li::before {
  background-image: url(../img/icon-arrow1-white.svg);
}
.bread.white li a {
  color: var(--white);
}
.bread li {
  float: left;
  margin-right: 67px;
  position: relative;
}
.bread li:last-child {
  margin: 0;
}
.bread li:last-child::before {
  display: none;
}
.bread li::before {
  content: "";
  position: absolute;
  width: 67px;
  height: 100%;
  left: 100%;
  top: 0;
  background: url(../img/icon-arrow1-black.svg) center/10px auto no-repeat;
}
.bread li a {
  display: block;
  font-size: 14px;
  line-height: 120%;
  color: var(--black);
}

.cap {
  width: 100%;
  height: 600px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}
.cap .row {
  margin-top: auto;
}
.cap__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cap__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(77.54%, rgba(0, 0, 0, 0.4))), rgba(0, 0, 0, 0.2);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 77.54%), rgba(0, 0, 0, 0.2);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 77.54%), rgba(0, 0, 0, 0.2);
}
.cap__image img, .cap__image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cap__block {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.cap__base {
  float: left;
  width: calc(100% - 320px);
}
.cap__logo {
  display: block;
}
.cap__logo img {
  display: block;
  width: 184px;
  height: auto;
}
.cap .bread {
  margin-top: 30px;
}
.cap__name {
  display: block;
  margin-top: 30px;
  font-size: 72px;
  line-height: 120%;
  font-weight: 400;
  font-family: "TT Drugs Trial", sans-serif;
  text-transform: uppercase;
  color: var(--white);
}
.cap__info {
  float: right;
  margin: auto 0 0 auto;
  padding-bottom: 15px;
  width: 310px;
}
.cap__info-desc {
  display: block;
  font-size: 16px;
  color: var(--white);
}
.cap__info-but {
  display: block;
  margin-top: 30px;
}

.catalog {
  width: 100%;
  margin-top: 75px;
}
.catalog.medium-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.catalog__block {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 25px -5px 0;
}
.catalog__block:first-child {
  margin-top: -20px;
}
.catalog__item {
  float: left;
  width: calc(33.3333% - 10px);
  height: 320px;
  margin: 20px 5px 0;
  border-radius: 28px;
  overflow: hidden;
  background: var(--black);
  position: relative;
}
.catalog__item-image {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.catalog__item-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.catalog__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.catalog__item-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: var(--white);
  padding: 25px;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.catalog__item-sub {
  display: block;
  width: 100%;
  font-family: "Berlingske Serif", sans-serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.catalog__item-name {
  display: block;
  width: 100%;
  margin-top: 4px;
  text-align: center;
  font-family: "TT Drugs Trial", sans-serif;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
}
.catalog__item-info {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  height: 44%;
  z-index: 4;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transform: translateY(101%);
      -ms-transform: translateY(101%);
          transform: translateY(101%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.catalog__item-info img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog__all {
  margin-top: 20px;
}

.edge {
  width: 100%;
  margin-top: 85px;
}
.edge__block {
  width: 100%;
  max-width: 1200px;
  margin: 45px auto 0;
}
.edge__item {
  width: 100%;
  margin-top: -1px;
  border: 1px solid #ebebeb;
  border-radius: 38px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.edge__item:nth-child(2n) .edge__item-block {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.edge__item:nth-child(2n) .edge__item-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 auto 0 0;
}
.edge__item-block {
  float: left;
  margin: auto 0;
  width: 38%;
  padding: 30px;
}
.edge__item-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: 400;
  font-family: "TT Drugs Trial", sans-serif;
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
  font-size: 18px;
}
.edge__item-num::before {
  content: "(";
  padding-right: 10px;
}
.edge__item-num::after {
  content: ")";
  padding-left: 10px;
}
.edge__item-name {
  display: block;
  margin-top: 18px;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}
.edge__item-desc {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  line-height: 130%;
}
.edge__item-desc p {
  display: block;
  margin-top: 15px;
}
.edge__item-desc p:first-child {
  margin: 0;
}
.edge__item-image {
  float: right;
  min-height: 350px;
  width: 60%;
  margin-left: auto;
}
.edge__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.seo {
  width: 100%;
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.seo:first-child {
  margin-top: 40px;
}
.seo__image {
  float: left;
  width: 50%;
  position: relative;
}
.seo__image img, .seo__image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 38px;
}
.seo__block {
  float: left;
  width: 50%;
  padding: 75px 80px;
  border-radius: 38px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.seo__block:first-child:last-child {
  width: 100%;
}
.seo__logo {
  display: block;
}
.seo__logo img {
  display: block;
  width: 136px;
  height: auto;
}
.seo__text {
  display: block;
  margin-top: 35px;
}
.seo__text:first-child {
  margin: 0;
}
.seo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 20px;
}
.seo__list li {
  float: left;
  margin-top: 14px;
  margin-right: 35px;
}
.seo__list li:last-child {
  margin-right: 0;
}
.seo__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: var(--black);
}
.seo__list li a::after {
  content: "";
  float: right;
  width: 10px;
  height: 10px;
  margin: auto 0 auto 8px;
  background: url(../img/icon-arrow1-black.svg) center/contain no-repeat;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.product {
  width: 100%;
  padding-top: 150px;
  max-width: 1200px;
  margin: 0 auto;
}
.product__logo {
  display: block;
  width: 184px;
  margin: 0 auto;
}
.product__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.product .bread {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}
.product .bread li:last-child a {
  opacity: 0.4;
}
.product__title {
  text-align: center;
  display: block;
  margin-top: 20px;
  font-family: "TT Drugs Trial", sans-serif;
  line-height: 120%;
  font-size: 72px;
  font-weight: 400;
  text-transform: uppercase;
}
.product__desc {
  text-align: center;
  display: block;
  margin-top: 20px;
  line-height: 120%;
  font-size: 24px;
  font-weight: 400;
}
.product__block {
  width: 100%;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.product__image {
  float: left;
  width: 62%;
  border-radius: 38px;
  min-height: 590px;
  height: auto;
  overflow: hidden;
  position: relative;
  max-height: 850px;
}
.product__image-base {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.product__image-base .slick-list {
  height: 100%;
}
.product__image-base .slick-track {
  height: 100%;
}
.product__image-base .slick-arrow {
  width: 44px;
  height: 44px;
  bottom: 20px;
  top: auto;
  right: auto;
  background: var(--white);
  border-radius: 18px;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product__image-base .slick-prev {
  left: 20px;
}
.product__image-base .slick-prev::before {
  margin: auto;
}
.product__image-base .slick-prev::after {
  display: none;
}
.product__image-base .slick-next {
  left: 74px;
}
.product__image-base .slick-next::after {
  margin: auto;
}
.product__image-base .slick-next::before {
  display: none;
}
.product__image-base img, .product__image-base video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__image-base_item {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.product__image-info {
  position: absolute;
  width: 30%;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
}
.product__image-info img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 38px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__detail {
  float: left;
  width: 38%;
  padding: 50px 60px;
  border-radius: 38px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product__size {
  display: block;
  margin-top: 25px;
}
.product__size:first-child {
  margin: 0;
}
.product__size-title {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
}
.product__size-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: calc(100% + 6px);
  margin: 14px -3px 0;
}
.product__size-item {
  float: left;
  min-width: calc(33.3333% - 6px);
  margin: 6px 3px 0;
  position: relative;
}
.product__size-item input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.product__size-item input:checked + p {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--white);
}
.product__size-item p {
  display: block;
  height: 43px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 0 15px;
  text-align: center;
  line-height: 41px;
  font-weight: 500;
  font-size: 14px;
}
.product__color {
  display: block;
  margin-top: 25px;
}
.product__color:first-child {
  margin: 0;
}
.product__color-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 100%;
}
.product__color-name {
  float: left;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
}
.product__color-value {
  float: right;
  margin: auto 0 auto auto;
  font-size: 13px;
}
.product__color-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: calc(100% + 10px);
  margin: 15px -5px 0;
  max-height: 120px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
.product__color-block::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.product__color-block::-webkit-scrollbar-track {
  background: var(--white);
}
.product__color-block::-webkit-scrollbar-thumb {
  background: var(--accent);
  border-radius: 5px;
}
.product__color-item {
  float: left;
  width: calc(25% - 10px);
  margin: 3px 5px 0;
  position: relative;
}
.product__color-item input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.product__color-item input:checked + .product__color-label img {
  opacity: 0.6;
}
.product__color-label {
  display: block;
}
.product__color-label img {
  display: block;
  width: 100%;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.product__color-label p {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 110%;
  padding-top: 5px;
/*   opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); */
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.product__color-all {
  position: relative;
  width: 100%;
  z-index: 2;
}
.product__color-all.active::before {
  opacity: 0;
}
/* .product__color-all::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 100%;
  left: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), to(white));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, white 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, white 100%);
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
} */
.product__color-all .all {
  display: none;
}
.product__shape {
  display: block;
  margin-top: 25px;
}
.product__shape:first-child {
  margin: 0;
}
.product__shape-title {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
}
.product__shape-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: calc(100% + 10px);
  margin: 15px -5px 0;
}
.product__shape-item {
  float: left;
  width: calc(25% - 10px);
  margin: 3px 5px 0;
  position: relative;
}
.product__shape-item input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.product__shape-item input:checked + .product__shape-label img {
  border-color: var(--accent);
}
.product__shape-label {
  display: block;
}
.product__shape-label img {
  display: block;
  width: 100%;
  height: 60px;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.product__shape-label p {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 110%;
  -webkit-transform: translateY(5%);
      -ms-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.product__shape-label i {
  position: absolute;
  bottom: calc(100% + 20px);
  left: calc(50% - 150px);
  width: 300px;
  height: 240px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  z-index: 20;
  opacity: 0;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.product__shape-block.min {
  position: relative;
}
.product__shape-block.min:not(.full) .product__shape-item:nth-child(n + 5) {
  display: none;
}
.product__shape-all {
  display: none;
  padding-top: 10px;
  position: relative;
  background: #fefcfb;
  z-index: 2;
}
.product__shape-all .all, .product__color-all .all {
  height: 50px;
  font-size: 16px;
}
.product__shape-all .all::before, .product__color-all .all::before {
  width: 18px;
  height: 18px;
  margin-right: 20px;
}
.product__shape-block.min + .product__shape-all {
  display: block;
}
/*.product__shape-all::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 100%;
  left: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), to(white));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, white 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, white 100%);
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}*/
.product__shape-all.active::before {
  opacity: 0;
}
.product__shape-all.active .all::before {
  background-image: url(../img/icon-minus.svg);
}
.product__shape-all .all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.product__price {
  display: block;
  margin-top: 25px;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}
.product__but {
  display: block;
  margin-top: 25px;
}

.info {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto 0;
}
.info__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.info__tab ul {
  float: left;
}
.info__tab ul li {
  float: left;
  margin-right: 35px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.info__tab ul li:last-child {
  margin: 0;
}
.info__tab ul li.active {
  color: var(--black);
}
.info__block {
  display: block;
  margin-top: 25px;
}
.info__box {
  display: none;
}
.info__box.active {
  display: block;
}
.info__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 100%;
  padding: 40px;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.info__data-text {
  float: left;
  width: 40%;
  margin: auto 0;
  padding: 20px;
}
.info__data-text:first-child:last-child {
  width: 100%;
  padding: 0;
}
.info__data-but {
  margin-top: 15px;
}
.info__data-doc {
  width: calc(100% + 16px);
  margin: 5px -8px 0;
  display: flex;
  flex-flow: wrap;
}
.info__data-doc_item {
  float: left;
  width: calc(50% - 16px);
  margin: 15px 8px 0;
  padding: 14px 10px 14px 55px;
  border-radius: 16px;
  color: var(--black);
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: border .3s;
  position: relative;
}
.info__data-doc_item::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 28px;
  left: 20px;
  top: calc(50% - 14px);
  background: url(../img/doc.svg) center/contain no-repeat;
}
.info__data-doc_name {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.info__data-doc_desc {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
.info__data-image {
  float: right;
  width: 56%;
  position: relative;
  margin: auto 0 auto auto;
  min-height: 390px;
}
.info__data-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 28px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.input {
  width: 100%;
  position: relative;
}
.input.white input {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.3);
}
.input.white input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.input.white input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.input.white input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.input.white input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.input.white input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.input.white input:not(:-moz-placeholder-shown) ~ i::before {
  background-image: url(../img/icon-check2-white.svg);
}
.input.white input:not(:-ms-input-placeholder) ~ i::before {
  background-image: url(../img/icon-check2-white.svg);
}
.input.white input:not(:placeholder-shown) ~ i::before {
  background-image: url(../img/icon-check2-white.svg);
}
.input.white input:focus ~ i::before {
  background-image: url(../img/icon-check1-white.svg);
}
.input.white i::before {
  background-image: url(../img/icon-check3-white.svg);
}
.input.white i::after {
  background: var(--white);
}
.input input {
  display: block;
  width: 100%;
  height: 43px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: var(--black);
  position: relative;
  font-size: 18px;
  line-height: 110%;
  padding: 0 0 21px 32px;
  z-index: 1;
}
.input input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.input input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.input input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.input input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.input input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.input input:not(:-moz-placeholder-shown) ~ i::before {
  transform: rotate(0deg) !important;
  background-image: url(../img/icon-check2.svg);
  background-size: 20px auto;
  opacity: 1;
}
.input input:not(:-ms-input-placeholder) ~ i::before {
  -ms-transform: rotate(0deg) !important;
      transform: rotate(0deg) !important;
  background-image: url(../img/icon-check2.svg);
  background-size: 20px auto;
  opacity: 1;
}
.input input:not(:placeholder-shown) ~ i::before {
  -webkit-transform: rotate(0deg) !important;
      -ms-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  background-image: url(../img/icon-check2.svg);
  background-size: 20px auto;
  opacity: 1;
}
.input input:not(:-moz-placeholder-shown) ~ i::after {
  width: 100% !important;
}
.input input:not(:-ms-input-placeholder) ~ i::after {
  width: 100% !important;
}
.input input:not(:placeholder-shown) ~ i::after {
  width: 100% !important;
}
.input input:focus ~ i::before {
  -webkit-transform: rotate(-45deg) !important;
      -ms-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
  background-image: url(../img/icon-check1.svg);
  background-size: 19px auto;
  opacity: 1;
}
.input input:focus ~ i::after {
  width: 50% !important;
}
.input i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.input i::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 16px;
  background: url(../img/icon-check3.svg) center/12px auto no-repeat;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s, background 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, background 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s, background 0.3s;
  transition: opacity 0.3s, transform 0.3s, background 0.3s;
  transition: opacity 0.3s, transform 0.3s, background 0.3s, -webkit-transform 0.3s;
}
.input i::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0px;
  left: 0;
  bottom: 0;
  background: var(--black);
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}

.check {
  width: 100%;
  position: relative;
}
.check.white input:checked + p::before {
  border-color: var(--white);
  background-image: url(../img/icon-check2-white.svg);
}
.check.white p {
  color: var(--white);
}
.check.white p::before {
  border-color: rgba(255, 255, 255, 0.15);
}
.check.white p a {
  color: var(--white);
}
.check input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}
.check input:checked + p::before {
  border-color: var(--black);
  background: url(../img/icon-check2.svg) left 3px center/14px auto no-repeat;
}
.check p {
  display: block;
  padding-left: 35px;
  font-size: 12px;
  line-height: 120%;
}
.check p::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  left: 0;
  top: calc(50% - 10px);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.check p a {
  color: var(--black);
  text-decoration: underline;
  position: relative;
  z-index: 2;
}

.form .input {
  width: 100%;
  margin-top: 25px;
}
.form .input:first-child {
  margin-top: 0;
}
.form .check {
  margin-top: 25px;
}
.form__but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 40px;
}

.open-modal {
  cursor: pointer;
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 115;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  -o-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
}
.modal.hide {
  visibility: hidden;
  opacity: 0;
}
.modal.hide .modal__cot {
  -webkit-transform: translateX(-101%);
      -ms-transform: translateX(-101%);
          transform: translateX(-101%);
}
.modal.center .modal__cot {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.modal.center.hide .modal__cot {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.5);
      -ms-transform: translateX(-50%) translateY(-50%) scale(0.5);
          transform: translateX(-50%) translateY(-50%) scale(0.5);
}
.modal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: var(--black);
  opacity: 0.4;
}
.modal__cot {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.6s;
  transition: opacity 0.5s, -webkit-transform 0.6s;
  -o-transition: transform 0.6s, opacity 0.5s;
  transition: transform 0.6s, opacity 0.5s;
  transition: transform 0.6s, opacity 0.5s, -webkit-transform 0.6s;
}
.modal__close {
  position: absolute;
  width: 50px;
  height: 50px;
  cursor: pointer;
  top: 35px;
  right: 42px;
  z-index: 2;
}
.modal__close::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/icon-close.svg) center no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.modal__block {
  width: 100vw;
  height: auto;
  max-width: 510px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--accent);
  position: relative;
  padding: 120px 50px 35px;
}
.modal__block::before {
  content: "";
  position: absolute;
  width: 125px;
  height: 23px;
  top: 50px;
  left: 50px;
  background: url(../img/logo-white.svg) center/contain no-repeat;
  z-index: 3;
}
.modal__title {
  width: 100%;
  margin-top: auto;
}
.modal__title-sub {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 400;
  color: var(--white);
  text-transform: uppercase;
  font-family: "TT Drugs Trial", sans-serif;
}
.modal__title-name {
  display: block;
  margin-top: 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  color: var(--white);
}
.modal__title-desc {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 130%;
  color: var(--white);
}
.modal__title-desc p {
  margin-top: 10px;
}
.modal__title-desc p:first-child {
  margin-top: 0;
}
.modal__title .btn {
  margin-top: 20px;
  width: 100%;
}
.modal__form {
  margin-top: 40px;
}
.modal__but {
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__but .btn {
  margin-left: auto;
}
.modal__end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  padding-top: 50px;
}
.modal__end::before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: auto 0;
}
.modal__end i {
  float: left;
  width: 54px;
  min-width: 54px;
  height: 54px;
  background: url(../img/logo-min-white.svg) center/contain no-repeat;
  margin: 0 0 0 40px;
}
.modal__folio {
  width: 100vw;
  background: #FEFCFB;
  max-width: 1120px;
  max-height: 90vh;
  border-radius: 28px;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal__folio .modal__close {
  top: 20px;
  right: 30px;
}
.modal__folio .modal__close::before {
  background-image: url(../img/icon-close-black.svg);
}
.modal__folio-block {
  width: 100%;
  padding: 50px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  background: #FEFCFB;
  border-radius: 28px;
}
.modal__folio-gallery {
  float: left;
  width: 61%;
}
.modal__folio-image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.modal__folio-image:first-child {
  margin: 0;
}
.modal__folio-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}
.modal__folio-base {
  float: left;
  width: 34%;
  margin-left: auto;
}
.modal__folio-sub {
  display: block;
  font-family: "Berlingske Serif", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
}
.modal__folio-name {
  display: block;
  margin-top: 4px;
  font-family: "TT Drugs Trial", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 36px;
  line-height: 130%;
}
.modal__folio-text {
  display: block;
  margin-top: 16px;
}
.modal__folio-but {
  display: block;
  margin-top: 16px;
}
.modal__folio-catalog {
  width: 100%;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal__folio-catalog .catalog__item {
  margin: 10px 0 0;
  width: 100%;
  height: 235px;
}
.modal__folio-catalog .catalog__item:first-child {
  margin: 0;
}

.modal__folio:has(.modal__color) {
  max-height: none;
}

.modal__color {
  width: 100%;
  height: auto;
  padding: 60px 50px;
}
.modal__color-slider {
  display: flex;
  width: 100%;
  flex-flow: wrap;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.modal__color-item {
  float: left;
  width: 100%;
  height: 500px;
}
.modal__color-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal__color-slider .slick-arrow {
  width: 44px;
  height: 44px;
  bottom: 20px;
  background: var(--white) url(../img/icon-arrow1-black.svg) center/12px auto no-repeat;
  border-radius: 16px;
  opacity: 1;
}
.modal__color-slider .slick-arrow::before, .modal__color-slider .slick-arrow::after {
  display: none;
}
.modal__color-slider .slick-prev {
  right: 75px;
  left: auto;
  transform: rotate(180deg);
}
.modal__color-slider .slick-next {
  right: 25px;
  left: auto;
}
.modal__color-select {
  display: block;
  margin-top: 24px;
  font-weight: 500;
  font-size: 18px;
}
.modal__color-nav {
  width: calc(100% + 14px);
  margin: 5px -7px 0;
  display: flex;
  flex-flow: wrap;
}
.modal__color-nav .slick-track {
  width: 100% !important;
  transform: none !important;
  display: flex;
  flex-flow: wrap;
}
.modal__color-nav_item {
  float: left;
  width: 80px;
  margin: 10px 7px 0;
}
.modal__color-nav_item .product__color-item {
  width: 100%;
  margin: 0;
}
.modal__color-nav_item.slick-current .product__color-label img {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}
.modal__color-nav_item.slick-current .product__color-label p {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}


@media screen and (max-width: 1399px) and (min-width: 1024px) {
  .row {
    padding: 0 20px;
  }

  .header__nav ul li {
    margin-right: 25px;
  }
  .header__consult {
    margin-left: 50px;
  }

  .teaser__item-name {
    font-size: 64px;
  }

  .output__info {
    width: 50%;
  }
  .output__image {
    display: none;
  }
  .output__list {
    width: 50%;
    margin-left: -1px;
  }

  .quest__block {
    padding: 70px 60px;
  }

  .edge__item-block {
    padding: 15px;
  }

  .seo__block {
    padding: 55px 60px;
  }

  .product__detail {
    padding: 35px 40px;
  }
  .product__size-item p {
    font-size: 13px;
  }
  .product__price {
    font-size: 20px;
  }

  .info__data-text {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .info__data-text:first-child:last-child .info__data-doc_item {
    width: calc(25% - 16px);
  }
  .info__data-doc_item:hover {
    border-color: var(--accent);
  }
  .header.fixed {
    background: var(--white);
  }
  .header.fixed .header__nav ul li a {
    height: 60px;
  }
  .header.white:not(.fixed) {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .header.white:not(.fixed) .header__phone {
    color: var(--white);
  }
  .header.white:not(.fixed) .header__nav ul li.active a::before {
    background: var(--white);
  }
  .header.white:not(.fixed) .header__nav ul li a {
    color: var(--white);
  }
  .header.white:not(.fixed) .header__nav ul li a:hover {
    opacity: 0.7;
  }
  .header.white:not(.fixed) .header__consult:not(:hover) {
    border-color: var(--white);
    color: var(--white);
  }
  .header__nav ul li a:hover {
    color: var(--accent);
  }
  .header__consult:hover {
    border-color: var(--accent);
    background: var(--accent);
    color: var(--white);
  }

  .text.text-large h1 {
    font-size: 40px;
  }
  .text.text-large h2 {
    font-size: 36px;
  }
  .text.text-large h3 {
    font-size: 30px;
  }
  .text.text-large h4 {
    font-size: 26px;
  }
  .text.text-large h5 {
    font-size: 20px;
  }
  .text.text-large h6 {
    font-size: 20px;
  }
  .text.text-large p {
    font-size: 20px;
  }
  .text.text-large ul li {
    font-size: 20px;
  }
  .text.text-large ol li {
    font-size: 20px;
  }

  .input input:hover ~ i::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 1;
  }
  .input input:hover ~ i::after {
    width: 12px;
  }

  .btn:hover::after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }

  .all:hover::before {
    opacity: 1;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .slick-arrow:hover {
    opacity: 1;
  }

  .faq__item-cap:hover::before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .edge .wile {
    max-width: 1200px;
    margin: 45px auto 0;
  }

  .collections__item:hover .collections__item-logo {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
  }
  .collections__item:hover .collections__item-image img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .collections__item:hover .collections__item-image::after {
    opacity: 1;
  }
  .collections__item:hover .collections__item-block {
    padding-bottom: 60px;
  }
  .collections__item:hover .collections__item-more {
    background: var(--white);
    color: var(--black);
  }

  .folio__item:hover .folio__item-block {
    width: 56%;
  }
  .folio__item:hover .folio__item-info {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .folio__item:hover .folio__item-image img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .footer__list li a:hover {
    color: var(--black);
  }

  .catalog__item:hover .catalog__item-block {
    height: 56%;
  }
  .catalog__item:hover .catalog__item-info {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .catalog__item:hover .catalog__item-image img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.8;
  }

  .product__color-item input:hover + .product__color-label img {
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .product__color-item input:hover + .product__color-label p {
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .product__shape-item input:hover + .product__shape-label img {
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .product__shape-item input:hover + .product__shape-label p {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .product__shape-item input:hover + .product__shape-label i {
    opacity: 1;
  }

  .info__tab ul li:hover {
    color: var(--accent);
  }
}
@media screen and (max-width: 1023px) {
  .row {
    padding: 0 20px;
  }

  .header {
    border: 0;
    padding: 20px 0;
  }
  .header.fixed:not(.open) {
    background: var(--accent);
    padding: 5px 0;
  }
  .header.fixed:not(.open) .header__logo {
    width: 120px;
  }
  .header.open .header__humb i {
    opacity: 0;
  }
  .header.open .header__humb::before {
    opacity: 1;
  }
  .header.open .header__nav, .header.open .header__consult {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .header .row {
    padding: 0 15px;
  }
  .header__humb {
    float: left;
    display: block;
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    z-index: 4;
  }
  .header__humb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/icon-arrow1-white.svg) right 5px center/20px auto no-repeat;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .header__humb i {
    display: block;
    width: 40px;
    height: 21px;
    position: absolute;
    left: 5px;
    top: 15px;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .header__humb i::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
  }
  .header__humb i:first-child::before {
    top: 6px;
    -webkit-transition: 0.2s top 0.3s, background 0.3s;
    -o-transition: 0.2s top 0.3s, background 0.3s;
    transition: 0.2s top 0.3s, background 0.3s;
  }
  .header__humb i:last-child::before {
    bottom: 6px;
    -webkit-transition: 0.2s bottom 0.3s, background 0.3s;
    -o-transition: 0.2s bottom 0.3s, background 0.3s;
    transition: 0.2s bottom 0.3s, background 0.3s;
  }
  .header__logo {
    float: left;
    display: block;
    margin: auto;
    width: 136px;
    height: auto;
    position: relative;
    z-index: 4;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
  }
  .header__logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  .header__nav {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
    background: var(--accent);
    padding: 130px 20px 20px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: visibility 0.5s, opacity 0.5s;
    -o-transition: visibility 0.5s, opacity 0.5s;
    transition: visibility 0.5s, opacity 0.5s;
  }
  .header__nav ul {
    width: 100%;
    counter-reset: li-counter;
  }
  .header__nav ul li {
    width: 100%;
    margin: 0;
  }
  .header__nav ul li.active a {
    font-family: "Berlingske Serif", sans-serif;
    font-style: italic;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav ul li.active a::after {
    opacity: 1;
  }
  .header__nav ul li a {
    height: 60px;
    font-size: 26px;
    line-height: 50px;
    color: var(--white);
  }
  .header__nav ul li a::after {
    opacity: 0;
    counter-increment: li-counter;
    content: "( " counter(li-counter, decimal-leading-zero) " ) ";
    margin: auto 0 auto auto;
    font-family: "TT Drugs Trial", sans-serif;
    font-size: 14px;
  }
  .header__consult {
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    top: calc(100vh - 100px);
    z-index: 4;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    font-size: 16px;
    height: 54px;
    background: var(--white);
    border-color: var(--white);
    pointer-events: none;
    -webkit-transition: visibility 0.5s, opacity 0.5s;
    -o-transition: visibility 0.5s, opacity 0.5s;
    transition: visibility 0.5s, opacity 0.5s;
  }
  .header__consult::after {
    content: "";
    float: right;
    width: 16px;
    height: 16px;
    margin: auto 0 auto auto;
    background: url(../img/icon-arrow1-black.svg) center no-repeat;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .header__phone {
    float: right;
    width: 50px;
    height: 50px;
    font-size: 0;
    margin: 0;
    position: relative;
    z-index: 4;
    background: url(../img/icon-phone-white.svg) center no-repeat;
  }

  .teaser {
    padding: 0;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .teaser__stat {
    display: none;
  }
  .teaser__info {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 20px;
  }
  .teaser__slider {
    width: 100%;
    margin-top: 0;
  }
  .teaser__slider .slick-dots {
    display: none !important;
  }
  .teaser__item {
    float: left;
    width: 100%;
    height: auto;
    min-height: 650px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .teaser__item-name {
    font-size: 32px;
    line-height: 120%;
    width: 100%;
  }
  .teaser__item-block {
    position: unset;
    margin-top: 0;
  }
  .teaser__item-top {
    display: block;
    margin-top: auto;
    padding: 35px 25px;
    background: var(--white);
    border-radius: 20px;
    position: relative;
    z-index: 2;
  }
  .teaser__item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    z-index: 0;
    background: var(--black);
  }
  .teaser__item-image::before {
    display: none;
  }
  .teaser__item-image img {
    opacity: 0.8;
  }

  .title__sub::before {
    margin-right: 20px;
  }
  .title__sub::after {
    margin-left: 20px;
  }
  .title__name {
    margin-top: 20px;
    font-size: 28px;
  }
  .title__name br {
    display: none;
  }

  .collections {
    margin-top: 55px;
  }
  .collections__block {
    width: calc(100% + 14px);
    margin: 14px -7px 0;
  }
  .collections__item {
    width: calc(50% - 14px);
    height: 335px;
    border-radius: 24px;
    margin: 14px 7px 0;
  }
  .collections__item-logo {
    display: none;
  }
  .collections__item-image::after {
    opacity: 1;
  }
  .collections__item-block {
    padding: 20px;
  }
  .collections__item-sub {
    font-size: 16px;
  }
  .collections__item-name {
    margin-top: 8px;
    font-size: 24px;
  }
  .collections__item-more {
    margin: 12px 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: var(--white);
    color: var(--black);
  }

  .advant {
    margin-top: 50px;
  }
  .advant__block {
    margin: 30px -5px 0;
    width: calc(100% + 10px);
    padding-right: 40px;
  }
  .advant__block .slick-list {
    overflow: visible !important;
  }
  .advant__block .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .advant__item {
    width: 100%;
    margin: 0 5px;
    padding: 20px 15px 0;
    border-radius: 24px;
  }
  .advant__item-num {
    font-size: 14px;
  }
  .advant__item-name {
    margin-top: 18px;
    font-size: 18px;
  }
  .advant__item-desc {
    margin-top: 8px;
    font-size: 14px;
    padding-bottom: 18px;
  }
  .advant__item-image {
    height: 195px;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }

  .wile {
    min-height: 565px;
    margin: 40px -20px 0;
    width: calc(100% + 40px);
  }
  .wile__image {
    background: var(--black);
  }
  .wile__image img {
    opacity: 0.8;
  }
  .wile__block {
    padding: 60px 30px;
    margin: 0;
  }
  .wile__name {
    font-size: 28px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .wile__name br {
    display: none;
  }
  .wile__title {
    font-size: 38px;
  }
  .wile__title br {
    display: none;
  }
  .wile__desc {
    font-size: 20px;
  }
  .wile__desc br {
    display: none;
  }

  .text h1 {
    font-size: 36px;
  }
  .text h2 {
    font-size: 30px;
  }
  .text h3 {
    font-size: 24px;
  }
  .text h4 {
    font-size: 20px;
  }
  .text h5 {
    font-size: 16px;
  }
  .text h6 {
    font-size: 14px;
  }
  .text p {
    font-size: 14px;
  }
  .text ul li {
    font-size: 14px;
  }
  .text ul li::before {
    top: 7px;
  }
  .text ol li {
    font-size: 14px;
  }

  .output {
    margin-top: 60px;
  }
  .output__block {
    width: calc(100% + 40px);
    margin: 40px -20px 0;
  }
  .output__info {
    width: 100%;
    padding: 30px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .output__image {
    width: 100%;
    padding: 0 30px 30px;
    border-bottom: 1px solid #EBEBEB;
    border-radius: 24px;
  }
  .output__list {
    width: 100%;
  }
  .output__list-item {
    height: auto;
    border-left: 0;
    border-right: 0;
    padding: 20px 30px;
  }
  .output__list-name {
    font-size: 16px;
    width: 100%;
  }
  .output__list-num {
    font-size: 16px;
  }

  .application {
    margin-top: 50px;
  }
  .application__block {
    width: 100%;
    margin: 25px 0 0;
    padding: 0 10px;
  }
  .application__block .slick-list {
    overflow: visible !important;
  }
  .application__block .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .application__item {
    width: 50%;
    margin: 0 5px;
  }

  .folio {
    margin-top: 70px;
  }
  .folio__slider {
    width: 100%;
    margin: 30px 0 0;
    padding: 0 10px;
  }
  .folio__slider::before {
    display: none;
  }
  .folio__slider .slick-arrow {
    display: none !important;
  }
  .folio__item {
    margin: 0 3px;
  }
  .folio__item-box {
    margin: auto 0 0;
    padding: 20px 15px;
    width: 100%;
  }
  .folio__item-sub {
    font-size: 14px;
  }
  .folio__item-name {
    font-size: 32px;
  }
  .folio__item-but {
    margin: 10px 0 0;
    height: 36px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--black);
    background: var(--white);
  }
  .folio__item-info {
    display: none;
  }

  .faq {
    margin-top: 70px;
  }
  .faq + .wile {
    margin-top: 65px;
  }
  .faq__block {
    margin-top: 30px;
  }
  .faq__item-cap {
    height: auto !important;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }
  .faq__item-cap::before {
    top: 18px;
    right: 0;
  }
  .faq__item-cap_num {
    width: 40px;
    line-height: 18px;
    margin: 0;
    padding: 0 !important;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    color: rgba(0, 0, 0, 0.3);
  }
  .faq__item-cap_name {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin: 10px 0 0;
    padding-right: 0;
  }
  .faq__item-cap_desc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    float: left;
    width: calc(100% - 40px);
    line-height: 18px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    margin: 0;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.4);
  }
  .faq__item-base {
    display: none;
    width: 100%;
    padding: 0;
  }

  .quest {
    width: calc(100% + 40px);
    margin: 50px -20px 0;
    border-radius: 38px 38px 0 0;
  }
  .quest__block {
    width: 100%;
    padding: 60px 30px;
  }
  .quest__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .quest__name {
    text-align: center;
    font-size: 22px;
  }
  .quest__desc {
    text-align: center;
  }
  .quest__image {
    width: 100%;
    height: 395px;
  }

  .footer {
    margin-top: 0;
    border-top: 0;
    padding: 35px 0;
  }
  .footer__logo {
    width: 166px;
    margin: 0 auto;
  }
  .footer__list {
    width: 100%;
    margin: 35px 0 0;
  }
  .footer__list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  .bread li {
    margin-right: 0;
    display: none;
  }
  .bread li:nth-last-child(2) {
    display: block;
  }
  .bread li::before {
    width: 12px;
    left: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .bread li a {
    padding-left: 20px;
    font-size: 0;
  }
  .bread li a::after {
    display: block;
    content: "Вернуться назад";
    font-size: 14px;
    height: 20px;
    line-height: 20px;
  }

  .cap {
    padding-bottom: 25px;
  }
  .cap__base {
    width: 100%;
  }
  .cap__logo {
    display: none;
  }
  .cap .bread {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cap__name {
    margin-top: 15px;
    font-size: 34px;
    text-align: center;
  }
  .cap__info {
    margin: 15px 0 0;
    padding-bottom: 0;
    width: 100%;
  }
  .cap__info-desc {
    font-size: 16px;
    text-align: center;
  }

  .catalog {
    margin-top: 55px;
  }
  .catalog:first-child {
    margin-top: 35px;
  }
  .catalog__block {
    margin: 20px -5px 0;
  }
  .catalog__block:first-child {
    margin-top: 10px;
  }
  .catalog__item {
    height: 235px;
    width: calc(50% - 10px);
    margin: 10px 5px 0;
  }
  .catalog__item-block {
    padding: 20px;
  }
  .catalog__item-name {
    font-size: 22px;
  }
  .catalog__item-info {
    display: none;
  }
  .catalog__all {
    margin-top: 10px;
  }

  .all {
    font-size: 17px;
    height: 54px;
  }
  .all::before {
    margin-right: 16px;
  }

  .edge {
    margin-top: 65px;
  }
  .edge__block {
    width: calc(100% + 40px);
    margin: 35px -20px 0;
  }
  .edge__item {
    width: 100%;
    border-radius: 28px;
    padding: 30px;
    border-left: 0;
    border-right: 0;
  }
  .edge__item:nth-child(2n) .edge__item-block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .edge__item:nth-child(2n) .edge__item-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .edge__item-block {
    margin: 0;
    width: 100%;
    padding: 0;
  }
  .edge__item-name {
    font-size: 22px;
  }
  .edge__item-desc {
    font-size: 14px;
  }
  .edge__item-image {
    min-height: 200px;
    width: 100%;
    margin: 25px 0 0 !important;
  }
  .edge__item-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 18px;
  }
  .edge .wile {
    margin-top: 0;
  }

  .seo {
    width: calc(100% + 40px);
    margin: 50px -20px 0;
    padding: 40px 30px;
    border-radius: 38px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .seo__image {
    width: 100%;
    height: 450px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
  .seo__image img {
    border-radius: 28px;
  }
  .seo__block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 0;
    border-radius: 0;
    border: none;
  }
  .seo__list li {
    width: 100%;
    margin: 15px 0 0;
  }
  .seo__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }

  .product {
    padding-top: 0;
    margin: 0;
  }
  .product__logo {
    display: none;
  }
  .product .bread {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 25px;
  }
  .product__title {
    text-align: left;
    margin-top: 10px;
    font-size: 34px;
  }
  .product__image {
    float: none;
    margin: 0 -20px;
    width: calc(100% + 40px);
    border-radius: 0;
    min-height: 405px;
    height: 405px;
    overflow: visible;
  }
  .product__image-base::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: -o-linear-gradient(0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
  }
  .product__image-base img, .product__image-base video {
    border-radius: 0 0 12px 12px;
  }
  .product__image-info {
    width: calc(100% - 40px);
    top: calc(100% - 75px);
    right: 20px;
    height: 130px;
  }
  .product__image-info img {
    border-radius: 12px;
  }
  .product__detail {
    width: 100%;
    padding: 0;
    border-radius: 0;
    border: none;
  }
  .product__size-title {
    font-size: 16px;
  }
  .product__color-name {
    font-size: 16px;
  }
  .product__color-block {
    overflow: hidden;
    max-height: 200px;
  }
  .product__color-block.full {
    max-height: none;
  }
  .product__color-label img {
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .product__color-label p {
    font-size: 12px;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding: 3px 0 5px;
  }
  .product__color-all {
    padding-top: 10px;
  }
  .product__color-all::before {
    height: 70px;
  }
  .product__color-all.active::before {
    opacity: 0;
  }
  .product__color-all.active .all::before {
    background-image: url(../img/icon-minus.svg);
  }
  .product__color-all .all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product__shape-title {
    font-size: 16px;
  }
  .product__shape-label {
    display: block;
  }
  .product__shape-label img {
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .product__shape-label p {
    font-size: 12px;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding: 3px 0 5px;
  }
  .product__shape-label i {
    display: none;
  }
  .product__price {
    font-size: 20px;
  }

  .info {
    margin: 45px 0 0;
  }
  .info__tab {
    display: block;
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 0 -20px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .info__tab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info__tab ul li {
    margin-right: 20px;
    font-size: 18px;
    padding: 7px 0;
  }
  .info__block {
    margin-top: 10px;
  }
  .info__data {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 30px 20px;
    border-left: 0;
    border-right: 0;
  }
  .info__data-text {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .info__data-image {
    width: 100%;
    min-height: 0;
    margin-top: 20px;
  }
  .info__data-image img {
    position: relative;
    height: auto;
    border-radius: 24px;
  }

  .modal__close {
    right: 25px;
    top: 18px;
  }
  .modal__block {
    padding: 100px 20px 35px;
  }
  .modal__block::before {
    left: 20px;
    top: 30px;
  }
  .modal__title-sub {
    font-size: 18px;
  }
  .modal__title-name {
    font-size: 22px;
  }
  .modal__folio {
    max-height: 100vh;
    border-radius: 0;
  }
  .modal__folio .modal__close {
    top: 10px;
    right: 20px;
  }
  .modal__folio-block {
    width: 100%;
    padding: 30px 20px;
    border-radius: 0;
  }
  .modal__folio-gallery {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 5px;
  }
  .modal__folio-image {
    margin-top: 5px;
  }
  .modal__folio-base {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .modal__folio-name {
    font-size: 32px;
  }
  .modal__folio-catalog .catalog__item {
    margin-top: 5px;
  }
  .modal__color {
    padding: 50px 20px 30px;
  }
  .modal__color-item {
    height: 300px;
  }
  .modal__color-nav_item {
    width: calc(12.333% - 14px);
  }
  .modal__color-select {
    font-size: 16px;
  }
  .modal__color-slider .slick-arrow {
    bottom: 10px;
  }
  .modal__color-slider .slick-next {
    right: 10px;
  }
  .modal__color-slider .slick-prev {
    right: 60px;
  }
  .modal__color-nav_item .product__color-item input {
    display: none;
  }

}
@media screen and (max-width: 767px) {
  .collections__item {
    width: calc(100% - 14px);
  }

  .catalog__item {
    width: calc(100% - 10px);
  }
  .modal__color-nav_item {
    width: calc(25% - 14px);
  }
  .info__data-doc_item {
    width: calc(100% - 16px);
  }
}

#wpadminbar {
  top: auto !important;
  bottom: 0;
}