.boxSeach.open .modadlSearch {
	display: block;
}
.boxSeach.open .boxSeach_button use {
	fill: #F5B315;
}
.modadlSearch {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 232px;
	height: 31px;
	z-index: 2;
	margin-top: 13px;
}
.modadlSearch_input {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 31px;
	box-sizing: border-box;
	padding: 0 50px 0 15px;
	font-size: 12px !important;
    color: #C4C4C4;
    border-radius: 40px;
	background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
}
.modadlSearch_button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 53px;
	height: 31px;
	background: linear-gradient(270deg, #F5B315 10.87%, rgba(245, 179, 21, 0) 140.57%), linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
	border-radius: 40px;
	font-size: 0;
	line-height: 1;
	transition: 0.3s ease all;
}
.modadlSearch_button use {
	fill: #fff;
}
.modadlSearch_button:hover {
	background: 
		linear-gradient(270deg, #F5B315 10.87%, rgba(245, 179, 21, 0) 100%), 
		linear-gradient(0deg, #F5B315, #F5B315), #F5B315;
	transition: 0.3s ease all;
}
.boxAbout {
	margin-top: 130px;
}
.boxAbout_left {
	width: 44.5%;
}
.boxAbout_right {
	width: 55.5%;
	box-sizing: border-box;
	padding: 0 0 0 103px;
}
.boxAbout_thumb {
	font-size: 0;
}
.boxAbout_item {
	max-width: 630px;
}
.boxAbout_description {
	margin-top: 22px;
	max-height: 151px;
	overflow: hidden;
}
.boxAbout_link {
	min-width: 232px;
	height: 55px;
	background: #F5B315;
	border-radius: 70px;
	margin-top: 34px;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	padding: 0 25px 0 25px;
    box-sizing: border-box;
}
.boxAbout_link use {
	fill: #000;
}
.boxAbout_link svg {
	margin-left: 7px;
}
.boxAbout_link:hover {
	background: #D09712;
}
.description {
	font-size: 18px !important;
    color: #000 !important;
    line-height: 1.2 !important;
}
.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
	margin: 0 0 15px 0 !important;
	font-weight: bold !important;
    color: #000 !important;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1 !important;
}
.description h1 {
	font-size: 33px !important;
}
.description h2 {
	font-size: 30px !important;
}
.description h3 {
	font-size: 28px !important;
}
.description h4 {
	font-size: 26px !important;
}
.description h5 {
	font-size: 24px !important;
}
.description h6 {
	font-size: 22px !important;
}
.description h1 font,
.description h2 font,
.description h3 font,
.description h4 font,
.description h5 font,
.description h6 font,
.description ul li font,
.description ol li font,  
.description h1 span,
.description h2 span,
.description h3 span,
.description h4 span,
.description h5 span,
.description h6 span,
.description blockquote span,
.description p font {
	font-size: inherit !important;
	color: inherit !important;
    font-family: inherit !important; 
}
.description p {
	font-size: 18px !important;
    color: #000 !important;
    line-height: 1.2 !important;
    margin: 0 0 0 0 !important;
}
.description p span {
	color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
}
.description img {
	font-size: 0;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}
.description ul {
  	list-style: none; 
}
.description ol {
	list-style: none;  
}
.description ul,
.description ol {
	margin: 0 0 15px 0;
	list-style-position: inside;
}
.description ul {

}
.description ul li {
	position: relative;
	box-sizing: border-box;
	padding-left: 20px;
}
.description ul li:before {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	background: #F5B315;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 6px;
}
.description ul ul,
.description ol ol,
.description ol ul,
.description ul ol {
	padding-left: 30px;
	box-sizing: border-box;
}
.description ol {
   list-style: none;
   counter-reset: li;
}
.description ol > li:before {
	counter-increment: li;
	content: counters(li, ".") ". ";
}
.description ol > li::marker {
	opacity: 0;
	display: none;
	visibility: hidden;
	font-size: 0;
}
.description ul li,
.description ol li {
	font-size: 18px !important;
    color: #000 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}
.description a {
	color: #F5B315;
	text-decoration: underline;
}
.description a:hover {
	text-decoration: none;
}
.description blockquote {
    margin: 0 0 15px 0 !important;
    font-size: 18px;
    font-style: italic;
    color: #000;
    border: 1px solid #F5B315;
    box-sizing: border-box;
    padding: 15px 30px !important;
    border-radius: 3px;
    line-height: 1.5;
}
.description table tr td {
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 18px !important;
    color: #000 !important;
    line-height: 1.2 !important;
}
.description > *:last-child {
	margin-bottom: 0 !important;
}
.description img {
	margin-bottom: 0;
}
.boxServices {
	margin-top: 91px;
}
.boxServices_title {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}
.tabs {
	text-align: center;
	margin: 30px 0 20px 0;
}
.tabs-title {
	display: none;
}
@media screen and (min-width: 980px) {
	.tabs-ul {
		display: inline-block !important;
	}
}
.tabs-ul {
	vertical-align: top;
	position: relative;
	font-size: 0;
	text-align: center;
}
.tabs-ul:before {
	display: block;
	content: "";
	height: 5px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #C4C4C4;
	border-radius: 10px;
}
.tabs-li {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	font-size: 17px;
	color: #000000;
	margin: 15px 15px 0 15px;
	position: relative;
	transition: 0.3s ease all;
}
.tabs-li.active:before {
	display: block;
	content: "";
	position: absolute;
	left: -15px;
	right: -15px;
	background: #F5B315;
	height: 5px;
	border-radius: 10px;
	top: -15px;
}
.tabs-li.active {
	pointer-events: none;
}
.tabs-li:not(.active):hover {
	color: #F5B315;
	transition: 0.3s ease all;
}
.tabs-content {
	display: none;
}
.tabs-content.active {
	display: block;
}
.listServices {
    max-width: 1244px;
    margin: 0 auto;
}
.listServices li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	box-sizing: border-box;
	padding: 0 5px 10px 5px;
}
.listServices_link {
    overflow: hidden;
    font-size: 0;
    text-decoration: none;
    position: relative;
    padding-bottom: 45.5%;
}
.listServices_thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	transition: 0.3s ease all;
}
.listServices_thumb:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	z-index: 2;
}
.listServices_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.listServices_title {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
}
/*.listServices_link:hover .listServices_thumb {
	transform: scale(1.1);
	transition: 0.3s ease all;
}*/
.listServices_link:hover .listServices_title span {
	text-decoration: underline;
	text-decoration-color: #F5B315;
}
.boxConsultation {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	margin-top: 86px;
}
.boxConsultation_item {
	box-sizing: border-box;
    padding: 52px 100px;
}
.boxConsultation_left {
	max-width: 63%;
}
.boxConsultation_right {
	box-sizing: border-box;
	padding-left: 30px;
}
.boxConsultation_title {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	color: #000000;
}
.boxConsultation_text {
	font-size: 16px;
	line-height: 1.2;
	text-align: justify;
	color: #000000;
	margin-top: 4px;
}
.boxConsultation_button {
	display: block;
	width: 232px;
	height: 55px;
	background: #FFFFFF;
	border-radius: 30px;
	font-size: 16px;
	color: #000000;
	transition: 0.3s ease all;
}
.boxConsultation_button:hover {
	background: rgba(255,255,255,0.7);
	transition: 0.3s ease all;
}
.boxNews {

}
.boxNews_left {
	width: 41.5%;
}
.boxNews_right {
	width: 58.5%;
	box-sizing: border-box;
    padding: 20px 0 0 49px;
}
.boxNews_thumb {
	font-size: 0;
}

.boxNews_item {
	max-width: 782px;
}
.listNews {
	margin-top: 26px;
}
.listNews li {
	margin-bottom: 10px;
	border: 2px solid #C4C4C4;
	box-sizing: border-box;
	padding: 8px 12px;
}
.listNews li:last-child {
	margin-bottom: 0;
}
.listNews_thumb {
	display: block;
	width: 317px;
	height: 125px;
	font-size: 0;
	overflow: hidden;	
}
.listNews_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.listNews_right {
	width: 100%;
	box-sizing: border-box;
	padding-left: 12px;
}
.listNews_text {
	font-size: 16px;
	line-height: 1.2;
	text-align: justify;
	color: #000000;
	height: 96px;
	overflow: hidden;
}
.listNews_link {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #F5B315;
	text-decoration: none;
	margin-top: 7px;
}
.listNews_link:hover {
	text-decoration: underline;
}
.boxNews_link {
	width: 232px;
	height: 55px;
	background: #F5B315;
	border-radius: 30px;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	padding: 0 25px 0 25px;
    box-sizing: border-box;
    margin: 20px auto 0 auto;
}
.boxNews_link use {
	fill: #000;
}
.boxNews_link svg {
	margin-left: 7px;
}
.boxNews_link:hover {
	background: #D09712;
}
.boxContacts {
	margin-top: 32px;
}
.boxContacts_left {
	width: 58.4%;
	padding: 25px 0;
}
.boxContacts_right {
	width: 41.6%;
	position: relative;
	box-sizing: border-box;
    padding: 39px 0 49px 65px;
}
.boxContacts_thumb {
	font-size: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}
.boxContacts_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.boxContacts_item-1 {
	width: 577px;
	margin: 0px 150px 0px auto;
}
.boxContacts_title {
	font-weight: bold;
	font-size: 40px;
	color: #000000;
}
.boxContacts_text {
	font-size: 16px;
	line-height: 1.2;
	text-align: justify;
	color: #000000;
	margin-top: 21px;
}
.listContacts {
    margin: 31px 0 0 0;
    max-width: 380px;
}
.listContacts_item {
	font-size: 16px;
	line-height: 1.2;
	color: #000000;
	position: relative;
	padding-left: 22px;
	margin-bottom: 25px;
}
.listContacts_item:last-child {
	margin-bottom: 0;
}
.listContacts_item i {
	width: 14px;
	height: 14px;
	position: absolute;
	top: 3px;
	left: 0;
}
.listContacts_item a {
	color: #000000;
	text-decoration: none;
}
.listContacts_item a:hover {
	color: #F5B315;
}
.listContacts_item use {
	fill: #F5B315;
}
.boxContacts_item-2 {
	position: relative;
	z-index: 2;
	max-width: 395px;
}
.boxContacts_right .boxText,
.boxContacts_right .boxTitle {
	color: #fff;
}
.formContacts {
	width: 226px;
	margin-top: 12px;
}
.formContacts_item {
	margin-bottom: 10px;
}
.formContacts_input {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	background: #fff;
	padding: 0 10px;

	font-size: 14px !important;
	color: #000;
}
.formContacts_input.formContacts_area {
	height: 63px;
	line-height: 1;
	resize: none;
	padding: 8px 10px;
}
.formContacts_button {
	display: block;
	width: 174px;
	height: 42px;
	background: #F5B315;
	border-radius: 30px;
	margin: 0 auto;
	transition: 0.3s ease all;
	font-size: 16px;
	color: #000000;
}
.formContacts_button:hover {
	background: #D09712;
	transition: 0.3s ease all;
}
footer {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.footerTop {
	padding-top: 44px;
	padding-bottom: 23px;
}
.footerBottom {
	box-sizing: border-box;
	position: relative;
	padding: 14px 0 32px 153px;
}
.footerBottom:before {
	display: block;
	content: "";
	height: 2px;
	left: 153px;
	right: 0;
	position: absolute;
	top: 2px;
	border-top: 2px solid rgba(255, 255, 255, 0.5);
}
.logoFooter {
	display: block;
	width: 106px;
	height: auto;
	font-size: 0;
	margin-top: 2px;
}
.footer_item {
	box-sizing: border-box;
}
.footer_item-1 {
	width: 153px;
    padding-right: 19px;
}
.footer_item-2 {
	width: 25.5%;
	padding-right: 48px;
}
.footer_item-3 {
	width: 217px;
	padding-right: 19px;
}
.footer_item-4 {
	padding-right: 19px;
	width: 28%;
}
.footer_item-5 {
	width: 18.5%;
}
.footer-title {
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.footer-title:after {
	display: block;
	content: "";
	width: 40px;
	height: 8px;
	background: #F5B315;
	margin-top: 8px;
}
.footer-text {
	font-size: 14px;
	line-height: 1.2;
	color: #FFFFFF;
	margin-top: 13px;
}
.menuFooter {
	margin-top: 15px;
}
.menuFooter ul {

}
.menuFooter li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 11px;
}
.menuFooter li:nth-child(odd) {
	padding-right: 5px;
}
.menuFooter li:nth-child(even) {
	padding-left: 5px;
}
.menuFooter a {
	font-size: 14px;
	line-height: 1.2;
	color: #FFFFFF;
	text-decoration: none;
}
.footerContacts_item a:hover,
.menuFooter a:hover {
	color: #F5B315;
}

.footerContacts {
	margin-top: 15px;
}
.footerContacts_item {
	font-size: 14px;
	line-height: 1.2;
	color: #FFFFFF;
	position: relative;
	padding-left: 24px;
	margin-bottom: 10px;
}
.footerContacts_item:last-child {
	margin-bottom: 0;
}
.footerContacts_item i {
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	left: 0;
}
.footerContacts_item use {
	fill: #F5B315;
}
.footerContacts_item a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #FFFFFF;
}
.footer-button {
	display: block;
	width: 174px;
	height: 42px;
	background: #F5B315;
	border-radius: 30px;
	font-size: 14px;
	color: #000000;
	transition: 0.3s ease all;
	margin-top: 15px;
	margin-left: auto;
}
.footer-button:hover {
	background: #D09712;
}
.footer-social {

}
.footer-social a {
	font-size: 0;
	display: block;
	margin-right: 12px;
}
.footer-social a:last-child {
	margin-right: 0px;
}
.footer-social use {
	fill: #fff;
}
.footer-social a:hover use {
	fill: #F5B315;
}
.smallMenu {
	display: inline-block;
	vertical-align: top;
}
.smallMenu ul {
	font-size: 0;
}
.smallMenu li {
	display: inline-block;
	vertical-align: top;
	margin: 0 24px 0 0;
}
.smallMenu li:last-child {
	margin-right: 0;
}
.smallMenu a {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #F5B315;
	text-decoration: none;
}
.smallMenu a:hover {
	text-decoration: underline;
}
.boxDevelopers {

}
.boxDevelopers a {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.boxDevelopers img {
	-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.boxDevelopers a:hover img {
	-webkit-filter: inherit;
    filter: inherit;
}





















@media screen and (max-width: 1480px) {
	.boxAbout {
	    margin-top: 100px;
	}
	.boxAbout_right {
	    padding: 0 0 0 60px;
	}
	.boxAbout_item {
	    max-width: 614px;
	}
	.boxConsultation_item {
	    padding: 52px 0;
	}
	.boxNews_item {
	    max-width: 665px;
	}
	.listNews_text {
	    font-size: 15px;
	    height: 54px;
	}
	.listNews_thumb {
		width: 220px;
		height: 86px;
	}
	.listNews_link {
		margin-top: 15px;
	}
	.boxNews_link {
	    width: 200px;
	    height: 44px;
	    font-size: 15px;
	}
	.boxNews_thumb {
	    height: 100%;
	    overflow: hidden;
	}
	.boxNews_thumb img {
		width: 100%;
	    height: 100%;
	    object-position: center;
	    object-fit: cover;
	}
	.boxContacts_right {
	    padding: 39px 0 49px 50px;
	}

	



}
@media screen and (max-width: 1345px) {

}
@media screen and (max-width: 1279px) {
	.boxAbout_item {
	    max-width: 100%;
	    width: 100%;
	}
	.boxAbout_right {
	    padding: 0 15px 0 60px;
	}
	.boxServices {
		box-sizing: border-box;
		padding: 0 10px;
	}
	.boxConsultation_item {
	    padding: 40px 15px;
	}
	.boxNews_item {
	    max-width: 100%;
	    width: 100%;
	}
	.boxNews_right {
	    padding: 20px 15px 0 49px;
	}
	.boxAbout_link {
	    min-width: 200px;
	    height: 44px;
	    margin-top: 25px;
	    font-size: 15px;
	    padding: 0 25px 0 25px;
	}
	.boxContacts_item-1 {
	    width: 100%;
	    margin: 0;
	}
	.boxContacts_left {
	    width: 55%;
	    box-sizing: border-box;
	    padding: 25px 100px 25px 15px;
	}
	.boxContacts_right {
		width: 45%;
	}
	.footerBottom {
	    padding: 14px 0 20px 153px;
	}
	.footer_item-2 {
	    padding-right: 30px;
	}

	footer {
		box-sizing: border-box;
		padding: 0 15px;
	}
	.footerTop {
		padding-top: 40px;
	}




}
@media screen and (max-width: 1199px) {
	.boxAbout {
	    margin-top: 60px;
	}
	.boxAbout_right {
	    padding: 0 15px 0 40px;
	}
	.boxAbout_description {
	    margin-top: 15px;
	    max-height: 154px;
	}
	.description {
		font-size: 16px !important;
	}
	.description h1 {
		font-size: 28px !important;
	}
	.description h2 {
		font-size: 26px !important;
	}
	.description h3 {
		font-size: 24px !important;
	}
	.description h4 {
		font-size: 22px !important;
	}
	.description h5 {
		font-size: 20px !important;
	}
	.description h6 {
		font-size: 18px !important;
	}
	.description p {
		font-size: 16px !important;
	}
	.description ul li:before {
		width: 6px;
		height: 6px;
	}
	.description ul li,
	.description ol li {
		font-size: 16px !important;
	}
	.description blockquote {
	    font-size: 16px;
	    padding: 15px !important;
	}
	.description table tr td {
		padding: 5px;
		font-size: 16px !important;
	}
	.boxAbout_link {
		margin-top: 18px;
	}
	.listServices_title {
		font-size: 16px;
		line-height: 1.2;
	}
	.tabs-li {
		font-size: 16px;
	}
	.boxContacts_title {
		font-size: 34px;
	}
	.boxServices_title {
		font-size: 36px;
	}
	







}
@media screen and (max-width: 1023px) {
	.boxContacts_right {
	    padding: 39px 15px 49px 35px;
	}



}
@media screen and (max-width: 979px) {
	.boxConsultation_title {
	    font-size: 20px;
	    line-height: 1.2;
	}
	.boxConsultation_text {
		font-size: 14px;
	}
	.boxConsultation_button {
	    width: 210px;
	    height: 46px;
	    font-size: 14px;
	}
	.boxConsultation {
	    margin-top: 60px;
	}
	.boxNews {
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.boxNews_left {
	    width: 100%;
	    -webkit-box-ordinal-group: 3;
	    -webkit-order: 2;
	    -ms-flex-order: 2;
	    order: 2;
	}
	.boxNews_right {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	    padding: 40px 15px 25px 15px;
	    width: 100%;
	}
	.boxNews_thumb {
	    height: auto;
	}
	.boxContacts_title {
	    font-size: 28px;
	}
	.boxContacts_left {
	    padding: 25px 15px 25px 15px;
	}
	.formContacts {
	    width: 100%;
	}
	.boxAbout {
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.boxAbout_left {
	    width: 100%;
	    -webkit-box-ordinal-group: 3;
	    -webkit-order: 2;
	    -ms-flex-order: 2;
	    order: 2;
	}
	.boxAbout_right {
	    padding: 0 15px 40px 15px;
	    width: 100%;
	   -webkit-box-ordinal-group: 2;
	   -webkit-order: 1;
	   -ms-flex-order: 1;
	   order: 1;
	}
	.listServices li {
		width: 33.33%;
	}
	.boxServices {
	    margin-top: 60px;
	}
	.boxServices_title {
	    font-size: 32px;
	    position: relative;
	    padding-bottom: 15px;
	}
	.boxServices_title:after {
		display: block;
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		width: 150px;
		height: 5px;
		border-radius: 10px;
		background: #F5B315;
		margin: 0 auto;
	}
	.tabs-ul:before {
		display: none;
	}
	.tabs-li.active:before {
		display: none;
	}
	.tabs {
		width: 366px;
		margin: 23px auto 26px auto;
		position: relative;
		z-index: 5;
	}
	.tabs-title {
		display: block;
		width: 100%;
		height: 36px;
		box-sizing: border-box;
		background: #FFFFFF;
		border: 1px solid #C4C4C4;
		text-align: left;
		box-sizing: border-box;
		padding: 0 35px 0 15px;
		line-height: 34px;
		font-size: 17px;
		color: #000000;
	}
	.tabs-title:after {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 50%;
	    right: 13px;
	    width: 8px;
	    height: 8px;
	    border: solid 1px #301F16;
	    border-right: none;
	    border-top: none;
	    transform: rotate(-45deg);
	    margin-top: -7px;
	}
	.tabs.open .tabs-title:after {
		border: solid 1px #301F16;
	    border-left: none;
	    border-bottom: none;
	    margin-top: -2px;
	}
	.tabs-ul {
		display: none;
		position: absolute;
	    top: 100%;
	    left: 0;
	    border: 1px solid #ccc;
	    border-top: 0;
	    z-index: 2;
	    background: #fff;
    	box-shadow: 0 1px 10px 0px #ccc;
	}
	.tabs-li {
		width: 100%;
		margin: 0;
		padding: 8px 15px;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
		text-align: left;
		font-size: 14px;
	}
	.tabs-li:last-child {
		border-bottom: 0;
	}
	.footerTop {
		padding-top: 30px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer_item-2 {
	    padding-right: 0px;
	    width: calc(100% - 153px);
	}
	.footer-title {
		font-size: 16px;
	}
	.footer-title:after {
	    height: 4px;
	    margin-top: 5px;
	}
	.logoFooter {
		width: 76px;
	}
	.footer_item-3,
	.footer_item-4,
	.footer_item-5 {
		width: 33.33%;
		margin-top: 25px;
	}
	.footerBottom {
	    padding: 14px 0 20px 0;
	}
	.footerBottom:before {
		left: 0;
	}


}
@media screen and (max-width: 799px) {

}
@media screen and (max-width: 768px) {
	.listServices li {
	    width: 50%;
	}
	.boxConsultation_item {
		display: block;
	    padding: 30px 15px;
	}
	.boxConsultation_left {
	    max-width: 100%;
	    text-align: center;
	}
	.boxConsultation_text {
	    text-align: center;
	}
	.boxConsultation_right {
	    padding-left: 0;
	}
	.boxConsultation_button {
	    margin: 15px auto 0 auto;
	}
	.listNews_text {
	    font-size: 14px;
	    height: 51px;
	}
	.boxContacts {
		display: block;
	}
	.boxContacts_left {
	    padding: 15px 15px 30px 15px;
	    width: 100%;
	}
	.boxContacts_right {
	    width: 100%;
	}
	.boxContacts_item-2 {
	    margin: 0 auto;
	}
	.formContacts {
	    width: 250px;
	    margin: 15px auto 0 auto;
	}
	.boxContacts_right {
	    padding: 39px 15px 49px 15px;
	}
	.smallMenu li {
		margin-right: 15px;
	}
	.footer_item-3, 
	.footer_item-4 {
	    width: 50%;
	    margin-top: 25px;
	}
	.footer_item-5 {
		width: 100%;
	}
	.footer-social {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-button {
		margin-right: auto;
	}
	.footer-social a,
	.footer-social a:last-child {
		margin: 0 6px;
	}


}
@media screen and (max-width: 639px) {
	.listServices_title {
	    font-size: 15px;
	    padding: 10px;
	}
	.listNews li {
		display: block;
	}
	.listNews_thumb {
	    width: 100%;
	    height: auto;
	}
	.listNews_right {
	    padding: 15px 0 0 0;
	}
	.boxContacts_title {
	    font-size: 26px;
	}
	.boxContacts_text {
	    font-size: 14px;
	    margin-top: 15px;
	}




}
@media screen and (max-width: 479px) {
	.tabs {
		width: calc(100% - 10px);
	}
	.listServices_title {
	    font-size: 13px;
	    padding: 7px;
	}

	.boxServices_title {
	    font-size: 26px;
	}
	.boxServices {
	    margin-top: 45px;
	}
	.footer_item-1 {
	    width: 100%;
	    padding-right: 0;
	}
	.logoFooter {
	    margin: 0 auto;
	}
	.footer_item-2 {
		width: 100%;
	    margin-top: 25px;
	}
	.footer_item-3, .footer_item-4 {
	    width: 100%;
	    padding-right: 0;
	}
	.footerBottom {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
	}
	.smallMenu {
		width: 100%;
	}
	.smallMenu li:last-child,
	.smallMenu li {
		margin: 0 7px;
	}
	.boxDevelopers {
	    margin: 15px auto 0 auto;
	}
	.modadlSearch {
	    margin-top: 17px;
	}

}
@media screen and (max-width: 374px) {
	.listServices li {
	    width: 100%;
	}

}
@media screen and (max-width: 359px) {

}