body {
    font-family: 'Roboto', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif !important;
}
h2 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
}

.header {
    position: static;
}
.main-menu-title{
    font-size: 16px;
    letter-spacing: 0px;
}
.phone-header{
    margin-top: -5px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-weight: 300;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
}

.disabled {
    display: none;
}
.owl-carousel {
    display: block;
}
.owl-next, .owl-prev, .owl-next:hover, .owl-prev:hover {
    background: none;
    font-size: 60px;
}
.owl-carousel-radiators>div.owl-nav>button.owl-next, 
.owl-carousel-radiators>div.owl-nav>button.owl-prev, 
.owl-carousel-radiators>div.owl-nav>button.owl-next:hover, 
.owl-carousel-radiators>div.owl-nav>button.owl-prev:hover {
    color: #ff7801;
}
.owl-carousel-sertificates>div.owl-nav>button.owl-next, 
.owl-carousel-sertificates>div.owl-nav>button.owl-prev, 
.owl-carousel-sertificates>div.owl-nav>button.owl-next:hover, 
.owl-carousel-sertificates>div.owl-nav>button.owl-prev:hover {
    color: #ff7801;
}

.owl-dots{
    text-align: center;
    margin-top: 20px;
    padding-top: 375px;
}
.owl-dot{
    margin:10px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #fff;
    border:2px solid #ff7801;
}
.owl-dot.active{
    background: linear-gradient(to left, #f7a607 0%, #d22123 100%) !important;
    border:0px solid #ff7801;
}

.bg-persik-gradient{
    background: linear-gradient(to left, #f7a607 0%, #d22123 100%) !important;
    color: #fff !important; 
}
.bg-super-gray{
    background: #7d7d7d;
    color: #fff;
}
.btn-persik-gradient{
    background: linear-gradient(to left, #d22123 0%, #f7a607 100%) !important;
    color: #fff !important; 
    text-transform: uppercase;
    border-color: #fff;
    text-shadow: 1px 1px 0px #00000066;
}
.btn-consult {
    font-size: 16px;
    padding: 10px 30px;
    text-shadow: 1px 1px 0px #00000066;
}
.btn-pdf{
    font-size: 18px;
    padding: 15px 30px; 
}

.left{
    float:left;
}
.right{
    float:right;
}

.uppercase{
    text-transform: uppercase;
}
.border-radius-30{
    border-radius: 30px;
}
.border-radius-5{
    border-radius: 5px;
}
.invis{
    display: none;
}

.section-my-title-1{
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 1px;
    font-weight: 600;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.4);
    text-align: left;
    margin-bottom: 60px;
}
.section-my-title-2{
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    text-shadow: 1px 1px 0px #00000066;
    text-align: left;
    font-weight: 300;
}

.section2-my-text{
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #252525;
}

.section3-my-text{
    font-size: 24px;
    line-height: 36px;
    text-shadow: 1px 1px 0px #00000066;
    font-weight: 300;
}

.section4-my-header{
    margin-top: 20px !important;   
    color: #6c2300;
    font-size: 24px;
    font-weight: 600;
}
.section4-my-text{
    font-size: 14px;
    color: #252525;  
}

.section5-my-header{
    font-size: 30px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 20px;
    line-height: 40px;
} 
.section5-my-text{
    color: #252525;
    font-size: 16px;
    font-weight: 400;
}
.section5-my-text > p{
    margin-bottom: 0px
}


/* контактная форма*/
.cis-text h3 {
    font-weight: 600;
    margin-bottom: 5px;
}
.block_contact p{
    font-size: 18px;
    font-weight: 400;
    color: #252526;
}
.block_contact p a{
    color: #252526;
}


/* пульсатор */
.pulsator-phone {
    position: fixed;
    bottom: 10%;
    right: 3%;
    width: 100px;
    height: 100px;
    background-color: transparent;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: 'visibility .5s, opacity .25s';
    -moz-transition: 'visibility .5s, opacity .25s';
    -o-transition: 'visibility .5s, opacity .25s';
    transition: 'visibility .5s, opacity .25s';
    opacity: 0.4;
}

.pulsator-phone:hover {
    opacity: .95;
}

.pulsator-fill {
    width: 56px;
    height: 56px;
    top: 20px;
    left: 20px;
    position: absolute;
    background: linear-gradient(to left, #f7a607 0%, #d22123 100%);
    background-color: #d22123;
    background-size: 59px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border: 2px solid #fff;
}

.pulsator-fill .fa{
    text-align: center;
    padding-top: 10px;
    font-size: 40px;
    color: #fff !important;
    width: 56px;
    height: 56px;
}




footer {
    padding: 30px 0px;
    background: linear-gradient(to right, #f7a607 0%, #d22123 100%) !important;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.just-milk-white {
    color:#fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
}


@media (max-width: 1200px) {
    .logo-img {
        height: 45px;
        margin-left: 10px;
    }
    
}
/*lg */
@media (min-width: 1310px) {
    
}
/* nout ili che hz*/
@media (min-width: 1220px)and (max-width: 1309px) {
    #main-menu .navbar .nav > li > a {
        margin: 0px 5px 17px 5px;
    }
}
@media (min-width: 1024px)and (max-width: 1219px) {
    .logo-img {
        height: 35px !important;
    }
    .main-menu-title {
        font-size: 14px;
    }
    #main-menu .navbar .nav > li > a {
        margin: 0px 0px 17px 5px;
    }
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
    
}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .btn-consult {
        margin-top: 50px;
    }   
    .owl-dots {
        padding-top: 200px;
    }
}
/* xs */
@media (max-width: 767px) {
    .btn-consult {
        margin-top: 50px;
    } 
    .section4-my-block{
        margin-bottom: 0px !important;
    }
    .section4-my-block>div{
        margin-top: 30px;
    }
    .btn-pdf {
        font-size: 12px;
    }
    .section-my-title-1 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    .section-my-title-2 {
        font-size: 34px;
    }
    h2 {
        font-size: 42px !important;
    }
    .just-milk{
        float: left;
    }

    .section4-my-header {
        font-size: 20px;
    }
    
    #back-top {
        bottom: 3%;
        right: 5%;
        opacity: 0.6;
    }
    #back-top >a {
        font-size: 40px;
        height: 50px;
        width: 50px;
        background: linear-gradient(to left, #f7a607 0%, #d22123 100%);
    }
    #back-top >a > span{
        color: #fff;
    }
    .pulsator-phone {
        bottom: -4px;
        left: 0%;
    }
    
    footer>div>div>div>div {
        margin-bottom: 20px;
        text-align: center;
    }
}
@media (max-width: 320px)  {
    .section-my-title-1 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px;
        padding-left: 10px;
    }
    .section-my-title-2 {
        font-size: 30px;
        padding-left: 10px;
    } 
    h2 {
        font-size: 36px !important;
        line-height: 40px;
    }
    .pulsator-phone {
        bottom: -8px;
        left: 0%;
    }
    
    .section4-my-header {
        font-size: 17px;
    }
}