*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  min-width: 320px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  position: relative;
  text-rendering: optimizeSpeed;
}

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

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

button,
input,
textarea,
select {
  margin: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

button {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: not-allowed;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
}
a:hover, a:focus {
  outline: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  padding: 0;
  text-align: left;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input,
textarea {
  font: inherit;
  color: inherit;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #ccc;
  opacity: 1;
}

textarea {
  resize: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden,
[hidden] {
  display: none !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

:focus-visible {
  outline: 2px dashed #005fcc;
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 1rem 0;
}

code,
pre {
  font-family: monospace, monospace;
  font-size: 1rem;
  overflow-x: auto;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

@font-face {
  font-family: "Lemon";
  src: url("../fonts/Lemon-Bold.woff2") format("woff2"), url("../fonts/Lemon-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lemon";
  src: url("../fonts/Lemon-ExtraBold.woff2") format("woff2"), url("../fonts/Lemon-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lemon";
  src: url("../fonts/Lemon-SemiBold.woff2") format("woff2"), url("../fonts/Lemon-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lemon";
  src: url("../fonts/Lemon-Light.woff2") format("woff2"), url("../fonts/Lemon-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lemon Wide";
  src: url("../fonts/Lemon-ExtraBoldWide.woff2") format("woff2"), url("../fonts/Lemon-ExtraBoldWide.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lemon Wide";
  src: url("../fonts/Lemon-Wide.woff2") format("woff2"), url("../fonts/Lemon-Wide.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Korolev";
  src: url("../fonts/KorolevMedium/font.woff2") format("woff2"), url("../fonts/KorolevMedium/font.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Korolev";
  src: url("../fonts/KorolevBold/font.woff2") format("woff2"), url("../fonts/KorolevBold/font.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  max-width: 100%;
}
@media (min-width: 575px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 820px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1322px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1565px;
  }
}

body {
  color: #204F56;
  font-size: 22px;
  font-family: "Korolev", sans-serif;
}

html :where(.wp-block) {
  max-width: 90% !important;
}

.editor-styles-wrapper {
  padding-bottom: 0 !important;
  overflow: hidden;
}

html {
  margin-top: 0 !important;
}

.overflow_body {
  overflow: hidden;
}

.btn-up {
  position: fixed;
  right: 20px;
  bottom: 190px;
  width: 39px;
  height: 39px;
  background: #98AE35;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
}
@media (max-width: 820px) {
  .btn-up {
    right: 8px;
  }
}
.btn-up.show {
  opacity: 1;
  pointer-events: visible;
}
.btn-up:hover {
  opacity: 0.7;
}

.m-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  margin-bottom: 77px;
}
.m-contact a {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1180px) {
  .m-contact a {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .m-contact a {
    font-size: 22px;
  }
}
.m-contact a svg {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-contact a:hover {
  opacity: 0.7;
}

.s-content-page {
  margin: 111px 0 140px 0;
}
@media (max-width: 576px) {
  .s-content-page {
    margin: 60px 0;
  }
}
.s-content-page h1 {
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .s-content-page h1 {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .s-content-page h2 {
    font-size: 35px;
  }
}
.s-content-page h2, .s-content-page h3, .s-content-page h4, .s-content-page h5, .s-content-page h6 {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .s-content-page h2, .s-content-page h3, .s-content-page h4, .s-content-page h5, .s-content-page h6 {
    margin-bottom: 15px;
  }
}
.s-content-page a {
  color: #204F56;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .s-content-page a {
    word-break: break-all;
  }
}
.s-content-page a:hover {
  text-decoration: none;
}
.s-content-page p {
  margin-bottom: 22px;
}
@media (max-width: 576px) {
  .s-content-page p {
    margin-bottom: 20px;
  }
}
.s-content-page ul {
  list-style-type: disc;
}
.s-content-page ol {
  list-style-type: decimal;
}
.s-content-page ul, .s-content-page ol {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 820px) {
  .s-content-page ul, .s-content-page ol {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .s-content-page ul, .s-content-page ol {
    font-size: 16px;
  }
}
.s-content-page ul li, .s-content-page ol li {
  margin-bottom: 15px;
  list-style-position: inside;
}
@media (max-width: 820px) {
  .s-content-page ul li, .s-content-page ol li {
    margin-bottom: 10px;
  }
}
.s-content-page ul li:last-child, .s-content-page ol li:last-child {
  margin-bottom: 0;
}
.s-content-page img {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .s-content-page img {
    margin-bottom: 15px;
  }
}

p a {
  font-weight: bold;
  text-decoration: underline;
  color: #204F56;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
p a:hover {
  text-decoration: none;
}

.s-hero {
  background: #204F56;
  height: 900px;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
  position: relative;
  padding-top: 58px;
  text-align: right;
}
@media (min-width: 1600px) {
  .s-hero {
    height: 1440px;
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
  }
}
@media (max-width: 576px) {
  .s-hero {
    height: calc(100vh + 109px);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }
}
.s-hero .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1600px) {
  .s-hero .logo {
    width: 755px;
  }
}
@media (max-width: 576px) {
  .s-hero .logo {
    width: 85%;
  }
}
.s-hero .logo img {
  width: 100%;
}
.s-hero .hero-background-text {
  position: absolute;
  width: 100%;
  height: 110%;
  left: 0;
  top: -94px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (max-width: 576px) {
  .s-hero .hero-background-text {
    top: -100px;
  }
}
.s-hero .background-line {
  font-family: "Lemon", sans-serif;
  font-weight: 800;
  font-size: 250px;
  line-height: 75%;
  text-align: center;
  text-transform: uppercase;
  color: #1C484E;
  -webkit-transform: matrix(1, -0.07, 0, 1, 0, 0);
      -ms-transform: matrix(1, -0.07, 0, 1, 0, 0);
          transform: matrix(1, -0.07, 0, 1, 0, 0);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  will-change: transform;
}
@media (min-width: 1600px) {
  .s-hero .background-line {
    font-size: 320px;
  }
}
@media (min-width: 2500px) {
  .s-hero .background-line {
    font-size: 400px;
  }
}
@media (max-width: 576px) {
  .s-hero .background-line {
    font-size: 200px;
  }
}

.s-benefit {
  background: linear-gradient(91.32deg, #C4F122 0.89%, #00D5B5 99.11%);
  clip-path: polygon(0 7%, 100% 0, 100% 88%, 0 100%);
  margin-top: -109px;
  padding: clamp(76px, 100vw / 1600 * 240, 240px) clamp(0px, 100vw / 1600 * 0, 0px) clamp(140px, 100vw / 1600 * 140, 140px) clamp(0px, 100vw / 1600 * 0, 0px);
}
@media (min-width: 1920px) {
  .s-benefit {
    clip-path: polygon(0 6%, 100% 0, 100% 92%, 0 100%);
  }
}
@media (max-width: 1180px) {
  .s-benefit {
    padding-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .s-benefit {
    padding: 170px 0 200px 0;
    clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
  }
}
@media (max-width: 576px) {
  .s-benefit {
    padding-top: 120px;
  }
}
@media (min-width: 2500px) {
  .s-benefit h2 {
    left: -300px;
  }
}
.s-benefit .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.73fr 1fr;
  grid-template-columns: 0.73fr 1fr;
}
@media (max-width: 1280px) {
  .s-benefit .grid {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .s-benefit .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.s-benefit .grid img {
  max-width: 413px;
  border-radius: 15px;
  position: relative;
  top: -76px;
}
@media (min-width: 1920px) {
  .s-benefit .grid img {
    max-width: 497px;
  }
}
@media (max-width: 992px) {
  .s-benefit .grid img {
    position: static;
    max-width: 100%;
  }
}
.s-benefit .grid .right-box {
  padding-top: 81px;
}
@media (max-width: 992px) {
  .s-benefit .grid .right-box {
    padding-top: 0;
  }
}
.s-benefit .grid .right-box p {
  max-width: 677px;
}

.s-training {
  background: #204F56;
  padding: clamp(76px, 100vw / 1600 * 240, 240px) clamp(0px, 100vw / 1600 * 0, 0px) clamp(0px, 100vw / 1600 * 0, 0px) clamp(0px, 100vw / 1600 * 0, 0px);
  clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
  margin-top: -144px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .s-training {
    padding-bottom: 150px;
  }
}
@media (max-width: 992px) {
  .s-training {
    padding: 170px 0 200px 0;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
  }
}
.s-training:after {
  content: "";
  background: url("../img/training-bg.svg") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 49px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 583px;
  width: 1325px;
  height: 1345px;
  z-index: -1;
  pointer-events: none;
}
.s-training .wrapper-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.42fr 1fr;
  grid-template-columns: 1.42fr 1fr;
  gap: 50px;
}
@media (min-width: 1920px) {
  .s-training .wrapper-box {
    -ms-grid-columns: 1.2fr 1fr;
    grid-template-columns: 1.2fr 1fr;
    gap: 38px 70px;
  }
}
@media (max-width: 1180px) {
  .s-training .wrapper-box {
    gap: 25px;
  }
}
@media (max-width: 820px) {
  .s-training .wrapper-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.s-training .wrapper-box .images img {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
  border-radius: 15px;
}
.s-training .wrapper-box .left-box .images img:nth-child(2) {
  max-width: 537px;
  margin-left: auto;
}
@media (min-width: 1920px) {
  .s-training .wrapper-box .left-box .images img:nth-child(2) {
    max-width: 607px;
  }
}
@media (max-width: 1180px) {
  .s-training .wrapper-box .left-box .images img:nth-child(2) {
    max-width: 337px;
  }
}
@media (max-width: 820px) {
  .s-training .wrapper-box .left-box .images img:nth-child(2) {
    max-width: 100%;
  }
}
.s-training .wrapper-box .right-box {
  padding-top: 104px;
}
@media (max-width: 820px) {
  .s-training .wrapper-box .right-box {
    padding-top: 0;
  }
}
.s-training .wrapper-box .right-box img:nth-child(2) {
  max-width: 396px;
  margin-right: auto;
}
@media (min-width: 1920px) {
  .s-training .wrapper-box .right-box img:nth-child(2) {
    max-width: 497px;
  }
}
@media (max-width: 1180px) {
  .s-training .wrapper-box .right-box img:nth-child(2) {
    max-width: 250px;
  }
}
@media (max-width: 820px) {
  .s-training .wrapper-box .right-box img:nth-child(2) {
    max-width: 100%;
  }
}
.s-training .wrapper-box .images {
  position: relative;
}
.s-training .wrapper-box .images .text-image-1 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  top: 146px;
  margin-left: -143px;
  z-index: 9;
}
@media (max-width: 1180px) {
  .s-training .wrapper-box .images .text-image-1 {
    top: 79px;
    margin-left: -49px;
    z-index: 9;
    width: 300px;
  }
}
@media (max-width: 820px) {
  .s-training .wrapper-box .images .text-image-1 {
    top: 141px;
    margin-left: 0;
    width: 400px;
  }
}
.s-training .wrapper-box .images .text-image-2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  bottom: -376px;
  margin-left: -27px;
  max-width: none;
  z-index: 9;
}
@media (min-width: 1920px) {
  .s-training .wrapper-box .images .text-image-2 {
    bottom: -268px;
    margin-left: -233px;
  }
}
@media (max-width: 1280px) {
  .s-training .wrapper-box .images .text-image-2 {
    bottom: -276px;
  }
}
@media (max-width: 1180px) {
  .s-training .wrapper-box .images .text-image-2 {
    bottom: -161px;
    margin-left: 18px;
    width: 350px;
  }
}
@media (max-width: 820px) {
  .s-training .wrapper-box .images .text-image-2 {
    bottom: -192px;
    margin-left: 0;
    width: 450px;
  }
}
@media (max-width: 576px) {
  .s-training .wrapper-box .images .text-image-2 {
    width: 310px;
  }
}
.s-training .wrapper-box .images img:not(.text-image-1):not(.text-image-2) {
  margin-bottom: 50px;
}
@media (min-width: 1920px) {
  .s-training .wrapper-box .images img:not(.text-image-1):not(.text-image-2) {
    margin-bottom: 31px;
  }
}
@media (max-width: 1180px) {
  .s-training .wrapper-box .images img:not(.text-image-1):not(.text-image-2) {
    margin-bottom: 25px;
  }
}

.s-services {
  background: #204F56;
  padding: clamp(0px, 100vw / 1600 * 0, 0px) clamp(0px, 100vw / 1600 * 0, 0px) clamp(76px, 100vw / 1600 * 300, 300px) clamp(0px, 100vw / 1600 * 0, 0px);
  clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
  position: relative;
  overflow: hidden;
  margin-top: -1px;
}
@media (max-width: 576px) {
  .s-services {
    padding-bottom: 150px;
  }
}
.s-services h2 {
  background: linear-gradient(91.32deg, #C4F122 0.89%, #00D5B5 99.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  left: calc(100vw / 1600 * 33);
  padding-top: 35px;
  margin-bottom: 59px;
  width: 100vw;
  text-align: left;
}
.s-services h2 strong {
  margin-left: calc(100vw / 1600 * 146);
}
@media (min-width: 1920px) {
  .s-services h2 {
    margin-bottom: 73px;
    left: 0;
    font-size: 200px;
  }
  .s-services h2 small {
    font-size: 116px;
  }
  .s-services h2 strong {
    font-size: 192px;
    margin-left: 214px;
  }
}
@media (min-width: 2500px) {
  .s-services h2 {
    margin-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .s-services h2 {
    left: 32px;
  }
}
.s-services:after {
  content: "";
  background: url("../img/services-bg.svg") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -288px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -614px;
  width: 1079px;
  height: 1096px;
  z-index: -1;
  pointer-events: none;
}
.s-services .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 844px;
  margin-left: auto;
}
@media (min-width: 1920px) {
  .s-services .grid {
    max-width: 1014px;
  }
}
@media (max-width: 992px) {
  .s-services .grid {
    max-width: none;
  }
}
@media (max-width: 576px) {
  .s-services .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.s-services .grid .item {
  background: #fff;
  border-radius: 15px;
  padding: 49px;
}
@media (max-width: 820px) {
  .s-services .grid .item {
    padding: 30px;
  }
}

.s-team {
  padding: clamp(75px, 100vw / 1600 * 75, 75px) clamp(0px, 100vw / 1600 * 0, 0px) clamp(130px, 100vw / 1600 * 210, 210px) clamp(0px, 100vw / 1600 * 0, 0px);
  overflow: hidden;
}
.s-team h2 {
  background: linear-gradient(91.32deg, #C4F122 0.89%, #00D5B5 99.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  left: -264px;
  margin-bottom: 104px;
  width: 100vw;
  padding-top: 2px;
}
.s-team h2 strong {
  margin-left: calc(100vw / 1600 * 344);
}
@media (min-width: 1920px) {
  .s-team h2 {
    margin-bottom: 108px;
    left: -465px;
    font-size: 200px;
  }
  .s-team h2 small {
    font-size: 116px;
  }
  .s-team h2 strong {
    font-size: 210px;
    margin-left: 346px;
  }
}
@media (min-width: 2500px) {
  .s-team h2 {
    left: -664px;
  }
}
@media (max-width: 1366px) {
  .s-team h2 {
    left: -172px;
  }
}
@media (max-width: 992px) {
  .s-team h2 {
    left: -108px;
  }
}
@media (max-width: 576px) {
  .s-team h2 {
    left: -50px;
    margin-bottom: 60px;
  }
}
.s-team .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
}
@media (max-width: 992px) {
  .s-team .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 90px;
  }
}
.s-team .grid .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 576px) {
  .s-team .grid .item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.s-team .grid .item .big-image {
  width: 346px;
  height: 254px;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  margin-bottom: 32px;
  z-index: 9;
}
@media (max-width: 1366px) {
  .s-team .grid .item .big-image {
    width: 295px;
    height: auto;
  }
}
@media (max-width: 576px) {
  .s-team .grid .item .big-image {
    margin-top: -55px;
  }
}
.s-team .grid .item .wrapper-content {
  background: #204F56;
  border-radius: 15px;
  padding: 31px 61px 51px 51px;
  position: relative;
  margin-left: -112px;
  min-width: 376px;
  min-height: 449px;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .s-team .grid .item .wrapper-content {
    min-width: 490px;
  }
}
@media (max-width: 1366px) {
  .s-team .grid .item .wrapper-content {
    min-width: 345px;
    padding: 30px;
  }
}
@media (max-width: 820px) {
  .s-team .grid .item .wrapper-content {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .s-team .grid .item .wrapper-content {
    margin-left: 0;
  }
}
.s-team .grid .item .wrapper-content h4 {
  font-family: "Lemon";
  font-weight: 800;
  font-size: 35px;
  line-height: 1.2;
  text-transform: uppercase;
  background: linear-gradient(91.32deg, #C4F122 0.89%, #00D5B5 99.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.s-team .grid .item .wrapper-content p {
  color: #fff;
  font-size: 18px;
}
.s-team .grid .item .wrapper-content img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 248px;
}
@media (min-width: 1920px) {
  .s-team .grid .item .wrapper-content img {
    max-width: 276px;
  }
}
.s-team .grid .item:nth-child(2) .big-image {
  margin-bottom: -80px;
}
@media (max-width: 1366px) {
  .s-team .grid .item:nth-child(2) .big-image {
    margin-bottom: -45px;
  }
}

.s-dirksolo {
  height: 827px;
  clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
  position: relative;
}
@media (min-width: 1920px) {
  .s-dirksolo {
    height: 765px;
  }
}
.s-dirksolo .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 576px) {
  .s-dirksolo .bg {
    -o-object-position: -328px;
       object-position: -328px;
  }
}
.s-dirksolo .wrapper-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: 183px;
  margin-top: -26px;
}
@media (min-width: 1920px) {
  .s-dirksolo .wrapper-text {
    margin-left: 369px;
    margin-top: 7px;
  }
}
@media (max-width: 576px) {
  .s-dirksolo .wrapper-text {
    margin-left: 0;
    margin-top: 200px;
  }
}
.s-dirksolo .wrapper-text h2 {
  background: linear-gradient(91.32deg, #C4F122 0.89%, #00D5B5 99.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  left: 0;
}
@media (min-width: 1920px) {
  .s-dirksolo .wrapper-text h2 {
    font-size: 200px;
  }
  .s-dirksolo .wrapper-text h2 strong {
    font-size: 200px;
  }
}
.s-dirksolo .wrapper-text h2 strong {
  margin-left: 107px;
}
.s-dirksolo .wrapper-text h2 small {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: #fff;
  text-fill-color: #fff;
  color: #fff;
  font-weight: 300;
  font-size: 100px;
}

main {
  position: relative;
}

html {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.input_def, textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #778186;
  border-radius: 5px;
  padding: 8px 10px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  display: block;
  margin-bottom: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

textarea {
  height: 172px !important;
  resize: none;
}

::-webkit-input-placeholder {
  color: #778186;
}

::-moz-placeholder {
  color: #778186;
}

:-ms-input-placeholder {
  color: #778186;
}

:-moz-placeholder {
  color: #778186;
}

.module-accordion .accordion-item {
  position: relative;
  -webkit-box-shadow: 0px 1px 7px #DBDBDB;
          box-shadow: 0px 1px 7px #DBDBDB;
}
.module-accordion .accordion-item .head {
  background-color: #FFFFFF;
  color: #563e6e;
  padding: 20px 30px;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-accordion .accordion-item .head:hover {
  background-color: #ffe77a;
}
.module-accordion .accordion-item .head:hover .arrow {
  opacity: 1;
}
.module-accordion .accordion-item .arrow {
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.module-accordion .accordion-item .active {
  background-color: #ffe77a;
}
.module-accordion .accordion-item .arrow-animate {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
}
.module-accordion .accordion-item .content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
.module-accordion .accordion-item .content ul, .module-accordion .accordion-item .content ol {
  list-style: inside;
  line-height: 1.7;
}
.module-accordion .accordion-item .content p, .module-accordion .accordion-item .content ul, .module-accordion .accordion-item .content ol {
  font-size: 22px;
  color: #fff;
  max-width: 566px;
}
.module-accordion .accordion-item .content p a, .module-accordion .accordion-item .content ul a, .module-accordion .accordion-item .content ol a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.module-accordion .accordion-item .content p a:hover, .module-accordion .accordion-item .content ul a:hover, .module-accordion .accordion-item .content ol a:hover {
  opacity: 0.7;
}
.module-accordion .accordion-item .content p:last-child, .module-accordion .accordion-item .content ul:last-child, .module-accordion .accordion-item .content ol:last-child {
  margin-bottom: 0;
}
.module-accordion .accordion-item.active .head {
  background-color: #ffe77a;
}
.module-accordion .accordion-item.active .arrow {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
}
.module-accordion .accordion-item.active .content {
  max-height: 2000px;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

.module__check input, .module__radio input {
  display: none;
}

.module__check {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module__check .text {
  font-size: 18px;
  color: #FFFFFF;
  padding-top: 3px;
}
.module__check .check {
  width: 22px;
  height: 22px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid red;
}
.module__check input:checked + .check {
  background: #fff url("../img/checkbox-icon.svg") no-repeat center center;
}

.module__radio {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  direction: ltr;
}
.module__radio .text {
  font-size: 18px;
  line-height: 24px;
  color: #32313B;
}
.module__radio .check {
  width: 21px;
  height: 21px;
  border: 2px solid #65656C;
  margin-right: 11px;
  border-radius: 50%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.module__radio input:checked + .check {
  background: transparent;
  border: 2px solid #4BBD8C;
}
.module__radio input:checked + .check:before {
  content: "";
  background: #4BBD8C;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.module-tabs .tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.module-tabs .tabs-nav li {
  list-style: none;
  margin-right: 20px;
}
.module-tabs .tabs-nav li:last-child {
  margin-right: 0;
}

.field-wrapper {
  position: relative;
}
.field-wrapper label {
  white-space: nowrap;
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 15px;
  color: #778186;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.field-wrapper.focused label {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: -8px;
  font-size: 10px;
  background: #fff;
  padding: 3px;
  z-index: 999;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "Lemon";
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #204F56;
  min-width: 254px;
  height: 49px;
  white-space: nowrap;
  padding: 0 30px 0 40px;
  border-radius: 50px;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 1600px) {
  .btn {
    height: 69px;
  }
}
.btn span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 19;
}
.btn img {
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 9px;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(91.32deg, #C4F122 0.89%, #00D5B5 99.11%);
  z-index: 9;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn:hover {
  background: #fff;
}
.btn:hover::before {
  opacity: 0;
}

p {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.57;
}
@media (max-width: 576px) {
  p {
    font-size: 16px;
  }
}

h1 {
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
  -ms-hyphens: auto;
      hyphens: auto;
}
@media (max-width: 820px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 1920px) {
  h1 {
    max-width: 80%;
  }
}

h2 {
  font-weight: 800;
  font-size: calc(100vw / 1600 * 200);
  line-height: 0.74;
  font-family: "Lemon";
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: matrix(1, -0.07, 0, 1, 0, 0);
      -ms-transform: matrix(1, -0.07, 0, 1, 0, 0);
          transform: matrix(1, -0.07, 0, 1, 0, 0);
  color: #204F56;
  position: relative;
  left: calc(100vw / 1600 * -71);
  z-index: 9;
}
h2 span {
  font-family: "Lemon Wide";
}
h2 strong {
  margin-left: calc(100vw / 1600 * 286);
  font-size: calc(100vw / 1600 * 212);
  white-space: nowrap;
}
h2 small {
  font-size: calc(100vw / 1600 * 120);
}
@media (max-width: 992px) {
  h2 {
    margin-bottom: 65px;
  }
}
@media (max-width: 576px) {
  h2 {
    -webkit-transform: matrix(1, -0.07, 0, 1, 0, 0) scale(1.1);
        -ms-transform: matrix(1, -0.07, 0, 1, 0, 0) scale(1.1);
            transform: matrix(1, -0.07, 0, 1, 0, 0) scale(1.1);
  }
}

h3 {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.2;
  -ms-hyphens: auto;
      hyphens: auto;
}
@media (max-width: 820px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-family: "Korolev";
  font-weight: 700;
  font-size: 35px;
  line-height: 1.2;
  color: #204F56;
  margin-bottom: 8px;
}
@media (max-width: 820px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-family: "Korolev";
  font-weight: 500;
  font-size: 35px;
  line-height: 1.3;
  color: #204F56;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  h5 {
    font-size: 30px;
  }
}
@media (max-width: 1536px) {
  h5 br {
    display: none;
  }
}
@media (max-width: 576px) {
  h5 {
    font-size: 25px;
  }
}

.module__reviews {
  height: 357px;
  background: #FFFFFF;
  border: 2px solid #F0EBE6;
  border-radius: 30px;
  padding: 32px;
}

.swiper-container {
  position: relative;
}

.slider_1_css .swiper-slide {
  width: 303.75px;
}

.slider_2_css {
  overflow: hidden;
}
.slider_2_css .swiper-pagination span {
  background: none;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 1200px;
  margin: 20px auto;
  height: 600px;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
  border-color: red;
}

.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 0;
  padding: 13px 10px;
}

.wpcf7-list-item {
  margin-left: 0;
}

.module__check, .wpcf7-list-item {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  margin-bottom: 34px;
}
.module__check .text, .wpcf7-list-item .text {
  font-size: 14px;
  line-height: 180%;
  color: #D9CDC7;
}
.module__check .wpcf7-list-item-label, .wpcf7-list-item .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module__check .wpcf7-list-item-label:before, .wpcf7-list-item .wpcf7-list-item-label:before {
  width: 22px;
  height: 22px;
  border: 1px solid #D9CDC7;
  border-radius: 4px;
  margin-right: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
.module__check input:checked + .wpcf7-list-item-label:before, .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  background: url("../img/check.svg") no-repeat center center;
  border: 1px solid #219653;
}

.wpcf7-spinner {
  margin: 0;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 30px;
}
.wpcf7-spinner:before {
  content: none;
}

footer .inner-box {
  background: #204F56;
  color: #fff;
  clip-path: polygon(0 11%, 100% 0, 100% 100%, 0 100%);
  margin-top: -120px;
  padding: clamp(190px, 100vw / 1600 * 190, 190px) clamp(0px, 100vw / 1600 * 0, 0px) clamp(0px, 100vw / 1600 * 0, 0px) clamp(0px, 100vw / 1600 * 0, 0px);
  overflow: hidden;
}
@media (max-width: 1180px) {
  footer .inner-box {
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
  }
}
@media (min-width: 1920px) {
  footer .inner-box {
    clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
    padding-top: 250px;
  }
}
footer a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer a:hover {
  opacity: 0.7;
}
footer address {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 1180px) {
  footer address {
    font-size: 20px;
  }
}
footer .top-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 71px;
}
@media (min-width: 1920px) {
  footer .top-row {
    gap: 229px;
  }
}
@media (max-width: 1280px) {
  footer .top-row {
    gap: 0;
  }
}
@media (max-width: 992px) {
  footer .top-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
footer .top-row > .right-box {
  margin-top: -72px;
}
footer .center-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 29px 0 62px 0;
}
@media (min-width: 1920px) {
  footer .center-row {
    padding: 52px 0 62px 0;
  }
}
@media (max-width: 820px) {
  footer .center-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
footer .bottom-row {
  background: #fff;
  padding: 19px 0;
}
footer .bottom-row .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 29px;
}
footer .bottom-row .menu ul li a {
  color: #204F56;
  font-size: 18px;
  font-weight: 500;
}
footer .bottom-row .copyright {
  color: #204F56;
  font-size: 14px;
  font-weight: 500;
}
footer .bottom-row .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 820px) {
  footer .bottom-row .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
footer .social-media {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
footer .wrapper-title {
  position: relative;
  padding-left: 72px;
}
@media (max-width: 1280px) {
  footer .wrapper-title {
    padding-left: 25px;
  }
}
@media (max-width: 992px) {
  footer .wrapper-title {
    padding-left: 88px;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    margin-bottom: 150px;
  }
}
@media (max-width: 576px) {
  footer .wrapper-title {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
  }
}
footer .wrapper-title img {
  position: relative;
  z-index: 9;
  left: calc(100vw / 1600 * 158);
  top: calc(100vw / 1600 * -39);
  width: calc(100vw / 1600 * 416);
}
@media (min-width: 1920px) {
  footer .wrapper-title img {
    left: 163px;
    top: -36px;
    width: 413px;
  }
}
footer h2 {
  background: linear-gradient(91.32deg, #C4F122 0.89%, #00D5B5 99.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: left;
  margin-bottom: 0;
}
@media (min-width: 1920px) {
  footer h2 {
    font-size: 200px;
  }
}
footer h4 {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 1180px) {
  footer h4 {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  footer h4 {
    font-size: 22px;
  }
}
footer .schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1180px) {
  footer .schedule {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  footer .schedule {
    font-size: 22px;
  }
}
@-webkit-keyframes swingCircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
}
@keyframes swingCircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
}
footer .circle {
  width: 248px;
  height: 248px;
  background: #C4F122;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-bottom: 62px;
  -webkit-animation: swingCircle 1s ease-in-out infinite alternate;
          animation: swingCircle 1s ease-in-out infinite alternate;
}
@media (max-width: 1180px) {
  footer .circle {
    margin-left: 0;
  }
}
@media (max-width: 820px) {
  footer .circle {
    width: 170px;
    height: 170px;
  }
}
footer .circle span {
  font-family: "Lemon";
  font-weight: 700;
  font-size: 46px;
  line-height: 0.8;
  text-align: center;
  text-transform: uppercase;
  color: #204F56;
  -webkit-transform: matrix(1, -0.07, 0, 1, 0, 0);
      -ms-transform: matrix(1, -0.07, 0, 1, 0, 0);
          transform: matrix(1, -0.07, 0, 1, 0, 0);
}
@media (max-width: 820px) {
  footer .circle span {
    font-size: 36px;
  }
}

.btn-top {
  position: fixed;
  right: 100px;
  top: 58px;
  z-index: 9999;
}
@media (max-width: 1180px) {
  .btn-top {
    right: 50px;
  }
}
@media (max-width: 576px) {
  .btn-top {
    right: 15px;
    top: 15px;
  }
}
@media (min-width: 1920px) {
  .btn-top {
    right: 203px;
    top: 134px;
  }
}
/*# sourceMappingURL=main.css.map */
