@font-face {
  font-family: "Gilroy-Italic";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Gilroy/Gilroy-RegularItalic.ttf"); }
@font-face {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Gilroy/Gilroy-Regular.ttf"); }
@font-face {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Gilroy/Gilroy-Medium.ttf"); }
@font-face {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Gilroy/Gilroy-Semibold.ttf"); }
@font-face {
  font-family: "Gilroy-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Gilroy/Gilroy-Bold.ttf"); }
@font-face {
  font-family: "Gilroy-Extrabold";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Gilroy/Gilroy-Extrabold.ttf"); }
@font-face {
  font-family: "Nunito-Light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Nunito-Light.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: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #231f20; }
  @media (max-width: 600px) {
    html,
    body {
      font-size: 16px;
      line-height: 20px; } }

.wrapper {
  min-height: 100%; }

.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 30px; }
  @media (max-width: 600px) {
    .container {
      padding: 0 0 0 0;
      width: 300px; } }

.thanks-main {
  flex-grow: 1; }

.footer-thanks {
  flex-shrink: 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: 18px;
  line-height: 22px;
  color: #fff;
  letter-spacing: 0.179478px;
  font-family: "Gilroy-SemiBold";
  font-weight: 600;
  height: 70px;
  background: linear-gradient(92.32deg, #ff0000 0%, #a222cf 100%);
  box-shadow: 0px 0px 15px rgba(51, 28, 69, 0.2);
  border-radius: 7px;
  padding: 10px 20px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 600px) {
    .button {
      padding: 5px 10px;
      font-size: 16px;
      line-height: 20px;
      height: 55px; } }

.button:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.29), rgba(255, 255, 255, 0.29)), linear-gradient(92.32deg, #ff0000 0%, #a222cf 100%);
  box-shadow: 0px 0px 15px rgba(51, 28, 69, 0.2);
  border-radius: 7px; }

.button:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.29)), linear-gradient(92.32deg, #ff0000 0%, #a222cf 100%);
  box-shadow: 0px 0px 15px rgba(51, 28, 69, 0.2);
  border-radius: 7px; }

.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; }

@media (max-width: 600px) {
  .desktop-br {
    display: none; } }

.mobile-br {
  display: none; }
  @media (max-width: 600px) {
    .mobile-br {
      display: block; } }

.section-title {
  color: #2b2a29;
  font-family: "Gilroy-Bold";
  font-weight: 700;
  font-size: 40px;
  line-height: 50px; }
  @media (max-width: 600px) {
    .section-title {
      font-size: 24px;
      line-height: 32px; } }

.section-title__block {
  position: relative;
  color: #2b2a29; }

.section-title__block::before {
  position: absolute;
  content: "";
  background: #fecc00;
  padding: 5px;
  border-radius: 7px;
  left: -8px;
  top: 0;
  width: 103%;
  height: 102%;
  z-index: -1; }

.section-suptitle {
  color: #a7a7a7;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Gilroy-Medium";
  font-weight: 500;
  font-size: 23px;
  line-height: 28px; }
  @media (max-width: 600px) {
    .section-suptitle {
      font-size: 18px;
      line-height: 22px; } }

.section-suptitle__span {
  color: #231f20; }

.header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .header__text {
    color: rgba(255, 255, 255, 0.64); }
    @media (max-width: 980px) {
      .header__text {
        display: none; } }
  .header__phone {
    display: flex;
    align-items: center; }
  .header__phone-icon {
    width: 19px;
    height: 19px; }
    @media (max-width: 600px) {
      .header__phone-icon {
        display: none; } }
  .header__phone-icon:hover img {
    transform: rotate(15deg); }
  .header__phone-content {
    color: #fff;
    display: flex;
    flex-direction: column; }
    .header__phone-content a {
      font-family: "Gilroy-SemiBold";
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 3px; }
      @media (max-width: 600px) {
        .header__phone-content a {
          font-size: 16px;
          line-height: 19px;
          margin-bottom: 0px; } }
    .header__phone-content span {
      font-size: 16px;
      line-height: 19px;
      text-align: center;
      text-decoration: underline; }
      @media (max-width: 600px) {
        .header__phone-content span {
          font-size: 14px;
          line-height: 17px; } }
  .header .logo img {
    width: 165px;
    height: auto; }
    @media (max-width: 600px) {
      .header .logo img {
        width: 120px; } }

.section-top {
  position: relative;
  background-image: url("../images/top/top-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 34px;
  padding-bottom: 54px;
  z-index: 100; }
  .section-top .mobile-br2 {
    display: none; }
    @media (max-width: 700px) {
      .section-top .mobile-br2 {
        display: block; } }
  @media (max-width: 600px) {
    .section-top {
      padding-top: 15px;
      padding-bottom: 54px; } }
  .section-top__title {
    margin-top: 74px;
    color: #fff;
    margin-bottom: 37px;
    max-width: 822px;
    font-size: 46px;
    line-height: 57px;
    font-family: "Gilroy-Bold";
    font-weight: 700; }
    @media (max-width: 848px) {
      .section-top__title {
        font-size: 36px;
        line-height: 47px;
        margin-bottom: 25px; } }
    @media (max-width: 600px) {
      .section-top__title {
        font-size: 22px;
        line-height: 28px;
        margin-top: 20px;
        margin-bottom: 10px; } }
  .section-top__title-block {
    color: #2b2a29;
    text-transform: uppercase;
    font-family: "Gilroy-Extrabold";
    font-weight: 800;
    position: relative; }
  .section-top__title-block::before {
    position: absolute;
    content: "";
    background: #fecc00;
    padding: 5px;
    border-radius: 7px;
    left: -8px;
    top: 0;
    width: 103%;
    height: 102%;
    z-index: -1; }
    @media (max-width: 848px) {
      .section-top__title-block::before {
        left: -4px;
        width: 99%; } }
  .section-top__title2 {
    color: #fecc00; }
  .section-top__suptitle {
    color: #fff;
    max-width: 760px;
    margin-bottom: 50px;
    font-size: 25px;
    line-height: 31px;
    font-family: "Gilroy-SemiBold";
    font-weight: 600; }
    @media (max-width: 848px) {
      .section-top__suptitle {
        font-size: 22px;
        line-height: 28px; } }
    @media (max-width: 600px) {
      .section-top__suptitle {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px; } }
  .section-top__items {
    display: flex;
    flex-wrap: wrap; }
  .section-top__item {
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 56px; }
    @media (max-width: 600px) {
      .section-top__item {
        margin-bottom: 15px; } }
  .section-top__item:first-child {
    max-width: 238px;
    margin-right: 80px; }
    @media (max-width: 600px) {
      .section-top__item:first-child {
        margin-right: 0; } }
  .section-top__item:nth-child(2) {
    max-width: 315px;
    margin-right: 47px; }
    @media (max-width: 600px) {
      .section-top__item:nth-child(2) {
        margin-right: 0; } }
  .section-top__item:last-child {
    max-width: 270px; }
    @media (max-width: 600px) {
      .section-top__item:last-child {
        margin-bottom: 0; } }
  .section-top__item-icon {
    margin-right: 15px; }
    @media (max-width: 600px) {
      .section-top__item-icon {
        width: 55px;
        height: 55px;
        margin-top: 5px; } }
  .section-top__item-text {
    font-family: "Gilroy-SemiBold";
    font-size: 20px;
    line-height: 24px; }
    @media (max-width: 600px) {
      .section-top__item-text {
        font-size: 16px;
        line-height: 20px; } }
    .section-top__item-text span {
      color: #fecc00; }
  .section-top__form {
    width: 100%; }
    @media (max-width: 600px) {
      .section-top__form {
        display: none; } }
  .section-top .mobile-btn {
    margin-top: 25px; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #b7b7b7; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b7b7b7; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b7b7b7; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b7b7b7; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b7b7b7; }

::placeholder {
  /* Most modern browsers support this now. */
  color: #b7b7b7; }

input::placeholder {
  color: #b7b7b7; }

.form {
  background: #ffffff;
  border-radius: 7px;
  padding: 39px 30px 31px 30px; }
  @media (max-width: 600px) {
    .form {
      padding: 25px 20px; } }
  .form__title {
    margin-bottom: 17px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 988px;
    font-family: "Gilroy-Medium";
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 600px) {
      .form__title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 14px; } }
  .form__field {
    display: flex;
    justify-content: space-around; }
    @media (max-width: 1160px) {
      .form__field {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column; } }
  .form__input {
    background: #efefef;
    font-size: 15px;
    line-height: 24px;
    max-width: 266px;
    width: 266px;
    height: 64px;
    padding: 5px 5px 5px 40px;
    margin-right: 12px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 4% center;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    margin-bottom: 17px; }
    @media (max-width: 1250px) {
      .form__input {
        width: 220px; } }
    @media (max-width: 1160px) {
      .form__input {
        width: 100%;
        max-width: 100%;
        margin-right: 0px;
        padding: 5px 10px 5px 55px; } }
    @media (max-width: 600px) {
      .form__input {
        height: 45px;
        margin-bottom: 15px;
        padding: 5px 5px 5px 45px; } }
  .form__input:focus {
    color: black; }
  .form__input.validate {
    border: 1px solid red;
    color: red; }
  .form__input-phone {
    background-image: url("../images/form/phone.png");
    color: #b7b7b7; }
  .form__input-email {
    background-image: url("../images/form/message.png"); }
  .form__input-name {
    background-image: url("../images/form/name.png"); }
  .form__input-city {
    background-image: url("../images/form/city.png"); }
  .form__btn {
    height: 66px;
    max-width: 284px;
    width: 284px; }
    @media (max-width: 1160px) {
      .form__btn {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 100%; } }
    @media (max-width: 600px) {
      .form__btn {
        height: 50px;
        width: 100%;
        line-height: 22px;
        font-size: 16px;
        padding: 10px 10px; } }
  .form__checkbox {
    display: flex;
    align-items: center;
    justify-content: center; }
    .form__checkbox img {
      margin-right: 9px; }
    @media (max-width: 1160px) {
      .form__checkbox {
        margin-top: 25px; } }
    @media (max-width: 600px) {
      .form__checkbox {
        align-items: flex-start;
        margin-top: 20px; } }
  .form__text {
    font-size: 12px;
    line-height: 14px;
    color: rgba(82, 76, 73, 0.54); }
    @media (max-width: 1160px) {
      .form__text {
        text-align: center; } }
    @media (max-width: 600px) {
      .form__text {
        text-align: left; } }
  .form .politicy {
    font-size: 12px;
    line-height: 14px;
    color: rgba(82, 76, 73, 0.54);
    text-decoration: underline;
    background: none;
    cursor: pointer;
    padding: 0;
    margin: 0; }

.section-algorithm {
  position: relative;
  z-index: 100;
  padding-top: 93px;
  padding-bottom: 158px; }
  @media (max-width: 600px) {
    .section-algorithm {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .section-algorithm .mobile-br2 {
    display: none; }
    @media (max-width: 764px) {
      .section-algorithm .mobile-br2 {
        display: block; } }
  @media (max-width: 1000px) {
    .section-algorithm .desktop-br {
      display: none; } }
  .section-algorithm__img {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0; }
    @media (max-width: 600px) {
      .section-algorithm__img {
        display: none; } }
  .section-algorithm__title {
    text-align: center;
    margin-bottom: 26px; }
    @media (max-width: 600px) {
      .section-algorithm__title {
        margin-bottom: 15px; } }
    .section-algorithm__title span::before {
      width: 110%; }
  .section-algorithm__suptitle {
    max-width: 1026px;
    margin-bottom: 42px; }
    @media (max-width: 600px) {
      .section-algorithm__suptitle {
        margin-bottom: 20px; } }
    .section-algorithm__suptitle span {
      text-transform: uppercase;
      font-family: "Gilroy-Bold";
      font-weight: 700; }
  .section-algorithm__content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 895px; }
  .section-algorithm__text {
    position: absolute;
    color: rgba(0, 0, 0, 0.8);
    color: #2b2a29;
    font-family: "Gilroy-Medium";
    font-size: 23px;
    line-height: 28px; }
    @media (max-width: 1196px) {
      .section-algorithm__text {
        position: relative;
        width: 40%;
        margin-bottom: 35px; } }
    @media (max-width: 754px) {
      .section-algorithm__text {
        width: 100%;
        text-align: center; } }
    @media (max-width: 600px) {
      .section-algorithm__text {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 15px; } }
    .section-algorithm__text span {
      font-family: "Gilroy-Bold";
      font-weight: 700; }
  @media (max-width: 600px) {
    .section-algorithm__text::before {
      position: absolute;
      content: "";
      left: 50%;
      transform: translateX(-50%);
      bottom: -10px;
      width: 80%;
      height: 1px;
      background: #fecc00; } }
  .section-algorithm__text1 {
    max-width: 254px;
    text-align: right;
    top: 67px;
    left: -50px; }
    @media (max-width: 1196px) {
      .section-algorithm__text1 {
        left: auto;
        top: auto;
        max-width: 100%;
        text-align: left; } }
    @media (max-width: 754px) {
      .section-algorithm__text1 {
        text-align: center; } }
  .section-algorithm__text2 {
    max-width: 306px;
    text-align: right;
    top: 47%;
    transform: translateY(-50%);
    left: -149px; }
    @media (max-width: 1196px) {
      .section-algorithm__text2 {
        left: auto;
        top: auto;
        transform: translateY(0%);
        max-width: 100%; } }
    @media (max-width: 754px) {
      .section-algorithm__text2 {
        text-align: center; } }
  .section-algorithm__text3 {
    max-width: 241px;
    text-align: right;
    bottom: 101px;
    left: -41px; }
    @media (max-width: 1196px) {
      .section-algorithm__text3 {
        left: auto;
        bottom: auto;
        max-width: 100%;
        text-align: left; } }
    @media (max-width: 754px) {
      .section-algorithm__text3 {
        text-align: center; } }
  .section-algorithm__text4 {
    max-width: 269px;
    top: 71px;
    right: -40px; }
    @media (max-width: 1196px) {
      .section-algorithm__text4 {
        right: auto;
        top: auto;
        max-width: 100%;
        text-align: right; } }
    @media (max-width: 754px) {
      .section-algorithm__text4 {
        text-align: center; } }
  .section-algorithm__text5 {
    top: 46%;
    transform: translateY(-50%);
    right: -39px; }
    @media (max-width: 1196px) {
      .section-algorithm__text5 {
        right: auto;
        top: auto;
        transform: translateY(0%);
        max-width: 100%; } }
    @media (max-width: 754px) {
      .section-algorithm__text5 {
        text-align: center; } }
  .section-algorithm__text6 {
    max-width: 368px;
    bottom: 101px;
    right: -135px; }
    @media (max-width: 1196px) {
      .section-algorithm__text6 {
        right: auto;
        bottom: auto;
        max-width: 100%;
        text-align: right; } }
    @media (max-width: 754px) {
      .section-algorithm__text6 {
        text-align: center; } }
  .section-algorithm__text7 {
    max-width: 396px;
    text-align: center;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 1196px) {
      .section-algorithm__text7 {
        left: auto;
        bottom: auto;
        transform: translateX(0%);
        margin-bottom: 0; } }
  @media (max-width: 1196px) {
    .section-algorithm__desktop {
      display: none; } }
  .section-algorithm__items {
    display: none; }
    @media (max-width: 1196px) {
      .section-algorithm__items {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap; } }
    @media (max-width: 754px) {
      .section-algorithm__items {
        margin-top: 30px; } }
    @media (max-width: 600px) {
      .section-algorithm__items {
        margin-top: 20px; } }
  .section-algorithm .laptop-br {
    display: none; }
    @media (max-width: 1196px) {
      .section-algorithm .laptop-br {
        display: block; } }

.section-creation {
  position: relative;
  z-index: 101;
  background-image: url("../images/creation/creation-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 121px;
  padding-bottom: 124px;
  color: #fff; }
  @media (max-width: 850px) {
    .section-creation {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 600px) {
    .section-creation {
      padding-top: 50px;
      padding-bottom: 50px;
      background-position: center; } }
  .section-creation__title {
    text-align: center;
    margin-bottom: 13px;
    font-size: 48px;
    line-height: 59px;
    font-family: "Gilroy-Bold";
    font-weight: 700;
    text-transform: uppercase; }
    @media (max-width: 850px) {
      .section-creation__title {
        font-size: 36px;
        line-height: 48px; } }
    @media (max-width: 600px) {
      .section-creation__title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px; } }
  .section-creation__text {
    text-align: center;
    font-family: "Gilroy-Medium";
    font-size: 23px;
    line-height: 27px; }
    @media (max-width: 850px) {
      .section-creation__text {
        font-size: 20px;
        line-height: 25px; } }
    @media (max-width: 600px) {
      .section-creation__text {
        font-size: 17px;
        line-height: 21px; } }
    .section-creation__text span {
      color: #fecc00;
      font-family: "Gilroy-Bold"; }

.section-business {
  padding-top: 103px;
  padding-bottom: 170px;
  position: relative;
  z-index: 100;
  background: #231f20; }
  @media (max-width: 600px) {
    .section-business {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .section-business__img {
    position: absolute;
    z-index: -1;
    left: 0px;
    top: -52px; }
    @media (max-width: 1630px) {
      .section-business__img {
        width: 350px;
        height: 519px; } }
    @media (max-width: 660px) {
      .section-business__img {
        width: 270px;
        height: 400px; } }
    @media (max-width: 600px) {
      .section-business__img {
        width: 180px;
        height: 267px;
        display: none; } }
  .section-business__img2 {
    position: absolute;
    z-index: -1;
    right: 0px;
    bottom: 0; }
    @media (max-width: 1630px) {
      .section-business__img2 {
        width: 200px;
        height: 298px; } }
    @media (max-width: 660px) {
      .section-business__img2 {
        width: 130px;
        height: 194px; } }
  .section-business__title {
    color: #fff;
    margin-bottom: 69px;
    text-align: center; }
    @media (max-width: 600px) {
      .section-business__title {
        margin-bottom: 30px; } }
    .section-business__title span {
      text-transform: uppercase; }
    @media (max-width: 600px) {
      .section-business__title span::before {
        left: -6px;
        width: 105%; } }
  .section-business__btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 320px; }
    @media (max-width: 600px) {
      .section-business__btn {
        width: 280px; } }

.business-slider {
  position: relative;
  z-index: 200;
  width: 100%;
  margin-bottom: 54px; }
  @media (max-width: 650px) {
    .business-slider {
      width: 360px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 600px) {
    .business-slider {
      width: 300px; } }
  .business-slider .item {
    border-radius: 30px;
    cursor: pointer; }
  .business-slider .item.slick-slide {
    width: 552px;
    height: 415px !important;
    transition: transform 0.4s;
    position: relative;
    border-radius: 30px; }
    @media (max-width: 1030px) {
      .business-slider .item.slick-slide {
        width: 360px;
        height: 271px !important; } }
    @media (max-width: 600px) {
      .business-slider .item.slick-slide {
        width: 300px;
        height: 226px !important; } }
  .business-slider .slick-slide:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(88, 88, 88, 0.6), rgba(88, 88, 88, 0.6));
    border-radius: 30px;
    transition: transform 0.4s; }
  .business-slider .item.slick-slide {
    transform: scale(0.7) translate(1030px); }
    @media (max-width: 1210px) {
      .business-slider .item.slick-slide {
        transform: scale(1) translate(0); } }
  .business-slider .item.slick-slide.slick-center + .slick-slide {
    transform: scale(0.8) translate(-367px);
    z-index: 10; }
    @media (max-width: 1030px) {
      .business-slider .item.slick-slide.slick-center + .slick-slide {
        transform: scale(0.8) translate(-264px); } }
    @media (max-width: 650px) {
      .business-slider .item.slick-slide.slick-center + .slick-slide {
        transform: scale(1) translate(0); } }
  .business-slider .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
    transform: scale(0.7) translate(-1030px);
    z-index: 5; }
    @media (max-width: 1210px) {
      .business-slider .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
        transform: scale(1) translate(0); } }
  .business-slider .item.slick-slide.slick-active {
    transform: scale(0.8) translate(367px); }
    @media (max-width: 1030px) {
      .business-slider .item.slick-slide.slick-active {
        transform: scale(0.8) translate(264px); } }
    @media (max-width: 650px) {
      .business-slider .item.slick-slide.slick-active {
        transform: scale(1) translate(0); } }
  .business-slider .item.slick-slide.slick-center {
    /* margin: 0 -10%; */
    transform: scale(1);
    z-index: 30; }
  .business-slider .slick-center:after {
    opacity: 0; }
  .business-slider .slick-dots {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    right: auto; }
    .business-slider .slick-dots li {
      margin-right: 18px;
      width: 6px;
      height: 6px;
      background: rgba(255, 255, 255, 0.32); }
  .business-slider .slick-dots .slick-active {
    width: 10px;
    height: 10px;
    background: #fecc00; }
  .business-slider .slick-arrow {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 600px) {
      .business-slider .slick-arrow {
        width: 28px;
        height: 58px; } }
  .business-slider .slick-prev {
    left: 20px; }
    @media (max-width: 650px) {
      .business-slider .slick-prev {
        left: -60px; } }
    @media (max-width: 600px) {
      .business-slider .slick-prev {
        left: -33px; } }
  .business-slider .slick-next {
    right: 20px; }
    @media (max-width: 650px) {
      .business-slider .slick-next {
        right: -60px; } }
    @media (max-width: 600px) {
      .business-slider .slick-next {
        right: -33px; } }

.business-slider::before {
  position: absolute;
  content: "";
  background: #fecc00;
  opacity: 0.5;
  filter: blur(236px);
  z-index: -1;
  width: 1074px;
  height: 232px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (max-width: 1030px) {
    .business-slider::before {
      width: 600px;
      height: 150px; } }
  @media (max-width: 600px) {
    .business-slider::before {
      width: 350px;
      height: 100px; } }

.section-about {
  padding-top: 84px;
  padding-bottom: 70px; }
  @media (max-width: 600px) {
    .section-about {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .section-about__content {
    margin-bottom: 53px;
    display: flex;
    justify-content: center; }
    @media (max-width: 1220px) {
      .section-about__content {
        align-items: center;
        flex-direction: column; } }
    @media (max-width: 600px) {
      .section-about__content {
        margin-bottom: 40px; } }
  .section-about__founder {
    width: 385px;
    height: 657px;
    background: #fecc00;
    box-shadow: 0px 0px 31.7625px rgba(0, 0, 0, 0.25);
    border-radius: 6.7375px;
    position: relative;
    background-image: url("../images/about/founder-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 23px;
    margin-right: 59px; }
    @media (max-width: 1220px) {
      .section-about__founder {
        order: 1;
        margin-top: 60px;
        margin-right: 0; } }
    @media (max-width: 600px) {
      .section-about__founder {
        width: 300px;
        height: 540px;
        background-size: 280px 286px;
        padding-top: 15px; } }
  .section-about__founder::before {
    position: absolute;
    content: "";
    left: -15px;
    top: -16px;
    width: 67px;
    height: 67px;
    background-image: url("../images/about/border1.png"); }
    @media (max-width: 350px) {
      .section-about__founder::before {
        content: none; } }
  .section-about__founder::after {
    position: absolute;
    content: "";
    right: -18px;
    bottom: -17px;
    width: 67px;
    height: 67px;
    background-image: url("../images/about/border2.png"); }
    @media (max-width: 350px) {
      .section-about__founder::after {
        content: none; } }
  .section-about__founder-img {
    position: absolute;
    left: 0;
    bottom: 0; }
  .section-about__founder-item {
    display: flex;
    justify-content: space-between;
    color: rgba(0, 0, 0, 0.59);
    font-size: 17.325px;
    line-height: 23px;
    font-family: "Gilroy-SemiBold";
    border-bottom: 0.9625px solid rgba(0, 0, 0, 0.27);
    padding-bottom: 16px;
    padding-left: 19px;
    padding-right: 19px; }
    @media (max-width: 600px) {
      .section-about__founder-item {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
        line-height: 20px;
        flex-direction: column;
        text-align: center;
        align-items: center; } }
  .section-about__description {
    display: flex;
    flex-direction: column;
    max-width: 715px; }
    @media (max-width: 1220px) {
      .section-about__description {
        text-align: center; } }
  .section-about__title {
    margin-bottom: 23px;
    max-width: 473px; }
    @media (max-width: 1220px) {
      .section-about__title {
        text-align: center;
        margin-right: auto;
        margin-left: auto; } }
  .section-about__suptitle {
    margin-left: 0;
    text-align: left;
    margin-bottom: 23px;
    color: #231f20; }
    @media (max-width: 1220px) {
      .section-about__suptitle {
        text-align: center;
        margin-right: auto;
        margin-left: auto; } }
    @media (max-width: 600px) {
      .section-about__suptitle {
        margin-bottom: 15px; } }
  .section-about .section-suptitle__span {
    text-transform: uppercase;
    font-family: "Gilroy-Bold"; }
  .section-about__suptitle-line {
    color: #a7a7a7; }
  .section-about__main-text {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-family: "Gilroy-Bold";
    margin-bottom: 33px; }
    @media (max-width: 600px) {
      .section-about__main-text {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px; } }
  .section-about__texts {
    border-top: 1px solid rgba(0, 0, 0, 0.36);
    border-bottom: 1px solid rgba(0, 0, 0, 0.36);
    padding-top: 35px;
    padding-bottom: 38px;
    display: flex;
    flex-direction: column; }
    @media (max-width: 600px) {
      .section-about__texts {
        padding-top: 20px;
        padding-bottom: 20px; } }
  .section-about__text {
    color: rgba(0, 0, 0, 0.65);
    margin-bottom: 15px; }
    .section-about__text span {
      color: #000000;
      font-family: "Gilroy-Bold"; }
  .section-about__text:last-child {
    margin-bottom: 0; }
  .section-about__info {
    width: 100%;
    background: #231f20;
    border-radius: 7px;
    padding: 28px 27px 27px 38px; }
    @media (max-width: 600px) {
      .section-about__info {
        padding: 20px 20px 20px 20px;
        text-align: center; } }
  .section-about__info-text {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-family: "Gilroy-Medium"; }
    @media (max-width: 600px) {
      .section-about__info-text {
        font-size: 16px;
        line-height: 20px; } }
    .section-about__info-text span {
      color: #fecc00; }

.section-demand {
  position: relative;
  z-index: 100;
  padding-top: 85px;
  padding-bottom: 70px;
  background: #231f20; }
  @media (max-width: 600px) {
    .section-demand {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .section-demand__img {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0; }
    @media (max-width: 1800px) {
      .section-demand__img {
        width: 800px;
        height: 766px;
        top: 50%;
        transform: translateY(-50%); } }
    @media (max-width: 1430px) {
      .section-demand__img {
        width: 600px;
        height: 575px; } }
    @media (max-width: 1212px) {
      .section-demand__img {
        display: none; } }
  .section-demand__title {
    color: #fff;
    margin-bottom: 64px; }
    @media (max-width: 600px) {
      .section-demand__title {
        margin-bottom: 40px; } }
    .section-demand__title span::before {
      left: -10px;
      width: 101%; }
      @media (max-width: 600px) {
        .section-demand__title span::before {
          left: -3px;
          width: 103%; } }
  .section-demand__items {
    display: flex;
    flex-direction: column; }
  .section-demand__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
    position: relative; }
    @media (max-width: 600px) {
      .section-demand__item {
        margin-bottom: 20px; } }
  .section-demand__item:first-child::before {
    position: absolute;
    content: "";
    left: -22px;
    top: -22px;
    width: 69px;
    height: 69px;
    background-image: url("../images/demand/border1.png");
    z-index: -1; }
    @media (max-width: 600px) {
      .section-demand__item:first-child::before {
        left: -15px;
        top: -15px; } }
    @media (max-width: 350px) {
      .section-demand__item:first-child::before {
        display: none; } }
  .section-demand__item:first-child {
    max-width: 764px; }
  .section-demand__item:nth-child(2) {
    max-width: 840px; }
  .section-demand__item:nth-child(3) {
    max-width: 765px; }
  .section-demand__item:last-child {
    margin-bottom: 0;
    max-width: 791px; }
  .section-demand__item:last-child::before {
    position: absolute;
    content: "";
    right: -49px;
    bottom: -31px;
    width: 69px;
    height: 69px;
    background-image: url("../images/demand/border2.png");
    z-index: -1; }
    @media (max-width: 895px) {
      .section-demand__item:last-child::before {
        right: -20px; } }
    @media (max-width: 600px) {
      .section-demand__item:last-child::before {
        bottom: -20px; } }
    @media (max-width: 350px) {
      .section-demand__item:last-child::before {
        display: none; } }
  .section-demand__item-title {
    margin-bottom: 9px;
    color: #ffffff;
    font-size: 23px;
    line-height: 28px;
    font-family: "Gilroy-Bold";
    font-weight: 700; }
    @media (max-width: 600px) {
      .section-demand__item-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px; } }
  .section-demand__item-text {
    color: #a7a7a7; }
  .section-demand__btn {
    width: 348px;
    margin-top: 54px; }
    @media (max-width: 600px) {
      .section-demand__btn {
        width: 280px; } }
    @media (max-width: 350px) {
      .section-demand__btn {
        margin-top: 30px; } }

.section-directions {
  padding-top: 45px;
  padding-bottom: 49px; }
  .section-directions__title {
    text-align: center;
    margin-bottom: 16px; }
    @media (max-width: 600px) {
      .section-directions__title {
        margin-bottom: 12px; } }
    .section-directions__title span::before {
      left: -8px;
      top: 2px;
      width: 101%;
      height: 97%; }
      @media (max-width: 600px) {
        .section-directions__title span::before {
          left: -4px;
          top: 1px;
          height: 99%; } }
  .section-directions__suptitle {
    max-width: 840px; }
    .section-directions__suptitle span {
      font-family: "Gilroy-Bold"; }
  .section-directions__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media (max-width: 622px) {
      .section-directions__items {
        align-items: center;
        flex-direction: column; } }
  .section-directions__item {
    margin-right: 40px;
    margin-top: 44px;
    display: flex;
    flex-direction: column;
    margin-right: 40px;
    width: 260px;
    text-align: center; }
    @media (max-width: 622px) {
      .section-directions__item {
        margin-right: 0; } }
    @media (max-width: 600px) {
      .section-directions__item {
        margin-top: 25px; } }
  .section-directions__item:nth-child(3) {
    margin-right: 37px; }
    @media (max-width: 622px) {
      .section-directions__item:nth-child(3) {
        margin-right: 0; } }
  @media (max-width: 916px) {
    .section-directions__item:nth-child(2n) {
      margin-right: 0; } }
  .section-directions__item:last-child {
    margin-right: 0; }
  .section-directions__item-img {
    position: relative;
    margin-bottom: 18px; }
    @media (max-width: 600px) {
      .section-directions__item-img {
        margin-bottom: 10px; } }
  .section-directions__item-img::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -12.5px;
    width: 24px;
    height: 25px;
    border-radius: 50%;
    background: #fecc00;
    border: 4px solid #ffffff; }
  .section-directions__item-title {
    font-size: 19px;
    line-height: 24px;
    font-family: "Gilroy-Bold";
    font-weight: 700; }
    @media (max-width: 600px) {
      .section-directions__item-title {
        font-size: 16px;
        line-height: 20px; } }
  .section-directions__info {
    margin-top: 11px;
    width: 100%;
    background: #231f20;
    border-radius: 7px;
    padding: 28px 57px 26px 45px;
    text-align: center;
    margin-bottom: 34px; }
    @media (max-width: 600px) {
      .section-directions__info {
        padding: 20px 20px 20px 20px;
        margin-top: 20px;
        margin-bottom: 20px; } }
  .section-directions__info-text {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-family: "Gilroy-Medium"; }
    @media (max-width: 600px) {
      .section-directions__info-text {
        font-size: 16px;
        line-height: 20px; } }
    .section-directions__info-text span {
      color: #fecc00;
      font-family: "Gilroy-Bold"; }
  .section-directions__suptitle2 {
    font-family: "Gilroy-Bold";
    font-weight: 700;
    color: #231f20;
    margin-bottom: 30px; }
    @media (max-width: 600px) {
      .section-directions__suptitle2 {
        margin-bottom: 20px; } }
  .section-directions__description {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 1003px) {
      .section-directions__description {
        justify-content: space-around; } }
    @media (max-width: 841px) {
      .section-directions__description {
        justify-content: center;
        align-items: center;
        flex-direction: column; } }
  .section-directions__description-item {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
    text-align: center;
    margin-right: 40px; }
    @media (max-width: 841px) {
      .section-directions__description-item {
        margin-right: 0;
        margin-bottom: 40px; } }
    @media (max-width: 600px) {
      .section-directions__description-item {
        margin-bottom: 30px; } }
  .section-directions__description-item:first-child {
    max-width: 165px;
    margin-top: 1px; }
    @media (max-width: 841px) {
      .section-directions__description-item:first-child {
        margin-top: 0; } }
  .section-directions__description-item:nth-child(2) {
    max-width: 299px;
    margin-top: 5px; }
    @media (max-width: 841px) {
      .section-directions__description-item:nth-child(2) {
        margin-top: 0; } }
    @media (max-width: 600px) {
      .section-directions__description-item:nth-child(2) {
        max-width: 230px; } }
    .section-directions__description-item:nth-child(2) img {
      margin-bottom: 8px; }
  .section-directions__description-item:nth-child(3) {
    max-width: 198px; }
  .section-directions__description-item:last-child {
    margin-top: 3px;
    margin-right: 0;
    max-width: 162px; }
    @media (max-width: 1003px) {
      .section-directions__description-item:last-child {
        margin-top: 50px; } }
    @media (max-width: 841px) {
      .section-directions__description-item:last-child {
        margin-top: 0; } }
    @media (max-width: 600px) {
      .section-directions__description-item:last-child {
        margin-bottom: 0; } }
    .section-directions__description-item:last-child img {
      margin-bottom: 10px; }
  .section-directions__description-icon {
    margin-bottom: 13px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto; }
  .section-directions__description-text {
    opacity: 0.68;
    font-size: 16px;
    line-height: 19px; }
    @media (max-width: 600px) {
      .section-directions__description-text {
        font-size: 15px;
        line-height: 18px; } }
  .section-directions__description-text2 {
    font-family: "Gilroy-SemiBold";
    font-size: 16px;
    line-height: 20px; }
    @media (max-width: 600px) {
      .section-directions__description-text2 {
        font-size: 15px;
        line-height: 18px; } }

.section-education {
  position: relative;
  background-image: url("../images/education/education-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 155px;
  padding-bottom: 120px;
  color: #fff; }
  @media (max-width: 850px) {
    .section-education {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 600px) {
    .section-education {
      padding-top: 50px;
      padding-bottom: 50px;
      background-position: center; } }
  .section-education__title {
    text-align: center;
    margin-bottom: 16px;
    font-size: 48px;
    line-height: 59px;
    font-family: "Gilroy-Bold";
    font-weight: 700;
    text-transform: uppercase; }
    @media (max-width: 850px) {
      .section-education__title {
        font-size: 36px;
        line-height: 48px; } }
    @media (max-width: 600px) {
      .section-education__title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px; } }
  .section-education__text {
    max-width: 1106px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: "Gilroy-Medium";
    font-size: 23px;
    line-height: 27px; }
    @media (max-width: 850px) {
      .section-education__text {
        font-size: 20px;
        line-height: 25px; } }
    @media (max-width: 600px) {
      .section-education__text {
        font-size: 17px;
        line-height: 21px; } }
    .section-education__text span {
      color: #fecc00;
      font-family: "Gilroy-Bold"; }

.section-reviews {
  background: #231f20;
  padding-top: 84px;
  padding-bottom: 68px;
  position: relative;
  z-index: 100; }
  @media (max-width: 600px) {
    .section-reviews {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .section-reviews__img {
    position: absolute;
    left: 0;
    bottom: -172px; }
    @media (max-width: 1538px) {
      .section-reviews__img {
        left: -131px; } }
    @media (max-width: 1330px) {
      .section-reviews__img {
        display: none; } }
  .section-reviews__img2 {
    position: absolute;
    right: 0;
    bottom: -90px;
    z-index: -1; }
    @media (max-width: 600px) {
      .section-reviews__img2 {
        width: 300px;
        height: 555px; } }
  .section-reviews__title {
    color: #fff;
    text-align: center;
    margin-bottom: 41px; }
    @media (max-width: 600px) {
      .section-reviews__title {
        margin-bottom: 15px; } }
    .section-reviews__title span::before {
      left: -18px; }
      @media (max-width: 600px) {
        .section-reviews__title span::before {
          left: -7px;
          top: -2px;
          height: 108%; } }
  .section-reviews__suptitle {
    margin-bottom: 22px; }
  .section-reviews__suptitle2 {
    margin-bottom: 17px; }
  .section-reviews__video-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media (max-width: 1220px) {
      .section-reviews__video-items {
        flex-direction: column;
        align-items: center; } }
  .section-reviews__video {
    position: relative;
    width: 560px;
    height: 312px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 40px; }
    @media (max-width: 1220px) {
      .section-reviews__video {
        margin-right: 0; } }
    @media (max-width: 600px) {
      .section-reviews__video {
        width: 300px;
        height: 168px; } }
  .section-reviews__video:last-child {
    margin-right: 0; }
    @media (max-width: 1220px) {
      .section-reviews__video:last-child {
        margin-top: 40px; } }
    @media (max-width: 600px) {
      .section-reviews__video:last-child {
        margin-top: 25px; } }
  .section-reviews .video {
    cursor: pointer;
    width: 100%;
    height: 100%; }
    @media (max-width: 600px) {
      .section-reviews .video {
        background-position: center; } }
  .section-reviews #vidwrap {
    background-image: url("../images/reviews/video-bg1.png"); }
  .section-reviews #vidwrap2 {
    background-image: url("../images/reviews/video-bg2.png"); }
  .section-reviews__video-item {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1; }
    @media (max-width: 600px) {
      .section-reviews__video-item img {
        width: 80px;
        height: 80px; } }
  .section-reviews__video-item.active {
    display: none; }

.reviews-slider {
  width: 100%;
  margin-bottom: 37px; }
  @media (max-width: 846px) {
    .reviews-slider {
      width: 500px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 600px) {
    .reviews-slider {
      width: 300px; } }
  .reviews-slider__item {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    padding: 50px 31px;
    width: 100%;
    height: 100%; }
    @media (max-width: 600px) {
      .reviews-slider__item {
        padding: 20px 20px; } }
  .reviews-slider__title {
    font-family: "Gilroy-Bold";
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 14px; }
    @media (max-width: 600px) {
      .reviews-slider__title {
        font-size: 18px;
        line-height: 22px; } }
  .reviews-slider__text {
    color: rgba(43, 42, 41, 0.72);
    font-size: 16px;
    line-height: 19px; }
    @media (max-width: 600px) {
      .reviews-slider__text {
        font-size: 14px;
        line-height: 17px; } }
  .reviews-slider .slick-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffda42;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    transition: bacckground 0.2s linear; }
  .reviews-slider .slick-arrow:hover {
    background: #fecc00; }
  .reviews-slider .slick-arrow:hover svg path {
    fill: #231f20; }
  .reviews-slider .slick-prev {
    left: -10px; }
    @media (max-width: 846px) {
      .reviews-slider .slick-prev {
        left: -43px; } }
  .reviews-slider .slick-next {
    right: -10px; }
    @media (max-width: 846px) {
      .reviews-slider .slick-next {
        right: -43px; } }
  .reviews-slider .slick-dots {
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    right: auto; }
    .reviews-slider .slick-dots li {
      margin-right: 18px;
      width: 6px;
      height: 6px;
      background: rgba(255, 255, 255, 0.32); }
  .reviews-slider .slick-dots .slick-active {
    width: 10px;
    height: 10px;
    background: #fecc00; }
  .reviews-slider .slick-arrow {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 600px) {
      .reviews-slider .slick-arrow {
        width: 28px;
        height: 58px; } }
  .reviews-slider .reviews-slider__inner.slick-slide {
    width: 553px;
    height: 280px !important;
    transition: transform 0.4s linear;
    position: relative;
    cursor: pointer; }
    @media (max-width: 1170px) {
      .reviews-slider .reviews-slider__inner.slick-slide {
        width: 500px;
        height: 250px !important; } }
    @media (max-width: 600px) {
      .reviews-slider .reviews-slider__inner.slick-slide {
        width: 300px;
        height: 250px !important; } }
  .reviews-slider .slick-slide:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(88, 88, 88, 0.6), rgba(88, 88, 88, 0.6));
    border-radius: 7px;
    transition: transform 0.4s; }
  .reviews-slider .reviews-slider__inner.slick-slide.slick-center + .slick-slide {
    transform: scale(0.8) translate(-300px);
    z-index: 10; }
    @media (max-width: 1170px) {
      .reviews-slider .reviews-slider__inner.slick-slide.slick-center + .slick-slide {
        transform: scale(0.8) translate(-400px); } }
    @media (max-width: 846px) {
      .reviews-slider .reviews-slider__inner.slick-slide.slick-center + .slick-slide {
        transform: scale(1) translate(0px); } }
  .reviews-slider .reviews-slider__inner.slick-slide.slick-active {
    transform: scale(0.8) translate(300px); }
    @media (max-width: 1170px) {
      .reviews-slider .reviews-slider__inner.slick-slide.slick-active {
        transform: scale(0.8) translate(400px); } }
    @media (max-width: 846px) {
      .reviews-slider .reviews-slider__inner.slick-slide.slick-active {
        transform: scale(1) translate(0px); } }
  .reviews-slider .reviews-slider__inner.slick-slide.slick-center {
    transform: scale(1);
    z-index: 30; }
  .reviews-slider .slick-center:after {
    opacity: 0; }

.section-partnership {
  position: relative;
  z-index: 100;
  padding-top: 148px;
  padding-bottom: 172px; }
  @media (max-width: 600px) {
    .section-partnership {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .section-partnership__img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1; }
  .section-partnership__img2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .section-partnership__title {
    text-align: center;
    margin-bottom: 27px; }
    @media (max-width: 600px) {
      .section-partnership__title {
        margin-bottom: 15px; } }
    @media (max-width: 600px) {
      .section-partnership__title span {
        display: block; } }
    .section-partnership__title span::before {
      width: 102%;
      left: -13px; }
      @media (max-width: 600px) {
        .section-partnership__title span::before {
          width: 65%;
          left: 51px;
          content: none; } }
  .section-partnership__suptitle {
    max-width: 806px;
    margin-bottom: 61px; }
    @media (max-width: 600px) {
      .section-partnership__suptitle {
        margin-bottom: 30px; } }
  .section-partnership__info {
    margin-top: 52px;
    width: 100%;
    background: #231f20;
    border-radius: 7px;
    padding: 27px 105px;
    text-align: center; }
    @media (max-width: 600px) {
      .section-partnership__info {
        padding: 20px 20px;
        margin-top: 25px; } }
  .section-partnership__info-text {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-family: "Gilroy-Medium"; }
    @media (max-width: 600px) {
      .section-partnership__info-text {
        font-size: 16px;
        line-height: 20px; } }
    .section-partnership__info-text span {
      color: #fecc00; }

.partnership {
  width: 100%; }
  @media (max-width: 802px) {
    .partnership {
      display: none; } }
  .partnership__header {
    display: flex;
    justify-content: space-between; }
  .partnership__header-item {
    border-radius: 7px 7px 0 0;
    width: 360px;
    height: 85px;
    cursor: pointer;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center; }
    .partnership__header-item span {
      opacity: 0.76;
      font-size: 20px;
      line-height: 25px;
      font-family: "Gilroy-Bold"; }
  .partnership__header-item:hover {
    background: #f4f4f4; }
  .partnership__header-item.active {
    background: #fecc00; }
    .partnership__header-item.active span {
      opacity: 1; }
  .partnership__content {
    display: none;
    background: #ffffff;
    box-shadow: 0px 11px 27px rgba(0, 0, 0, 0.11);
    border-radius: 0px 0px 7px 7px;
    width: 100%;
    height: 206px;
    justify-content: center;
    align-items: center;
    align-items: center;
    padding: 35px; }
  .partnership__content3 {
    height: 354px; }
    @media (max-width: 1034px) {
      .partnership__content3 {
        height: auto; } }
  .partnership__content.active {
    display: flex; }

.partnership-accordion {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  display: none; }
  @media (max-width: 802px) {
    .partnership-accordion {
      display: block; } }
  .partnership-accordion__header {
    font-family: "Gilroy-Bold";
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px 20px 20px;
    font-size: 20px;
    line-height: 25px;
    background: #fecc00;
    border-bottom: 1px solid #231f20;
    cursor: pointer; }
    @media (max-width: 600px) {
      .partnership-accordion__header {
        padding: 10px 10px 10px 10px;
        font-size: 16px; } }
  .partnership-accordion__arrow {
    width: 38px;
    height: 38px;
    background: none;
    border-radius: 50%;
    position: relative; }
    @media (max-width: 600px) {
      .partnership-accordion__arrow {
        width: 30px;
        height: 30px;
        background: none; } }
    .partnership-accordion__arrow::after {
      position: absolute;
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      border-top: 2px solid #231f20;
      border-right: 2px solid #231f20;
      left: 50%;
      top: 45%;
      right: 25px;
      transform: translate(-50%, -50%) rotate(135deg); }
      @media (max-width: 600px) {
        .partnership-accordion__arrow::after {
          width: 10px;
          height: 10px;
          right: 20px; } }
  .partnership-accordion__content {
    background: #ffffff;
    box-shadow: 0px 11px 27px rgba(0, 0, 0, 0.11);
    padding: 15px 15px 15px 20px;
    display: none;
    flex-direction: column;
    border-bottom: 1px solid #231f20; }
    .partnership-accordion__content.active {
      display: flex; }
  .partnership-accordion__item:last-child .partnership-accordion__header {
    border-bottom: none; }
  .partnership-accordion__item:last-child .partnership-accordion__content {
    border-bottom: none; }

.partnership-accordion__header.active .partnership-accordion__arrow::after {
  transform: translateY(-50%) rotate(-45deg);
  top: 60%;
  left: 32.5%; }

.partnership-accordion__header.active {
  border-bottom: none; }

.section-marketing {
  position: relative;
  padding-top: 182px;
  padding-bottom: 169px;
  z-index: 99;
  background-image: url("../images/marketing/marketing-bg.png");
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 1118px) {
    .section-marketing {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 600px) {
    .section-marketing {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .section-marketing__img {
    position: absolute;
    right: 0;
    bottom: -378px;
    z-index: -1; }
    @media (max-width: 1790px) {
      .section-marketing__img {
        width: 1000px;
        height: 1330px; } }
    @media (max-width: 1466px) {
      .section-marketing__img {
        right: -150px; } }
    @media (max-width: 1198px) {
      .section-marketing__img {
        width: 800px;
        height: 1064px;
        right: -100px;
        bottom: -278px; } }
    @media (max-width: 1118px) {
      .section-marketing__img {
        display: none; } }
  .section-marketing__title {
    max-width: 568px;
    margin-bottom: 64px;
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    font-family: "Gilroy-Bold";
    font-weight: 700; }
    @media (max-width: 1118px) {
      .section-marketing__title {
        text-align: center;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 600px) {
      .section-marketing__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px; } }
    .section-marketing__title span {
      color: #fecc00; }
  .section-marketing__info {
    color: #a7a7a7;
    max-width: 570px;
    margin-bottom: 73px;
    position: relative;
    font-size: 23px;
    line-height: 28px;
    font-family: "Gilroy-SemiBold";
    margin-left: 25px; }
    @media (max-width: 1118px) {
      .section-marketing__info {
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 600px) {
      .section-marketing__info {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        margin-bottom: 45px; } }
  .section-marketing__info::before {
    position: absolute;
    content: "";
    left: -22px;
    top: -14px;
    width: 69px;
    height: 69px;
    background-image: url("../images/marketing/border1.png");
    z-index: -1; }
    @media (max-width: 600px) {
      .section-marketing__info::before {
        content: none; } }
  .section-marketing__info::after {
    position: absolute;
    content: "";
    right: -3px;
    bottom: -16px;
    width: 69px;
    height: 69px;
    background-image: url("../images/marketing/border2.png"); }
    @media (max-width: 600px) {
      .section-marketing__info::after {
        content: none; } }
  .section-marketing__items {
    display: flex;
    flex-direction: column; }
    @media (max-width: 1118px) {
      .section-marketing__items {
        justify-content: center;
        align-items: center; } }
  .section-marketing__item {
    display: flex;
    align-items: center;
    max-width: 548px;
    margin-bottom: 34px; }
    @media (max-width: 600px) {
      .section-marketing__item {
        flex-direction: column;
        text-align: center; } }
  .section-marketing__item:last-child {
    margin-bottom: 0; }
    .section-marketing__item:last-child img {
      margin-right: 20px; }
  .section-marketing__item-icon {
    margin-right: 22px; }
    @media (max-width: 600px) {
      .section-marketing__item-icon {
        margin-right: 0;
        margin-bottom: 10px; } }
  .section-marketing__item-text {
    color: #fff;
    font-size: 18px;
    line-height: 21px; }
    @media (max-width: 600px) {
      .section-marketing__item-text {
        font-size: 16px;
        line-height: 20px; } }
  .section-marketing__more {
    margin-top: 77px;
    display: flex;
    align-items: center; }
    @media (max-width: 1118px) {
      .section-marketing__more {
        justify-content: center; } }
    @media (max-width: 672px) {
      .section-marketing__more {
        flex-direction: column; } }
    @media (max-width: 600px) {
      .section-marketing__more {
        margin-top: 40px; } }
  .section-marketing__more-btn {
    width: 260px;
    height: 64px;
    margin-right: 50px; }
    @media (max-width: 672px) {
      .section-marketing__more-btn {
        margin-top: 25px;
        order: 1;
        margin-right: 0; } }
  .section-marketing__more-text {
    position: relative;
    max-width: 336px;
    color: #a7a7a7;
    font-size: 15px;
    line-height: 17px; }
    @media (max-width: 672px) {
      .section-marketing__more-text {
        text-align: center; } }
  .section-marketing__more-text::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 63px;
    left: -27px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38); }
    @media (max-width: 672px) {
      .section-marketing__more-text::before {
        left: 50%;
        top: auto;
        transform: translate(-50%, 0%);
        bottom: -10px;
        width: 80%;
        height: 2px; } }

.section-profit {
  position: relative;
  z-index: 100;
  background: #fff;
  padding-top: 93px;
  padding-bottom: 97px; }
  @media (max-width: 600px) {
    .section-profit {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .section-profit__img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1; }
    @media (max-width: 1522px) {
      .section-profit__img {
        width: 280px;
        height: 429px; } }
    @media (max-width: 1181px) {
      .section-profit__img {
        display: none; } }
  .section-profit__img2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1; }
    @media (max-width: 1522px) {
      .section-profit__img2 {
        width: 350px;
        height: 467px; } }
    @media (max-width: 1015px) {
      .section-profit__img2 {
        display: none; } }
  .section-profit__title {
    text-align: center;
    margin-bottom: 23px; }
    @media (max-width: 600px) {
      .section-profit__title {
        margin-bottom: 15px; } }
    .section-profit__title span::before {
      left: -5px;
      width: 100%; }
      @media (max-width: 600px) {
        .section-profit__title span::before {
          left: -8px;
          width: 108%;
          height: 106%;
          top: -2px; } }
  .section-profit__suptitle {
    margin-bottom: 86px; }
    @media (max-width: 600px) {
      .section-profit__suptitle {
        margin-bottom: 50px; } }
  .section-profit__items {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 917px) {
      .section-profit__items {
        justify-content: space-around; } }
  .section-profit__item {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 65px;
    width: 33%; }
    @media (max-width: 917px) {
      .section-profit__item {
        width: 50%; } }
    @media (max-width: 600px) {
      .section-profit__item {
        width: 100%;
        margin-bottom: 30px; } }
  .section-profit__item:first-child::before {
    position: absolute;
    content: "";
    left: 16px;
    top: -14px;
    width: 69px;
    height: 69px;
    background-image: url("../images/profit/border1.png");
    z-index: -1; }
    @media (max-width: 600px) {
      .section-profit__item:first-child::before {
        left: 31px; } }
  .section-profit__item:last-child::before {
    position: absolute;
    content: "";
    right: 10px;
    bottom: -14px;
    width: 69px;
    height: 69px;
    background-image: url("../images/profit/border2.png");
    z-index: -1; }
    @media (max-width: 600px) {
      .section-profit__item:last-child::before {
        right: 31px; } }
  .section-profit__item-sum {
    margin-bottom: 7px;
    font-size: 30px;
    line-height: 37px;
    font-family: "Gilroy-SemiBold"; }
    @media (max-width: 600px) {
      .section-profit__item-sum {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 4px; } }
  .section-profit__item-text {
    color: #a7a7a7;
    font-size: 20px;
    line-height: 24px;
    font-family: "Gilroy-Medium"; }
    @media (max-width: 600px) {
      .section-profit__item-text {
        font-size: 16px;
        line-height: 20px; } }
  .section-profit__date {
    margin-top: 9px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (max-width: 706px) {
      .section-profit__date {
        flex-direction: column;
        align-items: center; } }
  .section-profit__date-item {
    display: flex;
    flex-direction: column;
    max-width: 257px;
    margin-right: 154px;
    text-align: center;
    margin-bottom: 47px; }
    @media (max-width: 706px) {
      .section-profit__date-item {
        margin-right: 0; } }
    @media (max-width: 600px) {
      .section-profit__date-item {
        margin-bottom: 25px; } }
  .section-profit__date-item:last-child {
    margin-right: 0;
    max-width: 235px; }
  .section-profit__date-number {
    margin-bottom: 7px;
    font-size: 45px;
    line-height: 56px;
    font-family: "Gilroy-Bold";
    color: #fecc00; }
    @media (max-width: 600px) {
      .section-profit__date-number {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 4px; } }
  .section-profit__date-text {
    font-size: 25px;
    line-height: 31px;
    font-family: "Gilroy-Bold"; }
    @media (max-width: 600px) {
      .section-profit__date-text {
        font-size: 18px;
        line-height: 24px; } }
  .section-profit__info {
    margin-top: 52px;
    width: 100%;
    background: #231f20;
    border-radius: 7px;
    padding: 28px 100px 27px 111px;
    text-align: center; }
    @media (max-width: 600px) {
      .section-profit__info {
        padding: 20px 20px 20px 20px;
        margin-top: 15px; } }
  .section-profit__info-text {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-family: "Gilroy-Medium"; }
    @media (max-width: 600px) {
      .section-profit__info-text {
        font-size: 16px;
        line-height: 20px; } }
    .section-profit__info-text span {
      color: #fecc00; }

.section-end {
  padding-top: 167px;
  padding-bottom: 169px;
  background-image: url("../images/end/end-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 100; }
  @media (max-width: 880px) {
    .section-end {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 600px) {
    .section-end {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .section-end__title {
    margin-bottom: 56px;
    max-width: 851px;
    color: #fff; }
    @media (max-width: 600px) {
      .section-end__title {
        margin-bottom: 15px; } }
  .section-end .section-title2 {
    color: #fecc00; }
  .section-end .section-title__block {
    display: inline-block;
    font-family: "Gilroy-Bold"; }
  .section-end .section-title__block::before {
    left: -8px;
    top: 2px;
    width: 106%;
    height: 96%; }
    @media (max-width: 600px) {
      .section-end .section-title__block::before {
        left: -5px; } }
  .section-end__info {
    color: #a7a7a7;
    max-width: 869px;
    margin-bottom: 56px;
    position: relative;
    font-size: 23px;
    line-height: 28px;
    font-family: "Gilroy-SemiBold";
    margin-left: 25px; }
    @media (max-width: 600px) {
      .section-end__info {
        font-size: 18px;
        line-height: 22px;
        margin-left: 0;
        margin-bottom: 30px; } }
  .section-end__info::before {
    position: absolute;
    content: "";
    left: -22px;
    top: -14px;
    width: 69px;
    height: 69px;
    background-image: url("../images/marketing/border1.png");
    z-index: -1; }
    @media (max-width: 600px) {
      .section-end__info::before {
        content: none; } }
  .section-end__info::after {
    position: absolute;
    content: "";
    right: 25px;
    bottom: -20px;
    width: 69px;
    height: 69px;
    background-image: url("../images/marketing/border2.png"); }
    @media (max-width: 600px) {
      .section-end__info::after {
        content: none; } }
  .section-end .form {
    padding: 56px 63px 40px 64px; }
    @media (max-width: 600px) {
      .section-end .form {
        padding: 25px 20px; } }
  .section-end .form__title {
    font-family: "Gilroy-SemiBold";
    font-weight: 600;
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 30px; }
    @media (max-width: 600px) {
      .section-end .form__title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 14px; } }
  .section-end .form__input {
    background: #fff;
    background-repeat: no-repeat;
    background-position: 4% center;
    font-family: "Gilroy-Italic";
    font-size: 15px;
    line-height: 18px;
    max-width: 222px;
    width: 222px;
    height: 56px;
    color: rgba(82, 76, 73, 0.54);
    padding: 5px 5px 5px 40px;
    background-position: 6% center; }
    @media (max-width: 1160px) {
      .section-end .form__input {
        width: 100%;
        max-width: 100%;
        padding: 5px 5px 5px 55px; } }
    @media (max-width: 600px) {
      .section-end .form__input {
        padding: 5px 5px 5px 45px; } }
  .section-end .form__input:focus {
    color: black; }
  .section-end .form__btn {
    margin-top: -4px; }
  .section-end .form__input-phone {
    background-image: url("../images/form/phone2.png");
    padding: 5px 5px 5px 31px; }
    @media (max-width: 1160px) {
      .section-end .form__input-phone {
        padding: 5px 5px 5px 55px; } }
    @media (max-width: 600px) {
      .section-end .form__input-phone {
        padding: 5px 5px 5px 45px; } }
  .section-end .form__input-name {
    background-image: url("../images/form/name2.png"); }
  .section-end .form__input-city {
    background-image: url("../images/form/city.png"); }
  .section-end .form__input::-webkit-input-placeholder {
    color: rgba(82, 76, 73, 0.54); }
  .section-end .form__input:-moz-placeholder {
    color: rgba(82, 76, 73, 0.54); }
  .section-end .form__input::-moz-placeholder {
    color: rgba(82, 76, 73, 0.54); }
  .section-end .form__input:-ms-input-placeholder {
    color: rgba(82, 76, 73, 0.54); }
  .section-end .form__input::-ms-input-placeholder {
    color: rgba(82, 76, 73, 0.54); }
  .section-end .form__input::placeholder {
    color: rgba(82, 76, 73, 0.54); }

.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-arrow img {
    display: block; }

.slick-prev {
  left: 50px; }

.slick-next {
  right: 50px; }

.footer {
  padding-top: 67px;
  padding-bottom: 78px; }
  @media (max-width: 600px) {
    .footer {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .footer__content {
    color: rgba(35, 31, 32, 0.52);
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1040px) {
      .footer__content {
        flex-direction: column;
        align-items: center; } }
  .footer__contacts {
    display: flex;
    flex-direction: column; }
    @media (max-width: 1040px) {
      .footer__contacts {
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        text-align: center; } }
    @media (max-width: 600px) {
      .footer__contacts {
        margin-bottom: 0px; } }
  .footer__contacts-copyright {
    margin-bottom: 29px; }
    @media (max-width: 1040px) {
      .footer__contacts-copyright {
        margin-bottom: 12px; } }
  .footer__contacts-info {
    margin-bottom: 29px; }
    @media (max-width: 1040px) {
      .footer__contacts-info {
        margin-bottom: 12px; } }
  .footer__location {
    display: flex;
    align-items: center; }
    @media (max-width: 1040px) {
      .footer__location {
        margin-bottom: 10px; } }
  .footer__social {
    margin-top: -10px; }
  .footer__social-logo {
    display: block;
    margin-bottom: 32px; }
    .footer__social-logo img {
      margin-left: auto;
      margin-right: auto; }
    @media (max-width: 1040px) {
      .footer__social-logo {
        margin-bottom: 25px; } }
    @media (max-width: 600px) {
      .footer__social-logo {
        margin-bottom: 10px;
        margin-top: 10px; } }
  .footer__social-icons {
    display: flex;
    justify-content: center; }
  .footer__social-icon {
    margin-right: 16px; }
  .footer__social-icon:last-child {
    margin-right: 0; }
  .footer__politics-text {
    text-decoration: underline;
    font-size: 18px;
    line-height: 22px;
    margin-top: 31px;
    color: rgba(35, 31, 32, 0.52);
    background: none;
    cursor: pointer;
    padding: 0; }
    @media (max-width: 1040px) {
      .footer__politics-text {
        margin-top: 15px;
        text-align: center; } }
    @media (max-width: 600px) {
      .footer__politics-text {
        font-size: 16px;
        line-height: 20px; } }
  .footer__end {
    display: flex;
    flex-direction: column; }
    @media (max-width: 1040px) {
      .footer__end {
        justify-content: center;
        align-items: center;
        margin-top: 20px; } }
  .footer__phone {
    display: flex;
    align-items: center; }
  .footer__phone-icon {
    margin-right: 10px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #a7a7a7; }
    @media (max-width: 600px) {
      .footer__phone-icon {
        display: none; } }
    .footer__phone-icon img {
      width: 19px;
      height: 19px; }
  .footer__phone-icon:hover img {
    transform: rotate(15deg); }
  .footer__phone-content {
    color: #8c8a8b;
    display: flex;
    flex-direction: column; }
    .footer__phone-content a {
      font-family: "Gilroy-SemiBold";
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 3px; }
      @media (max-width: 600px) {
        .footer__phone-content a {
          font-size: 18px;
          line-height: 21px; } }
    .footer__phone-content span {
      text-align: right;
      font-size: 16px;
      line-height: 19px;
      text-align: center;
      text-decoration: underline; }
      @media (max-width: 1040px) {
        .footer__phone-content span {
          text-align: center; } }
      @media (max-width: 600px) {
        .footer__phone-content span {
          font-size: 14px;
          line-height: 17px; } }
  .footer__franchising {
    margin-top: 57px;
    display: flex;
    align-items: center; }
    @media (max-width: 1040px) {
      .footer__franchising {
        margin-top: 20px; } }
  .footer__franchising-icon {
    margin-right: 14px; }

.thanks-wrapper {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #231f20; }

.thanks-main {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

.section-thanks {
  padding-top: 83px;
  padding-bottom: 111px;
  display: table-cell;
  float: none;
  height: 100%; }
  @media (max-width: 600px) {
    .section-thanks {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .section-thanks__container {
    height: 100%; }
  .section-thanks__content {
    color: #ffffff;
    height: 100%;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .section-thanks__founder {
    position: absolute;
    right: -223px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 1650px) {
      .section-thanks__founder {
        width: 450px;
        height: 587px;
        right: -150px; }
        .section-thanks__founder img {
          width: 100%;
          height: 100%; } }
    @media (max-width: 1358px) {
      .section-thanks__founder {
        position: relative;
        right: auto;
        top: auto;
        transform: translateY(0%);
        margin-top: 40px; } }
    @media (max-width: 600px) {
      .section-thanks__founder {
        width: 300px;
        height: 392px;
        margin-top: 25px; } }
  .section-thanks__title {
    color: #fff;
    max-width: 729px;
    margin-bottom: 9px; }
  .section-thanks .brand-name {
    color: #fecc00; }
  .section-thanks__suptitle {
    font-family: "Gilroy-SemiBold";
    font-weight: 600;
    margin-bottom: 31px;
    font-size: 23px;
    line-height: 28px; }
    @media (max-width: 600px) {
      .section-thanks__suptitle {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px; } }
  .section-thanks__schedule {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px; }
    @media (max-width: 600px) {
      .section-thanks__schedule {
        margin-bottom: 10px; } }
  .section-thanks__schedule-title {
    margin-bottom: 14px;
    font-size: 23px;
    line-height: 28px;
    font-family: "Gilroy-Medium";
    font-weight: 500; }
    @media (max-width: 600px) {
      .section-thanks__schedule-title {
        font-size: 18px;
        line-height: 22px; } }
  .section-thanks__schedule-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 37px 28px 32px;
    width: 729px;
    height: 96px;
    border: 1px dashed #fecc00;
    border-radius: 10px; }
    @media (max-width: 784px) {
      .section-thanks__schedule-info {
        flex-direction: column;
        align-items: center;
        height: auto;
        width: 100%;
        text-align: center; } }
    @media (max-width: 600px) {
      .section-thanks__schedule-info {
        padding: 15px 20px 15px 20px; } }
  .section-thanks__schedule-days {
    max-width: 94px;
    color: #fecc00;
    font-size: 18px;
    line-height: 22px; }
    @media (max-width: 784px) {
      .section-thanks__schedule-days {
        max-width: 100%;
        margin-bottom: 10px; } }
  .section-thanks__schedule-header {
    display: flex;
    flex-direction: column; }
  .section-thanks__schedule-item {
    font-size: 18px;
    line-height: 22px; }
    @media (max-width: 600px) {
      .section-thanks__schedule-item {
        font-size: 16px;
        line-height: 20px; } }
    .section-thanks__schedule-item span {
      color: #fecc00;
      font-family: "Gilroy-Bold"; }
  .section-thanks__schedule-item:first-child {
    margin-bottom: 2px; }
  .section-thanks__text {
    margin-bottom: 36px;
    max-width: 634px;
    opacity: 0.35;
    font-size: 18px;
    line-height: 22px; }
    @media (max-width: 600px) {
      .section-thanks__text {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px; } }
  .section-thanks__social {
    margin-bottom: 56px;
    display: flex;
    align-items: center; }
    @media (max-width: 674px) {
      .section-thanks__social {
        flex-direction: column;
        align-items: flex-start; } }
    @media (max-width: 600px) {
      .section-thanks__social {
        margin-bottom: 30px; } }
  .section-thanks__video {
    position: relative;
    width: 210px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 674px) {
      .section-thanks__video {
        margin-top: 30px; } }
  .section-thanks .video {
    cursor: pointer;
    width: 100%;
    height: 100%; }
    @media (max-width: 600px) {
      .section-thanks .video {
        background-position: center; } }
  .section-thanks #vidwrap {
    background-image: url("../images/thanks/video-bg.png"); }
  .section-thanks__video-item {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1; }
  .section-thanks__video-item.active {
    display: none; }
  .section-thanks__social-items {
    display: flex;
    flex-direction: column;
    margin-right: 53px; }
  .section-thanks__social-item {
    display: flex;
    align-items: center;
    margin-bottom: 17px; }
  .section-thanks__social-text {
    margin-right: 10px;
    font-size: 18px;
    line-height: 22px; }
    @media (max-width: 600px) {
      .section-thanks__social-text {
        font-size: 16px;
        line-height: 20px; } }
  .section-thanks__social-item:last-child {
    margin-bottom: 0; }
  @media (max-width: 600px) {
    .section-thanks__social-item:first-child img {
      width: 18px;
      height: 18px;
      max-width: 18px; } }
  .section-thanks__social-icons {
    display: flex;
    margin-top: 3px; }
  .section-thanks__social-icon {
    margin-right: 14px; }
  .section-thanks__social-icon:last-child {
    margin-right: 0; }
  .section-thanks__main {
    padding: 14px 0;
    display: block;
    width: fit-content;
    font-size: 23px;
    line-height: 28px;
    font-family: "Gilroy-Medium";
    border-top: 1px solid #fecc00;
    border-bottom: 1px solid #fecc00; }
    @media (max-width: 600px) {
      .section-thanks__main {
        font-size: 18px;
        line-height: 22px;
        padding: 8px 0; } }
  .section-thanks__main-link {
    padding: 19px 20px;
    margin-top: 32px;
    width: 381px;
    height: 63px; }
    @media (max-width: 600px) {
      .section-thanks__main-link {
        width: 300px;
        margin-top: 25px;
        height: 55px;
        padding: 16px 10px; } }

.header-thanks {
  padding-top: 21px; }
  .header-thanks .header__container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 600px) {
      .header-thanks .header__container {
        padding: 0 30px; } }

.footer-thanks {
  background: #fff;
  padding-top: 76px; }
  @media (max-width: 600px) {
    .footer-thanks {
      padding-top: 50px; } }

.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;
      margin-top: 30px;
      height: 60px;
      width: 100%; } }

.popup-presentation__content {
  padding: 72px 70px 66px 70px;
  background: #ffffff;
  border-radius: 10px;
  max-width: 907px;
  position: relative; }
  @media (max-width: 976px) {
    .popup-presentation__content {
      max-width: 500px;
      background-image: none; } }
  @media (max-width: 600px) {
    .popup-presentation__content {
      max-width: 300px;
      padding: 25px 20px; } }
.popup-presentation__item {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 976px) {
    .popup-presentation__item {
      flex-direction: column; } }
.popup-presentation__header {
  display: flex;
  flex-direction: column;
  max-width: 414px; }
  @media (max-width: 976px) {
    .popup-presentation__header {
      margin-bottom: 15px;
      max-width: 100%;
      text-align: center; } }
  @media (max-width: 600px) {
    .popup-presentation__header {
      margin-bottom: 10px; } }
.popup-presentation__title {
  text-transform: uppercase;
  color: #fecc00;
  font-family: "Gilroy-Bold";
  font-weight: 700;
  font-size: 30px;
  line-height: 45px; }
  @media (max-width: 600px) {
    .popup-presentation__title {
      font-size: 16px;
      line-height: 22px; } }
.popup-presentation__text {
  font-size: 20px;
  line-height: 24px; }
  @media (max-width: 600px) {
    .popup-presentation__text {
      font-size: 15px;
      line-height: 20px; } }
.popup-presentation__img {
  position: absolute;
  left: 70px;
  bottom: 41px; }
  @media (max-width: 976px) {
    .popup-presentation__img {
      display: none; } }
.popup-presentation__form {
  max-width: 310px;
  width: 310px;
  border: none;
  padding: 0 0 0 0; }
  @media (max-width: 976px) {
    .popup-presentation__form {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 600px) {
    .popup-presentation__form {
      width: 100%;
      max-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 {
    font-family: "Gilroy-Italic";
    font-weight: 400;
    height: 74px;
    padding: 5px 5px 5px 33px;
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
    background-image: none;
    font-size: 15px;
    line-height: 18px;
    color: rgba(35, 31, 32, 0.43); }
    @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;
        margin-bottom: 15px;
        padding: 5px 10px 5px 25px;
        font-size: 12px;
        line-height: 17px; } }
  .popup-presentation__form-field .form__input-name {
    background-image: none; }
  .popup-presentation__form-field .form__input-email {
    background-image: none; }
  .popup-presentation__form-field .form__input-phone {
    background-image: none; }
  .popup-presentation__form-field .form__input::-webkit-input-placeholder {
    color: rgba(35, 31, 32, 0.43); }
  .popup-presentation__form-field .form__input:-moz-placeholder {
    color: rgba(35, 31, 32, 0.43); }
  .popup-presentation__form-field .form__input::-moz-placeholder {
    color: rgba(35, 31, 32, 0.43); }
  .popup-presentation__form-field .form__input:-ms-input-placeholder {
    color: rgba(35, 31, 32, 0.43); }
  .popup-presentation__form-field .form__input::-ms-input-placeholder {
    color: rgba(35, 31, 32, 0.43); }
  .popup-presentation__form-field .form__input::placeholder {
    color: rgba(35, 31, 32, 0.43); }
  .popup-presentation__form-field .form__btn {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    height: 70px;
    margin-bottom: 25px; }
    @media (max-width: 600px) {
      .popup-presentation__form-field .form__btn {
        height: 47px;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px; } }
.popup-presentation .form__checkbox {
  align-items: flex-start; }
  @media (max-width: 1160px) {
    .popup-presentation .form__checkbox {
      margin-top: 0; } }
  .popup-presentation .form__checkbox .form__text {
    font-family: "Nunito-Light";
    font-weight: 300;
    color: #a7a7a7;
    font-size: 12px;
    line-height: 16px; }
    @media (max-width: 1160px) {
      .popup-presentation .form__checkbox .form__text {
        text-align: left; } }
  @media (max-width: 600px) {
    .popup-presentation .form__checkbox img {
      margin-right: 5px; } }
.popup-presentation .politicy {
  font-family: "Nunito-Light";
  font-weight: 300;
  color: #a7a7a7;
  font-size: 12px;
  line-height: 16px; }

.popup-phone .popup-presentation__img {
  left: auto;
  right: 0px;
  bottom: 0px; }
.popup-phone .popup-presentation__item {
  flex-direction: column; }
.popup-phone .popup-presentation__form {
  width: 428px;
  max-width: 428px; }
  @media (max-width: 976px) {
    .popup-phone .popup-presentation__form {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 100%; } }
.popup-phone .popup-presentation__header {
  margin-bottom: 32px;
  max-width: 369px; }
  @media (max-width: 976px) {
    .popup-phone .popup-presentation__header {
      margin-bottom: 25px; } }
  @media (max-width: 600px) {
    .popup-phone .popup-presentation__header {
      margin-bottom: 15px; } }

.popup-exit .popup-presentation__img {
  left: 0px;
  bottom: 0px; }

@media (max-width: 644px) {
  .popup-video {
    display: none; } }
.popup-video .popup-presentation__content {
  padding: 0 0 0 0;
  height: 558px;
  max-width: 1000px; }
  @media (max-width: 1050px) {
    .popup-video .popup-presentation__content {
      max-width: 600px;
      padding: 0 0 0 0;
      height: 334px; } }
.popup-video .popup-presentation__content::before {
  display: none; }
.popup-video .popup__video {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  height: 558px; }
  @media (max-width: 1050px) {
    .popup-video .popup__video {
      width: 600px;
      height: 334px; } }

.popup-politicy__content::after {
  content: none; }
.popup-politicy__content {
  background-image: none;
  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 {
  font-size: 20px;
  line-height: 28px;
  height: 45px;
  margin-top: 15px;
  padding: 7px 20px; }

.priv-policy {
  position: relative;
  max-width: 760px;
  padding: 24px 44px;
  background-color: white;
  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: "Gilroy-Bold";
  font-weight: 700; }

.priv-policy__subtitle,
.priv-policy__text {
  font-family: "Gilroy-Bold";
  font-weight: 700;
  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%; }

.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 */
