/*
Theme Name: ADA
Author:  Alena Solutions
*/

/*main styles for all site*/
/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 0;
}

/* Track */
::-webkit-scrollbar-track {
    background: #1d35574d;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #b22234;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px blue;
    border-radius: 5px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px blue;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    opacity: 0.8;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: unset;
}

ul {
    list-style-type: none;
}

#main {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

a {
    text-decoration: none;
    color: inherit;
}

a, button, input[type=submit] {
    cursor: pointer;
}

.inline-block {
    display: inline-block;
}

.container {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 11;
}

body {
    font-family: Roboto-Regular;
    overflow-x: hidden;
    color: var(--MainGray);
}

.my-container {
    max-width: 1280px;
}

.totop {
    background: transparent;
    border: none;
    position: fixed;
    bottom: 150px;
    right: 20px;
    z-index: 1111111;
    display: none;
}

/*flexes*/

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-row-reverse {
    display: flex;
    flex-direction: row-reverse;
}

.flex-column-reverse {
    display: flex;
    flex-direction: column-reverse;
}

.flex-justify-spaceB-alignC {
    justify-content: space-between;
    align-items: center;
}

.flex-alignC {
    align-items: center;
}

.flex-justifyC {
    justify-content: center;
}

.flex-justifyC-alignC {
    justify-content: center;
    align-items: center;
}

.flex-row-justify-spaceC-alignEnd {
    justify-content: center;
    align-items: flex-end;
}

.flex-col-justify-spaceEnd-alignC {
    justify-content: flex-end;
    align-items: center;
}

/*end flexes*/

/*titles and descriptions*/

.biggest-title {
    font-size: 48px;
    line-height: 56px;
}

.big-title-big-line {
    font-size: 48px;
    line-height: 70px;
}

.big-title-small-line {
    font-size: 48px;
    line-height: 57px;
}

.semibig-title-small-line {
    font-size: 36px;
    line-height: 57px;
}

.medium-title {
    font-size: 24px;
    line-height: 36px;
}

.small-title {
    font-size: 16px;
    line-height: 24px;
}

.big-desc {
    font-size: 24px;
    line-height: 40px;
}

.medium-desc {
    font-size: 20px;
    line-height: 30px;
}

.small-desc {
    font-size: 16px;
    line-height: 28px;
}

/*end  titles and descriptions*/

/*end main styles for all site*/

/*variables*/

:root {
    --MainGray: #333;
    --MainBlue: #1D3557;
    --MainRed: #C82D31;
    --Placeholder: #B0B0B0;
    --Descriptions: #737373;
    --BlueText: #252B42;
    --ButtonHover: #8d1826;
    --backgroundGray: #F3F5F6;
    --Gradient: linear-gradient(180deg, #E2EEEC -5.54%, rgba(227, 239, 237, 0) 100%);
}

/*end variables*/

/*fonts*/

@font-face {
    font-family: Roboto-Regular;
    src: url(fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: Karu-Bold;
    src: url(fonts/Karu/Karu-Bold.otf);
}

@font-face {
    font-family: Roboto-Bold;
    src: url(fonts/Roboto/Roboto-Bold.ttf);
}

@font-face {
    font-family: Roboto-Medium;
    src: url(fonts/Roboto/Roboto-Medium.ttf);
}

@font-face {
    font-family: 'Roboto-Black';
    src: url(fonts/Roboto/Roboto-Black.ttf);
}

/*end fonts*/


/*image sprites*/
.bg-chevron_right {
    width: 10px;
    height: 18px;
    background: url('images/css_sprites.png') -178px -46px;
}

.bg-envelope {
    width: 20px;
    height: 16px;
    background: url('images/css_sprites.png') -178px -10px;
}

.bg-fb_gray {
    width: 26px;
    height: 25px;
    background: url('images/css_sprites.png') -132px -10px;
}

.bg-fb_red {
    width: 26px;
    height: 25px;
    background: url('images/css_sprites.png') -132px -55px;
}

.bg-li_gray {
    width: 26px;
    height: 25px;
    background: url('images/css_sprites.png') -10px -130px;
}

.bg-li_red {
    width: 26px;
    height: 25px;
    background: url('images/css_sprites.png') -56px -130px;
}

.bg-location {
    width: 20px;
    height: 24px;
    background: url('images/css_sprites.png') -102px -130px;
}

.bg-phone {
    width: 20px;
    height: 32px;
    background: url('images/css_sprites.png') -70px -70px;
}

.bg-step1 {
    width: 40px;
    height: 40px;
    background: url('images/css_sprites.png') -10px -70px;
}

.bg-step2 {
    width: 41px;
    height: 40px;
    background: url('images/css_sprites.png') -10px -10px;
}

.bg-step3 {
    width: 41px;
    height: 40px;
    background: url('images/css_sprites.png') -71px -10px;
}


.bg-uncheck {
    min-width: 36px;
    height: 35px;
    background-position: -10px -10px;
}

.bg-whitecheck {
    min-width: 35px;
    height: 35px;
    background-position: -66px -65px;
}

.bg-disablecheck {
    min-width: 35px;
    height: 36px;
    background-position: -10px -65px;
}

.bg-redcheck {
    min-width: 36px;
    height: 35px;
    background-position: -66px -10px;
}

/*header styles*/

body.fix-header header {
    position: fixed;
    background: white;
    right: 0;
    left: 0;
    top: 0;
}

header {
    color: var(--MainGray);
    padding: 8px;
    z-index: 999999;
}

header.fix {
    background: white;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
}

header .logo {
    position: relative;
    z-index: 1111111;
}

header nav li a {
    padding: 10px;
    margin-left: 4px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.2px;
}

header nav li a:hover,
header nav li a:focus,
footer li a:hover,
header nav li a:active {
    color: var(--MainRed);
}

header nav li .contact-button {
    width: 127px;
    height: 44px;
    border-radius: 10px;
    border: 2px solid var(--MainRed);
    color: var(--MainGray);
    transition: .3s;
    margin-left: 41px;
    background: transparent;

    line-height: 28px;
    cursor: pointer;
}

.header-container {
    max-width: 1840px;
    width: 98%;
    height: 68px;
}

.open-mobile-header {
    width: 95%;
    margin: 0 auto;
    height: 68px;
    display: none;
    justify-content: flex-end;
}

.mobile-icons {
    display: none;
}

header nav li .contact-button:hover {
    background: var(--MainRed);
    color: white;
}

/*book section styles*/

.book-section .book-form {
    height: 85vh;
    width: 600px;
    align-items: flex-start;
    padding-top: 20px;
    min-height: 550px;
}

.book-section, .reasons-section {
    max-width: 1920px;
    margin: 0 auto;
}

.book-section .images-and-animation {
    height: 100vh;
    width: 50%;
    position: absolute;
    background-size: cover;
    background-position: right bottom;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    min-height: 650px;
}

.book-section .images-and-animation.mobile {
    display: none;
}

.book-section .book-form > h1 {
    margin-bottom: 8px;
    color: var(--MainRed);
    font-family: 'Roboto-Bold';
}

.book-section .book-form > p {
    color: var(--Descriptions);
    margin-bottom: 24px;
}

.book-form form .item {
    width: 48%;
    margin-bottom: 25px;
}

.book-form form input::placeholder, .book-form form input {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.2px;
}

.book-form form input {
    background: #FFFFFF;
    width: 100%;
    border: 1px solid var(--MainGray);
    border-radius: 6px;
    padding: 12px 16px;
    box-sizing: border-box;
    height: 52px;
}

.book-form form .item.date {
    position: relative;
}

.book-form form .item.date p {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.book-form form .item.submit button:hover,
.book-form form input[type=submit]:hover,
.service-plan-section button:hover {
    background: var(--ButtonHover);
}

.book-form form .item.submit {
    width: 100%;
    margin: 0;
}

.book-form form .wpcf7-response-output, .book-form form > p .wpcf7-not-valid-tip {
    display: none !important;
}

.book-form form > p br, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding-left: 10px;
}

.book-form form > p span.date:before {
    content: 'Date *';
}

.book-form form > p span.wpcf7-form-control-wrap.name:before {
    content: 'Name *';
}

.book-form form > p span.wpcf7-form-control-wrap.email:before {
    content: 'Email *';
}
.book-form form > p span.wpcf7-form-control-wrap.website:before {
    content: 'Website *';
}

.book-form form > p span.wpcf7-form-control-wrap.name:before,
.book-form form > p span.date:before,
.book-form form > p span.wpcf7-form-control-wrap.email:before,
.book-form form > p span.wpcf7-form-control-wrap.website:before {
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    background: white;
    top: -10px;
    left: 12px;
    padding: 0 4px;
}

.book-form form > p span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
    margin-bottom: 24px;
    position: relative;
}

.book-form form > p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.book-form form input[type=submit] {
    border-radius: 40px;
    height: 52px;
    width: 100%;
    transition: .3s;
    background: var(--MainRed);
    color: white;
    border: none;
    font-family: 'Roboto-Regular';
    padding: 0;
}

.book-section form {
    width: 532px;
    margin: 0 auto;
}

.counts-of-analytics {
    width: 100%;
    align-items: unset;
}

.easy-steps {
    margin-top: 120px;
}

.easy-steps > p.small-desc {
    color: var(--Descriptions);
    max-width: 574px;
    margin-bottom: 40px;
}

.easy-steps h2 {
    color: var(--MainRed);
    font-family: Roboto-Bold;
    margin-bottom: 16px;
}

.counts-of-analytics .item.show {

    transition: transform .5s;
    animation-name: moveFromBottom;
    animation-duration: 2s;
    opacity: 1;
    transform: translateY(0px);
}

.counts-of-analytics .item {
    width: 30%;
    background: #FFFFFF;
    box-shadow: 0px 31px 80px rgba(88, 88, 88, 0.03), 0px 6.2px 13px rgba(88, 88, 88, 0.015);
    border-radius: 16px;
    padding: 16px 24px;
    transform: translateY(100px);
    opacity: 0;

}

.counts-of-analytics .item .medium-title {
    margin-left: 11px;
    color: var(--MainGray);
    font-family: Karu-Bold;
}

.counts-of-analytics .icon-and-numbers .icon-parent p {
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
}

.counts-of-analytics .icon-and-numbers .icon-parent {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.counts-of-analytics .desc {
    margin-top: 13px;
    color: var(--Descriptions);
}


/*reasons section styles*/

.reasons-section {
    margin-top: 100px;
    padding: 57px 0 78px;
    background: url(images/Rectangl.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.reasons-section h2 {
    color: var(--BlueText);
    text-align: center;
    margin-bottom: 58px;

}

.reasons-section .item.active:first-child {
    transition: transform .5s;
    animation-name: moveFromLeft;
    animation-duration: 2s;
    opacity: 1;
}

.reasons-section .item.active:nth-child(2) {
    transition: transform .5s;
    animation-name: moveFromBottom;
    animation-duration: 2s;
    opacity: 1;
}

.reasons-section .item.active:nth-child(3) {
    transition: transform .5s;
    animation-name: moveFromRight;
    animation-duration: 2s;
    opacity: 1;
}

.reasons-section .item {
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    box-shadow: 0px 13px 19px rgb(0 0 0 / 7%);
    border-radius: 10px;
    padding: 48px 61px;
    width: 33%;
    max-width: 347px;
    opacity: 0;
}

.reasons-section .title {
    text-align: center;

    margin: 30px 0;
}

.reasons-section .desc {
    letter-spacing: 0.2px;
    color: var(--Descriptions);

}


@media (prefers-reduced-motion: no-preference) {
    .square-animation {
        animation: wipe-enter 1s 1;
    }
}

@keyframes moveFromLeft {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes moveFromRight {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes moveFromBottom {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/*how it works  section*/

.how-it-works .reasons-info button {
    border-radius: 40px;
    height: 52px;
    transition: .3s;
    background: var(--MainRed);
    color: white;
    border: none;
    padding: 0 32px;
}

.how-it-works .reasons-info p.small-desc {
    color: var(--Descriptions);
    max-width: 387px;
    margin-bottom: 24px;
}

.how-it-works .reasons-info {
    width: 40%;
}

.how-it-works {
    margin-top: 38px;
}

.how-it-works h5 {
    color: var(--MainRed);
    font-family: 'Karu-Bold';
    margin-bottom: 17px;
}

.how-it-works h2 {
    text-align: center;
    color: var(--MainBlue);

    margin-bottom: 43px;
}

.how-it-works .steps .item {
    margin-bottom: 38px;
}

.how-it-works .steps .item > p {


    margin-left: 20px;
    color: var(--MainBlue);
}

.how-it-works .steps .item .icon {
    width: 55px;
    height: 55px;
    background: #C8D8F0;
    border-radius: 55px;
}

.how-it-works .images-with-animation {
    position: relative;
}

.how-it-works .images-with-animation .colorpicer.active {
    transition: transform .5s;
    animation-name: moveFromRightColorpicer;
    animation-duration: 2s;
    transform: translateX(0px);
    opacity: 1;
}

.how-it-works .images-with-animation .bullets.active {
    transition: transform .5s;
    animation-name: moveFromLeftBullet;
    animation-duration: 2s;
    transform: translateX(0px);
    opacity: 1;
}

.how-it-works .images-with-animation .bullets {
    width: 402px;
    height: 402px;
    position: absolute;
    left: -168px;
    bottom: -64px;
    transform: translateX(-100px);
    opacity: 0;
}

.how-it-works .images-with-animation .bullets .small {
    opacity: 0;
    animation-name: bullet;
    animation-delay: 1s;
}

.how-it-works .images-with-animation .bullets .medium {
    animation-name: bullet;
    animation-delay: 0.5s;
    opacity: 0;
}

.how-it-works .images-with-animation .bullets div {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    transition: transform;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-iteration-count: infinite;
}

.how-it-works .images-with-animation .schedule {
    position: relative;
}

.how-it-works .images-with-animation .colorpicer {
    position: absolute;
    top: 50px;
    left: 210px;
    transform: translateX(100px);
    opacity: 0;
}

@keyframes bullet {
    0% {

        opacity: 0;
    }
    50% {

        opacity: 1;
    }
    100% {

        opacity: 0;
    }
}

@keyframes moveFromLeftBullet {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes moveFromRightColorpicer {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/*service plans section styles*/

.service-plan-section {
    margin-top: 177px;
    background-size: 100% 752px;
    background-repeat: no-repeat;
    background-image: url("images/service.jpg");
}

.service-plan-section h3 {
    text-align: center;
    letter-spacing: 0.2px;
    color: white;
    margin-bottom: 120px;
    font-size: 24px;
    line-height: 57px;
}

.service-plan-section h2 {
    text-align: center;
    letter-spacing: 0.2px;
    color: white;
    margin-bottom: 8px;
    padding-top: 120px;
    font-family: Roboto-Bold;
    font-size: 72px;
    line-height: 72px;
}

.service-plan-section .service-plan-items > .item.show {
    transition: transform .5s;
    animation-name: moveFromBottom;
    animation-duration: 1s;
    opacity: 1;
}

.service-plan-section .service-plan-items > .item {
    box-sizing: border-box;
    box-shadow: 0px 31px 80px rgb(88 88 88 / 3%), 0px 6.2px 13px rgb(88 88 88 / 2%);
    border-radius: 10px;
    background: white;
    padding: 73px 95px 48px 85px;
    color: var(--MainGray);
    max-width: 476px;
    margin: 20px;
    opacity: 0;
}

.service-plan-section .service-plan-items .item:first-child .price {
    font-family: 'Roboto-Regular';
    color: var(--Descriptions);
}

.service-plan-section .service-plan-items .type {
    font-family: 'Roboto-Bold';
    text-align: center;
    margin-bottom: 19px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 36px;
}

.service-plan-section .service-plan-items .price {
    max-width: 206px;
    text-align: center;
    margin: 0 auto;
    font-family: 'Roboto-Black';
    height: 50px;
    margin-bottom: 38px;
}

.service-plan-section .service-plan-items .item:first-child .price {
    line-height: 28px;

}

.service-plan-section .service-plan-items .price-year {
    margin-bottom: 62px;
    font-family: 'Roboto-Black';
}

.service-plan-section .service-plan-items .price-year .number {
    font-family: 'Roboto-Black';
    font-size: 58px;
    line-height: 80px;
    display: flex;
}

.service-plan-section .service-plan-items .price-year .urls {
    padding-top: 10px;
    margin-left: 10px;
}

.service-plan-section .service-plan-items .price-year .urls .urls-name {

}

.service-plan-section .service-plan-items .price-year .urls .period {
    color: #77869A;

}

.service-plan-section .containing-steps .item ul {
    padding-right: 27px;
}

.service-plan-section .containing-steps .item ul li {
    margin-bottom: 27px;
}

.service-plan-section .containing-steps .item ul p:first-child {
    margin-right: 20px;
}

.service-plan-section .blue button:hover {
    background: var(--MainRed);
    color: white
}

.service-plan-section .blue button {
    background: white;
    color: var(--MainRed)
}

.service-plan-section button {
    border-radius: 10px;
    height: 64px;
    width: 100%;
    transition: .3s;
    background: var(--MainRed);
    transition: .3s;
    color: white;
    border: none;

    margin-top: 45px;
    font-size: 16px;
}

.service-plan-section .containing-steps .item ul p.bg-notsprite {
    width: 36px;
    height: 37px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
}

/*services section styles*/

.services-section {
    margin-top: 60px;
}

.services-section .info-part {
    background: var(--backgroundGray);
    padding: 110px 0 71px;
}

.services-section .text {
    width: 378px;
}

.services-section .text p.title {
    color: var(--BlueText);

    letter-spacing: 0.1px;
    margin-bottom: 27px;
}

.services-section .text p.description {
    letter-spacing: 0.2px;
    color: var(--Descriptions);

}

.services-section .image-in-info {
    background: url("images/smiley-people-taking-selfie 2.png");
    width: 419px;
    height: 299px;
    margin-right: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}

.services-section .image {
    height: 564px;
    position: relative;
}

.services-section .image.mobile {
    display: none;
}

.animate-image.active {
    top: 0;
    bottom: 0;
    background-size: cover;
    animation-name: openImageFromCenter;
}

.animate-image {
    background-image: url("images/servic.png");
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 50%;
    bottom: 50%;
    width: 100%;
    left: 0;
    transition: transform .5s;
    animation-duration: 2s;
}

@keyframes openImageFromCenter {
    0% {
        top: 50%;
        bottom: 50%;
        background-size: cover;
    }
    100% {
        top: 0;
        bottom: 0;
        background-size: cover;
    }
}

/*partners section styles*/

.partners-section {
    margin-top: 79px;
}

.partners-section h2 {
    color: var(--MainRed);
    font-family: Roboto-Bold;
    margin-bottom: 16px;
}

.partners-section h5 {
    color: var(--Descriptions);
    max-width: 580px;
    margin-bottom: 40px;
}

.partners-section .items .owl-next, .partners-section .items .owl-prev {
    font-size: 30px !important;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    width: 110%;
    position: absolute;
    bottom: 0;
    left: -5%;
    display: flex;
    justify-content: space-between;
    top: -40px;
    z-index: -1;
}

.partners-section .items .owl-next:hover, .partners-section .items .owl-prev:hover {
    background: transparent;
    color: inherit;
}


.partners-section .items {
    align-items: flex-start;
    width: 100%;
}

.partners-section .items .item {
    transition: .3s;
    width: 250px;
    margin: 0 auto;
}

.partners-section .items .item:hover > div {
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05);
}

.partners-section .items .item > div a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.partners-section .items .item > div {
    position: relative;
    width: 100%;
    padding: 15px;
    transition: .3s;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    box-shadow: 0 13px 19px rgb(0 0 0 / 7%);
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.partners-section .items .item h6 {
    font-family: 'Roboto-Bold';
    color: var(--Descriptions);
    margin-bottom: 10px;
}

.partners-section .items .item .image {
    height: 100px;
    padding: 10px 0;
}

.partners-section .items .item img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 70px;
}

.partners-section .items .item p {
    letter-spacing: 0.2px;
    color: var(--Descriptions);
    font-family: 'Roboto-Regular';
}
/*FAQ section style*/

.faq-section {
    margin-bottom: 100px;
}

.faq-title-part .container {
    padding: 130px;
    padding-bottom: 0;
}

.faq-title-part {
    margin-bottom: 64px;
}

.faq-title-part h2 {
    color: var(--MainRed);
    text-align: center;
    font-family: 'Roboto-Bold';
    font-size: 36px;
    line-height: 57px;
}

.faq-title-part h6 {
    color: var(--Descriptions);
    text-align: center;
    padding: 0 196px;
    margin-top: 27px;
}

.acc-content {
    display: none;
}

.accordion-faq {
    padding: 0 167px;
}

.accordion-faq .item {
    padding: 14px 14px 14px 0;
    letter-spacing: .2px;
}

.accordion-faq .item .bg-chevron_right {
    transition: .3s;
}

.accordion-faq .item.open .bg-chevron_right {
    transform: rotate(90deg);
}

.accordion-faq .item button {
    background: transparent;
    border: none;
    width: 100%;
}

.accordion-faq .item .acc-content a {
    text-decoration: underline;
}

.accordion-faq .item .acc-content ul {
    list-style: outside;
    margin: 20px;
}

.accordion-faq .item .acc-content {
    display: none;
    margin-top: 50px;
    font-size: 14px;
    line-height: 22px;
}

/*input active , error , focus, hover */
input:active, input:focus {
    border-color: var(--MainBlue) !important;
}

input.error::placeholder, input.wpcf7-not-valid::placeholder, textarea.wpcf7-not-valid::placeholder {
    border: initial !important;
}

input.error, input.wpcf7-not-valid, textarea.wpcf7-not-valid {
    border-color: var(--MainRed) !important;
    color: var(--MainRed) !important;
}

input.wpcf7-not-valid::placeholder, textarea.wpcf7-not-valid::placeholder {
    color: var(--MainRed) !important;
}

.wpcf7 form .wpcf7-response-output {
    display: none !important;
}

/*datepicker styles*/

.xdsoft_datetimepicker {
    background: #FFFFFF;
    box-shadow: 0px 30px 84px rgb(19 10 46 / 8%), 0px 8px 32px rgb(19 10 46 / 7%),
    0px 3px 14px rgb(19 10 46 / 3%), 0px 1px 3px rgb(19 10 46 / 13%);
    border-radius: 12px;
    width: 260px;
    border: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 240px !important;
}

.xdsoft_datetimepicker .xdsoft_month, .xdsoft_datetimepicker .xdsoft_year {
    background: #F8F7FA;
    border-radius: 8px;
    text-align: center;
    margin: 2px;
    width: max-content;
    padding: 5px 15px;
    color: var(--MainRed);
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today > div {
    background: var(--MainRed);
    color: white;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: no-repeat !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker
.xdsoft_time_box > div > div:hover {
    color: #fff !important;
    background: transparent !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    color: var(--MainBlue) !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: gray !important;
    background: transparent !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    background: transparent !important;
    color: var(--MainBlue) !important;
    border: none !important;
    height: 35px !important;
    padding: 0 !important;
    text-align: center !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
    padding-right: 0px !important;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    color: #fff !important;
    background: var(--MainRed) !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    background: var(--MainRed) !important;
    box-shadow: none !important;
    color: #fff !important;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
    padding: 2px 10px 2px 5px;
    text-decoration: none !important;
    color: var(--MainBlue) !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
    padding: 4px 10px 5px 10px !important;
    text-align: left !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
    border: none !important;
    max-height: 200px !important;
    overflow-y: auto;
    box-shadow: 0px 30px 84px rgb(19 10 46 / 8%), 0px 8px 32px rgb(19 10 46 / 7%),
    0px 3px 14px rgb(19 10 46 / 3%), 0px 1px 3px rgb(19 10 46 / 13%) !important;
    border-radius: 8px;
}

/*footer style*/

footer {
    color: var(--MainGray);
    padding: 72px 0 0;
    background: #F5F5F5;;
}

footer .logo-and-nav ul li {
    letter-spacing: 0.2px;
    margin-bottom: 16px;
}

footer .logo-and-nav {
    padding-top: 20px;
}

footer .logo-and-nav ul {
    margin-top: 50px;
}

footer .contact-and-socials .item {
    margin-bottom: 27px;
}

footer .contact-and-socials .info {
    margin-left: 20px;
}

footer .contact-and-socials {
    margin-left: 110px;
}

footer .container .flex-row:not(.item) {
    align-items: flex-start;
}

footer .footer-content {

}

footer .socials {
}

footer .socials a {
    margin-right: 32px;
}

footer .navigate > ul li {
    flex: 1 1 44px;
}

footer .copyright-and-socials .copyright {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 19px;
}

footer .copyright-and-socials {

    padding: 16px 0;

}

footer .navigate > ul {
    flex-wrap: wrap;
    height: 110px;
    width: 500px;
}


/*contact form styles*/

.contact-form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11111111111111111;
    background: rgb(29 53 87 / 40%);
    display: none;
}

.contact-form .center {
    width: 100%;
    height: 100%;
}

.contact-form .content {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    box-shadow: 0px 13px 19px rgb(0 0 0 / 7%);
    border-radius: 20px;
    padding: 50px 80px 50px;
    position: relative;
    width: 80%;
    max-width: 720px;
}

.contact-form .content .close {
    border: none;
    position: absolute;
    top: 47px;
    right: 40px;
    cursor: pointer;
    background: transparent;
    padding: 15px;
}

.contact-form .content .subtitle {
    font-size: 16px;
    line-height: 28px;
    color: #737373;
    margin-bottom: 24px;
}

.contact-form .content .title {
    margin-bottom: 8px;
    font-size: 36px;
    line-height: 57px;
    color: #C82D31;
    font-family: 'Roboto-Bold';
    text-align: left;
}

.contact-form .content form input::placeholder,
.contact-form .content form textarea::placeholder {
    font-size: 16px;
    line-height: 28px;

    color: var(--Placeholder);
}

.contact-form .content form .wpcf7-form-control-wrap {
    margin-bottom: 24px;
    display: block;
}

.contact-form .content br {
    display: none;
}

.contact-form .content form input, .contact-form .content form textarea {
    background: #FFFFFF;
    width: 100%;
    border: 1px solid var(--MainGray);
    border-radius: 6px;
    padding: 12px 16px;
    box-sizing: border-box;
    height: 52px;
}

.contact-form form > p span.wpcf7-form-control-wrap.yourname:before, .contact-form form > p span.wpcf7-form-control-wrap.youremail:before,
.contact-form form > p span.wpcf7-form-control-wrap.yourmessage:before {
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    background: white;
    top: -10px;
    left: 12px;
    padding: 0 4px;
}

.contact-form form > p span.wpcf7-form-control-wrap.yourname:before {
    content: 'Name *';
}

.contact-form form > p span.wpcf7-form-control-wrap.youremail:before {
    content: 'Your Email *';
}

.contact-form form > p span.wpcf7-form-control-wrap.yourmessage:before {
    content: 'Message *';
}

.contact-form .content form textarea {
    height: 150px;
    resize: none;
}

.contact-form .content form button:hover {
    background: var(--ButtonHover);
}

.contact-form .content form input[type=submit] {
    border-radius: 24px;
    height: 52px;
    width: 100%;
    transition: .3s;
    background: var(--MainRed);
    color: white;
    border: none;
    font-size: 16px;
}

.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #ffffff54;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 10px;
    position: absolute;
    bottom: 15px;
    right: 0;
}

/*error success messages for contact forms*/

.contact-form.success-error {

}

.contact-form.success-error .content {
    max-width: 420px;
    text-align: center;
    padding: 30px 50px;
}

.contact-form.success-error .image {
    text-align: center;
    margin-bottom: 16px;
}

.contact-form.success-error .image img {
    width: 80%;
    max-width: 92px;
}

.contact-form.success-error .message {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.1px;

    color: var(--MainGray);
    margin-bottom: 8px;
}

.contact-form.success-error .desc {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.1px;
    border-bottom: 0.5px solid #E0E0E0;
    box-sizing: border-box;
    padding-bottom: 16px;
    margin-bottom: 23px;
}

.contact-form.success-error .content button.close {
    position: inherit;
    top: initial;
    right: inherit;
    width: 190px;
    height: 48px;
    color: white;
    border-radius: 10px;
    background: var(--MainRed);
}

.contact-form.success-error.success .content.error {
    display: none;
}

.contact-form.success-error.success .content.success {
    display: block;
}

.contact-form.success-error.error .content.success {
    display: none;
}

.contact-form.success-error.error .content.error {
    display: block;
}

.wrap-popup {
    margin: auto;
    top: 15%;
}

.wrap-popup .book-form form {
    margin-bottom: 0;
}

.wrap-popup .title h2 {
    font-size: 32px;
    margin-bottom: 45px;
    text-align: center;
}

.contact-form#wrap-popup .book-form > h1 {
    font-size: 36px;
    line-height: 34px;
    margin-bottom: 15px;
    width: 100%;
}

.contact-form#wrap-popup .book-form > p {
    font-size: 20px;
    line-height: 28px;
}
