/*bg.jpeg*/


.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
/*	padding: 64px 0;*/
	padding: 30px 0;
}
.header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
    max-width: 1240px;
}
.header .part {}
.header .part1 {}
.header .part2 {}
.header .part3 {}
.header .part4 {
	display: none;
}

.header nav {
	position: relative;
    top: -10px;
}
.header nav ul {
	display: flex;
}
.header nav ul li {
	margin: 0 20px;
}
.header nav ul li a {
	font-size: 1.6rem;
	text-decoration: none;
/*	color: var(--black);*/
	color: var(--white);
	text-transform: uppercase;
}
.header nav ul li a:hover {
	color: var(--white);
	text-decoration: underline;
}

.header .part1 nav ul li {}
.header .part1 nav ul li:first-of-type {
	margin-left: 0;
}
.header .part3 nav ul li {}
.header .part3 nav ul li:last-of-type {
	margin-right: 0;
}


.header .header__logo {
	display: flex;
	justify-content: center;
	align-content: center;
	max-width: 106px;
	position: relative;
    left: 14px;
}
.header .header__logo img {}



.__video_background {
    position: absolute;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    z-index: 0;
}
.__video_background video {
	width: 100%;
}

.__video_background:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: block;
}

@media screen and (max-width: 767px) {
	.__video_background {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.__video_background video {
		width: 140%;
		left: -20%;
		position: relative;

		width: 200%;
		height: 100%;
		left: -50%;
	}

}

.s__general {
/*	min-height: 100vh;*/
	min-height: 770px;
	padding: 300px 0 100px;
}
.s__general .s__title {
	font-size: 9.3rem;
    font-family: 'Liana';
    text-transform: none;
    text-align: center;
    margin-bottom: 38px;
    color: white;
    letter-spacing: 2px;
}
.s__general .s__subtitle {
    text-align: center;
/*	font-size: 1.8rem;*/
	font-size: 2.6rem;
	line-height: 1.2;
    color: white;
}
.s__general .s__btn {}




.video-background {
  background: #000;
/*  position: fixed;*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.video-background:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: block;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
@media all and (max-width: 600px) {
  .vid-info {
    width: 50%;
    padding: 0.5rem;
  }
  .vid-info h1 {
    margin-bottom: 0.2rem;
  }
}
@media all and (max-width: 500px) {
  .vid-info .acronym {
    display: none;
  }
}







.s__who {
/*	min-height: 100vh;*/
	padding: 100px 0 140px;
}
.s__who .container {
	max-width: 524px;
}
.s__who .s__title {
	font-size: 5.5rem;
    font-family: 'EB Garamond';
    margin-bottom: 80px;
    text-transform: none;
    letter-spacing: 4px;
}
.s__who .s__text {
    font-size: 1.8rem;
    line-height: 1.35;
    letter-spacing: 0.5px;
    margin-bottom: 80px;
    width: 100%;
    text-align: justify;
}
.s__who .s__tagline {
	font-size: 1.9rem;
	font-family: 'EB Garamond';
	text-align: center;
	width: 100%;
	text-transform: uppercase;
}
.s__who .decor__abs {
    position: absolute;
    left: -10px;
    top: -142px;
    max-width: 520px;
}


.s__servicemain {
	min-height: 770px;
	padding: 502px 0 100px;
}
.s__servicemain .s__title {
	font-size: 6.5rem;
	font-family: 'EB Garamond';
	color: white;
	letter-spacing: 0.5px;
}


.s__service {
	padding: 84px 0 110px;
}
.s__service .container {
	max-width: 1240px;
}
.s__service .columns {
	align-items: center;
}
.s__service .column {}
.s__service .column1 {
	padding-left: 20px;
}
.s__service .column2 {}

.s__service .column1 .s__text {
    max-width: 486px;
    letter-spacing: 0.4px;
    /*text-align: justify;*/
    text-align: left;
}
.s__service .column1 .s__text img {
	margin-right: 40px;
}

.s__service .s__text {
	font-size: 1.8rem;
}
.s__service .s__text-ico {
	font-size: 1.6rem;
	display: flex;
	align-items: center;
    position: relative;
    top: 36px;
    letter-spacing: 0.6px;
    text-align: justify;
}
.s__service .s__text-ico img {
	max-width: 24px;
	flex-shrink: 0;
}
.s__service .s__list {
	display: flex;
	flex-direction: column;
}
.s__service .s__list-item {
	margin-bottom: 60px;
}
.s__service .s__list-item:last-of-type {
	margin-bottom: 0;
}
.s__service .s__list-title {
	letter-spacing: -0.2px;
	font-size: 2.4rem;
	font-family: 'EB Garamond';
	position: relative;
/*	padding-left: 30px;*/
	text-transform: uppercase;
	margin-bottom: 10px;
}
/*.s__service .s__list-title:before {
	content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: var(--black);
    position: absolute;
    top: 14px;
    left: 0;
}*/
.s__service .s__list-text {
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: -0.1px;
    text-align: justify;
}
.s__service .s__list-box {
	background: var(--light);
	padding: 40px 54px 0;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.s__service .s__list-box .s__list-item {
	max-width: calc(33.3%);
/*	max-width: 386px;*/
	max-width: 340px;
	width: 100%;
	margin-bottom: 30px;
/*	padding-right: 46px;*/
}
.s__service .s__list-box .s__list-title {
/*	padding-left: 24px;*/
	line-height: 1.2;
/*	letter-spacing: -0.8px;*/
	letter-spacing: 0;
}
/*.s__service .s__list-box .s__list-title:before {
	top: 12px;
} */


.s__service0 .column1 {
	padding-left: 24px;
	position: relative;
	top: -14px;
}
.s__service0 .s__text {
	margin-bottom: 10px;
}
.s__service0 .s__text:last-of-type {
	margin-bottom: 0;
}

.s__service1 {
	padding: 10px 0 30px;
}
.s__service1 .container {
	max-width: 1240px;
}

.s__service2 {
	padding-bottom: 0;
}
.s__service2 .container {
	max-width: 1300px;
}

.s__service .bg__abs {
    max-width: 32.5%;
    right: 3%;
    left: inherit;
    overflow: hidden;
}



.s__mission {
/*	padding: 94px 0 164px;*/
	padding: 100px 0;
}
.s__mission .s__title {
	font-size: 4.4rem;
	font-family: 'EB Garamond';
	text-transform: none;
}



.s__vm {
	padding: 210px 0 200px;
}
.s__vm .container {
	max-width: 1300px;
}
.s__vm .column {
	padding: 0px 40px 0 90px;
}
.s__vm .column1 {}
.s__vm .column2 {}
.s__vm .s__item {}
.s__vm .s__title {
	font-size: 5.5rem;
	font-family: 'EB Garamond';
	color: var(--white);
	margin-bottom: 30px;
	text-align: left;
	letter-spacing: 2px;
}
.s__vm .s__text {
    font-size: 2.2rem;
    line-height: 1.3;
	color: var(--white);
    max-width: 476px;
/*    margin: 0 auto;*/
    text-align: justify;
}


.s__values {
	padding-bottom: 154px;
}
.s__values .s__title {
	font-size: 6.5rem;
	font-family: 'EB Garamond';
	margin-bottom: 72px;
}
.s__values .column {}
.s__values .column0 {
	margin: 0 24px;
}
.s__values .column1 {}
.s__values .column2 {}
.s__values .column3 {}

.s__values .val__list {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.s__values .val__item {
	margin-bottom: 82px;
	max-width: 340px;
}
.s__values .val__title {
	font-family: 'EB Garamond';
    font-size: 2.6rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 14px;
}
.s__values .val__text {
	font-size: 1.8rem;
	line-height: 1.3;
	text-align: justify;
}
.s__values .val__list-1 {
    align-items: flex-end;
}
.s__values .val__list-1 .val__title {
	text-align: right;
	text-transform: uppercase;
/*	font-size: 2rem;*/
}
.s__values .val__list-1 .val__text {
/*	text-align: right;*/
}

.s__values .val__list-2 {
}

.s__values .val__circle {
	width: 420px;
	height: 420px;
	border-radius: 100%;
	border: 2px solid var(--grey);
	margin: 0 auto;
	position: relative;
	top: -6px;
}
.s__values .val__circle-dot {
    width: 10px;
    height: 10px;
	border-radius: 100%;
	background: var(--black);
	position: absolute;
}
.s__values .val__circle-dot1 {
    top: 13%;
    left: 14%;
}
.s__values .val__circle-dot2 {
    top: 13%;
    right: 14%;
}
.s__values .val__circle-dot3 {
	bottom: 20%;
	left: 8%;
}
.s__values .val__circle-dot4 {
	bottom: 20%;
	right: 8%;
}



.s__teammain {
	padding: 180px 0px 304px;
}
.s__teammain .s__title {
	font-size: 6.5rem;
	font-family: 'EB Garamond';
/*	color: var(--black);*/
	color: var(--white);
}


.s__team {
/*	padding: 230px 0 0;*/
	padding: 100px 0 0;
}
.s__team .s__title {
	font-size: 5rem;
/*	font-family: 'EB Garamond';*/
	font-family: "Montserrat";
	margin-bottom: 40px;

/*	margin-left: -80px;*/
	letter-spacing: -1.2px;
}
.s__team .column {}
.s__team .column1 {}
.s__team .column2 {
	padding-left: 0;
	position: relative;
	left: -4px;
}
.s__team .team__img {
	max-width: 454px;
}
.s__team .team__img img {}
.s__team .team__img-mob {
	display: none;
}

.s__team .columns-start {
/*	margin-bottom: 26px;*/
	margin: 0 auto 26px;
    max-width: 1032px;
    position: relative;
/*    left: 115px;*/
}
.s__team .team__box {
}
.s__team .team__title {
	font-size: 3.6rem;
	font-family: 'EB Garamond';
	margin-bottom: 26px;
}
.s__team .team__text {
/*	font-size: 1.4rem;*/
	font-size: 1.8rem;
	/*text-align: justify;*/
	text-align: left;
}
.s__team .team__text p {
	margin-bottom: 10px;
}
.s__team .team__text p:last-of-type {
	 margin-bottom: 0;
}
.s__team .s__text {
    max-width: 814px;
    margin: 0 auto 44px;
    position: relative;
    left: 40px;
    font-size: 1.8rem;
    /*text-align: justify;*/
	text-align: left;

    letter-spacing: 0.2px;
}
.s__team .s__text p {
	margin-bottom: 20px;
}
.s__team .s__text p:last-of-type {
	margin-bottom: 0;
}
.s__team .s__text a {
	text-decoration: underline;
	color: var(--black);
}
.s__team .s__text a:hover {
	text-decoration: none;
	color: var(--brown);
}

.s__team .s__text2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 2.2rem;
	margin-bottom: 50px;
}

.s__team .gallery__list {
	display: flex;
	justify-content: space-between;
}
.s__team .gallery__item {}
.s__team .gallery__img {
    max-height: 374px;
    overflow: hidden;
}
.s__team .gallery__img img {}


.s__expert {
/*	padding: 230px 0 78px;*/
	padding: 100px 0;
}
.s__expert .s__title {
	font-size: 6.5rem;
	font-family: 'EB Garamond';
	margin-bottom: 16px;
}
.s__expert .s__subtitle {
	font-size: 2rem;
	font-style: italic;
	margin-bottom: 80px;
	text-align: center;
}
.s__expert .slider__wrap {
	max-width: 750px;
	margin: 0 auto;
}
.s__expert .slider {
}
.s__expert .slider__button {
	top: 20%;
	position: relative;
}
.s__expert .slider__button-prev {}
.s__expert .slider__button-next {}
.s__expert .slider__item {
	display: flex;
	flex-direction: column;
}
.s__expert .slider__info {
	font-family: 'EB Garamond';
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}
.s__expert .slider__photo {
	width: 350px;
	height: 350px;
	border-radius: 100%;
/*	margin-bottom: 20px;*/
	margin: 0 auto 26px;
}
.s__expert .slider__photo img {}
.s__expert .slider__name {
	font-size: 2.8rem;
    text-align: center;
    text-transform: uppercase;
}
.s__expert .slider__country {
    text-transform: uppercase;
	font-size: 2.2rem;
    text-align: center;
}
.s__expert .slider__text {
	font-size: 1.8rem;
	line-height: 1.45;
    text-align: justify;
}
.s__expert .slider__text p {
	margin-bottom: 20px;
/*	margin-bottom: 0;*/
}
.s__expert .slider__text p:last-of-type {
	margin-bottom: 0;
}
.s__expert .slider__text .s__text {
	margin-bottom: 35px;
}
.s__expert .slider__text .s__text:last-of-type {
	margin-bottom: 0;
}
.s__expert .slider__text .s__text2 {
	text-align: center;
	text-transform: uppercase;
}
.s__expert .s__text a {
	text-decoration: underline;
	color: var(--black);
}
.s__expert .s__text a:hover {
	text-decoration: none;
	color: var(--brown);
}





.s__bringmain {
	padding: 426px 0px 300px;
}
.s__bringmain .bg__abs {
/*	max-width: 48.5%;*/
}
.s__bringmain .bg__abs img {
	transform: scale(1, 1);
}
.s__bringmain .s__title {
	font-size: 6.5rem;
	font-family: 'EB Garamond';
	text-align: left;
	letter-spacing: 0.4px;
	position: relative;
	left: 9%;
}



.s__bring {
	padding: 108px 0;
}
.s__bring .s__text {
    text-align: justify;
	font-size: 2rem;
	line-height: 1.3;
	max-width: 816px;
	margin: 0 auto 55px;
}
.s__bring .s__text2 {
	font-size: 1.4rem;
	font-size: 2rem;
	margin: 0 auto 20px;
}
.s__bring .s__text3 {
	font-size: 2rem;
	margin: 0 auto 20px;
}
.s__bring .s__tagline {
	font-size: 2rem;
	line-height: 1.3;
	font-family: 'EB Garamond';
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 100%;
	margin: 0 auto 20px;
}
.s__bring .s__tagline img {
	max-width: 26px;
/*	margin: 0 auto;*/
	margin: 24px auto 0px;
}


.s__luxury {}
.s__luxury .container {}
.s__luxury .s__title {}
.s__luxury .s__subtitle {
	font-size: 2.6rem;
	font-family: 'EB Garamond';
	text-align: center;
	margin: 0 auto 70px;
	text-transform: uppercase;
	font-style: italic;
	margin-top: -5px;
}
.s__luxury .slider__wrap {
	width: 100%;
	margin-bottom: 100px;
}
.s__luxury .slider {
	display: flex;
/*	justify-content: center;*/
	justify-content: space-between;
	margin-bottom: 20px;
	width: 100%;
}
.s__luxury .slider__button {}
.s__luxury .slider__button-prev {}
.s__luxury .slider__button-next {}
.s__luxury .slider__item {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
}
.s__luxury .slider__img {
	justify-content: center;
	height: 140px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s__luxury .slider__img img {
	max-height: 140px !important;;
}
.s__luxury .slogan {
/*	font-size: 1.6rem;*/
    font-size: 2.6rem;
    font-size: 4.4rem;
    max-width: 900px;
    text-align: center;
	font-family: 'EB Garamond';
	text-transform: uppercase;
/*	margin: 0 auto 170px;*/
	margin: 0 auto 60px;
}
.s__luxury .slogan span {
	color: var(--brown);
	font-style: italic;
}
.s__luxury .s__text {}
.s__luxury .s__text3 {
	max-width: 800px;
	margin: 0 auto;
}


.s__map {
	padding: 34px 0 140px;
}
.s__map .s__img {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}
.s__map .s__img img {
    margin: 0 auto;
    max-width: 1370px;
}
.s__map .s__title {
	font-size: 5rem;
	max-width: 1150px;
	margin: 0 auto 20px;
	padding-bottom: 54px;
	border-bottom: 2px solid var(--grey);
}
.s__map .slider__wrap {
	max-width: 100%;
	width: 100%;
}
.s__map .slider {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 24px 0;
}
.s__map .slider__item {
    text-align: center;
}
.s__map .slider__text {
    font-size: 4rem;
    font-weight: 600;
    color: var(--brown);
/*    margin: 0 50px;*/
}


.s__whymain {
	padding: 462px 0 224px;
}
.s__whymain .s__title {
	font-size: 6.5rem;
	font-family: 'EB Garamond';
	text-align: center;
	color: var(--white);
	text-transform: none;
}



.s__why {
	padding-bottom: 132px;
}
.s__why .container {
	max-width: 1284px;
}
.s__why .columns {
/*	align-items: center;*/
}
.s__why .column {}
.s__why .column1 {
	max-width: 41%;
}
.s__why .column2 {
	max-width: 54%;
	position: relative;
	right: -2.5%;
}

.s__why .s__title {
	font-size: 4.2rem;
	font-family: 'EB Garamond';
	text-align: left;
	margin-bottom: 30px;
/*	margin-left: 40px;*/
/*	margin-top: 116px;*/
	margin-top: 146px;
}
.s__why .s__subtitle {
	font-size: 2.1rem;
	margin-bottom: 70px;
/*	margin-left: 80px;*/	
	font-style: italic;
}
.s__why .s__img {
	margin-bottom: 54px;
}
.s__why .s__img img {}

.s__why .s__list {
	display: flex;
	flex-direction: column;
}
.s__why .s__list-item {
	margin-bottom: 39px;
}
.s__why .s__list-item:last-of-type {
	margin-bottom: 0;
}
.s__why .s__list-title {
	font-size: 2.35rem;
	font-family: 'EB Garamond';
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.s__why .s__list-text {
	font-size: 2rem;
	line-height: 1.3;
}



.s__working {
	padding-bottom: 152px;
}
.s__working .s__title {
	font-size: 5.4rem;
	font-family: 'EB Garamond';
	margin-bottom: 54px;
}
.s__working .s__img {
	margin: 0 auto 50px;
	max-width: 160px;
}
.s__working .slider__wrap {
	position: relative;
	margin: 0 auto 100px;
}
.s__working .slider {
	max-width: 700px;
	margin: 0 auto;
}
.s__working .slider__item {
	display: flex;
	flex-direction: column;
}
.s__working .slider__title {
	font-size: 2.6rem;
	font-weight: 500;
	margin-bottom: 14px;
	text-transform: uppercase;
	text-align: center;
}
.s__working .slider__text {
	text-align: center;
	font-size: 2rem;
}

.s__working .swiper-pagination {
    position: absolute !important;
    bottom: -60px !important;
    top: initial !important;
}
.s__working .s__tagline {
	text-align: center;
	max-width: 900px;
	margin: 0 auto;

	font-size: 2.6rem;
    font-family: 'EB Garamond';
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    font-style: italic;
}
.s__working .s__tagline p {
	margin-bottom: 20px;
}
.s__working .s__tagline p:last-of-type {
	margin-bottom: 0;
}


.s__water {
	min-height: 460px;
}

.s__publications {
	/*border-bottom: 4px solid rgba(0,0,0,0.1);*/
    background: var(--light);
}
.s__publications .container {
	max-width: 1240px;
}
.s__publications .s__title {}
.s__publications .s__subtitle {
	text-align: center;
}
.s__publications .slider__wrap {
	width: 100%;
	margin-top: 40px;
	align-items: center;
}
.s__publications .slider__button {}
.s__publications .slider {}
.s__publications .slider__item {
	display: flex;
	align-items: center;
}
.s__publications .slider__photo {
	padding-right: 20px;
	flex-shrink: 0;
	/*max-width: 400px;*/
	/*max-width: 460px;*/
	max-width: 40%;
	width: 100%;
	min-height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;

    box-sizing: content-box;

    background: var(--white);

	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 24px;
    margin: 24px;
    border-radius: 24px;
}
.s__publications .slider__photo img {
	object-fit: cover;
	max-height: 120px;
}
.s__publications .slider__info {}
.s__publications .slider__name {
	font-size: 2.6rem;
	margin-bottom: 24px;
}
.s__publications .slider__link {}
.s__publications .slider__link a {
	font-size: 2rem;
    font-family: 'EB Garamond';
    color: var(--brown) !important;
    text-decoration: underline;
}
.s__publications .slider__link a:hover {
    text-decoration: none;
}


.s__contacts {
	padding: 88px 0 70px;
}
.s__contacts .container {
	max-width: 1240px;
}
.s__contacts .column {}
.s__contacts .column1 {
	max-width: 560px;
}
.s__contacts .column2 {
	max-width: 552px;
}

.s__contacts .s__title {
	font-size: 7.2rem;
	font-family: 'EB Garamond';
	text-align: left;
	margin-bottom: 40px;
}
.s__contacts .s__text {
	font-size: 1.6rem;
}
.s__contacts .s__text p {
	margin-bottom: 0;
}
.s__contacts .form {
	display: flex;
	flex-wrap: wrap;
}
.s__contacts .form__group {
	max-width: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 20px;
}
.s__contacts .form__col {
	max-width: 100%;
	width: 100%;
	margin-bottom: 20px;
}
.s__contacts .form__col-half {
	max-width: 50%;
	padding-right: 40px;
}
.s__contacts .form__col-half:nth-child(2n) {
	padding-right: 0;
}
.s__contacts .form__label {
    display: flex;
    cursor: pointer;
/*    padding: 10px 0;*/
    border-bottom: 1px solid var(--black);
    position: relative;
    padding: 10px 0 10px 30px;
}
}
.s__contacts .form__label span {
	position: relative;
	padding-left: 40px;
	display: block;
}
.s__contacts .form__label input[type='radio'] {
	display: none;
}
.s__contacts .form__label span:before {
	content:'';
	width: 16px;
	height: 16px;
	border: 1px solid var(--black);
	transition: 0.5s;
	position: absolute;
	top: 11px;
	left: 0;
	border-radius: 100%;
}
.s__contacts .form__label span:after {
	content:'';
	background: var(--black);
	width: 16px;
	height: 16px;
	opacity: 0;
	transition: 0.5s;
	position: absolute;
	top: 12px;
	left: 1px;
	border-radius: 100%;
}
.s__contacts .form__label input:checked ~ span:before {}
.s__contacts .form__label input:checked ~ span:after {
	opacity: 1;
}

.s__contacts .form__inp {
	font-size: 1.2rem;
	padding: 4px 0;
	border: none;
	border-bottom: 1px solid var(--black);
	display: block;
	width: 100%;
	font-size: 1.8rem;
	outline: none;
}
.s__contacts .form__inp.error {
	border-color: #f00;
}
.s__contacts .form__inp-checkbox {
	font-size: 1.2rem;
    width: initial;
}
.s__contacts .form__group-btn {
	justify-content: flex-end;
}
.s__contacts .form__button {
	cursor: pointer;
	font-size: 1.8rem;
	background: var(--black);
    color: var(--white);
    border: none;
    display: block;
    padding: 20px;
    min-width: 200px;
}



.footer {
	padding: 100px 0 46px;
	background: var(--light);
}
.footer .container {
	max-width: 1208px;
}
.footer .footer__part {}
.footer .footer_part1 {
	padding-bottom: 26px;
}
.footer .footer_part1 .container {
	border-bottom: 2px solid var(--grey);
	padding-bottom: 34px;
}

.footer .footer_part2 {}
.footer .footer_part2 .container {}


.footer .column {}
.footer .column1 {
	max-width: 420px;
}
.footer .column2 {
	max-width: 484px;
}
.footer .footer__logo {
	text-decoration: none;
	margin-bottom: 18px;
	display: flex;
    align-items: center;
    font-size: 2.6rem;
}
.footer .footer__logo img {
	max-width: 60px;
	margin-right: 18px;
}
.footer .footer__logo span {
    font-family: 'Liana';
    color: var(--brown);
    position: relative;
    top: -6px;
}
.footer .footer__text {
/*    font-size: 1.5rem;*/
    font-size: 1.3rem;
    line-height: 1.2;
/*    letter-spacing: -0.8px;*/
	letter-spacing: -0.2px;
}
.footer .footer__link {
	font-size: 1.3rem;
    color: var(--black);
    text-decoration: none;
}

.footer .footer__list {
	display: flex;
	justify-content: space-between;
}
.footer .footer__item {
	display: flex;
	flex-direction: column;
	min-width: 180px;
	padding-top: 16px;
}
.footer .footer__title {
	font-size: 1.8rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.footer .footer__text {
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.footer .footer__link {}
.footer .footer__tel {}
.footer .footer__text-contact {
	max-width: 240px;
	font-size: 1.2rem;
	line-height: 1;
    letter-spacing: 0.1px;
}

.footer .social__list {
	display: flex;
}
.footer .social__item {
	margin-right: 14px;
}
.footer .social__item:last-of-type {
	margin-right: 0;
}
.footer .social__link {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	display: block;
    padding: 6px;
    background: var(--black);
}
.footer .social__link svg {
	width: 100%;
	height: 100%;
}
.footer .social__link svg path {
	fill: var(--white);
	transition: 0.5s;
}

.footer .social__link:hover {}
.footer .social__link:hover svg {}
.footer .social__link:hover path {
	fill: var(--brown);
}
.footer .s__copy {
	font-size: 1.35rem;
}




.burger__bg {
	position: fixed;
	top: 0;
/*	left: 0;*/
	width: 100%;
	left: -100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 20;
    transition: 0.5s;
}
.burger__bg.active {
	left: 0;
}

.burger__overlay {
	position: fixed;
	top: 0;
/*	right: 0;*/
	right: -100%;
/*    width: 100%;*/
    height: 100%;
	width: 70%;
    padding: 20px;
    transition: 0.5s;
    z-index: 21;
    background: var(--white);
}
.burger__overlay.active {
/*	right: -30%;*/
	right: 0;
}
.burger__overlay-close {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 24px;
	height: 24px;
	color: var(--white);
	font-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
    background: var(--black);
    border-radius: 100%;
    cursor: pointer;
}
.burger__overlay-close svg {
	width: 20px;
    height: 20px;
}
.burger__overlay-close svg path {
    fill: var(--white);
}

.burger__overlay nav {
	margin-bottom: 20px;
}
.burger__overlay nav li {
	margin-bottom: 10px;
	text-align: center;
}
.burger__overlay nav li a {
	font-size: 2.2rem;
	color: var(--black);
	text-decoration: none;
}
.burger__overlay nav li a:hover {}

.burger__overlay .footer__text {
	margin-bottom: 6px;
}
.burger__overlay .footer__text p {
	margin-bottom: 10px;
}
.burger__overlay .footer__text p:last-of-type {
	margin-bottom: 0;
}
.burger__overlay .footer__list {}
.burger__overlay .footer__item {
	margin-bottom: 20px;
}
.burger__overlay .footer__item:last-of-type {
	margin-bottom: 0;
}
.burger__overlay .footer__title {
	font-weight: bold;
	margin-bottom: 10px;
}
.burger__overlay .footer__text a {
	color: var(--brown);
	text-decoration: none;
}
.burger__overlay .footer__text a:hover {
	color: var(--black);
	text-decoration: underline;
}
.burger__overlay .social__list {
    display: flex;
}
.burger__overlay .social__item {
    margin-right: 14px;
}
.burger__overlay .social__item:last-of-type {
    margin-right: 0;
}
.burger__overlay .social__link {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: block;
    padding: 6px;
    background: var(--black);
}
.burger__overlay .social__link svg {
	width: 100%;
	height: 100%;
}
.burger__overlay .social__link svg path {
	fill: var(--white);
	transition: 0.5s;
}
.burger__overlay .social__link:hover {}
.burger__overlay .social__link:hover svg {}
.burger__overlay .social__link:hover path {
	fill: var(--brown);
}




@media screen and (max-width: 1240px) {
	.s__why .column2 {
		right: 0;
	}
}

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

	.s__who {
		padding: 80px 0;
	}
	.s__who .decor__abs {
		left: -100px;
	}
	.s__servicemain {
		min-height: 400px;
		padding: 200px 0 100px;
	}

	.s__service {
		padding: 80px 0;
	}
	.s__service0 .column1 {
		padding-left: 0;

	}
	.s__service .column1 {
		padding-left: 0;
	}

	.s__service .bg__abs {
		max-width: 50%;
		right: 0;
	}

	.s__service .s__list-box {
		padding: 20px;
	}
	.s__service .s__list-box .s__list-item {
		max-width: 50%;
		padding: 20px;
		margin-bottom: 0;
	}

	.s__mission {
		padding: 0 0 80px;
	}

	.s__vm {
		padding: 80px 0;
	}
	.s__vm .s__title {
		font-size: 4.5rem;
	}
	.s__vm .column {
		padding: 0px 40px;
	}

	.s__values {
		padding-bottom: 80px;
	}
	.s__values .s__title {
		margin-bottom: 60px;
	}
	.s__values .columns {
		align-items: center;
	}
	.s__values .val__item:last-of-type {
		margin-bottom: 0;
	}
	.s__values .val__circle {
		width: 300px;
		height: 300px;
	}

	.s__teammain {
		padding: 200px 0 100px;
/*		padding: 200px 0;*/
	}

	.s__team {
		padding: 80px 0 0;
	}
	.s__team .s__title {
		margin-left: 0;
	}
	.s__team .team__img {
		max-width: 100%;
	}
	.s__team .columns-start {
		left: 0;
	}
	.s__team .column1 {}
	.s__team .column2 {
		padding-left: 20px;
	}

	.s__expert {}
	.s__expert .s__subtitle {
		max-width: 600px;
	    margin: 0 auto 60px;
	}


	.s__bringmain {
		padding: 200px 0 100px;
	}
	.s__bringmain .s__title {
		color: var(--white);
		left: 0;
		text-align: center;
	}
	.s__bringmain .bg__abs {
		max-width: 100%;
	}

	.s__bring {
		padding: 80px 0 0;
	}

	.s__luxury .s__subtitle {
		margin-bottom: 40px;
	}
	.s__luxury .slider__wrap {
		margin-bottom: 40px;
	}
	.s__luxury .slogan {
		margin-bottom: 60px;
	}

	.s__map {
		padding-bottom: 80px;
	}
	.s__map .s__img img {
		max-width: 100%;
	}

	.s__whymain {
		padding: 200px 0 100px;
	}

	.s__working {
		padding-bottom: 80px;
	}

	.s__why {
		padding-bottom: 80px;
	}
	.s__why .column1 {
		max-width: 100%;
	}
	.s__why .column2 {
		max-width: 100%;
	}

	.s__contacts {
		padding: 80px 0;
	}

	.footer {
		padding: 50px 0;
	}



}


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

	.header {
		padding: 10px 0;
	}
	.header .header__logo {
		max-width: 90px;
	}
	.s__who .decor__abs {
		top: -120px;
		max-width: 380px;
	}
	.s__who .s__title {
		margin-bottom: 60px;
	}

	.s__values .column0 {
	    margin: 0 10px;
		max-width: 220px;
	}
	.s__values .val__circle {
        width: 220px;
        height: 220px;
    }
    .s__expert {
    	padding: 80px 0;
    }

    .s__service .bg__abs {
    	max-width: 100%;
    	right: -50%;
    }
    .s__service .bg__abs img {
		position: relative;
		left: -100px;
    }

    .s__team .s__text {
    	left: 0;
    }

    .s__publications .slider__item {
    	flex-direction: column;
    	padding: 0 24px;
    }
    .s__publications .slider__photo {
    	max-width: 80%;
    }
    .s__publications .slider__info {
	    text-align: center;
	}
	.s__publications .slider__name {
		margin-bottom: 12px;
	}

}



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

	.header .part1 {
		display: none;
	}
	.header .part3 {
		display: none;
	}
	.header .header__logo {
		max-width: 70px;
		left: 0;
	}

	.header .part4 {
		display: flex;
	}
	.header .burger {
        max-width: 40px;
        display: flex;
        flex-direction: column;
        cursor: pointer;
	}
	.header .burger__item {
        background: var(--brown);
        height: 3px;
        width: 40px;
        margin-bottom: 6px;
	}


	.s__general {
		padding: 200px 0 80px;
		min-height: 600px;
	}
	.s__general .s__title {
		font-size: 7.6rem;
	}

	.s__who .decor__abs {
        top: -80px;
        left: -70px;
        max-width: 220px;
    }
    .s__who .s__title {
    	font-size: 4rem;
    	margin-bottom: 40px;
    }
    .s__who .s__text {
    	margin-bottom: 40px;
    }
    .s__who .s__tagline {
    	font-size: 2.4rem;
    }	

    .s__servicemain {
    	min-height: 0;
    }
    .s__servicemain .s__title {
    	font-size: 4rem;
    }

    .s__service0 .column1 {
    	top: 0;
    }

    .s__service .s__text-ico {
    	top: 0;
    	margin-bottom: 20px;
    }
    .s__service0 .s__text {
    	margin-bottom: 20px;
    }
    .s__service1 {
    	padding-bottom: 0;
    }

    .s__service .s__list {
    	margin-top: 40px;
    }
    .s__service .s__list-item {
    	margin-bottom: 20px;
    }

    .s__service .bg__abs {
        position: relative;
        right: 0;
        max-height: 300px;
    }
    .s__service .bg__abs img {
        position: relative;
        left: 0;
    }
    .s__service .column1 {
    	margin-bottom: 0;
    }

    .s__service .s__list-box {
    	margin: 0 auto;
    	padding: 0;
    }
    .s__service .s__list-box .s__list-item {
    	max-width: 100%;
    }

    .s__mission .s__title {
/*    	font-size: 4rem;*/
/*    	font-size: 2.6rem;*/
    	font-size: 2.4rem;
    }

    .s__vm .s__title {
    	font-size: 4rem;
    	text-align: center;
    	margin-bottom: 20px;
    }
    .s__vm .s__text {
    	font-size: 1.8rem;
    }

    .s__values {}
    .s__values .s__title {
    	font-size: 4rem;
    	margin-bottom: 40px;
    }
    .s__values .val__item {
    	max-width: 100%;
    	margin-bottom: 20px;
    }
    .s__values .val__list-1 .val__title {
    	text-align: left;
    }
    .s__values .column0 {
    	display: none;
    }

    .s__team .s__title {
    	font-size: 4rem;
    }
    .s__team .column1 {
        max-width: 280px;
        margin: 0 auto 26px;
    }
    .s__team .column2 {
    	padding-left: 0;
    	left: 0;
    }

    .s__team .team__img {
    	display: none;
    }
    .s__team .team__img-mob {
    	display: flex;
    	border-radius: 100%;
    	overflow: hidden;
    }
    .s__team .team__img-mob img {
	    filter: grayscale(1);
    }
    .s__team .team__title {
    	text-align: center;
    	font-size: 2.8rem;
    }
    .s__team .team__text {
    	max-width: 280px;
    	margin-left: auto;
    	margin-right: auto;
    }
    .s__team .s__text {
    	max-width: 280px;
    	margin-left: auto;
    	margin-right: auto;
    }

    .s__team .gallery__list {
    	flex-direction: column;
    }
    .s__team .gallery__item {
    	margin-bottom: 20px;
    }
    .s__team .gallery__item:last-of-type {
    	margin-bottom: 0;
    }

   	.s__expert {}
   	.s__expert .s__title {
   		font-size: 4rem;
   	} 
   	.s__expert .s__subtitle {
   		font-size: 1.8rem;
   	}

   	.s__expert .slider__wrap {
   		max-width: 100%;
   	}
   	.s__expert .slider__photo {
	    width: 250px;
	    height: 250px;
	}
	.s__expert .slider__button {
		margin-top: 20%;
	}

	.s__bringmain {}
	.s__bringmain .s__title {
		font-size: 4rem;
	}
	.s__bring .s__text {
		margin-bottom: 40px;
	}
	.s__bring .s__tagline {
		margin-bottom: 40px;
		font-size: 2.4rem;
	}

	.s__luxury {}
	.s__luxury .s__subtitle {
		font-size: 2.4rem;
	}
	.s__luxury .slogan {
		text-align: center;
/*		font-size: 2.2rem;*/
		font-size: 2.4rem;
	}

	.s__map .s__title {
		font-size: 4rem;
		padding-bottom: 20px;
		margin-bottom: 0;
	}
	.s__map .slider {
		margin: 20px 0;
	}

	.s__whymain .s__title {
		font-size: 4rem;
	}

	.s__why {}
	.s__why .s__title {
		margin-top: 0;
		text-align: center;
	}
	.s__why .s__subtitle {
		font-size: 2rem;
		margin-bottom: 40px;
	}
	.s__why .s__img {
		margin-bottom: 40px;
	}

	.s__why .s__list-item {
		margin-bottom: 40px;
	}
	.s__why .s__list-text {
		font-size: 1.8rem;
	}

	.s__working {}
	.s__working .s__title {
		font-size: 4rem;
		margin-bottom: 40px;
	}
	.s__working .s__img {
		max-width: 100px;
	}
	.s__working .slider__wrap {
		max-width: 100%;
	}
	.s__working .slider {
		max-width: 100%;
		margin-bottom: 40px;
	}
	.s__working .slider__text {
		font-size: 1.8rem;
	}
	.s__working .s__tagline {
/*		font-size: 2.2rem;*/
		font-size: 2.4rem;
	}

	.s__publications .slider__item {
		padding: 0 12px;
	}
	.s__publications .slider__photo {
		min-height: 80px;
	}
	.s__publications .slider__name {
		font-size: 2rem;
	}

	.s__contacts .s__title {
		font-size: 4rem;
		margin-bottom: 40px;
	}

	.footer {}
	.footer .footer__list {
		flex-direction: column;
	}
	.footer .footer__text-contact {
		line-height: 1.2;
	}

}
