@font-face {
  font-family: "Nunito-Light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Nunito/Nunito-Light.ttf"); }
@font-face {
  font-family: "Nunito-LightItalic";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Nunito/Nunito-LightItalic.ttf"); }
@font-face {
  font-family: "Nunito-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Nunito/Nunito-Regular.ttf"); }
@font-face {
  font-family: "Nunito-Italic";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Nunito/Nunito-Italic.ttf"); }
@font-face {
  font-family: "Nunito-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Nunito/Nunito-SemiBold.ttf"); }
@font-face {
  font-family: "Nunito-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Nunito/Nunito-Bold.ttf"); }
@font-face {
  font-family: "Nunito-BoldItalic";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Nunito/Nunito-BoldItalic.ttf"); }
@font-face {
  font-family: "Nunito-ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Nunito/Nunito-ExtraBold.ttf"); }
@font-face {
  font-family: "BerlingskeSerif-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/BerlingskeSerif-Regular.ttf"); }
@font-face {
  font-family: "BerlingskeSerif-Blk";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/BerlingskeSerif-Blk.ttf"); }
@font-face {
  font-family: "BerlingskeSerif-Md";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/BerlingskeSerif-Md.ttf"); }
@font-face {
  font-family: "BerlingskeSerif-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/BerlingskeSerif-SemiBold.ttf"); }
@font-face {
  font-family: "BerlingskeSerif-ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/BerlingskeSerif-ExtraBold.ttf"); }
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

ul[class],
ol[class] {
  padding: 0; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

ul[class] {
  list-style: none; }

input,
button,
textarea,
select {
  font: inherit; }

button {
  cursor: pointer; }

html,
body {
  height: 100%;
  font-family: "Nunito-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: normal;
  color: #fff;
  line-height: 1.2; }

.wrapper {
  min-height: 100%;
  overflow-x: hidden; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px; }
  @media (max-width: 600px) {
    .container {
      padding: 0 0 0 0;
      width: 300px; } }

.thanks-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.thanks-main {
  flex-grow: 1; }

.footer-thanks {
  flex-shrink: 0; }

.politicy {
  font-family: "Nunito-Light";
  font-weight: 300;
  background: none;
  font-size: 14px;
  color: #05554a;
  padding: 0; }

img {
  max-width: 100%;
  display: block;
  height: auto; }

button {
  cursor: pointer;
  border: none; }

a {
  color: inherit;
  text-decoration: none; }

.button {
  text-align: center;
  font-size: 16px;
  line-height: 2.5;
  color: #000;
  text-transform: uppercase;
  font-family: "Nunito-Bold";
  font-weight: 700;
  height: 81px;
  box-shadow: 0px 4px 0px rgba(255, 187, 49, 0.73);
  background: linear-gradient(to top, #ffe324, #ffb533);
  background-image: -moz-linear-gradient(-75deg, rgba(255, 227, 36, 0.99608) 0%, #ffb533 100%);
  background-image: -webkit-linear-gradient(-75deg, rgba(255, 227, 36, 0.99608) 0%, #ffb533 100%);
  background-image: -ms-linear-gradient(-75deg, rgba(255, 227, 36, 0.99608) 0%, #ffb533 100%);
  border-radius: 40px;
  padding: 10px 20px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 600px) {
    .button {
      font-size: 14px;
      height: 45px;
      padding: 7px 10px; } }

.button:hover {
  background-image: linear-gradient(to top, #ffec67, #febf51);
  box-shadow: 0px 13px 53.58px 3.42px rgba(255, 187, 49, 0.73); }

.button:active {
  background-color: #eab823;
  background-image: none; }

.button::after {
  content: "";
  margin-left: 60px;
  width: 25px;
  height: 300px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.01)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0.01));
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  position: absolute;
  left: -90px;
  top: -150px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0; }

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0; }
  30%,
    to {
    left: 110%;
    margin-left: 80px; } }
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0; }
  30%,
    to {
    left: 110%;
    margin-left: 80px; } }
.rouble {
  font-family: "rouble";
  font-weight: 400; }

.mobile-br {
  display: none; }
  @media (max-width: 600px) {
    .mobile-br {
      display: block; } }

.section {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 600px) {
    .section {
      padding-top: 50px;
      padding-bottom: 50px; } }

.section-title {
  line-height: 1.2;
  font-family: "BerlingskeSerif-SemiBold";
  text-align: center;
  letter-spacing: 0.9px;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  color: #05554a; }
  @media (max-width: 600px) {
    .section-title {
      font-size: 21px; } }
  .section-title span {
    text-transform: uppercase;
    font-family: "BerlingskeSerif-Blk"; }

.header {
  padding: 24px 0 9px; }
  .header__content {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__text {
    font-size: 16px;
    margin-top: -15px; }
    @media (max-width: 1000px) {
      .header__text {
        display: none; } }
  .header__text2 {
    font-family: "Nunito-Bold";
    font-weight: 700; }
  .header__phone {
    margin-top: -15px;
    display: flex;
    align-items: center; }
    @media (max-width: 600px) {
      .header__phone {
        margin-top: -10px; } }
  .header__phone-icon {
    width: 23px;
    height: 25px;
    margin-right: 10px; }
    @media (max-width: 600px) {
      .header__phone-icon {
        display: none; } }
  .header__phone-icon:hover img {
    transform: rotate(15deg); }
  .header__phone-content {
    display: flex;
    flex-direction: column; }
    .header__phone-content a {
      line-height: 1.2;
      font-family: "Nunito-Bold";
      font-size: 24px;
      margin-bottom: 7px; }
      @media (max-width: 600px) {
        .header__phone-content a {
          font-size: 16px;
          margin-bottom: 2px; } }
    .header__phone-content span {
      font-family: "Nunito-Light";
      font-weight: 300;
      text-align: center;
      text-decoration: underline;
      font-size: 14px; }
  .header .logo img {
    width: 204px;
    height: auto; }
    @media (max-width: 600px) {
      .header .logo img {
        width: 120px; } }

.header-one {
  color: #fff;
  background: #05554a; }

.header-two {
  color: #05554a;
  background: #fff; }

.header {
  display: none;
  width: 100%;
  overflow: hidden;
  transition: padding 0.4s linear; }

.header.is-active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }

.header.active {
  display: block; }

.section-top {
  position: relative;
  background-image: url("../images/top/top-bg.jpg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0 194px;
  z-index: 100; }
  @media (max-width: 720px) {
    .section-top {
      padding: 80px 0 80px; } }
  @media (max-width: 600px) {
    .section-top {
      padding: 10px 0 70px; } }
  .section-top__img {
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 29px;
    height: 29px; }
    @media (max-width: 600px) {
      .section-top__img {
        width: 24px;
        height: 24px;
        bottom: 10px; } }
  .section-top__content {
    color: #fff;
    max-width: 645px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center; }
  @media (max-width: 720px) {
    .section-top__logo {
      width: 360px;
      height: 126px; } }
  @media (max-width: 600px) {
    .section-top__logo {
      width: 280px;
      height: 98px;
      margin-left: auto;
      margin-right: auto; } }
  .section-top__subtitle {
    margin-bottom: 25px;
    letter-spacing: 1.49px;
    font-size: 59.5px;
    font-family: "BerlingskeSerif-Md";
    font-weight: 500; }
    @media (max-width: 720px) {
      .section-top__subtitle {
        font-size: 40px; } }
    @media (max-width: 600px) {
      .section-top__subtitle {
        font-size: 28px;
        margin-bottom: 15px; } }
  .section-top__title {
    text-transform: uppercase;
    margin-top: 26px;
    margin-bottom: 14px;
    font-size: 40px;
    letter-spacing: 1px;
    font-family: "BerlingskeSerif-ExtraBold";
    font-weight: 800; }
    @media (max-width: 720px) {
      .section-top__title {
        font-size: 28px; } }
    @media (max-width: 600px) {
      .section-top__title {
        font-size: 22px;
        margin-top: 15px;
        margin-bottom: 8px; } }
  .section-top__suptitle {
    margin-bottom: 62px;
    max-width: 426px;
    font-family: "BerlingskeSerif-Md";
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 40px; }
    @media (max-width: 720px) {
      .section-top__suptitle {
        font-size: 28px; } }
    @media (max-width: 600px) {
      .section-top__suptitle {
        font-size: 22px;
        margin-bottom: 15px; } }
  .section-top__btn {
    width: 351px; }
    @media (max-width: 600px) {
      .section-top__btn {
        width: 280px; } }
    .section-top__btn span {
      position: relative;
      margin-left: 20px; }
    .section-top__btn span::after {
      position: absolute;
      content: "";
      width: 24px;
      height: 24px;
      background-size: 24px 24px;
      left: -35px;
      top: 50%;
      transform: translateY(-50%);
      background-image: url("../images/common/click.svg");
      background-repeat: no-repeat; }
      @media (max-width: 600px) {
        .section-top__btn span::after {
          width: 18px;
          height: 18px;
          background-size: 18px 18px;
          left: -25px; } }

.section-formats {
  padding-top: 49px;
  padding-bottom: 120px; }
  @media (max-width: 600px) {
    .section-formats {
      padding-top: 40px;
      padding-bottom: 50px; } }
  .section-formats__title {
    margin-bottom: 59px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 600px) {
      .section-formats__title {
        margin-bottom: 20px; } }
  .section-formats__text {
    font-family: "Nunito-Light";
    font-weight: 300;
    color: #05554a;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 81px;
    font-size: 22px; }
    @media (max-width: 600px) {
      .section-formats__text {
        font-size: 18px;
        margin-bottom: 30px; } }
    .section-formats__text span {
      font-family: "Nunito-SemiBold";
      font-weight: 600; }

.formats {
  color: #05554a; }
  @media (max-width: 600px) {
    .formats {
      display: none; } }
  .formats__header {
    display: flex;
    margin-left: 37px; }
  .formats__header-item {
    line-height: 1.2;
    font-family: "Nunito-SemiBold";
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
    background-color: #e6e6de;
    width: 166px;
    height: 49.5px;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
    font-size: 20px; }
  .formats__header-item.active {
    background-color: white; }
  .formats__content {
    display: none;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 13px 53.58px 3.42px rgba(0, 0, 0, 0.14);
    width: 100%;
    height: 581px;
    padding: 40px 40px 39px 41px;
    justify-content: space-between; }
    @media (max-width: 1156px) {
      .formats__content {
        height: auto;
        width: 100%;
        flex-direction: column; } }
  .formats__content.active {
    display: flex; }
  .formats__content1 .formats__item {
    max-width: 455px; }
  .formats__content2 .formats__item-text {
    margin-bottom: 10px; }
  .formats__content3 .formats__item-text {
    margin-bottom: 10px; }
  .formats__img {
    max-width: 510px; }
    @media (max-width: 1156px) {
      .formats__img {
        order: 1;
        margin-bottom: 30px;
        width: fit-content; } }
    @media (max-width: 700px) {
      .formats__img {
        max-width: 100%; } }
    @media (max-width: 600px) {
      .formats__img {
        margin-bottom: 15px; } }
  .formats__item {
    display: flex;
    flex-direction: column;
    max-width: 510px; }
    @media (max-width: 1156px) {
      .formats__item {
        order: 2; } }
  .formats__item-text {
    font-family: "Nunito-Light";
    margin-bottom: 28px;
    line-height: 1.2; }
    @media (max-width: 600px) {
      .formats__item-text {
        font-size: 16px;
        margin-bottom: 20px; } }
    .formats__item-text span {
      font-family: "Nunito-SemiBold";
      font-weight: 600; }
  .formats__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .formats__info-item {
    display: flex;
    align-items: center; }
    @media (max-width: 1156px) {
      .formats__info-item {
        margin-bottom: 20px; } }
    @media (max-width: 600px) {
      .formats__info-item {
        margin-bottom: 15px; } }
  .formats__info-item:first-child {
    align-items: flex-start; }
  .formats__info-img {
    margin-right: 28px;
    width: 32px;
    height: 33px; }
    @media (max-width: 600px) {
      .formats__info-img {
        margin-right: 20px;
        width: 27px;
        height: 28px; } }
  .formats__info-text {
    font-family: "Nunito-Light";
    font-weight: 300;
    line-height: 1.2; }
    @media (max-width: 600px) {
      .formats__info-text {
        font-size: 16px; } }
    .formats__info-text span {
      font-family: "Nunito-SemiBold";
      font-weight: 600; }

.formats-accordion {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  display: none; }
  @media (max-width: 600px) {
    .formats-accordion {
      display: block; } }
  .formats-accordion__header {
    font-family: "Nunito-SemiBold";
    font-weight: 600;
    color: #05554a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px 20px 20px;
    background-color: #e6e6de;
    border-bottom: 1px solid #05554a;
    cursor: pointer; }
    @media (max-width: 600px) {
      .formats-accordion__header {
        padding: 10px 10px 10px 10px;
        font-size: 18px; } }
  .formats-accordion__arrow {
    width: 38px;
    height: 38px;
    background: #9b6274;
    border-radius: 50%;
    position: relative; }
    @media (max-width: 600px) {
      .formats-accordion__arrow {
        width: 30px;
        height: 30px;
        background: none; } }
    .formats-accordion__arrow::after {
      position: absolute;
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      border-top: 2px solid #05554a;
      border-right: 2px solid #05554a;
      left: 50%;
      top: 45%;
      right: 25px;
      transform: translate(-50%, -50%) rotate(135deg); }
      @media (max-width: 600px) {
        .formats-accordion__arrow::after {
          width: 10px;
          height: 10px;
          right: 20px; } }
  .formats-accordion__content {
    background-color: white;
    box-shadow: 0px 13px 53.58px 3.42px rgba(0, 0, 0, 0.14);
    padding: 15px 15px 15px 20px;
    display: none;
    flex-direction: column;
    color: #05554a; }
    .formats-accordion__content.active {
      display: flex; }

.formats-accordion__header.active .formats-accordion__arrow::after {
  transform: translateY(-50%) rotate(-45deg);
  top: 60%;
  left: 32.5%; }

.formats-accordion__header.active {
  border-bottom: none; }

.section-holidays {
  background: #05554a;
  padding-bottom: 106px; }
  @media (max-width: 600px) {
    .section-holidays {
      padding-bottom: 50px; } }
  .section-holidays__title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 65px;
    color: #fff; }
    @media (max-width: 600px) {
      .section-holidays__title {
        margin-bottom: 40px; } }
  .section-holidays__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 1199px) {
      .section-holidays__items {
        justify-content: space-around; } }
    @media (max-width: 910px) {
      .section-holidays__items {
        justify-content: space-between; } }
  .section-holidays__item {
    display: flex;
    flex-direction: column;
    margin-right: 46px;
    margin-bottom: 120px; }
    @media (max-width: 910px) {
      .section-holidays__item {
        margin-bottom: 80px; } }
    @media (max-width: 600px) {
      .section-holidays__item {
        text-align: center;
        margin-bottom: 30px;
        margin-right: 0; } }
  .section-holidays__item:last-child {
    margin-right: 0; }
    @media (max-width: 910px) {
      .section-holidays__item:last-child {
        margin-bottom: 120px; } }
    @media (max-width: 600px) {
      .section-holidays__item:last-child {
        margin-bottom: 40px; } }
  .section-holidays__item:first-child {
    max-width: 248px; }
    @media (max-width: 600px) {
      .section-holidays__item:first-child {
        width: 100%;
        max-width: 100%; } }
  .section-holidays__item:nth-child(2) {
    max-width: 350px; }
    @media (max-width: 600px) {
      .section-holidays__item:nth-child(2) {
        width: 100%;
        max-width: 100%; } }
  .section-holidays__item:last-child {
    max-width: 450px; }
    @media (max-width: 600px) {
      .section-holidays__item:last-child {
        width: 100%;
        max-width: 100%; } }
  .section-holidays__item-icon {
    margin-bottom: 20px;
    width: 57px;
    height: 28px; }
    @media (max-width: 600px) {
      .section-holidays__item-icon {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px; } }
  @media (max-width: 600px) {
    .section-holidays__item-text {
      font-size: 16px; } }
  .section-holidays__item-text span {
    font-family: "Nunito-Bold";
    font-weight: 700; }
  .section-holidays__graphic {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (max-width: 1246px) {
      .section-holidays__graphic {
        align-items: center; } }
    @media (max-width: 910px) {
      .section-holidays__graphic {
        display: none; } }
  .section-holidays__graphic-img {
    width: 100%;
    position: relative; }
    @media (max-width: 1246px) {
      .section-holidays__graphic-img {
        width: 800px; } }
  .section-holidays__graphic-photo {
    width: 100%; }
    @media (max-width: 1246px) {
      .section-holidays__graphic-photo {
        width: 800px; } }
  .section-holidays__dot {
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 0px; }
  .section-holidays__dot1 {
    left: -6px;
    top: 244px; }
    @media (max-width: 1246px) {
      .section-holidays__dot1 {
        left: -6px;
        top: 170px; } }
  .section-holidays__dot2 {
    left: 100px;
    top: 163px; }
    @media (max-width: 1246px) {
      .section-holidays__dot2 {
        left: 72px;
        top: 109px; } }
  .section-holidays__dot3 {
    left: 196px;
    top: 0px; }
    @media (max-width: 1246px) {
      .section-holidays__dot3 {
        left: 135px;
        top: -2px; } }
  .section-holidays__dot4 {
    left: 305px;
    top: 118px; }
    @media (max-width: 1246px) {
      .section-holidays__dot4 {
        left: 213px;
        top: 82px; } }
  .section-holidays__dot5 {
    left: 382px;
    top: 145px; }
    @media (max-width: 1246px) {
      .section-holidays__dot5 {
        left: 277px;
        top: 103px; } }
  .section-holidays__dot6 {
    left: 474px;
    top: 194px; }
    @media (max-width: 1246px) {
      .section-holidays__dot6 {
        left: 332px;
        top: 133px; } }
  .section-holidays__dot7 {
    left: 550px;
    top: 215px; }
    @media (max-width: 1246px) {
      .section-holidays__dot7 {
        left: 389px;
        top: 148px; } }
  .section-holidays__dot8 {
    left: 659px;
    top: 177px; }
    @media (max-width: 1246px) {
      .section-holidays__dot8 {
        left: 459px;
        top: 120px; } }
  .section-holidays__dot9 {
    left: 769px;
    top: 200px; }
    @media (max-width: 1246px) {
      .section-holidays__dot9 {
        left: 540px;
        top: 136px; } }
  .section-holidays__dot10 {
    right: 223px;
    left: auto;
    top: 28px; }
    @media (max-width: 1246px) {
      .section-holidays__dot10 {
        right: 151px;
        left: auto;
        top: 17px; } }
  .section-holidays__dot11 {
    right: 116px;
    left: auto;
    top: 14px; }
    @media (max-width: 1246px) {
      .section-holidays__dot11 {
        right: 69px;
        left: auto;
        top: 6px; } }
  .section-holidays__dot12 {
    right: -11px;
    left: auto;
    top: -7px; }
    @media (max-width: 1246px) {
      .section-holidays__dot12 {
        right: -11px;
        left: auto;
        top: -11px; } }
  .section-holidays__dot:hover .section-holidays__dot-item {
    display: block; }
  .section-holidays__dot-percent {
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: -46px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .section-holidays__dot-percent span {
      font-family: "Nunito-SemiBold";
      font-weight: 600;
      font-size: 16.5px;
      color: #05554a; }
  .section-holidays__dot-percent::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff; }
  .section-holidays__dot-item {
    display: none;
    position: absolute;
    bottom: -338px;
    left: 50%;
    transform: translateX(-50%);
    width: 264px;
    height: 317px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 13px 53.6px 3.4px rgba(0, 0, 0, 0.14);
    background-color: #fff;
    background-size: cover;
    z-index: 100; }
  .section-holidays__content {
    display: none; }
    @media (max-width: 910px) {
      .section-holidays__content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
    @media (max-width: 600px) {
      .section-holidays__content {
        display: none; } }
  .section-holidays__content-item {
    position: relative;
    width: 264px;
    height: 317px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 13px 53.6px 3.4px rgba(0, 0, 0, 0.14);
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 80px;
    background-size: cover; }
    @media (max-width: 600px) {
      .section-holidays__content-item {
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 50px;
        box-shadow: none; } }
  .section-holidays__content-percent {
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: -46px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .section-holidays__content-percent span {
      font-family: "Nunito-SemiBold";
      font-weight: 600;
      font-size: 16.5px;
      color: #05554a; }
  .section-holidays__content-percent::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff; }
  .section-holidays__content-inner {
    height: 100%;
    width: 100%;
    text-align: center;
    color: #05554a;
    padding-top: 20px;
    border-radius: 10px; }
  .section-holidays__content-day {
    position: relative;
    font-family: "Nunito-SemiBold";
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 100;
    display: block; }
  .section-holidays__content-day::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 151px;
    height: 26px;
    background-image: url("../images/holidays/rectangle.svg");
    background-repeat: no-repeat;
    z-index: -1; }
  .section-holidays__content-title {
    font-size: 16px;
    font-family: "Nunito-Bold";
    font-weight: 700;
    margin-bottom: 9px;
    display: block; }
  .section-holidays__content-title2 {
    font-family: "Nunito-Regular";
    font-weight: 400;
    display: contents; }
  .section-holidays__content-title3 {
    font-family: "Nunito-SemiBold";
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 9px; }
  .section-holidays__content-item1 {
    background-image: url("../images/holidays/holidays1.png"); }
  .section-holidays__content-item2 {
    background-image: url("../images/holidays/holidays2.png"); }
  .section-holidays__content-item3 {
    background-image: url("../images/holidays/holidays3.png"); }
  .section-holidays__content-item4 {
    background-image: url("../images/holidays/holidays4.png"); }
  .section-holidays__content-item5 {
    background-image: url("../images/holidays/holidays5.png"); }
  .section-holidays__content-item6 {
    background-image: url("../images/holidays/holidays6.png"); }
  .section-holidays__content-item7 {
    background-image: url("../images/holidays/holidays7.png"); }
  .section-holidays__content-item8 {
    background-image: url("../images/holidays/holidays8.png"); }
  .section-holidays__content-item9 {
    background-image: url("../images/holidays/holidays9.png"); }
  .section-holidays__content-item10 {
    background-image: url("../images/holidays/holidays10.png"); }
  .section-holidays__content-item11 {
    background-image: url("../images/holidays/holidays11.png"); }
  .section-holidays__content-item12 {
    background-image: url("../images/holidays/holidays12.png"); }
  .section-holidays__dot-item::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff; }
  .section-holidays__dot-inner {
    height: 100%;
    width: 100%;
    text-align: center;
    color: #05554a;
    padding-top: 20px;
    border-radius: 10px; }
  .section-holidays__dot-day {
    position: relative;
    font-family: "Nunito-SemiBold";
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 100;
    display: block; }
  .section-holidays__dot-day::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 151px;
    height: 26px;
    background-image: url("../images/holidays/rectangle.svg");
    background-repeat: no-repeat;
    z-index: -1; }
  .section-holidays__dot-title {
    font-size: 16px;
    font-family: "Nunito-Bold";
    font-weight: 700;
    margin-bottom: 9px;
    display: block; }
  .section-holidays__dot-title2 {
    font-family: "Nunito-Regular";
    font-weight: 400;
    display: contents; }
  .section-holidays__dot-title3 {
    font-family: "Nunito-SemiBold";
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 9px; }
  .section-holidays__dot1 .section-holidays__dot-item {
    background-image: url("../images/holidays/holidays1.png"); }
  @media (max-width: 1440px) {
    .section-holidays__dot1 .section-holidays__dot-item {
      left: 100%;
      transform: translateX(0%);
      bottom: -320px; }
    .section-holidays__dot1 .section-holidays__dot-item::before {
      content: none; } }
  .section-holidays__dot2 .section-holidays__dot-item {
    background-image: url("../images/holidays/holidays2.png"); }
  @media (max-width: 1440px) {
    .section-holidays__dot2 .section-holidays__dot-item {
      left: 100%;
      transform: translateX(0%);
      bottom: -320px; }
    .section-holidays__dot2 .section-holidays__dot-item::before {
      content: none; } }
  .section-holidays__dot3 .section-holidays__dot-item {
    background-image: url("../images/holidays/holidays3.png"); }
  .section-holidays__dot4 .section-holidays__dot-item {
    background-image: url("../images/holidays/holidays4.png"); }
  .section-holidays__dot5 .section-holidays__dot-item {
    background-image: url("../images/holidays/holidays5.png"); }
  .section-holidays__dot6 .section-holidays__dot-item {
    background-image: url("../images/holidays/holidays6.png"); }
  .section-holidays__dot7 .section-holidays__dot-item {
    background-image: url("../images/holidays/holidays7.png"); }
  .section-holidays__dot8 .section-holidays__dot-item {
    background-image: url("../images/holidays/holidays8.png"); }
  .section-holidays__dot9 .section-holidays__dot-item {
    background-image: url("../images/holidays/holidays9.png"); }
  .section-holidays__dot10 .section-holidays__dot-item {
    background-image: url("../images/holidays/holidays10.png"); }
  .section-holidays__dot11 .section-holidays__dot-item {
    background-image: url("../images/holidays/holidays11.png"); }
  .section-holidays__dot12 .section-holidays__dot-item {
    background-image: url("../images/holidays/holidays12.png"); }
  @media (max-width: 1440px) {
    .section-holidays__dot12 .section-holidays__dot-item {
      right: 100%;
      left: auto;
      transform: translateX(0%);
      bottom: -320px; }
    .section-holidays__dot12 .section-holidays__dot-item::before {
      content: none; } }
  .section-holidays__graphic-months {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-left: -30px;
    width: 105%; }
    @media (max-width: 1246px) {
      .section-holidays__graphic-months {
        width: 750px;
        margin-left: -105px; } }
  .section-holidays__graphic-months::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    left: 0;
    top: -13px; }
    @media (max-width: 1246px) {
      .section-holidays__graphic-months::before {
        width: 870px; } }
  .section-holidays__graphic-month {
    display: block;
    margin-right: 29px;
    font-size: 20.5px; }
    @media (max-width: 1246px) {
      .section-holidays__graphic-month {
        font-size: 14px; } }
  .section-holidays__graphic-month:last-child {
    margin-right: 0; }
  .section-holidays__btn {
    display: block;
    width: 392px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 130px; }
    @media (max-width: 600px) {
      .section-holidays__btn {
        margin-top: 30px;
        width: 280px; } }
  .section-holidays__slider {
    display: none; }
    @media (max-width: 600px) {
      .section-holidays__slider {
        display: block;
        height: 350px;
        width: 264px;
        margin-left: auto;
        margin-right: auto; } }
  .section-holidays .slick-slider {
    display: none; }
    @media (max-width: 600px) {
      .section-holidays .slick-slider {
        display: block;
        height: 400px; } }
  .section-holidays .slick-slide {
    height: 400px; }
  .section-holidays .slick-dots {
    bottom: 0px;
    right: auto;
    left: 50%;
    transform: translateX(-50%); }
    .section-holidays .slick-dots li {
      margin-right: 10px;
      width: 10px;
      height: 10px;
      background: #e8ebf1;
      border-radius: 50%;
      cursor: pointer; }
  .section-holidays .slick-dots .slick-active {
    width: 15px;
    height: 15px;
    background: #e2c691; }

.section-results {
  padding-top: 85px;
  padding-bottom: 125px;
  color: #05554a;
  position: relative;
  z-index: 100;
  background-image: url("../images/results/results-bg.jpg");
  background-repeat: no-repeat;
  background-position: top; }
  @media (max-width: 1160px) {
    .section-results {
      background-position: -130px 352px;
      background-size: 95%; } }
  @media (max-width: 1096px) {
    .section-results {
      background-image: none; } }
  @media (max-width: 600px) {
    .section-results {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .section-results__title {
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px; }
  .section-results__content {
    position: relative; }
  .section-results__content-item {
    max-width: 485px;
    margin-left: auto;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1096px) {
      .section-results__content-item {
        margin-right: auto;
        margin-top: 600px; } }
    @media (max-width: 600px) {
      .section-results__content-item {
        margin-top: 450px; } }
  .section-results__content-text {
    font-family: "Nunito-Light";
    font-weight: 300;
    margin-bottom: 40px; }
    @media (max-width: 600px) {
      .section-results__content-text {
        font-size: 17px;
        margin-bottom: 20px; } }
  .section-results__content-text:last-child {
    margin-bottom: 0; }
  .section-results__founder-item {
    position: absolute;
    left: 0px;
    bottom: -25px;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1096px) {
      .section-results__founder-item {
        bottom: auto;
        top: -600px;
        z-index: -1;
        width: 800px;
        left: 65%;
        transform: translateX(-50%); } }
    @media (max-width: 600px) {
      .section-results__founder-item {
        width: 550px;
        z-index: 1;
        top: -450px; } }
    .section-results__founder-item img {
      display: none; }
      @media (max-width: 1096px) {
        .section-results__founder-item img {
          display: block; } }
  .section-results__founder-subtitle {
    transform: skew(-20deg);
    border-radius: 10px;
    background: #fff;
    width: 514px;
    padding: 18px 35px; }
    @media (max-width: 1096px) {
      .section-results__founder-subtitle {
        margin-top: -50px; } }
    @media (max-width: 600px) {
      .section-results__founder-subtitle {
        width: 300px;
        padding: 15px 15px;
        margin-left: 78px; } }
    .section-results__founder-subtitle span {
      display: block;
      transform: skew(20deg);
      font-size: 18px;
      font-family: "Nunito-Italic"; }
      @media (max-width: 600px) {
        .section-results__founder-subtitle span {
          font-size: 16px; } }
  .section-results__founder-title {
    margin-top: -10px;
    width: 517px;
    border-radius: 10px;
    margin-left: 20px;
    background-color: #e5e5e5;
    padding: 12px 20px;
    transform: skew(-20deg); }
    @media (max-width: 600px) {
      .section-results__founder-title {
        width: 300px;
        padding: 10px 15px;
        margin-left: 78px; } }
    .section-results__founder-title h4 {
      font-size: 18px;
      font-family: "Nunito-Italic";
      font-weight: 400;
      transform: skew(20deg); }
      @media (max-width: 600px) {
        .section-results__founder-title h4 {
          font-size: 16px; } }
    .section-results__founder-title span {
      font-family: "Nunito-BoldItalic";
      font-weight: 700; }
  .section-results__text {
    margin-top: 218px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1025px;
    margin-bottom: 116px;
    font-size: 22px; }
    @media (max-width: 1096px) {
      .section-results__text {
        margin-top: 100px; } }
    @media (max-width: 600px) {
      .section-results__text {
        font-size: 18px;
        margin-top: 50px;
        margin-bottom: 60px; } }
    .section-results__text span {
      font-family: "Nunito-Bold";
      font-weight: 700; }
  .section-results__items {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 100; }
    @media (max-width: 1096px) {
      .section-results__items {
        flex-wrap: wrap; } }
    @media (max-width: 700px) {
      .section-results__items {
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
  .section-results__items::after {
    position: absolute;
    content: "";
    background-color: #fbc48d;
    height: 2px;
    width: 90%;
    left: 5px;
    top: 70px;
    z-index: -1; }
    @media (max-width: 700px) {
      .section-results__items::after {
        content: none; } }
  .section-results__item {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 150px;
    z-index: 100; }
    @media (max-width: 1096px) {
      .section-results__item {
        margin-right: 30px;
        margin-bottom: 50px; } }
    @media (max-width: 700px) {
      .section-results__item {
        margin-right: 0;
        max-width: 180px; } }
  .section-results__item:nth-child(2) {
    max-width: 250px; }
  .section-results__item:last-child {
    width: 180px;
    max-width: 180px; }
    @media (max-width: 700px) {
      .section-results__item:last-child {
        margin-bottom: 0px; } }
  .section-results__item-number {
    left: -10px;
    top: -30px;
    position: absolute;
    font-size: 44px;
    font-family: "Nunito-Light";
    font-weight: 300;
    color: #fbc48d;
    z-index: -2; }
    @media (max-width: 600px) {
      .section-results__item-number {
        font-size: 32px;
        left: -7px;
        top: -15px; } }
  .section-results__item-img {
    width: 131px;
    height: 131px;
    margin-bottom: 25px;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 600px) {
      .section-results__item-img {
        margin-bottom: 15px; } }
    .section-results__item-img img {
      border-radius: 50%; }
  .section-results__item-img::before {
    position: absolute;
    content: "";
    width: 144px;
    height: 144px;
    border-radius: 50%;
    background-color: #eaeaea;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; }
  .section-results__item-text {
    font-family: "Nunito-Light";
    font-weight: 300; }
    @media (max-width: 600px) {
      .section-results__item-text {
        font-size: 18px; } }
    .section-results__item-text span {
      font-family: "Nunito-SemiBold";
      font-weight: 600; }

.section-invitation {
  background: #05554a;
  z-index: 100;
  position: relative;
  padding-bottom: 0; }
  .section-invitation__title {
    color: #fff;
    max-width: 785px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px; }
    @media (max-width: 600px) {
      .section-invitation__title {
        margin-bottom: 25px; } }
  .section-invitation__content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 105px; }
    @media (max-width: 990px) {
      .section-invitation__content {
        flex-direction: column; } }
    @media (max-width: 600px) {
      .section-invitation__content {
        text-align: center;
        font-size: 17px;
        margin-bottom: 70px; } }
  .section-invitation__text:first-child {
    max-width: 385px; }
    @media (max-width: 990px) {
      .section-invitation__text:first-child {
        margin-bottom: 30px; } }
    @media (max-width: 600px) {
      .section-invitation__text:first-child {
        margin-bottom: 20px; } }
  .section-invitation__text:last-child {
    max-width: 490px; }
  .section-invitation__map {
    cursor: pointer;
    width: 100%;
    height: 637px;
    background-image: url("../images/invitation/invitation.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    @media (max-width: 990px) {
      .section-invitation__map {
        background-position: right; } }
    @media (max-width: 600px) {
      .section-invitation__map {
        height: 400px; } }
  .section-invitation #vidwrap {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 637px; }
    @media (max-width: 600px) {
      .section-invitation #vidwrap {
        height: 400px; } }
  .section-invitation__item {
    top: -32px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    box-shadow: 0px 13px 53.6px 3.4px rgba(112, 134, 120, 0.73);
    background-color: #fff;
    padding: 20px 30px;
    width: 848px;
    color: #05554a;
    font-size: 22px;
    font-family: "Nunito-Bold";
    font-weight: 700; }
    @media (max-width: 990px) {
      .section-invitation__item {
        width: 95%;
        text-align: center;
        top: -25px; } }
    @media (max-width: 600px) {
      .section-invitation__item {
        top: -35px;
        font-size: 17px;
        padding: 10px 10px; } }
  .section-invitation__btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 392px; }
    @media (max-width: 600px) {
      .section-invitation__btn {
        width: 280px; } }

.section-gallery {
  position: relative;
  z-index: 100;
  padding-bottom: 106px;
  padding-top: 83px;
  background-image: -moz-linear-gradient(90deg, #e0e0e0 0%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #e0e0e0 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #e0e0e0 0%, white 100%);
  color: #05554a; }
  @media (max-width: 600px) {
    .section-gallery {
      padding-bottom: 50px;
      padding-top: 50px; } }
  .section-gallery__title {
    margin-bottom: 45px; }
    @media (max-width: 600px) {
      .section-gallery__title {
        margin-bottom: 25px; } }
  .section-gallery__text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 78px;
    max-width: 645px;
    font-size: 22px; }
    @media (max-width: 600px) {
      .section-gallery__text {
        font-size: 18px;
        margin-bottom: 30px; } }
    .section-gallery__text span {
      font-family: "Nunito-Bold";
      font-weight: 700; }

.gallery {
  color: #05554a; }
  @media (max-width: 1160px) {
    .gallery {
      display: none; } }
  .gallery__header {
    display: flex;
    margin-left: 37px; }
  .gallery__header-item {
    font-family: "Nunito-SemiBold";
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
    background-color: #e6e6de;
    width: 166px;
    height: 70px;
    cursor: pointer;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 13px;
    font-size: 19px; }
  .gallery__header-item:first-child {
    width: 247px; }
  .gallery__header-item:nth-child(2) {
    width: 206px; }
  .gallery__header-item.active {
    background-color: white; }
  @media (max-width: 1160px) {
    .gallery__img {
      width: fit-content;
      order: 1;
      margin-bottom: 30px; } }
  @media (max-width: 600px) {
    .gallery__img {
      margin-bottom: 15px; } }
  .gallery__content {
    position: relative;
    display: none;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 13px 53.58px 3.42px rgba(0, 0, 0, 0.14);
    width: 100%;
    height: 551px;
    padding: 40px 40px 39px 41px;
    justify-content: space-between;
    align-items: center; }
  .gallery__content::after {
    position: absolute;
    content: "";
    left: 20px;
    bottom: -14px;
    border-radius: 10px;
    background: #eaeaea;
    background: linear-gradient(#ebebeb, #e9e9e9);
    width: 1104px;
    height: 291px;
    z-index: -1; }
  .gallery__content.active {
    display: flex; }
  .gallery__content1 .gallery__item-text {
    margin-bottom: 48px; }
  .gallery__item {
    display: flex;
    flex-direction: column; }
    @media (max-width: 1160px) {
      .gallery__item {
        order: 2; } }
  .gallery__item-text {
    font-family: "Nunito-Light";
    margin-bottom: 40px;
    max-width: 468px; }
    @media (max-width: 600px) {
      .gallery__item-text {
        font-size: 18px;
        margin-bottom: 20px; } }
    .gallery__item-text span {
      font-family: "Nunito-SemiBold";
      font-weight: 600; }
  .gallery__info {
    display: flex;
    flex-direction: column; }
  .gallery__info-item {
    display: flex;
    align-items: center;
    margin-bottom: 24px; }
  .gallery__info-img {
    margin-right: 12px; }
  .gallery__info-text {
    font-family: "Nunito-Light";
    font-weight: 300; }
    @media (max-width: 600px) {
      .gallery__info-text {
        font-size: 17px; } }
    .gallery__info-text span {
      font-family: "Nunito-SemiBold";
      font-weight: 600; }

.gallery-accordion {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  display: none; }
  @media (max-width: 1160px) {
    .gallery-accordion {
      display: block; } }
  @media (max-width: 700px) {
    .gallery-accordion {
      width: 100%; } }
  .gallery-accordion__header {
    font-family: "Nunito-SemiBold";
    font-weight: 600;
    color: #05554a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px 20px 20px;
    background-color: #fff;
    border-bottom: 1px solid #05554a;
    cursor: pointer; }
    @media (max-width: 600px) {
      .gallery-accordion__header {
        padding: 10px 10px 10px 10px;
        font-size: 16px; } }
  .gallery-accordion__arrow {
    width: 38px;
    height: 38px;
    background: none;
    border-radius: 50%;
    position: relative; }
    @media (max-width: 600px) {
      .gallery-accordion__arrow {
        width: 30px;
        height: 30px;
        background: none; } }
    .gallery-accordion__arrow::after {
      position: absolute;
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      border-top: 2px solid #05554a;
      border-right: 2px solid #05554a;
      left: 50%;
      top: 45%;
      right: 25px;
      transform: translate(-50%, -50%) rotate(135deg); }
      @media (max-width: 600px) {
        .gallery-accordion__arrow::after {
          width: 10px;
          height: 10px;
          right: 20px; } }
  .gallery-accordion__content {
    background-color: white;
    box-shadow: 0px 13px 53.58px 3.42px rgba(0, 0, 0, 0.14);
    padding: 15px 15px 15px 20px;
    display: none;
    flex-direction: column;
    color: #05554a;
    border-bottom: 1px solid #05554a; }
    .gallery-accordion__content.active {
      display: flex; }

.gallery-accordion__header.active .formats-accordion__arrow::after {
  transform: translateY(-50%) rotate(-45deg);
  top: 60%;
  left: 32.5%; }

.gallery-accordion__header.active {
  border-bottom: none; }

.section-finance {
  position: relative;
  z-index: 100;
  padding-bottom: 90px;
  color: #05554a; }
  @media (max-width: 600px) {
    .section-finance {
      padding-bottom: 50px; } }
  .section-finance__img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1; }
  .section-finance__title {
    margin-bottom: 74px; }
    @media (max-width: 600px) {
      .section-finance__title {
        margin-bottom: 25px; } }
  .section-finance__text1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 65px;
    max-width: 672px;
    font-size: 22px;
    font-family: "Nunito-SemiBold";
    font-weight: 600; }
    @media (max-width: 600px) {
      .section-finance__text1 {
        margin-bottom: 25px;
        font-size: 18px; } }
  .section-finance__text2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 65px;
    max-width: 712px;
    font-size: 22px;
    font-family: "Nunito-Light";
    font-weight: 300; }
    @media (max-width: 600px) {
      .section-finance__text2 {
        margin-bottom: 30px;
        font-size: 18px; } }
  .section-finance__btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 392px;
    margin-top: 43px; }
    @media (max-width: 600px) {
      .section-finance__btn {
        width: 280px; } }

.finance {
  color: #05554a; }
  @media (max-width: 600px) {
    .finance {
      display: none; } }
  .finance__header {
    display: flex;
    margin-left: 37px; }
  .finance__header-item {
    font-family: "Nunito-SemiBold";
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
    background-color: #e6e6de;
    width: 166px;
    height: 55px;
    cursor: pointer;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 18px;
    font-size: 22px; }
  .finance__header-item.active {
    background-color: white; }
  .finance__content {
    position: relative;
    display: none;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 13px 53.58px 3.42px rgba(0, 0, 0, 0.14);
    width: 100%;
    height: 551px;
    padding: 77px 45px 60px 40px;
    justify-content: space-between; }
    @media (max-width: 1142px) {
      .finance__content {
        height: auto; } }
  .finance__content::after {
    position: absolute;
    content: "";
    left: 20px;
    bottom: -14px;
    border-radius: 10px;
    background: #eaeaea;
    background: linear-gradient(#ebebeb, #e9e9e9);
    box-shadow: 0px 13px 53.58px 3.42px rgba(0, 0, 0, 0.14);
    width: 1104px;
    height: 291px;
    z-index: -1; }
  .finance__content.active {
    display: flex; }
  .finance__items {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    @media (max-width: 1142px) {
      .finance__items {
        flex-direction: column; } }
  .finance__item {
    display: flex;
    flex-direction: column; }
  .finance__item-range {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
    width: 478px; }
    @media (max-width: 600px) {
      .finance__item-range {
        width: 100%;
        margin-bottom: 40px; } }
  .finance__item-title {
    font-family: "Nunito-SemiBold";
    font-weight: 600; }
    @media (max-width: 600px) {
      .finance__item-title {
        font-size: 18px; } }
  .finance__result {
    border-radius: 10px;
    background-color: #e6e5de;
    width: 478px;
    padding: 15px 20px;
    margin-top: 30px; }
    @media (max-width: 600px) {
      .finance__result {
        width: 100%;
        margin-top: 0px; } }
    .finance__result h4 {
      font-family: "Nunito-Regular";
      font-weight: 400; }
      @media (max-width: 600px) {
        .finance__result h4 {
          font-size: 17px; } }
    .finance__result span {
      font-family: "Nunito-ExtraBold";
      font-weight: 800;
      font-size: 24px; }
      @media (max-width: 600px) {
        .finance__result span {
          font-size: 18px; } }

.finance-accordion {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  display: none; }
  @media (max-width: 600px) {
    .finance-accordion {
      display: block; } }
  .finance-accordion__header {
    font-family: "Nunito-SemiBold";
    font-weight: 600;
    color: #05554a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px 20px 20px;
    background-color: #e4e4dc;
    border-bottom: 1px solid #05554a;
    cursor: pointer; }
    @media (max-width: 600px) {
      .finance-accordion__header {
        padding: 10px 10px 10px 10px;
        font-size: 18px; } }
  .finance-accordion__arrow {
    width: 38px;
    height: 38px;
    background: #9b6274;
    border-radius: 50%;
    position: relative; }
    @media (max-width: 600px) {
      .finance-accordion__arrow {
        width: 30px;
        height: 30px;
        background: none; } }
    .finance-accordion__arrow::after {
      position: absolute;
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      border-top: 2px solid #05554a;
      border-right: 2px solid #05554a;
      left: 50%;
      top: 45%;
      right: 25px;
      transform: translate(-50%, -50%) rotate(135deg); }
      @media (max-width: 600px) {
        .finance-accordion__arrow::after {
          width: 10px;
          height: 10px;
          right: 20px; } }
  .finance-accordion__content {
    background-color: white;
    box-shadow: 0px 13px 53.58px 3.42px rgba(0, 0, 0, 0.14);
    padding: 15px 15px 15px 20px;
    display: none;
    flex-direction: column;
    color: #05554a; }
    .finance-accordion__content.active {
      display: flex; }

.finance-accordion__header.active .formats-accordion__arrow::after {
  transform: translateY(-50%) rotate(-45deg);
  top: 60%;
  left: 32.5%; }

.finance-accordion__header.active {
  border-bottom: none; }

.section-arguments {
  position: relative;
  z-index: 100;
  background-image: url("../images/arguments/arguments-bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding-top: 172px;
  padding-bottom: 342px; }
  @media (min-width: 2000px) {
    .section-arguments {
      background-size: auto; } }
  @media (max-width: 600px) {
    .section-arguments {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .section-arguments__img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 29px;
    height: 29px;
    bottom: 20px; }
    @media (max-width: 600px) {
      .section-arguments__img {
        width: 24px;
        height: 24px;
        bottom: 10px; } }
  .section-arguments__content {
    max-width: 460px;
    margin-left: auto;
    color: #fff; }
  .section-arguments__title {
    text-align: left;
    color: #fff;
    margin-bottom: 45px; }
    @media (max-width: 600px) {
      .section-arguments__title {
        margin-bottom: 20px;
        text-align: right; } }
  .section-arguments__text {
    font-size: 22px;
    max-width: 392px; }
    @media (max-width: 600px) {
      .section-arguments__text {
        font-size: 18px;
        max-width: 210px;
        margin-left: auto;
        text-align: right; } }

.section-education {
  background: #05554a;
  padding-top: 50px;
  padding-bottom: 95px;
  color: #fff; }
  @media (max-width: 600px) {
    .section-education {
      padding-bottom: 50px; } }
  .section-education__title {
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    max-width: 850px;
    margin-bottom: 40px; }
    @media (max-width: 600px) {
      .section-education__title {
        margin-bottom: 20px; } }
  .section-education__text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 1115px;
    margin-bottom: 40px;
    font-size: 22px; }
    @media (max-width: 600px) {
      .section-education__text {
        font-size: 18px;
        margin-bottom: 20px; } }
    .section-education__text span {
      font-family: "Nunito-Bold";
      font-weight: 700; }
  .section-education__text2 {
    font-size: 22px;
    margin-bottom: 44px;
    text-align: center; }
    @media (max-width: 600px) {
      .section-education__text2 {
        font-size: 18px;
        margin-bottom: 30px; } }
  .section-education__suptitle {
    font-size: 22px;
    margin-bottom: 44px;
    text-align: center; }
    @media (max-width: 600px) {
      .section-education__suptitle {
        font-size: 18px;
        margin-bottom: 20px; } }
  .section-education__content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 100; }
  .section-education__content-info {
    position: absolute; }
    @media (max-width: 1190px) {
      .section-education__content-info {
        display: none; } }
  .section-education__content-info1 {
    left: 120px;
    top: 50px; }
    .section-education__content-info1 .section-education__content-text {
      max-width: 222px; }
  .section-education__content-info2 {
    right: 140px;
    top: 50px; }
    .section-education__content-info2 .section-education__content-text {
      max-width: 170px; }
  .section-education__content-info3 {
    left: 35px;
    top: 54%;
    transform: translateY(-50%); }
    .section-education__content-info3 .section-education__content-text {
      max-width: 255px; }
  .section-education__content-info4 {
    right: 150px;
    top: 54%;
    transform: translateY(-50%); }
    .section-education__content-info4 .section-education__content-text {
      max-width: 125px; }
  .section-education__content-info5 {
    left: 80px;
    bottom: 20px; }
    .section-education__content-info5 .section-education__content-text {
      max-width: 270px; }
  .section-education__content-info6 {
    right: 122px;
    bottom: 15px; }
    .section-education__content-info6 .section-education__content-text {
      max-width: 205px; }
  .section-education__content-number {
    position: absolute;
    top: -30px;
    left: -40px;
    font-size: 61.5px;
    font-family: "Nunito-Light";
    font-weight: 300;
    color: rgba(251, 196, 141, 0.3); }
    @media (max-width: 600px) {
      .section-education__content-number {
        font-size: 36px;
        left: 50%;
        top: -25px;
        transform: translateX(-50%); } }
  .section-education__content-text {
    font-size: 22px; }
    @media (max-width: 600px) {
      .section-education__content-text {
        font-size: 18px; } }
  .section-education__img {
    margin-left: auto;
    margin-right: auto; }
  .section-education__content::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../images/education/circle.png");
    background-repeat: no-repeat;
    width: 1078px;
    height: 1078px;
    z-index: -1; }
    @media (max-width: 600px) {
      .section-education__content::before {
        content: none; } }
  .section-education__content-items {
    margin-top: 70px;
    display: none; }
    @media (max-width: 1190px) {
      .section-education__content-items {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap; } }
    @media (max-width: 700px) {
      .section-education__content-items {
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    @media (max-width: 600px) {
      .section-education__content-items {
        margin-top: 40px; } }
  .section-education__content-item {
    position: relative;
    width: 40%;
    margin-bottom: 70px; }
    @media (max-width: 700px) {
      .section-education__content-item {
        width: 80%; } }
    @media (max-width: 600px) {
      .section-education__content-item {
        width: 100%;
        margin-bottom: 40px;
        text-align: center; } }
  .section-education__text3 {
    margin-top: 140px;
    max-width: 552px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 22px;
    font-family: "Nunito-Bold";
    font-weight: 700; }
    @media (max-width: 1190px) {
      .section-education__text3 {
        margin-top: 70px; } }
    @media (max-width: 600px) {
      .section-education__text3 {
        font-size: 18px;
        margin-top: 0px; } }

.section-support {
  background-image: url("../images/support/support-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 85px;
  color: #05554a; }
  @media (max-width: 1836px) {
    .section-support {
      background-position: bottom; } }
  @media (max-width: 1000px) {
    .section-support {
      background: #f4f4f6; } }
  @media (max-width: 600px) {
    .section-support {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .section-support__content {
    display: flex;
    flex-direction: column;
    max-width: 652px;
    margin-left: auto; }
    @media (max-width: 804px) {
      .section-support__content {
        margin-left: 70px; } }
    @media (max-width: 600px) {
      .section-support__content {
        margin-left: 0; } }
  .section-support__title {
    text-align: left;
    color: #05554a;
    margin-bottom: 50px; }
    @media (max-width: 600px) {
      .section-support__title {
        margin-bottom: 70px; } }
  .section-support__items {
    display: flex;
    flex-direction: column; }
  .section-support__item {
    position: relative;
    margin-bottom: 43px; }
    @media (max-width: 600px) {
      .section-support__item {
        margin-bottom: 70px; } }
  @media (max-width: 600px) {
    .section-support__item:last-child {
      margin-bottom: 0px; } }
  .section-support__item::before {
    position: absolute;
    content: "";
    left: -90px;
    top: 5px;
    width: 57px;
    height: 28px;
    background-size: 57px 28px;
    background-image: url("../images/support/stars.svg");
    background-repeat: no-repeat; }
    @media (max-width: 600px) {
      .section-support__item::before {
        left: 0;
        top: -35px; } }
  .section-support__item-text {
    font-family: "Nunito-Light";
    font-weight: 300; }
    @media (max-width: 600px) {
      .section-support__item-text {
        font-size: 17px; } }
    .section-support__item-text span {
      font-family: "Nunito-SemiBold";
      font-weight: 600; }
  .section-support__btn {
    display: block;
    width: 392px;
    margin-top: 20px; }
    @media (max-width: 600px) {
      .section-support__btn {
        margin-top: 50px;
        width: 280px; } }

.section-tools {
  padding-top: 90px;
  padding-bottom: 115px;
  position: relative;
  z-index: 100;
  color: #05554a; }
  @media (max-width: 600px) {
    .section-tools {
      padding-top: 50px;
      padding-bottom: 100px; } }
  .section-tools__img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1; }
    @media (max-width: 1300px) {
      .section-tools__img {
        width: 500px;
        height: 754px; } }
    @media (max-width: 1060px) {
      .section-tools__img {
        width: 300px;
        height: 452px; } }
    @media (max-width: 922px) {
      .section-tools__img {
        display: none; } }
    @media (max-width: 600px) {
      .section-tools__img {
        width: 100px;
        height: 150px;
        display: block; } }
  .section-tools__title {
    max-width: 865px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px; }
    @media (max-width: 600px) {
      .section-tools__title {
        margin-bottom: 25px; } }
  .section-tools__text {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 600px) {
      .section-tools__text {
        margin-bottom: 25px;
        font-size: 18px; } }
  .section-tools__text2 {
    font-family: "Nunito-Light";
    font-weight: 300;
    margin-top: 80px;
    font-size: 22px;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 115px; }
    @media (max-width: 600px) {
      .section-tools__text2 {
        margin-top: 30px;
        margin-bottom: 50px;
        font-size: 18px; } }
    .section-tools__text2 span {
      font-family: "Nunito-SemiBold";
      font-weight: 600; }
  .section-tools__content {
    max-width: 650px;
    margin-left: auto; }
    @media (max-width: 758px) {
      .section-tools__content {
        margin-left: 80px; } }
    @media (max-width: 600px) {
      .section-tools__content {
        margin-left: 0; } }
  .section-tools__content-title {
    text-align: left;
    margin-bottom: 90px; }
    @media (max-width: 600px) {
      .section-tools__content-title {
        margin-bottom: 70px;
        text-align: center; } }
  .section-tools__items {
    display: flex;
    flex-direction: column; }
  .section-tools__item-text {
    position: relative;
    margin-bottom: 50px; }
    @media (max-width: 600px) {
      .section-tools__item-text {
        font-size: 16px;
        text-align: center;
        margin-bottom: 60px; } }
    .section-tools__item-text span {
      font-family: "Nunito-Bold";
      font-weight: 700; }
  .section-tools__item-text:last-child {
    margin-bottom: 0; }
  .section-tools__item-text::before {
    position: absolute;
    content: "";
    left: -65px;
    top: 0px;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    background-image: url("../images/tools/select.svg");
    background-repeat: no-repeat; }
    @media (max-width: 600px) {
      .section-tools__item-text::before {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        top: -35px;
        left: 50%;
        transform: translateX(-50%); } }

.tools-slider {
  box-shadow: 0px 13px 53.6px 3.4px rgba(0, 0, 0, 0.14);
  width: 100%; }
  .tools-slider__item {
    width: 100%;
    height: 551px;
    border-radius: 10px;
    box-shadow: 0px 13px 53.6px 3.4px rgba(0, 0, 0, 0.14);
    background-color: #fff;
    padding: 32px 65px 31px 53px;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1060px) {
      .tools-slider__item {
        flex-direction: column;
        height: 800px; } }
    @media (max-width: 600px) {
      .tools-slider__item {
        padding: 20px 20px 20px 20px;
        height: 520px; } }
  .tools-slider__info {
    margin-top: 43px;
    display: flex;
    flex-direction: column;
    margin-left: 29px; }
    @media (max-width: 1060px) {
      .tools-slider__info {
        margin-left: 0;
        margin-top: 0; } }
  @media (max-width: 1060px) {
    .tools-slider__img {
      width: fit-content;
      order: 1;
      margin-top: 30px; } }
  @media (max-width: 600px) {
    .tools-slider__img {
      margin-top: 10px; } }
  .tools-slider__info-number {
    margin-bottom: 56px;
    font-size: 28px;
    font-family: "Nunito-SemiBold";
    font-weight: 600; }
    @media (max-width: 1060px) {
      .tools-slider__info-number {
        margin-bottom: 30px; } }
    @media (max-width: 600px) {
      .tools-slider__info-number {
        font-size: 22px;
        margin-bottom: 10px; } }
  .tools-slider__info-title {
    margin-bottom: 30px;
    font-size: 24px;
    font-family: "Nunito-SemiBold";
    font-weight: 600; }
    @media (max-width: 600px) {
      .tools-slider__info-title {
        font-size: 18px;
        margin-bottom: 10px; } }
  .tools-slider__info-text {
    font-family: "Nunito-Light";
    font-weight: 300; }
    @media (max-width: 600px) {
      .tools-slider__info-text {
        font-size: 17px; } }
  .tools-slider .slick-arrow {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 600px) {
      .tools-slider .slick-arrow {
        width: 45px;
        height: 45px;
        top: 73%; } }
  .tools-slider .slick-prev {
    left: -15px; }
  .tools-slider .slick-next {
    right: -15px; }

.section-end {
  background: #05554a;
  position: relative;
  padding-bottom: 93px;
  z-index: 100;
  background-image: url("../images/end/end-bg.png");
  background-repeat: no-repeat;
  background-position: right; }
  @media (min-width: 1930px) {
    .section-end {
      background-position: right; } }
  @media (max-width: 1064px) {
    .section-end {
      background-position: inherit; } }
  .section-end__title {
    text-align: left;
    color: #fff;
    max-width: 700px;
    margin-bottom: 100px; }
    @media (max-width: 600px) {
      .section-end__title {
        margin-bottom: 30px; } }
  .section-end__content {
    display: flex; }
    @media (max-width: 1318px) {
      .section-end__content {
        margin-left: 80px; } }
    @media (max-width: 1044px) {
      .section-end__content {
        flex-direction: column; } }
    @media (max-width: 600px) {
      .section-end__content {
        margin-left: 40px; } }
  .section-end__info {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-right: 95px; }
    @media (max-width: 1044px) {
      .section-end__info {
        margin-right: 0;
        margin-bottom: 110px; } }
    @media (max-width: 600px) {
      .section-end__info {
        margin-bottom: 80px; } }
  .section-end__info::before {
    position: absolute;
    content: "";
    left: -52px;
    top: -30px;
    width: 2px;
    height: 464px;
    background-image: url("../images/end/line.png");
    background-repeat: no-repeat; }
    @media (max-width: 600px) {
      .section-end__info::before {
        left: -34px;
        width: 2px;
        height: 410px;
        background-size: 2px 410px;
        top: -25px; } }
  .section-end__text {
    position: relative;
    max-width: 394px;
    margin-bottom: 54px; }
    @media (max-width: 600px) {
      .section-end__text {
        font-size: 17px;
        margin-bottom: 30px; } }
    .section-end__text span {
      font-family: "Nunito-Bold";
      font-weight: 700; }
  .section-end__text::before {
    position: absolute;
    content: "";
    left: -65px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 31px;
    background-size: 30px 31px;
    background-image: url("../images/end/circle.png");
    background-repeat: no-repeat; }
    @media (max-width: 600px) {
      .section-end__text::before {
        width: 25px;
        height: 26px;
        background-size: 25px 26px;
        left: -45px; } }
  .section-end__text:nth-child(2) {
    margin-bottom: 64px; }
    @media (max-width: 600px) {
      .section-end__text:nth-child(2) {
        margin-bottom: 30px; } }
  .section-end__text:last-child {
    margin-bottom: 75px; }
    @media (max-width: 600px) {
      .section-end__text:last-child {
        margin-bottom: 30px; } }
  .section-end__item {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 284px; }
  .section-end__item::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 428px;
    height: 123px;
    background-image: url("../images/end/rectangle.png");
    background-repeat: no-repeat; }
    @media (max-width: 600px) {
      .section-end__item::after {
        width: 320px;
        height: 105px;
        background-size: 320px 105px;
        left: 47%; } }
  .section-end__item::before {
    position: absolute;
    content: "";
    right: -160px;
    bottom: -55px;
    width: 240px;
    height: 53px;
    background-image: url("../images/end/arrow.png");
    background-repeat: no-repeat; }
    @media (max-width: 1044px) {
      .section-end__item::before {
        content: none; } }
  .section-end__item-title {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Nunito-SemiBold";
    font-weight: 600; }
    @media (max-width: 600px) {
      .section-end__item-title {
        font-size: 16px; } }
  .section-end__item-text {
    font-family: "Nunito-Light";
    font-weight: 300;
    line-height: 1.2;
    font-size: 18px; }
    @media (max-width: 600px) {
      .section-end__item-text {
        font-size: 16px; } }
  .section-end .form {
    height: 556px;
    max-width: 440px;
    position: relative; }
    @media (max-width: 1044px) {
      .section-end .form {
        margin-left: -30px; } }
    @media (max-width: 600px) {
      .section-end .form {
        height: auto;
        margin-left: -40px; } }
  .section-end .form::after {
    position: absolute;
    content: "";
    width: 105%;
    height: 105%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: -0.4px 21px 30.1px 1.9px rgba(0, 0, 0, 0.28);
    background-color: #fff;
    z-index: -1;
    opacity: 0.42; }

.form {
  border-radius: 10px;
  box-shadow: -0.4px 21px 30.1px 1.9px rgba(0, 0, 0, 0.28);
  background-image: linear-gradient(to top, #f7f7f7, #f8f8f8);
  padding: 48px 44px 45px 44px; }
  @media (max-width: 600px) {
    .form {
      padding: 20px 15px 20px 15px; } }
  .form__field {
    display: flex;
    flex-direction: column; }
  .form__input {
    max-width: 351px;
    height: 81px;
    background: #efefef;
    border-radius: 50px;
    padding: 5px 13px 5px 80px;
    color: #807d7d;
    margin-bottom: 16px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 12% center;
    border: none;
    font-family: "Nunito-LightItalic";
    font-weight: 300;
    font-size: 20px; }
    @media (max-width: 600px) {
      .form__input {
        font-size: 14px;
        height: 45px;
        margin-bottom: 20px;
        padding: 5px 10px 5px 60px;
        background-position: 8% center; } }
  .form__input:focus {
    color: black; }
  .form__input.validate {
    border: 1px solid red;
    color: red; }
  .form__input-phone {
    background-image: url("../images/form/phone.svg"); }
    @media (max-width: 600px) {
      .form__input-phone {
        background-size: 20px 22px; } }
  .form__input-email {
    background-image: url("../images/form/message.svg"); }
    @media (max-width: 600px) {
      .form__input-email {
        background-size: 22px 24px; } }
  .form__input-name {
    background-image: url("../images/form/name.svg"); }
    @media (max-width: 600px) {
      .form__input-name {
        background-size: 17px 30px; } }
  .form__btn {
    max-width: 351px;
    width: 351px;
    margin-bottom: 20px; }
    @media (max-width: 600px) {
      .form__btn {
        height: 45px;
        width: 100%; } }
  .form__text {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
    font-size: 14px;
    font-family: "Nunito-Light";
    font-weight: 300;
    color: #303233;
    text-align: center; }
    .form__text a {
      text-decoration: underline; }
  .form__checkbox {
    display: flex; }
    .form__checkbox img {
      width: 26px;
      height: 25px;
      margin-top: -2px; }
  .form .politicy {
    color: #05554a;
    text-decoration: underline; }

.slick-dots {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center; }
  .slick-dots li {
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background: #e8ebf1;
    border-radius: 50%;
    cursor: pointer; }
  .slick-dots li:last-child {
    margin-right: 0; }
  .slick-dots li button {
    font-size: 0;
    background: none;
    border: none; }

.slick-dots .slick-active {
  width: 15px;
  height: 15px;
  background: linear-gradient(93.07deg, #5fb8f8 2.55%, #6fc0fb 46.79%, #81caff 81%, #6bbbff 99.22%); }

.slick-arrow {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  z-index: 5; }

.slick-prev {
  left: 50px; }

.slick-next {
  right: 50px; }

.footer {
  background: #ffffff;
  padding: 27px 0 34px;
  color: #05554a; }
  .footer__content {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 880px) {
      .footer__content {
        flex-direction: column;
        align-items: center; } }
  .footer__contacts {
    font-size: 13px;
    display: flex;
    flex-direction: column; }
    @media (max-width: 880px) {
      .footer__contacts {
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        text-align: center; } }
  .footer__contacts-copyright {
    margin-bottom: 35px; }
    @media (max-width: 880px) {
      .footer__contacts-copyright {
        margin-bottom: 20px; } }
  .footer__contacts-info {
    margin-bottom: 15px; }
  .footer__location {
    display: flex;
    align-items: center; }
    .footer__location img {
      width: 28px;
      height: 30px; }
  .footer__location-icon {
    margin-right: 4px; }
  .footer__social-logo {
    display: block;
    margin-bottom: 38px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 880px) {
      .footer__social-logo {
        margin-bottom: 20px; } }
  .footer__social-icons {
    display: flex;
    justify-content: center;
    align-items: center; }
  .footer__social-icon {
    margin-right: 6px; }
    .footer__social-icon img {
      width: 27px;
      height: 27px; }
  .footer__social-icon:last-child {
    margin-right: 0px; }
  .footer__end {
    display: flex;
    flex-direction: column; }
    @media (max-width: 880px) {
      .footer__end {
        justify-content: center;
        align-items: center;
        margin-top: 20px; } }
  .footer__phone {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
  .footer__phone-icon {
    width: 18px;
    height: 20px;
    margin-right: 10px; }
    @media (max-width: 600px) {
      .footer__phone-icon {
        display: none; } }
  .footer__phone-icon:hover img {
    transform: rotate(15deg); }
  .footer__phone-content {
    display: flex;
    flex-direction: column; }
    .footer__phone-content a {
      line-height: 1.2;
      font-family: "Nunito-Bold";
      font-size: 18px;
      margin-bottom: 2px; }
    .footer__phone-content span {
      font-family: "Nunito-Light";
      font-weight: 300;
      text-align: center;
      font-size: 13px; }
  .footer__franchising {
    display: flex;
    align-items: center; }
  .footer__franchising-icon {
    margin-right: 5px; }
    .footer__franchising-icon img {
      width: 30px;
      height: 38px; }
  .footer__franchising-text {
    font-size: 13px; }
  .footer__politics-text {
    font-family: "Nunito-Regular";
    font-weight: 400;
    text-decoration: underline;
    font-size: 13px;
    margin-top: 24px; }

.thanks-wrapper {
  background: #05554a;
  background-image: url("../images/thanks/thanks-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 600px) {
    .thanks-wrapper {
      background-position: top; } }

.thanks-main {
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }
  @media (max-width: 1350px) {
    .thanks-main {
      background-position: bottom; } }

.section-thanks {
  position: relative;
  z-index: 100;
  padding-top: 64px;
  padding-bottom: 94px;
  display: table-cell;
  float: none;
  height: 100%; }
  @media (max-width: 600px) {
    .section-thanks {
      padding: 30px 0 30px; } }
  .section-thanks__container {
    height: 100%; }
  .section-thanks__content {
    height: 100%;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .section-thanks__founder-img {
    position: absolute;
    right: -150px;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 1350px) {
      .section-thanks__founder-img {
        position: relative;
        right: auto;
        top: auto;
        transform: translateY(0%);
        margin-top: 40px;
        width: 495px; } }
    @media (max-width: 600px) {
      .section-thanks__founder-img {
        width: 300px; }
        .section-thanks__founder-img img {
          width: 300px; } }
  .section-thanks__founder-item {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%) skew(-20deg);
    color: #05554a;
    width: 412px;
    padding: 12px 20px 13px 32px;
    border-radius: 10px;
    background-color: #fff; }
    @media (max-width: 600px) {
      .section-thanks__founder-item {
        width: 300px;
        padding: 10px 10px 10px 10px; } }
  .section-thanks__founder-title {
    transform: skew(20deg);
    display: block;
    font-size: 18px;
    font-family: "Nunito-Italic";
    font-weight: 400; }
    @media (max-width: 600px) {
      .section-thanks__founder-title {
        font-size: 16px;
        text-align: center; } }
    .section-thanks__founder-title span {
      font-family: "Nunito-BoldItalic";
      font-weight: 700; }
  .section-thanks__title {
    font-size: 42px;
    font-family: "BerlingskeSerif-SemiBold";
    font-weight: 600x;
    max-width: 660px;
    margin-bottom: 39px; }
    @media (max-width: 600px) {
      .section-thanks__title {
        font-size: 22px;
        margin-bottom: 20px; } }
  .section-thanks .thanks-name {
    text-transform: uppercase;
    font-family: "BerlingskeSerif-ExtraBold";
    font-weight: 800; }
  .section-thanks__suptitle {
    font-family: "Nunito-Light";
    font-weight: 300;
    font-size: 21px;
    margin-bottom: 36px; }
    @media (max-width: 600px) {
      .section-thanks__suptitle {
        font-size: 18px;
        margin-bottom: 20px; } }
  .section-thanks__schedule {
    display: flex;
    margin-bottom: 43px; }
    @media (max-width: 600px) {
      .section-thanks__schedule {
        flex-direction: column;
        margin-bottom: 20px; } }
  .section-thanks__schedule-item {
    padding: 37px 20px 30px 21px;
    width: 278px;
    height: 140px;
    margin-right: 14px;
    display: flex;
    border-radius: 10px;
    border: solid 1px #fff; }
    @media (max-width: 600px) {
      .section-thanks__schedule-item {
        padding: 10px 15px 10px 15px;
        height: auto; } }
  .section-thanks__schedule-item:last-child {
    margin-right: 0; }
    @media (max-width: 600px) {
      .section-thanks__schedule-item:last-child {
        margin-top: 20px; } }
    .section-thanks__schedule-item:last-child .section-thanks__schedule-img {
      width: 24px;
      height: 37px;
      margin-right: 26px; }
  .section-thanks__schedule-item:first-child .section-thanks__schedule-img {
    width: 37px;
    height: 37px;
    margin-right: 16px; }
  .section-thanks__schedule-item:first-child .section-thanks__schedule-text {
    max-width: 125px; }
  .section-thanks__schedule-text {
    font-family: "Nunito-Light";
    font-size: 16px; }
    .section-thanks__schedule-text span {
      font-family: "Nunito-SemiBold";
      font-weight: 600; }
  .section-thanks__text {
    font-family: "BerlingskeSerif-Regular";
    font-size: 26px;
    margin-bottom: 30px; }
    @media (max-width: 600px) {
      .section-thanks__text {
        font-size: 20px;
        margin-bottom: 20px; } }
  .section-thanks__social-items {
    display: flex; }
    @media (max-width: 844px) {
      .section-thanks__social-items {
        flex-direction: column; } }
  .section-thanks__social-item {
    display: flex;
    flex-direction: column; }
  .section-thanks__social-text {
    font-size: 18px;
    font-family: "Nunito-Light"; }
    @media (max-width: 600px) {
      .section-thanks__social-text {
        font-size: 16px; } }
  @media (max-width: 844px) {
    .section-thanks__social-item1 {
      order: 2; } }
  .section-thanks__social-item1 .section-thanks__social-text {
    margin-right: 11px; }
    @media (max-width: 600px) {
      .section-thanks__social-item1 .section-thanks__social-text {
        max-width: 160px; } }
  .section-thanks__social-item1 .section-thanks__social-icon {
    margin-left: 10px; }
    .section-thanks__social-item1 .section-thanks__social-icon img {
      width: 27px;
      height: 27px; }
  @media (max-width: 844px) {
    .section-thanks__social-item2 {
      order: 1;
      margin-bottom: 40px; } }
  @media (max-width: 600px) {
    .section-thanks__social-item2 {
      margin-bottom: 15px; } }
  .section-thanks__social-item2 .section-thanks__social-text {
    margin-right: 16px; }
  .section-thanks__social-info {
    display: flex;
    margin-bottom: 47px; }
    @media (max-width: 600px) {
      .section-thanks__social-info {
        margin-bottom: 20px; } }
  .section-thanks__social-brand {
    display: flex;
    margin-top: 52px; }
    @media (max-width: 600px) {
      .section-thanks__social-brand {
        margin-top: 20px; } }
  .section-thanks__main-link {
    font-family: "Nunito-Light";
    font-weight: 300;
    font-size: 18px;
    text-decoration: underline;
    margin-right: 132px; }
    @media (max-width: 600px) {
      .section-thanks__main-link {
        margin-right: 0;
        font-size: 16px; } }

.header-thanks {
  background: #05554a;
  padding: 24px 0 9px; }

.modal-phone {
  cursor: pointer; }

.popup {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  overflow: auto;
  transition: opacity 0.5s linear;
  pointer-events: none;
  visibility: hidden;
  opacity: 0; }

.popup.is-active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1; }

.popup__wrapper {
  display: table;
  width: 100%;
  height: 100%; }

.popup__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0; }

.popup__content {
  background-color: #fff;
  padding: 110px 20px;
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  border-radius: 20px; }

.btn-close {
  border: none;
  cursor: pointer;
  background: none;
  padding: 0;
  width: 50px;
  height: 50px;
  transition: transform 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: -45px;
  right: -15px; }
  @media (max-width: 600px) {
    .btn-close {
      top: -40px; } }

.btn-close::before,
.btn-close::after {
  content: "";
  background-color: #fff;
  height: 25px;
  width: 3px;
  position: absolute;
  border-radius: 10px;
  top: 8px; }

.btn-close::before {
  transform: rotate(45deg); }

.btn-close::after {
  transform: rotate(-45deg); }

.btn-close:hover {
  transform: scale(1.1); }

.btn-close:active {
  transform: scale(0.9);
  opacity: 0.8; }

.mobile-btn {
  display: none; }
  @media (max-width: 600px) {
    .mobile-btn {
      display: block;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      padding: 10px 10px;
      margin-top: 30px;
      font-size: 14px;
      line-height: 20px;
      height: 68px;
      width: 100%; } }

.popup-presentation__content {
  padding: 8px 8px 8px 8px;
  border-radius: 15px;
  box-shadow: -0.4px 21px 30.1px 1.9px rgba(0, 0, 0, 0.28);
  background-color: #fff;
  max-width: 944px;
  position: relative; }
  @media (max-width: 976px) {
    .popup-presentation__content {
      max-width: 500px; } }
  @media (max-width: 600px) {
    .popup-presentation__content {
      max-width: 300px; } }
.popup-presentation__item {
  padding: 60px 33px 60px 58px;
  display: flex;
  justify-content: space-between;
  border: 2px solid #dedede;
  border-radius: 15px; }
  @media (max-width: 976px) {
    .popup-presentation__item {
      flex-direction: column;
      padding: 20px 30px 20px 30px; } }
.popup-presentation__title {
  font-family: "BerlingskeSerif-Regular";
  font-weight: 400;
  font-size: 26px;
  color: #05554a;
  max-width: 395px; }
  .popup-presentation__title span {
    font-family: "BerlingskeSerif-SemiBold";
    font-weight: 600; }
  @media (max-width: 976px) {
    .popup-presentation__title {
      margin-bottom: 15px;
      max-width: 100%;
      margin-right: 0px;
      text-align: center; } }
  @media (max-width: 600px) {
    .popup-presentation__title {
      font-size: 18px; } }
.popup-presentation__img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 551px;
  height: 365px;
  z-index: 100; }
  @media (max-width: 976px) {
    .popup-presentation__img {
      display: none; } }
.popup-presentation__form {
  max-width: 351px;
  width: 351px;
  border: none;
  padding: 0 0 0 0;
  box-shadow: none;
  background: none; }
  @media (max-width: 976px) {
    .popup-presentation__form {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 976px) {
    .popup-presentation__form {
      width: 100%; } }
.popup-presentation__form-field {
  flex-direction: column;
  width: 100%; }
  @media (max-width: 1160px) {
    .popup-presentation__form-field {
      max-width: 100%;
      width: 100%; } }
  .popup-presentation__form-field input {
    margin-right: 0;
    margin-bottom: 16px;
    max-width: 100%;
    width: 100%; }
    @media (max-width: 1160px) {
      .popup-presentation__form-field input {
        max-width: 100%;
        width: 100%; } }
    @media (max-width: 600px) {
      .popup-presentation__form-field input {
        height: 45px;
        padding: 5px 10px 5px 50px; } }
  .popup-presentation__form-field .form__btn {
    width: 100%;
    max-width: 100%;
    height: 81px;
    margin-bottom: 24px; }
    @media (max-width: 600px) {
      .popup-presentation__form-field .form__btn {
        height: 45px;
        margin-bottom: 15px;
        padding: 5px 0px;
        font-size: 12px; } }
@media (max-width: 600px) {
  .popup-presentation .form__checkbox {
    width: 110%;
    margin-left: -10px; } }
@media (max-width: 600px) {
  .popup-presentation .form__text {
    text-align: left; }
    .popup-presentation .form__text .politicy {
      text-align: left; } }

.popup-exit .popup-presentation__content {
  z-index: 100; }
.popup-exit .popup-presentation__title {
  max-width: 368px; }
  @media (max-width: 976px) {
    .popup-exit .popup-presentation__title {
      margin-right: 0;
      max-width: 100%; } }
.popup-exit .popup-presentation__img {
  width: 944px;
  height: 600px;
  z-index: -1; }

.popup-phone .popup-presentation__content {
  z-index: 100; }
.popup-phone .popup-presentation__title {
  max-width: 325px; }
  @media (max-width: 976px) {
    .popup-phone .popup-presentation__title {
      margin-right: 0;
      max-width: 100%; } }
.popup-phone .popup-presentation__img {
  width: 944px;
  height: 599px;
  z-index: -1; }

.popup-politicy__content::after {
  content: none; }
.popup-politicy__content {
  padding: 10px 10px 10px 10px; }
  @media (max-width: 600px) {
    .popup-politicy__content {
      width: 100%;
      max-width: 100%; } }
@media (max-width: 600px) {
  .popup-politicy__content .btn-close {
    right: -5px;
    top: -37px; } }
.popup-politicy .politicy-close {
  height: 45px;
  margin-top: 15px;
  padding: 5px 15px; }

.priv-policy {
  position: relative;
  max-width: 760px;
  padding: 24px 44px;
  background-color: white;
  color: black;
  font-size: 16px; }
  @media (max-width: 770px) {
    .priv-policy {
      padding: 20px 15px; } }
  @media (max-width: 600px) {
    .priv-policy {
      font-size: 14px; } }

.priv-policy_modal {
  margin: 40px auto; }
  @media (max-width: 976px) {
    .priv-policy_modal {
      margin: 20px auto; } }
  @media (max-width: 770px) {
    .priv-policy_modal {
      margin: 20px auto; } }

.priv-policy__title {
  padding-bottom: 35px;
  text-align: center;
  font-family: "Nunito-Bold"; }

.priv-policy__subtitle,
.priv-policy__text {
  font-family: "Nunito-Bold";
  margin-bottom: 5px; }

.priv-policy__list {
  padding-left: 25px;
  list-style: none; }

.priv-policy__item {
  padding-bottom: 5px; }

.preload__box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100; }

.preload__box .flex {
  width: 100%;
  height: 100%; }

@media (max-width: 600px) {
  .irs--flat .irs-line {
    height: 8px; } }

.irs {
  width: 100%;
  height: 8px; }

.irs--flat .irs-line {
  border-radius: 10px; }

.irs-line {
  border-radius: 10px; }

.irs--flat .irs-bar {
  margin-left: 5px;
  top: 30px;
  height: 14px;
  background-image: -moz-linear-gradient(90deg, #9cb1a4 0%, #0a6458 100%);
  background-image: -webkit-linear-gradient(90deg, #9cb1a4 0%, #0a6458 100%);
  background-image: -ms-linear-gradient(90deg, #9cb1a4 0%, #0a6458 100%);
  background-color: rgba(51, 51, 51, 0);
  box-shadow: inset 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.46);
  background: linear-gradient(to bottom, #66c2b7, #8daea4);
  border-radius: 15px;
  cursor: pointer; }
  @media (max-width: 600px) {
    .irs--flat .irs-bar {
      top: 25px;
      height: 10px; } }

.irs--flat .irs-line {
  top: 25px;
  height: 24px;
  box-shadow: inset 0.5px 0.9px 3px 0 rgba(0, 0, 0, 0.46);
  background-image: linear-gradient(to top, #c2c2c2, #dbdbdb);
  border-radius: 15px;
  border: 5px solid #dcdcdc;
  opacity: 0.6; }
  @media (max-width: 600px) {
    .irs--flat .irs-line {
      height: 20px;
      border: 4px solid #dcdcdc;
      top: 20px; } }

.irs-single {
  display: none; }

.irs-max,
.irs-min {
  display: none; }

.irs--flat .irs-handle {
  cursor: pointer;
  width: 33px;
  height: 33px;
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.32), inset 0px 1px 0 0 #fff;
  background: linear-gradient(to top, #d5d5d5, #f6f6f6);
  border-radius: 50%;
  top: 11px;
  position: relative; }
  @media (max-width: 600px) {
    .irs--flat .irs-handle {
      top: 6px;
      width: 30px;
      height: 30px; } }

.irs--flat .irs-handle::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 19px;
  background: #c4c4c4;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.004), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
  border-radius: 50%; }
  @media (max-width: 600px) {
    .irs--flat .irs-handle::after {
      width: 17px;
      height: 17px; } }

.irs-handle:hover::after {
  width: 21px;
  height: 21px; }

.irs--flat .irs-handle > i:first-child {
  display: none; }

.irs-grid {
  position: absolute;
  display: none;
  top: 60px;
  left: 0;
  width: 100%;
  height: 20px; }
  @media (max-width: 600px) {
    .irs-grid {
      top: 50px; } }

.irs-grid-text {
  color: #05554a;
  font-size: 16px;
  font-family: "Nunito-Regular";
  font-weight: 400; }
  @media (max-width: 600px) {
    .irs-grid-text {
      font-size: 14px; } }

.irs--flat .irs-grid-text {
  color: #05554a; }

.irs--flat .irs-grid-pol {
  display: none; }

.animate__fadeIn {
  animation-delay: 0.3s; }

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*# sourceMappingURL=style.css.map */
