@font-face {
	font-family: 'ProximaNova-Black';
	src: url('http://techbyte.ru/wp-content/themes/tehnobite/fonts/ProximaNova-Black.eot');
	src: url('../fonts/ProximaNova-Black.eot') format('embedded-opentype'),
		url('../fonts/ProximaNova-Black.woff') format('woff'),
		url('../fonts/ProximaNova-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova-Bold';
	src: url('http://techbyte.ru/wp-content/themes/tehnobite/fonts/ProximaNova-Bold.eot');
	src: url('../fonts/ProximaNova-Bold.eot') format('embedded-opentype'),
		url('../fonts/ProximaNova-Bold.woff') format('woff'),
		url('../fonts/ProximaNova-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova-Extrabld';
	src: url('http://techbyte.ru/wp-content/themes/tehnobite/fonts/ProximaNova-Extrabld.eot');
	src: url('../fonts/ProximaNova-Extrabld.eot') format('embedded-opentype'),
		url('../fonts/ProximaNova-Extrabld.woff') format('woff'),
		url('../fonts/ProximaNova-Extrabld.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova-Light';
	src: url('http://techbyte.ru/wp-content/themes/tehnobite/fonts/ProximaNova-Light.eot');
	src: url('../fonts/ProximaNova-Light.eot') format('embedded-opentype'),
		url('../fonts/ProximaNova-Light.woff') format('woff'),
		url('../fonts/ProximaNova-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova-Regular';
	src: url('http://techbyte.ru/wp-content/themes/tehnobite/fonts/ProximaNova-Regular.eot');
	src: url('../fonts/ProximaNova-Regular.eot') format('embedded-opentype'),
		url('../fonts/ProximaNova-Regular.woff') format('woff'),
		url('../fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
		margin: 0;
		font-family: 'ProximaNova-Regular';
		font-size: 16px;
		font-weight: normal;
		line-height: 1.2;
		-ms-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
		color: #2a3134;
}
*, :before, :after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}




/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6, p {
	margin: 0;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #000;
}

#map {
	height: 500px;
    /*background: url(../images/map.png) no-repeat top;*/
	width: 100%;
}

.container {width: 980px;margin: 0 auto;}
header {
    padding-top: 10px;
    padding-bottom: 13px;
}
.logo {
    float: left;
}
.header-right {
    float: right;
    text-align: right;
}
.header-right .phone {
    display: block;
    float: right;
    position: relative;
    font-family: 'ProximaNova-Bold';
    font-size: 22px;
    padding-left: 20px;
    margin-right: 24px;
    margin-bottom: 7px;
}
.header-right .phone:before {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/phone.png);
	position: absolute;
	left: 0;
	top: 2px;
}
.header-right .btn {
    width: 240px;
    clear: both;
}
.btn {
    display: block;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    background: #B1D832;
    color: #fff;
    font-size: 20px;
    font-family: 'ProximaNova-Bold';
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
}
.btn:hover {
	background: #BAE237;
}
body.fixed #nav {
    position: fixed;
}
#nav {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
#nav li {
    float: left;
    margin-right: 72px;
}
#nav ul li:last-child {
    margin-right: 0;
}
#nav a {
    font-family: 'ProximaNova-Bold';
    color: #fff;
    height: 52px;
    line-height: 52px;
    display: block;
}
#nav a:hover {
	color: #b1d832;
	border-bottom: 2px solid #b1d832;
}
.main {
    height: 610px;
    background: url(../images/main.jpg) no-repeat top;
    position: relative;
    padding-top: 130px;
    border-bottom: 1px solid #EFF0F1;
}
.main-wrap {
    text-align: center;
}
.main-wrap h1 {
    font-size: 38px;
    margin-bottom: 44px;
    font-family: 'ProximaNova-Bold';
}
.main-wrap h1 span{
    color: #b1d832;
}
.main-wrap .btn {
    max-width: 355px;
    margin: 0 auto;
    background: #04AAED;
}
.main-wrap .btn:hover {
	background: #0FB4F7;
}
.benefits {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.89);
    width: 100%;
    left: 0;
    padding-top: 22px;
    padding-bottom: 20px;
}
.benefits-wrap {}
.benefit-item {
    width: 20%;
    float: left;
    text-align: center;
}
.benefit-item .img {
    min-height: 60px;
    margin-bottom: 15px;
}
.benefit-item .img img {}
.benefit-item p {}

h2.title {
    text-align: center;
    font-family: 'ProximaNova-Bold';
    font-size: 48px;
}
.services {
	padding-top: 71px;
	padding-bottom: 79px;
	background: #F9F9FB;
}
.services .title {
    margin-bottom: 37px;
}
.services-wrap {
}
.services-btns {
    width: 320px;
    float: left;
}
.services-btns ul {}
.services-btns ul li {
    font-family: 'ProximaNova-Bold';
    font-size: 18px;
    position: relative;
    height: 61px;
    padding-left: 80px;
    line-height: 60px;
    cursor: pointer;
}
.services-btns ul li.i1 {}
.services-btns ul li.i2 {}
.services-btns ul li.i3 {
    margin-bottom: 17px;
}
.services-btns ul li.i4 {
    margin-bottom: 6px;
}
.services-btns ul li.i5 {
    margin-bottom: 14px;
}
.services-btns ul li.i6 {}
.services-btns ul li.i7 {
    margin-bottom: 5px;
}
.services-btns ul li.i8 {}
.services-btns ul li:not(.active):hover span {
	color: #b1d832;
	text-decoration: underline;
}
.services-btns ul li span {}
.services-btns ul li.br {
    line-height: 1.2;
    padding-top: 9px;
}
.services-btns ul li:before {
	content: '';
	display: block;
	position: absolute;
	width: 40px;
	left: 20px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.services-btns li.i1:before {
    background: url(../images/s-1.png);
    height: 40px;
}
.services-btns li.i2:before {
    background: url(../images/s-2.png);
    height: 30px;
}
.services-btns li.i3:before {
    background: url(../images/s-3.png);
    height: 36px;
}
.services-btns li.i4:before {
    background: url(../images/s-4.png);
    height: 40px;
}
.services-btns li.i5:before {
    background: url(../images/s-5.png);
    height: 39px;
}
.services-btns li.i6:before {
    background: url(../images/s-6.png);
    height: 37px;
}
.services-btns li.i7:before {
    background: url(../images/s-7.png);
    height: 32px;
}
.services-btns li.i8:before {
    background: url(../images/s-8.png);
    height: 37px;
}
.services-btns li.i1:not(.active):hover:before {
	background: url(../images/s-1-hover.png);
}
.services-btns li.i2:not(.active):hover:before {
	background: url(../images/s-2-hover.png);
}
.services-btns li.i3:not(.active):hover:before {
	background: url(../images/s-3-hover.png);
}
.services-btns li.i4:not(.active):hover:before {
	background: url(../images/s-4-hover.png);
}
.services-btns li.i5:not(.active):hover:before {
	background: url(../images/s-5-hover.png);
}
.services-btns li.i6:not(.active):hover:before {
	background: url(../images/s-6-hover.png);
}
.services-btns li.i7:not(.active):hover:before {
	background: url(../images/s-7-hover.png);
}
.services-btns li.i8:not(.active):hover:before {
	background: url(../images/s-8-hover.png);
}
.services-btns li.active {
	background: url(../images/s-active.png);
}
.services-wrap .right {
    float: left;
    width: calc(100% - 320px);
    padding-left: 10px;
}
.services-content.active {
	display: block;
}
.services-content {
    background: #fff;
    box-shadow: 0 0 10px rgba(183, 183, 183, 0.78);
    border-radius: 5px;
    padding: 20px 18px 24px;
    display: none;
    min-height: 510px;
}
.services-content h3 {
    text-align: center;
    font-size: 24px;
    color: #b1d832;
    margin-bottom: 6px;
    font-family: 'ProximaNova-Bold';
}
.services-content p {
    font-size: 15px;
    margin-bottom: 5px;
    letter-spacing: -.5px;
}
.services-content ul {
    margin-bottom: 8px;
}
.services-content ul li {
    position: relative;
    padding-left: 9px;
    display: inline;
    font-size: 15px;
}
.services-content ul li:not(.sep):before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #B1D832;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}
.services-content ul li.sep {
	display: block;
	margin-bottom: -4px;
}
.services-content p.bold {
    font-family: 'ProximaNova-Bold';
}
.services-content table {
    margin-top: 30px;
    font-size: 16px;
}
.services-content tr {}
.services-content tr td:first-child {
    min-width: 430px;
}
.services-content tr td:last-child {}
.services-content tr td span {
    font-family: 'ProximaNova-Bold';
}

.about{
    padding-top: 72px;
    padding-bottom: 73px;
}
.about .title {
    margin-bottom: 50px;
}
.about-wrap {
    position: relative;
    padding: 0 20px;
}
.about-wrap:before {
	content: '';
	display: block;
	width: 27px;
	height: 28px;
	background: url(../images/about-left.png);
	position: absolute;
	left: 0;
	top: -15px;
}

.about-wrap:after {
	content: '';
	display: block;
	width: 27px;
	height: 28px;
	background: url(../images/about-right.png);
	position: absolute;
	right: 0;
	top: -15px;
}
.about-wrap p {
    text-align: justify;
    text-align-last: center;
    margin-bottom: 18px;
    line-height: 1.45;
}
.about-wrap p:last-child {
	margin-bottom: 0;
}

.action{
    height: 384px;
    background: url(../images/action.jpg) no-repeat top;
    padding-top: 67px;
    color: #fff;
}
.action .title {
    margin-bottom: 0;
}
.action p {
    text-align: center;
    font-size: 24px;
    margin-bottom: 42px;
}
.action form {
    text-align: center;
}
.action input[type='text']{
    max-width: 260px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
}
.action .btn {
    display: inline-block;
    vertical-align: top;
    max-width: 260px;
}
input[type='text']{
    height: 50px;
    outline: none;
    border: 0;
    border-radius: 30px;
    font-family: 'ProximaNova-Regular';
    font-size: 16px;
    padding-left: 25px;
    width: 100%;
}

.advantages {
    padding-top: 69px;
    padding-bottom: 75px;
}
.advantages .title {
    margin-bottom: 40px;
}
.advantages-wrap {}
.advantage-item {
    float: left;
    width: 20%;
    text-align: center;
}
.advantage-item .img {
    min-height: 65px;
    margin-bottom: 13px;
}
.advantage-item .img img {}
.advantage-item p {
    font-family: 'ProximaNova-Bold';
    font-size: 18px;
    line-height: 1.3;
}

.testimonials{
    background: #F9F9FB;
    padding-top: 69px;
    padding-bottom: 79px;
}
.testimonials .title {
    margin-bottom: 41px;
}

.testimonials-wrap {}
.testimonials-item h3 {
    display: inline-block;
    font-size: 18px;
    color: #04aaed;
    margin-bottom: 15px;
    font-family: 'ProximaNova-Bold';
    position: relative;
    background: #f9f9fb;
    top: -10px;
    padding: 0 10px;
}
.testimonials-item h3 a{
    color: #04aaed;
}
.testimonials-item .right{
    display: inline-block;
    vertical-align: middle;
}
.testimonials-item .star{
    text-align: center;
    margin: 10px 0 0;
}
.testimonials-item .star span{
    background: url("../images/testimonials-star2.png")no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 2px;
}
.testimonials-item .txt{
    padding: 10px 0 0;
}
.testimonials-item .star-1 span:nth-child(1){background: url("../images/testimonials-star.png")no-repeat;}
.testimonials-item .star-2 span:nth-child(2), .testimonials-item .star-2 span:nth-child(1){background: url("../images/testimonials-star.png")no-repeat;}
.testimonials-item .star-3 span:nth-child(3), .testimonials-item .star-3 span:nth-child(2), .testimonials-item .star-3 span:nth-child(1){background: url("../images/testimonials-star.png")no-repeat;}
.testimonials-item .star-4 span:nth-child(4), .testimonials-item .star-4 span:nth-child(3), .testimonials-item .star-4 span:nth-child(2), .testimonials-item .star-4 span:nth-child(1){background: url("../images/testimonials-star.png")no-repeat;}
.testimonials-item .star-5 span{background: url("../images/testimonials-star.png")no-repeat;}
.soc{
    text-align: left;
}
.txt .show {
    cursor:pointer;
}
.txt .hide {
    display:none;
}
.txt .more .show {
    cursor:auto;
}
.txt .more .hide {
    display:inline;
}
.txt .more .crop {
    display:none;
}
.show_more{
    display: block;
    text-align: left;
    text-decoration: underline;
    color: #32a3ea;
    cursor: pointer;
    font-size: 14px;
    margin: 4px 0 0;
}
.show_more:hover{
    text-decoration: none;
}
.text .more .show_more {
    display:none;
}

.soc a.icon {
    text-align: center;
    width: 30px;
    text-decoration: none !important;
    line-height: 30px;
    background: linear-gradient(to bottom, #02b0ea, #1392d4);
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 5px 0 0;
}
.soc a{
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}
.soc a.insta    {
    background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
    font-size: 26px;
}
.soc a.ok{
    background: #EE8208;
    font-size: 22px;
}
.soc a.vk{
    background: #4a76a8;
    font-size: 18px;
}
.soc a.fb{
    line-height: 24px;
    background: #43609C;
    font-size: 23px;
    text-align: right;
    padding: 5px 5px 0 0;
}

.testimonials-item h3:before {
	content: '';
	display: block;
	width: 50px;
	height: 40px;
	background: url(../images/quote.png);
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -59px;
}
.testimonials-item p {
    text-align: justify;
    text-align-last: center;
}
.clr{
    clear: both;
}
.testimonials-item .image{
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 0;
}
.testimonials-item .image img{
    width: 100%;
    height: auto;
    display: block;
}
.testimonials-item {
    text-align: center;
    border: 1px solid #D6D9DA;
    padding: 0 20px 38px;
    height: auto !important;
}
.testimonials .item {
	padding-top: 60px;
}
.testimonials-carousel {
	padding: 0 70px;
}

.owl-prev {
    position: absolute;
    left: 0;
    top: 63%;
    background: url(../images/slider-left.png) no-repeat center;
    width: 30px;
    height: 55px;
    text-indent: -99999px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-prev:hover {
	background: url(../images/slider-left-hover.png) no-repeat center;
}
.owl-next:hover {
	background: url(../images/slider-right-hover.png) no-repeat center;
}
.owl-next {
    position: absolute;
    right: 0;
    top: 63%;
    background: url(../images/slider-right.png) no-repeat center;
    width: 30px;
    height: 55px;
    text-indent: -99999px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq {
    padding-top: 73px;
    padding-bottom: 80px;
}
.faq .title {
    margin-bottom: 37px;
}
.faq-wrap {
    max-width: 820px;
    margin: 0 auto;
}
.faq-item{
    border-top: 1px solid #D6D9DA;
    border-bottom: 1px solid #D6D9DA;
    padding: 22px 0;
    margin-bottom: 8px;
    padding-left: 70px;
}
.faq-item:last-child {
	margin-bottom: 0;
}
.faq-item h3 {
    font-family: 'ProximaNova-Bold';
    font-size: 20px;
    position: relative;
    cursor: pointer;
}
.faq-item.active h3 {
	color: #b1d832;
}
.faq-item.active h3:before {
	background: url(../images/faq-active.jpg);
}
.faq-item h3:before {
	content: '';
	display: block;
	width: 52px;
	height: 52px;
	background: url(../images/faq.jpg);
	position: absolute;
	left: -70px;
	top: -15px;
}
.faq-item p {
    display: none;
    margin-top: 10px;
}

.action.question {
	background: url(../images/question.jpg) no-repeat top;
}


.map-mobile {
    display: none;
}

.contacts-wrap {
    position: absolute;
    right: 0;
    top: 78px;
    background: rgba(255, 255, 255, 0.88);
    z-index: 999;
    max-width: 355px;
    width: 100%;
    padding: 41px 0px 32px;
    color: #000;
    text-align: center;
}
.contacts-wrap .title {
	margin-bottom: 31px;
}
.contacts-wrap ul {
	text-align: left;
	padding-left: 14px;
}

.contacts-wrap ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 16px;
    font-family: 'ProximaNova-Bold';
}
.contacts-wrap ul li a {
	color: #000;
}

.contacts .container {
    position: relative;
}

.contacts-wrap ul li.i1:before {
	content: '';
	display: block;
	width: 14px;
	height: 20px;
	background: url(../images/c-1.png);
	position: absolute;
	left: 0;
	top: 0;
}

.contacts-wrap ul li.i2:before {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/c-2.png);
	position: absolute;
	left: 0;
	top: 0;
}

.contacts-wrap ul li.i3:before {
	content: '';
	display: block;
	width: 19px;
	height: 16px;
	background: url(../images/c-3.png);
	position: absolute;
	left: 0;
	top: 0;
}

.contacts-wrap ul li.i4:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/c-4.png);
	position: absolute;
	left: 0px;
	top: 0px;
}

footer {
    clear: both;
    background: #2A3134;
    padding-top: 24px;
    padding-bottom: 24px;
}
footer p {
    float: left;
    margin-top: 15px;
    color: #fff;
}
footer .btn {
    float: right;
    max-width: 241px;
}

.ymaps-layers-pane {
    -webkit-filter: grayscale(100%);
}

.remodal {
    max-width: 460px;
    border: 3px solid #E9E9E9;
    padding: 45px 50px 40px;
}
.remodal h2 {
    font-family: 'ProximaNova-Bold';
    font-size: 36px;
}
.remodal h3 {
    font-size: 18px;
    margin-bottom: 35px;
}
.remodal .btn {
    margin: 30px auto 0;
    max-width: 260px;
}
.remodal input[type='text']{
    background: #F9F9FB;
    border: 1px solid #E8E8E8;
    margin-bottom: 10px;
}

.thx h2 {
    position: relative;
    padding-bottom: 3px;
    margin-bottom: 10px;
}
.thx h2:after {
	content: '';
	display: block;
	width: 180px;
	height: 1px;
	background: #B1D832;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.thx h4 {
    font-size: 18px;
}
.thx {
    padding-left: 10px;
    padding-right: 10px;
}

input.error {
    border: 1px solid red !important;
}

.menu-btn {
    display: none;
}

@media screen and (min-width: 990px){
	#nav {
		display: block !important;
	}
}

@media screen and (max-width: 1000px){
	.container {
		width: 95%;
	}
	
	img {
		max-width: 100%;
	}
	
	.menu-btn {
		display: block;
		color: #000;
		text-align: center;
		font-size: 21px;
		background: #fff;
	}
	
	#nav {
		display: none;
	}
	
	#nav {
		overflow: hidden;
		padding: 22px 0;
		background: rgba(0, 0, 0, 0.6);
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9;
	}
	
	#nav li {
		float: none;
		margin: 0;
		text-align: center;
		margin-bottom: 8px;
	}
	
	body.fixed .menu-btn {
		position: fixed;
		padding: 5px;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
		background: #000;
		color: #fff;
		margin: 0;
	}
	
	body.fixed #nav {
		top: 25px;
		background: rgba(0, 0, 0, 0.84);
	}
	
	#nav a {
		height: 35px;
		line-height: 35px;
	}
	
	.action .btn {
		max-width: 260px;
		display: block;
		margin: 15px auto 0;
	}
	
	.action input[type='text'] {
		margin: 5px;
	}
	
	.action {
	    height: auto;
		padding: 40px 0;
		background-size: cover !important;
	}
	
	.advantage-item p {
		font-size: 15px;
	}
	
	.services-content tr td:first-child {
	    min-width: 0;
		padding-right: 15px;
	}
}

@media screen and (max-width: 767px){
    .owl-dots{
        display: inline-block;
        vertical-align: top;
        width: 100%;
        text-align: center;
        margin: 15px 0 0;
    }
    .owl-dots div{
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #D6D9DA;
        display: inline-block;
        margin: 0 3px;
    }
    .owl-dots div.active{
        background: #000;
    }
	.logo {
		max-width: 180px;
	}
	
	.main {
		padding-top: 90px;
	}
	
	.services-wrap .right {
		width: 100%;
		padding: 0;
		float: none;
		clear: both;
	}
	
	.services-btns {
	    float: none;
		margin: 0 auto 25px;
		width: 100%;
		max-width: 320px;
	}
	

	
	.about {
		padding: 40px 0;
	}
	
	.advantages-wrap {
		text-align: center;
	}
	
	.advantage-item {
	    width: 30%;
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 30px;
	}
	
	.testimonials {
		padding: 40px 0;
	}
	
	.faq {
		padding: 40px 0;
	}
	
	footer .btn {
		max-width: 225px;
	}
}

@media screen and (max-width: 480px){
	.logo {
	    display: block;
		float: none;
		text-align: center;
		margin-bottom: 15px;
		max-width: 100%;
	}
    .testimonials-item p{
        text-align: center;
    }
	
	header {
		text-align: center;
	}
	
	.header-right {
	    float: none;
		display: inline-block;
	}
	
	.benefit-item {
		width: 49%;
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 15px;
	}
	
	.benefits {
		position: static;
	}
	
	.main-wrap .btn {
		margin-bottom: 40px;
	}
	
	.main {
	    height: auto;
		background-size: cover;
		text-align: center;
	}
	
	.services-btns li.active {
	    background: #b1d832;
	}
	
	h2.title {
		font-size: 42px;
	}
	
	.advantage-item {
		width: 49%;
	}
	
	.advantages {
		padding: 40px 0;
	}
	
	.testimonials-carousel {
		padding: 0 30px;
	}
    .testimonials-item{
        padding: 0 15px 20px;
    }
    .testimonials-item .star{
        text-align: center;
        margin-bottom: 10px;
    }
	.faq-item h3 {
		font-size: 18px;
	}
	
	.contacts-wrap {
		position: static;
		max-width: 100%;
	}
	
	#map {
		height: 250px;
	}
	
	footer p {
		float: none;
		text-align: center;
		margin: 0 0 15px;
	}
	
	footer .btn {
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}
	
	.remodal {
		padding-left: 15px;
		padding-right: 15px;
	}
}