.ptb-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.ptb-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.ptb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-10 {
    padding-top: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}
.plr-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.pl-15 {
	padding-left: 15px;
}
.ptb-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.ptb-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ptb-130-50 {
    padding-top: 130px;
	padding-bottom: 50px;
}
.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.mt-20 {
	margin-top: 20px;
}
.mtb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.pl-10 {
	padding-left: 10px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-60 {
    padding-top: 60px;
}
.mb-50 {
    margin-bottom: 50PX;
}

.horizontal-line {
text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.horizontal-line a {
    font-weight: 900!important;
    font-size: 29px!important;
    color: #195C7F;
    text-decoration: none;
    
}


/*Загрузка страницы*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 1000;
}
.pre-container {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}
.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}
.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #195C7F;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}
.double-bounce3 {
    width: 100%;
    height: 100%;
    padding-top: 40px;
    color: #195C7F;
    font-weight: bold;
    opacity: 0.6;  
}
.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}


@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/*Блок header*/

.logo-nav {
  background-color: #0C2430;  
}
.navbar {
	margin-bottom: 0;
}
.logoclass {
	padding-left: 15px;
	font-size: 18px;
	color: black;
	font-family: 'Russo One', sans-serif;
}
.logo-nav .navbar  {
	min-height: 0;
	margin-bottom: 0;   
}
.logomain {
	padding-top: 22px;
    padding-bottom: 22px;
}
.logomain span {
    color: #ffffff;
}
.logomain a {
	text-decoration: none;
    color: #8E37D7;
}
.navbar-default {
	border: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default {
	background-color: transparent;
}
.navbar-nav {
/*	text-transform: uppercase;*/
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 15px;
	float: right;
/*    padding-right: 5%; */
    padding-top: 20px;
}

.navbar-nav li a {
	display: inline-block;
    line-height: 2;
    text-decoration:none;
    cursor: pointer;
    color: white!important;
}
.navbar-nav li a:after {
    background-image: linear-gradient(to right, #195C7F, #48A8DA);
    display: block;
    content: "";
    height: 3px;
    width: 0%;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}


.navbar-nav li a:hover:after,
	
.navbar-nav li a:focus:after {
    width: 100%;
}


.navbar-nav .menunav {
	margin-left: 38px;
}
.navbar-collapse li i {
	font-size: 19px;
	color: #FFFFFF;
	padding-top: 10px;
}
.dropdown-menu {
	background-color: #0b0b0a;
	font-size: 12px;
	text-transform: none;
}
.dropdown-menu li a:hover {
	background-color: #0b0b0a;
}
.dropdown-menu li a:focus {
	background-color: #0b0b0a;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
     background-color: #0b0b0a;
}
.nav>li>a {
    padding-left: 2px!important;
    padding-right: 2px!important;
}


.block_author {
	color: #4b5058;
    font-family: 'Montserrat', sans-serif;
}
author {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px!important;
}
.block_author a {
	text-decoration: none;
	color: #4b5058;
	
}
.social_footer a {
	font-size: 12px;
    padding-right: 15px;
    padding-left: 15px;
}
.social_footer a:hover {
	color: #195C7F;
    -webkit-transition: width .8s ease-in-out;
    -moz--transition: width .8s ease-in-out;
    transition: width .8s ease-in-out;  
}

.social_footer {
    float: right;
}
.social_footer li {
    display: inline;
}











.blog-area {
	font-family: 'Montserrat', sans-serif;
}

.blog-area p {
	font-size: 16px;
    padding-top: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.color_year {
    font-size: 26px!important;
    color: #4b5058; 
    font-weight: 900!important;
}

@media screen and (max-width: 768px) {
  .fh5co-blog .blog-bg {
    height: 300px;
  }
}
.post-content {
    padding: 20px;
}
.post-content h3 {
    padding-bottom: 10px;
}
.card {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}
.post-content a {
	text-decoration: none;
	color: #191919;
	font-weight: 600;
	 moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.post-content a:hover {
	color: #8E37D7;
	 moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.card_team .blog-bg {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 480px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  
}
.card_team .blog-text {
  position: relative;
  width: 100%;
  padding: 30px;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.card_team .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.3);
}

.card_team .blog-text h3 {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}
.card_team .blog-text h3 a {
  color: black;
}
.card_team {
    margin-bottom: 55px;
	box-shadow: 0 8px 12px 4px rgba(212, 212, 212, 0.57);
    -webkit-transform: scale(1.04);
    -ms-ransform: scale(1.04);
    transform: scale(1.04);
    border-radius: 10px!important;
}
.card_team:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	 -webkit-transform: scale(1.04);
    -ms-ransform: scale(1.04);
    transform: scale(1.04);
}

.post-date {
	font-size: 12px;
    display: block;
    margin-bottom: 10px;
    color: #191919;
    text-align: center;
}
.post-date {
    font-size: 14px;
}
.logo i {
	padding-right: 5px;
    font-size: 40px;
    color: #0e76a8;
    padding-bottom: 10px;
}
.post-title {
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
    font-family: 'Noto Sans', sans-serif;
}
.post-content {
/*    min-height: 400px;*/
    text-align: center;
}
.aligncenter {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    
}
.aligncenter h2 {
    font-weight: 700!important;
    font-size: 26px!important;
}

.post-content p {
	font-family: 'montserrat', sans-serif;
	color: #6e6e6e;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	padding-bottom: 5px;
}
















@media (max-width: 1200px) {
    
    .item {
        height: 100%;
    }
    .social_footer ul {
       padding-left: 0; 
    }
    .right-name-post h6 {
        margin-bottom: 5px;
        font-size: 12px!important;
        padding-left: 60px!important; 
    }
    .subscribe button {
  	     font-size: 11px;
    }
    .navbar-nav .menunav {
	    margin-left: 0px;
    }
    .navbar-nav {
        display:inline-block;
        float:none;   
	}
    .centermob {
        text-align: center!important;  
    }
    .navbar-nav li a {
        font-size: 25px;
    }
    .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in{
    display:block !important;
  }
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
  }
  .navbar-toggle {
        margin-right: 0;
        margin-top: 17px!important;
    }
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:focus {
    	background-color: #333333;
	}
	.navbar-default {
		background-color: #1B1C1E;
	}
    .logo-nav {
        background-color: #1B1C1E;
    }
    .logoclass {
        color: #ffffff;
    }
    .navbar-nav li a {
        color: #ffffff!important;
    }
    .navbar-nav li a:hover {
        color: grey!important;
    }
    .logomain {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
    }
}



@media (max-width: 991px) { 
    
    
    .item {
        height: 100%;
    }
    .social_header {
        display: none;
    }
    
    
	.image4 {
		background-image: url('../img/blog/1c/login-3938432_120.jpg');
	}
	.social1 {
		text-align: right;
	}
    
/*
    .navbar-nav {
    	padding-right: 60px;
	}
*/
	.social1 .col-sm-10 {
		padding-top: 0;
	}
	.information {
		padding-left: 10px;
	}
	.information p, h4 {
		text-align: left;
	}
	.social2 {
		text-align: right;
	}
	.social2 .col-sm-10 {
		padding-top: 0;
	}
    .right-name-post h6 {                                     
        font-size: 16px!important;
        padding-left: 250px!important;
        margin-bottom: 20px;            
    }
    .right-name-post p {                                  
        padding-left: 250px!important;
        font-size: 14px!important;
    }
    .left-image {                                       
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 100px!important;
    }
    .post {                                           
        height: 120px!important;
    }
    .subscribe input {
        width: 80%!important;
    }
    .subscribe button {
  	     width: 20%!important;
  	} 
    .mobversion {
        padding-top: 20px;
        padding-left: 40px;
		padding-right: 40px;
	}
    
    
}

@media (max-width: 767px) {
    
	.social1 .col-sm-10 {
		padding-top: 15px;
	}
    .card {
    width: 85%;
    }
	#form {
		padding-top: 15px;
	}
	.rowform .col-xs-12 {
		padding-bottom: 15px;
	}
	.block_author {
		text-align: center;
	}
	author {
		display: none;
	}
    .social_footer {
        text-align: center;
        float: none;
    }
    .social_footer a {
		font-size: 10px;
        line-height: 50px;
        font-family: 'Montserrat', sans-serif;
    }
    .wow {
		animation-name: none!important;
		visibility: visible!important;
	}
    
    .navbar-nav li a:hover {
        color: grey!important;
    }
    
    .post {
        height: 100px!important;
    }
    .left-image {
    	height: 80px!important;
    	width: 120px!important;
    }
    .right-name-post h6 {
        padding-left: 130px!important;
        font-size: 18px!important; 
    }
    .right-name-post p {
        padding-left: 130px!important;
        font-size: 14px!important;
    }
    .fh5co-blog {
        min-height: 400px!important;
    }
    .post-content p {
        min-height: 70px!important;
	}
	.post-content a {
    	min-height: 40px!important;
    }
    .widthmob {
        padding-left: 30px;
        padding-right: 30px;
    }
	.widget_title p {
		padding-bottom: 30px!important;
	}
    .subscribe input {                                    
        width: 70%!important;
    }
    .subscribe button {
  	     min-width: 30%!important;
  	}   
}

@media (max-width: 650px) {  
    .fh5co-blog .blog-bg {
        height: 240px!important;
    }
}

@media (max-width: 550px) {  
}

@media (max-width: 490px) {	
   .mobversion {
		padding-left: 20px;
		padding-right: 20px;
	}
    .post-content p {
        padding-bottom: 10px;
    }
    .right-name-post h6 {
        margin-bottom: 10px!important;
    }
}

@media (max-width: 440px) {  
    .subscribe input {                                    
        width: 60%!important;
    }
    .subscribe button {
  	     min-width: 40%!important;
  	} 
    .mobversion {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 390px) {  
	.left-image {
    	width: 100px!important;
    }
    .right-name-post h6 {
        padding-left: 110px!important;
		font-size: 16px!important;
    }
    .right-name-post p {
        padding-left: 110px!important;
		font-size: 12px!important;
    }
}

@media (max-width: 320px) {
	.right-name-post h6 {
        font-size: 11px!important;
    }
}
@media screen and (max-width: 1199px) {
  .column {
      flex: 50%;
    max-width: 99%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 768px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}




.gallery {
	 display: flex;
    flex-wrap: wrap;
	clear: both;
	
}


.gallery > div > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery > .normal {
    flex: 1 1 190px;
}

.gallery > .big {
    flex: 1 1 250px;
}









.logo__carousel.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}
.logo__carousel .logo__carousel__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 62px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}




.logo__carousel.owl-carousel.photo img {
	display: inline-block;
width: 260px;
}
.logo__carousel .logo__carousel__item .card {
	
	height: 500px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}



@media (max-width: 2700px) {
.logo__carousel.owl-carousel.photo img {
	width: 500px;
}
}

@media (max-width: 2000px) {
.logo__carousel.owl-carousel.photo img {
	width: 400px;
}
}

@media (max-width: 1900px) {
.logo__carousel.owl-carousel.photo img {
	width: 380px;
}
}
@media (max-width: 1800px) {
.logo__carousel.owl-carousel.photo img {
	width: 360px;
}
}

@media (max-width: 1700px) {
.logo__carousel.owl-carousel.photo img {
	width: 340px;
}
}

@media (max-width: 1600px) {
.logo__carousel.owl-carousel.photo img {
	width: 320px;
}
}

@media (max-width: 1500px) {
.logo__carousel.owl-carousel.photo img {
	width: 300px;
}
}

@media (max-width: 1400px) {
.logo__carousel.owl-carousel.photo img {
	width: 285px;
}
}




@media (max-width: 1300px) {
.logo__carousel.owl-carousel.photo img {
	width: 260px;
}
}


@media (max-width: 1260px) {
.logo__carousel.owl-carousel.photo img {
	width: 240px;
}
}

@media (max-width: 1160px) {
.logo__carousel.owl-carousel.photo img {
	width: 230px;
}
}
@media (max-width: 1110px) {
.logo__carousel.owl-carousel.photo img {
	width: 210px;
}
}
@media (max-width: 1050px) {
.logo__carousel.owl-carousel.photo img {
	width: 200px;
}
}

@media (max-width: 1015px) {
.logo__carousel.owl-carousel.photo img {
	width: 190px;
}
}
@media (max-width: 990px) {
.logo__carousel.owl-carousel.photo img {
	width: 260px;
}
}
@media (max-width: 760px) {
.logo__carousel.owl-carousel.photo img {
	width: 230px;
}
}
@media (max-width: 670px) {
.logo__carousel.owl-carousel.photo img {
	width: 210px;
}
}
@media (max-width: 600px) {
.logo__carousel.owl-carousel.photo img {
	width: 190px;
}
}
@media (max-width: 574px) {
.logo__carousel.owl-carousel.photo img {
	width: 240px;
}
}
@media (max-width: 470px) {
.logo__carousel.owl-carousel.photo img {
	width: 220px;
}
}
@media (max-width: 450px) {
.logo__carousel.owl-carousel.photo img {
	width: 200px;
}
}
@media (max-width: 385px) {
.logo__carousel.owl-carousel.photo img {
	width: 180px;
}
}
@media (max-width: 330px) {
.logo__carousel.owl-carousel.photo img {
	width: 160px;
}
}


