header {
    background: url(../images/bg1_4.png) bottom center no-repeat;
    background-size: cover;
    position: relative!important;
    z-index: 4!important;
}

.mission {
	background: #f5f5f5;
}

.map {
	background: #f5f5f5;
}

.st-panel-wrap {
	width: 100%;
	padding: 65px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.st-panel-wrap .st-panel-text {
	width: calc(100% - 340px);
}

.st-panel-text .title {
    text-align: left;
    margin: 0px 0px 20px 0px;
}

.st-panel-text .st-panel-icons2 {
	width: 100%;
	max-width: 645px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.st-panel-text .st-panel-icons2 .item {
	width: calc(50% - 15px);
	box-sizing: border-box;
	border: 1px dashed rgba(255, 255, 255, 0.7);
	padding: 13px 0px 13px 80px;
	margin: 0px 0px 30px 0px;
    font-family: 'Gilroy-Regular';
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
	position: relative;
}

.st-panel-text .st-panel-icons2 .item a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.st-panel-text .st-panel-icons2 .item:nth-of-type(1):hover {
	text-decoration: underline;
}

.st-panel-text .st-panel-icons2 .item:nth-of-type(2):hover {
	text-decoration: underline;
}

.st-panel-text .st-panel-icons2 .item:nth-of-type(3):hover {
	text-decoration: underline;
}

.st-panel-text .st-panel-icons2 .item:nth-of-type(4):hover {
	text-decoration: underline;
}

.st-panel-text .st-panel-icons2 .item:nth-of-type(5):hover {
	text-decoration: underline;
}

.st-panel-text .st-panel-icons2 .item:nth-of-type(1) {
	background: url("../images/st-ico1.png") left 20px center no-repeat;
}

.st-panel-text .st-panel-icons2 .item:nth-of-type(2) {
	background: url("../images/st-ico2.png") left 20px center no-repeat;
}

.st-panel-text .st-panel-icons2 .item:nth-of-type(3) {
	background: url("../images/st-ico3.png") left 20px center no-repeat;
}

.st-panel-text .st-panel-icons2 .item:nth-of-type(4) {
	background: url("../images/st-ico31.png") left 20px center no-repeat;
	background-size: 36px;
}

.st-panel-text .st-panel-icons2 .item:nth-of-type(5) {
	background: url("../images/ico44.png") left 20px center no-repeat;
	background-size: 28px;
}

.st-panel-wrap .st-panel-icons {
	width: 340px;
	margin: 20px 0px 0px 0px;
}

.st-panel-icons .item {
	padding: 55px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
    font-family: 'Gilroy-Regular';
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
	text-align: center;
}

.st-panel-icons .item:nth-of-type(1) {
	background: url("../images/st-ico4.png") top center no-repeat;
}

.st-panel-icons .item:nth-of-type(2) {
	background: url("../images/st-ico5.png") top center no-repeat;
}

.st-panel-icons .item:nth-of-type(3) {
	background: url("../images/st-ico6.png") top center no-repeat;
}

.st-panel-wrap .st-panel-butt {
	width: 100%;
	margin: 15px 0px 0px 0px;
	display: flex;
	align-items: center;
}

.st-panel-wrap .st-panel-butt p {
	width: 480px;
    font-family: 'Gilroy-Regular';
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
	margin: 0px 110px 0px 0px;
	position: relative;
}

.st-panel-wrap .st-panel-butt p:after {
	content: '';
	width: 121px;
	height: 41px;
	background: url("../images/st-arr1.png") top center no-repeat;
	background-size: 100% 100%;
	position: absolute;
    right: -95px;
    bottom: -38px;
	z-index: 2;
}

.st-panel-wrap .st-panel-butt .butt1 {
    margin: 0px 0px 0px 0px;
}

.stages {
    padding: 270px 0px 80px 0px;
    margin: -180px 0px 0px 0px;
	background: #f5f5f5;
	position: relative;
	z-index: 1;
}

.stages .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 2;
}

.stages .stages-img {
	width: 350px;
	position: relative;
}

.stages .stages-img-bg {
	width: calc(100% + 120px);
	height: calc(100% + 60px);
	background: url("../images/st-bg1.png") top center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -8px;
	left: -65px;
	opacity: 0.4;
}

.stages .stages-img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.stages .stages-text {
	width: calc(100% - 350px - 110px);
}

.stages .stages-text h3 {
	text-align: left;
}

.stages .stages-text p {
    font-family: 'Gilroy-Regular';
    color: #000;
    font-size: 16px;
    line-height: 25px;
	margin: 0px 0px 20px 0px;
}

.stages .stages-text .butt1 {
    margin: 60px 0px 0px 0px;
}

.advantages {
	padding: 85px 0px 45px 0px;
	position: relative;
}

.advantages .container {
	position: relative;
	z-index: 2;
}

.advantages .advantages-wrap {
	width: calc(100% - 120px);
	padding: 0px 60px 0px 60px;
	margin: 35px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.advantages .advantages-wrap .item {
	width: calc(33.33% - 30px);
	margin: 0px 0px 40px 0px;
	padding: 75px 0px 0px 0px;
    font-family: 'Gilroy-Regular';
    color: #000;
    font-size: 16px;
    line-height: 25px;
	text-align: center;
}

.advantages .advantages-wrap .item strong {
	height: 52px;
	margin: 0px 0px 13px 0px;
	display: block;
    font-family: 'Gilroy-Bold';
    color: #231f20;
    font-size: 22px;
    line-height: 26px;
	text-align: center;
}

.advantages .advantages-wrap .item:nth-of-type(1) {
	background: url("../images/st-ico7.png") top center no-repeat;
}

.advantages .advantages-wrap .item:nth-of-type(2) {
	background: url("../images/st-ico8.png") top center no-repeat;
}

.advantages .advantages-wrap .item:nth-of-type(3) {
	background: url("../images/st-ico9.png") top center no-repeat;
}

.advantages .advantages-wrap .item:nth-of-type(4) {
	background: url("../images/st-ico10.png") top center no-repeat;
}

.advantages .advantages-wrap .item:nth-of-type(5) {
	background: url("../images/st-ico11.png") top center no-repeat;
}

.advantages .advantages-wrap .item:nth-of-type(6) {
	background: url("../images/st-ico12.png") top center no-repeat;
}

.advantages2 {
	padding: 85px 0px 65px 0px;
	background: #f5f5f5;
	position: relative;
}

.advantages2 .container {
	position: relative;
	z-index: 2;
}

.advantages2 .advantages2-wrap {
	width: calc(100% - 120px);
	margin: 35px auto 20px auto;
	padding: 0px 60px 0px 60px;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 5;
}

.advantages2 .advantages2-wrap .item {
	margin: 0px 0px 25px 0px;
	padding: 25px 20px 20px 95px;
	border: 1px dashed #f87f0a;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
    font-family: 'Gilroy-Regular';
    color: #000;
    font-size: 16px;
    line-height: 25px;
}

.advantages2 .advantages2-wrap .item strong {
	margin: 0px 0px 3px 0px;
	display: block;
    font-family: 'Gilroy-Bold';
    color: #231f20;
    font-size: 22px;
    line-height: 26px;
	text-align: center;
}

.advantages2 .advantages2-wrap .item:nth-of-type(1) {
	background: #ffffff url("../images/st-ico13.png") left 27px center no-repeat;
}

.advantages2 .advantages2-wrap .item:nth-of-type(2) {
	background: #ffffff url("../images/st-ico14.png") left 27px center no-repeat;
}

.advantages2 .advantages2-wrap .item:nth-of-type(3) {
	background: #ffffff url("../images/st-ico15.png") left 27px center no-repeat;
}

.advantages2 .advantages2-wrap .item:nth-of-type(4) {
	background: #ffffff url("../images/st-ico16.png") left 27px center no-repeat;
}

.advantages2 .advantages2-wrap .item:nth-of-type(5) {
	background: #ffffff url("../images/st-ico17.png") left 27px center no-repeat;
}

.advantages2 .advantages2-wrap .item:nth-of-type(6) {
	background: #ffffff url("../images/st-ico18.png") left 27px center no-repeat;
}

.results2 {
	padding: 85px 0px 90px 0px;
	position: relative;
	z-index: 2;
}

.results2 .sl3 {
	margin: 35px 0px 0px 0px;
}

.results2 .sl3 .item {
	padding: 0px 0px 0px 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.results2 .sl3 .item .item-text {
	width: calc(100% - 460px - 110px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.results2 .sl3 .item .item-img {
	width: 460px;
	position: relative;
}

.results2 .sl3 .item .item-img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.results2 .sl3 .item .item-img .item-img-bg {
	width: calc(100% + 90px);
	height: 100%;
	background: url("../images/st-bg2.png");
	background-size: 100% 100%;
	position: absolute;
	z-index: 2;
	left: -40px;
	top: 0px;
	opacity: 0.4;
}

.results2 .sl3 .item .item-name {
	margin: 0px 0px 6px 0px;
    font-family: 'Gilroy-Bold';
    color: #231f20;
    font-size: 22px;
    line-height: 26px;
}

.results2 .sl3 .item .item-link {
	padding: 0px 0px 0px 32px;
	margin: 0px 0px 20px 0px;
    font-family: 'Gilroy-Bold';
    color: #231f20;
    font-size: 16px;
    line-height: 21px;
	text-decoration: none;
}

.results2 .sl3 .item .vk {
	background: url("../images/vk.png") left center no-repeat;
}

.item-met {
	margin: 0px 0px 20px 0px;
	display: flex;
	align-items: center;
}

.item-met .item-text-photo {
	width: 90px;
	height: 90px;
	border-radius: 100%;
	background-position: center center!important;
	background-size: cover!important;
	margin: 0px 20px 0px 0px;
}

.results2 .sl3 .item .item-info {
	margin: 0px 0px 15px 0px;
    font-family: 'Gilroy-Bold';
    color: #231f20;
    font-size: 16px;
    line-height: 22px;
}

.results2 .sl3 .item p {
	margin: 0px 0px 0px 0px;
    font-family: 'Gilroy-Regular';
    color: #000;
    font-size: 16px;
    line-height: 25px;
}

@media (max-height: 800px) {
.st-panel-wrap {
    padding: 30px 0px 0px 0px;
}

.st-panel-wrap .st-panel-butt {
    margin: 0px 0px 0px 0px;
}

.st-panel-icons .item {
    margin: 0px 0px 30px 0px;
}

}

@media (max-height: 1100px) {
.st-panel-wrap {
    padding: 20px 0px 0px 0px;
}

header .title {
	font-size: 40px;
	line-height: 50px;
}

.st-panel-text .st-panel-icons2 .item {
    margin: 0px 0px 10px 0px;
}

.st-panel-text .st-panel-icons2 .item {
    padding: 8px 0px 8px 80px;
}

.st-panel-icons .item {
	padding: 45px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    line-height: 18px;
}

.st-panel-wrap .st-panel-butt p {
    font-size: 15px;
    line-height: 19px;
}

.butt1 {
    line-height: 50px;
}

.st-panel-wrap .st-panel-icons {
    margin: 0px 0px 0px 0px;
}
}

@media (max-width: 1300px) {
.results2 .container {
    width: 1000px;
}

}

@media (max-width: 1170px) {
.container {
    width: 970px;
}

.advantages .advantages-wrap {
    width: calc(100% - 0px);
    padding: 0px 0px 0px 0px;
}

.advantages2 .advantages2-wrap {
    width: calc(100% - 0px);
    padding: 0px 0px 0px 0px;
}

.results2 .container {
    width: 800px;
}

.results2 .sl3 .item .item-text {
    width: calc(100% - 300px - 80px);
}

.results2 .sl3 .item .item-img {
    width: 300px;
}

.stages .stages-img-bg {
    width: calc(100% + 20px);
    height: calc(100% + 10px);
    top: -5px;
    left: -10px;
}

.stages .stages-text {
    width: calc(100% - 350px - 50px);
}
}

@media (max-width: 1000px) {
.container {
    width: 750px;
}

.results2 .container {
    width: 600px;
}

header .title {
    font-size: 30px;
    line-height: 45px;
}

.results2 .sl3 .item {
    flex-direction: column;
	align-items: center;
}

.results2 .sl3 .item .item-text {
    width: calc(100% - 0px - 0px);
	margin: 30px 0px 0px 0px;
}

.st-panel-text .st-panel-icons2 .item {
    font-size: 14px;
    line-height: 20px;
}

}

@media (max-width: 780px) {
.container {
    width: 300px;
}

.results2 .container {
    width: 300px;
}

.st-panel-wrap {
    padding: 5px 0px 0px 0px;
}

header .title {
    font-size: 25px;
    line-height: 35px;
    text-align: center!important;
}

.st-panel-wrap .st-panel-text {
    width: calc(100% - 0px);
}

.st-panel-text .st-panel-icons2 .item {
    padding: 10px 0px 10px 80px;
    margin: 0px 0px 10px 0px;
}

.st-panel-icons .item {
    padding: 44px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
}

.st-panel-wrap .st-panel-butt {
    margin: 5px 0px 0px 0px;
    flex-direction: column;
    align-items: center;
}

.st-panel-wrap .st-panel-butt p {
    width: calc(100% - 10px);
    margin: 0px 0px 15px 0px;
    text-align: center;
    border: 1px solid #ffffff;
    padding: 5px;
    border-radius: 10px;
}

.st-panel-wrap .st-panel-butt p:after {
    display: none;
}

.stages .container {
    flex-direction: column;
}

.stages .stages-img {
    width: 100%;
}

.stages .stages-text {
    width: calc(100% - 0px - 0px);
    margin: 30px 0px 0px 0px;
}

.stages {
    padding: 222px 0px 35px 0px;
}

.title {
    margin: 0px 0px 20px 0px;
}

.stages .stages-text p {
    margin: 0px 0px 15px 0px;
}

.stages .stages-text .butt1 {
    margin: 20px 0px 0px 0px;
}

.advantages {
    padding: 35px 0px 15px 0px;
}

.advantages .advantages-wrap .item {
    width: calc(50% - 5px);
    margin: 0px 0px 20px 0px;
    padding: 62px 0px 0px 0px;
    font-size: 14px;
    line-height: 20px;
}

.advantages .advantages-wrap .item strong {
    height: auto;
    margin: 0px 0px 10px 0px;
    font-size: 15px;
    line-height: 21px;
}

.advantages2 {
    padding: 35px 0px 35px 0px;
}

.advantages2 .advantages2-wrap .item {
    margin: 0px 0px 20px 0px;
    padding: 15px 15px 10px 95px;
    border: 1px dashed #f87f0a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    line-height: 20px;
}

.advantages2 .advantages2-wrap .item strong {
    margin: 0px 0px 3px 0px;
    font-size: 17px;
    line-height: 23px;
    text-align: left;
}

.advantages2 .advantages2-wrap {
    margin: 35px 0px 0px 0px;
}

.results2 {
    padding: 35px 0px 35px 0px;
}

.results2 .sl3 .item .item-img .item-img-bg {
    display: none;
}

.results2 .sl3 .item {
    padding: 0px 50px 0px 50px;
    flex-direction: column;
}

.results2 .sl3 .item .item-text {
    width: calc(100% - 0px - 0px);
	margin: 20px 0px 0px 0px;
}

.results2 .sl3 .item .item-img {
    width: 100%;
}

.results2 .owl-nav .owl-prev {
    margin-left: 0px;
}

.results2 .owl-nav .owl-next {
    margin-right: 0px;
}

.results2 .owl-stage-outer {
    position: relative!important;
    z-index: 1!important;
}

.stages .stages-img-bg {
    display: none;
}

.st-panel-icons .item {
    font-size: 14px;
    line-height: 20px;
}

.st-panel-wrap .st-panel-butt {
    margin: 10px 0px 0px 0px;
}

.item-met .item-text-photo {
    width: 40px;
    height: 40px;
    margin: 0px 10px 0px 0px;
}

.results2 .sl3 .item .item-name {
    font-size: 13px;
    line-height: 15px;
}

.results2 .sl3 .item .item-link {
    padding: 0px 0px 0px 24px;
    margin: 0px 0px 0px 0px;
    font-family: 'Gilroy-Bold';
    color: #231f20;
    display: block;
    font-size: 9px;
    line-height: 21px;
    text-decoration: none;
}

.results2 .sl3 .item p {
    font-size: 14px;
    line-height: 20px;
}

.st-panel-text .st-panel-icons2 .item {
    width: calc(100% - 0px);
}
}






