@import url('https://fonts.googleapis.com/css?family=Montserrat:900&display=swap&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Rubik:400,700&display=swap&subset=cyrillic');

body {
    font-family: 'Rubik', sans-serif;
}

/*-------------- Bootstrap fix -----------------*/
@media (min-width: 1600px) {
    .container {
        max-width: 1520px;
    }

    .modal-xl {
        max-width: 1500px;
    }
}

.btn {
    cursor: pointer;
}

/*----------------------------------------------*/

/*---------------- Common Custom ---------------*/
.section__title {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 2rem 0;
    font-size: 2rem;
    font-weight: bold;
    color: #181F27;
    background-color: #FEC107;
}

@media (min-width: 768px) {
    .section__title {
        font-size: 2rem;
    }
}
@media (min-width: 1200px) {
    .section__title {
        font-size: 3rem;
    }
}

.text-red {
    color: red;
}

.app-ff--alt {
    font-family: 'Montserrat', sans-serif;
}

.c__section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.hero-hexagons {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%239C92AC' fill-opacity='0.2' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/*----------------- #section-nav ---------------*/
.section-nav {
    min-height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #181F27;
    -webkit-box-shadow: 0 0 6px black;
    box-shadow: 0 0 6px black;
    z-index: 9;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .section-nav {
        position: fixed;
    }
}

.nav__link {
    position: relative;
    font-size: 1.2rem;
    display: inline-block;
    padding: 1rem 1.5rem 1rem 0;
    color: #FEC107;
    background-color: #181F27;
    white-space: nowrap;
}

.nav__link:hover {
    text-decoration: none;
    color: #FEC107;
}

.header__phone {
    display: inline-block;
    width: max-content;
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    line-height: 25px;
    color: #FEC107;
    letter-spacing: .07em;
    margin: 0;
}

.header__phone:hover {
    text-decoration: none;
    color: #fff;
}

@media (max-width: 991px) {
    .header__phone-wrapper {
        min-height: 60px;
        padding-right: 80px;
    }

    .header__phone {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav__link {
        padding: 1rem 1.5rem .25rem 0;
    }

    .header__phone {
        padding: .25rem 0 .5rem;
    }
}

/*--------------------------------------------*/

/*--------------- #section-main --------------*/
.section-main {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background: url("../img/section-main/main__bg.jpg") 50% 50% no-repeat;
    background-size: cover;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .section-main {
        padding-top: 9.75rem;
    }
}

.section-main:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
}

@media (max-width: 767px) {
    .section-main {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
}

@media (max-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .section-main {
        padding-top: 5.75rem;
    }
}


@media (max-width: 767px) {
    .main__logo {
        border-bottom: 1px solid #FEC107;
        padding-bottom: 15px;
    }
}

.main__phone {
    font-family: 'Rubik', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .07em;
    margin-bottom: .3em;
}

.main__phone:hover {
    text-decoration: none;
    color: #FEC107;
}

@media (max-width: 575px) {
    .main__phone {
        font-size: 29px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .main__top-contacts {
        padding-top: 15px;
    }

    .main__phone {
        font-size: 30px;
    }
}

.main__info {
    font-size: 12px;
    letter-spacing: .15em;
}

.main__mail {
    color: #FEC107;
    font-weight: 700;
    margin-left: 15px;
    padding-right: 5px;
    padding-left: 3px;
    border-radius: 3px;
}

.main__mail:hover {
    text-decoration: none;
    color: black;
    background-color: #FEC107;
}

.i-mail {
    margin-left: 3px;
    margin-right: 3px;
}

@media (max-width: 767px) {
    .main__mail {
        margin-left: 5px;
    }
}

.yellow-btn {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    background: #FEC107;
    -webkit-box-shadow: 0 5px 20px -2px #FEC107;
    box-shadow: 0 5px 20px -2px #FEC107;
    padding: .85em 1.2em;
    border-radius: .6em;
    letter-spacing: .07em;
    cursor: pointer;
    border: none;
    outline: none !important;
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    -o-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
}

.yellow-btn:hover {
    background-color: #CF9707;
}

.main__promo h1:before {
    content: '';
    display: block;
    width: 80px;
    height: 8px;
    border-radius: 10px;
    background-color: #FEC107;
    margin-bottom: .5em;
}

.main__promo h1 {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 40px;
}

.main__promo button {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-width: 0;
    background-color: #FEC107;
    padding: 18px 21px;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
    outline: none;
}

.main__promo button:hover {
    background-color: #CF9707;
}

@media (max-width: 767px) {
    .main__promo h1 {
        font-size: 40px;
        padding-top: 60px;
    }

    .main__promo h1:before {
        height: 4px;
    }
}

.benefits-item__icon {
    color: #FEC107;
    min-width: 50px;
    text-align: right;
    height: 50px;
    font-size: 50px;
    line-height: 50px;
    position: relative;
    margin-right: 25px;
    top: .05em;
}

.benefits-item__icon:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FEC107;
    position: absolute;
    right: -15px;
    top: 23px;
}

.benefits-item__text {
    position: relative;
}

.benefits-item__text span {
    border-bottom: 2px dotted rgba(255, 255, 255, .3);
}

@media (max-width: 767px) {
    .benefits-item {
        font-size: 18px;
        padding: 10px 10px 10px 20px;
    }

    .benefits-item__icon {
        font-size: 40px;
        line-height: 40px;
    }

    .benefits-item__text br {
        display: none;
    }
}

/*--------------------------------------------*/

/*-------------- #section-sale ---------------*/
.section-sale {
    overflow: hidden;
    /*padding-bottom: 1rem;*/
}

.section-sale h3.sale__title {
    font-size: 40px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #969696, 1px 6px 6px #aba8a8;

}

.section-sale h3.sale__title span {
    display: inline-block;
    border-bottom: 6px solid #FEC107;
}

.section-sale__img {
    border-radius: 20px;
    width: 100%;
}

.section-sale__promo {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.promo__title {
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 1px 1px 0 #969696, 1px 6px 6px #aba8a8;
    line-height: 1;
}

@media (max-width: 1199px) {
    .promo__title {
        font-size: 2.6rem;
        line-height: 1;
    }
}

@media (max-width: 767px) {
    .promo__title {
        font-size: 2rem;
    }
}

@media (min-width: 1600px) {
    .promo__title {
        font-size: 4rem;
    }
}

.countdown-week{
    font-size: 0.8rem;
}
.lightcountdown__digit {
    color: #FEC107;
}
@media (min-width: 1600px) {
    .countdown-week{
        font-size: 2rem;
    }
}

.order__input-wrapper {
    width: 100%;
}

.order__input,
.order__btn {
    height: 60px;
    font-size: 1.5rem;
}

.order__input {
    border-radius: 5px;
}


.order__btn {
    background-color: red;
    color: #ffffff;
}

.order__btn {
    position: relative;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ab0128), to(#f9041c));
    background-image: -o-linear-gradient(bottom, #ab0128, #f9041c);
    background-image: linear-gradient(0deg, #ab0128, #f9041c);
    color: #ffffff;
    height: 60px;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    text-transform: none;
    font-size: 22px;
    font-weight: 400;
    text-shadow: -2px -1px 0px #000000;
    border-bottom: 1px solid #000;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px 0px #000000;
    box-shadow: 0 2px 5px -2px #000000;
}

.order__btn span {
    position: relative;
    z-index: 1;
}

@media (max-width: 1599px) {
    .order__input,
    .order__btn {
        height: 45px;
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .order__input {
        border-radius: 5px 0 0 5px;
        border-right: none;
    }

    .order__input-wrapper {
        width: 45%;
    }

    .order__btn {
        border-radius: 0 5px 5px 0;
        width: 55%;
    }
}


.order__btn:after {
    content: "";
    position: absolute;
    height: 300%;
    width: 100%;
    top: -100%;
    left: -25%;
    -webkit-transform: rotate(-65deg);
    -ms-transform: rotate(-65deg);
    transform: rotate(-65deg);
    background: -webkit-gradient(
            linear,
            left top, left bottom,
            color-stop(30%, rgba(255, 255, 255, 0)),
            color-stop(70%, rgba(255, 255, 255, 0.2)),
            to(rgba(255, 255, 255, .3))
    );
    background: -o-linear-gradient(
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.2) 70%,
            rgba(255, 255, 255, .3) 100%
    );
    background: linear-gradient(
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.2) 70%,
            rgba(255, 255, 255, .3) 100%
    );
}

.transition--slide {
    position: relative;
    overflow: hidden;
}

.transition--slide::before {
    margin-left: 60px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #ffffff80;
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
    position: absolute;
    left: -40px;
    top: -150px;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}

@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}

@keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}


.section-sale__characteristics,
.section-sale__advantages,
.section-sale__advantages h6 {
    font-size: 1rem;
}

.section-sale__characteristics td,
.section-sale__characteristics th {
    padding: 0.4rem;
}
@media (min-width: 992px) {
    .section-sale__characteristics,
    .section-sale__advantages,
    .section-sale__advantages h6 {
        font-size: 1.3rem;
    }
}

.advantages__item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.advantages__item i {
    color: green;
    margin-right: 5px;
}

/*--------------------------------------------*/

/*---------- #section-catalog ------------*/
.section-catalog {
    overflow: hidden;
}
.catalog__card {
    background-color: white;
    -webkit-box-shadow: 0.1rem 0.5rem 2rem rgba(0, 0, 0, 0.8);
    box-shadow: 0.1rem 0.5rem 2rem rgba(0, 0, 0, 0.8);
    border-radius: 30px;
}

.catalog__card h3 {
    font-size: 40px;
    font-weight: bold;
}

@media (max-width: 575px) {
    .catalog__card h3 {
        font-size: 30px;
    }
}

.card__img {
    border-radius: 20px;
    width: 100%;
}

.card__options {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 20px;
    border: 7px solid #FEC107;

}

.options__item {
    color: #181F27;
    padding-top: 5px;
    /*padding-bottom: 5px;*/
    font-weight: bold;
    font-size: 1.5rem;
}

@media (max-width: 575px) {
    .options__item {
        font-size: 1.2rem;
    }
}

.options__item i {
    margin-right: 10px;
    color: green;
}

.catalog__parameter {

}

.catalog__input-wrapper input {
    display: none;
}

.catalog__input-wrapper {
    display: inline-block;
    padding-left: 36px;
    width: 100%;
}

.catalog__input__label {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 26px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.catalog__input__label:before {
    position: absolute;
    top: 0;
    left: -35px;
    content: '';
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid grey;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.catalog__input__label:after {
    top: 8px;
    left: -27px;
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}

.catalog__input-wrapper input:checked + .catalog__input__label:before {
    background-color: #007bff;
    border-color: #007bff;
}

.calculator__title {
    font-size: 1.5rem;
}

.catalog__block {
    font-size: 2.5rem;
}

.calculator-price {
    display: inline-block;
    min-width: 85px;
}


/*-------------------------------------------------*/
/*--------------- #section-advantages--------------*/
.section-advantages {
    overflow: hidden;
}

.item__img {
    width: 100%;
    height: 100%; /*этот стиль вынести отдельно для IE*/
    border-radius: 10px;
}


@media (max-width: 1199px) {
    .item__title {
        font-size: 18px;
    }

    .item__text {
        font-size: 14px;
    }
}


/*-------------------------------------------------*/
/*--------------- #section-warranty -------------------*/
.section-warranty {
    /*padding-top: 5rem;*/
    /*padding-bottom: 5rem;*/
}

.section-warranty__btn {
    background: #FEC107;
    color: #181F27;
    border-radius: 5px;
    text-shadow: none;
    font-weight: 900;
}

.section-warranty__btn:hover {
    background: #e9b007;
}

/*-------------------------------------------------*/


/*-------------------- #section-contacts --------------------*/
.section-contacts {
    background-image: url('../img/footer/footer__bg.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
}

.section-contacts:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
}

.section-contacts_text {
    font-size: 1.5rem;
    color: #ffffff;
    text-align: center;
    z-index: 3;
    max-width: 560px;
}

.section-contacts_contacts {
    font-size: 2.2rem;
    line-height: 30px;
    color: #ffffff;
}

@media (max-width: 575px) {
    .section-contacts_contacts {
        font-size: 2rem;
        line-height: 30px;
        color: #ffffff;
    }
}


.bg_yellow {
    background-color: #FEC107;
}

/*--------------------------------------------*/


/*--------------- Modals --------------*/
.modal-order__bg_custom {
    position: relative;
    background: url("../img/footer/footer__bg.jpg") center center no-repeat;
    background-size: cover;
    border: 3px solid #FEC107;
    border-radius: 10px;
    overflow: hidden;
}

.modal-order__bg_custom:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);

}

/*--------------- #modal-sale --------------*/
#modal-sale {
    max-width: 95%;
    color: white;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 10px 0 0 10px;
    padding: 1rem;
    position: fixed;
    top: 70px;
    right: 0;
    display: none;
    z-index: 1000;
}

#modal-sale.shown {
    display: block;
}

.modal__sale__title {
    background-color: #21a2cc;
    border-radius: 10px 0 0 10px;
    font-size: 1.5em;
    padding: .6rem;
    margin: 1rem -1rem 0 0;
}

.modal__sale__close {
    width: 24px;
    height: 24px;
    background-color: black;
    border: 2px solid white;
    border-radius: 50%;
    padding: 2px;
    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;
    position: absolute;
    top: -10px;
    left: -10px;
    cursor: pointer;
}

/*--------------------------------------------*/