/* ОБЩЕЕ */
body{
    overflow-x: hidden;
    font-family: 'Gotham Pro Light';
    font-size: 16px;
    line-height: 1.5;
    color: #0e0e0e;
}
header{
    height: 90px;
    padding: 25px 0px;
}

p{
    font-family: 'Gotham Pro Light';
    font-size: 16px;
    line-height: 1.3;
    color:#323232;
}
.gr-but-mar{
    margin: 11px 330px;
}
h1,h2,h3,h4,h5{
  font-family: 'Gotham Pro Bold';  
}

h2{
  font-size: 34px; 
}

h3{
  font-size: 24px; 
}

h4{
  font-size: 18px; 
}

ul{
    list-style-type:none;
    list-style-image: url(../img/img-li.png);
    line-height: 2.5;
}

input, textarea {outline:none;}
input:active, textarea:active {outline:none;}

li{
    padding-left: 15px;
}
.bg-points{
    background: url(../img/bg.png) repeat-x 100%;
}
.big-btn{
    font-family: 'Gotham Pro Bold'; 
    font-size: 18px;
    background: linear-gradient(30deg, #ff9702,#fbfb77);
    padding:25px 30px;
    box-shadow: 0 -5px rgb(255,127,1) inset;
    text-decoration: none;
    border: none;
    color: #323232;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: background-color 1000ms;
}
.big-btn:hover{
    background: linear-gradient(30deg, #fff500,#ffff00); 
    box-shadow: 0 -5px rgb(255,207,0) inset;
    color: #696969;
    -webkit-transition: background 0.4s, color 0.4s;
     -moz-transition: background 0.4s, color 0.4s;
     transition: background 0.4s, color 0.4s;
}

.big-btn-gray:hover{
    background: linear-gradient(30deg, #dcdcdc,#ebebeb); 
    box-shadow: 0 -5px rgb(150,150,150) inset;
    color: #696969;
    -webkit-transition: background 0.4s, color 0.4s;
     -moz-transition: background 0.4s, color 0.4s;
     transition: background 0.4s, color 0.4s;
}

.big-btn-gray{
    font-family: 'Gotham Pro Bold'; 
    font-size: 18px;
    background: linear-gradient(30deg, #cccccc,#f1f1f1);
    padding:25px 30px;
    box-shadow: 0 -5px rgb(110,110,110) inset;
    margin: 0 10px;
    text-decoration: none;
    border: none;
    color: #323232;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-margin{
top: 40px;
}
.img-btn{
    margin-right: 20px;
}

.btn-outline-secondary{
    color: white;
    border: 1px solid white;
}

.btn-outline-secondary:hover{
    background: white;
    color: black;
}


/* ШАПКА САЙТА */
.logo, a.logo{
    font-family: 'Gotham Pro Bold';
    font-size: 34px;
    text-decoration: none;
    color: #696969;
    
}

.logo-white, a.logo-white{
    font-family: 'Gotham Pro Bold';
    font-size: 34px;
    text-decoration: none;
    color: white;
    
}

.top-block{
    background:#fff;
    border-bottom: #fafafa 1px solid;
}
.logo-align{
    margin-top:-15px;
}
.logo span{
    color: #0054ff;
}
.logo-sub{
    font-family: 'Gotham Pro Light';
    font-size: 12.3px;
    color:black;
    margin-top: -10px;
    
}
.logo-sub-white{
    font-family: 'Gotham Pro Light';
    font-size: 12.3px;
    color:white;
    margin-top: -10px;
    
}
.logo-sub-white a{
    color:white;
    text-decoration: underline;
}
.btn-algn{
    text-align: right;
}
.btn_top-block{
    border: 3px solid #ffcc00;
    padding: 5px 20px;
    background-color: white;
    color: #323232;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
btn_top-block, a:hover{
    text-decoration: none;
}

/* СЛАЙДЕР */

.play-vid{
    top:170px;
    right:330px;
}
.slider-top{
    background: linear-gradient(to top, #fff, #f5f5f5);
    height: 560px;
}
.slider-title{
    margin-top: 85px;
}
.slider-list{
    margin-top: 45px;
    margin-left: 10px;
}
.img-slider-align{
    margin-top:-230px;
    margin-right:90px; 
}
.carousel-control-next-icon{
    background: url(../img/slider-next.png) no-repeat;
    margin-left:50px;
    height: 50px;
    width: 50px;
    margin-left:-o-10px;
}
.carousel-control-next{
width: 10px;
}
.carousel-control-prev{
width: 10px;
}
.carousel-control-prev-icon{
    background: url(../img/slider-next.png) no-repeat;
    height: 50px;
    width: 50px;
    margin-right:100px;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* СЕРЕДИНА */
.mdl-block{
    background:#0054ff;
    padding: 75px 10px;
}
.mdl-block-title{
    font-family: 'Gotham Pro Bold';  
    font-size: 24px;
    color: white;
    margin-top: 35px;
    
}
.mdl-block-line{
    border-top: 5px solid #ffad02;
    padding-top: 5px;
    padding-right: 80px;  
}
.mdl-desc{
    color: white;
    width: 250px;
    text-align: center;
    margin:-35px auto;
}
/* СПИСОК */
.list-mld-block{
    background: linear-gradient(to top, #fff, #fafafa); 
}

.list-mdl-block-title{
    font-family: 'Gotham Pro Bold';  
    font-size: 18px;
    color: #323232;
    margin-top: 20px;
    width: 255px;

}

.list-mdl-desc{
    color: #323232;
    width: 250px;
    text-align: center;
    margin:-35px auto;
    margin-bottom: 50px;
}
.list-mdl-title{
    font-family: 'Gotham Pro Bold';
    margin-top: 75px;
    margin-bottom: 45px;
    
}
.title-blue{
    color: #0054ff;
}
/* НИЖНИЙ БЛОК С ТРИГЕРОМ */
.down-triger-block{
    background: linear-gradient(to top, #fff, #fafafa);
}
.down-triger-title{
    margin-top: 75px;
    margin-bottom: 25px;
}
.dwntriger-phone-align{
    top:87px;   
}
.down-triger-vkwidget{
    top:161px;
    left:41px;
}
.down-triger-pad{
    padding-bottom:75px;
}
.btnbtn{
    background: transparent; border: none; height:360px;
}
/* ПОДВАЛ */
.footer-block{
    background:#323232; 
}
footer{
    padding: 30px 0px;
    color:white;
}
/*-------------------------------------------------------------------------------*/
@media (max-width: 576px){
    .logo-align{
        text-align: center;
    }
    .top-block{
        height: 120px;
    }
    .btn-algn{
        text-align: center;
    }
    h2{
        font-size: 24px;
        text-align: center;
    }
    .slider-title{
        margin-top: 15px;
    }
    .slider-list{
        font-size: 14px;
        margin-top: 20px;
    }
    .imgss{
        width:0px;
    }
    .img-slider-align{
        position: absolute;
        left: 220px;
        top:350px;
    }
    .btnbtn{
     height: 100px;   
    }
    .slider-top{
        height: 400px;
    }
    .big-btn{
        display: block;
        margin-bottom: 50px;
        text-align: center;
        font-size: 17px;
        padding:15px 5px;
    }
    .big-btn-gray{
        display: block;
        margin-bottom: 50px;
        text-align: left;
        font-size: 17px;
        padding:15px 10px;
        position: absolute;
        left:-50vw;
    }
    .mdl-desc{
    margin-bottom: 20px; 
    }
    .carousel-indicators{
        margin-bottom: 10px;
        position: absolute;
        top:360px;
    }
    .bg-points{
        background-repeat: repeat;
    }
    .carousel-control-prev-icon{
        width: 0px;
    }
    .carousel-control-next-icon{
        width: 0px;
    }
    #vk_groups{
        opacity: 0;
    }
    .imgssvk{
        opacity: 0;
    }
}
@media (min-width:580px) and (max-width: 980px){
    .imgss{
        width:400px;
    }
    .img-slider-align{
        position: absolute;
        left: 300px;
        top:400px;
        
    }
    .mdl-desc{
        width: 220px;
        text-align: center;
    }
    .list-mdl-desc{
        width: 220px;
        text-align: center;
    }
    .list-mdl-block-title{
        width: 200px;
        text-align: center;
    }
    .carousel-item{
        height: 500px;
        width: 100%;
    }
    .big-btn{
        display: block;
        margin-bottom: 50px;
        text-align: center;
        font-size: 17px;
        padding:15px 5px;
    }
    .big-btn-gray{
        display: block;
        margin-bottom: 50px;
        text-align: center;
        font-size: 17px;
        padding:15px 5px;
    }
    .gr-but-mar {
        margin: -122px 210px;
        margin-bottom: 0px;}
    .imgssvk{
        width: 250px;
    }
    .down-triger-pad {
    padding-bottom: 15px;
    }
    .dwntriger-phone-align {
    top: 187px;
    }
    .btn-margin {
    top: 10px;
    }
    #vk_groups{
        position: absolute;
        top: 100px;
    }
}
@media (min-width: 556px) and (max-width: 755px){
    .imgss{
        width:0px;
    }
@media (min-width: 1000px) and (max-width: 1190px){
    .img-slider-align{
        margin-right: -30px;
    }
    