@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (max-width: 1759.98px){
	.container{
		padding: 0 30px 0 90px;
		width: 1480px;
		/* margin: auto; */
	}
	.services_col {
		width: 33.33%;
	}
	.technologies_col_1 {
		width: 33.33%;
	}
	.technologies_col_2 {
		width: 66.66%;
	}
	.technologies_ul {
		width: 25%;
	}
	.technologies_col_2 .technologies_ul:last-child li {
		padding-right: 50px;
	}
	.sidebar{
		width: 60px;
		background-position: left -49px bottom -4px;
		background-size: 100px;
	}
	.sidebar:before{
		left: 52px;
	}
	.sidebar:after{
		left: 52px;
		bottom: 72px;
	}
	footer{
		height: 80px;
	}
	.technologies_col_2 .technologies_ul:last-child{
		margin-top: 30px;
	}
	.team_list{
		margin-left: 0;
	}
	.team_item_big{
		width: 600px;
	}
	.team_slider {
		width: calc(100% - 600px);
	}
	.bg_line3 {
		left: 462px;
	}
	.bg_line1 {
		left: 462px;
	}
	.bg_line2 {
		left: 915px;
	}
	.team_item_big{
		margin-top: 70px;
	}
}
@media (max-width: 1499.98px){
	.modal_body_wrap{
    padding: 80px 40px;
	}
	.modal_info_left{
		padding-right: 50px;
	}
	.modal_info_right{
		padding-right: 50px;
	}
	.modal_title{
		font-size: 40px;
	}
	.bg_line1 {
		left: 400px;
	}
	.bg_line2 {
		left: 750px;
	}
	.bg_line3 {
		left: 400px;
	}
	.menu li {
		margin: 0px 12px;
	}
	ul.menu {
		margin: 0px 15px;
	}
	.menu_active_item_line{
		left: 29px;
	}
	.order_top_btn{
		margin-left: 40px;
	}
	.container{
		width: 1170px;
	}
	header .container {
		width: auto;
	}
	.technologies_col_2 .technologies_ul:last-child li{
		line-height: 1.4;
	}
	.team_item_big{
		width: 450px;
	}
	.team_slider {
		width: calc(100% - 450px);
	}
	.team_item {
		width: 100px;
		opacity: 0.5;
		transition: 0.3s;
		padding-bottom: 40px;
		cursor: pointer;
	}
	.clients{
		display: none;
	}
	.clients_mobile{
		display: block;
		margin-top: 20px;
	}
	.client_list_row{
		flex-wrap: wrap;
	}
	.clients .list_dots {
		margin-top: 40px;
	}
	.client{
		margin-right: 0;
		padding: 0 20px;
		max-width: none;
		width: 25%;
		display: flex;
		justify-content: center;
	}
	.team_item_big_img{
		width: 180px;
		height: 180px;
	}
	.team_item_big_img img {
		width: 180px;
		height: 180px;
	}
	.team_item_big_info{
		margin-top: 0;
		padding-left: 20px;
	}
	.slide_main h1{
		margin-top: 100px;
		font-size: 54px;
		line-height: 70px;
	}
	.tags {
		margin-top: 10px;
	}
	.slide_main_order_btn{
		margin-top: 20px;
	}
	.main_slider h2 {
		margin-top: 40px;
		font-size: 40px;
		line-height: 40px;
	}
	.services_cols {
		margin-top: 35px;
	}
	.services_h3 {
		margin-top: 15px;
		font-size: 28px;
		line-height: 50px;
	}
	.technologies_cols {
		margin-top: 35px;
	}
	.technologies_h3 {
		font-size: 28px;
		line-height: 50px;
	}
	.client {
		margin-top: 35px;
	}
	.team_item_img img {
		width: 100px;
		height: 100px;
	}
	.team_item_img {
		width: 100px;
		height: 100px;
	}
	.team_item{
		padding-bottom: 15px;
	}
	.form h2{
		font-size: 40px;
		line-height: 44px;
	}
	.form h3 {
		font-size: 27px;
		line-height: 33px;
	}
	.form_input{
		margin-top: 20px;
	}
	.form_input input{
		padding: 10px 20px;
		height: 40px;
	}
	.form_textarea textarea{
		padding: 10px 20px;
		height: 100px;
	}
	.form_textarea + label{
		height: 100px;
	}
	.form_input + .form_input{
		margin-top: 20px;
	}
	.slide_main{
		background-position: top 50% left 750px;
		background-size: auto 330px;
	}
	.slide_services  {
		background-position: top 50% left 1000px;
		background-size: auto 330px;
	}
	.slide_technologies  {
		background-position: top 50% left 1000px;
		background-size: auto 330px;
	}	
	.slide_form{
		background-position: top 50% left 850px;
		background-size: auto 330px;
	}
	.form_social{
		margin-top: 10px;
	}

	.textpage {
		padding-top: 40px;
	}
	.textpage__content {
		width: 50%;
	}
	.textpage__aside {
		width: 50%;
	}
	.textpage h1,
	.textpage h2 {
		font-size: 40px;
	}
	.textpage h3 {
		font-size: 30px;
	}
}
@media (max-width: 1400px) {
	.menu li a {
		font-size: 14px;
	}
}
@media (max-width: 1199.98px){
	.container {
		width: 992px;
	}
	.order_top_btn{
		display: none;
	}
	.slide_main h1{	
		font-size: 40px;
		line-height: 50px;
	}
	.tag {
		font-size: 24px;
		line-height: 54px;
	}
	.tag:before{	
		width: 30px;
		height: 30px;
	}
	.slide_main {
		background-position: top 50% left 550px;
		background-size: auto 330px;
	}
	.slide_services  {
		background-position: top 50% left 700px;
		background-size: auto 330px;
	}
	.slide_technologies  {
		background-position: top 50% left 700px;
		background-size: auto 330px;
	}
	.slide_form{
		background-position: top 50% left 550px;
		background-size: auto 330px;
	}
	.bg_line1 {
		left: 340px;
	}
	.bg_line3 {
		left: 340px;
	}
	.bg_line2 {
		left: 630px;
	}
	.services_ul li{
		line-height: 30px;
		padding-left: 30px;
	}
	.technologies_ul li{
		line-height: 30px;
		padding-left: 30px;
		
	}
	.technologies_slide{
		width: 100%;
	}
	.technologies_col_2 .technologies_ul:last-child{
		/*display: none;*/
	}
	.client img{
		max-height: 75px;
	}
	.team_item_big_img {
		width: 140px;
		height: 140px;
	}
	.team_item_big {
		width: 400px;
	}
	.team_slider {
		width: calc(100% - 400px);
	}
	.team_item_img img {
		width: 75px;
		height: 75px;
	}
	.team_item_name{
		margin-top: 15px;
	}
	.team_item {
		width: 75px;
		margin: 0 20px;
	}
	.form_social{
		display: none;
	}
	.team_item_img {
		width: 75px;
		height: 75px;
	}
	.menu li a {
		font-size: 13px;
	}

	.textpage {
	}
	.textpage__content {
		width: 60%;
	}
	.textpage__aside {
		width: 40%;
	}
}
@media (max-width: 991.98px){
	.sidebar{
		display:none;
	}
	.container{
		padding: 0 20px;
		width :100%;
	}
	.technologies_col_1{
		width: 100%;
	}
	.technologies_col_2{
		width: 100%;
	}
	.technologies_ul{
		width: 100%;
	}
	.technologies_ul li{
		display: inline-block;
		padding-right: 30px;
		font-size: 14px;
	}
	.slide_main h1{
		margin-top: 40px;
	}
	.slide_main {
		background-position: top 50% left 430px;
		background-size: auto 330px;
	}
	.slide_services  {
		background-position: top 50% left 500px;
		background-size: auto 330px;
	}
	.slide_technologies  {
		background-position: top 50% left 500px;
		background-size: auto 330px;
	}
	.slide_form{
		background-position: top 50% left 430px;
		background-size: auto 330px;
	}
	.technologies_cols {
		margin-top: 15px;
	}
	.services_ul li{
		font-size: 14px;
	}
	.services_cols {
		margin-top: 15px;
	}
	.client {
		margin-top: 20px;
	}
	.clients .list_dots {
		margin-top: 30px;
	}
	.team_item_big{
		margin-top: 30px;
		width: 100%;
	}
	.team_item_big_img{
		width: 140px;
		height: 140px;
		margin-right: 25px;
	}
	.team_item_big_img img {
		width: 140px;
		height: 140px;
		border-radius: 140px;
	}
	.team_item_big_info{
		margin-top: 0;
		padding-left: 0;
	}
	.team_item_big_bio{
		margin-top: 5px;
	}
	.team_item_big_bio_item{
		margin-top: 6px;
	}
	.team_item_big_post {
		font-size: 12px;
	}
	.team_wrap{
		width: 100%;
	}
	.team_item_big_name {
		font-size: 18px;
	}
	.team_item_big_bio_item span:first-child{
		font-size: 14px;
		width: 75px;
	}
	.team_item_big_bio_item span:last-child{
		font-size: 14px;
	}
	.team_item_big.active{
		display: block;
	}
	.team_wrap {
		display: block;
	}
	.team_slider {
		width: calc(100% + 40px);
		border-top: 1px solid rgba(239, 239, 239, 0.05);
		margin-top: 30px;
		padding: 20px;
		overflow: auto;
		position: relative;
		left: -20px;
		display: flex;
	}
	.team_list{
		margin-left: 0;
		flex-wrap: nowrap;
		display: flex;
		opacity: 1;
	}
	.team_item{
		width: 70px;
		margin: 0 15px;
		padding-bottom: 0;
	}
	.team_item_img {
		width: 70px;
		height: 70px;
	}
	.team_item_img img{
		width: 70px;
		height: 70px;
	}
	.team_slider .list_dots{
		display: none;
	}
	.team_item_name{
		font-size: 14px;
	}
	.team_item_post{
		font-size: 12px;
	}
	.form_input{
		width: 230px;
	}
	.form_textarea + label{
		width: 230px;
	}
	.form_textarea{
		width: 480px;
	}
	.logo img:first-child{
		display: none;
	}
	.logo img:last-child{
		display: block;
		height: auto;
		width: 96px;
	}
	header{
		padding: 18px 0;
	}
	.menu li {
		margin: 0px 10px;
	}
	.menu_active_item_line{
		bottom: -26px;
    left: 24px;
	}
	.main_slider_navigation_line span{
    margin-right: 20px;
		width: 40px;
	}
	.bg_line1{
		display: none;
	}
	.bg_line2{
		display: none;
	}
	.bg_line3{
		display: none;
	}
	.services_col{
		width: 50%;
		padding-bottom: 30px;
	}
	.slide.active{
		display: block;
	}
	.modal_body_wrap{
    padding: 80px 15px;
	}
	.modal_info_left{
		width: 100%;
		padding-right: 0px;
	}
	.modal_info_right{
		margin-top: 40px;
		width: 100%;
		padding-right: 0px;
	}
	.modal_title{
		font-size: 32px;
	}
	.modal_close{
    right: 30px;
    top: 30px;
	}


	.textpage ul li {
		padding-left: 30px;
	}
}
@media (max-width: 767.98px){	

	.vacacies_list li{
    margin-top: 16px;
    padding-left: 21px;
    font-size: 16px;
    line-height: 24px;
	}
	footer{
		z-index: 3;
	}
	.slide .container{
		padding-top: 0;
	}
	.menu_social{
		display: block;
		width :100%;
		position: absolute;
		bottom: 0;
		left: 0;		
	}
	.menu_social .form_social_icon{
		margin: 40px 40px;
	}
	.menu_social .form_social{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.menu_social .form_social_text{
		width: 100%;
		justify-content: center;
		font-size: 16px;
		letter-spacing: 0.38px;
		color: #48AB41;
	}
	.menu_social .form_social_text:after{
		display: none;
	}
	.menu_social .form_social_icon:after{
		content: '';
		width: 20px;
		height: 2px;
		position: relative;
		top: 50%;
		margin: 0 30px;
		display: inline-block;
		background: #7A7A7A;
		border-radius: 1px;
		position: absolute;
	}
	.menu_social .form_social_icon_telegram:after{
		display: none;
	}
	.menu_social .form_social_icon_viber .a {
		fill: #c26fdb;
		transition: 0.3s;
	}
	.menu_social .form_social_icon_vhatsapp .b {
		fill: #63c95c;
		transition: 0.3s;
	}
	.menu_social .form_social_icon_telegram .c {
		fill: #708cff;
		transition: 0.3s;
	}
	header{
		z-index :5;
		position: initial;
	}
	.menu_wrap{
		opacity: 0;
		pointer-events: none;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		position: absolute;
		background: #292929;
		z-index: 1;
		padding-bottom: 130px;
		display: flex;
		transition: 0.3s 0.2s;
	}
	.menu_wrap.active{
		opacity: 1;
		pointer-events: all;
		transition: 0.3s;
	}
	.menu_active_item_line{
		display: none;
	}
	ul.menu{
		display: block;
	}
	.menu li + li{
		margin-top: 26px;
	}
	.menu li{
		text-align: right;
		font-size: 24px;
		line-height: 22px;
	}
	.menu li a.active{
		opacity: 1;
	}
	ul.menu {
		width: 100%;
		padding-top: 160px;
	}
	.logo {
		z-index: 2;
	}
	.lang{
		z-index: 2;
		margin-left: auto;
		margin-right: 30px;
	}
	.mobile_menu_btn{
		display: block;
		width: 30px;
		height: 30px;
		position: relative;
		cursor: pointer;
		z-index: 2;
	}
	.mobile_menu_btn img{
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.mobile_menu_btn img:last-child{
		display:none;
	}
	.mobile_menu_btn.active img:first-child{
		display:none;
	}
	.mobile_menu_btn.active img:last-child{
		display:block;
	}
	.wrap.active .mobile_menu_btn img:first-child{
		display:none;
	}
	.wrap.active .mobile_menu_btn img:last-child{
		display:block;
	}
	footer{
		height: 80px;
	}
	.services_icon{
		float: left;
		width: 24px;
		height: 24px;
	}
	.services_icon img{
		max-width: 100%;
		max-height: 100%;
	}
	.container{
		padding: 0 20px;
		width: 100%;
	}
	header .container {
		width: 100%;
	}
	.order_top_btn{
		display: none;
	}
	.slide_main h1{
		margin-top: 40px;
		font-size: 50px;
		line-height: 55px;
	}
	.slide_main h1 span {
		display: block;
		padding-bottom: 8px;
	}
	.slide_main h1 br {
		display: none;
	}
	.tags {
		margin-top: 9px;
		flex-wrap: wrap;
	}
	.tag{
		font-size: 24px;
		line-height: 36px;
		width: 100%;
	}
	.tag:before{
		display: none;
	}
	.main_slider_navigation_page{
		display: none;
	}
	.main_slider_navigation_line{
		order: 2;
	}
	.main_slider_navigation_prev{
		order: 1;
	}
	.main_slider_navigation_next{
		order: 3;
	}
	.main_slider_navigation_line span{
		width: 100%;
		margin: 0 5px;
		flex-shrink: 1.4;
	}
	.main_slider_navigation_line span.active{
		flex-shrink: 1;
	}
	.main_slider_navigation_line {
		margin-left: 15px;
		margin-right: 15px;
	}
	.slide_main{
		background: none; 
	}
	.bg_line{
		display: none;
	}
	.main_slider h2{
		font-size: 28px;
		line-height: 1;
		margin-top: 34px; 
	}
	.services_h3 {
		margin-top: 0;
		font-size: 20px;
		line-height: 1.4;
		padding-left: 40px;
	}
	.services_col{
		width: 100%;
	}
	.services_cols{
		margin-top: 20px;
	}
	ul.services_ul {
		margin-top: 10px;
	}
	.services_ul li{
		font-size: 16px;
		line-height: 30px;
	}
	.services_col + .services_col{
		margin-top: 25px;
	}
	.technologies_cols {
		width: 100%;
		margin-top: 20px;
	}
	.technologies_col_1 {
		width: 100%;
	}
	.technologies_col_2 {
		width: 100%; 
	}
	.technologies_col_2 .technologies_ul{
		width: auto; 
		padding-right: 35px;
		margin-top: 0;
	}
	.technologies_col_1 .technologies_ul{
		width: 100%;
		display: block;
		columns: 2;
		/*flex-direction: column;*/
		/*height: 85px;*/
		flex-wrap: 	wrap;
		margin-top: 10px;
	}
	.technologies_col_1 .technologies_ul li{
		width: 50%;
		font-size: 14px;
		line-height: 26px;
	}
	.technologies_col_2 .technologies_ul li{
		font-size: 14px;
		line-height: 26px;
		white-space: nowrap;
		display: inline-block;
		width: 100%;
	}
	.technologies_col_2{
		margin-top: 20px;
	}
	.technologies_h3{
		margin-top: 0;
		font-size: 20px;
		line-height: 1.4;
		padding-left: 40px;
	}
	.technologies_col_2 .technologies_ul:last-child{
		display: block;
		margin-top: 0;
		/*display: none;*/
	}
	.technologies_col_2 .technologies_ul:last-child li {
		font-size: 14px;
		line-height: 26px;
	}
	.technologies_wrap{
		display: block;
		columns: 2;
		width: auto;
		margin-top: 10px;
	}
	.technologies_slide{
		overflow: auto;
		width: 100%;
	}
	.client img{
		max-height: 58px;
	}
	.client {
		margin-top: 20px;
		max-width: 50%;
		width: 50%;
		margin-right: 0;
		padding: 0 10px;
		display: flex;
		justify-content: center;
		height: 58px;
	}
	
	.technologies_wrap{
		flex-wrap: initial;
	}
	.main_slider h2{
		font-size: 36px;
		margin-top: 40px;
	}
	.form{
		width: 100%;
	}
	.form_textarea{
		width: 100%;
	}
	.form_textarea + label {
		width: 100%;
		margin-left: 0px;
	}
	.form_input{
		width: calc(50% - 10px);
	}
	.form_input + .form_input +.form_input{
		margin-top: 20px;
		margin-left: 0;
		width: 100%;
	}
	.slide_main {
		background-image: url(../img/mobile_bg.png);
		background-repeat: no-repeat;
		background-position: top 50% left 100%;
		background-size: auto 441px;
	}
	.slide_services  {
		background-image: url(../img/mobile_bg.png);
		background-repeat: no-repeat;
		background-position: top 50% left 100%;
		background-size: auto 441px;
	}
	.slide_technologies  {
		background-image: none;
	}
	.slide_form{
		background-image: none;
	}
	
	.form_yes_title{
		font-size: 30px;
		line-height: 36px;
	}
	.form_yes_subtitle{
		text-align: left;
		font: normal normal normal 20px/24px Open Sans;
	}
	.form-closer {
		display: none;
	}

	.textpage {
		font-size: 14px;
	}
	.textpage h1,
	.textpage h2 {
		font-size: 36px;
	}
	.textpage h3 {
		font-size: 30px;
	}
}
@media (max-width: 575.98px){
	.slide_main h1 {
		margin-top: 40px;
		font-size: 36px;
		line-height: 40px;
	}
	.main_slider h2 {
		font-size: 22px;
		margin-top: 30px;
	}
	.form h3 {
		font-size: 15px;
		line-height: 22px;
	}
	.form_textarea + label{
		height: 50px;
	}

	.textpage {
		padding-top: 30px;
	}
	.textpage__content {
		width: 100%;
	}
	.textpage__aside {
		display: none;
	}
	.textpage h1,
	.textpage h2 {
		font-size: 24px;
		margin: 30px 0 20px;
	}
	.textpage h3 {
		font-size: 20px;
		margin: 30px 0 20px;
	}
}

@media(max-width: 359.98px){
	.team_item_big_img {
		width: 100px;
		height: 100px;
	}
	.team_item_big_img img{
		width: 100px;
		height: 100px;
	}
}