/* Template default CSS
/*----------------------------------------*/

:root {
    scroll-behavior: smooth;
}

.subdomain__container h1,
.subdomain__container h2,
.subdomain__container h3,
.subdomain__container h4,
.subdomain__container h5,
.subdomain__container h6 {
    margin: 0;
    color: #111111;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.subdomain__container h1 {
    font-size: 70px;
}

.subdomain__container h2 {
    font-size: 36px;
}

.subdomain__container h3 {
    font-size: 30px;
}

.subdomain__container h4 {
    font-size: 24px;
}

.subdomain__container h5 {
    font-size: 18px;
}

.subdomain__container h6 {
    font-size: 16px;
}

.subdomain__container p {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #000000;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
}

.subdomain__container img {
    max-width: 100%;
}

.subdomain__container input:focus,
.subdomain__container select:focus,
.subdomain__container button:focus,
.subdomain__container textarea:focus {
    outline: none;
}

.subdomain__container a:hover,
.subdomain__container a:focus {
    text-decoration: none;
    outline: none;
    color: #e3e3e3;
}

.subdomain__container ul,
.subdomain__container ol {
    padding: 0;
    margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
    margin-bottom: 45px;
}

.section-title.center-title {
    text-align: center;
}

.section-title span {
    color: #f3bd00;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}

.section-title h2 {
    color: #111111;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.set-bg-color {
    background-color: #f5f5f5;
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}

/* buttons */

.primary-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 30px;
    color: #ffffff;
    background: #f3bd00;
    letter-spacing: 1px;
}

.primary-btn.second-bg {
    background: #0c2b4b;
}

.primary-btn:hover,
.primary-btn.second-bg:hover {
    background: #4D5FE3;
}

.site-btn {
    font-size: 14px;
    color: #ffffff;
    background: #0c2b4b;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 14px 30px;
}

.site-btn.second-bg {
    background: #f3bd00;
}

/*---------------------
  Hero
-----------------------*/

.hero {
    /*height: 500px;*/
    padding: 135px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero__text h5 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.hero__text h1 {
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 30px;
}

.hero__text .second-bg {
    margin-left: 15px;
}

/*---------------------
  Team
-----------------------*/

.team {
    padding-bottom: 70px;
}

.team.team--instructor {
    padding-top: 70px;
}

.team__all {
    text-align: right;
}

.team__item {
    border: 1px solid #e1e1e1;
    overflow: hidden;
    padding: 40px;
    margin-bottom: 30px;
    position: relative;
}

.team__item::before {
    content: '';
    position: absolute;
    background: url("/wp-content/uploads/sites/3/2024/01/hexagon.svg") no-repeat center / contain;
    width: 350px;
    height: 350px;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.team__item__img {
    float: left;
    margin-right: 30px;
    position: relative;
    z-index: 3;
}

.team__item__img img {
    width: 100%;
}

.team__item__img.team__item__img__primary img {
    max-width: 320px;
}

.team__item__img.team__item__img__secondary img {
    max-width: 190px;
}

.team__item__text {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.team__item__text h5 {
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.team__item__text span {
    font-size: 14px;
    color: #f3bd00;
    display: block;
    margin-bottom: 12px;
    line-height: 120%;
}

.team__item__text ul {
    font-style: italic;
    color: #111111;
    margin-bottom: 20px;
}

.team__item__text ul li .bi {
    color: #059652;
    font-size: 24px;
    position: relative;
    top: 2px;
}

@media (min-width: 1025px) {
    .team__item__text ul {
        font-size: 18px;
    }
}

/* Themes list */

.themes__list .section-title h3 {
    color: #111111;
    font-size: 36px;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
}

.themes__list .themes__list__wrapper {
    padding: 40px;
    background-color: #0c2b4b;
}

.themes__list .themes__list__wrapper ul,
.themes__list .themes__list__wrapper ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.themes__list .themes__list__wrapper ul li,
.themes__list .themes__list__wrapper ol li {
    padding: 8px 30px 8px 0;
    margin-left: 1rem;
    line-height: 140%;
    color: #ddd;
}

/* Examples */

.faq__accordion .section-title {
    margin-bottom: 34px;
}

.faq__accordion .section-title h2 {
    font-size: 32px;
}

.faq__accordion .accordion__example {
    border: 1px solid #f3bd00;
    padding: 30px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: url(/wp-content/uploads/sites/3/2024/01/simple-shiny-2.svg) no-repeat center / cover;
    /*overflow: hidden;*/
}

.faq__accordion .card {
    border: none;
    border-radius: 0;
    margin-bottom: 36px;
    background-color: transparent;
}

.faq__accordion .card:last-child {
    margin-bottom: 0;
}

.faq__accordion .card-heading {
    cursor: pointer;
}

.faq__accordion .card-heading h2,
.faq__accordion .card-heading a {
    font-size: 18px;
}

.faq__accordion .card-heading a {
    color: #111111;
    font-weight: 700;
    line-height: 24px;
    display: block;
    padding-left: 20px;
    transition: 0.3s;
}

.faq__accordion .card-heading a:hover,
.faq__accordion .card-heading a[aria-expanded="true"] {
    color: #f3bd00;
}

.faq__accordion .card:last-child .card-heading {
    border-bottom: none;
}

.faq__accordion .card .card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    padding-left: 30px;
    padding-top: 14px;
}

.faq__accordion .card .card-body a {
    display: block;
    color: #0c2b4b;
    transition: 0.3s;
    line-height: 120%;
}

.faq__accordion .card .card-body a:hover {
    transform: translateX(5px);
    color: #f3bd00;
}

.faq__accordion .card-heading a:after,
.faq__accordion .card-heading > a.active[aria-expanded=false]:after {
    content: "+";
    font-size: 24px;
    color: #f3bd00;
    position: absolute;
    left: 0;
    top: 0;
}

.faq__accordion .card-heading.active a:after {
    content: "-";
    font-size: 24px;
    color: #f3bd00;
    position: absolute;
    left: 0;
    top: -3px;
}

.faq__accordion .card-heading a[aria-expanded=true]:after,
.faq__accordion .card-heading > a.active:after {
    content: "-";
    font-size: 32px;
    font-weight: 400;
    color: #f3bd00;
    position: absolute;
    right: 0;
    top: -3px;
}

/*---------------------
  Feature
-----------------------*/

.feature {
    padding-bottom: 70px;
}

.feature.feature--about .section-title span {
    color: #0071e4;
}

.feature.feature--about .feature__item {
    background: #f5f5f5;
}

.feature.feature--about .feature__item h5 {
    color: #111111;
}

.feature__text {
    padding-top: 80px;
    margin-bottom: 40px;
}

.feature__text .section-title {
    margin-bottom: 20px;
}

.feature__text p {
    margin-bottom: 26px;
}

.feature__item {
    background: #0c2b4b;
    text-align: center;
    padding: 40px 15px;
    margin-bottom: 24px;
    min-height: 240px;
}

.feature__item .bi {
    font-size: 56px;
}

.feature__item .bi,
.feature__item a {
    color: #F3BD30;
}

.feature__item.right-column {
    margin-top: 120px;
}

.feature__item h5 {
    font-size: 16px;
    color: #ffffff;
    margin-top: 25px;
    hyphens: auto;
}

/*---------------------
  About Video
-----------------------*/

.about-video {
    position: relative;
    z-index: 1;
    padding-top: 100px;
}

.about__video__bg {
    /*height: 390px;*/
    /*height: 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;
}

.about__video__bg .play-btn {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    height: 50px;
    width: 50px;
    background: #f3bd00;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}

.about__video__text {
    border: 1px solid #e1e1e1;
    padding: 50px;
    /*height: 390px;*/
    height: auto;
    background: #ffffff;
}

.about__video__text .section-title {
    margin-bottom: 20px;
}

.about__video__text p {
    margin-bottom: 26px;
}

.about__video__text ul li {
    list-style: none;
    position: relative;
}

.about__video__text ul li .bi {
    font-size: 24px;
    color: #f3bd00;
    margin-right: 5px;
    float: left;
    position: relative;
    top: 0px;
}

.about__video__text .primary-btn {
    margin-top: 26px;
}

/*---------------------
  Application Form
-----------------------*/

.application-form {
    background: #f5f5f5;
    -webkit-clip-path: polygon(50% 0, 100% 16%, 100% 100%, 50% 100%, 0 100%, 0% 16%);
    clip-path: polygon(50% 0, 100% 16%, 100% 100%, 50% 100%, 0 100%, 0% 16%);
    padding-top: 290px;
    margin-top: -190px;
    padding-bottom: 70px;
}

/*---------------------
  Testimonial
-----------------------*/

.testimonial__content .section-title {
    margin-bottom: 36px;
}

.testimonial__content .section-title h2,
.testimonial__content .section-title h3 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
}

.testimonial__slider.owl-carousel .testimonial__item img {
    object-fit: cover;
    object-position: left center;
}

.testimonial__slider.owl-carousel .owl-dots {
    margin-top: 25px;
}

.testimonial__slider.owl-carousel .owl-dots button {
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    margin-right: 10px;
}

.testimonial__slider.owl-carousel .owl-dots button.active {
    background: white;
}

.testimonial__slider.owl-carousel .owl-dots button:last-child {
    margin-right: 0;
}


/*---------------------
  Feature - text block
-----------------------*/

.feature.feature__text__block {
    padding-bottom: 100px;
}

.feature.feature__text__block .feature__item {
    margin-bottom: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

@media (min-width: 1025px) {
    .feature.feature__text__block .feature__item h5 {
        font-size: 18px;
    }
}

/*---------------------
  Reviews
-----------------------*/

.reviews .reviews__slider .review__item {
    border: 1px solid #f3bd00;
    transition: 0.3s;
    padding: 15px;
}

.reviews .reviews__slider .review__item:hover {
    border: 1px solid #0c2b4b;
}

.reviews .reviews__slider .review__item .review__author__block {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 15px;
}

.reviews .reviews__slider .review__item .review__author__block .author__photo img {
    max-width: 50px;
    max-height: 50px;
    object-fit: cover;
}

.reviews .reviews__slider .review__item .review__author__block .author__info {
    line-height: 140%;
    color: #0c2b4b;
}

.reviews .reviews__slider .review__item audio {
    display: block;
    width: 100%;
}

/*.reviews .reviews__slider .review__item img {
    object-fit: cover;
    object-position: left center;
    height: 160px;
}*/

/*---------------------
  SEO desc section
-----------------------*/

.seo__desc__section {
    padding-top: 0;
}

.seo__desc__section .seo__content {
    background-color: #f4f7f7;
    border-radius: 8px;
}

.seo__desc__section .seo__content * {
    color: #0c2b4b;
}

.seo__desc__section .seo__content p {
    font-size: 16px;
}

.seo__desc__section .seo__content a {
    color: #f3bd00;
    text-decoration: underline;
    transition: 0.3s;
}

.seo__desc__section .seo__content a:hover {
    color: #4D5FE3;
}

/* MISC */

.modal__bx__form.modal {
    z-index: 106000;

}

.modal__bx__form.modal .modal-content {
    border-radius: 8px;
}

.modal__bx__form .modal-header {
    border-bottom: none;
    padding: 1rem 1rem 0;
}

.modal__bx__form .modal-header .btn-close:focus {
    box-shadow: none;
}

.footer__logo .site-branding-logo img {
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

#fancybox-close {
    top: -15px;
    right: -10px;
}

.fancy-ico {
    width: 24px;
    height: 24px;
}

.fancy-ico span {
    top: 0;
    left: 0;
}

body .b24-widget-button-position-bottom-right {
	right: 20px;
	bottom: 14rem;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__right__social {
        margin-right: 12px;
    }

    .header__menu ul {
        text-align: center;
    }

    .header__menu ul li {
        margin-right: 10px;
    }

    .about__video__text {
        padding: 35px 35px 35px 50px;
    }

    .header__logo::before {
        left: -415px;
    }
}

@media only screen and (max-width: 1024px) {
    .hero {
        padding: 70px 0;
    }

    .hero__text h1 {
        font-size: 30px;
    }

    .header_mobile_screen .gva-offcanvas-content .top-canvas {
        background: #fff;
    }
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about__video__text {
        height: auto;
    }

    .application-form .application__form__content {
        padding: 50px;
    }

    .canvas__open {
        display: block;
        font-size: 22px;
        color: #ffffff;
        height: 35px;
        width: 35px;
        line-height: 34px;
        text-align: center;
        border: 1px solid #f3bd00;
        border-radius: 2px;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 28px;
        z-index: 9;
    }

    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        content: "";
        z-index: 98;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        visibility: hidden;
    }

    .offcanvas-menu-overlay.active {
        visibility: visible;
    }

    .offcanvas-menu-wrapper {
        position: fixed;
        left: -300px;
        width: 300px;
        height: 100%;
        background: #1d1c1c;
        padding: 50px 20px 30px 30px;
        display: block;
        z-index: 99;
        overflow-y: auto;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        opacity: 0;
    }

    .offcanvas-menu-wrapper.active {
        opacity: 1;
        left: 0;
    }

    .offcanvas__menu {
        display: none;
    }

    .slicknav_btn {
        display: none;
    }

    .slicknav_menu {
        background: transparent;
        padding: 0;
        margin-bottom: 20px;
    }

    .slicknav_nav ul {
        margin: 0;
    }

    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        padding: 7px 0;
        margin: 0;
        color: #ffffff;
        font-weight: 600;
    }

    .slicknav_nav .slicknav_row:hover {
        border-radius: 0;
        background: transparent;
        color: #ffffff;
    }

    .slicknav_nav a:hover {
        border-radius: 0;
        background: transparent;
        color: #ffffff;
    }

    .slicknav_nav {
        display: block !important;
    }

    .offcanvas__logo {
        margin-bottom: 30px;
    }

    .offcanvas__search {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .offcanvas__search i {
        font-size: 18px;
        color: #ffffff;
        cursor: pointer;
    }

    .offcanvas__social {
        margin-bottom: 30px;
    }

    .offcanvas__social a {
        display: inline-block;
        font-size: 16px;
        color: #ffffff;
        margin-right: 20px;
    }

    .offcanvas__social a:last-child {
        margin-right: 0;
    }

    .header__menu {
        display: none;
    }

    .header__right {
        display: none;
    }

    .header .container {
        position: relative;
    }
}

@media (min-width: 576px) {
    .feature__item.right-column {
        margin-top: 120px !important;
    }

    .team__all {
        text-align: right !important;
        margin-bottom: 0 !important;
    }

    .courses__all {
        text-align: right !important;
        margin-bottom: 0 !important;
    }

    .application-form .application__form__content {
        padding: 45px;
    }

    .course__details__rating {
        text-align: right !important;
    }
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
    .feature__text {
        padding-top: 0;
        /*margin-bottom: 40px;*/
    }

    .feature__item.right-column {
        margin-top: 0;
    }

    .about__video__text {
        height: auto;
    }

    .team__all {
        text-align: left;
        margin-bottom: 50px;
    }

    .courses__all {
        text-align: left;
        margin-bottom: 50px;
    }

    .course__details__rating {
        text-align: left;
    }

    .faq__accordion {
        margin-bottom: 50px;
    }

    .contact__address {
        margin-bottom: 40px;
    }

    .canvas__open {
        display: block;
        font-size: 22px;
        color: #ffffff;
        height: 35px;
        width: 35px;
        line-height: 34px;
        text-align: center;
        border: 1px solid #f3bd00;
        border-radius: 2px;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 28px;
        z-index: 9;
    }

    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        content: "";
        z-index: 98;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        visibility: hidden;
    }

    .offcanvas-menu-overlay.active {
        visibility: visible;
    }

    .offcanvas-menu-wrapper {
        position: fixed;
        left: -260px;
        width: 260px;
        height: 100%;
        background: #1d1c1c;
        padding: 50px 20px 30px 30px;
        display: block;
        z-index: 99;
        overflow-y: auto;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        opacity: 0;
    }

    .offcanvas-menu-wrapper.active {
        opacity: 1;
        left: 0;
    }

    .offcanvas__menu {
        display: none;
    }

    .slicknav_btn {
        display: none;
    }

    .slicknav_menu {
        background: transparent;
        padding: 0;
        margin-bottom: 20px;
    }

    .slicknav_nav ul {
        margin: 0;
    }

    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        padding: 7px 0;
        margin: 0;
        color: #ffffff;
        font-weight: 600;
    }

    .slicknav_nav .slicknav_row:hover {
        border-radius: 0;
        background: transparent;
        color: #ffffff;
    }

    .slicknav_nav a:hover {
        border-radius: 0;
        background: transparent;
        color: #ffffff;
    }

    .slicknav_nav {
        display: block !important;
    }

    .offcanvas__logo {
        margin-bottom: 30px;
    }

    .offcanvas__search {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .offcanvas__search i {
        font-size: 18px;
        color: #ffffff;
        cursor: pointer;
    }

    .offcanvas__social {
        margin-bottom: 30px;
    }

    .offcanvas__social a {
        display: inline-block;
        font-size: 16px;
        color: #ffffff;
        margin-right: 20px;
    }

    .offcanvas__social a:last-child {
        margin-right: 0;
    }

    .header__menu {
        display: none;
    }

    .header__right {
        display: none;
    }

    .header .container {
        position: relative;
    }

    .testimonial .testimonial__content .testimonial__slider .owl-dots {
        flex-wrap: wrap;
        padding-left: 25px;
        padding-right: 25px;
    }

    .testimonial .testimonial__content .testimonial__slider .owl-dot {
        margin: 0 5px 15px;
    }

    .themes__list .themes__list__wrapper ul,
    .themes__list .themes__list__wrapper ol {
        grid-template-columns: 1fr;
    }

    .faq__accordion .accordion__example {
        grid-template-columns: 1fr;
        padding: 30px 15px;
    }
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
    .section-title h2,
    .themes__list .section-title h3,
    .testimonial__content .section-title h3 {
        font-size: 30px;
    }

    .about__video__text {
        padding: 70px 40px 70px 40px;
    }

    .team__item__img {
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .team__item__img img {
        min-width: 100%;
    }

    .hero__text .second-bg {
        margin-left: 0;
        margin-top: 20px;
    }

    .application-form .application__form__content {
        padding: 30px 20px;
    }

    .about-hero {
        margin-top: -74px;
    }

    .search-model-form input {
        width: 100%;
        font-size: 24px;
    }
}

/* Форма Bitrix */
.b24-form-sign {
    display: none !important;
}

.mainblock {
    background: #fff;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.13);
    border-radius: 8px;
    overflow: hidden;
}

.mainblock .wrapper_form {
    padding: 3px 3px 15px;
}

.b24-form-padding-side {
    padding-left: 10px;
    padding-right: 10px;
}

.b24-form-control {
    width: 100% !important;
}

.b24-form-control-container input {
    width: 100% !important;
}

.btn_new_form_2212 {
    font-size: 14px;
    font-weight: 600;
    color: #2e302f;
    text-decoration: underline;
    padding: 5px 10px;
    font-family: 'Roboto', Arial, sans-serif;
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFFFFF;
    cursor: pointer;
    margin-right: -1px;
    position: relative;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.btn_new_form_2212[data-name="whatsapp"] span:before {
    background-image: url(/wp-content/uploads/sites/3/2023/12/whatsapp.svg);
}

.btn_new_form_2212[data-name="telegram"] span:before {
    background-image: url(/wp-content/uploads/sites/3/2023/12/telegram_logo.svg);
}

.btn_new_form_2212 span:before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.btn_new_form_2212 span {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    z-index: 2;
}

/* КОНЕЦ: Форма Bitrix */

/* Пульсирующая форма  */
.b24-form-sign {
    display: none !important;
}

.modal-bodydip2 {
    padding: 0px 20px 10px 20px;
}

.modal-bodydip-beg-s-mar {
    overflow: hidden;
    white-space: nowrap;
    animation: marquee 10s linear infinite alternate;
    padding: 5px;
    font-size: 13px;
}

.b24-form-padding-side {
    padding-left: 10px;
    padding-right: 10px;
}

.b24-form-control {
    width: 100% !important;
}

.b24-form-control-container input {
    width: 100% !important;
}

.btn_new_form_2212 {
    font-size: 14px;
    font-weight: 600;
    color: #2e302f;
    text-decoration: underline;
    padding: 5px 10px;
    font-family: 'Roboto', Arial, sans-serif;
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFFFFF;
    cursor: pointer;
    margin-right: -1px;
    position: relative;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.btn_new_form_2212[data-name="whatsapp"] span:before {
    background-image: url(/wp-content/uploads/sites/3/2023/12/whatsapp.svg);
}

.btn_new_form_2212[data-name="telegram"] span:before {
    background-image: url(/wp-content/uploads/sites/3/2023/12/telegram_logo.svg);
}

.btn_new_form_2212 span:before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.btn_new_form_2212 span {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    z-index: 2;
}

@keyframes marquee {
    from {
        text-indent: 100%;
    }
    to {
        text-indent: 0;
    }
}

.dip-bottom-b {
    color: #fff;
}

.modal-header-h {
    font-size: 1.1em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

.modaldip {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-contentdip {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0 0 15px 0;
    border: 0px solid #fff;
    border-radius: 8px;
    overflow: hidden;
    width: 40%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.closedip {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.closedip:hover,
.closedip:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-headerdip {
    padding: 2px 16px;
    background-color: #d9d9d9;
    color: #000;
    border-bottom: 1px solid #d1caca;
}

.modal-bodydip {
    font-size: 12px;
    padding: 0px 0px;
}

.modal-footerdip {
    padding-bottom: 5px;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 13px;
}

.callback-bt {
    background: #38a3fd;
    border: 2px solid #38a3fd;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
    cursor: pointer;
    height: 90px;
    text-align: center;
    width: 90px;
    position: fixed;
    bottom: 7rem;
    right: 15px;
    z-index: 9999;
    transition: .3s;
    -webkit-animation: hoverWave linear 1.3s infinite;
    animation: hoverWave linear 1.3s infinite;
}

.callback-bt .text-call {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.callback-bt .text-call span {
    text-align: center;
    color: #fff;
    opacity: 1;
    font-size: 9px;
    position: absolute;
    right: 0px;
    top: 24px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }
    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }
    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
    }
    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
    }
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }
    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }
    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
    }
    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
    }
}

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@media (max-width: 767px) {
    .modal-contentdip {
        width: 93%;
    }

    .modaldip {
        padding-top: 20px;
    }

    .modal-footerdip {
        padding-bottom: 15px;
    }

    .bottom_text {
        font-size: 11px;
        margin-top: 5px;
    }
}

/* КОНЕЦ Пульсирующая форма  */

/* Mobile - Top fixed banner (Modal Form) */
.header-fixed-banner-ob {
    display: none;
    animation: fade-in-fixed-mobile-banner 0.5s forwards;
    opacity: 0;
}

@keyframes fade-in-fixed-mobile-banner {
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .fixed-mobile-banner .header-fixed-banner-ob {
        display: block;
    }

    .header-fixed-banner-ob {
        position: absolute;
        z-index: 99;
        right: 0;
        left: 0;
        top: 10px;
        width: 100%;
        cursor: pointer;
    }

    .header-fixed-banner {
        position: fixed;
        left: 0;
        right: 0;
        background: rgba(12, 43, 75, 0.95);
        margin: 0 15px;
        border-radius: 15px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: rgba(0, 0, 0, 0.3) 0 5px 20px;
    }

    .header-fixed-banner-l {
        width: 40px;
        height: 40px;
        padding: 3px;
        border-radius: 5px;
    }

    .header-fixed-banner-c {
        width: 76%;
        margin-left: 10px;
    }

    .header-fixed-banner-c-h {
        font-weight: 600;
        color: #fff;
        font-size: 17px;
        line-height: 1;
    }

    .header-fixed-banner-c-sub {
        font-size: 11px;
        line-height: 1.2;
        font-weight: normal;
        color: #fff;
        margin-top: 5px;
    }

    .header-fixed-banner-r-arrow {
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        margin-right: 0px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .search-screen {
        z-index: 111000;
    }
}
/* END Mobile - Top fixed banner (Modal Form) */