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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Тут будут шрифты и общие цвета в макете*/
/* стили для Deckstop*/
/*стили для advantages*/
/*размеры текста стандартные*/
/*размеры текста для планшета*/
/*размеры текста для телефона*/
/*font-family: 'Open Sans', sans-serif; 
font-family: 'Oswald', sans-serif;*/
/*@media (min-width: 600px) and (max-width: 1023px) {
  @mixin heading-h1 {
    font-size: 10vw;
  }

  @mixin heading-h2 {
    font-size: 3.5vw;
  }

  @mixin heading-h3 {
    font-size: 2vw;
  }

  @mixin text-step {
    font-size: 5vw;
  }
} */
@media screen and (max-width: 599px) {
  /*@mixin heading-h1 {
    font-size: 8vw;
  }

  @mixin heading-h2 {
    font-size: 4vw;
  }

  @mixin heading-h3 {
    font-size: 3vw;
  }

  @mixin text-step {
    font-size: 6vw;
  } */
}
/* CSS-стили Desktop */
.root {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2vw;
  color: #5b5858;
}

.root {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

@media (min-width: 600px) and (max-width: 1023px) {
  .root {
    font-size: 2vw;
  }
}
@media screen and (max-width: 599px) {
  .root {
    font-size: 2.5vw;
  }
}
/* CSS-стили Desktop */
/*Оболочка хэдера*/
.header {
  background: #dbefdc url("../img/back_picture.png");
  max-width: 100%;
  min-height: 35%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  font-style: normal;
}

/*Оболочка меню хедера*/
.header__inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  justify-items: center;
  justify-content: space-between;
}

/*Логотип хэдера*/
.header__logo {
  margin-top: 2%;
  width: 45%;
}

/*Меню хэдера*/
.header__menu {
  margin-top: 1em;
  width: 35%;
  min-height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*Пункты меню хедера*/
.header__menu-link {
  margin-right: 2vw;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400;
}

/*Подчеркивание пунктов меню хедера смещенное*/
.header__menu-link::after {
  content: "";
  background-color: #1b8265;
  height: 2px;
  width: 25px;
  bottom: -4px;
  right: -6px;
  position: absolute;
}

/*Изменение цвета ссылок при наведении курсора*/
.header__menu a:hover {
  color: rgb(7, 170, 121);
}

/*Оболочка секции со слоганом*/
.header__section {
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 20rem;
  justify-content: center;
}

/*Центральная надпись секции со слоганом*/
.header__section-title {
  color: #ffffff;
  margin: 0;
  font-size: 4vw;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
}

/*Текст секции со слоганом*/
.header__section-text {
  color: #ffffff;
  margin-bottom: 0;
}

@media (min-width: 600px) and (max-width: 1023px) {
  /* CSS-стили Tablet*/
  /*Логотип хэдера*/
  .header__logo {
    width: 40%;
  }
  .header__section-title {
    font-size: 6.5vw;
  }
  .header__menu {
    width: 45%;
  }
}
@media screen and (max-width: 599px) {
  /* CSS-стили Smartphone*/
  .header {
    max-height: 30%;
  }
  /*Оболочка меню хедера*/
  .header__inner {
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 1fr;
    justify-content: start;
    justify-items: start;
  }
  /*Логотип хэдера*/
  .header__logo {
    width: 28%;
  }
  /*Меню хэдера*/
  .header__menu {
    width: 45%;
    margin-top: 0;
    margin-left: 2em;
  }
  .header__menu-link {
    font-size: 3vw;
  }
  .header__section-title {
    font-size: 9vw;
  }
}
/* CSS-стили Desktop */
.footer {
  background-color: #000000;
  min-height: 8rem;
  display: grid;
  grid-template-columns: 50% 50%;
  max-width: 100%;
}

.footer__logo {
  width: 18%;
  padding-top: 1rem;
  margin-left: 7rem;
}

.footer__menu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-right: 5rem;
  padding-top: 1.5rem;
}

.footer__section {
  width: 80%;
  word-wrap: break-word;
  margin-right: 1.2rem;
  font-size: 1.2vw;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.footer__section::after {
  content: "";
  display: block;
  width: 2vw;
  margin-left: 3vw;
  border-bottom: 1px solid #1b8265;
}

.footer-link {
  color: #ffffff;
  text-decoration: none;
}

.footer__section a:hover {
  color: rgb(7, 170, 121);
}

@media (min-width: 600px) and (max-width: 1023px) {
  /* CSS-стили Tablet */
  .footer {
    grid-template-columns: 30% 70%;
  }
  .footer__logo {
    padding-top: 1.5rem;
    width: 45%;
    margin-left: 0;
  }
  .footer__section {
    width: 50vw;
  }
  .footer__section::after {
    width: 3.5vw;
    margin-left: 3vw;
  }
  .footer__section {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 599px) {
  /* CSS-стили Smartphone*/
  .footer {
    min-height: 6rem;
    gap: 8vw;
  }
  .footer__logo {
    max-width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    margin-left: 1rem;
    align-self: center;
    width: 38%;
  }
  .footer__menu {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .footer__section {
    width: 40vw;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
    font-size: 3vw;
  }
  .footer__section::after {
    width: 4vw;
    margin-left: 6vw;
  }
}
.main-industries {
  margin-bottom: 370px;
}

.main-industries__title {
  margin-left: 9vw;
  margin-top: 7vw;
  display: grid;
  margin-bottom: 6vw;
  max-width: 40vw;
  min-width: 35vw;
  color: #333333;
  font-size: 2vw;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.main-industries__title::after {
  content: " ";
  display: block;
  width: 35px;
  height: 2px;
  margin-top: 1%;
  margin-bottom: 2%;
  background-color: #1b8265;
}

.main-industries__list {
  display: grid;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 100%;
  width: 80%;
  justify-items: center;
}

.main-industries__list h3 {
  overflow-wrap: break-word;
}

.main-industries__item {
  text-align: center;
  font-size: 1.5vw;
  max-height: 100%;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.main-industries__item-middle {
  margin-left: 3vw;
  text-align: center;
  grid-column: 2/3;
  font-size: 1.5vw;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400;
}

/*Media Quary*/
@media (min-width: 3500px) and (max-width: 5000px) {
  .main-industries {
    margin-bottom: 1000px;
  }
}
@media (min-width: 2500px) and (max-width: 3500px) {
  .main-industries {
    margin-bottom: 700px;
  }
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .main-industries {
    margin-bottom: 500px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .main-industries {
    margin-bottom: 500px;
  }
  .main-industries__title {
    font-size: 3.5vw;
  }
  .main-industries__item {
    font-size: 2.5vw;
  }
  .main-industries__item-middle {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 599px) {
  .main-industries {
    margin-bottom: 280px;
  }
  .main-industries__list {
    grid-template-columns: 1fr 1fr;
  }
  .main-industries__title {
    font-size: 4vw;
  }
  .main-industries__item {
    font-size: 3vw;
    margin-bottom: -10px;
  }
  .main-industries__item-middle {
    font-size: 3vw;
  }
}
@media (min-width: 460px) and (max-width: 599px) {
  .main-industries {
    margin-bottom: 400px;
  }
  .main-industries__list {
    grid-template-columns: 1fr 1fr;
  }
  .main-industries__title {
    font-size: 4vw;
  }
  .main-industries__item {
    font-size: 3vw;
    margin-bottom: -10px;
  }
  .main-industries__item-middle {
    font-size: 3vw;
  }
}
@media (min-width: 540px) and (max-width: 541px) {
  .main-industries {
    margin-bottom: 380px;
  }
  .main-industries__list {
    grid-template-columns: 1fr 1fr;
  }
  .main-industries__title {
    font-size: 4vw;
  }
  .main-industries__item {
    font-size: 3vw;
    margin-bottom: -10px;
  }
  .main-industries__item-middle {
    font-size: 3vw;
  }
}
@media (min-width: 240px) and (max-width: 330px) {
  .main-industries {
    margin-bottom: 56%;
  }
  .main-industries__list {
    grid-template-columns: 1fr 1fr;
  }
  .main-industries__title {
    font-size: 4vw;
  }
  .main-industries__item {
    font-size: 3vw;
  }
  .main-industries__item-middle {
    font-size: 3vw;
  }
}
.main-advantages {
  background-color: rgba(76, 175, 80, 0.2);
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  /*margin-top: 40%;*/
  margin-bottom: 5%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 2vw;
}

.main-advantages__title {
  color: #333333;
  margin-bottom: 0;
  font-size: 2vw;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.main-advantages__title::after {
  content: " ";
  display: block;
  width: 35px;
  height: 2px;
  margin-top: 1%;
  margin-bottom: 2%;
  background-color: #1b8265;
}

.main-advantages__list {
  /*letter-spacing: 1.26px;*/
  line-height: 3vw;
  margin: 1vw;
}

a.button3 {
  display: inline-block;
  padding: 0.3em 1.2em;
  margin: 2em 0.3em 0.3em 0;
  border-radius: 2em;
  box-sizing: border-box;
  text-decoration: none;
  color: #ffffff;
  background-color: #4caf50;
  text-align: center;
  transition: all 0.2s;
}

@media (min-width: 600px) and (max-width: 1023px) {
  .main-advantages__title {
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 599px) {
  .main-advantages__title {
    font-size: 4vw;
  }
}
@media (min-width: 1240px) and (max-width: 1500px) {
  .main-advantages__title {
    color: #333333;
    margin-bottom: 0;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 700;
  }
  /*.main-advantages {
    margin-top: 50%;
  }*/
  .main-advantages__list {
    line-height: 5vw;
  }
}
@media (min-width: 1022px) and (max-width: 1239px) {
  .main-advantages__title {
    color: #333333;
    margin-bottom: 0;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 700;
  }
  /*.main-advantages {
    margin-top: 55%;
  }*/
  .main-advantages__list {
    line-height: 5vw;
  }
}
@media (min-width: 875px) and (max-width: 1021px) {
  .main-advantages__list {
    line-height: 5vw;
  }
  .main-advantages__title {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 874px) {
  /*.main-advantages {
    margin-top: 60%;
  }*/
  .main-advantages__list {
    line-height: 5vw;
  }
  .main-advantages__title {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 599px) {
  .main-advantages__list {
    line-height: 5vw;
    font-size: 3vw;
  }
  .main-advantages__title {
    font-size: 4vw;
  }
  a.button3 {
    max-width: 40vw;
  }
}
.main-stages-title-decoration {
  width: 4vw;
  height: 0.1vw;
}

.main-stages-title {
  font-size: 2vw;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.main-stages-title::after {
  content: " ";
  display: block;
  width: 35px;
  height: 2px;
  margin-top: 1%;
  margin-bottom: 4%;
  background-color: #1b8265;
}

.card {
  border-radius: 8px;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 30px;
}

.card-title {
  font-size: 1.9vw;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #4caf50;
}

.card-text {
  font-size: 1.4vw;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.widget-title {
  display: flex;
  justify-content: space-between;
}

.widget-title .widget-info {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}

.widget-title .widget-date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 0px 20px #dbdbdb;
  font-weight: 700;
}

.bottom-green {
  border-bottom: 3px solid #70bf73;
}

.animation:hover {
  transform: scale(1.1);
  transition: all linear 200ms;
  z-index: 1;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

@media (min-width: 1024px) {
  .main-stages-title {
    font-size: 2vw;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 700;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .card-title {
    font-size: 3.5vw;
  }
  .card-text {
    font-size: 2.2vw;
  }
  .main-stages-title {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 599px) {
  .card-text {
    font-size: 3.5vw;
  }
  .card-title {
    font-size: 3.5vw;
  }
  .main-stages-title {
    font-size: 4vw;
  }
}
.rectangle-introduction {
  display: grid;
  grid-template-columns: 30% 40% 30%;
  margin-left: 5%;
  margin-right: 6%;
  min-height: auto;
}

.rectangle-introduction,
.aboutme-text,
.opening-text {
  position: relative;
  padding-top: 28px;
  margin-top: 10px;
}

.rectangle-introduction .aboutme-text::after,
.opening-text::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #1b8265;
}

h2 {
  color: #333333;
  font-size: 2vw;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.opening-text,
.opening-text-more,
.aboutme-text,
.aboutme-text-more {
  text-align: left;
}

.opening-text-more,
.aboutme-text-more {
  padding-top: 0;
}

.photo__owner {
  width: 80%;
  min-height: auto;
  margin-left: 10%;
}

.img-coach {
  max-height: 391px;
}

@media (min-width: 1200px) {
  .rectangle-introduction-tablet,
  .rectangle-introduction-mobile {
    display: none;
  }
  .img-coach {
    box-shadow: 55px 56px 1px -1px #0b3529;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .rectangle-introduction,
  .rectangle-introduction-mobile {
    display: none;
  }
  .rectangle-introduction-tablet {
    margin-left: 5%;
    margin-right: 5%;
  }
  .photo-aboutme {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 65px;
    gap: 5px;
  }
  .img-coach {
    width: 100%;
    max-height: 365px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .rectangle-introduction-tablet .aboutme-text,
  .opening-text {
    position: relative;
    padding-top: 28px;
    margin-top: 10px;
  }
  .rectangle-introduction-tablet .aboutme-text::after,
  .opening-text::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 2px;
    background-color: #1b8265;
  }
  h2 {
    padding-top: 30px;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 700;
  }
  h2,
  .photo-tablet {
    margin: auto;
  }
  .photo-tablet {
    width: 90%;
    position: relative;
  }
  .photo-tablet__owner {
    width: 100%;
    min-height: auto;
  }
  .aboutme-tablet {
    margin-top: 5%;
  }
}
@media (max-width: 767px) {
  .rectangle-introduction,
  .rectangle-introduction-tablet {
    display: none;
  }
  .rectangle-introduction-mobile {
    display: grid;
    margin-left: 5%;
    margin-right: 5%;
    gap: 10px;
  }
  .rectangle-introduction-mobile .aboutme-text,
  .opening-text {
    position: relative;
    padding-top: 28px;
    margin-top: 10px;
  }
  .rectangle-introduction-mobile .aboutme-text::after,
  .opening-text::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 2px;
    background-color: #1b8265;
  }
  .introduction-mobile {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  h2 {
    margin: auto;
    font-size: 4vw;
  }
  .photo-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .photo-mobile__owner {
    min-width: 60%;
    min-height: auto;
    margin-left: 15%;
  }
  .img-coach {
    width: 60%;
    min-height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    box-shadow: -30px 30px 1px -1px #0b3529;
  }
  .aboutme-mobile {
    margin-top: 10%;
  }
}
@media screen and (max-width: 599px) {
  .photo-mobile {
    margin-top: -10%;
  }
}
/* CSS-стили Desktop */
.main-services {
  width: 85%;
  margin-left: 10%;
  margin-right: 15%;
  padding-bottom: 2%;
  margin-top: 3%;
}

​ .row {
  margin-left: 5%;
  margin-right: 5%;
}

​ .main-services__title {
  color: #333333;
  margin: 0;
  padding: 0;
  font-size: 2vw;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.main-services__title::after {
  content: " ";
  display: block;
  width: 35px;
  height: 2px;
  margin-top: 1%;
  margin-bottom: 2%;
  background-color: #1b8265;
}

.main-services__title__decoration {
  width: 2.3vw;
  height: 0.1vw;
}

@media only screen and (max-width: 599px) {
  .main-services {
    display: none;
  }
}
.card {
  margin-top: auto;
  border-radius: 0;
}

.text-left {
  text-align: center;
}

.card-cilir1 {
  background-color: #0b3529;
}

.car-cilir2 {
  background-color: #dbefdc;
}

.text-center {
  justify-content: center;
}

@media (min-width: 600px) and (max-width: 1023px) {
  .card-title {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 599px) {
  .main-services {
    padding-top: 3%;
  }
  .text-right {
    font-size: 2.5vw;
  }
  .services-phone {
    display: flex;
  }
  .text-left {
    text-align: center;
  }
}
.mission-wrapper {
  background-color: #fbfbfb;
  display: grid;
  justify-items: center;
  width: 100%;
  margin-top: 6%;
}

.mission-block {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  max-width: 1800px;
  min-height: 15vw;
  padding-left: 5%;
  padding-right: 5%;
}

.mymission__text,
.unic__text,
.instruments__text {
  line-height: 1.3em;
}

.mymission,
.unic,
.instruments {
  background-color: #ffffff;
  margin: 20px;
  min-width: 22vw;
  min-height: 16vw;
  padding: 25px;
}

.mymission__headline-block,
.unic__headline-block,
.instruments__headline-block {
  align-items: start;
  display: grid;
  grid-template-columns: 3fr 1fr;
}

.mission-title {
  color: #333333;
  text-transform: uppercase;
  font-size: 1.9vw;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300;
}

.mymission__icon,
.unic__icon,
.instruments__icon {
  border-radius: 50%;
  box-shadow: 0px 0px 20px #dbdbdb;
  justify-self: end;
  padding: 15px;
  width: 4rem;
  height: 4rem;
}

.mymission__icon img,
.unic__icon img,
.instruments__icon img {
  width: 100%;
  height: 100%;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .mymission,
  .unic,
  .instruments {
    margin: 5%;
    padding: 10px;
    min-width: 28vw;
    min-height: 28vw;
  }
  .mission-title {
    margin-top: 15px;
    font-size: 2.8vw;
  }
  .mymission__text,
  .unic__text,
  .instruments__text {
    line-height: 1.1em;
  }
  .mymission__icon,
  .unic__icon,
  .instruments__icon {
    padding: 10px;
    width: 3rem;
    height: 3rem;
    justify-self: end;
  }
}
@media screen and (max-width: 759px) {
  .mission-block {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 40vw;
    width: 100%;
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .mymission,
  .unic,
  .instruments {
    margin: 2%;
    min-width: 30vw;
    min-height: 30vw;
  }
  .mymission__headline-block,
  .unic__headline-block,
  .instruments__headline-block {
    align-items: center;
    grid-template-columns: 2fr 0.5fr;
  }
  .mission-title {
    font-weight: 100;
    font-size: 3.5vw;
    width: 35vw;
  }
  .mymission__icon,
  .unic__icon,
  .instruments__icon {
    margin: 10px 0px;
  }
}
@media screen and (max-width: 600px) {
  .mission-block {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 40vw;
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .mymission,
  .unic,
  .instruments {
    margin: 5%;
    min-width: 30vw;
    min-height: 25vw;
  }
}
.main-attendances {
  margin-top: 15%;
  margin-left: 5%;
  margin-right: 10%;
}

.main-attendances__title {
  margin-top: 10%;
  margin-bottom: 5%;
  font-size: 4vw;
}

.list-text {
  background-color: #dbefdc;
  font-family: "Oswald", sans-serif;
  font-size: 3.5vw;
}

.main-attendances__list {
  font-size: 3vw;
}

.main-attendances__title::after {
  content: " ";
  display: block;
  width: 35px;
  height: 2px;
  margin-top: 1%;
  margin-bottom: 2%;
  background-color: #1b8265;
}

@media only screen and (max-width: 599px) {
  .p {
    font-size: 3vw;
  }
  .h2 {
    font-size: 4vw;
  }
  .h3 {
    font-size: 3.5vw;
  }
}
@media only screen and (min-width: 600px) {
  .main-attendances {
    display: none;
  }
}/*# sourceMappingURL=app.css.map */