/* Обнуление */
*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
ul,
ol,
li {
	list-style: none;
}
img {
	vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

body{
	font-family: 'Montserrat';
	color: #252b42;
	height: 100%;
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	background-color: #fafafa;
}
.wrapper{
	min-height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.__container{
	max-width: 1046px;
	margin: 0 auto;
	padding: 0px 15px;
}
._ibg{
	position: relative;
}
._ibg img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	pointer-events: none;
}


/* ---ШАПКА------------------------------------------------------------------------- */
.header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 50;
}
.header__container {
	display: flex;
	min-height: 104px;
	align-items: center;
}
@media (max-width: 479px) {
	.header__container {
		min-height: 70px;
	}
}
.header__logo {
	font-size: 24px;
	font-weight: 700;
	color: inherit;
}
.header__menu {
	margin: 0px 0px 0px 133px;
}
@media (max-width: 992px) {
	.header__menu {
		margin: 0px 0px 0px 80px;
	}
}
@media (max-width: 767px) {
	.header__menu {
		margin: 0px 0px 0px 40px;
	}
}
@media (max-width: 479px) {
	.header__menu {
		margin: 0px 0px 0px 20px;
	}
}
.menu {
	padding: 5px 0;
}
.menu__list {
	flex-wrap: wrap;
	display: flex;
}
.menu__item {
}
.menu__item:not(:last-child) {
	margin: 0px 21px 0px 0px;
}
.menu__link {
	color: #737373;
	font-weight: 600;
	line-height: calc(24 / 14 * 100%);
}
.menu__link:hover {
	text-decoration: underline;
}
@media (max-width: 479px) {
	.menu__link {
		font-size: 18px;
	}
}
/* ---PAGE------------------------------------------------------------------------- */
.page {
	flex: 1 1 auto;
}
.page__main-block {
}
.page__services {
	position: relative;
	z-index: 2;
	margin: -111px 0px 0px 0px;
}
.page__clients:not(:last-child) {
	margin: 0px 0px 10px 0px;
}
.page__adventages {
}
.page__practice {
}
.page__whoweare {
}
.page__clients:not(:last-child) {
	margin: 0px 0px 10px 0px;
}
.page__subscribe {
}
.page__getintouch {
}
.page__contact {
}

/* ---HEADER-BLOCK------------------------------------------------------------------------- */

.header-block {
	text-align: center;
	letter-spacing: 0.2px;
}
.header-block__title {
	font-size: 40px;
	font-weight: 700;
	line-height: 142%;
}
.header-block__title:not(:last-child){
	margin-bottom: 10px;
}
.header-lock__sub-title {
	color: #737373;
	line-height: 142%;
}
@media (max-width:992px){
	.header-lock__sub-title{
		font-size: 20px;
	}
}
@media (max-width:767px){
	.header-lock__sub-title{
		font-size: 16px;
	}
}
/* ---HEADER-BLOCK------------------------------------------------------------------------- */
.header-block {
	text-align: center;
	letter-spacing: 0.2px;
}
.header-block__title {
	line-height: 142%;
	font-weight: 700;
	font-size: 40px;
}
.header-block__title:not(:last-child) {
	margin: 0px 0px 10px 0px;
}
.header-block__sub-title {
	line-height: 142%;
	color: #737373;
}
@media (max-width: 992px) {
	.header-block__title {
		font-size: 35px;
	}
}
@media (max-width: 767px) {
	.header-block__title {
		font-size: 30px;
	}
}
/* ---ПОДВАЛ------------------------------------------------------------------------- */
.footer {
}
/* ---MAIN-BLOCK------------------------------------------------------------------------- */
.main-block {
	position: relative;
}
.main-block__container {
}
.main-block__body {
	padding: 184px 0px 191px 0px;
	position: relative;
	z-index: 2;
	max-width: 400px;
}
@media (max-width: 992px) {
	.main-block__body {
		padding: 120px 0px 191px 0px;
	}
}
@media (max-width: 479px) {
	.main-block__body {
		padding: 115px 0px 160px 0px;
	}
}
.main-block__body > *:not(:last-child) {
	margin: 0px 0px 35px 0px;
}

.main-block__title {
	font-size: 58px;
	line-height: 137%;
	letter-spacing: 0.2px;
	font-weight: 800;
}
@media (max-width: 479px) {
	.main-block__title {
		font-size: 42px;
	}
}
.main-block__text {
	color: #737373;
	font-size: 20px;
	line-height: 150%;
}
@media (max-width: 479px) {
	.main-block__text {
		color: #585757;
	}
}
.main-block__buttons {
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0;
}
.main-block__button {
	border-radius: 37px;
	display: flex;
	min-height: 48px;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.2px;
	font-weight: 700;
	text-align: center;
	line-height: 150%;
	padding: 5px 36px;
	margin: 10px 0;
	transition: all 0.3s ease 0s;
}

@media (max-width: 479px) {
	.main-block__button {
		flex: 1 1 100%;
	}
}
@media (min-width: 479px) {
	.main-block__button:not(:last-child) {
		margin-right: 10px;
	}
}
.main-block__button_orange {
	background: #ff7b47;
	color: #fff;
}
.main-block__button_orange:hover {
	background-color: #ffffff00;
	color: #ff7b47;
	outline: 1px solid #ff7b47;
}
.main-block__button_border {
	color: #0d5c63;
	border: 1px solid #0d5c63;
}
.main-block__button_border:hover {
	background-color: #0d5c63;
	color: #fff;
}
.main-block__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media (max-width: 1300px) {
	.main-block__image img {
		object-position: right;
	}
}
@media (max-width: 992px) {
	.main-block__image {
		opacity: 0.5;
	}
}
/* ----------------------------------- */
.services {
}
.services__container {
}
.services__column{
	flex: 0 1 33.333%;
}
.services__body {
	display: flex;
}
@media (min-width: 670px) {
	.services__body {
		display: flex;
		flex-wrap: wrap;
		margin: 0px -15px;
	}
}
@media (max-width: 670px) {
	.services__body {
		flex-direction: column;
	}
}
.services__column {
	flex: 0 1 33.333%;
}
@media (min-width: 670px) {
	.services__column {
		padding: 0px 15px;
	}
}

@media (max-width: 992px) {
	.services__column {
		flex: 0 1 50%;
	}
	.services__column:not(:last-child) {
		margin: 0px 0px 30px 0px;
	}
	.services__column:last-child {
		flex: 1 1 100%;
	}
}
.services__item {
	height: 100%;
	box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
	background-color: #fff;
	padding: 35px;
}

@media (max-width: 479px) {
	.services__item {
		padding: 25px;
	}
}
.item-service {
}
.item-service_green {
	background-color: #0d5c63;
}
.item-service_green .item-service__title {
	color: #fff;
}
.item-service_green .item-service__text {
	color: #fff;
}

.item-service > *:not(:last-child) {
	margin: 0px 0px 10px 0px;
}
.item-service__icon {
	width: 48px;
	height: 47px;
}
.servise__icon-1{
	background-image: url('../img/Services/01.svg');
}
.servise__icon-2{
	background-image: url('../img/Services/02.svg');
}
.servise__icon-3{
	height: 38px;
	background-image: url('../img/Services/03.svg');
}
.item-service__title {
	font-weight: 700;
	letter-spacing: 0.1px;
	font-size: 24px;
	line-height: 133%;
}
.item-service__text {
	color: #737373;
	line-height: 142%;
}

/* ---ADVENTAGES---------------------------- */

.adventages {
	padding: 80px 0px;
}
@media (max-width:1020px){
	.adventages{
		padding: 50px 0px;
	}
}
@media (max-width:767px){
	.adventages{
		padding: 40px 0px;
	}
}
.adventages__container {
}
.adventages__header {
	margin: 0px 0px 50px 0px;
}
@media (max-width:767px){
	.adventages__header{
		margin: 0px 0px 25px 0px;
	}
}
.adventages__body {
	display: flex;
	margin: 0px -15px;
	flex-wrap: wrap;
}
.adventages__column {
	padding: 0px 15px;
	flex: 0 1 25%;
	margin: 0px 0px 30px 0px;
}
@media (max-width:1020px){
	.adventages__column{
		flex:0 1 50%;
	}
}
@media (max-width:560px){
	.adventages__column{
		flex:0 1 100%;
	}
}
.adventages__item {
	background-color: #fff;
	padding: 30px;
	text-align: center;
	font-weight: 700;
}
.adventages__item > *:not(:last-child){
	margin: 0px 0px 10px 0px;
}
.adventages__icon {
	height: 48px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.adventages__value {
	font-size: 40px;
	line-height: 142%;
}
.adventages__text {
	letter-spacing: 0.1px;
	font-size: 16px;
	color: #737373;
	line-height: 150%;
}

/* ---PRACTICE---------------------------- */

.practice {
	padding: 125px 0px 80px 0px;
}
@media (max-width:993px) {
	.practice {
		padding: 40px 0px 80px 0px;
	}
}
@media (max-width:767px) {
	.practice {
		padding: 0px 0px 40px 0px;
	}
}
.practice__container {
}
.practice__header {
	margin-bottom: 45px;
}
@media (max-width:767px) {
	.practice__header {
		margin-bottom: 25px;
	}
}
.practice__body {
	margin: 0px -20px -30px;
	display: flex;
	flex-wrap: wrap;
}
.practice__column {
	padding: 0px 20px;
	flex: 0 1 25%;
	margin: 0px 0px 30px 0px;
}

@media (max-width:1040px) {
	.practice__column {
		flex: 0 1 50%;
	}
}
@media (max-width:630px) {
	.practice__column {
		flex: 0 1 100%;
	}
}

.practice__item {
}
.item-practice__content{
	padding: 30px;
	flex: 1 1 auto;
}
.item-practice {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.item-practice__link {
	color: inherit;
	display: inline-block;
}
.item-practice__link:hover{
	text-decoration: underline;
}
.item-practice__title {
	letter-spacing: 0.1px;
	font-size: 16px;
	line-height: 150%;
	color: inherit;
	font-weight: 700;
	margin-bottom: 15px;
}
.item-ptactice__text {
	color: #737373;
	line-height: 142%;
}
.item-ptactice__image {
	display: block;
	padding: 0px 0px 60% 0px;
}

/* ---WHO-WE-ARE---------------------------- */

.whoweare {
	padding: 80px 0px 130px 0px;
	background-color: #fff;
}
.whoweare__container {
}
.whoweare__header {
	margin: 0px 0px 100px 0px;
}
.whoweare__body {
	display: flex;
	align-items: flex-start;
}
.whoweare__photo {
	flex: 0 0 57%;
	position: relative;
	padding-bottom: 42.25%;
}
.whoweare__photo img:not(:first-child){
	position: absolute;
	left: 41.8%;
	top: 39%;
	border-radius: 50%;
}
.whoweare__photo img:not(:first-child):hover{
	outline: 5px solid #252b42;
}
.whoweare__photo img:not(:last-child){
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	object-fit: cover;
}
.whoweare__content {
	flex: 1 1 auto;
	padding: 20px 0px 0px 121px;
}
.whoweare__title {
	font-weight: 800;
	font-size: 40px;
	letter-spacing: 142%;
}
.whoweare__title:not(:last-child){
	margin: 0px 0px 10px 0px;
}
.whoweare__text {
	color: #737373;
	line-height: 142%;
}
.whoweare__items {
	margin: 50px 0px 0px 0px;
}
.whoweare__item {
}
.whoweare__item:not(:last-child){
	margin: 0px 0px 30px 0px;
}
.item-whoweare {
	display: flex;
}
.item-whoweare__icon {
	flex: 0 0 32px;
}
.item-whoweare__body {
	flex: 1 1 auto;
	padding: 0px 0px 0px 20px;
}
.item-whoweare__title {
	font-weight: 700;
	font-size: 16;
	line-height: 150%;
}
.item-whoweare__title:not(:last-child){
	margin: 0px 0px 5px 0px;
}
.item-whoweare__text {
	color: #737373;
	white-space: nowrap;
	line-height: 142%;
	width: 225px;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width:1080px) {
	.whoweare__content{
		padding: 0px 0px 0px 50px;
	}
}
@media (max-width: 950px) {
	.whoweare__title {
		font-size: 24px;
	}
	.whoweare__content{
		padding: 0px 0px 0px 0px;
	}
	.whoweare__header {
		margin: 0px 0px 30px 0px;
	}
	.whoweare__body{
		flex-direction: column-reverse;
		align-items: stretch;
	}
	.whoweare__photo:not(:last-child){
		margin: 50px 0px 0px 0px;
	}
	.whoweare__photo{
		padding: 0px 0px 56.25% 0px;
	}
	.whoweare {
		padding: 50px 0px 50px 0px;
	}
}
@media (max-width: 767px) {
	.whoweare{
		padding: 20px 0px 50px 0px;
	}
	.whoweare__photo:not(:last-child){
		margin: 30px 0px 0px 0px;
	}
}

/* ---CLIENTS----------------------------- */

.clients {
	padding: 50px 0px;
}
.clients__container {
}
.clients__items {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.clients__item {
	padding: 8px 15px;
	flex: 0 1 16.6667%;
	text-align: center;
	min-width: 140px;
}
.clients__item img{
	max-width: 100%;
}
@media (max-width: 767px) {
	.clients {
		padding: 30px 0px;
	}
}

/* ---SUBSCRIBE----------------------------- */

.subscribe {
	position: relative;
	padding: 0px 0px 20px 0px;
}
.subscribe::before{
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 77px;
	left: 0;
	background-color: #252b42;
}
.subscribe__container {
}
.subscribe__body {
	position: relative;
	z-index: 2;
	margin: 0px 30px;
	padding: 30px 50px;
	align-items: center;
	background-color: #17213c;
	border-radius: 2px;
}

@media (min-width:1070px) {
	.subscribe__body{
		margin: 0px 30px;
	}
}
@media (max-width:810px) {
	.subscribe__title{
		margin: 0px 0px 20px 0px;
	}
	.subscribe__body{
		margin: 0px -15px;
		padding: 20px 15px;
	}
}
.subscribe__title {
	flex: 0 1 50%;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1px;
	line-height: 133%;
}
@media (min-width:810px) {
	.subscribe__body{
		display: flex;
		justify-content: space-between;
	}
	.subscribe__title{
		max-width: 266px;
	}
}
.subscribe__form {
	flex: 0 1 50%;
	display: flex;
	align-items: center;
}
.subscribe__input {
	width: 100%;
	flex: 1 1 auto;
	min-height: 58px;
	padding: 0px 20px;
	background: #F9F9F9;
	color: #737373;
	border: 1px solid #E6E6E6;
	border-radius: 5px 0 0 5px;
	border-right: 0;
}
.subscribe__input:focus{
	color: #000;
}
.subscribe__button {
	background: #FF7B47;
	border: 1px solid #E6E6E6;
	border-radius: 0px 5px 5px 0px;
	display: flex;
	min-height: 58px;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	cursor: pointer;
	padding: 0px 22px;
	transition: all 0.3s ease 0s;
}
.subscribe__button:hover{
	background: #bd5b34;
}
@media (max-width:810px) {
	.subscribe__button{
		padding: 0px 15px;
	}
	.subscribe__input{
		padding: 0px 15px;
	}
}

/* ---GET-IN-TOUCH----------------------------- */
.getintouch {
	padding: 80px 0px 135px 0px;
}
.getintouch__container {
}
.getintouch__header {
	margin: 0px 0px 80px 0px;
}
.getintouch__items {
	display: flex;
	align-items: center;
	margin: 0px -15px;
}
@media (min-width:992px) {
	.getintouch__items{
		display: flex;
		margin: 0px;
		align-items: center;
	}
}
@media (max-width:992px) {
	.getintouch__header{
		margin: 0px 0px 50px 0px;
	}
	.getintouch {
		padding: 50px 0px;
	}
	.item-getintouch_active{
		padding: 50px 15px;
	}
}
@media (max-width:767px) {
	.getintouch__header{
		margin: 0px 0px 30px 0px;
	}
}
.getintouch__item {
	flex: 0 1 33.333%;
}
.item-getintouch {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 50px 15px;
}
.item-getintouch_active{
	background-color: #252b42;
	color: #fff;
	padding: 80px 15px;
}
.item-getintouch_active .item-getintouch__button{
	border: 1px solid #fff;
	color: #fff;
}
.item-getintouch__icon {
}
.item-getintouch > *:not(:last-child){
	margin: 0px 0px 15px 0px;
}
.item-getintouch__emails {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.item-getintouch__email {
	color: inherit;
	font-weight: 600;
	line-height: 150%;
	font-size: 16px;
}
.item-getintouch__email:hover{
	text-decoration: underline;
}
.item-getintouch__label {
	font-size: 16px;
	font-weight: 700;
	color: #252b42;
	line-height: 150%;
}
.item-getintouch__button {
	border: 1px solid #FF7B47;
	border-radius: 5px;
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ff7b47;
	line-height: 142%;
	padding: 5px 20px;
	font-weight: 600;
	transition: all 0.3s ease 0s;
}
.item-getintouch__button:hover{
	border: 1px solid #FF7B47;
	background-color: #FF7B47;
	color: #fff;
}
@media (min-width:992px) {
	.getintouch__items{
		display: flex;
		margin: 0px;
		align-items: center;
	}
}
@media (max-width:992px) {
	.getintouch__header{
		margin: 0px 0px 50px 0px;
	}
	.getintouch {
		padding: 50px 0px;
	}
	.item-getintouch_active{
		padding: 50px 15px;
	}
}
@media (max-width:767px) {
	.getintouch__header{
		margin: 0px 0px 30px 0px;
	}
}


/* ---CONTACT-US----------------------------- */
.contact__container{
}
.contact__content {
	padding: 0px 0px 20px 0px;
}
@media (min-width:767px) {
	.contact__body {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.contact__content {
		padding: 0px 20px 0px 0px;
	}
}


.contact__title {
	font-weight: 700;
	letter-spacing: 0.1px;
	font-size: 24px;
	line-height: 133%;
}
.contact__title:not(:last-child){
	margin: 0px 0px 10px 0px;
}
.contact__text {
	color: #737373;
	line-height: 142%;
}
.contact__button {
	display: flex;
	background: #FF7B47;
	border-radius: 5px;
	min-height: 58px;
	padding: 5px 40px;
	justify-content: center;
	align-items: center;
	color: #fff;
	transition: all 0.3s ease 0s;
}
.contact__button:hover{
	outline: 1px solid #ff7b47;
	background: #00000000;
	color: #FF7B47;
}
.page__contact{
	background-color: #fff;
	padding: 42px 0px;
}

/* ---FOOTER----------------------------- */

.footer {
}
.footer__row{
	margin: 0px -15px;
	display: flex;
	flex-wrap: wrap;
}
.footer__top {
	background: #17213C;
	padding: 35px 0px;
}
.footer__main {
}
.footer__column {
	flex: 0 1 16.667%;
	padding: 20px 15px;
}
.footer__column:last-child{
	flex: 0 1 33.334%;
}
@media (max-width:992px) {
	.footer__column {
		flex: 0 1 25%;
	}
	.footer__column:last-child{
		flex: 1 1 100%;
	}
}
@media (max-width:992px) {
	.footer__column {
		flex: 0 1 50%;
	}
}
.footer__label {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	margin: 0px 0px 20px 0px;
}
.footer__menu {
}

.menu-footer {
}
.menu-footer__list {
}
.menu-footer__item:not(:last-child) {
	margin: 0px 0px 10px 0px;
}
.menu-footer__item {
}
.menu-footer__link {
	color: #fff;
	display: inline-block;
	letter-spacing: 0.2px;
	line-height: 171%;
}
.menu-footer__link:hover{
	text-decoration: underline;
}
.footer__contants {
}

.contants-footer {
	display: flex;
	flex-direction: column;
}
.contants-footer__item:not(:last-child) {
	margin: 0px 0px 12px 0px;
}
.contants-footer__item {
	padding: 0px 0px 0px 34px;
	display: flex;
	align-items: center;
	min-height: 30px;
	color: #fff;
	line-height: 142%;
}
.contants-footer__item:hover{
	text-decoration: underline;
}
.contants-footer__item_phone {
	background: url('../img/footer/icons/01.svg') 0 0 no-repeat;
}
.contants-footer__item_map {
	background: url('../img/footer/icons/02.svg') 0 0 no-repeat;
}
.contants-footer__item_email {
	background: url('../img/footer/icons/03.svg') 0 0 no-repeat;
}
.footer__botomn {
	padding: 25px 0px;
}
.footer__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer__copy {
	color: #737373;
	line-height: 171%;
}
.footer__social {
	display: flex;
	align-items: center;
}
.social {
}
.social__item:not(:last-child) {
	margin: 0px 20px 0px 0px;
}
@media (max-width:767px) {
	.footer__container{
		flex-direction: column;
	}
	.footer__copy{
		margin: 0px 0px 15px 0px;
		text-align: center;
	}
}