.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;
}
.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;
}

/*Загрузка страницы*/

#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;
    font-size: 15px;
	color: #29A94D;
    font-weight: 700;
	font-family: 'Montserrat', sans-serif; 
}
.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 25px auto;
}
.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #8E37D7;
    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: #8E37D7;
    font-weight: bold;
    opacity: 0.6;  
}
.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.double-bounce4,
.double-bounce5 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #29A94D;
    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-bounce6 {
    width: 100%;
    height: 100%;
    padding-top: 40px;
    color: #29A94D;
    font-weight: bold;
    opacity: 0.6;  
}
.double-bounce5 {
    -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: #ffffff;
    
}
.navbar {
	margin-bottom: 0;
}
.logoclass {
	font-size: 16px;
	color: #0b0b0a;
	font-family: 'Russo One', sans-serif;
}
.logo-nav .navbar  {
	min-height: 0;
	margin-bottom: 0;   
}
.logomain {
	padding-top: 14px;
}
.logomain span {
    color: #0b0b0a;
}
.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: 9px;
	float: right;
    padding-right: 10%; 
}
.navbar-nav li a {
	display: inline-block;
    line-height: 2;
    text-decoration:none;
    cursor: pointer;
    color: #0b0b0a!important;
}
.navbar-nav li a:after {
    background-image: linear-gradient(to right, #667eea, #8E37D7);
    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 {
	color: black;
}
.navbar-nav li a:hover:after,
.navbar-nav li a:focus:after {
    width: 100%;
}
.navbar-nav .menunav {
	margin-left: 30px;
}
.navbar-collapse li i {
	font-size: 19px;
	color: #FFFFFF;
	padding-top: 10px;
}
.social_header {
    float: right;
    padding-top: 16px;   
}
.social_header li {
    display: inline;
    margin-right: 8px;  
}
.social_header li a {
     color: #0b0b0a;
}
.social_header li a:hover {
     color: black;
}
.active1 a {
   background-image: linear-gradient(to right, #667eea, #8E37D7);
}
.bg_white {
	background-color: #ffffff;
}
.glyphicon-chevron-left, .glyphicon-chevron-right {
	font-size: 20px!important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
     background-color: #ffffff;
}
.dropdown-menu {
	background-color: #ffffff;
	font-size: 12px;
	text-transform: none;
}
.dropdown-menu li a:hover {
	background-color: #ffffff;
}
.dropdown-menu li a:focus {
	background-color: #ffffff;
}
.sticky-content.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 999;
    box-shadow: 0 10px 10px -5px rgba(212, 212, 212, 0.57);
}


/*Слайдер*/
.carousel-animate .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}
.carousel-animate .hero {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}
.carousel-caption {
	bottom: 50px!important;
}
@media screen and (max-width: 640px) {
    .hero h1 {
    font-size: 2em;
 }
}
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
 opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.carousel-bg .carousel-inner .item {
    background-color: darkslategrey;
    background-size: cover;
    background-position: center;
    min-height: 500px;
}
.button_main {
	padding-top: 35px;
}
.btn-primary {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    padding-left: 35px;
	padding-right: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    font-family: 'Noto Sans', sans-serif;
    border-radius: 8px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-primary:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-primary:focus {
    outline: none;
}
.btn-primary {
    background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
    box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
}



/*Контакты*/

.top {
	margin-bottom: 3px;
    width: 44px;
	height: 3px;
    background-image: linear-gradient(to right, #667eea, #8E37D7);
}
.bottom {
	margin-bottom: 3px;
    width: 77px;
	height: 3px;
	background-image: linear-gradient(to right, #667eea, #8E37D7);
}





.icon-contacts i {
	font-size: 45px;
}
.icon-contacts h4 {
	margin-top: 0;
	margin-bottom: 5px;
	color: #1B1B1B;
}
.icon-contacts p {
	font-size: 16px;
}
.numbers {
	font-family: 'Montserratbold', sans-serif;
	padding-top: 30px;
	color: #1B1B1B;
}
.social1 {
	padding-bottom: 20px;
}
#form {
	padding-top: 30px;
}
#form input, textarea {
	background-color: #F6F5FA;
}
.rowform {
	padding-bottom: 50px;
}
#form textarea {
	outline: none;
	resize: none;
	width: 100%;
	height: 90px;
	padding: 15px;
    color: #1B1B1B;
}
#form input {
	border: none;
	border-bottom: 1px solid #A9A9A9;
	outline: none;
	width: 100%;
	padding-left: 5px;
	padding-bottom: 5px;
    color: #1B1B1B;
}
.polevvoda {
	padding-bottom: 20px;
}
.polepodpiska:focus {
	background-color: #F6F5FA!important; 
}
.horizontal-line {
	text-align: center;
}
.horizontal-line h2 {
	font-family: 'Russo One', sans-serif;
	font-size: 21px;
	font-weight: 500;
    color: #0b0b0a;
}
.horizontal-line div {
	margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
}

/*Футер*/

.block_author {
	background-color: black;
	color: #959595;
}
.block_author a {
	text-decoration: none;
	color: #959595;
	text-transform: uppercase;
}
.social_footer a {
	font-size: 18px;
    padding-right: 15px;
    padding-left: 15px;
}
.social_footer a:hover {
	color: white;
}
.social_footer {
    float: right;
}
.social_footer li {
    display: inline;
}


.row1 {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
/*    padding: 0 20px;*/
}

/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 33.3%; /* IE10 */
    flex: 33.3%;
    max-width: 33.3%;
    padding: 0 20px;
}


.fh5co-blog .blog-bg {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 270px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (max-width: 768px) {
  .fh5co-blog .blog-bg {
    height: 300px;
  }
}
.fh5co-blog .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;
}
.fh5co-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.3);
}

.fh5co-blog .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;
}
.fh5co-blog .blog-text h3 a {
  color: black;
}
.fh5co-blog {
    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;
}
.fh5co-blog: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-content {
    padding: 30px;
}
.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;
}
.post-date {
	font-size: 12px;
    display: block;
    margin-bottom: 10px;
    color: #a6a6a6;
}
.post-date i {
	padding-right: 5px;
}
.post-title {
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
    font-family: 'Noto Sans', sans-serif;
}

.post-content p {
	font-family: 'montserrat', sans-serif;
	color: #6e6e6e;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	padding-bottom: 5px;
}




.widget_title {
    text-align: center;
    color: #000;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'Russo One', sans-serif;
    margin-top: 0;
}
.blog_right_sidebar h4 {
	margin-top: 0;
}

.lastnews {
    padding-bottom: 40px;
}




#filters {
	margin:1%;
	padding:0;
	padding-bottom: 30px;
	list-style:none;
	font-family: 'Montserrat', sans-serif;
}
#filters li {
	float:left;
}
#filters li a {
	display: block;	
	text-decoration:none;
	color:#000;
	cursor: pointer;
	line-height: 1.8;
	border: 1px solid #eee;
    padding: 0px 5px;
    margin-bottom: 8px;
	font-size: 10px;	
}
#filters li {
	padding-left: 5px;
}

#filters li a:hover {
	color:#fff;
	background-image: linear-gradient(to right, #667eea, #8E37D7);		
}
.post {
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
    height: 80px;
	margin-top: 20px;
    border-radius: 8px;
}
.post: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 a {
    text-decoration: none;
    color: #000;
    font-family: 'Montserrat', sans-serif;  
}
.left-image {
    height: 60px;
    width: 30%;
    float: left;
    margin: 10px auto;
}
.image1 {
	background-image: url('../img/blog/frontend/apple-coffee-post.jpg');
}
.image2 {
	background-image: url('../img/blog/frontend/notebook120x80.jpg');
}
.image3 {
	background-image: url('../img/blog/frontend/coding-computer-data-post.jpg');
}
.image4 {
	background-image: url('../img/blog/1c/login-3938432_80.jpg');
}

.right-name-post {
    padding-left: 10px;
    padding-top: 2px;
    height: 60px;
    margin: 10px auto;
}
.right-name-post h6 {
 padding-left: 70px;
    font-weight: 800;
    font-size: 12px;
}

.right-name-post p {
    padding-left: 70px;
    color: darkgray;
    font-size: 10px;
}

.subscribe {
	padding-top: 20px;
	padding-bottom: 50px;
	font-family: 'Montserrat', sans-serif;
}
.subscribe p {
	text-align: justify;
	line-height: 1.8;
	font-size: 12px;
}
form {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.subscribe input {
    width: 60%;
    height: 42px;
    padding-left: 35px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    outline: none;
    color: #9E9C9C;
	box-shadow: 0 4px 8px 0 rgba(116, 79, 168, 0.75);
	font-size: 11px;
}
.subscribe button {
  	position: absolute; 
  	top: 0;
  	right: 0px;
  	width: 40%;
  	height: 42px;
  	border: none;
  	border-radius: 0 5px 5px 0;
  	cursor: pointer;
	font-size: 11px;
    font-weight: 600;
    color: #fff;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    font-family: 'Noto Sans', sans-serif;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
    box-shadow: 0 4px 8px 0 rgba(116, 79, 168, 0.75);
}
.subscribe button:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.subscribe button:focus {
    outline: none;
}
form i.fa {
    line-height: 44px;
    text-align: center;
	padding-left: 10px;
    margin-right: -26px;
    position: relative;
    z-index: 1;
    float: left;
}

author {
    font-size: 12px;
    padding-top: 2px;
}











@media (max-width: 1200px) {
    .navbar-nav .menunav {
	    margin-left: 5px;
    }
    .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;
    }
}

@media (max-width: 994px) { 
    .item {
        height: 100%;
    }
    .social_header {
        display: none;
    }
    .navbar-nav {
    	padding-right: 0;
	}
    .navbar-nav .menunav {
		margin-left: 4px;
	} 
	.image4 {
		background-image: url('../img/blog/1c/login-3938432_120.jpg');
	}
	.nav>li>a {
	    padding-left: 12px!important;
	    padding-right: 12px!important;
	}
}

@media (max-width: 991px) {
	.social1 {
		text-align: right;
	}
	.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;
	}
    /* .fh5co-blog {
        min-height: 550px!important;
    }
    .post-content p {
        min-height: 160px!important;
    } */
    .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;
	}
    /* .fh5co-blog {
        min-height: 400px!important;
    }
    .post-content p {
        min-height: 110px!important;
    }
        .post-content a {
        min-height: 60px!important;
    } */
    
    
}



@media (max-width: 767px) {
	.navbar-nav {
		float: left;
	}
    .logomain {
    padding-top: 12px;
    }
    .navbar-toggle {
        margin-right: 0;
    }
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:focus {
    	background-color: #333333;
	}
    .sticky-content.fixed {
        background-color: #1B1C1E!important;
    }
	.social1 .col-sm-10 {
		padding-top: 15px;
	}
	#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: 24px;
    }
	.social1 .col-sm-10 {
		padding-top: 0;
	}
	.social2 .col-sm-10 {
		padding-top: 0;
	}
    .wow {
		animation-name: none!important;
		visibility: visible!important;
	}
    .navbar-default {
		background-color: #1B1C1E;
	}
    .logo-nav {
        background-color: #1B1C1E;
    }
    .logoclass {
        color: #ffffff;
    }
    .navbar-nav {
        font-size: 12px;
    }
    .navbar-nav li a {
        color: #ffffff!important;
    }
    .navbar-nav li a:hover {
        color: grey!important;
    }
    .logoclass {
		font-size: 22px;
	}
    .logomain span {
    	color: #ffffff;
	}  
    .sticky-content.fixed{
        box-shadow: none!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;
	}
    .post-date {
	   font-size: 10px;
    }
    .post-title {
        font-size: 14px;
    }
    .post-content p {
	   font-size: 12px;
    }
    .right-name-post h6 {
		font-size: 14px!important;
        line-height: 1.5;
    }
    .right-name-post p {
		font-size: 10px!important;
    }
}

@media (max-width: 390px) {  
	.left-image {
    	width: 100px!important;
    }
    .right-name-post h6 {
        padding-left: 110px!important;
		font-size: 13px!important;
    }
    .right-name-post p {
        padding-left: 110px!important;
		font-size: 11px!important;
    }
}

@media (max-width: 320px) {
	.right-name-post h6 {
        font-size: 11px!important;
    }
}
@media screen and (max-width: 1200px) {
  .column {
    flex: 50%;
    max-width: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
