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

/* Sections
   @mixin ========================================================================= */
/**
 * 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
   @mixin ========================================================================= */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 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;
  font-size: 1em; }

/* Text-level semantics
   @mixin ========================================================================= */
/**
 * 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;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * 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;
  font-size: 1em; }

/**
 * 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
   @mixin ========================================================================= */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

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

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * 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;
  padding: 0; }

/**
 * 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;
  outline-offset: -2px; }

/**
 * 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;
  font: inherit; }

/* Interactive
   @mixin ========================================================================= */
/*
 * 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
   @mixin ========================================================================= */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/* Normalize: */
* {
  box-sizing: border-box; }

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

img {
  max-width: 100%; }

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img, abbr {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ul li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

legend {
  color: #000; }

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

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

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

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

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

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

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

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

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img, abbr {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ul li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

legend {
  color: #000; }

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

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

.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 1100px) {
    .wrapper {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 960px) {
    .wrapper {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 780px) {
    .wrapper {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 560px) {
    .wrapper {
      padding-left: 20px;
      padding-right: 20px; } }

.wrapper2 {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1265px !important;
  margin: 0 auto !important;
  padding-left: 0px !important;
  padding-right: 0px !important; }
  @media screen and (max-width: 1100px) {
    .wrapper2 {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 960px) {
    .wrapper2 {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 780px) {
    .wrapper2 {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 560px) {
    .wrapper2 {
      padding-left: 20px;
      padding-right: 20px; } }

html {
  font-display: swap;
  scroll-behavior: smooth; }

body {
  font-display: swap;
  font-family: Roboto-Regular, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  position: relative; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }

div, p, input, form, button, span, a {
  box-sizing: border-box; }

h1, h2, h3, h4, h5 {
  color: #000000; }

p {
  color: #000000;
  line-height: 1.6em; }

ul, li {
  display: block;
  padding: 0;
  margin: 0; }

input, textarea {
 outline: none; }

a {
  text-decoration: none; }

.d-flex {
  display: flex; }

.grid {
  box-sizing: border-box;
  background: none;
  max-width: 1240px;
  margin: 0 auto; }

.grid:after {
  content: '';
  display: block;
  clear: both; }

.grid-item {
  width: 295px;
  min-width: 295px;
  box-sizing: border-box;
  margin-right: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px; }

/* Адаптив: */
@media screen and (max-width: 1240px) {
  .grid-item {
    margin-right: 20px !important; } }

@media screen and (max-width: 992px) {
  .grid-item {
    margin-right: 20px !important; }
  .grid {
    margin-bottom: 20px !important; } }

@media screen and (max-width: 760px) {
  .grid-item {
    margin-right: 0px !important; } }

@media screen and (max-width: 576px) {
  .grid-item {
    margin-right: 0px !important; } }

/* Шапка сайта: */
.header {
  background: url(../img/header-cloud.webp) no-repeat;
  background-size: 1310px 749px;
  min-height: 750px;
  background-position: right;
  background-position-y: 0px; }

.header2 {
  background: url(../img/header2-cloud.webp) no-repeat;
  background-size: 1310px 749px;
  min-height: 750px;
  background-position: right;
  background-position-y: 0px; }

.header__inner {
  padding-top: 20px;
  min-height: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-left: 0px;
  margin-right: 0px;
  align-items: center; }

/* Логотип сайта: */
.logo__link {
  margin-left: 12px;
  margin-right: 80px; }

.logo__link-img {
  width: 173px;
  height: 38px;
  min-width: 173px;
  min-height: 38px;
  max-width: 173px;
  max-height: 38px; }

/* Меню сайта: */
.header__TabletMenu {
  display: none; }

.menu__link {
  color: #060606;
  font-family: Roboto-Regular, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-right: 20px; }
  .menu__link:hover {
    color: #0D67B9; }

.menu__link--current {
  color: #060606; }

/* Телефон сайта: */
.telephone__call {
  color: #000000;
  font-family: Roboto-Bold, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  background: url(../img/bi_phone.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px; }
  .telephone__call:hover {
    color: #0D67B9; }

/* Кнопки переключения языка: */
.language {
  margin-left: auto; }

.language__button {
  color: #374636;
  background: none;
  border: none;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 3px;
  font-family: Roboto-Regular, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: initial; }

.language__button--chosen {
  color: #2B8620;
  background: #3BAF2C;
  border: none;
  border-radius: 4px; }

/* Планшетное меню: */
.tabletMenu {
  margin-top: 30px;
  width: 100%; }

.tabletMenu__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

/* Гамбургер-меню: */
#mobileMenu .icon-menu-bar {
  width: 20px;
  height: 11px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer; }

#mobileMenu .icon-menu-bar span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000000;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out; }

#mobileMenu .icon-menu-bar span:nth-child(1) {
  top: 0px; }

#mobileMenu .icon-menu-bar span:nth-child(2),
#mobileMenu .icon-menu-bar span:nth-child(3) {
  top: 4px; }

#mobileMenu .icon-menu-bar span:nth-child(4) {
  top: 8px; }

#mobileMenu.open .icon-menu-bar span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%; }

#mobileMenu.open .icon-menu-bar span:nth-child(2) {
  transform: rotate(45deg); }

#mobileMenu.open .icon-menu-bar span:nth-child(3) {
  transform: rotate(-45deg); }

#mobileMenu.open .icon-menu-bar span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%; }

/* Размещаем мобильное меню: */
#icon-menu {
  position: fixed !important;
  top: 15px !important;
  right: 10px !important; }

.icon-menu-Background {
  display: none;
  position: fixed !important;
  top: 0px !important;
  right: 0px !important;
  z-index: 50 !important;
  width: 40px;
  height: 40px;
  padding-top: 14px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0px 0px 0px 8px; }

/* Стили для мобильного меню: */
.icon-menu-Background.open {
  background: #060606;
  z-index: 90 !important; }

.icon-menu-Background.open > #icon-menu span {
  background: #ffffff !important;
  z-index: 99 !important; }

/* ------------------- */
/* Мобильное меню: */
.mobileMenu {
  margin-left: auto;
  display: none; }

.icon-menu-bar {
  margin-left: 5px;
  min-width: 20px;
  min-height: 11px;
  width: 20px;
  height: 11px; }

#mobileMenu > .mobileMenu__dropdown {
  top: 0;
  right: 0;
  transform: scaleY(0);
  transition: 0.3s;
  max-height: 0px; }

#mobileMenu.open > .mobileMenu__dropdown {
  top: 0;
  right: 0;
  transform: scaleY(1);
  transition: 0.3s;
  max-height: 1000px; }

.mobileMenu__dropdown {
  min-width: 240px;
  width: 240px;
  height: auto !important;
  position: fixed !important;
  right: 0px;
  top: 0px;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-height: 0px;
  z-index: 80 !important; }

.mobileNavMenu {
  display: flex;
  flex-direction: column;
  background: #344654;
  text-align: left;
  padding-top: 77px;
  padding-left: 36px;
  padding-right: 36px; }

.mobileNavMenu__link {
  color: #ffffff;
  font-family: Roboto-Regular, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px; }
  .mobileNavMenu__link:hover {
    color: #0D67B9; }

.mobileNavMenu__link--current, .menu__link--current {
  color: #0D67B9; }

.mobileNavMenu li:last-child {
  margin-top: 20px;
  margin-bottom: 89px; }

.mobileNavMenu__item {
  margin-bottom: 20px; }

/* Адаптив для десктопа: */
@media screen and (max-width: 4000px) {
  .logo__link-img {
    min-width: 225px;
    min-height: 50px;
    width: 225px;
    height: 50px;
    max-width: 225px;
    max-height: 50px; } }

@media screen and (max-width: 1920px) {
  .logo__link-img {
    min-width: 225px;
    min-height: 50px;
    width: 225px;
    height: 50px;
    max-width: 225px;
    max-height: 50px; } }

@media screen and (max-width: 4000px) {
  .header {
    background: url(../img/header-cloud.webp) no-repeat;
    background-size: 1310px 749px;
    min-height: 750px;
    background-position: right;
    background-position-y: 0px;
     }
  .header2 {
    background: url(../img/header2-cloud.webp) no-repeat;
    background-size: 1310px 749px;
    min-height: 750px;
    background-position: right;
    background-position-y: 0px;
     } }

@media screen and (max-width: 1600px) {
  .header {
    background: url(../img/header-cloud.webp) no-repeat;
    background-size: 1310px 749px;
    min-height: 750px;
    background-position: right;
    background-position-y: 0px;
     }
  .header2 {
    background: url(../img/header2-cloud.webp) no-repeat;
    background-size: 1310px 749px;
    min-height: 750px;
    background-position: right;
    background-position-y: 0px;
     } }

@media screen and (max-width: 1200px) {
  .header {
    background: url(../img/header-cloud.webp) no-repeat;
    background-size: 1310px 749px;
    min-height: 750px;
    background-position: right;
    background-position-y: 0px;
    background-position-x: 250px; }
  .header2 {
    background: url(../img/header2-cloud.webp) no-repeat;
    background-size: 1310px 749px;
    min-height: 750px;
    background-position: right;
    background-position-y: 0px;
    background-position-x: 250px; }
  .logo__link {
    margin-right: 30px; }
  .menu__link {
    margin-right: 10px; } }

@media screen and (max-width: 1100px) {
  .logo__link {
    margin-right: 15px; }
  .menu__link {
    margin-right: 8px; } }

@media screen and (max-width: 1050px) {
  .logo__link {
    margin-left: 0px;
    margin-right: 10px; }
  .menu__link {
    margin-right: 6px; }
  .telephone__call {
    font-size: 15px;
    padding-left: 15px; } }

/* Адаптив для планшета: */
@media screen and (max-width: 992px) {
  .header {
    background: url(../img/header-cloud2.webp) no-repeat;
    background-size: 606px 590px;
    min-height: 590px;
    background-position: right;
    background-position-y: 0px; }
  .header2 {
    background: url(../img/header2-cloud2.webp) no-repeat;
    background-size: 606px 590px;
    min-height: 590px;
    background-position: right;
    background-position-y: 0px; }
  .header__TabletMenu {
    display: flex; }
  .logo__link {
    margin-left: 12px;
    margin-right: 80px; }
  .menu {
    display: none; }
  .logo {
    height: 50px !important; }
  .telephone {
    padding-top: 10px;
    height: 50px !important; }
  .language {
    padding-top: 10px;
    height: 50px !important; }
    .language a:first-child {
      margin-right: 20px; } }

/* Адаптив для планшета: */
@media screen and (max-width: 768px) {
  .menu {
    display: none; }
  .logo {
    height: 50px !important; }
  .telephone {
    padding-top: 10px;
    height: 50px !important; }
  .language {
    padding-top: 10px;
    height: 50px !important; }
    .language a:first-child {
      margin-right: 20px; } }

/* Адаптив для мобильного: */
@media screen and (max-width: 576px) {
  .header {
    background: url(../img/header-cloud3.webp) no-repeat;
    background-size: 288px 590px;
    min-height: 590px;
    background-position: right;
    background-position-y: 0px; }
  .header2 {
    background: url(../img/header2-cloud3.webp) no-repeat;
    background-size: 288px 590px;
    min-height: 590px;
    background-position: right;
    background-position-y: 0px; }
  .header__TabletMenu {
    display: none; }
  .logo__link {
    margin-left: 0px !important;
    margin-right: 30px !important; }
  .logo__link-img {
    width: 173px;
    height: 38px;
    min-width: 173px;
    min-height: 38px;
    max-width: 173px;
    max-height: 38px; }
  .menu {
    display: none; }
  .language {
    margin: 0 auto; }
  .telephone {
    padding-top: 5px;
    height: 50px !important; }
  .logo {
    height: 50px !important; }
  .mobileMenu {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 15px;
    height: 50px !important;
    padding-right: 5px; } }

/* Адаптив для мобильного: */
@media screen and (max-width: 576px) {
  .loginSystemButton2 {
    min-width: 167px;
    width: 167px;
    max-height: 40px;
    padding-left: 17px;
    padding-right: 8px;
    padding-top: 9px;
    padding-bottom: 10px; } }

@media screen and (max-width: 450px) {
  .header__inner {
    flex-direction: column; }
  .mobileMenu {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center; }
  .mobileMenu__dropdown {
    top: 150px; }
  .appointerImage__buttons {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important; }
  .loginSystemButton, .appStoreButton, .googlePlayButton, .loginSystemButton2 {
    margin-bottom: 20px !important; } }

.header + .appointer {
  margin-top: -670px; }

.appointerDescription__header {
  width: 594px;
  color: #2C2A2E;
  font-family: Comfortaa-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 39px;
  line-height: 44px;
  vertical-align: top;
  margin-bottom: 10px; }

.appointerDescription {
  padding-top: 70px; }

.appointerDescription__text {
  width: 540px;
  margin-top: 3px;
  margin-bottom: 35px;
  color: #868686;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px; }

.apointerDescription__block {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.appointerImage__block {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.apointerDescription__block--link {
  color: #ffffff;
  width: 290px;
  height: 60px;
  border: none;
  border-radius: 10px;
  background: #2A9AF3;
  padding-top: 19px;
  padding-bottom: 19px;
  font-family: Roboto-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
  text-decoration: none;
  text-align: center; }

.apointerDescription__block--link:hover {
  cursor: pointer;
  background: #278adb;
  transition: 0.5s; }

.apointerDescription__block--text {
  margin-top: 13px;
  color: #929292;
  width: 290px;
  font-family: Roboto-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center; }

.appointerImage__buttons {
  margin-top: 60px;
  min-height: 40px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  flex-direction: row-reverse;
  margin-left: 0px;
  margin-right: 0px; }

.appointerImageButtonMobile {
  display: flex;
  flex-direction: row-reverse; }

.googlePlayButton {
  margin-right: 30px;
  min-width: 135px;
  min-height: 40px;
  width: 135px;
  height: 40px; }
  .googlePlayButton:hover {
    cursor: pointer; }

.appStoreButton {
  margin-right: 30px;
  min-width: 120px;
  min-height: 40px;
  width: 120px;
  height: 40px; }
  .appStoreButton:hover {
    cursor: pointer; }

/* Стили для иконок AppStore и GooglePlay: */
.appStoreButton svg > path.blackBackSVG {
  fill: none; }

.appStoreButton svg > path.blackBorderSVG {
  fill: #000000;
  box-sizing: content-box !important;
  border: none !important; }

.appStoreButton svg:hover > path {
  fill: #ffffff; }

.appStoreButton svg:active > path {
  fill: #8BBD9F; }

.appStoreButton svg:hover > path.blackBackSVG, .appStoreButton svg:hover > path.blackBorderSVG {
  fill: #000000 !important; }

.googlePlayButton svg:hover, .appStoreButton svg:hover {
  background: #000000 !important; }

.appStoreButton svg:active > path.blackBackSVG, .appStoreButton svg:active > path.blackBorderSVG {
  fill: #4D7D66 !important;
  border: none !important; }

.googlePlayButton svg:active, .appStoreButton svg:active {
  background: #4D7D66 !important;
  border: none !important; }

.googlePlayButton svg > path.blackBackSVG {
  fill: none; }

.googlePlayButton svg, .appStoreButton svg {
  box-sizing: content-box !important;
  border: 1px solid #000000 !important; }

.googlePlayButton svg {
  border-radius: 5px !important; }

.appStoreButton svg {
  border-radius: 7px !important; }

.googlePlayButton svg > path.blackBorderSVG {
  fill: #000000 !important; }

.googlePlayButton svg:hover > path {
  fill: #ffffff; }

.googlePlayButton svg:active > path {
  fill: #8BBD9F; }

.googlePlayButton svg:hover > path.blackBackSVG, .googlePlayButton svg:hover > path.blackBorderSVG {
  fill: #000000 !important; }

.googlePlayButton svg:active > path.blackBackSVG, .googlePlayButton svg:active > path.blackBorderSVG {
  fill: #4D7D66 !important; }

.loginSystemButton, .loginSystemButton2 {
  color: #0D0C0C;
  background: none;
  background-color: #FFD80E;
  border: none;
  border-radius: 7px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  min-width: 170px;
  min-height: 40px;
  font-family: Roboto-Regular, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  padding-left: 20px;
  padding-right: 9px;
  padding-top: 11px;
  padding-bottom: 10px;
  display: inline-flex;
  flex-direction: row;
  align-items: center; }
  .loginSystemButton:hover, .loginSystemButton2:hover {
    background: #ffffff;
    transition: background-color 500ms linear;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    cursor: pointer; }
  .loginSystemButton:active, .loginSystemButton2:active {
    background: #B3DDB2;
    transition: background-color 500ms linear;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    cursor: pointer; }
  .loginSystemButton img, .loginSystemButton2 img {
    margin-left: 10px; }

.appointerImage__main {
  margin-left: 20px; }
  .appointerImage__main img {
    width: 765px;
    height: 628px;
    min-width: 765px;
    min-height: 628px; }

@media screen and (max-width: 4000px) {
  .header + .appointer {
    margin-top: -670px; }
  .appointerDescription__header {
    width: 594px; } }

@media screen and (max-width: 1690px) {
  .header + .appointer {
    margin-top: -670px; }
  .appointerDescription__header {
    width: 594px; } }

@media screen and (max-width: 1600px) {
  .appointerImage__main {
    margin-left: 0px; }

    .appointerImage__main img {
      width: 565px;
      height: 464px;
      min-width: 565px;
      min-height: 464px; }
}

@media screen and (max-width: 1240px) {
  .appointerImage__main {
    margin-left: 0px; }
    .appointerImage__main img {
      width: 565px;
      height: 464px;
      min-width: 565px;
      min-height: 464px; } }

@media screen and (max-width: 1200px) {
  .header + .appointer {
    margin-top: -670px; }
  .appointerDescription__header {
    width: 594px; }
  .appointerImage__main {
    margin-left: 0px;
    margin-right: 0px; }
    .appointerImage__main img {
      width: 765px;
      height: 628px;
      min-width: 765px;
      min-height: 628px; }
  .appointerImage__block {
    margin-top: 0px !important;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .apointerDescription__block {
    align-items: center; }
  .appointerImage__buttons {
    margin-top: 40px;
    justify-content: center; }
  .appointerDescription__header, .appointerDescription__text {
    width: 100%;
    text-align: center; } }

@media screen and (max-width: 1024px) {
  .appointerDescription__header, .appointerDescription__text {
    width: 100%;
    text-align: center; } }

@media screen and (max-width: 992px) {
  .header + .appointer {
    margin-top: -460px; }
  .apointerDescription__block {
    align-items: center; }
  .appointerDescription {
    padding-top: 50px; }
  .appointerDescription__header, .appointerDescription__text {
    width: 100%;
    text-align: center; }
  .appointerImage__buttons {
    margin-top: 40px;
    justify-content: center; }
  .appointerImage__block {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .appointerDescription__text {
    margin-bottom: 50px; }
  .appointerImage__main img {
    width: 599px;
    height: 422px;
    min-width: 599px;
    min-height: 422px; } }

@media screen and (max-width: 768px) {
  .apointerDescription__block {
    align-items: center; }
  .appointerDescription {
    padding-top: 50px; }
  .appointerDescription__header, .appointerDescription__text {
    width: 100%;
    text-align: center; }
  .appointerImage__buttons {
    margin-top: 40px;
    justify-content: center; }
  .appointerImage__block {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .appointerDescription__text {
    margin-bottom: 50px; }
  .appointerImage__main img {
    width: 599px;
    height: 422px;
    min-width: 599px;
    min-height: 422px; } }

@media screen and (max-width: 640px) {
  .appointerImage__main img {
    width: 459px;
    height: 377px;
    min-width: 459px;
    min-height: 377px; } }

@media screen and (max-width: 576px) {
  .header + .appointer {
    margin-top: -540px; }
  .apointerDescription__block {
    align-items: center; }
  .appointerDescription {
    padding-top: 50px; }
  .appointerDescription__header, .appointerDescription__text {
    width: 100%;
    text-align: center; }
  .appointerDescription__text {
    margin-bottom: 50px; }
  .appointerImage__buttons {
    margin-top: 40px;
    justify-content: center; }
  .appointerImage__block {
    margin-top: 0px !important;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .loginSystemButton {
    min-width: 150px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 9px;
    padding-bottom: 10px; }
  .loginSystemButton img, .loginSystemButton2 img {
    margin-left: 0px; }
  .appStoreButton {
    margin-right: 18px; }
  .googlePlayButton {
    margin-right: 17px; } }

@media screen and (max-width: 480px) {
  .header + .appointer {
    margin-top: -420px; }
  .appointerImage__main img {
    width: 320px;
    height: 263px;
    min-width: 320px;
    min-height: 263px; } }

@media screen and (max-width: 360px) {
  .appointerImage__main img {
    width: 250px;
    height: 205px;
    min-width: 250px;
    min-height: 205px; } }

.abilities {
  background: url(../img/abilitiesBackground.png) no-repeat;
  background-size: 53%;
  background-position: 0px 100px; }

.abilities__inner {
  padding-top: 50px;
  padding-bottom: 150px;
  display: flex;
  flex-direction: column; }

.abilitiesHeader {
  color: #000000;
  font-family: Comfortaa-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: center; }

.abilitiesBlocks {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: 105px;
  margin-top: 105px; }

/* Стили для details блоков: */
.abilityBlock {
  margin-bottom: 20px;
  width: 610px;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 30px;
  outline: none; }
  .abilityBlock__header {
    position: relative;
    padding-top: 30px;
    padding-bottom: 29px;
    padding-left: 20px;
    padding-right: 40px;
    width: 100%;
    color: #000000;
    font-family: Roboto-Bold, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    border: none;
    outline: none; }
    .abilityBlock__header:hover {
      cursor: pointer; }
    .abilityBlock__header span {
      display: inline-block !important;
      color: #000000;
      font-family: Roboto-Bold, sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      line-height: 23px;
      padding-left: 60px !important; }

.abilityBlock__header-icon {
  display: inline-block !important;
  width: 43px !important;
  height: 42px;
  min-width: 43px;
  min-height: 42px;
  max-width: 43px;
  max-height: 42px;
  margin-left: 20px;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-right: 20px;
  position: absolute;
  top: 25px;
  left: 0px; }

/* Стрелка блока: */
.abilityBlock__arrow {
  display: inline-block !important;
  position: absolute;
  top: 35px;
  left: 92%;
  width: 18px;
  height: 10px; }

details[open] summary img.abilityBlock__arrow {
  transform: rotate(-180deg); }

summary::-webkit-details-marker {
  display: none; }

.abilityBlock__list {
  padding-left: 82px;
  padding-right: 20px; }

.abilityBlock__list-item {
  background: url(../img/list-marker.png) no-repeat;
  background-size: 6px 6px;
  background-position: left;
  padding-left: 16px;
  color: #7C8188;
  font-family: Roboto-Regular, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px; }

.abilityBlock__list:last-child {
  padding-bottom: 25px; }

/* Адаптивность: */
@media screen and (max-width: 4000px) {
  .abilitiesBlocks {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: 105px;
    margin-top: 105px;
  }
}

@media screen and (max-width: 8000px) {
  .abilities {
    background: url(../img/abilitiesBackground.png) no-repeat;
    background-size: 22%;
    background-position: 0px 0px; } }

@media screen and (max-width: 4000px) {
  .abilities {
    background: url(../img/abilitiesBackground.png) no-repeat;
    background-size: 22%;
    background-position: 0px 0px; } }

@media screen and (max-width: 3500px) {
  .abilities {
    background: url(../img/abilitiesBackground.png) no-repeat;
    background-size: 25%;
    background-position: 0px 0px; } }

@media screen and (max-width: 3000px) {
  .abilities {
    background: url(../img/abilitiesBackground.png) no-repeat;
    background-size: 30%;
    background-position: 0px 0px; } }

@media screen and (max-width: 2500px) {
  .abilities {
    background: url(../img/abilitiesBackground.png) no-repeat;
    background-size: 35%;
    background-position: 0px 0px; } }

@media screen and (max-width: 2240px) {
  .abilities {
    background: url(../img/abilitiesBackground.png) no-repeat;
    background-size: 40%;
    background-position: 0px 50px; } }

@media screen and (max-width: 2000px) {
  .abilities {
    background: url(../img/abilitiesBackground.png) no-repeat;
    background-size: 40%;
    background-position: 0px 100px; } }

@media screen and (max-width: 1850px) {
  .abilities {
    background: url(../img/abilitiesBackground.png) no-repeat;
    background-size: 45%;
    background-position: 0px 100px; } }

@media screen and (max-width: 1600px) {
  .abilities {
    background: url(../img/abilitiesBackground.png) no-repeat;
    background-size: 53%;
    background-position: 0px 100px; } }

@media screen and (max-width: 992px) {
  .abilityBlock {
    width: 100%; }
  .abilitiesBlocks {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .abilities__inner {
    padding-top: 100px;
    padding-bottom: 150px; } }

@media screen and (max-width: 576px) {
  .abilitiesBlocks {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .abilities {
    background: url(../img/abilitiesBackground2.png) no-repeat;
    background-size: 1321px 1113px;
    background-position-x: -1000px;
    background-position-y: 100px; }
  .abilities__inner {
    padding-top: 50px;
    padding-bottom: 50px; }
  .abilityBlock__header {
    padding-right: 20px; }
  .abilityBlock__header span {
    width: 350px !important; }
  .abilityBlock__list {
    padding-left: 41px; } }

@media screen and (max-width: 480px) {
  .abilityBlock__header span {
    width: 220px !important; } }

@media screen and (max-width: 360px) {
  .abilityBlock__header {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 15px; }
  .abilityBlock__header span {
    width: 185px !important;
    font-size: 18px; } }

.advantages {
  margin-bottom: 100px;
  background: url(../img/advantagesBackground.png) no-repeat;
  background-size: 1018px 876px;
  min-height: 876px;
  background-position: right;
  background-position-x: 120% !important; }

.advantages__inner {
  text-align: center;
  margin-top: -50px; }

.advantagesHeader {
  margin: 0 auto;
  width: 810px;
  margin-bottom: 75px;
  color: #000000;
  font-family: Comfortaa-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: center; }

.advantagesBlocks {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }

.advantagesItems {
  background: url(../img/line.png) no-repeat;
  background-size: 2px 514px;
  background-position: 10px -40px; }
  .advantagesItems__item {
    background: url(../img/marker.png) no-repeat;
    background-size: 22px 22px;
    background-position: 0px 0px;
    padding-left: 40px;
    width: 615px;
    text-align: left;
    margin-bottom: 40px; }
    .advantagesItems__item-header {
      color: #000000;
      font-family: Roboto-Bold, sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 21px;
      margin-bottom: 10px; }
    .advantagesItems__item-text {
      color: #7C8188;
      font-family: Roboto-Regular, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      margin-bottom: 16px; }

/* Адаптивность: */
@media screen and (max-width: 1600px) {
  .advantages {
    background-position-x: 150% !important; } }

@media screen and (max-width: 1400px) {
  .advantages {
    background-position-x: 175% !important; } }

@media screen and (max-width: 1280px) {
  .advantages {
    background-position-x: 200% !important; } }

@media screen and (max-width: 1200px) {
  .advantages {
    background: url(../img/advantagesBackground.png) no-repeat;
    background-size: 1018px 876px;
    min-height: 876px;
    background-position: right;
    background-position-x: 150% !important;
    background-position-y: 650px; }
  .advantagesBlocks {
    display: flex;
    flex-direction: column; } }

@media screen and (max-width: 1100px) {
  .advantages {
    background: url(../img/advantagesBackground.png) no-repeat;
    background-size: 1018px 876px;
    min-height: 876px;
    background-position: right;
    background-position-x: 100% !important;
    background-position-y: 650px; } }

@media screen and (max-width: 1040px) {
  .advantages {
    background: url(../img/advantagesBackground.png) no-repeat;
    background-size: 1018px 876px;
    min-height: 876px;
    background-position: right;
    background-position-x: 0px !important;
    background-position-y: 650px; } }

@media screen and (max-width: 992px) {
  .advantagesHeader {
    width: 100%;
    max-width: 728px; }
  .advantagesItems__item {
    max-width: 728px;
    width: 100%; }
  .advantagesBlocks {
    display: flex;
    flex-direction: column; }
  .advantages {
    background: url(../img/advantagesBackground.png) no-repeat;
    background-size: 1018px 876px;
    min-height: 876px;
    background-position: right;
    background-position-x: 0px !important;
    background-position-y: 650px; } }

@media screen and (max-width: 576px) {
  .advantages__inner {
    margin-top: 0px; }
  .advantagesHeader {
    width: 100%;
    max-width: 440px; }
  .advantagesItems {
    background-repeat: repeat-y; }
    .advantagesItems__item {
      max-width: 440px;
      width: 100%; }
  .advantagesBlocks {
    display: flex;
    flex-direction: column; }
  .advantages {
    background: url(../img/advantagesBackground.png) no-repeat;
    background-size: 1018px 876px;
    min-height: 876px;
    background-position: right;
    background-position-x: 0px !important;
    background-position-y: 650px; } }

.presentation__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
  background: url(../img/video-clouds.png) no-repeat;
  background-size: 1152px 594px;
  background-position: 25px 150px; }

.presentationHeader {
  width: 610px;
  margin-bottom: 20px;
  color: #000000;
  font-family: Comfortaa-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: center; }

.presentationText {
  width: 392px;
  margin-bottom: 20px;
  color: #7C8188;
  font-family: Roboto-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center; }

.presentationVideoBlock {
  position: relative;
  max-width: 820px;
  max-height: 516px;
  width: 820px;
  height: 516px;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer; }

.presentationVideoBlock video, .presentationVideoBlock iframe, .presentationVideoBlock div {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100% !important;
  height: 100% !important;
  outline: none;
  border: none;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.2));
  border-radius: 30px; }

.presentationVideoBlock .playButton {
  position: absolute;
  top: 42%;
  left: 45%;
  width: 90px !important;
  height: 90px !important;
  background: url(../img/playVideoButton.png) no-repeat;
  background-size: cover;
  z-index: 60 !important; }
  .presentationVideoBlock .playButton:hover {
    cursor: pointer !important; }

#presentationVideoPlay {
  position: absolute;
  top: 42%;
  left: 45%;
  width: 90px !important;
  height: 90px !important;
  background: url(../img/playVideoButton.png) no-repeat;
  background-size: cover;
  z-index: 60 !important; }
  #presentationVideoPlay:hover {
    cursor: pointer !important; }

#myPlayerPoster {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  border-radius: 30px;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.2));
  z-index: 90 !important; }
  #myPlayerPoster:hover {
    cursor: pointer !important; }

#myPlayer {
  display: none; }

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

video::--webkit-media-controls-play-button,
video::-webkit-media-controls,
video::-webkit-media-controls-overlay-play-button {
  display: none !important; }

/* Адаптивность: */
@media screen and (max-width: 960px) {
  .presentation__inner {
    background-size: cover;
    background-position: center; }
  .presentationHeader, .presentationText {
    width: 100%; }
  .presentationVideoBlock {
    width: 720px;
    height: 404px; } }

@media screen and (max-width: 760px) {
  .presentationHeader, .presentationText {
    width: 100%; }
  .presentationVideoBlock {
    width: 538px;
    height: 303px; } }

@media screen and (max-width: 576px) {
  #presentationVideoPlay {
    width: 60px !important;
    height: 60px !important; }
  .presentationVideoBlock .playButton {
    width: 60px !important;
    height: 60px !important; }
  .presentationHeader, .presentationText {
    width: 100%; }
  .presentationVideoBlock {
    width: 444px;
    height: 250px; } }

@media screen and (max-width: 480px) {
  .presentationVideoBlock {
    width: 300px;
    height: 169px; } }

.services {
  position: relative;
  background: url(../img/servicesClouds.png) no-repeat;
  background-size: 480px 433px;
  background-position: 240px 50px;
  padding-bottom: 20px;
  margin-bottom: -50px; }

.servicesHeader {
  margin-bottom: 70px;
  color: #000000;
  font-family: Comfortaa-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: center; }

.servicesCarousel {
  background: none;
  margin-bottom: 150px;
  min-height: 350px; }

.swiper-container2 {
  overflow: hidden; }

.swiper-wrapper2 {
  margin-left: 50px !important; }

.servicesItem.swiper-slide.swiper-slide-active {
  margin-left: 15px !important; }

.servicesItem {
  min-width: 190px;
  min-height: 300px;
  width: 190px !important;
  height: 300px !important;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; }
  .servicesItem img {
    margin-top: 30px; }
  .servicesItem h3 {
    margin-bottom: 20px;
    color: #656565;
    font-family: Roboto-Regular, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center; }

.serviceFitness {
  width: 150px;
  min-width: 150px;
  height: 206px;
  min-height: 206px; }

.serviceBarber {
  width: 176px;
  min-width: 176px;
  height: 176px;
  min-height: 176px; }

.serviceTattoo {
  width: 178px;
  min-width: 178px;
  height: 168px;
  min-height: 168px; }

.serviceSpa {
  width: 175px;
  min-width: 175px;
  height: 148px;
  min-height: 148px; }

.serviceOphthalmology {
  width: 152px;
  min-width: 152px;
  height: 178px;
  min-height: 178px; }

.serviceMassage {
  width: 170px;
  min-width: 170px;
  height: 141px;
  min-height: 141px; }

.serviceGrooming {
  width: 162px;
  min-width: 162px;
  height: 143px;
  min-height: 143px; }

.serviceVeterinary {
  width: 158px;
  min-width: 158px;
  height: 144px;
  min-height: 144px; }

.servicesNextSlide {
  display: none !important; /* Убрали стрелку для слайдера. */
  position: absolute;
  top: 150px;
  left: 0px;
  background: url(../img/servicesArrow.svg) no-repeat;
  background-size: 146px 233px;
  min-width: 146px;
  min-height: 233px;
  max-width: 146px;
  max-height: 233px;
  width: 146px;
  height: 233px;
  outline: none;
  border: none;
}
  .servicesNextSlide:hover {
    cursor: pointer; }
  .servicesNextSlide::after {
    content: ''; }

.swiper-wrapper2 {
  flex-wrap: nowrap !important; }

/* Адаптив: */
@media screen and (max-width: 1400px) {
  .stepsBlocks {
  padding-bottom: 100px;
  margin-bottom: 100px; }
  .servicesNextSlide {
    display: none !important; }
  .servicesItem {
    width: 278px;
    min-width: 278px;
    height: 440px;
    min-height: 440px; }
  .serviceFitness {
    width: 219px;
    min-width: 219px;
    height: 302px;
    min-height: 302px; }
  .serviceBarber {
    width: 258px;
    min-width: 258px;
    height: 258px;
    min-height: 258px; }
  .serviceTattoo {
    width: 260px;
    min-width: 260px;
    height: 246px;
    min-height: 246px; }
  .serviceSpa {
    width: 256px;
    min-width: 256px;
    height: 217px;
    min-height: 217px; }
  .serviceOphthalmology {
    width: 223px;
    min-width: 223px;
    height: 261px;
    min-height: 261px; }
  .serviceMassage {
    width: 248px;
    min-width: 248px;
    height: 206px;
    min-height: 206px; }
  .serviceGrooming {
    width: 237px;
    min-width: 237px;
    height: 209px;
    min-height: 209px; }
  .serviceVeterinary {
    width: 231px;
    min-width: 231px;
    height: 211px;
    min-height: 211px; } }

@media screen and (max-width: 1200px) {
  .stepsBlocks {
  padding-bottom: 0px;
  margin-bottom: 0px; } }

@media screen and (max-width: 992px) {
  .stepsBlocks {
  padding-bottom: 0px;
  margin-bottom: 0px; }
  .servicesItem {
    width: 278px !important;
    min-width: 278px !important;
    height: 440px !important;
    min-height: 440px !important; } }

@media screen and (max-width: 576px) {
  .stepsBlocks {
  padding-bottom: 0px;
  margin-bottom: 0px; }
  .servicesItem {
    width: 190px !important;
    min-width: 190px !important;
    height: 300px !important;
    min-height: 300px !important; }
  .serviceFitness {
    width: 150px;
    min-width: 150px;
    height: 206px;
    min-height: 206px; }
  .serviceBarber {
    width: 176px;
    min-width: 176px;
    height: 176px;
    min-height: 176px; }
  .serviceTattoo {
    width: 178px;
    min-width: 178px;
    height: 168px;
    min-height: 168px; }
  .serviceSpa {
    width: 175px;
    min-width: 175px;
    height: 148px;
    min-height: 148px; }
  .serviceOphthalmology {
    width: 152px;
    min-width: 152px;
    height: 178px;
    min-height: 178px; }
  .serviceMassage {
    width: 170px;
    min-width: 170px;
    height: 141px;
    min-height: 141px; }
  .serviceGrooming {
    width: 162px;
    min-width: 162px;
    height: 143px;
    min-height: 143px; }
  .serviceVeterinary {
    width: 158px;
    min-width: 158px;
    height: 144px;
    min-height: 144px; }
  .services {
    margin-bottom: -100px; } }

.stepsHeader {
  color: #000000;
  font-family: Comfortaa-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 20px; }

.stepsText {
  color: #626262;
  font-family: Roboto-Bold, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  margin-bottom: 40px; }

.stepsBlocks {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.stepsBlocks__item {
  position: relative;
  min-width: 210px;
  min-height: 316px;
  width: 210px;
  height: 316px;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.stepsBlocks__item-number {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 30px;
  background: url(../img/stepArrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  text-align: center; }

.stepsBlocks__item-number span {
  color: #ffffff;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 40px;
  left: 42%;
  background: linear-gradient(103.26deg, #8DBE00 5.6%, #098E7E 132.15%);
  border: none;
  border-radius: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 75; }

.stepBlocks__item-image {
  margin-top: 17px; }

.stepBlocks__item-description {
  margin-bottom: 30px;
  padding-top: 20px;
  color: #7C8188;
  width: 178px;
  font-family: Roboto-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center; }
  .stepBlocks__item-description a {
    color: #259CDF; }

.stepsBlocks .stepsBlocks__item:nth-child(odd) .stepsBlocks__item-number .stepsCurvedLine {
  position: absolute;
  top: 150%;
  left: 44%;
  width: 255px;
  height: 55px;
  background: url(../img/curved-line.png) no-repeat;
  background-size: contain; }

.stepsBlocks .stepsBlocks__item:nth-child(even) .stepsBlocks__item-number .stepsCurvedLine {
  position: absolute;
  top: 50%;
  left: 44%;
  width: 255px;
  height: 55px;
  background: url(../img/curved-line2.png) no-repeat;
  background-size: contain; }

.stepsBlocks .stepsBlocks__item:last-child .stepsBlocks__item-number .stepsCurvedLine {
  width: 0px;
  height: 0px;
  background: none; }

.stepsBlocks .stepsBlocks__item:nth-child(even) {
  margin-top: 30px; }

/* Изображения: */
.stepImage1 {
  min-width: 144px !important;
  min-height: 159px !important;
  width: 144px !important;
  height: 159px !important; }

.stepImage2 {
  min-width: 186px !important;
  min-height: 171px !important;
  width: 186px !important;
  height: 171px !important; }

.stepImage3 {
  min-width: 177px !important;
  min-height: 136px !important;
  width: 177px !important;
  height: 136px !important; }

.stepImage4 {
  min-width: 157px !important;
  min-height: 135px !important;
  width: 157px !important;
  height: 135px !important; }

.stepImage5 {
  min-width: 174px !important;
  min-height: 168px !important;
  width: 174px !important;
  height: 168px !important; }

/* Адаптивность: */
@media screen and (max-width: 4000px) {
  .stepsBlocks {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
  .stepsCurvedLine {
    display: block; }
}

@media screen and (max-width: 1200px) {
  .stepsBlocks {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
  .stepsCurvedLine {
    display: none; }
  .stepsBlocks .stepsBlocks__item:nth-child(even) {
    margin-top: 0px; }
  .stepsBlocks__item {
    margin-right: 50px;
    margin-bottom: 150px; } }

@media screen and (max-width: 992px) {
  .stepsBlocks {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center; }
  .stepsCurvedLine {
    display: none; } }

@media screen and (max-width: 768px) {
  .stepsBlocks {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center; }
  .stepsCurvedLine {
    display: none; } }

@media screen and (max-width: 576px) {
  .stepsBlocks {
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center; }
  .stepsCurvedLine {
    display: none; } }

@media screen and (max-width: 450px) {
  .stepsBlocks__item {
    margin-right: 0px; }
  .stepsBlocks {
    margin-bottom: 0px; } }

.reviews {
  background: url(../img/reviewsBack1.png) no-repeat, url(../img/reviewsBack2.png) no-repeat;
  background-size: 623px 1245px, 480px 741px;
  background-position: left, right; }

.reviewsHeader {
  margin-bottom: 60px;
  color: #000000;
  font-family: Comfortaa-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: center; }

.reviews__inner {
  margin-bottom: 100px;
  text-align: center;
  padding-top: 0px; }

.reviewsBlock {
  display: block;
  min-width: 295px;
  width: 295px;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px; }
  .reviewsBlock__text {
    color: #7C8188;
    font-family: Roboto-Light, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px; }

.reviewsBlock__name {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center; }

.reviewsBlock__name-text {
  margin-left: 20px;
  display: flex;
  flex-direction: column; }
  .reviewsBlock__name-text h5 {
    color: #000000;
    font-family: Roboto-Bold, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px; }
  .reviewsBlock__name-text span {
    color: #000000;
    font-family: Roboto-Regular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px; }

.reviewsShowAll {
  position: relative;
  color: #3CA14D;
  font-family: Roboto-Light, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-decoration: underline;
  z-index: 75; }
  .reviewsShowAll:hover {
    cursor: pointer; }

.reviewsShowArea {
  border: none !important;
  position: absolute;
  top: 85%;
  left: 0;
  width: 100%;
  height: 295px;
  z-index: 70; }

.reviews__inner {
  position: relative; }

@media screen and (max-width: 1920px) {
  .reviews {
    background: url(../img/reviewsBackground.webp) no-repeat;
    background-size: 100%;
    min-height: 800px; } }

/* Адаптив: */
@media screen and (max-width: 992px) {
  .reviewsShowArea {
    display: none; }
  .reviews {
    background: none; }
  .reviews__inner {
    padding-top: 0px;
    margin-bottom: 50px; } }

@media screen and (max-width: 576px) {
  .reviews__inner {
    padding-top: 0px;
    margin-bottom: 50px; } }

.rates {
  background: url(../img/ratesBack1.webp) no-repeat, url(../img/ratesBack2.webp) no-repeat;
  background-size: 650px 947px, 436px 612px;
  min-height: 950px;
  background-position: left, right; }

.rates__inner {
  margin-bottom: 50px; }

.ratesHeader {
  padding-top: 0px;
  margin-bottom: 60px;
  color: #000000;
  font-family: Comfortaa-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: center; }

.ratesBlocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center; }

.ratesBlocks__item {
  margin-right: 80px;
  width: 360px;
  min-height: 330px;
  height: auto;
  display: flex;
  flex-direction: column;
  background: url(../img/rate-back.png) no-repeat, #ffffff;
  background-size: contain;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 20px;
  padding-bottom: 26px; }

.ratesBlocks__item:last-child {
  margin-right: 0px; }

.ratesBlockTitle__header {
  margin-top: 20px;
  margin-bottom: 18px;
  color: #ffffff;
  font-family: Roboto-Bold, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase; }

.ratesBlockTitle__header span {
  color: #ffffff;
  font-family: Roboto-Regular, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase; }

.ratesBlockPrice {
  margin: 0 auto;
  width: 290px;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  text-align: center;
  padding-bottom: 15px; }

.ratesPrice {
  margin-top: 20px;
  color: #344654;
  font-family: Roboto-Regular, sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 49px;
  text-align: center; }

.ratesPriceDetail {
  color: #7C8188;
  font-family: Roboto-Bold, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center; }

.ratesBlockPercent {
  margin-top: 9px;
  margin-bottom: 8px;
  text-align: center;
  height: 30px; }

.ratesPricePercent {
  color: #3CA14D;
  font-family: Roboto-Bold, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center; }

.ratesBlockButtonLink {
  padding-left: 15px;
  padding-right: 15px; }

.ratesBlockButtonLink2 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

/* Адаптив*/
/* Адаптив для десктопа: */
@media screen and (max-width: 1920px) {
  .rates {
    background: url(../img/ratesBackground.png) no-repeat;
    background-size: 100%;
    min-height: 700px;
    background-position: center; } }

@media screen and (max-width: 1300px) {
  .ratesBlocks__item {
    margin-right: 60px;
    margin-bottom: 56px; } }

@media screen and (max-width: 1240px) {
  .ratesBlocks__item {
    margin-right: 40px;
    margin-bottom: 56px; }
  .ratesBlocks {
    justify-content: center; } }

@media screen and (max-width: 1140px) {
  .ratesBlocks__item {
    margin-right: 0px;
    margin-bottom: 56px; }
  .ratesBlocks__item:first-child {
    margin-right: 20px; } }

@media screen and (max-width: 1024px) {
  .ratesBlocks__item {
    margin-right: 0px; }
  .ratesBlocks__item:first-child {
    margin-right: 20px; } }

@media screen and (max-width: 992px) {
  .rates {
    background: url(../img/ratesBackground2.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 950px; } }

@media screen and (max-width: 780px) {
  .ratesBlocks__item:last-child {
    margin-right: 20px; } }

@media screen and (max-width: 759px) {
  .ratesBlocks__item:first-child {
    margin-right: 0px; }
  .ratesBlocks__item:last-child {
    margin-right: 0px; }
  .ratesBlocks__item {
    margin-right: 0px; } }

@media screen and (max-width: 768px) {
  .ratesBlocks__item:last-child {
    margin-right: 0px; }
  .ratesBlocks__item {
    margin-right: 0px; }
  .rates {
    background: url(../img/ratesBackground2.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 950px; } }

@media screen and (max-width: 576px) {
  .ratesBlockTitle__header {
    margin-top: 10px;
    margin-bottom: 28px;
    font-size: 26px; }
  .ratesBlockTitle__header span {
    font-size: 26px; } }

@media screen and (max-width: 420px) {
  .rates__inner {
    margin-bottom: 50px; } }


.clients__inner {
  margin-top: -30px;
  margin-bottom: 100px; }

.clientsHeader {
  margin-bottom: 40px;
  color: #000000;
  font-family: Comfortaa-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: center; }

.clientsBlocks__item {
  margin-bottom: 40px; }
  .clientsBlocks__item img {
    min-width: 190px;
    min-height: 75px;
    width: 190px;
    height: 75px; }
  .clientsBlocks__item:hover {
    cursor: pointer; }

/* Кнопка получения: */
.ratesBlockButton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.ratesBlockButtonLink {
  color: #ffffff;
  width: 290px;
  height: 60px;
  border: none;
  border-radius: 10px;
  background: #2A9AF3;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
  text-decoration: none;
  text-align: center; }

.ratesBlockButtonLink:hover {
  cursor: pointer;
  background: #278adb;
  transition: 0.5s; }

.ratesBlockButtonText {
  margin-top: 13px;
  color: #929292;
  width: 290px;
  font-family: Roboto-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center; }

/* Карусель */
.slider-container {
  max-width: 1240px;
  padding: 0 15px;
  position: relative;
  margin: 0 auto; }

/* Адаптив для десктопа: */
@media screen and (max-width: 1200px) {
  .rates + .clients {
    margin-top: 0px; } }

/* Адаптив для планшета: */
@media screen and (max-width: 992px) {
  .rates + .clients {
    margin-top: 0px; }
  .swiper-wrapper {
    flex-wrap: wrap; } }

@media screen and (max-width: 768px) {
  .rates + .clients {
    margin-top: 0px; }
  .swiper-wrapper {
    flex-wrap: wrap; } }

/* Адаптив для мобильного: */
@media screen and (max-width: 576px) {
  .rates + .clients {
    margin-top: 0px; }
  .clients__inner {
    margin-top: 50px;
    margin-bottom: 60px; }
  .swiper-wrapper {
    flex-wrap: wrap; } }

@media screen and (max-width: 450px) {
  .rates + .clients {
    margin-top: 0px; }
  .clients__inner {
    margin-top: 50px;
    margin-bottom: 60px; }
  .swiper-wrapper {
    flex-wrap: wrap; } }

.footer {
  background: #344654; }

.footer__inner {
  position: relative;
  padding-top: 50px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.footerLogo-img {
  min-width: 191px;
  min-height: 42px;
  width: 191px;
  height: 42px; }

.footerContacts__address {
  margin-top: 30px;
  margin-bottom: 20px;
  width: 160px; }
  .footerContacts__address span {
    color: #ffffff;
    font-family: Roboto-Regular, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px; }

.footerContact__tel {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column; }
  .footerContact__tel a {
    margin-bottom: 20px;
    color: #ffffff;
    font-family: Roboto-Regular, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px; }
    .footerContact__tel a:hover {
      color: #0D67B9; }
    .footerContact__tel a img {
      margin-left: 10px; }

/* Иконки соц. сетей: */
.footerContact__social a:not(:last-child) {
  margin-right: 16px; }

.footerContact__social a svg {
  fill: #ffffff; }
  .footerContact__social a svg:hover {
    fill: #0D67B9; }

.footerContact__social a:hover svg path {
  fill: #0D67B9; }

.footerContact__social a:hover + .footerContact__social a svg path {
  fill: #0D67B9 !important; }

/* ---------------   */
.footerServices__item {
  margin-bottom: 13px; }

.footerMenu__item {
  margin-bottom: 20px; }

.footerServices__list {
  margin-top: 35px; }

.footerServiceLink {
  color: #CACACA;
  font-family: Roboto-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px; }
  .footerServiceLink:hover {
    color: #0D67B9; }

.footerCRM p {
  color: #ffffff;
  font-family: Roboto-Bold, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: -20px; }

.footerMenuLink {
  color: #ffffff;
  font-family: Roboto-Medium, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px; }
  .footerMenuLink:hover {
    color: #0D67B9; }

/* Кнопка Go to top! */
.footerGoTopButton {
  width: 48px;
  height: 48px;
  position: absolute;
  top: -24px;
  left: calc(100% - 48px); }

.footerMobileMenu {
  display: none; }

/* Адаптив для десктопа: */
@media screen and (max-width: 1200px) {
  .footer__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between; } }

@media screen and (max-width: 1100px) {
  .footer__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between; } }

@media screen and (max-width: 1050px) {
  .footer__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between; } }

/* Адаптив для планшета: */
@media screen and (max-width: 992px) {
  .footer__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 90px; }
  .footerMenu {
    display: none; }
  .footerMobileMenu {
    display: block; }
  .footerMobileMenu {
    width: 380px;
    margin-bottom: 75px; }
  .footerServices__list {
    width: 380px; } }

@media screen and (max-width: 768px) {
  .footer__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 90px; }
  .footerMenu {
    display: none; }
  .footerMobileMenu {
    display: block; }
  .footerMobileMenu {
    width: 295px;
    margin-bottom: 75px; }
  .footerServices__list {
    width: 295px; } }

/* Адаптив для мобильного: */
@media screen and (max-width: 576px) {
  .footer__inner {
    padding-bottom: 80px; }
  .footerGoTopButton {
    left: calc(50% - 24px); }
  .footerMenu {
    display: none; }
  .footerMobileMenu {
    width: 210px;
    margin-bottom: 75px; }
  .footerServices__list {
    width: 210px; } }

@media screen and (max-width: 460px) {
  .footer__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px; }
  .footerGoTopButton {
    left: calc(50% - 24px); }
  .footerMenu {
    display: none; }
  .footerMobileMenu {
    width: 210px; }
  .footerServices__list {
    width: 210px; }
  .footerContacts {
    margin-bottom: 40px; } }

.overlay {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 500 !important;
  top: 0;
  left: 0; }

.modalOverlay, .modalOverlay2 {
  display: none;
  position: fixed;
  width: 480px;
  min-height: 600px;
  height: auto;
  text-align: center;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  border-radius: 20px;
  color: #2CDC5E;
  margin: auto;
  background: #344654;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  z-index: 999 !important; }

.close {
  display: inline-block;
  border: none;
  color: #0000cc;
  padding: 0 12px;
  margin: 10px;
  text-decoration: none;
  background: #f2f2f2;
  font-size: 20px;
  cursor: pointer; }
  .close:hover {
    background: #e6e6ff; }

/* Стили формы попапа: */
.modalForm, .modalForm2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 390px; }

.modalForm__link img {
  width: 190px;
  height: 139px;
  min-width: 190px;
  max-width: 190px;
  min-height: 139px;
  max-height: 139px; }

.modalHeader {
  margin-top: 15px;
  margin-bottom: 30px;
  width: 100%;
  color: #2CDC5E;
  font-family: Roboto-Regular, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: center; }

.modalForm input, .modalForm button {
  margin-bottom: 20px;
  color: #000000;
  width: 390px;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Roboto-Regular, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  border: none;
  border-radius: 10px;
  outline: none;
  background: #ffffff; }

.modalForm input[type=submit], .modalForm button {
  margin-bottom: 31px;
  color: #ffffff;
  background: #2A9AF3; }
  .modalForm input[type=submit]:hover, .modalForm button:hover {
    cursor: pointer;
    background: #278adb;
    transition: 0.5s; }

.modalSocials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .modalSocials a {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 20px; }
    .modalSocials a img, .modalSocials a svg {
      max-width: 32px;
      max-height: 32px;
      margin-right: 10px; }
    .modalSocials a svg {
      fill: #ffffff; }
    .modalSocials a span {
      color: #ffffff;
      font-family: Roboto-Regular, sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 16px; }
    .modalSocials a:hover span {
      color: #0D67B9; }
    .modalSocials a:hover svg {
      fill: #0D67B9; }

.modalFormErrors, .modalFormErrors2 {
  margin-top: 20px;
  color: #FFD80E;
  font-family: Roboto-Regular, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px; 
  padding-left: 30px;
  padding-right: 30px;
}

.modalFormSuccess, .modalFormSuccess2 {
  margin-top: 0px;
  color: #3CA14D;
  font-family: Roboto-Regular, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px; 
  padding-left: 30px;
  padding-right: 30px;
}

/* Крестик для формы: */
.modalClose, .modalClose2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 64px;
  height: 64px;
  cursor: pointer;
  background: #2C3A45;
  border-radius: 0px 20px; }

.modalClose:before, .modalClose2:before {
  content: '';
  background-color: #fff;
  position: absolute;
  height: 2px;
  width: 30px;
  top: 33px;
  left: 18px;
  transform: rotate(-45deg); }

.modalClose:after, .modalClose2:after {
  content: '';
  background-color: #fff;
  position: absolute;
  height: 2px;
  width: 30px;
  top: 33px;
  left: 18px;
  transform: rotate(45deg); }

.grecaptcha-badge {
 width: 0px !important;
 height: 0px !important; }

/* Адаптив для попапа: */


@media screen and (max-width: 960px) {
 .modalOverlay, .modalOverlay2 {
  width: 320px;
  min-height: 400px;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px; }
 .modalForm, .modalForm2 {
  width: 300px; }
 .modalForm__link img {
  width: 100px !important;
  height: 73px !important;
  min-width: 100px;
  min-height: 73px;
  max-width: 100px;
  max-height: 73px; }
 .modalHeader {
  width: 250px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 20px; }
 .modalForm input, .modalForm button {
  margin-bottom: 10px;
  width: 250px;
  height: 30px;
  font-size: 14px;
  line-height: 16px; }
 .modalSocials a span {
  font-size: 12px;
  line-height: 14px; }
 .modalClose, .modalClose2 {
  width: 48px;
  height: 48px; }
 .modalClose:before, .modalClose2:before {
  height: 2px;
  width: 22px;
  top: 24px;
  left: 13px; }
 .modalClose:after, .modalClose2:after {
  height: 2px;
  width: 22px;
  top: 24px;
  left: 13px; } }

@media screen and (max-width: 576px) {
 .modalOverlay, .modalOverlay2 {
  width: 320px;
  min-height: 400px;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 10px; }
 .modalForm, .modalForm2 {
  width: 300px; }
 .modalForm__link img {
  width: 100px !important;
  height: 73px !important;
  min-width: 100px;
  min-height: 73px;
  max-width: 100px;
  max-height: 73px; }
 .modalHeader {
  width: 250px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 20px; }
 .modalForm input, .modalForm button {
  margin-bottom: 10px;
  width: 250px;
  height: 30px;
  font-size: 14px;
  line-height: 16px; }
 .modalSocials a span {
  font-size: 12px;
  line-height: 14px; }
 .modalClose, .modalClose2 {
  width: 48px;
  height: 48px; }
 .modalClose:before, .modalClose2:before {
  height: 2px;
  width: 22px;
  top: 24px;
  left: 13px; }
 .modalClose:after, .modalClose2:after {
  height: 2px;
  width: 22px;
  top: 24px;
  left: 13px; } }

.staff {
  background: url(../img/staffBack1.png) no-repeat, url(../img/staffBack2.png) no-repeat;
  background-size: 521px 862px, 580px 1027px;
  background-position: left, right;
  padding-bottom: 160px; }

.staffHeader {
  color: #000000;
  font-family: Comfortaa-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 20px; }

.staffBlocks {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.staffBlock {
  min-width: 400px;
  width: 400px;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 20px;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 20px;
  margin-bottom: 20px; }

.staffBlock:first-child {
  margin-left: 0px; }

.staffBlock__header {
  color: #000000;
  font-family: Roboto-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px; }

.staffBlock__list {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px; }

.staffBlock__list-item {
  background: url(../img/list-marker2.png) no-repeat;
  background-size: 10px 10px;
  background-position: left;
  border: none;
  border-radius: 180px;
  padding-left: 20px;
  color: #7C8188;
  font-family: Roboto-Regular, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px; }

/* Адаптивность блока: */
@media screen and (max-width: 1920px) {
  .staff {
    background: url(../img/staffBackground.png) no-repeat;
    background-size: 1920px 1027px;
    padding-bottom: 160px;
    background-position: 0px -100px; } }

@media screen and (max-width: 1280px) {
  .staffBlock:first-child {
    margin-left: 20px !important; } }

@media screen and (max-width: 576px) {
  .staffBlock {
    min-width: 300px;
    width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px; }
  .staffBlock__list {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 5px; } }

@media screen and (max-width: 360px) {
  .staffBlock {
    min-width: 250px;
    width: 250px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 25px; }
  .staffBlock__list {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px; } }

.header + .contacts {
  margin-top: -670px; }

.contactsText {
  display: flex;
  flex-direction: column;
  padding-top: 60px; }

.contactsText__item h2 {
  margin-bottom: 30px;
  width: 505px;
  color: #000000;
  font-family: Comfortaa-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px; }

.contactsText__item p {
  width: 505px;
  color: #000000;
  font-family: Roboto-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  margin-bottom: 15px; }

.contactsTelephone {
  color: #000000;
  font-family: Roboto-Bold, sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px; }

.contactsButtons {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  margin-bottom: 220px; }

.contactsButtonsTelegram {
  position: relative;
  min-width: 200px;
  width: 200px;
  height: 60px;
  background: #1FADEB;
  border: none;
  border-radius: 10px;
  outline: none;
  padding-left: 82px;
  padding-right: 61px;
  padding-top: 22px;
  padding-bottom: 21px;
  color: #ffffff;
  font-family: Roboto-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px; }
  .contactsButtonsTelegram:hover {
    cursor: pointer;
    background: #259CDF; }

.contactsButtonsImage {
  position: absolute;
  top: 12px;
  left: 40px;
  width: 32px;
  height: 32px; }

.contactsButtonsImage2 {
  position: absolute;
  top: 12px;
  left: 50px;
  width: 32px;
  height: 32px; }

.contactsButtonsViber {
  position: relative;
  min-width: 200px;
  width: 200px;
  height: 60px;
  background: #7D559D;
  border: none;
  border-radius: 10px;
  outline: none;
  padding-left: 92px;
  padding-right: 76px;
  padding-top: 22px;
  padding-bottom: 21px;
  color: #ffffff;
  font-family: Roboto-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px; }
  .contactsButtonsViber:hover {
    cursor: pointer;
    background: #6f4b8c; }

.companyDescription {
  margin-bottom: 60px !important; }

.contactsMap-img, #map {
  margin-top: 35px;
  min-width: 610px;
  min-height: 610px;
  width: 610px;
  height: 610px;
  border: 6px solid #ffffff;
  filter: drop-shadow(0px 10px 100px rgba(0, 0, 0, 0.1));
  border-radius: 20px; }

.leaflet-marker-icon {
  width: 25px !important;
  height: 41px !important; }

@media screen and (max-width: 1200px) {
  .header + .contacts {
    margin-top: -670px; }
  .contactsMap-img, #map {
    margin-bottom: 40px; } }

@media screen and (max-width: 992px) {
  .header + .contacts {
    margin-top: -460px; }
  .contactsButtons {
    margin-bottom: 40px; }
  .contactsMap-img, #map {
    min-width: 420px;
    min-height: 420px;
    width: 420px;
    height: 420px; } }

@media screen and (max-width: 576px) {
  .contactsButtons {
    flex-direction: column; }
  .header + .contacts {
    margin-top: -540px; }
  .contactsText__item h2 {
    width: 300px; }
  .contactsText__item p {
    width: 300px; }
  .contactsMap-img, #map {
    min-width: 360px;
    min-height: 360px;
    width: 360px;
    height: 360px; } }

@media screen and (max-width: 480px) {
  .header + .contacts {
    margin-top: -420px; }
  .contactsText__item h2 {
    width: 250px; }
  .contactsText__item p {
    width: 250px; }
  .contactsMap-img, #map {
    min-width: 300px;
    min-height: 300px;
    width: 300px;
    height: 300px; } }

@media screen and (max-width: 360px) {
  .contactsMap-img, #map {
    min-width: 250px;
    min-height: 250px;
    width: 250px;
    height: 250px; } }

.header + .content {
  margin-top: -670px; }

.content2 {
  background: url(../img/contentBackground.png) no-repeat;
  background-size: 1321px 1113px;
  background-position: -300px 300px; }

.contentTextHeader__title {
  margin-top: 95px;
  width: 610px;
  color: #000000;
  font-family: Comfortaa-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 47px;
  text-align: left;
  margin-bottom: 50px; }

.contentTextHeader__header {
  width: 800px;
  color: #000000;
  font-family: Comfortaa-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: left;
  margin-bottom: 20px; }

  h3.contentTextHeader__header {
  font-size: 25px;}

.contentTextHeader__text {
  width: 800px;
  color: #000000;
  font-family: Roboto-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  margin-bottom: 20px; }

  .contentTextHeader__text a {
  text-decoration: underline;
  text-decoration-style: dotted; }

.contentTextHeader__list {
  list-style: none;
  text-decoration: none;
  padding-left: 7px; }

.contentTextHeader__list-item {
  width: 610px;
  color: #000000;
  background: url(../img/list-marker.png) no-repeat;
  background-size: 6px 6px;
  background-position: left;
  font-family: Roboto-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 15px; }

  .contentTextHeader__list-item a {
  text-decoration: underline;
  text-decoration-style: dotted; }

.content2__header {
  width: 610px;
  color: #000000;
  font-family: Roboto-Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  margin-bottom: 20px; }

.listNumber {
  margin-right: 20px;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  color: #545454;
  font-family: Roboto-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E6E6EF;
  border: none;
  border-radius: 10px; }

.content2__list-item, .content2__list2-item {
  display: flex;
  flex-direction: row;
  color: #000000;
  font-family: Roboto-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  margin-bottom: 30px;
  padding-left: 0px;
  padding-right: 30px; }

.content2__list2 {
  margin-top: 20px; }

.content2__list2-item {
  margin-bottom: 20px !important;
  padding-left: 0px !important; }

.content2__imageBlock {
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.contentImage-img {
  margin-top: 95px;
  width: 609px;
  height: 457px;
  min-width: 609px;
  min-height: 457px;
  max-width: 609px;
  max-height: 457px;
  margin-bottom: 50px;
  filter: drop-shadow(0px 10px 100px rgba(0, 0, 0, 0.1)); }

.content2__imageBlock-image {
  width: 640px; }

.content2__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px; }

.content2__nav-prev, .content2__nav-next {
  width: 295px;
  height: 40px;
  color: #000000;
  font-family: Roboto-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 7px;
  text-align: center;
  padding-left: 36px;
  padding-right: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: url(../img/arrow-left.svg) no-repeat;
  background-size: 24px 24px;
  background-position: 10px 7px; }
  .content2__nav-prev:hover, .content2__nav-next:hover {
    color: #0D67B9; }

.content2__nav-next {
  padding-left: 7px;
  padding-right: 44px;
  background: url(../img/arrow-right.svg) no-repeat;
  background-size: 24px 24px;
  background-position: 260px 7px; }

@media screen and (max-width: 1200px) {
  .header + .content {
    margin-top: -670px; }
  .appointerImage__block {
    margin-top: 100px; }
  .contentImage-img {
    margin-top: 95px;
    width: 500px;
    height: 375px;
    min-width: 500px;
    min-height: 375px;
    max-width: 500px;
    max-height: 375px;
    margin-bottom: 50px; } }

@media screen and (max-width: 992px) {
  .header + .content {
    margin-top: -460px; }
  .contentTextHeader__title, .contentTextHeader__header, .contentTextHeader__text, .contentTextHeader__list-item, .content2__header {
    width: 500px; }
  .content2__imageBlock-image {
    width: 500px;
    height: 329px;
    min-width: 500px;
    min-height: 329px;
    max-width: 500px;
    max-height: 329px; }
  .contentImage-img {
    margin-top: 95px;
    width: 452px;
    height: 339px;
    min-width: 452px;
    min-height: 339px;
    max-width: 452px;
    max-height: 339px;
    margin-bottom: 50px; } }

@media screen and (max-width: 576px) {
  .content2__list-item, .content2__list2-item {
    padding-right: 10px; }
  .header + .content {
    margin-top: -540px; }
  .contentTextHeader__title, .contentTextHeader__header, .contentTextHeader__text, .contentTextHeader__list-item, .content2__header {
    width: 300px; }
  .content2__imageBlock-image {
    width: 300px;
    height: 190px;
    min-width: 300px;
    min-height: 190px;
    max-width: 300px;
    max-height: 190px; }
  .content2__nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .content2__nav-prev, .content2__nav-next {
    margin-bottom: 20px; }
  .contentImage-img {
    margin-top: 95px;
    width: 300px;
    height: 225px;
    min-width: 300px;
    min-height: 225px;
    max-width: 300px;
    max-height: 225px;
    margin-bottom: 50px; } }

@media screen and (max-width: 480px) {
  .header + .content {
    margin-top: -420px; }
  .contentTextHeader__title, .contentTextHeader__header, .contentTextHeader__text, .contentTextHeader__list-item {
    width: 300px; }
  .contentImage-img {
    margin-top: 95px;
    width: 252px;
    height: 189px;
    min-width: 252px;
    min-height: 189px;
    max-width: 252px;
    max-height: 189px;
    margin-bottom: 50px; } }

#connectContainer {
  /*width: 130px; */
  /* 600 */
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  border: none;
  border-radius: 360px;
  z-index: 200 !important;
  margin-right: -15px; }

/*margin-right: -85px;*/
/* Выравниваем размещение по правому краю. */
.connectContainerOpen {
  width: auto !important;
  margin-right: -85px !important; }

.connectButtonCircle {
  z-index: 120 !important;
  border-radius: 50%;
  background-color: #0ED422;
  width: 105px;
  height: 105px;
  position: absolute;
  opacity: 0.1;
  animation: scaleInGear 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32); }

.connectButtonItem {
  position: relative;
  z-index: 130 !important;
  padding: 5px; }

.connectButtonItem:hover {
  cursor: pointer !important; }

.connectButtonItem img {
  width: 105px; }

.connectButtonItem span {
  position: absolute;
  top: 45%;
  left: 25%;
  color: #ffffff;
  font-family: Roboto-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  line-height: 13px;
  outline: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

#connectGear1, #connectGear2 {
  display: none; }

.gearSmall {
  position: absolute;
  top: 32px;
  left: 20px;
  width: 30px;
  height: 30px;
  max-width: 30px;
  max-height: 30px;
  min-width: 30px;
  min-height: 30px;
  animation: rotateGear 2s linear infinite; }

.gearBig {
  position: absolute;
  top: 16px;
  left: 47px;
  width: 46px;
  height: 46px;
  max-width: 46px;
  max-height: 46px;
  min-width: 46px;
  min-height: 46px;
  animation: rotateGear 2s linear infinite; }

/* Стили для кнопок менюшки этой: */
#connectMenu {
  display: none; }

.connectMenuButton {
  margin-bottom: 5px;
  z-index: 95 !important; }

.connectMenuLink {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none; }

.connectMenuLink:hover > .connectMenuLink__text {
  color: #0D67B9; }

.connectMenuLink__text {
  margin-right: 14px;
  color: #000000;
  font-family: Roboto-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px; }

.connectMenuLink__img {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  min-width: 56px;
  min-height: 56px;
  width: 56px;
  height: 56px;
  max-width: 56px;
  max-height: 56px;
  border: none;
  border-radius: 360px; }

.connectImage {
  position: absolute;
  top: 30%;
  left: 30%;
  min-width: 20px;
  min-height: 21px;
  width: 20px;
  height: 21px;
  max-width: 20px;
  max-height: 21px; }

.callImage {
  position: absolute;
  top: 40%;
  left: 40%;
  min-width: 16px;
  min-height: 16px;
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px; }

#outerContainer {
  margin-left: auto;
  margin-right: 0px;
  position: fixed;
  bottom: 0px;
  right: 10px;
  z-index: 100 !important; }

@keyframes scaleInGear {
  from {
    transform: scale(0.5, 0.5);
      transform-opacity: .1; }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0; } }

@keyframes rotateGear {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

/* Loader: */
#loaderForm {
  display: block;
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  min-width: 36px;
  min-height: 36px;
  width: 36px;
  height: 36px;
  animation: spin 2s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/********************/

.split-section {
  display: flex;
  height: 305px;
}

.split {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ddd;
  position: relative;
}
.left {
  background: rgb(255, 255, 255);
}
.right {
  background: rgb(255, 255, 255);
}
.left-image1 {
  background-image:linear-gradient(to right, rgba(27, 42, 62, 0) 50%, #1B2A3E 100%), url('../img/bannerBackground.png');
  height: 161px;
  width: 500px;
  z-index: 2;
  background-size: contain;
  position: absolute;
  left: 0px;
}
.bannerText{
  width: 282px;
  height: 161px;
  font-family: 'Comfortaa-Regular';
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 43px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  position: absolute;
  right:325px;
}

.left-image2 {
  background-image: url('../img/company.svg');
  height: 125px;
  width: 143px;
  z-index: 2;
  position: absolute;
  right:125px;
}

.left-image3 {
  background-image: url('../img/bannerGirl.png');
  height: 206px;
  width: 160px;
  z-index: 2;
  right: -10px;
  position: absolute;
  margin-bottom: 45px;
}

.greenBlock{
  background-color: #54cb2c;
  position: absolute;
  z-index: 1;
  width: 200px;
  height: 161px;
  left: -40px;
}

.right-image1 {
  background-image: url('../img/bannerMan.png');
  height: 206px;
  width: 185px;
  position: absolute;
  z-index: 4;
  left: 0px;
  background-size:cover;
  margin-bottom: 45px;
}

.right-image2 {
  background-image: url('../img/bannerLogo.svg');
  height: 70px;
  width: 317px;
  z-index: 3;
  position: absolute;
  left:180px;
  margin-bottom: 55px;
}

.right-image3 {
  background-image: url('../img/bannerUkr.png');
  height: 350px;
  width:800px;
  position: absolute;
  z-index: 3;
  right:0%;
  margin-bottom: 30px;
}
.backgroundColor{
  background-color: #1B2A3E;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 161px;
}
.backgroundColor2{
  background-color: #54cb2c;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 161px;
}

@media screen and (max-width: 4000px) {
  .backgroundColor2{
  width: 100%;
}
}

@media screen and (max-width: 1600px) {
  .split-section {
    flex-direction: column;
    height: 434px;
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .split {
    height: 305px;
    position: relative;
  }
  .backgroundColor{
    width: 100%;
    height:217px;
  }
  .backgroundColor2{
    width: 100%;
    height:217px;
  }
  .left-image3{
    left:105px;
    margin-bottom: 0px;
    height: 217px;
    width: 170px;
    background-size:cover;
  }
  .left-image1{
    height: 216px;
    background-image:linear-gradient(to right, rgba(27, 42, 62, 0) 50%, #1B2A3E 75%), url('../img/bannerBackground.png');
    background-size: contain;
  }
  .left-image2{
    left:10px;
  }
  .bannerText{
    left:275px;
    width: 150px;
    height: 101px;
    font-weight: 700;
    font-size: 24px;
  }
  .right-image1{
    height: 217px;
    width: 170px;
    background-size:cover;
    margin-bottom: 0px;
    transform: scaleX(-1);
    left: auto;
    right: 185px;
    position: absolute;
  }
  .right-image2{
    left: auto;
    right: 320px;
    margin-bottom: 100px;
  }
  .right-image3{
    margin-bottom: 90px;
    width: 800px;
  }
}
@media screen and (max-width: 700px) {
  .backgroundColor{
    width: 100%;
    height:217px;
  }
  .greenBlock{
    display: none;
  }
  .backgroundColor2{
    width: 100%;
    height:217px;
  }
  .left-image1{
    width: 400px;
      background-size: cover;
  }
  .right-image2{
    width: 200px;
    height: 40px;
    background-size:cover;
    right: 230px;
  }
  .right-image3{
    width:670px;
  }
  .right-image1{
    right: 120px;
  }
}
@media screen and (max-width: 420px) {
  .backgroundColor2{
    width: 100%;
    height:217px;
  }
  .right-image3{
    width:670px;
  }

  .left-image1{
    width: 350px;
  }
  .bannerText
  {
    font-size: 18px;
    width: 102px;
    height: 161px;
  }
  .right-image2{
    width: 150px;
    height: 30px;
  }
}
@media screen and (max-width: 380px) {

  .left-image1{
    width: 340px;
  }
  .left-image2{
    height: 85px;
    width: 97px;
    background-size:cover;
  }
  .left-image3{
    left: 75px;
    right: auto;
  }
  .bannerText
  {
    font-size: 18px;
    width: 152px;
    height: 161px;
    left: 220px;
  }
  .right-image2{
    width: 125px;
    height: 24px;
  }
}
@media screen and (max-width: 365px) {
  .bannerText
  {
    font-size: 14px;
    width: 102px;
    height: 161px;
    left: 230px;
  }
    .left-image1{
    width: 320px;
  }
}


.posibilities {
  background: url(../img/possibilitiesBackground.png) no-repeat, url(../img/possibilitiesBackground2.png) no-repeat;
  background-size: 150px 570px, 136px 512px;
  min-height: 650px;
  background-position: left 0px top -50px, right;
}
.posibilities__inner {
  margin-bottom: 50px; }

.posibilitiesHeader {
  padding-top: 0px;
  margin-bottom: 60px;
  color: #000000;
  font-family: Comfortaa-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: center; }

.posibilitiesBlocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;}

.posibilitiesBlocks__item {
  margin-right: 80px;
  width: 360px;
  min-width: 360px;
  min-height: 470px;
  height: 470px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  background-size: contain;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 20px;
  padding: 26px;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
}

.posibilitiesBlocks__item:last-child {
  margin-right: 0px; }

.image1 {
  width: 240px;
  height: 209px;
  background-image: url('../img/posibilitiesBox1.svg');
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin: 0 auto;

}
.image2 {
  width: 220px;
  height: 209px;
  background-image: url('../img/posibilitiesBox2.svg');
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin: 0 auto;
}
.image3 {
  width: 245px;
  height: 216px;
  background-image: url('../img/posibilitiesBox3.svg');
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin: 0 auto;
}

.checkbox-text {
  font-family: 'Roboto-Regular', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 21px;
  text-align: center;
  color: #000000;
  padding-top: 20px;
}

.description {
  font-family: 'Roboto-Regular', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #000000;
  padding-top: 20px;
}

@media screen and (max-width: 1300px) {
  .posibilitiesBlocks__item {
    margin-right: 40px;
    margin-bottom: 56px; } }

@media screen and (max-width: 1240px) {
  .posibilitiesBlocks__item {
    margin-right: 40px;
    margin-bottom: 56px; }
  .posibilitiesBlocks {
    justify-content: center; } }

@media screen and (max-width: 1140px) {
  .posibilitiesBlocks__item {
    margin-right: 0px;
    margin-bottom: 56px; }
  .posibilitiesBlocks__item:first-child {
    margin-right: 20px; } }

@media screen and (max-width: 1024px) {
  .posibilitiesBlocks__item {
    margin-right: 0px; }
  .posibilitiesBlocks__item:first-child {
    margin-right: 20px; } }

@media screen and (max-width: 780px) {
  .posibilities {
    background: url(../img/possibilitiesBackground3.png) no-repeat, url(../img/possibilitiesBackground4.png) no-repeat;
    background-size: 380px 750px, 410px 512px;
    min-height: 650px;
    background-position: left 0px top -50px, right 0px top 1000px;
  }
  .posibilitiesBlocks__item:last-child {
    margin-right: 20px; } }

@media screen and (max-width: 759px) {
  .posibilitiesBlocks__item:first-child {
    margin-right: 0px; }
  .posibilitiesBlocks__item:last-child {
    margin-right: 0px; }
  .posibilitiesBlocks__item {
    margin-right: 0px; } }

@media screen and (max-width: 768px) {
  .posibilitiesBlocks__item:last-child {
    margin-right: 0px; }
  .posibilitiesBlocks__item {
    margin-right: 0px; }
 }

@media screen and (max-width: 576px) {
  .posibilitiesBlockTitle__header {
    margin-top: 10px;
    margin-bottom: 28px;
    font-size: 26px; }
  .posibilitiesBlockTitle__header span {
    font-size: 26px; } }

@media screen and (max-width: 420px) {
  .posibilities__inner {
    margin-bottom: 50px; } }
