* {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
}

a:focus,
a:active,
a:hover,
a {
    text-decoration: none;
    font-family: "Montserrat-Bold", "Open-Sans-Regular";
}

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

html {
    position: relative;
    height: 100%;
}

body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
  	flex-direction: column;
	min-width: 320px;
	min-height: 100%;
	font-size: 16px;
	line-height: 25px;
	color: #142C47;
	font-family: "Open-Sans-Regular";
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Montserrat-Bold", "Open-Sans-Regular";
}
h1 {
	font-size: 40px;
	line-height: 49px;
}
h2 {
	font-size: 36px;
	line-height: 44px;
}
h4 {
	font-size: 24px;
	line-height: 30px;
}
h5 {
	font-size: 20px;
	line-height: 30px;
}
.content-main {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.hidden {
	display: none;
}

.color-sil {
	color: #7D93AD;
}
.h-100vh {
	height: 100vh;
	min-height: 980px;
}
.fon-color-fiol {
	color: #5A37CF;
}


/*-header-*/
.header {
	position: relative;
	padding-top: 45px;
	padding-bottom: 25px;
	font-size: 13px;
	text-transform: uppercase;
	color: #4a6680;
	z-index: 2;
}
.header a {
	color: #4a6680;
}
.header__logo img {
	width: 100%;
	max-width: 225px;
}
.header-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position: relative;
	left: -70px;
}
.header-top-mn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.header__menu {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
}
.header-translator,
.header__menu li {
	white-space: nowrap;
}
.header__menu>li {
	margin: 0 16px;
}
.header__menu li a {
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.header__menu li a:hover {
	text-decoration: underline;
	color: #5380FF;
}
.header-translator-p {
	padding: 11px 15px 13px;
	font-family: "Montserrat-Bold";
	border: 1px solid #7D93AD;
}
.header-translator-p:after,
.header__menu>li.menu-lvl2-bl>a:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 8px;
	margin-left: 5px;
	background-image: url("../img/vector-7.e5a1c501471d.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.menu-lvl2-bl:hover>a:before {
	content: '';
	position: absolute;
	display: block;
	top: 34px;
	left: 50%;
	width: 20px;
	height: 20px;
	background-image: url("../img/triangle.189538eeeead.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1;
}
.header__menu>li.active>a {
	color: #5380FF;
	text-decoration: underline;
}
.header-translator {
	position: relative;
}
.header__menu__menu-lvl2 {
    position: absolute;
    display: none;
    width: 100%;
    top: 35px;
    width: 65vw;
    left: 0;
    padding-top: 30px;
}
.header__menu li ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 22px 30px 25px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.header-translator ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 5px 10px 7px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.header__menu li ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	min-height: 50px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.header__menu li ul li img {
	min-width: 31px;
	margin-right: 15px;
}
.header__menu li ul a {
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
}
.header__menu li ul a:hover {
	color: #142C47;
}
.header-translator ul {
	width: 100%;
	text-align: center;
}
.header-translator ul a:hover {
	color: #5380FF;
}
.header__menu li:hover .header__menu__menu-lvl2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.header-translator:hover ul {
	display: block;
}
a.s24 {
	display: block;
	color: #E96A86;
}
a.s24:hover {
	text-decoration: underline;
}
.s24:before {
	content: '';
	position: relative;
	display: inline-block;
	top: 5px;
	width: 20px;
	height: 18px;
	margin-right: 6px;
	background-image: url("../img/vector.78b4f6914e19.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.header-translator a {
	display: block;
	width: 100%;
}
.header__loginin a {
	float: right;
	display: inline-block;
	padding: 11px 15px 13px;
	min-width: 155px;
	border: 2px solid #6e4adc;
	color: #6e4adc;
	white-space: nowrap;
	text-align: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.header__loginin a:hover {
	background-color: #7B57E5;
	color: #fff;
}
.toggle-mnu {
	display: none;
	width: 24px;
	height: 21px;
	background-image: url("../img/union.cc06e9bf5fb0.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
/*-/header-*/

/*-content-*/
.enterprise-level {
	overflow-x: hidden;
}
.enterprise-level-block {
	max-width: 455px;
}
.before-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 771px;
	padding: 60px 0;
}
.enterprise-level-header  {
	margin-bottom: 20px;
}
div .level-img {
	height: 454px;
    width: 970px;
    top: 158px;
    right: -220px;
    background-image: url("../img/fon-home-top.a65d93f4c7bf.svg");
}
.enterprise-level-block p {
	margin-bottom: 30px;
}
div div .starting-from {
	margin-bottom: 90px;
	font-weight: bold;
}
.starting-from span {
	display: inline-block;
	padding: 4px 15px 5px;
	margin-left: 4px;
	background-color: #E96A86;
	color: #fff;
	-webkit-border-radius: 10em;
	border-radius: 10em;
}
.bottom-p-f a {
	display: inline-block;
	padding: 17px 0 17px;
	min-width: 240px;
	text-align: center;
	font-weight: 600;
	font-family: "Montserrat-Regular";
	-webkit-box-shadow: 0 0 0 2px transparent;
	box-shadow: 0 0 0 2px transparent;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.bottom-gr-fi a {
	color: #fff;
	background: -o-linear-gradient(17.92deg, #646DE0 -10.85%, #963FED 129.83%);
	background: linear-gradient(72.08deg, #646DE0 -10.85%, #963FED 129.83%);
	-webkit-box-shadow: 0 0 0 2px #963FED;
   	box-shadow: 0 0 0 2px #963FED;
}
.bottom-gr-fi a:hover {
	color: #7B57E5;
	background: -o-linear-gradient(17.92deg, #fff -10.85%, #fff 129.83%);
	background: linear-gradient(72.08deg, #fff -10.85%, #fff 129.83%);
	-webkit-box-shadow: 0 0 0 2px #963FED;
	box-shadow: 0 0 0 2px #963FED;
}
.bottom-gr-white a {
	color: #7B57E5;
	background: -o-linear-gradient(17.92deg, transparent -10.85%, transparent 129.83%);
	background: linear-gradient(72.08deg, transparent -10.85%, transparent 129.83%);
	-webkit-box-shadow: 0 0 0 2px #963FED;
	box-shadow: 0 0 0 2px #963FED;
}
.bottom-gr-white a:hover {
	color: #fff;
	background: -o-linear-gradient(17.92deg, #646DE0 -10.85%, #963FED 129.83%);
	background: linear-gradient(72.08deg, #646DE0 -10.85%, #963FED 129.83%);
}
.arow-boot {
	position: absolute;
	display: block;
	left: 50%;
	bottom: 15px;
	width: 20px;
	height: 44px;
	background-image: url("../img/arow-boot.a6d39caaa055.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1;
}
.we-offers-text {
	float: right;
	max-width: 505px;
}
.we-offers-header {
	margin-bottom: 20px;
}
.we-offers-text p {
	padding-top: 35px;
	margin-bottom: 40px;
}
.buttom-rainbow a {
	color: #fff;
    background: -o-linear-gradient(13.9deg, #FD6F49 -38.2%, #C361FF 123.54%);
    background: linear-gradient(76.1deg, #FD6F49 -38.2%, #C361FF 123.54%);
}
.buttom-rainbow a:hover {
	color: #C361FF;
	background: -o-linear-gradient(13.9deg, #fff -38.2%, #fff 123.54%);
	background: linear-gradient(76.1deg, #fff -38.2%, #fff 123.54%);
	-webkit-box-shadow: 0 0 0 2px #C361FF;
	box-shadow: 0 0 0 2px #C361FF;
}
.we-offers {
	position: relative;
	padding-top: 45px;
}
.we-offers:after {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	width: 100%;
	height: 100px;
	background-color: rgba(242, 241, 255, 0.7);
	z-index: -1;
}
.we-offers-cart-bl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
}
.we-offers-cart-row {
	width: 50%;
	padding: 0 10px;
}
.we-offers-cart-t {
	padding: 37px 40px 37px;
	margin-bottom: 20px;
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 10px 40px rgba(20, 44, 71, 0.15);
	box-shadow: 0 10px 40px rgba(20, 44, 71, 0.15);
}
.we-offers-cart-t h5 {
	margin-bottom: 10px;
	color: #5A37CF;
}
.we-offers-cart-t p {
	min-height: 80px;
}
.we-offers-cart-t__buton {
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	color: #7B57E5;
}
.we-offers-cart-t__buton:hover {
	text-decoration: underline;
}
.we-offers-cart-t__buton:after {
	content: '';
	position: relative;
	display: inline-block;
	top: 1px;
	width: 7px;
	height: 12px;
	margin-left: 10px;
	background-image: url("../img/trien-right.40d236804783.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.our-advantages {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: rgba(242, 241, 255, 0.7);
}
.our-advantages__header {
	margin-bottom: 70px;
}
.our-advantages-col {
	min-height: 300px;
}
.our-advantages-img {
	margin-bottom: 40px;
	margin-left: 30px;
}
.our-advantages-text {
	padding-left: 24px;
	border-left: 6px solid #E7EBFC;
}
.our-advantages-text h5 {
	min-height: 40px;
}
.our-advantages-text p {
	min-height: 50px;
}
.high-quality-fon {
	position: relative;
}
div .high-quality--img {
	height: 810px;
	width: 700px;
	top: 0;
	left: -150px;
	background-image: url("../img/high-quality-fon.62aa05f8e787.png");
}
.high-quality-bl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	float: right;
	max-width: 505px;
}
.high-quality-text {
	margin-top: -60px;
}
.high-quality_button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 90px;
	min-width: 505px;
}
.high-quality_logotip {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	bottom: 50px;
	left: 50%;
	width: 100%;
	max-width: 1015px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.high-quality_logotip a {
	opacity: 0.5;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.high-quality_logotip a:hover {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.popular-plans {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 140px 0 100px;
	color: #fff;
	background: -o-linear-gradient(13.51deg, #7326EE -5.61%, #3D40A1 99.53%);
	background: linear-gradient(76.49deg, #7326EE -5.61%, #3D40A1 99.53%);
}
.popular-pl {
	width: 100%;
}
.popular-plans_bl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
	justify-content: center;
}
.popular-plans_col {
	-webkit-flex-basis: 16.6666%;
	-ms-flex-preferred-size: 16.6666%;
	flex-basis: 16.6666%;
	max-width: 16.6666%;
	padding: 0 10px;
}
.popular-plans_header {
	padding: 10px 0 10px;
	min-height: 68px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: rgba(239, 238, 255, 0.07);
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Montserrat-Bold";
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.popular-plans_main {
	padding: 40px 10px 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.popular-plans_td {
	min-height: 50px;
}
.popular-plans_button a {
	display: inline-block;
	width: 100%;
	padding: 13px 0 13px;
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border: 1px solid #FFD706;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.popular-plans_button a:hover {
	color: #5534C3;
	background-color: #FFD706;
}
.popular-plans_green {
	font-weight: bold;
	color: #3FDE88;
}
.popular-plans_yellow {
	font-weight: bold;
	font-size: 24px;
	color: #FFD706;
}
.popular-plans_col:hover .popular-plans_header {
	color: #FFD706;
}
.popular-plans_col:hover .popular-plans_main {
	background-color: rgba(239, 238, 255, 0.07);
}
/* ── Popular plan highlight ─────────────────────────────── */
.popular-plans_col--popular .popular-plans_header {
	color: #FFD706;
	background-color: rgba(239, 238, 255, 0.12);
	overflow: hidden;
}
.popular-plans_col--popular .popular-plans_main {
	background-color: rgba(239, 238, 255, 0.07);
}
/* Diagonal ribbon — both ends clipped by header overflow:hidden */
.popular-plans_badge {
	position: absolute;
	top: 12px;
	right: -40px;
	width: 120px;
	padding: 5px 0;
	background: #FFD706;
	color: #1a1a2e;
	font-size: 8px;
	font-family: "Montserrat-Bold", sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	text-align: center;
	line-height: 1;
	transform: rotate(45deg);
	z-index: 1;
}
/* TOP ribbon for pricing-table-item (VPC/pricing pages) */
.pricing-table-item.popular {
	overflow: hidden;
}
.pt-badge {
	position: absolute;
	top: 14px;
	right: -32px;
	width: 110px;
	padding: 5px 0;
	background: #FFD706;
	color: #1a1a2e;
	font-size: 8px;
	font-family: "Montserrat-Bold", sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	text-align: center;
	line-height: 1;
	transform: rotate(45deg);
	z-index: 10;
}
.chet {
	display: inline-block;
	width: 24px;
	height: 20px;
	background-image: url("../img/cget.f46ebd0001c8.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.popular-plans_first .popular-plans_header {
	position: relative;
	min-height: 68px;
	height: auto;
	background-color: transparent;
	text-align: left;
	text-transform: none;
	display: block;
}
.popular-plans_first .popular-plans_header h2 {
	position: absolute;
	bottom: 0;
}
.popular-plans_first:hover .popular-plans_header {
	color: #fff;
}
.popular-plans_first:hover .popular-plans_main {
	background-color: transparent;
}
.popular-plans_first .popular-plans_main {
	color: rgba(255, 255, 255, 0.5);
}
.popular-plans_first .popular-plans_yellow {
	font-size: 16px;
}
.popular-plans_first {min-width: 200px;}
.carusel-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 145px;
}
.carusel-main-bl {
	padding-bottom: 70px;
}
.carusel-main_slides {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 1210px;
	min-height: 400px;
	padding: 110px 105px 45px 120px;
	text-align: left;
	background-image: url("../img/subtract.3dfcbe495ed1.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.carusel-main_header {
	position: relative;
	max-width: 250px;
	font-size: 13px;
}
.carusel-main_header-bl {
	text-align: center;
}
.carusel-main_header p {
	margin-bottom: 5px;
	color: #72869E;
}
.carusel-main_s {
	position: relative;
	display: inline-block;
	top: 13px;
	width: 50px;
	height: 50px;
	background-image: url("../img/s.843683f1b34a.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.carusel-main_header-name h5 {
	margin-bottom: 0;
	text-transform: uppercase;
}
.carusel-main_header-info {
	position: absolute;
	bottom: 16px;
	left: 0;
}
.carusel-main_start {
	font-size: 16px;
	color: #4348B7;
	text-decoration: underline;
}
.carusel-main_text {
	max-width: 715px;
}
.read-more {
	color: #4348B7;
	text-decoration: underline;
}
.carusel-main .owl-dots,
.carusel-main .owl-nav {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin: 0;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.carusel-main .owl-dots .owl-dot {
	min-width: 32px;
	vertical-align: middle;
}
.carusel-main .owl-dots .owl-dot span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 auto;
	background-color: #C6CEEA;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.carusel-main .owl-dots .owl-dot.active span,
.carusel-main .owl-dots .owl-dot:hover span {
	width: 18px;
	height: 18px;
	background-color: #E96A86;
}
.carusel-main .owl-nav {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 300px;
	height: 46px;
	margin: 0;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.carusel-main .owl-nav button.owl-next,
.carusel-main .owl-nav button.owl-prev,
.carusel-main button.owl-dot {
	font-size: 60px;
	color: #C6CEEA;
	opacity: 1;
}
.carusel-main .owl-nav button.owl-next span,
.carusel-main .owl-nav button.owl-prev span,
.carusel-main button.owl-dot span {
	display: block;
}
.carusel-main .owl-nav button.owl-next {
	position: absolute;
	right: 0;
}
.carusel-main .owl-nav button.owl-prev {
	position: absolute;
	left: 0;
}
.carusel-main .owl-nav [class*="owl-"]:hover {
	background-color: transparent;
	color: #E96A86;
}
.product-cloud .enterprise-level,
.product-cloud .main_breadcrumbs,
.product-cloud .header {
	background-color: rgba(242, 241, 255, 0.7);
}
.product-cloud .enterprise-level {
	position: relative;
}
div .prod-img {
	background-image: url("../img/product-cloud.b892e026f2ff.png");
	top: 30px;
	right: -135px;
	width: 700px;
	height: 740px;
	z-index: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 1;
}
.product-cloud_breadcrumbs {
	position: absolute;
	top: 30px;
	left: 0;
}
.product-cloud_breadcrumbs a {
	font-size: 14px;
	color: #7D93AD;
	font-family: "Open-Sans-Regular";
}
.product-cloud_breadcrumbs a:hover {
	text-decoration: underline;
}
.product-cloud_breadcrumbs a:after {
	content: '/';
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}
.product-cloud_breadcrumbs a:last-of-type:after {
	display: none;
}
.product-cloud .enterprise-level:after {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	width: 100%;
	height: 120px;
	background-color: #fff;
}
.product-cloud .enterprise-level-block {
	margin-bottom: 100px;
}
.we-offers-product {
	padding: 80px 0 150px;
}
.we-offers-product-text h2 {
	margin-bottom: 30px;
	min-height: 50px;
}
.we-offers-product-con {
	padding-right: 90px;
}
.we-offers-product-bl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.we-offers-product-col {
	width: 50%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.we-offers-product-in {
	min-height: 240px;
	padding: 30px 30px 27px;
	background-color: #F6F6FF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.we-offers-product_img {
	margin-bottom: 35px;
}
.we-offers-product-in p {
	max-width: 125px;
	min-height: 65px;
	margin-bottom: 0;
	color: #7D93AD;
	font-family: "Montserrat-Bold";
}
div .we-h {
	margin-bottom: 45px;
}
div .we-offers-product_t {
	max-width: 100%;
	min-height: 0;
	font-size: 24px;
	font-weight: bold;
	color: #142C47;
}
.optimized {
	margin-top: 160px;
	padding-bottom: 105px;
	background-color: rgba(242, 241, 255, 0.7);
}
.optimized-sec {
	position: relative;
}
.optimized_header {
	position: absolute;
	bottom: 100%;
	width: 100%;
	min-height: 90px;
	text-align: center;
}
.tab_content2 .tab_item2:not(:first-child),
.tab_content .tab_item:not(:first-child) {
    display: none;
}
.optimized-con .tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: -75px -10px 0;
}
.optimized-con .tab {
	-webkit-flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
	padding: 0 10px;
}
.optimized-con .tab div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	min-height: 75px;
	padding: 0 30px;
	font-family: "Montserrat-Bold";
	font-size: 13px;
	line-height: 19px;
	color: #7D93AD;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 1;
}
.optimized-con .tab:hover div,
.optimized-con .active-tab div {
	color: #fff;
}
.optimized-con .tab div:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: -o-linear-gradient(right, #894AE9 0%, #6E72E7 100%);
	background: -webkit-gradient(linear, right top, left top, from(#894AE9), to(#6E72E7));
	background: linear-gradient(270deg, #894AE9 0%, #6E72E7 100%);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: -1;
}
.optimized-con .tab:hover div:before,
.optimized-con .active-tab div:before {
	height: 100%;
}
.optimized-con .tab_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 490px;
}
.optimized-semper {
	margin: 60px 0;
	width: 100%;
}
.optimized-semper-bl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
}
.optimized-semper50 {
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	padding: 0 10px;
}
.optimized-semper25 {
	-webkit-flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
	padding: 0 10px;
}
.optimized-semper50-col {
	width: 100%;
	max-width: 505px;
}
.optimized-semper-header {
	margin-bottom: 16px;
	font-family: "Montserrat-Bold";
	line-height: 20px;
}
.optimized-semper50-col li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 15px;
	line-height: 24px;
	font-weight: 600;
}
.optimized-semper50-col li:before {
	content: '';
	position: absolute;
	display: block;
	top: 3px;
	left: 0;
	width: 18px;
	height: 18px;
	background-image: url("../img/cget.f46ebd0001c8.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.optimized-speed-comparison_header {
	margin-bottom: 40px;
	text-align: center;
}
.optimized-speed-comparison_header p {
	font-family: "Montserrat-Bold";
}
.optimized-speed-comparison_img {
	margin-bottom: 25px;
	text-align: center;
}
.optimized-speed-comparison_img img {
	width: 100%;
	max-width: 980px;
}
.optimized-speed-p {
	text-align: center;
	color: #7D93AD;
}
.optimized-speed-p a {
	font-family: "Open-Sans-Regular";
	color: #7D93AD;
	text-decoration: underline;
}
.main_breadcrumbs {
	padding-bottom: 37px;
}
.main_breadcrumbs a {
	font-size: 14px;
	color: #4a6680;
	font-family: "Open-Sans-Regular";
}
.main_breadcrumbs a:after {
	content: '/';
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}
.main_breadcrumbs a:last-of-type:after {
	display: none;
}
.article-date {
	margin-bottom: 15px;
	font-family: "Montserrat-Regular";
	font-size: 14px;
	color: #E96A86;
	font-weight: 500;
}
.article-header h1 {
	max-width: 490px;
	margin-bottom: 35px;
	font-size: 26px;
	line-height: 44px;
	text-transform: uppercase;
	font-family: "Montserrat-Regular";
}
.article-bl p {
	max-width: 505px;
	margin-bottom: 60px;
}
.article-arrow {
	padding: 60px 0;
	text-align: center;
}
.article-arrow a {
	position: static;
	display: inline-block;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.latest-articles {
	padding: 60px 0 70px;
}
.latest-articles-h {
	margin-bottom: 65px;
}
.latest-articles_cart {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}
.latest-articles_img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 45%;
	height: 170px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}
.latest-articles_img img {
	-o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.latest-articles_text {
	width: 55%;
	padding-left: 40px;
}
.latest-articles_date {
	margin-bottom: 7px;
	color: #E96A86;
	font-size: 12px;
	line-height: 15px;
	font-family: "Montserrat-Regular";
	font-weight: 500;
}
.latest-articles_header {
	margin-bottom: 10px;
}
.latest-articles_header a {
	color: #142C47;
}
.latest-articles_header a:hover {
	text-decoration: underline;
}
.latest-articles_text p {
	margin-bottom: 0;
	color: #7D93AD;
	font-size: 13px;
	line-height: 20px;
	font-family: "Montserrat-Regular";
}
.other-topics {
	padding: 60px 0 50px;
	background-color: #EFF3FF;
}
.other-topics-header {
	margin-bottom: 60px;
}
.other-topics-a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -6px;
}
div .show-more,
.other-topics-a a {
	display: block;
	padding: 14px 30px 15px;
	margin: 0 6px 12px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	background-color: #fff;
	font-weight: 600;
	font-family: "Montserrat-Regular";
	font-size: 14px;
	line-height: 20px;
	color: #7B57E5;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.other-topics-a a:hover {
	color: #fff;
	background: -o-linear-gradient(13.68deg, #FD6F49 -38.2%, #C361FF 123.54%);
	background: linear-gradient(76.32deg, #FD6F49 -38.2%, #C361FF 123.54%);
}
div .show-more {
	color: #7D93AD;
	background-color: transparent;
	border: 1.5px solid #C0D1E5;
	cursor: pointer;
}
.related-article {
	padding: 30px 0 90px;
	background-color: #EFF3FF;
}
.related-article_header h2 {
	margin-bottom: 60px;
	font-family: "Montserrat-Regular";
}
.related-article_header h2 span {
	font-family: "Montserrat-Bold";
}
.related-article_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -23px;
}
.related-article_col {
	-webkit-flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
	padding: 0 23px;
	margin-bottom: 15px;
}
.related-article-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 160px;
	margin-bottom: 12px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	background: #F5F5F5;
}
.related-article-img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.related-article-date {
	margin-bottom: 7px;
	font-family: "Montserrat-Regular";
	color: #E96A86;
	font-size: 12px;
	line-height: 15px;
}
.related-article-name {
	min-height: 90px;
	flex: 1;
}
.related-article-name a {
	color: #050038;
	font-size: 15px;
	line-height: 22px;
	font-weight: 600;
	font-family: "Montserrat-SemiBold", sans-serif;
	display: block;
}
.related-article-name a:hover {
	text-decoration: none;
	color: #050038;
}
.related-article_pagination {
	margin-top: 45px;
}
.related-article_pagination ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.related-article_pagination li {
	display: block;
	min-width: 20px;
}
.related-article_pagination a {
	padding: 17px 18px 18px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #142C47;
	font-family: "Montserrat-Regular";
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.related-article_pagination .active,
.related-article_pagination a:hover {
	background-color: #FFD706;
}
.article1 {
	border-bottom: 1px solid #D4D7FF;
}
.article2 p img {
	max-width: 100%;
	height: auto!important;
}
.w820 {
	max-width: 820px;
	margin: 0 auto;
}
.article-main-s_headr {
	padding-bottom: 45px;
}
.article-main-s_headr h1 {
	font-size: 26px;
	line-height: 38px;
	text-transform: uppercase;
	font-family: "Montserrat-Regular";
}
.article-main-s_name {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 50px 0 0;
}
.article-main-s_img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	overflow: hidden;
}
.article-main-s_img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.article-main-s_info {
	margin-left: 25px;
}
.article-main-s_n {
	font-family: "Montserrat-Bold";
}
.article-main-s_r {
	color: #7D93AD;
	font-family: "Montserrat-Regular";
	font-weight: 500;
}
.article-main-s_p {
	padding: 40px 0 70px;
}
.article-main-s_p p {
	margin-bottom: 25px;
}
.color-s {
	color: #7D93AD;
}
.met a {
	padding: 4px 20px 4px;
	margin: 0 4px;
	font-family: "Montserrat-Regular";
	font-size: 14px;
	line-height: 20px;
	color: #7A71E5;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	background-color: #E8EFFF;
}
.met a:hover {
	text-decoration: underline;
}
.related-article--p {
	padding-top: 80px;
}
.related-article--p .related-article_header h2 {
	font-size: 30px;
	line-height: 37px;
	text-transform: uppercase;
	text-align: center;
	font-family: "Montserrat-Bold";
}
.related-article--p .related-article-name {
	min-height: 88px;
}
.contacts-bl {
	padding-bottom: 50px;
}
.contacts-top {
	padding-bottom: 175px;
}
.related-article-cart {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 16px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	transition: all 0.2s ease;
	border: 1px solid #E6E6E6;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}
.related-article-cart:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transform: translateY(-1px);
	border-color: #CCCCCC;
	background: #FAFAFA;
}
.related-article-cart--no-image {
	background: #FFFFFF;
	min-height: 200px;
	position: relative;
	justify-content: flex-start;
	padding: 16px;
}
.related-article-cart--no-image::before {
	content: attr(data-letter);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: var(--avatar-bg, #F0F0F0);
	color: var(--avatar-color, #050038);
	font-size: 72px;
	font-weight: 700;
	font-family: "Montserrat-Bold", sans-serif;
	text-transform: uppercase;
	margin: 0 auto 16px;
	line-height: 1;
}
.related-article-cart--no-image .related-article-name {
	margin-top: 0;
	text-align: center;
}
.related-article-cart--no-image .related-article-name a {
	color: #050038;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	font-family: "Montserrat-SemiBold", sans-serif;
}
.related-article-cart--no-image:hover {
	background: #FAFAFA;
}
.related-article-cart--no-image:hover .related-article-name a {
	text-decoration: none;
	color: #050038;
}
.related-article-cart p {
	min-height: 72px;
	color: #7D93AD;
	font-size: 13px;
	line-height: 20px;
}
.contacts-header {
	margin-top: 45px;
	margin-bottom: 80px;
}
.contacts-tel li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 8px;
}
.contacts-email,
.contacts-tel a {
	min-width: 240px;
	color: #142C47;
	font-family: "Montserrat-Regular";
	font-size: 20px;
	line-height: 30px;
}
.contacts-email:hover,
.contacts-tel a:hover {
	font-family: "Montserrat-Regular";
	text-decoration: underline;
}
.contacts-email:before,
.contacts-tel a:before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 20px;
	background-image: url("../img/phone-receiver.a6541222c1d9.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.contacts-email:before {
	background-image: url("../img/drafts-evelope-button.785300d2ef32.svg");
}
.contacts-time {
	padding: 4px 17px 4px;
	margin-left: 25px;
	color: #fff;
	background-color: #E96A86;
	-webkit-border-radius: 10em;
	border-radius: 10em;
}
.contacts-top-img {
	position: absolute;
	top: -135px;
	right: -105px;
	width: 792px;
	height: 735px;
	background-image: url("../img/group-76.70775822d2f9.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	z-index: -1;
}
.static {
	position: static;
}
.relative {
	position: relative;
}
.contacts-address {
	max-width: 470px;
}
.contacts-address-header {
	min-height: 45px;
	margin-bottom: 10px;
	font-family: "Montserrat-Bold";
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
}
.contacts-address p {
	margin-bottom: 20px;
	font-weight: 600;
}
.contacts-partners {
	padding: 80px 0 0;
	background-color: #EFF3FF;
}
.contacts-partners h2 {
	margin-bottom: 60px;
}
.partners-cart {
	min-height: 265px;
}
.partners-name {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	font-family: "Montserrat-Bold";
}
.faq-con .tabs {
	margin: 0 -10px 0;
}
.faq_header {
	margin-bottom: 70px;
}
.faq_item {
	padding-top: 70px;
}
.optimized-semper75 {
	-webkit-flex-basis: 75%;
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	max-width: 75%;
	padding: 0 10px;
}
.faq-w .tab2 div {
	display: block;
	padding: 13px 20px 13px;
	margin-bottom: 12px;
	font-family: "Open-Sans-Regular";
	font-weight: 500;
	font-size: 14px;
	line-height: 26px;
	color: #142C47;
	border-left: 7px solid #EFF3FF;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.faq-w.tabs {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.faq-text.tab_item {
	display: block;
}
.faq-w .tab {
	display: block;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
    max-width: 100%;
    padding: 0;
}
.faq-w .tab2 div:hover,
.faq-w .active-tab2 div {
	font-weight: bold;
	border-color: #FFD706;
	background-color: #EFF3FF;
}
.faq-text-header-v {
	margin-bottom: 35px;
	font-size: 18px;
	font-weight: bold;
}
.faq-text-header {
	font-size: 17px;
	font-weight: bold;
}
.faq-text {
	padding-left: 100px;
}
.faq-text p {
	margin-bottom: 30px;
}
/*-/content-*/





/*-footer-*/
.day-7 {
	background-color: #FFD706;
}
.day-7_bl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 190px;
}
.day-7_text .day-7_heading {
	font-family: "Montserrat-Regular";
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
.day-7_text p {
	margin-bottom: 0;
	color: #7D93AD;
	font-weight: 600;
}
.day-7_button a {
	padding: 14px 0 15px;
	color: #fff;
	background: -o-linear-gradient(13.9deg, #FD6F49 -38.2%, #C361FF 123.54%);
	background: linear-gradient(76.1deg, #FD6F49 -38.2%, #C361FF 123.54%);
}
.day-7_button a:hover {
	color: #C361FF;
	background: -o-linear-gradient(13.9deg, #fff -38.2%, #fff 123.54%);
	background: linear-gradient(76.1deg, #fff -38.2%, #fff 123.54%);
	-webkit-box-shadow: 0 0 0 2px #C361FF;
	box-shadow: 0 0 0 2px #C361FF;
}

/* multiline fix for table cells (two and three lines block) */
.line-2 {
	min-height: 2.5rem;
}
.line-3 {
	min-height: 5rem;
}

.footer_menu {
	padding-top: 90px;
}
.footer_menu-header {
	min-height: 60px;
	text-transform: uppercase;
	font-weight: 600;
	color: #142C47;
}
.footer_menu-bl ul {
	min-height: 225px;
}
.footer_menu-bl a {
	display: inline-block;
	width: 100%;
	min-height: 33px;
	line-height: 18px;
	font-family: "Open-Sans-Regular";
	color: #7D93AD;
	text-decoration: underline;
}
.footer_menu-bl a:hover {
	text-decoration: none;
}
.footer-info {
	padding-top: 60px;
	padding-bottom: 40px;
}
.footer-info-logo {
	width: 100%;
	max-width: 225px;
	margin-bottom: 35px;
}
.footer-info-left p {
	max-width: 505px;
	min-height: 240px;
	color: #7D93AD;
}
.footer-info-text {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.footer-info-cart {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 410px;
	margin-bottom: 55px;
}
.footer-info-soc li {
	display: inline-block;
	margin: 0 15px;
}
.footer-info-soc li:first-of-type {
	margin-left: 0;
}
.footer-info-soc li:last-of-type {
	margin-right: 0;
}
.footer-info-co {
	font-size: 14px;
	color: #888888;
}
/*-/footer-*/

/*-login-*/
.login-page *::-webkit-input-placeholder {
	color: #8DA0AD;
	opacity: 1;
}
.login-page *:-moz-placeholder {
	color: #8DA0AD;
	opacity: 1;
}
.login-page *::-moz-placeholder {
	color: #8DA0AD;
	opacity: 1;
}
.login-page *:-ms-input-placeholder {
	color: #8DA0AD;
	opacity: 1;
}
body .login-page,
.login-page h5 {
	font-family: "RobotoRegular";
}
.login-page a {
	font-family: "RobotoRegular";
}
body .login-page {
	font-weight: bold;
	font-size: 12px;
}
.login-page .h-100vh,
.login-page.h-100vh {
	min-height: 550px;
}
body .login-page p {
	margin-bottom: 0;
}
.login-page {
	display: flex;
	position: relative;
	background-image: url("../img/fon--login.bd387a96f6e8.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.login-page>div {
	position: relative;
	z-index: 1;
}
.login-page:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(234, 106, 237, 0.5) 0%, rgba(41, 50, 141, 0.5) 100%);
}
.login-page:after {
	content: '';
	position: absolute;
	display: block;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
}
.login-page__form {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}
.login-page__form:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: -35%;
	width: 100%;
	height: 100%;
	background-image: url("../img/kr--login.8e565ee28a93.svg");
	background-position: top right;
	background-size: cover;
	z-index: -1;
}
.login-page__form .login-page__bl-left {
	width: 100%;
	max-width: 330px;
}
.login-page__form--header {
	margin-bottom: 20px;
	text-align: center;
}
.login-page__form--input {
	position: relative;
	margin-bottom: 15px;
}
.login-page__form--input input {
	width: 100%;
	padding: 9px 14px 10px;
	border: 1px solid #B4C4CE;
	border-radius: 3px;
	font-size: 14px;
}
.login-page__form--input-info {
	position: absolute;
	bottom: 24;
	right: 0;
}
.login-page__form-no .login-page__form--input-info {
	color: #ED5565;
}
.login-page__form-no input {
	background: #FFF0F0;
	border: 1px solid #ED5565;
}
.login-page__forgot-your-password {
	text-align: right;
}
.login-page__forgot-your-password a {
	position: relative;
	top: -14px;
	color: #000;
	text-decoration: underline;
	transition: all 0.3s;
}
.login-page__form-no + .login-page__forgot-your-password a {
	top: 10px;
}
.login-page__form--no-account a:hover,
.login-page__forgot-your-password a:hover {
	text-decoration: none;
}
.login-page__form--button {
	width: 100%;
	margin-top: 80px;
}
.login-page__form--button input {
	width: 100%;
	color: #fff;
	padding: 15px 14px 16px;
	border: none;
	font-size: 14px;
	text-transform: uppercase;
    background: -o-linear-gradient(17.92deg, #646DE0 -10.85%, #963FED 129.83%);
    background: linear-gradient(72.08deg, #646DE0 -10.85%, #963FED 129.83%);
    -webkit-box-shadow: 0 0 0 2px #963FED;
    box-shadow: 0 0 0 2px #963FED;
    transition: all 0.3s;
}
.login-page__form--button input:hover {
	color: #7B57E5;
    background: -o-linear-gradient(17.92deg, #fff -10.85%, #fff 129.83%);
    background: linear-gradient(72.08deg, #fff -10.85%, #fff 129.83%);
    -webkit-box-shadow: 0 0 0 2px #963FED;
    box-shadow: 0 0 0 2px #963FED;
}
.login-page__form--no-account {
	margin-top: 21px;
	font-size: 16px;
	text-align: center;
}
.login-page__form--no-account a {
	color: #142C47;
	text-decoration: underline;
}
.login-page__info-block {
	display: flex;
	justify-content: flex-end;
}
.login-page__info-bl-right {
	max-width: 350px;
}
.login-page__info-block h2 {
	color: #fff;
	font-family: "Montserrat-Regular";
}
.login-page__logo {
	margin-top: 80px;
}
.login-page__logo:before {
	content: '';
	display: block;
	width: 80px;
	height: 3px;
	margin-bottom: 30px;
	background-color: #fff;
}
.login-page__form-info-email {
	margin-top: 30px;
	font-size: 14px;
	line-height: 18px;
	color: #8DA0AD;
	text-align: center;
	font-weight: normal;
}
.login-page__message {
	text-align: center;
}
.login-page__message-text {
	max-width: 270px;
	margin: 30px auto 125px;
	font-size: 16px;
	line-height: 20px;
	color: #8DA0AD;
	font-weight: normal;
}
.new-account:after {
	left: auto;
	right: 0;
}
.new-account .login-page__form:before {
	right: auto;
	left: -35%;
	background-image: url("../img/kr--login-right.44f13fcae159.svg");
	background-position: top left;
}
.new-account .login-page__info-block {
	justify-content: flex-start;
}
.new-account .login-page__logo {
	margin-top: 0;
	margin-bottom: 80px;
}
.new-account .login-page__logo:before {
    display: none;
}
.new-account .login-page__logo:after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    margin-top: 30px;
    background-color: #fff;
}
.login-page__in-text {
	color: #fff;
	font-family: "Open-Sans-Regular";
	font-size: 20px;
	font-weight: 600;
	font-weight: normal;
}
div .login-page__in-text p {
	margin-bottom: 25px;
}
.login-page__in-text-price {
	margin-top: 110px;
	font-weight: 700;
}
.login-page__in-text-price div {
	display: inline-block;
	padding: 6px 14px 7px;
	margin-left: 5px;
	background-color: #E96A86;
	border-radius: 10em;
}
.new-account .login-page__form {
	justify-content: flex-start;
}
.new-account .login-page__bl-left {
	max-width: 500px;
}
.login-page__form-grup {
	display: flex;
	margin: 0 -10px;
}
.login-page__form-grup .login-page__form--input {
	width: 50%;
    padding: 0 10px;
}
.login-page__form--button-new {
	text-align: center;
}
.login-page__form--button-new {
	margin-top: 40px;
}
.login-page__form--button-new input {
	width: 100%;
	max-width: 240px;
    color: #fff;
    padding: 15px 14px 16px;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    background: linear-gradient(76.1deg, rgb(253, 111, 73) -38.2%, rgb(195, 97, 255) 123.54%);
    transition: all 0.3s;
}
.login-page__form--button-new input:hover {
	color: rgb(195, 97, 255);
    box-shadow: rgb(195, 97, 255) 0px 0px 0px 2px;
    background: linear-gradient(76.1deg, rgb(255, 255, 255) -38.2%, rgb(255, 255, 255) 123.54%);
}
/*-/login-*/

/*-cust-2-*/
.popular-plans_td {
	font-size: 14px;
	line-height: 16px;
}
/*-baner-top-*/
.baner-top {
	position: relative;
	margin-bottom: -27px;
	height: 90px;
	overflow: hidden;
	z-index: 3;
}
.baner-top:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 64px;
	background: -o-linear-gradient(180.28deg, #E8729E 23.81%, #5D1480 108.06%);
    background: linear-gradient(269.72deg, #E8729E 23.81%, #5D1480 108.06%);
}
.baner-top__content {
	position: relative;
}
.baner-top__content-bl {
	position: relative;
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.baner-top__content-bl p {
	flex: 1;
	margin-top: 19px;
	margin-bottom: 0;
}
.baner-top__content-bl p span {
	font-weight: bold;
}
.baner-top__content-bl p a {
	text-decoration: underline;
	font-family: "Open-Sans-Regular";
	color: #fff;
	font-weight: normal;
}
.baner-top__content-bl img {
	display: block;
	max-width: 190px;
}
[class*="baner-top__fon-img-"]:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 20px;
	left: -171px;
	width: 54px;
	height: 40px;
	background-image: url("../img/Group-96.d18b5a81f874.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.baner-top__fon-img-right:before {
	bottom: auto;
	left: auto;
	top: 0;
	right: -130px;
}
[class*="baner-top__fon-img-"]:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 2px;
    left: -199px;
    width: 333px;
	height: 90px;
	background-image: url("../img/Ellipse-35.456d2a0b4263.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.baner-top__fon-img-right:after {
	bottom: auto;
	left: auto;
	top: 0;
	right: -160px;
	width: 390px;
	height: 90px;
	background-image: url("../img/Ellipse-34.0eb70f26ca4e.svg");
}
/*-/baner-top-*/
/*-list-of-partners-*/
.background-color-EFF3FF {
	background-color: #EFF3FF;
}
.list-of-partners-header {
	padding-top: 30px;
	padding-bottom: 80px;
}
.list-of-partners-bl {
	overflow-x: visible;
}
.list-of-partners-header .level-img {
	height: 454px;
	width: 700px;
	top: 0;
	right: 0;
}
.other-list-of-partners {
	background-color: #fff;
}
.other-list-of-partners .other-topics-a a {
	background-color: #EFF3FF;
}
.filter-partners__header {
	margin-bottom: 42px;
	margin-top: 20px;
	color: #7D93AD;
	font-weight: bold;
}
.filter-partners-close {
	display: none;
}
.list-of-partners-search-bl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.filter-mob-button {
	display: none;
	width: 57px;
	height: 57px;
	margin-left: 15px;
	background-color: transparent;
	background-image: url("../img/filter-button.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	border: none;
}
.list-of-partners-search {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
}
.list-of-partners-search input {
	width: 100%;
	padding: 15px 45px 15px 25px;
	border: 1px solid rgba(180, 196, 206, 0.5);
}
.list-of-partners-search__button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	background-image: url("../img/magnify.a252c2db661d.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px 30px;
	background-color: transparent;
	border: none;
}
.list-of-partners-list {
	margin-top: 30px;
	border: 1px solid rgba(180, 196, 206, 0.5);
	margin-bottom: 60px;
}
.list-of-partners-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 0 30px;
	border-bottom: 1px solid rgba(180, 196, 206, 0.5);
}
.list-of-partners-list .list-of-partners-list__item:last-of-type {
	border-bottom: none;
}
.list-of-partners-list__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.list-of-partners-list__star-block {
	margin-bottom: 7px;
	font-size: 18px;
	font-weight: bold;
	border-right: 1px solid rgba(180, 196, 206, 0.5);
}
.list-of-partners-list__star-block:after {
	content: '';
	position: relative;
	display: inline-block;
	top: 3px;
	width: 21px;
	height: 21px;
	margin-left: 4px;
	margin-right: 15px;
	background-image: url("../img/Star1.742af0c823ce.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.list-of-partners-list__header-text {
	margin-left: 15px;
	font-size: 18px;
	font-weight: bold;
}
.list-of-partners-list__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	max-width: 170px;
}
.list-of-partners-list__info {
	padding-right: 35px;
}
.list-of-partners-list__content {
	min-height: 80px;
	margin-bottom: 0;
	font-size: 14px;
}
.list-of-partners-list__more {
	font-size: 12px;
	color: #7B57E5;
	text-decoration: underline;
}
.list-of-partners-list__more:hover {
	text-decoration: none;
}
.list-of-partners-content .related-article_pagination {
	margin-top: 90px;
    margin-bottom: 90px;
}
.filter-partners-row {
	padding: 20px 15px 12px;
	margin-bottom: 10px;
	border: 1px solid rgba(180, 196, 206, 0.5);
}
.main-form-row .main-form-name [type="reset"] {
	padding: 0;
	background-color: transparent;
	border: none;
	font-weight: bold;
	width: auto;
	font-size: 11px;
	text-decoration: underline;
	color: #7B57E5;
}
.main-form-name [type="reset"]:hover {
	text-decoration: none;
}
.main-form-range {
	margin-top: 20px;
}
.ui-widget-content {
	background-color: #EFF3FF;
}
.ui-widget.ui-widget-content {
    border: none;
}
.ui-widget-header {
	background: -o-linear-gradient(4.62deg, #646DE0 -10.85%, #963FED 129.83%);
	background: linear-gradient(85.38deg, #646DE0 -10.85%, #963FED 129.83%);
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	background: -o-linear-gradient(3.54deg, #FD6F49 -38.2%, #C361FF 123.54%);
	background: linear-gradient(86.46deg, #FD6F49 -38.2%, #C361FF 123.54%);
	border: none;
	border-radius: 3px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.2em;
}
.result-polzunok2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 17px;
}
div .result-polzunok2 p {
	margin-bottom: 5px;
}
.result-polzunok-max,
.result-polzunok-min {
	position: relative;
	min-width: 65px;
	padding: 6px 20px 7px 10px;
	border: 1px solid #B4C4CE;
	border-radius: 3px;
	font-size: 14px;
}
.result-polzunok-max:after,
.result-polzunok-min:after {
	content: '';
	position: absolute;
	display: inline-block;
	top: 50%;
	right: 5px;
	width: 13px;
    height: 13px;
	background-image: url("../img/s-d.c5660798e0af.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
.main-form-checkboxs {
	padding-top: 8px;
}
.main-form-checkboxs__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 15px;
}
.main-form-checkboxs [type="checkbox"] {
	display: none;
}
.main-form-checkboxs__label-check {
	position: relative;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	border: 2px solid #C0D1E5;
	border-radius: 3px;
}
.main-form-checkboxs__label-text {
	position: relative;
	font-size: 12px;
}
.main-form-checkboxs__label-price {
	position: relative;
	top: -1px;
	font-size: 12px;
	font-weight: bold;
}
.main-form-checkboxs__label-price:after {
	content: '';
	position: relative;
	display: inline-block;
	top: 1px;
	width: 9px;
    height: 11px;
    margin-left: 2px;
	background-image: url("../img/s-d-2.605619f14ccb.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.main-form-checkboxs__label [type="checkbox"]:checked+.main-form-checkboxs__label-check {
	border: none;
	background: -o-linear-gradient(3.54deg, #FD6F49 -38.2%, #C361FF 123.54%);
	background: linear-gradient(86.46deg, #FD6F49 -38.2%, #C361FF 123.54%);
}
.main-form-checkboxs__label [type="checkbox"]:checked+.main-form-checkboxs__label-check:after {
	content: '';
	position: relative;
	display: block;
	top: 5px;
    left: 5px;
    width: 14px;
    height: 14px;
	background-image: url("../img/check-mark-sign-2.fbd05a8c2db8.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.main-form-range__nase-bl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.main-form-range__nase-bl div {
	position: relative;
	width: 20%;
	text-align: right;
}
.main-form-range__nase-bl div:after {
	content: '';
	position: absolute;
	display: block;
	bottom: 100%;
	right: 0;
	width: 4px;
	height: 100%;
	background-color: #fff;
	z-index: 1;
}
div .main-form-range__nase-bl p {
	position: relative;
	right: -2px;
	font-size: 14px;
	font-weight: normal;
}
div .main-form-range__nase-bl>div:first-child:before {
	content: '0';
	position: absolute;
	display: block;
	left: -4px;
	top: 0;
}




/*-/list-of-partners-*/
/*-company-services-*/
.company-services-header__content {
	position: relative;
	padding-right: 330px;
	margin: 50px 0 50px;
}
.company-services-header__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}
.company-services-header__header-star {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-right: 15px;
	font-size: 40px;
	line-height: 49px;
	font-weight: bold;
}
.company-services-header__header-star:after {
	content: '';
	position: relative;
	display: inline-block;
	top: 3px;
	width: 34px;
	height: 34px;
	margin-left: 13px;
	margin-right: 15px;
	background-image: url("../img/Star1.742af0c823ce.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.company-services-header__header-star:before {
	content: '';
	position: absolute;
	right: 0;
	top: 11px;
	width: 2px;
	height: 32px;
	background-color: rgba(180, 196, 206, 0.5);
}
.company-services-header__header h1 {
	font-weight: normal;
}
.company-services-header__img {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
	background-color: #fff;
}
.company-services-header__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.company-services-header__img img {
	width: 100%;
	max-width: 180px;
}
.company-services-header__text {
	min-height: 210px;
}
.company-services-header__info-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
}
.company-services-header__info-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.company-services-header__info-item {
	width: 33.333%;
	padding: 5px 0 6px 20px;
	border-left: 4px solid #E09B3D;
}
.company-services-header__info-item--blue {
	border-left: 4px solid #5A37CF;
}
.company-services-header__info-item--red {
	border-left: 4px solid #E96A86;
}
.company-services-header__info-item p {
	font-weight: bold;
	margin-bottom: 0;
}
.company-services-header__info-item a {
	color: #142C47;
	font-family: "Open-Sans-Regular";
}
.company-services-header__button {
	width: 100%;
	max-width: 300px;
}
.company-services-header__button a {
	display: block;
	width: 100%;
	padding: 16px 0;
	color: #fff;
	text-align: center;
	font-weight: normal;
	background: -o-linear-gradient(4.62deg, #646DE0 -10.85%, #963FED 129.83%);
	background: linear-gradient(85.38deg, #646DE0 -10.85%, #963FED 129.83%);
	border: 2px solid #7B57E5;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.company-services-header__button a:hover {
	background: -o-linear-gradient(4.62deg, #fff -10.85%, #fff 129.83%);
	background: linear-gradient(85.38deg, #fff -10.85%, #fff 129.83%);
	color: #7B57E5;
}
.company-services-blok-tabs {
	padding: 80px 0;
}
.company-services-blok-tabs .tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 2px solid #D4D7FF;
}
.company-services-blok-tabs .tab {
	position: relative;
	padding-bottom: 15px;
	margin-right: 90px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.company-services-blok-tabs .tab:hover,
.company-services-blok-tabs .tab.active-tab {
	color: #5A37CF;
}
.company-services-blok-tabs .tab:after {
	content: '';
	position: absolute;
	display: block;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.company-services-blok-tabs .tab:hover:after,
.company-services-blok-tabs .tab.active-tab:after {
	background: #5A37CF;
}
.what-are-we-doing-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 130px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.what-are-we-doing__img {
	width: 430px;
}
.what-are-we-doing__content {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-left: 110px;
}
.what-are-we-doing__content h2 {
	margin-bottom: 15px;
	font-weight: normal;
}
.what-are-we-doing .what-are-we-doing-row:nth-child(odd) .what-are-we-doing__img {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.what-are-we-doing .what-are-we-doing-row:nth-child(odd) .what-are-we-doing__content {
	padding-left: 0;
	padding-right: 110px;
}
.company-services-coment-bl {
	max-width: 780px;
	padding: 100px 0 0;
	margin: 0 auto;
}
.company-services-coment-form__headr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.company-services-coment-form__text {
	font-weight: bold;
}
.company-services-coment-form__rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.company-services-coment-form-star {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
	margin-left: 25px;
}
.company-services-coment-form-star li {
	width: 25px;
	height: 25px;
	margin-left: 5px;
	background-image: url("../img/Star6.ad1b3e7f29b3.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	cursor: pointer;
}
.company-services-coment-form textarea {
	width: 100%;
	min-height: 110px;
	padding: 10px 15px;
	margin-top: 22px;
	margin-bottom: 30px;
	border: 1px solid #B4C4CE;
}
.company-services-coment-form__button-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.main-form-button,
.company-services-coment-form__button {
	padding: 16px 40px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	background: -o-linear-gradient(4.62deg, #646DE0 -10.85%, #963FED 129.83%);
	background: linear-gradient(85.38deg, #646DE0 -10.85%, #963FED 129.83%);
	border: 2px solid #7B57E5;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.main-form-button:hover,
.company-services-coment-form__button:hover {
	background: -o-linear-gradient(4.62deg, #fff -10.85%, #fff 129.83%);
	background: linear-gradient(85.38deg, #fff -10.85%, #fff 129.83%);
	color: #7B57E5;
}
.company-services-coment-list {
	margin-top: 80px;
}
.company-services-coment-list__user-headr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 35px;
}
.company-services-coment-list__user-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.company-services-coment-list__user-foto {
	width: 36px;
	height: 36px;
	margin-right: 15px;
	border-radius: 100%;
	overflow: hidden;
}
.company-services-coment-list__user-foto img {
	width: 100%;
}
.company-services-coment-list__user-name {
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
.company-services-coment-list__user-date {
	font-size: 12px;
	line-height: 15px;
	color: #5B5956;
}
.company-services-coment-form-star .company-services-coment-form-star--active {
	background-image: url("../img/Star2.2b882a18fc62.svg");
}
.company-services-coment-list__text {
	margin-bottom: 35px;
	font-size: 14px;
}
.company-services-coment-list__text-button {
	margin-top: 7px;
	font-size: 14px;
	background-color: transparent;
	border: none;
	color: #6342D7;
}
.company-services-coment-list__text-button:hover {
	text-decoration: underline;
}
.company-services-coment-list__lvl2 {
	padding-left: 35px;
	border-left: 1px dashed #9E8A70;
}
.company-services-coment-list__lvl2 .company-services-coment-list__user-headr {
	margin-bottom: 20px;
}
/*-/company-services-*/
/*-main-popup-*/
.main-popup {
	position: fixed;
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 100;
}
.main-popup--active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.main-popup__background {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(46, 53, 62, 0.7);
}
.main-popup-bl {
	position: relative;
	width: 100%;
	max-width: 620px;
	padding: 55px 0 40px;
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 40px rgba(20, 44, 71, 0.15);
	        box-shadow: 0px 10px 40px rgba(20, 44, 71, 0.15);
	border-radius: 20px;
}
.main-popup-close {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	border: none;
	background-color: transparent;
	background-image: url("../img/x.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px 14px;
}
.main-popup-form {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
}
.main-form-row {
	margin-bottom: 18px;
}
.main-form-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 10px;
}
.main-form-row p {
	margin-bottom: 0;
	font-size: 11px;
	font-weight: bold;
}
.main-form-row textarea,
.main-form-row select,
.main-form-row input:not([type="checkbox"]) {
	width: 100%;
	padding: 10px 18px 11px;
	border: 1px solid #B4C4CE;
	border-radius: 3px;
	font-family: "Open-Sans-Regular";
}
.main-form-select {
	position: relative;
}
.main-form-select__select {
	 position: relative;
	 width: 100%;
	 height: 50px;
	 margin: 0 auto;
	 font-size: 14px;
}
.main-form-select__select[data-state="active"] .main-form-select__select__title::before {
	 transform: translate(-3px, -50%) rotate(-45deg);
}
.main-form-select__select[data-state="active"] .main-form-select__select__title::after {
	 transform: translate(3px, -50%) rotate(45deg);
}
.main-form-select__select[data-state="active"] .main-form-select__select__content {
	 opacity: 1;
}
.main-form-select__select[data-state="active"] .main-form-select__select__label + .main-form-select__select__input + .main-form-select__select__label {
	 max-height: 40px;
	 border-top-width: 1px;
}
.main-form-select__select__title {
	 display: flex;
	 align-items: center;
	 width: 100%;
	 height: 100%;
	 padding: 8px 16px;
	 border-radius: 3px;
	 color: #8DA0AD;
	 border: 1px solid #B4C4CE;
	 cursor: pointer;
}
.main-form-select__select__title.active {
	color: #000;
}
.main-form-select__select__title::before, .main-form-select__select__title::after {
	 content: "";
	 position: absolute;
	 top: 50%;
	 right: 16px;
	 display: block;
	 width: 10px;
	 height: 2px;
	 transition: all 0.3s ease-out;
	 background-color: #333;
	 transform: translate(-3px, -50%) rotate(45deg);
}
.main-form-select__select__title::after {
	 transform: translate(3px, -50%) rotate(-45deg);
}

.main-form-select-reset:hover {
	 background-color: #d8093a;
	 color: #fff;
}
.main-form-select__select__content {
	 position: absolute;
	 top: 53px;
	 display: flex;
	 flex-direction: column;
	 width: 100%;
	 background-color: #fff;
	 border-radius: 3px;
	 transition: all 0.3s ease-out;
	 box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.07), 0px 4px 15px rgba(84, 169, 218, 0.15);
	 opacity: 0;
	 overflow: hidden;
	 z-index: 8;
}
.main-form-select__select__input {
	 display: none;
}
.main-form-select__select__input:checked + label {
	 background-color: #dedede;
}
.main-form-select__select__input:disabled + label {
	 opacity: 0.6;
	 pointer-events: none;
}
.main-form-select__select__label {
	 display: flex;
	 align-items: center;
	 width: 100%;
	 height: 40px;
	 max-height: 0;
	 padding: 0 16px;
	 margin-bottom: 0;
	 transition: all 0.2s ease-out;
	 cursor: pointer;
	 overflow: hidden;
}
.main-form-select__select__label + input + .main-form-select__select__label {
	 border-top: 0 solid #c7ccd1 60;
}
.main-form-select__select__label:hover {
	 background-color: #F2F1FF !important;
}
.main-form-row textarea {
	height: 110px;
}
.main-popup-form .main-form-button {
	display: block;
	margin: 40px auto 0;
}
.main-form-row select {
	color: #666;
	cursor: pointer;
	outline: none;
	background-color: #fff;
}
.main-form-row select option {
	font-family: "Open-Sans-Regular";
}
.main-form-row select option:not(:first-child) {
	color: #000;
	cursor: pointer;
}
/*-/main-popup-*/
/*-/cust-2-*/

/*-menu width fix-*/
@media only screen and (min-width : 1271px) {
	.header__menu__menu-lvl2 {
	    width: auto;
	}
	.header__menu li ul {
	    display: -ms-grid;
	    display: grid;
	    -ms-grid-columns: auto 20px auto;
	    grid-template-columns: auto auto;
	    gap: 0 20px;
	}
	.header__menu li ul li {
    	width: auto;
	}

/* FAQ Service Section */
.faq-service-section {
	padding: 80px 0 100px;
	background-color: rgba(242, 241, 255, 0.7);
}
.faq-service-title {
	font-size: 28px;
	font-family: "Montserrat-Bold", sans-serif;
	color: #142C47;
	margin-bottom: 40px;
	text-align: center;
}
.faq-service-list {
	max-width: 860px;
	margin: 0 auto;
}
.faq-service-item {
	border-bottom: 1px solid #d8dff7;
	margin-bottom: 4px;
}
.faq-service-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 0;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	color: #142C47;
	transition: color 0.2s;
}
.faq-service-question:hover,
.faq-service-question.active {
	color: #5b5be6;
}
.faq-service-icon {
	flex-shrink: 0;
	margin-left: 16px;
	font-size: 22px;
	font-weight: 300;
	line-height: 1;
	transition: transform 0.2s;
}
.faq-service-question.active .faq-service-icon {
	transform: rotate(45deg);
}
.faq-service-answer {
	display: none;
	padding: 0 0 18px;
	font-size: 15px;
	color: #444;
	line-height: 1.7;
}
.faq-service-answer p { margin-bottom: 10px; }
.faq-service-answer ul { padding-left: 20px; }
.faq-service-answer li { margin-bottom: 6px; }
}
/* ── day-7 service override ─────────────────────────────── */
/* Bold heading when service title is present */
.day-7_text:has(.day-7_desc) .day-7_heading {
	font-family: "Montserrat-Bold", sans-serif;
	font-size: 1.35rem;
	line-height: 1.3;
	margin-bottom: .6rem;
}
/* Override inherited grey/bold style from .day-7_text p */
.day-7_desc,
.day-7_desc p {
	margin-bottom: 0;
	margin-top: 0;
	font-size: .9rem;
	font-weight: 400;
	color: #596880;
	line-height: 1.65;
}
.day-7_desc ul {
	padding-left: 1.1rem;
	margin: 4px 0 0;
}
.day-7_desc li {
	margin-bottom: 2px;
	font-size: .9rem;
	font-weight: 400;
	color: #596880;
}
.day-7_desc strong { color: #3d4f63; }
.day-7_buttons {
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex-shrink: 0;
	min-width: 200px;
}
@media (max-width: 767px) {
	.day-7_buttons { flex-direction: row; flex-wrap: wrap; margin-top: 20px; }
	.day-7_buttons .day-7_button { flex: 1 1 140px; }
}
/* ── end day-7 service override ─────────────────────────── */

/* ── Bottom CTA ──────────────────────────────────────────── */
.bottom-cta {
	padding: 80px 0;
	background: linear-gradient(76.49deg, #7326EE -5.61%, #3D40A1 99.53%);
	color: #fff;
}
.bottom-cta__title {
	font-family: "Montserrat-Bold", sans-serif;
	font-size: 2rem;
	line-height: 1.25;
	margin-bottom: 1rem;
	color: #fff;
}
.bottom-cta__desc {
	font-size: 1rem;
	line-height: 1.7;
	color: rgba(255,255,255,.85);
	max-width: 640px;
}
.bottom-cta__desc p { margin-bottom: .6rem; }
.bottom-cta__desc ul { padding-left: 1.25rem; margin-bottom: .6rem; }
.bottom-cta__desc li { margin-bottom: .3rem; }
.bottom-cta__desc strong { color: #fff; }
.bottom-cta__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 14px;
	margin-top: 0;
}
.bottom-cta__btn-primary {
	display: block;
	text-align: center;
	padding: 15px 32px;
	border-radius: 6px;
	font-family: "Montserrat-Bold", sans-serif;
	font-size: .95rem;
	color: #fff !important;
	background: linear-gradient(76.1deg, #FD6F49 -38.2%, #C361FF 123.54%);
	text-decoration: none;
	transition: box-shadow .2s, opacity .2s;
}
.bottom-cta__btn-primary:hover {
	opacity: .9;
	box-shadow: 0 4px 20px rgba(253,111,73,.4);
	color: #fff !important;
}
.bottom-cta__btn-outline {
	display: block;
	text-align: center;
	padding: 13px 32px;
	border-radius: 6px;
	font-family: "Montserrat-Bold", sans-serif;
	font-size: .95rem;
	color: #fff !important;
	border: 2px solid rgba(255,255,255,.6);
	text-decoration: none;
	transition: border-color .2s, background .2s;
}
.bottom-cta__btn-outline:hover {
	border-color: #fff;
	background: rgba(255,255,255,.08);
	color: #fff !important;
}
@media (max-width: 991px) {
	.bottom-cta { padding: 60px 0; }
	.bottom-cta__title { font-size: 1.5rem; }
	.bottom-cta__actions { margin-top: 32px; flex-direction: row; flex-wrap: wrap; }
	.bottom-cta__btn-primary,
	.bottom-cta__btn-outline { flex: 1 1 140px; }
}
/* ── end Bottom CTA ─────────────────────────────────────── */

/*-menu fix-*/