:root {
  --white: #fff;
  --dark: #3c3c3c;
  --dark-75: rgba(60, 60, 60, 0.75);
  --dark-70: rgba(60, 60, 60, 0.7);
  --dark-50: rgba(60, 60, 60, 0.5);
  --green: #4CC288;
  --green2: #70B62C;
  --green3: #00A659;
  --yellow: #FAE10E;
  --gray: #F6F6F6;
  --font: 'roboto';
  --font-intro: 'Intro';
  --font-montserrat: 'montserrat';
  --font-size: 16;
  --h1: calc(17 / var(--font-size) * 1rem);
  --h1-lg: calc(24 / var(--font-size) * 1rem);
  --h1-xxl: calc(52 / var(--font-size) * 1rem);
  --h2: calc(18 / var(--font-size) * 1rem);
  --h2-lg: calc(24 / var(--font-size) * 1rem);
  --h2-xxl: calc(38 / var(--font-size) * 1rem);
  --h2-2: calc(18 / var(--font-size) * 1rem);
  --h2-2-lg: calc(22 / var(--font-size) * 1rem);
  --h2-2-xxl: calc(25 / var(--font-size) * 1rem);
  --h3: calc(16 / var(--font-size) * 1rem);
  --h3-lg: calc(20 / var(--font-size) * 1rem);
  --h3-xxl: calc(22 / var(--font-size) * 1rem);
  --h3-2: calc(16 / var(--font-size) * 1rem);
  --h3-2-lg: calc(20 / var(--font-size) * 1rem);
  --h3-2-xxl: calc(24 / var(--font-size) * 1rem);
  --h4: calc(14 / var(--font-size) * 1rem);
  --h4-lg: calc(16 / var(--font-size) * 1rem);
  --h4-xxl: calc(20 / var(--font-size) * 1rem);
  --h5: calc(14 / var(--font-size) * 1rem);
  --h5-lg: calc(16 / var(--font-size) * 1rem);
  --h5-xxl: calc(18 / var(--font-size) * 1rem);
  --h6: calc(14 / var(--font-size) * 1rem);
  --h6-lg: calc(16 / var(--font-size) * 1rem);
  --h6-xxl: calc(16 / var(--font-size) * 1rem);
  --text: calc(14 / var(--font-size) * 1rem);
  --text-lg: calc(15 / var(--font-size) * 1rem);
  --text-xxl: calc(16 / var(--font-size) * 1rem);
  --text-small: calc(12 / var(--font-size) * 1rem);
  --text-small-lg: calc(13 / var(--font-size) * 1rem);
  --text-small-xxl: calc(14 / var(--font-size) * 1rem);
  --text-smallest: calc(12 / var(--font-size) * 1rem);
  --text-smallest-lg: calc(12 / var(--font-size) * 1rem);
  --text-smallest-xxl: calc(12 / var(--font-size) * 1rem);
  --default-font: var(--font);
  --default-font-color: var(--dark);
  --default-link-color: var(--dark);
  --default-background-color: var(--white);
  --default-border-color: var(--dark);
  --default-font-size: var(--text);
  --default-font-size-xl: var(--text-xxl);
}

@font-face {
  font-family: "Intro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../fonts/Intro-700.woff") format("woff"), url("../fonts/Intro-700.woff2") format("woff2");
}

@font-face {
  font-family: "Intro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local(""), url("../fonts/Intro-900.woff") format("woff"), url("../fonts/Intro-900.woff2") format("woff2");
}

@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("../fonts/montserrat-500.woff") format("woff"), url("../fonts/montserrat-500.woff2") format("woff2");
}

@font-face {
  font-family: "roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local(""), url("../fonts/roboto-100-italic.woff") format("woff"), url("../fonts/roboto-100-italic.woff2") format("woff2");
}

@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local(""), url("../fonts/roboto-100.woff") format("woff"), url("../fonts/roboto-100.woff2") format("woff2");
}

@font-face {
  font-family: "roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("../fonts/roboto-300-italic.woff") format("woff"), url("../fonts/roboto-300-italic.woff2") format("woff2");
}

@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("../fonts/roboto-300.woff") format("woff"), url("../fonts/roboto-300.woff2") format("woff2");
}

@font-face {
  font-family: "roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/roboto-400-italic.woff") format("woff"), url("../fonts/roboto-400-italic.woff2") format("woff2");
}

@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/roboto-400.woff") format("woff"), url("../fonts/roboto-400.woff2") format("woff2");
}

@font-face {
  font-family: "roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("../fonts/roboto-500-italic.woff") format("woff"), url("../fonts/roboto-500-italic.woff2") format("woff2");
}

@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("../fonts/roboto-500.woff") format("woff"), url("../fonts/roboto-500.woff2") format("woff2");
}

@font-face {
  font-family: "roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../fonts/roboto-700-italic.woff") format("woff"), url("../fonts/roboto-700-italic.woff2") format("woff2");
}

@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../fonts/roboto-700.woff") format("woff"), url("../fonts/roboto-700.woff2") format("woff2");
}

@font-face {
  font-family: "roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local(""), url("../fonts/roboto-900-italic.woff") format("woff"), url("../fonts/roboto-900-italic.woff2") format("woff2");
}

@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local(""), url("../fonts/roboto-900.woff") format("woff"), url("../fonts/roboto-900.woff2") format("woff2");
}

/*! 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.
 */
* {
  box-sizing: border-box;
}

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 */
  -webkit-text-decoration: underline dotted;
  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 {
  font-size: 100%;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  font-family: var(--default-font), sans-serif;
  color: var(--default-font-color);
  line-height: 1.15;
  font-weight: 400;
  font-style: normal;
  font-size: var(--default-font-size);
  background-color: var(--default-background-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .5rem;
}

.h1,
h1 {
  font-size: var(--h1);
}

.h2,
h2 {
  font-size: var(--h2);
}

.h3,
h3 {
  font-size: var(--h3);
}

.h4,
h4 {
  font-size: var(--h4);
}

.h5,
h5 {
  font-size: var(--h5);
}

.h6,
h6 {
  font-size: var(--h6);
}

.h1,
h1 {
  font-weight: 700;
  font-family: var(--font-intro);
}

.h1 strong,
h1 strong {
  font-weight: 900;
}

.h2,
h2 {
  font-weight: 700;
  color: var(--green);
  font-family: var(--font-intro);
}

.h2 strong,
h2 strong {
  color: var(--green2);
}

.h3,
h3 {
  font-weight: 400;
}

hr {
  background-color: var(--default-border-color);
  border-color: var(--default-border-color);
}

p {
  margin: 0 0 .5rem;
}

a {
  cursor: pointer;
}

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

small {
  font-size: var(--text-small);
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: 700;
}

.container {
  width: 290px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-5 / var(--font-size) * 1rem);
  margin-right: calc(-5 / var(--font-size) * 1rem);
}

.col {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-left: calc(5 / var(--font-size) * 1rem);
  padding-right: calc(5 / var(--font-size) * 1rem);
}

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}

.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30%,
  to {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30%,
  to {
    left: 110%;
    margin-left: 80px;
  }
}

.logo {
  display: inline-block;
  font-size: 0;
}

.logo:hover:not(div) {
  opacity: 0.8;
}

.link-contacts {
  position: relative;
  display: inline-block;
  padding-left: calc(45 / var(--font-size) * 1rem);
  text-align: right;
}

.link-contacts a {
  display: block;
  text-decoration: none;
}

.link-contacts img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(35 / var(--font-size) * 1rem);
  transition: linear .1s;
}

.link-contacts .link__phone {
  font-size: calc(14 / var(--font-size) * 1rem);
  font-weight: 700;
  color: var(--dark);
  margin-bottom: calc(4 / var(--font-size) * 1rem);
}

.link-contacts .link__phone:hover img {
  width: calc(40 / var(--font-size) * 1rem);
}

.link-contacts .link__modal, .link-contacts .link__stub {
  display: inline-block;
  color: var(--dark);
  font-size: calc(12 / var(--font-size) * 1rem);
}

.link-contacts .link__modal {
  text-decoration: underline;
  text-transform: lowercase;
}

.link-contacts .link__modal:hover {
  text-decoration: none;
}

.link-contacts .link__stub {
  max-width: calc(140 / var(--font-size) * 1rem);
}

.link-policy {
  font-size: var(--text-small);
  color: var(--yellow);
}

.link-policy:hover {
  text-decoration: none;
}

.link-developer {
  position: relative;
  padding-left: calc(45 / var(--font-size) * 1rem);
  text-align: left;
  min-height: calc(35 / var(--font-size) * 1rem);
  color: var(--white);
  font-size: var(--h5);
  text-decoration: none;
}

.link-developer img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(30 / var(--font-size) * 1rem);
  transition: linear .1s;
}

.link-developer:hover img {
  width: calc(35 / var(--font-size) * 1rem);
}

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  min-height: calc(50 / var(--font-size) * 1rem);
  width: calc(280 / var(--font-size) * 1rem);
  padding: calc(10 / var(--font-size) * 1rem);
  overflow: hidden;
  font-size: var(--h5);
  color: var(--white);
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(93.19deg, #84329B 0%, #AD3CCC 100%);
  border-radius: calc(7 / var(--font-size) * 1rem);
  cursor: pointer;
}

.btn img {
  flex-shrink: 0;
  margin-left: calc(15 / var(--font-size) * 1rem);
}

.btn:after {
  content: "";
  margin-left: 60px;
  width: 25px;
  height: 300px;
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0.01));
  -webkit-animation-delay: .05s;
  animation-delay: .05s;
  position: absolute;
  left: -90px;
  top: -150px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  transition: all .3s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transform: rotate(45deg);
  z-index: 0;
}

.btn:hover {
  color: var(--white);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(93.19deg, #84329B 0%, #AD3CCC 100%);
}

.btn:active {
  color: var(--white);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(93.19deg, #84329B 0%, #AD3CCC 100%);
}

.card-info {
  padding: calc(25 / var(--font-size) * 1rem);
  text-align: center;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(0, 0, 0, 0.22);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.11);
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: calc(7 / var(--font-size) * 1rem);
}

.card-info h3 {
  font-weight: 700;
  font-size: var(--h3-2);
  display: inline-block;
  max-width: calc(300 / var(--font-size) * 1rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  padding-bottom: calc(10 / var(--font-size) * 1rem);
}

.card-info p {
  font-size: var(--text);
}

.carousel-bullets .carousel__item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.carousel-bullets .carousel__card {
  position: relative;
  max-width: calc(280 / var(--font-size) * 1rem);
  display: flex;
  flex-wrap: nowrap;
}

.carousel-bullets .carousel__card-icon {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.carousel-bullets .carousel__card-content {
  position: relative;
  z-index: 2;
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  padding-left: calc(10 / var(--font-size) * 1rem);
}

.carousel-bullets .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: calc(10 / var(--font-size) * 1rem) 0 0;
}

.carousel-bullets .slick-dots li.slick-active button:before {
  background-color: var(--yellow);
  border-color: var(--yellow);
}

.carousel-bullets .slick-dots button {
  position: relative;
  padding: calc(5 / var(--font-size) * 1rem);
  font-size: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.carousel-bullets .slick-dots button:before {
  content: '';
  display: block;
  width: calc(10 / var(--font-size) * 1rem);
  height: calc(10 / var(--font-size) * 1rem);
  border-radius: 50%;
  border: 1px solid var(--white);
}

.carousel-arguments {
  position: relative;
}

.carousel-arguments .carousel__outer {
  position: relative;
}

.carousel-arguments .carousel__wrap {
  position: relative;
  z-index: 2;
  background-color: var(--gray);
  padding: calc(10 / var(--font-size) * 1rem) calc(10 / var(--font-size) * 1rem) calc(60 / var(--font-size) * 1rem);
}

.carousel-arguments .carousel__decor {
  position: absolute;
  top: 50%;
  left: 15%;
  height: 90%;
  width: 100%;
  transform: translate(0, -50%);
  display: none;
}

.carousel-arguments .carousel__decor img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.carousel-arguments .carousel__decor .carousel__decor {
  z-index: 1;
}

.carousel-arguments .carousel__navs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: calc(13 / var(--font-size) * 1rem) calc(20 / var(--font-size) * 1rem);
}

.carousel-arguments .carousel__nav-button {
  font-size: 0;
  cursor: pointer;
  padding: calc(5 / var(--font-size) * 1rem);
}

.carousel-arguments .carousel__nav-button img {
  width: calc(32 / var(--font-size) * 1rem);
}

.carousel-arguments .carousel__nav-button[data-element="nav-next"] {
  transform: rotate(180deg);
}

.carousel-arguments .carousel__nav-button[data-element="nav-next"]:hover {
  transform: rotate(180deg) translate(-5px, 0);
}

.carousel-arguments .carousel__nav-button[aria-disabled=true] {
  opacity: 0.5;
}

.carousel-arguments .carousel__nav-button:hover {
  transform: translate(-5px, 0);
}

.carousel-arguments .slick-dots {
  position: absolute;
  left: 50%;
  z-index: 5;
  bottom: calc(-45 / var(--font-size) * 1rem);
  transform: translate(-50%, 0);
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.carousel-arguments .slick-dots button {
  background-color: transparent;
  border: none;
  font-size: 0;
}

.carousel-arguments .slick-dots button:after {
  content: '';
  display: inline-block;
  width: calc(12 / var(--font-size) * 1rem);
  height: calc(12 / var(--font-size) * 1rem);
  background-color: var(--white);
  border-radius: 50%;
}

.carousel-arguments .slick-dots button[aria-selected=true]:after {
  background-color: var(--yellow);
}

.carousel-arguments .slick-dots button[aria-selected=true]:hover:after {
  background-color: var(--yellow);
}

.carousel-arguments .slick-dots button:hover:after {
  background-color: var(--gray3);
}

.form {
  padding: calc(20 / var(--font-size) * 1rem);
  text-align: center;
  color: var(--dark);
  border-radius: 10px;
  background: var(--white);
}

.form h5 {
  text-align: center;
  margin-bottom: calc(15 / var(--font-size) * 1rem);
  font-weight: 600;
}

.form .form__row {
  flex-direction: column;
  margin-left: calc(-5 / var(--font-size) * 1rem);
  margin-right: calc(-5 / var(--font-size) * 1rem);
  margin-top: calc(-20 / var(--font-size) * 1rem);
}

.form .form__col {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  padding-left: calc(5 / var(--font-size) * 1rem);
  padding-right: calc(5 / var(--font-size) * 1rem);
  margin-top: calc(20 / var(--font-size) * 1rem);
}

.form .form__label {
  position: relative;
  display: block;
}

.form .form__label-icon {
  position: absolute;
  left: calc(10 / var(--font-size) * 1rem);
  top: 50%;
  transform: translate(0, -50%);
  width: calc(28 / var(--font-size) * 1rem);
  height: calc(28 / var(--font-size) * 1rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.form .form__label-icon img {
  flex-shrink: 0;
}

.form input {
  border: none;
  width: 100%;
  height: calc(50 / var(--font-size) * 1rem);
  padding: calc(10 / var(--font-size) * 1rem);
  padding-left: calc(60 / var(--font-size) * 1rem);
  color: var(--dark);
  font-size: var(--text);
  background: #EFEFEF;
  border: 1px solid #D0D0D0;
  border-radius: calc(7 / var(--font-size) * 1rem);
}

.form input.placeholder {
  font-style: italic;
  color: #B7B7B7;
}

.form input:-moz-placeholder {
  font-style: italic;
  color: #B7B7B7;
}

.form input::-moz-placeholder {
  font-style: italic;
  color: #B7B7B7;
}

.form input:-ms-input-placeholder {
  font-style: italic;
  color: #B7B7B7;
}

.form input::-webkit-input-placeholder {
  font-style: italic;
  color: #B7B7B7;
}

.form input:focus {
  outline: none;
}

.form input.error {
  border-color: red;
}

.form input.error.placeholder {
  color: red;
}

.form input.error:-moz-placeholder {
  color: red;
}

.form input.error::-moz-placeholder {
  color: red;
}

.form input.error:-ms-input-placeholder {
  color: red;
}

.form input.error::-webkit-input-placeholder {
  color: red;
}

.form .btn {
  width: 100%;
}

.form .form__check {
  display: inline-block;
  position: relative;
  font-size: var(--text-smallest);
  text-align: left;
  color: #9D9D9D;
  padding-left: calc(22 / var(--font-size) * 1rem);
}

.form .form__check img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(13 / var(--font-size) * 1rem);
}

.form .form__check a {
  color: inherit;
  text-decoration: underline;
}

.form .form__check a:hover {
  text-decoration: none;
}

.form label.error {
  display: none !important;
}

.mCSB_dragger {
  background-color: var(--yellow) !important;
  width: calc(6 / var(--font-size) * 1rem);
}

.mCSB_scrollTools {
  opacity: 1 !important;
  width: calc(22 / var(--font-size) * 1rem) !important;
}

.mCSB_draggerContainer {
  margin-left: auto;
  margin-right: auto;
  background: var(--gray7) !important;
  width: calc(6 / var(--font-size) * 1rem);
}

.mCSB_dragger_bar {
  background-color: var(--yellow) !important;
}

.mCSB_dragger_bar:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: calc(22 / var(--font-size) * 1rem);
  height: calc(22 / var(--font-size) * 1rem);
  background-image: url("../img/img-scroll-thumb.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.mCSB_draggerRail {
  display: none !important;
}

.wrapper-primary {
  position: relative;
  z-index: 2;
  color: var(--dark);
  text-align: center;
  border-radius: calc(10 / var(--font-size) * 1rem);
}

.wrapper-primary .wrapper__in {
  position: relative;
  border-radius: calc(10 / var(--font-size) * 1rem);
  background-color: var(--white);
  padding: calc(45 / var(--font-size) * 1rem) calc(65 / var(--font-size) * 1rem);
}

.wrapper-primary .form {
  padding: 0;
}

.wrapper-primary h5 {
  margin-bottom: calc(20 / var(--font-size) * 1rem);
  font-size: var(--text-xl);
  font-weight: 600;
}

.wrapper-primary .wrapper__content {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.wrapper-primary .wrapper__content .btn {
  width: 100%;
}

.wrapper-primary .wrapper__img {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0;
  display: none;
}

.wrapper-primary .wrapper__img img {
  max-width: none;
  width: calc(200 / var(--font-size) * 1rem);
}

.wrapper-primary .wrapper__img-second {
  top: 0;
  width: calc(200 / var(--font-size) * 1rem);
}

.wrapper-primary .wrapper__img-second img {
  max-width: 100%;
  height: 100%;
  width: 100%;
}

.wrapper-primary h2 {
  font-size: calc(17 / var(--font-size) * 1rem);
  text-transform: uppercase;
  font-weight: 400;
  font-family: var(--font-playfair);
  margin-bottom: calc(15 / var(--font-size) * 1rem);
}

.wrapper-primary h2 strong {
  font-size: calc(20 / var(--font-size) * 1rem);
  font-weight: 700;
  color: var(--purple);
}

.wrapper-secondary {
  padding: calc(35 / var(--font-size) * 1rem);
  background: #FFFFFF;
  box-shadow: 0px 11px 27px rgba(0, 0, 0, 0.11);
  border-radius: calc(7 / var(--font-size) * 1rem);
}

.wrapper-secondary .wrapper__row {
  flex-wrap: nowrap;
  margin-top: calc(-15 / var(--font-size) * 1rem);
}

.wrapper-secondary .wrapper__col {
  margin-top: calc(15 / var(--font-size) * 1rem);
}

.wrapper-secondary .wrapper__col-aside {
  width: calc(315 / var(--font-size) * 1rem);
}

.wrapper-secondary .wrapper__col-main {
  flex: 1 0 0%;
  width: 100%;
  margin-left: calc(15 / var(--font-size) * 1rem);
  padding-left: calc(30 / var(--font-size) * 1rem);
  border-left: 3px solid rgba(165, 186, 215, 0.48);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wrapper-secondary .wrapper__info {
  font-family: var(--font-montserrat);
}

.wrapper-secondary .btn {
  width: 100%;
}

.wrapper-secondary h3 {
  font-size: var(--h3-2);
  font-weight: 600;
  color: var(--green);
  margin-bottom: calc(25 / var(--font-size) * 1rem);
}

.wrapper-third {
  position: relative;
  padding: calc(35 / var(--font-size) * 1rem);
  padding-right: 59%;
  min-height: calc(390 / var(--font-size) * 1rem);
  border: 1px solid rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: var(--h5);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0px 11px 27px rgba(0, 0, 0, 0.11);
  -webkit-backdrop-filter: blur(38px);
  backdrop-filter: blur(38px);
  border-radius: 7px;
  overflow: hidden;
}

.wrapper-third p {
  margin-bottom: calc(15 / var(--font-size) * 1rem);
}

.wrapper-third div {
  color: var(--dark-50);
}

.wrapper-third img {
  position: absolute;
  top: 0;
  right: 0;
  width: 56%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrapper-fourth {
  padding: calc(35 / var(--font-size) * 1rem);
  background: #FFFFFF;
  box-shadow: 0px 11px 27px rgba(0, 0, 0, 0.11);
  border-radius: 7px;
  color: var(--dark);
}

.wrapper-fourth p {
  margin: 0;
}

.wrapper-fourth .btn {
  width: 100%;
}

.wrapper-fourth .wrapper__row {
  flex-wrap: nowrap;
  align-items: center;
  margin-top: calc(-10 / var(--font-size) * 1rem);
}

.wrapper-fourth .wrapper__col {
  margin-top: calc(10 / var(--font-size) * 1rem);
}

.wrapper-fourth .wrapper__col-aside {
  width: calc(290 / var(--font-size) * 1rem);
}

.wrapper-fourth .wrapper__col-main {
  flex: 1 0 0%;
  width: 100%;
}

.modal {
  display: none;
  padding: calc(50 / var(--font-size) * 1rem) calc(15 / var(--font-size) * 1rem) calc(20 / var(--font-size) * 1rem);
  color: var(--dark);
  overflow: visible;
  border-radius: calc(10 / var(--font-size) * 1rem);
  text-align: center;
  width: calc(290 / var(--font-size) * 1rem);
}

.modal#modal-callback .modal__img {
  bottom: 10%;
  left: 2%;
}

.modal#modal-callback-2 .modal__img {
  bottom: 50%;
  left: auto;
  right: 0;
  transform: translate(0, 50%);
}

.modal .fancybox-button {
  position: absolute;
  width: auto;
  height: auto;
  z-index: 99;
  font-size: calc(25 / var(--font-size) * 1rem);
}

.modal .fancybox-button svg {
  width: 1em;
  height: 1em;
}

.modal .modal__content {
  display: flex;
  flex-direction: column;
}

.modal .modal__head {
  width: 100%;
  flex: 0 0 auto;
  max-width: 100%;
}

.modal .modal__img {
  display: none;
  font-size: 0;
}

.modal .modal__body {
  width: 100%;
  flex: 0 0 auto;
  max-width: 100%;
}

.modal h3 {
  font-size: var(--h2);
  text-transform: uppercase;
  color: var(--green2);
  font-weight: 700;
}

.modal h4 {
  color: #00412D;
  font-weight: 400;
  margin-bottom: calc(20 / var(--font-size) * 1rem);
  padding-right: calc(20 / var(--font-size) * 1rem);
}

.modal .form {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

.modal .form h5 {
  display: none;
}

.modal .form input {
  border-color: transparent;
  padding-left: calc(30 / var(--font-size) * 1rem);
}

.modal .form .form__label-icon {
  display: none;
}

.modal .form .form__check {
  font-size: var(--text-smallest);
  color: rgba(78, 78, 78, 0.54);
  font-weight: 300;
}

.modal .form__row {
  flex-direction: column;
  margin-top: calc(-15 / var(--font-size) * 1rem);
}

.modal .form__check {
  font-size: var(--text-small);
}

.modal .form__col {
  width: 100%;
  margin-top: calc(15 / var(--font-size) * 1rem);
}

.modal .btn {
  width: 100% !important;
}

.modal-policy {
  text-align: left;
}

.header-primary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: calc(10 / var(--font-size) * 1rem) 0;
  background-color: transparent;
}

.header-primary .header__row {
  justify-content: space-between;
  align-items: center;
}

.header-primary .header__col-descr {
  position: relative;
  display: none;
  margin-right: auto;
  margin-left: calc(10 / var(--font-size) * 1rem);
  padding-left: calc(25 / var(--font-size) * 1rem);
  border-left: 1px solid #00A659;
}

.header-primary .logo img {
  width: calc(110 / var(--font-size) * 1rem);
}

.section-about {
  position: relative;
  padding-top: calc(40 / var(--font-size) * 1rem);
  padding-bottom: calc(40 / var(--font-size) * 1rem);
  text-align: center;
}

.section-about br {
  display: none;
}

.section-about .section__img {
  position: absolute;
  top: 59%;
  display: none;
}

.section-about .section__img img {
  max-width: none;
}

.section-about .section__container {
  position: relative;
}

.section-about .section__head {
  margin-bottom: calc(20 / var(--font-size) * 1rem);
}

.section-about .section__head h2 {
  margin-bottom: calc(15 / var(--font-size) * 1rem);
}

.section-about .section__head p {
  font-size: var(--h3);
  color: var(--dark-70);
}

.section-about .section__head p strong {
  color: var(--dark);
}

.section-about .section__list {
  max-width: calc(881 / var(--font-size) * 1rem);
  margin-left: auto;
  margin-right: auto;
}

.section-about .section__list-head h3 {
  font-size: var(--h2-2);
  color: var(--green2);
  font-weight: 700;
}

.section-about .section__list-row {
  margin-top: calc(-15 / var(--font-size) * 1rem);
  justify-content: center;
  flex-direction: column;
}

.section-about .section__list-col {
  margin-top: calc(23 / var(--font-size) * 1rem);
  display: flex;
  flex-direction: column;
}

.section-about .section__list-col:nth-child(2) .section__card-head img {
  transform: translate(0, -21px);
}

.section-about .section__list-col:nth-child(3) .section__card-head img {
  transform: translate(0, -34px);
}

.section-about .section__list-col:nth-child(4) .section__card-head img {
  transform: translate(0, -25px);
}

.section-about .section__list-col:nth-child(5) .section__card-head img {
  transform: translate(0, -20px);
}

.section-about .section__card {
  width: calc(260 / var(--font-size) * 1rem);
  margin-left: auto;
  margin-right: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-top: calc(30 / var(--font-size) * 1rem);
}

.section-about .section__card h5 {
  margin-bottom: calc(15 / var(--font-size) * 1rem);
}

.section-about .section__card p {
  margin: 0;
}

.section-about .section__card-in {
  flex-grow: 1;
  background: #4CC288;
  border: 1px solid rgba(60, 60, 60, 0.49);
  box-shadow: 0px 11px 27px rgba(0, 0, 0, 0.11);
  -webkit-backdrop-filter: blur(38px);
  backdrop-filter: blur(38px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 7px;
  text-align: left;
  color: var(--white);
}

.section-about .section__card-head {
  position: relative;
  height: calc(126 / var(--font-size) * 1rem);
}

.section-about .section__card-head img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -23px);
  width: 100%;
}

.section-about .section__card-img-second {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-39%, 0);
}

.section-about .section__card-img-second img {
  max-width: none;
}

.section-about .section__card-body {
  padding: calc(20 / var(--font-size) * 1rem);
}

.section-about .section__card-second {
  width: calc(261 / var(--font-size) * 1rem);
  padding: calc(1 / var(--font-size) * 1rem);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(48.98deg, #70B62C 29.13%, rgba(112, 182, 44, 0) 85.76%);
  border-radius: calc(7 / var(--font-size) * 1rem);
}

.section-about .section__card-second h5 {
  font-weight: 400;
  line-height: 1.33;
}

.section-about .section__card-second .section__card-body {
  padding-right: calc(40 / var(--font-size) * 1rem);
}

.section-about .section__card-inner {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  border-radius: calc(7 / var(--font-size) * 1rem);
}

.section-delivery {
  position: relative;
  padding-top: calc(40 / var(--font-size) * 1rem);
  padding-bottom: calc(40 / var(--font-size) * 1rem);
  text-align: center;
}

.section-delivery .section__decor-1,
.section-delivery .section__decor-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16.7%;
}

.section-delivery .section__decor-1 img,
.section-delivery .section__decor-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-delivery .section__decor-1 {
  left: 0;
}

.section-delivery .section__decor-2 {
  right: 0;
}

.section-delivery .section__head {
  margin-bottom: calc(20 / var(--font-size) * 1rem);
}

.section-delivery .section__head h2 {
  margin-bottom: calc(15 / var(--font-size) * 1rem);
}

.section-delivery .section__head p {
  font-size: var(--h3);
  margin: 0;
}

.section-delivery .section__cards {
  max-width: calc(1160 / var(--font-size) * 1rem);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(20 / var(--font-size) * 1rem);
}

.section-delivery .section__cards-row {
  margin-top: calc(-30 / var(--font-size) * 1rem);
}

.section-delivery .section__cards-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: calc(30 / var(--font-size) * 1rem);
}

.section-delivery .section__cards-col:first-child .section__card-decor {
  left: 60%;
  transform: translate(0, 80%) rotate(265deg);
}

.section-delivery .section__cards-col:last-child .section__card-decor {
  left: 35%;
}

.section-delivery .section__card-decor {
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 11;
  transform: translate(0, 100%);
  display: none;
}

.section-delivery .section__card {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  padding-top: calc(70 / var(--font-size) * 1rem);
}

.section-delivery .section__card h3 {
  color: var(--green2);
  font-weight: 700;
  margin-bottom: calc(15 / var(--font-size) * 1rem);
}

.section-delivery .section__card p {
  margin-bottom: calc(15 / var(--font-size) * 1rem);
}

.section-delivery .section__card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-delivery .section__card ul li {
  position: relative;
  padding-left: calc(10 / var(--font-size) * 1rem);
}

.section-delivery .section__card ul li:before {
  content: '-';
  display: inline-block;
  margin-right: calc(5 / var(--font-size) * 1rem);
}

.section-delivery .section__card-in {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: calc(1 / var(--font-size) * 1rem);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0px 11px 27px rgba(0, 0, 0, 0.11);
  -webkit-backdrop-filter: blur(38px);
  backdrop-filter: blur(38px);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.22) 1.71%, rgba(0, 0, 0, 0) 112.97%);
  border-radius: 7px;
}

.section-delivery .section__card-inner {
  flex-grow: 1;
  background-color: var(--white);
  padding: calc(30 / var(--font-size) * 1rem) calc(15 / var(--font-size) * 1rem) calc(25 / var(--font-size) * 1rem);
  border-radius: 7px;
}

.section-delivery .section__card-img {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 20%);
}

.section-delivery .section__card-content {
  max-width: calc(420 / var(--font-size) * 1rem);
  margin-left: auto;
  margin-right: auto;
}

.section-delivery .section__foot {
  border: 1px solid var(--green2);
  padding: calc(25 / var(--font-size) * 1rem);
  text-align: center;
  border-radius: calc(7 / var(--font-size) * 1rem);
  font-size: var(--h5);
}

.section-edu {
  position: relative;
  padding-top: calc(50 / var(--font-size) * 1rem);
  padding-bottom: calc(65 / var(--font-size) * 1rem);
  text-align: center;
}

.section-edu br {
  display: none;
}

.section-edu .section__bg_1 {
  z-index: 2;
  position: absolute;
  bottom: 2%;
  right: 87%;
}

.section-edu .section__bg_2 {
  position: absolute;
  top: 5%;
  left: 82%;
  z-index: 2;
}

.section-edu .section__effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/background-section-edu-effect.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-edu .section__container {
  position: relative;
}

.section-edu .section__head {
  text-align: center;
  margin-bottom: calc(15 / var(--font-size) * 1rem);
}

.section-edu .section__head h2 {
  color: var(--green3);
  margin-bottom: calc(15 / var(--font-size) * 1rem);
}

.section-edu .section__head p {
  font-size: var(--h3);
}

.section-edu .section__content {
  position: relative;
}

.section-edu .section__content-item {
  font-size: var(--h5);
  margin-bottom: calc(20 / var(--font-size) * 1rem);
}

.section-edu .section__content-item strong {
  font-weight: 600;
}

.section-edu .section__content-item img {
  position: absolute;
  top: 100%;
  left: 100%;
  transform-origin: 50% 50%;
  transform: translate(20px, -50%);
  display: none;
}

.section-edu .section__content-item:first-child {
  text-align: right;
  left: 0;
  left: 0;
}

.section-edu .section__content-item:nth-child(2) {
  left: auto;
  top: 5%;
  right: 0;
}

.section-edu .section__content-item:nth-child(2) img {
  left: auto;
  right: 100%;
  transform: translate(-20px, -20px);
}

.section-edu .section__content-item:nth-child(3) {
  text-align: right;
  top: 35%;
  left: 0;
}

.section-edu .section__content-item:nth-child(3) img {
  top: auto;
  bottom: 100%;
  transform: translate(20px, 20px) rotate(275deg);
}

.section-edu .section__content-item:nth-child(4) {
  top: 35%;
  left: auto;
  right: 0;
}

.section-edu .section__content-item:nth-child(4) img {
  top: auto;
  bottom: 100%;
  left: auto;
  right: 100%;
  transform: translate(-20px, 0);
}

.section-edu .card-info {
  position: absolute;
  left: 50%;
  bottom: 3%;
  z-index: 11;
  transform: translate(-50%, 0);
  padding: calc(15 / var(--font-size) * 1rem);
  width: calc(200 / var(--font-size) * 1rem);
}

.section-edu .card-info p {
  margin: 0;
}

.section-edu .section__content-info {
  font-weight: 600;
}

.section-edu .section__content-title {
  text-align: center;
  margin-bottom: calc(20 / var(--font-size) * 1rem);
}

.section-edu .section__content-title h3 {
  font-size: var(--h3-2);
  font-weight: 700;
  color: var(--green);
}

.section-edu .section__img-wrap {
  position: relative;
}

.section-edu .section__img {
  margin-top: calc(20 / var(--font-size) * 1rem);
  position: relative;
  font-size: 0;
  text-align: center;
}

.section-edu .section__img img {
  max-width: none;
  position: relative;
  left: -10px;
  width: calc(400 / var(--font-size) * 1rem);
}

.section-edu .wrapper-third {
  z-index: 3;
  min-height: auto;
  padding: calc(15 / var(--font-size) * 1rem);
  padding-bottom: calc(220 / var(--font-size) * 1rem);
}

.section-edu .wrapper-third img {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  width: 100%;
  height: calc(200 / var(--font-size) * 1rem);
}

.section-form {
  padding-top: calc(50 / var(--font-size) * 1rem);
  padding-bottom: calc(50 / var(--font-size) * 1rem);
  color: var(--white);
  text-align: center;
  background-color: var(--green);
}

.section-form br {
  display: none;
}

.section-form .section__head {
  margin-bottom: calc(15 / var(--font-size) * 1rem);
}

.section-form .section__head h2 {
  font-size: var(--h2-2);
  margin-bottom: 0;
  color: var(--white);
}

.section-form .wrapper.wrapper-primary {
  background: transparent;
  padding: 0;
  color: var(--white);
}

.section-form .wrapper.wrapper-primary h5 {
  font-weight: 500;
  margin-bottom: calc(15 / var(--font-size) * 1rem);
}

.section-form .wrapper.wrapper-primary .wrapper__in {
  padding: 0;
  background: transparent;
}

.section-form .wrapper.wrapper-primary .form {
  background: none;
  max-width: calc(400 / var(--font-size) * 1rem);
  margin-left: auto;
  margin-right: auto;
}

.section-form .wrapper.wrapper-primary .form input {
  background-color: rgba(0, 0, 0, 0.23);
  border-radius: calc(7 / var(--font-size) * 1rem);
  height: calc(64 / var(--font-size) * 1rem);
  color: var(--white);
  border-color: transparent;
}

.section-form .wrapper.wrapper-primary .form input.placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.section-form .wrapper.wrapper-primary .form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.section-form .wrapper.wrapper-primary .form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.section-form .wrapper.wrapper-primary .form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.section-form .wrapper.wrapper-primary .form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.section-form .wrapper.wrapper-primary .form .form__check {
  color: var(--white);
}

.section-front {
  padding-top: calc(80 / var(--font-size) * 1rem);
  padding-bottom: calc(40 / var(--font-size) * 1rem);
  text-align: center;
  background-image: url("../img/background-section-front.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-front .section__content {
  max-width: calc(550 / var(--font-size) * 1rem);
}

.section-front .section__head {
  margin-bottom: calc(20 / var(--font-size) * 1rem);
  max-width: calc(550 / var(--font-size) * 1rem);
}

.section-front .section__head br {
  display: none;
}

.section-front h1 {
  color: var(--green);
  text-transform: uppercase;
  margin-bottom: calc(20 / var(--font-size) * 1rem);
}

.section-front h1 strong {
  color: var(--green2);
}

.section-front p {
  font-size: var(--h3-2);
}

.section-front .section__carousel {
  margin-bottom: calc(20 / var(--font-size) * 1rem);
}

.section-front .section__carousel br {
  display: none;
}

.section-front .carousel-bullets .carousel__card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-front .carousel-bullets .carousel__card-icon {
  margin-bottom: calc(10 / var(--font-size) * 1rem);
}

.section-front .carousel-bullets .slick-dots button:before {
  background-color: transparent;
  border-color: var(--green);
}

.section-front .carousel-bullets .slick-dots li.slick-active button:before {
  background-color: var(--green);
  border-color: var(--green);
}

.section-model {
  padding-top: calc(40 / var(--font-size) * 1rem);
  padding-bottom: calc(40 / var(--font-size) * 1rem);
  text-align: center;
  color: var(--white);
  background-image: url("../img/background-section-model.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-model br {
  display: none;
}

.section-model .section__head {
  text-align: center;
  margin-bottom: calc(20 / var(--font-size) * 1rem);
}

.section-model .section__head h2 {
  color: var(--white);
}

.section-model .section__head h2 strong {
  color: var(--yellow);
}

.section-model .section__head p {
  font-size: var(--h3);
}

.section-model .section__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(470 / var(--font-size) * 1rem);
  margin-bottom: calc(20 / var(--font-size) * 1rem);
}

.section-model .section__content-wrap {
  padding-top: calc(20 / var(--font-size) * 1rem);
}

.section-model .section__content-wrap h3 {
  font-size: var(--h3-2);
  font-weight: 700;
  color: var(--yellow);
}

.section-model .section__content-wrap ul {
  margin: 0;
  padding: 0 0 0 calc(20 / var(--font-size) * 1rem);
  text-align: left;
}

.section-model .section__content-item {
  margin-bottom: calc(15 / var(--font-size) * 1rem);
}

.section-model .section__content-item p {
  margin: 0;
}

.section-model .section__content-item:last-child {
  margin-bottom: 0;
}

.section-model .section__img img {
  border-radius: 0 calc(7 / var(--font-size) * 1rem) calc(7 / var(--font-size) * 1rem) 0;
}

.section-model .section__info {
  text-align: center;
  padding: calc(15 / var(--font-size) * 1rem);
  border: 1px solid var(--yellow);
  border-radius: calc(7 / var(--font-size) * 1rem);
}

.section-plan {
  position: relative;
  padding-top: calc(40 / var(--font-size) * 1rem);
  padding-bottom: calc(40 / var(--font-size) * 1rem);
  text-align: center;
}

.section-plan .section__head {
  margin-bottom: calc(20 / var(--font-size) * 1rem);
}

.section-plan .section__head h2 {
  margin-bottom: calc(15 / var(--font-size) * 1rem);
}

.section-plan .section__head p {
  font-size: var(--h3);
}

.section-plan .section__table {
  position: relative;
  z-index: 2;
  text-align: left;
}

.section-plan .section__table table {
  display: block;
}

.section-plan .section__table tr {
  display: block;
}

.section-plan .section__table th,
.section-plan .section__table td {
  display: block;
}

.section-plan .section__table thead {
  display: none;
}

.section-plan .section__table tbody {
  display: block;
}

.section-plan .section__table .table {
  width: 100%;
  margin-bottom: calc(20 / var(--font-size) * 1rem);
}

.section-plan .section__table .table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.section-plan .section__table .table table tr {
  padding: calc(15 / var(--font-size) * 1rem);
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(0, 0, 0, 0.22);
  box-shadow: 0px 11px 27px rgba(0, 0, 0, 0.11);
  -webkit-backdrop-filter: blur(38px);
  backdrop-filter: blur(38px);
  /* Note: backdrop-filter has minimal browser support */
  text-align: center;
  border-radius: 7px;
  margin-bottom: calc(15 / var(--font-size) * 1rem);
}

.section-plan .section__table .table table td {
  margin-bottom: calc(10 / var(--font-size) * 1rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.27);
  padding-bottom: calc(10 / var(--font-size) * 1rem);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  text-align: right;
}

.section-plan .section__table .table table td:last-child {
  margin-bottom: 0;
  border: none;
}

.section-plan .section__table .table table td:before {
  content: attr(data-label) ":";
  font-weight: 700;
  display: block;
  margin-bottom: calc(5 / var(--font-size) * 1rem);
  width: 30%;
  max-width: 100%;
  flex: 0 0 auto;
  text-align: left;
}

.section-plan .section__table .table table tr:last-child td {
  border-bottom: none;
}

.section-plan .section__table .table th {
  background-color: var(--green);
  color: var(--white);
  font-size: var(--h4);
  font-weight: 600;
  padding: calc(30 / var(--font-size) * 1rem);
}

.section-plan .section__foot h5 {
  font-weight: 500;
}

.section-plan .section__img-decor-1 {
  margin-top: calc(20 / var(--font-size) * 1rem);
  font-size: 0;
}

.section-plan .section__img-decor-1 img {
  width: calc(180 / var(--font-size) * 1rem);
}

.section-plan .section__img-decor-2 {
  font-size: 0;
}

.section-plan .section__img-decor-2 img {
  width: calc(180 / var(--font-size) * 1rem);
}

.section-pre-foot {
  padding-top: calc(40 / var(--font-size) * 1rem);
  padding-bottom: calc(40 / var(--font-size) * 1rem);
  text-align: center;
  background-image: url("../img/background-section-prefoot.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-pre-foot br {
  display: none;
}

.section-pre-foot .section__head {
  margin-bottom: calc(20 / var(--font-size) * 1rem);
}

.section-pre-foot .section__head h2 {
  font-weight: 900;
  color: var(--green2);
  margin-bottom: calc(15 / var(--font-size) * 1rem);
}

.section-pre-foot .section__head h2 strong {
  font-weight: 900;
  text-transform: uppercase;
  font-size: var(--h1);
}

.section-pre-foot .section__head p {
  font-size: var(--h3-2);
}

.section-pre-foot .section__list {
  margin-bottom: calc(25 / var(--font-size) * 1rem);
}

.section-pre-foot .section__list-head {
  margin-bottom: calc(15 / var(--font-size) * 1rem);
}

.section-pre-foot .section__list-head h3 {
  font-size: var(--h2-2);
  color: var(--green2);
  font-weight: 700;
}

.section-pre-foot .section__list-row {
  margin-top: calc(-20 / var(--font-size) * 1rem);
}

.section-pre-foot .section__list-card {
  position: relative;
  font-size: var(--h4);
  font-weight: 500;
  padding-left: calc(25 / var(--font-size) * 1rem);
  margin-top: calc(20 / var(--font-size) * 1rem);
  text-align: left;
}

.section-pre-foot .section__list-card-index {
  color: var(--green2);
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}

.section-pre-foot .wrapper-secondary .wrapper__row {
  flex-direction: column;
}

.section-pre-foot .wrapper-secondary .wrapper__col-main {
  border: none;
  margin-left: 0;
  padding-left: 0;
}

.section-profit {
  position: relative;
  padding-top: calc(40 / var(--font-size) * 1rem);
  padding-bottom: calc(40 / var(--font-size) * 1rem);
  color: var(--white);
  text-align: center;
  background-color: var(--green);
}

.section-profit br {
  display: none;
}

.section-profit .section__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30%;
}

.section-profit .section__img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.section-profit .section__content {
  position: relative;
}

.section-profit .section__head {
  margin-bottom: calc(15 / var(--font-size) * 1rem);
}

.section-profit .section__head h2 {
  color: var(--white);
  margin-bottom: calc(15 / var(--font-size) * 1rem);
}

.section-profit .section__head h2 strong {
  color: var(--yellow);
}

.section-profit .section__head p {
  font-size: var(--h3);
  margin: 0;
}

.section-profit .section__list {
  margin-bottom: calc(15 / var(--font-size) * 1rem);
}

.section-profit .section__list-col {
  width: 100%;
}

.section-profit .section__list-item h3 {
  font-weight: 700;
  color: var(--yellow);
  font-size: var(--h2);
}

.section-profit .section__list-item p {
  font-size: var(--h5);
}

.section-profit .section__foot {
  margin-bottom: calc(20 / var(--font-size) * 1rem);
}

.section-profit .section__foot p {
  padding: 0;
  font-size: var(--h3);
}

.section-profit .wrapper-fourth {
  padding: calc(20 / var(--font-size) * 1rem);
}

.section-profit .wrapper-fourth .wrapper__row {
  flex-direction: column;
  align-items: stretch;
}

.section-services {
  padding-top: calc(40 / var(--font-size) * 1rem);
  padding-bottom: calc(40 / var(--font-size) * 1rem);
  color: var(--white);
  text-align: center;
  background-image: url("../img/background-section-services.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-services .section__head {
  margin-bottom: calc(20 / var(--font-size) * 1rem);
}

.section-services .section__head h2 {
  color: var(--white);
}

.section-services .section__head h2 strong {
  color: var(--yellow);
}

.section-services .section__head p {
  font-size: var(--h3);
}

.section-services .section__list {
  margin-bottom: calc(20 / var(--font-size) * 1rem);
}

.section-services .section__list-row {
  margin-top: calc(-10 / var(--font-size) * 1rem);
}

.section-services .section__list-col {
  width: 100%;
  margin-top: calc(10 / var(--font-size) * 1rem);
}

.section-services .section__card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 11px 27px rgba(0, 0, 0, 0.11);
  border-radius: 7px;
  color: var(--dark);
  text-align: left;
  overflow: hidden;
}

.section-services .section__card h5 {
  margin-bottom: calc(10 / var(--font-size) * 1rem);
}

.section-services .section__card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-services .section__card ul li {
  position: relative;
  padding-left: calc(10 / var(--font-size) * 1rem);
}

.section-services .section__card ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '-';
}

.section-services .section__card.show .section__card-collapse {
  display: block;
}

.section-services .section__card.show .section__card-foot:before {
  opacity: 0;
  visibility: hidden;
}

.section-services .section__card-img {
  width: 100%;
  font-size: 0;
}

.section-services .section__card-img img {
  width: 100%;
  height: calc(221 / var(--font-size) * 1rem);
  -o-object-fit: cover;
  object-fit: cover;
}

.section-services .section__card-body {
  flex-grow: 1;
  padding: calc(20 / var(--font-size) * 1rem);
}

.section-services .section__card-collapse {
  display: none;
}

.section-services .section__card-foot {
  position: relative;
  padding: 0 calc(20 / var(--font-size) * 1rem) calc(20 / var(--font-size) * 1rem);
}

.section-services .section__card-foot:before {
  content: '';
  position: absolute;
  top: calc(-100 / var(--font-size) * 1rem);
  left: 0;
  width: 100%;
  bottom: 0;
  transition: linear .2s;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
}

.section-services .section__card-foot a {
  color: var(--dark);
  position: relative;
  z-index: 2;
}

.section-services .section__foot p {
  margin-bottom: calc(15 / var(--font-size) * 1rem);
}

.section-statistic {
  position: relative;
  padding-top: calc(40 / var(--font-size) * 1rem);
  padding-bottom: calc(40 / var(--font-size) * 1rem);
  text-align: center;
}

.section-statistic br {
  display: none;
}

.section-statistic .section__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16.67%;
}

.section-statistic .section__bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-statistic .section__head {
  margin-bottom: calc(50 / var(--font-size) * 1rem);
}

.section-statistic .section__head h2 {
  color: var(--green3);
}

.section-statistic .section__content-col {
  width: 100%;
}

.section-statistic .section__img {
  position: relative;
  top: calc(-30 / var(--font-size) * 1rem);
}

.section-statistic .section__content-aside h3 {
  color: var(--dark-70);
  margin: 0;
  font-weight: 600;
}

.section-statistic .section__content-aside h3 strong {
  color: var(--dark);
}

.section-statistic .section__item {
  margin-top: calc(20 / var(--font-size) * 1rem);
  font-size: var(--h5);
}

.section-statistic .section__item h4 {
  color: var(--green2);
  border-bottom: 1px solid var(--green2);
  padding-bottom: calc(10 / var(--font-size) * 1rem);
  margin-bottom: calc(10 / var(--font-size) * 1rem);
}

.section-statistic .section__img {
  position: relative;
}

.section-statistic .card-info {
  padding: calc(10 / var(--font-size) * 1rem);
  margin-bottom: calc(15 / var(--font-size) * 1rem);
}

.section-statistic .card-info p {
  margin: 0;
}

.section-statistic .card-info:nth-child(1) {
  top: 3%;
  left: 50%;
}

.section-statistic .card-info:nth-child(2) {
  top: 30%;
  right: 0;
  left: auto;
}

.section-statistic .card-info:nth-child(3) {
  top: 65%;
  right: 11%;
  left: auto;
}

.section-statistic .card-info:nth-child(4) {
  top: 65%;
  left: 9%;
}

.section-statistic .card-info:nth-child(5) {
  top: 30%;
  left: 0;
}

.section-statistic .section__txt {
  margin-bottom: calc(15 / var(--font-size) * 1rem);
  font-weight: 700;
  font-size: calc(14 / var(--font-size) * 1rem);
}

.section-support {
  padding-top: calc(40 / var(--font-size) * 1rem);
  padding-bottom: calc(40 / var(--font-size) * 1rem);
  color: var(--white);
  background-image: url("../img/background-section-support.jpg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-support br {
  display: none;
}

.section-support .section__content {
  margin-bottom: calc(20 / var(--font-size) * 1rem);
}

.section-support .section__head {
  text-align: center;
  margin-bottom: calc(20 / var(--font-size) * 1rem);
}

.section-support .section__head h2 {
  margin-bottom: calc(15 / var(--font-size) * 1rem);
  color: var(--white);
}

.section-support .section__head h2 strong {
  color: var(--yellow);
}

.section-support .section__head h3 {
  font-size: var(--h3);
}

.section-support .section__list h3 {
  color: var(--yellow);
  font-size: var(--h3-2);
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.section-support .section__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-support .section__list ul li {
  position: relative;
  padding-left: calc(30 / var(--font-size) * 1rem);
  margin-top: calc(20 / var(--font-size) * 1rem);
  font-size: var(--h5);
}

.section-support .section__list ul span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: var(--h2);
  font-weight: 700;
  color: var(--yellow);
}

.section-support .wrapper-primary {
  max-width: calc(400 / var(--font-size) * 1rem);
  margin-left: auto;
  margin-right: auto;
}

.section-support .wrapper-primary .wrapper__in {
  padding: calc(20 / var(--font-size) * 1rem);
}

.section-thanks {
  position: relative;
  padding-top: calc(70 / var(--font-size) * 1rem);
  padding-bottom: calc(40 / var(--font-size) * 1rem);
  text-align: center;
  background-image: url("../img/background-section-thanks.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-thanks br {
  display: none;
}

.section-thanks .section__head {
  margin-bottom: calc(20 / var(--font-size) * 1rem);
}

.section-thanks h1 {
  color: var(--green);
  text-transform: uppercase;
  font-size: var(--h2);
  margin-bottom: calc(12 / var(--font-size) * 1rem);
}

.section-thanks h1 strong {
  color: var(--green2);
}

.section-thanks .section__table {
  border-top: 1px solid var(--green2);
  border-bottom: 1px solid var(--green2);
  padding-top: calc(15 / var(--font-size) * 1rem);
  padding-bottom: calc(15 / var(--font-size) * 1rem);
  margin-bottom: calc(20 / var(--font-size) * 1rem);
}

.section-thanks .section__table-row {
  margin-top: calc(-20 / var(--font-size) * 1rem);
}

.section-thanks .section__table-col {
  width: 100%;
  margin-top: calc(20 / var(--font-size) * 1rem);
}

.section-thanks .section__table-job-time-first {
  font-size: var(--h3);
  margin-bottom: calc(15 / var(--font-size) * 1rem);
}

.section-thanks .section__table-job-time-first strong {
  color: var(--green2);
}

.section-thanks .section__table-job-time-first strong span {
  color: #B6B6B6;
}

.section-thanks .section__table-job-time-second {
  font-size: var(--h5);
}

.section-thanks .section__table-job-time-second strong {
  color: var(--green2);
}

.section-thanks .section__table-content {
  font-size: var(--h5);
}

.section-thanks .section__services {
  margin-bottom: calc(20 / var(--font-size) * 1rem);
}

.section-thanks .section__services h3 {
  color: var(--green2);
  font-size: var(--h2);
  font-weight: 700;
  text-transform: uppercase;
}

.section-thanks .section__services-row {
  margin-top: calc(-20 / var(--font-size) * 1rem);
  flex-direction: column;
}

.section-thanks .section__services-col {
  width: 100%;
  margin-top: calc(20 / var(--font-size) * 1rem);
}

.section-thanks .section__services-item {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-bottom: calc(15 / var(--font-size) * 1rem);
}

.section-thanks .section__services-label {
  font-size: var(--h3-2);
  font-weight: 700;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  margin-bottom: calc(10 / var(--font-size) * 1rem);
}

.section-thanks .section__services-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  margin-top: calc(-5 / var(--font-size) * 1rem);
}

.section-thanks .section__services-link {
  display: block;
  margin: 0 calc(10 / var(--font-size) * 1rem);
  margin-top: calc(5 / var(--font-size) * 1rem);
}

.section-thanks .section__services-link:hover {
  opacity: 0.8;
}

.section-thanks .section__img {
  margin-top: calc(20 / var(--font-size) * 1rem);
  font-size: 0;
  text-align: center;
}

.section-thanks .section__img img {
  width: calc(240 / var(--font-size) * 1rem);
}

.section-thanks .section__img .card {
  padding: calc(15 / var(--font-size) * 1rem);
}

.section-thanks .section__img .card h3 {
  padding-bottom: calc(5 / var(--font-size) * 1rem);
}

.footer-primary {
  padding: calc(20 / var(--font-size) * 1rem) 0;
  text-align: center;
  color: var(--white);
  font-size: var(--h5);
  background-color: var(--green);
}

.footer-primary .link-contacts {
  text-align: right;
  margin-bottom: calc(15 / var(--font-size) * 1rem);
}

.footer-primary .link-contacts .link__phone {
  color: var(--white);
}

.footer-primary .link-contacts .link__modal, .footer-primary .link-contacts .link__stub {
  color: var(--white);
}

.footer-primary .link-developer {
  text-align: right;
}

.footer-primary .footer__row {
  flex-direction: column;
  align-items: center;
  margin-top: calc(-20 / var(--font-size) * 1rem);
}

.footer-primary .footer__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: calc(20 / var(--font-size) * 1rem);
}

.footer-primary .footer__col-second {
  text-align: center;
}

.footer-primary .footer__company-info {
  margin-bottom: calc(10 / var(--font-size) * 1rem);
}

.footer-primary .footer__region {
  position: relative;
}

.footer-primary .link-policy {
  color: var(--white);
  font-size: var(--h5);
}

.footer-primary .footer__logo-wrap {
  margin-bottom: calc(15 / var(--font-size) * 1rem);
}

.footer-primary .logo {
  display: inline-block;
  margin-bottom: calc(10 / var(--font-size) * 1rem);
}

.footer-primary .logo img {
  width: calc(160 / var(--font-size) * 1rem);
}

.footer-primary .footer__socials {
  margin-top: calc(-5 / var(--font-size) * 1rem);
  margin-bottom: calc(10 / var(--font-size) * 1rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer-primary .footer__socials a {
  display: inline-block;
  margin-top: calc(5 / var(--font-size) * 1rem);
  font-size: 0;
}

.footer-primary .footer__socials a + a {
  margin-left: calc(10 / var(--font-size) * 1rem);
}

.footer-primary .footer__socials a:hover {
  opacity: 0.8;
}

.footer-primary .footer__socials img {
  width: calc(26 / var(--font-size) * 1rem);
}

.layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
}

.layout .layout__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.layout-thanks .header-primary {
  padding: calc(10 / var(--font-size) * 1rem) 0;
}

.layout-thanks .header-primary .logo {
  margin-bottom: 0 !important;
  width: auto !important;
  height: auto !important;
  background: none;
}

.layout-thanks .header-primary .logo img {
  width: calc(110 / var(--font-size) * 1rem);
}

.layout-thanks .header-primary .link-contacts {
  padding-left: calc(45 / var(--font-size) * 1rem);
}

.layout-thanks .header-primary .link-contacts .link__phone {
  color: var(--dark);
}

.layout-thanks .footer-primary {
  background-color: var(--gray);
  color: var(--dark-50);
}

.layout-thanks .footer-primary .link-contacts .link__phone, .layout-thanks .footer-primary .link-contacts .link__stub {
  color: var(--dark-50);
}

.layout-thanks .footer-primary .link-developer {
  color: var(--dark-50);
}

.layout-thanks .footer-primary .link-policy {
  color: var(--dark-50);
}

@media only screen and (min-width: 576px) {
  .container {
    padding-left: calc(5 / var(--font-size) * 1rem);
    padding-right: calc(5 / var(--font-size) * 1rem);
  }
  .link-contacts .link__phone {
    margin-bottom: calc(8 / var(--font-size) * 1rem);
  }
  .carousel-bullets .slick-dots {
    margin: calc(20 / var(--font-size) * 1rem) 0;
  }
  .carousel-arguments .carousel__outer {
    width: calc(410 / var(--font-size) * 1rem);
  }
  .carousel-arguments .carousel__decor {
    display: block;
  }
  .wrapper-primary .wrapper__content .btn {
    width: calc(300 / var(--font-size) * 1rem);
  }
  .modal {
    width: calc(400 / var(--font-size) * 1rem);
  }
  .modal .fancybox-button {
    font-size: calc(40 / var(--font-size) * 1rem);
    color: var(--dark);
  }
  .header-primary {
    padding: calc(20 / var(--font-size) * 1rem) 0;
  }
  .header-primary .logo img {
    width: calc(160 / var(--font-size) * 1rem);
  }
  .section-about .section__img {
    top: 57%;
    left: 0;
  }
  .section-delivery .section__cards-col {
    width: 50%;
  }
  .section-edu .card-info {
    transform: translate(-70%, 0);
    width: auto;
    bottom: 10%;
  }
  .section-edu .section__img {
    margin-bottom: calc(-50 / var(--font-size) * 1rem);
  }
  .section-edu .section__img img {
    left: 0;
    width: calc(600 / var(--font-size) * 1rem);
  }
  .section-front {
    padding-top: calc(100 / var(--font-size) * 1rem);
  }
  .section-pre-foot {
    text-align: left;
  }
  .section-pre-foot .section__content {
    max-width: 72%;
  }
  .section-pre-foot .section__list-row {
    margin-top: calc(-25 / var(--font-size) * 1rem);
  }
  .section-pre-foot .section__list-col {
    width: 50%;
  }
  .section-pre-foot .section__list-card {
    margin-top: calc(25 / var(--font-size) * 1rem);
  }
  .section-profit .wrapper-fourth {
    text-align: left;
  }
  .section-services .section__list-col {
    width: 50%;
  }
  .section-services .section__card {
    min-height: calc(410 / var(--font-size) * 1rem);
  }
  .section-statistic .card-info {
    position: absolute;
    top: 0;
    left: 0;
    max-width: calc(180 / var(--font-size) * 1rem);
    text-align: left;
  }
  .section-statistic .card-info:nth-child(1) {
    transform: translate(-60%, 0);
  }
  .section-statistic .section__txt {
    text-align: center;
    color: var(--white);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-66%, -50%);
    max-width: calc(150 / var(--font-size) * 1rem);
    margin: 0;
  }
  .section-thanks {
    padding-top: calc(130 / var(--font-size) * 1rem);
  }
  .layout-thanks .header-primary .logo img {
    width: calc(160 / var(--font-size) * 1rem);
  }
}

@media screen and (min-width: 576px) {
  .container {
    width: 540px;
  }
}

@media only screen and (min-width: 768px) {
  .carousel-bullets {
    display: flex;
    flex-wrap: nowrap;
    margin-left: calc(-15 / var(--font-size) * 1rem);
    margin-right: calc(-15 / var(--font-size) * 1rem);
  }
  .carousel-bullets .carousel__item {
    display: block;
    position: relative;
    width: 33.3%;
    padding-left: calc(15 / var(--font-size) * 1rem);
    padding-right: calc(15 / var(--font-size) * 1rem);
  }
  .form {
    padding: calc(20 / var(--font-size) * 1rem) calc(30 / var(--font-size) * 1rem);
  }
  .form .form__label-icon {
    left: calc(15 / var(--font-size) * 1rem);
  }
  .wrapper-primary {
    padding: calc(10 / var(--font-size) * 1rem);
  }
  .wrapper-primary .wrapper__content {
    align-items: flex-end;
    text-align: left;
  }
  .wrapper-primary .wrapper__img {
    display: block;
  }
  .modal .form__col {
    margin-top: calc(20 / var(--font-size) * 1rem);
  }
  .section-about {
    padding-top: calc(80 / var(--font-size) * 1rem);
    padding-bottom: calc(80 / var(--font-size) * 1rem);
  }
  .section-about .section__img {
    display: block;
    top: 25%;
    left: 35%;
  }
  .section-about .section__list-row {
    flex-direction: row;
  }
  .section-about .section__card-second {
    background: none;
    padding: 0;
    padding-top: calc(30 / var(--font-size) * 1rem);
    border-radius: 0;
  }
  .section-about .section__card-inner {
    background-color: transparent;
    border-radius: 0;
    min-height: calc(315 / var(--font-size) * 1rem);
    justify-content: flex-end;
    background-image: url("../img/card-border.png");
  }
  .section-delivery .section__card-decor {
    display: block;
  }
  .section-delivery .section__card {
    padding-top: calc(140 / var(--font-size) * 1rem);
  }
  .section-edu {
    text-align: left;
  }
  .section-edu .section__content-item {
    max-width: calc(250 / var(--font-size) * 1rem);
  }
  .section-edu .section__content-item {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
  }
  .section-edu .card-info {
    bottom: 18%;
    padding: calc(25 / var(--font-size) * 1rem);
  }
  .section-edu .section__content-info {
    max-width: calc(260 / var(--font-size) * 1rem);
    position: absolute;
    bottom: 15%;
    right: 0;
    z-index: 11;
  }
  .section-edu .section__img {
    margin-top: 0;
  }
  .section-edu .section__img img {
    max-width: 100%;
    width: auto;
  }
  .section-edu .wrapper-third {
    min-height: calc(390 / var(--font-size) * 1rem);
    padding: calc(35 / var(--font-size) * 1rem);
    padding-right: 59%;
  }
  .section-edu .wrapper-third img {
    top: 0;
    bottom: auto;
    width: 56%;
    height: 100%;
  }
  .section-front {
    padding-top: calc(185 / var(--font-size) * 1rem);
    padding-bottom: calc(185 / var(--font-size) * 1rem);
    text-align: left;
  }
  .section-front .carousel-bullets .carousel__card {
    flex-direction: row;
    align-items: flex-start;
  }
  .section-front .carousel-bullets .carousel__card-icon {
    margin-bottom: 0;
  }
  .section-model {
    text-align: left;
    padding-top: calc(65 / var(--font-size) * 1rem);
    padding-bottom: calc(65 / var(--font-size) * 1rem);
  }
  .section-plan {
    padding-top: calc(60 / var(--font-size) * 1rem);
    padding-bottom: calc(60 / var(--font-size) * 1rem);
  }
  .section-plan .section__table table {
    display: table;
  }
  .section-plan .section__table tr {
    display: table-row;
  }
  .section-plan .section__table th,
  .section-plan .section__table td {
    display: table-cell !important;
  }
  .section-plan .section__table thead {
    display: table-header-group;
  }
  .section-plan .section__table tbody {
    display: table-row-group;
  }
  .section-plan .section__table .table {
    border-radius: 7px;
    border-spacing: 0;
    border-radius: calc(7 / var(--font-size) * 1rem);
    background: rgba(255, 255, 255, 0.56);
    border: 1px solid rgba(0, 0, 0, 0.22);
    box-shadow: 0px 11px 27px rgba(0, 0, 0, 0.11);
    -webkit-backdrop-filter: blur(38px);
    backdrop-filter: blur(38px);
    overflow: hidden;
  }
  .section-plan .section__table .table td {
    padding: calc(12 / var(--font-size) * 1rem) calc(30 / var(--font-size) * 1rem);
  }
  .section-plan .section__table .table table tr {
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
    border: none;
    padding: 0;
    text-align: left;
  }
  .section-plan .section__table .table table td {
    margin: 0;
  }
  .section-plan .section__table .table table td:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.27);
  }
  .section-plan .section__table .table table td:before {
    display: none;
  }
  .section-plan .section__table .table table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.27);
    padding: calc(12 / var(--font-size) * 1rem) calc(20 / var(--font-size) * 1rem);
  }
  .section-plan .section__table .table table td:first-child {
    width: 50%;
    padding-left: 0;
    text-align: left;
  }
  .section-plan .section__table .table table td:nth-child(2) {
    width: 20%;
    text-align: center;
  }
  .section-plan .section__table .table table td:nth-child(3) {
    width: 30%;
    text-align: right;
    padding-right: 0;
  }
  .section-plan .section__table .table th:first-child {
    width: 50%;
  }
  .section-plan .section__table .table th:nth-child(2) {
    text-align: center;
    width: 20%;
  }
  .section-plan .section__table .table th:nth-child(3) {
    text-align: right;
    width: 30%;
  }
  .section-plan .section__img-decor-1 {
    margin-top: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 82%;
    transform: translate(0, -50%);
  }
  .section-plan .section__img-decor-1 img {
    width: auto;
  }
  .section-plan .section__img-decor-2 {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 82%;
    transform: translate(0, -50%);
  }
  .section-plan .section__img-decor-2 img {
    width: auto;
  }
  .section-profit {
    text-align: left;
  }
  .section-profit .section__img {
    width: 72%;
  }
  .section-profit .section__content {
    width: 60%;
    margin-left: auto;
  }
  .section-profit .section__list-col {
    width: 33.3%;
  }
  .section-services {
    padding-top: calc(120 / var(--font-size) * 1rem);
    padding-bottom: calc(120 / var(--font-size) * 1rem);
  }
  .section-statistic {
    padding-top: calc(65 / var(--font-size) * 1rem);
    padding-bottom: calc(65 / var(--font-size) * 1rem);
    text-align: left;
  }
  .section-statistic .section__content-row {
    flex-wrap: nowrap;
  }
  .section-statistic .section__content-col-main {
    width: 65.5%;
  }
  .section-statistic .section__content-col-aside {
    flex: 1 0 0%;
  }
  .section-support {
    background-position: 28% 50%;
    padding-top: calc(90 / var(--font-size) * 1rem);
    padding-bottom: calc(55 / var(--font-size) * 1rem);
  }
  .section-support .section__content {
    width: 50%;
    margin-left: auto;
  }
  .section-support .section__head {
    text-align: left;
  }
  .section-support .section__list h3 {
    text-align: left;
  }
  .section-support .wrapper-primary {
    margin-right: 0;
  }
  .section-thanks {
    text-align: left;
  }
  .section-thanks br {
    display: block;
  }
  .section-thanks .section__content {
    max-width: 65%;
  }
  .section-thanks .section__table {
    padding-top: calc(35 / var(--font-size) * 1rem);
    padding-bottom: calc(35 / var(--font-size) * 1rem);
  }
  .section-thanks .section__services-item {
    flex-direction: row;
    align-items: center;
  }
  .section-thanks .section__services-label {
    margin-bottom: 0;
  }
  .section-thanks .section__services-links {
    margin: 0;
    justify-content: flex-start;
    padding-left: calc(10 / var(--font-size) * 1rem);
  }
  .section-thanks .section__img {
    position: absolute;
    margin: 0;
    left: 63%;
    bottom: 50%;
    transform: translate(0, 50%);
  }
  .section-thanks .section__img img {
    width: 90%;
  }
  .section-thanks .section__img .card {
    padding: calc(25 / var(--font-size) * 1rem);
  }
  .section-thanks .section__img .card h3 {
    padding-bottom: calc(10 / var(--font-size) * 1rem);
  }
}

@media screen and (min-width: 768px) {
  .container {
    width: 720px;
  }
}

@media only screen and (min-width: 992px) {
  .h1,
  h1 {
    font-size: var(--h1-lg);
  }
  .h2,
  h2 {
    font-size: var(--h2-lg);
  }
  .h3,
  h3 {
    font-size: var(--h3-lg);
  }
  .h4,
  h4 {
    font-size: var(--h4-lg);
  }
  .h5,
  h5 {
    font-size: var(--h5-lg);
  }
  .h6,
  h6 {
    font-size: var(--h6-lg);
  }
  small {
    font-size: var(--text-small-lg);
  }
  .container {
    padding-left: calc(10 / var(--font-size) * 1rem);
    padding-right: calc(10 / var(--font-size) * 1rem);
  }
  .row {
    margin-left: calc(-10 / var(--font-size) * 1rem);
    margin-right: calc(-10 / var(--font-size) * 1rem);
  }
  .col {
    padding-left: calc(10 / var(--font-size) * 1rem);
    padding-right: calc(10 / var(--font-size) * 1rem);
  }
  .link-contacts {
    padding-left: calc(55 / var(--font-size) * 1rem);
  }
  .link-contacts img {
    width: calc(40 / var(--font-size) * 1rem);
  }
  .link-contacts .link__phone {
    font-size: calc(16 / var(--font-size) * 1rem);
  }
  .link-contacts .link__phone:hover img {
    width: calc(45 / var(--font-size) * 1rem);
  }
  .link-developer {
    font-size: var(--h5-lg);
  }
  .btn {
    font-size: var(--h5-lg);
  }
  .btn {
    min-height: calc(72 / var(--font-size) * 1rem);
    width: calc(350 / var(--font-size) * 1rem);
  }
  .card-info h3 {
    font-size: var(--h3-2-lg);
  }
  .card-info p {
    font-size: var(--text-lg);
  }
  .form .form__row {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .form .form__col {
    flex: 1 0 0%;
  }
  .form .form__col:nth-last-child(2) {
    width: 100%;
    flex: 0 0 auto;
  }
  .form .form__col:nth-last-child(2) {
    width: calc(300 / var(--font-size) * 1rem);
  }
  .form .form__col:last-child {
    flex: 0 0 auto;
    width: 100%;
  }
  .form input {
    font-size: var(--text-lg);
  }
  .form input {
    height: calc(64 / var(--font-size) * 1rem);
    padding: calc(5 / var(--font-size) * 1rem) calc(20 / var(--font-size) * 1rem) calc(5 / var(--font-size) * 1rem) calc(50 / var(--font-size) * 1rem);
  }
  .form .form__check {
    font-size: var(--text-smallest-lg);
  }
  .wrapper-primary .wrapper__content {
    min-height: calc(280 / var(--font-size) * 1rem);
  }
  .wrapper-primary .wrapper__img img {
    width: calc(430 / var(--font-size) * 1rem);
  }
  .wrapper-primary .wrapper__img-second {
    width: calc(440 / var(--font-size) * 1rem);
  }
  .wrapper-primary .wrapper__img-second img {
    width: 100%;
  }
  .wrapper-secondary h3 {
    font-size: var(--h3-2-lg);
  }
  .wrapper-third {
    font-size: var(--h5-lg);
  }
  .modal {
    text-align: left;
    padding: calc(55 / var(--font-size) * 1rem) calc(70 / var(--font-size) * 1rem);
    width: calc(910 / var(--font-size) * 1rem);
    min-height: calc(560 / var(--font-size) * 1rem);
  }
  .modal#modal-callback-2 .modal__content {
    flex-direction: column;
    max-width: calc(460 / var(--font-size) * 1rem);
  }
  .modal#modal-callback-2 .modal__body {
    width: auto;
  }
  .modal .modal__content {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .modal .modal__head {
    flex: 1 0 0%;
    width: auto;
  }
  .modal .modal__img {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
  }
  .modal .modal__body {
    position: relative;
    z-index: 2;
    width: calc(320 / var(--font-size) * 1rem);
  }
  .modal h3 {
    font-size: var(--h2-lg);
  }
  .modal h4 {
    margin-bottom: calc(35 / var(--font-size) * 1rem);
  }
  .modal .form .form__check {
    font-size: var(--text-smallest-lg);
  }
  .modal .form__row {
    flex-direction: column;
    margin-top: calc(-20 / var(--font-size) * 1rem);
  }
  .modal .form__check {
    font-size: var(--text-small-lg);
  }
  .modal .form__check {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
  .modal .form__check img {
    top: calc(2 / var(--font-size) * 1rem);
  }
  .modal .form__col:nth-last-child(2) {
    width: 100%;
    flex: 0 0 auto;
  }
  .header-primary .header__col-descr {
    display: block;
  }
  .section-about .section__img {
    left: 50%;
    top: 48%;
    transform: translate(0, -53%);
  }
  .section-about .section__head {
    margin-bottom: calc(30 / var(--font-size) * 1rem);
  }
  .section-about .section__head p {
    font-size: var(--h3-lg);
  }
  .section-about .section__list-head h3 {
    font-size: var(--h2-2-lg);
  }
  .section-delivery {
    padding-top: calc(70 / var(--font-size) * 1rem);
    padding-bottom: calc(90 / var(--font-size) * 1rem);
  }
  .section-delivery .section__head {
    margin-bottom: calc(30 / var(--font-size) * 1rem);
  }
  .section-delivery .section__head p {
    font-size: var(--h3-lg);
  }
  .section-delivery .section__cards {
    margin-bottom: calc(30 / var(--font-size) * 1rem);
  }
  .section-delivery .section__card {
    padding-top: calc(180 / var(--font-size) * 1rem);
  }
  .section-delivery .section__foot {
    font-size: var(--h5-lg);
  }
  .section-edu .section__head {
    margin-bottom: calc(25 / var(--font-size) * 1rem);
  }
  .section-edu .section__head p {
    font-size: var(--h3-lg);
  }
  .section-edu .section__content-item {
    font-size: var(--h5-lg);
  }
  .section-edu .section__content-item img {
    display: block;
  }
  .section-edu .section__content-item:first-child {
    top: 5%;
  }
  .section-edu .section__content-item:nth-child(2) {
    top: 0;
    right: 10%;
  }
  .section-edu .section__content-item:nth-child(4) {
    right: 10%;
  }
  .section-edu .section__content-title h3 {
    font-size: var(--h3-2-lg);
  }
  .section-form br {
    display: block;
  }
  .section-form .section__head h2 {
    font-size: var(--h2-2-lg);
  }
  .section-form .wrapper.wrapper-primary h5 {
    margin-bottom: calc(20 / var(--font-size) * 1rem);
  }
  .section-form .wrapper.wrapper-primary .form {
    max-width: none;
  }
  .section-front .section__content {
    max-width: calc(600 / var(--font-size) * 1rem);
  }
  .section-front .section__head {
    margin-bottom: calc(45 / var(--font-size) * 1rem);
  }
  .section-front p {
    font-size: var(--h3-2-lg);
  }
  .section-front .section__carousel {
    margin-bottom: calc(45 / var(--font-size) * 1rem);
  }
  .section-model br {
    display: block;
  }
  .section-model .section__head {
    margin-bottom: calc(30 / var(--font-size) * 1rem);
  }
  .section-model .section__head p {
    font-size: var(--h3-lg);
  }
  .section-model .section__content {
    margin-bottom: calc(30 / var(--font-size) * 1rem);
  }
  .section-model .section__content-wrap {
    width: 31.9%;
    margin-left: auto;
    padding-top: 0;
  }
  .section-model .section__content-wrap h3 {
    font-size: var(--h3-2-lg);
  }
  .section-model .section__img {
    position: absolute;
    right: 40.1%;
    top: 50%;
    transform: translate(0, -50%);
  }
  .section-model .section__info {
    padding: calc(25 / var(--font-size) * 1rem);
  }
  .section-plan .section__head {
    margin-bottom: calc(30 / var(--font-size) * 1rem);
  }
  .section-plan .section__head p {
    font-size: var(--h3-lg);
  }
  .section-plan .section__table .table {
    margin-bottom: calc(30 / var(--font-size) * 1rem);
  }
  .section-plan .section__table .table th {
    font-size: var(--h4-lg);
  }
  .section-pre-foot {
    padding-top: calc(60 / var(--font-size) * 1rem);
    padding-bottom: calc(60 / var(--font-size) * 1rem);
  }
  .section-pre-foot br {
    display: block;
  }
  .section-pre-foot .section__head {
    margin-bottom: calc(30 / var(--font-size) * 1rem);
  }
  .section-pre-foot .section__head h2 strong {
    font-size: var(--h1-lg);
  }
  .section-pre-foot .section__head p {
    font-size: var(--h3-2-lg);
  }
  .section-pre-foot .section__list {
    margin-bottom: calc(45 / var(--font-size) * 1rem);
  }
  .section-pre-foot .section__list-head {
    margin-bottom: calc(25 / var(--font-size) * 1rem);
  }
  .section-pre-foot .section__list-head h3 {
    font-size: var(--h2-2-lg);
  }
  .section-pre-foot .section__list-card {
    font-size: var(--h4-lg);
  }
  .section-pre-foot .wrapper-secondary .wrapper__row {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .section-pre-foot .wrapper-secondary .wrapper__col-main {
    margin-left: calc(15 / var(--font-size) * 1rem);
    padding-left: calc(30 / var(--font-size) * 1rem);
    border-left: 3px solid rgba(165, 186, 215, 0.48);
    flex: 1 0 0%;
  }
  .section-profit {
    padding-top: calc(100 / var(--font-size) * 1rem);
    padding-bottom: calc(100 / var(--font-size) * 1rem);
  }
  .section-profit br {
    display: block;
  }
  .section-profit .section__head {
    margin-bottom: calc(25 / var(--font-size) * 1rem);
  }
  .section-profit .section__head p {
    font-size: var(--h3-lg);
  }
  .section-profit .section__list {
    margin-bottom: calc(25 / var(--font-size) * 1rem);
  }
  .section-profit .section__list-item h3 {
    font-size: var(--h2-lg);
  }
  .section-profit .section__list-item p {
    font-size: var(--h5-lg);
  }
  .section-profit .section__foot {
    margin-bottom: calc(30 / var(--font-size) * 1rem);
  }
  .section-profit .section__foot p {
    font-size: var(--h3-lg);
  }
  .section-profit .wrapper-fourth {
    padding: calc(35 / var(--font-size) * 1rem);
  }
  .section-profit .wrapper-fourth .wrapper__row {
    flex-direction: row;
    align-items: center;
  }
  .section-services .section__head {
    margin-bottom: calc(30 / var(--font-size) * 1rem);
  }
  .section-services .section__head p {
    font-size: var(--h3-lg);
  }
  .section-services .section__list {
    margin-bottom: calc(30 / var(--font-size) * 1rem);
  }
  .section-services .section__list-row {
    margin-top: calc(-20 / var(--font-size) * 1rem);
  }
  .section-services .section__list-col {
    margin-top: calc(20 / var(--font-size) * 1rem);
    width: 25%;
  }
  .section-services .section__card {
    min-height: calc(440 / var(--font-size) * 1rem);
  }
  .section-statistic br {
    display: block;
  }
  .section-statistic .section__head {
    margin-bottom: calc(80 / var(--font-size) * 1rem);
  }
  .section-statistic .section__item {
    font-size: var(--h5-lg);
  }
  .section-statistic .section__item {
    margin-top: calc(25 / var(--font-size) * 1rem);
  }
  .section-statistic .card-info {
    max-width: calc(260 / var(--font-size) * 1rem);
  }
  .section-statistic .section__txt {
    transform: translate(-50%, -50%);
    max-width: none;
    font-size: calc(18 / var(--font-size) * 1rem);
  }
  .section-support {
    background-position: 38% 50%;
  }
  .section-support br {
    display: block;
  }
  .section-support .section__content {
    width: 60%;
    margin-bottom: calc(30 / var(--font-size) * 1rem);
  }
  .section-support .section__head {
    margin-bottom: calc(30 / var(--font-size) * 1rem);
  }
  .section-support .section__head h3 {
    font-size: var(--h3-lg);
  }
  .section-support .section__list h3 {
    font-size: var(--h3-2-lg);
  }
  .section-support .section__list ul li {
    font-size: var(--h5-lg);
  }
  .section-support .section__list ul li {
    padding-left: calc(40 / var(--font-size) * 1rem);
    margin-top: calc(30 / var(--font-size) * 1rem);
  }
  .section-support .section__list ul span {
    font-size: var(--h2-lg);
  }
  .section-support .wrapper-primary {
    max-width: none;
  }
  .section-support .wrapper-primary .wrapper__in {
    padding: calc(45 / var(--font-size) * 1rem) calc(65 / var(--font-size) * 1rem);
  }
  .section-thanks {
    padding-top: calc(150 / var(--font-size) * 1rem);
  }
  .section-thanks h1 {
    font-size: var(--h2-lg);
  }
  .section-thanks .section__table-col-main {
    width: 60%;
  }
  .section-thanks .section__table-col-aside {
    width: 40%;
  }
  .section-thanks .section__table-job-time-first {
    font-size: var(--h3-lg);
  }
  .section-thanks .section__table-job-time-second {
    font-size: var(--h5-lg);
  }
  .section-thanks .section__table-content {
    font-size: var(--h5-lg);
  }
  .section-thanks .section__services {
    margin-bottom: calc(40 / var(--font-size) * 1rem);
  }
  .section-thanks .section__services h3 {
    font-size: var(--h2-lg);
  }
  .section-thanks .section__services-label {
    font-size: var(--h3-2-lg);
  }
  .footer-primary {
    font-size: var(--h5-lg);
  }
  .footer-primary {
    padding: calc(50 / var(--font-size) * 1rem) 0;
    text-align: left;
  }
  .footer-primary .footer__row {
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-primary .footer__col {
    align-items: stretch;
    justify-content: space-between;
  }
  .footer-primary .footer__col-third {
    align-items: flex-end;
  }
  .footer-primary .link-policy {
    font-size: var(--h5-lg);
  }
  .layout-thanks .header-primary {
    padding: calc(30 / var(--font-size) * 1rem) 0;
  }
  .layout-thanks .header-primary .link-contacts {
    padding-left: calc(55 / var(--font-size) * 1rem);
  }
}

@media screen and (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@media only screen and (min-width: 1200px) {
  body {
    font-size: var(--default-font-size-xl);
  }
  .wrapper-primary h5 {
    font-size: calc(22 / var(--font-size) * 1rem);
  }
  .wrapper-primary .wrapper__content .btn {
    width: calc(380 / var(--font-size) * 1rem);
  }
  .wrapper-primary .wrapper__img img {
    width: calc(491 / var(--font-size) * 1rem);
  }
  .wrapper-primary .wrapper__img-second img {
    width: 100%;
  }
  .wrapper-primary h2 {
    font-size: calc(22 / var(--font-size) * 1rem);
  }
  .wrapper-primary h2 strong {
    font-size: calc(26 / var(--font-size) * 1rem);
  }
  .modal .form__col:nth-last-child(2) {
    width: 100%;
  }
  .section-edu br {
    display: block;
  }
  .section-edu .section__content-item {
    max-width: none;
  }
  .section-edu .section__content-item:first-child {
    left: 2%;
  }
  .section-edu .section__content-item:nth-child(2) {
    top: 5%;
    right: 8%;
  }
  .section-edu .section__content-item:nth-child(3) {
    left: -1%;
  }
  .section-edu .section__content-item:nth-child(4) {
    top: 33%;
    right: 17%;
  }
  .section-edu .section__content-info {
    max-width: none;
  }
  .section-front .section__content {
    max-width: calc(820 / var(--font-size) * 1rem);
  }
  .section-front .section__head {
    max-width: calc(650 / var(--font-size) * 1rem);
  }
  .section-front .section__carousel br {
    display: block;
  }
  .section-services .section__card {
    min-height: calc(422 / var(--font-size) * 1rem);
  }
  .section-thanks {
    padding-top: calc(220 / var(--font-size) * 1rem);
    padding-bottom: calc(140 / var(--font-size) * 1rem);
  }
  .section-thanks .section__services-row {
    align-items: center;
    flex-direction: row;
  }
  .section-thanks .section__services-col-services {
    width: 60%;
  }
  .section-thanks .section__services-col-tagline {
    width: 40%;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media only screen and (min-width: 1400px) {
  .h1,
  h1 {
    font-size: var(--h1-xxl);
  }
  .h2,
  h2 {
    font-size: var(--h2-xxl);
  }
  .h3,
  h3 {
    font-size: var(--h3-xxl);
  }
  .h4,
  h4 {
    font-size: var(--h4-xxl);
  }
  .h5,
  h5 {
    font-size: var(--h5-xxl);
  }
  .h6,
  h6 {
    font-size: var(--h6-xxl);
  }
  small {
    font-size: var(--text-small-xxl);
  }
  .link-contacts {
    padding-left: calc(65 / var(--font-size) * 1rem);
  }
  .link-contacts img {
    width: calc(49 / var(--font-size) * 1rem);
  }
  .link-contacts .link__phone {
    font-size: calc(17 / var(--font-size) * 1rem);
  }
  .link-contacts .link__phone:hover img {
    width: calc(55 / var(--font-size) * 1rem);
  }
  .link-contacts .link__modal, .link-contacts .link__stub {
    font-size: calc(15 / var(--font-size) * 1rem);
  }
  .link-contacts .link__stub {
    max-width: calc(180 / var(--font-size) * 1rem);
  }
  .link-developer {
    font-size: var(--h5-xxl);
  }
  .link-developer {
    min-height: calc(50 / var(--font-size) * 1rem);
    padding-left: calc(65 / var(--font-size) * 1rem);
  }
  .link-developer img {
    top: calc(3 / var(--font-size) * 1rem);
    width: calc(47 / var(--font-size) * 1rem);
  }
  .link-developer:hover img {
    width: calc(52 / var(--font-size) * 1rem);
  }
  .btn {
    font-size: var(--h5-xxl);
  }
  .card-info h3 {
    font-size: var(--h3-2-xxl);
  }
  .card-info p {
    font-size: var(--text-xxl);
  }
  .card-info p {
    font-size: calc(17 / var(--font-size) * 1rem);
  }
  .form input {
    font-size: var(--text-xxl);
  }
  .form .form__check {
    font-size: var(--text-smallest-xxl);
  }
  .wrapper-primary {
    margin-left: calc(-35 / var(--font-size) * 1rem);
    margin-right: calc(-35 / var(--font-size) * 1rem);
  }
  .wrapper-primary .wrapper__content {
    margin-left: auto;
    position: relative;
  }
  .wrapper-primary h2 {
    font-size: calc(26 / var(--font-size) * 1rem);
    margin-bottom: calc(30 / var(--font-size) * 1rem);
  }
  .wrapper-primary h2 strong {
    font-size: calc(32 / var(--font-size) * 1rem);
  }
  .wrapper-secondary h3 {
    font-size: var(--h3-2-xxl);
  }
  .wrapper-secondary h3 {
    font-size: calc(23 / var(--font-size) * 1rem);
  }
  .wrapper-third {
    font-size: var(--h5-xxl);
  }
  .wrapper-third p {
    margin-bottom: calc(30 / var(--font-size) * 1rem);
  }
  .modal h3 {
    font-size: var(--h2-xxl);
  }
  .modal h3 {
    font-size: calc(30 / var(--font-size) * 1rem);
  }
  .modal .form .form__check {
    font-size: var(--text-smallest-xxl);
  }
  .modal .form__check {
    font-size: var(--text-small-xxl);
  }
  .header-primary .header__col-descr {
    font-size: calc(15 / var(--font-size) * 1rem);
  }
  .section-about {
    background-size: auto;
  }
  .section-about br {
    display: block;
  }
  .section-about .section__img {
    top: 50%;
  }
  .section-about .section__head p {
    font-size: var(--h3-xxl);
  }
  .section-about .section__list-head h3 {
    font-size: var(--h2-2-xxl);
  }
  .section-about .section__list-col {
    padding-left: calc(20 / var(--font-size) * 1rem);
    padding-right: calc(20 / var(--font-size) * 1rem);
  }
  .section-about .section__card-second .section__card-body {
    padding-right: calc(20 / var(--font-size) * 1rem);
  }
  .section-delivery .section__head {
    margin-bottom: calc(66 / var(--font-size) * 1rem);
  }
  .section-delivery .section__head p {
    font-size: var(--h3-xxl);
  }
  .section-delivery .section__cards {
    margin-bottom: calc(65 / var(--font-size) * 1rem);
  }
  .section-delivery .section__cards-row {
    margin-left: calc(-20 / var(--font-size) * 1rem);
    margin-right: calc(-20 / var(--font-size) * 1rem);
  }
  .section-delivery .section__cards-col {
    padding-left: calc(20 / var(--font-size) * 1rem);
    padding-right: calc(20 / var(--font-size) * 1rem);
  }
  .section-delivery .section__card {
    font-size: calc(17 / var(--font-size) * 1rem);
  }
  .section-delivery .section__card h3 {
    margin-bottom: calc(25 / var(--font-size) * 1rem);
  }
  .section-delivery .section__card p {
    margin-bottom: calc(25 / var(--font-size) * 1rem);
  }
  .section-delivery .section__foot {
    font-size: var(--h5-xxl);
  }
  .section-edu .section__head {
    margin-bottom: calc(35 / var(--font-size) * 1rem);
  }
  .section-edu .section__head p {
    font-size: var(--h3-xxl);
  }
  .section-edu .section__content-item {
    font-size: var(--h5-xxl);
  }
  .section-edu .section__content-title {
    margin-bottom: calc(30 / var(--font-size) * 1rem);
  }
  .section-edu .section__content-title h3 {
    font-size: var(--h3-2-xxl);
  }
  .section-edu .section__content-title h3 {
    font-size: calc(25 / var(--font-size) * 1rem);
  }
  .section-form .section__head h2 {
    font-size: var(--h2-2-xxl);
  }
  .section-form .wrapper.wrapper-primary h5 {
    margin-bottom: calc(30 / var(--font-size) * 1rem);
  }
  .section-form .wrapper.wrapper-primary .form .form__col {
    padding-left: calc(15 / var(--font-size) * 1rem);
    padding-right: calc(15 / var(--font-size) * 1rem);
  }
  .section-front .section__head {
    max-width: none;
  }
  .section-front .section__head {
    margin-bottom: calc(65 / var(--font-size) * 1rem);
  }
  .section-front .section__head br {
    display: block;
  }
  .section-front p {
    font-size: var(--h3-2-xxl);
  }
  .section-front .section__carousel {
    margin-bottom: calc(75 / var(--font-size) * 1rem);
  }
  .section-front .carousel-bullets .carousel__card {
    font-size: calc(17 / var(--font-size) * 1rem);
  }
  .section-model {
    padding-top: calc(85 / var(--font-size) * 1rem);
    padding-bottom: calc(85 / var(--font-size) * 1rem);
  }
  .section-model .section__head {
    margin-bottom: calc(50 / var(--font-size) * 1rem);
  }
  .section-model .section__head p {
    font-size: var(--h3-xxl);
  }
  .section-model .section__content {
    margin-bottom: calc(65 / var(--font-size) * 1rem);
  }
  .section-model .section__content-wrap h3 {
    font-size: var(--h3-2-xxl);
  }
  .section-model .section__content-item {
    margin-bottom: calc(30 / var(--font-size) * 1rem);
  }
  .section-plan .section__head {
    margin-bottom: calc(40 / var(--font-size) * 1rem);
  }
  .section-plan .section__head p {
    font-size: var(--h3-xxl);
  }
  .section-plan .section__table .table {
    margin-bottom: calc(40 / var(--font-size) * 1rem);
  }
  .section-plan .section__table .table th {
    font-size: var(--h4-xxl);
  }
  .section-pre-foot {
    padding-top: calc(120 / var(--font-size) * 1rem);
    padding-bottom: calc(80 / var(--font-size) * 1rem);
  }
  .section-pre-foot .section__head {
    margin-bottom: calc(45 / var(--font-size) * 1rem);
  }
  .section-pre-foot .section__head h2 {
    margin-bottom: calc(25 / var(--font-size) * 1rem);
  }
  .section-pre-foot .section__head h2 strong {
    font-size: var(--h1-xxl);
  }
  .section-pre-foot .section__head h2 strong {
    font-size: calc(50 / var(--font-size) * 1rem);
  }
  .section-pre-foot .section__head p {
    font-size: var(--h3-2-xxl);
  }
  .section-pre-foot .section__list {
    margin-bottom: calc(75 / var(--font-size) * 1rem);
  }
  .section-pre-foot .section__list-head {
    margin-bottom: calc(35 / var(--font-size) * 1rem);
  }
  .section-pre-foot .section__list-head h3 {
    font-size: var(--h2-2-xxl);
  }
  .section-pre-foot .section__list-card {
    font-size: var(--h4-xxl);
  }
  .section-profit {
    padding-top: calc(150 / var(--font-size) * 1rem);
    padding-bottom: calc(150 / var(--font-size) * 1rem);
  }
  .section-profit .section__head {
    margin-bottom: calc(35 / var(--font-size) * 1rem);
  }
  .section-profit .section__head p {
    font-size: var(--h3-xxl);
  }
  .section-profit .section__list {
    margin-bottom: calc(35 / var(--font-size) * 1rem);
  }
  .section-profit .section__list-item h3 {
    font-size: var(--h2-xxl);
  }
  .section-profit .section__list-item h3 {
    font-size: calc(30 / var(--font-size) * 1rem);
  }
  .section-profit .section__list-item p {
    font-size: var(--h5-xxl);
  }
  .section-profit .section__foot {
    margin-bottom: calc(35 / var(--font-size) * 1rem);
  }
  .section-profit .section__foot p {
    font-size: var(--h3-xxl);
  }
  .section-services .section__head {
    margin-bottom: calc(50 / var(--font-size) * 1rem);
  }
  .section-services .section__head p {
    font-size: var(--h3-xxl);
  }
  .section-services .section__list {
    margin-bottom: calc(40 / var(--font-size) * 1rem);
  }
  .section-statistic .section__head {
    margin-bottom: calc(100 / var(--font-size) * 1rem);
  }
  .section-statistic .section__item {
    font-size: var(--h5-xxl);
  }
  .section-statistic .section__item {
    margin-top: calc(45 / var(--font-size) * 1rem);
  }
  .section-statistic .card-info {
    padding: calc(14 / var(--font-size) * 1rem) calc(25 / var(--font-size) * 1rem);
  }
  .section-statistic .card-info p {
    font-size: calc(16 / var(--font-size) * 1rem);
  }
  .section-support .section__content {
    margin-bottom: calc(55 / var(--font-size) * 1rem);
  }
  .section-support .section__head {
    margin-bottom: calc(35 / var(--font-size) * 1rem);
  }
  .section-support .section__head h3 {
    font-size: var(--h3-xxl);
  }
  .section-support .section__list h3 {
    font-size: var(--h3-2-xxl);
  }
  .section-support .section__list ul li {
    font-size: var(--h5-xxl);
  }
  .section-support .section__list ul li {
    padding-left: calc(65 / var(--font-size) * 1rem);
  }
  .section-support .section__list ul li {
    margin-top: calc(35 / var(--font-size) * 1rem);
  }
  .section-support .section__list ul span {
    font-size: var(--h2-xxl);
  }
  .section-support .section__list ul span {
    font-size: calc(35 / var(--font-size) * 1rem);
  }
  .section-thanks .section__content {
    max-width: 73%;
  }
  .section-thanks .section__head {
    margin-bottom: calc(30 / var(--font-size) * 1rem);
  }
  .section-thanks h1 {
    font-size: var(--h2-xxl);
  }
  .section-thanks .section__table {
    margin-bottom: calc(35 / var(--font-size) * 1rem);
  }
  .section-thanks .section__table-job-time-first {
    font-size: var(--h3-xxl);
  }
  .section-thanks .section__table-job-time-second {
    font-size: var(--h5-xxl);
  }
  .section-thanks .section__table-content {
    font-size: var(--h5-xxl);
  }
  .section-thanks .section__services {
    margin-bottom: calc(60 / var(--font-size) * 1rem);
  }
  .section-thanks .section__services h3 {
    font-size: var(--h2-xxl);
  }
  .section-thanks .section__services h3 {
    font-size: calc(30 / var(--font-size) * 1rem);
  }
  .section-thanks .section__services-item {
    margin-bottom: calc(25 / var(--font-size) * 1rem);
  }
  .section-thanks .section__services-label {
    font-size: var(--h3-2-xxl);
  }
  .section-thanks .section__img {
    bottom: 5%;
    transform: translate(0, 0);
  }
  .section-thanks .section__img img {
    width: auto;
    max-width: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    transform: translate(11%, 5%);
    width: calc(576 / var(--font-size) * 1rem);
  }
  .section-thanks .section__img .card {
    width: calc(575 / var(--font-size) * 1rem);
  }
  .footer-primary {
    font-size: var(--h5-xxl);
  }
  .footer-primary {
    padding: calc(70 / var(--font-size) * 1rem) 0;
  }
  .footer-primary .link-policy {
    font-size: var(--h5-xxl);
  }
}

@media screen and (min-width: 1400px) {
  .container {
    width: 1200px;
  }
}

@media only screen and (min-width: 1920px) {
  .section-about .section__img {
    left: auto;
    right: 0;
  }
  .section-model .section__img {
    right: auto;
    left: 0;
  }
  .section-plan .section__img-decor-1 {
    left: 0;
    right: auto;
  }
  .section-plan .section__img-decor-2 {
    right: 0;
    left: auto;
  }
}
