@font-face {
	font-family: 'Gilroy-Regular';
	src: url('../font/gilroy-regular.eot'); /* IE 9 Compatibility Mode */
	src: url('../font/gilroy-regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../font/gilroy-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../font/gilroy-regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../font/gilroy-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../font/gilroy-regular.svg#gilroy-regular') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Gilroy-Medium';
	src: url('../font/gilroy-medium.eot'); /* IE 9 Compatibility Mode */
	src: url('../font/gilroy-medium.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../font/gilroy-medium.woff2') format('woff2'), /* Super Modern Browsers */
		url('../font/gilroy-medium.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../font/gilroy-medium.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../font/gilroy-medium.svg#gilroy-medium') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Gilroy-Bold';
	src: url('../font/gilroy-bold.eot'); /* IE 9 Compatibility Mode */
	src: url('../font/gilroy-bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../font/gilroy-bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../font/gilroy-bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../font/gilroy-bold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../font/gilroy-bold.svg#gilroy-bold') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Gilroy-SemiBold';
	src: url('../font/gilroy-semibold.eot'); /* IE 9 Compatibility Mode */
	src: url('../font/gilroy-semibold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../font/gilroy-semibold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../font/gilroy-semibold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../font/gilroy-semibold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../font/gilroy-semibold.svg#gilroy-semibold') format('svg'); /* Chrome < 4, Legacy iOS */
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline-style: none;
    outline-width: 0px !important;
    outline-color: none !important;
}

a {
    color: #005bff;
    text-decoration: none;
    cursor: pointer;
}

html {
	overflow-x: hidden;	
}


body {
    margin: 0;
    padding: 0;
    font-family: 'Gilroy';
    color: #000;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    min-width: 350px;
    overflow-x: hidden;
    padding-top: 72px;
    background: #ffffff;
}

.container {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}

@media (max-width: 1330px) {
	.header .container {
		padding: 0 20px;
	}
}

iframe {
	border: none;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

h1, .h1 {
    font-weight: 500;
    font-size: 32px;
    color: #333335;
}

h2, .h2 {
	font-size: 36px;
	font-weight: 500;
    color: #000;
}

h3, .h3 {
    font-size: 19px;
    font-weight: 700;
}

h4, .h4 {
    font-size: 17px;
    font-weight: 700;
}

h5, .h5 {
    font-size: 17px;
    font-weight: 700;
}

.btn-1 {
    border-radius: 3px;
	background: #366cff;
    padding: 12px 25px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
	font-size: 14px;
	font-weight: 500;
    display: inline-flex;
	justify-content: space-between;
	align-items: center;
	border: none;
}

.btn-1:hover {
    opacity: 0.8;
}

.btn-2 {
	padding: 12px 25px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
	font-weight: 500;
    border-radius: 3px;
	background: rgba(54, 108, 255, 0.1);
    color: #000;
    display: inline-flex;
    align-items: center;
	justify-content: center;
    border: none;
}

.btn-2:hover {
    opacity: 0.8;
}

.btn-2_with-arrow:after {
	content: '';
	background-image: url("../image/icon/btn-right.svg");
	width: 12px;
	height: 14px;
	margin-left: 15px;
}

.btn-2_with-arrow:hover:after {
	filter: brightness(0) invert(1);
}

.btn-3 {
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
	background: #2a2a2a;
    border-radius: 10px;
    color: #fff;
    display: inline-flex;
	align-items: center;
	border: none;
}

.btn-3:hover {
	opacity: 0.8;
}

.btn-3_with-arrow:after {
	content: '';
	background-image: url("../image/icon/btn-right.svg");
	filter: brightness(0) invert(1);
	width: 12px;
	height: 14px;
	margin-left: 15px;
}


input:focus::-webkit-input-placeholder { color:transparent;}
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

textarea:focus::-webkit-input-placeholder { color:transparent;}
textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.hidden {
    display: none;
}

.section {
    margin-top: 100px;
}

.section__title {
    margin-bottom: 30px;
	font-size: 36px;
	font-weight: 500;
}

.columns {
    display: flex;
}

.columns__left {
    flex: 0 0 300px;
    max-width: 300px;
    margin-right: 20px;
}

.columns__main {
    flex: 1;
    min-width: 0;
}

.columns__main h1 {
    margin-top: 0;
}

.page-text {
    margin-top: 50px;
    position: relative;
    z-index: 0;
	min-height: 450px;
}

.page-text a {
    color: #366cff;
    border-bottom: 1px dotted;
}

.page-text a:hover {
    border-bottom: none;
}

/* Form */
.form__compliance {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #A4A4A4;
    margin-top: 15px;
}

.form__compliance a {
    color: #A4A4A4;
    text-decoration: underline;
}

.form__compliance a:hover {
    text-decoration: none;
}

.form__fields {
    display: flex;
    margin-top: 30px;
}

.form__field {
	position: relative;
	margin-top: 20px;
}

.form__field:first-child {
	margin-top: 0;
}

.form__fields .form__field {
    margin-left: 20px;
    margin-top: 0;
}

.form__fields > div {
    width: 33.333%;
}

.form__fields .form__field:first-child {
    margin-left: 0;
}

.form__field label {
    display: none;
    position: absolute;
    top: 7px;
    left: 0;
    color: #A4A4A4;
    margin-left: 20px;
}

.form__field input.form__control:focus + label,
.form__field textarea.form__control:focus + label {
    display: block;
}

.form__field input.form__control:focus,
.form__field textarea.form__control:focus {
    padding: 27px 20px 8px 20px;
}

.form__field input.form__control[readonly] + label,
.form__field textarea.form__control[readonly] + label {
    display: block;
}

.form__field input.form__control[readonly],
.form__field textarea.form__control[readonly] {
    padding: 27px 20px 8px 20px;
	cursor: default;
}

.form__field.filled label {
    display: block;
}

.form__field.filled input.form__control,
.form__field.filled textarea.form__control {
    padding: 27px 20px 8px 20px;
}

.input-custom-error {
    display: none;
    position: absolute;
    left: 0;
    color: red;
    margin-left: 20px;
	font-size: 13px;
    bottom: -15px;
}

.input-custom-error_show {
    display: block;
}

.form__agree {
    display: none;
}

.form__field input.form__control {
    font-family: 'Gilroy';
    font-size: 24px;
    font-weight: 400;
    padding: 18px 20px;
    border: 3px solid rgb(244, 244, 244);
    border-radius: 5px;
    box-shadow: inset 0px 0px 31px 0px rgba(255, 255, 255, 0.25);
    background: rgb(248, 249, 255);
    height: 80px;
	width: 100%;
}

.form__field textarea.form__control {
	font-family: 'Gilroy';
    background: #F0F2F4;
    border: 3px solid rgb(244, 244, 244);
    border-radius: 5px;
    box-shadow: inset 0px 0px 31px 0px rgba(255, 255, 255, 0.25);
    background: rgb(248, 249, 255);
    font-size: 24px;
    font-weight: 400;
    padding: 18px 20px;
	width: 250px;
}

.form__submit {
    margin-top: 30px;
}

.form__result {
    display: none;
    margin-top: 20px;
}

.form__fields .form__submit {
    margin-top: 0;
    margin-left: 30px;
}

.form__fields .form__submit button {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    box-shadow: inset 0px 0px 31px 0px rgba(255, 255, 255, 0.25);
    background: rgb(54, 108, 255);
    font-size: 28px;
    font-weight: 500;
    justify-content: center;
}

/* Header */
header {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
	height: 72px;
}

.header-menu__items {
    display: flex;
    align-items: center;
    margin: 0 -20px;
}

.header-menu__item {
    padding: 0 20px;
}

.header-menu__item a {
    color: #000;
}

.header-menu__item a:hover {
    color: #366cff;
}

.header__right {
    display: flex;
    align-items: center;
	margin: 0 -10px;
}

.header__right > div {
    padding: 0 10px;
}

.header__phone-text a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.header__phone-working-hours {
    font-size: 10px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header__phone-green-dot {
    width: 4px;
    height: 4px;
    background: rgb(36, 196, 0);
    display: block;
    margin-right: 5px;
    border-radius: 100%;
}

.phone-dot-animate {
	-webkit-animation: phoneDotAnimation 1s infinite;
    -moz-animation: phoneDotAnimation 1s infinite;
    -o-animation: phoneDotAnimation 1s infinite;
    animation: phoneDotAnimation 1s infinite;
}

@keyframes phoneDotAnimation{0%{opacity:1}50%{opacity:0;}100%{opacity:1}}@-o-keyframes phoneDotAnimation{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@-moz-keyframes phoneDotAnimation{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@-webkit-keyframes phoneDotAnimation{0%{opacity:1}50%{opacity:0}100%{opacity:1}}

/* Notification */
.notification {
    margin-bottom: 15px;
	padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
	line-height: 1.5;
	font-size: 17px;
}

.notification_success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.notification_error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

/* Breadcrumbs */
.breadcrumbs {
    padding: 20px 0;
}

.breadcrumbs .breadcrumbs__items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumbs .breadcrumbs__item {
    display: flex;
    align-items: center;
}

.breadcrumbs .breadcrumbs__item:after {
    padding: 0 5px;
    color: #D9D9D9;
    content: ">";
    font-size: 16px;
}

.breadcrumbs .breadcrumbs__item_last:after {
    display: none;
}

.breadcrumbs .breadcrumbs__item:last-child:after {
    display: none;
}

.breadcrumbs .breadcrumbs__item > a {
    font-size: 14px;
    font-weight: 400;
	color: #b5b5b5;
}

.breadcrumbs .breadcrumbs__item > span {
    font-size: 14px;
    font-weight: 400;
    color: #b5b5b5;
}

/* Promo */
.promo {
    background: #F8F9FF;
	position: relative;
	z-index: 1;
}

.promo:before {
	content: '';
    display: block;
    position: absolute;
    background: url('../image/promo-stripes.svg') no-repeat 50% 50%;
    width: 100%;
    height: 100%;
	background-position: center;
    left: 0;
    top: 0;
    z-index: -1;
}	

.promo__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.promo__left {
    max-width: 610px;
}

.promo__title {
    font-size: 48px;
    font-weight: 400;
}

.promo__title span {
    font-weight: 600;
}

.promo__description {
    font-size: 28px;
    font-weight: 400;
    margin-top: 50px;
}

.promo__description span {
    border-bottom: 2px solid #366CFF;
	padding-bottom: 2px;
}

.promo__button {
    margin-top: 50px;
}

.promo__btn {
    border-radius: 5px;
    box-shadow: inset 0px 0px 31px 0px rgba(255, 255, 255, 0.25);
    background: rgb(54, 108, 255);
    font-size: 28px;
    font-weight: 500;
    padding: 29px 60px;
}

.promo__btn:after {
	content: '';
	display: block;
    background: url('../image/icon/button-right.svg') no-repeat 50% 50%;
    width: 23px;
    height: 15px;
    background-size: cover;
	margin-left: 20px;
	margin-top: 3px;
}

.promo__image {
	position: relative;
}

.promo__polygon1 {
    position: absolute;
    top: 59px;
    left: 0;
    background: url('../image/promo-polygon1.svg') no-repeat 50% 50%;
    width: 90px;
    height: 90px;
    background-size: cover;
}

.promo__polygon2 {
    position: absolute;
    top: 106px;
    right: 0;
    background: url('../image/promo-polygon2.svg') no-repeat 50% 50%;
    width: 139px;
    height: 139px;
    background-size: cover;
}

.promo__polygon3 {
    position: absolute;
    bottom: 45px;
    left: -45px;
    background: url('../image/promo-polygon3.svg') no-repeat 50% 50%;
    width: 139px;
    height: 139px;
    background-size: cover;
}

/* About Our Work */
.about-our-work__title {
    font-size: 36px;
    font-weight: 500;
}

.about-our-work__title span {
    color: #396EFF;
}

.about-our-work__content {
    border-radius: 10px;
    box-shadow: inset 0px 0px 100px 0px rgba(255, 255, 255, 0.25);
    background: rgb(59, 66, 100);
    padding: 40px;
    display: flex;
    align-items: center;
}

.about-our-work__items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    margin: -20px;
}

.about-our-work__item {
    flex-grow: 1;
    flex-basis: 50%;
    max-width: 50%;
    padding: 20px;
}

.about-our-work__item-title {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
}

.about-our-work__item-desc {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.about-our-work__description {
    border-radius: 10px;
    box-shadow: inset 0px 0px 100px 0px rgba(255, 255, 255, 0.25);
    background: rgb(255, 255, 255);
    padding: 30px;
    margin-left: 40px;
	max-width: 600px;
	position: relative;
    z-index: 1;
}

.about-our-work__description:before {
    content: '';
    display: block;
    position: absolute;
    background: url('../image/about-our-work-stripes.svg') no-repeat 50% 50%;
    width: 100%;
    height: 100%;
    background-position: center;
    left: 0;
    top: 0;
    z-index: -1;
}

.about-our-work__description-text {
    font-size: 24px;
    font-weight: 400;
}

.about-our-work__description-text:before {
	content: '';
    display: block;
    background: url('../image/icon/check-mark.svg') no-repeat 50% 50%;
    width: 52px;
    height: 52px;
    background-size: cover;
	margin-bottom: 15px;
}

/* Tariffs */
.tariffs {
	position: relative;
    background: #F8F9FF;
	padding: 40px 0;
	z-index: 1;
}

.tariffs:before {
	content: '';
    display: block;
    position: absolute;
    background: url('../image/tariffs-stripes.svg') no-repeat 50% 50%;
    width: 100%;
    height: 100%;
    background-position: center;
    left: 0;
    top: 0;
    z-index: -1;
}

.tariffs__title {
    font-size: 36px;
    font-weight: 500;
}

.tariffs__title span {
    color: #396EFF;
}

.tariffs__items {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}

.tariffs__item {
    width: 33.333%;
    padding: 0 15px;
}

.tariffs__item-content {
    border-radius: 10px;
    background: #fff;
    padding: 0 30px 30px 30px;
}

.tariffs__item-name {
    border-radius: 0px 0px 5px 5px;
    box-shadow: inset 0px 0px 31px 0px rgba(255, 255, 255, 0.25);
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    max-width: 184px;
    margin: 0 auto;
    padding: 10px 0;
}

.tariffs__item_1 .tariffs__item-name {
	background: rgb(59, 66, 100);
}

.tariffs__item_2 .tariffs__item-name {
	background: rgb(232, 143, 0);
}

.tariffs__item_3 .tariffs__item-name {
	background: rgb(222, 0, 0);
}

.tariffs__item-list {
    margin-top: 30px;
}

.tariffs__item-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.tariffs__item-list-item:first-child {
    margin-top: 0;
}

.tariffs__item-list-item-name {
    font-size: 20px;
    font-weight: 500;
}

.tariffs__item-list-item-value {
    font-size: 20px;
    font-weight: 500;
	color: #3B4264;
}

.tariffs__item-stars {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tariffs__item-star {
    background: url('../image/icon/star.svg') no-repeat 50% 50%;
    width: 14px;
    height: 18px;
    background-size: cover;
	margin-left: 20px;
}

.tariffs__item-star:first-child {
    margin-left: 0;
}

.tariffs__item-star_full {
    background: url('../image/icon/star-full.svg') no-repeat 50% 50%;
    width: 14px;
    height: 18px;
    background-size: cover;
}

.tariffs__item-bottom {
    margin-top: 30px;
}

.tariffs__item-bottom:before {
    content: '';
    height: 2px;
    display: block;
    background: #ECF1FF;
    margin: 0 -30px;
}

.tariffs__item-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.tariffs__item-total-name {
    font-size: 20px;
    font-weight: 500;
    color: #3F73FF;
}

.tariffs__item-total-value {
    font-size: 20px;
    font-weight: 500;
    color: #3B4264;
}

.tariffs__item-button {
    margin-top: 30px;
}

.tariffs__item-btn {
    border-radius: 5px;
    box-shadow: inset 0px 0px 31px 0px rgba(255, 255, 255, 0.25);
    background: rgb(54, 108, 255);
    padding: 20px 60px;
    width: 100%;
    justify-content: center;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}

/* Offer Block */
.offer-block__question {
    border-radius: 5px;
    background: rgb(248, 249, 255);
    padding: 10px;
    margin-top: 17px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
}

.offer-block__question:first-child {
    margin-top: 0;
}

.offer-block__question:before {
    content: '';
    display: block;
    background: url('../image/icon/question.svg') no-repeat 50% 50%;
    width: 39px;
    height: 39px;
    background-size: cover;
    margin-right: 20px;
}

.offer-block__content {
    display: flex;
	margin-top: 30px;
}

.offer-block__left {
    width: 313px;
    margin-right: 30px;
}

.offer-block__left-content {
    border-radius: 10px;
    box-shadow: inset 0px 0px 50px 0px rgba(255, 255, 255, 0.25);
    background: rgb(57, 110, 255);
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    height: 100%;
    padding: 30px;
}

.offer-block__right {
    flex: 1;
}

.offer-block__right-content {
    border-radius: 10px;
    box-shadow: inset 0px 0px 100px 0px rgba(255, 255, 255, 0.25);
    background: rgb(59, 66, 100);
    height: 100%;
    padding: 30px;
	display: flex;
}

.offer-block__items {
    display: flex;
    align-items: baseline;
    flex: 1;
}

.offer-block__item {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-left: 50px;
}

.offer-block__item:first-child {
    margin-left: 0;
}

.offer-block__item span {
    font-size: 24px;
    font-weight: 600;
}

.offer-block__item:before {
    content: '';
    display: block;
    background: url('../image/icon/check-mark.svg') no-repeat 50% 50%;
    width: 52px;
    height: 52px;
    background-size: cover;
	margin-bottom: 15px;
}

.offer-block__button {
    height: 100%;
    display: flex;
    align-items: flex-end;
    min-width: 196px;
    margin-left: 20px;
}

.offer-block__btn {
    width: 100%;
    border-radius: 5px;
    box-shadow: inset 0px 0px 31px 0px rgba(255, 255, 255, 0.25);
    background: rgb(54, 108, 255);
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

/* Collaboration Process */
.collaboration-process__content {
    border-radius: 10px;
    box-shadow: inset 0px 0px 100px 0px rgba(255, 255, 255, 0.25);
    background: rgb(59, 66, 100);
    padding: 40px;
}

.collaboration-process__title {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
}

.collaboration-process__steps {
    display: flex;
    align-items: center;
	margin: 0 -10px;
}

.collaboration-process__step {
    width: 33.333%;
    padding: 0 10px;
    height: 100%;
}

.collaboration-process__step-content {
    border-radius: 10px;
    box-shadow: inset 0px 0px 100px 0px rgba(255, 255, 255, 0.25);
    background: rgb(255, 255, 255);
    padding: 30px;
	position: relative;
	z-index: 1;
}

.collaboration-process__step-content:before {
	content: '';
    display: block;
    position: absolute;
    background: url('../image/collaboration-stripes.svg') no-repeat 50% 50%;
    width: 100%;
    height: 100%;
	background-position-y: -20px;
    left: 0;
    top: 0;
    z-index: -1;
}

.collaboration-process__step-title {
    font-size: 24px;
    font-weight: 400;
}

.collaboration-process__step-bottom {
	position: relative;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.collaboration-process__step-number {
    border-radius: 5px;
    box-shadow: inset 0px 0px 31px 0px rgba(255, 255, 255, 0.25);
    background: rgb(54, 108, 255);
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collaboration-process__step_1 .collaboration-process__step-action,
.collaboration-process__step_2 .collaboration-process__step-action {
    display: block;
    background: url('../image/icon/collaboration-next-step.svg') no-repeat 50% 50%;
    width: 51px;
    height: 47px;
    background-size: cover;
}

.collaboration-process__step_3 .collaboration-process__step-action {
    position: absolute;
    bottom: -15px;
    right: 0;
    background: url('../image/icon/collaboration-check.png') no-repeat 50% 50%;
    width: 100px;
    height: 103px;
    background-size: cover;
}


/* FAQ */
.questions__tab {
	margin: 0;
	border-radius: 10px;
	box-shadow: inset 0px 0px 100px 0px rgba(255, 255, 255, 0.25);
	background: rgb(249, 249, 255);
	margin-top: 20px;
}

.questions__tabs dt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    padding: 30px;
}

.questions .questions__tabs dt:after {
	content: '';
    width: 44px;
    height: 44px;
    background: url('../image/icon/expand.svg') no-repeat 50% 0%;
}

.questions__tab_active dt {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    border-radius: 10px;
    box-shadow: inset 0px 0px 100px 0px rgba(255, 255, 255, 0.25);
    background: rgb(57, 110, 255);
}

.questions__tabs .questions__tab_active dt:after {
    background: url('../image/icon/collapse.svg') no-repeat 50% 0%;
}

.questions__tabs dd {
    display: none;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 30px;
    margin-left: 0;
}


.questions__tabs dd ul {
  list-style: none;
}

.questions__tabs dd ul li::before {
  content: '';
  background-color: #FF2336;
  border-radius: 100%;
  color: #FF2336;
  width: 8px;
  height: 8px;
  margin-left: 0;
  margin-right: 20px;
  flex: none;
}

.questions__tabs dd ul li {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

/* Footer Form */
.footer-form {
	position: relative;
    background: #F8F9FF;
	padding: 100px 0;
	z-index: 1;
}

.footer-form:before {
	content: '';
    display: block;
    position: absolute;
    background: url('../image/footer-form-stripes.svg') no-repeat 50% 50%;
    width: 100%;
    height: 100%;
    background-position: center;
    left: 0;
    top: 0;
    z-index: -1;
}

.footer-form__content {
    border-radius: 10px;
    box-shadow: inset 0px 0px 100px 0px rgba(255, 255, 255, 0.25);
    background: rgb(255, 255, 255);
	padding: 30px;
}

.footer-form__title {
    font-size: 36px;
    font-weight: 500;
}

.footer-form__description {
    font-size: 24px;
    font-weight: 400;
    margin-top: 30px;
}

.footer-form__description span {
    font-size: 24px;
    font-weight: 600;
    color: #396EFF;
}

/* Footer */
footer {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    width: 100%;
}

.footer__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
	height: 72px;
}

.footer-menu__items {
    display: flex;
    align-items: center;
    margin: 0 -20px;
}

.footer-menu__item {
    padding: 0 20px;
}

.footer-menu__item a {
    color: #000;
}

.footer-menu__item a:hover {
    color: #366cff;
}

.footer__right {
    display: flex;
    align-items: center;
	margin: 0 -10px;
}

.footer__right > div {
    padding: 0 10px;
}

.footer__phone-text a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.footer__phone-working-hours {
    font-size: 10px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer__phone-green-dot {
    width: 4px;
    height: 4px;
    background: rgb(36, 196, 0);
    display: block;
    margin-right: 5px;
    border-radius: 100%;
}

/* Popup Form */
.form-magnific-popup .mfp-content {
    position: relative;
    background: #FFF;
	max-width: 590px;
    margin: 20px auto;
}

.popup-form {
    padding: 55px;
}

.popup-form .popup-form__close {
	width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.popup-form .popup-form__title {
    font-weight: 600;
    font-size: 35px;
    text-align: center;
}

.popup-form .popup-form__subtitle {
    font-size: 17px;
    margin-top: 10px;
    text-align: center;
}

.popup-form .form__submit button {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    box-shadow: inset 0px 0px 31px 0px rgba(255, 255, 255, 0.25);
    background: rgb(54, 108, 255);
    font-size: 28px;
    font-weight: 500;
    justify-content: center;
}

/* Pagination */
.pagination {
    margin: 20px 0 30px 0;
}

.pagination .pagination__links {
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: center;
}

.pagination .pagination__link > a, .pagination .pagination__link > b {
    width: 56px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F0F2F4;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #333335;
}

.pagination .pagination__link > a.pagination__link-control_prev {
    border-radius: 5px 0 0 5px;
}

.pagination .pagination__link > a.pagination__link-control_next {
    border-radius: 0 5px 5px 0;
}

.pagination .pagination__link > a:hover {
    color: #eb3323;
}

.pagination .pagination__link > b {
    border: 1px solid #366cff;
    background: #366cff;
    color: #fff;
}

.pagination .pagination__results {
    margin-top: 15px;
    text-align: center;
}

.show-more__btn {
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    border: 1px solid #F0F2F4;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #333335;
}

.show-more__btn:hover {
    opacity: 0.8;
}