@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&subset=cyrillic');

body,
html {

    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    bottom: 0;
    text-align: center;
}
*{outline:none;}
input{font-family: 'Montserrat', sans-serif;}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li {
    padding: 0;
    margin: 0;
    bottom: 0;
}

ul,
li {
    list-style: none;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

.over {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

section,
header,
nav {
    text-align: left;
}
/*formcontrol*/
input[type=text], input[type=tel], input[type=email], textarea{
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding: 12px;
    background: #fff;
    color:#000;
    border:none;
    border-left: 5px solid #7dd1e3;
    border-right: 5px solid #7dd1e3;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.inp{
    margin-top: 15px;
}
.btn{
    padding: 12px;
    background: #7dd1e3;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    width: 100%;
    display: inline-block;
    border:none;
    color:#fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn:hover{
background: #026d84;
}
/*nav*/
nav{
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    
    background: #fff;

}
.top{
    padding: 11px 0;
}
.shown{
    position: fixed;
    background:  #404347;
}
.shown .top{
    display: none;
}
.logo {
    color:#B8B8B8;
    line-height: 1.1;
    font-weight: 400;
    font-size: 30px;
    
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.logo span{
    color:#222;
    font-weight: 600;
}
.logo small{
    display: block;
    font-size: 0.39em;

    
}

.contact{
    float: right;
    font-size: 24px;
    text-align: center;
}
.contact .tel{
    padding-left: 30px;
    background: url(../img/svg/call.svg) 0 50% no-repeat;
    background-size: 20px;
    line-height: 1;
    color:#222;
}
.contact .loc{
    text-align: left;
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
        background: url(../img/svg/loc.svg) 0 5px no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

.contact .recall{
    cursor: pointer;
    color:#7dd1e3;
    line-height: 1;
    font-weight: 600;
    font-size: 15px;

}
.contact .recall:hover{
    color: #B8B8B8;
}
/*section*/
section{
    padding: 50px 0;
    
}
section h2{
    line-height: 1.2;

    font-size: 36px;
    color:#222222;
}
/*header*/
header{
    margin-top: 110px;
    position: relative;
    padding: 150px 0;

    background: url(../img/bg-1536-1077.jpg) 50%  no-repeat;
    background-size: cover;

}
header .over{
    background: rgba(0, 0, 0, 0.65);
}
.utp h1{
    color:#fff;
    text-transform: uppercase;
    font-size: 32px;

}
.utp h2{

    font-size: 28px;
    font-weight: 400;
    color:#7dd1e3;
}
.utp ul{
    
}
.utp li{
    margin-top: 20px;
    padding-left: 30px;
    width: 30%;
    font-size: 18px;
    color:#fff;
    display: inline-block;
    background: url(../img/svg/check.svg) 0 50% no-repeat;
    background-size: 25px;
}
#f1{
    text-align: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
}
#f1 legend{
    font-size: 18px;
    color:#fff;
}
#f1 legend strong{
    text-transform: uppercase;
    font-weight: 600;
}

/*section1*/
.sec1{
    background: #F9F9F9;
}
.s1p{
    position: relative;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    background: #fff;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
}

.s1p:after{
    position: absolute;
    top: 20px;
    left: 0px;
    width: 5px;
    height: 30px;
    background: #7dd1e3;
    content: ""
}
.s1p h3{
    font-size: 16px;
    padding-top: 20px;
    padding-left: 20px;
}
.s1p figure{
    padding-right: 10px;
}
.s1p figure img{
    float: right;
}
.s1p ul{
    position: absolute;
    left: 20px;
    top: 50px;
}

/*section2*/


.filter{
    vertical-align: top;
    margin-top: 30px;
    color:#fff;
    display: inline-block;
    width: 100%;
    background: #2B2B2B;
}
.filter li{
    border-left: 1px solid #595959;
    text-align: center;
    display: inline-block;
    float: left;
    width: 16.666666%;
    padding: 10px;
        cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.filter li.active, .filter li:hover{
    background: #7dd1e3;
border-left: 1px solid #7dd1e3;
}
.filter li:first-child{
    border-left: none;
}





.feeds{
    background: #F9F9F9;
position: relative;

    vertical-align: top;
           height: 340px!important;
    overflow-y:scroll;
    
    
}
table#feeds{
    table-layout:fixed;
width: 100%;
    background: #F9F9F9;
    
}
table#feeds th{
        background: #DDDDDD;
    border-bottom: 5px solid #7dd1e3;
}
table#feeds td, table#feeds th{
    border-left: 1px solid #d9d6d6;
     padding: 5px 10px;
}
table#feeds td:first-child, table#feeds th:first-child{
    border-left: none;
}

table#feeds tbody{

    
}

table#feeds tr{
    border-bottom: 1px solid #ddd;
    
}
.sec2 table td:nth-child(1){
    width: 5%;
}
.sec2 table td:nth-child(2){
    width: 10%;text-align: center;
}
.sec2 table td:nth-child(3){
    width: 10%;text-align: center;
}
.sec2 table td:nth-child(4){
    width: 10%;text-align: center;
}
.sec2 table td:nth-child(5){
    width: 20%;text-align: center;
}
.sec2 table td:nth-child(6){
    width: 7%;text-align: center;
}
.sec2 table td:nth-child(7){
    width: 8%;text-align: center;
}
.sec2 table td:nth-child(8){
    width: 20%;text-align: left;
    overflow: hidden;
}
.sec2 table td:nth-child(9){
    width: 15%;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}
.sec2 table td:nth-child(9):hover{
text-decoration: none;
}



/*section3*/
.sec3{
    padding: 10px 0;
    background: #F9F9F9;
    text-align: left;
}
.sec3 h3{
    font-size: 30px;
}
.s3p{
    margin-top: 30px;
    position: relative;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.s3p:after{
    position: absolute;
    left: 0;
    top: 20px;
    height: 40px;
    width: 10px;
    background: #7dd1e3;
    content: "";
}
.s3p img{
    margin-top: 15px;
    max-width: 100%;
}
.s3p p{
    margin-top: 15px;

}
.s3p p em{
    font-size: 12px;
    font-style: normal;
    line-height: 0.5;
}
.s3p strong{
    font-weight: 600;
}
.s3p h4{
    margin-top: 20px;
    font-size: 22px;
}

.new h4{
    color:#fff;
    font-size: 18px;
}

/*section4*/
.sec4{
    background: #404347;
}
.sec4 h2{
    color:#fff;
    font-weight: 600;
}
.sec4 ul{
    margin-top: 15px;
    color:#aaa;
}
.sec4 ul li{
    padding-left: 30px;
    font-size: 16px;
    margin-top: 20px;
    background: url(../img/svg/check.svg) 0 0 no-repeat;
    background-size: 20px;
}
.sec4 p{
    margin-top: 20px;
    color:#fff;
    text-align: justify;
}
/*kar1*/
.gal{
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    vertical-align: top;
}
.kar1 .owl-prev{
    width: 30px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    left: -10px;
    top: 50%;
    background: #404347;
}
.kar1 .owl-prev:after{
    content: "";
    position: absolute;
    left: 10px;
    top: 12px;
    width: 15px;
    height: 15px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.kar1 .owl-next:after{
    content: "";
    position: absolute;
    right: 10px;
    top: 12px;
    width: 15px;
    height: 15px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.kar1 .owl-next{
        width: 30px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: -10px;
    top: 50%;
    background: #404347;
}
.kar1 .owl-next:hover, .kar1 .owl-prev:hover{
    background: #7dd1e3;
}
.kar1 img{
    width: 100%;
}
.kar1 a{
    overflow: hidden;
    position: relative;
    display: inline-block; 
}
.kar1 a:after{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background-image: url(../img/svg/res.svg);
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.3) ;
    background-size: 25px;
    background-position: -30px 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.kar1 a:hover:after{
    background-position: 10px 10px;
        background-color: rgba(0, 0, 0, 0.73) ; 
}
/*section5*/
.sec5{
    background: #404347;
}
.sec5 h2{
    color:#fff;
    font-weight: 600;
}
.sec5 h4{
    color:#fff;
}
.kar2{
    margin-top: 30px;
}
.kar2 .slide {
    position: relative;
}
.kar2 .slide img{
    vertical-align: top;
    width: 100%;
}
.kar2 .slide p{
    z-index: 1;
    display: flex;
    align-items: center;
  justify-content: center;
    font-weight: 600;
    text-align: center;
    padding: 10px 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.kar2 .slide:after{
    display: inline-block;
    left: 5px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url(../img/svg/info.svg) no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    position: absolute;
    content: "";
    
}
.kar2 .slide:hover p{
    opacity: 1;
    
}
/*section6*/
.sec6{
    background: #F9F9F9;
}
.kar3{
    margin-top: 30px;
    
}
.kar3 .slide{
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    
}
.kar3 blockquote{
    padding: 0;
    margin: 0;
}
.kar3 p{
    
    margin-top: 15px;
    text-align: justify;
}
.kar3 h3{
    padding-left: 50px;
    background: url(../img/svg/quote.svg) 0 0 no-repeat;
    -webkit-background-size: 40px;
    background-size: 40px;
}
.kar3 h3 span{
    display: block;
    font-weight: 400;
    font-size: 14px;
}
.kar3 .owl-dots{
    margin-top: 15px;
    text-align: center;
}
.kar3 .owl-dot{
    width: 12px;
    height: 12px;
    background: #B8B8B8;
    margin: 0 2px;
    display: inline-block;
}
.kar3 .owl-dot:hover, .kar3 .owl-dot.active{
    background: #7dd1e3;
}
/*section7*/
.sec7{
    padding: 50px 0;
    position: relative;
    /*background: url(../img/bg-1536-1077.jpg) 50% no-repeat;*/
    background-size: cover;
}
.sec7 .over{
    background: rgba(0, 0, 0, 0.7);
}
.s7p{

    vertical-align: top;
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 20px;
    height: 418px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.sec7 h3{

    text-align: left;
    font-weight: 600;
    font-size: 22px;
}


.s7p a{
    display: inline-block;
}

.sec7 ul{
    text-align: left;
    margin-top: 30px;
}
.cert ul li{
    padding-left: 30px;
    margin-top: 10px;
    background: url(../img/svg/cert.svg) 0 0 no-repeat;
    background-size: 25px;

}
.doc ul li{
    padding-left: 30px;
    margin-top: 10px;
    background: url(../img/svg/pdf.svg) 0 0 no-repeat;
    background-size: 25px;

}

.sec7 ul li a{
color:inherit;
    font-size: 18px;
     text-decoration: underline;
}
.sec7 ul li a:hover{
   text-decoration: none;
}
.s7p iframe{
    margin-top: 30px;
}
#f2{
    margin-top: 30px;
}
#f2 legend{
    font-size: 28px;
    color: #fff;
}

/*footer*/
footer{
    margin-top: 50px;
    position: relative;
}
#map{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.adress{
    background: #fff;
    text-align: left;
    padding: 20px;
    margin: 10px 0;
            box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
}
.adress div{
    margin-top: 10px;
    display: block;
    font-size: 16px;
}
.adress div strong{
    display: block;
    color: #7dd1e3;
}
.adress div strong + *{
    font-weight: 600;
    color: inherit;
}
/*copy*/
.copy{
    padding: 10px 0;
    background: #404347;
    color:#fff;
}

.form{
    width: 100%;
    max-width: 360px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
}
.form legend, .form span{
    font-size: 20px;
    color:#fff;
}
