body {
    overflow-x: hidden !important;
}

.thanks-webinar__image {
    width: 100%;
}

/* bootstrap */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
input {
    line-height: normal;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
textarea {
    overflow: auto;
}
a {
    background-color: transparent;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
/* popover */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 380px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 6px;
    border: 1px solid #ED919C;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.4);
    box-shadow: 0 5px 15px rgba(0,0,0,.4);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover>.arrow {
    border-width: 11px;
}
.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover>.arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #ED919C;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}
.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}
.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}
.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
/* popover */
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
    display: table;
    content: " "
}
.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal:after,.row-fluid:after,.row:after {
    clear: both
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}
.form-group input {
    width: 100%;
}
.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row-no-gutters [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-xs-6 {
    width: 50%}
.col-xs-12 {
    width: 100%}
@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%}
    .col-sm-8 {
        width: 66.66666667%}
    .col-sm-6 {
        width: 50%}
    .col-sm-5 {
        width: 41.66666667%}
    .col-sm-4 {
        width: 33.33333333%}
}
@media (max-width:767px) {
    .hidden-xs {
        display: none!important;
    }
    .popover {
        width: 300px;
    }
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
/* bootstrap */

/* hamburger */

.hamburger {
    padding: 15px 15px;
    display: none;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; }

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
.hamburger-inner::before {
    top: -10px; }
.hamburger-inner::after {
    bottom: -10px; }
.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear; }
.hamburger--spring .hamburger-inner::before {
    top: 8px !important;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring .hamburger-inner::after {
    top: 16px !important;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.submenu-btn,.submenu-btn .hamburger-box {
    height: 18px !important;
}
.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important; }
.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/* hamburger */

/* modal */
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.hidden {
    display: none!important
}
@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}
/* modal */

/* home-pairs */
:root {
    /* Colors */
    --primary: #8d1d47;
    --primary-light: #9e6982;
    --primary-lighter: #f1ebeb;
    --dark-primary: #2c0e16;
    --grey-normal: #8f8c8d;
    --grey-light: #9f9f9f;
    --grey-lighter: #f9f8f8;
    --grey-border: #fafafa;
    --green-primary: linear-gradient(#54b650 0%, #54b650 100%);
    --color-white: white;
    --color-whatsapp-gradient: linear-gradient(239deg, #47cf42 0%, #54b650 100%);
    --color-telegram-gradient: linear-gradient(239deg, #3e9be9 0%, #377fbb 100%);
    --color-primary-gradient: linear-gradient(
            90deg,
            #6a2b4c 0%,
            var(--primary) 100%
    );
    --color-orange: #ee860c;
    --color-green: #54b650;
    --secondary-text-color: #191919;
    /* Typography */
    --font-family-primary: Montserrat, sans-serif;
    --font-family-secondary: Philosopher, sans-serif;
    /* Grid */
    --grid-container-max-width: 1338px;
    --grid-full-container-max-width: 198rem;
    --grid-gap: 1.6rem;
    --grid-gap-half: calc(var(--grid-gap) / 2);
    --grid-gap-double: calc(var(--grid-gap) * 2);
    --grid-inset: 7rem;
    /* Buttons */
    --button-content-gap: 0.8rem;
}

.pairs {
    padding: 0;
}
@media (min-width: 37.3125em) {
    .pairs {
        padding: 50rem 0 0;
    }
}
.pairs__box {
    margin: 0 auto;
    max-width: var(--grid-container-max-width);
    padding: 0 1rem;
    border-radius: 0.5rem 0 0 0.5rem;
    display: none;
    flex-wrap: wrap;
    gap: var(--grid-gap-double);
    padding: 0 var(--grid-gap) 70px;
}
@media (min-width: 768px) {
    .pairs__box {
        display: flex;
        padding: 50px 15px 50px;
    }
}
.pairs__button, .pairs__button:focus, .pairs__button:hover, .pairs__button:active {
    align-items: center;
    border-radius: 31px;
    border: 1px solid #c66b77;
    color: #c66b77;
    display: inline-flex;
    font-family: Geometria, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    gap: 8px;
    line-height: 1;
    letter-spacing: 0.66px;
    padding: 14px 18px;
    text-align: center;
    text-transform: uppercase;
}
.pairs__col {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: var(--grid-gap-double);
    width: 100%;
}
@media (min-width: 37.3125em) {
    .pairs__col {
        width: calc(50% - var(--grid-gap-double));
    }
}
.pairs__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}
.pairs__footer > * {
    flex-basis: 175px;
    justify-content: center;
}
.pairs__footer--play:hover, .pairs__footer--play:focus {
    border: 0;
    color: white;
}
.pairs__footer--play {
    background: linear-gradient(0deg, #ac535e 0%, #ee8f9d 100%), linear-gradient(90deg, #6a2b4c 7.98%, #9f2d5a 89.46%);
    border: 0;
    color: white;
}
.pairs__footer--play img {
    height: 9px;
    width: 9px;
}
@media (max-width: 767px) {
    .pairs__footer--play img {
        position: relative;
        top: -1px;
    }
}
.pairs__item.-hidden {
    display: none;
}
.pairs__item--cover {
    position: relative;
}
.pairs__item--description {
    color: var(--Secondary-Text-Color, #191919);
    font-family: Geometria, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-top: 7px;
    margin-bottom: 20px;
}
.pairs__item--img {
    border-radius: 0.5rem;
    width: 100%;
}
.pairs__item--title {
    color: var(--Dark-Primary, #2c0e16);
    font-family: Geometria, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-top: 11px;
}
@media (min-width: 768px) {
    .pairs__item--title {
        margin-top: 33px;
    }
}
.pairs__mobile {
    margin: 15px 0 50px;
    padding: 0;
}
@media (min-width: 768px) {
    .pairs__mobile {
        display: none;
    }
}
.pairs__mobile .pairs__mobile__slider {
    margin-left: 15px;
    margin-top: 30px;
}
.pairs__mobile__slide {
    margin-right: 15px;
}
.pairs__mobile .splide__list {
    flex-direction: row;
}
.pairs__more {
    align-items: center;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: start;
}
.pairs__more.-hidden {
    display: none;
}
.pairs__more--col div {
    color: var(--Dark-Primary, #2c0e16);
    font-family: Lazurski, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.pairs__more--col a {
    align-items: center;
    border-radius: 27px;
    background: linear-gradient(0deg, #ac535e 0%, #ee8f9d 100%), linear-gradient(90deg, #6a2b4c 7.98%, #9f2d5a 89.46%);
    box-shadow: 0px 10px 37px 0px rgba(131, 33, 72, 0.28);
    color: #fff;
    display: inline-flex;
    font-family: Geometria, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.72px;
    padding: 19px 24px;
    text-align: center;
    text-transform: uppercase;
}
.pairs__more--col.-image {
    flex-basis: 20rem;
    margin-bottom: 0;
}
.pairs__more--col.-image img {
    max-width: 200px;
}
.pairs__play {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pairs__play--link {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 35px;
    line-height: 0;
    margin: 0;
    min-height: auto;
    min-width: auto;
    width: 35px;
}
@media (min-width: 748px) {
    .pairs__play--link {
        height: 50px;
        font-size: 20px;
        width: 50px;
    }
}
.pairs__play--link:before, .pairs__play--link:after {
    border-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
    .pairs__play--link:before, .pairs__play--link:after {
        animation: pulse-play-video-mobile 1.8s linear infinite;
    }
}
@media (min-width: 768px) {
    .pairs__play--link:before, .pairs__play--link:after {
        display: block;
    }
}
.pairs__play--link:before {
    animation-delay: 0.7s;
}
.pairs__play--link img {
    color: white;
    left: 1px;
    height: 12px;
    position: relative;
    width: 12px;
}
@media (min-width: 748px) {
    .pairs__play--link img {
        height: 15px;
        width: 15px;
    }
}
.pairs__play--title {
    font-family: Geometria, sans-serif;
    font-weight: bold;
    color: white;
    display: none;
    text-transform: uppercase;
}
.pairs__title {
    color: #2c0e16;
    font-family: Lazurski, serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    position: relative;
    padding-right: 55px;
    text-align: left;
}
@media (min-width: 768px) {
    .pairs__title {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-right: 0;
    }
}
@media (min-width: 1024px) {
    .pairs__title {
        font-size: 35px;
    }
}
.pairs__title::after {
    content: "";
    display: block;
    background: url(/assets/templates/new-design/images/union.svg) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
}
@media (min-width: 768px) {
    .pairs__title::after {
        display: none;
    }
}
.pairs__title span:not(.pairs__title--sub) {
    color: #c66b77;
}
.pairs__title--sub {
    color: #000;
    display: block;
    font-family: Geometria, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 7px;
    text-transform: none;
}
@media (min-width: 768px) {
    .pairs__title--sub {
        font-weight: 400;
        margin-top: 14px;
    }
}

button.mfp-arrow,
button.mfp-close {
    font-size: 60px;
}

@keyframes pulse-play-video-mobile {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0;
    }
}

/* home-pairs end*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.prich-block i {
    cursor: default;
}

.lazyload {
    filter: blur(10px); /* Размытие изображения */
    transition: filter 0.3s, opacity 0.3s; /* Плавный переход */
    opacity: 0;
}
.lazyload.lazyloaded {
    filter: none; /* Убираем размытие после загрузки */
    opacity: 1;
}

.modal__form--input {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.modal__form--caption input {
    font-size: 14px !important;
}

.home__pretitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.home__prebillet {
    margin-bottom: 24px;
    width: fit-content;
    display: flex;
    gap: 11.86px;
    align-items: center;
    padding: 16px 22px;
    background: radial-gradient(263.93% 72.2% at 50.82% 90.13%, #54B650 0%, #4D954A 100%), #523D44;
    box-shadow: 0px 50.6122px 117.041px -46.3946px rgba(51, 13, 20, 0.08);
    border-radius: 25px 4px;
}

.home__prebillet span {
    margin: 0 !important;
    color: #FFF;
    font-size: 31.6327px;
    font-weight: 700;
    line-height: 70%;
    letter-spacing: 0.05em;
}

.home__prebillet p {
    margin: 0 !important;
    color: #FFF;
    position: relative;
    top: -2px;
    font-family: 'Geometria';
    font-size: 13.4439px;
    line-height: 110%;
}

/*-----------------------------------------
    ## Preloader Css
-------------------------------------------*/
.pre-wrap {
    position: fixed;
    content: "";
    -webkit-transform: translate(-100%, -240%);
    transform: translate(-100%, -240%);
    font-size: 62px;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.preloader-inner {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999999999;
    background: #fff;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.preloader-inner .cancel-preloader {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.preloader-inner .cancel-preloader a {
    background-color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--main-color);
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.preloader-inner .cancel-preloader a:hover {
    background-color: var(--heading-color);
    color: #fff;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}
@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
/**===== wave1 =====*/
.spinner {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
}

.spinner:before,
.spinner:after {
    content: "";
    border: 2px solid var(--main-color);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0px;
}

.spinner:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    -webkit-animation: spWaveBe 0.6s infinite linear;
    animation: spWaveBe 0.6s infinite linear;
}

.spinner:after {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
    -webkit-animation: spWaveAf 0.6s infinite linear;
    animation: spWaveAf 0.6s infinite linear;
}

@-webkit-keyframes spWaveAf {
    from {
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}
@keyframes spWaveAf {
    from {
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}
@-webkit-keyframes spWaveBe {
    from {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0;
    }
}
@keyframes spWaveBe {
    from {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0;
    }
}

.pretitle--mobile {
    display: none;
}

.sp-field h3 {
    font-family: 'Lazurski Cyrillic';
    font-style: normal;
    line-height: 130%;
    font-weight: 700;
    font-size: 22px;
    text-align: left;
    text-transform: uppercase;
    color: #2C0E16;
    margin-bottom: 0 !important;
}

.error-mess {
    display: none;
}

.phone-bg__mobile {
    display: none !important;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
}

@media (max-width: 960px) {
    .home__prebillet {
        display: none;
    }
    .home__img_small {
        display: none;
    }
    .main-content__form-content-max-width {
        background: none !important;
    }
}

@media (max-width: 658px) {
    .home__img_author {
        justify-content: flex-end;
        right: 12px;
        left: 20px;
        bottom: 20px;
        width: 150px;
        padding: 8px 16px;
    }
    .home__img_author-img {
        width: 16px;
        height: 16px;
        min-width: 16px;
        left: 3px;
        margin: 8px;
    }
    .home__img_author-title {
        font-size: 9px;
    }
    .home__img_author-text {
        font-size: 7px;
    }
    .home__play-video {
        display: none;
    }
}

@media (max-width: 568px) {
    .pretitle--mobile {
        display: flex;
    }
    .sp-field h3 {
        font-size: 19px !important;
    }
    .phone-bg__mobile {
        display: block !important;
    }
    .xs-d-none {
        display: none !important;
    }
    .survey-big-form-v2__header--reviews .tns-outer img {
        object-fit: cover;
        clip-path: inset(25px 3px 0 5px);
        border-radius: 35px !important;
    }
}

.map-block__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    font-family: 'Lazurski Cyrillic';
    padding-top: 40px;
    padding-bottom: 90px;
}

.map-block__address {
    display: flex;
    flex-direction: column;
    color: #fff;
    width: 34%;
    text-align: left;
    background: #523D44 url(/assets/templates/default/css/img/newhead/texture.webp);
    border-radius: 20px;
    padding: 50px 44px;
    gap: 20px;
}

.map-block__iframe {
    width: 64%;
}

.map-block__iframe iframe {
    border-radius: 20px;
}

.address-label {
    font-family: 'Geometria';
    font-weight: 600;
    background-color: #CC6978;
    border-radius: 50px;
    padding: 8px 15px;
    max-width: 84px;
    text-align: center;
}

.block-address__title {
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    text-transform: capitalize;
}

.block-address__partners {
    font-family: 'Geometria';
    font-size: 18px;
}

.block-address__partners p {
    font-size: 18px;
    line-height: 24px;
}

.block-address__partners b {
    font-weight: 700;
}

.btn {
    display: flex;
    align-items: center;
    background: linear-gradient(0deg, #AC535E 0%, #EE8F9D 100%);
    border-radius: 10px;
    width: 100%;
    padding: 20px 45px;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    text-transform: uppercase;
    gap: 15px;
}

@media (max-width: 568px) {
    .btn {
        font-size: 16px;
    }
    .map-block__wrapper {
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .block-address__title {
        font-size: 30px;
    }
    .map-block__address {
        width: 100%;
        padding: 30px;
    }
    .map-block__iframe {
        width: 100%;
        height: 350px;
        margin-top: 20px;
    }
    .map-widget-content-view__frame {
        display: none;
    }
}
.a-href {
	margin: auto;
}
.a-text {
    display: flex;
}
.spec-btn {
    height: 45px;
    background: #f9f8f8;
    border-radius: 5px;
    color: #9F9F9F;
    display: flex;
    font-family: 'Geometria';
    font-size: 13px;
}
.spec-btn span {
    margin: auto;
    margin-left: 20px;
}
.question-img, .survey-self-presentation-v2__form label span.question-img {
    display: inline-block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #54b650;
    color: #fff;
    font-family: 'Geometria';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    margin: 0 0 0 5px;
    text-align: center;
    line-height: 20px;
    vertical-align: text-bottom;
}
.spec-btn:hover {
    cursor: pointer;
}
.spec-btn span::before {
    content: "";
    display: inline-block;
    top: 50%;
    margin-top: -4px;
    margin-right: 5px;
    left: 11px;
    height: 9px;
    width: 11px;
    transition: none;
    background: transparent url(/img/icon/bug_g.svg) no-repeat 50% 50%;
}
.spec-btn.active span::before {
    background: transparent url(/img/icon/bug_w.svg) no-repeat 50% 50%;
}
.spec-btn.active {
    background: #54B650;
    color: #fff;
}
.main-content__form-new  input.error {
    border: 2px solid #EF909E !important;
}
.main-content__form-new .main-content__form-input {
    padding: 0px 10px 10px 0px;
    flex: 1;
}

.main-content__form-new .errmes {
    position: inherit;

}

.form-inner2 .error {
    color: #EF909E !important;
}
.main-content__form-inner.form-inner2 {
    align-items: start;
}

span.sp-radio-custom__caption {
    white-space: break-spaces;
    height: 58px;
}

