@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;
    -o-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;
  }
  .problem .swiper-slide {
    min-width: auto;
  }
  .problem .swiper-slide-active {
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .problem .swiper-container {
    padding-top: 0;
  }
  .problem .swiper-container {
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
  }
  .problem .swiper-slide-thumb-active .problem-item .problem-wrapp:before {
    background-position: top;
  }
  .problem .swiper-slide .problem-item .problem-wrapp {
    min-height: 165px;
  }
  .problem .swiper-slide-thumb-active .problem-item .problem-wrapp {
    min-height: 200px;
  }
  .video video {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .problem-item {
    padding: 20px;
  }
  .start-item {
    padding: 30px 20px;
  }
  .start-text {
    min-height: 52px;
  }
  .circle-shape {
    margin-top: 50px;
  }
  .advisor-item {
    padding: 0 30px;
  }
  .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%;
  }
  .footer .bg {
    height: 1070px;
    top: -590px;
    bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .banner-align {
    height: auto;
    padding-bottom: 0;
  }
  .banner .btn2 {
    white-space: nowrap;
  }
  .banner-decor-item {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
  .banner-wrapp {
    text-align: center;
  }
  .banner-wrapp > * {
    margin-bottom: 40px;
  }
  .banner-wrapp .subtitle {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .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-form {
    width: 70%;
    margin: 0 auto;
  }
  .keys .lines-decor #kanv {
    display: none !important;
  }
  .banner2 {
    padding: 150px 0 80px 0;
  }
  .banner2 .h1 {
    text-align: center;
  }
  .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;
  }
}
@media screen and (max-width: 820px) {
  .advisor-image img {
    max-height: 420px;
    min-height: 420px;
  }
}
@media screen and (max-width: 900px) {
  .banner-decor, .sponsors-decor, .problem-decor, .profits-decor, .clients-decor, .sign-decor {
    display: none;
  }
  .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: 25px;
    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;
    -o-transition: 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);
  }
  .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;
    -o-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: 0;
    right: -100%;
    left: auto;
    width: 100%;
    min-height: 110vh;
    height: auto;
    padding: 20px 15px;
    margin: 0;
    -webkit-transition: all 0.5s;
    -o-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 .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;
  }
  .btn-section {
    margin-top: 40px;
  }
  .section {
    padding-top: 100px;
  }
  .row-title {
    margin-bottom: 64px;
  }
  .about-item > * {
    margin-bottom: 28px;
  }
  .swiper-pagination-bullet {
    width: 60px !important;
    height: 2px !important;
  }
  .service-row {
    margin-bottom: 32px;
  }
  .advantage-item {
    margin-bottom: 64px;
  }
  .advantages .container {
    margin-bottom: -64px;
  }
  .join .btn-arrow span {
    display: none;
  }
  .join .btn-arrow svg {
    margin-left: 0;
  }
  .promo-wrapp {
    padding: 80px 0;
  }
  .risk .h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-column:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
  .footer-column:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-column:last-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer .h2 {
    text-align: center;
  }
  .footer-arrow {
    display: none;
  }
  .footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-menu ul li {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .footer-copy {
    padding: 40px 0;
  }
  .footer-copyring {
    position: absolute;
    bottom: -20px;
  }
  .footer .bg {
    height: 1498px;
    top: -600px;
    background-position: bottom;
  }
  .footer-social {
    margin-top: 40px;
  }
  .footer-form {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .breadcrumbs {
    margin-top: 40px;
    margin-bottom: 48px;
  }
  .section-head .description {
    margin-bottom: 48px;
  }
  .footer {
    margin-top: 84px;
  }
  .value-row {
    margin-bottom: 32px;
  }
  .swiper-pagination {
    margin-top: 48px;
  }
  .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;
  }
  .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;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-animation: topLeft991 1.5s;
            animation: topLeft991 1.5s;
    -webkit-animation-delay: 5.5s;
            animation-delay: 5.5s;
  }
}
@media screen and (max-width: 767px) {
  .header-offer {
    display: none;
  }
  .header-inner .logo img {
    max-width: 95px;
    height: 40px;
  }
  h1 {
    font-size: 40px !important;
  }
  h1 span, .h1 span {
    font-size: 60px;
  }
  .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: 100%;
  }
  .start-wrapp {
    margin-bottom: 30px;
  }
  .start-wrapp:last-child {
    margin-bottom: 0;
  }
  .start-image img {
    width: 80px;
    height: 80px;
  }
  .banner-image__block {
    position: absolute;
    top: 0;
    width: 70vh;
    right: -20%;
  }
  .banner-align {
    padding-bottom: 20px;
    padding-top: 60px!important;
  }

  .banner-align .container {
    padding-top: 60px!important;
  }

  .banner-image__block:before {
    bottom: 46px;
  }
  .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%;
  }
  .section-title {
    margin-bottom: 40px;
  }
  .banner-wrapp > * {
    margin-bottom: 30px;
  }
  .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 {
    margin-top: 68px;
  }
  .team-img-wrapp img {
    height: 300px;
  }
  .team-wrapp > * {
    margin-bottom: 8px;
  }
  .vacancies.section-head .row-desc {
    margin-bottom: 0;
  }
  .footer .bg {
    height: 1444px;
  }
  .splash .banner-btns > * {
    width: 100%;
  }
  .splash .banner .social {
    width: 100%;
  }
  .splash .header-item .logo {
    width: 95px;
    height: 40px;
  }
  .splash .header-item .logo img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .preloader-text > * {
    margin-right: 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;
    width: 100%;
    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;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-animation: topLeft776 1.5s;
            animation: topLeft776 1.5s;
    -webkit-animation-delay: 5.5s;
            animation-delay: 5.5s;
  }
  html{
    margin-top: 0!important;
  }
}
@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;
  }
  .banner .bg {
    background-position: -1100px 0px;
  }
  .btn, .btn-2 {
    width: 100%;
    height: auto;
    font-size: 14px;
  }
  h1 span, .h1 span {
    font-size: 38px;
  }
  h1 {
    font-size: 22px !important;
  }
  .banner-wrapp .subtitle {
    max-width: 100%;
  }
  .banner-form {
    padding: 24px;
  }
  .decor {
    top: 0;
    left: -10%;
  }
  .decor2 {
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
  }
  .banner-rating .rating-desc {
    margin-left: 0;
    margin-top: 10px;
  }
  .banner-rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .keys {
    padding-top: 80px;
  }
  .key-item {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .key-number {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .key-title {
    text-align: center;
  }
  .services {
    margin-top: 60px;
    padding: 60px 0;
  }
  .services .row {
    margin-bottom: -30px;
  }
  .promo-wrapp {
    margin-top: 0;
  }
  .discover-arrow img {
    max-height: 80px;
  }
  .discovering-left .text ul li {
    margin-bottom: 5px;
  }
  .discovering-left .discover-wrapp {
    padding: 16px;
  }
  .discovering-left .h2, .discover-item .title {
    text-align: center;
  }
  .discover-item, .discovering-left .discover-wrapp, .service-item {
    border-radius: 8px;
  }
  .abs-right .banner-image .lr-img {
    max-width: 100%;
    padding-bottom: 0;
  }
  .abs-right .banner-image {
    padding: 0 15px;
    margin-top: 30px;
  }
  .abs-right .banner-image .lr-img img {
    position: static;
    max-height: 350px;
  }
  .abs-right .banner-image .lr-img img {
    min-height: 300px;
  }
  .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;
  }
  .footer-column:first-child {
    margin-top: 0;
  }
  .footer-menu ul li {
    margin-right: 15px;
  }
  .footer-menu ul li:last-child {
    margin-right: 0;
  }
  .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;
  }
  .section {
    padding-top: 60px;
  }
  .swiper-pagination-bullet {
    width: 30px !important;
    height: 2px !important;
    margin: 0 5px !important;
  }
  .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;
  }
  .advantage-item {
    margin-bottom: 40px;
  }
  .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;
  }
  .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;
  }
  .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: 80px 40px;
    text-align: center;
  }
  .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;
  }
  .preloader-logo {
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .preloader-logo svg {
    width: 85px;
    height: 90px;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .preloader-text {
    margin-left: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .preloader-text > * {
    margin-right: 0;
    display: block;
  }
  .preloader-text > * svg {
    opacity: 0;
    visibility: hidden;
    height: 30px;
    width: auto;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .preloader-text > * svg path {
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .preloader-text > *:nth-child(1) svg {
    -webkit-animation: text2 8s;
            animation: text2 8s;
  }
  .preloader-text > *:nth-child(2) svg {
    -webkit-animation: text2 8.5s;
            animation: text2 8.5s;
  }
  .preloader-text > *:nth-child(3) svg {
    -webkit-animation: text2 9s;
            animation: text2 9s;
  }
  .preloader-text > *:nth-child(4) svg {
    height: auto;
    -webkit-animation: text2 9.5s;
            animation: text2 9.5s;
  }
  .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;
    width: 100%;
    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;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-animation: topLeft580 1.5s;
            animation: topLeft580 1.5s;
    -webkit-animation-delay: 5.5s;
            animation-delay: 5.5s;
  }
  .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;
  }
}
@media screen and (max-width: 440px) {
  .footer .bg {
    height: 1410px;
    top: -600px;
    background-position: bottom;
  }
  .team .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 24px;
  }
}
@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;
  }
}
@media screen and (max-width: 400px) {
  .footer .bg {
    height: 1406px;
  }
  .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;
    width: 100%;
    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;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-animation: topLeft400 1.5s;
            animation: topLeft400 1.5s;
    -webkit-animation-delay: 5.5s;
            animation-delay: 5.5s;
  }
}
@media screen and (max-width: 380px) {
  .banner-content h1 {
    max-width: 100%;
  }
  .footer .bg {
    height: 1400px;
  }
  .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;
    width: 100%;
    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;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-animation: topLeft380 1.5s;
            animation: topLeft380 1.5s;
    -webkit-animation-delay: 5.5s;
            animation-delay: 5.5s;
  }
}
@media screen and (max-width: 370px) {
  .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;
    width: 100%;
    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;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-animation: topLeft370 1.5s;
            animation: topLeft370 1.5s;
    -webkit-animation-delay: 5.5s;
            animation-delay: 5.5s;
  }
}
.header {
  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;
  -o-transition: opacity 1s, visibility 1s, 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;
}

.loaded .header {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.banner-wrapp h1, .banner2 h1 {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}

.loaded .banner-wrapp h1, .loaded .banner2 h1 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1.5s, visibility 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, visibility 1.5s, -webkit-transform 1.5s;
  -o-transition: opacity 1.5s, visibility 1.5s, transform 1.5s;
  transition: opacity 1.5s, visibility 1.5s, transform 1.5s;
  transition: opacity 1.5s, visibility 1.5s, transform 1.5s, -webkit-transform 1.5s;
}

.banner-wrapp .subtitle {
  opacity: 0;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
}

.loaded .banner-wrapp .subtitle {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1.7s, visibility 1.7s, -webkit-transform 1.7s;
  transition: opacity 1.7s, visibility 1.7s, -webkit-transform 1.7s;
  -o-transition: opacity 1.7s, visibility 1.7s, transform 1.7s;
  transition: opacity 1.7s, visibility 1.7s, transform 1.7s;
  transition: opacity 1.7s, visibility 1.7s, transform 1.7s, -webkit-transform 1.7s;
}

.banner-wrapp .text-desc {
  opacity: 0;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
}

.loaded .banner-wrapp .text-desc {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1.9s, visibility 1.9s, -webkit-transform 1.9s;
  transition: opacity 1.9s, visibility 1.9s, -webkit-transform 1.9s;
  -o-transition: opacity 1.9s, visibility 1.9s, transform 1.9s;
  transition: opacity 1.9s, visibility 1.9s, transform 1.9s;
  transition: opacity 1.9s, visibility 1.9s, transform 1.9s, -webkit-transform 1.9s;
}

.banner-wrapp .text-desc {
  opacity: 0;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
}

.loaded .banner-wrapp .text-desc {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1.9s, visibility 1.9s, -webkit-transform 1.9s;
  transition: opacity 1.9s, visibility 1.9s, -webkit-transform 1.9s;
  -o-transition: opacity 1.9s, visibility 1.9s, transform 1.9s;
  transition: opacity 1.9s, visibility 1.9s, transform 1.9s;
  transition: opacity 1.9s, visibility 1.9s, transform 1.9s, -webkit-transform 1.9s;
}

.banner .banner-form, .banner-rating {
  -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);
  -o-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);
  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 .banner .banner-form, .loaded .banner-rating {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.banner .disclaimer {
  -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);
  -o-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);
  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 .banner .disclaimer {
  -webkit-clip-path: ppolygon(0 100%, 100% 100%, 100% 0, 0 0);
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

.banner .decor {
  opacity: 0;
  -webkit-transition: 2s linear;
  -o-transition: 2s linear;
  transition: 2s linear;
}

.loaded .banner .decor {
  opacity: 1;
  -webkit-transition: 2s linear;
  -o-transition: 2s linear;
  transition: 2s linear;
}

.banner-decor-four {
  opacity: 0;
  -webkit-transition: 1.2s linear;
  -o-transition: 1.2s linear;
  transition: 1.2s linear;
}

.loaded .banner-decor-four {
  opacity: 1;
  -webkit-transition: 1.2s linear;
  -o-transition: 1.2s linear;
  transition: 1.2s linear;
}

.img-wrapp {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.loaded .img-wrapp {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1.3s ease-in-out;
  -o-transition: 1.3s ease-in-out;
  transition: 1.3s ease-in-out;
}

.banner-decor-item {
  opacity: 0;
  visibility: hidden;
}

.loaded .banner-decor-item {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 2s ease-in-out;
  -o-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}

.banner2 {
  -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);
  -o-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);
  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 .banner2 {
  -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.opacity {
  opacity: 0;
  -webkit-transition: 1s linear;
  -o-transition: 1s linear;
  transition: 1s linear;
}

.item-animation .animate-item.opacity.animated {
  opacity: 1;
  -webkit-transition: 1s linear;
  -o-transition: 1s linear;
  transition: 1s linear;
}

.item-animation .animate-item.scale {
  opacity: 0;
  -webkit-transition: 2s linear;
  -o-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;
  -o-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 {
  -o-transition: opacity 3s, visibility 3s;
  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;
  -o-transition: opacity 1s, visibility 1s, 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;
  -o-transition: opacity 1s, visibility 1s, 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;
  -o-transition: opacity 1s, visibility 1s, 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);
  -o-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);
  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);
  -o-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);
  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);
  -o-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);
  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);
  -o-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);
  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);
  -o-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);
  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);
  -o-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);
  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);
  -o-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);
  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){
  .footer .menu-header-menu-container ul{
    display: flex;
    flex-direction: column;
  }

  .footer-menu ul li{
    text-align: center;
    margin: 0 0 15px;
  }
}