html {
	background-color: #343037
}

body {
	background-color: #fff;
	color: #343037;
	font-size: 17px;
	line-height: 24px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

a {
	-webkit-tap-highlight-color: transparent;
	-webkit-focus-ring-color: transparent;
	outline: none;
	text-decoration: none;
	-webkit-transition: color .15s ease-in-out, background .15s ease-in-out, border-color .15s ease-in-out;
	transition: color .15s ease-in-out, background .15s ease-in-out, border-color .15s ease-in-out
}

ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0;
	margin: 0;
	font-style: normal;
	line-height: normal;
	text-rendering: optimizeLegibility
}

ul,
ol {
	list-style: none
}

a {
	cursor: pointer;
	color: #3b91e6
}

h1 {
	font-size: 52px;
	line-height: 60px;
	font-weight: 800;
	margin-bottom: 20px;
	text-transform: uppercase
}

h2 {
	font-size: 42px;
	line-height: 50px;
	font-weight: 800;
	margin-bottom: 20px;
	text-transform: uppercase
}

h3 {
	font-size: 36px;
	line-height: 44px;
	font-weight: 600;
	margin-bottom: 20px
}

h4 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 20px
}

h5 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 20px
}

h6 {
	font-size: 17px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 20px
}

p {
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 24px
}

p a {
	color: #B829A0;
}

p a:hover {
	color: #343037;
}

ul:not([class]) {
	text-align: left;
	margin-bottom: 20px
}

ul:not([class]) li {
	margin-bottom: 15px;
	padding-left: 28px;
	position: relative;
	line-height: 24px
}

ul:not([class]) li::before {
	content: "";
	counter-increment: none !important;
	height: 13px;
	width: 13px;
	border-radius: 100%;
	background-color: #3b91e6;
	color: #fff !important;
	font-size: 7px;
	position: absolute;
	left: 0;
	top: 2px;
	line-height: 20px;
	text-align: center;
	margin-top: 4px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIDI5MyI+CjxyZWN0IHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjYuNSIgZmlsbD0iI0I4MjlBMCIvPgo8cGF0aCBpZD0iVmVjdG9yIDEiIGQ9Ik0zLjY4NzUgNS44OTgyNEw1LjkzOTQ1IDguMDgxNDNMOS4zMTczOCA0LjgwNjY0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L2c+Cjwvc3ZnPgo=);
}

ul:not([class]) li.is-disabled {
	color: #b8b8b8
}

ul:not([class]) li.is-disabled::before {
	background-color: #b8b8b8
}

ul:not([class]) li:last-child {
	margin-bottom: 0
}

ol:not([class]) {
	margin-bottom: 20px;
	list-style-position: inside;
	counter-reset: item
}

ol:not([class])>li {
	margin-bottom: 15px;
	line-height: 24px
}

ol:not([class])>li::before {
	content: counter(item) ".";
	counter-increment: item;
	color: #B829A0;
	font-weight: 700;
	margin-right: 2px
}

ol:not([class])>li:last-child {
	margin-bottom: 0
}

ul:not([class]) li ul,
ul:not([class]) li ol {
	margin-top: 10px
}

ol:not([class])>li ul,
ol:not([class])>li ol {
	margin-top: 10px
}

table {
	text-align: left
}

.table {
	overflow-x: auto
}

.table table {
	border-collapse: collapse;
	width: 100%;
	border: 3px solid #dc107e
}

.table table tr:nth-child(odd) {
	background-color: #f0f0f0
}

.table table th {
	text-align: left;
	background-color: #dc107e;
	color: #fff;
	font-weight: 600;
	padding: 10px
}

.table table td {
	padding: 10px
}

.alert {
	padding: 30px
}

.alert--success {
	background-color: #e6eef8
}

.alert--error {
	background-color: #f5e0e9
}

.last {
	margin-bottom: 0 !important
}

.link-group {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	width: 100%
}

.link-group--center {
	-ms-flex-pack: center;
	-webkit-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center
}

.link-group--right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.link-group .link {
	font-weight: 600;
	line-height: 20px;
	border-bottom: 2px solid #afccf3
}

.link-group .link:hover {
	border-bottom-color: transparent
}

.link-group .link:not(:last-child) {
	margin-right: 30px
}

.link-group .link--img {
	position: relative;
	margin-left: 27px
}

.link-group .link--img::before {
	font-family: "icomoon";
	content: "\e90d";
	position: absolute;
	left: -27px;
	top: 0
}

.tabs {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	color: #343037
}

.tabs li:not(:last-child) {
	margin-right: 2px
}

.tabs li {
	-ms-flex: 1 1 0px;
	-webkit-box-flex: 1;
	flex: 1 1 0px;
	min-width: 0
}

.tabs li a {
	text-align: center;
	display: block;
	background-color: #e6eef8;
	color: #343037;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 600
}

.tabs li.is-active a {
	background-color: #dc107e;
	color: #fff
}

.tabs li.is-disabled a {
	background-color: #eee;
	color: #ccc;
	pointer-events: none
}

.tabs.tabs--rounded {
	border-radius: 58px;
	padding: 2px;
	border: 2px solid #dc107e
}

.tabs.tabs--rounded li a {
	border-radius: 50px;
	background-color: transparent;
	height: 50px;
	line-height: 50px
}

.tabs li.is-active a {
	background-color: #dc107e;
	color: #fff
}

.tabs.tabs--rounded.tabs--white {
	border-color: #fff
}

.tabs.tabs--rounded.tabs--white li a {
	color: #fff
}

.tabs.tabs--rounded.tabs--white li.is-active a {
	background-color: #fff;
	color: #343037
}

.tabs.tabs--small li a {
	height: 35px;
	line-height: 35px;
	font-weight: 400;
	font-size: 15px
}

.tabs-content {
	padding: 30px 0;
	color: #343037
}

.accordion {
	text-align: left;
	color: #343037
}

.accordion>li {
	border: 1px solid #ececec
}

.accordion>li:not(:first-child) {
	margin-top: -1px
}

.accordion>li .accordion-title {
	position: relative;
	display: block;
	padding: 25px 80px 25px 30px;
	border-left: 4px solid transparent;
	font-weight: 600;
	color: #343037
}

.accordion>li .accordion-title::before {
	font-family: "icomoon";
	content: "\e903";
	top: 30px;
	right: 30px;
	position: absolute;
	font-size: 12px;
	font-weight: 400;
	color: #ccc;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.accordion>li:not(.is-active) .accordion-title:hover {
	border-left-color: #dc107e;
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.14);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.14)
}

.accordion>li.is-active .accordion-title {
	font-size: 22px;
	line-height: 30px
}

.accordion>li.is-active .accordion-title::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.accordion>li .accordion-content {
	padding: 0 30px 25px
}

.slick-dots {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	-ms-flex-pack: center;
	-webkit-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin-top: 40px;
	line-height: 12px;
	width: 100%
}

.slick-dots li {
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 100%;
	background-color: #c4ddf7;
	height: 12px;
	width: 12px;
	line-height: 12px;
	margin: 0 10px
}

.slick-dots li.slick-active {
	background-color: #3b91e6
}

.slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -20px;
	cursor: pointer;
	z-index: 10;
	height: 36px;
	width: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #cee3f9;
	border-radius: 100%
}

.slick-arrow.slick-prev {
	left: -76px
}

.slick-arrow.slick-next {
	right: -76px
}

.slick-arrow::before {
	font-family: 'icomoon';
	content: "\e903";
	display: block;
	font-size: 8px;
	font-weight: 400;
	color: #fff
}

.slick-arrow.slick-next::before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.slick-arrow.slick-prev::before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.slick-arrow:hover {
	background-color: #3b91e6
}

.hint {
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.hint-link {
	position: relative;
	display: block;
	cursor: pointer
}

.hint-link::before {
	font-family: 'icomoon';
	content: "\e924";
	font-size: 22px;
	font-weight: 400;
	color: #dc107e;
	display: block
}

.hint-link.hint-link--white::before {
	color: #fff
}

.hint-popup {
	text-align: left;
	visibility: hidden;
	opacity: 0;
	width: 275px;
	position: absolute;
	top: 30px;
	left: -10px;
	right: auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-size: 13px;
	line-height: 16px;
	padding: 20px 25px;
	z-index: 10;
	color: #343037;
	font-weight: 400
}

.hint-popup--right {
	left: auto;
	right: -10px
}

.hint:hover .hint-popup {
	visibility: visible;
	opacity: 1
}

.breadcrumb-list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-flow: row nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row nowrap;
	margin-bottom: 60px;
	overflow: hidden
}

.breadcrumb-list li {
	margin-bottom: 15px
}

.breadcrumb-list li:not(:last-child) {
	margin-right: 30px
}

.breadcrumb-list li a {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 14px;
	color: #343037;
	white-space: nowrap
}

.breadcrumb-list li a::before {
	font-family: "icomoon";
	content: "\e901";
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 12px;
	line-height: 12px;
	margin-left: 2px;
	margin-right: 15px
}

.breadcrumb-list li a span {
	display: block;
	border-bottom: 1px solid
}

.breadcrumb-list li a:hover span {
	border-bottom-color: transparent
}

.breadcrumb-list li.is-active a {
	cursor: default;
	pointer-events: none
}

.breadcrumb-list li.is-active a span {
	border-bottom-color: transparent
}

.pagination-list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	padding: 30px 0;
	justify-content: center;
}

.pagination-list li {
	margin: 0 3px
}

.pagination-list li a {
	display: block;
	border-radius: 100%;
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	background-color: transparent;
	color: #afccf3
}

.pagination-list li a:hover {
	background-color: #e6eff8;
	color: #3b91e6
}

.pagination-list li.is-active a {
	background-color: #e6eff8;
	color: #3b91e6
}

.pagination-list li.ellipsis a:hover {
	background-color: transparent;
	color: #afccf3
}

.pagination-list li.next a,
.pagination-list li.prev a {
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #cee3f9
}

.pagination-list li.next a::before,
.pagination-list li.prev a::before {
	font-family: "icomoon";
	content: "\e903";
	display: block;
	font-size: 8px;
	font-weight: 400;
	color: #fff
}

.pagination-list li.next a:hover,
.pagination-list li.prev a:hover {
	background-color: #3b91e6
}

.pagination-list li.next {
	margin-left: 42px
}

.pagination-list li.next a::before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.pagination-list li.prev {
	margin-right: 42px
}

.pagination .pagination-list li.prev a::before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.feedback {
	background-color: #f3f3f3;
	text-align: center;
	padding: 60px 0
}

.feedback h2 {
	margin-bottom: 30px !important
}

.feedback h5 {
	margin-bottom: 45px !important
}

.feedback h2+h5 {
	margin-top: -15px !important
}

.feedback.feedback--white {
	background-color: #fff
}

.phone-block_free {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	font-size: 17px;
	line-height: 24px
}

.phone-block_free::before {
	font-family: 'icomoon';
	content: "\e91c";
	margin-right: 10px;
	display: block
}

.phone-block {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	white-space: nowrap;
	font-size: 17px;
	line-height: 24px
}

.phone-block>span {
	margin-right: 7px
}

.phone-block .phone-block_number {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex
}

.phone-block .phone-block_number::before {
	font-family: 'icomoon';
	content: "\e91c";
	margin-right: 10px;
	display: block
}

.phone-block .phone-block_number span {
	margin-right: 10px
}

.phone-block .phone-block_number a {
	font-weight: 600;
	white-space: nowrap
}

.phone-block .phone-block_toggle {
	font-size: 6px;
	margin-left: 10px;
	display: block
}

.phone-block .phone-block_toggle::before {
	font-family: 'icomoon';
	content: "\e903";
	display: block
}

.phone-block .phone-block_popup {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: absolute;
	right: -13px;
	top: 30px;
	background-color: rgba(181, 68, 110, 0.85);
	padding: 15px;
	width: 315px
}

.phone-block .phone-block_popup.is-active {
	visibility: visible;
	opacity: 1
}

.phone-block .phone-block_popup ul {
	margin-bottom: 0
}

.phone-block .phone-block_popup ul li {
	padding-left: 0
}

.phone-block .phone-block_popup ul li:last-child {
	margin-bottom: 0
}

.phone-block .phone-block_popup ul li::before {
	display: none
}

.phone-block .phone-block_popup ul li:not(:last-child) {
	margin-bottom: 7px
}

.phone-block .phone-block_popup ul li a {
	font-weight: 600;
	white-space: nowrap
}

.header {
	background-color: #343037;
	color: #fff;
	padding: 15px 0;
	position: relative;
	z-index: 11;
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	max-width: 100%
}

.header a {
	color: #fff
}

.header.header--portfolio {
	display: none;
}

.header .logo img {
	width: 26px;
	height: 26px;
	display: block
}

.header .toggle {
	display: block
}

.header .toggle::before {
	font-family: "icomoon";
	content: "\e911";
	font-size: 24px;
	display: block;
	line-height: 24px
}

.yield {
	-ms-flex: 1 0 auto;
	-webkit-box-flex: 1;
	flex: 1 0 auto;
}

.yield .yield-page .yield-page_section {
	padding: 75px 0
}

.yield .yield-page .yield-page_section.yield-page_section--medium {
	padding: 60px 0
}

.yield .yield-page .yield-page_section.yield-page_section--small {
	padding: 45px 0
}

.yield .yield-page .yield-page_section.yield-page_section--intro {
	padding: 30px 0 75px
}

.yield .yield-page .yield-page_section.yield-page_section--index {
	padding: 75px 0
}

.yield .yield-page .yield-page_section.yield-page_section--video {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	min-height: calc(100vh - 54px);
	padding-bottom: 150px !important
}

.yield .yield-page .yield-page_section.yield-page_section--video .video {
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 0;
	position: absolute;
	height: 100vh;
	min-height: 100%;
	min-width: 100%
}

.yield .yield-page .yield-page_section.yield-page_section--video .overlay {
	position: relative;
	z-index: 2
}

.yield .yield-page .yield-page_section.yield-page_section--video .breadcrumb-list {
	margin-bottom: 150px
}

.yield .yield-page .yield-page_section.yield-page_section--video::before {
	content: '';
	background: url(../img/about/header-bg.png) center/cover no-repeat;
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: block;
	right: 0;
	bottom: 0;
}

.yield .yield-page .yield-page_title {
	text-transform: uppercase;
	margin-bottom: 30px
}

.footer {
	padding: 20px 0 20px 0;
	background-color: #343037;
	color: #fff;
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer .row {
	margin: 0;
	width: 100%;
}

.footer a {
	color: #fff
}

.footer .copyright,
.footer .footer-list,
.footer .f-numbers__item {
	font-size: 15px;
	line-height: 24px;
}

.footer .footer-list-wrapper .footer-list {
	padding-bottom: 20px;
	flex-grow: 1;
	padding-left: 15px;
	padding-right: 15px;
}

.footer .footer-list,
.footer .f-numbers__item {
	display: inline-block
}

.footer .footer-list .f-navigation__item:hover,
.footer .footer-list .f-services__item:hover,
.footer .f-numbers__item:hover {
	text-decoration: underline
}

.footer .footer-list .f-navigation__item,
.footer .footer-list .f-services__item,
.footer .f-numbers__item {
	padding: 4px 0;
	display: inline-block
}

.footer .f-navigation__item,
.f-services__item {
	max-width: 220px
}

.footer .footer-lists {
	margin-top: 25px;
	padding-top: 18px;
	border-top: 1px solid rgba(214, 215, 224, .2)
}

.footer .footer-list-wrapper {
	display: flex;
	padding: 0;
}

.footer .follow {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: end;
	-webkit-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end
}

.footer .follow .follow-label {
	line-height: 30px;
	margin-right: 20px
}

.footer .follow .follow-list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex
}

.footer .follow .follow-list li {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	max-width: 100%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	overflow: hidden
}

.footer .follow .follow-list li:not(:last-child) {
	margin-right: 10px
}

.footer .follow .follow-list li a {
	display: block;
	text-align: center
}

.footer .follow .follow-list li a::before {
	font-family: 'icomoon';
	color: #fff
}

.footer .follow .follow-list li a.insta {
	background-color: #bc3081
}

.footer .follow .follow-list li a.insta::before {
	content: "\e907";
	font-size: 16px
}

.footer .follow .follow-list li a.facebook {
	background-color: #3a589b
}

.footer .follow .follow-list li a.facebook::before {
	content: "\e92c";
	font-size: 14px
}

.footer .follow .follow-list li a.vk {
	background-color: #4d76a1
}

.footer .follow .follow-list li a.vk::before {
	content: "\e92b";
	font-size: 10px
}

.footer .follow .follow-list li a.youtube {
	background-color: #F61C0D;
	height: 30px;
	position: relative;
}

.footer .follow .follow-list li a.youtube::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 17px;
	background: url(/img/youtube.svg) no-repeat center;
	background-size: contain;
}

.footer .follow .follow-list li a.telegram {
	background-color: #0088cc;
	height: 30px;
	position: relative;
}

.footer .follow .follow-list li a.telegram::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 17px;
	height: 17px;
	background: url(/img/telegram.svg) no-repeat center;
	background-size: contain;
}

.seo .seo-desc {
	margin-bottom: 45px
}

.seo .seo-list .seo-list_item {
	text-align: center;
	margin-bottom: 45px
}

.seo .seo-list .seo-list_item .name {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px
}

.seo .seo-list .seo-list_item .svg-circle {
	margin: 1rem auto;
	width: 174px;
	height: 174px;
	position: relative;
	background-size: 100% 100%
}

.seo .seo-list .seo-list_item #pie-chart {
	display: block;
	width: 174px;
	height: 174px
}

.seo .seo-list .seo-list_item .svg-circle>span {
	display: none
}

.seo .seo-list .seo-list_item .svg-circle img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 65px;
	width: 85px
}

.seo .seo-list .seo-list_item .svg-circle .pie-overlay {
	width: 160px;
	height: 160px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 100%
}

.contact .contact-header {
	background: url(../img/contact/header-bg.jpg) center/cover no-repeat;
	color: #fff;
	padding-bottom: 60px !important
}

.contact .contact-header a {
	color: #fff
}

.contact .contact-header .yield-page_title {
	margin-bottom: 0
}

.contact .contact-header .breadcrumb-list {
	margin-bottom: 30px
}

.contact .contact-list {
	text-align: left
}

.contact .contact-list_item {
	padding-left: 100px;
	position: relative;
	margin-bottom: 30px
}

.contact .contact-list_icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background: #e6eef8
}

.contact .contact-list_icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	max-width: 90%;
	max-height: 80%
}

.contact .contact-list_item .label {
	color: #343037;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 22px;
	margin-bottom: 10px;
	padding-top: 25px
}

.contact .contact-list_item .address {
	font-weight: 700
}

.contact .contact-list_item .email {
	color: #dc107e
}

.contact .contact-list_item .email:hover {
	color: #dc107e
}

.contact .contact-list_item .phone {
	border-collapse: collapse;
	margin-bottom: 10px
}

.contact .contact-list_item .phone td {
	padding: 0
}

.contact .contact-list_item .phone td:first-child {
	padding-right: 30px;
	width: 130px
}

.contact .contact-list_item a {
	color: #343037;
	font-weight: 700;
	font-size: 17px
}

.contact .contact-list_item a:hover {
	color: #dc107e
}

.contact .contact-form {
	width: 375px
}

.contact .contact-form .title {
	font-size: 26px;
	line-height: 34px;
	text-transform: uppercase;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
	margin-bottom: 30px
}

.contact .contact-map {
	margin-top: 30px;
	height: 470px;
	box-shadow: 3px 0 40px rgba(0, 0, 0, .15)
}

.creation .creation-header {
	color: #fff;
	background: url(../img/creation/header-bg.jpg) top center/cover no-repeat;
	position: relative;
	overflow: hidden
}

.creation .creation-header a {
	color: #fff
}

.creation .creation-header .img {
	margin-bottom: -45px
}

.creation .creation-header .img img {
	max-width: none
}

.creation .creation-task {
	overflow: hidden
}

.creation .creation-task h3 {
	margin-bottom: 45px;
	text-align: center
}

.creation .creation-task .creation-task_list {
	margin-bottom: 60px
}

.creation .creation-task .creation-task_list__item {
	display: block;
	background: #f3f3f3;
	padding: 60px;
	color: #343037;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.creation .creation-task .creation-task_list__item:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.creation .creation-task .creation-task_list__item .name {
	font-size: 24px;
	text-align: center;
	line-height: 30px;
	height: 60px;
	margin-bottom: 10px;
	font-weight: 600
}

.creation .creation-task .creation-task_list__item .img {
	text-align: center;
	margin: 0 auto 45px;
	width: 136px;
	height: 136px
}

.creation .creation-task .creation-task_list__item:hover .img {
	-webkit-transform: scale(1.07);
	transform: scale(1.07)
}

.creation .creation-task .creation-task_list__item .desc {
	font-size: 16px;
	text-align: left;
	line-height: 24px;
	margin-bottom: 30px
}

.creation .creation-task .creation-task_list__item .price {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 30px;
	font-weight: 600;
	text-align: center
}

.creation .creation-task .creation-task_list__item .price span {
	font-size: 22px
}

.creation .creation-task .creation-task_decision {
	position: relative;
	background: url(../img/creation/decision-bg.png) center no-repeat;
	height: 234px
}

.creation .creation-task .creation-task_decision .creation-task_decision__block {
	position: absolute;
	padding: 0 60px;
	left: 0;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.creation .creation-task .creation-task_decision .creation-task_decision__block .name {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 700
}

.creation .creation-task .creation-task_decision .creation-task_decision__block .desc {
	font-size: 16px
}

.creation .creation-advantage {
	background-color: #f3f3f3
}

.creation-advantage h3 {
	margin-bottom: 45px;
	text-align: center
}

.creation .creation-advantage .creation-advantage_list__item:not(:last-child) {
	margin-bottom: 45px
}

.creation .creation-advantage .creation-advantage_list__item .img {
	margin: auto;
	height: 195px;
	width: 195px;
	padding: 15px;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.creation .creation-advantage .creation-advantage_list__item .img:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: url(../img/creation/border.svg) no-repeat
}

.creation .creation-advantage .creation-advantage_list__item:hover img {
	-webkit-transform: scale(0.9);
	transform: scale(0.9)
}

.creation .creation-advantage .creation-advantage_list__item:hover .img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.creation .creation-advantage .creation-advantage_list__item .img img {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.creation .creation-advantage .creation-advantage_list__item .name {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px
}

.creation .creation-advantage .creation-advantage_list__item .desc {
	font-size: 14px;
	line-height: 24px
}

.ready-solution .ready-solution_header {
	color: #fff;
	background: url(../img/ready-solution/header-bg.jpg) top center/cover no-repeat;
	position: relative;
	overflow: hidden
}

.ready-solution .ready-solution_header a {
	color: #fff
}

.ready-solution .ready-solution_header .ready-solution_header__img {
	position: absolute;
	width: 512px;
	height: 512px;
	bottom: -120px;
	right: -120px
}

.ready-solution .ready-solution_header .ready-solution_header__img:before {
	position: absolute;
	content: "";
	height: 512px;
	width: 512px;
	background: url(../img/ready-solution/circle.png) no-repeat;
	top: 0;
	left: 0;
	animation: circl 75s infinite linear;
	-webkit-animation: circl 75s infinite linear;
	-moz-animation: circl 75s infinite linear;
	-ms-animation: circl 75s infinite linear
}

.ready-solution .ready-solution_header .ready-solution_header__img .phone {
	position: absolute;
	top: 185px;
	left: 30px
}

.ready-solution .ready-solution_header .ready-solution_header__img .phone:before {
	width: 25px;
	height: 26px;
	position: absolute;
	content: "";
	top: 85px;
	right: -35px;
	background: url(../img/ready-solution/cursor.png) no-repeat
}

.ready-solution .ready-solution_header .ready-solution_header__img .page-2 {
	position: absolute;
	left: 40px;
	top: 130px;
	z-index: 1;
	-webkit-animation: dev_scale 5s infinite linear;
	animation: dev_scale 5s infinite linear
}

.ready-solution .ready-solution_header .ready-solution_header__img .page-2:before {
	width: 14px;
	height: 14px;
	position: absolute;
	content: "";
	top: 260px;
	left: 25px;
	background: url(../img/ready-solution/plus.png) no-repeat;
	-webkit-animation: circl 4s infinite linear;
	animation: dev_circl 4s infinite linear
}

.ready-solution .ready-solution_header .ready-solution_header__img .page-1 {
	position: absolute;
	left: 50px;
	top: 70px;
	z-index: 2;
	-webkit-animation: dev_scale_to 5s infinite linear;
	animation: dev_scale_to 5s infinite linear
}

.ready-solution .ready-solution_header .ready-solution_header__img .page-1:before {
	width: 14px;
	height: 14px;
	position: absolute;
	content: "";
	top: 25px;
	left: 40px;
	background: url(../img/ready-solution/plus.png) no-repeat;
	-webkit-animation: dev_circl 5s infinite linear;
	animation: dev_circl 5s infinite linear
}

.ready-solution .ready-solution_header .ready-solution_header__img .page-1:after {
	width: 14px;
	height: 14px;
	position: absolute;
	content: "";
	top: 35px;
	right: 90px;
	background: url(../img/ready-solution/plus.png) no-repeat;
	-webkit-animation: dev_circl 4s infinite linear;
	animation: dev_circl 4s infinite linear
}

.ready-solution .ready-solution_site {
	position: relative;
	text-align: center
}

.ready-solution .ready-solution_site h2 {
	margin-bottom: 45px
}

.ready-solution .ready-solution_site .ready-solution_site__info {
	margin-bottom: 30px;
	padding-top: 45px;
	text-align: left
}

.ready-solution .ready-solution_site .ready-solution_site__info .img {
	width: 110px
}

.ready-solution .ready-solution_site .ready-solution_site__hint {
	width: 515px;
	margin: -30px auto 30px;
	background: rgba(243, 243, 243, 0.95);
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	padding: 10px;
	border-radius: 4px;
	position: relative;
	-webkit-box-shadow: 0 3px 11px rgba(99, 99, 99, 0.18);
	box-shadow: 0 3px 11px rgba(99, 99, 99, 0.18);
	font-weight: 600
}

#dev_ready_solution_nav_desktop.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background-color: #fff;
	padding: 10px 0 10px 230px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

#dev_ready_solution_nav_desktop.is-fixed .m-ready-solution_nav__list {
	max-width: 1170px;
	margin: 0 auto
}

.ready-solution .ready-solution_site .ready-solution_site__product___list {
	margin-bottom: -30px
}

.ready-solution .ready-solution_site .ready-solution_site__product___list____item {
	background-color: #f3f3f3;
	position: relative;
	padding: 45px 20px 30px;
	color: #343037;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin-bottom: 30px;
	display: block
}

.ready-solution .ready-solution_site .ready-solution_site__product___list____item:hover,
.ready-solution .ready-solution_site .ready-solution_site__product___list____item.is-active {
	background: #f1e3ea
}

.ready-solution .ready-solution_site .ready-solution_site__product___list____item .prop {
	position: absolute;
	left: 20px;
	top: 45px;
	padding-left: 20px;
	text-align: left;
	font-size: 13px;
	line-height: 40px;
	height: 40px;
	text-transform: uppercase;
	z-index: 10;
	font-weight: 700
}

.ready-solution .ready-solution_site .ready-solution_site__product___list____item .prop.prop--stock {
	width: 110px;
	background: url(../img/ready-solution/stock-prop.png) no-repeat;
	color: #fff
}

.ready-solution .ready-solution_site .ready-solution_site__product___list____item .prop.prop--new {
	width: 132px;
	background: url(../img/ready-solution/new-prop.png) no-repeat
}

.ready-solution .ready-solution_site .ready-solution_site__product___list____item .prop.prop--recom {
	width: 162px;
	background: url(../img/ready-solution/recom-prop.png) no-repeat
}

.ready-solution .ready-solution_site .ready-solution_site__product___list____item .fav {
	position: absolute;
	z-index: 10;
	right: 15px;
	top: 10px;
	color: #CAC9C7;
	font-size: 26px;
	line-height: 26px
}

.ready-solution .ready-solution_site .ready-solution_site__product___list____item .fav:hover,
.ready-solution .ready-solution_site .ready-solution_site__product___list____item .fav.is-active {
	color: #FACA18
}

.ready-solution .ready-solution_site .ready-solution_site__product___list____item .fav-dropdown {
	display: none;
	width: 237px;
	height: 65px;
	text-align: center;
	z-index: 20;
	line-height: 65px;
	font-size: 14px;
	font-weight: 600;
	background: url(../img/ready-solution/fav-triangle.png);
	top: -20px;
	right: 40px;
	position: absolute
}

.ready-solution .ready-solution_site .ready-solution_site__product___list____item .img {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px
}

.ready-solution .ready-solution_site .ready-solution_site__product___list____item .img::after {
	content: "";
	display: block;
	padding-bottom: 66%
}

.ready-solution .ready-solution_site .ready-solution_site__product___list____item .img span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.ready-solution .ready-solution_site .ready-solution_site__product___list____item .img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%
}

.ready-solution .ready-solution_site .ready-solution_site__product___list____item .name {
	display: block;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 30px;
	height: 40px;
	overflow: hidden;
	font-weight: 600;
	color: #343037
}

.ready-solution .ready-solution_site .ready-solution_site__product___list____item .price {
	font-weight: 600;
	margin-bottom: 25px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center
}

.ready-solution .ready-solution_site .ready-solution_site__product___list____item .price i {
	font-size: 20px;
	font-style: normal
}

.ready-solution .ready-solution_site .ready-solution_site__product___more {
	margin-top: 45px
}

.ready-solution .ready-solution_advantage {
	background-color: #f3f3f3
}

.ready-solution .ready-solution_advantage h3 {
	margin-bottom: 45px;
	text-align: center
}

.ready-solution .ready-solution_advantage .ready-solution_advantage__list___item:not(:last-child) {
	margin-bottom: 45px
}

.ready-solution .ready-solution_advantage .ready-solution_advantage__list___item .img {
	margin: auto;
	height: 195px;
	width: 195px;
	padding: 15px;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.ready-solution .ready-solution_advantage .ready-solution_advantage__list___item .img:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: url(../img/ready-solution/border.svg) no-repeat
}

.ready-solution .ready-solution_advantage .ready-solution_advantage__list___item:hover img {
	-webkit-transform: scale(0.9);
	transform: scale(0.9)
}

.ready-solution .ready-solution_advantage .ready-solution_advantage__list___item:hover .img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.ready-solution .ready-solution_advantage .ready-solution_advantage__list___item .img img {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.ready-solution .ready-solution_advantage .ready-solution_advantage__list___item .name {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px
}

.ready-solution .ready-solution_advantage .ready-solution_advantage__list___item .desc {
	font-size: 14px;
	line-height: 24px
}

.ready-solution .ready-solution_step {
	position: relative;
	text-align: center
}

.ready-solution .ready-solution_step .ready-solution_step__list {
	margin-top: 155px;
	background: url(../img/ready-solution/circle-half.png) no-repeat top center;
	position: relative;
	padding-top: 180px
}

.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1
}

.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots>li {
	position: absolute;
	list-style: none;
	height: 74px;
	width: 74px;
	text-indent: 0
}

.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots>li>a {
	display: block;
	height: 100%;
	width: 100%;
	background: #dc107e;
	border-radius: 100%;
	position: relative
}

.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots>li>a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 40px;
	width: 40px;
	background-repeat: no-repeat;
	background-position: center
}

.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots>li:first-child a::before {
	background-image: url(../img/ready-solution/step-1.svg)
}

.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots>li:nth-child(2) a::before {
	background-image: url(../img/ready-solution/step-2.svg)
}

.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots>li:nth-child(3) a::before {
	background-image: url(../img/ready-solution/step-3.svg);
	width: 45px;
	height: 45px
}

.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots>li:nth-child(4) a::before {
	background-image: url(../img/ready-solution/step-4.svg)
}

.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots>li:nth-child(5) a::before {
	background-image: url(../img/ready-solution/step-5.svg)
}

.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots>li:first-child {
	top: 175px;
	left: 145px
}

.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots>li:nth-child(2) {
	top: -15px;
	left: 310px
}

.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots>li:nth-child(3) {
	top: -75px;
	left: 540px
}

.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots>li:nth-child(4) {
	top: -15px;
	right: 310px
}

.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots>li:nth-child(5) {
	top: 175px;
	right: 145px
}

.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots>li.slick-active,
.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots>li:hover {
	-webkit-animation-name: dev_wobble_vertical;
	animation-name: dev_wobble_vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots>li a:hover,
.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots>li.slick-active>a {
	background-color: #95D6DA
}

.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots>li a:hover::after,
.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots>li.slick-active>a:after {
	z-index: -1;
	position: absolute;
	content: "";
	width: 90px;
	height: 90px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	border: 1px dashed #95D6DA;
	border-radius: 100%;
	background-color: #fff
}

.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots>li>a>span {
	position: absolute;
	font-size: 15px;
	line-height: 24px;
	white-space: nowrap;
	text-align: center;
	color: #343037;
	font-weight: 600
}

.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots>li:first-child>a>span {
	top: -65px;
	left: -125px
}

.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots>li:nth-child(2)>a>span {
	top: -55px;
	left: -155px
}

.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots>li:nth-child(3)>a>span {
	top: -65px;
	left: -25px
}

.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots>li:nth-child(4)>a>span {
	top: -55px;
	right: -155px
}

.ready-solution .ready-solution_step .ready-solution_step__list .slick-dots>li:nth-child(5)>a>span {
	top: -65px;
	right: -125px
}

.ready-solution .ready-solution_detail {
	padding: 30px 0
}

.ready-solution .ready-solution_detail .ready-solution_detail__top {
	margin-bottom: 75px
}

.ready-solution .ready-solution_detail .ready-solution_detail__top___slider {
	position: relative
}

.ready-solution .ready-solution_detail .ready-solution_detail__top___slider .slick-arrow {
	background-color: rgba(0, 0, 0, 0.3)
}

.ready-solution .ready-solution_detail .ready-solution_detail__top___slider .slick-arrow.slick-next {
	right: 20px
}

.ready-solution .ready-solution_detail .ready-solution_detail__top___slider .slick-arrow.slick-prev {
	left: 20px
}

.ready-solution .ready-solution_detail .ready-solution_detail__top___slider .list .item {
	padding: 10px;
	background-color: #dfdfdf;
	height: 560px
}

.ready-solution .ready-solution_detail .ready-solution_detail__top___slider .list .item .img {
	height: 100%;
	background-position: center;
	background-size: cover
}

.ready-solution .ready-solution_detail .ready-solution_detail__top___info {
	height: 100%;
	padding-bottom: 167px;
	position: relative
}

.ready-solution .ready-solution_detail .ready-solution_detail__top___info .fav {
	font-style: italic;
	color: #343037;
	margin-bottom: 30px;
	display: block;
	position: relative;
	font-size: 15px
}

.ready-solution .ready-solution_detail .ready-solution_detail__top___info .fav::before {
	font-family: 'icomoon';
	content: "\e91d";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	font-style: normal
}

.ready-solution .ready-solution_detail .ready-solution_detail__top___info .fav:hover::before,
.ready-solution .ready-solution_detail .ready-solution_detail__top___info .fav.is-active::before {
	color: #FACA18
}

.ready-solution .ready-solution_detail .ready-solution_detail__top___info .vendor {
	margin-bottom: 10px
}

.ready-solution .ready-solution_detail .ready-solution_detail__top___info .vendor b {
	font-weight: 600
}

.ready-solution .ready-solution_detail .ready-solution_detail__top___info .price {
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 15px
}

.ready-solution .ready-solution_detail .ready-solution_detail__top___info .hint-popup_title {
	font-size: 13px;
	margin-bottom: 10px
}

.ready-solution .ready-solution_detail .ready-solution_detail__top___info .hint-popup_list li {
	position: relative;
	padding-left: 27px;
	margin-bottom: 10px;
	min-height: 20px
}

.ready-solution .ready-solution_detail .ready-solution_detail__top___info .hint-popup_list li:last-child {
	margin-bottom: 0
}

.ready-solution .ready-solution_detail .ready-solution_detail__top___info .hint-popup_list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat
}

.ready-solution .ready-solution_detail .ready-solution_detail__top___info .hint-popup_list li:first-child::before {
	background-image: url(../img/ready-solution/hint-img-1.svg)
}

.ready-solution .ready-solution_detail .ready-solution_detail__top___info .hint-popup_list li:nth-child(2)::before {
	background-image: url(../img/ready-solution/hint-img-2.svg)
}

.ready-solution .ready-solution_detail .ready-solution_detail__top___info .hint-popup_list li:nth-child(3)::before {
	background-image: url(../img/ready-solution/hint-img-3.svg)
}

.ready-solution .ready-solution_detail .ready-solution_detail__top___info .desc {
	font-style: italic;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
	max-height: 240px;
	overflow: hidden
}

.ready-solution .ready-solution_detail .ready-solution_detail__top___info .button-group {
	/*position: absolute;
	left: 0;
	right: 0;
	bottom: 52px*/
	margin: 40px 0px 0px 0px;
}

.ready-solution .ready-solution_detail .ready-solution_detail__top___info .button-group a:not(:last-child) {
	margin-bottom: 15px
}

.ready-solution .ready-solution_detail .ready-solution_detail__article___text img {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.memo .memo-header {
	background-color: #f3f3f3;
	text-align: center
}

.memo__video {
	width: 100%;
	min-height: 220px;
	max-width: 400px;
	margin: 0 auto;
}

.yield .yield-page.memo .name {
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
}

.yield .yield-page.memo .yield-page_title {
	font-size: 44px;
	line-height: 48px;
}

.preview-video::before {
	background: rgb(0 0 0 / 20%) !important;
}

.memo .memo-header .name {
	font-weight: 300;
	font-size: 44px;
	line-height: 52px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px
}

.memo .memo-header .name::before {
	position: absolute;
	height: 4px;
	width: 68px;
	background: #dc0e7e;
	content: '';
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.memo .memo-header .name span {
	font-weight: 800;
	color: #dc0e7e
}

.memo .memo-header .desc {
	position: relative;
	font-weight: 300;
	margin-bottom: 20px;
	text-transform: uppercase
}

.memo .memo-header .note {
	font-weight: 300;
	font-size: 16px;
	font-style: italic
}

.memo .memo-header .note span {
	display: block;
	color: #dc0e7e;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	font-style: normal
}

.memo .memo-step .memo-step_stage {
	font-size: 30px;
	line-height: 38px;
	;
	margin-bottom: 60px
}

.memo .memo-step .memo-step_stage span {
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
	padding: 0px;
	display: block
}

/*.memo .memo-step .memo-step_stage span::before{content:'';position:absolute;height:116px;width:10px;background:#dc0e7e;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0}*/
.memo .memo-step .memo-step_list__item:not(:last-child) {
	margin-bottom: 45px
}

.memo .memo-step .memo-step_list__item .img {
	width: 70px
}

.memo .memo-step .memo-step_list__item .name {
	font-size: 17px;
	color: #dc0e7e;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px
}

.memo .memo-step .memo-step_list__item .desc p:last-child {
	margin-bottom: 0
}

.memo .memo-footer {
	background-color: #f3f3f3
}

.memo .memo-footer .name {
	position: relative;
	font-weight: 800;
	font-size: 44px;
	line-height: 52px;
	color: #dc0e7e;
	padding-bottom: 45px;
	margin-bottom: 20px;
	text-transform: uppercase
}

.memo .memo-footer .name::before {
	position: absolute;
	height: 4px;
	width: 68px;
	background: #dc0e7e;
	content: '';
	bottom: 0;
	left: 0
}

.memo .memo-footer .note {
	font-style: italic;
	font-weight: 700;
	margin-bottom: 60px
}

.grant .grant-header {
	color: #fff;
	background: url(../img/grant/header-bg.jpg) top center/cover no-repeat;
	overflow: hidden
}

.grant .grant-header a {
	color: #fff
}

.grant .grant-header .img {
	position: relative;
	margin-bottom: -60px
}

.grant .grant-header .img .layer-1 {
	max-width: none;
	position: absolute;
	top: 45px;
	left: 30px;
	-webkit-animation: dev_visibility 7s infinite;
	animation: dev_visibility 7s infinite
}

.grant .grant-header .img .layer-2 {
	max-width: none;
	position: absolute;
	top: 0;
	left: 30px;
	-webkit-animation: dev_visibility_2 7s infinite;
	animation: dev_visibility_2 7s infinite
}

.grant .grant-header .img .layer-3 {
	max-width: none
}

.grant .grant-header .name {
	margin-bottom: 60px;
	font-size: 20px;
	line-height: 30px
}

.grant .grant-condition {
	background-color: #f3f3f3
}

.grant .grant-condition h3 {
	margin-bottom: 45px
}

.grant .grant-condition .grant-condition_list__item:not(:last-child) {
	margin-bottom: 45px
}

.grant .grant-condition .grant-condition_list__item .name {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700
}

.grant .grant-condition .grant-condition_list__item .desc {
	font-size: 15px;
	line-height: 22px
}

.grant .grant-condition .grant-condition_list__item .img {
	width: 136px;
	height: 136px;
	margin: auto;
	position: relative;
	padding: 15px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.grant .grant-condition .grant-condition_list__item .img::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: url(../img/grant/border.svg) no-repeat
}

.grant .grant-condition .grant-condition_list__item:hover img {
	-webkit-transform: scale(0.9);
	transform: scale(0.9)
}

.grant .grant-condition .grant-condition_list__item:hover .img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.grant .grant-condition .grant-condition_list__item .img img {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.grant .grant-more .grant-more_list {
	margin-bottom: 30px
}

.grant .grant-more .grant-more_list__item {
	margin-bottom: 30px;
	padding: 30px 60px;
	border: 4px solid #f3f3f3;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.grant .grant-more .grant-more_list__item:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.grant .grant-more .grant-more_list__item .name {
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 30px
}

.grant .grant-more .grant-more_list__item .img {
	text-align: center;
	margin: 0 auto 45px;
	width: 136px;
	height: 136px
}

.grant .grant-more .grant-more_list__item .desc ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.grant .grant-more .grant-more_list__item .desc ul li {
	font-size: 15px;
	line-height: 22px;
	padding-left: 16px;
	position: relative;
	margin-bottom: 15px
}

.grant .grant-more .grant-more_list__item .desc ul li::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #dc107e;
	left: 0;
	top: 9px;
	position: absolute
}

.grant .grant-more .grant-more_process {
	max-width: 983px;
	margin: 0 auto 75px;
	padding: 0 15px;
	position: relative;
	background: url(../img/grant/overlay.png) center no-repeat;
	height: 124px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	-webkit-flex-line-pack: center;
	align-content: center
}

.grant .grant-more .grant-more_process .text {
	font-weight: 700;
	margin-right: 30px;
	font-size: 22px;
	line-height: 30px
}

.grant .grant-more .grant-more_condition {
	text-align: center
}

.grant .grant-more .grant-more_condition .name {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px
}

.grant .grant-more .grant-more_condition .link {
	position: relative;
	width: 48px;
	height: 56px;
	background: url(../img/grant/pdf.svg) no-repeat;
	display: inline-block;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.grant .grant-more .grant-more_condition .link:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.grant-popup {
	position: fixed;
	right: -450px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #222148 url(../img/grant/euro-arrow.png) center no-repeat;
	background-position-y: -ms-calc(50% + 10px);
	background-position-y: calc(50% + 10px);
	color: #fff;
	padding: 20px 45px;
	width: 450px;
	text-align: center;
	z-index: 100;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.grant-popup.is-active {
	right: 0
}

.grant-popup .hide {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff
}

.grant-popup .hide::before {
	font-family: 'icomoon';
	content: "\e904";
	font-size: 15px;
	line-height: 15px;
	display: block
}

.grant-popup .hide:hover {
	-webkit-transform: scale(1.1) translateZ(0);
	transform: scale(1.1) translateZ(0)
}

.grant-popup .show {
	position: absolute;
	left: -50px;
	top: 0;
	height: 100%;
	width: 50px;
	background: #fb2c7c;
	color: #fff;
	border-radius: 20px 0 0 20px;
	display: block
}

.grant-popup .show::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 13px;
	background: url(../img/grant/grant-btn.svg) no-repeat;
	width: 26px;
	height: 246px
}

.grant-popup_main-page .show::before {
	background-image: url(../img/grant/antikriz-btn.svg);
}

.grant-popup .show:hover {
	background-color: #FF3B8B
}

.grant-popup .name {
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 20px
}

.grant-popup .desc {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 30px
}

.grant-popup .desc span {
	color: #fb2c7c;
	font-weight: 700
}

.individual-solution h2,
.individual-solution h3,
.individual-solution h4,
.individual-solution h5 {
	text-align: center
}

.individual-solution p {
	text-align: center
}

.individual-solution h4 {
	margin-bottom: 45px
}

.individual-solution h4 span {
	font-weight: 700;
	color: #dc107e
}

.individual-solution .individual-solution_header {
	color: #fff;
	background: url(../img/individual-solution/header-bg.jpg) top center/cover no-repeat
}

.individual-solution .individual-solution_header a {
	color: #fff
}

.individual-solution .individual-solution_header h4 {
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 15px
}

.individual-solution .individual-solution_header .note {
	padding: 10px 20px;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 60px;
	background: rgba(181, 68, 110, 0.5);
	background: -webkit-gradient(linear, left top, right top, from(rgba(181, 68, 110, 0.5)), to(rgba(157, 68, 181, 0.25)));
	background: linear-gradient(to right, rgba(181, 68, 110, 0.5) 0%, rgba(157, 68, 181, 0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(181,68,110,.5)', endColorstr='rgba(157,68,181,.25)', GradientType=1)
}

.individual-solution .individual-solution_header .link {
	position: relative;
	font-size: 17px;
	line-height: 50px;
	text-transform: uppercase;
	display: block
}

.individual-solution .individual-solution_header .link::before {
	content: "\e902";
	font-family: 'icomoon';
	font-size: 36px;
	line-height: 36px;
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 15px
}

.individual-solution .individual-solution_header .link span {
	border-bottom: 1px solid
}

.individual-solution .individual-solution_header .link:hover span {
	border-bottom-color: transparent
}

.individual-solution .individual-solution_header .button span::after {
	font-family: 'icomoon';
	content: "\e929";
	font-size: 18px;
	font-weight: 400;
	margin-left: 10px;
	vertical-align: bottom
}

.individual-solution .individual-solution_advantage {
	overflow: hidden;
	text-align: center
}

.individual-solution .individual-solution_advantage .individual-solution_advantage__list___item .img {
	height: 80px;
	width: 80px;
	line-height: 80px;
	border-radius: 100%;
	background-color: #e6eef8;
	text-align: center;
	margin: 0 auto 15px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.individual-solution .individual-solution_advantage .individual-solution_advantage__list___item:hover .img {
	-webkit-transform: scale(1.1) translateZ(0);
	transform: scale(1.1) translateZ(0)
}

.individual-solution .individual-solution_advantage .individual-solution_advantage__list___item .img img {
	max-width: 50px;
	max-height: 50px
}

.individual-solution .individual-solution_advantage .individual-solution_advantage__list___item .name {
	font-weight: 600
}

.individual-solution .individual-solution_opportunity {
	color: #fff;
	background: url(../img/individual-solution/opportunity-bg.png) top center/cover no-repeat
}

.individual-solution .individual-solution_opportunity .name {
	background: rgba(157, 68, 181, 0.1);
	background: -webkit-gradient(linear, left top, right top, from(#3b91e6), to(rgba(157, 68, 181, 0.1)));
	background: linear-gradient(to right, #3b91e6 0%, rgba(157, 68, 181, 0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b91e6', endColorstr='rgba(157,68,181,.1)', GradientType=1);
	padding: 15px 30px;
	font-size: 22px;
	line-height: 28px;
	font-weight: 800;
	margin-bottom: 20px;
	text-transform: uppercase
}

.individual-solution .individual-solution_opportunity .individual-solution_opportunity__list {
	text-align: left
}

.individual-solution .individual-solution_opportunity .individual-solution_opportunity__list___item {
	padding-left: 60px;
	position: relative
}

.individual-solution .individual-solution_opportunity .individual-solution_opportunity__list___item::before {
	font-family: 'icomoon';
	content: "\e900";
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	color: #3b91e6;
	background-color: #fff
}

.individual-solution .individual-solution_client .individual-solution_client__list {
	margin-bottom: 45px;
	position: relative
}

.individual-solution .individual-solution_client .individual-solution_client__list .slick-arrow {
	-webkit-transform: none;
	transform: none;
	top: 102px;
	margin-top: 0
}

.individual-solution .individual-solution_client .individual-solution_client__list___item .img {
	position: relative;
	height: 240px;
	margin-bottom: 25px
}

.individual-solution .individual-solution_client .individual-solution_client__list___item .img img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%
}

.individual-solution .individual-solution_client .individual-solution_client__list___item .img-overlay {
	text-align: center;
	z-index: 2;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(95, 57, 91, 0.9);
	padding: 45px
}

.individual-solution .individual-solution_client .individual-solution_client__list___item .img-overlay span {
	display: block;
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 20px
}

.individual-solution .individual-solution_client .individual-solution_client__list___item .img-overlay span b {
	display: block;
	font-size: 20px;
	line-height: 26px;
	max-height: 78px;
	color: #fff;
	overflow: hidden
}

.individual-solution .individual-solution_client .individual-solution_client__list___item .img-overlay span::after {
	content: "";
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 3px;
	background-color: #fff
}

.individual-solution .individual-solution_client .individual-solution_client__list___item:hover .img .img-overlay {
	background: rgba(181, 68, 110, 0.7);
	background: -webkit-gradient(linear, left top, right top, from(rgba(181, 68, 110, 0.9)), to(rgba(157, 68, 181, 0.9)));
	background: linear-gradient(to right, rgba(181, 68, 110, 0.9) 0%, rgba(157, 68, 181, 0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(181,68,110,.9)', endColorstr='rgba(157,68,181,.9)', GradientType=1)
}

.individual-solution .individual-solution_client .individual-solution_client__list___item .link-group {
	margin-bottom: 20px
}

.individual-solution .individual-solution_unique {
	color: #fff;
	background: url(../img/individual-solution/unique-bg.png) top center/cover no-repeat
}

.individual-solution .individual-solution_unique .individual-solution_unique__note {
	position: relative;
	padding-left: 100px;
	min-height: 80px;
	text-align: left;
	margin-bottom: 30px
}

.individual-solution .individual-solution_unique .individual-solution_unique__note .img {
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
	line-height: 80px;
	text-align: center;
	width: 80px;
	border-radius: 100%;
	background: #b5446e;
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #b5446e), to(#9d44b5));
	background: linear-gradient(to right, #b5446e 1%, #9d44b5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5446e', endColorstr='#9d44b5', GradientType=1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.individual-solution .individual-solution_unique .individual-solution_unique__note:hover .img {
	-webkit-transform: scale(1.1) translateZ(0);
	transform: scale(1.1) translateZ(0)
}

.individual-solution .individual-solution_unique .individual-solution_unique__note .img img {
	max-width: 50px;
	max-height: 50px
}

.individual-solution .individual-solution_unique .individual-solution_unique__note .name {
	display: table;
	height: 100%;
	min-height: 80px
}

.individual-solution .individual-solution_unique .individual-solution_unique__note .name span {
	display: table-cell;
	vertical-align: middle;
	font-weight: 400
}

.individual-solution .individual-solution_unique .individual-solution_unique__conviction {
	background-color: rgba(52, 48, 55, 0.9);
	padding: 20px 0;
	position: relative;
	text-align: left;
	margin-bottom: 30px
}

.individual-solution .individual-solution_unique .individual-solution_unique__conviction::before {
	content: "";
	position: absolute;
	left: -1000%;
	width: 1000%;
	top: 0;
	height: 100%;
	background-color: rgba(52, 48, 55, 0.9)
}

.individual-solution .individual-solution_unique .individual-solution_unique__conviction::after {
	content: "";
	position: absolute;
	right: -1000%;
	width: 1000%;
	top: 0;
	height: 100%;
	background-color: rgba(52, 48, 55, 0.9)
}

.individual-solution .individual-solution_unique .individual-solution_unique__conviction .name span {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 32px;
	line-height: 40px;
	display: block
}

.individual-solution .individual-solution_unique h3 {
	margin-bottom: 30px
}

.individual-solution .individual-solution_quality {
	text-align: center
}

.individual-solution .individual-solution_quality h4 {
	margin-bottom: 10px
}

.individual-solution .individual-solution_quality p {
	margin-bottom: 0 !important;
	color: #343037
}

.individual-solution .individual-solution_quality p b {
	color: #dc107e
}

.individual-solution .individual-solution_quality .individual-solution_quality__list {
	padding-top: 80px;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden
}

.individual-solution .individual-solution_quality .individual-solution_quality__list::after {
	content: "";
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: -20px;
	background-color: #fff;
	z-index: 10
}

.individual-solution .individual-solution_quality .individual-solution_quality__list___item {
	margin-bottom: 20px
}

.individual-solution .individual-solution_quality .individual-solution_quality__list___item .block {
	background-color: #343037;
	color: #fff;
	padding: 20px 30px;
	width: 100%;
	height: 183px;
	-ms-flex-align: center;
	-webkit-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex
}

.individual-solution .individual-solution_quality .individual-solution_quality__list___item .block .block-text {
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	text-align: left
}

.individual-solution .individual-solution_quality .individual-solution_quality__list___item .block .block-text span {
	display: block;
	font-size: 26px;
	line-height: 34px;
	font-weight: 800;
	margin-top: 7px;
	text-transform: uppercase
}

.individual-solution .individual-solution_quality .individual-solution_quality__list___item .block .block-img {
	position: relative;
	width: 100%;
	height: 100%
}

.individual-solution .individual-solution_quality .individual-solution_quality__list___item .block .block-img img {
	position: absolute;
	z-index: 2
}

.individual-solution .individual-solution_why {
	text-align: center;
	color: #fff;
	background: url(../img/individual-solution/why-bg.png) top center/cover no-repeat
}

.individual-solution .individual-solution_why .individual-solution_why__list {
	padding-top: 30px;
	margin-bottom: 45px
}

.individual-solution .individual-solution_why .individual-solution_why__list___item .name {
	height: 156px;
	overflow: hidden
}

.individual-solution .individual-solution_why .individual-solution_why__list___item .img {
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.individual-solution .individual-solution_why .individual-solution_why__list___item .img span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight: 700;
	font-size: 24px
}

.individual-solution .individual-solution_why .individual-solution_why__list___item:hover .img {
	-webkit-transform: scale(1.1) translateZ(0);
	transform: scale(1.1) translateZ(0)
}

.individual-solution .individual-solution_why .individual-solution_why__note {
	position: relative;
	padding-left: 100px;
	min-height: 80px;
	text-align: left;
	margin-bottom: 30px
}

.individual-solution .individual-solution_why .individual-solution_why__note:hover .img {
	-webkit-transform: scale(1.1) translateZ(0);
	transform: scale(1.1) translateZ(0)
}

.individual-solution .individual-solution_why .individual-solution_why__note .img {
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
	line-height: 80px;
	text-align: center;
	width: 80px;
	border-radius: 100%;
	background: #b5446e;
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #b5446e), to(#9d44b5));
	background: linear-gradient(to right, #b5446e 1%, #9d44b5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5446e', endColorstr='#9d44b5', GradientType=1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.individual-solution .individual-solution_why .individual-solution_why__note .img img {
	max-width: 50px;
	max-height: 50px
}

.individual-solution .individual-solution_why .individual-solution_why__note .name {
	display: table;
	height: 100%
}

.individual-solution .individual-solution_why .individual-solution_why__note .name span {
	display: table-cell;
	vertical-align: middle;
	font-weight: 400
}

.individual-solution .individual-solution_why .individual-solution_why__note .name span b {
	display: block;
	margin-bottom: 10px
}

.individual-solution .individual-solution_why .individual-solution_why__insist {
	text-align: left;
	margin: 0 0 20px 100px;
	background: #3b91e6;
	background: -webkit-gradient(linear, left top, right top, from(#3b91e6), to(rgba(157, 68, 181, 0.1)));
	background: linear-gradient(to right, #3b91e6 0%, rgba(157, 68, 181, 0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b91e6', endColorstr='rgba(157,68,181,.1)', GradientType=1);
	padding: 15px 30px;
	font-size: 22px;
	line-height: 28px;
	padding: 10px 30px;
	color: #fff
}

.individual-solution .individual-solution_how {
	text-align: center
}

.individual-solution .individual-solution_how .individual-solution_how__slider {
	padding-top: 30px;
	position: relative;
	text-align: left;
	margin-bottom: 30px
}

.individual-solution_how__slider .slick-arrow {
	margin-top: -45px
}

.individual-solution .individual-solution_how .individual-solution_how__slider .slick-dots {
	margin-top: 20px
}

.individual-solution .individual-solution_how .individual-solution_how__slider .slick-dots li {
	text-indent: 0;
	height: 40px;
	line-height: 40px;
	width: auto;
	padding: 0 15px;
	margin: 0 5px;
	border-radius: 40px;
	background-color: transparent;
	opacity: .5
}

.individual-solution .individual-solution_how .individual-solution_how__slider .slick-dots li.slick-active {
	background-color: #e6eff8;
	opacity: 1
}

.individual-solution .individual-solution_how .individual-solution_how__slider .slick-dots li.slick-active a span {
	border-bottom-color: transparent
}

.individual-solution .individual-solution_how .individual-solution_how__slider .slick-dots li a {
	color: #3b91e6;
	font-weight: 700
}

.individual-solution .individual-solution_how .individual-solution_how__slider .slick-dots li a span {
	border-bottom: 2px dotted
}

.individual-solution .individual-solution_how .individual-solution_how__slider .slick-dots li:hover {
	opacity: 1
}

.individual-solution .individual-solution_how .individual-solution_how__slider .slick-dots li:hover a span {
	border-bottom-color: transparent
}

.individual-solution .individual-solution_how .individual-solution_how__slider .individual-solution_how__slider___slide {
	padding: 10px 0
}

.individual-solution .individual-solution_how .individual-solution_how__slider .individual-solution_how__slider___slide .img {
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 100%;
	background-color: #e6eef8;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.individual-solution .individual-solution_how .individual-solution_how__slider___slide .img img {
	display: inline;
	max-width: 50px;
	max-height: 50px
}

.individual-solution .individual-solution_how .individual-solution_how__slider___slide:hover .img {
	-webkit-transform: scale(1.1) translateZ(0);
	transform: scale(1.1) translateZ(0)
}

.individual-solution .individual-solution_how .individual-solution_how__slider___slide .name {
	font-weight: 700;
	margin-bottom: 7px;
	padding-top: 5px
}

.individual-solution .individual-solution_how .individual-solution_how__slider___slide .desc {
	font-weight: 400
}

.individual-solution .individual-solution_how .individual-solution_how__insist {
	margin-bottom: 40px;
	background: rgba(181, 68, 110, 0.5);
	background: -webkit-gradient(linear, left top, right top, from(rgba(181, 68, 110, 0.5)), to(rgba(157, 68, 181, 0.1)));
	background: linear-gradient(to right, rgba(181, 68, 110, 0.5) 0%, rgba(157, 68, 181, 0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(181,68,110,.5)', endColorstr='rgba(157,68,181,.1)', GradientType=1);
	padding: 10px 20px;
	font-size: 22px;
	line-height: 30px
}

.individual-solution .individual-solution_how .individual-solution_how__list {
	text-align: left
}

.individual-solution .individual-solution_how .individual-solution_how__list___item {
	padding-left: 60px;
	position: relative;
	color: #3b91e6;
	font-weight: 400
}

.individual-solution .individual-solution_how .individual-solution_how__list___item::before {
	font-family: 'icomoon';
	content: "\e900";
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	background-color: #e6eff8
}

.individual-solution .individual-solution_develop {
	text-align: center;
	color: #fff;
	background: url(../img/individual-solution/develop-bg.jpg) top center no-repeat;
	overflow: hidden
}

.individual-solution .individual-solution_develop h2 {
	margin-bottom: 45px
}

.individual-solution .individual-solution_develop .individual-solution_develop__block {
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 75px;
	text-align: left
}

.individual-solution .individual-solution_develop .individual-solution_develop__block span {
	display: block;
	font-weight: 800;
	font-size: 30px;
	line-height: 34px;
	text-transform: uppercase
}

.individual-solution .individual-solution_develop .individual-solution_develop__img {
	position: absolute;
	bottom: -60px;
	right: 80px;
	z-index: -1;
	background: url(../img/individual-solution/develop-arrows.png) no-repeat;
	width: 644px;
	height: 508px
}

.individual-solution .individual-solution_trust h2 {
	text-align: center
}

.individual-solution .individual-solution_trust .individual-solution_trust__list {
	padding-top: 45px;
	text-align: left;
	margin-bottom: 45px
}

.individual-solution .individual-solution_trust .individual-solution_trust__list___item:hover .img {
	-webkit-transform: scale(1.1) translateZ(0);
	transform: scale(1.1) translateZ(0);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #9d44b5), to(#b5446e));
	background: linear-gradient(to right, #9d44b5 1%, #b5446e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d44b5', endColorstr='#b5446e', GradientType=1)
}

.individual-solution .individual-solution_trust .individual-solution_trust__list___item .img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	height: 80px;
	line-height: 80px;
	text-align: center;
	width: 80px;
	border-radius: 100%;
	background: #b5446e;
	color: #fff;
	font-weight: 300;
	font-size: 32px;
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #b5446e), to(#9d44b5));
	background: linear-gradient(to right, #b5446e 1%, #9d44b5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5446e', endColorstr='#9d44b5', GradientType=1)
}

.individual-solution .individual-solution_trust .individual-solution_trust__list___item .name {
	font-weight: 400
}

.individual-solution .individual-solution_trust .individual-solution_trust__desc h4 {
	margin-bottom: 30px;
	text-align: left
}

.individual-solution .individual-solution_trust .individual-solution_trust__desc ul {
	margin-bottom: 30px
}

.is-slider {
	display: none
}

.is-slider.slick-initialized {
	display: block
}

.instagram .instagram-block {
	position: relative
}

.instagram .instagram-block_title {
	width: 222px;
	height: 63px;
	background: url(../img/insta-title.svg) no-repeat;
	margin: 0 auto 40px
}

.instagram .instagram-block_img {
	position: absolute;
	right: 75px;
	top: -40px;
	z-index: 2;
	width: 233px;
	height: 433px;
	background: url(../img/individual-solution/insta-img.png) no-repeat
}

.instagram .instagram-block .instagram-block_list__item {
	height: 234px;
	width: 234px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.is-relative {
	position: relative;
	z-index: 1
}

.context h2,
.context h3,
.context h4,
.context h5 {
	text-align: center
}

.context p {
	text-align: center
}

.context h2 {
	margin-bottom: 45px
}

.context .context-header {
	color: #fff;
	background: url(../img/context/header-bg.jpg) center/cover no-repeat
}

.context .context-header a {
	color: #fff
}

.context .context-header h4 {
	margin-bottom: 75px;
	text-align: left
}

.context .context-header h4 span {
	font-weight: 700;
	color: #dc107e
}

.context .context-header .tariff-link {
	position: relative;
	display: block
}

.context .context-header .tariff-link span {
	padding-top: 4px;
	text-transform: uppercase;
	font-size: 17px;
	border-bottom: 2px dotted
}

.context .context-header .tariff-link::before {
	content: "";
	background: url(../img/context/equlizer.svg) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	height: 35px;
	width: 35px
}

.context .context-header .tariff-link:hover span {
	border-bottom-color: transparent
}

.context .context-advantage {
	overflow: hidden;
	background-color: #fff;
	text-align: center
}

.context .context-advantage h2 {
	margin-bottom: 20px
}

.context .context-advantage h5 {
	margin-bottom: 45px
}

.context .context-advantage .context-advantage_list__item .img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 100%;
	background-color: #e6eef8;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	margin: 0 auto 15px
}

.context .context-advantage .context-advantage_list__item .img img {
	height: 45px;
	width: 45px
}

.context .context-advantage .context-advantage_list__item .name {
	font-weight: 600
}

.context .context-advantage .context-advantage_list__item:hover .img {
	-webkit-transform: scale(1.1) translateZ(0);
	transform: scale(1.1) translateZ(0)
}

.context .context-task {
	background: url(../img/context/task-bg.jpg) center/cover no-repeat;
	color: #fff;
	padding-bottom: 0 !important
}

.context .context-task h2 {
	margin-bottom: 60px
}

.context .context-task ul li {
	color: #fff
}

.context .context-task ul li::before {
	background-color: #fff;
	color: #343037
}

.context .context-task .context-task_block {
	text-align: center;
	position: relative
}

.context .context-task .context-task_block img {
	margin-top: 30px;
	pointer-events: none
}

.context .context-task .context-task_block .message {
	position: absolute;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 20px;
	color: #343037;
	padding: 20px 30px;
	font-weight: 600;
	background-color: #fff;
	border-radius: 25px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.context .context-task .context-task_block .message::before {
	content: "";
	position: absolute
}

.context .context-task .context-task_block .message:hover {
	-webkit-transform: scale(1.1) translateZ(0);
	transform: scale(1.1) translateZ(0)
}

.context .context-task .context-task_block .message.message--1 {
	top: 0;
	left: 130px
}

.context .context-task .context-task_block .message.message--1::before {
	right: -29px;
	top: 30px;
	border-bottom: 30px solid #fff;
	border-right: 30px solid transparent
}

.context .context-task .context-task_block .message.message--2 {
	top: 135px;
	left: 0
}

.context .context-task .context-task_block .message.message--2::before {
	right: -29px;
	top: 30px;
	border-top: 15px solid transparent;
	border-left: 30px solid #fff;
	border-bottom: 15px solid transparent
}

.context .context-task .context-task_block .message.message--3 {
	top: 270px;
	left: 0
}

.context .context-task .context-task_block .message.message--3::before {
	right: -29px;
	top: 25px;
	border-top: 30px solid #fff;
	border-right: 30px solid transparent
}

.context .context-task .context-task_block .message.message--4 {
	top: 0;
	right: 0
}

.context .context-task .context-task_block .message.message--4::before {
	left: -29px;
	bottom: 25px;
	border-bottom: 30px solid #fff;
	border-left: 30px solid transparent
}

.context .context-task .context-task_block .message.message--5 {
	top: 155px;
	right: -110px
}

.context .context-task .context-task_block .message.message--5::before {
	left: -29px;
	top: 45px;
	border-top: 15px solid transparent;
	border-right: 30px solid #fff;
	border-bottom: 15px solid transparent
}

.context .context-task .context-task_block .message.message--6 {
	top: 330px;
	right: -90px
}

.context .context-task .context-task_block .message.message--6::before {
	left: -29px;
	top: 25px;
	border-top: 30px solid #fff;
	border-left: 30px solid transparent
}

.context .context-result {
	overflow: hidden;
	background-color: #fff
}

.context .context-result .context-result_list {
	margin-bottom: 45px;
	position: relative
}

.context .context-result .context-result_list__item .img {
	width: 100%;
	max-width: 380px;
	margin: 0 20px
}

.context .context-result .context-result_list__item .img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 17px 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3)
}

.context .context-result .context-result_list__item .name {
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 36px;
	font-weight: 700
}

.context .context-result .context-result_list__item .name span {
	display: block;
	font-size: 17px;
	line-height: 24px;
	font-weight: 400
}

.context .context-result .context-result_list__item .link-group {
	margin-top: 3px
}

.context .context-result .context-result_list__item .period {
	line-height: 28px;
	padding-left: 38px;
	position: relative
}

.context .context-result .context-result_list__item .period::before {
	content: "";
	width: 28px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/context/period.svg) no-repeat
}

.context .context-result .context-result_list__item .period span {
	font-weight: 600
}

.context .context-result .context-result_list__item .article {
	margin-top: 30px
}

.context .context-result .context-result_list__item .total-label {
	color: #dc107e;
	font-weight: 600;
	margin-right: 10px
}

.context .context-result .context-result_list__item .total-desc {
	font-weight: 600;
	line-height: 22px
}

.context .context-digit {
	background: url(../img/context/task-bg.jpg) center/cover no-repeat;
	color: #fff;
	text-align: center
}

.context .context-digit .context-digit_list__item .number {
	font-size: 100px;
	line-height: 100px;
	font-weight: 800;
	margin-bottom: 7px
}

.context-digit_list__item {
	margin-bottom: 20px;
}

.context .context-statistic {
	overflow: hidden
}

.context .context-statistic .context-statistic_info {
	background-color: #fff;
	margin-bottom: 60px
}

.context .context-statistic .context-statistic_info__title {
	margin-bottom: 20px
}

.context .context-statistic .context-statistic_info__title .number {
	border-radius: 100%;
	height: 55px;
	width: 55px;
	background: -webkit-gradient(linear, left top, right top, from(#b5446e), to(#9d44b5));
	background: linear-gradient(to right, #b5446e 0%, #9d44b5 100%);
	color: #fff;
	font-weight: 700;
	font-size: 38px;
	text-align: center;
	line-height: 55px
}

.context .context-statistic .context-statistic_info__title .name {
	text-align: left;
	font-weight: 700;
	font-size: 28px;
	line-height: 32px
}

.context .context-statistic .context-statistic_info__title--white .number {
	background: #fff;
	color: #343037
}

.context .context-statistic .context-statistic_info .chart {
	margin-bottom: 75px;
	margin-top: 50px
}

.context .context-statistic .context-statistic_info .chart-label {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600
}

.context .context-statistic .context-statistic_info .chart-label a {
	display: inline-block;
	border-bottom: 2px solid #afccf3
}

.context .context-statistic .context-statistic_info .chart-label a:hover {
	border-bottom-color: transparent
}

.context .context-statistic .context-statistic_info .chart-label span {
	color: #3b91e6
}

.context .context-statistic .context-statistic_info .note {
	margin-bottom: 20px;
	background: rgba(181, 68, 110, 0.25);
	background: -webkit-gradient(linear, left top, right top, from(rgba(181, 68, 110, 0.25)), color-stop(60%, rgba(157, 68, 181, 0.25)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, rgba(181, 68, 110, 0.25) 0%, rgba(157, 68, 181, 0.25) 60%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(181,68,110,.25)', endColorstr='rgba(255,255,255,0)', GradientType=1);
	font-weight: 600;
	padding: 10px 15px
}

.context .context-statistic .context-statistic_info .site {
	padding-left: 30px;
	position: relative
}

.context .context-statistic .context-statistic_info .site::before {
	font-family: "icomoon";
	content: "\e900";
	height: 20px;
	width: 20px;
	border-radius: 100%;
	background-color: #3b91e6;
	color: #fff;
	font-size: 7px;
	position: absolute;
	left: 0;
	top: 2px;
	line-height: 20px;
	text-align: center
}

.context .context-statistic .context-statistic_info .site a {
	font-weight: 600;
	border-bottom: 2px solid #afccf3
}

.context .context-statistic .context-statistic_info .site a:hover {
	border-bottom-color: transparent
}

.context .context-statistic .context-statistic_info .browser {
	height: 533px;
	margin-top: 50px;
	position: relative
}

.context .context-statistic .context-statistic_info .browser-img-1 {
	position: absolute;
	left: -27px;
	top: 0
}

.context .context-statistic .context-statistic_info .browser-img-2 {
	position: absolute;
	right: 0;
	top: 75px
}

.context .context-statistic .context-statistic_price {
	padding: 75px 0;
	background: url(../img/context/statistic-bg.jpg) center/cover no-repeat;
	color: #fff
}

.context .context-statistic .context-statistic_price .table {
	margin-bottom: 15px;
	text-align: left;
	width: 100%;
	display: table;
	border-collapse: collapse
}

.context .context-statistic .context-statistic_price .table .tr {
	display: table-row;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25)
}

.context .context-statistic .context-statistic_price .table .tr:hover .td .table-title::before {
	-webkit-transform: scale(1.1) translateZ(0);
	transform: scale(1.1) translateZ(0)
}

.context .context-statistic .context-statistic_price .table .th,
.context .context-statistic .context-statistic_price .table .td {
	display: table-cell;
	white-space: nowrap;
	padding: 15px 0 15px 50px;
	vertical-align: top
}

.context .context-statistic .context-statistic_price .table .th:nth-child(2),
.context .context-statistic .context-statistic_price .table .td:nth-child(2) {
	text-align: right
}

.context .context-statistic .context-statistic_price .table .th:first-child,
.context .context-statistic .context-statistic_price .table .td:first-child {
	width: 100%;
	padding-left: 0
}

.context .context-statistic .context-statistic_price .table .th {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 26px
}

.context .context-statistic .context-statistic_price .table .td .table-title {
	text-transform: uppercase;
	font-weight: 700;
	position: relative
}

.context .context-statistic .context-statistic_price .table .td .table-title::before {
	content: "";
	position: absolute;
	left: -100px;
	top: 5px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.context .context-statistic .context-statistic_price .table .td .table-title--1::before {
	width: 51px;
	height: 45px;
	background: url(../img/context/table-1.svg) no-repeat
}

.context .context-statistic .context-statistic_price .table .td .table-title--2::before {
	width: 56px;
	height: 41px;
	background: url(../img/context/table-2.svg) no-repeat
}

.context .context-statistic .context-statistic_price .table .td .table-title--3::before {
	width: 50px;
	height: 41px;
	background: url(../img/context/table-3.svg) no-repeat
}

.context .context-statistic .context-statistic_price .table .td .table-price {
	line-height: 23px;
	font-size: 15px
}

.context .context-statistic .context-statistic_price .table .td .table-total_price {
	font-size: 22px;
	line-height: 30px
}

.context .context-statistic .context-statistic_price .table .td .table-count {
	line-height: 30px
}

.context .context-statistic .context-statistic_price .table .td .table-count b {
	font-size: 22px;
	line-height: 22px
}

.context .context-statistic .context-statistic_price .total {
	margin-bottom: 60px;
	text-align: right;
	font-weight: 800;
	font-size: 28px
}

.context .context-statistic .context-statistic_price .total span {
	font-size: 18px;
	font-weight: 600
}

.context .context-view {
	padding-top: 0 !important;
	background-color: #fff
}

.context .context-view .context-view_block .link {
	color: #343037;
	font-size: inherit;
	border-bottom: 4px dotted
}

.context .context-view .context-view_block .link.is-active {
	pointer-events: none;
	color: #dc107e
}

.context .context-view .context-view_block .link:hover {
	border-bottom-color: transparent
}

.context .context-view .context-view_block .browser {
	margin-bottom: 30px;
	text-align: center
}

.context .context-view .context-view_block .note {
	background: #3b91e6;
	background: -webkit-gradient(linear, left top, right top, from(#3b91e6), color-stop(60%, #9d44b5), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, #3b91e6 0%, #9d44b5 60%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b91e6', endColorstr='rgba(255,255,255,0)', GradientType=1);
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 20px;
	padding: 10px 45px;
	text-align: left
}

.context .context-view .article {
	margin-bottom: 45px
}

.context .context-stage {
	background: url(../img/context/task-bg.jpg) center/cover no-repeat;
	color: #fff
}

.context .context-stage .tabs li.is-active {
	position: relative
}

.context .context-stage .tabs li.is-active::before {
	content: "";
	position: absolute;
	top: 90px;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-bottom: 30px solid #fff
}

.context .context-stage .tabs-content {
	text-align: left;
	margin-top: 65px;
	padding: 45px 45px 25px;
	background-color: #fff;
	-webkit-box-shadow: 0 17px 65px rgba(0, 0, 0, 0.3);
	box-shadow: 0 17px 65px rgba(0, 0, 0, 0.3)
}

.context .context-stage .tabs-content h4 {
	text-align: center;
	margin-bottom: 30px
}

.context .context-calc {
	text-align: left
}

.context .context-calc h2 {
	text-align: center
}

.context .context-calc .calc-list_item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5
}

.context .context-calc .calc-list_item .label {
	margin-bottom: 15px;
	line-height: 17px;
	font-weight: 800
}

.context .context-calc .calc-list_item .compare-link {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	color: #dc107e;
	margin-bottom: 15px
}

.context .context-calc .calc-list_item .compare-link::before {
	content: "";
	width: 11px;
	height: 15px;
	background: url(../img/context/compare.svg) no-repeat;
	margin-right: 10px
}

.context .context-calc .calc-list_item .compare-link:hover {
	color: #343037
}

.context .context-calc .calc-list_item .type-note {
	font-size: 13px;
	line-height: 18px;
	color: #9a999b
}

.context .context-calc .calc-result .label {
	margin-bottom: 10px;
	font-weight: 800
}

.context .context-calc .calc-result_list {
	text-align: left;
	margin-bottom: 20px
}

.context .context-calc .calc-result_list li {
	padding-left: 30px;
	position: relative;
	line-height: 24px
}

.context .context-calc .calc-result_list li:not(:last-child) {
	margin-bottom: 10px
}

.context .context-calc .calc-result_list li::before {
	font-family: "icomoon";
	content: "\e900";
	height: 20px;
	width: 20px;
	border-radius: 100%;
	background-color: #3b91e6;
	color: #fff;
	font-size: 7px;
	position: absolute;
	left: 0;
	top: 2px;
	line-height: 20px;
	text-align: center
}

.context .context-calc .calc-result_list li.is-disabled {
	color: #b8b8b8
}

.context .context-calc .calc-result_list li.is-disabled:before {
	background-color: #b8b8b8
}

.context .context-calc .calc-price {
	margin-bottom: 25px;
	border: 1px solid #d4d4d4;
	padding: 20px;
	background-color: #F3F3F3
}

.context .context-calc .calc-price .label {
	margin-bottom: 10px;
	font-weight: 700
}

.context .context-calc .calc-price .offset {
	padding-left: 15px;
	margin-bottom: 10px
}

.context .context-calc .calc-price .offset.b-form+.kind {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px
}

.context .context-calc .calc-price .b-form .b-form-block {
	margin-bottom: 10px
}

.context .context-calc .calc-price .kind {
	margin-bottom: 10px
}

.context .context-calc .calc-price .kind-title {
	font-weight: 700;
	font-size: 22px;
	line-height: 22px
}

.context .context-calc .calc-price .kind-title i {
	display: block;
	color: #9a999b;
	font-weight: 400;
	font-size: 15px
}

.context .context-calc .calc-price .kind-price {
	font-weight: 700;
	color: #dc107e;
	font-size: 22px;
	line-height: 22px
}

.context .context-calc .calc-price .hr {
	height: 1px;
	background-color: #dadada;
	margin-bottom: 15px
}

.context .context-calc .calc-price .note {
	margin-bottom: 20px;
	padding: 5px 10px;
	font-weight: 700;
	color: #dc107e;
	text-align: center;
	line-height: 22px;
	border: 1px dashed #dc107e;
	background-color: #fff
}

.context .context-calc .calc-price .title {
	text-align: left;
	font-weight: 800;
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 10px
}

.context .context-calc .calc-help {
	padding: 0 20px
}

.context .context-calc .calc-help a {
	display: inline-block;
	color: #dc107e;
	font-weight: 700
}

.context .context-calc .calc-fixed-popup {
	display: none;
	z-index: 10;
	background-color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
	padding: 20px;
	text-align: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.context .context-calc .calc-fixed-popup .title {
	font-weight: 800;
	font-size: 17px;
	margin-bottom: 15px
}

.context .context-calc .calc-fixed-popup .title span {
	display: block;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px
}

.context .context-calc .calc-fixed-popup .price {
	color: #dd1781;
	font-weight: 800;
	font-size: 24px
}

.yield-page.portfolio {
	padding-top: 10px;
}



.portfolio .portfolio-nav {
	padding: 20px 15px 20px 170px;
	position: fixed;
	z-index: 98;
	width: calc(100% - 230px);
	width: -webkit-calc(100% - 230px);
	top: 0;
	right: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	background-color: #f7f7f7
}

.portfolio .portfolio-nav .portfolio-nav_toggle {
	color: #dc107e;
	display: block;
	position: absolute;
	left: 15px;
	top: 35px
}

.portfolio .portfolio-nav .portfolio-nav_toggle::before {
	font-family: "icomoon";
	content: "\e911";
	font-size: 24px;
	display: block
}

.portfolio .portfolio-nav .portfolio-nav_term {
	color: #dc107e;
	text-align: center;
	display: block;
	line-height: 17px;
	position: absolute;
	left: 15px
}

.portfolio .portfolio-nav .portfolio-nav_term span {
	font-size: 36px;
	line-height: 36px;
	display: block;
	color: #dc107e
}

.portfolio .portfolio-nav .portfolio-nav_year {
	white-space: nowrap;
	overflow: hidden;
	text-align-last: justify;
	text-align: justify;
	width: 100%;
	padding: 5px 0
}

.portfolio .portfolio-nav .portfolio-nav_year .mCSB_container::before {
	content: "";
	position: absolute;
	border-bottom: 1px dashed #c6c6c6;
	right: 6px;
	left: 2px;
	top: 22px;
	z-index: -1
}

.portfolio .portfolio-nav .portfolio-nav_year .mCSB_container {
	white-space: nowrap;
	text-align-last: justify;
	text-align: justify;
	width: 100%
}

.portfolio .portfolio-nav .portfolio-nav_year .mCustomScrollBox {
	width: 100%
}

.portfolio .portfolio-nav .portfolio-nav_year .portfolio-nav_year__item {
	margin-right: 60px;
	display: inline-block
}

.portfolio .portfolio-nav .portfolio-nav_year .portfolio-nav_year__item:last-child {
	margin-right: 0
}

.portfolio .portfolio-nav .portfolio-nav_year .portfolio-nav_year__item a {
	background-color: #fff;
	display: block;
	padding: 0 20px;
	border-radius: 22px;
	font-size: 24px;
	line-height: 40px;
	color: #b3b3b3;
	border: 2px solid #ececec;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.portfolio .portfolio-nav .portfolio-nav_year .portfolio-nav_year__item:hover a,
.portfolio .portfolio-nav .portfolio-nav_year .portfolio-nav_year__item.active a {
	border: 2px solid #dc107e;
	color: #dc107e
}

.portfolio .portfolio-list {
	float: left;
	width: 100%
}

.portfolio .portfolio-list_item {
	float: left;
	width: 25%;
	padding: 0 5px;
	margin-bottom: 10px;
	height: 290px
}

.portfolio .portfolio-list_item.portfolio-list_item--sizer {
	padding: 0;
	margin-bottom: 0;
	height: 0
}

.portfolio .portfolio-list_item.portfolio-list_item--large {
	width: 50%
}

.portfolio .portfolio-list_item.portfolio-list_item--high {
	height: 590px
}

.portfolio .portfolio-list_item.portfolio-list_item--large .b-button:last-child {
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0;
}

.portfolio .portfolio-list_item.portfolio-list_item--large .b-button:not(:last-child) {
	margin-top: 10px;
	margin-bottom: 0;
}

.portfolio .portfolio-list_item .b-button {
	margin: 10px auto;
}

.portfolio .portfolio-list_item .portfolio-list_item__block {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	-webkit-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	-webkit-flex-line-pack: center;
	align-content: center;
	height: 100%;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.portfolio-list_item__block__restriction {
	width: 100%;
	height: 0px;
	overflow: hidden;
	display: block;
}

.portfolio .portfolio-list_item .portfolio-list_item__block .portfolio-list_item__block___overlay {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	-webkit-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	-webkit-flex-line-pack: center;
	align-content: center;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	color: #fff;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.portfolio .portfolio-list_item .portfolio-list_item__block .portfolio-list_item__block___overlay .name {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 40px;
	padding: 0 20px;
	max-width: 640px
}

.portfolio .portfolio-list_item .portfolio-list_item__block .portfolio-list_item__block___tag {
	visibility: visible;
	opacity: 1;
	bottom: 0;
	left: 0;
	position: absolute;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.portfolio .portfolio-list_item .portfolio-list_item__block .portfolio-list_item__block___tag .name,
.portfolio .portfolio-list_item .portfolio-list_item__block .portfolio-list_item__block___tag .type {
	float: left;
	color: #fff;
	padding: 0 15px;
	line-height: 30px
}

.portfolio .portfolio-list_item .portfolio-list_item__block .portfolio-list_item__block___tag .name {
	background-color: rgba(0, 0, 0, 0.5)
}

.portfolio .portfolio-list_item .portfolio-list_item__block .portfolio-list_item__block___tag .type {
	background-color: rgba(153, 153, 153, 0.5)
}

.portfolio .portfolio-list_item:hover .portfolio-list_item__block .portfolio-list_item__block___overlay {
	visibility: visible;
	opacity: 1
}

.portfolio .portfolio-list_item:hover .portfolio-list_item__block .portfolio-list_item__block___tag {
	visibility: hidden;
	opacity: 0
}

.reveal {
	max-width: 560px;
	width: 100%;
	background-color: rgba(244, 247, 250, 1);
	-webkit-box-shadow: 0 17px 65px rgba(0, 0, 0, 0.3);
	box-shadow: 0 17px 65px rgba(0, 0, 0, 0.3);
	color: #343037;
	position: relative;
	padding: 75px 45px 60px;
	text-align: center;
	border-radius: 15px;
}

.reveal .reveal-close {
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 36px;
	height: 36px;
	color: #343037;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.reveal .reveal-close:hover {
	color: #dd1781
}
.reveal .reveal-close:before {
	font-size: 14px;
}
.reveal .reveal-title {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 700;
}
.reveal .reveal-block .b-form {
	max-width: 370px;
	margin: auto;
	padding-top: 15px
}
.reveal.reveal--tariff {
	max-width: 1170px;
	padding: 0;
	background-color: #fff
}
.reveal.reveal--tariff .reveal-title {
	font-weight: 700;
	text-align: left;
	padding: 22px 110px 0 25px
}
.reveal.reveal--tariff .calc-tariff .calc-tariff_table {
	color: #343037;
	border: none;
	border-collapse: collapse;
	margin-bottom: 30px;
	table-layout: fixed;
	width: 100%;
	text-align: left
}
.reveal.reveal--tariff .calc-tariff .calc-tariff_table tr th:first-child,
.reveal.reveal--tariff .calc-tariff .calc-tariff_table tr td:first-child {
	width: 400px
}
.reveal.reveal--tariff .calc-tariff .calc-tariff_table th {
	color: #343037;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	background-color: #e7e7e7;
	padding: 10px 30px;
	vertical-align: top
}
.reveal.reveal--tariff .calc-tariff .calc-tariff_table td {
	color: #343037;
	padding: 3px 25px;
	font-size: 14px;
	line-height: 22px;
	vertical-align: top
}
.reveal.reveal--tariff .calc-tariff .calc-tariff_table tr.tr-start {
	border-top: 1px solid #d7d7d7
}
.reveal.reveal--tariff .calc-tariff .calc-tariff_table tr.tr-start td {
	padding-top: 15px;
	padding-bottom: 15px
}
.reveal.reveal--tariff .calc-tariff .calc-tariff_table tr.tr-end td {
	padding-bottom: 15px
}
.reveal.reveal--tariff .calc-tariff .calc-tariff_table td .title {
	font-size: 17px;
	line-height: 24px;
	font-weight: 700;
	white-space: normal
}
.reveal.reveal--tariff .calc-tariff .calc-tariff_table td .desc {
	font-size: 12px;
	line-height: 16px;
	font-weight: 600
}
.reveal.reveal--tariff .calc-tariff .calc-tariff_table td .and {
	display: inline-block;
	font-size: 12px;
	line-height: 16px
}
.reveal.reveal--tariff .calc-tariff .calc-tariff_table td .no {
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	width: 16px;
	text-align: center;
	color: #aaa
}
.reveal.reveal--tariff .calc-tariff .calc-tariff_table td .yes {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	height: 16px;
	width: 16px;
	background-color: #3b91e6;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	line-height: 10px
}
.reveal.reveal--tariff .calc-tariff .calc-tariff_table td .yes::before {
	font-family: 'icomoon';
	content: "\e900";
	font-size: 6px;
	line-height: 16px
}
.reveal.reveal--tariff .calc-tariff .calc-tariff_tabs__list {
	list-style: none;
	padding: 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex
}
.reveal.reveal--tariff .calc-tariff .calc-tariff_tabs__list li {
	width: 33.33333%
}
.reveal.reveal--tariff .calc-tariff .calc-tariff_tabs__list li.is-active a {
	background-color: #dc107e;
	color: #fff
}
.reveal.reveal--tariff .calc-tariff .calc-tariff_tabs__list li {
	margin-right: 0;
	margin-bottom: 0
}

.reveal.reveal--tariff .calc-tariff .calc-tariff_tabs__list li a {
	text-align: center;
	display: block;
	background-color: #e6eef8;
	color: #343037;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase
}

.reveal.reveal--tariff .calc-tariff .calc-tariff_tabs .calc-tariff_tabs__content {
	padding: 0
}

.not-found {
	min-height: 100vh;
	background: url(../img/404/not-found-bg.jpg) center/cover no-repeat;
	text-align: center;
	color: #fff;
	padding: 75px 0
}

.not-found img {
	margin-bottom: 30px
}

.podbor .podbor-header {
	color: #fff;
	background: url(../img/podbor/header-bg.jpg) top center/cover no-repeat;
	overflow: hidden;
	padding: 35px 0 15px !important
}

.podbor .podbor-header h1 {
	letter-spacing: -0.02em;
}

.podbor .podbor-header a {
	color: #fff
}

.podbor .message-box:first-child {
	margin-top: 0;
}

.podbor .message-box {
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
	padding-left: 30px;
	border-left: 3px solid #dc107e;
	margin-bottom: 50px;
	margin-top: 30px;
	letter-spacing: -0.02em;
}

.podbor .message-box {
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
	padding-left: 30px;
	border-left: 3px solid #dc107e;
	margin-bottom: 50px;
	margin-top: 30px;
	letter-spacing: -0.02em;
}

.podbor .img-box {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
	margin-bottom: 50px;
}

.podbor-title {
	display: flex;
	align-items: flex-start;
	margin: 50px auto 30px;
}

.podbor-title__count {
	flex: 0 0 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-weight: bold;
	font-size: 38px;
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #b5446e), to(#9d44b5));
	background: linear-gradient(to right, #b5446e 1%, #9d44b5 100%);
	border-radius: 50%;
	color: #fff;
	margin-right: 30px;
}

.podbor-title__text {
	color: #343037;
	font-weight: bold;
	font-size: 28px;
	padding: 15px 0
}

.podbor .note {
	margin-bottom: 30px;
	background: rgba(181, 68, 110, 0.5);
	background: -webkit-gradient(linear, left top, right top, from(rgba(181, 68, 110, 0.5)), to(rgba(157, 68, 181, 0.0)));
	background: linear-gradient(to right, rgba(181, 68, 110, 0.5) 0%, rgba(157, 68, 181, 0.0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(181,68,110,.5)', endColorstr='rgba(157,68,181,.0)', GradientType=1);
	padding: 10px 20px;
	font-size: 17px;
	line-height: 24px;
}

.podbor .note.note--big {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	padding: 20px 30px;
}

.podbor hr {
	border: none;
	height: 1px;
	background: #ececec;
	margin: 20px auto 40px;
}

.project-box {
	text-align: center;
	margin-bottom: 20px;
}

.project-box__img {
	position: relative;
	width: 100%;
	height: 70px;
}

.project-box__img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.project-box__link a {
	font-size: 17px;
}

.project-box__link a:hover {
	text-decoration: underline;
}

.podbor-animate {
	position: relative;
	height: 250px;
}

.podbor-animate__img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	max-width: 60%;
	transition: .15s ease;
	z-index: 5;
}

.podbor-animate__img.podbor-animate__img--1 {
	z-index: 10;
}

.podbor-animate__img.podbor-animate__img--2 {
	top: 0;
	opacity: .8;
	animation: animatePodbor 2s infinite ease;
}

.podbor-animate__img.podbor-animate__img--3 {
	top: 10px;
	opacity: .6;
	animation: animatePodbor1 2s infinite ease;
}

.podbor-animate__img.podbor-animate__img--4 {
	top: 20px;
	opacity: .4;
	animation: animatePodbor2 2s infinite ease;
}

.podbor-animate__img.podbor-animate__img--5 {
	top: 30px;
	opacity: .2;
	animation: animatePodbor3 2s infinite ease;
}

@keyframes animatePodbor {
	0% {
		top: 0px;
	}

	50% {
		top: 5px;
	}

	100% {
		opacity: 0px;
	}
}

@keyframes animatePodbor1 {
	0% {
		top: 10px;
	}

	50% {
		top: 20px;
	}

	100% {
		opacity: 10px;
	}
}

@keyframes animatePodbor2 {
	0% {
		top: 20px;
	}

	50% {
		top: 35px;
	}

	100% {
		opacity: 20px;
	}
}

@keyframes animatePodbor3 {
	0% {
		top: 30px;
	}

	50% {
		top: 50px;
	}

	100% {
		opacity: 30px;
	}
}

.twenty-box {
	position: relative;
	padding: 30px 50px;
	overflow: hidden;
}

.twenty-box__title {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: space-around;
	font-size: 42px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.twenty-box__title img {
	margin-right: 30px;
	max-width: 36px;
}

.twenty-box__item {
	display: flex;
	align-items: center;
}


.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
	content: " ";
	display: block;
	background: #fff;
	position: absolute;
	z-index: 30;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
	width: 1px;
	height: 303px;
	left: 50%;
	margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
	width: 9999px;
	height: 1px;
	top: 50%;
	margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
	color: white;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
	line-height: 38px;
	padding: 0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
	top: 50%;
	margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
	left: 50%;
	margin-left: -45px;
	text-align: center;
	width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
	display: none;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
	left: 50%;
	margin-left: -6px;
}

.twentytwenty-container {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.twentytwenty-container img {
	max-width: 100%;
	position: absolute;
	top: 0;
	display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
	background: rgba(0, 0, 0, 0);
	opacity: 0;
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-container * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.twentytwenty-before-label {
	opacity: 0;
}

.twentytwenty-before-label:before {
	content: attr(data-content);
	display: none;
}

.twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-after-label:before {
	content: attr(data-content);
	display: none;
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
	left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
	right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
	top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
	bottom: 10px;
}

.twentytwenty-overlay {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	background: rgba(0, 0, 0, 0);
	z-index: 25;
}

.twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, 0.0);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 0;
}

.twentytwenty-before {
	z-index: 20;
}

.twentytwenty-after {
	z-index: 10;
}

.twentytwenty-handle {
	height: 96px;
	width: 96px;
	position: absolute;
	background: url(../img/podbor/curtain-icon.png);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 40;
	cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 22px;
	-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 22px;
	-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: 22px;
	-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: 22px;
	-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
	border-right: 6px solid white;
	left: 50%;
	margin-left: -17px;
}

.twentytwenty-right-arrow {
	border-left: 6px solid white;
	right: 50%;
	margin-right: -17px;
}

.twentytwenty-up-arrow {
	border-bottom: 6px solid white;
	top: 50%;
	margin-top: -17px;
}

.twentytwenty-down-arrow {
	border-top: 6px solid white;
	bottom: 50%;
	margin-bottom: -17px;
}

.parallax-img {
	position: absolute;
	z-index: 10;
}

.parallax-img.parallax-img--left {
	left: -227px;
}

.parallax-img.parallax-img--right {
	right: -215px;
}

.like-box {
	position: relative;
	padding: 30px 0 40px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.like-box::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100px;
	right: -100px;
	content: '';
	background: #e7f2e3;
}

.like-box__title {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
}

.like-box__title img {
	max-width: 25px;
	margin: 0 20px;
}

.like-box .img-box {
	position: relative;
	margin-bottom: 25px;
}

.like-box .img-box:last-child {
	position: relative;
	margin-bottom: 0;
}

.like-box.like-box--dislike::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100px;
	right: -100px;
	content: '';
	background: #fbe7e7;
}

.integration .integration-header {
	color: #fff;
	background: url(../img/integration/header-bg.jpg) top center/cover no-repeat;
	overflow: hidden
}

.integration .integration-header a {
	color: #fff
}

.integration .integration-header .img {
	position: relative
}

.integration .integration-header .img .layer-1 {
	max-width: none;
	position: absolute;
	top: 3px;
	left: 3px;
	-webkit-animation: dev_visibility 7s infinite;
	animation: dev_visibility 7s infinite
}

.integration .integration-header .img .layer-2 {
	max-width: none;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: dev_visibility_2 7s infinite;
	animation: dev_visibility_2 7s infinite
}

.integration .integration-header .img .layer-3 {
	max-width: none
}

.integration .integration-header .name {
	margin-bottom: 60px;
	font-size: 20px;
	line-height: 30px
}

.integration .integration-condition {
	background-color: #f3f3f3
}

.integration .integration-condition h3 {
	margin-bottom: 45px
}

.integration .integration-condition .integration-condition_list__item:not(:last-child) {
	margin-bottom: 45px
}

.integration .integration-condition .integration-condition_list__item .name {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 32px;
	font-weight: 700
}

.integration .integration-condition .integration-condition_list__item .desc {
	font-size: 15px;
	line-height: 22px
}

.integration .integration-condition .integration-condition_list__item .img {
	width: 136px;
	height: 136px;
	margin: auto;
	position: relative;
	padding: 15px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.integration .integration-condition .integration-condition_list__item .img::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: url(../img/integration/border.svg) no-repeat
}

.integration .integration-condition .integration-condition_list__item:hover img {
	-webkit-transform: scale(0.9);
	transform: scale(0.9)
}

.integration .integration-condition .integration-condition_list__item:hover .img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.integration .integration-condition .integration-condition_list__item .img img {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.integration .integration-more .integration-more_text {
	margin-bottom: 60px
}

.integration .integration-more .integration-more_text__section {
	text-align: left
}

.integration .integration-more .integration-more_text__section:not(:last-child) {
	margin-bottom: 45px
}

.integration .integration-more .integration-more_process {
	padding: 20px;
	text-align: center;
	position: relative;
	background: url(../img/integration/overlay.png) center no-repeat;
	height: 124px;
	max-width: 983px;
	margin: auto
}

.integration .integration-more .integration-more_process .text {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 10px
}

.company h1,
.company h2 {
	text-transform: uppercase
}

.company h2 {
	margin-bottom: 45px;
	text-align: center
}

.company .company-header {
	color: #fff
}

.company .company-header a {
	color: #fff
}

.company .company-header h4 {
	text-transform: uppercase;
	margin-bottom: 30px
}

.company .company-header .note {
	padding: 10px 20px;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 120px;
	background: -webkit-gradient(linear, left top, right top, from(rgba(181, 68, 110, 0.5)), to(rgba(157, 68, 181, 0.25)));
	background: linear-gradient(to right, rgba(181, 68, 110, 0.5) 0%, rgba(157, 68, 181, 0.25) 100%)
}

.company .company-header .scroll-bottom {
	z-index: 4;
	background: url(../img/about/scroll-bottom.svg) no-repeat;
	height: 40px;
	width: 28px;
	bottom: 60px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.company .company-header .scroll-bottom::after {
	-webkit-transition: bottom .3s ease;
	transition: bottom .3s ease;
	content: '';
	background: url(../img/about/scroll-bottom-arrow.svg) no-repeat;
	height: 12px;
	width: 12px;
	bottom: -20px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.company .company-header .scroll-bottom:hover::after {
	bottom: -24px
}

.company .company-header .button span::after {
	font-family: 'icomoon';
	content: "\e929";
	font-size: 18px;
	font-weight: 400;
	margin-left: 10px;
	vertical-align: bottom
}

.company .company-header .link {
	position: relative;
	font-size: 17px;
	line-height: 50px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: text-bottom
}

.company .company-header .link span {
	border-bottom: 1px solid
}

.company .company-header .link:hover span {
	border-bottom-color: transparent
}

.company .company-header .link--portfolio::before {
	content: '';
	width: 30px;
	height: 28px;
	background: url(../img/about/portfolio.svg) center no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 15px
}

.company .company-header .link--download::before {
	content: '';
	width: 28px;
	height: 34px;
	background: url(../img/about/pdf.svg) no-repeat;
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 15px
}

.company .company-advantage_list {
	text-align: left;
	margin-bottom: -45px
}

.company .company-advantage_list__item {
	position: relative;
	margin-bottom: 45px
}

.company .company-advantage_list__item .overlay {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #b5446e), to(#9d44b5));
	background: linear-gradient(to right, #b5446e 1%, #9d44b5 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	border-radius: 80px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	line-height: 80px
}

.company .company-advantage_list__item .overlay span::before {
	font-family: "icomoon";
	content: "\e900";
	height: 20px;
	width: 20px;
	line-height: 20px;
	border-radius: 100%;
	background-color: #fff;
	color: #ae4482;
	font-size: 7px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin-right: 15px
}

.company .company-advantage_list__item .img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	height: 80px;
	line-height: 80px;
	text-align: center;
	width: 80px;
	border-radius: 100%;
	background: #b5446e;
	color: #fff;
	font-weight: 300;
	font-size: 32px;
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #b5446e), to(#9d44b5));
	background: linear-gradient(to right, #b5446e 1%, #9d44b5 100%)
}

.company .company-advantage_list__item .name {
	font-weight: 700
}

.company .company-advantage_list__item:hover .overlay {
	visibility: visible;
	opacity: 1
}

.company .company-team_block {
	margin-bottom: 45px;
	padding: 45px 0;
	text-align: left;
	background: #e6eef8 url(../img/about/team-bg.png) center/cover no-repeat
}

.company .company-team_block .name {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 10px;
	font-weight: 700
}

.company .company-team_list {
	margin-bottom: -45px;
	text-align: left
}

.company .company-team_list__item {
	margin-bottom: 45px
}

.company .company-team_list__item .img {
	height: 80px;
	width: 80px;
	line-height: 80px;
	border-radius: 100%;
	background-color: #e6eef8;
	text-align: center;
	margin: 0 auto 15px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.company .company-team_list__item .img img {
	max-width: 50px;
	max-height: 50px
}

.company .company-team_list__item:hover .img {
	-webkit-transform: scale(1.1) translateZ(0);
	transform: scale(1.1) translateZ(0)
}

.company .company-team_list__item a {
	border-bottom: 1px solid
}

.company .company-team_list__item a:hover {
	border-bottom-color: transparent
}

.company .company-step {
	padding-bottom: 0 !important
}

.company .company-step h2 {
	margin-bottom: 0
}

.company .company-step_block {
	padding: 45px 0;
	text-align: left
}

.company .company-step_block__title {
	margin-bottom: 20px
}

.company .company-step_block__title .number {
	border-radius: 100%;
	height: 55px;
	width: 55px;
	background: -webkit-gradient(linear, left top, right top, from(#b5446e), to(#9d44b5));
	background: linear-gradient(to right, #b5446e 0%, #9d44b5 100%);
	color: #fff;
	font-weight: 700;
	font-size: 38px;
	text-align: center;
	line-height: 55px
}

.company .company-step_block__title .name {
	text-align: left;
	font-weight: 700;
	font-size: 28px;
	line-height: 32px
}

.company .company-step_block__title--white .number {
	background: #fff;
	color: #343037
}

.company .company-step_block__insist {
	background: -webkit-gradient(linear, left top, right top, from(rgba(181, 68, 110, 0.5)), to(rgba(157, 68, 181, 0.1)));
	background: linear-gradient(to right, rgba(181, 68, 110, 0.5) 0%, rgba(157, 68, 181, 0.1) 100%);
	padding: 10px 20px
}

.company .company-step_block__preview {
	height: 170px;
	width: 170px;
	line-height: 170px;
	border-radius: 100%;
	background-color: #e6eef8;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.company .company-step_block__preview img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	max-width: 80px;
	max-height: 80px
}

.company .company-step_block__preview:hover img {
	-webkit-transform: scale(1.1) translateZ(0);
	transform: scale(1.1) translateZ(0)
}

.company .company-step_block ul li::before {
	background: transparent;
	font-size: 20px;
	color: #343037;
	content: "\e909" !important;
}

.company .company-step_block__note {
	padding: 10px 20px;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 30px;
	background: -webkit-gradient(linear, left top, right top, from(rgba(181, 68, 110, 0.5)), to(rgba(157, 68, 181, 0.25)));
	background: linear-gradient(to right, rgba(181, 68, 110, 0.5) 0%, rgba(157, 68, 181, 0.25) 100%)
}

.company .company-step_block__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: left
}

.company .company-step_block__list___item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
	margin-bottom: 20px
}

.company .company-step_block__list___item:not(:last-child) {
	margin-right: 20px
}

.company .company-step_block__offer {
	margin-top: 45px;
	margin-bottom: 30px;
	font-size: 26px;
	line-height: 34px;
	font-weight: 800;
	text-transform: uppercase
}

.company .company-step_block__list___item img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.company .company-step_block__list___item:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.company .company-step_block__certificate {
	margin-bottom: 10px;
	display: block;
	position: relative;
	background: -webkit-gradient(linear, left top, right top, from(#e9c7d3), to(#e1c7e9));
	background: linear-gradient(to right, #e9c7d3 0%, #e1c7e9 100%)
}

.company .company-step_block__certificate::after {
	content: '';
	display: block;
	padding-bottom: 137%
}

.company .company-step_block__certificate .img-overlay {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	visibility: hidden;
	opacity: 0;
	background: -webkit-gradient(linear, left top, right top, from(rgba(181, 68, 110, 0.9)), to(rgba(157, 68, 181, 0.9)));
	background: linear-gradient(to right, rgba(181, 68, 110, 0.9) 0%, rgba(157, 68, 181, 0.9) 100%);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2
}

.company .company-step_block__certificate .img-overlay::before {
	content: '';
	background: url(../img/about/loupe.svg) no-repeat;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.company .company-step_block__certificate .img-container {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1
}

.company .company-step_block__certificate img {
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.company .company-step_block__certificate:hover .img-overlay {
	visibility: visible;
	opacity: 1
}

.company .company-step_block__best {
	margin: 75px 0;
	background-color: rgba(52, 48, 55, 0.9);
	padding: 15px 0
}

.company .company-step_block__best .company-step_block__best___inner {
	padding-right: 300px;
	position: relative
}

.company .company-step_block__best .desc {
	margin-bottom: 10px
}

.company .company-step_block__best .name {
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 800
}

.company .company-step_block__best .company-step_block__best___inner::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 272px;
	height: 327px;
	background: url(../img/about/d1.png) no-repeat
}

.company .company-step_block__order {
	margin-bottom: 45px
}

.company .company-step_block--2 {
	background: url(../img/about/step-2-bg.jpg) center/cover no-repeat;
	color: #fff
}

.company .company-step_block--4 {
	background: url(../img/about/step-4-bg.jpg) center/cover no-repeat;
	color: #fff
}

.company .company-client h2 {
	margin-bottom: 10px;
	text-align: center
}

.company .company-client h4 {
	margin-bottom: 30px;
	text-align: center
}

.company .company-client h4 span {
	color: #dc107e
}

.company .company-client .name {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 10px;
	font-weight: 700;
}

.company .company-client_list {
	margin-bottom: 45px;
	position: relative
}

.company .company-client_list .slick-arrow {
	-webkit-transform: none;
	transform: none;
	top: 102px;
	margin-top: 0
}

.company .company-client_list__item .img-overlay {
	text-align: center;
	z-index: 2;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(95, 57, 91, 0.9);
	padding: 45px
}

.company .company-client_list__item .img-overlay span {
	display: block;
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 20px
}

.company .company-client_list__item .img-overlay span b {
	display: block;
	font-size: 20px;
	line-height: 26px;
	max-height: 78px;
	color: #fff;
	overflow: hidden
}

.company .company-client_list__item .img-overlay span::after {
	content: "";
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 3px;
	background-color: #fff
}

.company .company-client_list__item .img {
	position: relative;
	height: 240px;
	width: 100%
}

.company .company-client_list__item .img img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%
}

.company .company-client_list__item .link-group {
	margin-bottom: 20px
}

.company .company-client_list__item:hover .img-overlay {
	background: rgba(181, 68, 110, 0.7);
	background: -webkit-gradient(linear, left top, right top, from(rgba(181, 68, 110, 0.9)), to(rgba(157, 68, 181, 0.9)));
	background: linear-gradient(to right, rgba(181, 68, 110, 0.9) 0%, rgba(157, 68, 181, 0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(181,68,110,.9)', endColorstr='rgba(157,68,181,.9)', GradientType=1)
}

.company .company-geography {
	background: url(../img/about/geography-bg.jpg) center/cover no-repeat;
	color: #fff
}

.company .company-geography h2 {
	text-align: left
}

.company .company-geography_distance {
	text-align: left;
	margin-bottom: 30px
}

.company .company-geography_distance .img {
	padding: 10px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	height: 80px;
	text-align: center;
	width: 80px;
	border-radius: 100%;
	background: #b5446e;
	color: #fff;
	font-weight: 300;
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #b5446e), to(#9d44b5));
	background: linear-gradient(to right, #b5446e 1%, #9d44b5 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.company .company-geography_distance .img span {
	font-size: 28px;
	line-height: 28px;
	display: block
}

.company .company-geography_distance .img span i {
	display: block;
	font-style: normal;
	font-size: 17px;
	line-height: 17px
}

.company .company-geography_img {
	position: relative
}

.company .company-geography_img .monitor {
	position: absolute;
	top: -150px;
	left: 220px;
	max-width: none
}

.company .company-geography_img .card {
	position: absolute;
	top: -100px;
	left: 54px;
	max-width: none
}

.support h1,
.support h2 {
	text-transform: uppercase
}

.support .support-header {
	color: #fff;
	background: url(../img/support/header-bg.jpg) top center/cover no-repeat
}

.support .support-header a {
	color: #fff
}

.support .support-header h4 {
	margin-bottom: 45px
}

.support .support-header a {
	color: #fff
}

.support .support-header .button {
	margin-bottom: 75px
}

.support .support-header .button span::after {
	font-family: 'icomoon';
	content: "\e929";
	font-size: 18px;
	font-weight: 400;
	margin-left: 10px;
	vertical-align: bottom
}

.support .support-header_list {
	text-align: left;
	margin-bottom: -30px
}

.support .support-header_list__item {
	margin-bottom: 30px
}

.support .support-header_list__item .img {
	position: relative;
	line-height: 54px;
	font-size: 22px;
	color: #fff;
	font-weight: 800;
	width: 90px;
	height: 66px;
	text-align: center
}

.support .support-header_list__item .img::before {
	content: '';
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: url(../img/support/h-overlay.svg) no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.support .support-header_list__item:hover .img::before {
	-webkit-transform: scale(1.1) translateZ(0);
	transform: scale(1.1) translateZ(0)
}

.support .support-cause h2 {
	margin-bottom: 45px;
	text-align: center
}

.support .support-cause_desc b {
	color: #dc107e
}

.support .support-cause_list {
	text-align: left
}

.support .support-cause_list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-flex-align: center;
	-webkit-box-align: center;
	align-items: center
}

.support .support-cause_list__item:not(:last-child) {
	margin-bottom: 20px
}

.support .support-cause_list__item .img {
	border-radius: 100%;
	background-color: #e6eef8;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	margin-right: 30px
}

.support .support-cause_list__item .img img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	height: 45px;
	width: 45px
}

.support .support-cause_list__item .name {
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 800
}

.support .support-cause_list__item:hover .img img {
	-webkit-transform: scale(1.1) translateZ(0);
	transform: scale(1.1) translateZ(0)
}

.support .support-advantage {
	color: #fff;
	background: url(../img/support/advantage-bg.jpg) top center/cover no-repeat
}

.support .support-advantage_title {
	text-align: center;
	background: -webkit-gradient(linear, left top, right top, from(#3b91e6), to(rgba(157, 68, 181, 0.1)));
	background: linear-gradient(to right, #3b91e6 0%, rgba(157, 68, 181, 0.1) 100%);
	padding: 15px 30px;
	font-size: 22px;
	line-height: 28px;
	font-weight: 800;
	margin-bottom: 45px;
	text-transform: uppercase
}

.support .support-advantage_list {
	margin-bottom: -30px
}

.support .support-advantage_list__item {
	background-color: rgba(52, 48, 55, 0.9);
	padding: 30px;
	margin-bottom: 30px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.support .support-advantage_list__item:hover {
	-webkit-box-shadow: 0 0 30px rgba(52, 36, 49, 0.8);
	box-shadow: 0 0 30px rgba(52, 36, 49, 0.8)
}

.support .support-advantage_list__item .img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	height: 70px;
	line-height: 70px;
	text-align: center;
	width: 70px;
	border-radius: 100%;
	background: #b5446e;
	color: #fff;
	font-weight: 300;
	font-size: 32px;
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #b5446e), to(#9d44b5));
	background: linear-gradient(to right, #b5446e 1%, #9d44b5 100%);
	margin-bottom: 20px
}

.support .support-advantage_list__item .img img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	height: 40px;
	width: 40px
}

.support .support-advantage_list__item .name {
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 20px;
	margin-left: -10px
}

.support .support-service {
	overflow: hidden
}

.support .support-service_title {
	font-size: 24px;
	color: #dc107e;
	margin-bottom: 45px;
	font-weight: 700
}

.support .support-service h2 {
	margin-bottom: 45px;
	font-size: 36px;
	line-height: 44px
}

.support .support-service_list__item {
	background: url(../img/support/service-bg.png) center/cover no-repeat;
	padding: 20px;
	text-align: center;
	color: #fff
}

.support .support-service_list__item .img {
	margin-bottom: 20px
}

.support .support-service_list__item .name {
	text-transform: uppercase;
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 10px
}

.support .support-service_list__item .desc {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 30px
}

.support .support-service_list__item--margin {
	margin-top: 150px
}

.support .support-task h2 {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 30px
}

.support .support-task_list {
	margin-bottom: -30px
}

.support .support-task_list__item {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f3f3f3;
	height: 110px;
	padding: 20px
}

.support .support-task_list__item .img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	margin-right: 20px;
	text-align: center
}

.support .support-task_list__item .img img {
	max-height: 40px
}

.support .support-task_list__item .img .img-svg {
	height: 100%;
	width: 100%
}

.support .support-task_list__item .title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}

.support .support-portfolio {
	background: url(../img/support/portfolio-bg.jpg) no-repeat;
	color: #fff;
	background-size: cover;
	background-position: top center
}

.support .support-portfolio a {
	color: #fff
}

.support .support-portfolio h2 {
	margin-bottom: 30px
}

.support .support-portfolio_tabs {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 60px
}

.support .support-portfolio_tabs li:not(:last-child) {
	margin-right: 60px
}

.support .support-portfolio_tabs li a {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	border-bottom: 2px dotted #fff;
	color: #fff
}

.support .support-portfolio_tabs li a:hover {
	border-bottom-color: transparent
}

.support .support-portfolio_tabs li.is-active {
	position: relative
}

.support .support-portfolio_tabs li.is-active::before {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #dc107e
}

.support .support-portfolio_tabs li.is-active a {
	color: #dc107e;
	border-bottom-color: transparent
}

.support .support-portfolio_tabs__content {
	color: #fff;
	border: 1px solid #dc107e;
	-webkit-box-shadow: 0 15px 60px rgba(0, 0, 0, 0.3);
	box-shadow: 0 15px 60px rgba(0, 0, 0, 0.3);
	padding: 45px 60px
}

.support .support-portfolio .logo {
	text-align: center;
	margin-bottom: 60px;
	height: 90px;
	line-height: 90px
}

.support .support-portfolio .logo img {
	max-height: 60px
}

.support .support-portfolio .digit-list {
	text-align: left
}

.support .support-portfolio .digit-list_item {
	margin-bottom: 45px
}

.support .support-portfolio .digit-list_item .title {
	font-size: 64px;
	line-height: 64px;
	margin-bottom: 15px;
	font-weight: 800;
	color: #dc107e
}

.support .support-portfolio .props ul {
	margin-bottom: 0
}

.support .support-portfolio .props ul li::before {
	background-color: #dc107e
}

.support .support-portfolio .comment {
	text-align: left;
	margin-bottom: 30px;
	margin-top: 45px
}

.support .support-portfolio h4 {
	font-style: italic;
	color: #dc107e
}

.support .support-portfolio .link {
	color: #dc107e;
	border-color: #dc107e
}

.index .index-header {
	background: url(../img/index/header-bg.jpg) center/cover no-repeat;
	color: #fff
}

.index .index-header .ti-cursor {
	top: -4px
}

.index .index-header a {
	color: #fff
}

.index .index-header h1 span {
	margin-top: 10px;
	font-size: 42px;
	line-height: 50px;
	color: #dc107e;
	display: block;
	min-height: 50px
}

.index .index-header h4 {
	margin-bottom: 120px
}

.index .index-header__top {
	margin-bottom: 120px
}

.index .index-header_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

.index .index-header_menu li a {
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px solid
}

.index .index-header_menu li a:hover {
	border-bottom-color: transparent
}

.index .index-header_phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.index .index-header_phone li a {
	line-height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.index .index-header_phone li a::before {
	content: "\e91c";
	font-family: 'icomoon';
	text-align: center;
	font-size: 14px;
	margin-right: 10px;
	display: block
}

.index .index-header_phone li a b {
	margin-left: 5px
}

.index .index-header_phone li:last-child a::before {
	content: "\e912"
}

.index .index-header_phone__free {
	margin-bottom: 100px;
	line-height: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.index .index-header_phone__free::before {
	content: "\e912";
	font-family: 'icomoon';
	text-align: center;
	font-size: 14px;
	margin-right: 10px;
	display: block
}

.index .index-header_phone__free b {
	margin-left: 5px
}

.index .index-header_video {
	position: relative;
	margin-bottom: 120px
}

.index .index-header_video__block {
	height: 190px;
	width: 190px;
	margin: 0 auto;
	border-radius: 100%;
	background-color: rgba(52, 48, 55, 0.7);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.index .index-header_video__block .year {
	font-size: 62px;
	line-height: 62px;
	color: rgba(255, 255, 255, 0.1);
	font-weight: 800;
	margin-bottom: -15px
}

.index .index-header_video__block .name {
	color: rgba(220, 16, 126, 0.7);
	font-weight: 800;
	font-size: 30px;
	line-height: 30px;
	position: relative
}

.index .index-header_video__block .name::before {
	content: "";
	position: absolute;
	height: 30px;
	width: 30px;
	top: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: rgba(220, 16, 126, 0.7);
	border-radius: 100%
}

.index .index-header_video__block .name::after {
	font-family: 'icomoon';
	content: "\e925";
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	top: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: rgba(255, 255, 255, 0.7)
}

.index .index-header_video__block .desc {
	font-size: 12px;
	line-height: 12px;
	color: rgba(255, 255, 255, 0.7)
}

@-webkit-keyframes circleAnimation {
	0% {
		width: 190px;
		height: 190px
	}

	1% {
		opacity: 1
	}

	80% {
		opacity: .9
	}

	100% {
		width: 320px;
		height: 320px;
		opacity: 0
	}
}

@keyframes circleAnimation {
	0% {
		width: 190px;
		height: 190px
	}

	1% {
		opacity: 1
	}

	80% {
		opacity: .9
	}

	100% {
		width: 320px;
		height: 320px;
		opacity: 0
	}
}

.index .index-header_video__circle {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	border: 1px solid rgba(52, 48, 55, 0.7);
	width: 190px;
	height: 190px;
	border-radius: 100%;
	-webkit-animation: circleAnimation 6s infinite ease-in-out;
	animation: circleAnimation 6s infinite ease-in-out;
	opacity: 0
}

.index .index-header_video__circle--2 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.index .index-header_video__circle--3 {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.index .index-header_video:hover .index-header_video__block .name::before {
	-webkit-transform: translateX(-50%) scale(1.1);
	transform: translateX(-50%) scale(1.1)
}

.index .index-header_order span::after {
	font-family: 'icomoon';
	content: "\e929";
	font-size: 18px;
	font-weight: 400;
	margin-left: 10px;
	vertical-align: bottom
}

.index .index-header_link {
	font-size: 17px;
	line-height: 50px;
	text-transform: uppercase;
	display: inline-block
}

.index .index-header_link::before {
	content: '';
	width: 28px;
	height: 34px;
	background: url(../img/index/pdf.svg) no-repeat;
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 15px
}

.index .index-header_link span {
	border-bottom: 1px solid
}

.index .index-header_link:hover span {
	border-bottom-color: transparent
}

.index .index-advantage_list {
	margin-bottom: -45px
}

.index .index-advantage_list__item {
	text-align: left;
	position: relative;
	margin-bottom: 45px
}

.index .index-advantage_list__item .overlay {
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #b5446e), to(#9d44b5));
	background: linear-gradient(to right, #b5446e 1%, #9d44b5 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	border-radius: 80px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	line-height: 80px
}

.index .index-advantage_list__item .overlay span::before {
	font-family: "icomoon";
	content: "\e900";
	height: 20px;
	width: 20px;
	line-height: 20px;
	border-radius: 100%;
	background-color: #fff;
	color: #ae4482;
	font-size: 7px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin-right: 15px
}

.index .index-advantage_list__item .img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	height: 80px;
	line-height: 80px;
	text-align: center;
	width: 80px;
	border-radius: 100%;
	background: #b5446e;
	color: #fff;
	font-weight: 300;
	font-size: 32px;
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #b5446e), to(#9d44b5));
	background: linear-gradient(to right, #b5446e 1%, #9d44b5 100%)
}

.index .index-advantage_list__item .name {
	font-weight: 700
}

.index .index-advantage_list__item:hover .overlay {
	visibility: visible;
	opacity: 1
}

.index .index-team h2 {
	text-align: center;
	margin-bottom: 45px
}

.index .index-team_block {
	padding: 45px 0;
	text-align: left;
	background: #e6eef8 url(../img/index/team-bg.png) center/cover no-repeat;
	overflow: hidden;
}

.index .index-team_block .name {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 10px;
	font-weight: 700
}

.index .index-why_link {
	font-weight: 700;
	border-bottom: 1px solid;
	color: #3b91e6
}

.index .index-why_blocks {
	margin-bottom: -30px
}

.index .index-why_block {
	text-align: left;
	margin-bottom: 30px
}

.index .index-why_block .img {
	height: 80px;
	border-radius: 100%;
	width: 80px;
	line-height: 80px;
	text-align: center;
	background-color: #e6eef8
}

.index .index-why_block .img img {
	max-width: 45px;
	max-height: 45px
}

.index .index-why_block .name {
	font-weight: 700;
	font-size: 15px;
	line-height: 22px
}

.index .index-awards_block {
	margin-top: 45px;
	overflow: hidden;
}

.index .index-awards_block .awards-slider {
	position: relative;
	margin: 0 -15px;
}

.index .index-awards_block .awards-slider .slick-arrow {
	top: 40%;
}

.index .index-awards_block .awards-slider__item {
	margin: 0 15px;
	width: 170px;
	display: inline-block;
}

.index .index-awards_block .awards-slider__item .last {
	font-size: 12px;
	font-weight: 600;
}

.index .index-awards_block .awards__text {
	margin-bottom: 35px;
}

.index .awards-step_block__certificate {
	margin-bottom: 10px;
	display: block;
	position: relative;
	background: -webkit-gradient(linear, left top, right top, from(#e9c7d3), to(#e1c7e9));
	background: linear-gradient(to right, #e9c7d3 0%, #e1c7e9 100%)
}

.index .awards-step_block__certificate::after {
	content: '';
	display: block;
	padding-bottom: 137%
}

.index .awards-step_block__certificate .img-overlay {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	visibility: hidden;
	opacity: 0;
	background: -webkit-gradient(linear, left top, right top, from(rgba(181, 68, 110, 0.9)), to(rgba(157, 68, 181, 0.9)));
	background: linear-gradient(to right, rgba(181, 68, 110, 0.9) 0%, rgba(157, 68, 181, 0.9) 100%);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2
}

.index .awards-step_block__certificate .img-overlay::before {
	content: '';
	background: url(/css/../img/about/loupe.svg) no-repeat;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.index .awards-step_block__certificate .img-container {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1
}

.index .awards-step_block__certificate img {
	padding: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.index .awards-step_block__certificate.award-item {
	background: transparent;
}

.index .awards-step_block__certificate.award-item img {
	width: auto;
	padding: 0;
	max-width: 100%;
}

.index .awards-step_block__certificate:hover .img-overlay {
	visibility: visible;
	opacity: 1
}

.index .index-service h5 {
	margin-bottom: 30px
}

.index .index-service_blocks {
	margin-bottom: -30px
}

.index .index-service_block {
	text-align: left;
	margin-bottom: 30px;
	height: 310px;
	padding: 30px 30px 92px;
	display: block;
	color: #343037;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	-webkit-transition: color .5s ease-in-out, background-image .5s ease-in-out;
	transition: color .5s ease-in-out, background-image .5s ease-in-out
}

.index .index-service_block::before {
	font-family: 'icomoon';
	content: "\e929";
	font-size: 32px;
	line-height: 32px;
	font-weight: 400;
	position: absolute;
	bottom: 30px;
	right: 30px
}

.index .index-service_block .img {
	margin-bottom: 10px
}

.index .index-service_block .img::before {
	font-family: 'icomoon';
	display: block;
	font-size: 30px;
	line-height: 30px
}

.index .index-service_block .name {
	font-weight: 700;
	font-size: 23px;
	line-height: 32px;
	margin-bottom: 15px
}

.index .index-service_block .name span {
	border-bottom: 1px solid
}

.index .index-service_block:hover {
	color: #fff
}

.index .index-service_block--1 {
	background-image: url(/css/../img/index/service-bg-1.png)
}

.index .index-service_block--1 .img::before {
	content: "\e922"
}

.index .index-service_block--1:hover {
	background-image: url(/css/../img/index/service-bg-1-active.png)
}

.index .index-service_block--2 {
	background-image: url(/css/../img/index/service-bg-2.png)
}

.index .index-service_block--2 .img::before {
	content: "\e926"
}

.index .index-service_block--2:hover {
	background-image: url(/css/../img/index/service-bg-2-active.png)
}

.index .index-service_block--3 {
	background-image: url(/css/../img/index/service-bg-1.png)
}

.index .index-service_block--3 .img::before {
	content: "\e927"
}

.index .index-service_block--3:hover {
	background-image: url(/css/../img/index/service-bg-1-active.png)
}

.index .index-service_block--4 {
	background-image: url(/css/../img/index/service-bg-1.png)
}

.index .index-service_block--4 .img::before {
	content: "\e912"
}

.index .index-service_block--4:hover {
	background-image: url(/css/../img/index/service-bg-1-active.png)
}

.index .index-service_block--5 {
	background-image: url(/css/../img/index/service-bg-1.png)
}

.index .index-service_block--5 .img::before {
	content: "\e923"
}

.index .index-service_block--5:hover {
	background-image: url(/css/../img/index/service-bg-1-active.png)
}

.index .index-portfolio .name {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 10px;
	font-weight: 700;
}

.index .index-portfolio {
	text-align: center
}

.index .index-portfolio h4 {
	margin-bottom: 30px
}

.index .index-portfolio h4 span {
	color: #dc107e
}

.index .index-portfolio_categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px
}

.index .index-portfolio_categories li {
	margin-right: 15px;
	margin-bottom: 15px
}

.index .index-portfolio_categories li a {
	display: block;
	border: 2px solid #ececec;
	height: 40px;
	border-radius: 20px;
	line-height: 36px;
	white-space: nowrap;
	padding: 0 20px;
	font-weight: 700;
	color: #b3b3b3
}

.index .index-portfolio_categories li:hover a,
.index .index-portfolio_categories li.is-active a {
	border-color: #dc107e;
	color: #343037
}

.index .index-portfolio_elements {
	margin: 0
}

.index .index-portfolio-list {
	float: left;
	width: 100%
}

.index .index-portfolio-list_item {
	float: left;
	width: 33.33333%;
	padding: 0 15px;
	margin-bottom: 30px;
	height: 220px
}

.index .index-portfolio-list_item--sizer {
	padding: 0;
	margin-bottom: 0;
	height: 0
}

.index .index-portfolio-list_item__block {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	-webkit-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	-webkit-flex-line-pack: center;
	align-content: center;
	height: 100%;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.index .index-portfolio-list_item__block___overlay {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	-webkit-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	-webkit-flex-line-pack: center;
	align-content: center;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	color: #fff;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.index .index-portfolio-list_item__block___overlay .name {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 25px;
	padding: 0 20px;
	max-width: 640px
}

.index-portfolio-list_item__block___overlay .b-button {
	margin: 5px auto;
}

.index .index-portfolio-list_item__block___tag {
	visibility: visible;
	opacity: 1;
	bottom: 0;
	left: 0;
	position: absolute;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.index .index-portfolio-list_item__block___tag .name,
.index .index-portfolio-list_item__block___tag .type {
	float: left;
	color: #fff;
	padding: 0 15px;
	line-height: 30px;
	font-size: 14px
}

.index .index-portfolio-list_item__block___tag .name {
	background-color: rgba(0, 0, 0, 0.5)
}

.index .index-portfolio-list_item__block___tag .type {
	background-color: rgba(153, 153, 153, 0.5)
}

.index .index-portfolio-list_item__block:hover .index-portfolio-list_item__block___overlay {
	visibility: visible;
	opacity: 1
}

.index .index-portfolio-list_item__block:hover .index-portfolio-list_item__block___tag {
	visibility: hidden;
	opacity: 0
}

.index .index-portfolio-list_item.index-portfolio-list_item--large {
	width: 66.66666%
}

.index .index-faq h2 {
	margin-bottom: 30px
}

.index .index-faq h5 {
	margin-bottom: 45px
}

.post .post-header {
	background: url(/css/../img/blog/header-bg.jpg) center/cover no-repeat;
	color: #fff;
	padding-bottom: 60px !important
}

.post .post-header a {
	color: #fff
}

.post .post-header .yield-page_title {
	margin-bottom: 0
}

.post .post-header .breadcrumb-list {
	margin-bottom: 30px
}

.post .post-body .post-body_categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px
}

.post .post-body .post-body_categories li {
	margin-right: 15px;
	margin-bottom: 15px
}

.post .post-body .post-body_categories li a {
	display: block;
	border: 2px solid #ececec;
	height: 40px;
	border-radius: 20px;
	line-height: 36px;
	white-space: nowrap;
	padding: 0 20px;
	font-weight: 700;
	color: #b3b3b3
}

.post .post-body .post-body_categories li:hover a,
.post .post-body .post-body_categories li.is-active a {
	border-color: #dc107e;
	color: #343037
}

.post-block {
	margin-bottom: 30px;
	text-align: left
}

.post-block .post-block__img {
	position: relative;
	height: 220px;
	overflow: hidden
}

.post-block .post-block__img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/css/../img/blog/bg-small.png) center/cover no-repeat;
	z-index: 2
}

.post-block .post-block__img img {
	border: none;
	outline: none;
	box-shadow: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	width: 100%;
	height: 100%
}

.post-block .post-block__date {
	position: absolute;
	bottom: 15px;
	left: 30px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	z-index: 3
}

.post-block .post-block__date-day {
	font-weight: 700;
	font-size: 28px;
	line-height: 36px
}

.post-block .post-block__date-month {
	text-transform: uppercase
}

.post-block .post-block__info {
	padding: 30px;
	background-color: #e6eef8
}

.post-block .post-block__name {
	display: inline-flex;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 26px;
	color: #343037
}

.post-block .post-block__name:hover {
	color: #dc107e
}

.post-block .post-block__desc {
	font-size: 17px;
	line-height: 26px
}

.post-block .post-block__limit {
	height: 266px;
	overflow: hidden;
	margin-bottom: 30px
}

.post-block .post-block__additional {
	padding: 15px 30px;
	background-color: #d8e1ec
}

.post-block .post-block__section {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase
}

.post-block .post-block__view {
	font-size: 14px;
	line-height: 14px;
	white-space: nowrap
}

.post-block .post-block__view::before {
	font-family: 'icomoon';
	content: "\e906";
	font-size: 12px;
	line-height: 12px;
	margin-right: 5px;
	font-weight: 400
}

.post-block.post-block--large .post-block__img {
	height: 376px
}

.post-block.post-block--large .post-block__img::after {
	background: url(/css/../img/blog/bg-large.png) center/cover no-repeat
}

.post-block.post-block--large .post-block__limit {
	height: 110px
}

.post-block__more {
	margin-bottom: 30px
}

.post-additional {
	margin-top: 30px;
	margin-bottom: 50px;
}

.post-subscribe {
	text-align: left;
	padding: 30px;
	background: url(/css/../img/blog/subscribe-bg.png) center/cover no-repeat;
	color: #fff
}

.post-subscribe .b-form-block {
	margin-bottom: 30px
}

.post-subscribe .b-form .b-form-error {
	margin-top: -25px
}

.post-subscribe .post-subscribe__title {
	font-size: 28px;
	line-height: 36px;
	font-weight: 800;
	margin-bottom: 7px;
	text-transform: uppercase
}

.post-subscribe .post-subscribe__desc {
	font-weight: 600;
	margin-bottom: 20px
}

.post-subscribe .post_subscribe__label {
	font-size: 13px !important;
	line-height: 18px !important
}

.post-popular {
	text-align: left;
	padding: 30px;
	background-color: #d8e1ec
}

.post-popular .post-popular__title {
	font-size: 28px;
	line-height: 36px;
	font-weight: 800;
	margin-bottom: 15px;
	text-transform: uppercase
}

.post-line:not(:last-child) {
	margin-bottom: 30px
}

.post-line .post-line__name {
	font-weight: 600;
	color: #343037;
	display: inline-flex;
	margin-bottom: 10px;
	line-height: 26px;
	max-height: 52px;
	overflow: hidden
}

.post-line .post-line__name:hover {
	color: #dc107e
}

.post-line .post-line__section {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase
}

.post-line .post-line__view {
	font-size: 14px;
	line-height: 14px;
	white-space: nowrap
}

.post-line .post-line__view::before {
	font-family: 'icomoon';
	content: "\e906";
	font-size: 12px;
	line-height: 12px;
	margin-right: 7px;
	font-weight: 400
}

.post-detail .post-detail_header {
	position: relative;
	background-position: center;
	background-size: cover;
	padding-bottom: 0 !important;
	z-index: 2
}

.post-detail .post-detail_header::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/css/../img/blog/detail-bg.png) center/cover no-repeat;
	z-index: -1
}

.post-detail .post-detail_header .breadcrumb-list {
	margin-bottom: 90px
}

.post-detail .post-detail_header__breadcrumbs a {
	color: #fff
}

.post-detail .post-detail_header .post-detail_header__title {
	min-height: 360px;
	margin-bottom: 30px
}

.post-detail .post-detail_header .post-detail_header__title h1 {
	text-align: center;
	color: #fff
}

.post-detail .post-detail_header .post-detail_header__title a {
	color: #fff
}

.post-detail .post-detail_header .post-detail_header__info {
	margin-bottom: 15px;
	text-align: left
}

.post-detail .post-detail_header .post-detail_header__date {
	font-size: 14px;
	line-height: 18px;
	color: #fff
}

.post-detail .post-detail_header .post-detail_header__date-day {
	font-weight: 700;
	font-size: 28px;
	line-height: 36px
}

.post-detail .post-detail_header .post-detail_header__date-month {
	text-transform: uppercase
}

.post-detail .post-detail_header .post-detail_header__additional {
	background-color: #d8e1ec;
	padding: 13px 0
}

.post-detail .post-detail_header .post-detail_header__section {
	font-size: 14px;
	text-transform: uppercase
}

.post-detail .post-detail_header .post-detail_header__view {
	font-size: 14px
}

.post-detail .post-detail_header .post-detail_header__view::before {
	font-family: 'icomoon';
	content: "\e906";
	font-size: 12px;
	line-height: 12px;
	margin-right: 7px;
	font-weight: 400
}

.post-detail .post-detail_header .post-detail_header__back {
	font-size: 14px;
	text-transform: uppercase;
	color: #343037;
	font-weight: 600
}

.post-detail .post-detail_header .post-detail_header__back::before {
	font-family: 'icomoon';
	content: "\e903";
	font-size: 7px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg)
}

.post-detail .post-detail_header .post-detail_header__back:hover {
	color: #dc107e
}

.post-detail .post-detail_body {
	text-align: left
}

.post-detail__similar {
	padding-top: 0 !important
}

.post-detail__similar h2 {
	margin-bottom: 30px
}

.ya-share2[data-direction="vertical"] {
	text-align: center
}

.ya-share2__list_direction_vertical>.ya-share2__item {
	margin: 0 0 10px !important
}

.ya-share2__list_direction_horizontal>.ya-share2__item {
	margin: 0 10px 10px 0 !important
}

.ya-share2__list_direction_horizontal>.ya-share2__item:last-child {
	margin: 0 0 10px !important
}

.ya-share2__title {
	display: none !important
}

.ya-share2__badge {
	background: none !important
}

.ya-share2__icon {
	background: #F4F7FA !important;
	height: 38px !important;
	width: 38px !important;
	border-radius: 38px !important;
	text-align: center !important;
	color: #B829A0 !important;
}

.ya-share2__icon:active {
	box-shadow: none !important
}

.ya-share2__icon::before {
	font-family: "icomoon";
	line-height: 38px
}

.ya-share2__item_service_vkontakte .ya-share2__icon::before {
	content: "\e92b";
	font-size: 12px
}

.ya-share2__item_service_facebook .ya-share2__icon::before {
	content: "\e92c";
	font-size: 18px
}

.ya-share2__item_service_odnoklassniki .ya-share2__icon::before {
	content: "\e92e";
	font-size: 20px
}

.ya-share2__item_service_moimir .ya-share2__icon::before {
	content: "\e92d";
	font-size: 18px
}

.ya-share2__item_service_twitter .ya-share2__icon::before {
	content: "\e92a";
	font-size: 16px
}

.ya-share2__item_service_telegram .ya-share2__icon::before {
	content: "\e92f";
	font-size: 16px
}

.ya-share2__list_direction_vertical>.ya-share2__item:hover {
	opacity: 1 !important
}

.ya-share2__list_direction_vertical>.ya-share2__item:hover .ya-share2__icon {
	background: #B829A0 !important;
	color: #fff !important
}

.icon-transparent-check:before {
	content: "\e909";
	color: #fff;
}

.top10-box {
	display: block;
	text-align: center;
}

.top10-box img {
	max-width: 150px;
	margin: 0 auto 20px;
	display: block;
	filter: drop-shadow(0 0 35px rgba(73, 163, 77, 1));
}
.top10-box__img.google {
	margin-top: 20px;
}
.top10-box__img.google img {
	filter: none;
}

.top10-box__subscribe {
	max-width: 175px;
	margin: 0 auto;
	font-size: 12px;
	line-height: normal;
}

.top10-box__subscribe span {
	font-weight: 800;
	font-size: 16px;
}

.text--uppercase {
	text-transform: uppercase;
}



.grecaptcha-badge {
	display: none;
}

/*CERTIFICATES PAGE*/
.certificates-header {
	padding-top: 40px !important;
	padding-bottom: 85px !important;
	color: #fff;
	background: url(/css/../img/certificates/header-bg.jpg) top center/cover no-repeat;
	position: relative;
	overflow: hidden
}

.certificates-header .breadcrumb-list {
	margin-bottom: 100px
}

.certificates-header ul li:before {
	background-color: #fff;
	color: #000 !important
}

.certificates-header .breadcrumb-list span,
.certificates-header .breadcrumb-list a {
	color: #fff !important
}

.certificates-header .b-form,
.modal-license--conversation .b-form {
	opacity: .5;
	font-size: 12px
}

.certificates-header li .b-form {
	margin-top: 14px
}

.certificates-header .control-site img {
	position: relative;
	left: -39px
}

.certificates-header img:not(:last-child) {
	margin-bottom: 30px
}

.certificates-license {
	text-align: center;
	padding-bottom: 0 !important
}

.certificates-license__text {
	margin-bottom: 40px
}

.certificates-license__banner {
	min-height: 247px;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 30px
}

.certificates-licence__title,
.certificates-license__name,
.certificates-license__price,
.certificates-crm__subtitle,
.modal-license__title {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 15px;
	font-weight: 700
}

.certificates-licence__title {
	margin-bottom: 25px
}

.certificates-license__item-parent {
	margin-bottom: -30px
}

.certificates-license__item-wrapper {
	margin-bottom: 30px
}

.certificates-license__item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: center top no-repeat, #E5EDF7;
	background-image: url(/css/../img/certificates/item-bg.png);
	-webkit-background-size: cover;
	background-size: cover;
	color: #343037;
	text-align: left;
	padding: 30px 20px 35px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	height: 100%
}

.certificates-license__item:hover {
	background-image: url(/css/../img/certificates/item-bg__active.png);
	background-color: #B0447D;
	color: #fff
}

.certificates-license__description {
	height: 72px;
	margin-bottom: 22px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.certificates-license__img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin-bottom: 20px
}

.certificates-license__img-discount {
	position: absolute;
	top: -32px;
	right: 0;
	z-index: 1;
	width: 70px;
	height: 70px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background: no-repeat center;
	background-image: url(/css/../img/certificates/svg/discount-bg.svg);
	-webkit-background-size: cover;
	background-size: cover;
	font-size: 13px;
	line-height: normal;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.certificates-license__item:hover .certificates-license__img-discount {
	background-image: url(/css/../img/certificates/svg/discount-bg-white.svg);
	color: #B0447D
}

.certificates-license__img img {
	max-height: 185px;
	position: relative;
	left: -22px
}

.certificates-license__list-title {
	font-weight: 700;
	margin-bottom: 10px
}

.certificates-license__item ul {
	margin-bottom: 30px
}

.certificates-license__item ul li {
	font-size: 15px;
	margin-bottom: 8px;
	line-height: normal;
	padding-left: 26px
}

.certificates-license__item ul li::before {
	font-size: 5px;
	top: 4px;
	background-color: #343037;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	width: 13px;
	height: 13px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.certificates-license__item:hover ul li::before {
	background-color: #fff;
	color: #B829A0 !important
}

.certificates-license__price {
	position: relative;
	text-align: center
}

.certificates-license__price .old-price {
	text-decoration: line-through;
	position: absolute;
	top: -25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 15px;
	font-weight: 400
}

.certificates-license__button {
	max-width: 100%;
	padding: 11px 10px;
	line-height: normal;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: 700;
	font-size: 18px;
	height: auto
}

.certificates-license .certificates-license__button {
	width: 100%
}

.certificates-license__item:hover .certificates-license__button {
	color: #dc107e;
	background-color: #fff;
	border-color: #fff
}

.certificates-license .compare-button-wrapper {
	margin-top: 35px
}

.certificates-license__compare {
	padding-bottom: 3px;
	display: inline;
	color: #dc107e;
	background: url(/img/certificates/dots.png) repeat-x bottom;
	font-weight: 700;
	font-size: 18px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-transform: uppercase;
	cursor: pointer
}

.certificates-license__compare:hover {
	background-image: none;
}

.certificates-crm {
	padding-bottom: 0 !important
}

.certificates-crm h2 {
	margin-bottom: 15px
}

.certificates-crm p {
	margin-bottom: 0;
	padding-bottom: 15px
}

.certificates-crm__subtitle {
	margin-bottom: 25px
}

.certificates-crm .b-button {
	margin-top: 10px
}

.certificates-crm .img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.certificates-get {
	padding-bottom: 0 !important
}

.certificates-get h2 {
	margin-bottom: 30px
}

.certificates-get .ul {
	margin-bottom: -20px;
	text-align: left
}

.certificates-get .ul .li {
	position: relative;
	padding: 8px 0 8px 62px;
	font-weight: 700;
	margin-bottom: 20px
}

.certificates-get .ul .li::before {
	font-family: "icomoon";
	counter-increment: none;
	content: "\e900";
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #e6eef8;
	color: #3b91e6;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.certificates-possibility {
	padding-bottom: 0 !important
}

.certificates-possibility h2 {
	margin-bottom: 32px
}

.certificates-possibility .bg {
	background: url(../img/certificates/possibility-bg.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}

.certificates-possibility__content {
	width: 100%;
	padding: 50px 0 60px
}

.certificates-possibility__msg-wrapper {
	margin-bottom: -30px
}

.certificates-possibility__msg {
	min-height: 280px;
	padding: 25px 30px;
	background-color: rgba(255, 255, 255, .7);
	margin-bottom: 30px
}

.certificates-possibility__name,
.certificates-info .ol-title {
	font-size: 24px;
	font-weight: 700
}

.certificates-possibility .certificates-license__compare {
	font-size: 14px
}

.certificates-possibility p {
	margin-bottom: 17px
}

.certificates-info {
	text-align: left
}

.certificates-info h2 {
	margin-bottom: 15px
}

.certificates-info__head {
	text-align: center;
	margin-bottom: 35px
}

.certificates-info .certificates-licence__title {
	margin-bottom: 25px
}

.certificates-info ol li::before {
	margin-right: 4px;
	color: inherit;
	font-weight: 400
}

.certificates-info .ol-title {
	margin-bottom: 20px
}

.certificates .instagram {
	padding: 100px 0 !important
}

.js-modal {
	overflow: hidden
}

.js-overlay-modal {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(52, 48, 55, 0.8);
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all
}

.modal {
	opacity: 0;
	visibility: hidden;
	font-weight: 500;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	overflow-y: auto;
	overflow-x: auto;
	margin-left: 230px
}

.modal.active,
.js-overlay-modal.active {
	opacity: 1;
	visibility: visible;
	z-index: 999
}

.modal.active {
	z-index: 1000
}

.modal .subtable .tbody .td:first-child {
	align-items: stretch !important;
}

.modal__cross {
	position: absolute;
	top: 70px;
	right: 120px;
	cursor: pointer;
	font-size: 20px
}

.modal__cross::before {
	content: "\e904";
	font-family: "icomoon"
}

.modal .feedback {
	margin-bottom: 50px
}

.modal-license {
	padding: 65px 100px 50px;
	background-color: #fff;
	margin: 50px 0;
	position: relative
}

.modal-license__title {
	padding: 0 20px
}

.modal-license .thead {
	background-color: #e7e7e7
}

.modal-license .tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	line-height: normal;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.modal-license .tbody .tr:hover {
	background-color: #f5f5f5
}

.modal-license .tr .td,
.modal-license--comparison .tbody .icon-check,
.modal-license .tr--title .td--right .td {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.modal-license .tr:not(.tr--right) .td:first-child {
	text-align: left
}

.modal-license .tbody,
.modal-license .thead,
.modal-license .tr {
	width: 100%
}

.modal-license .thead .td {
	font-weight: 600
}

.modal-license .tbody .b-button {
	padding: 8.5px 10px
}

.modal-license .tbody,
.modal-license .tbody .b-button,
.modal-license--comparison .tr--title .certificates-license__compare {
	font-size: 14px
}

.modal-license .tbody .td:not(:first-child) {
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.modal-license .tbody .td .price {
	font-weight: 700;
	margin-bottom: 5px
}

.modal-license--extension .tbody .tr:not(:last-child) {
	border-bottom: #d7d7d7 1px solid
}

.modal-license--extension .tr .td {
	padding: 20.5px 20px;
	width: 26%
}

.modal-license--extension .thead .td {
	padding: 13.5px 20px
}

.modal-license--extension .tbody .td:first-child {
	padding-right: 70px
}

.modal-license--extension .tr .td:first-child {
	width: 48%
}

.modal-license--conversation .tbody .td:first-child {
	padding-right: 330px
}

.modal-license--extension.modal-license--conversation .td:first-child {
	width: 82%
}

.modal-license--extension.modal-license--conversation .td:last-child {
	width: 18%;
	min-width: 150px
}

.modal-license--conversation .b-form {
	margin-top: 15px
}

.modal-license--comparison {
	margin-bottom: 0;
	min-width: 900px
}

.modal-license--comparison .td--right {
	width: 64%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 10px
}

.modal-license--comparison .tbody .tr--title .td,
.modal-license--comparison .thead .td,
.modal-license--comparison .tbody .tr:not(.tr--title) .td,
.modal-license--comparison .thead .td--right .td {
	padding: 13.5px 20px
}

.modal-license--comparison .tbody .tr:not(.tr--title) .td {
	padding: 10.5px 20px
}

.modal-license--comparison .tr--title .td--right .td {
	min-width: 25%;
	width: auto
}

.modal-license--comparison .td--right .td {
	width: 25%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin-left: auto;
	text-align: center;
	text-transform: none !important
}

.modal-license--comparison .tr--title>.td:first-child {
	text-align: left
}

.modal-license--comparison .tr>.td:first-child,
.modal-license--comparison .tr--title>.td:first-child {
	width: 36%
}

.modal-license--comparison .tr--title {
	font-weight: 700;
	font-size: 17px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	line-height: normal
}

.modal-license--comparison .subtable .td--right .td {
	width: 25%
}

.modal-license--comparison .subtable .td--right.tbody {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.modal-license--comparison .subtable .td--right .td:first-child {
	width: 50%;
	text-align: left;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-left: 35px !important
}

.modal-license--comparison .thead {
	margin-bottom: 10px
}

.modal-license--comparison .subtable {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 35px;
	margin-bottom: 35px;
	margin-top: 10px;
	display: none
}

.modal-license--comparison .subtable.active {
	display: block
}

.modal-license--comparison .subtable>.tr:hover {
	background: transparent
}

.modal-license--comparison .tr--price {
	border-top: #d7d7d7 1px solid;
	padding-top: 10px;
	margin-top: 35px
}

.modal-license--comparison>.thead:not(:first-child) {
	margin-top: 20px
}

.modal-license--comparison .tbody .tr--price .price {
	margin-bottom: 15px
}

.modal-license--comparison .tr--price .td:first-child {
	text-transform: uppercase
}

.modal-license--comparison .tr--title .td--compare {
	width: auto;
	margin-left: auto
}

.modal-license--comparison .certificates-license__compare {
	text-transform: none
}

.modal-license--comparison .tbody .icon-check {
	font-size: 7px;
	background-color: #3b91e6;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 16px;
	height: 16px;
	color: #fff
}

.icon-stop {
	font-size: 7px;
	background-color: #dc107e;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 16px;
	height: 16px;
	color: #fff
}

.icon-stop::before {
	content: '';
	width: 8px;
	height: 2px;
	background-color: #fff
}

.modal-license--comparison .tbody .icon-infinity {
	margin-right: -7px
}



.b-form__text--lisense {
	text-align: center;
	font-weight: 600;
}

.b-leave-request h2 {
	text-align: center;
}



.iframe-box {
	position: relative;
	margin-bottom: 20px;
}

.iframe-box::before {
	position: relative;
	content: '';
	padding-bottom: 55%;
	display: block;
}

.iframe-box iframe {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}


.roistat-promo-wrap {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.context .context-statistic .context-statistic_price .table .th,
.context .context-statistic .context-statistic_price .table .td {
	white-space: normal;
}

.certificates_has_banner .certificates-license {
	padding-top: 35px !important;
}

@font-face {
	font-family: 'GothamProBlack';
	src: url('fonts/GothamPro-Black.eot');
	src: local('☺'), url('fonts/GothamPro-Black.woff') format('woff'), url('fonts/GothamPro-Black.ttf') format('truetype'), url('fonts/GothamPro-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamPro';
	src: url('fonts/GothamPro.eot');
	src: local('☺'), url('fonts/GothamPro.woff') format('woff'), url('fonts/GothamPro.ttf') format('truetype'), url('fonts/GothamPro.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.karantin-modal-wrapper,
.modal-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 15px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	background: rgba(27, 22, 30, .8);
	transition: .15s ease;
}

.karantin-modal-wrapper.active,
.modal-wrapper.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.karantin-modal {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 702px;
	width: 100%;
	padding: 50px;
	color: #353c56;
	background: #f0f0f0;
	box-shadow: 0 3px 50px rgba(0, 0, 0, .3);
}

.modal-wrapper-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 702px;
	width: 100%;
	color: #353c56;
	box-shadow: 0 3px 50px rgba(0, 0, 0, .3);
}

.modal-wrapper-box iframe {
	width: 100%;
	height: 400px;
	max-width: 100%;
	display: block;
}

.karantin-modal__close {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 10;
	cursor: pointer;
	text-decoration: none;
	display: block;
	width: 21px;
	height: 21px;
}

.karantin-modal__close img {
	width: 100%;
	height: auto;
}

.karantin-modal__head {
	font-family: 'GothamProBlack';
	line-height: 36px;
	font-size: 44px;
	max-width: 60%;
	margin-bottom: 30px;
	position: relative;
}

.karantin-modal__head span {
	color: #dc117d;
}

.karantin-modal__content {
	font-family: 'GothamPro';
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 40px;
	position: relative;
}

.karantin-modal__content span {
	font-family: 'GothamProBlack';
}

.karantin-modal__foot {
	position: relative;
}

.karantin-modal__button {
	font-size: 16px;
	font-family: 'GothamProBlack';
	height: 43px;
	line-height: 43px;
	padding: 0 20px;
	text-decoration: none;
	color: #fff;
	background: #dc117d;
	display: inline-flex;
}

.karantin-modal__button:hover {
	background: #ef2190;
}

.karantin-modal__bg {
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
}

.karantinModal-call {
	position: fixed;
	bottom: 50px;
	left: 270px;
	z-index: 999;
	width: 63px;
	height: 63px;
	display: flex;
	text-decoration: none;
	align-items: center;
	border-radius: 32px;
	background: #dc117d;
	color: #fff;
	animation: crescendo 3s alternate infinite ease-in;
}

.karantinModal-call .karantin-modal {
	position: relative;
	bottom: 0;
	top: auto;
	left: 0;
	transform: none;
	padding: 30px;
}

.karantinModal-call .karantin-modal__head {
	line-height: 28px;
	font-size: 38px;
	margin-bottom: 25px;
}

.karantinModal-call .karantin-modal__button {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-weight: normal;
}

.karantinModal-call .karantin-modal__content {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 30px;
}

.karantinModal-call.active {
	width: auto;
	animation-play-state: paused;
}

.karantin-modal-mini {
	padding-bottom: 50px;
	position: absolute;
	bottom: 100%;
	left: 0;
	display: none;
}

.karantinModal-call.active .karantin-modal-mini {
	display: block;
}

.karantinModal-call.active .karantinModal-call__text {
	display: inline-flex;
}

.karantinModal-call__img {
	width: 63px;
	height: 63px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 63px;
}

.karantinModal-call__img img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 26px;
	max-height: 26px;
	transform: translate(-50%, -50%);
}

.karantinModal-call__text {
	white-space: nowrap;
	padding-right: 30px;
	font-weight: 600;
	font-size: 16px;
	display: none;
}

@-webkit-keyframes crescendo {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.2);
	}
}

@keyframes crescendo {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.2);
	}
}









.whatsapp {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 31;
	padding-right: 50px;
    padding-bottom: 130px;
	pointer-events: none;
}

.whatsapp__wrapper {
	position: relative;
	display: block;
	padding: 8px;
	filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, .2));
	transition-property: transform, filter;
	transition-duration: .3s;
	pointer-events: all;
}

.whatsapp__wave {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgb(0, 150, 78), rgb(43, 173, 100));
	border-radius: 50%;
}

.whatsapp__wave_1 {
	animation: pulse 3s ease-in-out infinite reverse;
}

.whatsapp__icon {
	position: relative;
	z-index: 5;
	width: 50px;
	height: 50px;
}

.whatsapp__wrapper .whatsapp__waves {
	transition-property: opacity;
	transition-duration: .8s;
	transition-timing-function: ease-out;
}

.whatsapp__wrapper:hover .whatsapp__waves {
	opacity: 0;
}

.whatsapp__wrapper:hover {
	transform: translateY(-10px);
	filter: drop-shadow(5px 20px 5px rgba(0, 0, 0, .2));
}


@media (max-width: 767px) {
	.whatsapp {
		padding-right: 32px;
		padding-bottom: 48px;
	}
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.15);
	}

	100% {
		transform: scale(1);
	}
}


.ready-solution.mobile-apps .ready-solution_header {
	color: #fff;
	background: url(../img/mobile-apps/promo-bg.png) top center/cover no-repeat;
	position: relative;
	overflow: hidden
}




#mobile-apps-cta {
	padding: 250px 20px 0 20px;
	background: url(../img/mobile-apps/cta.png) center center/cover no-repeat;
	position: relative;
}

#mobile-apps-cta .btn {
	padding: 26px;
	background: #fff;
	border-radius: 100px;
	color: #ef2190;
	text-align: center;
	font-size: 34px;
	font-weight: 800;
	line-height: 44px;
	filter: drop-shadow(0px 20px 75px rgba(0, 0, 0, 0.25));
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}

.inner-btn {
	max-width: 577px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -217px);
}

#mobile-apps-cta .inner-btn .layer-1 {
	position: absolute;
	width: 103%;
	height: 112%;
	background: rgba(255, 255, 255, 0.50);
	border-radius: 100px;
	border: 3px solid #FFF;
	transform-origin: 50% 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	transition: 0.15s all;
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

#mobile-apps-cta .inner-btn .layer-2 {
	position: absolute;
	width: 106%;
	height: 123%;
	background: rgba(255, 255, 255, 0.50);
	border-radius: 100px;
	border: 3px solid #FFF;
	transform-origin: 50% 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	transition: 0.15s all;
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite 0.5s;
}

/* #mobile-apps-cta .inner-btn:hover .btn {
	background: #ef2190;
	color: #fff;
}
#mobile-apps-cta .inner-btn:hover .layer-1, #mobile-apps-cta .inner-btn:hover .layer-2 {
	border-color: #ef2190;
	background: #fab9dc;
} */


@keyframes pulse {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}


#mobile-apps-cta .man {
	max-width: 984px;
	margin: 0 auto;
	width: 100%;
	transform: translateX(27px);
}

#mobile-apps-cta .man img {
	width: 100%;
}

#mobile-apps-cta .clouds {
	position: relative;
}

#mobile-apps-cta .clouds .cloud {
	position: absolute;
	left: 50%;
}

#mobile-apps-cta .clouds .cloud svg {}

#mobile-apps-cta .clouds .cloud p {
	position: absolute;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	top: 0;
	left: 0;
}



/* #mobile-apps-cta .clouds .cloud-1 {
	transform: translate(-494px, -118px);
}
#mobile-apps-cta .clouds .cloud-1 p {
    padding: 53px 89px 33px 71px;
}


#mobile-apps-cta .clouds .cloud-2 {
	transform: translate(-120px, -178px);
}
#mobile-apps-cta .clouds .cloud-2 p {
    padding: 54px 73px 33px 74px;
}


#mobile-apps-cta .clouds .cloud-3 {
	transform: translate(30px, -11px);
}
#mobile-apps-cta .clouds .cloud-3 p {
	padding: 53px 69px 33px 146px;
} */



#mobile-features {
	padding: 90px 20px;
	background: #fff;
}

#mobile-features h2 {
	width: 100%;
	text-align: center;
	max-width: 807px;
	font-size: 38px;
	font-style: normal;
	font-weight: 800;
	line-height: 50px;
	text-transform: uppercase;
	margin: 0 auto 54px;
}

#mobile-features .tabs {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: center;
}

#mobile-features .tabs .tab {
	border-radius: 31px;
	border: 2px solid #E0E0E0;
	transition: 0.15s all;
	padding: 7px 26px;
	color: #B3B3B3;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	width: fit-content;
	line-height: 22px;
	flex: none;
	margin: 0;
	cursor: pointer;
}

#mobile-features .tabs .tab.active {
	color: #fff;
	background: #DC107E;
	border-color: #DC107E;
	cursor: default;
}

#mobile-features .features-list {
	display: grid;
	gap: 30px;
	width: 100%;
	max-width: 1232px;
	margin: 52px auto 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}



#mobile-features .features-list .item {
	position: relative;
	height: auto;
	min-height: 210px;
}

#mobile-features .features-list .item .inner {
	padding: 27px 32px;
	border-radius: 30px;
	background: #F4F7FA;
	transition: 0.3s all;
	z-index: 10;
	height: 100%;
}


#mobile-features .features-list .item .icon {
	width: 68.347px;
	height: 72.068px;
	flex-shrink: 0;
	transition: 0.3s all;
	margin: 0 0 30px 0;
	opacity: 1;
}

#mobile-features .features-list .item .icon img {
	width: 100%;
}

#mobile-features .features-list .item .features-list__head {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0;
	text-align: left;
}

#mobile-features .features-list .item:nth-child(5) {
	grid-column: span 2 / span 2;
}

#mobile-features .features-list .item .drop-text {
	display: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	margin-top: 28px;
	text-align: left;
}

@media (min-width: 960px) {
	#mobile-features .features-list .item-hover:hover .inner {
		position: absolute;
		left: 0;
		top: 0;
		background: #FFF;
		box-shadow: 0px 26px 50px 0px rgba(0, 0, 0, 0.20);
		height: auto;
	}

	#mobile-features .features-list .item-hover:hover .icon {
		height: 0;
		overflow: hidden;
		margin: 0;
		opacity: 0;
	}

	#mobile-features .features-list .item-hover:hover .drop-text {
		display: block;
	}
}






#mobile-ss {
	background: #F4F4F4;
	padding: 86px 20px;
}

#mobile-ss h2 {
	font-size: 38px;
	font-style: normal;
	font-weight: 800;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	max-width: 840px;
	margin: 0 auto 100px;
}

#mobile-ss .item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 100px;
}



#mobile-ss .item .body {
	position: relative;
}

#mobile-ss .item h3 {
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
	margin: 0;
	position: relative;
	z-index: 2;
}

#mobile-ss .item .text {
	color: #6B6B6B;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	margin-top: 24px;
}

#mobile-ss .item .num {
	position: absolute;
	left: -83px;
	z-index: 0;
	top: -50px;
	opacity: 0.65;
	background: var(--1, linear-gradient(90deg, #B5446F 0%, #9D44B4 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 100px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	transition: 0.15s all;
}

#mobile-ss .item .body {
	max-width: 450px;
}

#mobile-ss .item img {
	transition: 0.15s all;
}

#mobile-ss .item.img-right {
	flex-direction: row;
}

#mobile-ss .item.img-right .body {
	margin-right: 90px;
}

#mobile-ss .item.img-left {
	flex-direction: row-reverse;
}

#mobile-ss .item.img-left .body {
	margin-left: 210px;
}

@media (min-width: 960px) {
	#mobile-ss .item:hover .num {
		transform: scale(1.1);
	}

	#mobile-ss .item:hover img {
		transform: scale(1.1);
	}
}



#mobile-dev {
	padding: 80px 20px;
	background: url(../img/mobile-apps/dev.png) center center/cover no-repeat;
}

#mobile-dev h2 {
	color: #FFF;
	text-align: center;
	font-size: 42px;
	font-weight: 800;
	line-height: 42px;
	text-transform: uppercase;
	max-width: 900px;
	margin: 0 auto;
}

#mobile-dev .list {
	width: 100%;
	max-width: 1242px;
	margin: 60px auto 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}

#mobile-dev .list .item {
	border-radius: 30px;
	background: #FFF;
	padding: 35px 38px;
	display: flex;
	gap: 46px;
	align-items: flex-start;
	overflow: hidden;
}

#mobile-dev .list .item .icon {
	width: 95px;
	height: 91.337px;
	flex-shrink: 0;
	transition: 0.15s all;
}

#mobile-dev .list .item .icon img {
	width: 100%;
}

#mobile-dev .list .item h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: normal;
	margin: 30px 0 0 0;
}

#mobile-dev .list .item .text {
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin: 20px 0 0 0;
}

#mobile-dev .list .item:nth-child(3n) {
	grid-column: span 2 / span 2;
}

#mobile-dev .list .item:nth-child(3) {
	align-items: flex-end;
}

#mobile-dev .list .item:nth-child(3) .pic {
	transform: translateY(35px);
}

#mobile-dev .list .item:nth-child(3) .body {
	margin-bottom: auto;
}

@media (min-width: 960px) {
	#mobile-dev .list .item:hover .icon {
		transform: scale(1.2);
	}
}


#mobile-portfolio {
	padding: 100px 20px 50px;
	background: #fff;
}

#mobile-portfolio * {
	box-sizing: border-box;
}

#mobile-portfolio h2 {
	color: #000;
	text-align: center;
	font-size: 42px;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
}

#mobile-portfolio .swiper {
	margin-top: 42px;
}

#mobile-portfolio .swiper-slide {
	width: 300px;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	padding: 25px 20px;
	height: 390px;
	display: flex;
	flex-direction: column;
}

#mobile-portfolio .swiper-slide .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	display: block;
	top: 0;
	left: 0;
}

#mobile-portfolio .swiper-slide .body {
	margin-top: auto;
	color: #000;
	position: relative;
	z-index: 1;
}

#mobile-portfolio .swiper-slide.white-text .body {
	color: #fff;
}

#mobile-portfolio .swiper-slide .type {
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 6px 0;
}

#mobile-portfolio .swiper-slide .descr {
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}

#mobile-portfolio .b-button {
	margin: 50px auto 0;
	color: #FFF;
	font-size: 17px;
	font-weight: 700;
	line-height: 60px;
	text-transform: uppercase;
	display: block;
	height: 60px;
	width: fit-content;
}

.swiper-control-wrapper .actions .swiper-button-prev,
.swiper-control-wrapper .actions .swiper-button-next {
	position: relative;
	left: auto;
	top: auto;
	bottom: auto;
	right: auto;
	margin: 0;
	padding: 13px 26px;
	border-radius: 10px;
	border: 2px solid rgba(217, 217, 217, 0.85);
	transition: 0.15s all;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: auto;
	height: auto;
}

.swiper-control-wrapper .actions button {
	cursor: pointer;
}

.swiper-control-wrapper .actions svg * {
	transition: 0.15s all;
}

.swiper-control-wrapper .actions svg *[fill] {
	fill: currentColor;
}

.swiper-control-wrapper .actions .swiper-button-prev svg,
.swiper-control-wrapper .actions .swiper-button-next svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	color: #D9D9D9;
}

.swiper-control-wrapper .actions .swiper-button-prev:after,
.swiper-control-wrapper .actions .swiper-button-next:after {
	display: none;
}



.swiper-control-wrapper .actions .swiper-button-prev:hover,
.swiper-control-wrapper .actions .swiper-button-next:hover {
	border-color: #000;
}

.swiper-control-wrapper .actions .swiper-button-prev:hover svg,
.swiper-control-wrapper .actions .swiper-button-next:hover svg {
	color: #000;
}

.swiper-control-wrapper .actions .swiper-button-prev:active,
.swiper-control-wrapper .actions .swiper-button-next:active {
	transform: scale(0.95);
}










#mobile-portfolio .swiper-control-wrapper {
	position: relative;
}

#mobile-portfolio .swiper-control-wrapper .actions {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 16px;
	top: -90px;
	right: 0;
	transform: translate(-20px, -8px);
}


#mobile-reviews {
	padding: 50px 0 100px 0;
	background: #fff;
}

#mobile-reviews h2 {
	color: #000;
	text-align: center;
	font-size: 42px;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 auto;
	max-width: 768px;
	width: 100%;
}

#mobile-reviews .swiper {
	margin-top: 52px;
}

#mobile-reviews .swiper-slide {
	border-radius: 30px;
	background: #F2F2F2;
	padding: 64px 60px;
	display: flex;
	gap: 30px;
	width: 60%;
	margin: 0 15px;
	height: auto;
}

#mobile-reviews .swiper-slide .client {
	width: 100%;
	max-width: 201px;
}

#mobile-reviews .swiper-slide .logo {
	width: 70px;
	height: 70px;
	flex-shrink: 0;
}

#mobile-reviews .swiper-slide .logo img {
	width: 100%;
}

#mobile-reviews .swiper-slide .name {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	margin: 20px 0 0 0;
}

#mobile-reviews .swiper-slide .company-name {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	margin: 10px 0 0 0;
}

#mobile-reviews .swiper-slide .text {
	color: #000;
	font-size: 22px;
	font-weight: 400;
	line-height: 38px;
}

#mobile-reviews .swiper-slide .links {
	margin-top: 28px;
	display: flex;
	gap: 13px;
}

#mobile-reviews .swiper-slide .links a {
	display: block;
	width: 100%;
	max-width: 187px;
}

#mobile-reviews .swiper-slide .links a img {
	width: 100%;
}

#mobile-reviews .swiper-control-wrapper {
	position: relative;
}

#mobile-reviews .swiper-control-wrapper .actions {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 16px;
	top: -90px;
	right: 0;
	transform: translate(-20px, -18px);
}

.mobile-apps .yield-page_section .mobile-anim img {
	margin-bottom: -79px;
	margin-left: -80px;
	width: 610px;
	max-width: none;
	display: block;
}

.mobile-apps .b-button {
	padding: 0 34px;
}

.mobile-apps h1 {
	max-width: 595px;
	font-size: 38px;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 27px;
}

.mobile-apps .large-7 p {
	max-width: 500px;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
}

@media (max-width: 1024px) {
	#mobile-ss .item.img-right {
		flex-direction: column;
	}

	#mobile-ss .item.img-left {
		flex-direction: column;
	}

	#mobile-ss .item.img-right .body {
		margin-right: 0;
		max-width: 510px;
	}

	#mobile-ss .item {
		gap: 30px;
	}

	#mobile-ss .item.img-left .body {
		margin-left: 0;
		max-width: 510px;
	}
}

@media (max-width: 960px) {
	.mobile-apps .mobile-anim {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		display: none;
	}

	.mobile-apps .yield-page_section .mobile-anim img {
		margin-bottom: -67px;
		margin-top: 33px;
		margin-left: 0;
		width: 100%;
		max-width: 610px;
		display: block;
	}

	.mobile-apps h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.mobile-apps .large-7 p {
		font-size: 18px;
		line-height: 24px;
	}

	#mobile-apps-cta .btn {
		padding: 15px;
		font-size: 24px;
		line-height: 30px;
	}

	#mobile-apps-cta .clouds {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	#mobile-apps-cta .clouds .cloud svg {
		display: none;
	}

	#mobile-apps-cta .clouds .cloud {
		position: relative;
		transform: none !important;
		left: auto;

	}

	#mobile-apps-cta .clouds .cloud p {
		padding: 20px !important;
		background: #fff;
		border-radius: 10px;
		position: relative;
		margin: 0;
	}

	#mobile-apps-cta {
		padding: 50px 20px 40px 20px;
	}

	#mobile-apps-cta .man {
		margin: 30px auto 0;
		transform: translateX(7px);
	}

	#mobile-apps-cta .inner-btn {
		max-width: 577px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		left: auto;
		transform: none;
	}

	#mobile-features .features-list {
		margin: 40px auto 0;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#mobile-features .features-list .item .drop-text {
		display: block;
	}

	#mobile-features {
		padding: 50px 20px;
	}

	#mobile-features h2 {
		margin: 0 auto 40px;
		font-size: 30px;
		line-height: normal;
	}

	#mobile-ss h2 {
		font-size: 30px;
		line-height: normal;
		margin: 0 auto 40px;
	}

	#mobile-ss {
		padding: 50px 20px;
	}

	#mobile-dev {
		padding: 50px 20px;
	}

	#mobile-dev h2 {
		font-size: 30px;
		line-height: normal;
		margin: 0 auto 40px;
	}

	#mobile-portfolio {
		padding: 50px 20px;
	}

	#mobile-portfolio h2 {
		font-size: 30px;
		line-height: normal;
		margin: 0 auto 30px;
	}

	#mobile-portfolio .swiper-control-wrapper .actions {
		position: relative;
		top: auto;
		right: auto;
		transform: none;
		justify-content: flex-end;
		display: none;
	}

	.swiper-control-wrapper .actions .swiper-button-prev,
	.swiper-control-wrapper .actions .swiper-button-next {
		padding: 4px 15px;
	}

	#mobile-portfolio .swiper {
		margin-top: 30px;
	}

	#mobile-portfolio .b-button {
		height: 50px;
		line-height: 45px;
	}

	#mobile-reviews {
		padding: 0 0 50px 0;
	}

	#mobile-reviews h2 {
		font-size: 30px;
		line-height: normal;
	}

	#mobile-reviews .swiper-control-wrapper .actions {
		position: relative;
		top: auto;
		right: auto;
		transform: none;
		justify-content: flex-end;
		display: none;
	}

	#mobile-reviews .swiper-slide {
		padding: 30px;
		width: 75%;
		flex-direction: column;
		gap: 10px;
	}

	#mobile-reviews .swiper {
		margin-top: 40px;
	}

	#mobile-reviews .swiper-slide .client {
		width: 100%;
		max-width: none;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#mobile-reviews .swiper-slide .text {
		font-size: 16px;
		line-height: 28px;
		text-align: center;
	}

	#mobile-reviews .swiper-slide .links {
		margin-top: 20px;
		justify-content: center;
		flex-wrap: wrap;
	}

	#mobile-reviews .swiper-slide .links a {
		max-width: 130px;
	}

	#mobile-dev .list .item {
		flex-direction: column;
	}

}

@media (max-width: 800px) {
	#mobile-dev .list {
		display: flex;
		flex-direction: column;
		margin: 40px auto 0;
	}

	#mobile-dev .list .item {
		padding: 28px 30px;
		flex-direction: column;
	}

	#mobile-dev .list .item .pic {
		margin: 0 auto;
	}

	#mobile-dev .list .item .icon {
		width: auto;
		height: 65px;
		display: none;
	}

	#mobile-dev .list .item .icon img {
		width: auto;
		height: 100%;
	}

	#mobile-dev .list .item h3 {
		font-size: 20px;
		margin: 0;
	}

	#mobile-dev .list .item:last-child .pic {
		display: none;
	}

	#mobile-dev .list .item .text {
		font-size: 16px;
		line-height: 24px;
		margin: 10px 0 0 0;
	}
}

@media (max-width: 678px) {
	#mobile-features .features-list {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	#mobile-features .features-list .item {
		height: auto;
		min-height: auto;
	}

	#mobile-features .features-list .item .inner {
		padding: 20px 24px;
	}

	#mobile-features .features-list .item .icon img {
		width: auto;
		height: 100%;
	}

	#mobile-features .features-list .item .icon {
		width: auto;
		height: 50px;
		margin: 0 0 15px 0;
		display: flex;
	}

	#mobile-features .features-list .item .drop-text {
		margin-top: 5px;
		display: block;
	}

	#mobile-ss .item .num {
		top: auto;
		left: auto;
		position: relative;
		font-size: 60px;
		line-height: 70px;
	}

	#mobile-ss .item {
		margin-bottom: 50px;
	}
}

@media (max-width: 550px) {
	#mobile-ss .item .body {
		width: 100% !important;
	}

	#mobile-ss .item img {
		max-width: 300px !important;
	}

	#mobile-ss .item h3 {
		font-size: 18px;
		margin-top: 10px;
	}

	#mobile-ss .item .text {
		font-size: 16px;
		line-height: 24px;
		margin-top: 10px;
	}

	#mobile-features .tabs .tab {
		padding: 7px 10px;
	}
}

@media (max-width: 450px) {
	#mobile-apps-cta .btn {
		font-size: 18px;
		line-height: 24px;
	}

}

.top10-box__img .new-04 {
	font-size: 18px;
	margin-top: -16px;
	color: #fff;
	text-align: center;
}

@media (max-width: 960px) {
	.top10-box__img .new-04 {
		margin-top: -20px;
		font-size: 11px;
	}
}

@media (max-width: 640px) {
	.top10-box__img .new-04 {
		margin-top: 0;
		font-size: 11px;
		text-align: left;
	}
}











.ready-solution.redisign .ready-solution_header {
	color: #fff;
	background: url(../img/redisign/promo-bg.png) top center/cover no-repeat;
	position: relative;
	overflow: hidden
}

.red-container {
	max-width: 1170px;
	margin: 0 auto;
}

#redisign-features {
	padding: 80px 20px;
	background: #fff;
}

#redisign-features .title {
	color: #343037;
	font-size: 42px;
	font-weight: 800;
	line-height: 50px;
	text-transform: uppercase;
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
}

#redisign-features .subtitle {
	color: #343037;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px;
	margin: 20px 0 0 0;
}

#redisign-features .items {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 40px;
	margin-top: 45px;
}

#redisign-features .items svg {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	margin: 0 auto 15px;
	display: flex;
	transition: 0.15s all;
}

#redisign-features .items .item-title {
	color: #343037;
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
}



#what-includes {
	background: url(../img/redisign/what-includes-bg.png) center center/cover no-repeat;
	padding: 45px 20px;
}

#what-includes .title {
	padding: 15px 30px;
	background: linear-gradient(90deg, #3B91E6 0%, rgba(157, 68, 181, 0.10) 100%);
	max-width: 970px;
	margin: 0 auto;

	color: #FFF;
	font-size: 22px;
	font-weight: 800;
	line-height: 28px;
	text-transform: uppercase;
}

#what-includes .items {
	display: flex;
	justify-content: center;
	gap: 50px;
	margin-top: 20px;
}

#what-includes .items .item {
	max-width: 342px;
	display: flex;
	gap: 20px;
}

#what-includes .items .item svg {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
}

#what-includes .items .item .item-title {
	color: #FFF;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
}

#examples {
	padding: 80px 20px 0 20px;
	background: #fff;
}

#examples .title {
	color: #343037;
	text-align: center;
	font-size: 42px;
	font-weight: 800;
	line-height: 50px;
	text-transform: uppercase;
	margin: 0 auto;
}

#examples .subtitle {
	color: #343037;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	line-height: 36px;
	margin: 20px 0 0 0;
}

#examples .tabs__section {
	margin-top: 40px;
	position: relative;
}

#examples .tabs {
	border-radius: 100px;
	border: 2px solid #DC107E;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	width: fit-content;
	padding: 4px;
	gap: 10px;
	margin: 0 auto;
	position: sticky;
	top: 100px;
	z-index: 20;
	background: #fffffff2;
	backdrop-filter: blur(3px);
}

#examples .tabs .tab {
	padding: 14px 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 500px;
	transition: 0.15s all;
	cursor: pointer;

	color: #DC107E;
	font-size: 17px;
	font-weight: 600;
	line-height: normal;
	white-space: nowrap;
}

#examples .tabs .tab.active {
	background: #DC107E;
	color: #fff;
}

#examples .tabs .tab:not(.active):hover {
	background: #ffd4eb;
}

#targets {
	background: #fff;
	padding: 60px 20px;
}

#targets .inner {
	max-width: 570px;
	margin: 0 auto;
}

#targets .title {
	color: #343037;
	font-size: 28px;
	font-weight: 600;
	line-height: 36px;
	margin: 0;
	text-transform: none;
}

#targets .items {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

#targets .items .item {
	display: flex;
	gap: 10px;
}

#targets .items .item svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	margin-top: 3px;
}

#targets .items .item p {
	color: #343037;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
}





#examples .step-section .head-block {
	margin-bottom: 40px;
	max-width: 770px;
	margin: 0 auto;
}

#examples .step-section .head {
	display: flex;
	align-items: center;
	gap: 30px;
}

#examples .step-section .head .num {
	width: 55px;
	height: 55px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(90deg, #B5446E 1%, #9D44B5 100%);
	border-radius: 9999px;

	color: #FFF;
	font-size: 38px;
	font-weight: 700;
	line-height: 24px;
}

#examples .step-section .head .title {
	color: #343037;
	font-size: 28px;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
	text-transform: none;
}

#examples .step-section .head-block .descr {
	color: #343037;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	margin: 20px 0 0 0;
}

#examples .section {
	margin-top: 60px;
}

#examples .con {
	background: #F3F3F3;
	padding: 40px 0 45px 0;
	margin-top: 40px;
}

#examples .con .block {
	max-width: 770px;
	margin: 0 auto;
	position: relative;
}

#examples .con .block .title {
	color: #343037;
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
	text-align: left;
	text-transform: none;
}

#examples .con .block .subtitle {
	color: #343037;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 30px;
	text-align: left;
}

#examples .con .block .comments {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

#examples .con .block .comment {
	position: absolute;
	opacity: 0;
}

#examples .section[data-section="1"] .con-1 .comment-1 {
	left: -57%;
	top: 13%;
}

#examples .section[data-section="1"] .con-1 .comment-2 {
	left: -57%;
	top: 28%;
}

#examples .section[data-section="1"] .con-1 .comment-3 {
	left: 108%;
	top: 36%;
}

#examples .section[data-section="1"] .con-1 .comment-4 {
	left: -57%;
	top: 72.7%;
}

#examples .section[data-section="1"] .con-1 .comment-5 {
	left: 108%;
	top: 95%;
}

#examples .con .block-2 {
	margin-top: 40px;
	max-width: none;
}

#examples .con .block-2 .in {
	max-width: 770px;
	margin: 0 auto;
	position: relative;
}

#examples .con .block-2 .inter {
	position: relative;
	display: flex;
	gap: 50px;
	justify-content: center;
}

#examples .con .block-2 img {
	height: 100%;
}


#examples .step-section.after {
	margin-top: 60px;
}

#examples .comment.left {
	left: -57%;
}

#examples .comment.right {
	left: 108%;
}



#examples .section[data-section="1"] .con-2 .comment-1 {
	left: -57%;
	top: 20%;
}

#examples .section[data-section="1"] .con-2 .comment-2 {
	left: 108%;
	top: 26%;
}

#examples .section[data-section="1"] .con-2 .comment-3 {
	left: -57%;
	top: 47%;
}

#examples .section[data-section="1"] .con-2 .comment-4 {
	left: 108%;
	top: 58%;
}

#examples .section[data-section="1"] .con-2 .comment-5 {
	left: 108%;
	top: 70%;
}

#examples .section[data-section="1"] .con-2 .comment-6 {
	left: 108%;
	top: 93%;
}

#examples .section[data-section="1"] .con-2 .comment-7 {
	left: 110%;
	top: 254%;
}

#examples .section[data-section="1"] .con-2 .comment-8 {
	left: -49%;
	top: 426%;
}




#examples .section[data-section="2"] .con-1 .comment-1 {
	top: 6%;
	left: 103%;
}

#examples .section[data-section="2"] .con-1 .comment-2 {
	left: -63%;
	top: 12%;
}

#examples .section[data-section="2"] .con-1 .comment-3 {
	top: 24%;
	left: -57%;
}

#examples .section[data-section="2"] .con-1 .comment-4 {
	top: 46%;
	left: 108%;
}

#examples .section[data-section="2"] .con-1 .comment-5 {
	top: 54%;
	left: -62%;
}

#examples .section[data-section="2"] .con-1 .comment-6 {
	top: 80%;
	left: 106.5%;
}

#examples .section[data-section="2"] .con-1 .comment-7 {
	height: auto;
	top: 70%;
	left: 108%;
}


#examples .section[data-section="2"] .con-2 .comment-1 {
	top: 13%;
}

#examples .section[data-section="2"] .con-2 .comment-2 {
	top: 23%;
}

#examples .section[data-section="2"] .con-2 .comment-3 {
	top: 25%;
}

#examples .section[data-section="2"] .con-2 .comment-4 {
	top: 37%;
}

#examples .section[data-section="2"] .con-2 .comment-5 {
	top: 47%;
}

#examples .section[data-section="2"] .con-2 .comment-6 {
	top: 71%;
}

#examples .section[data-section="2"] .con-2 .comment-7 {
	top: 95%;
}

#examples .section[data-section="2"] .con-2 .comment-8 {
	height: auto;
	top: 23%;
}

#examples .section[data-section="2"] .con-2 .comment-9 {}

#examples .section[data-section="2"] .inter {
	width: fit-content;
	margin: 0 auto;
}


#examples .section[data-section="2"] .te.detail {
	width: 100%;
	max-width: 770px;
	margin: 76px auto 0;
	display: flex;
	align-items: center;
	gap: 86px;
}

#examples .section[data-section="2"] .te.detail>img {
	width: 100%;
	max-width: 314px;
	height: auto;
}

#examples .section[data-section="2"] .te.detail .title {
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
}

#examples .section[data-section="2"] .te.detail .subtitle {
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	margin: 20px 0 0 0;
}

#examples .section[data-section="2"] .te.detail .comment {
	position: relative;
	left: 36%;
	top: auto;
	right: auto;
	bottom: auto;
	margin-top: 80px;
}









.ready-solution.redisign .yield-page_title+p {
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
}

#redisign-features .items .item:hover svg {
	transform: scale(1.1);
}

@media (max-width: 1440px) {
	#examples .tabs {
		top: 70px;
	}

	#examples .comment {
		display: none;
	}
}

@media (max-width: 1170px) {
	#examples .con .block-2 .inter {}

	#examples .con .block-2 img {
		max-width: 357px;
	}
}

@media (max-width: 768px) {
	#redisign-features {
		padding: 50px 20px;
	}

	#redisign-features .title {
		font-size: 30px;
		line-height: 38px;
	}

	#redisign-features .subtitle {
		font-size: 22px;
		line-height: 28px;
	}

	#redisign-features .items {
		margin-top: 35px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#what-includes .items {
		flex-direction: column;
		gap: 20px;
	}

	#what-includes .items .item {
		max-width: none;
	}

	#examples {
		padding: 50px 20px 0 20px;
	}

	#examples .title {
		font-size: 28px;
		line-height: 36px;
	}

	#examples .subtitle {
		font-size: 22px;
		line-height: 28px;
	}

	#examples .tabs__section {
		margin-top: 30px;
	}

	#examples .tabs .tab {
		padding: 5px 20px;
		margin: 0;
	}

	#examples .section {
		margin-top: 40px;
	}

	#examples .step-section .head .title {
		text-align: left;
		font-size: 20px;
	}

	#examples .step-section .head {
		gap: 20px;
	}

	#examples .step-section .head .num {
		font-size: 26px;
		width: 45px;
		height: 45px;
	}

	#examples .step-section .head-block .descr {
		font-size: 16px;
		text-align: left;
	}

	#examples .con {
		padding: 30px 20px;
	}

	#examples .con .block-2 .inter {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	#examples .con .block-2 img {
		max-width: 375px;
		width: 100%;
	}

	#targets {
		padding: 40px 20px;
	}

	#targets .title {
		font-size: 24px;
		line-height: 28px;
	}

	#targets .items {
		gap: 10px;
	}

	#targets .items .item p {
		text-align: left;
	}

	#targets .items {
		margin-top: 20px;
	}

	#examples .section[data-section="2"] .te.detail {
		margin: 40px auto 0;
		gap: 30px;
		flex-direction: column-reverse;
	}
}



@media (max-width: 450px) {
	#redisign-features .title {
		font-size: 26px;
		line-height: 34px;
	}

	#redisign-features .items {
		gap: 20px;
	}

	#examples .tabs .tab {
		font-size: 12px;
	}

	#what-includes .items .item svg {
		width: 30px;
		height: 30px;
	}

	#what-includes .items .item .item-title {
		font-size: 16px;
		text-align: left;
	}

	#what-includes .title {
		text-align: left;
	}
}





iframe {
	width: 100%;
	max-width: 800px;
}


@media (max-width: 991px) {
	.like-box::before {
		left: -15px;
		right: -15px
	}

	.like-box.like-box--dislike::before {
		left: -15px;
		right: -15px
	}
}

.project-box__link {
	overflow: hidden;
	text-overflow: ellipsis;
}




#support-tariffs {
	padding: 0 20px;
}

#support-tariffs .container {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

#support-tariffs .container h2 {
	color: #343037;
	text-align: center;
	font-size: 42px;
	font-weight: 800;
	line-height: 50px;
	text-transform: uppercase;
	margin: 0;
}

#support-tariffs .subtitle {
	color: #343037;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	margin: 20px auto 0;
	max-width: 880px;
}

#support-tariffs .list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	max-width: 890px;
	margin: 30px auto 0;
}

#support-tariffs .features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
	margin-top: 40px;
}

#support-tariffs .item {
	background: center top no-repeat, #E5EDF7;
	background-image: url(/css/../img/certificates/item-bg.png);
	-webkit-background-size: cover;
	background-size: cover;
	transition: 0.3s all;
	padding: 30px 20px;
	display: flex;
	flex-direction: column;
	position: relative;
	color: #343037;
}

#support-tariffs .item:hover {
	background-image: url(/css/../img/certificates/item-bg__active.png);
	background-color: #B0447D;
	color: #fff
}
#support-tariffs .item .title {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	margin: 0;
}
#support-tariffs .item .time {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-top: 30px;
	margin-bottom: 40px;
}
#support-tariffs .item .time .caption {
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	line-height: normal;
}
#support-tariffs .item .time .time-count {
	display: flex;
	align-items: center;
	gap: 8px;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 24px;
	justify-content: center;
}
#support-tariffs .item .time .time-count svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	color: rgba(220, 16, 126, 1);
}
#support-tariffs .item .label {
	position: absolute;
	right: 0;
	top: -12px;
	padding: 5px 10px;
	background: #FFC700;
	color: #343037;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
#support-tariffs .item .price {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	margin-top: auto;
	margin-bottom: 15px;
}
#support-tariffs .item button {
	display: flex;
	height: 50px;
	padding: 13px 20px 12px;
	justify-content: flex-end;
	align-items: center;
	border: 2px solid #DC107E;
	background: #DC107E;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.40);
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.15s all;
	justify-content: center;
}
#support-tariffs .item:hover button {
	background: #fff;
	color: #DC107E;
	border-color: #fff;
}
#support-tariffs .item:active button {
	transform: scale(0.95);
}
#support-tariffs .item:hover .time .time-count svg {
	color: #fff;
}
#support-tariffs .download {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	max-width: 890px;
	margin: 20px auto 0;
}
#support-tariffs .download a {
	display: flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#support-tariffs .download a span {
	text-decoration: underline;
}
#support-tariffs .download a:hover span {
	text-decoration: none;
}
#support-tariffs .features .block {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}
#support-tariffs .features .block svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	margin-top: 3px;
}
#support-tariffs .features .block .text {
	color: #343037;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
}


@media (max-width: 991px) {
	#support-tariffs .item .price {
		font-size: 24px;
		line-height: 30px;
	}
	#support-tariffs .item .title {
		font-size: 24px;
		line-height: 30px;
	}
	#support-tariffs .item .time .time-count {
		font-size: 24px;
	}
}
@media (max-width: 768px) {
	#support-tariffs .list {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	#support-tariffs .features {
		grid-template-columns: repeat(1, minmax(0, 1fr));
    	gap: 20px;
	}
}
@media (max-width: 678px) {
	#support-tariffs h2 {
		font-size: 28px;
		line-height: 36px;
	}
	#support-tariffs .subtitle {
		font-size: 20px;
		line-height: 22px;
	}
	#support-tariffs .download {
		justify-content: center;
	}
	#support-tariffs .item {
		padding: 25px 20px;
	}
	#support-tariffs .item .title {
		font-size: 20px;
		line-height: normal;
	}
	#support-tariffs .item .caption {
		font-size: 15px;
		line-height: normal;
	}
	#support-tariffs .item .time {
		margin: 20px 0;
	}
	#support-tariffs .item .time .time-count {
		font-size: 20px;
		line-height: 24px;
	}
	#support-tariffs .item .price {
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	#support-tariffs .features .block .text {
		text-align: left;
	}
	
}




@media screen and (min-width: 0em) and (max-width: 39.9375em) {
	.top10-box__img.google {
		margin-top: 0;
	}
	.top10-box__img.google img {
		margin: 0;
		width: 102px;
		max-width: none;
	}
	.top10-box__img.google {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 6px;
	}
	.top10-box__img.google p {
		margin: 0;
	}
}

.content-container {
max-width: 1170px;
    margin: 0 auto;
    padding: 40px 15px;
}
.content-container p {
	text-align: left;
}

#support-tariffs .extitle {
	font-size: 20px;
	color: #dc1a7e;
	text-align: center;
	font-weight: 700;
	line-height: 30px;
	margin: 20px auto 0;
	max-width: 880px;
}

#support-tariffs .item .new-price {
	color: #dc1a7e;
	line-height: 32px;
	margin-bottom: 5px;
}
#support-tariffs .item .old-price {
	font-size: 20px;
	text-decoration: line-through;
	line-height: 34px;
	margin-bottom: 16px;
}
#support-tariffs .item .economy {
	color: #343037;
	font-size: 16px;
	margin: 0;
	line-height: 20px;
	margin-top: 15px;
	text-align: center;
	font-weight: 700;
}
#support-tariffs .item:hover .economy {
	color: #FFFFFF;
}
#support-tariffs .item:hover .old-price {
	color: #ffffff59;
}
#support-tariffs .item:hover .new-price {
	color: #ffffff;
}
@media (max-width: 678px) {
	#support-tariffs .item .new-price {
		font-size: 26px;
	}
}

.default-feedback-form h2 {
    color: #343037;
    text-align: center;
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    max-width: 622px;
    text-transform: none;
    margin: 0 auto;
}
.default-feedback-form.site-creating h2 {
  max-width: none;
}
.default-feedback-form h5 {
    margin-top: 10px;
    text-align: center;
}
.default-feedback-form .b-form {
    margin-top: 40px;
}
.default-feedback-form .b-button, .b-form .b-button {
    display: inline-flex;
    padding: 0 60px;
    height: 49px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #B829A0;
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    box-shadow: none;
	text-transform: none;
}
.default-feedback-form .b-button:hover {
    background: #A1258C;
}
.default-feedback-form .b-form .b-form-block .b-form-block_field {
    border-radius: 5px;
}
.default-feedback-form .b-form .b-form-block .b-form-block_textarea {
    border-radius: 5px;
}
@media (max-width: 640px) {
    .default-feedback-form h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .default-feedback-form .b-form {
        margin-top: 20px;
    }
}
