*{
	padding: 0;
	margin: 0;
}
html{
	scroll-behavior: smooth;
}
body{
	font-family: 'Roboto';
}
h2{
	text-align: center;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 2.1rem;
	margin-bottom: 25px;
}
a{
	text-decoration: none;
}
.container{
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}
.wrapper .header-title-wrapp{
	background: #00b8c8;
	background: -moz-linear-gradient(45deg,  #00b8c8 0%, #0084c8 50%, #0084c8 50%, #f002ff 100%);
	background: -webkit-linear-gradient(45deg,  #00b8c8 0%,#0084c8 50%,#0084c8 50%,#f002ff 100%);
	background: linear-gradient(45deg,  #00b8c8 0%,#0084c8 50%,#0084c8 50%,#f002ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b8c8', endColorstr='#f002ff',GradientType=1 );
}
.header-title-wrapp .nav-section_logo{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
}
.nav-menu ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.nav-menu ul li{
	list-style: none;
	margin-right: 50px;
}
.nav-menu ul li:last-child{
	margin-right: 0px;
}
.nav-menu ul li a{
	color: #fff;
	padding: 5px;
}
.wrapp-title{
	padding: 10% 0;
}
.main-title_backg .wrapp-title{
	color: #fff;
}
.main-title_backg .wrapp-title h1{
	font-size: 3.75rem;
	line-height: 2;
	text-transform: uppercase;
}
.main-title_backg{
	position: relative;
	margin-bottom: 50px;
}
.section__title-bckgimg{
	background: url('../img/title-section.png')no-repeat;
  background-position: right bottom;
  background-size: contain;
  height: 100%;
  position: relative;
  bottom: -14px;
}
.leave__requst-btn{
	margin: 50px 0;
}
.leave__requst-btn a{
	background: #8A38E7;
	border-radius: 30px;
	padding: 15px 35px;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
}
.wrapp__section-article-webdev{
	line-height: 2;
	text-align: center;
	margin-bottom: 50px;
}
.wrapp__section-article-webdev .title_p-top{
	color: #008AC8;
	font-size: 1.25rem;
}
.wrapp__section-article-webdev .article__text{
	font-size: 1.1rem;
	margin: 0 auto;
	width: 80%;
}
.section__title{
	margin-bottom: 30px;
}
.wrapp__services-card{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.wrapp__services-card .service__card{
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-direction: column;
	-o-flex-direction: column;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
  box-shadow: 0px 0px 10px -3px #878787;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	height: 470px;
	padding: 30px;
  margin: 30px;
	width: 30%;
	max-width: 398px;
  position: relative;
  border-radius: 10px;
  box-sizing: border-box;
}
.service__card img{
	height: 80px;
	margin-top: 15px;
  margin-bottom: 30px;
}
.service__card p.title_p-top{
	color: #0084C8;
	margin: 20px 0px;
}
.service__card p.service__article{
	text-align: center;
	line-height: 1.6;
	font-size: 16px;
}
.section__card-btn a{
	color: #fff;
	font-size: 1.5rem;
	transform: translate(-50%, -50%);
  position: absolute;
  bottom: -50px;
  left: 50%;
	padding: 10px 35px;
	border-radius: 30px;
	background: #00b8c8;
	text-transform: uppercase;
	background: -moz-linear-gradient(45deg,  #00b8c8 0%, #0084c8 100%);
	background: -webkit-linear-gradient(45deg,  #00b8c8 0%,#0084c8 100%);
	background: linear-gradient(45deg,  #00b8c8 0%,#0084c8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b8c8', endColorstr='#0084c8',GradientType=1 );
}
.wrapp-section__step{
	background: #E9F8FF;
}
.wrapp-section__step .section__title h2{
	padding-top: 40px;
}
.section__step-dev--card{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.section__step-dev--card .step-dev__card{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	text-align: center;
	width: 25%;
	padding: 20px;
  margin: 20px;
}
.section__step-dev--card .step-dev__card h4{
	margin-bottom: 25px;
	color: #0084C8;
}
.section__step-dev--card .step-dev__card p{
	font-size: 14px;
}
.section__step-dev--card .step-dev__card img{
	height: 82px;
	margin: 15px;
}
.section__technology-wrapp{
	margin-bottom: 50px;
}
.section__slider-technology{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
  align-items: center;
}
.section__technology-wrapp .block__technology-image{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
}
.section__technology-wrapp .block__technology-image img{
	/*width: 100%;*/
	max-width: 90px;

}

.section__technology-wrapp .owl-stage{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.section__why-us--wrapp .section__title p{
	text-align: center;
	margin: 25px 0;
}
.section__why-us--wrapp .section__benefits-wrapp{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.section__benefits-wrapp .benefits__block{
	text-align: center;
	font-weight: bold;
}
.benefits__block span{
	font-size: 70px;
	margin: 25px;
  display: block;
  font-weight: 500;
}
/*.section__why-us--wrapp .section__title h2{
	margin: 20px 0;
}*/
.benefits__block .colors-figures-1{
	color: #008AC8;
}
.benefits__block .colors-figures-2{
	color: #8A38E7;
}
.benefits__block .colors-figures-3{
	color: #2670D1;
}
.benefits__block .colors-figures-4{
	color: #00B8C8;
}
.section__why-us--wrapp{
	margin-bottom: 50px;
}
.section__our-work--wrapp{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.section__our-work--wrapp .section__post--block{
	width: 50%;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.section__our-work--wrapp .section__post--block img{
  width: 100%;
  height: 100%;
}
.section__our-work--wrapp .section__invisible-block{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000cc;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 60px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.section__our-work--wrapp .section__invisible-block:hover{
	opacity: 1;
}
.section__invisible-block .section__invisible-title{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.section__invisible-block{
	color: #fff;
}
.section__invisible-block .section__invisible-title h3{
	font-size: 2rem;
}
.section__invisible-block .invisible__article{
	width: 80%;
}
.section__invisible-block .name__block{
	color: #FF6474;
}
.section__see-more-btn{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.section__invisible-block .section__see-more-btn a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	color: #fff;
}
.section__invisible-block .section__see-more-btn img.btn_arrow{
	width: 25px;
  margin-left: 20px;
}
.section__site-order--btn .button__siteorder-wrapp{
	margin: 6% 0;
	text-align: center;
}
.section__site-order--btn .button__siteorder-wrapp a{
	color: #fff;
	padding: 15px 35px;
	border-radius: 30px;
	background: #00b8c8;
	text-transform: uppercase;
	background: -moz-linear-gradient(45deg,  #00b8c8 0%, #0084c8 100%);
	background: -webkit-linear-gradient(45deg,  #00b8c8 0%,#0084c8 100%);
	background: linear-gradient(45deg,  #00b8c8 0%,#0084c8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b8c8', endColorstr='#0084c8',GradientType=1 );
}
.section__slider-reviews-wrapp{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.section__slider-reviews-wrapp .section__review--card{
	padding: 20px;
	margin: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px -3px #878787;
}
.section__review--card .section__top--card .title__image{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 20px;
}
.section__review--card .section__top--card .title__image img{
	width: 80px;
	margin-right: 40px;
}
.section__slider-reviews-wrapp .owl-nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}
.section__slider-reviews-wrapp .owl-next,
.section__slider-reviews-wrapp .owl-prev{
	outline: none;
}
.position_block{
	position: relative;
}
.slider-counter{
	position: absolute;
	right: 100px;
  bottom: 22px;
  color: #2670D1;
}
.section__slider-reviews-wrapp .owl-next  img,
.section__slider-reviews-wrapp .owl-prev img{
	width: 15px;
	margin: 15px;
}
.section__form-wrapp form#discuss{
	max-width: 820px;
	width: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
	box-shadow: 3px 3px 10px -3px #878787;
}
.input__wrapp-main{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}
.name.alert_massage,
.email.alert_massage,
.phone.alert_massage{
	display: none;
}
.on{
	display: block;
}
.section__form-wrapp .section__title h2.left{
	text-align: left;
	margin: 20px 0;
}
.section__form-wrapp{
	margin-bottom: 50px;
}
.input__wrapp-form-vs-backg{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.section__right-background{
	width: 50%;
  background: url(../img/end-page.png)no-repeat;
  background-position: bottom -30px right 30px;
  background-size: 80%;
}
.input__wrapp-main .section__input-wrapp{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.section__message-block{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.section__message-block textarea[name="message"]{
	max-width: 260px;
	width: 100%;
	padding: 10px;
	border: 1px solid #BABABA;
	border-radius: 10px;
	color: #6B6B6B;
	outline: none;
}
.section__input-wrapp input[type="email"],
.section__input-wrapp input[type="tel"],
.section__input-wrapp input[type="text"]{
	max-width: 260px;
	padding: 10px;
	margin: 5px;
	outline: none;
	border: 1px solid #BABABA;
	border-radius: 30px;
	color: #6B6B6B;
}
.polis_conf span{
	color: #6B6B6B;
	font-size: 14px;
}
.polis_conf span a{
	color: #008AC8;
}
.polis_conf input[type="checkbox"]{
	margin-right: 5px;
}
.polis_conf{
	display: flex;
  align-items: center;
  margin-top: 20px;
}
.submit__wrapp-btn button#prize_submit{
	color: #fff;
	font-size: 18px;
	padding: 15px 35px;
	border: none;
	position: relative;
	bottom: -40px;
	outline: none;
	border-radius: 30px;
	background: #00b8c8;
	text-transform: uppercase;
	background: -moz-linear-gradient(45deg,  #00b8c8 0%, #0084c8 100%);
	background: -webkit-linear-gradient(45deg,  #00b8c8 0%,#0084c8 100%);
	background: linear-gradient(45deg,  #00b8c8 0%,#0084c8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b8c8', endColorstr='#0084c8',GradientType=1 );
}
.wrapp_fo.df{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
  padding: 30px 0;
}
.wrapp_fo.df .dev{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.wrapp_fo.df .dev a{
	color: #000;
	font-size: 14px;
	margin-bottom: 10px;
}
.nav-menu-end ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.nav-menu-end ul li{
	list-style: none;
	margin-right: 50px;
}
.nav-menu-end ul li:last-child{
	margin-right: 0px;
}
.nav-menu-end ul li a{
	color: #000;
	padding: 5px;
}
.polis_conf-modalalert h2{
	font-size: 1.2rem;
	margin: 15px 0;
}
p.like_title {
  text-align: center;
  font-size: 24px;
}
.polis_conf-modalalert h3{
	text-align: center;
	margin: 10px 0;
}
.polis_conf-modalalert li{
	margin: 10px 0;
}
button.modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  border: none;
  outline: none;
}
#more{
  display: block;
  text-align: center;
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 18px;
  color: #fff;
  border-radius: 25px;
  background: rgba(0,183,200,1);
  background: -moz-linear-gradient(left, rgba(0,183,200,1) 0%, rgba(0,133,200,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,183,200,1)), color-stop(100%, rgba(0,133,200,1)));
  background: -webkit-linear-gradient(left, rgba(0,183,200,1) 0%, rgba(0,133,200,1) 100%);
  background: -o-linear-gradient(left, rgba(0,183,200,1) 0%, rgba(0,133,200,1) 100%);
  background: -ms-linear-gradient(left, rgba(0,183,200,1) 0%, rgba(0,133,200,1) 100%);
  background: linear-gradient(to right, rgba(0,183,200,1) 0%, rgba(0,133,200,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7c8', endColorstr='#0085c8', GradientType=1 );
}
#boom h2{
  font-size: 40px;
}
#boom .modal__content {
	text-align: center;
	font-size: 20px;
}
#boom .modal__content p{
	margin: 20px 0;
}
#boom .wrapp_gift{
  position: absolute;
  right: 70px;
  top: 60px;
}
#boom .wrapp_gift .gift_cloud {
    width: 75px;
}
#boom .wrapp_gift .gift_cloud{
  width: 75px;
}
.wrapp_lin a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #000;
}
.wrapp_after_lin a {
    font-size: 18px;
    color: #000;
}

@media screen and (min-width: 1101px) and (max-width: 1200px) {
	.section__title-bckgimg{
		background-size: 75%;
	}
}
@media screen and (min-width: 901px) and (max-width: 1100px) {
	.section__title-bckgimg{
		background-size: 60%;
		bottom: -8px;
	}
	.wrapp__services-card .service__card{
		padding: 15px;
    margin: 30px 10px;
    width: 33%;
	}
	.section__step-dev--card{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.section__step-dev--card .step-dev__card{
		width: 45%;
    padding: 10px;
    margin: 10px;
	}
	.input__wrapp-form-vs-backg{
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.section__our-work--wrapp .section__invisible-block{
		padding: 0 30px;
	}
	.section__right-background{
		width: 100%;
    height: 50vh;
		background-size: 70%;
		background-position: bottom;
	}
	.section__form-wrapp form#discuss{
		width: 70%;
		margin: 0 auto;
	}
	.section__input-wrapp input[type="email"], 
	.section__input-wrapp input[type="tel"], 
	.section__input-wrapp input[type="text"]{
		max-width: 100%;
	}
	.section__message-block textarea[name="message"]{
		max-width: 100%;
		margin: 5px;
	}
}
@media screen and (min-width: 769px) and (max-width: 900px) {
	.wrapp__section-article-webdev .article__text{
		width: 90%;
    line-height: 1.5;
	}
	.section__step-dev--card{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}
	.section__step-dev--card .step-dev__card{
		width: 40%;
    padding: 10px;
    margin: 10px;
	}
	.section__title-bckgimg{
		background-size: 60%;
		bottom: -11px;
	}
	.wrapp__services-card{
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	}
	.wrapp__services-card .service__card{
		width: 45%;
		padding: 15px;
    margin: 30px 15px;
	}
	.section__our-work--wrapp .section__post--block{
		width: 100%;
	}
	.input__wrapp-form-vs-backg{
		justify-content: center;
	}
	.section__form-wrapp form#discuss{
		width: 80%;
	}
	.section__right-background{
		display: none;
	}
	.section__input-wrapp input[type="email"], 
	.section__input-wrapp input[type="tel"], 
	.section__input-wrapp input[type="text"]{
		max-width: 100%;
		margin: 5px;
	}
	.section__message-block textarea[name="message"]{
		max-width: 100%;
		margin: 5px;
	}
}
@media screen and (min-width: 569px) and (max-width: 768px) {
	.main-title_backg .wrapp-title h1{
		font-size: 2.75rem;
	}
	.nav-menu ul li{
		margin-right: 20px;
	}
	.wrapp-title{
		padding: 0 0 20% 0;
	}
	.section__title-bckgimg{
		background-size: 60%;
		bottom: -5px;
	}
	.wrapp__section-article-webdev .article__text{
		width: 100%;
    line-height: 1.5;
    font-size: 16px;
	}
	.section__why-us--wrapp .section__benefits-wrapp{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.section__our-work--wrapp .section__post--block{
		width: 100%;
	}
	.section__our-work--wrapp .section__invisible-block{
		padding: 0 60px;
	}
	.section__benefits-wrapp .benefits__block{
		width: 45%;
	}
	.wrapp__services-card{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		align-items: center;
	}
	.wrapp__services-card .service__card{
		width: 100%;
	}
	.input__wrapp-main{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.input__wrapp-form-vs-backg{
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-ms-align-items: center;
		align-items: center;
	}
	.section__right-background{
		width: 100%;
    height: 40vh;
	}
	.section__right-background{
		background-position: bottom;
	}
	.section__step-dev--card{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}
	.section__step-dev--card .step-dev__card{
		width: 40%;
    padding: 10px;
    margin: 10px;
	}
	.nav-menu-end ul li{
		margin-right: 20px;
	}
	.section__input-wrapp input[type="email"], 
	.section__input-wrapp input[type="tel"], 
	.section__input-wrapp input[type="text"]{
		max-width: 100%;
		margin: 5px 0;
	}
	.section__message-block textarea[name="message"]{
		max-width: 100%;
		margin: 5px 0;
	}
	.section__form-wrapp form#discuss{
		width: 80%;
	}
}
@media screen and (min-width: 320px) and (max-width: 568px) {
	h2{
		font-size: 1.3rem;
	}
	.nav-section_logo .logo img{
		width: 110px;
    margin-bottom: 15px;
	}
	.header-title-wrapp .nav-section_logo{
		padding: 20px 0;
	}
	.main-title_backg{
		margin-bottom: 30px;
	}
	.header-title-wrapp .nav-section_logo{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.main-title_backg .wrapp-title h1{
		font-size: 2rem;
	}
	.wrapp-title{
		padding: 0 0 40% 0;
	}
	.section__title-bckgimg{
		bottom: -5px;
	}
	.wrapp__section-article-webdev .article__text{
		width: 100%;
		font-size: 1rem;
    line-height: 1.3;
	}
	.leave__requst-btn a{
		font-size: 16px;
	}
	.leave__requst-btn{
		margin: 20px 0 50px 0;
	}
	.wrapp__services-card{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
	}
	.wrapp__services-card .service__card{
		width: 100%;
		padding: 15px;
    margin: 30px 0;
	}
	.section__step-dev--card .step-dev__card{
		width: 100%;
		margin: 0px 0;
    box-sizing: border-box;
	}
	.section__right-background{
		display: none;
	}
	.section__step-dev--card{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.section__why-us--wrapp .section__benefits-wrapp{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.section__form-wrapp form#discuss{
		width: 100%;
	}
	.section__input-wrapp input[type="email"],
	.section__input-wrapp input[type="tel"],
	.section__input-wrapp input[type="text"]{
		max-width: 100%;
		margin: 5px 0;
	}
	.section__message-block textarea[name="message"]{
		margin: 5px 0;
		max-width: 100%;
	}
	.input__wrapp-main{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.wrapp_fo.df{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.nav-menu ul li,
	.nav-menu-end ul li{
		margin-right: 20px;
	}
	.section__our-work--wrapp{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.section__site-order--btn .button__siteorder-wrapp{
		margin: 16% 0;
	}
	.section__our-work--wrapp .section__post--block{
		width: 100%;
	}
	.section__invisible-block .invisible__article{
		width: 100%;
	}
	.section__our-work--wrapp .section__invisible-block{
		padding: 5px 15px;
	}
	.section__invisible-block .section__invisible-title h3{
		font-size: 1rem;
	}
	.section__invisible-block .invisible__article{
		font-size: 14px;
	}
	.section__invisible-block .section__invisible-title{
		font-size: 14px;
	}
	.nav-menu-end ul{
		margin-top: 20px;
	}
	.slider-counter{
		right: 100px;
	}
}