*, :before, :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    /* background-color: #fff; */
    /* scroll-behavior: smooth; */
}

body {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #878787;
    font-size: calc(12px + 0.208vw);
    line-height: 1.5 !important;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0 !important;
    /* background: #F9F9F9; */
    background: #fff;
    webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h1, .h1 {
    font-size: calc(40px + 2.083vw);
    font-weight: 700;
    margin: 0;
    /* text-transform: uppercase; */
    line-height: 1.2;
}

.purple {
    color: #816EF9;
    background: #816EF9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2, .h2 {
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
}

h3, .h3 {
    font-weight: 700;
    font-size: 30px;
    margin: 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none !important;
    color: inherit;
}

a:focus {
    outline: none;
    /* border: none; */
}

img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 16px;
}

video {
    width: 100%;
}

.hidden {
    display: none
}

::-webkit-scrollbar {
    width: 10px;
    /* ширина для вертикального скролла */
    height: 8px;
    /* высота для горизонтального скролла */
    background: #fff;
    /*box-shadow: inset 0 4px 9px rgba(38, 117, 218, 0.25);*/
}

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
    background: #816EF9;
    max-width: 153px;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    border-radius: 0;
}

.scroll_up {
    position: fixed;
    right: 3%;
    bottom: 3%;
    cursor: pointer;
    z-index: 1000;
    -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
    -o-transition: background-color .3s, opacity .5s, visibility .5s;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    max-width: 65px;
}

.show {
    display: flex !important;
    opacity: 1 !important;
    height: auto !important;
    visibility: visible !important;
}

.container {
    /* max-width: 1480px; */
    width: 80%;
    height: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.mobile{
    display: none;
}

.action_btn {
    width: 100%;
    max-width: 220px;
    font-size: calc(14px + .208vw);
    font-weight: 500;
    color: #816ef9;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    position: relative;
    background: transparent;
    transition: all .3s linear;
    border-radius: 10px;
}

html[lang=en-US] .action_btn {
    max-width: 150px;
}

.action_btn__line {
    background: #816ef9;
    height: 2px;
    width: 85px;
}

/*.action_btn:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    background: #816EF9;*/
/*    height: 2px;*/
/*    width: 85px;*/
/*    left: 0;*/
/*    top: auto;*/
/*    bottom: auto;*/
/*}*/

.action_btn:focus {
    outline: none;
}

.action_btn p {
    transition: all .3s linear;
    padding: 0 10px;
}

.action_btn:hover p {
    transform: scale(1.02);
    text-shadow: rgb(129 110 249 / 60%) 1px 0 10px;
    transition: all .3s linear;
}

/*.swiper-button-next:hover, .swiper-button-prev:hover {*/
/*    -webkit-box-shadow: 0 0 40px 0 rgb(129 110 249 / 60%);*/
/*    box-shadow: 0 0 20px 0 rgb(129 110 249 / 60%);*/
/*}*/

.popup-block {
    max-width: 500px;
    width: 100%;
    background: #fff;
    margin: 0 auto;
    padding: 30px;
    border-radius: 30px;
    position: relative;
}

.popup-block h2 {
    margin: 0 0 10px;
}

.mfp-close-btn-in .mfp-close {
    color: #786EF9 !important;
}

.modal__form .form_field {
    width: 100%;
    margin: 0 0 25px;
    display: flex;
    justify-content: center;
    position: relative;
}

.modal__form .form_field p {
    width: 100%;
}

.submit_field p {
    display: flex;
    justify-content: center;
    width: 100%;
}

.modal__form .form_field input[type=text],
.modal__form .form_field input[type=tel],
.modal__form .form_field input[type=email]{
    width: 100%;
    height: 45px;
    border: 1px solid rgb(92 50 152 / 60%);
    outline: none;
    padding: 7px 15px;
    border-radius: 10px;
}

.modal__form .form_field textarea{
    width: 100%;
    height: 90px;
    border: 1px solid rgb(92 50 152 / 60%);
    outline: none;
    padding: 7px 15px;
    border-radius: 5px;
    resize: none;
    font-family: 'Rubik', sans-serif;
}

.modal__form input::-webkit-input-placeholder, .modal__form textarea::-webkit-input-placeholder {
    color: #171717;
}

.modal__form input::-moz-placeholder, .modal__form textarea::-moz-placeholder {
    color: #171717;
}

.modal__form input:-ms-input-placeholder, .modal__form textarea:-ms-input-placeholder {
    color: #171717;
}

.modal__form input::-ms-input-placeholder, .modal__form textarea::-ms-input-placeholder {
    color: #171717;
}

.modal__form input::placeholder,
.modal__form textarea::placeholder {
    color: #171717;
}

#thanks_modal {
    text-align: center;
}

.thanks_modal__button {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}

.thanks_modal__button .action_btn {
    justify-content: center;
}

main {
    /* margin: 0 0 200px; */
    position: relative;
}

.wpcf7-response-output {
    display: none;
}

.wpcf7-spinner {
    position: absolute;
    top: 0;
    right: 0;
}

.wpcf7-not-valid-tip {
    margin: 0 0 -20px;
}

/**
 * Fade-zoom animation for first dialog
 **/
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    transform: translateY(0) perspective( 600px ) rotateX( 0 );
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}
/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}


.my-mfp-zoom-in .zoom-anim-dialog .modal__form .wpcf7 {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog .modal__form .wpcf7 {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.preloader_block {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1010;
    background: radial-gradient(76.43% 73.29% at 13.88% 18.33%, #FEF2E7 0%, #FFFFFF 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader{
    background: rgba(113,64,141,0.1);
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 25px solid transparent;
    border-top-color: #816EF9;
    border-style: double;
    border-radius: 50%;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.3);
    animation: animate 2s infinite;
}
@keyframes animate{
    0%{ transform: rotate(0deg); }
    50%{ transform: rotate(180deg); }
    100%{ transform: rotate(360deg); }
}


/* Header */

header{
    display: flex !important;
    align-items: center;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    font-size: 18px;
    transition: all .3s linear;
    height: 100px;
    background: transparent;
}

header .container{
    height: 100%;
    width: 80%;
    /* max-width: 1615px; */
}

.header__wrapper  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    position: relative;
    align-items: center;
}

.header_black {
    background: rgba(255,255,255, .8);
    backdrop-filter: blur(25px);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.logo {
    position: absolute;
    display: flex;
    align-items: center;
    width: auto;
    justify-content: center;
    left: 0;
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0;
    /* max-width: 500px; */
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.header__list li{
    list-style: none;
    position: relative;
}

.header__list .menu-header_menu_en-container {
    width: 100%;
}

#primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*width: 100%;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__link {
    /* color: #fff; */
    font-size: calc(10px + .208vw);
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}

.header__link:hover {
    color: #816ef9;
}

.header__menu {
    width: 65%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .5s;
}

nav.menu ul li a {
    position: relative;
     text-transform: uppercase;
}

nav.menu ul li a:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #816ef9;
    height: 2px;
}

nav.menu ul li a:hover:after {
    width: 100%;
}

.header_contacts {
    /* max-width: 280px; */
    width: 3.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.lang-block {
    cursor: pointer;
    background-color: transparent;
    position: relative;
}

.lang-block:after {
    position: absolute;
    content: '';
    background-image: url(../img/arrow_down.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    width: 12px;
    right: 30px;
    top: 12px;
}

.lang-block li {
    font-size: calc(14px + 0.208vw);
}

.lang-block:focus {
    background: transparent;
}

.lang-block:active {
    background: transparent;
}

.lang-block__item {
    position: relative;
    padding: 5px;
    text-transform: uppercase;
    /* color: #fff; */
}

.current-lang {
    display: none;
}

.lang {
    position: relative;
    /* width: 50px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 36px 0 0 0;
    height: 100%;
}

.lang-item {
    opacity: 0;
    transition: .3s;
    padding: 5px;
    margin-top: -1px;
}

.hidden_link {
    padding: 5px;
    height: 40px;
    width: 50px;
    display: flex;
    justify-content: center;
}

.hidden_link img {
    height: 25px;
    width: 25px;
    max-width: 40px;
    max-height: 40px;
}

.lang-item a {
    /* color: #fff; */
    text-transform: uppercase;
}

/* .lang-block__item::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 11px;
    height: 6px;
    background: url(../img/accordeon_arrow.svg);
    background-size: cover;
} */

.lang-block:hover .lang-item {
    opacity: 1;
    background: transparent;
    /* color: #fff; */
}

.lang-block:hover .lang-block__item {
    /* background: #00122D; */
    background: transparent;
}

.header_tel a {
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
}

.header_tel a img{
    margin: 0 7px 0 0;
}

.header_btn {
    width: 100%;
    max-width: 225px;
}

.menu-header-menu-ru-container,
.menu-header-menu-en-container{
    width: 95%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Burger */

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* display: none; */
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#816EF9;
    stroke-width:5.5;
    /*stroke-linecap:round;*/
}

.ham4 .top {
    stroke-dasharray: 40 121;
}

.ham4 .bottom {
    stroke-dasharray: 40 121;
}

.ham4.active .top {
    stroke-dashoffset: -68px;
}

.ham4.active .bottom {
    stroke-dashoffset: -68px;
}

.burger {
    display: none;
}

/* Footer */

footer {
    position: relative;
    padding: 25px 0 !important;
    height: 100%;
    background-color: #2C2C2C;
    color: #fff;
    overflow: hidden;
}

.footer__wrapper {
    position: relative;
    z-index: 10;
    display: flex;
}

.footer__elem {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.footer__elem .logo img {
    width: 100%;
}

.footer__info {
    display: flex;
    width: 12%;
    justify-content: space-between;
    align-items: center;
}

.menu-footer-menu-ru-container, .menu-footer-menu-en-container {
    width: 100%;
    height: 100%;
}

.footer__list {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.text-center {
    /*color: rgba(255, 255, 255, 0.45);*/
    font-size: 16px;
    font-weight: 200;
    /* border-top: 1px solid rgba(255, 255, 255, 0.45); */
    padding-top: 15px;
    text-align: center;
}

.footer__social {
    max-width: 160px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer__menu {
    width: 65%;
}

.footer__tel, .footer__mail, .footer__loc {
    width: 25%;
}

.footer__tel a, .footer__mail a, .footer__loc a {
    display: flex;
    align-items: center;
}

.footer__tel a img, .footer__mail a img, .footer__loc a img {
    margin: 0 15px 0 0;
}

.footer_up {
    display: flex;
    justify-content: space-between;
}

.footer_logo {
    width: 12%;
}

.footer_logo .logo {
    position: relative;
}

/* Главная */

.first_screen {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 30px;
    background-attachment: fixed;
}

.wrapper {
    display: flex;
    height: 100%;
    position: relative;
    z-index: 5;
    justify-content: center;
    width: 100%;
}

.first_screen__wrapper {
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}

.first_screen__text {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.first_screen__text_title {
    margin: 0 0 20px;
    background: linear-gradient(129deg, #3D3D3D 50.29%, rgba(217, 217, 217, 0) 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.first_screen__slider {
    width: 60%;
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.slider-container {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    height: 73vh;
    /* height: 675px; */
    z-index: 1;
}
.slider-container .bullet-container {
    position: relative;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
}

.scroll__icon_block {
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
}

.slider-container .bullet-container .bullet {
    margin-right: 14px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #DBDBDB;
    opacity: 1;
    cursor: pointer;
}
.slider-container .bullet-container .bullet:last-child {
    margin-right: 0;
}
.slider-container .bullet-container .bullet.active {
    opacity: 1;
    background-color: #786EF9;
    /* border: 2px solid transparent; */
}
.slider-container .slider-content {
    position: relative;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slider-container .slider-content .slider-single {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: z-index 0ms 250ms;
    -o-transition: z-index 0ms 250ms;
    transition: z-index 0ms 250ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 100%;
    overflow-y: scroll;
    align-items: center;
}

.slider-container .slider-content .slider-single::-webkit-scrollbar {
    width: 0;
    /* ширина для вертикального скролла */
    height: 0;
    /* высота для горизонтального скролла */
    background: transparent;
    /*box-shadow: inset 0 4px 9px rgba(38, 117, 218, 0.25);*/
}

/* ползунок скроллбара */
.slider-container .slider-content .slider-single::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 0;
    max-width: 0;
}

.slider-container .slider-content .slider-single .slider-single-image {
    position: relative;
    left: 0;
    top: 0;
    /* max-width: 480px; */
    width: auto;
    height: 100%;
    max-height: 600px;
    max-height: 65vh;
    -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
    -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    -o-transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.slider-container .slider-content .slider-single .slider-single-download {
    position: absolute;
    display: block;
    right: -22px;
    bottom: 12px;
    padding: 15px;
    color: #333333;
    background-color: #fdc84b;
    font-size: 18px;
    font-weight: 600;
    font-family: "karla";
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    -o-transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    opacity: 0;
}
.slider-container .slider-content .slider-single .slider-single-download:hover, .slider-container .slider-content .slider-single .slider-single-download:focus {
    outline: none;
    text-decoration: none;
}
.slider-container .slider-content .slider-single .slider-single-title {
    display: block;
    float: left;
    margin: 16px 0 0 20px;
    font-size: 20px;
    font-family: "karla";
    font-weight: 400;
    color: #ffffff;
    -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    -o-transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    opacity: 0;
}
.slider-container .slider-content .slider-single .slider-single-likes {
    display: block;
    float: right;
    margin: 16px 20px 0 0;
    -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    -o-transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    opacity: 0;
}
.slider-container .slider-content .slider-single .slider-single-likes i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #ff6060;
    -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    -o-transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.slider-container .slider-content .slider-single .slider-single-likes p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    color: #ffffff;
}
.slider-container .slider-content .slider-single .slider-single-likes:hover, .slider-container .slider-content .slider-single .slider-single-likes:focus {
    outline: none;
    text-decoration: none;
}
.slider-container .slider-content .slider-single.preactivede .slider-single-image {
    -webkit-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
}
.slider-container .slider-content .slider-single.preactive {
    z-index: 1;
    filter: blur(5px);
}
.slider-container .slider-content .slider-single.preactive .slider-single-image {
    opacity: 1;
    -webkit-transform: translateX(-75%) scale(0.8);
    -ms-transform: translateX(-75%) scale(0.8);
    transform: translateX(-75%) scale(0.8);
}
.slider-container .slider-content .slider-single.preactive .slider-single-download {
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px);
}
.slider-container .slider-content .slider-single.preactive .slider-single-title {
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px);
}
.slider-container .slider-content .slider-single.preactive .slider-single-likes {
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px);
}
.slider-container .slider-content .slider-single.proactive {
    z-index: 1;
    filter: blur(5px);
}
.slider-container .slider-content .slider-single.proactive .slider-single-image {
    opacity: 1;
    -webkit-transform: translateX(75%) scale(0.8);
    -ms-transform: translateX(75%) scale(0.8);
    transform: translateX(75%) scale(0.8);
}
.slider-container .slider-content .slider-single.proactive .slider-single-download {
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
}
.slider-container .slider-content .slider-single.proactive .slider-single-title {
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
}
.slider-container .slider-content .slider-single.proactive .slider-single-likes {
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
}
.slider-container .slider-content .slider-single.proactivede .slider-single-image {
    -webkit-transform: translateX(50%) scale(0);
    -ms-transform: translateX(50%) scale(0);
    transform: translateX(50%) scale(0);
}
.slider-container .slider-content .slider-single.active {
    z-index: 2;
}
.slider-container .slider-content .slider-single.active .slider-single-image {
    opacity: 1;
    -webkit-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}
.slider-container .slider-content .slider-single.active .slider-single-download {
    opacity: 1;
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.slider-container .slider-content .slider-single.active .slider-single-title {
    opacity: 1;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.slider-container .slider-content .slider-single.active .slider-single-likes {
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.slider-container .slider-content .slider-single.active .slider-single-likes i {
    -webkit-animation-name: heartbeat;
    animation-name: heartbeat;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
    animation-interation: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.slider-container .slider-left {
    position: absolute;
    z-index: 3;
    display: block;
    /* right: 85%; */
    right: auto;
    left: 3%;
    top: 50%;
    color: #ffffff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    /*padding: 20px 15px;*/
    /*border-top: 2px solid #fdc84b;*/
    /*border-right: 2px solid #fdc84b;*/
    /*border-bottom: 2px solid #fdc84b;*/
    /*border-left: 2px solid #fdc84b;*/
    /*margin-right: -2px;*/
}
.slider-container .slider-right {
    position: absolute;
    z-index: 3;
    display: block;
    /* left: 85%; */
    left: auto;
    right: 3%;
    top: 50%;
    color: #ffffff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    /*padding: 20px 15px;*/
    /*border-top: 2px solid #fdc84b;*/
    /*border-right: 2px solid #fdc84b;*/
    /*border-bottom: 2px solid #fdc84b;*/
    /*border-left: 2px solid #fdc84b;*/
    /*margin-left: -2px;*/
}
/* .slider-container .not-visible {
    display: none !important;
} */

.arrow_next {
    background-image: url("../img/next.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 70px;
    opacity: 1;
}

.arrow_prev {
    background-image: url("../img/next.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 70px;
    opacity: 1;
    transform: scale(-1,-1);
}

.first_screen__text_desc {
    width: 70%;
    margin: 0 0 30px;
}

.light_1 {
    position: absolute;
    bottom: 0;
    left: 0;
    /* animation: 10s pulseIcons linear infinite 2s forwards; */
}

.light_2 {
    position: absolute;
    right: 0;
    /* animation: 15s pulseIcons linear infinite 2s forwards; */
}

/* @keyframes pulseIcons {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-100px, 100px);
    }
    100% {
        transform: translate(0, 0);
    }
} */

.first_screen__up {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.first_screen__bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 45px 0 0;
}

.first_screen__social {
    display: flex;
    justify-content: space-between;
    width: 10%;
}

.first_screen__social a, .footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s linear;
}

.first_screen__social a:hover, .footer__social a:hover {
    transform: scale(1.1);
    transition: all .3s linear;
}

.first_screen__bottom_text {
    width: 60%;
    display: flex;
    justify-content: center;
}

.first_screen__bottom_text p {
    text-transform: uppercase;
}

.first_screen__bottom_text p span {
    color: #474747;
}


.first_screen__slide__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s linear;
    position: relative;
    z-index: 15;
    /* margin: 25px; */
}

.swiper-slide-active:hover .first_screen__slide__inner,
.swiper-slide-active:hover .first_screen__slide_link {
    transform: scale(1.02) rotate(3deg);
    transition: all .3s linear;
}

.first_screen__slide__inner img {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /* transform: translate3d(-75px, 3px, 0) scale(0.8); */
    filter: blur(5px);
}

.swiper-slide-active {
    filter: none;
    /* z-index: 5;
    transform: translate3d(0, 0, 0) scale(1); */
}

.center {
    width: 100%;
    height: 70vh;
}

.slick-list, .slick-track {
    height: 100%;
}

.swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right {
    background-image: none !important;
}

.firstScreenSlider {
    padding: 25px 0 !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -20px !important;
    width: 49px !important;
    height: 67px !important;
    background-image: url("../img/next.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.swiper-button-next:hover, .swiper-rtl .swiper-button-prev:hover {
    background-image: url("../img/next_hover.svg");
    transition: all .2s linear;
    /*-webkit-box-shadow: 0px 0px 40px 0px rgba(129,110,249,0.6);*/
    /*box-shadow: 0px 0px 40px 0px rgba(129,110,249,0.6);*/
}

.swiper-button-next img, .swiper-rtl .swiper-button-prev img,
.swiper-button-prev img, .swiper-rtl .swiper-button-next img{
    display: none;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -20px !important;
    width: 49px !important;
    height: 67px !important;
    background-image: url("../img/prev.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.swiper-button-prev:hover, .swiper-rtl .swiper-button-next:hover {
    background-image: url("../img/prev_hover.svg");
    transition: all .2s linear;
    /*-webkit-box-shadow: 0px 0px 40px 0px rgba(129,110,249,0.6);*/
    /*box-shadow: 0px 0px 40px 0px rgba(129,110,249,0.6);*/
}

.swiper-pagination-bullet {
    position: relative;
}

.swiper-pagination-bullet:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 16px;
    background: rgb(129 110 249);
    filter: blur(7px);
    left: -3px;
    top: -3px;
    opacity: 0;
    transition: all .2s linear;
}

.swiper-pagination-bullet:hover {
    background: #816ef9 !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet:hover:after {
    opacity: 1;
    transition: all .2s linear;
}

.swiper-pagination-bullet-active {
    background: #816ef9 !important;
}

.swiper-pagination {
    bottom: -10px !important;
}

.info_block {
    padding: 50px 0;
    height: 65vh;
}

.info_block__wrapper {
    justify-content: space-between;
}

.info_block__image {
    width: 50%;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 calc(20px + 6.771vw) 0 0;
}

.info_block__image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.reverse__info_block__elem .info_block__image {
    margin: 0 0 0 calc(20px + 6.771vw);
}

.info_block__text {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.info_block__desk {
    text-align: end;
}

.info_block__elem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.reverse__info_block__elem {
    flex-direction: row-reverse;
}

.contacts {
    padding: 50px 0;
}

.contacts__elem {
    width: 100%;
}

.contacts__title, .contacts__desk {
    text-align: center;
}

.form {
    width: 100%;
}

.form form {
    width: 30%;
    margin: 15px auto 0;
}

.form_field {
    margin: 0 0 25px;
}

.submit_field {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    position: relative;
}

.form_field input{
    width: 100%;
    height: 45px;
    border: 1px solid rgb(92 50 152 / 60%);
    outline: none;
    padding: 7px 15px;
    border-radius: 10px;
    font-family: 'Rubik',sans-serif;
}

.form_field textarea{
    width: 100%;
    height: 90px;
    border: 1px solid rgb(92 50 152 / 60%);
    outline: none;
    padding: 7px 15px;
    border-radius: 5px;
    resize: none;
    font-family: 'Rubik', sans-serif;
}

.submit_field input {
    background: #816ef9;
    color: #fff;
    width: 100%;
    max-width: 220px;
    font-size: calc(14px + 0.208vw);
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    cursor: pointer;
    outline: none;
    border: none;
    transition: all .3s linear;
}

.submit_field input:hover {
    -webkit-box-shadow: 0 0 40px 0 rgb(129 110 249 / 60%);
    box-shadow: 7px 7px 15px 0 rgb(129 110 249 / 60%);
    transition: all .3s linear;
}

.info_block__title {
    margin: 0 0 25px;
    color: #000;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.info_block__title:after {
    position: relative;
    content: '';
    width: 60%;
    right: 0;
    left: auto;
    bottom: -5px;
    height: 2px;
    background-color: #816ef9;
}

.info_block__btn {
    margin: 25px 0 0;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.info_block__btn .action_btn {
    color: #fff;
    background-color: #816ef9;
    height: 45px;
    justify-content: center;
    transition: all .3s linear;
}

.info_block__btn .action_btn:before {
    display: none;
}

.info_block__btn .action_btn:hover {
    -webkit-box-shadow: 0 0 40px 0 rgb(129 110 249 / 60%);
    box-shadow: 7px 7px 15px 0 rgb(129 110 249 / 60%);
    transition: all .3s linear;
}

.reverse__info_block__elem .info_block__text {
    align-items: flex-start;
}

.reverse__info_block__elem .info_block__desk {
    text-align: start;
}

.reverse__info_block__elem .info_block__title {
    align-items: flex-start;
}

.reverse__info_block__elem .info_block__btn {
    justify-content: flex-start;
}

.fb_hover, .ig_hover, .tw_hover {
    display: none;
    transition: all .2s linear;
}

.fb_link:hover .fb_hover {
    display: block;
    transition: all .2s linear;
}

.fb_link:hover .fb {
    display: none;
    transition: all .2s linear;
}

.ig_link:hover .ig_hover {
    display: block;
    transition: all .2s linear;
}

.ig_link:hover .ig {
    display: none;
    transition: all .2s linear;
}

.tw_link:hover .tw_hover {
    display: block;
    transition: all .2s linear;
}

.tw_link:hover .tw {
    display: none;
    transition: all .2s linear;
}

.info_block__image__mobile {
    display: none;
}

.first_screen__slide_link {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 25;
    /*display: flex;*/
}