@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;
}

/*----------------------------------------*/

/*---------------- Custom ---------------*/
.text-red {
    color: red;
}

.app-ff--alt {
    font-family: 'Montserrat', sans-serif;
}

.c__section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.c__bg--white60 {
    background-color: rgba(255, 255, 255, 0.6);
}

.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 {
    position: fixed;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #181F27;
    box-shadow: 0 0 6px black;
    z-index: 9;
}

.nav__link {
    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;
}

/*--------------------------------------------*/

/*---------- #section-main ------------*/
#section-main {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background: url("../assets/img/back/main-bg.jpg") center bottom no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    #section-main {
        padding-top: 2rem;
    }
}

@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;
}

.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;
    box-shadow: 0 5px 20px -2px #FEC107;
    padding: .85em 1.2em;
    border-radius: .6em;
    letter-spacing: .07em;
    cursor: pointer;
    border: none;
    outline: none !important;
    transition: 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 h1 span {
    font-size: 48px;
    font-weight: 400;
    color: #ffffff;
}

.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;
    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 span {
        font-size: 25px;
    }

    .main__promo h1:before {
        height: 4px;
    }
}


.benefits-title {
    background: url("../assets/img/benefits.svg") center top no-repeat;
    background-size: contain;
    text-align: center;
    width: 180px;
    letter-spacing: .1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 767px) {
    .benefits-title {
        margin-top: 50px;
        text-align: center;
    }
}

.benefits-title__years {
    font-size: 55px;
    font-weight: 700;
    line-height: .8em;
}

.benefits-title__text {
    font-size: 36px;
    font-weight: 700;
    line-height: .8em;
}

.benefits-title__description {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

.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 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-comparison ------------*/
#section-comparison {
    color: #000;
}

.comparison {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.comparison__title {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
}

.comparison__list {
    list-style: none;
    padding-left: 0;
}

/*---------------------------------------------*/

/*---------- #section-advantages ------------*/
#section-advantages {
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
}

/*---------------------------------------------*/

/*---------- #section-catalog ------------*/
.catalog__card {
    background-color: white;
    box-shadow: 0.1rem 0.5rem 2rem rgba(0, 0, 0, 0.8);
}

.catalog__card h3 {
    font-size: 40px;
    font-weight: bold;
}

@media (max-width: 575px) {
    .catalog__card h3 {
        font-size: 30px;
    }
}

.catalog__gallery__title {
    margin: 1rem 0;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #838383;
}

.catalog__block {
    margin: 1rem;
}

.calculator {
    font-size: 30px;
    font-weight: bold;
}

.catalog__tabs .nav-tabs {
    border-color: #5f5d5d;
}

.catalog__tabs .nav-tabs .nav-link {
    color: black;
    text-transform: uppercase;
    border: 3px solid transparent;
}

.catalog__tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: black;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid black;
}

.catalog__tabs .tab-content {
    padding: 1rem;
}

.catalog__btn-order {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    border: 3px solid white;
    border-radius: 3rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    color: white;
    background-color: red;
    background-image: linear-gradient(to bottom, red, #ba0000 20%);
    text-transform: uppercase;
}

.catalog__btn-order:hover {
    background-image: linear-gradient(to bottom, red, #ba0000 50%);
}

.catalog .form-group {
    margin-bottom: 0;
}

.catalog__btn-order {
    margin-left: 15px;
    width: 170px;
}

.option__title {
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 1rem;
    margin-left: 0.2rem;
}

.option__list {
    padding: 1rem;
}

.option__input {
    display: block;
    cursor: pointer;
}

.catalog__input {
    display: inline-block;
}

.catalog__input__label {
    display: block;
    padding: 0.2rem 0.5rem;
    color: black;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.6em;
    cursor: pointer;
    margin: 0.2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    border-top: 2px solid #F2F5F8;
    background: #F2F5F8;
    transition: all 0.3s;
}

.catalog__input__label:hover {
    background: #d1dce6;
    border-top: 2px solid #b0c2d4;
    box-shadow: 0 0 1px #b0c2d4;
}

.catalog__input input:checked + .catalog__input__label {
    color: white;
    background: linear-gradient(#92cf00, #6e9c00);
    border-top: 2px solid #5c8200;
    box-shadow: 0 0 1px #5c8200;
}

.catalog__input input {
    display: none;
}

/*---------------------------------------------*/

/*--------------- #section-easy -------------------*/
@media (min-width: 992px) {
    #section-easy {
        background: url("../assets/img/babka.jpg") right bottom no-repeat;
        background-size: contain;
    }
}

.c__bg-white--60 {
    background-color: rgba(255, 255, 255, 0.6);
}

.easy__title {
    font-size: 2rem;
    font-weight: bold;
}

.easy__text {
    font-size: 1.2rem;
    font-style: italic;
}

@media (max-width: 575px) {
    .fa-custom {
        font-size: 2em;
        top: 0.242857em;
        left: -1.842857em;
    }

    .easy__title {
        line-height: 1.1;
    }
}

/*----------------------------------------------*/

/*--------------- #section-reviews -------------------*/

/* Owl carousel */
.owl-next:focus, .owl-prev:focus {
    outline: none;
}

.owl-next span:hover, .owl-prev span:hover {
    background-color: #FEC107;
    color: #000;
}

.owl-next span, .owl-prev span {
    font-size: 80px;
    color: #FEC107;
}

.owl-stage-outer {
    position: relative;
}

.owl-nav {
    text-align: center;
}

.owl-next {
    position: absolute;
    top: calc(50% - 60px);
    right: 15px;
}

.owl-prev {
    position: absolute;
    top: calc(50% - 60px);
    left: 15px;
}

@media (max-width: 375px) {
    .owl-next, owl-prev {
        display: none;
    }
}

/*----------------------------------------------*/

/*-------------------- #section-footer--------------------*/
.section-footer a {
    color: inherit;
}
.section_title {
    font-size: 54px;
    line-height: 50px;
}

@media (max-width: 575px) {
    .section_title {
        font-size: 44px;
        line-height: 1;
    }
}

.footer-specialist img {
    border-radius: 50%;
    max-width: 170px;
}

.footer-phone img {
    max-width: 32px;
}

.footer-phone a img {
    max-width: 22px;
}

.section-footer {
    background: url('../assets/img/footer/contacts__bg.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.info-desc {
    font-weight: 600;
}

.section-footer__inner-wrapper {
    background-color: rgba(255, 255, 255, .9);
    padding: 20px;
    border-radius: 15px;
}

.section-footer .form-control--custom,
.section-footer .btn--custom {
    border-radius: 1rem;
}

.contact__phone {
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
}


/*-------------------------------------------------*/

/*--------------------------------------------*/

/*-------------- header -----------------*/
header {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 2rem 0;
    font-size: 2rem;
    font-weight: bold;
    color: black;
    background-color: #FEC107;
}

@media (min-width: 768px) {
    header {
        font-size: 3rem;
    }
}

/*--------------------------------------------*/

/*--------------- Modals --------------*/
.bg-question {
    background: url("../assets/img/wopros1.jpg") center no-repeat;
    background-size: cover;
}

/*--------------- #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: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    left: -10px;
    cursor: pointer;
}
.card-call-block {
    margin: 0 0 0 auto;
}

.cennik_zagolovok {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.cennik {
    color: red;
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 1px 1px 0 #969696, 1px 6px 6px #aba8a8;
}
/*--------------------------------------------*/
