/*
© 2016–2017. Команда разработчиков seo24.by
Email: info@ultron.pro
Site: //seo24.by/
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,300,700,700italic,500&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,400italic,500,700,700italic&subset=latin,cyrillic);
@import url(animate.css);
@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(jquery.fancybox.css);
@import url(settings.css);
@import url(jquery-ui.css);
@import url(lightgallery.min.css);

.hide {
    display: none;
    visibility: hidden;
}

.element-img {
	background-repeat: no-repeat !important;
}

.aside-menu-title{
    font-size:18px;
    text-align:center;
    color:#fff;
        background: #03A9F5;
    padding:10px 0;
}


.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
   
}

.nav>li {
    position: relative;
    display: block;

    background: rgb(250, 250, 250);
}
.nav>li:hover{

    
}


.nav>li>a {
     
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    color: #000;
}
.nav>li.active{
    background-color: #eee;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
    
}

body{
    font-size: 14px;
    line-height: 1.6;
    color: #505050;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}
.main-wrapper{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px auto;
    background: #fff;
}
.footer-wrapper {
    min-height: 60px;
    max-width: 100%;
    margin: 0 auto;
    background: #0D0D0D;
    color: #FFFFFF;
    padding: 20px 0;
}
.footer-push{
    height: 60px;
    margin: 0;
    padding: 0;
}
ul.list,
ol.list{
    margin-bottom: 30px;
}
ol.list{
    list-style: inside decimal;
    margin-left: -16px;
}
ol.list li > ol,
ol.list li > ul{
    padding-left: 16px !important;
}
ul.list > li,
ol.list > li{
    position: relative;
    padding-left: 16px;
    margin-bottom: 10px;
}
ul.list > li:before{
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    background: #03A9F5;
    width: 5px;
    height: 5px;
}

ul.list ul,
ol.list ul{
    padding-top: 20px;
    margin-bottom: 20px;
}
blockquote {
    position: relative;
    margin: 30px 0;
    padding: 2px 0 5px 20px;
    border-left: 1px solid #FFBB02;
    text-align: left;
    color: #5F5F5F;
    font-size: 14px;
    font-style: italic;
}
h1,
.title-h1{
    font-family: 'Ubuntu', sans-serif;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
}
h2,
.title-h2{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: normal;
}
h3,
.title-h3{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 27px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: normal;
}
h4,
.title-h4{
    font-family: 'Ubuntu', sans-serif;
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 500;
}
h5,
.title-h5{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 500;
}
h6,
.title-h6{
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 500;
}
.middle h1,
.middle .title-h1,
.middle h2,
.middle .title-h2,
.middle h3,
.middle .title-h3,
.middle h4,
.middle .title-h4,
.middle h5,
.middle .title-h5,
.middle h6,
.middle .title-h6{
    color: #000;
}
@media only screen and (min-width: 768px){
    h1.min, 
    .title-h1.min {
        font-size: 30px;
    }
}
.green{
    color: #308502;
}
.blue{
    color: #03A9F5;
}
.red{
    color: #FF4632;
}
.white{
    color: #fff;
}
.white-center {
    color: #fff;
    text-align: center;
font-size: 12px;}
.white-center a {
    color: #AC19A1;
	font-size: 22px;}
.black{
    color: #353535;
}
p{
    margin-bottom: 20px;
}
a{
    color: #03A9F5;
    text-decoration: none;
}
a:hover{
    color: #0076CA;
}
a:focus{
    outline: none;
}
.button{
    display: inline-block;
    text-decoration: none;
    color: #353535;
    background: #FFD740;
    font-size: 16px;
    padding: 12px 30px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    border: 1px solid #FFD740;
    border-radius: 3px;
}
.button:hover{
    background: #03A9F5;
    border-color: #03A9F5;
    color: #fff;
}
.button.block{
    display: block;
    width: 100%;
}
.button.min,
.button.mini{
    font-size: 14px;
    padding: 6px 15px;
}
.button.big{
    padding: 14px 60px;
}
.button.invert{
    background: #03A9F5;
    border-color: #03A9F5;
    color: #fff;
}
.button.invert:hover{
    color: #0D0D0D;
    background: #FFD740;
    border-color: #FFD740;
}
.form-group{
    position: relative;
}
.modal {
    display: none;
    width: 460px;
    max-width: 100%;
    background: #fff;
    padding: 55px 25px 35px;
}
#responseMessage .modal-content.error{
    color: #FF4632;
}
.box{
    display: none;
}
.box.visible{
    display: block;
}
.close{
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 300;
    width: 26px;
    height: 26px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close:before{
    content:"";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #F02A29;
}
.close:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #F02A29;
}
/**************************************/
.important{
    background: #4A4A4A;
    padding: 5px 15px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
}
.header-push{
    height: 75px;
}
.header-wrapper{
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    line-height: 1.4;
}
.header-panel{
    background: #F2F5F6;
    color: #7E7E7E;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    overflow: hidden;
}
.header-panel a{
    color: #03A9F5;
}
.header-panel a:hover{
    color: #03A9F5;
}
.header-tel {
	color: #03A9F5;
    letter-spacing: 0.5px;
    font-size: 1.4em;
}
.phone-mts {
    display: inline-block;
    width: 77px;
    height: 24px;
    background: url(/images/mts-logo.png);
    vertical-align: top;
    margin: 12px 5px;
}
.phone-vel {
    display: inline-block;
    width: 77px;
    height: 24px;
    background: url(/images/vel-logo.png);
    vertical-align: top;
    margin: 12px 5px;
}
.content li {
    list-style: outside url(/images/li.png) disc;
    margin: 10px 0px 5px 50px;
    padding: 0 0 0 5px;
}
.header-tel .fa,
.header-email .fa{
    margin-right: 3px;
}
.shedule span{
    margin-right: 10px;
}
.shedule span:last-of-type{
    margin-right: 0;
}
.shedule .fa{
    margin: 0 5px 0 0;
    font-size: 16px;
    vertical-align: middle;
    color: #03A9F5;
}
.header > div{
    display: inline-block;
}
.social{
    padding-right: 15px;
}
.social a{
    margin-left: 13px;
    font-size: 18px;
    color: #03A9F5;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.social a:hover{
    color: #0D0D0D;
}
.logo{
    margin-top: 2px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.mob-menu-btn{
    margin: 17px 5px 0 20px;
}
.mob-menu-btn span{
    display: block;
    height: 3px;
    margin-bottom: 4px;
    width: 30px;
    background: #0d0d0d;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -400px;
    background: #03A9F5;
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    overflow-y: scroll;
    padding-top: 54px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.mobile-menu.open {
    right: 0;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.mobile-menu.open + .overlay {
    z-index: 400;
    opacity: 1;
}
.mobile-menu > ul > li {
    position: relative;
    border-bottom: 1px solid #0087c5;
}
.mobile-menu > ul > li:first-of-type{
    border-top: 1px solid #0087c5;
}
.mobile-menu > ul > li.down > a {
    padding-right: 60px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 48px;
    z-index: 10;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 13px;
    left: 16px;
    border-bottom: 1px solid #006898;
    border-right: 1px solid #006898;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.mobile-menu .dropdown-button.active:before{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 19px;
}
.mobile-menu > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 13px 20px 10px;
    text-transform: uppercase;
}
.mobile-menu > ul  > li.active > a,
.mobile-menu > ul > li > ul > li.active > a,
.mobile-menu ul ul ul .active a{
    color: #ffca00;
}

.mobile-menu > ul > li > ul > li > a,
.mobile-menu ul ul ul a{
    display: block;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 10px 10px 10px 40px;
    color: #FFFFFF;
    position: relative;
}
.mobile-menu > ul > li > ul > li > a:before,
.mobile-menu ul ul ul a:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 17px;
    left: 20px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-menu ul ul ul{
    margin-bottom: 10px;
}
.mobile-menu ul ul ul a{
    padding: 6px 10px 6px 55px;
    font-size: 13px;
}
.mobile-menu ul ul ul a:before{
    left: 40px;
    top: 13px;
}
.mobile-menu-close.close {
    top: 26px;
    right: 10px;
}
.mobile-menu-close.close{
    top: 15px;
    right: 15px;
}


.callback-btn{
    padding: 0 30px;
    height: 64px;
    line-height: 64px;
    display: block;
    position: relative;
    text-decoration: none;
    background: #FFBB02;
    float: right;
    font-family: 'Helios';
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    letter-spacing: 0.5px;
}
.callback-btn .fa{
    margin: 0 4px 0 0;
    vertical-align: middle;
    font-size: 20px;
}
.callback-btn:hover{
    color: #fff !important;
    background: #FF4229 !important;
}
.mobile-menu .callback-btn{
    float: none;
    height: auto;
    line-height: 1;
    padding: 10px 20px;
    display: inline-block;
    margin-left: 20px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    font-weight: normal;
}
.gray-bg{
    background: #F6F6F7;
}
.hr-min{
    width: 100px;
    margin: 30px auto;
}
.weight300{
    font-weight: 300;
}
.num-section{
    background: url(../images/num-section-xs.jpg) 0 0 no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}
.ie .num-section{
    background-attachment: scroll;
}
.num-section:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}
.num-section .container{
    position: relative;
    z-index: 10;
}
.num-section .num{
    font-size: 50px;
    line-height: 1;
    color: #03a9f5;
    opacity: 0;
}
.num-section .num.animated{
    opacity: 1;
}
.base-template .num-section{
    background: url(../images/gray-bg2.png);
    color: #000;
}
.base-template .num-section:after{
    display: none;
}
hr{
    border-color: #e3e3e4;
}
hr.white{
    border-color: #fff;
}
.clear-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
}
/*.services-section .element{
    padding-left: 60px;
    margin-bottom: 40px;
}*/
.services-section .element {
    margin-bottom: 40px;
    text-align: center;
    padding: 15px 0px 0px 0px;
}
.services-section .element .title{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}
.services-section .element .text{
    font-size: 13px;
}
.services-section .element .img-wrapper{
   /* position: absolute;*/
    top: 0;
    left: 0;
    background: #fff;
}
/*------------------------------
	Google Map
------------------------------*/

.map-section{
    height: 290px;
    overflow: hidden;
}
.map-section iframe{
    width: 100% !important;
    max-width: 100%;
    height: 300px !important;
}

@media only screen and (min-width: 768px) {
    .map-section{
        height: 380px;
    }
    .map-section iframe{
        height: 390px !important;
    }    
}

@media only screen and (min-width: 992px) {
    .map-section{
        height: 480px;;
    }
    .map-section iframe{
        height: 490px !important;
    }    
}

/*------------------------------
	END Google Map
------------------------------*/
.quest-section{
    background: url(../images/dark-mosaic.png);
}
.quest-section span{
    display: block;
    margin-bottom: 10px;
}

/* review-section begin */

.review-section{
    background: url(../images/gray-bg.png) 50% 0 no-repeat;
    background-size: cover;
}
.reviews-carousel > div,
.rev-prev-carousel > div{
    position: fixed;
    top: -10000px;
}
.reviews-carousel > div:first-of-type,
.reviews-carousel.slick-initialized > div,
.rev-prev-carousel > div:first-of-type,
.rev-prev-carousel.slick-initialized > div{
    position: relative;
    top: 0;
}
.reviews-carousel .item .element{
    width: 820px;
    max-width: 100%;
    padding: 30px 20px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
}
.reviews-carousel .item .element:after{
    content:"";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -10px ;
    left: 50%;
    margin-left: -10px;
    background: #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.reviews-carousel .item .element .text{
    padding: 0 30px;
    position: relative;
}
.reviews-carousel .item .element .text:after{
    content:"\f10e";
    font: normal normal normal 18px/1 FontAwesome;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #03A9F5;
}
.reviews-carousel .item .element .text:before{
    content:"\f10d";
    font: normal normal normal 18px/1 FontAwesome;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #03A9F5;
}
.rev-prev-carousel-wrapper{
    width: 390px;
    margin: auto;
    max-width: 100%;
}
.rev-prev-carousel .item{
    padding: 0 5px;
}
.rev-prev-carousel img{
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.rev-prev-carousel img:hover{
    opacity: 0.8;
}


@media only screen and (min-width: 768px) {
    .reviews-carousel .item .element{
        padding: 40px 30px;
    }
}
/* review-section end */



/* guarantee-section begin */
.guarantee-section{
    background: url(../images/gray-bg2.png);
}
.was-it-was img{
    display: block;
    width: 100%;
}
.it-was{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.it-was-inner{
    height: 100%;
}
.ui-slider-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: 100%;
}
.ui-slider-wrapper .ui-widget-content{
    border: none;
    background: transparent;
    height: 100%;
    margin-top: -15px;
}
.ui-slider-wrapper .ui-slider .ui-slider-handle{
    background: url(../images/handle.png) 50% 50% no-repeat;
    width: 48px;
    height: 48px;
    border: none;
    cursor: pointer;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
}
.ui-slider-wrapper .ui-slider .ui-slider-handle:after{
    content:"";
    display: block;
    position: absolute;
    width: 3px;
    height: 300px;
    top: -125px;
    left: 50%;
    margin-left: -1px;
    background: #fff;
}

.wat-is-was-inner{
    margin-bottom: 10px;
}
.it-was-inner img{
    height: 100%;
    width: auto;
    max-width: none;
}
@media only screen and (min-width: 1240px) {
    .was-it-was img{
        width: 659px;
        max-width: none;
        margin-left: -70px;
    }
    .ui-slider-wrapper {
        margin-left: -244px;
        width: 428px;
    }
    .ui-slider-wrapper .ui-slider .ui-slider-handle:after{
        height: 410px;
        top: -185px;
    }
}


/* guarantee-section end */

.application-inner .element{
    padding: 30px 20px 20px;
    border-radius: 3px;
    border: 2px solid #E6E6E6;
    margin-bottom: 30px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.application-inner .element .title{
    line-height: 1.2;
    margin-bottom: 5px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.application-inner .element .button.fancyboxModal{
    position: relative;
    z-index: 10;
}
.application-inner .element:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-color: transparent;
}
.application-inner .element:hover .title{
    color: #03A9F5;
}

@media only screen and (min-width: 768px){
    .application-inner .element{
        min-height: 300px;
    }  
    .application-inner .element .img-wrapper{
       /* height: 84px;*/
        overflow: hidden;
    }
    .application-inner .element .title{
        height: 73px;
        overflow: hidden;
    }
    .application-inner .element .text{
        height: 60px;
        overflow: hidden;
    }
    .application-inner > .row > hr:nth-of-type(2n){
        clear: both;
    } 
}

@media only screen and (min-width: 1240px) {

    .application-inner > .row > hr:nth-of-type(2n){
        clear: none;
    }
}




/* contacts-section  begin*/
.contacts-section > .container{
    z-index: 10;
}
.feedback-block .form-control{
    border-color: transparent;
    margin-bottom: 10px;
    height: 45px;
    border-radius: 4px;
}
.feedback-block .form-control.error{
    border-color: #FF1A00;
}
.contacts-block .element{
    color: #000;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.contacts-block .element .fa{
    display: inline-block;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 2px;
    color: #03A9F5;
}

@media only screen and (min-width: 768px){
    .contacts-section:after{
        content:"";
        display: block;
        position: absolute;
        width: 51%;
        height: 100%;
        top: 0;
        right: 0;
        background: #F4F4F4;
    } 
}

@media only screen and (min-width: 992px){
    .contacts-section:after{
        width: 55%;
    }     
}   

@media only screen and (max-width: 767px){
    .feedback-block{
        padding: 60px 15px;
        background: #F4F4F4;
        margin: 0 -15px;
    }    
}

/* contacts-section end */

























/**************************************************   MEDIA QUERIS   *****************************************************/

@media only screen and (max-width: 1239px) {

}
@media only screen and (max-width: 991px) {
    .slick-dots{
        padding-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .f36{
       font-size: 30px;
       line-height: 1.2;     
    }
    h1,
    .title-h1{
        font-size: 30px;
        line-height: 1.2;
    }
    h2,
    .title-h2{
        font-size: 30px;
        line-height: 1.2;
    }
    h3,
    .title-h3{
        font-size: 24px;
        line-height: 1.2;
    }
}

@media only screen and (min-width: 768px) {
    .flex-sm{
        display: flex;
    }
    .flex-sm > div{
        height: auto;
    }
    .modal {
        padding: 55px 40px 40px;
    }
    .mobile-tab-header {
        display: none;
    }
    ul.tabs.mobile {
        display: block !important;
        margin: 0;
    }
    .box {
        padding: 0 15px;
    }
    h1,
    .title-h1{
        font-size: 40px;
    }
    .services-section hr:nth-of-type(2n){
        clear: both;
    }
    .quest-section span{
        vertical-align: top;
        margin-right: 30px;
        display: inline;
        margin-bottom: 0;
    }
}


@media only screen and (min-width: 992px){
    .box {
        padding: 0 20px;
    }
    
    .logo{
        margin-left: 0;
        margin-top: 15x;
    }
    .services-section hr:nth-of-type(2n){
        clear: none;
    }
    .services-section hr:nth-of-type(3n){
        clear: both;
    }
    .num-section{
        background: url(../images/num-section.jpg) 0 0 no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
}


@media only screen and (min-width: 1240px) {
    ul.tabs.mobile li{
        padding: 18px 90px;
    }
    h1.big,
    .title-h1.big{
        font-size: 80px;
        line-height: 1;
        margin-bottom: 50px;
    }
}

/* top slider */
.top-slider{
    overflow: hidden;
    height: auto;
}
.top-slider .slick-dots {
    position: absolute;
    bottom: 25px;
}
.top-slider .slick-dots li{
    border-color: #fff !important;
}
.top-slider .slick-dots li.slick-active{
    background-color: #fff !important;
}
.top-slider .item{
    overflow: hidden;
    height: 350px;
    position: relative;
}
.top-slider .item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
.top-slider .table{
    position: relative;
    z-index: 10;
}
.top-slider .item .title{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 1.8em;
    line-height: 1.3;
    margin-bottom: 15px;
    max-width: 700px;
	}
.title{
	padding: 5%;
}
.top-slider .item .text{
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
    max-width: 700px;
}

@media only screen and (min-width: 1400px) {
    .pk-img{
        max-width: 650px;
        margin-left: -60px; 
    }    
}


@media only screen and (max-width: 991px) {
    .top-slider .item .button{
        padding: 8px 15px;
    }    
}
@media only screen and (min-width: 768px) {
    .top-slider .item:before {
        display: none;
    }
    .top-slider .item .title{
        font-size: 2.4em;
    }
    .top-slider{
        height: 400px;
    }
    .top-slider .item{
        height: 400px;
    }
    .header-push{
        height: 100px;
        -webkit-transition: all 200ms ease-out;
    	-moz-transition: all 200ms ease-out;
    	-o-transition: all 200ms ease-out;
    	transition: all 200ms ease-out;
    }
    .header-wrapper{
        height: 100px;
        -webkit-transition: all 200ms ease-out;
    	-moz-transition: all 200ms ease-out;
    	-o-transition: all 200ms ease-out;
    	transition: all 200ms ease-out;
    }
    .header-wrapper.hPanelHide{
        top: -50px;
    }
}
@media only screen and (min-width: 992px) {
    .header-wrapper{
        height: 150px;
    }
    .header-push{
        height: 150px;
    }
    .top-slider .item .title{
        font-size: 3em;
        margin-bottom: 30px;
    }
    .top-slider .item .text{
        margin-bottom: 45px;
    }
    .top-slider{
        height: 520px;
    }
    .top-slider .item{
        height: 520px;
    }
    .header-wrapper.hPanelHide{
        top: -80px;
    }
    .header-wrapper.hPanelHide .logo{
        margin-top: 25px;
    }
}




@media only screen and (min-width: 1240px) {
   .top-slider .item .title {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 16px;
    max-width: 800px;
}
    .top-slider .item .text{
        margin-bottom: 45px;
    }
}

/* end top slider */

/* Action */

.action-section .title{
    line-height: 1.3;
}
.action-section .row{
    display: flex;
}
.action-section .row > div {
    height: auto;
    text-align: center;
}
.countdownHolder{
    position:relative;
    line-height:36px;
    margin: 0;
}
.countdownHolder > span:nth-of-type(odd){
    color: #03A9F5;
    width: 50px;
    padding: 7px 5px;
    background-color:#fff;
    border: 2px solid #EBEBEB;
    border-radius:3px;
    text-align:center;
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size:24px;
}
.countdownHolder > span:nth-of-type(odd):after{
    content:"";
    display: block;
    position: absolute;
    top: 16px;
    right: -16px;
    color: #2E3841;
    width: 4px;
    height: 18px;
    background: url(../images/colon.png) 0 0 no-repeat;
}
.countdownHolder > span.countSeconds:after{
    display: none;
}
.countDiv{
    display:inline-block;
    width:22px;
}
.countDays:before,
.countHours:before,
.countMinutes:before,
.countSeconds:before{
    position:absolute;
    display:block;
    width: 50px;
    text-align: center;
    left:-2px;
    bottom: -32px;
    content:'дней';
    color:#8C8C8C;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
}
.countDays:before{
    content:'дней';
}
.countHours:before{
    content:'часов';
}
.countMinutes:before{
    content:'минут';
}
.countSeconds:before{
    content:'секунд';
}

.action-form-box{
    width: 800px;
    margin: auto;
    max-width: 100%;
}

@media only screen and (min-width: 768px){
.countdownHolder > span:nth-of-type(odd){
    width: 60px;
}
.countDays:before,
.countHours:before,
.countMinutes:before,
.countSeconds:before{
    width: 60px;
}    
}

@media only screen and (min-width: 992px){  
    .header-wrapper.hPanelHide .top-menu{
        padding-top: 40px;
    }
    .countdownHolder > span:nth-of-type(odd){
        width: auto;
        font-size: 42px;
        padding: 15px 12px;
    }
    .countDays:before,
    .countHours:before,
    .countMinutes:before,
    .countSeconds:before{
        width: 74px;
        bottom: -38px;
    }
    .countdownHolder > span > span{
        display: block;
        float: left;
    }
    .countdownHolder > span:nth-of-type(odd):after{
        top: 24px;
        right: -15px;
    }

    .top-menu{
        padding-top: 31px;
        float: right;
        -webkit-transition: all 200ms ease-out;
    	-moz-transition: all 200ms ease-out;
    	-o-transition: all 200ms ease-out;
    	transition: all 200ms ease-out;
    }
    .top-menu > ul > li{
        display: inline-block;
        margin: 0 5px;
        position: relative;
    }
    .top-menu > ul > li > a{
        display: inline-block;
        font-size: 14px;
        color: #0D0D0D;
        -webkit-transition: all 200ms ease-out;
    	-moz-transition: all 200ms ease-out;
    	-o-transition: all 200ms ease-out;
    	transition: all 200ms ease-out;
        padding: 6px 10px;
        border: 1px solid transparent;
        border-radius: 3px;
    }
    .top-menu > ul > li:hover > a,
    .top-menu > ul > li.active > a{
        border-color: #FFD740;
    }
    .top-menu > ul > li:last-of-type{
        margin-right: 0;
    }
    
    .top-menu > ul > li > ul{
        position: absolute;
        width: 240px;
        top: 30px;
        padding-top: 22px;
        left: 0;
        -webkit-animation-duration: 0.2s;
        -moz-animation-duration: 0.2s;
        -o-animation-duration: 0.2s;
        -ms-animation-duration: 0.2s;
        animation-duration: 0.2s;
        text-align: left;
        z-index: 100;
    }
    .top-menu > ul > li:last-of-type > ul{
        left: auto;
        right: 0;
    }
    .top-menu > ul > li:last-of-type > ul > li:first-of-type:before {
        left: auto;
        right: 15px;
    }
    .top-menu > ul > li > ul > li > a{
        background: #21282e;
        padding: 12px 10px 12px 10px;
        border-top: 1px solid #171b1f;
        display: block;
        font-size: 14px;
        line-height: 18px;
        color: #ffffff;
        text-decoration: none;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        position: relative;
        z-index: 10;
    }
    .top-menu > ul > li > ul > li:first-of-type:before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        background: #21282e;
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(45deg);
        position: absolute;
        left: 15px;
        top: -5px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .top-menu > ul > li > ul > li:first-of-type > a{
        border-top: none;
    }
    .top-menu > ul > li > ul > li:hover > a,
    .top-menu > ul > li > ul > li.active > a {
        background: #171b1f;
    }
    .top-menu ul ul ul ul{
        display: none !important;
    }
    .top-menu ul ul ul{
        position: absolute;
        top: 0;
        left: 240px;
        width: 240px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 200ms ease-out;
    	-moz-transition: all 200ms ease-out;
    	-o-transition: all 200ms ease-out;
    	transition: all 200ms ease-out;
    }
    .top-menu ul ul li{
        position: relative;
    }
    .top-menu ul ul li.uWithSubmenu > a{
        padding-right: 50px;
    }
    .top-menu ul ul li.uWithSubmenu > a:after{
        content:"";
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        top: 50%;
        right: 15px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -5px;
    }
    .top-menu ul ul li:hover ul{
        visibility: visible;
        opacity: 1;
    }
    .top-menu ul ul ul a{
        background: #21282e;
        padding: 12px 10px 12px 10px;
        border-top: 1px solid #171b1f;
        display: block;
        font-size: 14px;
        line-height: 18px;
        color: #ffffff;
        text-decoration: none;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        position: relative;
        z-index: 10;
    }
    .top-menu ul ul li:last-of-type > ul > li:first-of-type > a{
        border-top: none;
        border-left: none;
    }
    .top-menu ul ul ul li:hover a,
    .top-menu ul ul ul li.active a{
        background: #171b1f;
    }

    .mobile-menu,
    .overlay{
        display: none;
    }
 
}

/* End action */


@-webkit-keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownSmall {
    -webkit-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall;
}
@keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@-webkit-keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.fadeOutUpSmall {
    -webkit-animation-name: fadeOutUpSmall;
    animation-name: fadeOutUpSmall;
}










/************************* accordeon **************************/
.accordeon-section{
    box-shadow: 0 2px 0 #e6e6e6;
    overflow: hidden;
}
.accordeon .element-content{
    display: none;
    padding: 20px;
    font-size: 13px;
    color: #0D0D0D;
    border: 2px solid rgba(0,0,0,0.1);
    margin-bottom: 12px;
    border-top: none;
    border-radius: 0 0 3px 3px;
}
.accordeon .element{
    margin-bottom: 2px;
    background: #fff;
}
.accordeon .element .title{
    cursor: pointer;
    padding: 12px 12px 12px 50px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.5px;
    position: relative;
    color: #8C8C8C;
    background: #F4F4F4;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    border-radius: 3px;
}
.accordeon .element.active .title{
    background: #03A9F5;
    color: #fff !important;
    border-radius: 3px 3px 0 0;
}
.accordeon .element .title:before{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 15px;
    border-radius: 3px;
    margin-top: -10px;
    background: url(../images/plus.png) 50% 50% no-repeat #03A9F5;
    color: #fff;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.accordeon .element.active .title:before{
    background: url(../images/minus.png) 50% 50% no-repeat;
}
.accordeon > div:first-of-type .element-content{
    display: block;
}
.accordeon .element .title:hover{
    color: #333333;
}
.accordeon .element.active .title:hover{
    background: #0098DE;
}
.accordeon > div:last-of-type{
    margin-bottom: 0;
}


@media only screen and (min-width: 1240px) {
    .top-menu > ul > li > a{
        font-size: 16px;
        padding: 5px 10px 8px;
    }
    .accordeon-section .img-wrapper{
        position: absolute;
        bottom: 0;
    }
    .accordeon-section .row{
        min-height: 750px;
    }
}



/************************* end accordeon **************************/

/* breadcrumbs */

.breadcrumbs-wrapper{
    padding: 14px 0;
    background: #13A8E0;
    background: -moz-linear-gradient(left, #17C5F8, #1189C6);
    background: -webkit-linear-gradient(left, #17C5F8, #1189C6);
    background: -o-linear-gradient(left, #17C5F8, #1189C6);
    background: -ms-linear-gradient(left, #17C5F8, #1189C6);
    background: linear-gradient(left, #17C5F8, #1189C6);
    color: #fff;
    font-size: 13px;
}
.breadcrumbs-wrapper li{
    display: inline-block;
}
.breadcrumbs-wrapper a{
    color: #fff;
    text-decoration: underline;
    position: relative;
    padding-right: 10px;
    display: inline-block;
}
.breadcrumbs-wrapper a:hover{
    text-decoration: none;
}
.breadcrumbs-wrapper a:after{
    content:"/";
    position: absolute;
    top: 0;
    right: 0;
}
/* end breadcrumbs */


/* preloader begin */
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999999999;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.preloader:after{
    background-color: #03A9F5;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}
.preloader.hid {
    opacity: 0;
    visibility: hidden;
}
@-webkit-keyframes sk-scaleout {
  0% { 
   -webkit-transform: scale(0)
  }
  100% {
   opacity: 0;
   -webkit-transform: scale(1.0);
  }
}
@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    opacity: 0;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/* preloader end */

/* aside-gallery */
.aside-gallery img{
    width: 100%;
}
.lightgallery-link{
    display: block;
    background: rgba(0,0,0,0);
    -webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.lightgallery-link:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/zoom.png) 50% 50% no-repeat;
    background-size: 0 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.lightgallery-link:hover{
    background: rgba(0,0,0,0.5);
}
.lightgallery-link:hover:after{
    background-size: 25px 25px;
}
/* preloader end */


/* vk widget */
#vk_widget, #vk_groups {
    width: 100%;
}
#vk_groups, #vk_groups iframe {
    width: 100% !important;
}
/* vk widget end */


/* table styles */
table.tpl-table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #F5F5F5;
    margin-bottom: 30px;
}
table.tpl-table tr:nth-child(odd) {
    background: #F5F5F5;
}
table.tpl-table td, 
table.tpl-table th {
    padding: 12px 20px;
    border-left: 1px solid #E2E6E7;
    vertical-align: middle;
    color: #5F5F5F;
}
table.tpl-table td:first-child, 
table.tpl-table th:first-child {
    border-left: none;
}
table.tpl-table th{
    color: #000;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    table.tpl-table td, 
    table.tpl-table th {
        padding: 8px 10px;
        font-size: 12px;
    }
}
/* end table styles */



/* aside search begin */
.searchForm {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #E3E3E4;
}
.searchForm [type="text"]{
    border-width: 1px;
    border-radius: 5px;
    height: 45px;
}
.searchForm [type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    background: transparent;
    color: #fff;
    width: 50px;
    color: #C7C7C7;
    text-align: center;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.searchForm [type="submit"]:hover{
    color: #000;
}
/* aside search end */

/* tag-cloud */
.tag-cloud{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E3E3E4;
    overflow: hidden;
    color: #fff;
}
.tag-cloud p{
    color: #000;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 500;
}
.tag-cloud a {
    font-size: 13px !important;
    text-decoration: none;
    display: inline-block;
    padding: 6px 15px 6px;
    border: 1px solid #03A9F5;
    margin: 0 5px 5px 0;
    float: left;
    background: #fff;
    color: #03A9F5 !important;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border-radius: 3px;
    text-transform: lowercase;
    font-weight: normal !important;
}
.tag-cloud a:hover{
    background: #03A9F5;
    color: #fff !important;
}
/* end tag-cloud */




/* aside-news */
.aside-news{
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E3E3E4;
}
.aside-news .element{
    margin-bottom: 15px;
    line-height: 1.4;
}
.aside-news .element-date{
    font-size: 13px;
}
.aside-news .element-date i{
    margin-right: 3px;
}
.aside-news .element a{
    color: #000;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.aside-news .element a:hover{
    color: #03A9F5;
}
.aside-photo{
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E3E3E4;
}
.aside-photo img{
    border-radius: 3px;
}
.aside-photo a{
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    opacity: 1;
}
.aside-photo a:hover{
    opacity: 0.7;
}
/* end aside-news */



.search-element {
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #E3E3E4;
    border-radius: 5px;
}
.search-element .title-h5 b{
    font-weight: normal;
}
.search-element .text{
    color: #8A8A8A;
}
.search-element .text b{
    color: #342E2E;
}
.search-results div[style^='text-align']{
    text-align: left !important;
    padding: 0 0 20px !important;
}
.search-element .text > div{
    display: none;
}



/* news list */

.news-list{
    padding-top: 10px;
}
.news-list .news-list-element{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #F4F4F4;
}
.news-list > div:first-of-type{
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.news-list .news-list-element h4{
    margin-top: -5px;
    margin-bottom: 10px;
}
.news-list .news-list-element h4 a{
    color: #000;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.news-list .news-list-element h4 a:hover{
    color: #03A9F5;
}
.news-list .news-list-element .img-wrapper img{
    border-radius: 4px;
    width: 100%;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    opacity: 1;
    border: 1px solid #F4F4F4;
}
.news-list .news-list-element .img-wrapper img:hover{
    opacity: 0.8;
}
.element-info span{
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 11px;
    color: #B3B3B3;
}
.element-info span i{
    font-size: 14px;
    margin-right: 3px;
}
.element-info a{
    color: #B3B3B3;
}
.element-info a:hover{
    color: #000;
}
.more i{
    position: relative;
    bottom: -1px;
    margin-left: 3px;
}

/* news list end */


/* pagination */
.pagination {
    text-align: left;
    padding-top: 10px;
    margin: 20px 0;
    overflow: hidden;
}
.pagination li{
    display: inline-block;
}
.pagination a,
.pagination span{
    display: inline-block;
    padding: 7px 12px 5px;
    margin-right: 4px;
    line-height: 1.42857143;
    color: #0D0D0D;
    text-decoration: none;
    background-color: #F4F4F4;
    border: none;
    border-radius: 3px;
    font-weight: normal;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.pagination .active a,
.pagination a:hover{
    background: #046FA0;
    color: #fff;
}
/* end pagination */


.article-img {
    border-radius: 5px;
    overflow: hidden;
}
.article-img img {
    border-radius: 5px;
    width: 100%;
}
h1 + .element-info {
    margin: -10px 0 20px;
}
.item-gallery .element {
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.item-gallery > .row > hr:nth-of-type(2n){
    clear: both;
}
@media only screen and (min-width: 992px) {
    .item-gallery > .row > hr:nth-of-type(2n){
        clear: none;
    }
    .item-gallery > .row > hr:nth-of-type(3n){
        clear: both;
    }
}


.comments .ec-message {
    background-color: #f2f5f6;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.comments .ec-message > p > strong{
    color: #000;
}

.comments .alert.alert-success{
    font-size: 16px;
    color: green;
}




/* blog */
.blog .element{
    margin-bottom: 30px;
}
.blog .element .img-wrapper{
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}
.blog .element .title-h5{
    margin-bottom: 10px;
}
.blog .element .text{
    line-height: 1.4;
}
.blog .element .img-wrapper img{
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.blog .element:hover .img-wrapper img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.blog .element:hover .title-h5{
    color: #03A9F5;
}
.blog .element:hover .text{
    text-decoration: underline;
}
.blog .row  > hr:nth-of-type(2n){
    clear: both;
}
@media only screen and (min-width: 1240px) {
   .blog .row  > hr:nth-of-type(2n){
        clear: none;
    } 
    .blog .row  > hr:nth-of-type(3n){
        clear: both;
    }
}

/* end blog */






/* gallery-list */

.gallery-list .element{
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    border-radius: 4px;
    overflow: hidden;
}
.gallery-list .element:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.5), 0 0 5px rgba(0,0,0,0.7);
}
.gallery-list .element .title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    background: rgba(17,138,199, 0.7);
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 500ms ease-out;
        -moz-transition: all 500ms ease-out;
        -o-transition: all 500ms ease-out;
        transition: all 500ms ease-out;
}
.gallery-list .element:hover .title{
    background: rgba(17,138,199, 1);
}

/* end gallery-list */


/* files */
.files-list .element{
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
}
.files-list .element:before{
    content:"\f0f6";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2em;
    line-height: 1;
    font-family: FontAwesome;
}
.files-list .element .title{
    line-height: 1.1;
    margin-bottom: 10px;
    font-weight: 900;
    text-transform: uppercase; 
}
.files-list .element .title span{
    font-weight: normal;
    color: #9A9A9A;
}
.files-list .element .text{
    font-size: 13px;
}
.files-list .element .title a:hover{
    text-decoration: underline;
}

/* end files */



/* articles-list */

.articles-list{
    padding-top: 6px;
}
.articles-list .news-element{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #E3E3E4;
}
.articles-list div:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.articles-list .news-element .img-wrapper{
    border-radius: 5px;
    overflow: hidden;
}
.articles-list .news-element .img-wrapper img{
    width: 100%;
}
.articles-list .news-element .img-wrapper a{
    display: block;
    position: relative;
}
.articles-list .news-element .img-wrapper a:after{
    background: url(../images/link-icon.png) 50% 50% no-repeat rgba(0,0,0,0.7);
    background-size: 0 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 5;
}
.articles-list .news-element .img-wrapper a:hover:after{
    opacity: 1;
    background-size: 36px 36px;
}
.articles-list .news-element h4 {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: normal;
    text-transform: uppercase;
}
.articles-list .news-element h4 a {
    text-decoration: none;
    color: #333333;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.articles-list .news-element h4 a:hover {
    color: #03a9f5;
}

/* end articles-list */


.material-icons{
    vertical-align: middle;
    margin-top: -3px;
}
.aside-characteristic-block{
    background: #f7f7f7;
    padding: 20px;
    border-radius: 4px;
    color: #000;
}
@media (min-width: 992px){
    .services-template .main-column{
        padding-right: 20px;
    }
}





.relative{
    position: relative;
}
a.absolute {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.ms-gallery .element{
    margin-bottom: 20px;
    overflow: hidden;
    border: 2px solid #BCBCBC;
}
.ms-gallery .element-img{
    height: 200px;
    width: 100%;
    -webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.ms-gallery .element:hover .element-img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
@media only screen and (max-width: 1199px) {
    .ms-gallery .element-img{
        height: 200px;
    }
}
@media only screen and (max-width: 991px) {
    .ms-gallery .element-img{
        height: 20vw;
    }
}
@media only screen and (max-width: 768px) {
    .logo {
    width: 25%;}
	.ms-gallery .element-img{
        height: 60vw;}
}

@media only screen and (max-width: 1239px){
    .logo { width: 19%;}
	
	}
@media only screen and (max-width: 1024px){
    .logo { width: 19%;}
	.top-menu {
    padding-top: 10px;}
	.header-wrapper {
    height: 125px;}
}
@media only screen and (max-width: 640px){
    .logo { width: 40%;}
	.top-menu {
    padding-top: 10px;}
	.header-wrapper {
    height: 70px;}
}
@media only screen and (max-width: 415px){
    .logo { width: 65%;}  
}

@media only screen and (max-width: 360px){
    .logo { width: 80%;}  
}


.kvadrat-skinali {
    margin: 30px 30px 10px 10px;
    padding: 10px;/* Поля вокруг текста */
    /*border: solid 1px #000;*/
    background: rgba(6, 85, 147, 0.4);/* Цвет фона */
    color: #fff;/* Цвет текста */
    width: 70%;
    text-align: center;
}