.ptb-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.ptb-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.ptb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.ptb-15-20 {
    padding-top: 15px;
	padding-bottom: 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;
}
.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px 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;
}
@-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);
    }
}
/*Кнопка вверх*/
#button1 {
  display: inline-block;
  background-color: #8E37D7;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 50px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button1 i {
  padding-top: 5px;
    font-size: 30px;
    color: #fff;
}
#button1:hover {
  cursor: pointer;
  background-color: #667eea;
}
#button1:active {
  background-color: #555;
}
#button1.show {
  opacity: 1;
  visibility: visible;
}
.knopka a {
    text-decoration: none;
}
.button1:active {
    background-color: orange;
}


/*Блок header*/

.logo-nav {
  background-color: #0b0b0a;  
}
.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: 14px;
}
.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: 10px;
	float: right;
    padding-right: 10%;    
}
.navbar-nav li a {
	display: inline-block;
    line-height: 2;
    text-decoration:none;
    cursor: pointer;
    color: #f4f3f3 !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: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;
}
.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;
}

.social_header {
    float: right;
    padding-top: 16px;   
}
.social_header li {
    display: inline;
    margin-right: 8px;  
}
.social_header li a {
     color: #ffffff;
}

/*Слайдер с текстом*/

.item {
    background: url('../img/main_slider_1680x1500.jpg'); 
    height: 1450px; 
    background-size: cover; 
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}
.slider-text {
	padding-top: 18%;
	color: black;
	padding-left: 15px;  
}
.slider-text h1 {
	margin-top: 5px;
	font-weight: 600;
	font-size: 54px;
	font-family: 'Russo One', sans-serif;
}
.slider-text h2 {
	margin-top: 10px;
	font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    font-family: 'Noto Sans', sans-serif;
}
.slider-text p {
	font-weight: bold;
	padding-bottom: 0;
	color: black;
	font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
}
.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: 25px;
    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);
}


/*Блок с актуальными новостями*/

.blog-news {
    padding-top: 55px;
} 
.matovoe-steklo {
	height: 129.8px;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);	
	border-radius: 5px;
	background-color: rgba(255, 255, 255, .15);
	backdrop-filter: blur(5px); 
}
.matovoe-steklo p {
    color: white;
    text-align: center;
    padding-top: 25%;
	font-weight: 700;
	font-family: 'Noto Sans', sans-serif;
}
.programming-news {
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    background-size: cover;
	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;
}
.programming-news:hover {
	color: #8E37D7;
	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;
}
.sport-news {
    box-shadow: 0 0 15px rgba(0,0,0,0.5); 
    background-size: cover;
	color: white;
}
.family-news {
    box-shadow: 0 0 15px rgba(0,0,0,0.5);  
    background-size: cover; 
}
.blog-news .col-lg-1 {
    padding-left: 0;
    padding-right: 0;
}
.blog-news .col-lg-2 {
     padding-left: 0;
    padding-right: 0;
}
.blog-news h5 {
	margin-top: 0;
	padding-top: %;
}
.blog-news a {
	text-decoration: none;
	color: white;
}
.blog-news h5, h6 {
	text-align: center;
}

/*Блок для эффекта перехода при наведении*/

.box img {
	width: 100%;
	height: 100%;
}
.box::after,
.box::before {
	content: "";
	position: absolute;
	opacity: 1;
	transition: all 0.4s ease-out;
	top: 1rem;
	bottom: 1rem;
	left: 1rem;
	right: 1rem;
}
.box::before {
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	transform: scale(0, 1);
}
.box::after {
	border-left: 2px solid white;
	border-right: 2px solid white;
	transform: scale(1, 0);
}
.box:hover::before {
	background: rgba(0, 0, 0, 1);
	transform: scale(1.05, 1);
}
.box:hover::after {
	transform: scale(1, 1.05);
}
.box .content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 15px;
	color: white;
	opacity: 0;
}
.box:hover .content {
	opacity: 1;
}
.box .content p {
	padding: 3px;
	font-size: 12px;
}
.box:hover img {
	opacity: 0.4;
}

/*Блок обо мне*/

#obomne {
	color: #fff;   
}
.text-bottom p {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
    color: #ffffff;
	font-family: 'montserrat', sans-serif;
}
.horizontal-line {
	text-align: center;
}
.horizontal-line h2 {
	font-family: 'Russo One', sans-serif;
	font-size: 30px;
	font-weight: 500;
    color: #fff;
}
.horizontal-line div {
	margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
}
.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);
}
.CV i {
	padding-left: 5px;
}
.description {
	font-family: 'montserrat', sans-serif;
	text-align: justify;	
}
.description p {
	font-weight: 500;
	font-size: 16px;
}
.dark h2 {
    color: black!;
}

.line-height-28 {
	line-height: 28px;
}

/*Навыки*/

.block_experience {
	background: url('../img/naviki_1680x900.jpg'); 
    height: 580px; 
    background-size: cover; 
}
.col-sm-6 {
	padding-left: 15px;
	padding-right: 15px;
}
.cont {
 	height: 300px;
  	max-width: 100%;
  	margin: 0 auto;
	padding-left: 15px;
		}
.bar {
  	margin: 0 0 10px;
  	overflow: hidden;
  	padding-right: 24px; 
	padding-top: 15px;
}	
.contain {
	margin: 0 auto;
}			
.progress-title-holder {
  	padding-bottom: 7px;
  	position: relative;
  	margin: 5px 0;
  	font-family: 'Montserratbold', sans-serif;
  	font-size: 18px;
  	line-height: 15px;
  	font-weight: 500;
	text-transform: uppercase;
}
.progress-title {
  	z-index: 100;
    color: #ffffff;
}
.progress-title-holder:hover {
    color: #fff!important; 
}
.progress-title:hover {
   	color: #fff!important; 
}
.progress-number-wrapper {
  	width: 100%;
  	z-index: 10;
}
.progress-number-mark {
  	margin-bottom: 4px;
  	border-radius: 3px;
  	background-color: rgb(22,23,29);
  	padding: 0 8px;
  	position: absolute;
  	bottom: 0;   
  	-moz-transform: translateX(-50%);
  	-o-transform: translateX(-50%);
  	transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
  	-webkit-transform: translateX(-50%); 
} 
.progress-number-wrapper,
.progress-number-mark {
  	font-family: Open Sans, sans-serif;
  	font-size: 11px;
  	line-height: 24px;
  	height: 24px;
  	letter-spacing: 0px;
  	font-weight: 600;
  	font-style: normal;
  	text-transform: none;
  	color: #ffffff;
}
.down-arrow {
  	border-left: 3px solid transparent;
  	border-right: 3px solid transparent;
  	border-top: 3px solid #16171d;
  	position: absolute;
  	left: 50%;
  	top: 100%;
  	-moz-transform: translateX(-50%);
  	-o-transform: translateX(-50%);
  	transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
  	-webkit-transform: translateX(-50%);  
}
.progress-content-outter {
  	height: 12px;
	background-color: #242527;
	border-radius: 4px;
}
.progress-content {
  	height: 21px;
  	background-color: #AAAFB2;
  	width: 0%; 
	border-radius: 2px;
}

/*Услуги*/

.services {
    background: url('../img/laptop_1680x450.jpg'); 
    background-size: cover; 
}
.serviseblock {
	background-color: #242527;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.serviseblock h5 {
	text-transform: uppercase;
	color: #8a8a8a;
	font-family: 'Montserrat', sans-serif;
}
.icon i {
	font-size: 25px;
	color: #959595;
	border: 1px solid #8a8a8a;
	margin-bottom: 20px;
	height: 45px;
	line-height: 45px;
	width: 45px;
	border-radius: 50%;
}
.serviseblock p {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #DFDFDF;	
}
.icon i:hover {
	color: white;
}
.serviseblock hr {
	width: 44px;
	height: 3px;
	background-image: linear-gradient(to right, #667eea, #8E37D7);
}

/*Опыт работы*/

.experience-area {
    background: url('../img/abstract_1680x800.jpg'); 
	background-repeat: no-repeat;
	background-size: cover; 
	color: white;
    height: 1200px; 
	font-family: 'Montserrat', sans-serif;
}
.experience-area h4 {
	font-size: 15px;
	color: #f1f1f1;
}
.experience-area h4:hover {
    color: #f1f1f1;
}
.experience-area h3 {
	color: #f1f1f1;
	font-weight: 300;
	font-size: 20px;
	min-height: 44px;
    font-family: 'Russo One', sans-serif;
}
.experience-area p {
	font-size: 14px;
    padding-top: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.color_year {
    font-size: 26px!important;
    color: #AAAFB2; 
    font-weight: 900!important;
}
.bg_color {
     background-color: #242527;
}
.bg2 {
    padding: 15px;
}

/*Блог*/

.block_blog {
    background-color: black; 
}
.perehod {
	background-color: #242527;
}
.text-bottom h4 {
	margin-left: 0;
	padding-left: 10px;
	color: #ffffff;
	font-family: 'Noto Sans', sans-serif;
}
.blog1:hover {
    box-shadow: 0 8px 12px rgba(212, 212, 212, 0.57);
    -webkit-transform: scale(1.04);
    -ms-ransform: scale(1.04);
    transform: scale(1.04);
}
block2__button {
	font-size: 18px;
	color: #979494;
}
.btn-primary1 {
	color: #373737;
	background-color: white;
	border-radius: 50%;
}
.btn-primary1:hover {
	color: white;
	background-color: #373737;
}
.text-bottom a {
	text-decoration: none;
    color: #8E37D7;
	font-family: 'montserrat', sans-serif;
}
.text-bottom i {
	padding-right: 10px;
}
.content p {
    margin-bottom: 0;
}

/*Контакты*/

.contact_bg {
    background: url('../img/blogbg_1680x400.jpg'); 
    background-repeat: no-repeat;
    background-size: cover; 
}
.icon-contacts i {
	font-size: 45px;
}
.icon-contacts h4 {
	margin-top: 0;
	margin-bottom: 5px;
	color: #959595;
}
.icon-contacts p {
	font-size: 16px;
}
.numbers {
	font-family: 'Montserratbold', sans-serif;
	padding-top: 30px;
	color: #959595;
}
.social1 {
	padding-bottom: 20px;
}
#form {
	padding-top: 30px;
}
#form input, textarea {
	background-color: black;
}
.rowform {
	padding-bottom: 50px;
}
#form textarea {
	outline: none;
	resize: none;
	width: 100%;
	height: 90px;
	padding: 15px;
    color: #ffffff;
}
#form input {
	border: none;
	border-bottom: 1px solid #E5E5E5;
	outline: none;
	width: 100%;
	padding-left: 5px;
	padding-bottom: 5px;
    color: #ffffff;
}
.polevvoda {
	padding-bottom: 20px;
}
.horizontal-line1 h2 {
	font-family: 'Russo One', sans-serif;
	font-size: 30px;
	font-weight: 500;
    color: #ffffff;
}

/*Футер*/

.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;
}


@media (max-width: 1480px) { 
	.contact_bg {
    	background: url('../img/blogbg_1480x400.jpg'); 
    }
}

@media (max-width: 1200px) {
    .navbar-nav .menunav {
	margin-left: 8px;
}
    .item {
        height: 100%;
    }
    .blog-news {
        display: none;
    }
    #obomne {
        padding-top: 130px;
    }
    .slider-text {
	padding-top: 18%;
	}
    .social_footer ul {
       padding-left: 0; 
    }
    .contact_bg {
    	background: url('../img/blogbg_1200x400.jpg'); 
    }
}

@media (max-width: 991px) {
    .navbar-nav .menunav {
		margin-left: 4px;
	} 
    .nav>li>a {
    padding-left: 12px!important;
    padding-right: 12px!important;
}
	 #obomne {
        padding-top: 200px;
    }
	.text-bottom a h4 {
		font-size: 12px;
	}
	.vremia {
		font-size: 11px;
	}
	.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;
	}
    .slider-text {
        height: 550px;
	}
    .experience-area {
        height: 100%;
    }  
}

@media (max-width: 994px) { 
    .item {
        height: 100%;
    }
    .bg_color {
        min-height: 350px;
    }
    .social_header {
        display: none;
    }
    .navbar-nav {
    	padding-right: 0;
	}
    .navbar-nav .menunav {
		margin-left: 4px;
	}
    .slider-text h2 {
        height: 140px;
    }
    #obomne {
        padding-top: 120px;
    }
    .slider-text {
		padding-top: 30%;
    }
    
}

@media (max-width: 767px) {
	.banner-area h2 {
		font-size: 32px;
		margin-top: 100px;
	}
	.navbar-nav {
		float: left;
	}
     .item {
    	background: url('../img/main_slider_770x1650.jpg'); 
        height: 100%;
        background-repeat: no-repeat;
	}
    .contact_bg {
    	background: url('../img/blogbg_767x720.jpg'); 
    }
	.slider-text {
		padding-top: 16%;
        height: 400px;
	}
    #obomne {
        padding-top: 100px;
    }
	.slider-text h1 {
		font-size: 32px;
	}
	.slider-text p {
		font-size: 12px;
	}
	.start {
		padding-top: 10px;
	}
	.slider-text h2 {
		font-size: 22px;
	}
    .bg_color {
        min-height: 300px;
    }
	.description p {
		font-size: 14px;	
	}
	.description {
		padding-left: 15px;
		padding-right: 15px;
	}
	.CV {
		padding-left: 15px;
	}
	.textopisanie h3 {
		font-size: 18px;
	}
	.textopisanie {
		padding-left: 30px;
		padding-right: 30px;
	}
	.potfolio {
		min-height: 80px;
		padding-left: 15px;
		padding-right: 15px;	
	}
	.work h3 {
		font-size: 20px;
	}
	.numbers {
		text-align: center;
	}
	.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;
	}
	.blog1 {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
	}
    .bg_color {
        height: 100%;
    }
    .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;
	}  
}

@media (max-width: 650px) {
    .item {
        background: url('../img/main_slider_650x1550.jpg'); 
        height: 100%;
        background-repeat: no-repeat;
    }
    .slider-text {
    	padding-top: 9%;
	}
    .slider-text h2 {
        height: 170px;
    }
    #obomne {
        padding-top: 40px;
    }
}

@media (max-width: 550px) {
    .item {
        background: url('../img/main_slider_550x1600.jpg'); 
        height: 100%;
        background-repeat: no-repeat;
    }
    .slider-text {
    	padding-top: 8%;
	}
    .bg_color {
        min-height: 320px;
    }
    .block_experience {
		background: url('../img/navikibg_550x710.jpg'); 
    	height: 550px; 
	} 
}

@media (max-width: 490px) {
	.slider-text h2 {
    	font-size: 18px;
	}
    .button_main {
    	padding-top: 25px;
	}
   .item {
        background: url('../img/main_slider_490x1690.jpg'); 
        height: 100%;
        background-repeat: no-repeat;
    }
    .slider-text {
    	padding-top: 10%;
	}
}

@media (max-width: 440px) {
   .item {
        background: url('../img/main_slider_440x1620.jpg'); 
        height: 100%;
        background-repeat: no-repeat;
    }
    .contact_bg {
    	background: url('../img/blogbg_440x760.jpg'); 
    }
    .mobile {
        display: none;
    }
    .description p {
    	font-size: 18px;
	}
    .slider-text p {
    	font-size: 14px;
	}
    .dark-bg h3 {
        font-size: 22px;
        font-weight: 400;
        margin-top: 10px;
    }
    .dark-bg h4 {
        font-size: 20px;
    }
    .dark-bg p {
        font-size: 18px;
        padding-bottom: 15px;
        line-height: 1.4;
    }
    .color_year {
        margin-bottom: 0;
        line-height: 1.2;
    }
    .serviseblock p {
        font-size: 18px;
    }
    .text-bottom a h4 {
        font-size: 22px;
    }
    .text-bottom p {
        font-size: 18px;
    }
    .numbers p {
        font-size: 18px;
    }
    .block_experience {
		background: url('../img/navikibg_440x568.jpg'); 
    	height: 550px; 
	}
}

@media (max-width: 375px) {
    .item {
    	background: url('../img/main_slider_375x1640.jpg'); 
	}
    .slider-text h2 {
        height: 190px;
    }
    .text-bottom p {
    font-size: 16px;
    line-height: 1.4;
}

}

@media (max-width: 320px) {
    .item {
    	background: url('../img/main_slider_320x1570.jpg'); 
	}
    .slider-text h2 {
        height: 220px;
    }
    .contact_bg {
    	background: url('../img/blogbg_440x780.jpg'); 
    }
}