body {
	font-family: 'Conv_basis-grotesque', sans-serif;
	color: #222;
}

/* COMMON */
.btn {
	font-family: 'Conv_basis-grotesque', sans-serif;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 40px;
	height: 56px;
	border-radius: 28px;
	background-color: #F04C41;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-size: 18px;
	line-height: 20px;
	border: none;
	outline: none;
	text-align: center;
}
.btn:hover {
	text-decoration: none;
	opacity: 0.9;
}
.btn__icon {
	margin-right: 12px;
	max-height: 22px;
}
.btn_color {
	color: #fff;
	background-color: #0060E1;
}
a.btn_color:hover {
	color: #fff;
}
.btn_gray {
	color: #333;
	background-color: #EEF0F2;
}
.btn_transparent {
	color: #333;
	background: none;
}
.btn_outlined-white {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.btn_not-stretch {
	align-self: flex-start;
}
.btn_small {
	height: 48px;
}
.btn_xs {
	height: 40px;
	padding: 0 20px;
}
a:hover {
	/* text-decoration: none; */
}
.link {
	color: #F04C41;
	text-decoration: none;
}

.title {
	font-weight: 900;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: -1.5px;
}
.title_ml {
	margin-left: 60px;
	margin-bottom: 60px;
}
.title_white {
	color: #fff;
}

.block {
	padding-top: 120px;
	padding-bottom: 120px;
}

.block--accent {
	background: #F5F6F7;
}

.block__content {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.block__description {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 24px;
}

.block__description p,
.block__description li,
.block__description ul {
	margin-bottom: 12px;
	padding-left: 0;
}

.block__description li {
	list-style: none;
}

.block__description li:before {
	content: '— ';
}

.block__heading {
	font-weight: 900;
	font-size: 48px;
	letter-spacing: -0.03em;
	line-height: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
}

.block__heading-accent {

}

.block__heading-accent--1 {
	color: #0260e1;
}

.block__heading-accent--2 {
	color: #f04d41;
}

.block__heading-accent--3 {
	color: #01bcd3;
}

.block__heading-accent--4 {
	color: #4495ff;
}

.block__actions {
	display: flex;
	align-items: center;
}

.block__link {
	color: #0260e1;
	height: auto;
}

/* IE 11 fix */
.block__image {
	flex-shrink: 0;
}

.block-cover {
	position: relative;
	overflow: hidden;
}

.block-cover__content-wrapper {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	top: 50%;
}

.block-cover__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 40%;
	z-index: 1;
}

.block-cover__image {
	text-align: right;
}

.block-cover__image img {
	width: 55%;
}
/* COMMON */

/* HEADER */
.header-navbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
}
.header-navbar-left-list {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
}
.header-navbar-left-list-item {
	margin-right: 30px;
}
.header-navbar-left-list-logo {
	margin-right: 55px;
}
.header-navbar-left-list-logo__link {
	display: flex;
	align-items: center;
}
.header-navbar-left-list-logo__link__img {
	height: 27px;
}

.header-navbar-right-list {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
}
.header-navbar-right-burger {
	display: none;
	padding: 0;
	color: #000;
}
.header-navbar-right-list-item {
	margin-left: 30px;
}
.header-navbar-right-list-item a {
	color: #333;
}
.header-navbar-dropdown__label {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.header-navbar-dropdown__label__icon {
	margin-left: 10px;
}
.header-navbar-dropdown-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-navbar-dropdown-list-item:not(:last-child) {
	margin-bottom: 10px;
}
.header-navbar-dropdown-list-item a {
	color: #333;
}
/* HEADER */

/* FOOTER */
.footer {
	border-top: 1px solid rgba(34, 34, 34, 0.3);
}
.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-bottom-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.footer-bottom__txt {
	flex-grow: 1;
	text-align: left;
}
.footer-bottom__phone {
	flex-shrink: 0;
}
.footer-bottom__email {
	flex-shrink: 0;
	margin-left: 20px;
}
.footer-bottom__email a,
.footer-bottom__phone a {
	color: #222;
}
/* FOOTER */

/* MODAL */
.modal-menu-body {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.modal-menu-wrap {
	padding: 18px 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.modal-menu__img {
	width: 188px;
	height: 20px;
	margin-bottom: 35px;
}
.modal-menu-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.modal-menu-list-item {
	margin-bottom: 12px;
}
.modal-menu-list-item:first-child {
	color: #000;
	font-weight: 900;
}
.modal-menu-list-item a {
	color: #333;
}
.modal-menu-btn-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.modal-menu__close {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	top: 18px;
	right: 16px;
	-webkit-appearance: none;
}
.modal-menu__close img {
	width: 20px;
	height: 20px;
}
/* MODAL */

/* MODIFICATORS */
.uk-open>.uk-modal-dialog {
	border-radius: 16px;
}
.uk-modal-full .uk-modal-dialog {
	height: 100%;
}
/* MODIFICATORS */
