/*
Author: Dunaev Denis
Email: dunaevdeniss@yandex.ru
*/
.text-justify {
    text-align: justify;
}
[class^=padding]{
    clear: both;
    width: 100%;
}
.padding-5{
  height: 5px;  
}
.padding-10{
  height: 10px;  
}
.padding-15{
  height: 15px;  
}
.padding-20{
  height: 20px;  
}
.padding-25{
  height: 25px;  
}
.padding-30{
  height: 30px;  
}
.padding-35{
  height: 35px;  
}
.padding-40{
  height: 40px;  
}
.padding-45{
  height: 45px;  
}
.padding-50{
  height: 50px;  
}
.padding-65{
  height: 65px;  
}
.image-container{
    width: 100%;
    position: relative;
}
.image-container img{
    width: 100%;
}
a{
    
}
.introtext{
    color:#2a93c9;
        font-size: 18px;
    font-weight: 600;
}
p.title-line {
    font-weight: 600;
}


/* ================================== MAIN ======================================*/
.right-border{
    border-right: 1px solid rgba(197, 203, 207, 0.2);
}
.top-border{
    border-top: 1px solid rgba(197, 203, 207, 0.2);
}
.top-info span{
    display:inline-block;
    margin:15px 0;
    font-size:12px;
}
.main-menu {
    position: absolute;
    top: 0;
    z-index: 2;
    right: 0;
    left: 0;
    color:#fff;
    background: rgba(0, 0, 0, 0.51);
}
.main-menu a{
    transition:all 0.5s;
    color:#fff;
}
.main-menu a:hover{
    color:#2a93c9;
    text-decoration:none;
}
.main-menu-sub {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    background: #56b0d2;
}
.main-menu-sub a{
    transition:all 0.5s;
    color:#fff;
}
.main-menu-sub a:hover{
    color:#2a93c9;
    text-decoration:none;
}
.soc-top{
    margin:13px 0;
}
.main-slider {
    display: inline-block;
    width: 100%;
}
.main-slider .item img{
    width:100%;
}
nav.navbar.navbar-default {
    background: no-repeat;
    border: none;
    margin-bottom: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size:18px;
}
.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 35px;
    padding-left: 10px;
    margin:0 5px;
    padding-right: 10px;
}
.navbar-nav>li>a>.m-line {
    content: '';
    transition: width .25s ease-out;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
        background: #fff;
    height: 2px;
}
.navbar-nav>li>a:hover .m-line{
    width:100%;
}
.navbar-nav>.active>a>.m-line{
    width:100%;
}
.navbar-nav>.open>a>.m-line{
    width:100%;
}

.btn-view{
    border: 1px solid #fff;
    color: #fff;
    background:#6cc8df;
    font-size: 18px;
    width: 100%;
    padding: 14px;
}

a.btn.btn-menu {
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    width: 100%;
    padding: 14px;
}
a.btn.btn-menu:hover {
    color: #ffffff;
    border-color: rgb(137,227,255);
    background-color: rgb(137,227,255);
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: transparent;
}
.navigat1 {
    position: absolute;
    left: -420px;
}
.navigat2 .item-pers-sub {
    margin-bottom: 0;
}
.navigat2 {
    position: absolute;
    left: -675px;
}
.menu-fix{
    transition:all 0.5s;
}
.menu-fix.affix {
    display: inline-block;
    width: 100%;
    background: #6cc8df;
    top: 0;
    z-index: 2;
}

/* =============================================== SLIDER ====================================*/

.info-slider {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 300px;
    color: #fff;
}
p.small-title {
    white-space: nowrap;
    font-size: 44px;
    line-height: 56px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: -2px;
}
p.big-title {
    white-space: nowrap;
    font-size: 68px;
    line-height: 82px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: -3px;
}
.btn-slider {
    white-space: nowrap;
    font-size: 16px;
    line-height: 17px;
    font-weight: 700;
    color: rgb(28, 133, 188);
    letter-spacing: 1px;
     background-color: rgb(255, 255, 255);
    border-color: #fff;
    border-radius: 3px;
    transition:all 0.5s;
    padding: 15px 30px;
}
.btn-slider:hover{
    background:rgb(28, 133, 188);
    color:#fff;
}
.blackflow {
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
}

/*============================= INFOS ============================================*/

.infos{
    background:#f7fafb;
}
.info-block {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    background: #fff;
    z-index: 1;
    position: relative;
    margin-top: -55px;
}
.info-block .h3,.info-block .table span{
    color:#2a93c9;
}
.info-block .table {
    font-weight:700;
}
.info-desc {
    font-size: 16px;
    color: #656565;
}
.big-phone i{
     color:#2a93c9;
}
.big-phone{
    font-size:32px;
}
.btn-infos {
    background: #fff;
    color: #2a93c9;
    text-transform: uppercase;
    border: 1px solid #2a93c9;
    padding: 14px 18px 16px;
    transition: all .5s;
}
.btn-infos:hover{
    color: #ffffff;
    background-color: #2a93c9;
}
.info-block>div{
    min-height:320px;
}
.one-block-info {
    padding: 0 30px;
    border-bottom: 7px solid #6cc8df;
}
.two-block-info{
    padding: 0 30px;
    border-bottom: 7px solid #56b0d2;
}
.three-block-info{
    padding: 0 30px;
    border-bottom: 7px solid #2a88c9;
}
span.under {
    width: 64px;
    background: #6cc8df;
    height: 4px;
    display: block;
    margin: 15px 0;
}
span.under-white {
    width: 64px;
    background: #ffffff;
    height: 2px;
    display: block;
    margin: 15px 0;
}

/* =========================================== SERVISE =====================================*/

p.title-ser {
    font-size: 20px;
    font-weight: 400;
}
.dop-text-ser {
    font-size: 14px;
    color: #636262;
}


/* ============================ WELCOME ==================================================*/

.welcome {
    background-image: url(/assets/images/full2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 49px;
    padding: 74px 0px 89px 0px;
    color: #fff;
}
.btn-welcome {
    color: #2a93c9;
        padding: 21px 50px;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    font-weight: 700;
    border: none;
    transition: all .5s;
    background-color: #fff;
}
.btn-welcome:hover{
    color: #ffffff;
    background-color: #2a93c9;
}

/* ================================== OTDELENIYA =======================================*/

.item-napr {
    display: inline-block;
    width: 100%;
    text-align: center;
    min-height:320px;
    padding: 15px;
    margin-bottom: 30px;
    transition:all 0.5s;
}
.item-napr img{
    min-width:130px;
}
.item-napr a:hover{
    text-decoration:none;
}
.item-napr:hover{
    box-shadow: 5px 5px 50px 0px rgba(6,30,52,0.11);
}
p.title-nap {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0 0;
    transition:all 0.5s;
}
.title-nap:hover{
    color: #2a93c9;
}
p.dop-text-napr {
    color: #595757;
    margin-top: 10px;
}
.title-item-napr-sub{
    font-size:20px;
    font-weight:800;
}
.item-napr-sub{
    margin-bottom:15px;
}
.item-napr-sub img{
    width:100%;
}


/* ==================================== OTZYV ===================================*/

.otz {
    display: inline-block;
    width: 100%;
    background-image: url(/assets/images/fullwidth-img-2.jpg);
    background-position: center center;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 60px 0 100px;
}
.item-otz {
    display: inline-block;
    width: 100%;
    padding: 40px;
}
.item-otz a:hover{
    text-decoration:none;
}
#reviews .owl-next{
        position: absolute;
    top: 50px;
    right: 0;
    color: #56b0d2;
    font-size: 60px;
}
#reviews .owl-prev{
        position: absolute;
    top: 50px;
    left: 0;
    color: #56b0d2;
    font-size: 60px;
}
p.title-otz {
    font-size: 24px;
    font-weight: 800;
    color:#000;
    margin-bottom: 20px;
}
.body-otz {
    font-size: 20px;
    font-weight: 600;
    color: #2a93c9;
}
.btn-otz {
    color: #2a93c9;
        padding: 20px 40px;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    font-weight: 700;
    border: none;
    transition: all .5s;
    background-color: #fff;
}
.btn-otz:hover{
    color: #ffffff;
    background-color: #2a93c9;
}

/* =============================== PERSONAL ==================================*/

.item-pers {
    display: inline-block;
    width: 25%;
    float: left;
    transition:all 0.5s;
    position: relative
}
.item-pers-sub {
    display: inline-block;
    width: 100%;
    transition:all 0.5s;
    margin-bottom:30px;
    position: relative
}
.item-pers-sub>.img-pers>img{
    width:100%;
}
.img-pers{
     position: relative
}
.over a{
    color:#fff;
}
.over {
    transition:all 0.5s;
    opacity:0;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.47);
    padding: 50%;
    font-size: 24px;
}
.img-pers:hover .over{
    opacity:1;
}


.over-stat a{
    color:#fff;
}
.over-stat {
    transition:all 0.5s;
    opacity:0;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.47);
    padding:30%  50%;
    font-size: 24px;
}
.img-pers:hover .over-stat{
    opacity:1;
}




.item-pers img{
    width:100%;
}
.item-pers:hover{
    box-shadow: 8px 8px 60px rgba(6,30,52,.1);
}
.item-pers-sub:hover{
    box-shadow: 8px 8px 60px rgba(6,30,52,.1);
}
.body-pers {
    padding: 30px 25px 40px;
}
.item-pers-sub>.body-pers {
    padding: 30px 25px 20px;
}
.body-pers span {
    color: #b5b9bb;
    text-transform: uppercase;
    font-size: 12px;
}
p.name-pers a {
    font-size: 20px;
    color: #000;
    transition:all 0.5s;
}
.name-pers a:hover{
    color:#2a93c9;
    text-decoration:none;
}
.cont-pers,.cont-pers a{
    color:#b5b9bb;
    transition:all 0.5s;
}
.cont-pers a:hover{
    color:#2a93c9;
    text-decoration:none;
}


/* ======================================= CONTACT FORM ==============================*/


.blue-white{
    display:inline-block;
    width:100%;
    margin: 0 -15px -10px;
}
.contact-form {
    display: inline-block;
    width: 100%;
    padding:15px;
    background-color: #56b0d2;
}
.contact-form img {
    height: 477px;
}
.title-contact{
    color:#fff;
    font-weight:800;
}
.select-contact,.input-contact {
    color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255,255,255,0.3);
    background: 0 0;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    border-radius: 0;
}
.btn-form{
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #42474c;
    background-color: #ffffff;
    
    padding:20px 50px;
}
.btn-form:hover{
    color: #ffffff;
    background-color: rgb(150,240,255);
}
.input-contact::-webkit-input-placeholder { color:rgba(255, 255, 255, 0.6); }

.last-news{
    display: inline-block;
    width: 100%;
    padding:0;
}
.last-news hr{
    margin:10px 0;
}
.title-last-news{
    font-weight:800;
}

.title-news a{
    color:#2a93c9;
    font-size:24px;
    transition:all 0.5s;
}
.title-news a:hover{
    color:#000;
    text-decoration:none;
}
.item-last-new span{
    color:rgb(143,147,149);
    font-size:12px;
}
.item-last-new span i{
    color:#56b0d2;
}

/* ============================== FOOTER =========================*/

footer {
    background: #919ba6;
    padding: 60px 0 20px;
}

span.under-white-footer {
    width: 64px;
    background: rgb(255,255,2555,0.5);
    height: 2px;
    display: block;
    margin: 15px 0;
}
.footer-title{
    color:#fff;
    font-weight:600;
}
footer p{
    color:#fff;
    font-size:16px;
}
.footer-list li{
    margin-top:6px;
}
.footer-list li a{
    font-size:18px;
    color:#fff;
    transition:all 0.5s;
}
.footer-list li a:hover, .footer-soc li a i:hover{
    color:#2a93c9;
    text-decoration:none;
}
.footer-soc li a i {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}


/* ============================ PAGE-CONTACTS ================================*/

.page-contacts p{
    color:#000;
    font-weight:600;
    font-size:14px;
}
.page-contacts img{
    width:100%;
}
.contacts{
    -webkit-box-shadow: -2px 2px 13px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    -2px 2px 13px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         -2px 2px 13px 0px rgba(50, 50, 50, 0.75);
    padding:15px;
    display: inline-block;
    width: 100%;
}
p.contacts-page-link-mail a {
    text-decoration: underline;
    font-size:16px;
}
.contacts-page-link-soc li a {
    font-size: 40px;
    margin: 0 15px;
}
.contacts>table>tbody>tr>td {
    border: none;
    font-weight: 600;
}
p.title-first.text-center {
    font-size: 26px;
    font-weight: 800;
}
.btn-blue {
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    transition:all 0.5s;
    border-radius: 0;
    background-color: #56b0d2;
    padding: 20px 50px;
}
.form.contacts .form-control {
    border-color: #56b0d2;
    border-radius: 0;
}

/* =========================== SIDEBAR =-===============================*/

.sidebar {
    -webkit-box-shadow: -2px 2px 13px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: -2px 2px 13px 0px rgba(50, 50, 50, 0.75);
    box-shadow: -2px 2px 13px 0px rgba(50, 50, 50, 0.75);
    padding: 30px 20px;
    display: inline-block;
    width: 100%;
}
.sidebar ul li {
    list-style-type: none;
        margin-bottom: 15px;
}
.sidebar ul {
    padding-left: 0;
}
.sidebar ul li .part1 {
    display: inline-block;
    float: left;
    width: 10%;
}
.sidebar ul li .part2{
    display: inline-block;
    width: 90%;
    float: left;
} 
.sidebar ul li .part2 a {
    font-size: 18px;
    color: #4fa5c8;
}

/* ============================= FOTOGALLERY ==============================*/


.item-foto {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    height: 265px;
}
.item-foto p {
    font-size: 16px;
    font-weight: 600;
}
.item-foto a {
    position: relative;
    display: inline-block;
    width: 100%;
}
span.over-foto {
    position: absolute;
    width: 100%;
    height: 235px;
    background: rgba(0, 0, 0, 0.48);
    z-index: 1;
    opacity:0;
    transition:all 0.5s;
    top: 0;
    font-size: 28px;
    text-align: center;
    padding-top: 100px;
    color: #fff;
}
.item-foto img{
    width:100%;
    transition:all 0.5s;
}
.over-foto:hover {
    opacity:1;
}


/* =============================== PRICE_LIST====================================*/

.price {
    -webkit-box-shadow: -2px 2px 13px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: -2px 2px 13px 0px rgba(50, 50, 50, 0.75);
    box-shadow: -2px 2px 13px 0px rgba(50, 50, 50, 0.75);
}
.price table {
    font-weight: 600;
}
.price table thead tr th {
    color: #56b0d2;
    padding: 10px 15px;
    font-size: 16px;
}
.price table tbody tr td {
    padding: 10px 15px;
}
.price table tbody tr .podtitle {
    color: #000;
    background:#e4e4e4;
    padding: 15px;
    font-size: 16px;
}




/* ================================ MOBILE ==================================== */

@media (max-width:1280px){
    .info-slider {
        top: 170px;
    }
}

@media (max-width:1024px){
    .big-phone {
        font-size: 28px;
    }
    .item-napr {
        min-height: 300px;
    }
    .item-pers-sub {
        min-height: 450px;
    }
    .menu-napr {
        height: 220px !important;
        margin-bottom: 15px;
        min-height: 0;
    }
    
    .info-slider {
        top: 230px;
    }
    p.big-title {
        font-size: 40px;
        line-height: 35px;
    }
    p.small-title{
        font-size: 30px;
        line-height: 20px;
    }
    
    
    
}
@media (max-width:420px){
    .top-info span {
       margin: 5px 0;
    }
    .main-menu {
        position: relative;
        background: #6cc8df;
    }
    .info-block {
        margin-top: 0;
    }
    .item-napr {
        min-height:0;
    }
    p.title-otz {
        font-size: 20px;
    }
    .body-otz {
        font-size: 18px;
    }
    .item-pers {
        width: 100%;
        
    }
    .soc-top {
        margin: 5px 0;
    }
    .top-info span {
        font-size: 9px;
    }
    .info-block>div {
        min-height:0;
        padding-top: 15px;
    }
    .big-phone {
        font-size: 22px;
    }
    .blue-white {
        margin: 0;
    }
    .contact-form img {
        height: auto;
    }
    .contact-form {
        margin-bottom: 30px;
    }
    .contacts {
        font-size: 12px;
    }
    .welcome {
        background-color: #bac3d4;
        background-image: none;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .logo img {
        width: 220px;
    }
    .info-block>div {
        padding:15px 0;
    }
}