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

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

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

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

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

/* base 
------------------------------------------------------*/

html {
  font-family: "Gilroy", sans-serif;
  background: #fff;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  color: #000;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
}

.tm-page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.tm-main {
  flex: 1 1 auto;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

/* Links
------------------------------------------------------*/

a {
  background: transparent;
  color: #1689C8;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

a:active,
a:hover {
  outline: 0;
  color: #015f92;
  text-decoration: none;
}

a,
a:visited {
  text-decoration: none;
}

/* Embedded content 
------------------------------------------------------*/

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
canvas,
img,
svg,
video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Block elements 
------------------------------------------------------*/

p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0 0 15px 0;
}

p:last-child {
  margin-bottom: 0;
}

* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 15px;
}

button {
  cursor: pointer;
}

ul {
  list-style: none;
}

ul li {
  padding-left: 20px;
  position: relative;
}

ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 8px;
  top: 10px;
}

/* Selection pseudo-element 
------------------------------------------------------*/

::selection {
  background: #0a2d50;
  color: #ffffff;
  text-shadow: none;
}

/* header
------------------------------------------------------*/

.tm-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 16px 36px rgba(161, 161, 161, 0.15);
  padding-top: 27px;
  padding-bottom: 27px;
  z-index: 100;
}

.tm-header__icons a:hover {
  opacity: 0.5;
}

.tm-header__phone a {
  font-weight: 500;
  color: #232323;
  font-size: 24px;
}

.tm-header .tm-logo {
  max-width: 167px;
}

/* banner
------------------------------------------------------*/

.tm-banner {
  background: url(../img/bg-header.webp) no-repeat center center/cover;
  position: relative;
}

.tm-banner::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(78deg, #17232B 8.71%, rgba(23, 35, 43, 0.58) 48.83%, rgba(23, 35, 43, 0.22) 92.62%);
  z-index: 0;
  content: "";
}

.tm-banner__date {
  padding: 65px 22px 80px;
  background: #1689C8;
  border-radius: 20px;
  max-width: 470px;
  color: #fff;
}

.tm-banner__name {
  padding-left: 30px;
  padding-right: 30px;
}

.tm-banner__content {
  max-width: 600px;
}

.tm-banner__place > div:nth-child(1) {
  margin-bottom: 12px;
}

/* about
------------------------------------------------------*/

/* author
------------------------------------------------------*/

.tm-dani__img {
  justify-content: center;
}

.tm-dani__img img {
  border-radius: 20px;
}

ul.tm-dani__benefits {
  margin-bottom: 0;
}

ul.tm-dani__benefits li {
  margin-bottom: 24px;
  padding-left: 32px;
  font-size: 20px;
  line-height: 1.4;
}

ul.tm-dani__benefits li:last-child {
  margin-bottom: 0;
}

ul.tm-dani__benefits li::before {
  width: 12px;
  height: 12px;
  background: #0A4B6F;
  border-radius: 50%;
  top: 7px;
}

.tm-projects-slider__card {
  display: flex;
}

.tm-projects-slider__card img {
  border-radius: 10px;
}

.tm-video-reviews-slider__img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 95%;
}

.tm-video-reviews-slider__img > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.tm-video-reviews-slider__img:hover > img {
  opacity: 0.7;
}

.tm-video-reviews-slider__play {
  width: 64px;
  height: 64px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.tm-video-reviews-slider__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
}

.tm-video-reviews-slider__title {
  color: #848484;
  font-size: 15px;
}

.tm-video-reviews-slider-navigation {
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  justify-content: center;
}

.tm-video-reviews-slider-navigation__prev,
.tm-video-reviews-slider-navigation__next {
  border-radius: 50%;
  width: 72px;
  height: 72px;
  border: 1px solid #848484;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.tm-video-reviews-slider-navigation__prev:hover,
.tm-video-reviews-slider-navigation__next:hover {
  background: #eee;
}

.tm-video-reviews-slider-navigation__prev img,
.tm-video-reviews-slider-navigation__next img {
  width: 41px;
}

.tm-reviews__img {
  width: 56px;
  display: flex;
}

.tm-reviews__subtitle {
  font-size: 15px;
  color: #848484;
}

.tm-reviews__blocks {
  box-sizing: border-box;
}

.tm-reviews__block {
  border-radius: 12px;
  background: #fff;
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.15);
  padding: 24px;
}

/* box 
------------------------------------------------------*/

.tm-box {
  height: 100%;
}

/* programm
------------------------------------------------------*/

.tm-programm .tm-box {
  border-radius: 20px;
  background: #fff;
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.15);
  padding: 24px;
}

.tm-programm__grid.tm-grid {
  row-gap: 20px;
}

/* quote
------------------------------------------------------*/

.tm-quote .tm-quote-icon {
  float: left;
  margin-right: 10px;
  width: 50px;
}

.tm-quote-block {
  position: relative;
}

.tm-quote-block > div > .tm-grid {
  margin-left: -100px;
}

.tm-quote-block > div > .tm-grid > * {
  padding-left: 100px;
}

.tm-video-block__video {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 78%;
}

.tm-video-block__video > img:nth-child(2) {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.tm-video-block__play {
  position: absolute;
  width: 78px;
  height: 78px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

/* vimeo popup
---------------------------------------------------------------- */

#vimeo-api-popup {
  position: relative;
  width: 60%;
  margin: 0 auto;
}

#vimeo-api-popup > .mfp-close {
  top: -44px;
}

#vimeo-api {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

#vimeo-api iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

#vimeo-api::before {
  content: "Loading...";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

[data-vimeo-api-url] {
  cursor: pointer;
}

[data-vimeo-api-url] > * {
  pointer-events: none;
}

/* subscribe
------------------------------------------------------*/

.tm-author__img {
  display: flex;
  justify-content: center;
}

.tm-author__img img {
  border-radius: 20px;
}

.tm-subscribe .tm-form {
  padding: 0 50px;
}

/* form
---------------------------------------------------------------- */

.tm-form__line1 {
  margin-bottom: 12px;
}

.tm-form__line2 {
  margin-bottom: 36px;
}

.tm-form input,
.tm-form button,
.tm-form textarea,
.tm-form__close {
  width: 100%;
  border-radius: 50px;
  font-size: 17px;
  outline: none;
  font-family: "Gilroy", sans-serif;
}

.tm-form input,
.tm-form__close {
  height: 58px;
}

.tm-form input,
.tm-form textarea {
  border: 1px solid #848484;
  padding: 5px 20px;
}

.tm-form input::-webkit-input-placeholder,
.tm-form textarea::-webkit-input-placeholder {
  color: #848484;
}

.tm-form input::-moz-placeholder,
.tm-form textarea::-moz-placeholder {
  color: #848484;
}

.tm-form input:-moz-placeholder,
.tm-form textarea:-moz-placeholder {
  color: #848484;
}

.tm-form input:-ms-input-placeholder,
.tm-form textarea:-ms-input-placeholder {
  color: #848484;
}

.tm-form button {
  background: #0A4B6F;
  border: 1px solid #0A4B6F;
  color: #fff;
  transition: all 0.3s ease-out;
  text-align: center;
  width: 100%;
  font-weight: 700;
  padding: 8px 12px;
  height: 64px;
  font-size: 20px;
}

.tm-form button:hover,
.tm-form button:active {
  background: none;
  color: #0A4B6F;
}

.tm-form__close {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #E8E8E8;
  transition: all 0.3s ease-out;
  color: #252323;
  font-weight: 400;
}

.tm-form__close:hover {
  background: #D6D6D6;
  text-decoration: none;
  color: #252323;
}

/* thanks
------------------------------------------------------*/

.tm-thanks-box {
  max-width: 776px;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  padding: 36px 72px;
  border-radius: 20px;
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.15);
}

.tm-thanks-box__info {
  background: url(../img/bilet.svg) no-repeat 0 center;
  min-height: 170px;
  position: relative;
}

.tm-thanks-box__text-small {
  position: absolute;
  font-size: 17px;
  line-height: 1.1;
  left: 95px;
  top: 87px;
  max-width: 160px;
}

.tm-thanks-box__img img {
  border-radius: 10px;
}

.tm-thanks-box .tm-grid {
  margin-left: -60px;
  row-gap: 30px;
}

.tm-thanks-box .tm-grid > * {
  padding-left: 60px;
}

/* footer
------------------------------------------------------*/

.tm-footer {
  background: #1689C8;
  padding-top: 40px;
  padding-bottom: 40px;
}

.tm-footer a {
  color: #fff;
  font-size: 24px;
}

.tm-footer__icons a:hover,
.tm-footer__link:hover {
  opacity: 0.5;
}

/* main style
------------------------------------------------------*/

.tm-centered-content {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.tm-padding {
  padding-top: 96px;
  padding-bottom: 96px;
}

.tm-padding-middle {
  padding-top: 80px;
  padding-bottom: 80px;
}

.tm-padding-no-bottom {
  padding-bottom: 0;
}

.tm-blue-block {
  background: #3760EF;
}

.tm-gray-block {
  background: #F8F9FF;
}

.tm-flex {
  display: flex;
  flex-wrap: wrap;
}

.tm-flex-nw {
  display: flex;
}

.tm-flex-middle {
  align-items: center;
}

.tm-flex-middle-end {
  align-items: flex-end;
}

.tm-flex-center {
  justify-content: center;
}

.tm-flex-end {
  justify-content: flex-end;
}

.tm-flex-space {
  justify-content: space-between;
}

.tm-col-gap5 {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.tm-col-gap10 {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.tm-col-gap15 {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.tm-col-gap20 {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.tm-col-gap30 {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.tm-col-gap40 {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.tm-col-gap45 {
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
}

.tm-row-gap5 {
  row-gap: 5px;
}

.tm-row-gap15 {
  row-gap: 15px;
}

.tm-row-gap20 {
  row-gap: 20px;
}

.tm-row-gap25 {
  row-gap: 25px;
}

.tm-gap20 {
  gap: 20px;
}

.tm-gap30 {
  gap: 30px;
}

.tm-gap40 {
  gap: 40px;
}

.tm-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -32px;
  row-gap: 32px;
}

.tm-grid > * {
  padding-left: 32px;
  box-sizing: border-box;
}

.tm-grid__width-1-2 {
  width: 50%;
}

.tm-grid__width-2-1 {
  width: 55%;
}

.tm-grid__width-1-3 {
  width: 33.333%;
}

.tm-grid__width-1-4 {
  width: 25%;
}

.tm-grid__width-1-5 {
  width: 20%;
}

.tm-grid__width-1-8 {
  width: 80%;
}

.tm-grid__width-1-7 {
  width: 70%;
}

.tm-grid__width-7-10 {
  width: 75%;
}

.tm-grid__width-6-10 {
  width: 60%;
}

.tm-grid__width-6-20 {
  width: 65%;
}

.tm-grid__width-4-10 {
  width: 40%;
}

.tm-grid__width-4-20 {
  width: 45%;
}

.tm-grid__width-3-10 {
  width: 30%;
}

.tm-grid__width-3-20 {
  width: 35%;
}

.tm-grid__right {
  order: 2;
}

h1,
h2,
h3,
h4,
h5,
h6,
.tm-h1,
.tm-h2,
.tm-h3 {
  font-weight: 400;
  font-family: "Kurale", sans-serif;
}

h1,
.tm-h1 {
  font-size: 58px;
  line-height: 1.1;
}

h2,
.tm-h2 {
  font-size: 52px;
  line-height: 1.1;
}

h3,
.tm-h3 {
  font-size: 44px;
  line-height: 1.1;
}

.size32 {
  font-size: 32px;
  line-height: 1.2;
}

.size28 {
  font-size: 28px;
  line-height: 1.2;
}

.size24 {
  font-size: 24px;
  line-height: 1.2;
}

.size20 {
  font-size: 20px;
  line-height: 1.2;
}

.trans {
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 600;
}

.lightmedium {
  font-weight: 500;
}

.color-white {
  color: #fff;
}

.color-blue {
  color: #0A4B6F;
}

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

.tm-bg-blue {
  background: #0A4B6F;
  color: #fff;
}

.maxcenter {
  margin-left: auto;
  margin-right: auto;
}

.max520 {
  max-width: 520px;
}

.max765 {
  max-width: 765px;
}

.tm-content-btn_centered a {
  margin: 0 auto;
}

.tm-content-btn a {
  width: 319px;
  background: #0A4B6F;
  border-radius: 50px;
  text-shadow: 20px 20px 50px rgba(18, 18, 43, 0.15);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  font-weight: 700;
  font-size: 24px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  text-align: center;
  border: 1px solid #0A4B6F;
}

.tm-content-btn_white a {
  background: #fff;
  color: #0A4B6F;
  border: 1px solid #fff;
}

.tm-content-btn_white-line a {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}

.tm-content-btn_full a {
  width: 100%;
}

.tm-content-btn_big a {
  width: 405px;
  font-size: 20px;
}

.tm-content-btn a:hover,
.tm-content-btn a:active,
.tm-content-btn a:focus {
  background: none;
  color: #0A4B6F;
  text-decoration: none;
}

.tm-content-btn_white a:hover,
.tm-content-btn_white a:active,
.tm-content-btn_white a:focus {
  background: none;
  color: #fff;
  text-decoration: none;
}

.tm-content-btn_white-line a:hover,
.tm-content-btn_white-line a:active,
.tm-content-btn_white-line a:focus {
  background: #fff;
  color: #0A4B6F;
  text-decoration: none;
}

/* margins
------------------------------------------------------*/

.tm-margin-xsmall-bottom {
  margin-bottom: 8px;
}

.tm-margin-small-bottom {
  margin-bottom: 14px;
}

.tm-margin-standart-bottom {
  margin-bottom: 24px;
}

.tm-margin-default-bottom {
  margin-bottom: 32px;
}

.tm-margin-xdefault-bottom {
  margin-bottom: 40px;
}

.tm-margin-medium-bottom {
  margin-bottom: 50px;
}

.tm-margin-xmedium-bottom {
  margin-bottom: 60px;
}

.tm-margin-large-bottom {
  margin-bottom: 72px;
}

.tm-margin-xlarge-bottom {
  margin-bottom: 80px;
}

.tm-margin-2xlarge-bottom {
  margin-bottom: 96px;
}

.tm-margin-3xlarge-bottom {
  margin-bottom: 140px;
}

.tm-margin-4xlarge-bottom {
  margin-bottom: 160px;
}

@media (min-width: 481px) {
  .tm-banner__title br {
    display: none;
  }
}

@media (min-width: 981px) {
  .tm-banner__title span {
    display: block;
  }
}

@media (min-width: 1211px) {
  .tm-reviews__block-slider.swiper {
    overflow: visible;
  }

  .tm-reviews__blocks {
    display: grid;
    gap: 20px;
  }

  .tm-reviews__block {
    width: auto;
    height: auto;
  }

  .tm-reviews__block_height {
    height: 237px;
  }
}

@media (max-width: 1440px) {
  .tm-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  h1,
  .tm-h1 {
    font-size: 50px;
  }

  h2,
  .tm-h2 {
    font-size: 46px;
  }

  h3,
  .tm-h3 {
    font-size: 38px;
  }

  .size32 {
    font-size: 32px;
  }

  .size28 {
    font-size: 28px;
  }

  .size24 {
    font-size: 24px;
  }

  .tm-margin-2xlarge-bottom {
    margin-bottom: 80px;
  }

  .tm-margin-3xlarge-bottom {
    margin-bottom: 90px;
  }

  .tm-margin-4xlarge-bottom {
    margin-bottom: 120px;
  }
}

@media (max-width: 1210px) {
  .tm-projects-slider {
    width: calc(100% + 15px);
  }

  .tm-reviews__block-slider.swiper {
    padding: 20px 0;
    margin-left: -15px;
    width: calc(100% + 30px);
    padding-left: 15px;
  }
}

@media (max-width: 1180px) {
  .tm-header .tm-logo {
    max-width: 140px;
  }

  .tm-video-reviews-slider {
    width: calc(100% + 15px);
  }

  .tm-grid {
    margin-left: -15px;
  }

  .tm-grid > * {
    padding-left: 15px;
  }

  h1,
  .tm-h1 {
    font-size: 40px;
  }

  h2,
  .tm-h2 {
    font-size: 35px;
  }

  h3,
  .tm-h3 {
    font-size: 30px;
  }

  .size32 {
    font-size: 28px;
  }

  .size28 {
    font-size: 24px;
  }

  .size24 {
    font-size: 20px;
  }
}

@media (max-width: 980px) {
  .tm-banner {
    padding-bottom: 0 !important;
  }

  .tm-banner__title {
    text-align: center;
  }

  .tm-banner__date-column {
    justify-content: center;
  }

  .tm-banner__date {
    padding: 40px 30px;
    margin-bottom: -32px;
  }

  .tm-banner__content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-about-cource .tm-grid__width-1-3 {
    width: 50%;
  }

  .tm-video-reviews-slider.tm-margin-xmedium-bottom {
    margin-bottom: 0;
  }

  .tm-video-reviews-slider-navigation {
    display: none;
  }

  .tm-box__header {
    display: flex;
    align-items: center;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    margin-bottom: 8px;
  }

  .tm-box__header .tm-box__img {
    max-width: 40px;
  }

  .tm-box__header .tm-margin-standart-bottom,
  .tm-box__header .tm-margin-small-bottom {
    margin-bottom: 0;
  }

  .tm-video-block__video {
    margin-bottom: 0 !important;
  }

  .tm-video-block-btn-wrap-mob {
    margin-top: 32px;
  }

  .tm-subscribe__box {
    margin-left: auto;
    margin-right: auto;
  }

  .tm-thanks-box {
    padding: 20px 16px;
  }

  .tm-grid__right {
    order: inherit;
  }

  .tm-grid__width-1-2,
  .tm-grid__width-2-1,
  .tm-grid__width-1-3,
  .tm-grid__width-1-4,
  .tm-grid__width-1-5,
  .tm-grid__width-1-8,
  .tm-grid__width-1-7,
  .tm-grid__width-7-10,
  .tm-grid__width-6-10,
  .tm-grid__width-6-20,
  .tm-grid__width-4-10,
  .tm-grid__width-4-20,
  .tm-grid__width-3-10,
  .tm-grid__width-3-20 {
    width: 100%;
  }

  .tm-margin-medium-bottom,
  .tm-margin-large-bottom {
    margin-bottom: 40px;
  }

  .tm-margin-xlarge-bottom,
  .tm-margin-2xlarge-bottom,
  .tm-margin-3xlarge-bottom,
  .tm-margin-4xlarge-bottom {
    margin-bottom: 56px;
  }
}

@media (max-width: 768px) {
  #vimeo-api-popup {
    max-width: 85%;
    width: 100%;
  }

  .tm-content-btn a {
    font-size: 18px;
    width: 254px;
    height: 54px;
  }

  .tm-content-btn_full a {
    width: 100%;
  }

  .tm-content-btn_big a {
    width: 100%;
  }
}

@media (max-width: 670px) {
  .tm-header__icons {
    order: 2;
  }

  .tm-header__icons.tm-col-gap20 {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }

  .tm-header__icons img {
    max-width: 28px;
  }

  .tm-header__phone a {
    font-size: 14px;
  }

  .tm-header__phone {
    order: 1;
  }

  .tm-header__right.tm-col-gap40 {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .tm-about-cource .tm-grid__width-1-3 {
    width: 100%;
  }

  .tm-about-cource .tm-box__text {
    padding-left: 32px;
  }

  .tm-footer a {
    font-size: 22px;
  }

  .tm-footer .tm-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .tm-footer__phone {
    order: 1;
  }

  .tm-footer__icons {
    order: 2;
  }

  .tm-footer__link {
    order: 3;
  }

  .tm-footer__right {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 570px) {
  .tm-header .tm-logo {
    max-width: 94px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 15px;
  }

  .tm-header {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .tm-banner__date {
    padding: 34px 20px;
  }

  .tm-banner__address {
    font-size: 16px;
  }

  ul.tm-dani__benefits li {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 12px;
    padding-left: 22px;
  }

  ul.tm-dani__benefits li::before {
    width: 6px;
    height: 6px;
  }

  .tm-video-reviews-slider__play {
    width: 40px;
    height: 40px;
  }

  .tm-quote .size20 {
    font-size: 16px;
  }

  .tm-quote-block__grid {
    row-gap: 30px;
  }

  .tm-quote-block__column2 {
    padding-top: 20px;
  }

  .tm-video-block__play {
    width: 54px;
    height: 54px;
  }

  .tm-subscribe .tm-form {
    padding: 0;
  }

  .tm-form__line2 {
    margin-bottom: 12px;
  }

  .tm-form input,
  .tm-form__close {
    height: 55px;
  }

  .tm-form button {
    height: 78px;
    font-size: 18px;
  }

  .tm-thanks .tm-h3,
  .tm-thanks .tm-h2 {
    font-size: 30px;
  }

  .tm-thanks-content__info .size24 {
    font-size: 18px;
  }

  .tm-thanks-box .size24 {
    font-size: 16px;
  }

  .tm-thanks-box .size28 {
    font-size: 18px;
  }

  .tm-footer__right {
    row-gap: 20px;
  }

  .tm-footer__phone,
  .tm-footer__icons {
    width: 50%;
    margin-left: -20px;
    padding-left: 20px;
    justify-content: center;
    text-align: center;
  }

  .tm-footer__link {
    width: 100%;
    text-align: center;
  }

  .tm-padding {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .tm-padding-middle {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tm-padding-no-bottom {
    padding-bottom: 0;
  }

  h1,
  .tm-h1 {
    font-size: 32px;
  }

  h2,
  .tm-h2 {
    font-size: 30px;
  }

  h3,
  .tm-h3 {
    font-size: 24px;
  }

  .size32 {
    font-size: 23px;
  }

  .size28 {
    font-size: 18px;
  }

  .size24 {
    font-size: 20px;
  }

  .size20 {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .tm-thanks-box__info {
    width: 290px;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 145px;
  }

  .tm-thanks-box__text-small {
    left: 79px;
    font-size: 15px;
    top: 77px;
  }
}