* {
	padding: 0;
	margin: 0;
	border: 0;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,
:active {
	outline: none;
}
a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}
button {
	cursor: pointer;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
a,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: 400;
}

/*--------------------------------------------*/

body {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	height: 100%;
	background: #fafafa;
	line-height: 1;
	font-size: 14px;
	color: #252b42;
}
.wrapper {
	min-height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
._container {
	max-width: 1046px;
	padding: 0 15px;
	margin: 0 auto;
	box-sizing: content-box;
}
._ibg {
	position: relative;
}
._ibg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
/* ---------------------------------------------- */

.header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 50;
}
.header__container {
	display: flex;
	min-height: 104px;
	align-items: center;
}

.header__logo {
	font-size: 24px;
	font-weight: 700;
	color: inherit; /* Ссылки не наследуют цвет, по этому его нужно принуждать */
}
.header__menu {
	margin: 0 0 0 133px;
}

@media (max-width: 992px) {
	.header__menu {
		margin: 0 0 0 80px;
	}
}
@media (max-width: 767px) {
	.header__menu {
		margin: 0 0 0 40px;
	}
}

@media (max-width: 479px) {
	.header__menu {
		margin: 0 0 0 20px;
	}
}

.menu {
}
.menu__list {
	flex-wrap: wrap; /*Позволяет тексту ломаться при адаптиве*/
	display: flex;
}
.nemu__item {
}

.nemu__item:not(:last-child) {
	margin: 0 21px 0 0;
}
.menu__link {
	color: #737373;
	font-weight: 600;
	line-height: carl(24 / 14 * 100%);
}

.menu__link:hover{
	text-decoration: underline;
}

@media (max-width: 479px) {
	.menu__link {
		font-size: 18px;
		line-height: 34px;
	}
}

/* ----------------------------------------------------page---------------------------------------------------- */

.page {
	flex: 1 1 auto;
}
.page__main-block {
}

.page__services {
	position: relative;
	z-index: 2;
	margin: -111px 0 0 0;
}

.page__advantages {
}

.page__practice {
}

.page__clients {
	margin: 0 0 0 10px 0;
}

.page__subscribe {
}

.page__getintouch {
}

.page__contact {
}

/* ----------------------------------------------------page---------------------------------------------------- */

/* ------------header-block----------- */
.header-block {
	text-align: center;
	letter-spacing: 0.2px;
}
.header-block__title {
	font-weight: bold;
	line-height: 142%;
	font-size: 40px;
}

.header-block__title:not(:last-child) {
	margin: 0 0 10px 0;
}

.header-block__sub-title {
	line-height: 142%;
	color: #737373;
}

@media (max-width: 992px) {
	.header-block__sub-title {
		font-size: 30px;
	}
}

/* ---------------header-block------- */

/* -------------main-block---------------- */

.main-block {
	position: relative;
}
.main-block__container {
}
.main-block_body {
	padding: 184px 0 191px 0;
	position: relative;
	z-index: 2;
	max-width: 465px;
}

.main-block_body > *:not(:last-child) {
	margin: 0 0 35px 0;
}

.main-block__title {
	font-size: 58px;
	line-height: 137%;
	font-weight: 800;
	letter-spacing: 0.2px;
}

@media (max-width: 479px) {
	.main-block__title {
		font-size: 42px;
	}
}

.main-block__text {
	color: #737373;
	font-size: 28px;
	line-height: 150%;
}
.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;
	text-align: center;
	letter-spacing: 0.2px;
	font-weight: 700;
	line-height: 150%;
	padding: 5px 36px;
	margin: 10px 0;
	transition: all 0.4s;
}



@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:hover{
	background: #fff;
	color: #ff7b47;
	text-decoration: underline;
}


.main-block__button_border {
	color: #0d5c63;
	border: 1px solid #0d5c63;
}

.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: 1175px) {
	.main-block__image {
		opacity: 0.7;
	}
	.main-block__text {
		color: #050404;
	}
}

/* -------------main-block---------------- */

/* -------------services---------------- */
.services {
}
.services__container {
}

.services__body {
}

@media (min-width: 670px) {
	.services__body {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px -30px;
	}
}

.services__column {
	flex: 0 1 33.333%;
	padding: 0 15px;
	margin: 0 0 30px 0;
}

@media (max-width: 670px) {
	.services__column {
		padding: 0 15px;
	}
}

@media (max-width: 992px) {
	.services__column {
		flex: 0 1 50%;
	}
	.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;
}
.item-services {
}

/* -------------services---------------- */

/* -----------item-services---------- */

.item-services__green {
	background-color: #0d5c63;
}

.item-services__green .item-services__title {
	color: #fff;
}
.item-services__green .item-services__text {
	color: #fff;
}

.item-services > *:not(:last-child) {
	margin: 0 0 10px 0;
}

.item-services__icon {
}

.item-services__icon img {
	width: 40px;
	height: 40px;
}

.item-services__title {
	font-weight: 700;
	letter-spacing: 0.1;
	font-size: 24px;
	line-height: 133%;
}
.item-services__text {
	color: #737373;
	line-height: 142%;
}

/* -----------item-services---------- */

/* -----------advantages---------- */

.advantages {
	padding: 80px 0;
}

@media (max-width: 992px) {
	.advantages {
		padding: 50px 0;
	}
}
@media (max-width: 767px) {
	.advantages {
		padding: 30px 0;
	}
}

.advantages__container {
}

.advantages__header {
	margin: 0 0 50px 0;
}

@media (max-width: 767px) {
	.advantages__header {
		margin: 0 0 25px 0;
	}
}

.advantages__body {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.advantages__column {
	padding: 0 15px;
	margin: 0 0 30px 0;
	flex: 0 1 25%;
}

@media (max-width: 1020px) {
	.advantages__column {
		flex: 0 1 50%;
	}
}
@media (max-width: 560px) {
	.advantages__column {
		flex: 0 1 100%;
	}
}

.advantages__item {
	background-color: #fff;
	box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.3);
	font-weight: 700;
	padding: 30px;
	text-align: center;
}

.advantages__item > *:not(:last-child) {
	margin: 0 0 10px 0;
}

.advantages__icon {
	height: 48px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.advantages__icon img {
	width: 40px;
	height: 40px;
}

.advantages__value {
	font-weight: 700;
	font-size: 40px;
	line-height: 142%;
}
.advantages__text {
	font-weight: 700;
	letter-spacing: 0.1px;
	color: #737373;
	font-size: 16px;
	line-height: 150%;
}

/* -----------advantages---------- */

/* -------------practice------------ */

.practice {
	padding: 125px 0 80px 0;
}

@media (max-width: 993px) {
	.practice {
		padding: 40px 0 80x 0;
	}
}
@media (max-width: 767px) {
	.practice {
		padding: 0 0 40x 0;
	}
}

.practice__container {
}

.practice__header {
	margin: 0 0 45px 0;
}

@media (max-width: 767px) {
	.practice__header {
		padding: 0 0 25px 0;
	}
}

.practice__body {
	margin: 0 -20px -30px;
	display: flex;
	flex-wrap: wrap;
}
.practice__column {
	padding: 0 20px;
	margin: 0 0 30px 0;
	flex: 0 1 25%;
}

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

.practice__item {
	box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.1);
}
.item-practice {
	background-color: #fff;
	display: flex;
	height: 100%;
	flex-direction: column;
}

.item-practice__content {
	padding: 30px;
	flex: 1 1 auto;
}

.item-practice__link {
	color: inherit;
	display: inline-block;
}

.item-practice__link:hover {
	text-decoration: underline;
}

.item-practice__link:not(:last-child) {
	margin: 0 0 15px 0;
}

.item-practice__title {
	letter-spacing: 0.1px;
	font-size: 16px;
	line-height: 150%;
	font-size: 18px;
	font-weight: 700;
}

.item-practice__text {
	color: #737373;
	line-height: 142%;
}
.item-practice__image {
	display: block;
	padding: 0 0 60% 0;
}

/* -------------practice------------ */

/* -------------------------------------page__whoweare-------------------------------------- */

.whoweare {
	background: #fff;
	padding: 80px 0 130px 0;
}

@media (max-width: 950px) {
	.whoweare {
		padding: 50px 0 50px 0;
	}
}

.whoweare__container {
}

.whoweare__header {
	margin: 0 0 100px 0;
}

@media (max-width: 950px) {
	.whoweare__header {
		margin: 0 0 30px 0;
	}
}

.whoweare__body {
	display: flex;
	align-items: flex-start;
}

@media (max-width: 950px) {
	.whoweare__body {
		flex-direction: column-reverse;
		align-items: stretch;
	}
}

.whoweare__video {
	flex: 0 0 57%;
	position: relative;
	padding: 0 0 42.25% 0;
}

@media (max-width: 950px) {
	.whoweare__video:not(:last-child) {
		margin: 50px 0 0 0;
	}
}
.whoweare__video {
	padding: 0 0 56.25% 0;
}
.whoweare__video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.whoweare__content {
	flex: 1 1 auto;
	padding: 20px 0 0 121px;
}

@media (max-width: 1080px) {
	.whoweare__content {
		padding: 0 0 0 50px;
	}
}
@media (max-width: 950px) {
	.whoweare__content {
		padding: 0 0 0 5px;
	}
}

.whoweare__title {
	font-weight: 800;
	font-size: 39px;
	line-height: 142%;
	letter-spacing: 0.2px;
}

@media (max-width: 950px) {
	.whoweare__title {
		font-size: 22px;
	}
}

.whoweare__title:not(:last-child) {
	margin: 0 0 10px 0;
}

.whoweare__text {
	color: #737373;
	line-height: 142%;
}

.whoweare__items {
	margin: 50px 0 0 0;
}
.whoweare__item {
}

.whoweare__item:not(:last-child) {
	margin: 0 0 30px 0;
}

.item-whoweare {
	display: flex;
}
.item-whoweare__icon {
	flex: 0 0 32px;
}

.item-whoweare__icon img {
	width: 40px;
	height: 40px;
	border-radius: 50px;
}

.item-whoweare__body {
	flex: 1 1 auto;
	padding: 0 0 0 20px;
}
.item-whoweare__title {
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
}

.item-whoweare__title:not(:last-child) {
	margin: 0 0 5px 0;
}

.item-whoweare__text {
	color: #737373;

	line-height: 142%;
}

/* -----------page__whoweare----------------- */

/* --------------clients------------------ */

.clients {
	padding: 50px 0;
}

@media (max-width: 767px) {
	.clients {
		padding: 20px 0;
	}
}

.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%;
	width: 80px;
	height: 70px;
}

/* --------------clients------------------ */

/* ----------------subscribe------------------- */

.subscribe {
	position: relative;
}

.subscribe::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 77px;
	left: 0;
	background: #17213c;
}

.subscribe__container {
}

.subscribe__body {
	position: relative;
	z-index: 2;
	padding: 30px 50px;
	align-items: center;
	background: #17213c;
	border-radius: 8px;
}

@media (min-width: 1070px) {
	.subscribe__body {
		margin: 0 30px;
	}
}

.subscribe__title {
	color: #fff;
	font-size: 133%;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 0.1px;
}

@media (max-width: 810px) {
	.subscribe__title {
		margin: 0 0 20px 0;
	}
	.subscribe__body {
		margin: 0 -15px;
		padding: 20px 25px;
	}
}
@media (min-width: 810px) {
	.subscribe__title {
		max-width: 266px;
	}

	.subscribe__body {
		display: flex;
		justify-content: space-between;
	}
}

.subscribe__form {
	flex: 0 1 50%;
	display: flex;
	align-items: center;
}
.subscribe__input {
	width: 100%;
	flex: 1 1 auto;
	min-height: 58px;
	color: #737373;
	padding: 0 20px;
	border: 1px solid #e6e6e6;
	border-right: 0;
	box-sizing: border-box;
	border-radius: 5px 0 0 5px;
}

.subscribe__input:focus {
	color: #050404;
}

.subscribe__button {
	background: #ff7b47;
	border: 1px solid #e6e6e6;
	border-radius: 0 5px 5px 0;
	display: flex;
	min-height: 58px;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	padding: 0 22px;
	transition: all 0.4s;
}

.subscribe__button:hover{
	background: #fff;
	color: #ff7b47;
	text-decoration: underline;
}

/* ----------------getintouch------------------- */

.getintouch {
	padding: 80px 0 135px 0;
}
.getintouch__container {
}

.getintouch__header {
	margin: 0 0 80px 0;
}

.getintouch__items {
	margin: 0 -15px;
}

@media (min-width: 992px) {
	.getintouch__items {
		margin: 0;
		display: flex;
		align-items: center;
	}
}
@media (max-width: 992px) {
	.getintouch__header {
		margin: 50px 0;
	}
	.getintouch__header {
		margin: 0 0 50px 0;
	}
}
@media (max-width: 767px) {
	.getintouch__header {
		margin: 0 0 30px 0;
	}
}

.getintouch__item {
	flex: 0 1 33.333%;
	box-shadow: 0px 13px 19px rgba(0.1, 0.1, 0.1, 0.1);
}

.item__getintouch {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 50px 15px;
}

.item-getintouch__active {
	background: #252b42;
	padding: 80px 15px;
	color: #fff;
}

.item-getintouch__active .item-getintouch__button {
	border: 1px solid #fff;
	color: #fff;
}

.item__getintouch > *:not(:last-child) {
	margin: 0 0 15px 0;
}

.item-getintouch__icon {
}

.item-getintouch__icon img {
	width: 50px;
	height: 50px;
}

.item-getintouch__emails {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.item-getintouch__email {
	color: inherit;
	font-weight: 500;
	line-height: 150%;
	font-size: 16px;
}

.item-getintouch__email:hover {
	text-decoration: underline;
}

.item-getintouch__label {
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
}

.item-getintouch__button {
	border: 1px solid #ff7b47;
	min-height: 44px;
	display: flex;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	color: #ff7b47;
	line-height: 142%;
	padding: 5px 20px;
	text-align: center;
	transition: all 0.5s;
	border-radius: 5px;
}

.item-getintouch__button:hover {
	background-color: #ff7b47;
	color: #fff;
}

/* ----------------getintouch------------------- */

/* -------------contact--------------- */

.contact {
	background-color: #fff;
	padding: 42px 0;
}
.contact__container {
}

.contact__body {
}

.contact__content {
	padding: 0 0 20px 0;
}

@media (min-width: 767px) {
	.contact__body {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.contact__content {
		padding: 0 20px 0 0;
	}
}
.contact__title {
	font-weight: 700;
	letter-spacing: 0.1px;
	font-size: 24px;
	line-height: 133%;
}

.contact__title:not(:last-child) {
	margin: 0 0 10px 0;
}

.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;
	text-align: center;
	color: #fff;
	transition: all 0.5s;
	border: 2px solid #ff7b47;
}

.contact__button:hover {
	background: #fafafa;
	color: #ff7b47;
}

/* -------------contact--------------- */

/* -----------------------------footer------------------------- */
.footer {
}

.foorer__top {
	background: #17213c;
	padding: 35px 0;
}
.footer__main {
}

.footer__row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.footer__column {
	padding: 15px 15px;
	flex: 0 1 16.6667%;
}

.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: 700px) {
	.footer__column {
		flex: 0 1 50%;
	}
}

.footer__label {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	margin: 0 0 20px 0;
}
.footer__menu {
}
.menu-footer {
}
.menu-footer__list {
}
.menu-footer__item:not(:last-child) {
	margin: 0 0 10px 0;
}
.menu-footer__link {
	color: #fff;
	display: inline-block;
	line-height: 171%;
	letter-spacing: 0.2px;
}

.menu-footer__link:hover {
	text-decoration: underline;
}

.footer__contacts {
}
.contacts-footer {
	display: flex;
	flex-direction: column;
}

.contacts-footer__item {
	padding: 0 0 0 34px;
	display: flex;
	line-height: 142%;
	align-items: center;
	color: #fff;
	min-height: 30px;
}

.contacts-footer__item:hover {
	text-decoration: underline;
}

.contacts-footer__item:not(:last-child) {
	margin: 0 0 12px 0;
}
.contacts-footer__item-phone {
	background: url("../img/footer__icon/images1.png") 0 0/25px 25px no-repeat;
}

.contacts-footer__item-map {
	background: url("../img/footer__icon/images2.png") 0 0/25px 25px no-repeat;
}
.contacts-footer__item-imail {
	background: url("../img/footer__icon/images3.png") 0 0/25px 25px no-repeat;
}

.foorer__botton {
	padding: 25px 0;
}
.footer__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 767px) {
	.footer__container {
		flex-direction: column;
	}
	.foorer__copy{
		margin: 0 0 15px 0;
		text-align: center;
	}
}

.foorer__copy {
	color: #737373;
	line-height: 171%;	
	font-size: 20px;
}
.foorer__social {
}
.social {
	display: flex;
	align-items: center;
}
.social__item:not(:last-child) {
	margin: 0 20px 0 0;
}

.social__item img {
	width: 40px;
	height: 40px;
}
/* -----------------------------footer------------------------- */
