/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*https://canonium.com/articles/css-incredible-less*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* Montserrat-Regular */
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
/* Montserrat-Medium */
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
/* Montserrat-Bold */
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
/* Montserrat-Black */
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Black'), local('Montserrat-Black'), url('../fonts/Montserrat-Black.woff2') format('woff2'), url('../fonts/Montserrat-Black.woff') format('woff'), url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
/* Рудименты ниже */
/* roboto-light - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/Roboto-Light.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Roboto-Light.woff') format('woff'), /* Modern Browsers */;
}
/* roboto-regular - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto Regular'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Roboto-Regular.woff') format('woff'), /* Modern Browsers */;
}
/* roboto-medium - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Roboto-Medium.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Roboto-Medium.woff') format('woff'), /* Modern Browsers */;
}
/* roboto-bold - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto-Bold.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Roboto-Bold.woff') format('woff'), /* Modern Browsers */;
}
/* roboto-black - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url('../fonts/Roboto-Black.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Roboto-Black.woff') format('woff'), /* Modern Browsers */;
}
/* segoe-ui-light - latin_cyrillic */
@font-face {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  src: local('Segoe UI Light'), local('SegoeUI-Light'), local('SegoeUI Light'), url('../fonts/SegoeUI-Light.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/SegoeUILight.woff') format('woff'), /* Modern Browsers */;
}
/* segoe-ui-regular - latin_cyrillic */
@font-face {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 400;
  src: local('Segoe UI'), local('Segoe UI Regular'), url('../fonts/SegoeUI.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/SegoeUIRegular.woff') format('woff'), /* Modern Browsers */;
}
/* segoe-ui-semibold - latin_cyrillic */
@font-face {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 600;
  src: local('Segoe UI Semibold'), local('SegoeUI Semibold'), url('../fonts/SegoeUI-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/SegoeUISemiBold.woff') format('woff'), /* Modern Browsers */;
}
/* segoe-ui-bold - latin_cyrillic */
@font-face {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 700;
  src: local('Segoe UI Bold'), local('SegoeUI Bold'), url('../fonts/SegoeUI-Bold.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/SegoeUIBold.woff') format('woff'), /* Modern Browsers */;
}
/* segoe-ui-black - latin_cyrillic */
@font-face {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 900;
  src: local('Segoe UI Black'), local('SegoeUI Black'), url('../fonts/seguibl.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/seguibl.woff') format('woff'), /* Modern Browsers */;
}
/* segoe-ui-italic - latin_cyrillic */
@font-face {
  font-family: 'Segoe UI';
  font-style: italic;
  font-weight: 400;
  src: local('Segoe UI Italic'), local('SegoeUI Italic'), local('SegoeUIItalic'), url('../fonts/SegoeUI-Italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/SegoeUIItalic.woff') format('woff'), /* Modern Browsers */;
}
/* myriad-pro-regular - latin_cyrillic */
@font-face {
  font-family: 'Myriad Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Myriad Pro Regular'), local('MyriadPro Regular'), local('MyriadPro-Regular'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/MyriadProRegular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/MyriadPro-Regular.woff') format('woff'), /* Modern Browsers */;
}
body {
  min-width: 320 px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  scroll-behavior: smooth;
}
body p {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
/*Прелоадер https://itchief.ru/javascript/how-to-make-preloader-for-site */
.preloader {
  /*фиксированное позиционирование*/
  position: fixed;
  /* координаты положения */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* фоновый цвет элемента */
  background: #e0e0e0;
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 1001;
}
.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}
.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #dcf72f;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}
.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes preloader-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}
.loaded .preloader {
  display: none;
}
.unvisible {
  display: none;
}
.page-header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.page-header-top {
  width: 100%;
  height: 72px;
  background-color: black;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .page-header-top {
    justify-content: space-around;
    /*height: 129px;*/
  }
}
@media (min-width: 1170px) {
  .page-header-top {
    height: 129px;
  }
}
.page-header-top__logo {
  /*margin-left: 40%;*/
  /*z-index: 10;*/
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /*height: 72px;*/
  /*background-color: red;
      border: solid green 2px;*/
  /*@media (min-width: 768px) {
        margin-left: 20px;
      }*/
  /*@media (min-width: 768px) and (max-width: 991px) {
        height: 2.02vw;
      }

      @media (min-width: 992px) and (max-width: 1169px) {
        height: 1.71vw;
      }

      @media (min-width: 1170px) {
        height: 1.04vw;
      }*/
}
@media (min-width: 768px) {
  .page-header-top__logo {
    position: relative;
    left: inherit;
    transform: none;
  }
}
.page-header-top__logo--image {
  padding: 0px;
}
@media (max-width: 1169px) {
  .page-header-top__logo--image {
    /*margin-top: 13px;
          max-height: 48px;*/
    /*margin-top: 13px;*/
    max-height: 72px;
  }
}
@media (min-width: 1170px) {
  .page-header-top__logo--image {
    /*max-height: 150px;*/
    height: 130px;
  }
}
.page-header-top__contacts {
  display: none;
}
@media (min-width: 768px) {
  .page-header-top__contacts {
    display: flex;
    /*margin-top: 57px;*/
    margin: auto 0;
  }
}
.page-header-top__telephone {
  margin-left: 15px;
  margin-top: 2px;
}
.page-header-top__telephone a {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 400;
  color: white;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-header-top__telephone a {
    font-size: 1.3vw;
  }
}
.page-header-top__button {
  background-color: #DCF72F;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.page-header-top__button:hover {
  border-color: #3a3a3a;
}
.page-header-top__button:active {
  border-color: #6a6a6a;
}
.page-header-top__button-link {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  color: red;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*width: 130px;*/
  width: 33.25vw;
}
@media (min-width: 501px) and (max-width: 1169px) {
  .page-header-top__button-link {
    width: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-header-top__button-link {
    font-size: 170px;
  }
}
@media (min-width: 1170px) {
  .page-header-top__button-link {
    width: 265px;
  }
}
.page-header-top__button-text {
  text-align: center;
  font-size: 15px;
  /*font-size: 4.69vw;*/
  font-family: "Montserrat";
  font-weight: 500;
  color: black;
  line-height: 1;
}
@media (min-width: 1170px) {
  .page-header-top__button-text--mobile {
    display: none;
  }
}
@media (min-width: 2560px) {
  .page-header-top__button-text {
    /*font-weight: 700;*/
    font-size: 20px;
  }
}
.page-header-middle {
  width: 100%;
  margin: 0 0 25px 0;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .page-header-middle {
    margin: 0;
  }
}
.page-header-bottom {
  background-image: url("../img/banner_mobile.jpg");
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  color: white;
  font-family: "Montserrat";
}
@media (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .page-header-bottom {
    background-image: url("../img/banner_mobile@2x.jpg");
  }
}
@media (min-width: 768px) {
  .page-header-bottom {
    background-image: url("../img/banner_pc.jpg");
  }
}
@media (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
  .page-header-bottom {
    background-image: url("../img/banner_pc@2x.jpg");
  }
}
.page-header-bottom__dummy {
  position: relative;
  /*height: 520px;*/
  /*height: 162.5vw;*/
  height: 138.5vw;
  /*border: solid green 2px;*/
}
@media (min-width: 768px) {
  .page-header-bottom__dummy {
    /*height: 870px;
        height: 95.052vw;*/
    width: 60%;
    /*border: solid green 2px;*/
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-header-bottom__dummy {
    height: 42.969vw;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .page-header-bottom__dummy {
    height: 43.5vw;
  }
}
@media (min-width: 1170px) {
  .page-header-bottom__dummy {
    height: 45.313vw;
  }
}
.page-header-bottom__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .page-header-bottom__wrapper {
    justify-content: center;
    width: 40%;
  }
}
.page-header-bottom__zagolovok {
  /*font-size: 32px;*/
  font-size: 10vw;
  font-weight: 900;
  line-height: 0.975;
  /*margin: 25px 0 0 10px;*/
  margin: 7.813vw 0 0 3.125vw;
  quotes: none;
}
@media (min-width: 768px) {
  .page-header-bottom__zagolovok {
    margin: 0;
    /*font-size: 60px;*/
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-header-bottom__zagolovok {
    font-size: 4.7vw;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .page-header-bottom__zagolovok {
    font-size: 4vw;
  }
}
@media (min-width: 1170px) {
  .page-header-bottom__zagolovok {
    font-size: 3.125vw;
  }
}
.page-header-bottom__slogan {
  /*font-size: 16px;*/
  font-size: 5vw;
  font-weight: 400;
  /*margin: 12px 0 0 10px;*/
  margin: 3.75vw 0 0 3.125vw;
  /*@media (min-width: 768px) {
        margin: 16px 0 32px 0;
        margin: 16px 0 32px 0;
        font-size: 5vw;
      }*/
}
@media (max-width: 767px) {
  .page-header-bottom__slogan {
    line-height: 1.25;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-header-bottom__slogan {
    margin: 16px 0 32px 0;
    font-size: 1.65vw;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .page-header-bottom__slogan {
    margin: 16px 0 32px 0;
    font-size: 1.4vw;
  }
}
@media (min-width: 1170px) {
  .page-header-bottom__slogan {
    margin: 16px 0 32px 0;
    font-size: 0.833vw;
  }
}
@media (min-width: 768px) {
  .page-header-bottom__slogan--hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-header-bottom__slogan--hiddenmobile {
    display: none;
  }
}
.page-header-bottom__call {
  cursor: pointer;
  display: inline-block;
  /*width: 316px;
      height: 58px;*/
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #fff;
  background-color: #ef0b0b;
  border-radius: 10vw;
  /*font-size: 16px;*/
  font-weight: 500;
}
@media (max-width: 767px) {
  .page-header-bottom__call {
    /*width: 169px;
        height: 47px;*/
    width: 52.812vw;
    height: 14.688vw;
    position: absolute;
    right: 5%;
    bottom: 0;
    /*margin-bottom: 20px;*/
    margin-bottom: 6.25vw;
    font-size: 5vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-header-bottom__call {
    width: 27.032vw;
    height: 4.962vw;
    font-size: 1.369vw;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .page-header-bottom__call {
    width: 27.032vw;
    height: 4.962vw;
    font-size: 1.369vw;
  }
}
@media (min-width: 1170px) {
  .page-header-bottom__call {
    width: 16.458vw;
    height: 3.021vw;
    font-size: 0.833vw;
  }
}
.page-header-bottom__call:hover {
  background-color: rgba(234, 4, 1, 0.7);
}
.page-header-bottom__call:active {
  background-color: rgba(234, 4, 1, 0.4);
}
.page-header-bottom__call-inner {
  display: flex;
  justify-content: center;
  position: relative;
  width: 316px;
  height: 58px;
  background-color: rgba(234, 4, 1, 0.29);
  border-radius: 10vw;
  padding: 0;
}
@media (max-width: 767px) {
  .page-header-bottom__call-inner {
    /*width: 169px;
          height: 47px;*/
    width: 52.812vw;
    height: 14.688vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-header-bottom__call-inner {
    width: 27.032vw;
    height: 4.962vw;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .page-header-bottom__call-inner {
    width: 27.032vw;
    height: 4.962vw;
  }
}
@media (min-width: 1170px) {
  .page-header-bottom__call-inner {
    width: 16.458vw;
    height: 3.021vw;
  }
}
.page-header-bottom__call-inner:hover {
  background-color: rgba(234, 4, 1, 0.1);
}
.page-header-bottom__call-inner:active {
  background-color: rgba(234, 4, 1, 0);
}
.page-header-bottom__call a {
  align-self: center;
  text-decoration: none;
  color: white;
}
.main-nav {
  /*margin: 33vw 0 0 0;*/
  /*display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;*/
  width: 100%;
  z-index: 9;
  /*border: 2px solid red;*/
}
@media (max-width: 767px) {
  .main-nav {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 20px;
    /*margin-top: 6.25vw;*/
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .main-nav {
    margin: 0;
    max-width: 80%;
    margin-top: 30px;
  }
}
@media (min-width: 1170px) {
  .main-nav {
    max-width: 55%;
  }
}
.main-nav__wrapper {
  width: 100%;
  /*    @media (min-width: 768px) and (max-width: 991px) {
      display: flex;
      justify-content: flex-end;
    }*/
}
@media (min-width: 768px) {
  .main-nav__wrapper {
    display: flex;
    justify-content: center;
  }
}
.main-nav__toggler {
  z-index: 1;
  border: none;
  /*margin-right: 4.4vw; ??  Я НЕ ПОНЯЛ К ЧЕМУ ЭТО ЗДЕСЬ*/
  background: none;
  outline: none;
  cursor: pointer;
  /*border: 1px solid green;*/
  /*@media (min-width: 768px) and (max-width: 991px) {

    margin-right: 7.3vw;

    & svg {
      width:23px;
      height:17px;
      viewBox:0 0 23 17;
    }

    &-burger-king {
      display: none;
    }

    &-burger-small {
      display: none;
    }

    &-burger-small-black, &-burger-king-black {
      display: none;
    }

    &--about {
      margin-right: 4.2vw;
    }
  }

  @media (min-width: 992px) {

    display: none;

    &-burger {
      display: none;
    }
  }

  @media (min-width: 1441px) {
      .main-nav__toggler-burger-small-black {
        display: block;
      }

      .main-nav__toggler-burger-smallest, .main-nav__toggler-burger-king-black {
        display: none;
      }

      & svg {
        width:32px;
        height:24.007px;
        viewBox:0 0 32 24.007;
      }
  }*/
  /*  @media (min-width: 1901px) {
      .main-nav__toggler-burger-small-black {
        display: none;
      }

      .main-nav__toggler-burger-smallest {
        display: none;
      }

      .main-nav__toggler-burger-king-black {
        display: block;
      }

      & svg {
        width:48px;
        height:36px;
        viewBox:0 0 48 36;
      }
  } */
}
@media (max-width: 549px) {
  .main-nav__toggler {
    margin-left: 3.5vw;
  }
  .main-nav__toggler svg {
    width: 40px;
    height: 34.007px;
    viewBox: 0 0 40 34.007;
  }
  .main-nav__toggler-burger-king {
    display: none;
  }
  .main-nav__toggler-burger-smallest {
    display: none;
  }
  .main-nav__toggler-burger-small-black,
  .main-nav__toggler-burger-king-black {
    display: none;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .main-nav__toggler {
    margin-left: 3.5vw;
  }
  .main-nav__toggler svg {
    width: 40px;
    height: 34.007px;
    viewBox: 0 0 44 34.007;
  }
  .main-nav__toggler-burger-small {
    display: none;
  }
  .main-nav__toggler-burger-smallest {
    display: none;
  }
  .main-nav__toggler-burger-small-black,
  .main-nav__toggler-burger-king-black {
    display: none;
  }
}
@media (min-width: 768px) {
  .main-nav__toggler {
    display: none;
  }
}
.main-nav__toggler svg:hover {
  fill: #879B06;
}
.main-nav__toggler svg:active {
  fill: #DCF72F;
}
.main-nav__toggler-cross {
  margin-top: 5px;
  /*@media (min-width: 768px) and (max-width: 991px) {
        &-white {
          display: none;
        }
      }*/
}
@media (max-width: 767px) {
  .main-nav__toggler-cross-black {
    display: none;
  }
}
.main-nav__list {
  width: 100%;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  background: #DCF72F;
  /*background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(102,102,102,0.9) 53%, rgba(0,0,0,1) 100%);*/
  /*@media (min-width: 768px) and (max-width: 991px) {
      width: 35%;
    }*/
}
@media (min-width: 768px) {
  .main-nav__list {
    display: flex;
    justify-content: space-between;
    background: inherit;
  }
}
@media (min-width: 1170px) {
  .main-nav__list {
    max-width: 90%;
  }
}
.main-nav__item {
  margin: 0px;
  text-align: center;
  border-top: solid 1px #818181;
  /*border-bottom: solid 1px #000000;*/
}
@media (min-width: 768px) {
  .main-nav__item {
    background: none;
    border: none;
  }
}
.main-nav__link {
  display: block;
  line-height: 16.8vw;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 4vw;
  font-family: "Montserrat";
  font-weight: 500;
  color: black;
  /*letter-spacing: 2.5px;*/
  /*@media (min-width: 768px) and (max-width: 991px) {
      line-height: 6vw;
      font-size: 2vw;
      letter-spacing: 1.5px;
    }*/
}
@media (min-width: 768px) {
  .main-nav__link {
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
  }
  .main-nav__link:hover {
    text-decoration: underline;
    cursor: pointer;
  }
  .main-nav__link:active {
    transform: translateY(1px);
    filter: saturate(150%);
  }
}
.main-nav__link--active {
  color: #cecece;
}
.main-nav__link--active:hover {
  text-decoration: none;
  cursor: default;
}
.main-nav__link--active:active {
  transform: none;
  filter: none;
}
.main-nav__link--active2 {
  color: #f4f4f4;
}
.main-nav__link--active2:hover {
  text-decoration: none;
  cursor: default;
}
.main-nav__link--active2:active {
  transform: none;
  filter: none;
}
.main-nav__link[href]:hover {
  background: rgba(0, 0, 0, 0.502);
}
@media (min-width: 768px) {
  .main-nav__link[href]:hover {
    background: none;
  }
}
.main-nav--opened .main-nav__toggler-burger {
  display: none;
}
.main-nav--opened .main-nav {
  background: #283645;
}
.main-nav--opened .main-nav__list {
  /*margin-top: 2.8vw;*/
  /*@media (min-width: 768px) and (max-width: 991px) {
      margin-top: 0.5vw;
    }*/
}
@media (max-width: 767px) {
  .main-nav--closed .main-nav__item {
    display: none;
  }
  .main-nav--closed .main-nav__inner {
    display: none;
  }
  .main-nav--closed .main-nav__toggler-cross {
    display: none;
  }
}
.main-nav--nojs .main-nav__toggler {
  display: none;
}
.main-nav--nojs .main-nav__item {
  display: block;
}
.messengers {
  z-index: 10;
  /*@media (min-width: 992px) {
  }*/
}
.messengers__list {
  padding: 0;
  margin: 0;
  display: flex;
}
.messengers__list li:nth-child(2) {
  /*margin: 1.1vw 0 1.1vw 0;*/
}
@media (min-width: 768px) and (max-width: 991px) {
  .messengers__list li:nth-child(2) {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .messengers__list li:nth-child(2) {
    /*          margin: 0.7vw 0 0.7vw 0;*/
    margin-left: 15px;
  }
}
.messengers__item {
  list-style-type: none;
}
.messengers__item img,
.messengers__item svg {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.messengers__item img:hover,
.messengers__item svg:hover {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
}
@media (min-width: 768px) and (max-width: 991px) {
  .messengers__item img,
  .messengers__item svg {
    width: 2.4vw;
    height: 2.4vw;
  }
}
@media (min-width: 992px) {
  .messengers__item img,
  .messengers__item svg {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    margin-right: 5px;
  }
}
.messengers__item a {
  display: flex;
  text-decoration: none;
}
.messengers__name {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 400;
  color: white;
}
.page-main {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
}
.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.advantages {
  margin: 0 auto;
  margin-bottom: 34px;
  /*padding-top: 15.5vw;*/
  /*border: 2px solid black;*/
}
@media (min-width: 768px) {
  .advantages {
    /*margin-top: -40px;*/
    margin-bottom: 65px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .advantages {
    margin-top: 2.604vw;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .advantages {
    margin-top: 2.604vw;
  }
}
@media (min-width: 1170px) {
  .advantages {
    margin-top: 0;
  }
}
.advantages__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*border: 1px solid yellow;*/
  padding: 10px 0 0 14.063vw;
  /*position: relative;*/
}
@media (min-width: 768px) {
  .advantages__wrapper {
    flex-direction: row;
    padding: 0;
  }
}
.advantages__section {
  width: 260px;
  /*width: 79.688vw;*/
  /*border: 1px solid red;*/
  position: relative;
}
.advantages__section:nth-child(2) {
  /*@media (min-width: 768px) {
        margin: 0 140px;
      }*/
  margin: 30px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .advantages__section:nth-child(2) {
    margin: 0 5.208vw;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .advantages__section:nth-child(2) {
    margin: 0 5.208vw;
  }
}
@media (min-width: 1170px) {
  .advantages__section:nth-child(2) {
    margin: 0 5.208vw;
  }
}
@media (min-width: 768px) {
  .advantages__section {
    position: relative;
    /*width: 360px;*/
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .advantages__section {
    width: 26.042vw;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .advantages__section {
    width: 25.042vw;
  }
}
@media (min-width: 1170px) {
  .advantages__section {
    width: 18.75vw;
  }
}
.advantages--pic {
  position: absolute;
  /*margin-top: -15px;
    margin-left: -45px;*/
  margin-top: -4.688vw;
  margin-left: -50px;
  left: 0;
  /*border: 1px solid yellow;*/
}
.advantages--pic img {
  /*width: 8.75vw;*/
  width: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .advantages--pic {
    margin-top: -2.7vw;
    margin-left: -4.557vw;
  }
  .advantages--pic img {
    width: 3vw;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .advantages--pic {
    margin-top: -2.7vw;
    margin-left: -3.5vw;
  }
  .advantages--pic img {
    width: 2.6vw;
  }
}
@media (min-width: 1170px) {
  .advantages--pic {
    margin-top: -1.6vw;
    margin-left: -3vw;
  }
  .advantages--pic img {
    width: 2vw;
  }
}
.advantages--header {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 24px;
  /*font-size: 7.5vw;*/
  line-height: 1;
  /*border: 1px solid green;*/
}
@media (min-width: 768px) and (max-width: 991px) {
  .advantages--header {
    font-size: 2vw;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .advantages--header {
    font-size: 2vw;
  }
}
@media (min-width: 1170px) {
  .advantages--header {
    font-size: 1.719vw;
  }
}
.advantages--text {
  font-size: 14px;
  /*font-size: 4.375vw;*/
  font-family: "Montserrat";
  font-weight: 400;
  margin-top: 23px;
  /*border: 1px solid blue;*/
}
@media (min-width: 768px) and (max-width: 991px) {
  .advantages--text {
    font-size: 1.2vw;
    margin-top: 2.344vw;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .advantages--text {
    font-size: 1vw;
    margin-top: 2.344vw;
  }
}
@media (min-width: 1170px) {
  .advantages--text {
    font-size: 0.7vw;
    margin-top: 1.5vw;
  }
}
.uslugi {
  margin: 0 auto;
}
.uslugi__banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 575px;
  width: 100%;
  background-color: #DCF72F;
  margin-bottom: 15vw;
  align-items: center;
}
@media (min-width: 768px) {
  .uslugi__banner {
    height: 730px;
    margin-bottom: 11vw;
  }
}
.uslugi__banner-header {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 64px;
  /*font-size: 18vw;*/
  line-height: 0.75;
  margin: 0;
  margin-left: 10px;
  color: transparent;
  -webkit-text-stroke: 2px black;
  text-stroke: 2px black;
  -webkit-background-clip: text;
  background-clip: text;
}
.uslugi__banner-header--hidden {
  font-size: 128px;
  /*font-size: 40vw;*/
  line-height: 0.58;
}
@media (min-width: 768px) {
  .uslugi__banner-header {
    margin: 0;
    /*font-size: 128px;*/
  }
  .uslugi__banner-header--mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uslugi__banner-header {
    font-size: 10.667vw;
  }
  .uslugi__banner-header--hidden {
    font-size: 10.667vw;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .uslugi__banner-header {
    font-size: 10.95vw;
  }
  .uslugi__banner-header--hidden {
    font-size: 10.95vw;
  }
}
@media (min-width: 1170px) {
  .uslugi__banner-header {
    font-size: 6.667vw;
  }
  .uslugi__banner-header--hidden {
    font-size: 6.667vw;
  }
}
.uslugi__banner-pictures {
  position: absolute;
  bottom: 0;
  /*margin-bottom: -80px;*/
  margin-bottom: -25vw;
  /*@media (min-width: 768px) {
        margin-bottom: -235px;
      }*/
}
.uslugi__banner-pictures img {
  width: 100vw;
}
@media (min-width: 768px) {
  .uslugi__banner-pictures {
    margin-bottom: -13vw;
  }
}
.uslugi__spisok {
  margin-top: 58px;
}
@media (max-width: 768px) {
  .uslugi__spisok {
    overflow-x: hidden;
  }
}
@media (min-width: 768px) {
  .uslugi__spisok {
    margin-top: 0;
  }
}
.uslugi__spisok-card {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 767px) {
  .uslugi__spisok-card {
    align-items: center;
  }
}
.uslugi__spisok-card:nth-child(1) {
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .uslugi__spisok-card:nth-child(1) {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .uslugi__spisok-card:nth-child(2) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .uslugi__spisok-card {
    flex-direction: row;
    justify-content: center;
  }
}
.uslugi__spisok-card-pictures {
  max-width: 100%;
}
@media (min-width: 768px) {
  .uslugi__spisok-card-pictures {
    width: 522px;
  }
}
@media (min-width: 768px) {
  .uslugi__spisok-card-descr {
    width: 522px;
  }
}
.uslugi__spisok-card-descr--header {
  margin: 12px 0 15px -12px;
  max-width: 255px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .uslugi__spisok-card-descr--header {
    margin: 57px 0 57px 90px;
    max-width: 360px;
    font-size: 33px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uslugi__spisok-card-descr--header {
    margin: 4vw 0 4vw 5.5vw;
  }
}
.uslugi__spisok-card-descr--text {
  margin: 0 0 65px -12px;
  max-width: 255px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 768px) {
  .uslugi__spisok-card-descr--text {
    margin: 0 0 0 90px;
    max-width: 360px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uslugi__spisok-card-descr--text {
    margin: 0 0 0 5.5vw;
  }
}
@media (min-width: 768px) {
  .uslugi__spisok-card-descr2 h3,
  .uslugi__spisok-card-descr2 p {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uslugi__spisok-card-descr2 h3,
  .uslugi__spisok-card-descr2 p {
    margin-left: 2vw;
  }
}
.uslugi__spisok-card-button {
  cursor: pointer;
  display: inline-block;
  width: 44%;
  height: 58px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #DCF72F;
  border-radius: 10vw 0 0 10vw;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  right: 0;
  margin-top: 53px;
}
@media (max-width: 767px) {
  .uslugi__spisok-card-button {
    width: 80%;
    height: 47px;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uslugi__spisok-card-button {
    margin-top: 2vw;
  }
}
.uslugi__spisok-card-button:hover {
  background-color: rgba(220, 247, 47, 0.5);
}
.uslugi__spisok-card-button:active {
  background-color: rgba(221, 255, 0, 0.8);
}
.uslugi__spisok-card-button-inner {
  display: flex;
  justify-content: flex-start;
  position: relative;
  height: 58px;
  background-color: #DCF72F;
  border-radius: 10vw 0 0 10vw;
  padding: 0;
}
@media (max-width: 767px) {
  .uslugi__spisok-card-button-inner {
    height: 47px;
  }
}
.uslugi__spisok-card-button-inner:hover {
  background-color: rgba(220, 247, 47, 0.1);
}
.uslugi__spisok-card-button-inner:active {
  background-color: rgba(221, 255, 0, 0);
}
.uslugi__spisok-card-button a {
  align-self: center;
  text-decoration: none;
  color: black;
  margin-left: 55px;
}
@media (min-width: 768px) {
  .uslugi__spisok-card-button2 {
    left: 0;
    border-radius: 0 10vw 10vw 0;
  }
  .uslugi__spisok-card-button2-inner {
    border-radius: 0 10vw 10vw 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .uslugi__spisok-card-button2-inner {
    justify-content: flex-end;
    margin-right: 70px;
  }
}
.trener {
  margin: 0 auto;
}
.trener__banner {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 575px;
  width: 100%;
  background-color: #F7EF2F;
  margin-top: 59px;
}
@media (min-width: 768px) {
  .trener__banner {
    flex-direction: row;
    align-items: center;
    height: 305px;
    margin-top: 140px;
  }
}
.trener__banner-header {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 54px;
  line-height: 0.75;
  margin: 0;
  color: #F7EF2F;
  -webkit-text-stroke: 2px black;
  text-stroke: 2px black;
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  z-index: 1;
}
.trener__banner-header--mobile {
  /*font-size: 128px;*/
  line-height: 0.58;
}
@media (min-width: 768px) {
  .trener__banner-header {
    font-size: 128px;
  }
  .trener__banner-header br {
    display: none;
  }
}
.trener__banner-pictures {
  position: absolute;
  justify-content: center;
  align-self: center;
  -webkit-animation-name: rotation;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotation;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotation;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotation;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media (min-width: 768px) {
  .trener__banner-pictures {
    right: 0;
    margin-right: -110px;
  }
}
.trener__about {
  /*margin-top: 0px;*/
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  /*  &-card {
      display: flex;*/
  /*justify-content: center;*/
  /*  flex-direction: column;
      border: 1px solid green;
      position: relative;*/
  /*&:nth-child(1) {
        margin-bottom: 34px;

        @media (min-width: 768px) {
          margin-bottom: 0px;
        }
      }*/
  /*&:nth-child(2) {
        @media (min-width: 768px) {
          flex-direction: row-reverse;
        }
      }*/
  /*  @media (min-width: 768px) {
        flex-direction: row;*/
  /*display: flex;*/
  /*  justify-content: center;
      }*/
  /*}*/
}
@media (min-width: 768px) {
  .trener__about {
    margin-top: 110px;
    flex-direction: row;
    justify-content: center;
  }
}
.trener__about-pictures {
  max-width: 100%;
}
.trener__about-pictures--tire {
  display: none;
}
@media (min-width: 768px) {
  .trener__about-pictures--tire {
    position: absolute;
    display: inline-block;
    bottom: 0;
    margin: 0 0 -180px -975px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .trener__about-pictures--tire {
    width: 300px;
    margin: 0 0 -100px -275px;
  }
}
@media (min-width: 768px) {
  .trener__about-pictures {
    width: 522px;
  }
}
.trener__about-descr {
  /*width: 100%;*/
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .trener__about-descr {
    width: 522px;
    align-items: baseline;
    /*width: 50%;*/
  }
}
.trener__about-descr--header {
  /*margin: 12px 0 15px 21px;*/
  margin: -145px 0 22px 0;
  /*max-width: 305px;*/
  color: white;
  -webkit-text-stroke: 2px black;
  text-stroke: 2px black;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 60px;
  line-height: 1.1;
  text-align: center;
  max-width: 320px;
}
@media (min-width: 768px) {
  .trener__about-descr--header {
    margin: 30px 0 40px 90px;
    max-width: 530px;
    font-size: 92px;
    line-height: 0.9;
    text-align: inherit;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .trener__about-descr--header {
    margin: 0 0 20px 2.604vw;
    max-width: 350px;
    font-size: 8vw;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .trener__about-descr--header {
    margin: 10px 0 30px 30px;
    max-width: 450px;
    font-size: 7.87vw;
  }
}
@media (min-width: 1170px) {
  .trener__about-descr--header {
    margin: 30px 0 40px 90px;
    max-width: 530px;
    font-size: 92px;
  }
}
.trener__about-descr--text {
  margin: 0 0 28px 0;
  max-width: 255px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 768px) {
  .trener__about-descr--text {
    margin: 0 0 0 90px;
    max-width: 490px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .trener__about-descr--text {
    margin: 0 10px 0 2.604vw;
    max-width: 350px;
    font-size: 1.4vw;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .trener__about-descr--text {
    margin: 0 0 0 30px;
    max-width: 380px;
    font-size: 1.3vw;
  }
}
@media (min-width: 1170px) {
  .trener__about-descr--text {
    margin: 0 0 0 90px;
    max-width: 490px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .trener__about-descr2 h3,
  .trener__about-descr2 p {
    text-align: right;
  }
}
.trener__about-button {
  cursor: pointer;
  align-self: flex-start;
  width: 316px;
  height: 58px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #ef0b0b;
  border-radius: 10vw;
  font-size: 16px;
  font-weight: 500;
  margin: 75px 0 0 90px;
  /*margin: 30px 0 0 70px;*/
  /*position: absolute;
        right: 0;
        margin-top: 53px;*/
}
@media (max-width: 767px) {
  .trener__about-button {
    width: 169px;
    height: 47px;
    align-self: flex-end;
    /*right: 0;
          bottom: 0;*/
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .trener__about-button {
    margin: 45px 0 0 2.604vw;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .trener__about-button {
    margin: 35px 0 0 30px;
  }
}
.trener__about-button:hover {
  background-color: rgba(234, 4, 1, 0.7);
}
.trener__about-button:active {
  background-color: rgba(234, 4, 1, 0.4);
}
.trener__about-button-inner {
  display: flex;
  justify-content: center;
  /*position: relative;*/
  width: 316px;
  height: 58px;
  background-color: rgba(234, 4, 1, 0.29);
  border-radius: 10vw;
  padding: 0;
}
@media (max-width: 767px) {
  .trener__about-button-inner {
    width: 169px;
    height: 47px;
  }
}
.trener__about-button-inner:hover {
  background-color: rgba(234, 4, 1, 0.1);
}
.trener__about-button-inner:active {
  background-color: rgba(234, 4, 1, 0);
}
.trener__about-button a {
  /*padding: 3.3vw 10.5vw 4.7vw 10.5vw;*/
  align-self: center;
  text-decoration: none;
  color: white;
  /*margin-left: 55px;*/
}
@media (min-width: 768px) {
  .trener__about-button2 {
    left: 0;
    border-radius: 0 10vw 10vw 0;
  }
  .trener__about-button2-inner {
    border-radius: 0 10vw 10vw 0;
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(720deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.team {
  margin: 0 auto;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .team {
    margin-top: 140px;
  }
}
.team__banner {
  position: relative;
  display: flex;
  justify-content: center;
  height: 575px;
  width: 100%;
  background-color: #AADEFC;
  align-items: center;
}
@media (min-width: 768px) {
  .team__banner {
    height: 730px;
  }
}
.team__banner-header {
  font-family: "Montserrat";
  font-weight: 700;
  /*font-size: 64px;*/
  font-size: 54px;
  line-height: 0.75;
  margin: 0;
  color: transparent;
  -webkit-text-stroke: 2px black;
  text-stroke: 2px black;
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
}
@media (min-width: 768px) {
  .team__banner-header {
    font-size: 128px;
  }
}
/* Слайдер */
/* Слайдер запущений */
/* Слайдер с точками */
/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
}
/* Лента слайдов */
.slick-track {
  display: flex;
  align-items: flex-start;
}
/* Слайд */
/* Слайд активный (показывается) */
/* Слайд основной */
/* Слайд по центру */
/* Клонированный слайд */
/* Стрелка */
/* Стрелка влево */
/* Стрелка вправо */
/* Стрелка не активная */
/* Точки */
/* Активная точка */
/* Елемент точки */
/* Конкретный слайдер */
.team__slider {
  position: relative;
}
.team__slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  /*left: 10%;*/
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  margin-top: 530px;
  padding: 0;
}
@media (min-width: 768px) {
  .team__slider .slick-dots {
    display: none;
  }
}
.team__slider .slick-dots li {
  list-style: none;
  margin: 0px 10px;
}
@media (min-width: 768px) {
  .team__slider .slick-dots li {
    display: none;
    margin: 0px 5px;
  }
}
.team__slider .slick-dots li.slick-active button {
  background-color: #7a7a7a;
  width: 14px;
  height: 14px;
}
.team__slider .slick-dots button {
  font-size: 0;
  width: 12px;
  height: 12px;
  background-color: white;
  border: 0;
  border-radius: 50%;
}
.team__slider-item {
  /*text-align: center;*/
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
  width: 100%;
}
.team__slider-item-center.slick-center {
  /*opacity: 0.4;*/
}
@media (min-width: 768px) {
  .team__slider-item-center.slick-center {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .team__slider-item-center {
    box-shadow: 0px 1px 0 1px rgba(0, 0, 0, 0.1), 0px 2px 0 2px rgba(0, 0, 0, 0.08), 0px 3px 0 3px rgba(0, 0, 0, 0.05);
    background-color: #DCF72F;
    display: flex;
    flex-direction: row;
    /*height: 722px;
          margin-right: 100px;
          padding: 20px 0 20px 20px;*/
    z-index: 21;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team__slider-item-center {
    /*height: 330px;
          margin-right: 20px;
          padding: 5px 0 5px 5px;*/
    height: 37.969vw;
    margin-right: 1.604vw;
    padding: 0.651vw 0 0.651vw 0.651vw;
  }
}
@media (min-width: 992px) and (max-width: 1369px) {
  .team__slider-item-center {
    height: 35.969vw;
    margin-right: 1.604vw;
    padding: 0.651vw 0 0.651vw 0.651vw;
  }
}
@media (min-width: 1370px) {
  .team__slider-item-center {
    height: 37.604vw;
    margin-right: 5.208vw;
    padding: 1.042vw 0 1.042vw 1.042vw;
  }
}
.team__slider-item-center-pic {
  /*@media (min-width: 768px) {
            min-width: 500px;
            margin-right: 100px;
          }*/
}
@media (max-width: 767px) {
  .team__slider-item-center-pic {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team__slider-item-center-pic {
    /*max-width: 180px;
            margin-right: 10px;*/
    max-width: 21.438vw;
    margin-right: 1.302vw;
  }
}
@media (min-width: 992px) and (max-width: 1369px) {
  .team__slider-item-center-pic {
    max-width: 24.163vw;
    margin-right: 1.102vw;
  }
}
@media (min-width: 1370px) {
  .team__slider-item-center-pic {
    max-width: 26.042vw;
    margin-right: 5.208vw;
  }
}
.team__slider-item-center-descr {
  width: 293px;
  margin-left: 17px;
  margin-top: -210px;
  text-align: left;
}
@media (min-width: 768px) {
  .team__slider-item-center-descr {
    /*width: 355px;*/
    margin-top: 0;
    margin-left: 0;
    /*margin-right: 68px;*/
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team__slider-item-center-descr {
    /*width: 200px;
              margin-right: 10px;*/
    width: 25.042vw;
    margin-right: 1.302vw;
  }
}
@media (min-width: 992px) and (max-width: 1369px) {
  .team__slider-item-center-descr {
    width: 20.042vw;
    margin-right: 1.102vw;
  }
}
@media (min-width: 1370px) {
  .team__slider-item-center-descr {
    width: 18.49vw;
    margin-right: 3.542vw;
  }
}
.team__slider-item-center-descr--title {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 48px;
}
@media (max-width: 767px) {
  .team__slider-item-center-descr--title {
    line-height: 1;
    color: white;
  }
}
@media (min-width: 768px) {
  .team__slider-item-center-descr--title {
    font-weight: 400;
    /*font-size: 33px;
              margin: 140px 0 30px 0;*/
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team__slider-item-center-descr--title {
    /*font-size: 20px;*/
    font-size: 2.404vw;
    margin: 10px 0 10px 0;
  }
}
@media (min-width: 992px) and (max-width: 1369px) {
  .team__slider-item-center-descr--title {
    font-size: 2.104vw;
    margin: 10px 0 10px 0;
  }
}
@media (min-width: 1370px) {
  .team__slider-item-center-descr--title {
    font-size: 1.719vw;
    margin: 7.292vw 0 1.563vw 0;
  }
}
@media (max-width: 767px) {
  .team__slider-item-center-descr--title4 {
    font-size: 42px;
    margin-bottom: 98px;
  }
}
.team__slider-item-center-descr--text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  margin-top: 80px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .team__slider-item-center-descr--text {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team__slider-item-center-descr--text {
    /*font-size: 10px;*/
    font-size: 1.202vw;
  }
}
@media (min-width: 992px) and (max-width: 1369px) {
  .team__slider-item-center-descr--text {
    font-size: 1.02vw;
  }
}
@media (min-width: 1370px) {
  .team__slider-item-center-descr--text {
    font-size: 0.833vw;
  }
}
.team__slider-item-center-button {
  cursor: pointer;
  display: inline-block;
  margin-top: 48px;
  width: 260px;
  height: 58px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: transparent;
  border-radius: 10vw;
  border: solid 1px black;
}
.team__slider-item-center-button--down {
  cursor: pointer;
  display: flex;
  margin: 0 auto;
  width: 260px;
  height: 58px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: transparent;
  border-radius: 10vw;
  border: solid 1px black;
}
@media (min-width: 768px) {
  .team__slider-item-center-button--down {
    display: none;
  }
}
.team__slider-item-center-button--down:hover {
  background-color: rgba(217, 217, 217, 0.5);
}
.team__slider-item-center-button--down:active {
  background-color: rgba(122, 122, 122, 0.8);
}
.team__slider-item-center-button--down-inner {
  display: flex;
  justify-content: center;
  position: relative;
  height: 58px;
  background-color: transparent;
  border-radius: 10vw;
  padding: 0;
  width: 260px;
  height: 60px;
}
.team__slider-item-center-button--down-inner:hover {
  background-color: rgba(217, 217, 217, 0.1);
}
.team__slider-item-center-button--down-inner:active {
  background-color: rgba(122, 122, 122, 0);
}
.team__slider-item-center-button--down a {
  align-self: center;
  text-decoration: none;
  color: black;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 767px) {
  .team__slider-item-center-button {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team__slider-item-center-button {
    margin-top: 25px;
    width: 130px;
    height: 29px;
  }
}
@media (min-width: 992px) and (max-width: 1369px) {
  .team__slider-item-center-button {
    margin-top: 30px;
    width: 173px;
    height: 39px;
  }
}
@media (min-width: 1370px) {
  .team__slider-item-center-button {
    margin-top: 2.5vw;
    width: 13.542vw;
    height: 3.021vw;
  }
}
.team__slider-item-center-button:hover {
  background-color: rgba(217, 217, 217, 0.5);
}
.team__slider-item-center-button:active {
  background-color: rgba(122, 122, 122, 0.8);
}
.team__slider-item-center-button-inner {
  display: flex;
  justify-content: center;
  position: relative;
  /*width: 260px;
              height: 58px;*/
  background-color: transparent;
  border-radius: 10vw;
  /*margin: -1.3vw 0 0 -1.3vw;*/
  padding: 0;
}
@media (max-width: 767px) {
  .team__slider-item-center-button-inner {
    width: 260px;
    height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team__slider-item-center-button-inner {
    width: 130px;
    height: 29px;
  }
}
@media (min-width: 992px) and (max-width: 1369px) {
  .team__slider-item-center-button-inner {
    width: 173px;
    height: 39px;
  }
}
@media (min-width: 1370px) {
  .team__slider-item-center-button-inner {
    width: 13.542vw;
    height: 3.021vw;
  }
}
.team__slider-item-center-button-inner:hover {
  background-color: rgba(217, 217, 217, 0.1);
}
.team__slider-item-center-button-inner:active {
  background-color: rgba(122, 122, 122, 0);
}
.team__slider-item-center-button a {
  /*padding: 3.3vw 10.5vw 4.7vw 10.5vw;*/
  align-self: center;
  text-decoration: none;
  color: black;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .team__slider-item-center-button a {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1369px) {
  .team__slider-item-center-button a {
    font-size: 13px;
  }
}
@media (min-width: 1370px) {
  .team__slider-item-center-button a {
    font-size: 0.833vw;
  }
}
.team__slider-item-left {
  display: none;
}
@media (min-width: 768px) {
  .team__slider-item-left {
    display: inline-block;
    overflow: hidden;
    /*height: 760px;*/
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team__slider-item-left {
    /*height: 340px;*/
    height: 39.271vw;
  }
}
@media (min-width: 992px) and (max-width: 1369px) {
  .team__slider-item-left {
    height: 37.271vw;
  }
}
@media (min-width: 1370px) {
  .team__slider-item-left {
    height: 39.583vw;
  }
}
.team__slider-item-right {
  display: none;
}
@media (min-width: 768px) {
  .team__slider-item-right {
    display: inline-block;
    /*width: 355px;*/
    text-align: left;
    opacity: 0.15;
  }
  .team__slider-item-right--title {
    font-family: "Montserrat";
    font-weight: 400;
    /*font-size: 33px;
            margin: 140px 0 30px 0;*/
  }
  .team__slider-item-right--text {
    font-family: "Montserrat";
    font-weight: 400;
    /*font-size: 16px;
            width: 355px;*/
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team__slider-item-right {
    /*width: 200px;*/
    width: 26.042vw;
  }
  .team__slider-item-right--title {
    /*font-size: 20px;*/
    font-size: 2.404vw;
    margin: 10px 0 10px 0;
  }
  .team__slider-item-right--text {
    /*font-size: 10px;*/
    font-size: 1.202vw;
    /*width: 180px;*/
    width: 23.438vw;
  }
}
@media (min-width: 992px) and (max-width: 1369px) {
  .team__slider-item-right {
    width: 30.042vw;
  }
  .team__slider-item-right--title {
    font-size: 2.404vw;
    margin: 10px 0 10px 0;
  }
  .team__slider-item-right--text {
    font-size: 1.202vw;
    width: 23.438vw;
  }
}
@media (min-width: 1370px) {
  .team__slider-item-right {
    width: 18.49vw;
  }
  .team__slider-item-right--title {
    font-size: 1.719vw;
    margin: 7.292vw 0 1.563vw 0;
  }
  .team__slider-item-right--text {
    font-size: 0.833vw;
    width: 18.49vw;
  }
}
.team__slider-bottom {
  background-color: #DCF72F;
  position: relative;
}
@media (max-width: 767px) {
  .team__slider-bottom {
    background-color: white;
    /*width: 100%;*/
    /*display: none;*/
    overflow: hidden;
    max-height: 0px;
    /*& .slick-track{
          display: flex;
          flex-direction: column;
        }*/
  }
}
.team__slider-bottom-item {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .team__slider-bottom-item {
    margin: 0;
    text-align: center;
    width: 320px;
  }
}
.team__slider-bottom .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  /*right: 45%;*/
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -60px;
  padding: 0;
}
@media (max-width: 767px) {
  .team__slider-bottom .slick-dots {
    /*right: 26%;*/
    /*left: 50%;
          transform: translateX(-50%);*/
    margin-bottom: 10px;
  }
}
.team__slider-bottom .slick-dots li {
  list-style: none;
  margin: 0px 10px;
}
@media (max-width: 767px) {
  .team__slider-bottom .slick-dots li {
    margin: 0px 5px;
  }
}
.team__slider-bottom .slick-dots li.slick-active button {
  background-color: #7a7a7a;
  width: 17px;
  height: 17px;
}
@media (max-width: 767px) {
  .team__slider-bottom .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
  }
}
.team__slider-bottom .slick-dots button {
  font-size: 0;
  width: 12px;
  height: 12px;
  background-color: #d9d9d9;
  border: 0;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .team__slider-bottom .slick-dots button {
    background-color: white;
    width: 11px;
    height: 11px;
  }
}
@media (max-width: 767px) {
  .team__slider-hidden {
    z-index: 22;
    position: absolute;
    botton: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 80%);
    width: 100%;
    margin-top: -260px;
    height: 260px;
    opacity: 1;
    transition: .3s;
  }
}
@media (min-width: 768px) {
  .team__slider-hidden {
    display: none;
  }
}
.read-more-checker {
  opacity: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .read-more-checker {
    display: none;
  }
}
.read-more-checker ~ .read-more-button:after {
  content: 'Смотреть полностью';
}
@media (min-width: 768px) {
  .read-more-checker ~ .read-more-button:after {
    display: none;
  }
}
.read-more-checker:checked ~ .read-more-button:after {
  content: 'Свернуть';
  margin-top: 35px;
}
@media (min-width: 768px) {
  .read-more-checker:checked ~ .read-more-button:after {
    display: none;
  }
}
.read-more-checker:checked ~ .team__slider-bottom {
  max-height: 1450px;
}
.read-more-checker:checked ~ .team__slider-hidden {
  opacity: 0;
  transition: .3s;
}
.read-more-button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 10px;
  color: #2d80af;
  margin: -13px 0 35px 0;
}
@media (min-width: 768px) {
  .read-more-button {
    display: none;
  }
}
.team__slider .slick-arrow {
  position: absolute;
  top: 30%;
  z-index: 10;
  font-size: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .team__slider .slick-arrow {
    top: 50%;
  }
}
.team__slider .slick-arrow.slick-prev {
  display: none;
  width: 0;
  height: 0;
}
@media (min-width: 768px) {
  .team__slider .slick-arrow.slick-prev {
    left: 17%;
    background: url('../img/arrow-left.png') 0 0% no-repeat;
    width: 38px;
    height: 15px;
    border: 0;
    padding: 0;
    display: inline-block;
  }
}
.team__slider .slick-arrow.slick-next {
  right: 17%;
  background: url('../img/arrow-right.png') 0 0% no-repeat;
  width: 71px;
  height: 15px;
  border: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .team__slider .slick-arrow.slick-next {
    background: url('../img/arrow-right-mobile.png') 0 0% no-repeat;
    /*right: 7%;*/
    left: 50%;
    transform: translateX(-50%);
    margin-left: 105px;
    width: 75px;
  }
}
.faq {
  margin: 0 auto;
  margin-top: 0px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .faq__wrapper {
    display: flex;
    flex-direction: column;
  }
}
.faq-pic {
  margin-bottom: 6px;
  /*@media (min-width: 768px) {
      width: 38px;
      margin-top: 80px;
    }*/
  /*&--3 {

      @media (min-width: 768px) {
        margin-top: 60px;
      }
    }*/
}
@media (min-width: 768px) and (max-width: 1169px) {
  .faq-pic {
    position: absolute;
    width: 3vw;
    margin-top: 5.208vw;
    margin-right: -1.3vw;
  }
}
@media (min-width: 1170px) {
  .faq-pic {
    width: 1.979vw;
    margin-top: 4.167vw;
    margin-right: 1.5vw;
  }
}
.faq__banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .faq__banner {
    margin: 0;
    align-items: center;
    height: 500px;
  }
}
.faq__banner-header {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 64px;
  line-height: 0.75;
  margin: 0;
  margin-top: 250px;
  color: #dcf72f;
  -webkit-text-stroke: 2px black;
  text-stroke: 2px black;
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
}
@media (min-width: 768px) {
  .faq__banner-header {
    font-size: 128px;
    margin: 0;
  }
  .faq__banner-header--mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .faq__banner-header {
    font-size: 12.667vw;
  }
}
@media (min-width: 1170px) {
  .faq__banner-header {
    font-size: 6.667vw;
  }
}
.faq__banner-pictures {
  position: absolute;
}
@media (max-width: 767px) {
  .faq__banner-pictures {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .faq__banner-pictures {
    right: 0;
    margin-right: -120px;
    bottom: 0;
    margin-bottom: 70px;
  }
}
.faq__items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .faq__items {
    flex-direction: row;
    align-items: inherit;
  }
}
@media (min-width: 768px) {
  .faq__items-wrapper {
    width: 50%;
  }
}
.faq__items-wrapper--right {
  position: relative;
  max-height: 0px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .faq__items-wrapper--right {
    max-height: none;
    /*margin-top: 170px;*/
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .faq__items-wrapper--right {
    margin-top: 10.417vw;
  }
}
@media (min-width: 1170px) {
  .faq__items-wrapper--right {
    margin-top: 8.854vw;
  }
}
.faq__item {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .faq__item {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .faq__item--left {
    flex-direction: row-reverse;
    text-align: right;
  }
}
.faq__item-descr {
  margin-bottom: 20px;
  /*text-align: right;*/
  /*@media (min-width: 768px) {
        margin-bottom: 65px;
      }*/
}
@media (min-width: 768px) and (max-width: 1169px) {
  .faq__item-descr {
    margin-bottom: 4.557vw;
  }
}
@media (min-width: 1170px) {
  .faq__item-descr {
    margin-bottom: 3.385vw;
  }
}
.faq__item-descr--header {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 31px;
  margin: 0;
  margin-left: 16px;
  width: 280px;
  line-height: 1;
}
@media (min-width: 768px) {
  .faq__item-descr--header {
    margin: 0;
    font-size: 33px;
    padding: 6px 50px 6px 0;
    position: absolute;
    left: 0;
    /*width: 88%;*/
    background-color: #DCF72F;
    border-radius: 0 10vw 10vw 0;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .faq__item-descr--header {
    font-size: 2.2vw;
    width: 82%;
  }
}
@media (min-width: 1170px) {
  .faq__item-descr--header {
    font-size: 1.719vw;
    width: 85%;
  }
}
@media (min-width: 768px) {
  .faq__item-descr--header-right {
    left: inherit;
    right: 0;
    border-radius: 10vw 0 0 10vw;
    padding: 6px 0 6px 50px;
    /*width: 93%;*/
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .faq__item-descr--header-right {
    width: 83%;
  }
}
@media (min-width: 1170px) {
  .faq__item-descr--header-right {
    width: 91%;
  }
}
.faq__item-descr--text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  width: 255px;
  margin-top: 10px;
  margin-left: 16px;
}
@media (min-width: 768px) {
  .faq__item-descr--text {
    /*width: 360px;*/
    /*margin-top: 110px;*/
    margin-right: 75px;
    margin-left: 75px;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .faq__item-descr--text {
    font-size: 1.523vw;
    margin: 8vw 6.906vw 0 6.906vw;
    width: 37vw;
  }
}
@media (min-width: 1170px) {
  .faq__item-descr--text {
    font-size: 0.833vw;
    width: 20.75vw;
    margin-top: 5.506vw;
  }
}
.faq__item-descr--text-hight {
  /*@media (min-width: 768px) {
              margin-top: 75px;
            }*/
}
@media (min-width: 768px) and (max-width: 1169px) {
  .faq__item-descr--text-hight {
    margin-top: 7vw;
  }
}
@media (min-width: 1170px) {
  .faq__item-descr--text-hight {
    margin-top: 3.906vw;
  }
}
.faq__button {
  cursor: pointer;
  width: 100%;
  height: 58px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #ef0b0b;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .faq__button {
    border-radius: 10vw;
    width: 179px;
    height: 47px;
    align-self: flex-end;
    margin: 20px 4.688vw 0 0;
  }
}
.faq__button:hover {
  background-color: rgba(234, 4, 1, 0.7);
}
.faq__button:active {
  background-color: rgba(234, 4, 1, 0.4);
}
.faq__button-inner {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 58px;
  background-color: rgba(234, 4, 1, 0.29);
  padding: 0;
}
@media (max-width: 767px) {
  .faq__button-inner {
    border-radius: 10vw;
    width: 179px;
    height: 47px;
  }
}
.faq__button-inner:hover {
  background-color: rgba(234, 4, 1, 0.1);
}
.faq__button-inner:active {
  background-color: rgba(234, 4, 1, 0);
}
.faq__button a {
  align-self: center;
  text-decoration: none;
  color: white;
}
@media (max-width: 767px) {
  .faq__hidden {
    z-index: 22;
    botton: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 80%);
    width: 100%;
    margin-top: -260px;
    height: 260px;
    opacity: 1;
    transition: .3s;
  }
}
@media (min-width: 768px) {
  .faq__hidden {
    display: none;
  }
}
.read-more-checker2 {
  opacity: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .read-more-checker2 {
    display: none;
  }
}
.read-more-checker2 ~ .read-more-button2:after {
  content: 'читать все вопросы';
}
@media (min-width: 768px) {
  .read-more-checker2 ~ .read-more-button2:after {
    display: none;
  }
}
.read-more-checker2:checked ~ .read-more-button2:after {
  content: 'Свернуть';
  /*margin-top: 35px;*/
}
@media (min-width: 768px) {
  .read-more-checker2:checked ~ .read-more-button2:after {
    display: none;
  }
}
.read-more-checker2:checked ~ .faq__items-wrapper--right {
  max-height: 800px;
  overflow: visible;
}
.read-more-checker2:checked ~ .faq__hidden {
  opacity: 0;
  transition: .3s;
}
.read-more-button2 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 10px;
  color: #2d80af;
  margin-top: 0px;
}
@media (min-width: 768px) {
  .read-more-button2 {
    display: none;
  }
}
.news {
  margin: 0 auto;
  position: relative;
}
.news__banner {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 575px;
  width: 100%;
  background-color: #F7EF2F;
  margin-top: 65px;
}
@media (min-width: 768px) {
  .news__banner {
    flex-direction: row;
    align-items: center;
    height: 305px;
    margin-top: 100px;
  }
}
.news__banner-header {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 64px;
  line-height: 0.75;
  margin: 0;
  color: #F7EF2F;
  -webkit-text-stroke: 2px black;
  text-stroke: 2px black;
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  z-index: 1;
}
@media (min-width: 768px) {
  .news__banner-header {
    font-size: 128px;
  }
}
.news__spisok {
  max-height: 450px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news__spisok {
    overflow-x: hidden;
  }
}
@media (min-width: 768px) {
  .news__spisok {
    max-height: inherit;
    /*margin-top: 140px;*/
    margin-top: 7.292vw;
  }
}
.news__spisok-card {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 767px) {
  .news__spisok-card {
    align-items: center;
  }
}
.news__spisok-card:nth-child(1) {
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .news__spisok-card:nth-child(1) {
    margin-bottom: 0px;
  }
}
.news__spisok-card:nth-child(2) {
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .news__spisok-card:nth-child(2) {
    flex-direction: row-reverse;
  }
}
.news__spisok-card:nth-child(3) {
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .news__spisok-card:nth-child(3) {
    margin-bottom: 0px;
  }
}
.news__spisok-card:nth-child(4) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .news__spisok-card:nth-child(4) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .news__spisok-card {
    flex-direction: row;
    justify-content: center;
  }
}
.news__spisok-card-pictures {
  /*max-width: 100%;*/
}
@media (max-width: 768px) {
  .news__spisok-card-pictures {
    max-width: 320px;
  }
}
@media (min-width: 768px) {
  .news__spisok-card-pictures {
    width: 522px;
  }
}
@media (min-width: 768px) {
  .news__spisok-card-descr {
    width: 522px;
  }
}
.news__spisok-card-descr--header {
  margin: 12px 0 15px 21px;
  max-width: 255px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .news__spisok-card-descr--header {
    margin: 57px 0 57px 90px;
    max-width: 360px;
    font-size: 33px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news__spisok-card-descr--header {
    margin: 4vw 0 4vw 5.5vw;
  }
}
.news__spisok-card-descr--text {
  margin: 0 0 65px 21px;
  max-width: 255px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  max-height: 11ch;
  overflow: hidden;
}
@media (min-width: 768px) {
  .news__spisok-card-descr--text {
    margin: 0 0 0 90px;
    max-width: 360px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news__spisok-card-descr--text {
    margin: 0 0 0 5.5vw;
  }
}
@media (min-width: 768px) {
  .news__spisok-card-descr2 h3,
  .news__spisok-card-descr2 p {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news__spisok-card-descr2 h3,
  .news__spisok-card-descr2 p {
    margin-left: 2vw;
  }
}
.news__spisok-card-button {
  cursor: pointer;
  display: inline-block;
  width: 44%;
  height: 58px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #DCF72F;
  border-radius: 10vw 0 0 10vw;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  right: 0;
  margin-top: 53px;
}
@media (max-width: 767px) {
  .news__spisok-card-button {
    width: 80%;
    height: 47px;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news__spisok-card-button {
    margin-top: 2vw;
  }
}
.news__spisok-card-button:hover {
  background-color: rgba(220, 247, 47, 0.5);
}
.news__spisok-card-button:active {
  background-color: rgba(221, 255, 0, 0.8);
}
.news__spisok-card-button-inner {
  display: flex;
  justify-content: flex-start;
  position: relative;
  height: 58px;
  background-color: #DCF72F;
  border-radius: 10vw 0 0 10vw;
  padding: 0;
}
@media (max-width: 767px) {
  .news__spisok-card-button-inner {
    height: 47px;
  }
}
.news__spisok-card-button-inner:hover {
  background-color: rgba(220, 247, 47, 0.1);
}
.news__spisok-card-button-inner:active {
  background-color: rgba(221, 255, 0, 0);
}
.news__spisok-card-button a {
  align-self: center;
  text-decoration: none;
  color: black;
  margin-left: 55px;
}
@media (min-width: 768px) {
  .news__spisok-card-button2 {
    left: 0;
    border-radius: 0 10vw 10vw 0;
  }
  .news__spisok-card-button2-inner {
    border-radius: 0 10vw 10vw 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .news__spisok-card-button2-inner {
    justify-content: flex-end;
    margin-right: 70px;
  }
}
.news__spisok-center {
  text-align: center;
  margin-top: 50px;
}
.news__spisok-center a {
  color: black;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .news__hidden {
    z-index: 22;
    position: absolute;
    botton: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 80%);
    width: 100%;
    margin-top: -110px;
    height: 110px;
    opacity: 1;
    transition: .3s;
  }
}
@media (min-width: 768px) {
  .news__hidden {
    display: none;
  }
}
.read-more-checker3 {
  opacity: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .read-more-checker3 {
    display: none;
  }
}
.read-more-checker3 ~ .read-more-button3:after {
  content: 'подробнее';
}
@media (min-width: 768px) {
  .read-more-checker3 ~ .read-more-button3:after {
    display: none;
  }
}
.read-more-checker3:checked ~ .read-more-button3:after {
  content: 'Свернуть';
  margin-top: 40px;
}
@media (min-width: 768px) {
  .read-more-checker3:checked ~ .read-more-button3:after {
    display: none;
  }
}
.read-more-checker3:checked ~ .news__spisok {
  max-height: 2200px;
  overflow: visible;
}
.read-more-checker3:checked ~ .news__hidden {
  opacity: 0;
  transition: .3s;
}
.read-more-button3 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 10px;
  color: #2d80af;
  margin-top: 0px;
}
@media (min-width: 768px) {
  .read-more-button3 {
    display: none;
  }
}
.news-page {
  margin: 0 auto;
  position: relative;
}
.news-page__banner-header {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 64px;
  line-height: 0.75;
  margin: 0;
  color: #DCF72F;
  -webkit-text-stroke: 2px black;
  text-stroke: 2px black;
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  z-index: 1;
  margin-top: 2vw;
}
@media (min-width: 768px) {
  .news-page__banner-header {
    font-size: 128px;
  }
}
.news-page__spisok {
  margin-top: 7.292vw;
}
@media (min-width: 768px) {
  .news-page__spisok {
    /*margin-top: 140px;*/
    margin-top: 4.292vw;
  }
}
.news-page__spisok-card {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 767px) {
  .news-page__spisok-card {
    align-items: center;
  }
}
.news-page__spisok-card:nth-child(odd) {
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .news-page__spisok-card:nth-child(odd) {
    margin-bottom: 0px;
  }
}
.news-page__spisok-card:nth-child(even) {
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .news-page__spisok-card:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .news-page__spisok-card {
    flex-direction: row;
    justify-content: center;
  }
}
.news-page__spisok-card-pictures {
  /*max-width: 100%;*/
}
@media (max-width: 767px) {
  .news-page__spisok-card-pictures {
    max-width: 320px;
  }
}
@media (min-width: 768px) {
  .news-page__spisok-card-pictures {
    width: 522px;
  }
}
@media (min-width: 768px) {
  .news-page__spisok-card-descr {
    width: 522px;
  }
}
.news-page__spisok-card-descr--header {
  margin: 12px 0 15px 21px;
  max-width: 255px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .news-page__spisok-card-descr--header {
    margin: 57px 0 57px 90px;
    max-width: 360px;
    font-size: 33px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-page__spisok-card-descr--header {
    margin: 4vw 0 4vw 5.5vw;
  }
}
.news-page__spisok-card-descr--text {
  margin: 0 0 65px 21px;
  max-width: 255px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  max-height: 11ch;
  overflow: hidden;
}
@media (min-width: 768px) {
  .news-page__spisok-card-descr--text {
    margin: 0 0 0 90px;
    max-width: 360px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-page__spisok-card-descr--text {
    margin: 0 0 0 5.5vw;
    max-height: 100px;
  }
}
@media (min-width: 768px) {
  .news-page__spisok-card-descr2 h3,
  .news-page__spisok-card-descr2 p {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-page__spisok-card-descr2 h3,
  .news-page__spisok-card-descr2 p {
    margin-left: 2vw;
  }
}
.news-page__spisok-card-button {
  cursor: pointer;
  display: inline-block;
  width: 44%;
  height: 58px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #DCF72F;
  border-radius: 10vw 0 0 10vw;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  right: 0;
  margin-top: 53px;
}
@media (max-width: 767px) {
  .news-page__spisok-card-button {
    width: 80%;
    height: 47px;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-page__spisok-card-button {
    margin-top: 2vw;
  }
}
.news-page__spisok-card-button:hover {
  background-color: rgba(220, 247, 47, 0.5);
}
.news-page__spisok-card-button:active {
  background-color: rgba(221, 255, 0, 0.8);
}
.news-page__spisok-card-button-inner {
  display: flex;
  justify-content: flex-start;
  position: relative;
  height: 58px;
  background-color: #DCF72F;
  border-radius: 10vw 0 0 10vw;
  padding: 0;
}
@media (max-width: 767px) {
  .news-page__spisok-card-button-inner {
    height: 47px;
  }
}
.news-page__spisok-card-button-inner:hover {
  background-color: rgba(220, 247, 47, 0.1);
}
.news-page__spisok-card-button-inner:active {
  background-color: rgba(221, 255, 0, 0);
}
.news-page__spisok-card-button a {
  align-self: center;
  text-decoration: none;
  color: black;
  margin-left: 55px;
}
@media (min-width: 768px) {
  .news-page__spisok-card-button2 {
    left: 0;
    border-radius: 0 10vw 10vw 0;
  }
  .news-page__spisok-card-button2-inner {
    border-radius: 0 10vw 10vw 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .news-page__spisok-card-button2-inner {
    justify-content: flex-end;
    margin-right: 70px;
  }
}
.news-page__spisok-center {
  text-align: center;
  margin-top: 50px;
}
.news-page__spisok-center a {
  color: black;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .news-page__hidden {
    z-index: 22;
    position: absolute;
    botton: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 80%);
    width: 100%;
    margin-top: -110px;
    height: 110px;
    opacity: 1;
    transition: .3s;
  }
}
@media (min-width: 768px) {
  .news-page__hidden {
    display: none;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 8vw;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pagination {
    margin-bottom: 5vw;
    margin-top: 5vw;
  }
}
@media (min-width: 992px) {
  .pagination {
    margin-bottom: 5vw;
    margin-top: 4.5vw;
  }
}
.pagination a {
  font-family: "Roboto";
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: black;
  float: left;
  padding: 0.8vw 2vw;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pagination a {
    font-size: 28px;
    padding: 0.6vw 1.8vw;
  }
}
@media (min-width: 992px) {
  .pagination a {
    font-size: 32px;
    padding: 0.47379vw 0.94758vw;
  }
}
.pagination a.active {
  background-color: #DCF72F;
  color: white;
  border-radius: 0.7vw;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pagination a.active {
    border-radius: 0.58vw;
  }
}
@media (min-width: 992px) {
  .pagination a.active {
    border-radius: 0.4vw;
  }
}
.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 0.7vw;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pagination a:hover:not(.active) {
    border-radius: 0.58vw;
  }
}
@media (min-width: 992px) {
  .pagination a:hover:not(.active) {
    border-radius: 0.4vw;
  }
}
.join {
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  height: 575px;
  width: 100%;
  background-color: #AADEFC;
  align-items: center;
  /*margin-top: 25px;*/
  /*@media (min-width: 768px) {
    margin-top: 65px;
    height: 730px;
  }*/
}
@media (max-width: 768px) {
  .join {
    margin-top: 6.31vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .join {
    margin-top: 8.46vw;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .join {
    margin-top: 5.56vw;
    height: 730px;
  }
}
@media (min-width: 1170px) {
  .join {
    margin-top: 3.39vw;
    height: 730px;
  }
}
.join__header {
  font-family: "Montserrat";
  font-weight: 700;
  /*font-size: 32px;*/
  margin: 0;
  color: transparent;
  -webkit-text-stroke: 2px black;
  text-stroke: 2px black;
  -webkit-background-clip: text;
  background-clip: text;
  /*@media (min-width: 992px) {
        font-size: 128px;
      }*/
}
@media (max-width: 768px) {
  .join__header {
    font-size: 10vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .join__header {
    font-size: 8.33vw;
  }
}
@media (min-width: 992px) {
  .join__header {
    font-size: 7.26vw;
  }
}
.footer {
  width: 100%;
  height: 575px;
  background-color: black;
  color: white;
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media (min-width: 768px) {
  .footer {
    align-items: center;
    height: 391px;
  }
}
.footer a {
  color: white;
  text-decoration: none;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 15px;
}
.footer a:hover {
  color: #b7b7b7;
}
.footer a:active {
  color: #838383;
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__wrapper {
    flex-direction: row;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .footer__wrapper {
    justify-content: space-around;
  }
}
@media (min-width: 1170px) {
  .footer__wrapper {
    justify-content: center;
  }
}
.footer__name {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__name-header {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  color: white;
  text-decoration: none;
  margin: 0;
  margin-top: 35px;
  /*margin-left: 20px;*/
  margin-left: 6.25vw;
}
@media (min-width: 768px) {
  .footer__name-header {
    margin: 0;
  }
}
.footer__name-oferta {
  position: absolute;
  bottom: 22px;
  /*right: 10px;*/
  right: 3.13vw;
}
@media (min-width: 768px) {
  .footer__name-oferta {
    position: inherit;
    bottom: inherit;
    right: inherit;
  }
}
.footer__links {
  /*@media (min-width: 768px) {
        margin-left: 190px;
      }*/
}
@media (min-width: 1170px) {
  .footer__links {
    margin-left: 11vw;
  }
}
.footer__list {
  margin: 0;
  margin-top: 22px;
  /*margin-left: 20px;*/
  margin-left: 6.25vw;
  list-style-type: none;
  padding-left: 0;
}
@media (min-width: 768px) {
  .footer__list {
    margin: 0;
  }
}
.footer__item {
  margin-bottom: 15px;
}
.footer__arrowup {
  position: absolute;
  /*right: 40px;*/
  right: 12.50vw;
  top: 30%;
}
@media (min-width: 768px) {
  .footer__arrowup {
    right: inherit;
    top: inherit;
    position: relative;
    margin: auto 0;
    /*margin-left: 230px;
        margin-right: 200px;*/
  }
}
@media (min-width: 1170px) {
  .footer__arrowup {
    margin-left: 11.11vw;
    margin-right: 11.11vw;
  }
}
.footer__arrowup-img {
  height: 29px;
}
.footer__contacts {
  margin-top: 40px;
  /*margin-right: 25px;*/
  margin-right: 7.81vw;
}
@media (min-width: 768px) {
  .footer__contacts {
    margin: 0;
    position: relative;
  }
}
.footer__contacts-call {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.footer__contacts-call-img {
  height: 22px;
}
.footer__contacts-call-descr {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 15px;
  margin-left: 10px;
}
.footer__contacts-telephone {
  text-align: right;
  margin-bottom: 12px;
}
.footer__contacts-adress {
  text-align: right;
}
.footer__contacts-copyright {
  position: absolute;
  bottom: 55px;
  /*right: 10px;*/
  right: 3.13vw;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .footer__contacts-copyright {
    bottom: 0;
    right: 0;
  }
}
.popup__full {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 99;
}
.popup__full:after {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  width: 0;
  vertical-align: middle;
  content: '';
}
.popupik {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: 280px;
  border: 2px solid #DCF72F;
  background: #DCF72F;
  vertical-align: middle;
  padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1169px) {
  .popupik {
    border: 3px solid #DCF72F;
    width: 400px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1170px) {
  .popupik {
    border: 4px solid #DCF72F;
    width: 500px;
    padding-bottom: 70px;
  }
}
.popupik__close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  opacity: 0.6;
  z-index: 6;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1169px) {
  .popupik__close {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1170px) {
  .popupik__close {
    top: 25px;
    right: 25px;
    width: 25px;
    height: 25px;
  }
}
.popupik__close:hover {
  opacity: 1;
}
.popupik__close:before,
.popupik__close:after {
  position: absolute;
  /*left: 3vw;*/
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: black;
}
@media (min-width: 768px) and (max-width: 1169px) {
  .popupik__close:before,
  .popupik__close:after {
    height: 20px;
    /*left: 1.5vw;*/
    width: 3px;
  }
}
@media (min-width: 1170px) {
  .popupik__close:before,
  .popupik__close:after {
    height: 25px;
    /*left: 1.5vw;*/
    width: 3px;
  }
}
.popupik__close:before {
  transform: rotate(45deg);
}
.popupik__close:after {
  transform: rotate(-45deg);
}
.popup-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1169px) {
  .popup-wrapper {
    align-items: center;
  }
}
@media (max-width: 1169px) {
  .popup-header {
    text-align: left;
  }
}
.popup-header--text {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 24px;
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 1169px) {
  .popup-header--text {
    font-size: 32px;
    margin-top: 50px;
  }
}
@media (min-width: 1170px) {
  .popup-header--text {
    font-size: 38px;
    margin-top: 70px;
  }
}
.popup-contacts {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 1169px) {
  .popup-contacts {
    /*margin-left: 12%;*/
    margin-top: 60px;
  }
}
@media (min-width: 1170px) {
  .popup-contacts {
    margin-left: 16%;
    margin-top: 80px;
  }
}
.popup-contacts--telephone {
  text-align: left;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1169px) {
  .popup-contacts--telephone {
    margin-bottom: 60px;
  }
}
@media (min-width: 1170px) {
  .popup-contacts--telephone {
    margin-bottom: 80px;
  }
}
.popup-contacts--telephone a {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  color: black;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1169px) {
  .popup-contacts--telephone a {
    font-size: 28px;
  }
}
@media (min-width: 1170px) {
  .popup-contacts--telephone a {
    font-size: 38px;
  }
}
.popup-contacts--messengers__list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.popup-contacts--messengers__item {
  list-style-type: none;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1169px) {
  .popup-contacts--messengers__item {
    margin-bottom: 30px;
  }
}
@media (min-width: 1170px) {
  .popup-contacts--messengers__item {
    margin-bottom: 30px;
  }
}
.popup-contacts--messengers__item svg {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  width: 32px;
  height: 32px;
}
.popup-contacts--messengers__item svg:hover {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
}
@media (min-width: 768px) and (max-width: 1169px) {
  .popup-contacts--messengers__item svg {
    width: 34px;
    height: 34px;
  }
}
@media (min-width: 1170px) {
  .popup-contacts--messengers__item svg {
    width: 38px;
    height: 38px;
  }
}
.popup-contacts--messengers__item a {
  display: flex;
  text-decoration: none;
}
.popup-contacts--messengers__name {
  font-size: 16px;
  margin-left: 15px;
  font-family: "Montserrat";
  font-weight: 400;
  color: black;
}
@media (min-width: 768px) and (max-width: 1169px) {
  .popup-contacts--messengers__name {
    font-size: 18px;
    margin-left: 20px;
  }
}
@media (min-width: 1170px) {
  .popup-contacts--messengers__name {
    font-size: 22px;
    margin-left: 20px;
  }
}
/*@import "blocks/footer.less";

@import "blocks/services.less";

@
@import "blocks/promo.less";
@import "blocks/news.less";
@import "blocks/contact-form.less";
@import "blocks/popup-header.less";
@import "blocks/slider-top.less";
@import "blocks/about-us.less";
@import "blocks/page-header-uslugi.less";

@import "blocks/page-main-uslugi.less";
@import "blocks/page-main-advantages.less";
@import "blocks/international-routs.less";
@import "blocks/russia-routs.less";
@import "blocks/city-routs.less";
@import "blocks/transfer-routs.less";
@import "blocks/page-header-autopark.less";
@import "blocks/autopark-category.less";
@import "blocks/car-card.less";
@import "blocks/page-main-car-card.less";
@import "blocks/contacts.less";
@import "blocks/all-news.less";
@import "blocks/pagination.less";
@import "blocks/one-news.less";
@import "blocks/rout-table.less";
@import "blocks/rout-map.less";
@import "blocks/404.less";*/
