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

/* COLORS */
.color-select {
	color: #4595FF;
}

/* COMMON */
.btn {
	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_white {
	min-width: 260px;
	color: #4595FF;
	background-color: #fff;
}
.btn_color {
	color: #fff;
	background-color: #4595FF;
}
a.btn_white:hover {
	color: #4595FF;
}
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: #4595FF;
	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;
}

.section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	padding: 0 60px;
	min-height: 400px;
	background-color: #F7F7F7;
	border-radius: 20px;
	margin-bottom: 30px;
}
.section_red {
	background-color: #F04C41;
	color: #fff;
}
.section_column {
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
}
.section__txt {
	max-width: 390px;
	font-size: 28px;
	line-height: 120%;
	letter-spacing: -0.02em;
	margin-bottom: 15px;
}
.section__description {
	max-width: 390px;
	font-size: 16px;
	line-height: 130%;
	color: #86868C;
}
.section-right {
	width: 50%;
	align-self: flex-end;
}
.section-right__img {
	display: block;
	margin: 0 auto;
}
.input {
	background: #F7F7F7;
	border-radius: 28px;
	border-color: #F7F7F7;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: -0.2px;
	height: 56px;
	padding: 0 20px;
	outline: none;
	color: #7D7D7D;
	box-sizing: border-box;
}
.input::-webkit-input-placeholder {color: #7D7D7D;}
.input::-moz-placeholder          {color:#7D7D7D;}
.input:-moz-placeholder           {color:#7D7D7D;}
.input:-ms-input-placeholder      {color:#7D7D7D;}
.textarea {
	background: #F7F7F7;
	border-radius: 28px;
	border-color: #F7F7F7;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: -0.2px;
	height: 174px;
	resize: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	font-family: 'Conv_basis-grotesque', sans-serif;
	outline: none;
	color: #7D7D7D;
	box-sizing: border-box;
	padding: 20px;
}
.textarea::-webkit-input-placeholder {color: #7D7D7D;}
.textarea::-moz-placeholder          {color:#7D7D7D;}
.textarea:-moz-placeholder           {color:#7D7D7D;}
.textarea:-ms-input-placeholder      {color:#7D7D7D;}
/* COMMON */

/* HEADER */
.header {
	margin-bottom: 70px!important;
}
.header-navbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 28px 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 {
	width: 300px;
	height: 27px;
}

.header-navbar-left-list-item__link {
	text-decoration: none;
	color: #333;
}
.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 */

.section-cover {
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
	padding-left: 60px;
}
.section-cover-left {
	width: 600px;
	flex-shrink: 0;
}
.section-cover-left__title {
	font-weight: 900;
	font-size: 56px;
	line-height: 60px;
	letter-spacing: -2.2px;
	color: #333;
	margin-bottom: 20px;
	max-width: 600px;
}
.section-cover-left__description {
	font-size: 28px;
	line-height: 34px;
	letter-spacing: -0.254545px;
	margin-bottom: 30px;
	max-width: 486px;
}
.section-cover-left-wrap-btn {
	position: relative;
}
.section-cover-left-wrap-btn__img {
	position: absolute;
	bottom: -40px;
	left: 280px;
}
.section-cover-left-wrap-btn__img-2 {
	display: none;
}

.section-whom {
	padding-top: 180px;
	padding-bottom: 180px;
}
.section-whom__title {
	margin-bottom: 80px;
}
.whom-card {
	max-width: 320px;
	text-align: center;
}
.whom-card__img {
	margin-bottom: 24px;
}
.whom-card__title {
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 120%;
}
.whom-card__txt {
	font-size: 18px;
	line-height: 130%;
	color: #86868C;
}

.section-benefit {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	padding: 80px 60px 60px;
	background-color: #F7F7F7;
	border-radius: 20px;
	margin-bottom: 30px;
}
.section-benefit__title {
	margin-bottom: 77px;
}

.section-benefit-row {
	margin-bottom: 90px;
}
.section-benefit-card__title {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 120%;
}
.section-benefit-card__txt {
	font-size: 16px;
	line-height: 130%;
	color: #757780;
}
.section-benefit-card__img {
	margin-bottom: 30px;
}

.section-go {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 60px 0;
	background-color: #4595FF;
	border-radius: 20px;
	margin-bottom: 160px;
}
.section-go__title {
	max-width: 894px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: 900;
	font-size: 40px;
	line-height: 120%;
	color: #fff;
	letter-spacing: -0.03em;
}

.section-types {
	margin-bottom: 178px !important;
	padding: 0 90px;
}
.section-types__title {
	margin-bottom: 40px;
	text-align: center;
}
.section-types-card {
	text-align: center;
}
.section-types-card__img {
	margin-bottom: 30px;
	width: 140px;
	height: 152px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 auto 30px;
}
.section-types-card__txt {
	line-height: 18px;
	letter-spacing: -0.177778px;
}

.section-info {
	background-color: #F5F5F7;
	padding-top: 70px;
	padding-bottom: 80px;
}
.section-info__title {
	text-align: center;
	margin-bottom: 20px;
}
.section-info__subtitle {
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	letter-spacing: -0.2px;
	color: #86868C;
	max-width: 545px;
	margin: 0 auto 50px;
}

.section-info-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 8px;
	background-color: #fff;
	padding: 10px 10px 30px;
	min-height: 326px;
	box-sizing: border-box;
}
.section-info-card__title {
	display: flex;
	align-items: flex-end;
	margin-bottom: 12px;
}
.section-info-card__title__quadro {
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 5px solid;
	margin-right: 8px;
}
.section-info-card__title__txt {
	font-weight: 600;
	font-size: 18px;
	line-height: 16px;
	letter-spacing: -0.0948227px;
}
.section-info-card__img {
	margin-bottom: 30px;
	height: 167px;
}
.section-info-card__txt {
	font-size: 16px;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.01em;
	color: #858691;
}

.section-mix {
	background-color: #fff;
	background-image: url('../image/image-13-1.png');
	background-position: bottom right;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 30px;
	border-radius: 8px;
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: hidden;
}
.section-mix__img {
	display: none;
}
.section-mix__label {
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #C4C4C4;
	margin-bottom: 4px;
}
.section-mix__title {
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #333333;
	margin-bottom: 5px;
}
.section-mix__subtitle {
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.2px;
	color: #7D7D7D;
	margin-bottom: 30px;
}

.section-txt {
	margin-bottom: 80px;
}
.section-txt__title {
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}
.section-txt__txt {
	font-size: 14px;
	max-width: 749px;
	line-height: 140%;
	letter-spacing: -0.2px;
	color: #A6A6A6;
}

.section-last {
	box-sizing: border-box;
	padding-top: 180px;
	background-color: #4595FF;
	color: #fff;
	text-align: center;
	padding-left: 120px;
	padding-right: 120px;
}
.section-last .title {
	max-width: 860px;
	margin: 0 auto;
	margin-bottom: 52px;
}
.section-last__btn {
	margin-bottom: 120px;
}
.section-last-list {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	margin-right: 48px;
	line-height: 20px;
}
.section-last-list-item {
	margin-bottom: 8px;
}
.section-last-list-item:last-child {
	margin-bottom: 0;
}
.section-last-list a {
	color: #fff;
}

/* FOOTER */
.footer-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 25px;
}
.footer-top-wrap {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	padding-right: 44px;
	flex-wrap: wrap;
}
.footer-top__img {
	width: 263px;
	height: 28px;
}
.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__btn {
	flex-shrink: 0;
	margin-left: 20px;
}
.footer-bottom__email a,
.footer-bottom__phone a {
    color: #fff;
}
/* FOOTER */

/* MODAL */
.modal-1 {

}
.modal-1-wrap {
	padding: 0 40px 40px;
}
.modal-1__img {
	height: 240px;
	margin-bottom: 40px;
}
.modal-1__title {
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}
.modal-1__txt {
	font-size: 18px;
	line-height: 140%;
	letter-spacing: -0.2px;
	color: #7D7D7D;
	margin-bottom: 25px;
}
.modal-1-info {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.modal-1-info-left {
	display: flex;
	width: 50%;
}
.modal-1-info-left__percent {
	font-weight: 900;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: -1.2px;
	color: #E20E0E;
}
.modal-1-info-right__percent {
	font-weight: 900;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: -1.2px;
	color: #00CC62;
}
.modal-1-info-right {
	display: flex;
	width: 50%;
}
.modal-1-info-txt {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.2px;
}
.modal-1-form {
	display: flex;
	align-items: center;
	margin: 20px 0;
}
.modal-1-form__input:not(:last-child) {
	margin-right: 20px;
}
.modal-1-form__btn {
	width: 100%;
}

.modal-2-wrap {
	padding: 40px;
}
.modal-2__title {
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}
.modal-2__txt {
	font-size: 18px;
	line-height: 140%;
	letter-spacing: -0.2px;
	margin-bottom: 32px;
	color: #7D7D7D;
}
.modal-2-form-row {
	display: flex;
	flex-wrap: wrap;
}
.modal-2-form__input {
	width: calc(50% - 10px);
	margin-bottom: 24px;
}
.modal-2-form__input:not(:last-child) {
	margin-right: 20px;
}
.modal-2-form__textarea {
	margin-bottom: 32px;
}
.modal-2-form__btn {
	width: 100%;
}

.modal-success-wrap {
	padding: 40px;
}
.modal-success__img {
	margin-bottom: 33px;
}
.modal-success__txt {
	font-size: 24px;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.02em;
	max-width: 386px;
	margin: 0 auto 40px;
}

.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: 700;
}
.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 */
.self-end {
	align-self: flex-end;
}
.self-start {
	align-self: flex-start;
}
.self-center {
	align-self: center;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
	outline: none;
	background-color: #F7F7F7;
	color: #7D7D7D;
	border-color: inherit;
}
.uk-open>.uk-modal-dialog {
	border-radius: 16px;
}
.uk-modal-full .uk-modal-dialog {
	height: 100%;
}
/* MODIFICATORS */
