/*
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;
    box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, .2);
}

.callback__submit:hover {
    background: #840202;
}*/

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

.card__img {
    /*height: 100% !important;*/
    width: auto !important;
    max-height: 200px;
}

.slider-for__img, .slider-nav__img {
    height: auto;
}

@media screen and (min-width: 768px) {
    .card__item {
        padding: 45px 40px;
    }
}

.modal__btn:disabled {
    cursor: default;
    background-color: #F78E89;
}

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