html {
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
body {
    font: 16px "Montserrat";
    color: #000;
    overflow-x: initial !important;
}

.main {
    background: url(../img/main.jpg) 0% 50% no-repeat;
    height: 100vh;
}
.main .header {
    padding: 20px 0;
}
.main .header .logo img {
    height: 150px;
}
.main .header .address {
    padding: 30px 0;
    text-align: right;
}
.main .header .address p {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #fff
}
.main .header .phone {
    text-align: right;
    color: #fff;
    padding: 30px 0;
}
.main .header .phone p {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}
.main .header .whatsapp {
    text-align: right;
    padding: 30px 0;
}
.main .header .whatsapp a {
    background: #43d854;
    color: #fff;
    padding: 14px 20px;
    border-radius: 7px;
    text-decoration: none;
}
.main .text-main {
    padding-top: 40px;
}
.main .text-main h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 45px;
    text-transform: uppercase;
}
.main .text-main h1 span {
    color: #ee2a8f;
    font-weight: 700;
}
.main .text-main .knopka-row {
    margin-top: 30px;
}
.main .text-main .knopka-row a {
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
    padding: 15px 30px;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}
.main .text-main .knopka-row a i {
    margin-right: 10px;
}

.videos {
    padding: 60px 0;
    background: -webkit-linear-gradient(
45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(
45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.videos h2 {
    margin-bottom: 40px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}
.videos .vid {
    padding: 0 300px;
}
.videos .vid video {
    border-radius: 10px;
}

.block2 {
    padding: 60px 0 80px;
}
.block2 h2 {
    margin-bottom: 40px;
    font-weight: 600;
    text-align: center;
}
.block2 .tovar {
    margin-bottom: 20px;
    padding-left: 70px;
}
.block2 .tovar .icon,
.block2 .tovar .title {
    display: inline-block;
}
.block2 .tovar .title p {
}
.block2 .tovar .icon img {
    margin-right: 10px;
    height: 40px;
}
.block2 .knopka-row {
    text-align: center;
    margin-top: 30px;
}
.block2 .knopka-row a {
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
    padding: 15px 30px;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}
.block2 .knopka-row a i {
    margin-right: 10px;
}
.otzivy {
    padding: 50px 0;
    background: url(../img/otzivy.jpg) 50% 50% no-repeat;
}
.otzivy h2 {
    margin-bottom: 40px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}
.contact {
    padding: 40px 0;
}
.contact h2 {
    margin-bottom: 40px;
    font-weight: 600;
    text-align: center;
}
.contact .icon {
    float: left;
    font-size: 24px;
    margin-right: 15px;
    color: #c11c7c;
    margin-bottom: 130px;
}
.contact .title {
    color: #797979;
    font-size: 14px;
}
.contact .sub a {
    color: #000;
    font-size: 18px;
    display: block;
    margin-bottom: 4px;
}
.contact .sub a:hover,
.contact .sub a:active,
.contact .sub a:focus {
    text-decoration: none;
}
.contact .sub a.whatsapp {
    color: #43d854;
}
.footer {
    background: #000;
    padding: 20px 0;
}
.footer p {
    color: #fff;
    text-align :center;
    margin: 0;
    font-size: 12px;
}

.owl-theme .owl-dots {
    display: block;
}
.owl-theme .owl-dots {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: transparent;
    border: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    margin: 5px 5px;
    background: #fff;
    border-radius: 50%;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ee2a8f;
}


.bot-panel {
    display: none;
}


@media screen and (max-width: 768px) {
    .bot-panel {
        display: block;
        position: fixed;
        bottom: 0;
        background: #000;
        width: 100%;
        z-index: 999;
    }
    .bot-panel a.gis {
        background: #000;
        color: #fff;
        text-decoration: none;
        padding: 8px 10px;
    }
    .bot-panel a.gis span {
        display: inline-block;
        width: 74%;
    }
    .bot-panel a.gis img {
        display: inline-block;
        width: 24%;
    }
    .bot-panel a.phone {
        width: 25%;
        padding: 10px;
        text-align: center;
        font-size: 26px;
        color: #fff;
    }
    .bot-panel a.whatsapp {
        background: #43d854;
    }
    .bot-panel a {
        float: left;
    }
    .bot-panel a.book {
        width: 50%;
        background: #f09433;
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(
    45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        background: linear-gradient(
    45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
        font-weight: 100;
        text-transform: uppercase;
        color: #fff;
        font-size: 15px;
        padding: 17px 0;
        text-align: center;
        font-weight: 700;
        text-decoration: none;
    }
    
    
    .main .header .address,
    .main .header .phone,
    .main .header .whatsapp {
        display: none;
    }
    .main .header .logo {
        text-align: center;
    }
    .main .text-main h1 {
        font-size: 28px;
    }
    
    .main {
        background: url(../img/main.jpg) 40% 50% no-repeat;
    }
    .main .text-main .knopka-row a {
        padding: 15px;
        font-size: 14px;
    }
    .block2 .tovar {
        padding: 0;
    }
    .block2 .knopka-row a {
        padding: 15px;
        font-size: 14px;
    }
    .videos .vid {
        padding: 0;
    }
    
    .contact .title {
        margin-bottom: 5px;
    }
    
    .map {
        padding-bottom: 99px;
    }
    
    .footer {
        padding-bottom: 107px;
        display: none;
    }
}