@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/GothamPro.eot');
    src: local('☺'), url('../fonts/GothamPro.woff') format('woff'), url('../fonts/GothamPro.ttf') format('truetype'), url('../fonts/GothamPro.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamPro';
    src: url("../fonts/GothamPro-Med.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/GothamPro-Bold.eot');
    src: local('☺'), url('../fonts/GothamPro-Bold.woff') format('woff'), url('../fonts/GothamPro-Bold.ttf') format('truetype'), url('../fonts/GothamPro-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

/* Mobile menu */
.mobile__container {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 110;
    width: 100%;
    height: 100%;
    transition: transform 200ms ease-in-out 0ms;
    box-sizing: border-box;
    color: #ffffff;
    overflow: auto;
    background-color: #004C48;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mobile__container.is-opened {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.mobile__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
    background-color: rgba(0,0,0,.8);
}

.sidebar-mobile {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.sidebar-mobile_menu {
    padding-top: 50px;
	padding-left: 15px;
}
.sidebar-mobile_block {
    display: flex;
}
.sidebar-mobile_header {
    height: 55px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.mobile_menu_a {
    display: block;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
}
.mobile_menu_a:hover {
    color: #FFFFFF;
}
.mobile_menu_a + .mobile_menu_a {
    margin-top: 20px;
}
.mobile .mobile-close img {
    width: 30px;
    height: 30px;
}
/* End Mobile menu */

body {
    font-family: 'GothamPro', 'Helvetica', arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 23px;
    color: #2F2B27;
    padding: 0;
    padding-top: 55px;
    margin: 0;
}
.page__top {
    height: 55px;
    background-color: #004C48;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.page__top_logo {
    height: 30px;
}
.page__top_bar {
    height: 55px;
    display: flex;
    align-items: center;
}
.page__top_icon {
    margin-left: auto;
    cursor: pointer;
}
.page__header {
    position: relative;
    height: 345px;
}
.page__header::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: url('../img/bg_top_m.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.swiperTop__slide {
    height: 345px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 40px;
}
.swiperTop__text {
    font-weight: normal;
    font-size: 22px;
    line-height: 36px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
	
}
.swiperTop__btn {
    width: 224px;
    height: 37px;
    background-color: #FFFFFF;
    border-radius: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #004C48;
    text-decoration: none;
	margin: 0 auto;
}
.swiper-pagination-bullet {
    border: 1px solid #FFFFFF;
    background-color: transparent;
    width: 7px;
    height: 7px;
    margin: 0 6px;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #FFFFFF;
}
.swiperTeam .swiper-pagination-bullet {
    border: 1px solid #2F2B27;
}
.swiperTeam .swiper-pagination-bullet-active {
    background-color: #2F2B27;
}
.swiper-button-prev, 
.swiper-button-next {
    width: 38px;
    height: 23px;
    background-image: url('../img/swiper-button-prev.svg');
    top: auto;
    bottom: 17px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    z-index: 12;
}
.swiperTeam .swiper-button-prev, .swiperTeam .swiper-button-next, 
.swiperRecommendations .swiper-button-prev, .swiperRecommendations .swiper-button-next {
    background-image: url('../img/swiper-button-black.svg');
}
.swiper-button-next {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}
.swiper-button-prev::after, 
.swiper-button-next::after {
    display: none;
}
.swiperTop .swiper-pagination-bullets {
    bottom: 20px;
}
.page__title {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 15px;
	text-transform: uppercase;
}
.page__title22 {
	font-size: 22px;
	margin-bottom: 23px;
}
.hconsultation__title {
	color: #2F2B27;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 153.846% */
	margin-bottom: 23px;
}
.hconsultation__image {
	height: 290px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: -300px 0;
	position: relative;
	margin-bottom: 36px;
}
.hconsultation__image div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #BFE1DF;
	mix-blend-mode: color;
}
.hconsultation__text {
	color: #2F2B27;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 153.846% */
	text-transform: uppercase;
	margin-bottom: 40px;
}
.hconsultation__text ul, 
.hconsultation__text ol {
	padding-left: 0;
	list-style: none;
}
.hconsultation__text li {
	padding-left: 40px;
	position: relative;
	margin-left: -15px;
}
.hconsultation__text li + li {
	margin-top: 28px;
}
.hconsultation__text li:after {
	background-color: #004C48;
	content: '';
	height: 14px;
	width: 14px;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
}
#home_consultation {
	padding-bottom: 40px;
}
.page__about {
    padding: 30px 0 15px 0;
    background-color: #BFE1DF;
	overflow: hidden;
}
.page__about_img {
    height: 277px;
    position: relative;
    margin-bottom: 30px;
}
.page__about_img img {
    height: 277px;
    position: absolute;
    top: 0;
    left: calc(50% - 150px);
	display: block;
}
.page__text {
    margin-bottom: 15px;
}
.page__top_menu {
    display: none;
}
.page__menu, .page__languages {
    display: none;
}
.page__footer {
    background-color: #2F2B27;
    padding-top: 35px;
	padding-bottom: 50px;
	position: relative;
}
.page__link_top {
	position: absolute;
	width: 86px;
	height: 86px;
	top: -156px;
	right: calc(50% - 650px);
	background-image: url('../img/page__link_top.svg');
	cursor: pointer;
	display: none;
}
.page__link_top:hover {
	background-image: url('../img/page__link_top-hover.svg');
}
.page__footer_logo {
    width: 144px;
}
.page__footer_icon img {
    width: auto;
	height: 30px;
}
.page__footer_icon + .page__footer_icon {
    margin-left: 30px;
}
.page__footer_menu_link {
    padding: 53px 0 60px 0;
}
.page__footer_a {
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
.page__footer_a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.page__footer_a + .page__footer_a {
	margin-top: 20px;
}
.page__footer_icon {
	display: inline-flex;
	background-color: #BFE1DF;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}
.page__team {
    background-color: #BFE1DF;
    padding: 20px 0 15px 0;
}
.page__team-img {
    position: relative;
    height: 323px;
    margin-bottom: 40px;
}
.page__team-img img {
    width: 280px;
    position: absolute;
    top: 0;
    left: calc(50% - 140px);
	display: block;
}
.swiperTeam {
    width: 222px;
    margin: 0 auto;
    padding-bottom: 65px;
}
.swiperTeam__img {
    margin-bottom: 15px;
}
.swiperTeam__img img {
    width: 100%;
}
.swiperTeam__name {
    font-weight: 700;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
}
.swiperTeam__position {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}
.page__team_text {
    margin-bottom: 20px;
}
.page__team_text p {
	padding: 0;
	margin: 0;
}
.page__contacts {
    padding-top: 60px;
}
.page__contacts_address {
    font-weight: normal;
    font-size: 19px;
    line-height: 39px;
    max-width: 410px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    color: #3D3D3D;
}
.page__contacts_email {
    text-align: center;
    margin-bottom: 50px;
}
.page__contacts_email a {
    font-weight: normal;
    font-size: 15px;
    line-height: 39px;
    color: #3D3D3D;
    text-decoration: none;
}
.page__contacts_email a:hover {
    color: #3D3D3D;
    text-decoration: underline;
}
.page__contacts_phone {
    margin-bottom: 135px;
    text-align: center;
}
.page__contacts_phone a {
    font-weight: 700;
    font-size: 28px;
    line-height: 18px;
    color: #3D3D3D;
    text-decoration: none;
}
.page__contacts_map {
	width: 100%;
	height: 400px;
}
.page__services {
	padding-top: 55px;
	overflow: hidden;
}
.page__services p {
	margin: 0;
	padding: 0;
}
.page__services_block {
	margin-bottom: 40px;
	align-items: center;
	position: relative;
}
.page__services .page__title {
	width: 300px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.page__services_name {
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 15px;
	letter-spacing: -0.3px;
}
.page__services_desc {
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
}
.page__services_img {
	height: 160px;
}
.services_img_ch {
	position: absolute;
	right: 15px;
	top: 0;
}
.services_img0 {
	height: 161px;
}
.services_img1 {
	height: 140px;
	top: calc(50% - 70px);
}
.services_img2 {
	height: 116px;
}
.page__services_image {
	position: relative;
}
.services_row {
	align-items: center;
}
.page__positions {
	background-color: #004C48;
	padding: 45px 0;
	padding-bottom: 70px;
}
.page__positions .page__title {
	color: #FFF;
	margin-bottom: 45px;
}
.page__positions_bg {
	background-color: #FFF;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	position: relative;
	border-radius: 50%;
	margin-bottom: 25px;
}
.page__positions_text {
	font-size: 13px;
	line-height: 20px;
	margin: 0 auto;
	margin-bottom: 35px;
	color: #FFFFFF;
	text-align: center;
	width: 220px;
}
.page__positions_icon {
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	width: 170px;
	height: 170px;
	object-fit: contain;
}
.page__positions_count {
	font-size: 48px;
	line-height: 48px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 20px;
}
.page__positions_count_desc {
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;	
}
.page__steps {
	padding: 45px 0;
}
.page__steps_count {
	font-size: 164px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
.page__steps_count div {
	-webkit-text-stroke: 4px #BFE1DF;
	color: transparent;
	top: 10px;
	left: 13px;
	position: absolute;
}
.page__steps_text {
	font-size: 13px;
	line-height: 20px;
}
.page__steps .page__title {
	margin-bottom: 50px;
}
.page__sibur_block {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 100px;
	position: relative;
	overflow: hidden;
	height: 256px;
}
.ewrtert {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 310px;
}
.parallax-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(0);
	transition: transform 0.1s ease-out;
	background-position: center bottom;
	background-size: auto 340px;
}
.page__sibur_logo {
	width: 178px;
	position: relative;
}
.page__sibur_mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #BFE1DF;
	mix-blend-mode: color;
}
.page__steps_step {
	position: relative;
	margin-bottom: 50px;
}
.page__steps_arrow {
	position: absolute;
	bottom: -40px;
	width: 40px;
	left: calc(50% - 20px);
	display: block;
	transform: rotate(45deg);
}
.steps_2class .page__steps_arrow {
	transform: rotate(135deg);
}
.page__projects {
	padding: 30px 0;
	overflow: hidden;
}
.home__projects_title {
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	color: #2F2B27;
	margin-bottom: 30px;
}
.home__projects_text {
	font-size: 13px;
	line-height: 20px;
}
.home__projects_text ul {
	padding-left: 15px;
	margin-bottom: 50px;
}
.home__projects_text li + li {
	margin-top: 20px;
}
.home__projects_info {
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #004C48;
	margin-bottom: 70px;
}
.home__projects_info_c {
	font-size: 48px;
	line-height: 48px;
	font-weight: normal;
	padding: 10px 0;
}
.home__projects_img {
	width: 100%;
	margin-bottom: 30px;
	display: block;
}
.projects_img1 {
	width: 327px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.last .home__projects_text ul {
	margin-bottom: 35px;
}
.home__projects_info.last {
	margin-bottom: 0;
}
.page__iprojects {
	background-color: #BFE1DF;
	padding: 45px 0;
	overflow: hidden;
	background-image: url('../img/iprojects_bg.png');
	background-position: top center;
background-repeat: no-repeat;
background-size: 100%;
}
.home__iprojects_img_block {
	display: flex;
	justify-content: center;
}
.home__iprojects_img {
	width: 100%;
	margin-bottom: 50px;
}
.iprojects_img0 {
	width: 374px;
}
.home__iprojects_text ul {
	margin-bottom: 0;
}
.page__clients {
	padding: 35px 0 50px 0;
	background-color: #004C48;
}
.page__clients .page__title {
	color: #FFFFFF;
	margin-bottom: 20px;
}
.home__clients_img {
	width: 100%;
}
.clients_img0 {
	width: 99px;
}
.clients_img1 {
	width: 98px;
}
.clients_img2 {
	width: 110px;
}
.clients_img3 {
	width: 82px;
}
.clients_img4 {
	width: 92px;
}
.clients_img5 {
	width: 108px;
}
.clients_img6 {
	width: 119px;
}
.clients_img7 {
	width: 101px;
}
.clients_img8 {
	width: 70px;
}
.clients_img9 {
	width: 87px;
}
.clients_img10 {
	width: 126px;
}
.clients_img {
	padding: 15px 0;
}
.page__cooperation, .page__vacancies {
	padding-top: 30px;
}
.page__cooperation .page__title {
	margin-bottom: 0;
}
.home__cooperation_block {
	padding: 28px 0 20px 0;
	border-bottom: 1px solid #BCBCBC;
}
.home__cooperation_block p {
	padding: 0;
	margin: 0;
	display: block;
}
.home__cooperation_title {
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 27px;
}
.home__cooperation_desc {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
}
.page__recommendations {
	padding-top: 50px;
	overflow: hidden;
}
.swiperRecommendations {
	width: 224px;
	overflow: inherit;
	padding-bottom: 50px;
}
.page__recommendations .page__title {
	margin-bottom: 30px;
}
.swiperRecommendations__slide img {
	width: 224px;
}
.swiperRecommendations .swiper-button-prev, .swiperRecommendations .swiper-button-next {
	top: auto;
	bottom: 0;
}
.swiperRecommendations .swiper-button-prev {
	left: 40px;
}
.swiperRecommendations .swiper-button-next {
	right: 40px;
}
.swiperRecommendations .swiper-pagination {
	display: none;
}
.page__contact_us {
	padding-top: 40px;
	padding-bottom: 35px;
}
.page__contact_us .page__title {
	margin-bottom: 25px;
}
.contact_us__field {
	margin-bottom: 18px;
}
.contact_us__field_title {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #2F2B27;
	margin-bottom: 4px;
}
.contact_us__field_input {
	border: 1px solid #BCBCBC;
	border-radius: 5px;
	height: 40px;
	padding-left: 28px;
	font-size: 13px;
	line-height: 20px;
	color: #2F2B27;
}
.contact_us__field_input:focus,
.contact_us__field_textarea:focus {
	box-shadow: none;
	border: 2px solid #004C48;
}
.contact_us__field_textarea {
	border: 1px solid #BCBCBC;
	border-radius: 5px;
	height: 134px;
	padding-left: 28px;
	font-size: 13px;
	line-height: 20px;
	color: #2F2B27;
	resize: none;
}

.contact_us__field_input.valid,
.contact_us__field_textarea.valid {
	border-color: #004C48;
}
.contact_us__field_input.invalid,
.contact_us__field_textarea.invalid {
	border-color: #C12837;
}
.form-control.invalid::placeholder {
	color: #C12837;
	opacity: 1;
}
.contact_us__field_submit {
	background-color: #004C48;
	border-radius: 37px;
	width: 224px;
	height: 37px;
	border: 0;
	font-size: 13px;
	color: #FFFFFF;
}
.contact_us__field_submit:hover {
	background-color: #004C48!important;
	color: #FFFFFF!important;
}
.contact_us__field_submit_text {
	font-size: 10px;
	line-height: 18px;
	color: #BCBCBC;
	padding-top: 25px;
}
.contact_us__field_submit_text a {
	color: #004C48;
}
.contact_us__field_submit_b {
	padding-top: 30px;
}
.container {
	max-width: 320px;
}
.page__vacancies .page__title {
	margin-bottom: 33px;
}
.vacancy__title {
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	color: #2F2B27;
	margin-bottom: 20px;
}
.vacancy__field {
	font-size: 13px;
	line-height: 20px;
	color: #3D3D3D;
}
.vacancy__price {
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	color: #2F2B27;
	margin-bottom: 45px;
}
.vacancy__fields {
	margin-bottom: 20px;
}
.vacancy__more {
	background: #004C48;
	border-radius: 37px;
	width: 224px;
	height: 37px;
	display: flex;
	font-weight: 400;
	font-size: 13px;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 auto;
}
.vacancy__more:hover {
	color: #FFFFFF;
}
.vacancy {
	border-bottom: 1px solid #BCBCBC;
	padding-bottom: 40px;
}
.vacancy + .vacancy {
	margin-top: 40px;
}
.vacancyBlock {
	max-width: 305px;
	width: 100%;
	margin: 0 auto;
}
.dh1 {
	padding-top: 25px;
	margin-bottom: 33px;
}
h1, .dh2 {
	font-size: 24px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
	color: #2F2B27;
	font-weight: 400;
}
.vacancies_empty {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 10%;
	font-weight: bold;
}
.breadcrams {
	display: none;
}
.vcurrent {
	border: 1px solid #004C48;
	border-radius: 4px;
	padding: 9px 20px;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #3D3D3D;
	cursor: pointer;
	background-image: url('../img/vcurrent.svg');
	background-repeat: no-repeat;
	background-position: 94% center;
	padding-right: 40px;
}
.vcurrent.open {
	background-image: url('../img/vcurrentOpen.svg');
}
.pg_plans .vcurrent {
	padding: 0 20px;
	height: 53px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.pg_plans .vcurrent>div + div {
	font-weight: 400;
}
.hvacancy {
	padding: 0;
	margin: 0;
	padding-top: 40px;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: #2F2B27;
	margin-bottom: 15px;
}
.dvacancy__field {
	color: #3D3D3D;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
}
.dvacancy__fields {
	margin-bottom: 20px;
}
.dvacancy__price {
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	color: #2F2B27;
}
.dvacancy__title {
	font-weight: 400;
	font-size: 13px;
	line-height: 30px;
	color: #2F2B27;
	text-transform: uppercase;
	padding-top: 35px;
	margin-bottom: 35px;
}
.dvacancy__desc {
	font-size: 13px;
	line-height: 30px;
}
.dvacancy__desc ul {
	padding-left: 12px;
}
.dvacancy__fieldss {
	margin-bottom: 50px;
}
.dvacancy__form {
	margin-bottom: 40px;
}
.field_label {
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.field_label:before {
	content: 'Обзор';
	background: #004C48;
	border-radius: 4px;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #F9FAFA;
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 63px;
	cursor: pointer;
}
.vNext {
	border: 1px solid #DDDDDD;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	background: #FFFFFF;
	position: absolute;
	top: 105%;
	left: 0;
	right: 0;
	padding: 10px 20px;
	display: none;
}
.open + .vNext {
	display: block;
}
.vList {
	position: relative;
}
.vNext a {
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	color: #2F2B27;
	text-decoration: none;
}
.vNext a:hover {
	color: #2F2B27;
}
.vNext div + div {
	margin-top: 25px;
}
.consultant__box {
	width: 100%;
	margin-bottom: 25px;
}
.consultant__photo {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 20px;
}
.consultant__photo_f {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}
.consultant__name {
	color: #2F2B27;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 153.846%;
	text-decoration: none;
	display: block;
	min-height: 38px;
}
.consultant__name:hover {
	text-decoration: none;
	color: #2F2B27;
}
.consultant__experience {
	color: #2F2B27;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 153.846%;
	text-transform: lowercase;
}
.swConsultant_photo {
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	border-radius: 50%;
	display: block;
	margin-bottom: 80px;
	
}
.swConsultant_photo_i {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	filter: grayscale(100%);
}
.swiperConsultants {
	height: 400px;
	width: 220px;
	margin: 0 auto;
	overflow: initial;
}
.swConsultant {
	max-width: 220px;
	margin: 0 auto;
}
.swConsultant__name {
	color: #2F2B27;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px; /* 150% */
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
}
.swConsultant__name:hover {
	text-decoration: none;
	color: #2F2B27;
}
.swConsultant__experience {
	color: #2F2B27;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 153.846% */
}
.swConsultant__box {
	overflow: hidden;
	position: relative;
}
.swiper-slide-next .swConsultant__name {
	display: none;
}
.swConsultant__boxB {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.swConsultant__next {
	position: absolute;
	top: 253px;
	right: 0;
	height: 31px;
	width: 54px;
	z-index: 12;
	background-image: url(../img/swiper-button-d.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	transform: rotate(180deg);
}
.swConsultant__prev {
	position: absolute;
	top: 253px;
	left: 0;
	height: 31px;
	width: 54px;
	z-index: 12;
	background-image: url(../img/swiper-button-d.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
div.swConsultant__next, 
div.swConsultant__prev {
	opacity: 0.3;
}
h2.pageCo {
	color: #2F2B27;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; /* 150% */
	text-transform: uppercase;
	margin-bottom: 32px;
}
.mbr {
	display: block;
}
.pConsultant__box {
	display: block;
}

.swConsultant__box .swiper-button-prev, .swConsultant__box .swiper-button-next {
	display: none;
}
.mb-block {
	margin-bottom: 50px
}
.hconsultation__img {
	display: none;
}
#home_consultation {
	padding-top: 60px;
}
.page__consultants {
	background-color: #BFE1DF;
	padding-top: 25px;
	padding-bottom: 122px;
}
.sConsultants__box {
	overflow: hidden;
}
.page__consultants .page__title {
	margin-bottom: 40px;
}
.page__consultants .swConsultant_photo {
	margin-bottom: 22px;
}
.page__consultants .swConsultant__name {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 11px;
}
.page__consultants .swConsultant__experience {
	font-size: 13px;
	line-height: 20px;
	
}
.sConsultants__box {
	margin-bottom: 28px;
}
.sConsultants {
	overflow: initial;
	width: 220px;
}
.swConsultant__link {
	display: flex;
	width: 224px;
	padding: 9px 75px 10px 74px;
	justify-content: center;
	align-items: center;
	border-radius: 37px;
	background: #004C48;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 138.462% */
	text-decoration: none;
	margin: 0 auto;
}
.swConsultant__link:hover {
	color: #FFF;
	text-decoration: none;
}
.swiper-slide-next .swConsultant_info, 
.swiper-slide-prev .swConsultant_info {
	display: none;
}
.modal-dialog {
    border-radius: 0;
   max-width: 305px;
  margin-left: auto;
  margin-right: auto;
}
.modal-header {
    border-bottom: 0;
}
.modal-content {
    background: #D0EEEC !important;
    border-radius: 0;
}
.modal-body,
.modal-footer {
    justify-content: center;
}
.modal-footer {
    border-top: 0;
    padding: 0 0 40px 0;
}
.modal-body {
    display: flex;
    font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 40px 30px;
}
.sConsultants_next, .sConsultants_prev, .sConsultants_pagination {
	display: none;
}
.consultation_image {
	text-align: center;
	overflow: hidden;
	margin-top: -40px;
}
.consultation_image img {
	width: 350px;
}
.consultation_plans {
	padding-top: 40px;
	padding-bottom: 40px;
}
.consultation_plans h2.pageCo {
	margin-bottom: 55px;
}
.page__3steps {
	background-color: #BFE1DF;
	padding-top: 25px;
	padding-bottom: 0;
}
.3steps .page__steps_text {
	color: #3D3D3D;
}
.pg_consultation .page__steps_count div {
	-webkit-text-stroke: 4px #fff;
}
.consultation_notification {
	padding-top: 50px;
	color: #2F2B27;
text-align: center;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 153.846% */
}
.consultation__form {
	padding-top: 80px;
}
.pg_plans .hvacancy {
	text-transform: initial;
	text-align: left;
	margin-bottom: 0;
}
.pg_plans .dvacancy__field {
	color: #3D3D3D;
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
}
.page__home_consultation {
	position: relative;
}
.anchor_link {
	position: absolute;
	top: 0;
	left: 0;
}
.alert-danger a {
	color: #842029;
}
.invoice__box {
	padding: 0 15px;
	max-width: 375px;
	margin: 50px auto;
	border-radius: 3px;
	border: 1px solid #BCBCBC;
	background: #D0EEEC;
	padding-top: 48px;
	padding-bottom: 60px;
}
.invoice__form {
	max-width: 290px;
	margin: 0 auto;
}
.invoice__form h1 {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 36px;
}
.invoice__form_field {
	color: #2F2B27;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 75%;
	margin-bottom: 10px;
}
.invoice__form_value {
	border-radius: 2px;
	border: 1px solid #BCBCBC;
	background: #FFF;
	height: 42px;
	color: #2F2B27;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 75%;
	padding: 0 12px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.invoice__form_btn_box {
	padding-top: 40px;
}
.invoice__form_btn {
	border-radius: 16.209px;
	background-color: #004C48;
	width: 182px;
	height: 30px;
	border: none;
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 75%;
}
.invoice-paid {
	background-color: green;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-top: -20px;
  margin-bottom: 25px;
  line-height: 24px;
}
.animationDurationAll {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}

@media (min-width: 576px) { 
	.page__services_name {
		margin-bottom: 35px;
	}
	.parallax-image {
		background-size: auto 360px;
	}
	.blockRecommendations {
		overflow: hidden;
	}
	.swiperRecommendations {
		width: 100%;
	}
	.swiperRecommendations .swiper-pagination {
		display: block;
		bottom: 0px;
	}
	.swiperRecommendations .swiper-pagination-bullet {
		border: 2px solid #2C2927;
		width: 11px;
		height: 11px;
	}
	.swiperRecommendations .swiper-pagination-bullet-active {
		background-color: #2C2927;
	}
	.swiperRecommendations__slide img {
		width: 244px;
	}
	.pg_consultation .hconsultation__title {
		text-align: left;
	}
	
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    body {
        padding-top: 100px;
    }
    .page__top {
        height: 100px;
    }
    .page__top_bar {
        height: 100px;
    }
    .page__top_logo {
        height: 71px;
    }
    .page__top_icon img {
        width: 31px;
    }
    .page__header, .swiperTop__slide {
        height: 761px;
    }
    .swiperTop__text {
        font-size: 48px;
        line-height: 70px;
        margin-bottom: 103px;
		text-align: left;
    }
    .swiperTop__btn {
        width: 417px;
        height: 68px;
        border-radius: 37px;
        font-size: 24px;
		margin: 0;
    }
    .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
        margin: 0 6px!important;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 54px;
        height: 31px;
        bottom: 50px;
    }
    .swiperTop .swiper-pagination-bullets {
        bottom: 55px;
    }
    .sidebar-mobile_header {
        height: 100px;
    }
    .mobile .mobile-close img {
        width: 50px;
        height: 50px;
    }
    .mobile__container {
        right: -500px;
        width: 500px;
    }
    
    .mobile__container.is-opened {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }
    .sidebar-mobile_menu {
        padding-top: 100px;
    }
    .mobile_menu_a {
        font-size: 26px;
        line-height: 1;
    }
    .mobile_menu_a + .mobile_menu_a {
        margin-top: 35px;
    }
    .page__about {
        padding-top: 70px;
        line-height: 28px;
    }
    .page__about b {
        font-size: 18px;
        line-height: 32px;
    }
    .page__title {
        font-size: 38px;
        line-height: 37px;
        text-align: left;
        margin-bottom: 45px;
        letter-spacing: 0;
    }
    .page__about_img img {
        height: auto;
        width: 454px;
        top: -30px;
        left: -70px;
    }
    .container {
        max-width: 660px;
    }
    
    .page__footer_logo {
        width: 196px;
    }
    .page__footer_icon img {
        height: 30px;
    }
    .page__footer_icon + .page__footer_icon {
        margin-left: 28px;
    }
	.page__footer_icon {
		height: 46px;
		width: 46px;
	}
    .page__team {
        line-height: 28px;
        padding-bottom: 60px;
    }
    .page__about + .page__team {
        margin-top: -160px;
    }
    .page__team-img {
        margin: 0;
        height: 100%;
    }
    .swiperTeam {
        width: 304px;
    }
    .swiperTeam__img {
        margin-bottom: 25px;
    }
    .swiperTeam__name  {
        font-size: 18px;
        line-height: 32px;
        text-align: left;
        margin-bottom: 10px;
    }
    .swiperTeam__position {
        font-size: 13px;
        line-height: 28px;
        text-align: left;
    }
    .swiperTeam .swiper-button-prev, .swiperTeam .swiper-button-next {
        bottom: 0;
    }
    .swiperTeam .swiper-pagination-bullets {
        bottom: 0;
    }
    .page__team-img img {
        width: 280px;
        left: calc(50% - 160px);
        top: 40px;
    }
    .page__team_text {
        margin-bottom: 20px;
    }
	.page__contacts_map {
		height: 550px;
	}
	.page__services {
		padding-top: 240px;
		padding-bottom: 30px;
	}
	.page__services .page__title {
		line-height: 60px;
		margin-bottom: 50px;
		width: 450px;
	}
	.page__services_block {
		margin-bottom: 55px;
	}
	.page__services_name {
		font-size: 18px;
		line-height: 32px;
		margin-bottom: 30px;
	}
	.page__services_desc {
		line-height: 28px;
	}
	.page__services_image {
		position: unset;
	}
	.services_block0 {
		min-height: 275px;
	}
	.services_img0 {
		height: 275px;
	}
	.page__services_img {
		position: absolute;
		top: 0;
	}
	.page__services_image + .page__services_desc {
		padding-left: calc(var(--bs-gutter-x) * .5)!important;
	}
	.services_block1 {
		min-height: 285px;
	}
	.services_img1 {
		height: 285px;
		right: calc(50% + 15px);
	}
	.services_block2 {
		min-height: 205px;
	}
	.services_img2 {
		height: 205px;
	}
	.page__services_block {
		margin-bottom: 55px;
	}
	.page__sibur_block {
		padding: 0;
		height: 400px;
	}
	.parallax-image {
		background-size: auto 560px;
		background-position: center top;
	}
	.page__sibur_logo {
		width: 350px;
	}
	.page__steps_arrow {
		transform: rotate(0);
		left: auto;
		bottom: auto;
		top: 70px;
		right: -20px;
	}
	.steps_2class .page__steps_arrow {
		transform: rotate(0);
	}
	.arrow-md .page__steps_arrow {
		transform: rotate(180deg);
		right: auto;
		left: -20px;
	}
	.step_arrow2 {
		transform: rotate(90deg);
		right: auto;
		bottom: -40px;
		top: auto;
		left: calc(50% - 10px);
	}
	.page__steps_count {
		margin-bottom: 30px;
	}
	.home__projects_img {
		margin-bottom: 0;
	}
	.home__projects_img_block {
		height: 100%;
		display: flex;
		align-items: center;
	}
	.home__projects_title {
		text-align: left;
	}
	.home__iprojects_img_block {
		float: right;
		justify-content: unset;
	}
	.iprojects_img0 {
		margin-top: -40px;
		transform: translateX(0);
	}
	.home__cooperation_block {
		padding: 50px 0;
	}
	.swiperRecommendations .swiper-button-prev {
		left: calc(50% - 210px);
	}
	.swiperRecommendations .swiper-button-next {
		right: calc(50% - 210px);
	}
	.swiperRecommendations__slide img {
		width: 198px;
	}
	.contact_us__field_textarea {
		height: 204px;
	}
	.field_textarea2 {
		height: 122px;
	}
	.page__footer_a {
		display: inline;
	}
	.page__footer_a + .page__footer_a {
		margin-top: 0;
		margin-left: 23px;
	}
	.page__link_top {
		top: -106px;
		right: calc(50% - 350px);
		display: block;
		background-size: 100%;
		width: 66px;
		height: 66px;
	}
	.vacancies {
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px solid #BCBCBC;
	}
	.vacancy + .vacancy {
		margin-top: 0;
	}
	.vacancy {
		border-bottom: none;
		width: 50%;
		padding-bottom: 0;
		margin-bottom: 80px;
	}
	.vacancyR {
		
	}
	.vacancyBlock {
		max-width: 275px;
	}
	h1, .dh2 {
		font-size: 48px;
		line-height: 37px;
	}
	.breadcrams {
		display: block;
		font-size: 15px;
		line-height: 26px;
		color: #9D9E9E;
		padding-top: 35px;
	}
	.breadcrams a {
		color: #9D9E9E;
		text-decoration: none;
	}
	.breadcrams a:hover {
		color: #9D9E9E;
		text-decoration: underline;
	}
	.swiperConsultants {
		overflow: hidden;
	}
	.mb-block {
		margin-bottom: 75px
	}
	.hconsultation__img {
		display: block;
		position: absolute;
		width: 380px;
		top: -100px;
		right: -50px;
	}
	.hconsultation__title {
		font-size: 18px;
		margin-bottom: 45px;
	}
	.hconsultation__box {
		position: relative;
	}
	.page__contacts_email a {
		font-size: 19px;
	}
	.hconsultation__text {
		font-size: 10px;
	}
	.home_consultation {
		overflow: hidden;
	}
	.hconsultation__text li {
		padding-left: 30px;
	}
	.hconsultation__image {
		background-position: top center;
	}
	.home_consultation .page__title {
		line-height: 130%;
	}
	.pg_consultation {
		background-image: url(../img/bg-consultation.svg);
		background-size: 100%;
		background-position: top center;
		background-repeat: no-repeat;
	}
	.pg_consultation .hconsultation__text {
		font-size: 14px;
	}
	.sConsultant  {
		width: 180px;
	}
	.sConsultants {
		width: 100%;
		overflow: hidden;
		padding-bottom: 130px;
	}
	.pg_consultation .swConsultant__name {
		display: block;
	}
	.swiper-slide-next .swConsultant_info, .swiper-slide-prev .swConsultant_info {
		display: block;
	}
	.sConsultants__box {
		margin-bottom: 30px;
		
	}
	.sConsultants_next {
		background-image: url(../img/swiper-button-d.svg);
		top: 350px;
		right: 180px;
	}
	.sConsultants_prev {
		background-image: url(../img/swiper-button-d.svg);
		top: 350px;
		left: 180px;
	}
	.sConsultants_pagination.swiper-pagination {
		bottom: 28px;
	}
	.sConsultants_pagination .swiper-pagination-bullet {
		border: 1px solid #2C2927;
	}
	.sConsultants_pagination .swiper-pagination-bullet-active {
		background-color: #2C2927;
	}
	.page__consultants {
		padding-top: 45px;
	}
	.page__consultants .page__title {
		margin-bottom: 60px;
		line-height: 130%;
	}
	.sConsultants_next, .sConsultants_prev, .sConsultants_pagination {
		display: block;
	}
	.vacancies.plans {
		border-bottom: 0;
	}
	.page__3steps .page__title {
		line-height: 150%;
	}
	.mdbr {
		display: block;
	}
	.consultation__form {
		padding-top: 100px;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    body {
        padding-top: 0;
    }
	#home_consultation {
		padding-top: 100px;
	}
	.page__clients {
		padding: 135px 0 70px 0;
	}
	.page__clients .page__title {
		margin-bottom: 70px;
	}
	.clients_img {
		padding: 40px 0;
	}
	.page__cooperation, .page__vacancies {
		padding-top: 135px;
	}
	.page__cooperation .page__title {
		margin-bottom: 75px;
	}
	.home__cooperation_title {
		font-size: 28px;
		line-height: 48px;
		margin-bottom: 0;
	}
	.home__cooperation_desc {
		font-size: 19px;
		line-height: 39px;
	}
	.page__recommendations {
		padding-top: 105px;
	}
	.page__recommendations .page__title {
		margin-bottom: 120px;
	}
	
	.swiperRecommendations {
		width: 100%;
		overflow: hidden;
		padding-bottom: 80px;
	}
	.swiperRecommendations__slide img {
		width: 260px;
	}
	
	
    .page__top {
        height: 127px;
        z-index: 3;
        display: none;
    }
	.page__pages {
		display: block;
		position: relative;
	}
    .page__top_bar {
        height: 127px;
    }
    .page__top_icon {
        display: none;
    }
    .page__top_menu {
        display: flex;
        margin-left: auto;
    }
    .page__top_menu a {
        font-weight: 700;
        font-size: 16px;
        color: #FFFFFF;
        text-decoration: none;
    }
    .page__top_menu a:hover {
        color: #FFFFFF;
        text-decoration: underline;
    }
    .page__top_menu a + a {
        margin-left: 25px;
    }
    .page__header::before {
        width: 50%;
        background-image: url('../img/bg_top_d.jpg');
    }
    .page__header, .swiperTop__slide {
        height: 940px;
    }
    .page__menu {
        display: block;
        position: relative;
        padding-top: 55px;
    }
    .page__menu_llogo {
        display: block;
        margin-bottom: 90px;
    }
    .page__menu_logo {
        width: 440px;
    }
    .page__menu_link {
        font-weight: 700;
        font-size: 19px;
        line-height: 18px;
        color: #FFFFFF;
        display: block;
        text-decoration: none;
    }
    .page__menu_link:hover {
        color: #FFFFFF;
        text-decoration: underline;
    }
    .page__menu_link + .page__menu_link {
        margin-top: 45px;
    }
    .swiperTop__text {
        color: #2F2B27;
    }
    .swiperTop {
        margin-left: 80px;
    }
    .page__languages {
        display: flex;
        position: absolute;
        top: 46px;
        left: 95px;
        align-items: center;
        z-index: 8;
        right: 0;
    }
    .page__language {
        display: flex;
        width: 80px;
        height: 35px;
        border: 2px solid #004C48;
        border-radius: 31px;
        align-items: center;
        padding: 0 5px;
        font-size: 14px;
        text-transform: uppercase;
        color: #3D3D3D;
        text-decoration: none;
    }
    .page__language span + span {
        margin-left: 8px;
    }
    span.page__language, .page__language:hover {
        background-color: #004C48;
        color: #FFFFFF;
    }
    .page__language + .page__language {
        margin-left: 24px;
    }
    .page__header_phone {
        color: #2F2B27;
        font-weight: 700;
        font-size: 28px;
        text-decoration: none;
        margin-left: auto;
    }
    .page__header_phone:hover {
        color: #004C48;
    }
    .swiperTop__btn {
        background-color: #004C48;
        color: #FFFFFF;
    }
    .swiperTop__btn:hover {
        color: #004C48;
        background-color: #FFFFFF;
        border: 1px solid #004C48;
    }
    .swiperTop .swiper-pagination-bullet {
        border: 1px solid #2C2927;
    }
    .swiperTop .swiper-pagination-bullet-active {
        background-color: #2C2927;
    }
    .swiperTop .swiper-button-prev, .swiperTop .swiper-button-next {
        background-image: url('../img/swiper-button-d.svg');
    }
    .container {
        max-width: 1140px;
    }
    .page__about {
        padding-top: 95px;
        font-size: 19px;
        line-height: 39px;
        overflow: hidden;
        padding-bottom: 95px;
    }
    .page__title {
        font-size: 48px;
        line-height: 37px;
        margin-bottom: 78px;
    }
    .page__about b {
        font-size: 28px;
        line-height: 48px;
        margin-bottom: 50px;
    }
    .page__about_img img {
        top: -20px;
        left: 0;
        width: 980px;
    }
    .showStily {
        z-index: 20;
        position: fixed;
    }
    .page__footer {
        padding-bottom: 95px;
    }
    .page__footer_menu {
        display: flex;
        align-items: center;
        margin-bottom: 85px;
    }
    .page__footer_menu_link {
        display: block;
        margin-left: auto;
		padding: 0;
    }
    .page__footer_a {
        font-weight: 700;
        font-size: 16px;
        color: #FFFFFF;
        text-decoration: none;
		display: inline;
    }
    .page__footer_a:hover {
        color: #FFFFFF;
        text-decoration: none;
    }
    .page__footer_a + .page__footer_a {
        margin-left: 20px;
    }
    .page__about + .page__team {
        margin-top: 0;
    }
    .page__team {
        padding-top: 70px;
        font-size: 19px;
        line-height: 39px;
    }
    .page__team .page__title {
        margin-bottom: 45px;
    }
    .page__team_text {
        margin-bottom: 90px;
    }
    .page__team-img img {
        top: -540px;
        width: 860px;
        left: calc(50% - 600px);
    }
    .swiperTeam {
        width: 100%;
        padding-bottom: 0;
    }
    .swiperTeam__slide {
        display: flex;
    }
    .swiperTeam__img {
        margin-right: 24px;
        margin-bottom: 0;
    }
    .swiperTeam__img img {
        width: 306px;
        margin-bottom: 0;
    }
    .swiperTeam__name {
        font-size: 28px;
        line-height: 48px;
        margin-bottom: 5px;
    }
    .swiperTeam__position {
        font-size: 19px;
        line-height: 39px;
    }
    .swiperTeam .swiper-button-prev {
        margin-left: 330px;
    }
    .swiperTeam .swiper-pagination {
        margin-left: 330px;
        width: auto;
        right: 0;
        left: 0;
    }
	.page__contacts_map {
		height: 720px;
	}
	.page__services {
		padding-top: 135px;
		padding-bottom: 90px;
	}
	.page__services .page__title {
		line-height: 70px;
		width: auto;
		margin-bottom: 100px;
	}
	.page__services_name {
		font-size: 28px;
		line-height: 48px;
		margin-bottom: 50px;
	}
	.page__services_desc {
		font-size: 19px;
		line-height: 39px;
	}
	.page__services_block {
		margin-bottom: 70px;
	}
	.page__services_img {
		left: calc(50% + 130px);
	}
	.services_block0 {
		min-height: 455px;
	}
	.services_img0 {
		height: 455px;
	}
	.services_block1 {
		min-height: 440px;
	}
	.services_img1 {
		height: 440px;
	}
	.services_img_ch  {
		left: auto;
		right: calc(50% + 100px);
	}
	.services_block2 {
		min-height: 360px;
	}
	.services_img2 {
		height: 360px;
	}
	.page__positions {
		padding: 135px 0;
	}
	.page__positions .page__title {
		line-height: 70px;
		margin-bottom: 50px;
	}
	.page__positions_title_desc {
		font-weight: 700;
		font-size: 28px;
		line-height: 48px;
		color: #FFFFFF;
		margin-bottom: 150px;
	}
	.page__positions_bg {
		width: 305px;
		height: 305px;
	}
	.page__positions_icon {
		width: 325px;
		height: 325px;
		margin-bottom: 55px;
	}
	.page__positions_text {
		font-size: 19px;
		line-height: 39px;
		width: 310px;
	}
	.page__positions_count {
		margin-top: 75px;
		text-transform: uppercase;
		font-size: 128px;
		line-height: 1;
		margin-bottom: 25px;
	}
	.page__positions_count_desc {
		font-size: 28px;
		line-height: 42px;
	}
	.page__sibur_block {
		height: 495px;
	}
	.parallax-image {
		background-size: auto 880px;
	}
	.page__sibur_logo {
		width: 590px;
	}
	.page__steps {
		padding-top: 135px;
	}
	.page__steps .page__title {
		margin-bottom: 135px;
	}
	.page__steps_text {
		font-size: 19px;
		line-height: 39px;
	}
	.page__steps_count {
		margin-bottom: 80px;
	}
	.page__steps_step {
		margin-bottom: 130px;
	}
	.step_arrow2 {
		bottom: -90px;
	}
	.page__projects {
		padding: 135px 0 125px 0;
	}
	.home__projects_title {
		font-size: 48px;
		line-height: 70px;
		margin-bottom: 50px;
	}
	.home__projects_text {
		font-size: 28px;
		line-height: 48px;
	}
	.home__projects_text ul {
		font-size: 19px;
		line-height: 39px;
		margin-top: 50px;
		margin-bottom: 80px;
	}
	.home__projects_text li + li {
		margin-top: 40px;
	}
	.home__projects_info {
		font-size: 28px;
		line-height: 42px;
		margin-bottom: 95px;
	}
	.home__projects_info_c {
		font-size: 128px;
		line-height: 1;
		padding: 25px 0;
	}
	.projects_img0 {
		width: 820px;
		margin-right: 50px;
	}
	.projects_img1 {
		width: 917px;
	}
	.page__iprojects {
		padding: 135px 0 90px 0;
	}
	.page__iprojects .page__title {
		margin-bottom: 50px;
	}
	.page__iprojects .home__projects_text ul {
		margin-bottom: 0;
	}
	.iprojects_img0 {
		width: auto;
		margin-right: 50px;
		margin-top: -90px;
	}
	.projects_img_block0 {
		justify-content: end;
	}
	.home__clients_img {
		max-width: 100%;
		width: auto;
	}
	.clients_img10 {
		width: 360px;
	}
	.page__contacts {
		padding-top: 185px;
	}
	.page__contact_us {
		padding-top: 135px;
		padding-bottom: 110px;
	}
	.page__contact_us .page__title {
		margin-bottom: 100px;
	}
	.contact_us__field_title {
		font-size: 24px;
		line-height: 18px;
		margin-bottom: 20px;
	}
	.contact_us__field {
		margin-bottom: 30px;
	}
	.contact_us__field_input {
		height: 100px;
		font-size: 24px;
		line-height: 18px;
		border-width: 2px;
	}
	.contact_us__field_textarea {
		font-size: 24px;
		line-height: 18px;
		border-width: 2px;
		height: 434px;
	}
	.field_textarea2 {
		height: 269px;
	}
	.contact_us__field_submit_b {
		padding-top: 85px;
	}
	.contact_us__field_submit {
		width: 415px;
		height: 68px;
		background: #004C48;
		border-radius: 37px;
		font-size: 24px;
		line-height: 18px;
	}
	.contact_us__field_submit_text {
		font-size: 15px;
		line-height: 26px;
		width: 415px;
		padding-top: 40px;
		margin: 0 auto;
	}
	.page__link_top { 
		width: 86px;
		height: 86px;
		top: -156px;
		right: calc(50% - 580px);
	}
	.page__vacancies .page__title {
		margin-bottom: 133px;
	}
	.vacancy__title {
		font-size: 28px;
		line-height: 48px;
		margin-bottom: 23px;
	}
	.vacancyBlock {
		max-width: 416px;
		
	}
	.vacancy__field {
		font-size: 19px;
		line-height: 39px;
	}
	.vacancy__fields {
		margin-bottom: 23px;
	}
	.vacancy__price {
		font-size: 28px;
		line-height: 48px;
		margin-bottom: 35px;
	}
	.vacancy__more {
		width: 416px;
		height: 68px;
		font-size: 24px;
	}
	.vacancy {
		margin-bottom: 110px;
	}
	.dh1 {
		padding-top: 68px;
		margin-bottom: 68px;
	}
	.field_label::before {
		width: 196px;
		font-size: 24px;
	}
	.vcurrent {
		border: none;
		background: none;
		padding: 0;
		font-weight: 700;
		font-size: 19px;
		line-height: 30px;
		color: #004C48;
		margin-bottom: 50px;
	}
	.vcurrent.open {
		background: none;
	}
	.vNext {
		display: block;
		border: none;
		box-shadow: none;
		padding: 0;
		position: relative;
		top: auto;
		background: transparent;
	}
	.vNext a {
		font-weight: 700;
		font-size: 19px;
		line-height: 30px;
		color: #3D3D3D;
	}
	.vNext div + div {
		margin-top: 50px;
	}
	.vList {
		padding-right: 25px;
	}
	.vNext .plan__current a {
		color: #004C48;
	}
	.hvacancy {
		font-size: 48px;
		line-height: 60px;
		color: #3D3D3D;
		text-align: left;
		padding: 0;
		margin-bottom: 25px;
	}
	.pg_plans .dvacancy__field {
		font-size: 28px;
		line-height: 48px;
	}
	.pg_plans .vcurrent {
		display: none;
	}
	.dvacancy__field {
		font-size: 19px;
		line-height: 39px;
	}
	.dvacancy__fields {
		margin-bottom: 30px;
	}
	.dvacancy__price {
		font-size: 28px;
		line-height: 48px;
	}
	.dvacancy__title {
		font-size: 19px;
		line-height: 39px;
		padding-top: 58px;
		margin-bottom: 58px;
	}
	.dvacancy__desc {
		font-size: 19px;
		line-height: 39px;
	}
	.dvacancy__fieldss {
		margin-bottom: 90px;
	}
	.consultant__name {
		font-size: 28px;
		min-height: auto;
	}
	.consultant__experience {
		font-size: 19px;
	}
	.consultant__box {
		margin: 0 auto;
		max-width: 355px;
		margin-bottom: 120px;
	}
	.consultant__photo {
		margin-bottom: 90px;
	}
	.pConsultant__box {
		display: block;
	}
	.pConsultant__photo {
		width: 355px;
		height: 355px;
		position: relative;
		overflow: hidden;
		border-radius: 50%;
		margin-bottom: 33px;
	}
	.pConsultant__photo_i {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		filter: grayscale(100%);
	}
	.pConsultant__name {
		color: #3D3D3D;
		font-size: 48px;
		font-style: normal;
		font-weight: 700;
		line-height: 60px; /* 125% */
	}
	h2.pageCo {
		font-size: 48px;
		line-height: 70px;
		margin: 0 auto;
		width: 880px;
		margin-bottom: 112px;
	}
	.swiperConsultants {
		height: 970px;
		width: 145px;
	}
	.swConsultant__boxB, .swConsultant__next, .swConsultant__prev {
		display: none;
	}
	.swConsultant__box .swiper-button-prev, .swConsultant__box .swiper-button-next {
		background-image: url(../img/swiper-button-d.svg);
		display: block;
	}
	.swConsultant__box .swiper-button-prev {
		top: 35px;
		transform: rotate(90deg) translateY(90%);
		left: 50%;
	}
	.swConsultant__box .swiper-button-next {
		bottom: 15px;
		transform: rotate(-90deg) translateY(-90%);
		left: 50%;
	}
	.swConsultant__box {
		padding: 100px 0;
	}
	.swConsultant_photo {
		margin-bottom: 18px;
	}
	.swiper-slide-next .swConsultant__name {
		display: block;
	}
	.swConsultant__name {
		font-size: 13px;
		line-height: 20px;
	}
	.swConsultant__experience {
		font-size: 13px;
		line-height: 20px;
	}
	.current .swConsultant_photo:after {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content: '';
		background-color: #D0EEEC;
		mix-blend-mode: color;
	}
	.mb-block {
		margin-bottom: 50px
	}
	.home_consultation .page__title {
		line-height: 70px;
		width: 700px;
		margin: 0 auto;
		margin-bottom: 37px;
	}
	.hconsultation__title {
		font-size: 28px;
		width: 640px;
		margin: 0 auto;
		margin-bottom: 62px;
		line-height: 42px;
	}
	.hconsultation__image {
		height: 495px;
		margin-bottom: 101px;
	}
	.hconsultation__text li::after {
		display: none;
	}
	.hconsultation__text {
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: 205%;
		text-transform: inherit;
		margin-bottom: 100px;
	}
	.hconsultation__text ul, .hconsultation__text ol {
		list-style: disc;
		padding-left: 20px;
	}
	.hconsultation__text li {
		padding-left: 10px;
	}
	.hconsultation__img {
		width: 700px;
		top: -190px;
		right: -30px;
	}
	#home_consultation {
		padding-bottom: 80px;
	}
	.pg_consultation .hconsultation__title {
		width: 665px;
		white-space: nowrap;
	}
	.home_consultation .page__title {
		width: 665px;
	}
	.pg_consultation .hconsultation__text {
		font-size: 19px;
		width: 100%;
	}
	.sConsultants {
		max-width: 1232px;
		padding-bottom: 200px;
	}
	.sConsultant {
		width: 355px;
	}
	.page__consultants {
		padding-top: 71px;
		padding-bottom: 175px;
	}
	.page__consultants .swConsultant_photo {
		margin-bottom: 100px;
	}
	.page__consultants .swConsultant__name {
		font-size: 28px;
		line-height: 48px;
		margin-bottom: 8px;
	}
	.page__consultants .swConsultant__experience {
		font-size: 19px;
		line-height: 48px;
	}
	.swConsultant__link {
		width: 416px;
		height: 68px;
		padding: 0px 138px 0px 139px;
		font-size: 24px;
	}
	.sConsultants_prev {
		top: 680px;
		left: 350px;
	}
	.sConsultants_next {
		top: 680px;
		right: 350px;
	}
	.sConsultants_pagination.swiper-pagination {
		bottom: 73px;
	}
	.consultation_image img {
		width: 1115px;
	}
	.consultation_image {
		margin-top: -85px;
	}
	.consultation_plans {
		padding-top: 80px;
		padding-bottom: 70px;
	}
	.consultation_plans h2.pageCo {
		margin-bottom: 105px;
	}
	.page__3steps {
		padding-top: 60px;
	}
	.page__3steps .page__title {
		color: #2F2B27;
		width: 610px;
		margin: 0 auto;
		margin-bottom: 78px;
	}
	.consultation_notification {
		padding-top: 105px;
		font-size: 19px;
		line-height: 39px; /* 205.263% */
	}
	.consultation__form {
		padding-top: 165px;
	}
	.modal-dialog {
		max-width: 856px;
	}
	.modal-body {
		font-size: 19px;
		line-height: 39px;
		padding: 125px 110px;
	}
	.modal-footer {
		padding: 0 0 125px 0;
	}
	.invoice__box {
		border-radius: 5px;
		border: 2px solid #BCBCBC;
		background: #D0EEEC;
		max-width: 856px;
		margin: 40px auto;
		padding-top: 110px;
		padding-bottom: 130px;
	}
	.invoice__form h1 {
		font-size: 48px;
		line-height: 37px;
		margin-bottom: 66px;
	}
	.invoice__form {
		max-width: 665px;
	}
	.invoice__form_field {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.invoice__form_value {
		border-radius: 5px;
		border: 2px solid #BCBCBC;
		height: 93px;
		padding: 0 28px;
		font-size: 24px;
		margin-bottom: 42px;
	}
	.invoice__form_btn {
		width: 415px;
		height: 68px;
		border-radius: 37px;
		font-size: 24px;
	}
	.invoice__form_btn_box {
		padding-top: 100px;
	}
	.invoice-paid {
		font-size: 24px;
		margin-top: -40px;
		line-height: 48px;
	}
	.swiperTop__text {
		font-size: 39px;
		letter-spacing: -2px;
		line-height: 60px;
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .page__top_menu a + a {
        margin-left: 45px;
    }
    .swiperTop {
        margin-left: 120px;
    }
    .page__languages {
        left: 135px;
    }
    .container {
        max-width: 1320px;
    }
    .page__footer_a + .page__footer_a {
        margin-left: 38px;
    }
	.swiperRecommendations__slide img {
		width: 306px;
	}
	.page__link_top { 
		right: calc(50% - 650px);
	}
	.hconsultation__text {
		font-size: 19px;
		width: 120%;
	}
	.hconsultation__img {
		left: 140px;
		right: auto;
		width: 925px;
	}
	.hconsultation__box_i {
		position: relative;
	}
    .hc_title_1 {
		width: 1050px;
	}
	.sConsultants_prev {
		left: 407px;
	}
	.sConsultants_next {
		right: 407px;
	}
	.page__consultants .page__title {
		width: 900px;
		margin: 0 auto;
		margin-bottom: 60px;
	}
	.anchor_link {
		top: -100px;
	}
}
@media (min-width: 1920px) {
	.hconsultation__text {
		margin-bottom: 160px;
	}
	.hc_title_1 {
		margin-bottom: 101px;
	}
	#home_consultation {
		padding-bottom: 101px;
	}
	.parallax-image {
		background-size: auto 920px;
	}
}