* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto Slab", sans-serif;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    display: inline-flex;
    text-decoration: none;
}

.text-upper {
    text-transform: uppercase;
}

a:hover {
    text-decoration: none;
}

header {
    position: sticky;
    top: 0;
    z-index: 666;
}

nav {
    background: #db0000;
}

nav .nav-panel a {
    text-transform: uppercase;
    font-weight: 900;
    color: white;
    line-height: 40px;
    padding: 0 20px;
    font-size: 20px;
    outline: none;
}

nav .nav-mobile {
    display: flex;
}

.section-group {
    position: relative;
}

.entry-info {
    padding-top: 10px;
    padding-bottom: 10px;
}

.entry-info .entry-item {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 20px;
}

.entry-info .entry-item .fas {
    margin-right: 10px;
}

.entry-info .entry-item.entry-place {
    font-weight: 700;
}

.entry-info .entry-item.entry-place span {
    color: #db0000;
}

.entry-info .entry-item.entry-phone {
    font-weight: 700;
}

.main-site-banner {
    top: 30px;
    z-index: 555;
    pointer-events: auto;
}

.main-banner {
    background: url("/assets/images/bg_slider.jpg") no-repeat center;
    background-size: cover;
    overflow: hidden;
    height: 100vh;
    max-height: 768px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-banner .paralax-item {
    position: absolute;
}

.main-banner .paralax-item-1 {
    left: 63%;
    top: 84px;
    max-width: 450px;
    z-index: 99;
}

.main-banner .paralax-item-2 {
    left: 63%;
    top: 250px;
    max-width: 165px;
    z-index: 100;
}

.main-banner .paralax-item-3 {
    left: 5%;
    top: 150px;
    max-width: 80px;
    filter: blur(1px);
    z-index: 1;
}

.main-banner .paralax-item-4 {
    left: 10%;
    bottom: -60px;
    max-width: 140px;
    z-index: 1;
}

.main-banner .paralax-item-5 {
    left: 50%;
    bottom: 30px;
    max-width: 100px;
    z-index: 1;
}

.main-banner .paralax-item-6 {
    left: 80%;
    top: 35%;
    max-width: 90px;
    z-index: 1;
}

.main-banner .paralax-item-7 {
    left: 49%;
    top: 59%;
    max-width: 40px;
    z-index: 1;
}

.main-banner .paralax-item-8 {
    left: 45%;
    top: 70%;
    max-width: 400px;
    z-index: 1;
}

.main-banner .paralax-item-9 {
    right: 10%;
    top: 71%;
    max-width: 40px;
    z-index: 1;
}

.main-banner .site-title {
    font-size: 52px;
    line-height: 70px;
    font-weight: 700;
    color: white;
    letter-spacing: 0;
}

.main-banner .site-sub-title {
    font-size: 30px;
    line-height: 22px;
    font-weight: 300;
    color: white;
    letter-spacing: 0;
    margin-bottom: 60px;
}

.main-banner .offer-container {
    border: 2px dotted white;
    padding: 20px 60px 10px;
    border-radius: 20px;
    align-items: center;
}

.main-banner .offer-container .offer-item {
    display: flex;
    align-items: center;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 22px;
    color: white;
    margin-bottom: 15px;
}

.main-banner .offer-container .offer-item .offer-item-picture {
    border: 4px solid #ffffffbf !important;
    padding: 15px;
    margin-right: 10px;
    border-radius: 100%;
}

.main-banner .offer-container .offer-item .offer-item-picture img {
    max-width: 45px;
}

.main-banner .offer-container .offer-item span[data-toggle="tooltip"] {
    color: black;
    text-decoration: underline;
    margin-right: 5px;
    cursor: pointer;
}

.main-banner .offer-container .offer-item .tooltip .tooltip-inner {
    color: black;
}

.btn-order {
    padding: 12px 35px;
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    color: white;
    background-color: rgba(201, 0, 0, 0.75);
    border-color: white;
    border-style: solid;
    border-width: 2px;
    border-radius: 3px;
    cursor: pointer;
    margin: 30px auto;
    justify-content: center;
}

.btn-order:hover {
    background-color: #ef4c4c;
    color: white;
}

.btn-order-v2 {
    color: #4D4D4D;
    background-color: white;
    border-color: rgba(201, 0, 0, 0.75);
}

.btn-order-v2:hover {
    background-color: #ef4c4c;
    color: white;
}

h2.section-title {
    font-size: 42px;
    line-height: 42px;
    font-weight: 300;
    color: #444444;
    text-transform: uppercase;
    text-align: center;
}

.client-things,
.price,
.products,
.popular-things,
.order,
.question,
.contacts {
    padding-top: 30px;
    padding-bottom: 30px;
}

.client-things .client-thing-item {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}

.client-things .client-thing-item img {
    margin-bottom: 15px;
}

.title-wrapper {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.title-wrapper blockquote {
    font-size: 25px;
    line-height: 27px;
    font-weight: 300;
}

.title-wrapper .top-line hr {
    max-width: 600px;
    margin: 0 auto 30px;
}

.price-content .pricelist {
    font-size: 21px;
    font-weight: 700;
    color: #4D4D4D;
    margin: 10px 0;
}

.price-content .price-item {
    margin-bottom: 30px;
}

h3.section-title {
    font-size: 28px;
    line-height: 42px;
    font-weight: 300;
    color: #444444;
    text-transform: uppercase;
    text-align: center;
}

.products .section-title:after,
.sales .section-title:after {
    content: url("/assets/images/discount-2.png");
    position: absolute;
    left: calc(50% - 32px);
    bottom: -80px;
    z-index: 11;
}

.products .title-wrapper:after,
.sales .title-wrapper:after {
    content: "";
    border-top: 130px solid #fff;
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 120px;
    left: calc(50% - 200px);
    z-index: 1;
}

.products .products-container {
    background: url("/assets/images/bg_com.jpg") repeat center;
    padding-top: 200px;
    padding-bottom: 120px;
}

.products .products-container .title-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.products .products-container .title-container .products-container-title {
    background: #f6f6f6;
    color: #df2231;
    box-shadow: 2px 2px 3px #9792924a;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 30px;
    border-color: rgba(0, 0, 0, 0.08);
    position: relative;
}

.products .products-container .title-container .products-container-title:after {
    content: "";
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 0;
    height: 1px;
    border-top: 1px solid #db0000;
}

.products .products-container .container {
    background: white;
}

.products .products-container .container .content-container {
    padding-top: 30px;
    background: #f6f6f6;
}

.products .products-container .product-item {
    background: white;
    box-shadow: 4px 4px 5px #0000001c;
    padding: 25px 20px;
    margin-bottom: 30px;
}

.products .products-container .product-item .product-item-picture {
    position: relative;
}

.products .products-container .product-item .product-item-description h5 {
    font-size: 18px;
    font-weight: 700;
    color: black;
    margin: 10px 0px 30px;
    min-height: 70px;
}

.products .products-container .product-item .product-item-description .product-price {
    color: #e12838;
    font-size: 21px;
    font-weight: 700;
    line-height: 21px;
}

.products .products-container .product-item .product-item-description .available {
    font-size: 18px;
    color: #6f6464;
    margin-bottom: 5px;
    line-height: 21px;
}

.btn-order_sm {
    font-size: 18px;
    margin: auto;
    margin-top: 30px;
    width: 100%;
}

.sales-container {
    background: url("/assets/images/bg_gift.jpg") no-repeat center;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 120px;
    color: white;
}

.sales-container .sales-content-title {
    margin-bottom: 75px;
}

.sales-container .col-lg-6 {
    margin-bottom: 30px;
}

.sales-container .sale-item {
    border: 2px dotted white;
    border-radius: 4px;
    padding: 20px;
    height: 100%;
    line-height: 21px;
    font-size: 20px;
}

.sales-container .sale-item .sale-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}

.sales-container .btn-get-gift {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
    margin-top: 60px;
    justify-content: center;
    color: #524f4f;
    background: #5dddd3;
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    border-radius: 4px;
    border-bottom: 5px solid #3a8a83;
    border-left: 3px solid #649995;
    box-shadow: -5px 3px 10px #00000024;
}

.sales-container .btn-get-gift:hover {
    position: relative;
    top: 3px;
    left: -3px;
    border-left: 3px solid transparent;
    border-bottom: 5px solid transparent;
}

.popular-things .popular-thing-item {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}

.popular-things .popular-thing-item img {
    margin-bottom: 15px;
}

.order {
    background: url("/assets/images/bg_calc.jpg") no-repeat center;
    background-size: cover;
}

.order .order-container {
    color: white;
}

.order .order-container .order-title {
    padding: 30px 0;
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
}

.order .order-container .order-sub-title {
    padding-bottom: 30px;
    color: #ffffffeb;
    font-weight: 500;
    font-size: 27px;
}

.order .order-container p {
    font-size: 24px;
    color: white;
    line-height: 30px;
    font-weight: 200;
    padding: 40px 0;
}

.question .section-title:after {
    content: url("/assets/images/question.png");
    position: absolute;
    left: calc(50% - 32px);
    bottom: -80px;
    z-index: 11;
}

.question .title-wrapper:after {
    content: "";
    border-top: 130px solid #fff;
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 120px;
    left: calc(50% - 200px);
    z-index: 1;
}

.question .question-container {
    background: url("/assets/images/faq_bg.jpg") no-repeat center top;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 120px;
}

.question .question-container .question-content-container .col-12:nth-child(1) .quest-item:before {
    content: "1";
}

.question .question-container .question-content-container .col-12:nth-child(2) .quest-item:before {
    content: "2";
}

.question .question-container .question-content-container .col-12:nth-child(3) .quest-item:before {
    content: "3";
}

.question .question-container .question-content-container .col-12:nth-child(4) .quest-item:before {
    content: "4";
}

.question .question-container .quest-item-container {
    margin-bottom: 30px;
}

.question .question-container .quest-item-container .quest-item {
    background: white;
    padding: 20px 40px 20px 80px;
    cursor: pointer;
    position: relative;
}

.question .question-container .quest-item-container .quest-item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    padding: 20px;
    text-align: center;
    background: white;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
}

.question .question-container .quest-item-container .quest-item:after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 10px;
    padding: 5px;
    font-size: 20px;
    cursor: pointer;
    font-weight: 700;
}

.question .question-container .quest-item-container .question-answer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 40px 40px 80px;
    background: white;
    position: relative;
    display: none;
}

.question .question-container .quest-item-container .question-answer:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    padding: 20px;
    text-align: center;
    background: white;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
}

.believe .section-title:after {
    content: url("/assets/images/handshake.png");
    position: absolute;
    left: calc(50% - 32px);
    bottom: -80px;
    z-index: 11;
}

.believe .title-wrapper:after {
    content: "";
    border-top: 130px solid #fff;
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 120px;
    left: calc(50% - 200px);
    z-index: 1;
}

.believe .believe-container {
    background: #f1f4f6;
    padding-top: 160px;
    padding-bottom: 120px;
}

.how-to-found {
    padding-top: 30px;
    padding-bottom: 0;
}

.additional-info {
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #6bc091;
}

.additional-info .additional-item li {
    color: white;
    font-size: 20px;
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center;
}

.additional-info .additional-item li a {
    color: white;
    text-align: center;
}

.additional-info .additional-item li a:hover {
    text-decoration: underline;
}

.wpcf7-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wpcf7-form p {
    max-width: 100%;
}

.wpcf7-form p span {
    display: inline-block;
    max-width: 100%;
}

.wpcf7-form input {
    margin: 0 15px 30px;
    max-width: 100%;
}

.wpcf7-form .wpcf7-tel {
    font-size: 18px;
    line-height: 22px;
    color: #626262;
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.wpcf7-form .wpcf7-submit {
    padding: 12px 35px;
    line-height: 25px;
    font-weight: 600;
    color: white;
    background-color: rgba(201, 0, 0, 0.75);
    border-color: white;
    font-size: 20px;
    border-style: solid;
    border-width: 2px;
    border-radius: 7px;
    cursor: pointer;
}

.wpcf7-form .wpcf7-submit:hover {
    background-color: #ef4c4c;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    left: 15px;
    top: 50px;
}

div.wpcf7-response-output {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    max-width: 400px;
    margin: 0 auto;
}

footer {
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

footer .footer-title {
    font-size: 20px;
    color: #00000078;
}

footer .copyright {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0000009e;
}

footer .copyright img {
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.hurrytimer-campaign-28 .hurrytimer-timer {
    display: flex;
    justify-content: space-around;
}

.hurrytimer-campaign-28 .hurrytimer-timer .hurrytimer-cdt__time {
    color: black;
    padding: 1px 7px;
    border-radius: 2px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px black;
    width: 90px;
    background: -moz-linear-gradient(-45deg, #f2f5f6 0%, #dce6ea 60%, #d4e3e8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f2f5f6 0%, #e4eef2 60%, #d2e2e7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f2f5f6 0%, #e0eaee 60%, #d0e0e5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.hurrytimer-campaign-28 .hurrytimer-timer .hurrytimer-cdt__label {
    color: white;
    font-weight: 700;
}

@media screen and (max-width: 1200px) {
    .entry-info {
        padding-top: 30px;
    }
    .entry-info .entry-item {
        margin-bottom: 30px;
        text-align: center;
    }
    .main-banner .paralax-item-2 {
        left: 83%;
        top: 350px;
        max-width: 165px;
    }
    .main-banner .paralax-item-8 {
        top: auto;
        left: auto;
        right: 55px;
        bottom: 30px;
    }
    .main-banner .site-title {
        font-size: 42px;
        line-height: 50px;
    }
    .main-banner .site-sub-title {
        font-size: 24px;
        line-height: 21px;
        margin-bottom: 50px;
    }
    .main-banner .offer-container .offer-item {
        font-size: 20px;
        align-items: center;
    }
    .main-banner .offer-container .offer-item div {
        text-align: center;
    }
    .order .order-container .order-title {
        padding: 25px 0;
        font-size: 32px;
    }
    .order .order-container .order-sub-title {
        padding-bottom: 20px;
        font-size: 23px;
    }
    .order .order-container p {
        font-size: 22px;
        line-height: 25px;
        padding: 30px 0;
    }
    .wpcf7-form {
        flex-wrap: wrap;
    }
    .wpcf7-form input {
        margin: 0 0 15px;
        max-width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .main-banner {
        height: 100vh;
        min-height: 900px;
    }
    .main-banner .offer-container .offer-item {
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
        font-size: 20px;
    }
    .main-banner .offer-container .offer-item .offer-item-picture {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .main-banner {
        height: 100vh;
        min-height: 1050px;
    }
    .main-banner .paralax-item-2 {
        left: auto;
        right: 30px;
        top: 370px;
        max-width: 115px;
        z-index: 100;
    }
    nav .nav-panel a {
        line-height: 30px;
        padding: 0 20px;
        font-size: 16px;
    }
    h2.section-title {
        font-size: 32px;
    }
    h3.section-title {
        font-size: 24px;
    }
    nav .nav-bars {
        display: flex;
    }
    nav .nav-bars a {
        padding: 5px;
        font-size: 24px;
    }
    nav .nav-mobile {
        display: none;
        position: absolute;
        background: #db0000;
        padding-top: 10px;
        padding-bottom: 10px;
        left: 0;
        top: 100%;
    }
    nav .nav-bars-link {
        outline: none;
    }
    .main-banner .site-title {
        font-size: 32px;
        line-height: 40px;
    }
    .main-banner .site-sub-title {
        font-size: 20px;
        line-height: 21px;
        margin-bottom: 30px;
    }
    .main-banner .offer-container .offer-item {
        font-size: 18px;
    }
    .main-banner .offer-container .offer-item .offer-item-picture {
        margin-bottom: 15px;
        margin-right: 0;
    }
    .order .order-container .order-title {
        padding: 25px 0;
        font-size: 32px;
    }
    .order .order-container .order-sub-title {
        padding-bottom: 20px;
        font-size: 23px;
    }
    .order .order-container p {
        font-size: 22px;
        line-height: 25px;
        padding: 30px 0;
    }
    .products .products-container .title-container .products-container-title {
        text-align: center;
    }
    .products .products-container .product-item {
        max-width: 300px;
        margin: 0 auto 30px;
    }
    .hurrytimer-campaign-28 .hurrytimer-timer {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}


/*# sourceMappingURL=style.css.map */