html[lang] {
	font-family: 'Montserrat', sans-serif;
	margin-top: 0 !important;
}
body {
	margin: 0;
	color: #2E3233;
}
.section_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px 50px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}
.section_wrapper-gray {
	background: #F7F7F7;
}
.section {
    margin: auto;
    width: 100%;
    max-width: 1100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.btn {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 28px;
	background: #F39C12;
	color: white;
	text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-transition: 0.3s background;
	-o-transition: 0.3s background;
	transition: 0.3s background;
	cursor: pointer;
}
.header_btn:hover {
	background: #D98200;
}
.btn:hover {
	background: #D98200;
}
.page_title {
	color: white;
	font-weight: 900;
	font-size: 65px;
	line-height: 79px;
	text-align: center;
	margin-bottom: 1px;
	margin-top: 0px;
    letter-spacing: 0.1em;
}
.page_descr {
	margin: 0;
}
.section_title {
	font-weight: bold;
	font-size: 35px;
	line-height: 43px;
	color: #171B31;
	margin-bottom: 5px;
}
.section_title-white {
	color: white;
}
.section_descr {
	color: #2E3233;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}
.section_descr-white {
	color: white;
}
.header_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	z-index: 2;
}
.header_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header_info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	margin-right: 55px;
    color: #2E3233;
    text-decoration: none;
}
.header_info__item > * {
	margin-right: 10px;
}

.header_top {
	background: white;
	height: 40px;
	display: flex;
	align-items: center;
}
.header_top .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header_logo {
	cursor: pointer;
}
.test_logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-width: 170px;
	height: 52px;
	padding: 0 16px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #1D1D1D;
	background: #F39C12;
	border-radius: 6px;
}
.header_btn {
	height: 100%;
	background: #F39C12;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: none;
	padding: 0 27px;
	font-weight: bold;
	text-transform: uppercase;
    line-height: 43px;
    display: block;
	transition: 0.3s;
}
.header_bottom {
}
.header_bottom .section {
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.header_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	width: 100%;
}
.header_link {
	margin: 0 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: white;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.header_link.active {
	color: #F39C12 !important;
}
.header_link:hover {
	color: #F39C12;
}
.header_social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 30px;
}
.header_social > * {
	margin-left: 15px;
}
.header_social > * path {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.header_social path {
	fill: white;
}
.header_social > *:hover path {
	fill: #F39C12;
}
.header_social > *:first-child {
	margin-left: 0px;
}
.main01_wrapper {
	background-image: url(../images/section01_bg.png);
	background-size: cover;
	background-position: center;
	
    background-size: 128%;
    background-position: -331px -107px;
	
	min-height: 602px;
    margin-top: -140px;
	z-index: 1;
	position: relative;
	text-align: center;
	color: white;
    border-bottom-right-radius: 54% 10%;
    border-bottom-left-radius: 54% 10%;
	overflow: hidden;
	
    display: -webkit-box;
	
    display: -ms-flexbox;
	
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.main01 {
	max-width: 760px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	
	
    margin: 0;
    margin-top: 22px;
}
.main01 .page_title {
    font-size: 55px;
    line-height: 67px;
}
.main01 .page_descr {
    font-size: 16px;
    line-height: 20px;
}
.main01 .btn {
	margin-top: 23px;
}
.main01 b {
	margin-top: 13px;
}
.main02_wrapper {
	padding-bottom: 50px;
}
.main02 .advantage_item {
	margin-right: 20px;
}
@media screen and (min-width: 1200px) {
	.main02_wrapper {
		margin-top: -52px;
	}
	.main02 .advantage_list {
		margin-top: -41px;
	}
	.main02 .advantage_item {
		margin-top: -50px;
	}
}
.advantage_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
    z-index: 2;
}
.advantage_item {
	width: 250px;
	margin-right: 30px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 50px 20px 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
    height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 350px;
	transition: box-shadow 0.3s;
}
.advantage_item:hover {
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
}
.advantage_item-full:hover {
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.0);
	        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.0);
}
.advantage_img {
	margin-bottom: 28px;
}

.advantage_list .advantage_item:nth-child(4n) {
	margin-right: 0px;
}
.advantage_title {
	font-weight: bold;
	font-size: 22px;
	line-height: 27px;
	margin-bottom: 47px;
	position: relative
}
.advantage_title::after {
	content: '';
	position: absolute;
	bottom: -19px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	background: #F39C12;
	height: 1px;
	width: 80px;
}
.advantage_item-full {
	height: auto;
	text-align: left;
	background: #171B31;
	color: white;
	padding: 45px 30px 30px;
	width: 290px;
	margin-top: 0px;
}
.advantage_item-full .advantage_title {
	margin-bottom: 51px;
}
.advantage_item-full .advantage_title::after {
	bottom: -32px;
	left: 0;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}
.advantage_link {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}


.main03_wrapper {
	padding-top: 50px;
	padding-bottom: 80px;
}
.siteList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 62px;
}
.siteList_item {
	width: 260px;
	text-align: center;
}
.siteList_item:nth-child(2n) {
	margin-top: 40px;
}
.siteList_img {
    height: 170px;
    width: 100%;
	border-radius: 5px;
	overflow: hidden;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.siteList_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.siteList_content {
	margin-top: 10px;
	height: 240px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
	        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	padding: 25px 20px 48px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	transition: 0.3s;
}
.siteList_item:hover .siteList_content {
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
	        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
}
.siteList_item:hover .siteList_title {
	color: #D98200;
}
.siteList_title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 34px;
	position: relative;
	transition: 0.3s;
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
.siteList_line {
	bottom: -14px;
	position: absolute;
	height: 1px;
	width: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.siteList_descr {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
}
.siteList_link {
	color: #F39C12;
	position: absolute;
	bottom: 27px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-decoration: none;
}
.siteList_link::after {
	content: '';
	background-image: url('../images/arrow-green.svg');
	width: 12px;
	height: 8px;
    display: inline-block;
	margin-left: 9px;
    -webkit-transform: translateY(-1px) translateX(0);
        -ms-transform: translateY(-1px) translateX(0);
            transform: translateY(-1px) translateX(0);
	transition: 0.3s;
}
.siteList_link:hover::after {
    -webkit-transform: translateY(-1px) translateX(3px);
        -ms-transform: translateY(-1px) translateX(3px);
            transform: translateY(-1px) translateX(3px);
}

.cloudsBlock_wrapper {
	background-color: #A7CD8A;
    background: -o-linear-gradient(350.15deg, #A7CD8A 0%, #A4D9E0 100%);
    background: linear-gradient(99.85deg, #A7CD8A 0%, #A4D9E0 100%);
    position: relative;
    overflow: hidden;
}
.cloudsBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
/*
	padding-bottom: 10px;
	padding-top: 30px;
*/
	min-height: 350px;
	position: relative;
	z-index: 2;
}
.cloudsBlock .btn {
	padding: 15px 65px;
}
.cloudsBlock_mask {
	max-width: 1200px;
	top: 0;
	z-index: 1;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.cloudsBlock_mask > * {
	position: absolute;
}
.mask_left__light {
    z-index: 1;
    left: -106px;
    top: -172px;
	
    left: -123px;
    top: -190px;
}
.mask_left__dark {
	z-index: 2;
	left: -276px;
	top: -206px;
	
    left: -318px;
    top: -270px;
}
.mask_left__lighter {
    z-index: 3;
	
	top: -26px;
	left: -11px;
}

.mask_right__light {
	z-index: 3;
	right: -68px;
	bottom: -181px;
}
.mask_right__dark {
	z-index: 1;
    top: 40px;
    right: -254px;
	
    top: 29px;
    right: -250px;
}
.mask_right__lighter {
	z-index: 2;
	top: 0px;
	right: 101px;
}

.cloudsBlock_title {
/*	margin-top: -57px;*/
	color: white;
	font-weight: 900;
	font-size: 35px;
	line-height: 43px;
	max-width: 751px;
}
.cloudsBlock-clients .cloudsBlock_title {
	font-weight: 900;
	font-size: 26px;
	line-height: 32px;
}
.cloudsBlock_btn {
	margin-top: 25px;
	text-transform: uppercase;
}
.diagramma_wrapper {
	padding-top: 57px;
	padding-bottom: 87px;
}
.diagramma_wrapper .section_title {
	font-weight: 900;
}
.diagramma_wrapper .section_descr {
	margin-top: 27px;
	margin-bottom: 53px;
}
.diagramma {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.diagramma_left {
	margin-right: 75px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.diagramma_text {
	max-width: 580px;
    text-align: center;
}
.contacts_wrapper {
	padding-top: 53px;
	padding-bottom: 110px;
}
.contacts {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0 20px 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.contacts_left {
	width: 490px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.contacts_left .section_title {
	margin-bottom: 9px;
}
.contacts_left .section_descr {
	position: relative;
	padding-bottom: 9px;
}
.contacts_left .section_descr::after{
	content: '';
	position: absolute;
	height: 1px;
	width: 91%;
	bottom: 0;
	right: 0;
	background: rgba(187, 187, 187, 0.2);
}
.contacts_list {
	margin-top: 20px;
	margin-bottom: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.contacts_item {
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	color: white;
	background: #F39C12;
	padding: 4px 9px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-left: 20px;
	cursor: pointer;
	text-transform: uppercase;
}
.contacts_call p {
	margin: 0;
}
.contacts_call img {
	margin-right: 16px;
}
.contacts_call a {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
    color: #2E3233;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

}
.contacts_call a span {
	color: #DB3832;
	padding-right: 4px;
	padding-left: 4px;
}
.contacts_item:first-of-type {
	margin-left: 0px;
}
.contacts_right {
	padding-left: 50px;
	border-left: 1px solid #EEEEEE;
	margin-left: 50px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    width: 100%;
    max-width: 530px;
}
.contacts_right .section_title {
	margin-bottom: 4px;
}
.contacts_line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 20px;
}
.contacts_line input {
	width: 100%;
	
}
.contacts_line input:first-of-type {
	margin-right: 20px;
}
.contacts_line input,
.contacts_form textarea {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
	        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
	padding: 15px 20px 13px;
	height: 45px;
	font-size: 14px !important;
	line-height: 17px !important;
	font-family: 'Montserrat', sans-serif !important;
	color: #BBBBBB;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 0px;
	-webkit-appearance: none;
	resize: none;
	transition: color 0.3s, box-shadow 0.3s;
}
.contacts_line input:focus,
.contacts_form textarea:focus,
.contacts_line input:focus::placeholder,
.contacts_form textarea:focus::placeholder {
	color: #2E3233;
}
.contacts_line input::-webkit-input-placeholder, .contacts_form textarea::-webkit-input-placeholder {
	color: #BBBBBB;
	font-family: 'Montserrat', sans-serif;
}
.contacts_line input::-moz-placeholder, .contacts_form textarea::-moz-placeholder {
	color: #BBBBBB;
	font-family: 'Montserrat', sans-serif;
}
.contacts_line input:-ms-input-placeholder, .contacts_form textarea:-ms-input-placeholder {
	color: #BBBBBB;
	font-family: 'Montserrat', sans-serif;
}
.contacts_line input::-ms-input-placeholder, .contacts_form textarea::-ms-input-placeholder {
	color: #BBBBBB;
	font-family: 'Montserrat', sans-serif;
}
.contacts_line input::placeholder,
.contacts_form textarea::placeholder {
	color: #BBBBBB;
	font-family: 'Montserrat', sans-serif;
	transition: color 0.3s;
}
.contacts_line input:focus,
.contacts_form textarea:focus {
	outline: none;
	-webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
}
.contacts_form {
	margin-top: 25px;
}
.contacts_form textarea {
	height: 149px
}
.contacts_btn {
	background: #171B31;
	padding: 20px 46px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: white;
	text-align: center;
	margin-top: 32px;
	font-family: Montserrat;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	box-shadow: none;
	border-radius: 0px;
	transition: 0.3s background;
}
.contacts_btn:hover {
	background: #0a0c16;
}

.footer_wrapper {
	background: #1D1D1D;
	padding-top: 38px;
	padding-bottom: 25px;
}
.footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.footer_logo {
	margin-right: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    margin-top: 70px;
}
.test_logo-footer {
	color: #1D1D1D;
}
.footer_text {
	color: white;
	line-height: 15px;
	font-size: 12px;
}
.footer_text p {
	margin-bottom: 17px; 
	margin-top: 0px;
    color: #ffffffe0;
}
.footer_copyright {
	text-align: center;
	margin-top: 39px;
	margin-bottom: 20px;
}
.footer_text p:last-child {
	margin-bottom: 0px;
}
.footer_text a {
	color: #F39C12;
	text-decoration: none;
}
.mobile_menu {
	display: none;
}
.pageInfo_wrapper {
	min-height: 420px;
	display: flex;
	align-items: center;
	color: white;
	text-align: center;
	position: relative;
}
.pageInfo_wrapper > * {
	z-index: 2;
}
.pageInfo_wrapper::after {
	content: '';
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    width: 100%;
	z-index: 1;
    background: #00000024;
}
.header_wrapper-white {
	color: #2E3233;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
	z-index: 50;
}
.header_wrapper-white .header_link {
	color: #2E3233;
}
.header_wrapper-white .header_link:hover {
	color: #F39C12;
}
.header_wrapper-white .header_social path {
	fill: #454C4E;
}
.header_wrapper-white .header_social a:hover path {
	fill: #F39C12;
}
.header_wrapper-white .header_bottom .section {
	border-top: 1px solid #EEEEEE;
}
.pageInfo .page_descr {
	max-width: 680px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.about01_wrapper {
	background: #171B31;
	padding-top: 0;
	padding-bottom: 0;
	min-height: 492px;
	
}
.about01 {
	display: flex;
	justify-content: flex-start;
	position: relative;
	padding-right: 500px;
	min-height: 492px;
	padding-bottom: 42px;
	padding-top: 42px;
}
.about01 .btn {
	display: inline-block;
}
.about01_title {
	margin-bottom: 23px;
	font-weight: 900;
	text-transform: uppercase;
}
.about01_descr {
	margin-bottom: 50px;
}
.about01_descr::before {
	content: '';
	width: 80px;
	height: 1px;
	background: #F39C12;
    display: inline-block;
    margin-right: 20px;
    transform: translateY(-5px);
}
.about01_left {
	width: 600px;
}
.about01_right {
	width: 430px;
	height: 100%;
	max-height: 430px;
	position: absolute;
	right: 0;
    bottom: -28px;
}
.about01_right::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #F39C12;
	position: absolute;
	z-index: 1;
	left: -20px;
	bottom: -20px;
}
.about01_right img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	object-fit: cover;
}
.about02_wrapper {
	padding-top: 48px;
	padding-bottom: 86px;
}
.about02_title {
	margin-bottom: 15px;
}
.about02 .advantage_list {
	margin-top: 36px;
}
.slider_wrapper {
	padding-top: 71px;
	padding-bottom: 74px;
	margin-bottom: 80px;
}
.slider {
	height: 65px;
	position: relative;
}

/* Slider */

.owl-stage-outer {
	height: 100%;
}
.owl-stage {
	height: 100%;
}
.owl-carousel .owl-item {
	height: 100%;
}
.slider_item {
	height: 100%;
	display: flex;
	justify-content: center;
}
.owl-carousel .owl-item img {
	width: auto;
	max-height: 65px;
}
.owl-nav.disabled {
	display: block !important;
}
.owl-next,
.owl-prev {
	position: absolute;
	top: 50%;
	height: 19px;
	width: 10px;
	background-color: transparent !important;
/*	background-image: url(../svg/slider_arrow.svg) !important;*/
	transform: translateY(-50%);
	outline: none;
	-webkit-appearance: none;
	box-shadow: none;
	border: none;
}
.owl-next span,
.owl-prev span {
/*	color: transparent;*/
/*	opacity: 0;*/
	color: #171B31;
    font-size: 47px;
    line-height: 10px;
	font-weight: 300;
	transition: color 0.3s;
	height: 100%;
	display: block;
}
.owl-next:hover span, .owl-prev:hover span{
	color: #F39C12
}
.owl-next {
	right: -22px;
	transform: translateY(-50%);
}
.owl-prev {
	left: -22px;
	transform: translateY(-50%);
}

/* // Slider */
form.wpcf7-form {
	margin-top: 25px;
}
.wpcf7-form > p {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.wpcf7-form-control-wrap {
	margin-right: 19px;
	width: calc(230px - 19px);
	display: block;
}
.wpcf7-form-control-wrap[data-name="your-message"] {
	width: calc(100% - 38px);
	margin-right: 0;
	
}
span.wpcf7-form-control-wrap.your-lastName,
span.wpcf7-form-control-wrap.your-email {
	margin-right: 0px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	display: block;
	box-sizing: border-box;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
	padding: 15px 20px 13px;
	margin-bottom: 20px;
	border: none;
	height: 45px;
	font-size: 14px !important;
	line-height: 17px !important;
	font-family: 'Montserrat', sans-serif !important;
	color: #BBBBBB;
	box-sizing: border-box;
	border: 0px !important;
	outline: none !important;
	-webkit-appearance: none;
	resize: none;
	transition: color 0.3s, box-shadow 0.3s;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 149px;
	margin-bottom: 0px;
}
input.wpcf7-form-control.wpcf7-submit {
	background: #171B31;
	padding: 20px 46px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: white;
	text-align: center;
	margin-top: 32px;
	font-family: Montserrat;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	box-shadow: none;
	border-radius: 0px;
	transition: 0.3s background;
}
input.wpcf7-form-control.wpcf7-submit:hover {
	background: #0a0c16;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder,
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
	color: #BBBBBB;
	transition: color 0.3s;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus,
textarea.wpcf7-form-control.wpcf7-textarea:focus {
	color: #2E3233;
	outline: none;
	-webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus::placeholder,
textarea.wpcf7-form-control.wpcf7-textarea:focus::placeholder {
	color: #2E3233;
}
span.wpcf7-form-control-wrap.your-message,
span.wpcf7-form-control-wrap.your-message textarea {
	width: 100%;
	margin-right: 0px;
	box-sizing: border-box;
}
.leads01_wrapper {
	padding-top: 70px;
	padding-bottom: 70px;
}
.leads01 {
	display: flex;
	justify-content: space-between;
    height: 360px;
    align-items: flex-start;
	max-width: 925px;
}
.leads01_left {
	width: 360px;
	height: 360px;
	min-width: 360px;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}
.leads01_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.leads01_right {
	margin-top: 50px;
	width: 100%;
	box-sizing: border-box;
	padding: 43px 40px 40px 44px;
	background: #171B31;
	position: relative;
	color: white;
}
.leads01_right p {
	font-style: italic;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}
.leads01_btn {
	position: absolute;
	bottom: -30px;
	right: 50px;
}
.weDo_wrapper {
	padding-top: 51px;
	padding-bottom: 70px;
}
.weDo_list {
    display: flex;
    justify-content: center;
	margin-top: 116px;
}
.weDo_item {
	border: 2px solid #EEEEEE;
	box-sizing: border-box;
	width: 282px;
	min-height: 360px;
	padding-top: 95px;
    padding-bottom: 30px;
	display: flex;
	flex-direction: column;
	margin: 0 24px;
	position: relative;
}
.weDo_item__image {
	position: absolute;
	top: -65px;
	left: 50%;
	transform: translateX(-50%);
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
	display: flex;
	justify-content: center;
	align-items: center;
    height: 130px;
    width: 130px;
    border-radius: 50%;
}
.weDo_item__image img {
	
}
.weDo_item__title {
	font-weight: bold;
	font-size: 22px;
	line-height: 27px;
	margin-bottom: 48px;
	position: relative;
	text-align: center;
	transition: 0.3s;
}
.weDo_item:hover .weDo_item__title {
	color: #F39C12;
}
.weDo_item__title::after {
	content: '';
	width: 80px;
	height: 1px;
	background: #F39C12;
	bottom: -19px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}
.weDo_item__list {
    padding-left: 85px;
    padding-right: 25px;
}
.weDo_item__row {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #2E3233;
	margin-bottom: 5px;
	position: relative;
}
.weDo_item__row::before {
	content: '';
    position: absolute;
    background: #F39C12;
    left: -13px;
    width: 5px;
    height: 5px;
    top: 7px;
    border-radius: 50%;
}
.mobile_show {
	display: none;
}
.partners01_wrapper {
	overflow: hidden;
	background: white;
}
.partners01 {
	display: flex;
	justify-content: flex-start;
	position: relative;
	min-height: 600px;
}
.partners01_left {
    width: 679px;
    padding-top: 68px;
    padding-bottom: 94px;
    overflow: hidden;
    position: relative;
}
.partners01_left::before {
	content: '';
}
.partners01_title {
	position: relative;
	margin-bottom: 46px;
	margin-top: 0px;
}
.partners01_title::after {
	content: '';
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 130px;
	height: 4px;
	background: #F39C12;
}
.partners01_content {
	z-index: 6;
	position: relative;
	max-width: 584px;
	font-size: 18px;
	line-height: 22px;
	color: #2E3233;
}
.partners01_content ul {
	margin-top: 22px;
	margin-bottom: 22px;
	padding-left: 0;
	list-style: none;
}
.partners01_content li {
	margin: 4px 0;
}
.partners01_content li::before {
	content: "";
    background: #F39C12;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 13px;
    transform: translateY(-2px);
}
.partners01_content b {
	font-weight: 500;
}
.partners01_bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 45px;
    max-width: 561px;
}
.partners01_bold {
	font-weight: bold;
}
.partners01_btn {
	padding: 10px 81px;
	background: #F39C12;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
    margin-top: 11px;
}
.partners01_bg {
	width: 664px;
    left: -27px;
    position: absolute;
    height: 100%;
    top: 0;
    background: white;
    z-index: 5;
    transform: skew(-5deg);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}
.partners01_image {
    position: absolute;
    right: -50px;
    top: 0;
    background: #fe7022;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 685px;
}
.partners01_image::after {
	content: '';
    position: absolute;
    height: 100%;
    width: 100vw;
    left: calc(100% - 2px);
    background: #fe7022;
    top: 0;
}

.clients01_wrapper {
	padding-bottom: 57px;
	padding-top: 79px;
}
.clients01_item {
    min-height: 333px;
    /* height: 333px; */
    align-items: stretch;
    margin-bottom: 83px;
    display: flex;
    justify-content: space-between;
}
.clients01_item:last-of-type {
	margin-bottom: 0px;
}
.clients01_img {
    width: 500px;
    min-height: 333px;
    overflow: hidden;
}
.clients01_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.clients01_content {
	min-height: 250px;
	width: 670px;
	padding: 40px 30px 40px 41px;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin-left: -70px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.clients01_title {
	margin-bottom: 12px ;
	font-size: 35px;
	line-height: 43px;
	color: #F39C12;
	font-weight: bold;
}
.clients01_descr {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}
.clients01_item:nth-child(2n) {
	flex-direction: row-reverse;
}
.clients01_item:nth-child(2n) .clients01_content {
	margin-left: 0;
	margin-right: -70px;
}
@media screen and (min-width: 1350px) {
	.main01_wrapper {
		background-position: -390px -164px;
	}
}
@media screen and (min-width: 2130px) {
	.main01_wrapper {
/*		background-position: 0px -212px;*/
		background-position: -392px -281px;
		background-size: 119%;
	}
}
@media screen and (max-width: 1199px) {
	
	.partners01_image img {
    	width: calc(100vw - 80%);
    	/*width: 335px;*/  /* delete if want co change position of bg     */
    	/*margin-bottom: -31px;*/  /* delete if want co change position of bg     */
		
    margin-bottom: -49px;
		
	}
	.partners01_wrapper {
		position: relative;
	}
	.partners01 {
		position: static;
	}
	.partners01_image {
/*		right: 0;*/
		
    	/*right: -39px;*/  /* delete if want co change position of bg     */
/*		align-items: flex-end;*/
/*		justify-content: flex-end;*/
		
		
		
		right: -1px;
		align-items: flex-end;
		justify-content: flex-end;
	}
	.partners01_left {
/*		max-width: 630px;*/

		max-width: 715px;  /* delete if want co change position of bg     */
		width: 100%;
	}
	.partners01_bg {
/*
		width: 100%;
		left: -37px;
*/
		
		right: 118px;  /* delete if want co change position of bg     */
		left: auto;  /* delete if want co change position of bg     */
    	transform: skew(-18deg);  /* delete if want co change position of bg     */
		width: 150%;  /* delete if want co change position of bg     */
	}
	.partners01_content {
/*		max-width: calc(100% - 45px);*/
		width: 100%;

		max-width: calc(100% - 90px);  /* delete if want co change position of bg   */
	}
	.partners01_content > *:not(.partners01_title) {
		width: 100%;
    	max-width: calc(100% - 79px);
	}
	.partners01_content > *:nth-child(2n):not(.partners01_title) {
    	max-width: calc(100% - 1px);
	}
	.partners01_content > *:nth-child(3n):not(.partners01_title) {
    	max-width: calc(100% - 30px);
	}
	.partners01_content > *:nth-child(4n):not(.partners01_title) {
    	max-width: calc(100% - 70px);
	}
	.partners01_title {
	}
	.partners01_bottom {
		flex-direction: column;
	}
	.partners01_btn {
    	margin-top: 22px;
	}
	
	
	.main02_wrapper {
		padding-top: 30px
	}
	.leads01_right {
		margin-top: 22px;
	}
	.weDo_list {
		justify-content: space-between;
	}
	.weDo_item {
    	margin-right: -2px !important;
	}
	.weDo_item__list {
		padding-left: 35px;
		padding-right: 20px;
	}
	.wpcf7-form-control-wrap {
		width: 100%;
		margin-right: 0px;
	}
	.contacts_right {
		padding-left: 44px;
		margin-left: 40px;
	}
	.about02_title {
		text-align: center;
	}
	.about02_descr {
		text-align: center;
	}
	.header_menu {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.main01_wrapper {
		border-bottom-right-radius: 54% 6%;
		border-bottom-left-radius: 54% 6%;
	}
	.section_wrapper {
		padding-right: 30px;
		padding-left: 30px;
	}
	.section {
		max-width: 740px;
	}
	.header_logo {
		min-width: 142px;
	}
	.header_logo img {
		width: 100%;
	}
	.header_link {
    	margin: 0 5px;
	}
	.header_social {
    	margin-left: 5px;
	}
	.header_social > * {
    	margin-left: 9px;
	}
	.page_title {
    	font-size: 50px;
    	line-height: 62px;
    	letter-spacing: 0.05em;
	}
	.main01 {
    	max-width: 570px;
	}
	.advantage_list {
    	-ms-flex-wrap: wrap;
    	    flex-wrap: wrap;
		height: auto;
	}
	.advantage_item {	
		width: 260px;
    	margin-bottom: 30px;
	}
	.advantage_item:nth-child(2n) {
		margin-right: 0px;
	}
	.main02_wrapper {
    	padding-bottom: 56px;
	}
	.main03_wrapper {
		padding-top: 35px;
		padding-bottom: 35px;
		text-align: center;
	}
	.siteList {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
    	margin-top: 40px
	}
	.siteList_item {
    	margin: 20px 20px;
	}
	.siteList_item:nth-child(2n) {
    	margin: 20px 20px;
	}
	.contacts_wrapper {
		padding-bottom: 60px;
	}
	.contacts_list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.contacts_item {
		margin-bottom: 7px;
	}
	.contacts_btn {
		padding: 14px 35px;
	}
	.footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.footer_logo {
		margin-right: 0px;
		margin-bottom: 30px;
    	margin-top: 5px;
	}
	.section_title {
    	font-size: 30px;
	}
	.contacts_left .section_title {
    	line-height: 35px;
	}
	.contacts_call a {
		font-size: 15px;
	}
	.contacts {
		padding-right: 0px;
		padding-left: 0px;
	}
	.contacts_call a span {
		
    	padding-left: 2px;
	}
	.about01 {
    	padding-right: 413px;
    	min-height: 552px;
	}
	.about01 .btn {
		position: absolute;
		right: 91px;
		top: 473px;
	}
	.about01_right {
		width: 380px;
		height: 380px;
		top: 51px;
		bottom: auto;
	}
	.about01_descr {
		margin-bottom: 0px;
	}
	.slider_wrapper {
		overflow: hidden;
	}
	.slider {
		width: calc(100% - 60px);
		margin: auto;
	}
	.owl-prev {
   		left: -27px;
	}
	.owl-next {
		right: -27px;
	}
}
@media screen and (max-width: 909px) {
	.partners01_image img {
    	width: 361px;
	}
}

@media screen and (min-width: 768px) and (max-width:1200px) {
	.main01_wrapper {
		background-size: cover;
		background-position: -78px center;
	}
}
@media screen and (max-width: 767px) {
	.main01_wrapper {
		background-size: cover;
	}
	.clients01_item {
		flex-direction: column !important;
	}
	.clients01_content {
		width: 100%;
		margin: 0 !important;
	}
	.clients01_img {
		width: 100%;
		position: relative;
	}
	.clients01_img img {
		top: 0;
		left: 0;
		position: absolute;
	}
	.clients01_content {
    	padding: 34px 24px 35px 30px;
	}
	.clients01_title {
    	font-size: 33px;
		line-height: 35px;
	}
	
	.partners01_content {
		max-width: 100%;
	}
	.partners01_bottom {
		
	}
	.partners01_content > * {
		width: 100% !important;
		max-width: 100% !important;
	}
	.partners01_image,
	.partners01_bg {
		display: none;
	}
	.partners01_left {
    	padding-bottom: 68px;
	}
	
	
	
	.main02 .advantage_item {
		margin-right: 0px;
	}
	.mobile_show {
		display: block;
	}
	.main01_wrapper {
    	background-position: 40% 0px;
	}
	.leads01 {
		flex-direction: column;
		height: auto;
	}
	.leads01_left {
		min-width: 100%;
		width: 100%;
	}
	.leads01_right {
		width: 100%;
		margin-top: 0px;
		padding-right: 44px;
	}
	.leads01_btn {
		display: block;
		position: static;
		margin-top: 20px;
		text-align: center;
	}
	.weDo_list {
		flex-direction: column;
		justify-content: flex-start;
		margin-top: 90px;
	}
	.weDo_item {
		width: 100%;
		margin: 0;
    	margin-bottom: 90px;
		min-height: auto;
	}
	.weDo_item__list {
		padding-left: 30%;
	}
	.header_top {
		min-height: 34px;
		padding-bottom: 5px;
		padding-top: 5px;
		height: auto;
	}
	.header_top .section {
		position: relative;
    	padding-right: 49px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.mobile_menu {
		display: block;
		min-width: 30px;
		height: 30px;
		margin-left: 20px;
		position: relative;
		cursor: pointer;
		position: absolute;
		right: 0;
	}
	.mobile_menu.active span {
		width: 0;
		transition: 0s;
	}
	.mobile_menu.active::before {
    	transform: translateX(-50%) rotate(45deg);
    	bottom: 13px;
	}
	.mobile_menu.active::after {
		transform: translateX(-50%) rotate(-45deg);
    	top: 15px;
	}
	.mobile_menu span {
		height: 2px;
		width: 24px;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		margin-top: -1px;
		background: black;
		display: block;
		position: absolute;
		transition: 0.3s;
	}
	.mobile_menu::after,
	.mobile_menu::before {
		content: '';
		height: 2px;
		width: 24px;
		background: black;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		position: absolute;
    	bottom: 6px;
		transition: 0.3s;
	}
	.mobile_menu::after {
    	top: 6px;
	}
	.header_bottom .section {
		position: relative;
	}
	.header_menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		top: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
    	width: 175px;
		right: 0;
		text-align: right;
		background: white;
		color: black;
		padding: 0 9px;
		padding-right: 12px;
		border-bottom-right-radius: 7px;
		border-bottom-left-radius: 7px;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		overflow: hidden;
    	-webkit-box-pack: start;
    	    -ms-flex-pack: start;
    	        justify-content: flex-start;
		max-height: 0px;
	}
	.header_wrapper-white .header_menu {
		top: 100%;
	}
	.header_menu.active {
		max-height: 170px;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}
	.header_menu .header_link:first-of-type {
		margin-top: 13px;
	}
	.header_menu .header_link:last-of-type {
		margin-bottom: 14px;
	}
	.header_link {
		color: #2E3233;
    	margin: 4px 5px;
    	font-size: 16px;
	}
	.page_title {
		font-size: 44px;
    	line-height: 47px;
	}
	.section {
		max-width: 340px;
	}
	.section_title {
    	font-size: 27px;
    	line-height: 31px;
	}
	.header_btn {
		display: none;
	}
	.header_info {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
    	width: 100%;
		position: relative;
		flex-wrap: wrap;
	}
	.header_info__item {
		margin-right: 0;
	}
	.header_info__item:nth-child(2) {
		margin-top: 3px;
	}
	.main01 {
		max-width: 340px;
	}
	.main01 .page_title {
   		margin-bottom: 6px;
	}
	.advantage_item {
		margin-right: 0px;
	}
	.cloudsBlock_wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.cloudsBlock_title {
		font-size: 29px;
		line-height: 33px;
	}
	.diagramma {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.diagramma_right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-bottom: 22px;
	}
	.diagramma_left {
		margin-right: 0px;
	}
	.contacts_wrapper {
		padding-top: 35px;
	}
	.contacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-right: 0;
		padding-left: 0;
	}
	.contacts_call a {
		margin-bottom: 10px;
	}
	.contacts_left {
		width: 100%;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
	}
	.contacts_left .section_descr::after {
		display: none;
	}
	.contacts_list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.contacts_item {
		margin-left: 0px;
	}
	.contacts_right {
		border-left: 0px;
		border-top: 1px solid #EEEEEE;
    	margin-left: 0;
		max-width: 100%;
		padding-left: 0px;
		padding-top: 20px;
		text-align: center;
	}
	.diagramma_left {
		max-width: 297px;
	}
	.diagramma_left svg {
		width: 100%;
	}
	.header_btn {
		
	}
	.pageInfo_wrapper {
    	min-height: 340px;
	}
	.about01 {
		padding-right: 0px;
    	flex-direction: column;
		padding-bottom: 60px;
	}
	.about01_left {
		width: 100%;
	}
	.about01_title {
		text-align: center;
	}
	.about01_right {
		position: relative;
		width: calc(100% - 20px);
		height: 330px;
		margin-left: 20px;
		top: 0;
		margin-top: 50px;
		bottom: auto;
	}
	.about01 .btn {
		text-align: center;
		position: static;
		margin-top: 20px;
		width: 100%;
	}
	
}
