*,
*::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;
}

@font-face {
  font-family: "Morl Rounded SemiLight";
  src: url("../fonts/MorlRounded-SemiLight.woff2") format("woff2"), url("../fonts/MorlRounded-SemiLight.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Morl Rounded";
  src: url("../fonts/MorlRounded-Light.woff2") format("woff2"), url("../fonts/MorlRounded-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Morl Rounded";
  src: url("../fonts/MorlRounded-Regular.woff2") format("woff2"), url("../fonts/MorlRounded-Regular.woff") format("woff");
  font-weight: 400;
  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: 1288px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1400px;
  }
}

body {
  color: #3E5258;
  font-size: 22px;
  font-family: "Morl Rounded", 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: 43px;
  bottom: 190px;
  width: 37px;
  height: 37px;
  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: 14px;
  }
}
.btn-up.show {
  opacity: 1;
  pointer-events: visible;
}
.btn-up:hover {
  opacity: 0.7;
}

.s-content-page {
  margin: 230px 0 340px 0;
}
@media (max-width: 576px) {
  .s-content-page {
    margin: 180px 0 200px 0;
  }
}
.s-content-page h1 {
  margin-bottom: 50px;
  color: #3E5258;
}
@media (max-width: 576px) {
  .s-content-page h1 {
    margin-bottom: 25px;
  }
}
.s-content-page h2 {
  margin-left: 0;
  margin-right: 0;
}
@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: #3E5258;
  -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: #3E5258;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
p a:hover {
  text-decoration: none;
}

.s-hero {
  background: #144A69;
  min-height: 776px;
  padding-top: 200px;
  margin-bottom: calc(100vw / 1440 * 147);
  position: relative;
}
@media (max-width: 992px) {
  .s-hero {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .s-hero .container {
    padding: 0 34px;
  }
}
.s-hero:before {
  content: "";
  background: url("../img/wave_blue.svg") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: calc(100vw / 1440 * -146);
  left: calc(50% - 1px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: calc(100vw / 1440 * 147);
}
.s-hero:after {
  content: "";
  background: url("../img/hero-bg.svg") no-repeat;
  position: absolute;
  right: -148px;
  top: -7px;
  width: 859px;
  height: 653px;
  display: block;
  -webkit-transform: rotate(-23deg);
      -ms-transform: rotate(-23deg);
          transform: rotate(-23deg);
  pointer-events: none;
  z-index: 999;
}
@media (max-width: 1367px) {
  .s-hero:after {
    width: 759px;
    height: 553px;
  }
}
@media (max-width: 1280px) {
  .s-hero:after {
    width: 659px;
    height: 453px;
  }
}
@media (max-width: 992px) {
  .s-hero:after {
    width: 457px;
    height: 307px;
  }
}
@media (max-width: 820px) {
  .s-hero:after {
    width: 531px;
    height: 378px;
  }
}
@media (max-width: 769px) {
  .s-hero:after {
    width: 414px;
    height: 315px;
    background-size: contain;
    top: 71px;
  }
}
.s-hero .wrapper-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 992px) {
  .s-hero .wrapper-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.s-hero .left-box {
  position: relative;
  z-index: 9;
}
@media (max-width: 576px) {
  .s-hero .left-box {
    z-index: 9999;
  }
}
.s-hero .left-box h1 {
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .s-hero .left-box h1 {
    margin-bottom: 53px;
  }
}
.s-hero .left-box blockquote {
  margin-bottom: 63px;
}
@media (max-width: 992px) {
  .s-hero .left-box blockquote br {
    display: none;
  }
}
@media (max-width: 576px) {
  .s-hero .left-box blockquote {
    margin-bottom: 49px;
  }
}
@media (max-width: 576px) {
  .s-hero .left-box {
    margin-top: 37px;
  }
}
.s-hero .right-box img {
  width: 100%;
  height: 100%;
  max-width: 96%;
  position: relative;
  z-index: 9999;
}
@media (max-width: 992px) {
  .s-hero .right-box img {
    max-width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .s-hero .right-box img {
    max-width: none;
    margin: 21px auto 0 auto;
    width: 319px;
  }
}
.s-hero .m-contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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: 17px;
}
@media (max-width: 576px) {
  .s-hero .m-contact {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.s-hero .m-contact a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-size: 26px;
  color: #144A69;
  background: #19D31C;
  height: 54px;
  padding: 4px 31px 0 31px;
  border-radius: 56px;
  gap: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .s-hero .m-contact a {
    font-size: 24px;
    padding: 4px 22px 0 22px;
    height: 43px;
  }
}
.s-hero .m-contact a img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: -3px;
}
.s-hero .m-contact a:hover {
  opacity: 0.7;
}

.s-services {
  margin: clamp(60px, 100vw / 1440 * 210, 210px) clamp(0px, 100vw / 1440 * 0, 0px) clamp(60px, 100vw / 1440 * 100, 100px) clamp(0px, 100vw / 1440 * 0, 0px);
}
@media (min-width: 1920px) {
  .s-services {
    margin-top: 320px;
  }
}
@media (max-width: 576px) {
  .s-services {
    margin-top: 86px;
  }
}
.s-services h2 {
  text-align: center;
  margin-bottom: 40px;
}
.s-services h2 span {
  color: #19D31C;
}
.s-services .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}
@media (max-width: 1280px) {
  .s-services .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s-services blockquote {
  color: #144A69;
}
.s-services .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 820px) {
  .s-services .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.s-services .list ul li {
  font-size: 22px;
  line-height: 1.7;
  color: #707070;
  padding-left: 43px;
  background: url("../img/check.svg") no-repeat left 0 top 5px;
}
@media (max-width: 576px) {
  .s-services .list ul li {
    font-size: 16px;
    line-height: 1.55;
  }
}
.s-services .m-service {
  border: 4px solid #19D31C;
  padding: 83px 54px;
  margin-bottom: 36px;
}
@media (max-width: 1280px) {
  .s-services .m-service {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .s-services .m-service {
    padding: 40px 27px;
  }
}
.s-services .m-service .wrapper-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.7fr 1fr;
  grid-template-columns: 1.7fr 1fr;
}
@media (max-width: 1280px) {
  .s-services .m-service .wrapper-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.s-services .m-service .wrapper-box .left-box p {
  margin-bottom: 46px;
}
@media (max-width: 576px) {
  .s-services .m-service .wrapper-box .left-box p {
    margin-bottom: 34px;
  }
}
.s-services .m-service .wrapper-box .right-box img {
  margin: 49px 0 0 74px;
}
@media (max-width: 1280px) {
  .s-services .m-service .wrapper-box .right-box img {
    margin: 0 auto 50px auto;
  }
}
@media (max-width: 576px) {
  .s-services .m-service .wrapper-box .right-box img {
    max-width: 146px;
    margin: 0 auto 30px auto;
  }
}
.s-services .m-service-box {
  border: 4px solid #88A3B3;
  padding: 44px 54px;
}
@media (max-width: 576px) {
  .s-services .m-service-box {
    padding: 40px 27px;
  }
}
.s-services .m-service-box .image {
  margin: 0 auto 42px auto;
  width: 165px;
}
@media (max-width: 576px) {
  .s-services .m-service-box .image {
    width: 146px;
    margin: 0 auto 30px auto;
  }
}
.s-services .m-service-box p {
  margin-bottom: 46px;
}
@media (max-width: 1280px) {
  .s-services .m-service-box p br {
    display: none;
  }
}
.s-services .m-service-box .list {
  display: block;
  margin-bottom: 57px;
}

.s-image {
  margin-top: 100px;
  margin-bottom: 38px;
}
@media (max-width: 820px) {
  .s-image {
    margin-bottom: 58px;
  }
}
@media (max-width: 576px) {
  .s-image {
    margin-top: 50px;
  }
}
.s-image .cloud {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-left: -412px;
  bottom: -36px;
  max-width: 168px;
}
@media (max-width: 820px) {
  .s-image .cloud {
    margin-left: -255px;
    bottom: -50px;
  }
}
@media (max-width: 576px) {
  .s-image .cloud {
    margin-left: -120px;
  }
}
.s-image .inner-box {
  max-width: 796px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.preloader {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #144A69;
  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;
  padding: 0 34px;
}
.preloader .preloader-anim-wrap {
  -webkit-transform: translateX(-100vw);
      -ms-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease, -webkit-transform 0.8s ease;
  opacity: 0;
}
.preloader .preloader-content {
  position: relative;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 820px) {
  .preloader .preloader-content {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (max-width: 576px) {
  .preloader .preloader-content {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
}
.preloader .logo {
  width: 635px;
  max-width: none;
}
.preloader .man {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-47%, -69%);
      -ms-transform: translate(-47%, -69%);
          transform: translate(-47%, -69%);
}
.preloader .star_1,
.preloader .star_2,
.preloader .star_3 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.preloader .star_1 {
  margin: -104px 0 0 -165px;
}
.preloader .star_2 {
  margin: -132px 0 0 -155px;
}
.preloader .star_3 {
  margin: -112px 0 0 -143px;
}

body.preload-active {
  overflow: hidden;
}

body:not(.home) .s-footer .wrapper-box {
  margin-top: 60px;
}

.s-image-hide .s-footer {
  margin-top: 150px;
}
@media (min-width: 1920px) {
  .s-image-hide .s-footer {
    margin-top: 200px;
  }
}
@media (min-width: 2500px) {
  .s-image-hide .s-footer {
    margin-top: 300px;
  }
}
@media (max-width: 820px) {
  .s-image-hide .s-footer {
    margin-top: 50px;
  }
}
.s-image-hide .s-footer .wrapper-box {
  margin-top: 60px;
}

main {
  position: relative;
  overflow: hidden;
}

html {
  height: 100%;
}

@media (max-width: 576px) {
  .container {
    padding: 0 17px;
  }
}

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;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 143px;
  background: #144A69;
}
header .container {
  height: 100%;
  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;
}
header .logo {
  position: relative;
  z-index: 999;
  top: 5px;
  width: 135px;
}
header .logo img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .m-contact {
  display: none;
}
@media (max-width: 576px) {
  header .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;
    position: fixed;
    right: 0;
    gap: 4px;
    top: 21px;
  }
  header .m-contact a {
    background: #19D31C;
    padding: 10px 15px;
    border-radius: 50px 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .m-contact span {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  header.fixed .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;
  }
  header.fixed .m-contact a {
    font-size: 25px;
    color: #19D31C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header.fixed .m-contact a img {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  header.fixed .m-contact a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 576px) {
  header {
    position: absolute;
    height: 112px;
  }
}

.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;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: hidden;
  overflow-x: auto;
}
.breadcrumbs li {
  list-style: none;
  margin-right: 19px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.breadcrumbs li:after {
  content: "";
  background: url("../img/arrow-down-lang.svg") no-repeat;
  position: absolute;
  right: -13px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 5px;
  height: 10px;
}
.breadcrumbs li:last-child {
  margin-right: 0;
}
.breadcrumbs li:last-child:after {
  content: none;
}
.breadcrumbs li span, .breadcrumbs li a {
  font-size: 14px;
  font-weight: 300;
  color: #A1A1A1;
  white-space: nowrap;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  border-radius: 5px;
  background: #841B73;
  border: 1px solid transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  white-space: nowrap;
  padding: 0 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  border: 1px solid #841B73;
  color: #841B73;
  background: none;
}

p {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.6;
  color: #707070;
}
@media (max-width: 576px) {
  p {
    font-size: 16px;
  }
}

h1 {
  font-weight: 400;
  font-size: 70px;
  line-height: 1;
  color: #fff;
  font-family: "Morl Rounded SemiLight";
}
h1 span {
  color: #19D31C;
}
@media (max-width: 1280px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 37px;
  }
  h1 br {
    display: none;
  }
}

h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  -ms-hyphens: auto;
      hyphens: auto;
  font-family: "Morl Rounded SemiLight";
}
@media (max-width: 820px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 26px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
h2 span {
  font-family: "Morl Rounded";
}

h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  color: #19D31C;
  -ms-hyphens: auto;
      hyphens: auto;
  font-family: "Morl Rounded SemiLight";
}
@media (max-width: 820px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 24px;
  }
}
h3 span {
  font-family: "Morl Rounded";
}

h4 {
  font-weight: 400;
  font-size: 25px;
  -ms-hyphens: auto;
      hyphens: auto;
  color: #144A69;
  margin-bottom: 16px;
}
h4 span {
  color: #19D31C;
}
@media (max-width: 820px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  -ms-hyphens: auto;
      hyphens: auto;
}
@media (max-width: 820px) {
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  h5 {
    font-size: 16px;
  }
}

blockquote {
  font-size: 25px;
  line-height: 1.3;
  color: #fff;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 1280px) {
  blockquote {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  blockquote {
    line-height: 1.4;
  }
}
blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 94%;
  background: #19D31C;
}

.s-footer {
  background: #19D31C;
  position: relative;
  margin-top: -96px;
  padding-bottom: 60px;
}
@media (max-width: 576px) {
  .s-footer {
    margin-top: -124px;
    padding-bottom: 35px;
  }
}
.s-footer:before {
  content: "";
  background: url("../img/wave_green.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(100vw / 1440 * -146);
  left: calc(50% - 1px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: calc(100vw / 1440 * 147);
}
.s-footer .wrapper-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
  margin-top: 147px;
}
@media (max-width: 992px) {
  .s-footer .wrapper-box {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .s-footer .wrapper-box .logo {
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
}
.s-footer .wrapper-box .right-box {
  position: relative;
}
@media (max-width: 992px) {
  .s-footer .wrapper-box .right-box {
    margin-top: 40px;
  }
}
.s-footer .wrapper-box .right-box .star {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-left: 164px;
  top: 4px;
  width: 53px;
}
@media (max-width: 992px) {
  .s-footer .wrapper-box .right-box .star {
    display: none;
  }
}
.s-footer .wrapper-box .right-box h3 {
  color: #fff;
  margin-bottom: 20px;
}
.s-footer .wrapper-box .right-box h3 span {
  color: #144A69;
}
.s-footer .wrapper-box .right-box .m-contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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: 17px;
  margin-bottom: 19px;
}
@media (max-width: 992px) {
  .s-footer .wrapper-box .right-box .m-contact {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.s-footer .wrapper-box .right-box .m-contact a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-size: 23px;
  color: #19D31C;
  background: #144A69;
  height: 44px;
  padding: 4px 24px 0 21px;
  border-radius: 56px;
  gap: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.s-footer .wrapper-box .right-box .m-contact a img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: -3px;
}
.s-footer .wrapper-box .right-box .m-contact a:hover {
  opacity: 0.7;
}
.s-footer .wrapper-box .right-box .footer-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 44px;
}
@media (max-width: 992px) {
  .s-footer .wrapper-box .right-box .footer-links ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.s-footer .wrapper-box .right-box .footer-links ul li a {
  font-size: 18px;
  color: #144A69;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.s-footer .wrapper-box .right-box .footer-links ul li a:hover {
  color: #fff;
}
/*# sourceMappingURL=main.css.map */
