@charset "UTF-8";
/* Helpers */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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, ol, ul, li,
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;
  outline: 0 !important;
  font-size: 100%;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

:focus {
  outline: 0;
}

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:before, blockquote:after,
q:before, q:after {
  content: none;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  padding: 0;
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
  border: none;
  background-image: none;
  background-color: transparent;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

/* Swiper */
/*
.swiper{

}

.promo{
  .swiper-container{
    overflow:visible !important;
  }
}*/
.swiper-scrollbar {
  left: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 4px !important;
  background-color: transparent !important;
}
.swiper-scrollbar:before {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  border-top: 1px solid var(--color-gray-200);
  z-index: -1;
}
.swiper-scrollbar-drag {
  height: 4px !important;
  border-radius: 1px !important;
  background: var(--color-teal-300) !important;
}

/* Base */
/* Mixins */
/* Color Variables */
:root {
  --color-black-100: #1F2F33;
  --color-black-200: #273B3F;
  --color-black-300: #2F474C;
  --color-black-400: #455A5F;
  --color-black-500: #3E5E65;
  --color-black-600: #4E767E;
  --color-black-700: #628B93;
  --color-black-800: #789EA5;
  --color-black-900: #8DB2B9;
  --color-teal-100: #147B8F;
  --color-teal-200: #1A889E;
  --color-teal-300: #1891A9;
  --color-teal-400: #62ADBC;
  --color-teal-500: #D2EFF4;
  --color-teal-600: #E5F7FB;
  --color-gray-100: #74A1AA;
  --color-gray-200: #A6C3C9;
  --color-gray-300: #C0D4D8;
  --color-gray-400: #D9E5E8;
  --color-gray-500: #DFEAEC;
  --color-gray-600: #EBF3F5;
  --color-gray-700: #F7F8F8;
  --color-white-100: #fff;
}

/* font / bergen-text */
@font-face {
  font-family: "AquawaxPro";
  font-style: normal;
  font-weight: 300;
  src: local("AquawaxPro-light"), url(../fonts/AquawaxPro-Light.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "AquawaxPro";
  font-style: normal;
  font-weight: 400;
  src: local("AquawaxPro-Regular"), url(../fonts/AquawaxPro-Regular.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "AquawaxPro";
  font-style: normal;
  font-weight: 500;
  src: local("AquawaxPro-Medium"), url(../fonts/AquawaxPro-Medium.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "AquawaxPro";
  font-style: normal;
  font-weight: 600;
  src: local("AquawaxPro-DemiBold"), url(../fonts/AquawaxPro-DemiBold.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "AquawaxPro";
  font-style: normal;
  font-weight: 700;
  src: local("AquawaxPro-Bold"), url(../fonts/AquawaxPro-Bold.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "AquawaxPro";
  font-style: normal;
  font-weight: 900;
  src: local("AquawaxPro-UltraBold"), url(../fonts/AquawaxPro-UltraBold.otf) format("opentype");
  font-display: swap;
}
:root {
  --font-AquawaxPro: "AquawaxPro", BlinkMacSystemFont, Segoe UI, Roboto, Cantarell, Helvetica Neue, sans-serif;
}

/* Default settings for colors and fonts */
html {
  font-family: var(--font-AquawaxPro);
  font-weight: 400;
  color: var(--color-black-300);
}

body {
  background-color: var(--color-background);
}

body.fix-height {
  overflow: hidden;
  height: 100vh;
}

::selection {
  background-color: var(--color-gray-600);
}

h1, h2, h3, h4, h5, h6, p {
  display: block;
}

.fp-tableCell {
  padding-bottom: 0 !important;
}

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

.default-heading h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  color: var(--color-teal-300);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.default-desc p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-black-600);
  letter-spacing: 0.02em;
}

.wrapper {
  width: 1232px;
  margin: 0 auto;
  box-sizing: border-box;
}
.wrapper--gray {
  background-color: var(--color-gray-700);
}
.wrapper--menu {
  height: calc(100vh - 104px);
}
.wrapper-modal {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1135px;
  height: 100%;
  overflow: scroll;
}
.wrapper-modal--order {
  width: 1232px;
  overflow: unset;
}

.grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  column-gap: 64px;
}
.grid--6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid--doctors {
  row-gap: 48px;
}
.grid--blog {
  row-gap: 59px;
}
.grid--request {
  grid-template-rows: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.main {
  padding-top: 120px;
  margin-left: 120px;
  width: calc(100% - 120px);
  display: block;
  box-sizing: border-box;
}
.main--index {
  padding-top: 0;
}
.main-bg {
  z-index: -1;
  position: absolute;
}
.main-bg-media {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.services-main, .solutions-main {
  height: calc(100vh - 120px);
}

.overlay {
  background: linear-gradient(270deg, rgba(31, 47, 51, 0.52) 0%, rgba(31, 47, 51, 0.32) 100%);
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Forms */
.btn-main {
  display: inline-block;
  padding: 4px 32px;
  box-sizing: border-box;
  text-align: center;
  line-height: 40px;
  color: var(--color-teal-200);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 500;
  background-color: var(--color-teal-500);
  border-radius: 2px;
}
.btn-main--small {
  font-weight: 500;
  line-height: 32px;
  height: 40px;
  padding: 4px 24px;
  font-size: 12px;
}
.btn-details {
  font-size: 12px;
  font-weight: 400;
  color: var(--color-teal-300);
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.btn-modal {
  padding: 12px 0;
  width: 100%;
  height: 56px;
  line-height: 34px;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-teal-600);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background-color: var(--color-teal-300);
}

.form {
  margin-top: 45px;
}
.form-search {
  position: relative;
}
.form-search:after {
  content: "";
  position: absolute;
  height: 17px;
  width: 17px;
  background-image: url(../img/form-arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 20px;
  right: 28px;
}
.form-search input {
  padding: 20px 40px 19px 40px;
  background-color: var(--color-yellow-200);
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-black-100);
  border: 1px solid var(--color-gray-200);
}
.form-search input[type=search]::-moz-placeholder {
  color: var(--color-black-100);
  /* Цвет подсказывающего текста */
}
.form-search input[type=search]::-webkit-input-placeholder {
  color: var(--color-black-100);
}
.form-search input[type=search]:-ms-input-placeholder {
  color: var(--color-black-100);
}
.form-search input[type=search]::-ms-input-placeholder {
  color: var(--color-black-100);
}
.form-search input[type=search]::placeholder {
  color: var(--color-black-100);
}

/* Layout */
/* Header */
.header {
  height: 104px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid var(--color-gray-500);
  position: relative;
  overflow: hidden;
  z-index:20; }
.header--light .header-group:before {
  border-color: #fff !important;
}
.header--light .header-group a, .header--light .header-group span {
  color: #fff;
  opacity: 0.72;
}
.header--light .header-cta a {
  background-image: url("../img/cta-white.svg");
}
.header-menu {
  width: 104px;
  height: 104px;
  box-sizing: border-box;
  border-right: 1px solid var(--color-gray-500);
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/menu.svg");
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.header #nav-close {
  background-image: url("../img/menu-close.svg") !important;
}
.header-logo {
  grid-column: 1/4;
  grid-row: 1;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding-left: 48px;
  margin-top: 32px;
}
.header-logo img {
  display: inline-block;
}
.header-logo-desc {
  margin-top: 2px;
  margin-left: 32px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: var(--color-black-700);
  font-weight: 300;
}
.grid > .header-contacts {
  grid-column: 4/6;
  justify-self: end;
  margin-top: 36px;
  padding-right: 16px;
}
.header-group {
  grid-column: 6/9;
  margin-top: 36px;
  padding-left: 80px;
  display: flex;
  flex-direction: row;
  position: relative;
}
.header-group:before {
  content: "";
  display: block;
  position: absolute;
  height: 666px;
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
  border-left: 1px solid var(--color-gray-500);
}
.header-contacts + .header-contacts {
  margin-left: 32px;
}
.header-contacts a, .header-contacts span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 16px;
  color: var(--color-gray-100);
  text-transform: uppercase;
}
.header-contacts a + a {
  margin-top: 2px;
}
.header-contacts span + a {
  margin-top: 2px;
}
.header-cta {
  position: absolute;
  right: 56px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  will-change: transform;z-index:5;
}
.header-cta a {
  display: block;
  width: 72px;
  height: 72px;
  background-image: url("../img/cta.svg");
  background-size: 72px;
  background-position: center;
  background-repeat: no-repeat;
  animation: 7s linear 0s infinite rotate_phone;
  transform: translate3d(0, 0, 0) rotate(0);
  -webkit-transform: translate3d(0, 0, 0) rotate(0);
  transition: all 0.3s ease-in;
  will-change: transform;
}
.header-cta a span{
	display: none;
}
.header-cta a:hover {
  transform: translate3d(0, 0, 0) rotate(0) !important;
}

@keyframes rotate_phone {
  from {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  to {
    transform: translate3d(0, 0, 0) rotate(-360deg);
  }
}

.header-cta.mobvis{
	display: none;
}

@media (max-width: 568px) {
  #nav-close {
    z-index: 100;
  }

  .header {
    height: 64px;
    overflow: initial;
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 50;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-bottom: 0;
  }
  .header-menu {
    width: 56px;
    height: 64px;
    border: none;
    left: initial;
    right: 0;
    background-size: 22px;
  }
  .header-logo {
    place-self: start;
    margin-top: 18px;
    padding-left: 32px;
  }
  .header-logo-desc {
    display: none;
  }
  .header-logo img {
    height: 32px;
  }
  .header-contacts {
    display: none;
  }
  .header-group {
    display: none;
  }
	.header-cta {
		right: 66px;
		top: 18px;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	.header-cta.mobvis{
		display: block;
	}
	.header-cta.mobnovis{
		display: none;
	}
	.header--light .header-cta a{
		animation: none;
		background: #1891a9;
		width: auto;
		height: auto;
		padding: 6px 12px;
		color: #fff;
		border-radius: 8px;
	}
	.header-cta a span{
		display: block;
	}
}
.hero {
  /*overflow:hidden;*/
}
.hero .btn-details {
  display: block;
}
.hero-block {
  /*padding-top:85px;
  padding-bottom:96px;*/
}
.hero-heading {
  grid-column: 1/4;
  grid-row: 1;
  margin-top: 115px;
}
.hero-heading h1 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  color: var(--color-black-400);
  margin-bottom: 37px;
  padding-top: 31px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.hero-heading span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: var(--color-black-700);
  margin-top: 18px;
  letter-spacing: 0.02em;
}
.hero-desc {
  grid-column: 3/7;
  grid-row: 1;
  background-color: var(--color-gray-700);
  margin-left: 98px;
  margin-right: 98px;
  box-sizing: border-box;
  padding: 85px 64px 96px 64px;
}
.hero-desc p {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  color: var(--color-black-200);
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}
.hero-desc p:last-of-type {
  margin-bottom: 23px;
}
.hero-nav {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  column-gap: 64px;
  padding-top: 34px;
  padding-bottom: 38px;
  position: relative;
  overflow: hidden;
}
.hero-nav:before, .hero-nav:after {
  content: "";
  position: absolute;
  border-top: 1px solid var(--color-gray-500);
  transform: translateX(-50%);
  width: 9999px;
  left: 50%;
}
.hero-nav:before {
  top: 0;
}
.hero-nav:after {
  bottom: 0;
}
.hero-nav-content {
  display: grid;
  grid-column: 1/9;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 64px;
}
.hero-nav-content a {
  position: relative;
  padding-left: 52px;
  display: block;
}
.hero-nav-content a h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: var(--color-teal-100);
  margin-bottom: 5px;
}
.hero-nav-content a span {
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  color: var(--color-black-100);
  letter-spacing: 0.01em;
}
.hero-nav-content a strong {
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 48px;
  font-weight: 900;
  display: block;
  text-align: end;
  letter-spacing: 0.01em;
  color: var(--color-gray-200);
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-gray-200);
}
.hero-media {
  position: relative;
  height: calc(100% + 104px);
  top: -104px;
  grid-row: 1;
  grid-column: 6/9;
  overflow: hidden;
}
.hero-media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(213.76deg, rgba(51, 68, 71, 0.3) 0%, rgba(51, 68, 71, 0.1) 100%);
}
.hero-video, .hero-image {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  min-width: 100%;
  max-width: 120%;
  min-height: 100%;
  max-height: 120%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  will-change: transform;
}
.hero-ticker {
  overflow: hidden;
  flex-direction: column;
  height: 100%;
  display: flex;
  place-content: flex-end;
  box-sizing: border-box;
  padding-bottom: 78px;
  -webkit-transform: scale(1);
  transform: scale(1);
  will-change: transform;
}
.hero .carouselTicker__list {
  display: flex;
  flex-direction: row;
}
.hero .carouselTicker__item {
  display: inline-block;
  font-size: 56px;
  letter-spacing: 0.04em;
  line-height: 72px;
  font-weight: 900;
  color: transparent;
}
.hero .ct {
  pointer-events: none;
}
.hero .ct--bg ul li {
  color: #fff;
  opacity: 0.35;
  backdrop-filter: blur(4px);
}
.hero .ct--outline ul li {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  opacity: 50%;
}

/*
.carouselTicker{
  &amp;__list{
    display:flex;
    flex-direction:row;
  }
  &amp;__item{
    display:inline-block;
    font-size:56px;
    letter-spacing:0.04em;
    line-height:72px;
    font-weight:900;
    color:transparent;
  }
}

.ct{
  pointer-events: none;
  &amp;--bg{
    ul{
      li{
        color:#fff;
        opacity:.35;
        backdrop-filter: blur(4px);
      }
    }
  }
  &amp;--outline{
    ul{
      li{
        color:transparent;
        -webkit-text-stroke: 1px #fff;
        opacity:50%;
        !*mix-blend-mode:difference;
        background-blend-mode: difference;
        -webkit-text-stroke: 1px #CEBEA1;
        color: transparent;*!
      }
    }
  }
  !*&amp;--white{
    margin-top:4px;
    ul{
      li{
        -webkit-text-stroke: 1px #fff !important;
      }
    }
  }*!
}*/
@media (max-width: 568px) {
  .hero-block {
    grid-template-rows: 1fr;
  }
  .hero-nav {
    padding: 57px 32px 54px 32px;
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .hero-nav:before {
    content: none;
  }
  .hero-nav-content {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, minmax(0, auto));
    row-gap: 39px;
  }
  .hero-heading {
    grid-row: 2;
    grid-column: 1;
    margin-top: 0;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
  }
  .hero-heading h1 {
    padding-top: 57px;
    margin-bottom: 23px;
    font-size: 22px;
    line-height: 32px;
  }
  .hero-heading span {
    margin-top: 10px;
  }
  .hero-media {
    grid-row: 1;
    grid-column: 1;
    width: 100%;
    height: 440px;
    top: 0;
  }
  .hero-ticker {
    padding-bottom: 65px;
  }
  .hero-desc {
    margin-top: 58px;
    grid-row: 3;
    grid-column: 1;
    margin-left: 0;
    margin-right: 0;
    padding: 45px 32px 40px 32px;
  }
  .hero .ct + .ct {
    margin-top: 8px !important;
  }
  .hero .carouselTicker__item {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.04em;
  }
}
/* Content */
.content {
  padding-top: 172px;
  counter-reset: section;
}
.content-item {
  width: 1312px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(11, minmax(0, 0.9091fr));
  column-gap: 40px;
}
.content-item--wide {
  width: 100%;
  grid-template-columns: 1fr;
}
.content-item + .content-item--txt {
  margin-top: 123px;
}
.content-item + .content-item--media {
  margin-top: 155px;
}
.content-item--media + .content-item--txt {
  margin-top: 160px;
}
.content-item--media:not([class*="--wide"]) .media-block {
  grid-column: 1/12;
}

.content-item-header {
  position: relative;
  grid-column: 3/10;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 0.9091fr));
  column-gap: 40px;
  counter-increment: section;
}
.content-item-header:after {
  content: "0" counter(section);
  grid-row: 1;
  grid-column: 7;
  place-self: start end;
  margin-top: 26px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.02em;
}
.content-item-header:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 63px;
  left: 0;
  background-color: var(--color-black-100);
}
.content-item-header h2 {
  grid-column: 1/7;
  padding-top: 2px;
  padding-bottom: 14px;
  font-family: var(--font-bergen-text);
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  color: var(--color-black-100);
  letter-spacing: 0.02em;
}
.content-item-header p {
  grid-column: 1/7;
  margin-top: 42px;
  font-size: 16px;
  line-height: 32px;
  color: var(--color-black-300);
  letter-spacing: 0.04em;
}

.txt-block {
  grid-column: 3/10;
}
.txt-block--1 {
  position: relative;
  margin-top: 62px;
}
.txt-block--1 .txt-block-item {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 0.9091fr));
  grid-column: 1/12;
  column-gap: 40px;
}
.txt-block--1 h3, .txt-block--1 p {
  grid-column: 1/4;
}
.txt-block--1 .btn {
  margin-top: 16px;
  grid-column: 5/8;
  grid-row: 1/3;
}
.txt-block--1 .txt-block-item + .txt-block-item {
  margin-top: 43px;
}
.txt-block--1:before {
  width: 9px;
  height: 270px;
  content: url("../img/bracket.svg");
  position: absolute;
  top: 16px;
  left: -32px;
}
.txt-block--2 {
  margin-top: 62px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 0.9091fr));
  column-gap: 40px;
  row-gap: 35px;
}
.txt-block--2 .txt-block-item:nth-of-type(odd) {
  grid-column: 1/4;
}
.txt-block--2 .txt-block-item:nth-of-type(even) {
  grid-column: 4/8;
}
.txt-block--3 {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 0.9091fr));
  column-gap: 40px;
  row-gap: 39px;
}
.txt-block--3 .txt-block-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-column: 1/6;
}
.txt-block--3 .txt-block-item i {
  place-self: start;
  padding-top: 4px;
}
.txt-block--3 .txt-block-item h3, .txt-block--3 .txt-block-item p {
  grid-column: 2;
}
.txt-block--3 .txt-block-info {
  grid-column: 6/8;
  grid-row: 1/3;
  padding-top: 9px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--color-black-400);
}
.txt-block--3 .txt-block-info span {
  display: block;
}
.txt-block--3 .txt-block-info .btn {
  margin-top: 31px;
}
.txt-block--4 {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 0.9091fr));
  column-gap: 40px;
  row-gap: 40px;
}
.txt-block--4 .txt-block-item {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 0.9091fr));
  grid-column: 1/8;
  column-gap: 40px;
}
.txt-block--4 .txt-block-item h3 {
  grid-column: 1/3;
}
.txt-block--4 .txt-block-item p {
  grid-column: 3/7;
}
.txt-block--5 {
  margin-top: 62px;
  margin-bottom: 5px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--color-black-600);
}
.txt-block--5 .txt-block-item {
  display: grid;
  grid-template-rows: 68px repeat(3, auto) 1fr;
  padding: 40px 40px 64px 40px;
}
.txt-block--5 .txt-block-item h3 {
  margin-bottom: 11px;
  line-height: 24px;
}
.txt-block--5 .txt-block-item p {
  position: relative;
  margin-bottom: 34px;
  padding-bottom: 25px;
}
.txt-block--5 .txt-block-item p:after {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-black-100);
}
.txt-block--5 .txt-block-item ul {
  position: relative;
  margin-bottom: 45px;
}
.txt-block--5 .txt-block-item ul:before {
  content: "";
  width: 1px;
  height: calc(100% - 24px);
  position: absolute;
  top: 13px;
  left: 4px;
  transform: translateX(-0.5px);
  background-color: var(--color-pine-400);
}
.txt-block--5 .txt-block-item ul li {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: var(--color-black-200);
}
.txt-block--5 .txt-block-item ul li:not(:last-of-type) {
  margin-bottom: 4px;
}
.txt-block--5 .txt-block-item ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 9px;
  left: 0;
  box-sizing: border-box;
  border: 1px solid var(--color-green-100);
  border-radius: 100%;
  background-color: var(--color-background);
}
.txt-block--5 .txt-block-item .btn {
  grid-row: 5;
  align-self: end;
}
.txt-block--5 .txt-block-item:not(:first-of-type) {
  border-left: 1px solid var(--color-black-600);
}
.txt-block--6 {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 0.9091fr));
  column-gap: 40px;
  row-gap: 39px;
}
.txt-block--6 .txt-block-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-column: 1/6;
}
.txt-block--6 .txt-block-item i {
  grid-row: 1/3;
  place-self: start;
  padding-top: 8px;
}
.txt-block--6 .txt-block-item h3, .txt-block--6 .txt-block-item p {
  grid-column: 2;
}
.txt-block .txt-block-item h3 {
  margin-bottom: 9px;
  font-family: var(--font-bergen-text);
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.02em;
}
.txt-block .txt-block-item p {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.04em;
  color: var(--color-black-300);
}

.media-block picture {
  display: flex;
}
.media-block picture img {
  width: 100%;
  height: auto;
  display: inline-block;
}

@media (max-width: 568px) {
  .content {
    padding: 86px 32px 0 32px;
  }
  .content-item {
    width: 100%;
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .content-item--media:not([class*="--wide"]) .media-block {
    grid-column: 1;
  }

  .content-item--txt + .content-item--txt {
    margin-top: 97px;
  }
  .content-item--txt + .content-item--media {
    margin-top: 113px;
  }

  .content-item--media {
    width: auto;
    margin-left: -32px;
    margin-right: -32px;
  }
  .content-item--media + .content-item--txt {
    margin-top: 113px;
  }

  .content-item-header {
    grid-column: 1;
    grid-template-columns: 1fr 40px;
    column-gap: 0;
  }
  .content-item-header:after {
    grid-column: 2;
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 14px;
    place-self: end;
  }
  .content-item-header:before {
    content: none;
  }
  .content-item-header h2 {
    grid-column: 1;
    padding-top: 0;
    padding-bottom: 11px;
    font-size: 28px;
    line-height: 32px;
    position: relative;
  }
  .content-item-header h2:after {
    content: "";
    width: calc(100% + 40px);
    height: 1px;
    background: var(--color-black-100);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .content-item-header p {
    grid-column: 1/3;
    margin-top: 27px;
    line-height: 28px;
  }

  .txt-block {
    grid-column: 1;
  }
  .txt-block .txt-block-item h3 {
    line-height: 28px;
    margin-bottom: 11px;
  }
  .txt-block--1 {
    margin-top: 50px;
  }
  .txt-block--1 .txt-block-item {
    grid-template-columns: 1fr;
    grid-column: 1;
    column-gap: 0;
  }
  .txt-block--1 .txt-block-item + .txt-block-item {
    margin-top: 56px;
  }
  .txt-block--1 .txt-block-item h3 {
    grid-column: 1;
  }
  .txt-block--1 .txt-block-item p {
    grid-column: 1;
  }
  .txt-block--1 .txt-block-item .btn {
    margin-top: 23px;
    grid-column: 1;
    grid-row: auto;
  }
  .txt-block--2 {
    margin-top: 50px;
    grid-template-columns: 1fr;
    row-gap: 37px;
  }
  .txt-block--2 .txt-block-item:nth-of-type(odd), .txt-block--2 .txt-block-item:nth-of-type(even) {
    grid-template-columns: 1fr;
    grid-column: 1;
    column-gap: 0;
  }
  .txt-block--3 {
    margin-top: 45px;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 33px;
  }
  .txt-block--3 .txt-block-item {
    grid-template-columns: 52px 1fr;
    grid-column: 1;
    row-gap: 7px;
  }
  .txt-block--3 .txt-block-item i {
    padding-top: 0;
  }
  .txt-block--3 .txt-block-item h3 {
    margin-bottom: 0;
    align-self: center;
  }
  .txt-block--3 .txt-block-item p {
    grid-column: 1/3;
  }
  .txt-block--3 .txt-block-info {
    padding-top: 3px;
    grid-column: 1;
    grid-row: auto;
  }
  .txt-block--3 .txt-block-info .btn {
    margin-top: 27px;
  }
  .txt-block--4 {
    margin-top: 50px;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 37px;
  }
  .txt-block--4 .txt-block-item {
    grid-template-columns: 1fr;
    grid-column: 1;
    column-gap: 0;
  }
  .txt-block--4 .txt-block-item h3 {
    grid-column: 1;
  }
  .txt-block--4 .txt-block-item p {
    grid-column: 1;
  }
  .txt-block--5 {
    margin-top: 40px;
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .txt-block--5 .txt-block-item {
    padding: 40px 32px 47px 32px;
    grid-template-rows: 60px repeat(4, auto);
  }
  .txt-block--5 .txt-block-item:not(:first-of-type) {
    border-left: 0 !important;
    border-top: 1px solid var(--color-black-600);
  }
  .txt-block--5 .txt-block-item p {
    margin-bottom: 31px;
  }
  .txt-block--5 .txt-block-item ul {
    margin-bottom: 44px;
  }
  .txt-block--6 {
    margin-top: 48px;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 35px;
  }
  .txt-block--6 .txt-block-item {
    grid-column: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
  .txt-block--6 .txt-block-item i {
    padding-top: 0;
    padding-bottom: 18px;
    grid-row: 1;
  }
  .txt-block--6 .txt-block-item i svg {
    width: 40px;
    height: auto;
  }
  .txt-block--6 .txt-block-item h3, .txt-block--6 .txt-block-item p {
    grid-column: 1;
  }
}
/* Modal */
.page-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: var(--color-black-400);
  z-index: 19;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  bottom: 0;
}

.page-overlay.visible {
  visibility: visible;
}

.page-overlay.active {
  opacity: 0.24;
}

.modal-box.active {
  display: block;
}

.modal-table {
  grid-column: 1/7;
}
.modal-table table {
  width: 100%;
}
.modal-table table th {
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-black-100);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
}
.modal-table table th:first-of-type {
  text-align: start;
}
.modal-table table th:last-of-type {
  text-align: end;
}
.modal-table table tr {
  border-bottom: 1px solid var(--color-gray-300);
}
.modal-table table tr td {
  padding-top: 22px;
  padding-bottom: 10px;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-black-400);
  letter-spacing: 0.02em;
  text-align: center;
}
.modal-table table tr td:first-of-type {
  text-align: start;
}
.modal-table table tr td:last-of-type {
  text-align: end;
}
.modal-container {
  padding: 0 113px;
  background-color: var(--color-white-100);
}
.modal-container--gray {
  background-color: var(--color-gray-700);
}
.modal-cart-info {
  margin-bottom: 13px;
}
.modal-cart-info:last-of-type {
  margin-bottom: 25px;
}
.modal-cart-info span {
  display: block;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  color: var(--color-black-400);
  letter-spacing: 0.01em;
}
.modal-cart-info span:last-of-type {
  margin-top: 3px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-black-300);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.modal-heading-price {
  grid-column: 1/7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 31px;
  margin-bottom: 46px;
  border-bottom: 1px solid var(--color-gray-300);
}
.modal-heading-price--info {
  position: relative;
}
.modal-heading-price--cart {
  display: grid !important;
  border-bottom: none;
}
.modal-heading-price--cart .modal-heading-price-cta {
  padding-top: 20px;
  border-top: 1px solid var(--color-gray-400);
  align-items: unset;
}
.modal-heading-price--cart .modal-heading-price-cta span {
  text-align: start;
  margin-bottom: 14px;
}
.modal-heading-price-info {
  position: absolute;
  background-color: #fff;
  padding-right: 12px;
  left: 0;
  bottom: -9px;
}
.modal-heading-price-info span {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 16px !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  color: var(--color-black-900) !important;
  margin-right: 20px !important;
}
.modal-heading-price h1 {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: var(--color-teal-300);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.modal-heading-price-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.modal-heading-price-cta span {
  color: var(--color-black-100);
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: end;
  margin-right: 36px;
}
.modal-heading-price-cta strong {
  font-weight: 400;
  font-size: 22px;
}
.modal-heading-price-cta button {
  padding: 4px 24px;
}
.modal-quote {
  grid-column: 1/7;
}
.modal-quote-item:first-of-type span::after {
  background-image: url(../img/quote-check.svg);
  width: 24px;
  height: 24px;
}
.modal-quote span {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--color-black-500);
  padding-left: 36px;
  position: relative;
  margin-bottom: 12px;
  display: block;
}
.modal-quote span::after {
  content: "";
  position: absolute;
  background-image: url(../img/quote-cross.svg);
  height: 24px;
  width: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.modal-quote p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-black-500);
  letter-spacing: 0.01em;
}
.modal-desc-text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: var(--color-black-200);
  letter-spacing: 0.02em;
}
.modal-box {
  display: none;
  z-index: 99;
}
.modal-item {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 64px;
}
.modal-close {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  top: 36px;
  right: -52px;
}
.modal-close:hover {
  transform: rotate(90deg);
}
.modal-close span {
  width: 34px;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--color-black-100);
}
.modal-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-heading {
  margin-bottom: 38px;
}
.modal-heading__left {
  grid-column: 1/5;
}
.modal-heading__left h1 {
  margin-bottom: 21px;
}
.modal-heading__right {
  grid-column: 5/7;
  padding: 36px 32px 32px 32px;
  background-color: var(--color-gray-700);
  box-sizing: border-box;
}
.modal-heading h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-black-100);
}
.modal-media {
  margin-bottom: 81px;
}
.modal-media img {
  width: 100%;
}
.modal-content {
  padding-top: 93px;
  z-index: 30;
  grid-column: 1/7;
  top: 0;
  position: relative;
  padding-bottom: 119px;
}
.modal-content--order {
  grid-column: 3/7;
  padding: 77px 115px 78px 115px;
  box-sizing: border-box;
  height: auto;
  width: auto;
  background-color: #fff;
}
.modal-content--order .modal-close {
  top: 36px;
  right: 36px;
}
.modal-content--order .modal-tabs:last-of-type {
  margin-bottom: 32px !important;
}
.modal-content--order .private-police {
  grid-column: 2;
  margin-top: 18px;
}
.modal-content--order .private-police span {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  font-weight: 300;
  color: var(--color-black-600);
}
.modal-content--order .private-police span a {
  font-size: 12px;
  line-height: 20px;
  color: var(--color-teal-300);
  letter-spacing: 0.02em;
}
.modal-content--order .modal-heading {
  margin-bottom: 51px;
}
.modal-content--order .modal-heading h2 {
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  color: var(--color-teal-300);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.modal-content-about + .modal-content-about {
  margin-top: 49px;
}
.modal-content-about + .modal-content-about--info {
  margin-top: 57px;
}
.modal-content-about {
  grid-column: 1/7;
}
.modal-content-about h1 + span, .modal-content-about h1 + p {
  margin-top: 26px;
  line-height: 24px;
}
.modal-content-about h2 + span, .modal-content-about h2 + p {
  margin-top: 20px;
}
.modal-content-about h3 + span, .modal-content-about h3 + p {
  margin-top: 23px;
}
.modal-content-about span + span, .modal-content-about p + p {
  margin-top: 16px;
}
.modal-content-about h3 + ul {
  margin-top: 25px;
}
.modal-content-about span + h3, .modal-content-about p + h3 {
  margin-top: 49px;
}
.modal-content-about span + ul, .modal-content-about p + ul {
  margin-top: 20px;
}
.modal-content-about span + ol, .modal-content-about p + ol {
  margin-top: 20px;
}
.modal-content-about h1, .modal-content-about h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: var(--color-teal-300);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.modal-content-about h1 {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: var(--color-teal-300);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.modal-content-about h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black-800);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.modal-content-about p, .modal-content-about span {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: var(--color-black-500);
  display: block;
}
.modal-content-about p strong, .modal-content-about span strong {
  font-weight: 400;
  letter-spacing: 0.01em;
}
.modal-content-about ul li + li {
  margin-top: 8px;
}
.modal-content-about ul li {
  padding-left: 26px;
  position: relative;
}
.modal-content-about ul li:before {
  content: "";
  top: 3px;
  position: absolute;
  left: 0;
  background-image: url(../img/modal-triangle.svg);
  background-size: cover;
  height: 10px;
  width: 10px;
  background-position: center;
}
.modal-content-about ul li span, .modal-content-about ul li p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.02em;
}
.modal-content-about ol {
  counter-reset: ol-c;
}
.modal-content-about ol li + li {
  margin-top: 8px;
}
.modal-content-about ol li {
  padding-left: 26px;
  position: relative;
  counter-increment: ol-c;
}
.modal-content-about ol li:before {
  left: 0;
  color: var(--color-teal-400);
  content: counter(ol-c);
  font-weight: 500;
  position: absolute;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.02em;
}
.modal-content-about ol li:after {
  left: 9px;
  bottom: 0;
  color: var(--color-teal-400);
  content: ".";
  font-weight: 500;
  position: absolute;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.02em;
}
.modal-tabs {
  margin-bottom: 36px;
}
.modal-tabs:last-of-type {
  margin-bottom: 0 !important;
}
.modal-tabs label {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: var(--color-black-400);
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.modal-tabs input {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-gray-400);
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-black-900);
}
.modal-tabs textarea {
  border-bottom: 1px solid var(--color-gray-400);
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-black-900);
}
.modal-tabs input[type=text]::-moz-placeholder {
  color: var(--color-black-900);
  /* Цвет подсказывающего текста */
}
.modal-tabs input[type=text]::-webkit-input-placeholder {
  color: var(--color-black-900);
}
.modal-tabs input[type=text]:-ms-input-placeholder {
  color: var(--color-black-900);
}
.modal-tabs input[type=text]::-ms-input-placeholder {
  color: var(--color-black-900);
}
.modal-tabs input[type=text]::placeholder {
  color: var(--color-black-900);
}
.modal-tabs input[type=email]::-moz-placeholder {
  color: var(--color-black-900);
  /* Цвет подсказывающего текста */
}
.modal-tabs input[type=email]::-webkit-input-placeholder {
  color: var(--color-black-900);
}
.modal-tabs input[type=email]:-ms-input-placeholder {
  color: var(--color-black-900);
}
.modal-tabs input[type=email]::-ms-input-placeholder {
  color: var(--color-black-900);
}
.modal-tabs input[type=email]::placeholder {
  color: var(--color-black-900);
}
.modal-tabs textarea::-moz-placeholder {
  color: var(--color-black-900);
  /* Цвет подсказывающего текста */
}
.modal-tabs textarea::-webkit-input-placeholder {
  color: var(--color-black-900);
}
.modal-tabs textarea:-ms-input-placeholder {
  color: var(--color-black-900);
}
.modal-tabs textarea::-ms-input-placeholder {
  color: var(--color-black-900);
}
.modal-tabs textarea::placeholder {
  color: var(--color-black-900);
}
.modal-tabs--check {
  display: flex;
  margin-bottom: 32px;
}
.modal-tabs input[type=checkbox] {
  display: none;
}
.modal-tabs input[type=checkbox]:checked + label:after {
  content: "";
}
.modal-tabs label {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.modal-request {
  padding: 70px 70px;
  grid-column: 1/7;
}
.modal-request-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 43px;
  position: relative;
}
.modal-request-heading h2 {
  display: inline-block;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: var(--color-teal-300);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.modal-request .private-police {
  grid-column: 2;
}
.modal-request .private-police span {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  font-weight: 300;
  color: var(--color-black-600);
}
.modal-request .private-police span a {
  font-size: 12px;
  line-height: 20px;
  color: var(--color-teal-300);
  letter-spacing: 0.02em;
}

.modal-doctor-media {
  grid-column: 1/4;
  position: relative;
}
.modal-doctor-media:after {
  content: "";
  position: absolute;
  width: 44px;
  height: 72px;
  background-image: url(../img/logo-doctors.svg);
  background-size: cover;
  background-position: center;
  top: 24px;
  right: 24px;
}
.modal-doctor-media img {
  width: 100%;
}
.modal-doctor-info {
  grid-column: 4/7;
  display: flex;
  flex-direction: column;
  padding-top: 26px;
}
.modal-doctor-info h2 + span {
  margin-top: 10px;
}
.modal-doctor-btn {
  margin-top: 48px;
}
.modal-doctor-btn button {
  font-weight: 500;
  padding: 21px 64px 19px 64px;
  width: auto;
}
.modal-doctor-content {
  grid-column: 1/7;
  padding-top: 81px;
  padding-bottom: 0;
}

.doctor-info-title h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-black-100);
}
.doctor-info-spec {
  margin-top: 7px;
}
.doctor-info-spec span {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-teal-100);
  letter-spacing: 0.02em;
}
.doctor-info-spec + .doctor-info-desc {
  margin-top: 30px;
}
.doctor-info-desc + .doctor-info-desc {
  margin-top: 12px;
}
.doctor-info-desc span {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-black-500);
  letter-spacing: 0.02em;
}

.modal-solutions-content {
  grid-column: 1/7;
  padding: 65px 0 0 0;
}

.modal-blog-content {
  grid-column: 1/7;
  padding-top: 59px;
  padding-bottom: 0;
}

.modal-programs-content {
  padding-bottom: 0;
  padding-top: 0;
}

.modal-offers-cta {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.modal-offers-cta span {
  color: var(--color-black-100);
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: end;
  margin-bottom: 10px;
}
.modal-offers-cta strong {
  font-weight: 500;
  font-size: 22px;
}
.modal-offers-cta b {
  font-size: 22px;
}
.modal-offers-content {
  padding: 65px 0 0 0;
}
.modal-offers-block {
  grid-column: 2/8;
}
.modal-offers-quote:first-of-type span::after {
  background-image: url(../img/cross.svg);
  width: 10px;
  height: 10px;
  left: 7px;
}
.modal-offers-quote span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-yellow-400);
  padding-left: 36px;
  position: relative;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
  display: block;
}
.modal-offers-quote span::after {
  content: "";
  position: absolute;
  background-image: url(../img/check-offers.svg);
  height: 7px;
  width: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.modal-offers-quote span::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--color-yellow-600);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.modal-offers-quote p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-black-200);
  letter-spacing: 0.02em;
}

.modal-quote--reverse .modal-quote-item:first-of-type span::after {
  background-image: url(../img/quote-cross.svg);
}
.modal-quote--reverse .modal-quote-item span:after {
  background-image: url(../img/quote-check.svg);
}

.modal-services .modal-heading-price {
  margin-bottom: 29px;
}
.modal-services-content {
  padding: 59px 0 0 0;
}

.modal-contacts .modal-heading {
  display: flex;
  justify-content: center;
}

.modal-check-up .modal-heading-price--info {
  margin-bottom: 29px;
}
.modal-check-up-content {
  padding-top: 59px;
  padding-bottom: 0;
}
.modal-check-up .modal-heading-price-cta {
  flex-direction: column;
}
.modal-check-up .modal-heading-price--cart {
  padding-bottom: 0;
  margin-bottom: 0;
}
.modal-check-up .modal-table-container {
  padding-top: 101px;
}
.modal-check-up .modal-content {
  padding-bottom: 167px;
}

.modal-videos .modal-heading-price--info {
  margin-bottom: 29px;
}
.modal-videos-content {
  padding-top: 59px;
  padding-bottom: 0;
}

.modal-media--videos {
  position: relative;
}
.modal-media--videos iframe {
  height: 600px;
}

@media (max-width: 568px) {
  .modal-table-container {
    padding-top: 69px;
  }
  .modal-table {
    grid-column: 1;
    overflow: scroll;
  }
  .modal-table table {
    width: auto;
  }
  .modal-table table tr th:not(:last-of-type), .modal-table table tr td:not(:last-of-type) {
    padding-right: 24px;
  }
  .modal-check-up .modal-content {
    padding-bottom: 80px;
  }
  .modal-heading-price {
    flex-direction: column;
    align-items: flex-start;
  }
  .modal-heading-price-cta {
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 16px;
  }
  .modal-heading-price-cta button {
    margin-top: 12px;
  }
  .modal-heading-price--cart .modal-heading__left {
    grid-column: 1;
  }
  .modal-heading-price--cart .modal-heading__right {
    grid-column: 1;
    margin-top: 32px;
  }
  .modal .modal-quote-item + .modal-quote-item {
    margin-top: 24px;
  }
  .modal-content-about span {
    font-size: 14px;
  }
  .modal-content--order {
    padding: 77px 32px 78px 32px;
  }
  .modal-close {
    top: 32px;
    right: 0;
  }
  .modal-container {
    padding-left: 32px;
    padding-right: 32px;
  }
  .modal-item {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .modal-container--gray .modal-request {
    padding: 52px 0 52px 0;
  }
  .modal-container--gray .modal-request .private-police {
    margin-top: 10px;
    grid-column: 1;
  }
}
.menu {
  background-color: #F7F8F8;
  width: 100%;
  height: 100vh;
  display: block;
  box-sizing: border-box;
  z-index: 50;
  overflow: hidden;
  position: fixed;
  transform: translateX(calc(-100% - 120px));
  transition: all 0.8s ease-in-out;
  left: 0;
  bottom: 0;
}
.menu .header {
  background-color: #fff;
  border-bottom: 0;
}
.menu.active {
  transform: translateX(0);
}
.menu-ticker {
  width: 104px;
  height: calc(100% - 104px);
  position: absolute;
  top: 104px;
  left: 0;
  overflow: hidden;
  z-index: 10;
  background-color: var(--color-gray-700);
  box-sizing: border-box;
  border-right: 1px solid var(--color-gray-500);
}
.menu-ticker-top {
  height: calc(100vh - 104px);
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
  will-change: transform;
}
.menu-ticker-top:before {
  display: block;
  content: "";
  width: 104px;
  height: 156px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.menu .carouselTicker {
  /*position:absolute;
  top:0;
  left:0;
  transform:rotate(180deg);*/
  /*position:relative;
  transform:rotate(-90deg);*/
}
.menu .carouselTicker__list {
  display: flex;
  flex-direction: column;
}
.menu .carouselTicker__item {
  display: inline-block;
  font-size: 56px;
  letter-spacing: 0.04em;
  line-height: 104px;
  font-weight: 900;
  color: transparent;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
}
.menu .ct {
  pointer-events: none;
}
.menu .ct--bg ul li {
  color: var(--color-gray-700);
  -webkit-text-stroke: 1px var(--color-gray-700);
}
.menu .ct--outline ul li {
  color: transparent;
  -webkit-text-stroke: 1px var(--color-gray-500);
}
.menu-content {
  display: grid;
  height: 100%;
  padding-left: 87px;
  grid-template-rows: 1fr auto 1fr 120px 156px;
}
.menu .grid {
  position: relative;
}
.menu .grid:nth-of-type(1) {
  grid-row: 2;
}
.menu .grid:nth-of-type(2) {
  grid-row: 4;
}
.menu .grid:nth-of-type(2):after {
  content: "";
  position: absolute;
  width: 9999px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-gray-500);
}
.menu .grid:nth-of-type(2):after {
  top: 0;
}
.menu .grid:nth-of-type(3) {
  grid-row: 5;
}
.menu-nav {
  grid-column: 1/7;
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 98px;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  row-gap: 32px;
  padding-top: 60px;
  padding-bottom: 76px;
}
.menu-nav li a {
  font-weight: 300;
  font-size: 22px;
  line-height: 24px;
  color: var(--color-black-300);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.menu-nav li a sup {
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  color: var(--color-teal-100);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  top: -7px;
  right: -2px;
}
.menu-cta {
  grid-column: 1/6;
  display: flex;
  align-items: center;
}
.menu-cta-item {
  display: flex;
  flex-direction: column;
}
.menu-cta-item:not(:first-of-type) {
  margin-left: 60px;
}
.menu-cta-item span {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-black-600);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.menu-cta-item span:last-of-type {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: var(--color-teal-300);
  letter-spacing: 0.01em;
  text-transform: lowercase;
  margin-top: 1px;
}
.menu-partners span, .menu-soc span {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-black-700);
  margin-bottom: 28px;
}
.menu-partners {
  grid-column: 7/9;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu-partners-media {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.menu-partners-media a:first-of-type {
  margin-bottom: 12px;
}
.menu-partners-media a:not(:first-of-type) {
  margin-bottom: 24px;
}
.menu-partners-media a:last-of-type {
  margin-bottom: 0;
}
.menu-soc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 32px;
}
.menu-soc ul {
  display: flex;
  margin-left: 18px;
}
.menu-soc li {
  height: 32px;
  width: 32px;
  background-color: var(--color-teal-500);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-soc li:not(:last-of-type) {
  margin-right: 12px;
}
.menu-soc li a {
  background-position: center;
  background-size: cover;
}
.menu-soc li .i-inst {
  height: 16px;
  width: 16px;
  background-image: url(../img/i-inst.svg);
}
.menu-soc li .i-vk {
  height: 11px;
  width: 19px;
  background-image: url(../img/i-vk.svg);
}
.menu-footer {
  grid-column: 1/9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 5;
}
.menu-footer:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 9999px;
  background-color: #fff;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.menu-footer-item:first-of-type {
  margin-right: 63px;
}
.menu-footer-item--soc {
  display: flex;
  flex-grow: 3;
  justify-content: flex-end;
}
.menu-footer-item p {
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  color: var(--color-black-700);
  letter-spacing: 0.02em;
}
.menu-footer-item &gt; span {
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  color: var(--color-teal-300);
  letter-spacing: 0.02em;
  display: block;
}
.menu-footer-btn {
  padding: 16px 32px 16px 60px;
  position: relative;
  background-color: var(--color-teal-500);
  display: flex;
  flex-direction: column;
}
.menu-footer-btn:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 19px;
  background-image: url(../img/footer-icon.svg);
  background-size: cover;
  background-position: center;
  height: 22px;
  width: 24px;
}
.menu-footer-btn strong {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-teal-100);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.menu-footer-btn span {
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: var(--color-black-700);
  letter-spacing: 0.01em;
}

@media (max-width: 568px) {
  .wrapper--menu {
    height: auto;
  }

  .menu {
    height: 100%;
    background-color: #fff;
    overflow: scroll;
  }
  .menu .header {
    position: relative;
    border-bottom: 1px solid var(--color-gray-500);
  }
  .menu-soc {
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 0;
    margin-top: 35px;
    margin-bottom: 32px;
  }
  .menu-soc ul {
    margin-left: 0;
  }
  .menu-footer {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-column: 1;
  }
  .menu-footer:after {
    width: calc(100% + 64px);
    left: -32px;
    transform: translateX(0);
  }
  .menu-footer-item:nth-of-type(1) {
    grid-row: 2;
    margin-bottom: 24px;
  }
  .menu-footer-item:nth-of-type(2) {
    margin-bottom: 62px;
    grid-row: 3;
  }
  .menu-footer-item--soc {
    grid-row: 1;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-start;
    place-self: start;
    margin-bottom: 50px;
  }
  .menu-cta {
    grid-column: 1;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 36px;
    padding-bottom: 35px;
  }
  .menu-cta-item span {
    font-size: 10px;
    line-height: 16px;
  }
  .menu-cta-item span:last-of-type {
    font-size: 14px;
    line-height: 16px;
    margin-top: 0;
  }
  .menu-cta-item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 24px;
  }
  .menu-ticker {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  .menu .grid:nth-of-type(2) {
    grid-row: 3;
  }
  .menu .grid:nth-of-type(2):after {
    top: initial;
    bottom: 0;
    left: -32px;
    width: calc(100% + 64px);
    transform: translateX(0);
  }
  .menu-nav {
    row-gap: 20px;
    column-gap: 54px;
    grid-template-columns: auto auto;
    padding-top: 47px;
    padding-bottom: 46px;
    position: relative;
  }
  .menu-nav:after {
    display: block;
    width: calc(100% + 64px);
    content: "";
    position: absolute;
    left: -32px;
    bottom: 0;
    border-top: 1px solid var(--color-gray-500);
  }
  .menu-nav li a {
    font-size: 16px;
    line-height: 24px;
  }
  .menu-nav li a sup {
    display: none;
  }
  .menu-content {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-rows: auto;
  }
  .menu-content &gt; .grid {
    grid-template-columns: 1fr;
  }
  .menu-partners {
    display: none;
    grid-column: 1;
  }
}
.content-heading h1 {
  grid-column: 1/8;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: var(--color-teal-300);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.content-heading--txt .default-heading {
  grid-column: 1/4;
  margin-top: 6px;
}
.content-heading--txt .default-heading h2 {
  font-size: 28px;
  line-height: 36px;
}
.content-heading--txt .default-desc {
  grid-column: 4/9;
}
.content-heading--txt h1 {
  grid-column: 1/4;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: var(--color-teal-300);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.content-heading--txt p {
  grid-column: 4/9;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-black-600);
  letter-spacing: 0.02em;
}

.comment {
  background-color: var(--color-gray-700);
}
.comment-heading h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: var(--color-black-100);
  letter-spacing: 0.04em;
  grid-column: 1/3;
}
.comment-heading p {
  font-weight: 300;
  font-size: 28px;
  line-height: 44px;
  color: var(--color-black-200);
  letter-spacing: 0.02em;
  grid-column: 4/9;
}
.comment-content {
  grid-template-rows: 1fr;
}
.comment-content-media {
  grid-column: 1/5;
  grid-row: 1;
}
.comment-content-media img {
  width: 100%;
}
.comment-content-desc {
  padding-left: 40px;
  grid-row: 1;
  align-self: center;
  grid-column: 4/9;
  transform: translateX(-97px);
  position: relative;
  padding-top: 3px;
  box-sizing: border-box;
}
.comment-content-desc:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 16px;
  background-image: url(../img/qutes.svg);
  background-size: cover;
  background-position: center;
  left: 0;
  top: 0;
}
.comment-content-desc p {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: var(--color-black-200);
  letter-spacing: 0.02em;
  padding-right: 8px;
  position: relative;
}
.comment-content-desc p:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 16px;
  background-image: url(../img/qutes.svg);
  background-size: cover;
  background-position: center;
  right: 0;
  bottom: -5px;
}
.comment-content-desc__title {
  margin-top: 28px;
}
.comment-content-desc__title h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black-300);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: -3px;
}
.comment-content-desc__title span {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-black-300);
  letter-spacing: 0.02em;
  text-transform: lowercase;
}

.reviews {
  background-color: #F7F8F8;
  padding-top: 131px;
  padding-bottom: 168px;
}
.reviews-content {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.reviews .default-heading {
  margin-bottom: 53px;
}
.reviews .swiper-container {
  padding-bottom: 64px;
}
.reviews-desc-btn {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}
.reviews-desc-btn:before {
  width: 100%;
  border-bottom: 1px solid var(--color-gray-500);
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.reviews-desc-btn a {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: var(--color-teal-300);
  padding: 0 16px;
  background-color: #fff;
  z-index: 2;
  text-transform: uppercase;
}
.reviews-item {
  padding: 50px 48px;
  box-sizing: border-box;
  max-height: 400px !important;
  max-width: 500px !important;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  position: relative;
}
.reviews-item:after {
  content: none;
  height: 20px;
  width: 20px;
  position: absolute;
  background-image: url(../img/reviews-sub.svg);
  background-position: center;
  background-size: cover;
  right: 24px;
  top: 24px;
}
.reviews-item p {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: var(--color-black-300);
  letter-spacing: 0.02em;
}
.reviews-item-title {
  margin-top: 24px;
  height: 64px;
  padding-left: 88px;
  position: relative;
}
.reviews-item-title h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 64px;
  color: var(--color-black-300);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 1px;
}
.reviews-item-title span {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-black-300);
  letter-spacing: 0.02em;
  text-transform: lowercase;
}
.reviews-item-title strong {
  font-weight: 400;
  color: var(--color-teal-300);
}
.reviews-item-title:before {
  position: absolute;
  content: "";
  width: 64px;
  height: 64px;
  background-image: url(../img/reviews-media.svg);
  background-position: center;
  background-size: cover;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 568px) {
  .reviews {
    padding: 69px 32px 65px 32px;
  }
  .reviews .default-heading {
    margin-bottom: 31px !important;
  }
  .reviews-item {
    padding: 32px 28px 40px 28px;
    max-height: 320px !important;
  }
  .reviews-item-title {
    height: 48px;
    padding-left: 60px;
  }
  .reviews-item-title:before {
    width: 48px;
    height: 48px;
  }
  .reviews-item-title h3 {
    font-size: 16px;
    line-height: 48px;
  }
  .reviews-item p {
    font-size: 12px;
    line-height: 24px;
  }
  .reviews .swiper-container {
    padding-bottom: 44px;
  }
}
.about {
  padding-bottom: 128px;
}
.about .default-heading {
  grid-column: 1/9;
  margin-bottom: 26px;
}
.about-desc {
  grid-column: 1/9;
  margin-bottom: 63px;
}
.about-desc p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: var(--color-black-600);
}
.about-desc p:first-of-type {
  grid-column: 1/4;
}
.about-desc p:last-of-type {
  grid-column: 4/9;
}
.about-media {
  grid-column: 1/9;
  margin-bottom: 61px;
}
.about-media img {
  display: block;
  width: 100%;
  height: auto;
}
.about-count {
  grid-column: 1/9;
}
.about-count-txt {
  grid-column: 1/4;
}
.about-count-txt p {
  letter-spacing: 0.02em;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-black-600);
}
.about-count-content {
  grid-column: 4/8;
}
.about-count-item {
  column-gap: 72px;
}
.about-count-item:not(:last-of-type) {
  padding-bottom: 16px;
  border-bottom: 1px var(--color-gray-300) solid;
}
.about-count-item:not(:first-of-type) {
  padding-top: 16px;
}
.about-count-item strong {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  display: block;
  text-align: end;
  letter-spacing: 0.01em;
  color: var(--color-teal-400);
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-teal-400);
  grid-column: 1/3;
}
.about-count-item span {
  grid-column: 3/6;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: var(--color-black-300);
  text-transform: uppercase;
  font-weight: 400;
}

@media (max-width: 568px) {
  .about {
    padding: 69px 32px 75px 32px;
  }
  .about-media {
    margin-bottom: 37px;
  }
  .about-desc {
    grid-column: 1;
    margin-bottom: 31px;
  }
  .about-desc .grid {
    grid-template-columns: 1fr;
  }
  .about-desc p {
    font-size: 14px;
    line-height: 28px;
    grid-column: 1;
    grid-row: auto;
  }
  .about-desc p:first-of-type {
    grid-column: 1;
  }
  .about-desc p:last-of-type {
    grid-column: 1;
  }
  .about-desc p + p {
    margin-top: 20px;
  }
  .about-count-txt {
    grid-column: 1;
  }
  .about-count-txt p {
    font-size: 14px;
    line-height: 28px;
  }
  .about-count-txt p + p {
    margin-top: 20px;
  }
  .about-count-content {
    grid-column: 1;
    margin-top: 42px;
  }
  .about-count-item {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .about-count-item:not(:last-of-type) {
    padding-bottom: 11px;
  }
  .about-count-item:not(:first-of-type) {
    padding-top: 27px;
  }
  .about-count-item strong {
    grid-column: 1;
    grid-row: 1;
    place-self: start;
    margin-bottom: 6px;
    font-size: 40px;
    line-height: 40px;
  }
  .about-count-item span {
    grid-column: 1;
    grid-row: 2;
  }
}
.check-up {
  padding-bottom: 68px;
  padding-top: 80px;
  background-color: #F7F8F8;
}
.check-up-page {
  background-color: #fff;
  padding-bottom: 202px;
}
.check-up-page .default-desc {
  margin-top: 10px;
}
.check-up-page .check-up-container {
  margin-top: 95px;
}
.check-up-page .check-up-content {
  padding: 0 81px;
  grid-column: 1/9;
}
.check-up-page .check-up-item {
  padding: 38px 48px 28px 48px;
  height: auto !important;
  width: 100% !important;
  max-height: 100% !important;
  max-width: 100% !important;
  border-bottom: 1px solid var(--color-gray-500);
  border-right: 1px solid var(--color-gray-500);
  border-left: 1px solid var(--color-gray-500);
}
.check-up-page .check-up-item:first-of-type {
  border-top: 1px solid var(--color-gray-500);
}
.check-up-page .check-up-item__heading {
  display: flex;
  padding-bottom: 34px;
  align-items: center;
  border-bottom: 1px solid var(--color-gray-500);
}
.check-up-page .check-up-item__heading a{
	margin-right: 20px;
	max-width: 250px;
}
.check-up-page .check-up-item__heading h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black-100);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.check-up-page .check-up-item__heading p {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-black-500);
  letter-spacing: 0.01em;
  padding-right: 114px;
  box-sizing: border-box;
}
.check-up-page .check-up-item__content {
  margin-top: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.check-up-page .check-up-item__count {
  display: flex;
  align-items: center;
}
.check-up-page .check-up-item__count .count-item {
  display: flex;
  align-items: center;
}
.check-up-page .check-up-item__count .count-item:not(:first-of-type) {
  margin-left: 32px;
}
.check-up-page .check-up-item__count .count-item strong {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  display: block;
  letter-spacing: 0.01em;
  color: var(--color-teal-400);
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-teal-400);
  margin-right: 12px;
}
.check-up-page .check-up-item__count .count-item span {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-black-600);
  letter-spacing: 0.01em;
  text-transform: lowercase;
}
.check-up-page .check-up-item__cta .btn-details {
  color: var(--color-black-600);
  margin-right: 24px;
}
.check-up-page .check-up-item__cta .btn-main--small {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 24px;
  letter-spacing: 0.04em;
}
.check-up-heading {
  grid-column: 1/4;
  margin-top: 51px;
}
.check-up-heading .default-heading {
  margin-bottom: 24px;
}
.check-up-heading p {
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: var(--color-black-600);
}
.check-up-content {
  grid-column: 4/9;
  overflow: hidden;
}
.check-up-media {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 320px;
  width: 357px;
  left: 0;
  background-size: cover;
  background-position: center;
}
.check-up .swiper-container {
  padding-bottom: 42px;
}
.check-up-item {
  position: relative;
  display: flex;
  height: 320px !important;
  max-width: 357px !important;
  padding: 32px 32px 44px 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-end;
}
.check-up-item .overlay {
  background: linear-gradient(30deg, rgba(31, 47, 51, 0.28) 0%, rgba(31, 47, 51, 0.02) 70%) !important;
}
.check-up-item:after {
  content: "";
  background-image: url(../img/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 32px;
  right: 32px;
  width: 18px;
  z-index: 3;
  height: 18px;
}
.check-up-item .item-heading {
  z-index: 2;
  margin-bottom: 6px;
}
.check-up-item .item-heading h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}
.check-up-item .item-desc {
  z-index: 2;
}
.check-up-item .item-desc span {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
}

@media (max-width: 568px) {
  .check-up-heading {
    margin-bottom: 35px;
    grid-column: 1;
    margin-top: 0;
    grid-row: 1;
    padding-left: 32px;
    padding-right: 32px;
  }
  .check-up-heading p {
    font-size: 14px;
    line-height: 28px;
  }
  .check-up-page {
    padding-top: 69px;
  }
  .check-up-page .check-up-container {
    margin-top: 39px;
  }
  .check-up-page .check-up-content {
    overflow: initial;
  }
  .check-up-page .default-desc p {
    margin-bottom: 0;
  }
  .check-up-page .check-up-item__heading h3 {
    margin-bottom: 12px;
  }
  .check-up-page .check-up-item__heading p {
    font-size: 12px;
  }
  .check-up-page .check-up-item__heading p br {
    display: none;
  }
  .check-up-page .check-up-item__count {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .check-up-page .check-up-item__count .count-item:not(:first-of-type) {
    margin-left: 0;
  }
  .check-up-page .check-up-item__count .count-item strong {
    font-size: 32px;
  }
  .check-up-page .check-up-item__cta {
    margin-top: 21px;
    display: flex;
    flex-direction: row-reverse;
  }
  .check-up-page .check-up-item__cta .btn-details {
    margin-left: 24px;
    margin-right: 0;
  }
  .check-up-content {
    grid-column: 1;
    grid-row: 2;
    overflow: hidden;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.programs-page {
  padding-top: 141px;
  padding-bottom: 170px;
}
.programs-page .programs-content {
  border-bottom: 1px solid var(--color-gray-500);
}
.programs-page .btn-details {
  position: relative;
  z-index: 1;
}
.programs-page .programs-content {
  padding-right: 0;
}
.programs-page .programs-item-media {
  width: 583px;
}

.programs {
  padding-top: 131px;
  padding-bottom: 140px;
}
.programs-link {
  font-size: 12px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--color-teal-300);
  margin-top: 30px;
  display: block;
}
.programs .default-heading {
  grid-column: 1/4;
}
.programs-desc {
  grid-column: 4/9;
  margin-left: -49px;
  padding-top: 8px;
}
.programs-desc p {
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  color: var(--color-black-600);
  letter-spacing: 0.01em;
}
.programs-content {
  grid-column: 1/9;
  margin-top: 69px;
  padding-right: 132px;
}
.programs-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 240px;
  border: 1px var(--color-gray-500) solid;
}
.programs-item:not(:first-of-type) {
  margin-top: -1px;
}
.programs-item-flex {
  padding: 38px 0 39px 48px;
  box-sizing: border-box;
  height: 100%;
}
.programs-item-top {
  display: flex;
  align-items: center;
}
.programs-item-heading h3 {
  max-width: 240px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-black-100);
  margin-bottom: 13px;
}
.programs-item-heading span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-black-900);
}
.programs-item-heading span:not(:first-of-type) {
  margin-left: 13px;
}
.programs-item-desc {
  margin-left: 79px;
  width: 303px;
  padding-top: 5px;
}
.programs-item-desc p {
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  color: var(--color-black-600);
  letter-spacing: 0.01em;
  text-transform: lowercase;
}
.programs-item-desc p strong {
  text-transform: uppercase;
  font-weight: 400;
}
.programs-item-btn {
  margin-top: 38px;
}
.programs-item-btn .btn-main {
  padding: 8px 24px;
  height: 40px;
  line-height: 24px;
  font-size: 12px;
}
.programs-item-btn .btn-details {
  margin-left: 18px;
  color: var(--color-black-600);
  position: relative;
}
.programs-item-btn .btn-details:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: var(--color-gray-500);
  width: 400px;
  left: 104px;
  top: 50%;
  transform: translateY(-50%);
}
.programs-item-media {
  border-top-left-radius: 250px;
  height: calc(100% + 2px);
  width: 472px;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  z-index: 2;
  position: relative;
}
.programs-item-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

@media (max-width: 568px) {
  .programs {
    padding: 84px 32px 51px 32px;
  }
  .programs-desc {
    grid-column: 1;
    margin-left: 0;
    padding-top: 0;
  }
  .programs-desc p {
    font-size: 14px;
    line-height: 28px;
  }
  .programs-content {
    grid-column: 1;
    margin-top: 36px;
    padding-right: 0;
  }
  .programs-item {
    height: auto;
    align-items: unset;
    flex-direction: column-reverse;
  }
  .programs-item + .programs-item {
    margin-top: 40px;
  }
  .programs-item-flex {
    padding: 30px 0 40px 28px;
  }
  .programs-item-media {
    width: calc(100% + 2px);
    height: 176px;
    overflow: hidden;
    position: relative;
    margin-left: -1px;
    border-radius: 0 !important;
  }
  /*.programs-item-media:after {*/
  /*  content: "";*/
  /*  position: absolute;*/
  /*  width: 720px;*/
  /*  height: 720px;*/
  /*  !*min-height: inherit;*!*/
  /*  border-radius: 100%;*/
  /*  bottom: 0;*/
  /*  right: -138px;*/
  /*  background-repeat: no-repeat;*/
  /*  background-position-y: bottom;*/
  /*  background-position-x: 271px;*/
  /*}*/
  .programs-item-media:nth-child(1):after {
    background-image: url(../img/programs-media.png);
  }
  /*.programs-item-media img {*/
  /*  display: none;*/
  /*}*/
  .programs-item-btn {
    margin-top: 45px;
  }
  .programs-item-btn .btn-details:after {
    content: none;
  }
  .programs-item-desc {
    display: none;
  }
}
.services {
  padding-top: 107px;
  padding-bottom: 136px;
}
.services-page .services-content {
  margin-top: 3px;
  grid-column: 4/9;
}
.services .services-item-content {
  margin-bottom: 62px;
}
.services-heading {
  grid-column: 1/4;
}
.services-heading-desc {
  margin-top: 10px;
}
.services-heading .default-heading {
  margin-bottom: 24px;
}
.services-heading p {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  color: var(--color-black-600);
  margin-bottom: 45px;
  letter-spacing: 0.01em;
}
.services-heading span {
  display: block;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  color: var(--color-black-700);
  letter-spacing: 0.02em;
  margin-top: 18px;
}
.services-heading span a {
  font-weight: 600;
  color: var(--color-teal-300);
}
.services-content {
  grid-column: 4/8;
  margin-top: 11px;
}
.services-item--index {
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px var(--color-gray-300) solid;
}
.services-item--index:not(:first-of-type) {
  margin-top: 30px;
}
.services-item .dropdown-arrow {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 6px;
  width: 16px;
  background-image: url(../img/dropdown-arrow.svg);
}
.services-item:not(:first-of-type) {
  margin-top: 30px;
}
.services-item h3 {
  text-transform: uppercase;
  color: var(--color-black-100);
  font-weight: 400;
  line-height: 24px;
  font-size: 18px;
  letter-spacing: 0.02em;
}
.services-item h3 sup {
  font-size: 10px;
  line-height: 8px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--color-black-700);
  top: -6px;
  right: -2px;
}
.services-item-heading {
  padding-bottom: 10px;
  border-bottom: 1px var(--color-gray-300) solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.services-item-content {
  margin-top: 31px;
}
.services-item-price {
  margin-right: 40px;
}
.services-item-price span {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  color: var(--color-teal-100);
  text-align: right;
  letter-spacing: 0.02em;
}
.services-item-date {
  margin-right: 58px;
}
.services-item-date span {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  color: var(--color-teal-100);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.services-item-title h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-black-400);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.services-item .content-dropdown {
  display: flex;
  justify-content: space-between;
}
.services-item .content-dropdown:not(:last-of-type) {
  margin-bottom: 16px;
}
.services-item .content-dropdown .flex {
  display: flex;
}

@media (max-width: 568px) {
  .services {
    padding: 69px 32px 79px 32px;
  }
  .services .grid {
    grid-template-columns: 1fr;
  }
  .services-heading {
    grid-column: 1;
    grid-row: 1;
  }
  .services-content {
    margin-top: 64px;
    grid-column: 1;
    grid-row: 2;
  }
  .services p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  .services span {
    margin-top: 10px;
  }
  .services-item:not(:first-of-type) {
    margin-top: 22px;
  }
  .services-item h3 {
    font-size: 14px;
    line-height: 24px;
  }
  .services-item--index {
    padding-bottom: 6px;
  }
  .services-page .services-content {
    padding: 0 !important;
  }
  .services-page .services-heading {
    padding: 0 !important;
  }
}
.videos {
  padding-bottom: 185px;
  padding-top: 80px;
}
.videos-page .default-desc {
  margin-top: 10px;
}
.videos-page .videos-container {
  padding: 0;
}
.videos-container {
  padding: 80px 0;
  margin-top: 101px;
}
.videos-heading {
  grid-column: 1/4;
  margin-top: 51px;
}
.videos-heading .default-heading {
  margin-bottom: 24px;
}
.videos-heading p {
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: var(--color-black-600);
}
.videos-content {
  grid-column: 4/9;
  overflow: hidden;
}
.videos-media {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.videos-media .overlay {
  z-index: 1;
}
.videos-media img {
  width: calc(100% + 160px);
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videos .swiper-container {
  padding-bottom: 42px;
}
.videos-item {
  position: relative;
  display: flex;
  height: 320px !important;
  max-width: 357px !important;
  padding: 32px 32px 44px 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-end;
}
.videos-item .item-heading {
  z-index: 2;
}
.videos-item .item-heading h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}
.videos-item .item-desc {
  z-index: 2;
  margin-top: 6px;
}
.videos-item .item-desc span {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  padding-right: 16px;
  position: relative;
}
.videos-item .item-desc span:after {
  content: "";
  background-image: url(../img/arrow-videos.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  right: 0;
  width: 8px;
  z-index: 3;
  height: 8px;
}

.play {
  position: absolute;
  content: "";
  height: 56px;
  width: 56px;
  top: 50%;
  left: 50%;
  z-index: 4;
  transform: translateY(-50%) translateX(-50%);
  background-image: url(../img/play.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 568px) {
  .videos {
    padding-top: 69px;
    padding-bottom: 70px;
  }
  .videos .grid {
    padding-left: 32px;
    padding-right: 32px;
  }
  .videos-heading {
    grid-column: 1;
    margin-top: 0;
    margin-bottom: 35px;
  }
  .videos-heading p {
    font-size: 14px;
    line-height: 28px;
  }
  .videos-page .videos-content {
    box-sizing: border-box;
  }
  .videos-page .videos-item + .videos-item {
    margin-top: 0 !important;
  }
  .videos-content {
    grid-column: 1;
    width: 100%;
    overflow: hidden;
  }
}
.promo {
  padding-top: 70px;
  padding-bottom: 292px;
  background-color: #F7F8F8;
  position: relative;
  overflow: hidden;
}
.promo &gt; .wrapper {
  position: relative;
  z-index: 20;
}
.promo-media-grid {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr repeat(8, minmax(0, 98px)) 1fr;
  grid-template-rows: 1fr;
  column-gap: 64px;
  z-index: 10;
}
.promo-media {
  grid-column: 1/5;
  grid-row: 1;
  position: absolute;
  margin-right: 18px;
  top: 40px;
  left: 0;
  width: calc(100% - 18px);
  height: calc(100% - 80px);
  background-size: cover;
  background-position: center;
}
.promo-media__txt {
  font-size: 56px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 72px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-gray-400);
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
  position: absolute;
  right: -36px;
  top: 50%;
}
.promo-content {
  grid-column: 4/9;
}
.promo-heading {
  margin-bottom: 144px;
}
.promo-heading h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black-800);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.promo-item {
  max-width: 450px !important;
}
.promo-item__heading {
  margin-bottom: 15px;
}
.promo-item__heading h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  color: var(--color-teal-300);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.promo-item__desc {
  margin-bottom: 47px;
}
.promo-item__desc p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-black-300);
  letter-spacing: 0.02em;
}
.promo-item__info a {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: var(--color-black-100);
}
.promo-item__info a:last-of-type {
  color: var(--color-teal-300);
}
.promo-item__info span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-gray-200);
  letter-spacing: 0.02em;
  padding: 0 10px;
}
.promo .swiper-container {
  padding-bottom: 156px;
}
@media (max-width: 568px) {
  .promo {
    padding-top: 0;
    padding-bottom: 65px;
  }
  .promo-item__heading h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .promo .grid {
    padding: 61px 32px 0 32px;
  }
  .promo-content {
    grid-column: 1;
    overflow: hidden;
  }
  .promo-heading {
    margin-bottom: 0;
  }
  .promo-heading h4 {
    display: none;
  }
  .promo .swiper-container {
    padding-bottom: 62px;
  }
  .promo-media {
    grid-column: 1;
    margin-right: 0;
    top: 0;
    width: 100%;
    height: 232px;
  }
  .promo-media-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    position: relative;
    height: 232px;
  }
  .promo-media__txt {
    display: none;
  }
}
@media (max-width: 568px) {
  .wrapper {
    width: 100%;
  }

  .content-heading {
    padding: 0 32px;
  }

  .grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .default-heading {
    margin-top: 0 !important;
    margin-bottom: 16px !important;
    grid-column: 1 !important;
  }
  .default-heading h2 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.02em;
  }

  .default-desc {
    grid-column: 1 !important;
  }
  .default-desc p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.01em;
    margin-bottom: 39px;
  }

  .services-page {
    padding-top: 69px;
    padding-bottom: 79px;
  }
  .services-page .form {
    margin-top: 0;
  }
  .services-page .services-heading {
    grid-column: 1;
    padding: 0 32px;
  }
  .services-page .services-content {
    margin-top: 61px;
    grid-column: 1;
    padding: 0 32px;
  }
  .services-page .services-content .services-item .content-dropdown {
    flex-direction: column;
  }
  .services-page .services-content .services-item-heading {
    justify-content: flex-start;
    padding-bottom: 6px;
  }
  .services-page .services-content .services-item-heading h3 {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
  }
  .services-page .services-content .services-item-heading h3 sup {
    font-size: 8px;
    top: -5px;
  }
  .services-page .services-content .services-item-heading .dropdown-arrow {
    display: none;
  }
  .services-page .services-content .services-item-content {
    margin-top: 23px;
    margin-bottom: 35px;
  }
  .services-page .services-content .services-item-title h4 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
  }
  .services-page .services-content .services-item-date {
    display: none;
  }
  .services-page .services-content .services-item-ptice {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
  }
  .services-page .services-content .services-item button {
    display: none;
  }

  .doctors {
    padding-top: 69px;
    padding-bottom: 80px;
  }
  .doctors-content {
    margin-top: 0;
    padding: 0 32px;
  }

  .programs-page {
    padding-top: 69px;
    padding-bottom: 80px;
  }
  .programs-page .programs-content {
    padding: 0 32px;
    margin-top: 0;
    border-bottom: none;
  }
  .programs-page .programs-item + .programs-item {
    margin-top: 40px;
  }
  .programs-page .programs-item {
    height: auto;
    align-items: unset;
    flex-direction: column-reverse;
  }
  .programs-page .programs-item-flex {
    padding: 30px 0 40px 28px;
  }
  .programs-page .programs-item-media {
    width: calc(100% + 2px);
    height: 176px;
    overflow: hidden;
    position: relative;
    margin-left: -1px;
    border-radius: 0 !important;
  }
  /*.programs-page .programs-item-media:after {*/
  /*  content: "";*/
  /*  position: absolute;*/
  /*  width: 720px;*/
  /*  height: 720px;*/
  /*  background-image: url(../img/programs-media.png);*/
  /*  border-radius: 100%;*/
  /*  bottom: 0;*/
  /*  right: -138px;*/
  /*  background-repeat: no-repeat;*/
  /*  background-position-y: bottom;*/
  /*  background-position-x: 271px;*/
  /*}*/
  /*.programs-page .programs-item-media img {*/
  /*  display: none;*/
  /*}*/
  .programs-page .programs-item-btn {
    margin-top: 45px;
  }
  .programs-page .programs-item-btn .btn-details:after {
    content: none;
  }
  .programs-page .programs-item-desc {
    display: none;
  }

  .blog {
    padding-top: 69px;
    padding-bottom: 80px;
  }
  .blog .grid--blog {
    row-gap: 56px !important;
  }
  .blog-content {
    margin-top: 0;
    padding: 0 32px;
  }
  .blog-content-btn {
    display: none;
  }
  .blog-item-content {
    padding: 0;
  }

  .offers {
    padding-top: 69px;
    padding-bottom: 80px;
  }
  .offers-heading {
    grid-column: 1;
    padding: 0 32px;
    margin-bottom: 68px;
  }
  .offers-content {
    padding: 0 32px;
    grid-column: 1;
  }
  .offers-item__media {
    height: 176px;
  }
  .offers-item__desc {
    margin-top: 29px;
    margin-bottom: 39px;
  }
  .offers-item__content {
    padding: 30px 0 40px 28px;
  }
  .offers-item__btn {
    flex-direction: row;
    align-items: center;
  }
  .offers-item__btn .btn-details {
    margin-top: 0;
    margin-left: 24px;
  }

  .check-up-page .check-up-content {
    padding: 0 32px !important;
    grid-column: 1 !important;
  }
  .check-up-page .check-up-item {
    padding: 38px 28px 40px 28px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .check-up-page .check-up-item__heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .check-up-page .check-up-item__heading p {
    padding-right: 0;
  }
  .check-up-page .check-up-item__content {
    flex-direction: column;
    align-items: flex-start;
  }
  .check-up-page .check-up-item__count {
    flex-direction: row;
    overflow-x: scroll;
    position: relative;
  }

  .videos-page {
    padding-top: 69px;
    padding-bottom: 80px;
  }
  .videos-page .default-desc {
    margin-top: 0;
  }
  .videos-page .videos-container {
    background-color: #fff;
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
  .videos-page .videos-content {
    padding: 0 32px;
  }
  .videos-page .videos-item + .videos-item {
    margin-top: 40px;
  }
  .videos-page .videos-item {
    width: 100%;
    height: 280px;
    padding: 28px 32px 36px 28px;
  }
  .videos-page .videos-media .play {
    top: 40%;
  }

  .contacts-page {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .contacts-page .contacts-txt {
    margin-top: 68px;
    grid-column: 1;
    padding: 0 32px;
  }
  .contacts-page .contacts-txt .default-heading {
    margin-bottom: 19px;
  }
  .contacts-page .contacts-txt .contacts-heading {
    margin-bottom: 33px;
  }
  .contacts-page .contacts-txt .contacts-heading span {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
  }
  .contacts-page .contacts-txt .contacts-item + .contacts-item {
    margin-top: 12px;
  }
  .contacts-page .contacts-txt .contacts-item {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
  }
  .contacts-page .contacts-txt .contacts-border {
    padding-bottom: 36px;
  }
  .contacts-page .contacts-txt .contacts-sign span {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.02em;
  }
  .contacts-page .contacts-txt .contacts-sign a {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
  }
  .contacts-page .contacts-map {
    width: 100%;
    height: 328px;
    position: relative;
    grid-row: 1;
  }
  .contacts-page .contacts-mail {
    margin-top: 43px;
  }
  .contacts-page .contacts-mail p {
    margin-top: 19px;
  }
}
/* Pages */
.doctors {
  padding-top: 141px;
  padding-bottom: 160px;
}
.doctors .default-heading {
  grid-column: 1/4;
  margin-top: 11px;
}
.doctors .default-desc {
  grid-column: 4/9;
}
.doctors .doctors-content + .doctors-content {
  margin-top: 48px;
}
.doctors-content {
  margin-top: 63px;
}
.doctors-item {
  width: 100%;
  padding-bottom: 12px;
  position: relative;
}
.doctors-item:after {
  content: "";
  position: absolute;
  background-color: var(--color-gray-400);
  height: 1px;
  width: 72px;
  left: 0;
  bottom: 0;
}
.doctors .item-media {
  position: relative;
}
.doctors .item-media::after {
  content: "";
  position: absolute;
  background-image: url(../img/logo-doctors.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
}
.doctors .item-media img {
  width: 100%;
}
.doctors .item-title {
  margin-top: 17px;
}
.doctors .item-title h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--color-black-300);
}
.doctors .item-desc {
  margin-top: 3px;
}
.doctors .item-desc span {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  color: var(--color-teal-100);
  letter-spacing: 0.02em;
}

@media (max-width: 568px) {
  .doctors {
    padding-top: 69px;
    padding-bottom: 80px;
  }
  .doctors .default-desc p {
    margin-bottom: 0;
  }
  .doctors-content {
    margin-top: 39px;
  }
}
.blog {
  padding-top: 141px;
  padding-bottom: 185px;
}
.blog .default-heading {
  grid-column: 1/4;
  margin-top: 6px;
}
.blog .default-desc {
  grid-column: 4/9;
}
.blog .blog-items + .blog-items {
  margin-top: 59px;
}
.blog-item-content {
  margin-top: 33px;
  padding: 0 24px;
}
.blog-content {
  margin-top: 63px;
}
.blog-content-btn {
  display: flex;
  justify-content: center;
  margin-top: 79px;
}
.blog-items {
  grid-column: 2/8;
}
.blog-media img {
  width: 100%;
}
.blog-heading h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--color-black-300);
}
.blog-desc {
  margin-top: 10px;
}
.blog-desc p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: var(--color-black-400);
  padding-right: 21px;
}
.blog-btn {
  margin-top: 22px;
  padding-right: 88px;
  display: inline-block;
  position: relative;
}
.blog-btn::after {
  content: "";
  border-bottom: 1px solid var(--color-gray-500);
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  width: 72px;
}
.blog-btn a {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-teal-100);
  letter-spacing: 0.02em;
}

@media (max-width: 568px) {
  .blog {
    padding-top: 69px;
  }
  .blog-content {
    margin-top: 39px;
  }
  .blog .default-desc p {
    margin-bottom: 0;
  }
  .blog-item-content {
    padding: 0;
  }
}
.contacts {
  padding-top: 45px;
  padding-bottom: 136px;
  position: relative;
}
.contacts .btn-main {
  padding: 4px 64px;
}
.contacts--index {
  border-top: 1px solid var(--color-gray-500);
}
.contacts-txt {
  grid-column: 1/4;
  margin-top: 147px;
}
.contacts-txt--main {
  margin-top: 90px;
}
.contacts-heading {
  margin-bottom: 41px;
}
.contacts-heading .default-heading {
  margin-bottom: 32px;
}
.contacts-heading span {
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: var(--color-black-600);
  letter-spacing: 0.02em;
}
.contacts-item {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: var(--color-black-300);
  letter-spacing: 0.02em;
}
.contacts-border {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--color-gray-500);
}
.contacts-border--long {
  padding-bottom: 40px;
}
.contacts-sign {
  display: flex;
  flex-direction: column;
}
.contacts-sign:first-of-type {
  padding-bottom: 29px;
  border-bottom: 1px solid var(--color-yellow-300);
}
.contacts-sign span {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-black-600);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.contacts-sign a {
  margin-top: 1px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: var(--color-teal-300);
  letter-spacing: 0.01em;
}
.contacts-sign + .contacts-sign {
  margin-top: 35px;
}
.contacts-item + .contacts-sign {
  margin-top: 36px;
}
.contacts-item + .contacts-item {
  margin-top: 16px;
}
.contacts-mail {
  margin-top: 51px;
}
.contacts-mail span {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black-500);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.contacts-mail p {
  margin-top: 27px;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-black-400);
  letter-spacing: 0.02em;
}
.contacts-mail .btn-main {
  margin-top: 33px;
  font-weight: 500;
}
.contacts-map {
  position: absolute;
  width: 850px;
  height: 901px;
  right: 0;
  top: 0;
  background-color: var(--color-gray-500);
  z-index: 50;
}
.contacts-main .contacts-map {
  position: absolute;
}

@media (max-width: 568px) {
  .contacts {
    padding-top: 0;
    padding-bottom: 0;
  }
  .contacts-page {
    padding-bottom: 80px;
  }
  .contacts-map {
    z-index: 5;
  }
  .contacts--index {
    border-top: 0;
  }
  .contacts-heading {
    margin-bottom: 33px;
  }
  .contacts-heading span {
    font-size: 18px;
    line-height: 28px;
  }
  .contacts-item {
    font-size: 16px;
    line-height: 28px;
  }
  .contacts-txt {
    grid-row: 2;
    padding: 68px 32px 75px 32px;
  }
  .contacts-txt--main {
    margin-top: 0;
  }
  .contacts-map {
    width: 100%;
    position: relative;
    grid-row: 1;
    height: 328px;
  }
}
.solutions {
  padding-top: 134px;
  padding-bottom: 347px;
}
.solutions-item + .solutions-item {
  margin-top: 110px;
}
.solutions-item-heading {
  grid-column: 1/4;
  margin-top: 14px;
}
.solutions-item-heading .default-desc {
  margin-top: 24px;
}
.solutions-item-content {
  grid-column: 4/9;
}
.solutions-item-content li + li {
  margin-top: 30px;
}
.solutions-item-content li {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-gray-300);
}
.solutions-item-content li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black-100);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.prices {
  padding-top: 134px;
}
.prices-heading {
  grid-column: 1/4;
  margin-top: 11px;
}
.prices-heading-desc {
  margin-top: 10px;
}
.prices-heading-desc span {
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  color: var(--color-black-700);
  letter-spacing: 0.02em;
}
.prices-heading .default-desc {
  margin-top: 24px;
}
.prices-content {
  grid-column: 4/9;
}
.prices-item {
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--color-gray-600);
  display: flex;
  justify-content: space-between;
}
.prices-item:not(:first-of-type) {
  margin-top: 2px;
}
.prices-item-price {
  margin-right: 40px;
}
.prices-item-price span {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  color: var(--color-teal-100);
  text-align: right;
  letter-spacing: 0.02em;
}
.prices-item-date {
  margin-right: 58px;
}
.prices-item-date span {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  color: var(--color-teal-100);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.prices-item-title h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-black-400);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.prices .flex {
  display: flex;
}

.offers {
  padding-top: 136px;
  padding-bottom: 66px;
}
.offers-heading {
  grid-column: 1/4;
}
.offers-heading .default-desc {
  margin-top: 24px;
  margin-bottom: 45px;
}
.offers-content {
  grid-column: 4/9;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.offers-item {
  width: 308px;
  margin-bottom: 48px;
}
.offers-item__media {
  height: 320px;
  position: relative;
  overflow: hidden;
  z-index: 4;
}
.offers-item__media-content {
  position: absolute;
  width: 720px;
  height: 720px;
  border-radius: 100%;
  bottom: 0;
  right: -141px;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: 200px;
  background-size: auto 320px;
}
.offers-item__content {
  padding: 38px 40px 46px 40px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--color-gray-500);
  border-top: none;
  position: relative;
}
.offers-item__content:after {
  width: 1px;
  content: "";
  height: calc(100% + 120px);
  position: absolute;
  background-color: var(--color-gray-500);
  left: 0;
  bottom: -1px;
}
.offers-item__content:before {
  width: 1px;
  content: "";
  height: calc(100% + 120px);
  position: absolute;
  background-color: var(--color-gray-500);
  right: 0;
  bottom: -1px;
}
.offers-item__heading h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black-100);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.offers-item__desc {
  margin-top: 28px;
  margin-bottom: 96px;
}
.offers-item__desc h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-black-800);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.offers-item__desc ul {
  margin-top: 14px;
}
.offers-item__desc ul li {
  padding-left: 20px;
  position: relative;
}
.offers-item__desc ul li:before {
  content: "";
  width: 12px;
  position: absolute;
  height: 12px;
  background-image: url(../img/offers-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.offers-item__desc ul li:not(:last-of-type) {
  margin-bottom: 8px;
}
.offers-item__desc ul li span {
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  color: var(--color-black-500);
  letter-spacing: 0.01em;
}
.offers-item__btn {
  display: flex;
  flex-direction: column;
}
.offers-item__btn .btn-details {
  margin-top: 14px;
  color: var(--color-teal-400);
}
.offers-item__btn .btn-main {
  height: 40px;
  line-height: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: 400;
}

/*&amp;-page{
  .offers{
    &amp;-heading{
      grid-column:1/4;
    }
    &amp;-content{
      grid-column:4/9;
    }
  }
}*/
@media (max-width: 568px) {
  .offers-page {
    padding-top: 69px;
  }
  .offers-page .offers-heading {
    grid-column: 1;
    grid-row: 1;
  }
  .offers-page .offers-content {
    grid-row: 2;
    grid-column: 1;
  }

  .offers-item__desc {
    margin-bottom: 39px;
  }
  .offers-item__btn {
    flex-direction: row;
    align-items: start;
    justify-content: center;
  }
  .offers-item .btn-details {
    line-height: 40px;
    margin-top: 0;
  }
}
.content-page {
  box-sizing: border-box;
  padding-top: 147px;
  padding-bottom: 204px;
}
.content-page-content {
  grid-column: 1/9;
}

.content-page-content .content-heading {
  margin-bottom: 34px;
}
.content-page-content section.сontent-about h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: var(--color-teal-300);
  text-transform: uppercase;
}
.content-page-content section.сontent-about h2 + p {
  margin-top: 24px;
}
.content-page-content section.сontent-about p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-black-400);
  letter-spacing: 0.02em;
}
.content-page-content section.сontent-about p + h2 {
  margin-top: 36px;
}
.content-page-content section.сontent-about p + ol {
  margin-top: 28px;
}
.content-page-content section.сontent-about p + p {
  margin-top: 24px;
}
.content-page-content section.сontent-about p strong {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--color-black-400);
}
.content-page-content section.сontent-about p + h2 {
  margin-top: 60px;
}
.content-page-content section.сontent-about ol li {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: var(--color-black-400);
  font-weight: 300;
  position: relative;
}
.content-page-content section.сontent-about ol li:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: -26px;
  top: 9px;
  background: transparent url("../img/dot.svg") no-repeat center;
  background-size: contain;
}
.content-page-content section.сontent-about ol li + .content-page-content section.сontent-about ol li {
  margin-top: 8px;
}
.content-page-content section.сontent-about ol + h2 {
  margin-top: 60px;
}

@media (max-width: 568px) {
  .content-page {
    box-sizing: border-box;
    padding: 69px 32px 59px 32px;
  }
  .content-page-content {
    grid-column: 1;
  }

  .content-page-content .content-heading {
    margin-bottom: 34px;
    padding: 0 !important;
  }
  .content-page-content .content-heading h1 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  .content-page-content section.сontent-about h2 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .content-page-content section.сontent-about p {
    font-size: 14px;
    line-height: 24px;
  }
  .content-page-content section.сontent-about ol li {
    font-size: 14px;
    line-height: 24px;
  }
}
body {
  overflow-x: hidden;
}

.services-item--index{
	position: relative;
	cursor: pointer;
}
.hide_elems_list{
	display: none;
	padding: 15px;
}
.hide_elems_list.active{
	display: block;
}
.he_item{
	color: var(--color-black-100);
	font-weight: 300;
	line-height: 20px;
	font-size: 16px;
	padding: 6px 0;
	cursor: pointer;
	border-bottom: 1px solid #d2eff4;
}
.he_item:hover{
	background: #d2eff4;
}
.services-content .modal-heading-price h2 {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	color: var(--color-teal-300);
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
@media (min-width: 570px){
	.hide_elems_list{
		position: absolute;
		right: -250px;
		top: 0;
		width: 400px;
		max-height: 400px;
		background: #fff;
		box-shadow: 1px 1px 8px 2px #1792ab4d;
		border: 1px solid #1792ab;
		overflow-y: auto;
		z-index: 2;
		box-sizing: border-box;
		border-radius: 5px;
	}
}