@media screen and (max-width: 1400px) {
  .banner-content > * {
    margin-bottom: 30px;
  }
  .banner .social {
    right: 12px;
  }
  .container {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .footer .bg {
    height: 1070px;
    top: -660px;
    bottom: 0;
  }
  .preloader-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-animation: topLeft1400 2.5s;
            animation: topLeft1400 2.5s;
    -webkit-animation-delay: 5.5s;
            animation-delay: 5.5s;
  }
}
@media screen and (max-width: 1200px) {
  main {
    margin-right: 0;
  }
  .video video {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .reyat-header .header-inner .header-btns {
    margin-left: 50px;
  }
  .reyat-header .header-inner .header-btns .item {
    margin-right: 50px;
  }
  .header-inner .header-btns .item {
    margin-right: 30px;
  }
  .header-inner .header-btns {
    margin-left: 50px;
  }
  .circle-shape {
    margin-top: 50px;
  }
  .advisor-bottom {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-404-two .page-404-desc {
    padding-bottom: 200px;
  }
  .page-404-two .img-decor {
    height: 50%;
  }
  .support .image-wrapp:before {
    top: 100px;
    height: calc(100% - 100px);
    z-index: -1;
  }
  .support .image-mobile {
    display: block;
  }
  .support .image-desc {
    display: none;
  }
  .support .image-wrapp {
    margin-top: 20px;
  }
  .support .image-mobile {
    text-align: center;
  }
  .support .image-mobile img {
    max-height: 500px;
    margin-bottom: -24px;
  }
}
@media screen and (max-width: 991px) {
  .banner-align {
    height: auto;
    padding-bottom: 0;
  }
  .banner .btn2 {
    white-space: nowrap;
  }
  .banner-inner {
    padding-top: 80px;
    height: auto;
  }
  .banner-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .banner-icon svg {
    max-height: 450px;
  }
  .banner-wrapp .btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner-wrapp .btns .btn:first-child {
    margin-right: 15px;
  }
  .banner-decor-item {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
  .banner-wrapp {
    padding-bottom: 140px;
  }
  /* .bg {
    max-height: 600px;
  } */
  .banner-wrapp .text-desc {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .banner-rating {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
  .banner .banner-form {
    padding: 40px 20px !important;
    border-radius: 0 !important;
    margin: 0 -20px;
    background: #4497D2 !important;
    margin-top: 0 !important;
  }
  .popup-image {
    width: 40%;
  }
  .popup .popup-form {
    width: 60%;
  }
  .keys .lines-decor #kanv {
    display: none !important;
  }
  .banner2 {
    padding: 150px 0 80px 0;
  }
  .banner2 .h1 {
    text-align: center;
  }
  .img-wrapper img {
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 30px;
    overflow: hidden;
  }
  .title-center {
    margin-bottom: 40px;
  }
  .promo {
    padding: 80px 0;
  }
  .advantages .swiper-entry {
    margin-top: 80px;
  }
  .abs-right {
    position: static;
  }
  .abs-right .banner-image {
    margin-top: 60px;
    padding-bottom: 0;
    text-align: center;
  }
  .abs-right .banner-image .lr-img {
    margin: 0 auto;
  }
  .about-desc .h2 {
    text-align: center;
  }
  .about .row {
    margin-bottom: -30px;
  }
  .about-item {
    margin-bottom: 30px;
  }
  .partners-item {
    text-align: center;
  }
  .header-inner .header-btns {
    margin-left: 0;
    margin-top: 40px;
    padding-left: 0;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-inner .header-btns .item {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .header-inner .header-btns .btn {
    background: none;
    color: #2bc9b4;
    font-weight: 700;
    padding: 0;
  }
  .reyat-banner .banner-inner .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reyat-banner .banner-align {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .opacity:before {
    width: 100%;
  }
  .left-right .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cust-about-row {
    display: none;
  }
  .cust-about-row-mobile {
    display: block;
    color: #fff;
  }
  .cust-about-row-mobile .swiper-slide {
    min-height: 370px;
  }
  .cust-about-row-mobile .swiper-slide .cust-about-item {
    min-height: 370px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cust-about-row-mobile .swiper-slide .cust-about-item .text-b {
    font-weight: 400;
  }
  .customer-item {
    margin-bottom: 30px;
  }
  .customers-wrapp .row {
    margin-bottom: -30px;
  }
  .customers .customer-top {
    margin-bottom: 10px;
  }
  .customers-svg {
    text-align: center;
    margin-bottom: 30px;
  }
  .overview-wrapp {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .want .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .want-svg {
    text-align: center;
    margin-bottom: 20px;
  }
  .want .section-title .h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .purpose-svg {
    text-align: center;
    margin-bottom: 20px;
  }
  .team-img {
    text-align: center;
  }
  .simple-page {
    text-align: left;
  }
  .height-desc {
    min-height: 100% !important;
  }
  .height-item {
    padding: 20px;
    text-align: center;
  }
  .height-item .decor-bottom {
    display: none;
  }
  .row-decor {
    display: none;
  }
  .heights .row:nth-child(2) > *, .heights .row:nth-child(3) > * {
    margin-bottom: 20px;
  }
  .heights .row:nth-child(3) > * {
    margin-bottom: 20px;
  }
  .heights .row:nth-child(3) > *:last-child {
    margin-bottom: 0;
  }
  .row-last {
    margin-top: 0;
  }
  .height-icon img {
    width: 50px;
    height: 50px;
  }
  .height-item .height-title {
    margin-bottom: 10px;
  }
  .footer .decor-three {
    opacity: 0.3;
  }
  .about-desc .section-title .h2 {
    text-align: left;
  }
  .about-desc .about-desc-image {
    max-width: 70%;
    margin: 30px auto 0;
  }
  .about-desc .about-desc-image img {
    max-height: 400px;
  }
  .what-about img {
    margin-bottom: 30px;
  }
  .get-started img {
    margin-top: 30px;
  }
  .overview .container {
    position: relative;
    z-index: 6;
  }
  .overview .banner-decor {
    z-index: 1;
  }
  .about-desc img {
    margin-top: 30px;
  }
  .footer .row-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .row-footer .footer-logo {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footer-links ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
  }
  .footer .disc {
    text-align: center;
  }
  .footer .row-footer {
    padding: 40px 0;
  }
  .footer .footer-con {
    padding: 40px 12px;
  }
}
@media screen and (max-width: 900px) {
  .banner-decor .decor-two {
    bottom: auto;
    top: 20%;
    left: auto;
    right: 10%;
  }
  .banner-image img {
    min-height: 450px;
  }
}
@media screen and (min-width: 991px) {
  .logo:hover {
    opacity: 0.8;
  }
  .banner-align .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .header-inner {
    position: relative;
  }
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 20px;
    width: 40px;
    height: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
    -webkit-transition: -webkit-transform 330ms ease-out;
    transition: -webkit-transform 330ms ease-out;
    transition: transform 330ms ease-out;
    transition: transform 330ms ease-out, -webkit-transform 330ms ease-out;
  }
  .burger.active {
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    width: 30px;
    height: 30px;
  }
  .hide-menu {
    visibility: hidden;
    opacity: 0;
    width: 0;
  }
  .burger.active .show-menu {
    visibility: hidden;
    opacity: 0;
    width: 0;
  }
  .burger.active .hide-menu {
    visibility: visible;
    opacity: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .header .header-menu .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-nav {
    text-align: center;
  }
  .header .header-menu .navigation .header-btn {
    margin-left: 0;
    margin-top: 90px;
  }
  .header .header-menu .navigation .header-btn .btn {
    word-wrap: nowrap;
    max-width: 100%;
  }
  .header-menu {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 75px;
    width: 100%;
    right: -100%;
    left: auto;
    width: 100%;
    min-height: calc(100vh - 75px);
    height: auto;
    padding: 20px 15px;
    margin: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header-menu {
    width: 100%;
    justify-content: center;
  }
  .header .header-menu .header-nav li a:before {
    content: none;
  }
  .dropdown.user:after {
    content: none;
  }
  .dropdown.user ul {
    visibility: visible;
    opacity: 1;
    position: static;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    -webkit-animation: none;
            animation: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
  }
  .dropdown.user ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .dropdown.user ul li {
    margin-right: 25px;
  }
  .header__user li a .img-lang {
    margin-right: 0;
  }
  .dropdown.user .current {
    display: none;
  }
  .banner-align {
    padding-top: 0;
  }
  .banner-align .sponsors {
    padding-top: 0;
  }
  .header .header-menu .lang-wrapp ul li {
    margin-right: 24px;
  }
  .header .header-menu .header-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .header-menu a {
    font-size: 16px;
  }
  .header .header-menu .header-nav li {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .header .header-menu .header-nav li:last-child {
    margin-bottom: 0;
  }
  .header .header-menu .lang-wrapp {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 90px;
  }
  .header .header-menu .lang-wrapp:before {
    content: none;
  }
  .keys .section-title {
    text-align: center;
  }
  .keys .lines-decor {
    top: 0;
    bottom: 0;
  }
  .key-number {
    min-width: 100px;
    margin-left: -20px;
  }
  .services {
    margin-top: 100px;
    padding: 100px 0;
  }
  .discovering-left {
    max-width: 100%;
    padding-bottom: 30px;
  }
  .discovering-left .discover-arrow {
    margin: 30px 0;
  }
  .solution .section-title, .solution-head {
    text-align: center;
  }
  .solution .svg-wrapp {
    text-align: center;
  }
  .investing .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .investing-svg-wrapp {
    text-align: center;
    margin-bottom: 30px;
  }
  .text p {
    margin-bottom: 15px;
  }
  .btn-section {
    margin-top: 40px;
  }
  .row-title {
    margin-bottom: 64px;
  }
  .about-item > * {
    margin-bottom: 28px;
  }
  .service-row {
    margin-bottom: 32px;
  }
  .advantages .container {
    margin-bottom: -64px;
  }
  .join .btn-arrow span {
    display: none;
  }
  .join .btn-arrow svg {
    margin-left: 0;
  }
  .risk .h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-image {
    text-align: center;
  }
  .footer .footer-title {
    margin-top: 20px;
  }
  .form-wrapp .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .banner-form {
    margin-top: 30px;
  }
  .embed-responsive-16by9 {
    min-width: 500px;
  }
  .video-popup-align .btn-close {
    top: -70px;
    right: -70px;
  }
  .breadcrumbs {
    margin-top: 40px;
    margin-bottom: 48px;
  }
  .section-head .description {
    margin-bottom: 48px;
  }
  .value-row {
    margin-bottom: 32px;
  }
  .swiper-pagination {
    margin-top: 20px;
  }
  .vacancies.section-head .description .desc-wrapp:nth-child(2) {
    padding: 0 12px;
  }
  .vacancies.section-head .description .desc-wrapp {
    margin-bottom: 48px;
  }
  .vacancies.section-head .description .desc-wrapp:last-child {
    margin-bottom: 0;
  }
  .join2 .service-row {
    padding: 24px 0;
  }
  .simple-page .block-wrapp {
    margin-bottom: 32px;
  }
  .simple-page .title-9 {
    margin-bottom: 16px;
  }
  .decor-image {
    display: none;
  }
  .upload-wrapper {
    margin-top: 24px;
  }
  .advantage {
    padding: 32px 64px;
  }
  .tab-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: -30px;
  }
  .tab-toggle .btn-tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
  }
  .tabs-wrapper {
    margin-top: 64px;
  }
  .tab .wrapp {
    margin-bottom: 40px;
  }
  .contacts-wrapp .title-8 {
    margin-top: 32px;
  }
  .contacts-right {
    margin-top: 24px;
  }
  .choices__list--dropdown .choices__item {
    border: none !important;
  }
  .privacy-policy .wrapp {
    margin-bottom: 40px;
  }
  .page-404 h1 {
    font-size: 100px;
  }
  .page-404 .banner-align, .splash .banner-align {
    padding-top: 0 !important;
  }
  .page-404 .banner-align, .splash .banner-align {
    padding-bottom: 0 !important;
  }
  .popup-container-form form > * {
    margin-bottom: 16px;
  }
  .popup-container-form .decor-image {
    display: block;
  }
  .popup-container-form .input-checkbox {
    margin: 20px 0;
  }
  .popup-container-form .row-title > * {
    margin-bottom: 48px;
  }
  .popup-container-form .row-title {
    margin-bottom: 48px;
  }
  .promo-2 {
    padding-top: 0;
  }
  .contact-us {
    padding: 0;
  }
  .contact-us .banner-form {
    padding: 20px;
    width: calc(100% + 40px);
    border-radius: 20px;
  }
  .banner3 .banner-wrapp {
    padding: 0;
  }
  .banner3 .banner-inner {
    padding-top: 0;
  }
  .banner3 .banner-align {
    padding: 100px 0 40px 0;
  }
  .contact-us .banner-form {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header-offer {
    display: none;
  }
  /* .header-inner .logo img {
    max-width: 95px;
    height: 40px;
  } */
  .text-wrapp {
    margin-bottom: 30px;
  }
  .banner-content .text {
    max-width: 100%;
  }
  .banner-content {
    margin-top: 30px;
  }
  .banner-wrapp .subtitle {
    max-width: 90%;
  }
  .banner-wrapp .text-desc {
    max-width: 100%;
  }
  .banner-form {
    width: auto;
  }
  .banner-image__block {
    position: absolute;
    top: 0;
    width: 70vh;
    right: -20%;
  }
  .banner-image__block:before {
    bottom: 46px;
  }
  .banner-wrapp .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-wrapp .btns .btn:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .btn {
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sponsors {
    padding-top: 40px;
  }
  .sponsor-item {
    margin-bottom: 20px;
  }
  .sponsor-item img {
    max-width: 100px;
  }
  .choose-item {
    padding: 16px;
  }
  .choose-item__head {
    margin-bottom: 10px;
  }
  .choose-item .choose-title {
    margin-left: 10px;
  }
  .choose-item svg {
    width: 40px;
    height: 40px;
  }
  .service-item {
    margin-bottom: 30px;
  }
  .service-item .h2 {
    text-align: center;
  }
  .service-item {
    -webkit-box-shadow: 0px 0px 15px 0px #95D9FF;
            box-shadow: 0px 0px 15px 0px #95D9FF;
  }
  .service-item .text {
    min-height: auto !important;
  }
  .discovering-left .h2 {
    margin-bottom: 15px;
  }
  .accordion .accordion-body {
    width: 100%;
  }
  .start .row:nth-child(2) > * {
    margin-bottom: 20px;
  }
  .number-wrapp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .number-item {
    margin-bottom: 15px;
  }
  .number-item:last-child {
    margin-bottom: 0;
  }
  .section {
    padding: 40px 0;
  }
  .section-title {
    margin-bottom: 40px;
  }
  .about-item__image img {
    max-height: 250px;
    width: 100%;
  }
  .footer-form {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .breadcrumbs {
    margin-bottom: 32px;
  }
  .section-head .row-desc > * {
    padding: 0 10px;
  }
  .breadcrumbs a, .breadcrumbs span {
    font-size: 12px;
  }
  .breadcrumbs .arrow, .breadcrumbs .arrow svg {
    width: 12px;
    height: 12px;
  }
  .breadcrumbs .arrow {
    margin: 0 8px;
  }
  .section-head .description {
    margin-bottom: 32px;
  }
  .footer-bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-bottom ul li {
    border: none;
    padding: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .disclaimer {
    margin: 15px 0 !important;
  }
  .form-wrapp .row {
    margin-bottom: 15px;
  }
  .form-wrapp .row:first-child > * {
    margin-bottom: 15px;
  }
  .form-wrapp .row:first-child > *:last-child {
    margin-bottom: 0;
  }
  .disclaimer.row > * {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
  .footer-bottom {
    margin-top: 0;
  }
  .overview-text {
    margin-top: 10px;
  }
  .overview-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .overview-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .overview-text {
    text-align: center;
  }
  .footer-2 .section-title .text {
    margin: 20px 0;
  }
  .overview-wrapp:last-child {
    padding-bottom: 40px;
  }
  .overview-title {
    text-align: center;
  }
  .footer-bottom {
    margin-bottom: 0;
  }
  .footer {
    padding-bottom: 0;
  }
  .cust-about-row-mobile .swiper-slide .cust-about-item {
    min-height: 300px;
  }
  .cust-about-row-mobile .swiper-slide {
    min-height: 300px;
  }
  .contact-us {
    padding: 0;
  }
  .work-decor {
    display: none;
  }
  .work-wrapp .h2 {
    margin-bottom: 20px;
  }
  .footer .footer-links ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .popup-image {
    display: none;
  }
  .popup .popup-form {
    width: 100%;
    margin-left: 0;
  }
  .popup-form{
    justify-content: center;
  }
}
@media screen and (max-width: 580px) {
  .row > * {
    padding-right: 20px;
    padding-left: 20px;
  }
  .header-account {
    padding: 10px;
  }
  .banner-image img {
    -o-object-position: right;
       object-position: right;
  }
  .banner-image picture:after {
    left: -83%;
    bottom: -8%;
  }
  .banner-content .btn {
    width: 100%;
  }
  .banner-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-wrapp .banner-btns .btn:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .btn, .btn-2 {
    width: 100%;
    height: auto;
    font-size: 14px;
  }
  .banner .banner-form .form-desc .text {
    padding: 0px 40px;
  }
  .banner .banner-form .form-desc {
    margin-top: 30px;
  }
  .problem-item .problem-icon svg {
    width: 60px;
    height: 60px;
  }
  .problem-item .problem-icon {
    margin-bottom: 15px;
  }
  .banner .sponsors-images img {
    width: 40px;
    height: 40px;
  }
  .banner .sponsors-images a {
    margin-right: 20px;
  }
  .solution .svg-wrapp svg, .investing-svg-wrapp svg, .footer-image svg, .customers-svg svg, .want-svg svg, .purpose-svg svg {
    max-width: 350px;
    height: auto;
  }
  .investing-svg-wrapp svg {
    margin-left: -20px;
  }
  .solution-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .solution-item .solution-title {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .solution-text {
    margin: 0;
    padding: 15px;
    text-align: center;
  }
  .advantage-item {
    padding: 30px 20px;
  }
  .advantage-item img {
    width: 60px;
    height: 60px;
  }
  .advantage-item .advantage-image {
    margin-bottom: 20px;
  }
  .advantage-item .advantage-title {
    margin-bottom: 10px;
  }
  .advantages .swiper-entry {
    margin-top: 60px;
  }
  .start-item {
    padding: 20px;
  }
  .advantages {
    padding-bottom: 60px;
  }
  .advisor-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .advisor-image {
    margin-bottom: 15px;
  }
  .advisor-image img {
    min-width: 120px;
    min-height: 120px;
    width: 120px;
    height: 120px;
  }
  .advisor-desc {
    margin-left: 0;
  }
  .advisor-link a img {
    width: 30px;
    height: 30px;
  }
  .advisor-top {
    margin-bottom: 15px;
  }
  .stars-wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .stars-wrapp .stars-description {
    margin-left: 0;
  }
  .start .section-title {
    margin-bottom: 60px;
  }
  .items {
    padding: 40px 0 20px 0;
  }
  .item-wrapp {
    margin-bottom: 20px;
  }
  .promo .btn {
    width: 100%;
  }
  .customers .customer-top .customer-image img {
    width: 70px;
    height: 70px;
  }
  .cust-about-row-mobile .swiper-slide .cust-about-item {
    min-height: 100%;
  }
  .cust-about-row-mobile .swiper-slide {
    min-height: 100%;
  }
  .about-text {
    margin-top: 60px;
  }
  .about-items .btn-section {
    padding-top: 30px;
  }
  .accordion-wrapper .accordion {
    margin-bottom: 0;
  }
  .accordion-wrapper .accordion-title {
    padding: 18px 30px;
    padding-left: 0;
  }
  .faq .decor {
    left: 0;
  }
  .faq .faq-title h3{
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .faq .faq-item {
    margin-bottom: 24px;
  }
  .footer-column:first-child {
    margin-top: 0;
  }
  .footer .text {
    font-size: 13px;
  }
  .footer-menu ul li {
    margin-right: 15px;
  }
  .footer-menu ul li:last-child {
    margin-right: 0;
  }
  .footer .row .text p {
    margin-bottom: 10px;
  }
  .footer .row .text p:last-child, .footer .row .text p:nth-child(4) {
    display: none;
  }
  .footer .footer-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer .section-title {
    margin-bottom: 20px;
  }
  .footer .container {
    margin-top: 100px;
    padding-bottom: 40px;
  }
  .footer .footer-con {
    margin-top: 0;
    padding-top: 0;
  }
  .footer .footer-con .footer-text {
    font-size: 12px;
  }
  .banner .social {
    right: 20px;
  }
  .social a svg {
    width: 32px;
    height: 32px;
  }
  .social a {
    margin-right: 16px;
  }
  .btn-2.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 24px;
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
  .swiper-pagination {
    margin-top: 15px;
  }
  .btn-2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btn-2 svg {
    width: 16px;
    height: 16px;
    margin-left: 6px;
  }
  .row-title .btn-2 {
    display: none;
  }
  .about-item > * {
    margin-bottom: 24px;
  }
  .row-title {
    margin-bottom: 40px;
  }
  .service-row .btn-arrow {
    position: absolute;
    right: 0;
    top: 6px;
    padding: 10px;
  }
  .service-row .title-9 {
    margin-bottom: 15px;
  }
  .service-row {
    margin-bottom: 24px;
    padding: 24px 0;
  }
  .service-row > * {
    padding: 0 10px;
  }
  .btn-arrow:before {
    content: none;
  }
  .services .btn-2.mobile {
    margin-top: 24px;
  }
  .advantages .container {
    margin-bottom: -40px;
  }
  .advantages .row > * {
    padding: 0 10px;
  }
  .footer-form {
    max-width: 100%;
  }
  .footer-column {
    margin-bottom: 30px;
  }
  .footer {
    padding: 0;
  }
  .footer-copy {
    padding-top: 0;
  }
  .footer .social li {
    margin-bottom: 0;
  }
  .subscribe-form {
    width: 100%;
  }
  .subscribe-form .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .subscribe-form .form-row > * {
    min-width: 100%;
    margin-bottom: 8px;
    width: 100% !important;
  }
  .subscribe-form .form-row > *:last-child {
    margin-bottom: 0;
  }
  .subscribe-form {
    margin-top: 16px;
  }
  .footer .subscribe-text > * {
    margin-bottom: 16px;
  }
  .subscribe-form .form-row > * {
    border-radius: 6px !important;
    overflow: hidden;
  }
  .subscribe-form .form-row .btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .value-row .value-marker img {
    min-width: 32px;
    height: 32px;
  }
  .value-row .value-marker {
    margin-right: 12px;
  }
  .team-img-wrapp img {
    height: 250px;
  }
  .vacancies.section-head .description .desc-wrapp {
    margin-bottom: 28px;
  }
  .join2 .title-9 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .simple-page .title-9 {
    font-size: 18px;
  }
  .popup-align {
    border-radius: 0;
  }
  .upload-wrapper {
    margin-left: -8px;
  }
  .advantage {
    padding: 28px 24px;
    margin-bottom: 28px;
  }
  .advantages2 {
    margin-bottom: -28px;
  }
  .tab-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    margin-bottom: -16px;
  }
  .tab-toggle .btn-tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0;
    margin-bottom: 16px;
    min-height: 56px;
  }
  .tabs-wrapper {
    margin-top: 40px;
  }
  .tab .wrapp {
    margin-bottom: 24px;
  }
  .tab h6 {
    margin-bottom: 24px;
  }
  .tab .tab-list {
    margin-top: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab .tab-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 32px;
  }
  .tab .tab-list-item:last-child {
    margin-bottom: 32px;
  }
  .tab .tab-list-item .tab-list-icon {
    margin-bottom: 16px;
  }
  .tab .btn {
    margin-top: 16px;
  }
  .promo-wrapp {
    border-radius: 0;
    margin: 0 -20px;
  }
  .popup-form .banner-form {
    padding: 20px;
  }
  .popup-align {
    padding: 0 !important;
  }
  .contacts form > * {
    margin-bottom: 16px;
  }
  .input-item input, .input-item select, .input-item textarea, .choices__item {
    font-size: 14px;
  }
  .input-item input::-webkit-input-placeholder, .input-item select::-webkit-input-placeholder, .input-item textarea::-webkit-input-placeholder, .choices__item::-webkit-input-placeholder {
    font-size: 14px;
  }
  .input-item input::-moz-placeholder, .input-item select::-moz-placeholder, .input-item textarea::-moz-placeholder, .choices__item::-moz-placeholder {
    font-size: 14px;
  }
  .input-item input:-ms-input-placeholder, .input-item select:-ms-input-placeholder, .input-item textarea:-ms-input-placeholder, .choices__item:-ms-input-placeholder {
    font-size: 14px;
  }
  .input-item input::-ms-input-placeholder, .input-item select::-ms-input-placeholder, .input-item textarea::-ms-input-placeholder, .choices__item::-ms-input-placeholder {
    font-size: 14px;
  }
  .input-item input::placeholder, .input-item select::placeholder, .input-item textarea::placeholder, .choices__item::placeholder {
    font-size: 14px;
  }
  .input-item label {
    font-size: 12px;
  }
  .contacts-right {
    margin-top: 10px;
  }
  .choices__list--dropdown .choices__item {
    font-size: 14px !important;
  }
  .checkbox span, .checkbox a {
    font-size: 12px;
  }
  .popup-align {
    padding: 40px;
    text-align: center;
  }
  .popup-wrapper .img img {
    width: 60px;
    height: 60px;
  }
  .simple-page h3 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .simple-page p {
    margin-bottom: 15px;
  }
  .page-404 .banner-wrapp > * {
    margin-bottom: 24px;
  }
  .page-404 h1 {
    font-size: 64px;
  }
  .popup-container-form .popup-container-form {
    padding: 0;
  }
  .popup-container-form form > * {
    margin-bottom: 0;
  }
  .popup-container-form form .row > * {
    margin-bottom: 16px;
  }
  .popup-container-form .input-resume {
    font-size: 14px;
  }
  .popup-container-form .upload-wrapper {
    margin-left: 0;
  }
  .popup-container-form .popup-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup-container-form .popup-btns .btn {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .input-error {
    font-size: 12px;
  }
  .popup-container-form .row-title {
    margin-bottom: 24px;
  }
  .popup-container-form .row-title > * {
    margin-bottom: 32px;
  }
  .popup-container-form form {
    margin: 0 -7px;
  }
  .popup-container-form .popup-align {
    padding-bottom: 40px;
  }
  .popup-container-form .input-resume svg {
    top: 15px;
  }
  .popup-container-form .upload-wrapper input[type=file] {
    min-height: 40px;
  }
  .popup-container-form .decor-image-bottom {
    display: none;
  }
  .popup-container-form .btn-close svg {
    width: 35px;
    height: 35px;
  }
  .subscribe-form .form-last .form-wrap:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .subscribe-form .form-last .form-wrap:last-child .btn-send {
    border-radius: 7px !important;
    margin-top: 10px;
    width: 100%;
  }
  .subscribe-form .form-row .input-resume {
    height: 50px;
    padding: 14px;
    text-align: left;
  }
  .subscribe-form .form-row .upload-wrapper {
    margin-left: 0;
  }
  .subscribe-form .form-row .input-resume svg {
    top: 19px;
  }
  .subscribe-form .form-row.error {
    border: none;
  }
  .subscribe-form .form-row.error input {
    border: 1px solid red;
  }
  .popup iframe {
    position: static;
  }
  .embed-responsive-16by9 {
    position: static;
    padding: 0;
    min-width: 100%;
  }
  .video-popup-align .btn-close {
    top: 0;
    right: 0;
  }
  .video-popup-align {
    padding: 20px;
  }
  .reyat-banner .banner-form {
    padding: 20px;
  }
  .reyat-banner .form-desc {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0;
  }
  .reyat-banner .btn {
    font-size: 16px;
  }
  .reyat-banner .banner-form {
    border-radius: 20px;
  }
  .makes .h2 {
    margin-bottom: 30px;
  }
  .makes .makes-wrapp {
    margin-top: 30px;
    margin-bottom: -30px;
  }
  .makes .makes-item {
    margin-bottom: 30px;
  }
  .makes .makes-item .makes-img {
    text-align: center;
    margin-bottom: 15px;
  }
  .makes .makes-item .makes-img img {
    width: 50px;
    height: 50px;
  }
  .makes .makes-item .makes-title {
    text-align: center;
    margin-bottom: 15px;
  }
  /* .start-number {
    min-width: 50px;
    width: 50px;
    height: 50px;
  } */
  .start-item {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
  .start .section-title .text {
    margin-top: 20px;
  }
  .start-desc {
    margin-top: 20px;
  }
  .cust-about-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cust-about-item {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .cust-about-author {
    margin-top: 20px;
  }
  .faq-item {
    margin-bottom: 20px;
  }
  .faq-title {
    margin-bottom: 10px;
  }
  .faq .h2 {
    margin-bottom: 20px;
  }
  .faq-wrapp {
    margin-bottom: -20px;
  }
  .promo-wrapp {
    padding: 20px;
  }
  .promo-wrapp .h3, .promo-wrapp .text {
    margin-bottom: 20px;
  }
  .overview-wrapp {
    padding: 20px 0;
  }
  .promo-2 {
    padding-bottom: 60px;
  }
  .purpose-wrapp ul li:before {
    top: 6px;
  }
  .purpose-wrapp ul li span {
    margin-bottom: 10px;
  }
  .team-prof {
    margin-bottom: 15px;
  }
  .simple-page p b {
    margin-top: 30px;
  }
  .privacy-detail {
    padding-top: 40px;
  }
  .about-desc .about-desc-image img {
    max-width: 100%;
    max-height: 300px;
  }
  .about-desc .about-desc-image {
    max-width: 100%;
  }
  .contact-us .banner-form {
    padding-top: 40px;
  }
  .contact-us .banner-form .row {
    margin-bottom: 0;
  }
  .contact-us .banner-form .row:first-child {
    margin-bottom: 0;
  }
  .contact-us .banner-form .row > * {
    margin-bottom: 20px;
  }
  .terms-menu-wrapp {
    padding: 20px;
    border-radius: 20px;
    margin-top: 30px;
  }
  .terms-menu-wrapp ol li {
    padding-left: 30px;
    margin-bottom: 10px;
  }
  .support .image-mobile img {
    max-height: 320px;
  }
  .support .image-wrapp:before {
    top: 50px;
    height: calc(100% - 50px);
  }
  .privacy-detail .section-title {
    padding-top: 40px;
  }
  .privacy-detail .section-title .h2 {
    text-transform: none;
  }
  .accordion-wrapper .accordion {
    margin-bottom: 0;
  }
  .accordion-wrapper .accordion-title {
    padding: 18px 30px;
    padding-left: 0;
  }
  .footer .footer-links ul li {
    margin-right: 10px;
  }
  .banner-wrapp {
    padding-bottom: 40px;
  }
  .banner .banner-form {
    margin-bottom: 40px !important;
  }
  .simple-page ul li:before{
    top: 7px;
  }
}
@media screen and (max-width: 420px) {
  .banner-content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .banner-content {
    padding-bottom: 50px;
  }
  .banner-image__block {
    right: -45%;
  }
  .banner:before, .register:before {
    left: -90%;
  }
  .service-row .title-9 {
    width: 90%;
  }
  .service-row .btn-arrow {
    top: 14px;
  }
  .team-wrapp .title-10 {
    font-size: 14px;
  }
  .simple-page ul li:after {
    top: 9px;
  }
  .checkbox span:before {
    width: 15px;
    height: 15px;
    top: 1px;
  }
  .checkbox a {
    margin-left: 5px;
  }
  .checkbox span {
    padding-left: 20px;
  }
  .checkbox span:after {
    width: 17px;
    height: 17px;
    top: 0;
  }
  .what-about img, .get-started img {
    max-height: 250px;
  }
}
@media screen and (max-width: 380px) {
  .banner-content h1 {
    max-width: 100%;
  }
  .footer .bg {
    height: 1400px;
  }
}
@media screen and (max-width: 370px) {
  .btn {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  /* .bg {
    max-height: 700px;
  } */
}
.item-animation .animate-item.opacity {
  opacity: 0;
  -webkit-transition: 1s linear;
  transition: 1s linear;
}

.item-animation .animate-item.opacity.animated {
  opacity: 1;
  -webkit-transition: 1s linear;
  transition: 1s linear;
}

.item-animation .animate-item.scale {
  opacity: 0;
  -webkit-transition: 2s linear;
  transition: 2s linear;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.item-animation .animate-item.scale.animated {
  opacity: 1;
  -webkit-transition: 2s linear;
  transition: 2s linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.item-animation .animate-img {
  overflow: hidden;
  position: relative;
}

.item-animation .animate-item {
  transition: opacity 3s, visibility 3s;
  -webkit-transition: opacity 3s, visibility 3s;
}

.item-animation .animate-item.animated {
  opacity: 1;
  visibility: visible;
}

.item-animation .animate-item.to-right {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-150px);
      -ms-transform: translateX(-150px);
          transform: translateX(-150px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
  -webkit-transition: opacity 1s, visibility 1s, transform 1s;
}

.item-animation .animate-item.to-right.animated {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.item-animation .animate-item.to-left {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(150px);
      -ms-transform: translateX(150px);
          transform: translateX(150px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
  -webkit-transition: opacity 1s, visibility 1s, transform 1s;
}

.item-animation .animate-item.to-left.animated {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.item-animation .animate-item.to-down {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
  -webkit-transition: opacity 1s, visibility 1s, transform 1s;
}

.item-animation .animate-item.to-down.animated {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.item-animation .animate-item.img-todown {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  transition: -webkit-clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  transition: clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  transition: clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95), -webkit-clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
}

.item-animation .animate-item.img-todown.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.item-animation .animate-item.img-toup {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-transition: clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  transition: -webkit-clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  transition: clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  transition: clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95), -webkit-clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
}

.item-animation .animate-item.img-toup.animated {
  -webkit-clip-path: ppolygon(0 100%, 100% 100%, 100% 0, 0 0);
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

.item-animation .animate-item.img-toleft {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  transition: -webkit-clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  transition: clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  transition: clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95), -webkit-clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
}

.item-animation .animate-item.img-toleft.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.item-animation .animate-item.img-toright {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  transition: -webkit-clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  transition: clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  transition: clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95), -webkit-clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
}

.item-animation .animate-item.img-toright.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.loaded .banner-align .animate-item.to-down {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.loaded .banner-align .animate-item.img-todown {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.section-head .breadcrumbs, .section-head .row-title, .section-head .row-desc {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  transition: -webkit-clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  transition: clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  transition: clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95), -webkit-clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
}

.loaded .section-head .breadcrumbs, .loaded .section-head .row-title, .loaded .section-head .row-desc {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.section-head .about-item img, .section-head .about-item .text-1 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  transition: -webkit-clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  transition: clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  transition: clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95), -webkit-clip-path 1s cubic-bezier(0.35, 0.5, 0.64, 0.95);
}

.loaded .section-head .about-item img, .loaded .section-head .about-item .text-1 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.tabs-nav, .tabs-wrapper, .contacts-left, .contacts-right {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: clip-path 2s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  -webkit-transition: -webkit-clip-path 2s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  transition: -webkit-clip-path 2s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  transition: clip-path 2s cubic-bezier(0.35, 0.5, 0.64, 0.95);
  transition: clip-path 2s cubic-bezier(0.35, 0.5, 0.64, 0.95), -webkit-clip-path 2s cubic-bezier(0.35, 0.5, 0.64, 0.95);
}

.loaded .tabs-nav, .loaded .tabs-wrapper, .loaded .contacts-left, .loaded .contacts-right {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}


@media(max-width: 580px){
    .simple-page ul li:before{
        top: 7px;
    }
}