@font-face {
    font-family: Poppins-Light;
    src: url("Poppins-Light.ttf");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
  }
  @font-face {
    font-family: Poppins-Regular;
    src: url("Poppins-Regular.ttf");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
  }
  @font-face {
    font-family: Poppins-Medium;
    src: url("Poppins-Medium.ttf");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
  }
  @font-face {
    font-family: Poppins-SemiBold;
    src: url("Poppins-SemiBold.ttf");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
  }
  @font-face {
    font-family: Poppins-Bold;
    src: url("Poppins-Bold.ttf");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
  }
  @font-face {
    font-family: Montserrat-Light;
    src: url("Montserrat-Light.ttf");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
  }
  @font-face {
    font-family: Montserrat-Regular;
    src: url("Montserrat-Regular.ttf");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
  }
  @font-face {
    font-family: Montserrat-Medium;
    src: url("Montserrat-Medium.ttf");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
  }
  @font-face {
    font-family: Montserrat-SemiBold;
    src: url("Montserrat-SemiBold.ttf");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
  }
  @font-face {
    font-family: Montserrat-Bold;
    src: url("Mulish-Bold.ttf");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
  }
  @font-face {
    font-family: Mulish-SemiBold;
    src: url("Mulish-SemiBold.ttf");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
  }
  @font-face {
    font-family: Mulish-ExtraBold;
    src: url("Mulish-ExtraBold.ttf");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
  }
@font-face {
  font-family: Mulish-Regular;
  src: url("Mulish-Regular.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  ul[class],
  ol[class] {
    padding: 0;
  }
  body,
  h1,
  h2,
  h3,
  h4,
  p,
  ul[class],
  ol[class],
  li,
  figure,
  figcaption,
  blockquote,
  dl,
  dd {
    margin: 0;
  }
  body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    font-family: "Poppins-Regular", sans-serif;
    position: relative;
  }
  ul[class],
  ol[class] {
    list-style: none;
  }
  a:not([class]) {
    text-decoration-skip-ink: auto;
  }
  img {
    max-width: 100%;
    display: block;
  }
  article > * + * {
    margin-top: 1em;
  }
  input,
  button,
  textarea,
  select {
    font: inherit;
  }
  :focus {
    outline: 0;
  }
  input,
  textarea,
  select {
    -webkit-appearance: none;
  }
  @media (prefers-reduced-motion: reduce) {
    * {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
  }
  a {
    color: #fff;
    text-decoration: none;
  }
  a:visited {
    color: #fff;
  }
  .flx {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .btn {
    display: block;
    font-size: 0.94vw;
  }
  .pc {
    display: block;
  }
  .body-bg {
    background-color: #3752b8;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .first {
    background-image: url("../../uploads/2021/10/bg1-1.png");
    background-repeat: no-repeat;
    padding: 40px;
    position: relative;
  }
  .first:after,
  .second:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(#445dc6, rgba(55, 82, 184, 0), #445dc6);
    background-size: cover;
    background-position: 50%;
  }
  .header-container {
    display: flex;
    justify-content: space-between;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
    padding: 32px 0 29px;
    z-index: 999;
    transition: all 0.3s ease;
  }
  header.scroll {
    box-shadow: 0 20px 50px rgb(0 0 0 / 10%);
  }
  header::before {
    content: "";
    position: absolute;
    opacity: 0;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #516adf, #4760cf);
    transition: all 0.3s ease;
  }
  header.scroll::before {
    opacity: 1;
  }
  first {
    max-width: 1675px;
    margin: 0 auto;
    padding: 0 15px;
  }
  main {
    overflow: hidden;
  }
  .header-container,
  .second-container,
  .third-container,
  .fourth-container,
  .video-section__container,
  .fifth-container,
  .sixth-container,
  .seventh-container,
  .eight-container,
  .ninth-container,
  .footer-container {
    width: 100%;
    max-width: 1675px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .header-nav ul {
    display: flex;
    justify-content: space-around;
  }
  .header-nav {
    width: 50%;
    margin-right: 10%;
  }
  .second {
    position: relative;
  }
  .social-icon {
    margin-right: 15px;
    width: 15%;
  }
  .header-language {
    margin-left: 25px;
  }
  .header-logo {
    width: 15%;
  }
  .header-nav a {
    font-family: "Mulish-SemiBold";
    display: inline-block;
    font-size: 0.75vw;
    letter-spacing: 0.2px;
  }
  .header-nav a:hover {
    border-bottom: 1px solid #fff;
  }
  .header-language__lang span {
    text-transform: uppercase;
    color: #fff;
    font-family: "Mulish-ExtraBold", sans-serif;
    font-size: 18px;
    display: inline-block;
    position: relative;
  }
  .header-language__lang {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-language__lang img {
    height: 20px;
    width: 20px;
    margin-right: 10px;
  }
  .header-language__lang span::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: -20px;
    top: 7px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
  }
  .social-icon svg {
    transform: scale(0.7);
  }
  .social-icon a {
    display: inline-block;
  }
  .first-left h1 {
    text-transform: uppercase;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 5vw;
    color: #fff;
    line-height: 1;
  }
  .first-left p {
    text-transform: uppercase;
    font-family: "Poppins-Light", sans-serif;
    font-size: 1.55vw;
    color: #fff;
    letter-spacing: 0.45em;
  }
  .first-left__btns {
    justify-content: flex-start;
    margin-top: 40px;
  }
  .first-left__btn {
    margin-right: 17px;
    background-color: #f6b73b;
    border: 1px solid #f6b73b;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 15px;
    padding: 17px 87px;
  }
  .first-right__btn {
    background-color: transparent;
    border: 1px solid #fff;
  }
  .first-right {
    margin-right: 3%;
  }
  .second-left,
  .second-right {
    width: 50%;
  }
  .second-left__title h3,
  .second-right__title h3 {
    font-family: "Poppins-SemiBold", sans-serif;
    margin-bottom: 34px;
    font-size: 3.15vw;
    line-height: 1;
    color: #fff;
  }
  .second-left__txt p {
    font-family: "Poppins-Light", sans-serif;
    margin-bottom: 22px;
    font-size: 0.85vw;
    line-height: 1.5;
    color: #fff;
  }
  .second-left__btn .btn {
    display: inline-block;
    background-color: #f6b73b;
    border: 1px solid #f6b73b;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 15px;
    padding: 17px 87px;
  }
  .second-left__btn .btn:hover {
    background-color: #e1a42c;
    border-color: #e1a42c;
  }
  .second-right {
    padding: 73px 0 95px 122px;
    background: linear-gradient(
      180deg,
      rgba(81, 106, 223, 0.2),
      rgba(71, 96, 207, 0.2)
    );
    backdrop-filter: opacity(20%);
    border-radius: 38px 0 0 38px;
    transform: translateX(135px);
  }
  .second-right__title h3 {
    margin-bottom: 76px;
  }
  .second-right__step {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .second-right__step:not(:last-child) {
    margin-bottom: 90px;
  }
  .first-container {
    margin: 0 auto;
    margin-top: 90px;
    width: 100%;
    max-width: 1675px;
    padding: 0 15px;
  }
  .second-right__step-icon {
    margin-right: 30px;
    position: relative;
  }
  .second-right__step-suptitle {
    color: hsla(0, 0%, 100%, 0.7);
    font-family: "Poppins-Regular", sans-serif;
    font-size: 0.94vw;
  }
  .btn {
    font-size: 0.94vw;
  }
  .second-right__step-title {
    font-size: 1.25vw;
    color: #fff;
  }
  .arrow::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
    bottom: -50px;
    left: 25px;
  }
  .third {
    position: relative;
  }
  .third-container {
    justify-content: space-around;
  }
  .third::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(#445dc6, rgba(55, 82, 184, 0), #445dc6);
    z-index: -1;
  }
  .third-left,
  .third-right {
    width: 50%;
  }
  .third-left {
    justify-content: space-around;
  }
  .third-left__first-icon,
  .third-left__second-icon {
    display: flex;
    justify-content: center;
    position: relative;
    width: 168px;
    height: 169px;
    border: 2px solid hsla(0, 0%, 100%, 0.3);
    border-radius: 50%;
    align-items: center;
    margin: 0 auto;
  }
  .third-left__first-icon::after,
  .third-left__second-icon::after {
    content: "";
    position: absolute;
    width: 93%;
    height: 93%;
    background: hsla(0, 0%, 100%, 0.1);
    border-radius: 50%;
  }
  .third-left__first,
  .third-left__second {
    text-align: center;
    position: relative;
  }
  .third-left__first-title span,
  .third-left__second-title span {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-family: "Poppins-Regular";
    margin: 10px 0 27px;
  }
  .third-left__first-sum span,
  .third-left__second-sum span {
    font-size: 60px;
    color: #fff;
    font-family: "Poppins-Bold";
    line-height: 1;
    display: inline-block;
  }
  .third-right img {
    margin: 0 auto;
  }
  .fourth {
    padding-top: 80px;
    padding-bottom: 160px;
    position: relative;
  }
  .fourth::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../../uploads/2021/10/bg2-1.png");
    z-index: -1;
  }
  .fourth::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(#445dc6, rgba(55, 82, 184, 0), #445dc6);
  }
  .fourth-title {
    text-align: center;
    margin-bottom: 60px;
  }
  .fourth-title h3 {
    font-family: "Poppins-Bold";
    font-size: 60px;
    color: #fff;
  }
  .fourth-container {
    min-height: 260px;
  }
  .fourth-slider {
    max-width: 900px;
    margin: 0 auto;
  }
  .video-section {
    position: relative;
  }
  .video-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(#445dc6, rgba(55, 82, 184, 0), #445dc6);
  }
  video {
    background-color: #000;
  }
  .slider-btn {
    width: 30px;
    height: 30px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    transition: border-color 0.5s ease;
  }
  .slider-btn:hover {
    border-color: #eac249;
  }
  .btn-right {
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    margin-left: 5px;
  }
  .btn-left {
    border-left: 2px solid #fff;
    transform: rotate(45deg);
    margin-right: 5px;
  }
  .slider-btns {
    justify-content: center;
    transition: border-color 0.3s ease;
    margin-top: 40px;
  }
  .fifth {
    padding: 142px 0;
    position: relative;
    text-align: center;
    padding-top: 80px;
  }
  .sixth::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../../uploads/2021/10/bg2-1.png");
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: -1;
  }
  .fifth::before,
  .sixth::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(#445dc6, rgba(55, 82, 184, 0), #445dc6);
  }
  .sixth {
    padding: 70px 0 100px;
  }
  .fifth h3,
  .sixth-titl h3 {
    font-family: "Poppins-Bold";
    font-size: 60px;
    color: #fff;
  }
  .fifth-map-container img {
    margin: 0 auto;
  }
  .fifth-map-container {
    margin-top: 70px;
    position: relative;
  }
  
  .fifth-map-container svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .country-local-icon {
    fill: none;
    cursor: pointer;
    pointer-events: all;
    position: relative;
  }
  
  .country-local-icon:hover {
    animation: highlight 2s linear infinite;
  }
  .pop-up-country {
    background-color: #fff;
    padding: 0 30px 0 17px;
    display: flex;
    align-items: center;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    border-radius: 48.5px 48.5px 48.5px 0;
    transition: .2s ease,opacity .2s ease ;
  
  }
  .pop-up-country p {
    color: #4f4f4f;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    margin-left: 15px;
  }
  .pop-up-country.not-hide {
    transform: scale(1);
    opacity: 1;
  }
  
  .pop-up-country__img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
  }
  
  @keyframes highlight {
    0% {
      stroke: #f2003b;
    }
    50% {
      stroke: orange;
    }
    100% {
      stroke: transparent;
    }
  }
  .sixth,
  .seventh {
    position: relative;
  }
  .sixth-titl {
    text-align: center;
    margin-bottom: 85px;
  }
  .sixth-tubs__title {
    height: 63px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    width: 25%;
    text-align: center;
    cursor: pointer;
  }
  .sixth-tubs__title h4 {
    color: hsla(0, 0%, 100%, 0.2);
    font-size: 18px;
    font-family: "Poppins-Light";
  }
  .sixth-tubs__title.active-tub h4 {
    color: #fff;
    font-size: 24px;
    font-family: "Poppins-Bold";
  }
  .sixth-tubs__title.active-tub {
    border-color: #fff;
    cursor: context-menu;
  }
  .sixth-tub {
    display: none;
  }
  .sixth-tub.active-tub__txt {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  .sixth-tub__left {
    width: 56%;
    padding-right: 100px;
  }
  .sixth-tub__right {
    width: 44%;
  }
  .sixth-tubs__titles {
    margin-bottom: 70px;
  }
  .sixth-tub.active-tub__txt > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .sixth-tub__right-title h4 {
    color: #fff;
    font-size: 36px;
    font-family: "Poppins-SemiBold";
  }
  .sixth-tub__right-title {
    margin-bottom: 30px;
  }
  .sixth-tub__right-txt p {
    color: #bac8ff;
    font-size: 17px;
    font-family: "Poppins-Light";
  }
  .seventh {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .seventh::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../../uploads/2021/10/bg2-1.png");
    z-index: -1;
    opacity: 0.6;
  }
  .seventh::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(#445dc6, rgba(55, 82, 184, 0), #445dc6);
  }
  .seventh-left {
    width: 50%;
  }
  .seventh-right {
    width: 50%;
  }
  .seventh-left img {
    width: 95%;
  }
  .seventh-right__title {
    margin-bottom: 30px;
  }
  .seventh-right__title h3 {
    color: #fff;
    font-size: 60px;
    font-family: "Poppins-SemiBold";
    line-height: 1;
  }
  .seventh-right__txt p {
    font-size: 16px;
    font-family: "Poppins-Light";
    color: #fff;
  }
  .seventh-right__btn .btn {
    display: inline-block;
    background-color: #f6b73b;
    border: 1px solid #f6b73b;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 15px;
    padding: 17px 87px;
    margin-top: 150px;
  }
  .seventh-right__btn .btn:hover {
    background-color: #e1a42c;
    border-color: #e1a42c;
  }
  .eighth {
    position: relative;
    padding: 30px 0 100px;
  }
  .eighth:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(#445dc6, rgba(55, 82, 184, 0), #445dc6);
  }
  .eighth-title {
    text-align: center;
    margin-bottom: 60px;
  }
  .eighth-title h3 {
    color: #fff;
    font-size: 60px;
    font-family: "Poppins-SemiBold";
  }
  .eighth-article {
    position: relative;
    width: 100%;
    max-width: 530px;
  }
  a.article-img {
    display: block;
    width: 100%;
    height: 316px;
    object-fit: cover;
  }
  a.article-img img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .eighth-article__info {
    position: relative;
    top: -95px;
    width: 73.5%;
    background-color: #fff;
    padding: 26px 36px 0;
  }
  .eighth-article__date time {
    font-size: 11px;
    color: #2e2e2e;
    font-family: "Poppins-Light";
  }
  .eighth-article__title h4 {
    line-height: 1;
    font-family: "Poppins-Light";
    font-size: 24px;
  }
  .eighth-article__title {
    margin: 20px 0;
  }
  .eighth-article__title p {
    font-size: 12px;
    font-family: "Poppins-Light";
    line-height: 1.5;
  }
  .eighth-article__info {
  }
  .eighth-article__btn .btn {
    display: inline-block;
    background-color: #f6b73b;
    border: 1px solid #f6b73b;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 15px;
    padding: 17px 87px;
    margin: 0 auto;
    position: relative;
    top: 30px;
    z-index: 1;
  }
  .eighth-article__btn .btn:hover {
    background-color: #e1a42c;
    border-color: #e1a42c;
  }
  .eighth-article__btn {
    text-align: center;
    position: relative;
  }
  .ninth {
    position: relative;
    padding: 69px 0 135px;
  }
  .ninth::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-image: url("../../uploads/2021/10/bg2-1.png");
    z-index: -1;
  }
  .ninth::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(#445dc6, rgba(55, 82, 184, 0), #445dc6);
  }
  .ninth-left {
    width: 50%;
  }
  .ninth-right {
    width: 50%;
  }
  .ninth-right svg {
    /* float: right; */
  }
  .ninth-left__title {
    margin-bottom: 30px;
  }
  .ninth-left__title h3 {
    font-size: 60px;
    color: #fff;
    font-size: 60px;
    font-family: "Poppins-Bold";
    line-height: 1;
  }
  .eighth-articles-container,
  .ninth-container {
    align-items: flex-start;
  }
  .ninth-left__txt {
    margin-bottom: 30px;
  }
  .ninth-left__txt p {
    font-size: 16px;
    font-family: "Poppins-Regular";
    color: #fff;
  }
  .form-item {
    width: 49%;
  }
  .ninth-left__form input {
    width: 100%;
    height: 53px;
  }
  .form-line {
    margin-bottom: 20px;
    justify-content: space-between;
  }
  .ninth-left__form textarea {
    width: 100%;
    height: 144px;
    resize: none;
  }
  .ninth-left__form input:not([type="submit"]),
  textarea {
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    background: unset;
    width: 100%;
    padding: 15px 22px;
    font-size: 18px;
    color: #fff;
    transition: border-color 0.3s ease;
    color: #fff;
  }
  .ninth-left__form input:not([type="submit"])::placeholder,
  textarea::placeholder {
    color: #fff;
    opacity: 0.5;
  }
  .ninth-left__form .btn {
    width: 252px;
    line-height: 59px;
    border: 1px solid #f6b73b;
    display: block;
    white-space: nowrap;
    background-color: #f6b73b;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 15px;
    color: #fff;
  }
  .ninth-left__form .btn:hover {
    background-color: #e1a42c;
    border-color: #e1a42c;
  }
  footer {
    padding: 36px 0 80px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
    position: relative;
  }
  footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../../uploads/2021/10/bg2-1.png");
    opacity: 0.7;
  }
  footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(#445dc6, rgba(55, 82, 184, 0), #445dc6);
  }
  .footer-contacts {
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 0;
  }
  .footer-contacts__first {
    width: 25%;
  }
  .footer-contacts__second {
    width: 35%;
  }
  .footer-contacts__third {
    width: 40%;
  }
  .footer-contacts__first-item h5,
  .footer-contacts__second-item h5,
  .footer-contacts__third-item h5 {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-family: "Poppins-SemiBold";
    line-height: 1;
    margin: 0;
    margin-bottom: 10px;
  }
  .footer-contacts__first-item a,
  .footer-contacts__second-item a,
  .footer-contacts__third-item a {
    font-family: "Poppins-Medium";
    text-transform: none;
    font-size: 16px;
  }
  .footer-contacts__second-item a {
    font-size: 14px;
    font-family: "Poppins-SemiBold";
  }
  .footer-contacts__privacy,
  .footer-contacts__terms {
    margin-top: 30px;
  }
  .footer-contacts__phone ul {
    list-style: none;
    padding: 0;
  }
  .footer-container {
    position: relative;
  }
  .footer-disclaimer {
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
    padding-top: 40px;
    color: #fff;
    font-size: 14px;
    font-family: "Poppins-Medium";
    margin-bottom: 40px;
  }
  .footer-contacts {
    align-items: flex-start;
  }
  .footer-icons__left-img {
    margin-right: 16px;
  }
  .footer-copyright span {
    font-size: 12px;
    color: #fff;
  }
  .footer-copyright {
    margin-top: 5px;
  }
  footer .social-icon svg {
    transform: scale(1);
  }
  .about .first-left h1 {
    font-size: 60px;
    font-family: "Poppins-Bold";
    text-transform: none;
    margin-bottom: 34px;
  }
  .about .first-left p {
    font-family: "Poppins-Medium";
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 27px;
    max-width: 778px;
    text-transform: none;
    letter-spacing: 0;
  }
  .about .first-left .small-txt {
    font-family: "Poppins-Light";
    font-size: 16px;
    line-height: 1.25;
    max-width: 778px;
    text-align: justify;
  }
  .about .body-bg {
    background-color: #3752b8;
    background-image: none;
  }
  .about .first {
    position: relative;
    padding-top: 105px;
  }
  .about .first {
    background: none;
  }
  .about .first::after {
    position: absolute;
    content: "";
    background-image: url("../../uploads/2021/11/about-bg1.png");
    opacity: 0.07;
    background-size: cover;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
  }
  .about .first::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(#445dc6, rgba(55, 82, 184, 0), #445dc6);
  }
  .about .first-container {
    align-items: flex-start;
    padding-top: 50px;
  }
  .tenth {
    padding: 83px 0 69px;
    position: relative;
  }
  .tenth::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(#445dc6, rgba(55, 82, 184, 0), #445dc6);
  }
  .tenth p {
    color: #fff;
    font-family: "Poppins-Regular";
    font-size: 16px;
    text-align: left;
  }
  .fourth-container.tenth-container {
    min-height: auto;
  }
  .eleventh-left,
  .eleventh-right {
    width: 50%;
  }
  .eleventh-container {
    align-items: flex-start;
  }
  .eleventh-title {
    margin-bottom: 45px;
  }
  .eleventh-title h3 {
    color: #fff;
    font-family: "Poppins-Bold";
    font-size: 60px;
  }
  .faq-txt p {
    font-size: 14px;
    font-family: "Poppins-Light";
    color: #fff;
  }
  .faqs-item h4 {
    font-size: 20px;
    color: #fff;
    font-family: "Poppins-Bold";
    line-height: 1;
  }
  .faq-title-block {
    margin-bottom: 10px;
  }
  .faqs-item {
    background-color: hsla(0, 0%, 100%, 0.05);
    border: 1px solid transparent;
    border-radius: 7px;
    padding: 20px 50px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .eleventh-right img {
    float: right;
  }
  .eleventh {
    padding-top: 210px;
    padding-bottom: 155px;
    position: relative;
  }
  .eleventh::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(#445dc6, rgba(55, 82, 184, 0), #445dc6);
  }
  .eleventh::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../../uploads/2021/11/faq-bg.png");
    opacity: 0.07;
    object-fit: cover;
    background-size: cover;
    background-position: center;
  }
  .faq-arrow {
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
  }
  .active-acc .faq-arrow {
    transform: rotate(135deg);
  }
  .faqs-item {
    margin-bottom: 10px;
  }
  .active-acc {
    border: 1px solid #fff;
  }
  .faq-title {
    max-width: 97%;
  }
  .faq-btn .btn {
    width: 252px;
    line-height: 59px;
    border: 1px solid #f6b73b;
    display: block;
    white-space: nowrap;
    background-color: #f6b73b;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 15px;
  }
  .faq-btn .btn:hover {
    background-color: #e1a42c;
    border-color: #e1a42c;
  }
  .about .first-container {
    position: relative;
    z-index: 1;
  }
  .services .first-left {
    order: 2;
  }
  .services-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 48%;
    background-image: url("img/serv2.html");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .services .first-left h1 {
    text-transform: uppercase;
    font-size: 60px;
    color: #fff;
    font-family: "Poppins-Bold";
    margin-bottom: 60px;
  }
  .services .first-left p {
    max-width: 765px;
    font-size: 16px;
    color: #fff;
    font-family: "Poppins-Light";
    line-height: 1.5;
  }
  .first-right {
    width: 48%;
    margin-right: 0;
  }
  .services .first-left {
    width: 50%;
  }
  .services .first::before {
    z-index: 0;
  }
  .services .first-right img {
    margin-top: 60px;
  }
  .services .second .first-left {
    order: 0;
  }
  
  .services .second::before {
    position: absolute;
    content: "";
    background: linear-gradient(#445dc6, rgba(55, 82, 184, 0), #445dc6);
    opacity: 0.07;
    background-size: cover;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
  }
  .services .second {
    position: relative;
  }
  .services .second .services-bg {
    background-image: url("img/faq-bg.html");
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    width: 100%;
    opacity: 0.1;
    z-index: -1;
    background-position: center;
  }
  .services .second h2 {
    font-size: 60px;
    color: #fff;
    font-family: "Poppins-Bold";
    margin-bottom: 25px;
    line-height: 1;
  }
  .services .second h3 {
    text-transform: uppercase;
    font-size: 36px;
    color: #fff;
    font-family: "Poppins-Regular";
    margin-bottom: 35px;
  }
  .services .second p {
    font-family: "Poppins-Regular";
  }
  .services .second-container {
    align-items: flex-start;
    padding-top: 160px;
    padding-bottom: 152px;
  }
  .services .second-container .first-left {
    width: 50%;
  }
  .services .second-container .first-right {
    width: 50%;
  }
  .services .second-container .first-right img {
    float: right;
  }
  .services .fourth.second .services-bg {
    background-image: url("img/reviews-bg.html");
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    width: 100%;
    opacity: 0.1;
    z-index: -1;
    background-position: center;
  }
  .services .serv-flx img {
    margin-top: 0;
  }
  .fourth.second h2 {
    margin-bottom: 0;
  }
  .steps-cirkle__container {
    width: 10%;
  }
  .serv-steps {
    width: 90%;
  }
  .step-cirkle {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: #fff;
    font-family: "Poppins-Regular";
    font-size: 19px;
    background-color: #3752b8;
    position: relative;
    border: 1px solid hsla(0, 0%, 100%, 0.4);
    border-radius: 50%;
  }
  .step-cirkle:not(:first-child) {
    margin-top: 55px;
  }
  .steps-cirkle {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 90px;
  }
  .step-cirkle.active-step {
    font-family: "Poppins-Bold";
    font-size: 30px;
    border: 1px solid #f6b73b;
    background-color: #f6b73b;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 82px;
    height: 82px;
  }
  .step-cirkle:not(:first-child):before {
    content: "";
    position: absolute;
    top: -56px;
    height: 55px;
    border: 1px solid #8797d4;
  }
  .steps-cirkle:before {
    content: "";
    z-index: -1;
    position: absolute;
    height: 100%;
    border: 1px solid #f6b73b;
  }
  .services p.serv-step {
    font-size: 24px;
    margin-bottom: 25px;
    color: #fff;
    font-family: "Poppins-Regular";
  }
  .serv-steps h4 {
    font-size: 36px;
    color: #fff;
    font-family: "Poppins-SemiBold";
  }
  .services .serv-steps p {
    max-width: 580px;
    color: #fff;
    font-family: "Poppins-Light";
    margin-top: 20px;
  }
  .services .fourth.second .second-container {
    padding-bottom: 0;
  }
  .testimonials .first-left {
    width: 100%;
    text-align: center;
  }
  .testimonials .first-left .small-txt {
    max-width: 100%;
    text-align: center;
    margin-bottom: 50px;
    font-size: 16px;
    font-family: "Poppins-Regular";
  }
  .testimonials .video-section::before {
    display: none;
  }
  .testimonials .fourth-slider {
    max-width: 1090px;
  }
  .faq-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.07;
    object-fit: cover;
  }
  .faq .eleventh::before,
  .faq .fourth::after,
  .faq .ninth::after,
  .faq footer::after {
    background: none;
  }
  .faq .ninth::before {
    z-index: 0;
  }
  .contact .ninth {
    padding-top: 200px;
  }
  .blog h1 {
    margin-bottom: 41px;
    font-family: "Poppins-Bold";
    font-size: 96px;
    color: #fff;
    text-align: center;
  }
  .blog .first-left {
    width: 66%;
  }
  .blog .first-right {
    width: 32%;
  }
  .blog-main-img img {
    width: 100%;
  }
  .news-container {
    align-items: flex-start;
  }
  .blog-article {
    background-color: #fff;
    padding: 28px 65px 46px 48px;
  }
  .article-title h3 {
    color: #2c2c2c;
    font-size: 36px;
    font-family: "Poppins-SemiBold";
  }
  .article-title time {
    color: #8f8f8f;
    font-size: 14px;
    font-family: "Poppins-SemiBold";
  }
  .article-subtitle {
    color: #2c2c2c;
    margin: 10px 0;
  }
  .article-tag span {
    display: inline-block;
    line-height: 1.6;
    padding: 0 14px;
    width: fit-content;
    border-radius: 90px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    background-color: #219653;
    border-color: #219653;
    margin-bottom: 35px;
  }
  .blog .article-txt p {
    font-size: 18px;
    color: rgba(86, 86, 86, 0.9);
    margin-bottom: 27px;
    max-width: 100%;
    line-height: 1.5;
    font-family: "Poppins-Regular";
  }
  .article-btn .btn {
    margin-right: 17px;
    background-color: #f6b73b;
    border: 1px solid #f6b73b;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 15px;
    padding: 17px 87px;
    display: inline-block;
  }
  .article-btn .btn:hover {
    background-color: #e1a42c;
    border-color: #e1a42c;
  }
  .blog .first-container {
    margin-top: 0;
    padding-top: 50px;
  }
  .blog h1 {
    line-height: 1;
  }
  .blog-article__anons-block {
    max-width: 530px;
  }
  .blog-article__anons {
    margin-bottom: 20px;
    position: relative;
  }
  .anons-img,
  .anons-info {
    width: 50%;
  }
  .anons-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .anons-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .anons-info {
    margin-left: 50%;
    padding: 30px 20px 15px;
    background-color: hsla(0, 0%, 100%, 0.09);
  }
  .anons-title h5 {
    font-size: 18px;
    font-family: "Poppins-Bold";
    color: #fff;
    line-height: 1;
    margin: 0;
  }
  .anons-date time,
  .anons-rt span {
    font-size: 10px;
    font-family: "Poppins-Light";
    color: #fff;
    max-width: 40%;
  }
  .anons-tag {
    display: inline-block;
    line-height: 1.6;
    padding: 0 14px;
    width: fit-content;
    border-radius: 90px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    margin-bottom: 12px;
    background-color: #219653;
    border-color: #219653;
  }
  .anons-time {
    margin: 10px 0;
  }
  .anons-txt p {
    font-size: 11px;
    margin-bottom: 15px;
    color: #fff;
  }
  .anons-btn .btn {
    border: 1px solid #f6b73b;
    display: block;
    white-space: nowrap;
    background-color: #f6b73b;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 15px;
    display: inline-block;
    line-height: 35px;
    width: 177px;
    font-size: 14px;
  }
  .anons-btn .btn:hover {
    background-color: #e1a42c;
    border-color: #e1a42c;
  }
  main.article .first-left h1,
  main.article .first-right h2 {
    text-align: left;
    font-size: 48px;
    color: #fff;
    font-family: "Poppins-Bold";
  }
  main.article .first-right h2 {
    margin-bottom: 30px;
  }
  .blog.article .first {
    padding-top: 148px;
  }
  main.article .article-title {
    align-items: center;
  }
  main.article .article-tag span {
    margin-bottom: 0;
  }
  main.article .article-time {
    margin-right: 10px;
  }
  main.article .article-subtitle span,
  main.article .article-time time {
    font-size: 18px;
    color: hsla(0, 0%, 100%, 0.65);
    font-family: "Poppins-Light";
  }
  main.article .article-subtitle,
  main.article .article-tag {
    margin: 20px 0;
  }
  main.article .first-left h1 {
    margin-bottom: 0;
  }
  main.article .article-subtitle {
    margin-left: 20px;
  }
  .blog.article .first-right {
    width: 33%;
  }
  main.article .blog-article {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  .blog.article .article-txt p {
    color: #fff;
    font-size: 16px;
    font-family: "Poppins-Regular";
  }
  .blog.article .article-txt span.title {
    font-size: 30px;
    font-family: "Poppins-SemiBold";
    color: #fff;
  }
  .rolling-num {
    min-width: 290px;
  }
  .testimonials-slider__container {
    position: absolute;
    bottom: 0;
    right: 27px;
    max-width: 310px;
    height: 720px;
    background-color: #4355a4;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 20px 20px 30px 20px;
  }
  .testimonials-slider__header {
    font-size: 24px;
    line-height: 21px;
    text-transform: uppercase;
    font-family: "Poppins-Regular";
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
  .testimonials-slider__body {
    overflow: hidden;
    height: 600px;
    width: 100%;
  }
  .testimonials-slider__item {
    margin-top: 25px;
    text-align: center;
    color: #fff;
  }
  .testimonials-item__name span {
    display: inline-block;
    color: #f6b73b;
    font-size: 18px;
    line-height: 21px;
  }
  .testimonials-item__info {
    margin-bottom: 30px;
  }
  .testimonials-item__info span.recived {
    display: block;
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
    font-family: "Poppins-Light";
    color: #d5ecf2;
    text-transform: uppercase;
  }
  .testimonials-item__info span.sum {
    display: block;
    font-family: "Poppins-Light";
    color: #d5ecf2;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 42px;
  }
  .testimonials-item__info span.date {
    display: block;
    font-family: "Poppins-Light";
    font-size: 24px;
    line-height: 30px;
    color: #d5ecf2;
  }
  .testimonials-item__trust a {
    display: block;
    text-align: center;
    max-width: 210px;
    width: 100%;
    color: #f6b73b;
    margin: 0 auto;
    border-bottom: 1px solid #1f313a;
    padding-bottom: 35px;
    transition: 0.3s;
  }
  .testimonials-item__trust a svg {
    max-width: 130px;
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 100%;
  }
  .testimonials-slider__item {
    padding: 0 10px;
    width: 100%;
  }
  .testimonials-slider__body {
    overflow: visible;
    height: 600px;
    width: 100%;
  }
  .testimonials-slider__original {
    height: 600px;
    overflow: hidden;
    position: relative;
  }
  .testimonials-slider__item {
    position: absolute;
    height: 244px;
    top: 810px;
    transition: opacity 0s;
  }
  .testimonials-slider__body {
    min-width: 260px;
    overflow: visible;
  }
  .testimonials-slider__item.first-slid {
    top: 0px;
  }
  .testimonials-slider__item.second-slid {
    top: 270px;
  }
  .testimonials-slider__item.third-slid {
    top: 540px;
  }
  .testimonials-slider__copy {
    display: none;
  }
  .testimonials-slider__mask {
    height: 100%;
  }
  
  .testimonials-slider__item.first-slid {
    animation: cycle 40s linear infinite;
  }
  .testimonials-slider__body:hover .testimonials-slider__item.first-slid,
  .testimonials-slider__body:hover .testimonials-slider__item.second-slid,
  .testimonials-slider__body:hover .testimonials-slider__item.third-slid,
  .testimonials-slider__body:hover .testimonials-slider__item.fourth-slid,
  .testimonials-slider__body:hover .testimonials-slider__item.fifth-slid,
  .testimonials-slider__body:hover .testimonials-slider__item.sixth-slid,
  .testimonials-slider__body:hover .testimonials-slider__item.seventh-slid,
  .testimonials-slider__body:hover .testimonials-slider__item.eigth-slid,
  .testimonials-slider__body:hover .testimonials-slider__item.nineth-slid,
  .testimonials-slider__body:hover .testimonials-slider__item.tenth-slid {
    animation-play-state: paused;
  }
  
  .testimonials-slider__item.second-slid {
    animation: cycletwo 40s linear infinite;
  }
  
  .testimonials-slider__item.third-slid {
    animation: cyclethree 40s linear infinite;
  }
  
  .testimonials-slider__item.fourth-slid {
    animation: cyclefour 40s linear infinite;
  }
  
  .testimonials-slider__item.fifth-slid {
    animation: cyclefive 40s linear infinite;
  }
  .testimonials-slider__item.sixth-slid {
    animation: cyclesix 40s linear infinite;
  }
  .testimonials-slider__item.seventh-slid {
    animation: cycleseven 40s linear infinite;
  }
  .testimonials-slider__item.eigth-slid {
    animation: cycleeight 40s linear infinite;
  }
  .testimonials-slider__item.nineth-slid {
    animation: cyclenine 40s linear infinite;
  }
  .testimonials-slider__item.tenth-slid {
    animation: cycleten 40s linear infinite;
  }
  
  @keyframes cycle {
    0% {
      top: 0px;
      opacity: 1;
    }
    10% {
      top: -270px;
      opacity: 1;
    }
    20% {
      top: -270px;
      opacity: 0;
    }
    30% {
      top: 810px;
      opacity: 0;
    }
    40% {
      top: 810px;
      opacity: 1;
    }
    50% {
      top: 810px;
      opacity: 1;
    }
    60% {
      top: 810px;
      opacity: 1;
    }
    70% {
      top: 810px;
      opacity: 1;
    }
    80% {
      top: 540px;
      opacity: 1;
    }
    90% {
      top: 270px;
      opacity: 1;
    }
    100% {
      top: 0;
      opacity: 1;
    }
  }
  
  @keyframes cycletwo {
    0% {
      top: 270px;
      opacity: 1;
    }
    10% {
      top: 0;
      opacity: 1;
    }
    20% {
      top: -270px;
      opacity: 1;
    }
    30% {
      top: -270px;
      opacity: 0;
    }
    40% {
      top: 810px;
      opacity: 0;
    }
    50% {
      top: 810px;
      opacity: 1;
    }
    60% {
      top: 810px;
      opacity: 1;
    }
    70% {
      top: 810px;
      opacity: 1;
    }
    80% {
      top: 810px;
      opacity: 1;
    }
    90% {
      top: 540px;
      opacity: 1;
    }
    100% {
      top: 270px;
      opacity: 1;
    }
  }
  
  @keyframes cyclethree {
    0% {
      top: 540px;
      opacity: 1;
    }
    10% {
      top: 270px;
      opacity: 1;
    }
    20% {
      top: 0;
      opacity: 1;
    }
    30% {
      top: -270px;
      opacity: 1;
    }
    40% {
      top: -270px;
      opacity: 0;
    }
    50% {
      top: 810px;
      opacity: 0;
    }
    60% {
      top: 810px;
      opacity: 1;
    }
    70% {
      top: 810px;
      opacity: 1;
    }
    80% {
      top: 810px;
      opacity: 1;
    }
    90% {
      top: 810px;
      opacity: 1;
    }
    100% {
      top: 540px;
      opacity: 1;
    }
  }
  
  @keyframes cyclefour {
    0% {
      top: 810px;
      opacity: 1;
    }
    10% {
      top: 540px;
      opacity: 1;
    }
    20% {
      top: 270px;
      opacity: 1;
    }
    30% {
      top: 0;
      opacity: 1;
    }
    40% {
      top: -270px;
      opacity: 1;
    }
    50% {
      top: -270px;
      opacity: 0;
    }
    60% {
      top: 810px;
      opacity: 0;
    }
    70% {
      top: 810px;
      opacity: 1;
    }
    80% {
      top: 810px;
      opacity: 1;
    }
    90% {
      top: 810px;
      opacity: 1;
    }
    100% {
      top: 810px;
      opacity: 1;
    }
  }
  @keyframes cyclefive {
    0% {
      top: 810px;
      opacity: 1;
    }
    10% {
      top: 810px;
      opacity: 1;
    }
    20% {
      top: 540px;
      opacity: 1;
    }
    30% {
      top: 270px;
      opacity: 1;
    }
    40% {
      top: 0;
      opacity: 1;
    }
    50% {
      top: -270px;
      opacity: 1;
    }
    60% {
      top: -270px;
      opacity: 0;
    }
    70% {
      top: 810px;
      opacity: 0;
    }
    80% {
      top: 810px;
      opacity: 1;
    }
    90% {
      top: 810px;
      opacity: 1;
    }
    100% {
      top: 810px;
      opacity: 1;
    }
  }
  @keyframes cyclesix {
    0% {
      top: 810px;
      opacity: 1;
    }
    10% {
      top: 810px;
      opacity: 1;
    }
    20% {
      top: 810px;
      opacity: 1;
    }
    30% {
      top: 540px;
      opacity: 1;
    }
    40% {
      top: 270px;
      opacity: 1;
    }
    50% {
      top: 0;
      opacity: 1;
    }
    60% {
      top: -270px;
      opacity: 1;
    }
    70% {
      top: -270px;
      opacity: 0;
    }
    80% {
      top: 810px;
      opacity: 0;
    }
    90% {
      top: 810px;
      opacity: 1;
    }
    100% {
      top: 810px;
      opacity: 1;
    }
  }
  @keyframes cycleseven {
    0% {
      top: 810px;
      opacity: 1;
    }
    10% {
      top: 810px;
      opacity: 1;
    }
    20% {
      top: 810px;
      opacity: 1;
    }
    30% {
      top: 810px;
      opacity: 1;
    }
    40% {
      top: 540px;
      opacity: 1;
    }
    50% {
      top: 270px;
      opacity: 1;
    }
    60% {
      top: 0;
      opacity: 1;
    }
    70% {
      top: -270px;
      opacity: 1;
    }
    80% {
      top: -270px;
      opacity: 0;
    }
    90% {
      top: 810px;
      opacity: 0;
    }
    100% {
      top: 810px;
      opacity: 1;
    }
  }
  @keyframes cycleeight {
    0% {
      top: 810px;
      opacity: 1;
    }
    10% {
      top: 810px;
      opacity: 1;
    }
    20% {
      top: 810px;
      opacity: 1;
    }
    30% {
      top: 810px;
      opacity: 1;
    }
    40% {
      top: 810px;
      opacity: 1;
    }
    50% {
      top: 540px;
      opacity: 1;
    }
    60% {
      top: 270px;
      opacity: 1;
    }
    70% {
      top: 0;
      opacity: 1;
    }
    80% {
      top: -270px;
      opacity: 1;
    }
    90% {
      top: -270px;
      opacity: 0;
    }
    100% {
      top: 810px;
      opacity: 0;
    }
  }
  @keyframes cyclenine {
    0% {
      top: -270px;
      opacity: 0;
    }
    10% {
      top: 810px;
      opacity: 0;
    }
    20% {
      top: 810px;
      opacity: 1;
    }
    30% {
      top: 810px;
      opacity: 1;
    }
    40% {
      top: 810px;
      opacity: 1;
    }
    50% {
      top: 810px;
      opacity: 1;
    }
    60% {
      top: 540px;
      opacity: 1;
    }
    70% {
      top: 270px;
      opacity: 1;
    }
    80% {
      top: 0;
      opacity: 1;
    }
    90% {
      top: -270px;
      opacity: 1;
    }
    100% {
      top: -270px;
      opacity: 0;
    }
  }
  @keyframes cycleten {
    0% {
      top: -270px;
      opacity: 0;
    }
    10% {
      top: 810px;
      opacity: 0;
    }
    20% {
      top: 810px;
      opacity: 1;
    }
    30% {
      top: 810px;
      opacity: 1;
    }
    40% {
      top: 810px;
      opacity: 1;
    }
    50% {
      top: 810px;
      opacity: 1;
    }
    60% {
      top: 810px;
      opacity: 1;
    }
    70% {
      top: 540px;
      opacity: 1;
    }
    80% {
      top: 270px;
      opacity: 1;
    }
    90% {
      top: 0;
      opacity: 1;
    }
    100% {
      top: -270px;
      opacity: 1;
    }
  }
  @media screen and (max-width: 1495px) {
    .second-right {
      transform: translateX(55px);
    }
  }
  .fourth-slider-container {
    height: 577px;
    max-width: 900px;
    overflow: hidden;
    display: flex;
    position: relative;
  }
  .video-section iframe {
    position: absolute;
    min-width: 900px;
    height: 577px;
    bottom: 0;
    top: 0;
    right: 0;
    transition: all 1s;
  }
  .video-slide1 iframe {
    left: 0;
  }
  .video-slide2 iframe {
    left: 900px;
  }
  .video-slide3 iframe {
    left: 1800px;
  }
  .video-slide4 iframe {
    left: 2700px;
  }
  .video-slide5 iframe {
    left: 3600px;
  }
  .video-slide6 iframe {
    left: 4500px;
  }
  .video-slide6copy iframe {
    left: -900px;
  }
  .video-slide1copy iframe {
    left: 5400px;
  }
  .disabled-arrow {
    opacity: 0.5;
    pointer-events: none;
  }
  
  .sixth-tubs__title:hover {
    color: #fff;
    border-color: #fff;
  }
  .sixth-tubs__title:hover h4 {
    color: #fff;
  }
  
  .footer-contacts__first-item h5,
  .footer-contacts__second-item h5,
  .footer-contacts__third-item h5 {
    margin-bottom: 0;
  }
  .footer-contacts__icon {
    justify-content: flex-start;
    /* margin-left: -30px; */
  }
  .footer-contacts__icon svg {
    width: 25px;
    margin-right: 5px;
  }
  .phone-code {
    display: inline-block;
    width: 32px;
  }
  .footer-contacts__icon {
    margin-bottom: 5px;
  }
  .footer-contacts__icon.icon-phone {
    margin-bottom: -10px;
  }
  .calculator-container {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999;
    line-height: 0;
    perspective: 1000px;
  }
  .calculator {
    position: relative;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    transition: all 0.5s ease;
    transform-style: preserve-3d;
    cursor: pointer;
  }
  .calculator-container:hover .calculator {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateY(180deg);
  }
  .calculator-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    text-align: center;
    line-height: 1;
  }
  .calculator-inner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #8797d6;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0px 6px 0px 6px rgb(85 107 197) inset;
  }
  .calculator-inner::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    border: 1.5px solid #8797d6;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
  .calculator-inner__back {
    transform: rotateY(180deg);
  }
  .calculator-inner__back span {
    color: #fff;
  }
  .faqs-item.active-acc {
    background-color: hsla(0, 0%, 100%, 0.15);
  }
  .faqs-item:hover {
    background-color: hsla(0, 0%, 100%, 0.15);
  }
  .faq-txt {
    display: none;
  }
  .faqs-item.active-acc .faq-txt {
    display: block;
  }
  .faqs-item {
    z-index: 5;
    position: relative;
  }
  .faq-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .faq-arrow {
    transition: all 0.5s;
  }
  .faq-arrow {
    z-index: -1;
  }
  .serv-flx {
    position: relative;
    overflow: hidden;
  }
  .serv-steps {
    position: absolute;
    right: 0;
    top: -515px;
    opacity: 0;
    transition: all 0s;
  }
  .active-info {
    top: 0;
    opacity: 1;
    transition: all 1s;
  }
  .prev-cirkles {
    border: 1px solid #f6b73b;
    background-color: #f6b73b;
  }
  .step-cirkle.prev-cirkles::before,
  .step-cirkle.active-step::before {
    border-color: #f6b73b;
  }
  .steps-cirkle {
    margin-top: 0;
  }
  .step-cirkle {
    transition: all 0.5s;
  }
  .active-info {
    padding-top: 50px;
  }
  .serv-flx {
    min-height: 680px;
  }
  .fourth-slider-container {
    margin: 0 auto;
  }
  
  .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
  }
  form .select-input {
    display: flex;
  }
  form .select-input .select2,
  form .select-input > input {
    width: 100%;
    max-width: 50%;
  }
  label {
    position: relative;
  }
  label.is-error input:focus + .error-message {
    opacity: 0;
  }
  label .error-message {
    position: absolute;
    background-color: rgba(235, 87, 87, 0.3);
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    padding-right: 20px;
    margin: auto 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 300;
    font-size: 11px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  label .error-message svg {
    margin-left: 5px;
  }
  label.is-error .error-message {
    opacity: 1;
    pointer-events: all;
  }
  input:not([type="submit"]),
  textarea {
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    background: unset;
    width: 100%;
    padding: 15px 22px;
    font-size: 18px;
    color: #fff;
    transition: border-color 0.3s ease;
  }
  input:not([type="submit"])::placeholder,
  textarea::placeholder {
    font-size: 18px;
    color: hsla(0, 0%, 100%, 0.3);
  }
  input:not([type="submit"]):focus,
  textarea:focus {
    border-color: hsla(0, 0%, 100%, 0.5);
  }
  @media screen and (max-width: 768px) {
    input:not([type="submit"]),
    textarea {
      padding: 10px 12px;
    }
  }
  @media screen and (max-width: 575px) {
    input:not([type="submit"]),
    textarea {
      font-size: 10px;
    }
    input:not([type="submit"])::placeholder,
    textarea::placeholder {
      font-size: 10px;
    }
  }
  input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
  }
  input[type="number"] {
    -moz-appearance: textfield;
  }
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .country-item__name {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
  }
  .select2-container {
    width: 100% !important;
  }
  .select2-selection {
    height: 53px !important;
    display: flex !important;
    align-items: center;
    padding: 0 20px;
    background-color: hsla(0, 0%, 100%, 0.05) !important;
    border: 1px solid hsla(0, 0%, 100%, 0.3) !important;
    border-radius: 0 !important;
  }
  .select2-selection__rendered {
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #fff !important;
    font-size: 18px;
  }
  .select2-selection__arrow {
    top: calc(50% - 12px) !important;
    right: 13px !important;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 15px !important;
    height: 15px !important;
    transform: rotate(-45deg);
  }
  .select2-selection__arrow b {
    display: none;
  }
  .select2-dropdown {
    border-radius: 0;
    background-color: #fff !important;
    border: 1px solid hsla(0, 0%, 100%, 0.3) !important;
    color: #000 !important;
  }
  .select2-results__option--highlighted,
  .select2-results__option--selected {
    background-color: #fff !important;
    color: #000;
  }
  .select2-results__option--highlighted:hover,
  .select2-results__option--selected:hover {
    background-color: #f6b73b !important;
    color: #fff;
  }
  .select2-search__field {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    color: #000 !important;
  }
  .l-contact-us {
    padding: 69px 0 135px;
  }
  .l-contact-us.background-gradient {
    z-index: 1;
  }
  .l-contact-us .wrapper {
    z-index: 2;
  }
  .l-contact-us__text,
  .l-contact-us__title {
    margin-bottom: 30px;
  }
  .l-contact-us__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-contact-us__form label {
    width: 100%;
  }
  .l-contact-us__form label.half-width {
    width: 49%;
  }
  .l-contact-us__form label:not(:last-child) {
    margin-bottom: 20px;
  }
  .l-contact-us__form [name="message"] {
    height: 144px;
  }
  .l-contact-us__image img {
    float: right;
  }
  span.select2-selection--single {
    display: flex;
    justify-content: space-between;
  }
  .select2-selection__arrow {
    cursor: pointer;
  }
  #contact-form {
    position: relative;
  }
  #contact-form > .select2-container {
    width: 24.5% !important;
    top: 123px;
    overflow-y: scroll;
    z-index: 10;
    max-height: 300px;
    background-color: #fff;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
  }
  .select2-search__field {
    padding: 5px !important;
    width: 99% !important;
    max-height: 30px;
  }
  .select2-results__option.select2-results__option--selectable:not(:first-child):hover {
    background-color: #f6b73b;
    cursor: pointer;
    color: #fff;
  }
  .show-list {
    display: block !important;
  }
  .select-arrow,
  .select-arrow2 {
    transition: all 0.5s;
  }
  #amount-drop {
    position: absolute;
    width: 100%;
    z-index: 10;
    display: none;
    background-color: #fff;
    padding: 5px;
  }
  #amount-drop li {
    cursor: pointer;
  }
  #amount-drop li:hover {
    background-color: #f6b73b;
    cursor: pointer;
    color: #fff;
  }
  .mob {
    display: none;
  }
  body {
    position: relative;
  }
  .pop-up__container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
  }
  .pop-up__calc-wrapper {
    position: relative;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 20px 0;
  }
  .pop-up__calc {
    height: 100%;
    width: 100%;
    height: fit-content;
    max-width: 912px;
    padding: 150px 180px 100px;
    background: rgba(37, 64, 153, 0.83);
    backdrop-filter: blur(15px);
    border-radius: 7px;
    position: relative;
  }
  .calc-title h2 {
    font-size: 50px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    line-height: 1;
    font-family: "Poppins-Bold";
  }
  .cacl-step {
    font-size: 28px;
    color: hsla(0, 0%, 100%, 0.5);
    font-style: italic;
  }
  .cacl-step.active-calc-step {
    font-size: 28px;
    color: #fff;
    font-style: italic;
  }
  .cacl-steps {
    justify-content: center;
    margin-bottom: 20px;
  }
  .cacl-step:not(:last-child) {
    margin-right: 60px;
    position: relative;
    display: inline-block;
  }
  .cacl-step:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -50%;
    top: 18px;
    width: 22px;
    height: 8px;
    background-image: url("../../uploads/2021/10/step-arrow.svg");
  }
  .calc-txt p {
    font-size: 14px;
    font-family: "Poppins-Light";
    line-height: 2.2;
    margin-bottom: 20px;
    color: #fff;
  }
  .calc-input__first {
    margin-bottom: 25px;
  }
  .calc-input__first label,
  .calc-input__second label,
  .calc-input__third label {
    color: #fff;
    font-size: 21px;
    line-height: 2.17;
  }
  .calc-input__second {
    margin-bottom: 20px;
  }
  .calc-input__btn .btn {
    display: inline-block;
    background-color: #f6b73b;
    border: 1px solid #f6b73b;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 15px;
    padding: 17px 87px;
    width: 252px;
  }
  .first-left__btn {
    transition: all 0.3s;
  }
  .calc-input__btn .btn:hover,
  .first-left__btn:hover {
    background-color: #e1a42c;
    border-color: #e1a42c;
  }
  .close-calc {
    position: absolute;
    top: 60px;
    right: 50px;
    height: 36px;
    width: 36px;
  }
  .close-calc__cross {
    position: relative;
    width: 36px;
    height: 36px;
    cursor: pointer;
  }
  .close-calc__cross::after {
    content: "";
    position: absolute;
    width: 36px;
    height: 1px;
    background-color: #fff;
    transform: rotate(45deg);
  }
  .close-calc__cross::before {
    content: "";
    position: absolute;
    width: 36px;
    height: 1px;
    background-color: #fff;
    transform: rotate(-45deg);
  }
  .calc-form input:not([type="submit"]),
  .calc-form textarea {
    padding: 12px 15px;
  }
  .pop-up__container {
    display: block;
  }
  .first-screen-for,
  .second-screen-for {
    display: none;
  }
  .total-deposit,
  .calc-currency,
  .calc-code {
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    background: hsla(0, 0%, 100%, 0.05);
    width: 100%;
    padding: 15px 22px;
    font-size: 18px;
    color: #fff;
    transition: border-color 0.3s ease;
    min-height: 53px;
  }
  .total-deposit,
  .calc-currency,
  .calc-code {
    position: relative;
  }
  .total-deposit-arrow {
    position: absolute;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 17px;
    height: 17px;
    transform: rotate(-45deg);
    top: calc(50% - 15px);
    right: 15px;
  }
  .calc-input__third {
    margin-bottom: 20px;
  }
  .calc-code,
  .calc-phone {
    width: 50%;
  }
  .calc-code {
    padding: 12px 15px;
  }
  #calc-input__message {
    height: 135px;
    resize: none;
  }
  .pop-up__container {
    display: none;
  }
  .pop-up__container.active-popup {
    display: block;
  }
  .form-screens {
    display: none;
  }
  .form-screens.active-screen {
    display: block;
  }
  .over-hidden {
    overflow: hidden;
  }
  .calc-input__btn a:hover {
    cursor: pointer;
  }
  .select-country-footer:hover,
  .amount-select:hover {
    cursor: pointer;
  }
  .active-code {
    color: #fff;
    background-color: #f6b73b !important;
  }
  #amount-calc-drop,
  #currency-calc-drop,
  .calc-phone-select {
    position: absolute;
    width: 100%;
    z-index: 10;
    display: none;
    background-color: #fff;
    padding: 5px;
    color: #000;
  }
  .calc-amount-input,
  .calc-currency-input {
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    background: hsla(0, 0%, 100%, 0.05);
    width: 100%;
    padding: 15px 22px;
    font-size: 18px;
    color: #fff;
    transition: border-color 0.3s ease;
    max-height: 59px;
    position: relative;
  }
  .select-arrow3,
  .select-arrow4,
  .select-arrow5 {
    position: absolute;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 17px;
    height: 17px;
    transform: rotate(-45deg);
    top: calc(50% - 15px);
    right: 15px;
    transition: all 0.25s;
  }
  .calc-input__first,
  .calc-input__second,
  .calc-code {
    position: relative;
  }
  .calc-phone-select {
    left: 0;
    max-height: 200px;
    overflow-y: scroll;
  }
  .amount-li-calc:hover,
  .currency-li-calc:hover {
    cursor: pointer;
    color: #fff;
    background-color: #f6b73b;
  }
  .calc-amount-input:hover,
  .calc-currency-input:hover {
    cursor: pointer;
  }
  .calc-phone-item:hover {
    cursor: pointer;
    color: #fff;
    background-color: #f6b73b;
  }
  .calc-code:hover {
    cursor: pointer;
  }
  .other-lang {
    right: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 5px;
    padding-right: 7px;
    background: linear-gradient(180deg, #516adf, #4760cf);
    border-radius: 5px;
    position: absolute;
    display: none;
  }
  .non-after::after {
    display: none;
  }
  .header-language-container {
    position: relative;
    min-width: 80px;
  }
  .other-lang .header-language__lang {
    cursor: pointer;
  }
  .header-language-container:hover .other-lang {
    display: flex;
  }
  .header-language-container:hover {
    cursor: pointer;
  }
  .header-language__lang {
    position: relative;
  }
  .other-lang .header-language__lang:hover::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 0;
  }
  
  .thanks__pop-up {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: all;
    z-index: 100000;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    display: none;
  }
  .thanks__wrapper {
    height: 100%;
    width: 100%;
    max-width: 1675px;
    padding: 0 15px;
    margin: 0 auto;
    pointer-events: all;
  }
  .thanks__container {
    height: 100%;
    display: flex;
    padding: 20px 0;
    overflow-y: auto;
    pointer-events: all;
  }
  .thanks__container::-webkit-scrollbar {
    display: none;
  }
  .thanks__block {
    flex-basis: 912px;
    padding: 63px 0 50px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(37, 64, 153, 0.83);
    backdrop-filter: blur(15px);
    border-radius: 7px;
    position: relative;
    z-index: 1000;
  }
  .thanks-title span {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
  }
  .thanks-subtitle {
    font-weight: 300;
    margin: 13px 0 35px;
    color: hsla(0, 0%, 100%, 0.9);
  }
  .thanks-btn .btn {
    display: inline-block;
    background-color: #f6b73b;
    border: 1px solid #f6b73b;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 15px;
    padding: 17px 87px;
    width: 252px;
  }
  .thanks-btn .btn:hover {
    background-color: #e1a42c;
    border-color: #e1a42c;
  }
  #thanks-close {
    position: absolute;
    right: 40px;
    top: 40px;
  }
  #thanks-close::after,
  #thanks-close::before {
    top: 18px;
  }
  .show-thanks {
    display: block;
  }
  .testimonials-slider__mob-container {
    display: none;
  }
  @media screen and (max-width: 40em) {
    .pc {
      display: none;
    }
    .mob {
      display: block;
    }
    .testimonials-slider__container {
      display: none;
    }
    .header-burger {
      width: 22px;
      height: 22px;
    }
    .line {
      width: 100%;
      margin: 0 auto;
      height: 2px;
      background-color: #fff;
      margin-bottom: 8px;
    }
    .header-container.mob {
      display: flex;
      align-items: center;
    }
    .header-language {
      margin-left: 0;
      margin-right: 20px;
    }
    header {
      box-shadow: 0 20px 50px rgb(0 0 0 / 10%);
    }
    header::before {
      opacity: 1;
    }
    .header-logo {
      width: 40%;
    }
    .first-container {
      flex-wrap: wrap;
    }
    .first-right {
      order: 1;
      width: 100%;
      margin-right: 0;
    }
    .first-left {
      order: 2;
    }
    .first {
      background: none;
      padding: 10px;
    }
    .first-left h1 {
      text-align: center;
      font-size: 10vw;
      margin-bottom: 10px;
    }
    .first-left__btns {
      flex-wrap: wrap;
      justify-content: center;
    }
    .first-left p {
      font-size: 4vw;
      text-align: center;
    }
    .first-left__btn {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
    }
    .btn {
      font-size: 4vw;
    }
    .second-container {
      flex-wrap: wrap;
    }
    .second-left,
    .second-right {
      width: 100%;
    }
    .second-left__img img {
      width: 90%;
      margin: 0 auto;
    }
    .second-left__title h3,
    .second-right__title h3 {
      text-align: center;
      font-size: 7vw;
      margin-bottom: 15px;
    }
    .second-left__txt p {
      font-size: 3vw;
    }
    .second-left__txt p {
      margin-bottom: 35px;
    }
    .second-left__btn {
      text-align: center;
    }
    .second-right {
      transform: none;
      padding: 20px;
    }
    .second-right {
      width: calc(100% + 40px);
      border-radius: 0;
    }
    .second-left__btn {
      margin-bottom: 40px;
    }
    .second-right__step-icon svg {
      transform: scale(0.6);
    }
    .second-right__step-icon {
      width: 20%;
    }
    .second-right__step-txt {
      width: 80%;
    }
    .second-right__step-suptitle,
    .second-right__step-title {
      font-size: 3.5vw;
    }
    .second-right__step {
      align-items: center;
    }
    .arrow::before {
      left: 250%;
    }
    .third-container,
    .third-left {
      flex-wrap: wrap;
    }
    .third-left,
    .third-right {
      width: 100%;
    }
    .third-left__first-icon,
    .third-left__second-icon {
      transform: scale(0.68);
    }
    .third-left__first-title span,
    .third-left__second-title span {
      font-size: 4vw;
      line-height: 1;
      margin: 0;
    }
    .third-left__first-sum span,
    .third-left__second-sum span {
      font-size: 7vw;
    }
    .third-left__first-title {
      margin: 0 auto;
    }
    .third-left__first-title span {
      max-width: 70px;
    }
    .fourth-title h3 {
      font-size: 8vw;
    }
    .fourth {
      padding-bottom: 0;
    }
    .video-section iframe {
      width: 290px;
      height: 570px;
    }
    .fifth h3 {
      font-size: 8vw;
      max-width: 80%;
      line-height: 1;
      margin: 0 auto;
    }
    .fifth {
      padding-top: 50px;
    }
    .sixth-titl h3 {
      font-size: 8vw;
    }
    .sixth-titl {
      margin-bottom: 30px;
    }
    .sixth-tubs__titles {
      display: none;
    }
    .sixth-tub.active-tub__txt {
      display: block;
    }
    .sixth-tub__left {
      width: 80%;
      padding: 0;
      margin: 0 auto;
    }
    .sixth-tub__right {
      width: 100%;
    }
    .sixth-tub__right-title h4 {
      font-size: 5vw;
      line-height: 1;
    }
    .sixth-tub__right-txt p {
      font-size: 3vw;
    }
    .sixth-tub__right-title {
      margin-bottom: 10px;
      margin-top: 20px;
    }
    .sixth-tub {
      display: block;
      margin-bottom: 40px;
    }
    .sixth {
      padding-bottom: 0;
    }
    .seventh-container {
      display: block;
    }
    .seventh-left {
      width: 100%;
    }
    .seventh-right {
      width: 100%;
    }
    .seventh-right__title h3 {
      font-size: 8vw;
      text-align: center;
    }
    .seventh-right__txt p {
      font-size: 3vw;
    }
    .seventh-right__btn .btn {
      margin-top: 30px;
    }
    .seventh-right__btn {
      text-align: center;
    }
    .eighth-articles-container {
      /* display: block; */
    }
    .eighth-article__info {
      width: 100%;
      top: 0;
    }
    .seventh {
      padding-bottom: 0;
    }
    .eighth-title h3 {
      font-size: 8vw;
      line-height: 1;
    }
    .eighth-title {
      margin-bottom: 20px;
    }
    .ninth-right {
      display: none;
    }
    .ninth-left {
      width: 100%;
    }
    .ninth {
      padding-top: 0;
    }
    .ninth-left__title {
      max-width: 80%;
      margin: 0 auto;
      margin-bottom: 10px;
    }
    .ninth-left__title h3 {
      text-align: center;
      font-size: 8vw;
    }
    .ninth-left__txt p {
      font-size: 3vw;
    }
    .select2-selection__rendered {
      font-size: 3vw;
    }
    .select2-selection__arrow {
      width: 5px !important;
      height: 5px !important;
    }
    .select2-selection {
      padding: 0 10px;
    }
    .ninth-left__form .btn {
      margin: 0 auto;
    }
    .footer-contacts {
      flex-wrap: wrap;
    }
    .footer-contacts__first,
    .footer-contacts__second,
    .footer-contacts__third {
      /* margin-left: 50px; */
    }
    .calculator-container {
      transform: scale(0.8);
      bottom: 0;
      right: 0;
    }
    .footer-icons {
      flex-wrap: wrap;
    }
    .footer-icons__left {
      margin-bottom: 20px;
    }
    .l-contact-us__form label.half-width {
      width: 100%;
    }
    #contact-form > .select2-container {
      top: 198px;
      max-height: 200px;
      width: 50% !important;
    }
    .ninth-left__title h3 {
      font-size: 7.5vw;
    }
    .video-section iframe {
      min-width: auto;
      height: auto;
      position: relative;
    }
    .fourth-slider-container {
      height: auto;
    }
    .video-wrapper {
      width: 290px;
      min-height: 150px;
    }
    .video-wrapper iframe {
      left: auto;
    }
    .header-container.mob {
      position: relative;
    }
    .header-mob-nav {
      position: absolute;
      top: calc(-100vh);
      left: 0;
      width: 100%;
      height: calc(100vh - 40px);
      z-index: 1000;
      transition: all 0.6s;
    }
    .header-mob-nav nav {
      background-color: rgba(51, 78, 177, 0.9);
      backdrop-filter: blur(5px);
      height: calc(100vh - 40px);
    }
    .header-mob-nav ul {
      padding-top: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
    }
    .header-mob-nav li {
      width: 100%;
      text-align: center;
      font-size: 7vw;
    }
    .header-mob-social {
      width: 50%;
      margin: 0 auto;
      margin-top: 20px;
    }
    .active-mob-menu {
      top: 60px;
    }
    .other-mob-lang {
      position: absolute;
      flex-direction: column;
      align-items: center;
      width: 110%;
      padding: 5px;
      padding-right: 7px;
      background: linear-gradient(180deg, #516adf, #4760cf);
      border-radius: 5px;
      display: none;
    }
    .active-mob-lang {
      display: block;
    }
    .pop-up__calc {
      padding: 10px;
    }
    .calc-title h2 {
      font-size: 7vw;
    }
    .cacl-step:not(:last-child) {
      margin-right: 20px;
    }
    .cacl-step:not(:last-child)::after {
      display: none;
    }
    .calc-input__first label,
    .calc-input__second label,
    .calc-input__third label,
    .calc-amount-input,
    .calc-currency-input,
    .total-deposit,
    .calc-currency,
    .calc-code {
      font-size: 4.5vw;
      line-height: 1;
    }
    .cacl-step {
      font-size: 5vw;
    }
    .cacl-step.active-calc-step {
      font-size: 5vw;
    }
    #calc-close::before,
    #calc-close::after {
      top: 18px;
      width: 26px;
    }
    .pop-up__calc .close-calc {
      top: 10px;
      right: 20px;
      height: 26px;
      width: 26px;
    }
    .calc-input__btn .btn {
      width: 165px;
      padding: 15px 55px;
    }
    .calc-input__btn {
      text-align: center;
    }
    .calc-amount-input,
    .calc-currency-input,
    .calc-form input:not([type="submit"]) {
      max-height: 35px;
    }
    .calc-txt p {
      line-height: 1.5;
      margin-bottom: 10px;
    }
    .total-deposit,
    .calc-currency,
    .calc-code {
      min-height: 35px;
      max-height: 35px;
    }
    .select-arrow3,
    .select-arrow4,
    .select-arrow5 {
      width: 12px;
      height: 12px;
      top: calc(50% - 8px);
    }
    input:not([type="submit"]),
    textarea {
      font-size: 4.5vw;
    }
    .calc-input__first,
    .calc-input__second {
      margin-bottom: 15px;
    }
    #calc-input__message {
      height: 50px;
    }
    .thanks-title span {
      font-size: 10vw;
    }
    #thanks-close {
      top: 20px;
      right: 20px;
    }
    #thanks-close::after,
    #thanks-close::before {
      width: 26px;
    }
    .testimonials-slider__mob-container {
      display: block;
    }
    /* .testimonials-slider__mob-item.first-slid {
          animation: cycle1 40s linear infinite;
      }
      .testimonials-slider__mob-item.second-slid {
          animation: cycletwo1 40s linear infinite;
      }
  
      .testimonials-slider__mob-item.third-slid {
          animation: cyclethree1 40s linear infinite;
      }
  
      .testimonials-slider__mob-item.fourth-slid {
          animation: cyclefour1 40s linear infinite;
      }
  
      .testimonials-slider__mob-item.fifth-slid {
          animation: cyclefive1 40s linear infinite;
      }
      .testimonials-slider__mob-item.sixth-slid {
          animation: cyclesix1 40s linear infinite;
      }
      .testimonials-slider__mob-item.seventh-slid {
          animation: cycleseven1 40s linear infinite;
      }
      .testimonials-slider__mob-item.eigth-slid {
          animation: cycleeight1 40s linear infinite;
      }
      .testimonials-slider__mob-item.nineth-slid {
          animation: cyclenine1 40s linear infinite;
      }
      .testimonials-slider__mob-item.tenth-slid {
          animation: cycleten1 40s linear infinite;
      } */
    .testimonials-item__mob-name span {
      color: #f6b73b;
      font-size: 18px;
      line-height: 20px;
      font-weight: 400;
      white-space: nowrap;
      line-height: 1;
      margin: 0;
      margin-right: 5px;
    }
    .testimonials-item__mob-info span.date {
      font-size: 15px;
      white-space: nowrap;
      line-height: 15px;
      font-weight: 300;
      color: #d5ecf2;
      line-height: 1;
      margin: 0;
      margin-right: 5px;
      color: #f6b73b;
    }
    .testimonials-item__mob-info span.sum {
      color: #d5ecf2;
      font-size: 20px;
      line-height: 20px;
      font-weight: 300;
      white-space: nowrap;
      line-height: 1;
      margin: 0;
      margin-right: 5px;
    }
    .testimonials-item__mob-info span.recived {
      font-size: 15px;
      white-space: nowrap;
      line-height: 15px;
      font-weight: 300;
      color: #d5ecf2;
      line-height: 1;
      margin: 0;
      margin-right: 5px;
      text-transform: uppercase;
    }
    .testimonials-slider__mob-item {
      display: flex;
      align-items: baseline;
      height: 40px;
      position: relative;
    }
    .testimonials-item__mob-info {
      align-items: baseline;
      display: flex;
    }
    .testimonials-slider__mob-container {
      position: absolute;
      overflow: hidden;
      top: 92px;
      left: 0;
      width: 100%;
      height: 40px;
      padding: 5px;
      background-color: #4355a4;
      border-radius: 0;
    }
    .testimonials-slider__mob-original {
      display: flex;
      justify-content: flex-start;
      left: 0;
      position: absolute;
    }
    .testimonials-slider__mob-item {
      left: auto;
      position: relative;
    }
    .testimonials-slider__mob-item .first-slid {
      left: 0;
    }
    .testimonials-slider__mob-copy {
      display: flex;
      justify-content: flex-start;
      left: 100vw;
      position: absolute;
    }
    .testimonials-slider__mob-original {
      animation: cycle1 95s linear infinite;
    }
    .testimonials-slider__mob-copy {
      animation: cycletwo1 95s linear infinite;
    }
    @keyframes cycle1 {
      0% {
        left: 0;
        opacity: 1;
      }
      49% {
        left: -3915px;
        opacity: 1;
      }
      49.0001% {
        left: -3915px;
        opacity: 0;
      }
      49.0002% {
        left: 3915px;
        opacity: 0;
      }
      49.0003% {
        left: 3915px;
        opacity: 1;
      }
      100% {
        left: 0;
        opacity: 1;
      }
    }
  
    @keyframes cycletwo1 {
      0% {
        left: 3915px;
        opacity: 1;
      }
      49% {
        left: 0;
        opacity: 1;
      }
      99.99% {
        left: -3915px;
        opacity: 1;
      }
      99.999% {
        left: -3915px;
        opacity: 0;
      }
      99.9999% {
        left: 3915px;
        opacity: 0;
      }
      100% {
        left: 3915px;
        opacity: 1;
      }
    }
  
    @keyframes cyclethree1 {
      0% {
        left: 700px;
        opacity: 1;
      }
      10% {
        left: 376px;
        opacity: 1;
      }
      20% {
        left: 0;
        opacity: 1;
      }
      30% {
        left: -376px;
        opacity: 1;
      }
      40% {
        left: -700px;
        opacity: 1;
      }
      50% {
        left: -1218px;
        opacity: 1;
      }
      60% {
        left: -1601px;
        opacity: 1;
      }
      70% {
        left: -1996px;
        opacity: 1;
      }
      80% {
        left: -2349px;
        opacity: 1;
      }
      90% {
        left: -2704px;
        opacity: 1;
      }
      100% {
        left: -3111px;
        opacity: 1;
      }
    }
  
    @keyframes cyclefour1 {
      0% {
        left: 1218px;
        opacity: 1;
      }
      10% {
        left: 700px;
        opacity: 1;
      }
      20% {
        left: 376px;
        opacity: 1;
      }
      30% {
        left: 0;
        opacity: 1;
      }
      40% {
        left: -376px;
        opacity: 1;
      }
      50% {
        left: -700px;
        opacity: 1;
      }
      60% {
        left: -1218px;
        opacity: 0;
      }
      70% {
        left: -1601px;
        opacity: 1;
      }
      80% {
        left: -1996px;
        opacity: 1;
      }
      90% {
        left: -2349px;
        opacity: 1;
      }
      100% {
        left: -2704px;
        opacity: 1;
      }
    }
    @keyframes cyclefive1 {
      0% {
        left: 1601px;
        opacity: 1;
      }
      10% {
        left: 1218px;
        opacity: 1;
      }
      20% {
        left: 700px;
        opacity: 1;
      }
      30% {
        left: 376px;
        opacity: 1;
      }
      40% {
        left: 0;
        opacity: 1;
      }
      50% {
        left: -376px;
        opacity: 1;
      }
      60% {
        left: -700px;
        opacity: 1;
      }
      70% {
        left: -1218px;
        opacity: 1;
      }
      80% {
        left: -1601px;
        opacity: 1;
      }
      90% {
        left: -1996px;
        opacity: 1;
      }
      100% {
        left: -2349px;
        opacity: 1;
      }
    }
    @keyframes cyclesix1 {
      0% {
        left: 1996px;
        opacity: 1;
      }
      10% {
        left: 1601px;
        opacity: 1;
      }
      20% {
        left: 1218px;
        opacity: 1;
      }
      30% {
        left: 700px;
        opacity: 1;
      }
      40% {
        left: 376px;
        opacity: 1;
      }
      50% {
        left: 0;
        opacity: 1;
      }
      60% {
        left: -376px;
        opacity: 1;
      }
      70% {
        left: -700px;
        opacity: 1;
      }
      80% {
        left: -1218px;
        opacity: 1;
      }
      90% {
        left: -1601px;
        opacity: 1;
      }
      100% {
        left: -1996px;
        opacity: 1;
      }
    }
    @keyframes cycleseven1 {
      0% {
        left: 2349px;
        opacity: 1;
      }
      10% {
        left: 1996px;
        opacity: 1;
      }
      20% {
        left: 1601px;
        opacity: 1;
      }
      30% {
        left: 1218px;
        opacity: 1;
      }
      40% {
        left: 700px;
        opacity: 1;
      }
      50% {
        left: 376px;
        opacity: 1;
      }
      60% {
        left: 0;
        opacity: 1;
      }
      70% {
        left: -376px;
        opacity: 1;
      }
      80% {
        left: -700px;
        opacity: 1;
      }
      90% {
        left: -1218px;
        opacity: 1;
      }
      100% {
        left: -1601px;
        opacity: 1;
      }
    }
    @keyframes cycleeight1 {
      0% {
        left: 2704px;
        opacity: 1;
      }
      10% {
        left: 2349px;
        opacity: 1;
      }
      20% {
        left: 1996px;
        opacity: 1;
      }
      30% {
        left: 1601px;
        opacity: 1;
      }
      40% {
        left: 1218px;
        opacity: 1;
      }
      50% {
        left: 700px;
        opacity: 1;
      }
      60% {
        left: 376px;
        opacity: 1;
      }
      70% {
        left: 0;
        opacity: 1;
      }
      80% {
        left: -376px;
        opacity: 1;
      }
      90% {
        left: -700px;
        opacity: 1;
      }
      100% {
        left: -1218px;
        opacity: 1;
      }
    }
    @keyframes cyclenine1 {
      0% {
        left: 3111px;
        opacity: 1;
      }
      10% {
        left: 2704px;
        opacity: 1;
      }
      20% {
        left: 2349px;
        opacity: 1;
      }
      30% {
        left: 1996px;
        opacity: 1;
      }
      40% {
        left: 1601px;
        opacity: 1;
      }
      50% {
        left: 1218px;
        opacity: 1;
      }
      60% {
        left: 700px;
        opacity: 1;
      }
      70% {
        left: 376px;
        opacity: 1;
      }
      80% {
        left: 0;
        opacity: 1;
      }
      90% {
        left: -376px;
        opacity: 1;
      }
      100% {
        left: -700px;
        opacity: 1;
      }
    }
    @keyframes cycleten1 {
      0% {
        left: 3471px;
        opacity: 0;
      }
      10% {
        left: 3111px;
        opacity: 0;
      }
      20% {
        left: 2704px;
        opacity: 1;
      }
      30% {
        left: 2349px;
        opacity: 1;
      }
      40% {
        left: 1996px;
        opacity: 1;
      }
      50% {
        left: 1601px;
        opacity: 1;
      }
      60% {
        left: 1218px;
        opacity: 1;
      }
      70% {
        left: 700px;
        opacity: 1;
      }
      80% {
        left: 376px;
        opacity: 1;
      }
      90% {
        left: 0;
        opacity: 1;
      }
      100% {
        left: -376px;
        opacity: 1;
      }
    }
  }
  
  .map-tab{
    display: none;
  }
  
  @media (max-width: 1030px) {
  
    .sixth{
      padding-top: 0;
    }
    .sixth-titl h3{
      font-size: 2.25rem;
    }
    .fifth{
      padding-bottom: 2rem;
    }
    .fourth{
      padding-bottom: 0;
    }
  
    .s-our-clients{
      padding-bottom: 0;
    }
    .video-slider {
      width: 95%;
    }
  
    .fifth-map{
      display: none;
    }
  
    .map-tab{
      display: block;
    }
  
    .map-tab__inner{
      width: 95%;
      margin: 3.125rem auto 0;
    }
  
    .map-tab__country-item{
      width: 100%;
      padding: 0.625rem 1.25rem;
      margin-bottom: 0.625rem;
      border-radius: 7px;
      background: hsla(0,0%,100%,.05);
      display: flex;
      align-items: center;
    }
  
    .map-tab__text{
      margin-left: 1.25rem;
      font-weight: 600;
      font-size: 14px;
      font-family: "Poppins";
      color: #fff;
    }
  }
  @media screen and (max-width: 40em) {
    .about .eleventh-container {
      flex-wrap: wrap;
    }
    .about .eleventh-left,
    .about .eleventh-right {
      width: 100%;
    }
    .about .eleventh-left {
      order: 2;
    }
    .about .eleventh-right {
      order: 1;
    }
    .about .first-container {
      margin-top: 0;
      padding-top: 0;
    }
    .about .first-container {
      padding-left: 0;
      padding-right: 0;
    }
    .about .first-left p {
      font-size: 32px;
    }
    .about .fourth {
      padding-top: 0;
    }
    .about .tenth {
      padding-top: 0;
    }
    .about .fourth-title {
      margin-bottom: 0;
    }
    .about .faqs-item {
      padding: 10px;
    }
    .about .faq-title {
      max-width: 90%;
    }
    .faq-btn {
      margin-bottom: 20px;
      text-align: -webkit-center;
    }
  }
  
  .main {
    background-image: url("../images/main-bg.html");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #304bac;
  }
  .main__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #ffffff;
    padding: 8.5% 0 19%;
  }
  @media (max-width: 768px) {
    .main__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
  .main__content {
    width: 50%;
  }
  @media (max-width: 768px) {
    .main__content {
      width: 100%;
    }
    .footer-contacts__phone ul{
      margin: 0;
    }
  }
  .main__title {
    font-size: calc(28px + 34 * (100vw / 1648));
    font-family: "PoppinsSem";
    line-height: 90px;
  }
  .main__sub-title {
    display: block;
    font-size: calc(16px + 8 * (100vw / 1648));
    font-family: "PoppinsReg";
    line-height: 160%;
    max-width: 658px;
    width: 100%;
    margin-top: 1.25rem;
  }
  .main__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%;
  }
  
  .footer-contacts__tab{
    display: none;
  }
  @media (max-width: 768px) {
    .main__icons {
      margin-top: 50px;
    }
  
    .footer-contacts__first , .footer-contacts__second{
      display: none;
    }
  
    .footer-contacts__tab{
      display: block;
    }
    .footer-contacts{
      align-items: baseline;
    }
    .footer-contacts__tab-link{
      font-size: 14px;
      margin-left: 28px;
      font-weight: 600;
      text-transform: capitalize;
    }
     
    .footer-contacts__tab-item{
      display: flex;
      align-items: center;
    }
    .footer-contacts__tab-item +.footer-contacts__tab-item{
      margin-top: 5px;
    }
  }
  .main__icons-box {
    width: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main__icons-box:nth-child(3) {
    margin-top: 3.125rem;
  }
  .main__icons-box:nth-child(4) {
    margin-top: 3.125rem;
  }
  @media (max-width: 640px) {
    .main__icons-box {
      width: 100%;
    }
    .main__icons-box:not(:first-child) {
      margin-top: 20%;
      margin-top: 70px;
    }
  }
  .main__icons-img {
    width: 62px;
    height: 72px;
  }
  .main__icons-link {
    font-family: "PoppinsReg";
    font-size: calc(20px + 13 * (100vw / 1648));
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    margin-top: 1.5rem;
  }
  
  .fourth-container {
    display: flex;
    flex-direction: column;
  }
  .video-slider {
    margin: 0 auto;
    margin-top: 12%;
    max-width: 900px;
    height: auto;
    overflow: hidden;
  }
  
  .video-slider__line {
    display: flex;
    position: relative;
    left: 0;
    width: 3600px;
    transition: all ease 1s;
  }
  .video-slider__iframe {
    display: block;
    width: 900px;
    position: relative;
  }
  
  .video-slider__item {
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  .video-slider__item {
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.6)
      ),
      url("../../../../img.youtube.com/vi/xKMC25cBq0A/hqdefault.jpg");
  }
  .video-slider__item--second {
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.6)
      ),
      url("../../../../img.youtube.com/vi/Cy14ovR8WPs/hqdefault.jpg");
  }
  
  .video-slider__item--third {
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.6)
      ),
      url("../../../../img.youtube.com/vi/AAQR766tpCs/hqdefault.jpg");
  }
  .video-slider__item--four {
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.6)
      ),
      url("../../../../img.youtube.com/vi/ylJMFpdFWic/hqdefault.jpg");
  }
  
  .video-slider__arrows {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 90px;
    margin: 40px auto;
  }
  .video-slider__arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 16px;
  }
  
  .video-slider__arrow:hover {
    border: solid #eac249;
    border-width: 0 2px 2px 0;
  }
  .video-slider__arrow--prev {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    cursor: pointer;
  }
  
  .video-slider__arrow--next {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    cursor: pointer;
  }
  
  .eight-article__arrows{
    display: none;
  }
  
  @media(max-width:1030px){
    .eighth-articles{
      max-width: 1000px;
      margin:  0 auto;
      overflow: hidden;
      transition:  all ease .5s;
  
    }
  
    .eight-article__arrows{
      display: flex;
    }
  
    .eighth-article{
      width: 500px;
      transition:  all ease .5s;
  
    }
  
    .eighth-articles-container{
      position: relative;
      width: 1500px;
      transition: all ease .5s;
    }
  
    .flx{
      justify-content: center;
    }
    .footer-icons__social{
      width: 150px;
    }
    .social-icon {
     width: auto;
  }
  .footer-copyright{
    text-align: center;
  }
  }
  
  @media(max-width:800px){
    .eighth-articles{
      max-width: 500px;
      height: 740px;

    }
  
    .eighth-article__title {
      max-width: 80%;
    }
  
    .eighth-article__title{
      max-width: 80%;
    }
    
    .eighth-article__info{
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 26px 0 0;
    }
  }
  
  
  @media(max-width:576px){
    .ninth {
      padding: 30px 0 60px;
    }
    .footer-contacts{
      flex-wrap: wrap;
      justify-content: center;
    }
    .footer-contacts__tab{
      width: 100%;
      justify-content: center;
    }
    .footer-contacts__tab-item{
      background-color: hsla(0,0%,100%,.05);
      padding: 10px 22px;
      border-radius: 7px;
      cursor: pointer;
    }
  
    .footer-contacts__tab-item+.footer-contacts__tab-item{
      margin-bottom: 6px;
    }
  
    .footer-contacts__tab-item a{
      font-size: 1rem;
    }
    .footer-contacts__phone{
      margin-top: 25px;
    }
  
    .footer-contacts__phone ul{
      display: flex;
      flex-wrap: wrap;
    }
  
    .footer-contacts__phone ul li{
      width: 50%;
      padding-left: 22px;
    }
    .footer-contacts__third{
      width: 100%;
    }
    .footer-contacts__phone ul li + li + li{
      margin-top:10px;
    }
  }
  @media(max-width:540px){
    .eighth-articles{
      width: 320px;
      height: 810px;
      overflow: hidden;
    }
    .eighth-article{
      width: 320px;
    }
    .eighth-article__info{
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 26px 0px 0;
    }
  
  }
  
  @media(max-width:390px){
    .footer-contacts__phone ul li{
      width: 100%;
      margin-top: 10px;
      text-align: center;
      padding: 0;
    }
  }
  
  
  @media(max-width:340px){
    .eighth-articles{
      width: 270px;
      height: 860px;
    }
    .eighth-article{
      width: 270px;
    }
  }
  

  /* header  styles*/

  .header-container {
    display: flex;
    justify-content: space-between;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
    padding: 32px 0 29px;
    z-index: 999;
    transition: all 0.3s ease;
  }
  header.scroll {
    box-shadow: 0 20px 50px rgb(0 0 0 / 10%);
  }
  header::before {
    content: "";
    position: absolute;
    opacity: 0;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #516adf, #4760cf);
    transition: all 0.3s ease;
  }
  header.scroll::before {
    opacity: 1;
  }

  .header-container,
.second-container,
.third-container,
.fourth-container,
.video-section__container,
.fifth-container,
.sixth-container,
.seventh-container,
.eight-container,
.ninth-container,
.footer-container {
  width: 100%;
  max-width: 1675px;
  padding: 0 15px;
  margin: 0 auto;
}
.header-gamburger {
  display: none;
}
.header-nav ul {
  display: flex;
  justify-content: space-around;
    align-items: center;
}
.header-nav {
  width: 50%;
  margin-right: 10%;
}

.header-language {
    margin-left: 25px;
  }
  .header-logo {
    width: 15%;
  }
  .header-nav a {
    font-family: "Mulish-SemiBold";
    display: inline-block;
    font-size: 0.75vw;
    letter-spacing: 0.2px;
  }
  .header-nav a:hover {
    border-bottom: 1px solid #fff;
  }
  .header-language__lang span {
    text-transform: uppercase;
    color: #fff;
    font-family: "Mulish-ExtraBold", sans-serif;
    font-size: 18px;
    display: inline-block;
    position: relative;
  }
  .header-language__lang {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-language__lang img {
    height: 20px;
    width: 20px;
    margin-right: 10px;
  }
  .header-language__lang span::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: -20px;
    top: 7px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
  }

  .testimonials-slider__header {
    font-size: 24px;
    line-height: 21px;
    text-transform: uppercase;
    font-family: "Poppins-Regular";
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }

  .header-language-container {
    position: relative;
    min-width: 80px;
  }
  .other-lang .header-language__lang {
    cursor: pointer;
  }
  .header-language-container:hover .other-lang {
    display: flex;
  }
  .header-language-container:hover {
    cursor: pointer;
  }
  .header-language__lang {
    position: relative;
  }

  .soc-icon-wrapp-tab{
    display: none;
  }

  @media (max-width: 768px) {
    header {
      box-shadow: 0 20px 50px rgb(0 0 0 / 10%);
    }
    header::before {
      opacity: 1;
      z-index: 2;
    }
  
    .header-logo {
      width: 40%;
      z-index: 3;
    }
    .header-nav {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: fixed;
      width: 100%;
      height: 100%;
      top: -100%;
      left: 0;
      transition: all ease 0.5s;
      background-color: rgba(51, 78, 177, 0.8);
    }
    .header-nav__menu {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding-top: 110px;
      padding-left: 0;
    }
    .header-nav__menu li + li {
      margin-top: 26px;
    }
    .header-nav__menu li a {
      font-size: 24px;
    }
    .header-social {
      z-index: 3;
    }
    .social-icon {
      display: none;
    }
    .soc-icon-wrapp-tab {
      display: flex;
      justify-content: space-between;
      width: 75%;
      margin: 26px auto 0;
    }
    .social-icon-tab svg {
      width: 20px;
      height: 20px;
    }
    .header-gamburger {
      display: block;
      width: 22px;
      height: 18px;
      z-index: 3;
      position: relative;
    }
    .header-gamburger__line {
      width: 100%;
      height: 2px;
      background-color: #fff;
      left: 0;
      position: absolute;
      transition: all ease .5s;
    }
    .header-gamburger__line:nth-child(1) {
      top: 0;
    }
    .header-gamburger__line:nth-child(2) {
      top: 50%;
      transform: translateY(-50%);
    }
    .header-gamburger__line:nth-child(3) {
      bottom: 0;
    }
   
    .header-nav.drop-nav {
      top: 0;
      width: 100%;
    }
  
    .header-gamburger.drop-nav :nth-child(1) {
       transform: rotate(45deg);
       top: 50%;
    }
  
    .header-gamburger.drop-nav :nth-child(2) {
      display: none;
    }
  
    .header-gamburger.drop-nav :nth-child(3) {
      transform: rotate(-45deg);
      top: 50%;
   }
  
  
    .main__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .soc-icon-wrapp-tab{
      display: flex;
    }
  }

  @media(max-width:568px){

	header{
		padding: 24px 15px;
	}
	.terms__inner{
		padding: 25% 0 18.5%;
	}
	.header-language{
		margin-right: 0;
	}
	.main__inner{
		padding: 18% 0 19%;
	}
}

@media(max-width:360px){
	.main__inner{
		padding: 20% 0 19%;
	}
	.terms__inner{
		padding: 28% 0 18.5%;
	}
	header{
		padding: 24px 0;
	}
}

@media(max-width:1170px){
  .header-nav{
    margin-right: 0;
    width: 55%;
  }
  .header-nav ul{
    padding-left: 0;
  }
  .header-nav ul{
    font-size: 1vw;
  }
}


@media(max-width:992px){

  .header-nav{
    margin-right: 0;
    width: 60%;
  }
  .header-nav ul{
    font-size: 1.2vw;
  }

  .social-icon {
    margin-right: 5px;
    width: 10%;
}
.social-icon svg {
  transform: scale(0.5);
}
}


@media(max-width:1030px){
  .second-right-pdl{
    padding: 73px 0 95px 62px
  }

  .third-left__first-sum span, .third-left__second-sum span{
    font-size: 32px;
  }

  .second-left-width{
    width: 45%;
  }

  .second-right__step-btwn{
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
}

@media(max-width:768px){
  .header-nav ul{
    padding-top: 110px;
  }
}
@media(max-width:640px){
  .second-left, .second-right{
    width: 100%;
  }

  .second-right__step{
    width: 100%;
  }
}

.fourth-subtitle-text{
  text-align:  center;
  font-size: 1rem;
  color: #fff;
}

.fourth-subtitle-title{
  font-size: 60px;
  color: #fff;
  text-align: center;

  
}
@media(max-width:992px){
  .fourth-subtitle-title{

   font-size: 38px;
}
}
.fourth-testi{
  padding-top: 150px;
}
.form__label-grid {
   display: grid;
   grid-template-columns: 22px minmax(148px, 627px);
   grid-gap: 10px;
	align-items: center;
}
.form__checkbox-wrapper label {
   font-family: "Poppins-Regular", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 160%;
   color: #fff;
   cursor: pointer;
}
.js-contact-form .form__checkbox-wrapper .form__chekbox-input {
   -webkit-animation: none;
   -moz-animation: none;
   appearance: none;
	-webkit-appearance: auto;
	height:unset;
	width:unset;
	width: 0;
    margin: 0;
}
.form__chekbox {
   position: absolute;
   background-color: transparent;
   border: 1px solid #BDBCBC;
   border-radius: 2px;
   width: 22px;
   height: 22px;
   cursor: pointer;
}
.form__checkbox-wrapper {
   margin-bottom: 30px;
}
.form__chekbox-input:checked+.form__chekbox {
   background-color: #27AE60;
   background-image: url(../../uploads/2022/09/bird.svg);
   width: 22px;
   height: 22px;
   background-repeat: no-repeat;
   background-position-x: center;
   background-position-y: center;
   border-radius: 2px;
   border: none;
}
.calc-form__label-grid {
   display: grid;
   grid-template-columns: 22px minmax(148px, 627px);
   grid-gap: 10px;
	align-items: center;
}
.calc-form__checkbox-wrapper label {
   font-family: "Poppins-Regular", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 160%;
   color: #fff;
   cursor: pointer;
}
.calc-form .calc-form__checkbox-wrapper .calc-form__chekbox-input {
   -webkit-animation: none;
   -moz-animation: none;
   appearance: none;
	-webkit-appearance: auto;
	height:unset;
	width:unset;
	width: 0;
    margin: 0;
}
.calc-form__chekbox {
   position: absolute;
   background-color: transparent;
   border: 1px solid #BDBCBC;
   border-radius: 2px;
   width: 22px;
   height: 22px;
   cursor: pointer;
}
.calc-form__checkbox-wrapper {
   margin-bottom: 30px;
}
.calc-form__chekbox-input:checked+.calc-form__chekbox {
   background-color: #27AE60;
   background-image: url(../../uploads/2022/09/bird.svg);
   width: 22px;
   height: 22px;
   background-repeat: no-repeat;
   background-position-x: center;
   background-position-y: center;
   border-radius: 2px;
   border: none;
}
.calc-input__first, .calc-input__second, .cacl-steps, .form__checkbox-wrapper{
	margin-bottom: 10px;
}
.calc-txt p{
	margin-bottom: 10px;
	line-height: unset;
	font-size: 12px;
}
#calc-input__message{
	height:55px;
}
.calc-title h2{
	font-size:28px;
	margin-bottom: 5px;
}
.cacl-step, .cacl-step.active-calc-step{
	font-size:18px;
}
.cacl-step:not(:last-child)::after{
	top: 12px;
	right: -80%;
}
.pop-up__calc{
	max-width:1300px;
	padding: 120px 110px 100px;
}
.calc-input__first label, .calc-input__second label, .calc-input__third label{
	font-size: 16px;
	line-height: 120%;
}
.calc-form input:not([type="submit"]), .calc-form textarea, .calc-code, .calc-amount-input, .calc-currency-input{
	padding: 5px 15px;
}
.calc-code{
	min-height:unset;
}
.calc-input__btn .btn{
	font-size: 16px;
	padding: 12px 87px;
}
.calc-input__btn{
	margin-top:15px;
}
.calc-form .form__chekbox-input{
	border: none;
}
.action-de .cacl-step:not(:last-child)::after {
    top: 10px;
    right: -60%;
}
.action-fr .cacl-step:not(:last-child)::after {
    top: 10px;
    right: -50%;
}
.main-page .first-left{
	position:relative;
}
.first__money-back-wrapper{
    position: absolute;
	width: 35%;
    right: -190px;
    bottom: -160px;
}
.ninth-left__form{
	position:relative;
}
.ninth__money-back-wrapper{
    position: absolute;
	width: 21%;
    right: -80px;
    bottom: 50px;
	transform: rotate(14deg);
}
.action-de .ninth__money-back-wrapper{
	right: -150px;
}
.pop-up__calc{
	position:relative;
}
.calc__money-back-wrapper{
    position: absolute;
	width: 17%;
    right: 80px;
    bottom: -90px;
}
.money-back__bg{
	background: linear-gradient(#445dc6, rgba(55, 82, 184, 0), #445dc6);
}
.money-back__container{
	width: 100%;
    max-width: 1675px;
    padding: 0 15px;
    margin: 0 auto;
	padding-top:30px;
	padding-bottom:100px;
}
.money-back__flx{
	display:flex;
	justify-content:space-between;
	align-items:center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #FFFFFF;
	border-radius: 15px;
	padding:87px 140px;
}
.money-back__left-part, .money-back__right-part{
	width:50%;
}
.money-back-left-part__img-wrapper{
	display:none;
}
.money-back__right-part{
	display: flex;
    justify-content: center;
    align-items: center;
}
.money-back-right-part__img{
	width: 300px;
}
.money-back-left-part__title{
	color: #fff;
    font-size: calc(28px + 32 * ((100vw - 375px) / (1920 - 375)));
	line-height:130%;
	font-weight:700px;
    font-family: "Poppins-Bold";
}
.money-back-left-part__txt{
	color: #fff;
    font-size: 14px;
	line-height:158.4%;
	font-weight:300px;
    font-family: "Montserrat-Light";
}
.money-back-left-part__txt-wrapper{
	margin-top:20px;
}
.money-back-left-part__btn{
	display:inline-block;
	font-family: 'Poppins-Bold';
   font-weight: 700;
   font-size: 16px;
   line-height: 100%;
   color: #fff;
   padding: 21px 33px;
   background-color: #F6b73b;
   border-radius: 15px;
   border: none;
   cursor: pointer;
   text-transform: uppercase;
}
.money-back-left-part__btn:hover{
	background-color: #e1a42c;
}
.money-back-left-part__btn-wrapper{
	margin-top:20px;
}
.list-block{
   margin-top: 70px;
	position:absolute;
	top:0px;
	left:36%;
	width:237px;
	height:400px;
}
.dropdown-menu-hide{
   display: none;
}
.list-item a{
	display:inline-block;
   font-family: 'Mulish-Regular';
   font-weight: 400;
   font-size: 14px;
   line-height: 145%;
   padding: 10px;
   background-color: #3852B2;
   width: 100%;
   color: #fff;
}
.dropdown-menu-title{
	font-family: 'Mulish-SemiBold';
   font-weight: 600;
   font-size: 0.75vw;
   line-height: 145%;
   color: #fff;
}
.dropdown-menu-title-wrapper{
	padding-right:15px;
	cursor:pointer;
}
.list-item a:hover{
   background-color: #4c63ba;
   color: #fff;
   cursor: pointer;
	border-bottom:none;
}
.triangle-wrapper{
   position: relative;
}
.triangle-wrapper::after{
   position: absolute;
   content: '';
   background-image: url('../../uploads/2022/10/arrow_drop_down.png');
   background-repeat: no-repeat;
   top: 5px;
   right: 0;
   width:10px;
   height: 5px;
}

/* @media only screen and (max-width:1100px){
	.main-page .first-left:after{
		right:0;
	}
	.ninth-left__form:after{
		width: 28%;
		right: -150px;
	}
} */
@media only screen and (max-width: 1030px){
  .ninth-right{
    display: none;
  }
	.ninth-left {
    	width: 100%;
	}
	.ninth__money-back-wrapper{
		right: -30px;
		bottom: 20px;
	}
	.action-de .ninth__money-back-wrapper{
		right: -30px;
		bottom: 80px;
	}
	.action-fr .ninth__money-back-wrapper{
		right: -40px;
	}
}
@media only screen and (max-width:1024px){
	.first__money-back-wrapper{
		right: 50px;
    	bottom: -180px;
	}
	.money-back__right-part{
		display: none;
	}
	.money-back__left-part{
		width:100%;
	}
	.money-back-left-part__img-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		width:40%;
	}
	.money-txt-flx .money-back-left-part__txt-wrapper{
		width:60%;
		margin-left:10px;
		margin-top:unset;
	}
	.money-back-left-part__txt-wrapper{
		margin-top:8px;
	}
	.money-back-left-part__btn-wrapper{
		margin-top:16px;
	}
	.money-txt-flx{
		display:flex;
		margin-top:16px;
		align-items: center;
	}
	.money-back__flx{
		padding: 26px 16px;
	}
}
@media only screen and (max-width:768px){
/* 	.main-page .first-left:after{
		right:100px;
	} */
/* 	.ninth-left__form:after{
		width: 31%;
		height: 32%;
		right: -110px;
		bottom: 70px;
	} */
	.dropdown-menu-title{
      font-size: 24px;
   }
	.dropdown-menu-title-wrapper{
		margin:26px 0;
	}
	.triangle-wrapper::after{
		top: 40px;
    	right: -5px;
	}
	.list-block {
		margin-top: 100px;
		left: 30%;
		width: 350px;
		height: 400px;
	}
	.list-item a {
		font-size: 18px;
	}
}
@media only screen and (max-width:640px){
/* 	.main-page .first-left:after{
		position:unset;
	} */
	.calc__money-back-wrapper{
		width: 37%;
		right: 30px;
		bottom: -90px;
	}
	.first__money-back-wrapper, .ninth__money-back-wrapper, .action-de .ninth__money-back-wrapper, .action-fr .ninth__money-back-wrapper{
		display:none;
	}
	.list-block{
		left: 10%;
	}
	.ninth-left__form input:not([type="submit"])::placeholder, textarea::placeholder{
		font-size:3vw;
	}
	.ninth-left__form input:not([type="submit"]), textarea{
		padding: 15px 10px;
	}
}
@media only screen and (max-width:500px){
	.money-back-left-part__btn{
		width:100%;
		text-align:center;
	}
}

@media screen and (max-width: 40em){
	.calc-form input:not([type="submit"]), .calc-form textarea, .total-deposit, .calc-currency, .calc-code{
		font-size: 12px;
	}
	.calc-input__first label, .calc-input__second label, .calc-input__third label, .calc-amount-input, .calc-currency-input{
		font-size: 12px;
	}
	.calc-input__btn .btn {
		padding: 5px 47px;
	}
	.pop-up__calc {
		padding: 80px 60px 100px;
	}
	.calc-form .calc-amount-input, .calc-form .calc-currency-input, .calc-form .calc-code{
		height:30px;
		line-height:unset;
	}
	.calc-form .form__checkbox-wrapper label{
		font-size: 12px;
	}
	.calc-txt p{
		font-size: 10px;
	}
}