/*
Theme Name: TurboOST
Theme URI: https://www.turboost.ru/
Author: Artem Labaznikov
Author URI: https://labaznikov.pp.ru/
Description: TurboOST theme.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: turboost
*/

@import "/wp-content/themes/turboost/css/style.css" all;

.invite__btn {
    border: 0;
}

.swal2-container.swal2-center {
    z-index: 99999;
}

section.card {
    position: relative;
}

a.product-slider__elem {
    color: initial;
    text-decoration: none;
}

/* catalog loader */
.catalog-loader__wrap {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #eaeaea9e;
    z-index: 10;
    text-align: center;
}

.catalog-loader {
    top: 40%;
    display: inline-block;
    position: relative;
    width: 120px;
    height: 120px;
}
.catalog-loader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    margin: 10px;
    border: 10px solid #fff;
    border-radius: 50%;
    animation: catalog-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #EE463E transparent transparent transparent;
}
.catalog-loader div:nth-child(1) {
    animation-delay: -0.45s;
}
.catalog-loader div:nth-child(2) {
    animation-delay: -0.3s;
}
.catalog-loader div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes catalog-loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* reviews */
.review__message {
    margin-top: 40px;
}

.review__form {
    width: 100%;
    max-width: 600px;
}

.reviews__list {
    margin: 50px 0 80px 0;
}

.reviews__item {
    display: block;
    margin: 20px 0;
    border-top: 1px solid #d1d1d1;
}

.reviews__client {
    font-size: 1.2em;
    font-weight: 500;
    margin: 24px 0 12px 0;
}

.reviews__order {
    margin: 0;
}

.reviews__comment {
    margin: 0;
}

.reviews__order {
    font-size: 0.9em;
    color: #808080;
}

.callback__wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
}

.callback__submit {
    font-weight: 700;
    height: 40px;
    width: 220px;
    background: #EE463E;
    border: none;
    color: #fff !important;
    text-decoration: none;
    padding: 10px;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 5px;
    transition: 0.5s background;
    margin: 0;
}

.callback__submit:hover {
    background: #840202;
}

.wp-block-columns {
    gap: 30px;
}

.grecaptcha-badge {
    display: none;
}

.modal .g-recaptcha {
    width: calc(100% - 100px);
    margin-left: auto;
}

@media all and (max-width: 576px){
    .modal .g-recaptcha {
        width: 100%;
    }
}

.footer-form {
    display: block !important;
}

#email-subscribe {
    max-width: 300px;
    margin-bottom: 5px;
}

#submit-subscribe {
    margin-top: 5px;
}

#stoimost-callback-section {
    display: none !important;
}

.main-nav__logo {
    margin-top: 5px;
}

/* Modal Note */
.modal-note {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 30px;
}

.modal-note .fancybox-button {
    display: none;
}

.modal-note__img-wrapper {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

.modal-note__img {
    display: block;
    width: 100%;
    height: auto;
}

.modal-note__text {
    padding: 0;
    margin: 0;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.modal-note__button {
    width: 100%;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #EE463E;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.modal-note__button:hover {
    cursor: pointer;
    background-color: #000000;
}

@media screen and (max-width: 576px) {
    .modal-note {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .modal-note__text {
        padding-left: 0;
        padding-right: 0;
    }
}


@media screen and (max-width: 1260px) {
    .header__line-container--warning .header__warning {
        display: block;
        padding-left: 0;
        padding-bottom: 8px;
    }
}

@media screen and (max-width: 1260px) {
    .header__line-container--warning {
        display: block;
    }

    .header__line-container--warning .header__address--crossed {
        display: inline-block;
        margin-bottom: 10px;
    }

    .header__line-container--warning .header__warning {
        display: block;
        padding-left: 0;
        padding-bottom: 8px;
    }

    .header__line-container--warning .header__phone {
        margin-left: 26px;
    }

    .header__line-container--warning .header__schedule {
        display: inline-block;
    }
}

.header__address--crossed {
    position: relative;
    margin-right: 10px;
}

.header__address--crossed::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #EE463E;
}

@media screen and (max-width: 992px) {
    .header__line-container--warning .header__schedule-line:last-child {
        padding: 0;
    }
}
