:root {
  --accent: #d7222d;
  --accent-10: rgba(215,34,46,0.1);
  --accent-30: rgba(215,34,46,0.3);
  --base: #4e4340;
  --base-5: rgba(78,67,64,0.05);
}

@font-face {
  font-family: Mont;
  src: url(../fonts/Mont-Light.woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url(../fonts/Mont-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url(../fonts/Mont-Bold.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

.tab_result{
	border: 1px solid #e4e7e7;
	padding: 3px 3px 3px 3px;
}

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

body {
  color: #4e4340;
  background-color: #fff6f6;
  font-family: Mont,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

p {
  margin-bottom: 0;
}

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

strong {
  font-weight: 700;
}

h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}

.cont {
  width: 100%;
  max-width: 1400px;
  min-height: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hero {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.home .header {
  position: absolute;
}

.header {
  z-index: 100;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 55px;
  position: relative;
}

.cont.hero-cont {
  position: relative;
}

.hero-video {
  z-index: -1;
  width: 100%;
  height: 100vh;
  opacity: 1;
  mix-blend-mode: color-burn;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  pointer-events: none;
  overflow: hidden;
}

.hero-video .blob-left,
.hero-video .blob-right {
  mix-blend-mode: normal;
}

.page .hero-video {
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/bg-video-poster.jpg);
  background-size: cover;
  background-position: center;
}

.page .hero-video video {
  display: none;
}

video {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  mix-blend-mode: color-burn;
  position: absolute;
  top: 0;
  left: 0;
}

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

.logo {
  grid-column-gap: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav {
  background-color: rgba(0,0,0,0);
  margin: 0;
  padding: 0;
}

.nav-menu {
  grid-column-gap: 40px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-menu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 50px 0 100px rgba(0,0,0,0.1);
  box-shadow: 50px 0 100px rgba(0,0,0,0.1);
  width: 100%;
  max-width: 320px;
  padding: 30px;
  height: 100vh;
}

.nav-button {
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(../img/menu.svg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 50%;
}

.nav-button.active {
  background-color: #fff;
  background-position: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.nav-item {
  -webkit-filter: grayscale();
  filter: grayscale();
  color: var(--accent);
  background-image: url(../img/nav-line.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 15px 0 15px 55px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.nav-item.active,
.nav-item:hover {
  -webkit-filter: none;
  filter: none;
}

.logo-title {
  margin-bottom: 0;
}

.logo-name {
  margin-bottom: 5px;
}

.logo-name-title {
  color: var(--accent);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
}

.logo-name-description {
  font-size: 14px;
}

.hero-slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-wrapper {
  height: 100%;
  overflow: auto;
}

.swiper-wrapper.swiper-posts-wrapper {
  width: auto;
  grid-column-gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}

.swiper-pagination {
  z-index: 5;
  grid-row-gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0!important;
  bottom: 0!important;
  left: 0!important;
  right: auto;
  pointer-events: none;
}

.swiper-pagination * {
  pointer-events: auto;
}

.swiper-slide {
  width: 100%!important;
  height: 100%!important;
}

.swiper-slide.post-slide {
  width: 530px;
  height: auto;
  max-width: 530px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.swiper-pagination-bullet {
  opacity: 0.4;
  -webkit-filter: grayscale();
  filter: grayscale();
  color: var(--accent);
  cursor: pointer;
  background-color: rgba(0,0,0,0);
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  font-size: 24px;
}

.w-webflow-badge {
  display: none!important;
}

.swiper-wrapper,
.swiper-wrapper.swiper-posts-wrapper {
  overflow: visible;
}

.swiper-pagination-bullet {
  background: none;
  position: relative;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1;
  width: 80px;
  text-align: right;
}

.swiper-pagination-bullet:before {
  position: absolute;
  content: "";
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--accent);
  height: 1px;
  width: 65px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  left: 0;
  top: 0;
  bottom: 0;
  right: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.swiper-pagination-bullet-active {
  width: 115px;
}

.swiper-pagination-bullet-active:before {
  width: 95px;
}

.hero-slide {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content {
  width: 100%;
  min-width: 1px;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr 60px 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-grid;
  display: grid;
}

.hero-content>:first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.hero-content>:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.hero-grid {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr 70px 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: -ms-grid;
  display: grid;
}

.hero-grid>:first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.hero-grid>:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.hero-cover {
  position: relative;
  height: 100%;
}

.hero-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 35vw;
  max-height: 90vh;
  max-width: 35vw;
  min-width: 1px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 100% 0%;
  object-position: 100% 0%;
  -webkit-filter: drop-shadow(50px 50px 130px var(--accent-10));
  filter: drop-shadow(50px 50px 130px var(--accent-10));
}

.h1 {
  color: var(--accent);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 20px;
}

.title {
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.4;
}

.page .title {
  max-width: 900px;
}

.offer {
  grid-row-gap: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.offer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.offer-contacts-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  line-height: 1;
}

.offer-contacts-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
}

.page .offer {
  margin-bottom: 70px;
  margin-top: 50px;
}

.subtitle {
  border-left: 2px solid var(--accent);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  max-width: 620px;
}

.hero-offer {
  grid-column-gap: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social {
  width: 30px;
  grid-row-gap: 3vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-follow {
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-top: 34px;
  margin-bottom: 34px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.image {
  width: auto;
  height: 70px;
}

.social-list {
  grid-row-gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-list-item {
  -webkit-filter: grayscale();
  filter: grayscale();
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.social-list-item:hover {
  -webkit-filter: none;
  filter: none;
}

.hero-wrap {
  min-width: 1px;
  grid-row-gap: 4.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.offer-slider {
  width: 100%;
}

.offer-slider .swiper-wrapper {
  height: auto;
}

.offer-slider .swiper-slide {
  padding: 0;
}

.offer-post {
  grid-column-gap: 30px;
  -webkit-filter: grayscale();
  filter: grayscale();
  color: rgba(78,67,64,0.5);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.offer-post:hover {
  -webkit-filter: none;
  filter: none;
}

.page .offer-post {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed rgba(0,0,0,0.05);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  color: var(--accent);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.post-thumb {
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 7px;
}

.post-content {
  grid-row-gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.post-content p {
  opacity: 1;
  margin: 0!important;
}

.post-title {
  color: var(--accent);
  margin: 0!important;
  font-size: 20px!important;
  font-weight: 400;
  line-height: 1.5;
}

.post-description {
  font-size: 14px;
  margin: 0!important;
}

.offer-posts-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.posts-title {
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.pagination {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 70px;
  overflow: auto;
}

.pagination ul {
  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;
  list-style-type: none;
  gap: 20px;
}

.pagination-item {
  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;
  display: block;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 50%;
}

.pagination-item:hover {
  background-color: var(--accent);
  color: #fff;
}

.pagination-item a {
  height: 45px;
  width: 45px;
  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;
}

.pagination-item.active {
  background-color: var(--accent);
  color: #fff;
}

.pagination-item:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
  height: 45px;
  border-radius: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pagination-item:first-child:hover {
  background-color: transparent;
  color: var(--accent);
}

.pagination-item:first-child a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  width: auto;
}

.pagination-item:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
  height: 45px;
  border-radius: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pagination-item:last-child:hover {
  background-color: transparent;
  color: var(--accent);
}

.pagination-item:last-child a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  width: auto;
}

.slider-arrows {
  grid-column-gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.arrow-button {
  height: 40px;
  opacity: 0.5;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.arrow-button.arrow-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hero-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  list-style-type: none;
  gap: 15px;
  width: 100%;
}

.hero-list-item {
  background-image: url(../img/iconoir_graph-up.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
}

.hero-list-item.two {
  background-image: url(../img/iconoir_clutery.svg);
}

.hero-list-item.three {
  background-image: url(../img/iconoir_test-tube.svg);
}

.list {
  grid-row-gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.button {
  max-width: 410px;
  color: #fff;
  background-color: var(--accent);
  border-radius: 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 20px 18px 30px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 30px 60px rgba(215,34,45,0.3);
  box-shadow: 0 30px 60px rgba(215,34,45,0.3);
  margin-top: 15px;
  font-family: 'Mont';
  font-size: 16px;
  border: none;
  text-align: left;
}

.button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f3333e;
}

.button-name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-arrow {
  width: 37px;
  height: 37px;
  background-color: #fff;
  background-image: url(../img/arrow-button.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.page .wrapper {
  overflow: visible;
  z-index: 10;
}

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrapper-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 9fr 30px 1fr;
  grid-template-columns: 9fr 1fr;
  grid-gap: 30px;
}

.wrapper-content {
  min-width: 1px;
}

.wrapper-scroll {
  -ms-grid-column-align: end;
  justify-self: end;
  min-width: 1px;
}

.wrapper-scroll .social {
  position: sticky;
  top: 30px;
  right: 0;
}

.article {
  padding: 40px 70px;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.article blockquote,
.article h2,
.article h3,
.article ol,
.article p,
.article ul {
  margin-top: 30px;
  margin-bottom: 30px;
}

.article h2 {
  font-size: 28px;
  font-weight: normal;
}

.article h3 {
  font-size: 22px;
  font-weight: normal;
}

.article blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  padding-left: 30px;
  border-left: 2px solid var(--accent);
}

.article blockquote p {
  margin: 0;
}

.article img {
  max-width: 100%;
  border-radius: 10px;
}

.article .f-right {
  float: right;
  margin-top: 0;
  margin-left: 30px;
}

.article .f-left {
  float: left;
  margin-top: 0;
  margin-right: 30px;
}

.blob-right {
  mix-blend-mode: color-burn;
  position: absolute;
  top: -20%;
  bottom: auto;
  left: 76%;
  right: auto;
  z-index: 2;
}

.blob-left {
  mix-blend-mode: color-burn;
  position: absolute;
  top: 50%;
  right: 89%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  z-index: 2;
}

.dates {
  margin-top: 70px;
  margin-bottom: 70px;
}

.dates-slider {
  overflow: hidden;
  width: 100%;
}

.dates-slider .swiper-slide {
  margin-right: 100px;
  max-width: 420px!important;
}

.dates-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.dates-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.dates-slide-title {
  color: var(--accent);
  font-size: 60px;
  line-height: 1;
}

.form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 30px;
}

.form .button {
  margin-top: 0;
}

.form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
}

.form-header h2 {
  max-width: 260px;
  margin: 0;
}

.form-header p {
  padding-left: 50px;
  border-left: 1px solid var(--base);
  max-width: 500px;
  margin: 0;
}

select {
  background-image: url(../img/arrow-down-select.svg);
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
}

.input {
  padding: 20px 25px;
  width: 100%;
  border: none;
  background-color: var(--base-5);
  border-bottom: 1px solid var(--base);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-family: 'Mont';
}

.input:focus {
  outline: none;
  background-color: rgba(0,128,0,0.05);
  border-bottom-color: green;
}

.input.textarea {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  min-height: 160px;
}

.faq {
  margin-top: 70px;
  margin-bottom: 70px;
}

.faq-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px 2fr;
  grid-template-columns: 1fr 2fr;
  grid-gap: 70px;
}

.faq-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.faq-drop[open] .faq-title {
  background-color: var(--accent);
  color: #fff;
  background-image: url(../img/minus.svg);
  margin-bottom: 15px;
}

.faq-title {
  padding: 20px 30px;
  background-color: rgba(255,255,255,0.5);
  border-radius: 10px;
  background-image: url(../img/plus.svg);
  background-position: calc(100% - 30px) 50%;
  background-repeat: no-repeat;
}

.faq-info {
  font-size: 14px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 2px solid var(--accent);
}

.hero-content.team {
  grid-column-gap: 70px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.25fr 70px 1fr 70px 1fr;
  grid-template-columns: 1.25fr 1fr 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.team-descript {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  background-color: #fff;
  padding: 50px;
}

.man {
  position: relative;
  min-width: 1px;
}

.man-list {
  list-style-type: disc;
  padding-left: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.man-list li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.man .hero-cover {
  z-index: -2;
}

.man .hero-cover img {
  margin-top: -100px;
}

.man-header {
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 215px;
  right: -30px;
  padding: 15px 35px;
  font-size: 14px;
  line-height: 1.4;
}

.man-name {
  font-size: 20px;
}

.man-content {
  position: relative;
  z-index: 5;
  margin-top: -30px;
  background-color: #fff;
  padding: 50px 20px;
}

.man-content:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 5000px;
  border-radius: 10px;
  top: 0;
  left: -60px;
  background-color: #fff;
  z-index: -1;
}

.team-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1,1fr);
  grid-gap: 40px;
  margin-bottom: 70px;
}

.team-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.team-thumb {
  width: 100%;
  height: 260px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.team-name {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 0!important;
  margin-bottom: 0!important;
}

.team-name small {
  font-size: 14px;
  display: block;
  line-height: 1.5;
  opacity: 0.5;
}

.team-about {
  font-size: 14px;
  margin-top: 0!important;
  margin-bottom: 0!important;
}

.home .footer {
  display: none;
}

.footer-wrapper {
  padding: 50px 0;
  border-top: 1px solid rgba(0,0,0,0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.copy {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
}

@media screen and (max-width:1600px) {
  .swiper-pagination {
    left: -50px!important;
  }

  .title {
    font-size: 32px;
  }
}

@media screen and (max-width:1366px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }

  .cont {
    max-width: 992px;
  }

  .hero {
    height: auto;
    padding-bottom: 70px;
    padding-top: 100px;
  }

  .header {
    padding: 20px 0;
  }

  .hero-video {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .hero-video {
    background-image: url(../img/bg-video-poster.jpg);
    background-size: cover;
    background-position: center;
  }

  video {
    display: none;
  }

  .nav-menu {
    display: none;
  }

  .nav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-slider {
    height: auto!important;
  }

  .swiper-wrapper {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }

  .swiper-wrapper.swiper-posts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
  }

  .swiper-slide {
    height: auto!important;
    padding-bottom: 0px;
  }

  .hero-slide {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    overflow: visible;
    padding: 0;
  }

  .hero-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-image {
    display: none;
  }

  .hero-image-about {
    display: block;
    position: relative;
    width: 100%;
    height: 360px;
    max-width: none;
    max-height: none;
    -o-object-position: center;
    object-position: center;
    left: -20px;
  }

  .h1 {
    font-size: 16px;
  }

  .offer {
    max-width: 100%;
    grid-gap: 15px;
  }

  .social {
    grid-gap: 15px;
  }

  .social-list {
    grid-gap: 15px;
  }

  .social-icon {
    height: 22px;
    width: 22px;
  }

  .hero-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .post-thumb {
    height: 120px;
    width: 120px;
  }

  .post-title {
    font-size: 16px!important;
  }

  .posts-title {
    font-size: 16px;
  }

  .article {
    padding: 20px 40px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .article .f-right {
    height: auto;
    max-width: 40%;
  }

  .article .f-left {
    height: auto;
    max-width: 40%;
  }

  .dates-slider .swiper-slide {
    margin-right: 20px;
  }

  .faq-grid {
    grid-gap: 30px;
  }

  .hero-content.team {
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
  }

  .man .hero-cover img {
    height: auto;
    width: 100%;
    margin-top: 0;
    margin-bottom: -40px;
  }

  .team-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 20px;
    grid-row-gap: 40px;
  }

  .home .footer {
    display: block;
  }

  .footer-wrapper {
    gap: 15px;
  }
}

@media screen and (max-width:768px) {
  .cont {
    max-width: 420px;
  }

  .hero {
    padding-top: 0;
  }

  .home .header {
    position: relative;
  }

  .swiper-pagination {
    display: none;
  }

  .title {
    font-size: 28px;
  }

  .offer-contacts {
    gap: 15px;
  }

  .subtitle {
    padding-left: 20px;
  }

  .hero-offer {
    grid-gap: 30px;
  }

  .hero-wrap {
    gap: 70px;
  }

  .page .offer-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }

  .page .offer-post .post-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }

  .page .offer-post .post-thumb {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    height: 170px;
  }

  .post-content {
    grid-gap: 10px;
  }

  .post-title {
    font-size: 14px;
  }

  .post-description {
    font-size: 12px;
  }

  .pagination {
    padding: 0;
    margin-bottom: 50px;
    padding-bottom: 15px;
  }

  .pagination ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .wrapper-grid {
    grid-gap: 15px;
  }

  .article {
    padding: 1px 20px;
  }

  .article blockquote,
  .article h2,
  .article h3,
  .article ol,
  .article p,
  .article ul {
    margin: 20px 0;
  }

  .article h2 {
    font-size: 24px;
  }

  .article h3 {
    font-size: 20px;
  }

  .article blockquote {
    padding-left: 15px;
  }

  .article .f-right {
    float: none;
    margin: 20px 0;
    max-width: 100%;
  }

  .article .f-left {
    float: none;
    margin: 20px 0;
    max-width: 100%;
  }

  .blob-right {
    top: 0;
    left: 45%;
  }

  .dates-slider .swiper-slide {
    max-width: 80%;
  }

  .dates-slider .swiper-slide:last-child {
    margin-right: 200px;
  }

  .form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-header {
    gap: 15px;
  }

  .form-header p {
    padding-left: 20px;
  }

  .input {
    font-size: 14px;
  }

  .input.textarea {
    grid-column: auto;
  }

  .faq {
    margin: 50px 0;
  }

  .faq-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .faq-title {
    background-position: calc(100% - 15px) 17px;
    padding: 20px;
    padding-right: 40px;
  }

  .hero-content.team {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-content.team .offer {
    grid-column: auto;
  }

  .man .hero-cover img {
    height: 300px;
    -o-object-position: center;
    object-position: center;
    width: 100%;
  }

  .man-header {
    position: static;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .team-content {
    margin-bottom: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    grid-row-gap: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .team-card {
    gap: 15px;
  }

  .team-thumb {
    margin-bottom: 0;
    height: 150px;
  }

  .team-name small {
    font-size: 12px;
  }

  .team-about {
    font-size: 12px;
  }

  .copy {
    text-align: left;
  }
}