#banner{
	position: relative;
	background: url('/assets/images/banner-main.jpg') center no-repeat;
	background-size: cover;
}
#banner:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
}
section {
	padding: 100px 0px;
}
.company-name {
	font-family: Rubik;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.02em;
	font-feature-settings: 'kern' off;
	padding-left: 16px;
}
.company-name span {
	color: #6B58CD;
}
.header-logo__link:hover .company-name {
	color: #6B58CD;
}
.header-logo__link:hover .company-name span {
	color: #212529;
}
.anchors-nav {
	margin: 0px 30px;
}
.anchors-nav li {
	margin: 0px 5px;
}
.anchors-nav li a {
	background: #6B58CD;
	border-radius: 10px;
	padding: 8px 20px;
	color: #fff;
}
.anchors-nav li a:hover {
	color: #fff;
	opacity: 0.8;
}

.phone-link {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.04em;
	color: #404040;
	text-decoration: none;
	margin: 0px 10px;
}
.phone-link span {
	font-weight: 400;
}
.phone-link:hover {
	color: #6B58CD;
}
.mail-link {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.02em;
	text-decoration-line: underline;
	color: #6B58CD;
	margin: 0px 10px;
}
.mail-link:hover {
	text-decoration: none;
	color: #404040;
}
.soc-block {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}
.soc-fb {
	width: 24px;
	height: 24px;
	display: block;
	background-color: #CCC;
	mask: url("/assets/images/icon-fb.svg") center center no-repeat;
	-webkit-mask: url("/assets/images/icon-fb.svg") center center no-repeat;
	mask-size: cover;
	-webkit-mask-size: cover;
}
.soc-fb:hover {
	background-color: #3b5998;
}
.soc-vk {
	width: 24px;
	height: 24px;
	display: block;
	background-color: #CCC;
	mask: url("/assets/images/icon-vk.svg") center center no-repeat;
	-webkit-mask: url("/assets/images/icon-vk.svg") center center no-repeat;
	mask-size: cover;
	-webkit-mask-size: cover;
}
.soc-vk:hover {
	background-color: #4C75A3;
}

#banner {
	padding: 60px 0px;
}

.banner-title {
	margin-top: 40px;
	margin-bottom: 60px;
    font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 55px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
	position: relative;
}
.banner-title span {
	font-size: 38px;
	line-height: 40px;
	letter-spacing: 0.05em;
	color: #6B58CD;
	text-transform: none;
}

.banner-text {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	max-width: 485px;
}
.banner-btn__wrap {
	margin-top: 80px;
	display: flex;
}
.banner-btn {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	padding: 13px 30px;
	border-radius: 10px;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #fff;
	cursor: pointer;
}
.banner-btn:hover {
	background: #6B58CD;
	border: 1px solid #6B58CD;
	color: #fff;
}
.banner-btn-colored {
	color: #FFFFFF;
	background: #6B58CD;
	border: 1px solid #6B58CD;
}
.banner-btn-colored:hover {
	border: 1px solid #fff;
	background-color: transparent;
}
.banner-btn:not(:last-child) {
	margin-right: 20px;
}


.banner-form {
	background-color: #fff;
	padding: 55px 60px 50px 60px;
	border-radius: 20px;
}
.banner-form__title {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #404040;
	margin-bottom: 40px;
}

.banner-form .form-label {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: #404040;
	margin-bottom: 10px;
}

.banner-form .form-control {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: #909090;
	padding: 15px 20px;
	border: none;
	border-radius: 10px;
	background-color: #f2f2f2;
}
.banner-form .form-check {
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.banner-form .form-check-input {
	width: 24px;
	height: 24px;
	min-width: 24px;
	margin-top: 0px;
}
.banner-form .form-check-input:checked {
	background-color: #6B58CD;
	border-color: #6B58CD;
}
.banner-form .form-check-label {
	padding-left: 10px;
	margin-bottom: 0px;
}
.banner-form .form-check-label span {
	cursor: pointer;
	color: #6B58CD;
}
.banner-form .form-check-label span:hover {
	text-decoration: underline;
}
.banner-form .btn {
	margin-top: 55px;
	width: 100%;
	background: #6B58CD;
	border: 1px solid #6B58CD;
	padding: 12px 30px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
}
.what-can-i-do__title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 40px;
}
.what-can-i-do__title span {
	color: #6B58CD;
}
.what-can-i-do__item {
	border: 1px dashed rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border-radius: 10px;
	padding: 30px 80px 30px 100px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #404040;
	margin-bottom: 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.what-can-i-do__item:before {
	position: absolute;
	content: '';
	left: 42px;
	top: calc(50% - 8px);
	width: 20px;
	height: 16px;
	background: #6B58CD;
	mask: url("/assets/images/icon-tick.svg") center center no-repeat;
	-webkit-mask: url("/assets/images/icon-tick.svg") center center no-repeat;
	mask-size: cover;
	-webkit-mask-size: cover;
}
.what-can-i-do__item.large {
	min-height: 158px;
}
.what-can-i-do__item.medium {
	min-height: 110px;
}

#useful {
	background: #F8F8F8;
}
.useful__title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	color: #404040;
	margin-bottom: 50px;
}
.useful__item {
	text-align: center;
	padding: 50px;
	color: #fff;
	border-radius: 10px;
	margin-bottom: 40px;
	display: block;
	text-decoration: none;
}
.useful__item:nth-child(1) {
	background: url('/assets/images/useful-1-bg.png') center no-repeat;
	background-size: cover;
}
.useful__item:nth-child(2) {
	background: url('/assets/images/useful-2-bg.png') center no-repeat;
	background-size: cover;
}
.useful__item:nth-child(3) {
	background: url('/assets/images/useful-3-bg.png') center no-repeat;
	background-size: cover;
}
.useful-item__title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	margin: 40px 0px;
	min-height: 72px;
}
.useful-item__link {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #252525;
	padding: 2px 22.5px;
	background-color: #fff;
	border-radius: 10px;
	text-decoration: none;
	display: inline-block;
}
.useful-bottom-text {
	margin-top: 45px;
	text-align: center;
	margin-bottom: 45px;
}
.useful-bottom__btn {
	background: #6B58CD;
	border-radius: 10px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	padding: 13px 30px;
	cursor: pointer;
	border: 1px solid #6B58CD;
}

.advantages__title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	color: #404040;
	margin-bottom: 50px;
}
.advantages__wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}
.advantages-item {
	border: 1px dashed rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border-radius: 10px;
	padding: 40px 50px;
}
.advantages-item__top {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.advantages-item__text {
	text-align: justify;
}
.advantages-item__top img {
	background-color: #6B58CD;
	padding: 10px;
	border-radius: 100%;
	margin-right: 20px;
}
.advantages-item__title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #6B58CD;
}

#partners {
	background-color: #f8f8f8;
}
.partners__title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	color: #404040;
	margin-bottom: 50px;
}
.partners__title span {
	color: #6B58CD;
}
.partners-item {
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
	margin: 0px 10px;
}
.partners__list .slick-dots {
	bottom: -50px;
}
.partners__list li button:before {
	content: '';
	border-radius: 100%;
	background-color: #333;
}
.partners__list li.slick-active button:before {
	background-color: #6B58CD;
}

#quote {
	padding-bottom: 0px;
}
.quote-text {
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	color: #606060;
	padding: 0px 77px;
	position: relative;
}
.quote-text:before{
	position: absolute;
	content: '“';
	top: 0;
	left: 0;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 100px;
	line-height: 117px;
	color: #6B58CD;
}
.quote-text:after {
	position: absolute;
	content: '”';
	top: 0;
	right: 0;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 100px;
	line-height: 117px;
	color: #6B58CD;
}
.quote-text p {
	margin-bottom: 30px;
}
.quote-author {
	padding: 0px 77px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	color: #6B58CD;
	margin-top: 80px;
}
.quote-job {
	padding: 0px 77px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	color: #404040;
	margin-top: 20px;
}

#bottom-form {
	background: #F8F8F8;
}

.af_bottom_form {
	background: url('/assets/images/bottom-form_bg.png') center no-repeat;
	background-size: cover;
	padding: 50px 100px;
	border-radius: 20px;
}

.bottom-form__title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	margin-bottom: 50px;
}
.bottom-form__title span {
	color: #6B58CD;
}

.bottom-form__wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px 40px;
}
.af_bottom_form label {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.af_bottom_form label span {
	color: #6B58CD;
}
.af_bottom_form input {
	background: #262626;
	border-radius: 10px;
	border: 1px solid #262626;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: #909090;
	padding: 14px 20px;
}
.af_bottom_form textarea {
	background: #262626;
	border-radius: 10px;
	border: 1px solid #262626;
	resize: none;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: #909090;
	padding: 14px 20px;
	min-height: 138px;
}
.af_bottom_form button {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	padding: 13px 65px;
	background: #6B58CD;
	border-radius: 10px;
	border: 1px solid #6B58CD;
}
.af_bottom_form button:hover {
	background: transparent;
	border: 1px solid #6B58CD;
}
.af_bottom_form .form-check {
	display: flex;
	align-items: center;
}
.af_bottom_form .form-check-input {
	width: 24px;
	height: 24px;
	min-width: 24px;
	margin-top: 0px;
	padding: 0px;
}
.af_bottom_form .form-check-input:checked {
	background-color: #6B58CD;
	border-color: #6B58CD;
}
.af_bottom_form .form-check-label {
	padding-left: 10px;
	margin-bottom: 0px;
}
.af_bottom_form .form-check-label span {
	cursor: pointer;
}
.af_bottom_form .form-check-label span:hover {
	text-decoration: underline;
}
.useful-item__link:hover {
	color: #6B58CD;
}
.useful-bottom__btn:hover {
	color: #6B58CD;
	background-color: transparent;
}



footer {
	background: #101010;
	padding: 50px 0px;
	color: #fff;
}

footer .company-name {
	color: #fff;
}
footer .footer-logo__link:hover .company-name {
	color: #6B58CD;
}
footer .footer-logo__link:hover .company-name span {
	color: #fff;
}
.footer-copy {
	margin-top: 20px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
}
.footer__title {
	margin-bottom: 50px;
}
.footer-phone {
	display: inline-block;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	position: relative;
	padding-left: 40px;
	margin-bottom: 30px;
}
.footer-phone:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 26px;
	height: 100%;
	background: url('/assets/images/icon-phone.svg') center center no-repeat;
	background-size: contain;
}
.footer-phone:hover,
.footer-mail:hover {
	opacity: .8;
	color: #fff;
}
.footer-phone span {
	font-weight: bold;
}
.footer-mail {
	display: inline-block;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	position: relative;
	padding-left: 40px;
}
.footer-mail:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	top: 0;
	left: 0;
	width: 26px;
	height: 100%;
	background: url('/assets/images/icon-mail.svg') center center no-repeat;
}

.footer-address {
	display: inline-block;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	position: relative;
	padding-left: 40px;
}
.footer-address:not(:last-child) {
	margin-bottom: 30px;
}
.footer-address:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	top: 0;
	left: 0;
	width: 26px;
	height: 100%;
	background: url('/assets/images/icon-map.svg') center center no-repeat;
}
#bannerFormModal .modal-header {
	border: none;
}
#bannerFormModal .banner-form {
	padding: 20px;
}
#bannerFormModal .banner-form__title {
	margin-bottom: 20px;
}
#bannerFormModal .banner-btn__wrap {
	margin-top: 20px;
}

.c-post__pic {
	text-align: center;
	margin: 30px 0px;
}
.c-pic-zoom {
	position: relative;
	display: inline-block;
}
.c-pic-zoom img {
	max-width: 100%;
	max-height: 400px;
}
.c-pic-zoom:hover:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
}

@media(max-width: 1399px) {
	.anchors-nav {
		margin: 0px 10px;
	}
	.contacts-block {
		display: flex;
		flex-direction: column;
	}
	.what-can-i-do__item {
		padding: 30px 30px 30px 60px;
	}
	.what-can-i-do__item:before {
		left: 22px;
	}
	.useful__item {
		padding: 50px 30px;
	}
	.useful-bottom-text br {
		display: none;
	}
	.quote-text {
		padding: 0px 65px;
	}
	.quote-author {
		margin-top: 40px;
		padding: 0px 65px;
	}
	.quote-job {
		padding: 0px 65px;
	}
	.quote-text p {
		margin-bottom: 20px;
	}
	.af_bottom_form {
		padding: 40px 80px;
	}
}
@media(max-width: 1199px) {
	header .nav {
		order: 1;
		margin: 20px 0px 0px 0px;
		flex-wrap: nowrap;
	}
	.anchors-nav li {
	    width: 100%;
	    text-align: center;
	}
	.contacts-block {
		display: flex;
		flex-direction: row;
	}
	.banner-form__title {
		margin-bottom: 30px;
	}
	.banner-form .btn {
		margin-top: 30px;
	}
	.banner-form .form-check {
		margin-top: 30px;
	}
	.banner-form .form-check-label {
		font-size: 14px;
	}
	.banner-form {
		padding: 50px;
	}
	.what-can-i-do__item {
		padding: 10px 10px 10px 60px;
	}
	.useful-item__title {
		min-height: 48px;
		margin: 30px 0px;
	}
	.advantages-item {
		padding: 30px;
	}
	.quote-text {
		padding: 0px 0px;
	}
	.quote-author {
		margin-top: 30px;
		padding: 0px 0px;
	}
	.quote-job {
		padding: 0px 0px;
		margin-top: 10px;
	}
	.quote-text p {
		margin-bottom: 10px;
		line-height: 24px;
	}
	.quote-text:before {
		left: -65px;
	}
	.quote-text:after {
		right: -65px;
	}
	.af_bottom_form {
		padding: 40px 60px;
	}
}
@media(max-width: 991px) {
	.advantages__wrap {
		grid-template-columns: repeat(2, 1fr);
	}
	.bottom-form__wrap {
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
	.anchors-nav li {
		margin: 0px 3px;
	}
	.anchors-nav li a {
		padding: 8px;
	}
	.banner-title {
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.banner-btn__wrap {
		margin-top: 40px;
	}
	.what-can-i-do__title {
		margin-bottom: 20px;
	}
	.what-can-i-do__title:not(:first-child) {
		margin-top: 40px;
	}
	.what-can-i-do__item.large,
	.what-can-i-do__item.medium {
		min-height: auto;
	}
	.quote-text {
		order: 3;
		text-align: center;
	}
	.quote-job {
		order: 2;
		text-align: center;
		margin-bottom: 40px;
	}
	.quote-author {
		order: 1;
		text-align: center;
	}
	.quote-img {
		width: 100%;
		max-width: 390px;
		height: 400px;
		object-fit: cover;
		object-position: top;
	}
	#quote {
		padding: 100px 0px;
	}
	.footer__title {
		margin-bottom: 30px;
	}
	.af_bottom_form .btn {
		width: 100%;
	}
}

@media(max-width: 767px) {
	.af_bottom_form {
		padding: 50px 50px;
	}
	.useful__item {
		margin-bottom: 30px;
	}
	.useful-item__title {
		min-height: auto;
	}
	.useful-bottom-text {
		margin: 30px 0px;
	}
	.advantages__wrap {
		grid-template-columns: 1fr;
	}
	.footer-logo__link {
		justify-content: center;
	}
}
@media(max-width: 575px) {
	section {
		padding: 60px 0px;
	}
	.af_bottom_form {
		padding: 50px 20px;
	}
	header .contacts-block {
		width: 100%;
		order: 3;
		justify-content: space-around;
	}
	.phone-link {
		margin: 5px;
	}
	.mail-link {
		margin: 5px;
	}
	.banner-title {
		font-size: 32px;
		line-height: 45px;
	}
	.banner-title span {
		font-size: 28px;
	}
	.banner-btn__wrap {
		flex-direction: column;
	}
	.banner-btn {
		width: 100%;
		text-align: center;
		margin: 10px 0px;
	}
}

















