body {
        margin:0;
}
* {
        box-sizing:border-box;
        font-family: "Open Sans", sans-serif;
        line-height:1.6;
}
a{
        color: #52322b;
}
div,header, footer,.form-block-input form,section,.breadcrumb,.desc-menu ul,form {
        width:100%;
        float:left;
        display:block;
}
input,select {
        font-size:16px;
}

.container {
        width:1190px!important;
        float:none!important;
        margin:0 auto;
}
.logo {
        width: 15%;
}
.logo img {
        width: 50px;
        display: block;
        float: left;
}
.phone-mobile {
        width: 20%;
}
.desc-menu {
        DISPLAY: BLOCK;
        float: left;
        width: 65%;
        margin-top: 2px;
}
.desc-menu ul{
        margin: 0;
        padding: 0;
}
.desc-menu ul li{
        display: block;
        float: left;
        margin: 0 10px;
        list-style: none;
}
.mob-menu {
        display: none;
}
.high-top {
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
}
.menu-mob-drops {
        display:none;
}
.mobiles-menu-ft {
        display: none;
}
.zag-left {
        width: 50%;
        margin: 50px 0;
        padding-right: 30px;
}
.img-right{
        width: 50%;
        margin: 50px 0;
}
.img-right img{
        width: 100%;
        border-radius: 10px;
}
.zag-left h1 {
        font-size: 60px;
        text-transform: uppercase;
        font-weight: 900;
        margin: 0.5rem 0;
        line-height: 1.6;
}
.zag-left p {
        font-size: 30px;
        margin: 0.5rem 0;
}
.zag-left a {
        background: #0033a0;
        color: white;
        padding: 15px 25px;
        display: block;
        float: left;
        text-decoration: none;
        border-radius: 10px;
        font-size: 22px;
}
.no-desc {
        display:none;
}
.logo {
        text-decoration: none;
}
.logo p {
        display: block;
        float: left;
        width: calc(100% - 50px);
        font-size: 27px;
        MARGIN: 0;
        COLOR: #bf0b32;
        font-weight: 600;
        line-height: 1;
}
.logo p span {
        display: block;
        line-height: 1;
        margin: 0;
        color: #0033a0;
}
.phone-mobile a{
        text-decoration: none;
        color: black;
        font-size: 28px;
}
.desc-menu ul li a {
        text-decoration: none;
        color: black;
        padding: 3px 20px;
        font-size: 20px;
        border: 1px solid black;
        border-radius: 25px;
        display: block;
        float: left;
}
.desc-menu ul li .active {
        background:black;
        color:white;
}
.price-sections {
        padding: 50px 0;
        background: #f1f1f1;
}
.hd-price-sect h2{
        font-size: 40px;
        text-align: center;
        text-transform: uppercase;
        margin-top: 0;
}
.one-price-sect{
        width: 32%;
        margin-right: 2%;
        background: white;
        border-radius: 15px;
        padding: 15px;
        margin-bottom:30px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.one-price-sect:last-of-type {
        margin-right:0;
}

.one-price-sect .icon p{
        font-size: 60px;
        margin: 0;
        line-height: 1;
}
.one-price-sect .zag-price p{
        font-size: 25px;
        font-weight: 600;
        margin: 0;
}
.ft-price-sect {
        padding: 0px 22%;
        text-align: center;
}
.ft-price-sect p {
        font-size: 40px;
        display: block;
        float: left;
        margin: 15px 0;
        color: #0033a0;
        font-weight: 900;
}
.ft-price-sect p strong{
        color: black;
}
.ft-price-sect a{
        display: block;
        float: left;
        margin: 15px;
        background: #bf0b32;
        color: white;
        padding: 10px 40px;
        font-size: 28px;
        text-decoration: none;
        border-radius: 10px;
}
 .carousel {
        position: relative;
        max-width: 100%;
        margin: 10px auto;
    }
    .carousel-images img {
        width: 100%;
        display: none;
        border-radius: 10px;
    }
    .carousel-prev, .carousel-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        padding: 10px;
        cursor: pointer;
        border-radius: 50%;
    }
    .carousel-prev {
        left: 10px;
    }
    .carousel-next {
        right: 10px;
    }
    .carousel-section .carousel-item {
        margin-bottom: 40px;
    }
    .carousel-item h3 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 10px;
    }
    .carousel-item p {
        text-align: center;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .carousel-dots {
        text-align: center;
        margin-top: 10px;
    }
    .carousel-dots .dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        background-color: #ccc;
        border-radius: 50%;
        cursor: pointer;
    }
    .carousel-dots .dot.active {
        background-color: #333;
    }
.adult-section  {
        padding: 50px 0;
}
/* ??????? ?????????: ???????, ??????? ????? */
h1, h2 {
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        color: #bf0b32; /* ??????? ????????? ????, ????? ?????????? ???????? */
        letter-spacing: 1.5px;
}

/* ????????? ???????? ??????: ???????? ? ???????????? */
h3, h4 {
        font-family: 'Oswald', serif;
        font-weight: 400;
        color: #52322b; /* ?????????? ????? ?????? ???? ??? ????????????? ????? */
        font-style: italic;
}

/* ???????????? ? ?????? ?????????: ???????? ? ??????????? */
h5, h6 {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        color: #0033a0; /* ????-???????, ????? ?? ????????? ?????? */
}
.hd-adult-section h2{
        text-align: center;
        font-size: 40px;
        text-transform: uppercase;
}
.one-block-adult{
        width: 48%;
        margin-right: 4%;
}
.one-block-adult:last-of-type {
        margin-right: 0%;
}
.one-block-adult h3 {
        font-size: 30px;
        color: black;
        font-style: normal;
        margin-bottom: 0;
}
.how-it-works-section {
        padding: 50px 0;
        background: #f9f9f9;
}

.how-it-works-section h2 {
        text-align: center;
        font-size: 40px;
        text-transform: uppercase;
        margin-bottom: 30px;
        color: #bf0b32;
}

.how-it-works-steps {
        width: 100%;
        float: left;
}

.step {
        width: 48%;
        margin-right: 2%;
        background: #ffffff;
        margin-bottom: 20px;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        float: left;
}

.step:nth-child(2n) {
        margin-right: 0;
}

.step h3 {
        font-size: 25px;
        margin-bottom: 10px;
        color: #0033a0;
}

.step p {
        font-size: 18px;
        line-height: 1.6;
        color: #333;
}
.step:last-of-type{
        margin-left: 26%;
}
footer {
        background: #333;
        color: #fff;
        padding: 40px 0;
}
footer a {
        color:white;
}

.bg-footer {
        padding: 20px 0;
}

.left-foot-colm {
        width: 24%;
        margin-right: 1%;
        float: left;
}

.left-foot-colm:last-of-type {
        margin-right: 0;
}

.left-foot-colm h4 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #bf0b32;
}

.left-foot-colm p, .left-foot-colm ul li a {
        font-size: 16px;
        line-height: 1.6;
        color: #ccc;
        text-decoration: none;
}

.left-foot-colm ul {
        list-style: none;
        padding: 0;
}

.left-foot-colm ul li {
        margin-bottom: 8px;
}

.copirate {
        text-align: center;
        padding: 10px 0;
        border-top: 1px solid #555;
        margin-top: 20px;
}

.copirate p {
        font-size: 14px;
        color: #aaa;
}
.contact-section {
        padding: 50px 0;
        background: #f1f1f1;
}

.contact-section h2 {
        text-align: center;
        font-size: 40px;
        text-transform: uppercase;
        margin-bottom: 30px;
        color: #0033a0;
}

.contact-info {
        width: 100%;
        float: left;
}

.contact-details {
        width: 48%;
        float: left;
        margin-right: 4%;
        background: #ffffff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-form {
        width: 48%;
        float: left;
        background: #ffffff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-form form label {
        display: block;
        margin-top: 10px;
        font-size: 16px;
}

.contact-form form input,
.contact-form form textarea {
        width: 100%;
        padding: 10px;
        margin-top: 5px;
        border: 1px solid #ccc;
        border-radius: 5px;
}

.contact-form form button {
        margin-top: 15px;
        padding: 10px 20px;
        background: #0033a0;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
}
.one-form input[type="checkbox"]{
        width: 20px;
        height: 20px;
        margin: 10px 0;
        display: block;
        float: left;
        margin-right: 15px;
}
.lowwers-letters{
        display: block;
        float: left;
        margin: 7px 0;
}
.hd-utps3 h2 {
    text-align: center;
}
.one-prem-rd{
    background: white;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.one-prem-rd span {
    font-size: 40px;
    display: block;
    float: left;
    width: 50px;
    margin-right: 10px;
}
.one-prem-rd p{
    display: block;
    float: left;
    width: calc(100% - 60px);
}
.zag-views-block h2{
    text-align: center;
    text-transform: uppercase;
}
.image-block {
    width: 32%;
    margin-right: 2%;
}
.image-block:last-of-type {
    margin-right:0;
}

.image-block img {
    width:100%;
}
.price-sect {
    padding: 40px 0;
}
.head-prices h2 {
    text-align: center;
    font-size: 32px;
}
.one-prices {
    width: 32%;
    margin-right:2%;
    background: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.one-prices:last-of-type {
    margin-right:0%;
}

.one-prices p{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.block-prices span{
    display: block;
    float: left;
    width: 50%;
    padding: 17px 0px;
    text-decoration: line-through;
    font-size: 23px;
    text-align: center;
    color: red;
}
.one-prices .block-prices p {
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    color: #0033a0;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}
.call-backa a {
    background: #0033a0;
    color: white;
    padding: 15px;
    display: block;
    float: left;
    width: 60%;
    margin: 10px 20%;
    text-align: center;
    font-size: 23px;
    text-decoration: none;
    border-radius: 5px;
}
@media only screen and (max-width: 767px) {
        .container {
                width: 100% !important;
                float: none !important;
                padding: 0 10px;
        }
        .image-block {
    width: 100%;
    margin-right: 0%;
}
.image-block:last-of-type {
    margin-right:0;
}
        .no-mob {
                display:none;
        }
        .no-desc {
                display:block;
        }

        .logo {
                width: 50%;
        }

        .logo img {
                width: 50px;
                margin: 0 auto;
        }

        .phone-mobile {
                width: 100%;
                text-align: center;
        }

        .desc-menu {
                display: none;
        }

        .mob-menu {
                display: none;
                text-align: center;
                margin-bottom: 20px;
                float: left;
                width: 100%;
        }

        .zag-left, .img-right {
                width: 100%;
                margin: 10px 0;
                padding: 0;
        }

        .zag-left h1 {
                font-size: 35px;
                text-align: center;
        }

        .zag-left p {
                font-size: 20px;
                text-align: center;
                margin:0;
                margin-bottom:10px;
        }

        .zag-left a {
                font-size: 18px;
                margin: 0 auto;
                text-align: center;
                float: none;
                width: 80%;
        }

        .price-sections {
                padding: 30px 0;
        }

        .hd-price-sect h2 {
                font-size: 30px;
        }

        .one-price-sect {
                width: 100%;
                margin-right: 0;
        }

        .ft-price-sect {
                padding: 0;
                text-align: center;
        }

        .ft-price-sect p {
                font-size: 28px;
                margin: 10px 0;
        }

        .ft-price-sect a {
                font-size: 22px;
                margin: 10px auto;
                width: 70%;
                margin-left: 15%;
        }
        .step {
                width: 100%;
                margin-right: 0;
                float: none;
        }

        .contact-details, .contact-form {
                width: 100%;
                margin-right: 0;
                margin-bottom: 20px;

        }

        .left-foot-colm {
                width: 100%;
                margin-right: 0;
                margin-bottom: 20px;
                text-align: center;

        }

        .copirate {
                padding: 10px 0;
        }

        .carousel-images img {
                border-radius: 10px;
        }

        .carousel-prev, .carousel-next {
                top: 80%;
                transform: translateY(-50%);
                padding: 5px;
        }

        .carousel-item h3 {
                font-size: 25px;
        }

        .carousel-item p {
                font-size: 16px;
        }

        .one-form input[type="checkbox"] {
                width: 20px;
                height: 20px;
                margin: 10px auto;

        }

        .lowwers-letters {
                margin: 7px auto;
                display: block;
                float: left;
                width: calc(100% - 40px);
                margin-left: 10px;
        }
        .adult-section {
                padding: 30px 0;
        }

        .one-block-adult {
                width: 100%;
                margin-right: 0;

                margin-bottom: 20px;
        }
        .step:last-of-type {
        margin-left:0;
}
.menu-mob-drops{
        width: 50%;
        float: right;
        background: transparent;
        display:block;
}
.super-menu{
        display: block;
        float: right;
        width: 60px;
        background: transparent;
        border: 1px solid #ccc;
        padding: 5px 5px 0px 5px;
        border-radius: 5px;
}
.mob-menu {
                position: fixed;
                top: 115px;
                background: white;
                padding: 0;
                left: 0px;
                border-top: 1px solid #ccc;
                border-bottom: 1px solid #ccc;
                box-shadow: 0px 13px 9px 0px #00000052;
        }
.sec-menu ul{
        padding: 0;
        margin: 0;
        text-align:left;
}
.sec-menu ul li{
        padding: 0;
        margin: 0;
}
.sec-menu ul li a {
                text-decoration: none;
                font-size: 20px;
                color: black;
                border-bottom: 1px solid #ccc;
                padding: 10px 0;
                display: block;
        }
.how-it-works-section {
        padding:10px 0;
}
.phone-mobile {
        position: absolute;
        left: 32%;
        width: 50%;
        top: 20px;
    }
.phone-mobile a {
        text-decoration: none;
        color: black;
        font-size: 22px;
        font-weight:600;
}
.blue-cvet {
        color:#0033a0;
}
.pink-cvet {
        color:#bf0b32;
}
.one-prices {
    width: 100%;
    margin-right:0%;
    margin:15px 0;
}
.one-prices:last-of-type {
    margin-right:0%;
}

}
