@font-face {
    font-family: 'Montserrat';
    src: url('/assets/template/fonts/Montserrat/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/template/fonts/Montserrat/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/template/fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/template/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/template/fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/template/fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/template/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/template/fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/template/fonts/Montserrat/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/template/fonts/Montserrat/Montserrat-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/template/fonts/Montserrat/Montserrat-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/template/fonts/Montserrat/Montserrat-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/template/fonts/Montserrat/Montserrat-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/template/fonts/Montserrat/Montserrat-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/template/fonts/Montserrat/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/template/fonts/Montserrat/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/template/fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/template/fonts/Montserrat/Montserrat-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

html {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
}

html,
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin: 0;
	padding-bottom: 15px;
	color: #23255A;
}

a:hover {
    text-decoration: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	max-width: 1470px;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.bg-blue-100 {
	background: #2DADE2;
}

.bg-blue-400 {
	background: #13569D;
}

.bg-blue-700 {
	background: #23255A;
}

.bg-grey-100 {
	background: #F5F5F5;
}

.bg-grey-400 {
	background: #F9F9F9;
}

.text-blue-100 {
	color: #2DADE2;
}

.text-blue-400 {
	color: #13569D;
}

.text-blue-700 {
	color: #23255A !important;
}

.font-weight-700 {
	font-weight: 700;
}

.text-transform-lowercase {
	text-transform: lowercase;
}

.text-decoration-none {
	text-decoration: none;
}

.header {
	padding-top: 31px;
	width: fit-content;
	min-width: 100%;
}

.search-form,
.header-menu,
.personal-area,
.phone {
	margin-top: 45px;
}

.btn {
	display: inline-block;
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding: 20px 48px;
	text-align: center;
	transition: 0.3s;
	cursor: pointer;
	outline: none;
	border: none;
}

.btn:hover {
   color: #ffffff; 
}

.btn-blue {
	background: #2DADE2;
}

.btn-blue:hover {
    background: #13569D;
}

.btn-blue-dark {
	background: #13569D;
}

.btn-blue-dark:hover {
	background: #1c75b6;
}

.header-menu {
	display: flex;
	align-items: center;
	align-content: center;
}

.header-menu--item>a {
	display: inline-block;
	position: relative;
	padding: 16px;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #23255A;
	text-decoration: none;
}

.header-menu--item.header-menu--item-group>a {
	padding-right: 30px;
}

.header-menu--item.header-menu--item-group>a:before {
	content: '';
	position: absolute;
	right: 12px;
	top: 0;
	width: 8px;
	height: 100%;
	background: url('/assets/template/images/icons/icon-arrow-down.svg');
	background-repeat: no-repeat;
	background-position-y: center;
}

.header-menu--items-group {
	display: none;
	position: absolute;
	width: 250px;
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	padding: 16px 0;
	z-index: 2;
}

.header-menu--item.header-menu--item-group:hover .header-menu--items-group {
	display: block;
}

.header-menu--group-item a {
	display: inline-block;
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #23255A;
	text-decoration: none;
	transition: 0.3s;
	padding: 10px 20px;
}

.header-menu--group-item a:hover {
	background: #F9F9F9;
	color: #13569D;
}

.search-form {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}

.search-form--content {
    display: block;
    position: absolute;
    width: 0px;
    right: 45px;
    transition: 0.3s;
    overflow: hidden;
}

.search-form--content.show {
    width: calc(100% - 44px);
}

.search-form--content form {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    padding: 9px 18px;
}

.search-form--input {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #23255A;
	padding: 0px;
	border: unset;
	outline: none;
	width: 100%;
}

.search-form--submit {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	text-align: right;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #13569D;
	background: unset;
	border: unset;
	outline: none;
	padding-left: 18px;
	cursor: pointer;
}

.search-form--icon {
	margin-left: 28px;
	cursor: pointer;
}

.position-relative {
	position: relative;
}

.left-panel {
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 1;
}

.left-panel--item {
	position: relative;
	display: flex;
	border-radius: 5px 0px 0px 5px;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	height: 56px;
	cursor: pointer;
	margin-bottom: 10px;
	right: calc(56px - 100%);
	transition: 0.3s;
	text-decoration: none;
}

.left-panel--item.movement:hover {
	right: 0px;
}

.left-panel--item-icon {
	padding: 0 17px;
}

.left-panel--item-text {
	padding-right: 15px;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.breadcrumbs {
	margin-top: 119px;
	margin-bottom: 29px;
}

.breadcrumbs--item {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #23255A;
}

.breadcrumbs--item a {
	color: #23255A !important;
	text-decoration: none;
	transition: 0.3s;
}

.breadcrumbs--separator {
	padding: 0 20px;
}

.h1,
h1 {
	font-weight: 700;
	font-size: 80px;
	line-height: 90px;
	text-transform: uppercase;
	color: #23255A;
	margin-top: 0;
	margin-bottom: 90px;
}

.licensee {
	padding: 75px 125px;
	padding-bottom: 52px;
	color: #FFFFFF;
	margin-bottom: 89px;
	border-radius: 10px;
}

.licensee-list {
	margin-bottom: 180px;
}

.licensee--title {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
}

.licensee--text {
	font-size: 40px;
	line-height: 60px;
	color: #FFFFFF !important;
	margin-bottom: 23px;
	text-decoration: none;
}

.licensee-list--item-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
	color: #13569D;
	margin-bottom: 15px;
}

.licensee-list--item-date {
	font-size: 20px;
	line-height: 30px;
	color: #23255A;
	margin-bottom: 20px;
}

.licensee-list--item-service {
	font-size: 16px;
	line-height: 24px;
	color: #23255A;
}

.licensee-list--item-subtitle {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #2DADE2;
	margin-bottom: 28px;
	padding-top: 5px;
}

.licensee-list--item-text {
	font-size: 20px;
	line-height: 30px;
	color: #23255A;
}

.licensee-list--item {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #E0E0E0;
}

.footer {
	border-top: 1px solid #E0E0E0;
	padding-top: 80px;
	width: fit-content;
	min-width: 100%;
}

.footer-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #23255A;
	margin-bottom: 10px;
}

.footer-logo {
	margin-bottom: 130px;
}

.footer-contact-link a {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #13569D;
	text-decoration: none;
}

.footer-menu--item a {
	display: block;
	font-size: 20px;
	line-height: 40px;
	color: #23255A;
	text-decoration: none;
	padding-bottom: 5px;
}

.text-right {
	text-align: right;
}

.copyright {
	margin-top: 80px;
	font-size: 16px;
	line-height: 30px;
	color: #23255A;
	width: fit-content;
	min-width: 100%;
}

.copyright a {
	color: #13569D !important;
	text-decoration: none;
}

#map-contact {
	height: 560px;
	border-radius: 10px;
	margin-bottom: 50px;
}

.contact-list--item-city {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
	color: #23255A;
}

.contact-list--item-address,
.contact-list--item-metro {
	font-size: 20px;
	line-height: 30px;
	color: #23255A;
}

.contact-list--item-email a,
.contact-list--item-phone a {
	font-size: 20px;
	line-height: 30px;
	color: #13569D;
	text-decoration: none;
}

.contact-list--item {
	padding: 38px 0;
	border-bottom: 1px solid #E0E0E0;
}

.contact-list {
	margin-bottom: 142px;
}

.contact-form {
	padding: 90px 0;
	width: fit-content;
	min-width: 100%;
}

.bg-blue--title {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 190px;
}

.contact-form--control-margin {
	margin: 0 60px;
}

.contact-form--control textarea {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #23255A;
	border: 1px solid #E0E0E0;
	outline: none;
	background: #FFFFFF;
	border-radius: 5px;
	width: 815px;
	height: 226px;
	resize: auto;
	padding: 15px 20px;
	max-width: 100%;
}

.contact-noform--text {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 50px;
}

.contact-form--text {
	font-size: 16px;
	line-height: 30px;
	color: #FFFFFF;
	margin-top: auto;
}

.contact-form--text span {
	font-size: 30px;
	line-height: 30px;
	color: #FF2828;
}

.contact-form--text a {
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
}

.contact-form--control input {
	background: #FFFFFF;
	border-radius: 5px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #23255A;
	border: 1px solid #E0E0E0;
	outline: none;
	width: 100%;
	padding: 15px 20px;
	margin-bottom: 20px;
	min-width: 315px;
	max-width: 100%;
}

.contact-form--control.control-required input {
	background: url('/assets/template/images/icons/icon-required.svg') #fff;
	background-repeat: no-repeat;
	background-position-y: 10px;
	background-position-x: calc(100% - 10px);
}

.w-100 {
	width: 100%;
}

.home-title {
	margin-top: 183px;
	width: fit-content;
	min-width: 100%;
}

.text-intro {
	font-size: 20px;
	line-height: 30px;
}

.home-banner-1 {
	position: relative;
	margin-top: 14px;
	width: fit-content;
	min-width: 100%;
}

.home-banner-1--stamp {
	position: absolute;
	left: 0;
	top: -114px;
}

.home-title .text-intro {
	margin-top: 10px;
}

.contact-form--control-margin .contact-form--text {
	margin-top: 14px;
}

.what-doing {
	width: fit-content;
	min-width: 100%;
	padding: 170px 0;
	position: relative;
	top: -4px;
	margin-bottom: -4px;
}

.what-doing--text {
	font-size: 38px;
	line-height: 60px;
	color: #FFFFFF;
	padding-left: 60px;
	max-width: 1190px;
}

.about-company--container {
	position: relative;
	width: fit-content;
	min-width: 100%;
}

.about-company {
	padding-top: 170px;
	padding-bottom: 140px;
	border-bottom: 1px solid #E0E0E0;
}

.home-block--title {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #2DADE2;
}

.about-company--tile-title {
	font-size: 60px;
	line-height: 90px;
	color: #13569D;
	margin-bottom: 15px;
}

.about-company .home-block--title {
	margin-bottom: 37px;
}

.home-block--h1 {
	font-weight: 700;
	font-size: 80px;
	line-height: 90px;
	text-transform: uppercase;
	color: #23255A;
	margin-bottom: 97px;
}

.home-block--h1-small {
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    color: #23255A;
}

.about-company--tile-text {
	font-size: 20px;
	line-height: 30px;
	color: #23255A;
}

.about-company--tile {
	width: 250px;
	padding-right: 65px;
	padding-bottom: 50px;
}

.about-company--tile-separator-vertical {
	width: 1px;
	height: 190px;
	background: #E0E0E0;
	margin-right: 60px;
}

.about-company--tile-last {
	padding-right: 20px;
}

.about-company--tile-separator-horizon {
	width: 190px;
	height: 1px;
	background: #E0E0E0;
	margin-bottom: 50px;
}

.about-company--tile-separator-last {
	margin-left: 120px;
}

.about-company--img {
	position: absolute;
	right: 0;
	padding-top: 170px;
	max-width: 55%;
}

.solutions-company {
	margin-top: 190px;
	margin-bottom: 176px;
}

.solutions-company--title {
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	color: #23255A;
	margin-bottom: 34px;
}

.solutions-company--text {
	font-size: 30px;
	line-height: 40px;
	color: #23255A;
	margin-bottom: 60px;
}

.solutions-company--number--title {
	font-weight: 700;
	font-size: 30px;
	line-height: 90px;
	color: #2DADE2;
}

.solutions-company--number--digit {
	font-weight: 700;
	font-size: 80px;
	line-height: 90px;
	text-transform: uppercase;
	color: #F9F9F9;
	position: absolute;
	z-index: -1;
	top: -15px;
}

.solutions-company--number--text {
	font-size: 20px;
	line-height: 30px;
	color: #23255A;
}

.solutions-company--number--text {
	font-size: 20px;
	line-height: 30px;
	color: #23255A;
	padding-bottom: 70px;
}

.solutions-company--number {
	position: relative;
	margin-top: 210px;
}

.solutions-company--number:before {
	content: '';
	position: absolute;
	bottom: 0;
	border-bottom: 1px solid #E0E0E0;
	width: calc(100% - 30px);
}

.reviews-company {
	margin-bottom: 150px;
}

.reviews-company .home-block--title {
	margin-bottom: 40px;
	text-align: center;
}

.reviews-company .home-block--h1 {
	margin-bottom: 145px;
	text-align: center;
	padding: 0 70px;
}

.reviews-company--item-logo {
	margin-bottom: 20px;
	height: 90px;
}

.reviews-company--item-text {
	font-size: 20px;
	line-height: 40px;
	color: #23255A;
	margin-bottom: 45px;
}

.reviews-company--item {
	padding-bottom: 26px;
	border-bottom: 1px solid #E0E0E0;
}

.reviews-company--item-author {
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;
	text-align: right;
	letter-spacing: -0.03em;
	color: #23255A;
}

.reviews-company--item-organization {
	font-size: 16px;
	line-height: 40px;
	text-align: right;
	color: #23255A;
}

.reviews-company--item-left {
	margin-right: 30px;
	max-width: 688px;
}

.reviews-company--item-right {
	margin-left: 30px;
	max-width: 688px;
}

.solutions-home-company {
	width: fit-content;
	min-width: 100%;
	padding-top: 112px;
	padding-bottom: 116px;
	margin-bottom: 100px;
}

.solutions-events-company .home-block--title,
.solutions-home-company .home-block--title,
.examples-company .home-block--title {
    margin-right: 60px;
    margin-top: 15px;
}

.solutions-home-company--tabs-content-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 40px;
	color: #23255A;
}

.solutions-home-company--tabs-content-text {
	font-size: 20px;
	line-height: 30px;
	color: #23255A;
}

.solutions-home-company--tabs-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 46px;
	text-transform: uppercase;
	color: #23255A;
	margin-bottom: 40px;
	margin-top: 10px;
}

.solutions-home-company--tabs-left {
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	padding: 50px 30px;
	margin-right: 30px;
	position: relative;
	padding-bottom: 40px;
	max-width: 565px;
}

.solutions-home-company--tabs-quote {
	position: absolute;
	right: 30px;
	top: 30px;
}

.solutions-home-company--tabs-left .solutions-home-company--tabs-content-icon>div {
	margin-right: 32px;
	text-align: center;
	width: 40px;
}

.solutions-home-company--tabs-right .solutions-home-company--tabs-content-icon>div {
	margin-right: 19px;
	width: 24px;
	text-align: center;
}

.solutions-home-company--tabs-content {
	margin-bottom: 40px;
}

.solutions-home-company--tabs-right {
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	padding: 50px 30px;
	margin-left: 30px;
	position: relative;
	max-width: 440px;
	padding-bottom: 40px;
}

.solutions-home-company--tabs-middle-top {
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	padding: 50px 30px;
	margin-right: 30px;
	position: relative;
	margin-bottom: 30px;
	margin-left: 30px;
	width: 315px;
}

.solutions-home-company--tabs-title span {
	font-size: 30px;
	line-height: 40px;
}

.solutions-home-company--tabs-middle-bottom {
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	padding: 50px 30px;
	margin-right: 30px;
	position: relative;
	margin-top: 60px;
	margin-left: 30px;
	width: 315px;
}

.solutions-home-company--tabs {
	margin-bottom: 65px;
}

.home-block--button-content-text {
	font-size: 30px;
	line-height: 40px;
	color: #23255A;
}

.home-block--button-content-title {
	font-weight: 700;
	font-size: 30px;
	line-height: 50px;
	color: #23255A;
	margin-bottom: 10px;
}

.home-block--button-content {
	margin-top: 15px;
}

.services-home-company .home-block--title {
	margin-bottom: 36px;
}

.services-home-company .home-block--h1 {
	margin-bottom: 0;
}

.services-home-company--list {
	margin-top: 80px;
}

.services-home-company--list-item-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
	color: #23255A;
}

.services-home-company--list-item-text {
	font-size: 20px;
	line-height: 30px;
	color: #13569D;
}

.services-home-company--list-item-img {
	text-align: right;
}

.services-home-company--list-item-img img {
	border: 1px solid #E0E0E0;
	border-radius: 10px;
}

.services-home-company--list-item {
	position: relative;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.services-home-company--list-item-quote {
	position: absolute;
	left: 0;
	bottom: 40px;
}

.services-home-company {
	margin-bottom: 122px;
	width: fit-content;
	min-width: 100%;
}

.news-home-company .home-block--title {
	line-height: 54px;
	margin-right: 120px;
}

.news-home-company--all {
	text-align: right;
	margin-top: 15px;
}

.news-home-company {
	margin-bottom: 149px;
	width: fit-content;
	min-width: 100%;
}

.news-home-company--list {
	margin-top: 40px;
}

.news-home-company--list-item a img {
	background: #F9F9F9;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.news-home-company--list-item-tags span {
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	border-radius: 5px;
	padding: 10px 14px;
	display: inline-block;
	margin-right: 30px;
}

.news-home-company--list-item-tags {
	margin-top: 40px;
}

.news-home-company--list-item-title a {
	font-size: 30px;
	line-height: 40px;
	color: #23255A;
	text-decoration: none;
}

.news-home-company--list-item-title {
	margin-bottom: 40px;
	margin-top: 20px;
}

.news-home-company--list-item {
	max-width: 565px;
	border-bottom: 1px solid #E0E0E0;
	height: 100%;
}

.news-home-company--list-item-quote {
	margin-bottom: 40px;
}

.news-home-company--list-item-group {
	border-top: 1px solid #E0E0E0;
}

.contact-home-company {
	padding: 130px 0;
	width: fit-content;
	min-width: 100%;
}

.contact-home-company--link a {
	font-weight: 700;
	font-size: 80px;
	line-height: 110px;
	color: #FFFFFF;
	text-decoration: none;
}

.contact-home-company--text {
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	padding-bottom: 20px;
}

.contact-home-company .bg-blue--title {
	margin-top: 20px;
}

.home-banner-1 img {
	margin: 0 auto;
	display: block;
}

form#resource-15,
form#resource-14 {
	padding: 60px;
	border-radius: 10px;
	margin-bottom: 180px;
}

form#resource-15 .contact-form--control,
form#resource-14 .contact-form--control {
	padding: 0 15px;
	margin-bottom: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type=number] {
	-moz-appearance: textfield;
}

button {
	font-family: 'Montserrat', sans-serif;
}

form#resource-14 .contact-form--text {
	margin-top: 20px;
}

form#resource-15 .contact-form--control textarea {
	height: 430px;
	margin-bottom: 50px;
	max-width: 100%;
}

.service-banner--description {
	font-size: 20px;
	line-height: 30px;
	color: #23255A;
}

.service-banner--intro-text {
    color: #2DADE2;    
}

.service-banner--intro {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #2DADE2;
	margin-bottom: 39px;
}

h1.service-banner--title {
	margin-bottom: 40px;
}

.service-banner--content {
	margin-top: 119px;
	width: fit-content;
	min-width: 100%;
}

.service-banner--content .breadcrumbs {
	margin-top: 0px;
	margin-bottom: 110px;
}

.service-banner--content-section {
    position: relative;
    z-index: 1;
	height: 100%;
	margin-bottom: 150px;
}

.service-banner--img {
	display: flex;
	height: 100%;
	align-items: flex-end;
	justify-content: center;
	align-content: flex-end;
}

.what-doing--button {
	padding-left: 60px;
	max-width: 1190px;
	margin-top: 50px;
}

.possibility-home-content .home-block--text {
    margin-top: 60px;
}

.home-block--text {
	font-size: 30px;
	line-height: 40px;
}

.what-doing.what-doing-service {
	margin-bottom: 175px;
}

.icon-grid-content-item--img {
	margin-right: 36px;
	width: 86px;
}

.icon-grid-content-item--title {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #23255A;
	margin-bottom: 23px;
}

.icon-grid-content-item--intro {
	font-size: 20px;
	line-height: 30px;
}

.icon-grid-content-item {
	display: flex;
	margin-bottom: 100px;
}

.icon-grid-content-item.icon-grid-content-item--left {
	padding-right: 30px;
}

.configurator-item-select-number {
	width: 315px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 5px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
	line-height: 70px;
	color: #23255A;
	padding: 0 18px;
	cursor: pointer;
	margin: 0 auto;
	margin-bottom: 10px;
	white-space: nowrap !important;
}

.configurator-item-select-number--number {
	font-weight: 700;
	font-size: 18px;
	margin-right: auto;
	margin-left: 10px;
}

.configurator-item-select-number--price-value {
	font-weight: 700;
}

.configurator-item-select-number--price {
	color: #2DADE2;
}

.configurator-item-select-number.selected {
	background: #13569D;
	color: #FFFFFF;
}

.configurator-item-select-number.selected .configurator-item-select-number--price {
	color: #fff;
}

.legend-title {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #23255A;
	position: absolute;
	top: -22px;
	background: #fff;
	z-index: 1;
	padding: 0 10px;
	left: 40px;
	margin-bottom: 15px;
}

.legend {
	position: relative;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	padding: 17px 50px;
	padding-right: 10px;
	max-width: 440px;
	min-height: 120px;
	padding-top: 24px;
}

.legend--scroll-phone .configurator-item-select-number--number {
	padding: 0 16px;
}

.legend--scroll-phone {
	height: 250px;
	overflow-y: auto;
	margin-bottom: 15px;
}

.configurator-item-select-number--selected {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 16px 0;
	white-space: nowrap !important;
}

.configurator-item-select-number--action-remove svg {
	cursor: pointer;
}

.configurator-item-select-number--action-remove svg path {
	transition: 0.3s;
}

.configurator-item-select-number--action-remove svg:hover path {
	fill: #13569D;
}

.configurator-item-select-number--action-remove {
	margin-right: 28px;
	margin-top: 3px;
	margin-left: 10px;
}

.scroll-content::-webkit-scrollbar {
	width: 8px;
	height: 0px;
}

.scroll-content::-webkit-scrollbar-button {
	background-color: #F9F9F9 !important;
}

.scroll-content::-webkit-scrollbar-track {
	background-color: #F9F9F9 !important;
}

.scroll-content::-webkit-scrollbar-track-piece {
	background-color: #F9F9F9 !important;
}

.scroll-content::-webkit-scrollbar-thumb {
	height: 43px;
	background-color: #e0e0e0;
	border-radius: 0px;
}

.scroll-content::-webkit-scrollbar-corner {
	background-color: #F9F9F9 !important;
}

.scroll-content::-webkit-resizer {
	background-color: #F9F9F9 !important;
}

.control-bordered input {
	border: 1px solid #E0E0E0;
}

.legend-price {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
}

.legend-price span {
	font-weight: 700;
	font-size: 20px;
	line-height: 40px;
	color: #D9D9D9;
}

.legend.legend-price-container-bottom {
	margin-top: 68px;
}

.submit-configurator {
	margin-bottom: 140px;
	margin-top: 40px;
}

.bg-blue--intro {
	font-weight: 700;
	font-size: 74px;
	line-height: 90px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 40px;
	margin-bottom: 50px;
    width: 940px;
}

.flex-fill-control {
    max-width: 440px;
    min-width: 440px;
    margin-left: 60px;
    margin-top: 80px;
}

.flex-fill-control .contact-form--text {
	margin-top: 50px;
}

.label-text {
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	padding: 100px 125px;
	position: relative;
	margin-bottom: 85px;
	padding-bottom: 40px;
}

.label-text--title {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #23255A;
	position: absolute;
	top: -20px;
	padding: 0 40px;
	background: #fff;
	left: 85px;
}

.label-text--icon-group--item-text {
	font-size: 20px;
	line-height: 30px;
	color: #23255A;
	margin-top: 20px;
	margin-bottom: 60px;
	max-width: 310px;
}

.icon-grid-content--title {
	font-weight: 700;
	font-size: 30px;
	line-height: 50px;
	color: #23255A;
	margin-bottom: 10px;
}

.icon-grid-content--text {
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	color: #23255A;
	margin-bottom: 134px;
}

.icon-grid-content--button {
	text-align: right;
	margin-top: 20px;
}

.solutions-home-company--tariffs-item--icons {
	font-weight: 700;
	font-size: 30px;
	line-height: 60px;
	color: #2DADE2;
	display: flex;
	align-content: center;
	align-items: center;
	text-transform: none;
	flex-wrap: wrap;
	margin-top: auto;
}

.solutions-home-company--tariffs-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	align-content: space-between;
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	height: 310px;
	padding: 40px 30px;
	margin-bottom: 60px;
	width: 440px;
}

.solutions-home-company--tariffs-item--title {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
	color: #23255A;
}

.solutions-home-company--tariffs {
	display: flex;
	flex-wrap: wrap;
}

.solutions-home-company--tariffs-item.solutions-home-company--tariffs-item-small {
	margin-left: 60px;
	margin-right: 60px;
	width: 315px;
}

.solutions-home-company--tariffs-item.solutions-home-company--tariffs-item-big {
	width: 565px;
}

.solutions-home-company--tariffs-item--icons-item {
	display: flex;
	align-items: center;
	align-content: center;
	margin-right: 60px;
}

.solutions-home-company--tariffs-item--icons-item div {
	margin-left: 10px;
	white-space: nowrap !important;
}

.solutions-home-company--tariffs-item--icons-item span {
	font-size: 20px;
}

.solutions-home-company--tariffs-disclaimer {
	font-size: 16px;
	line-height: 30px;
	color: #23255A;
	display: flex;
}

.solutions-home-company--tariffs-disclaimer img {
	margin-right: 10px;
	margin-top: 5px;
}

.icon-grid-content {
	width: fit-content;
	min-width: 100%;
}

.call-service-company--title {
	font-weight: 400;
	font-size: 40px;
	line-height: 60px;
	color: #FFFFFF;
	margin-bottom: 26px;
}

.call-service-company {
	padding: 80px 124px;
	border-radius: 10px;
	margin-bottom: 162px;
}

.call-service-company--country {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #FFFFFF;
}

.call-service-company--country-price {
	font-weight: 700;
	font-size: 40px;
	line-height: 90px;
	text-align: right;
	color: #FFFFFF;
	white-space: nowrap !important;
}

.call-service-company--country-price span {
	font-size: 60px;
}

.contact-form--control.control-arrow {
	margin-bottom: 20px;
}

.section-question--list {
	border-radius: 10px;
	border: 1px solid #E0E0E0;
	position: relative;
}

.section-question--container {
	border-bottom: 1px solid #E0E0E0;
}

.section-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	padding: 24px;
	cursor: pointer;
}

.section-question--title {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #13569D;
	transition: 0.3s;
}

.questions-home-company {
	margin-bottom: 126px;
}

.section-question--container:last-child {
	border-bottom: unset;
}

.section-question--title:hover {
	color: #2DADE2;
}

.section-answer {
	padding: 0 30px;
	font-size: 20px;
	line-height: 30px;
	color: #23255A;
	padding-right: 60px;
}

.contact-form--control.control-arrow:before {
	content: "";
	background: url(/assets/template/images/icons/icon-quote.svg);
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 60px;
	height: 60px;
	background-position: center;
	background-size: inherit;
}

.contact-form--control.control-arrow {
	position: relative;
}

.questions-home-company .home-block--h1 {
	margin-bottom: 60px;
}

.pagination-item {
	width: 32px;
	height: 32px;
	border-radius: 5px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #13569D;
	cursor: pointer;
	border: 1px solid #f9f9f9;
}

.pagination-item.pagination-item--active {
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	cursor: default;
}

.pagination {
    margin-top: 60px;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    color: #ACACAC;
    align-items: center;
}

.contact-form--control-select-group-item,
.contact-form--control-select-current {
	font-size: 20px;
	line-height: 40px;
	padding: 10px 20px;
	cursor: pointer;
	white-space: nowrap !important;
}

.contact-form--control-select-group-item span,
.contact-form--control-select-current span {
	font-weight: 700;
	line-height: 40px;
	padding-left: 14px;
}

.contact-form--control-select-group {
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	width: 375px;
	position: absolute;
	z-index: 2;
	display: none;
	max-height: 290px;
	overflow-y: auto;
	overflow-x: hidden;
}

.configurator-sort .contact-form--control.contact-form--control-select {
	width: 375px;
}

.contact-form--control-select-group-item.current {
    background: #F9F9F9;
    color: #23255A;
}

.contact-form--control-select-group-item:hover {
    color: #13569D;
    background: #F9F9F9;
}

.contact-form--control-select-current {
    z-index: 1;
    position: relative;
}

.contact-form--control.contact-form--control-select .contact-form--control-select-group.scroll-content {
    width: 100%;;
}

.contact-form--control-select-group.show {
	display: block;
}

.configurator-sort .contact-form--control input {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 0;
	padding: 10px 20px;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-radius: 0;
	max-width: 315px;
}

.configurator-sort .contact-form--control input::placeholder {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	color: #E0E0E0;
}

.configurator-items {
	min-height: 700px;
	flex-direction: row;
	justify-content: flex-start;
	align-content: flex-start;
}

.configurator-sort {
	display: flex;
	justify-content: space-between;
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	margin-bottom: 16px;
	border-right: unset;
}

.contact-form--control-button .btn {
	border-radius: 0px 5px 5px 0px;
	padding: 22px 48px;
	width: 315px;
}

.contact-form--control.contact-form--control-select:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 100%;
	background: url(/assets/template/images/icons/icon-select-arrow.svg);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: right;
	right: 20px;
}

.contact-form--control.contact-form--control-select {
	position: relative;
}

.ui-slider-handle {
	outline: none;
	width: 14px;
	height: 14px;
	background: #2DADE2;
	border-radius: 50%;
	margin-top: 0;
}

#slider-range {
	background: #F5F5F5;
	border-radius: 30px;
	width: 220px;
}

.range-max_range,
.range-min_range {
	font-weight: 700;
	line-height: 30px;
	color: #23255A;
}

.range-min_range {
	margin-right: 18px;
}

.range-max_range {
	margin-left: 18px;
}

.ui-slider-horizontal {
	height: 8px;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
	background: #2DADE2;
	height: 8px;
}

.contact-form--control-range {
	display: flex;
	align-content: center;
	align-items: center;
	min-width: 435px;
	padding: 0 30px;
	white-space: nowrap !important;
}

.configurator-sort--intro {
	margin-top: 16px;
	margin-bottom: 50px;
}

span.configurator-sort--intro-1 {
	line-height: 20px;
	color: #23255A;
	padding-left: 20px;
}

span.configurator-sort--intro-2 {
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #23255A;
	padding: 0 10px;
}

span.configurator-sort--intro-3 {
	font-weight: 700;
	line-height: 20px;
	color: #2DADE2;
}

span.configurator-sort--intro-4 {
	line-height: 20px;
	color: #2DADE2;
}

.configurator-items .col-3:nth-child(4n) .configurator-item-select-number {
	float: right;
}

.configurator-item-select-number.fisrt-configurator-item {
	margin-left: 0px;
}

.services-home-company--list-item-text a {
	color: #13569D;
	text-decoration: none;
}

.solutions-home-company--tabs-quote a:hover {
	opacity: 0.65;
}

.solutions-home-company--tabs-quote a {
	transition: 0.3s;
}

.error-form-control {
	font-size: 12px;
	line-height: 30px;
	color: #FF2828;
	position: relative;
	top: -15px;
	display: none;
}

.error-form-control.show {
	display: block;
}

.control-bordered .error-input {
	border: 1px solid #FF2828;
}

h1.page-phone-title {
	margin-top: 100px;
}

.configurator-sort-result {
	padding: 60px 0;
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	vertical-align: top;
	border-color: #dee2e6;
	border-spacing: 0px;
}

.table>:not(caption)>*>* {
	padding: 0.5rem 0.5rem;
	text-align: left;
	border: 1px solid #E0E0E0;
}

.ajax-form-container {
	width: fit-content;
	min-width: 100%;
}

.text-nowrap {
	white-space: nowrap !important;
}

.error-page--title {
	font-weight: 700;
	font-size: 80px;
	line-height: 90px;
	text-align: center;
	text-transform: uppercase;
	color: #23255A;
	margin-bottom: 32px;
}

.error-page--intro {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 50px;
}

.error-page--btn {
	text-align: center;
	margin-bottom: 310px;
}

.error-page--img {
	margin-top: 160px;
	text-align: center;
	margin-bottom: 80px;
}

input.input-value-subscriber,
input.input-value-payment,
select.select-status-phone {
	background: #FFFFFF;
	border-radius: 5px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #23255A;
	border: unset;
	outline: none;
	width: 100%;
}

table.table th {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #23255a;
}

.submit-configurator p {
	text-align: center;
	margin-top: 30px;
}

.submit-configurator p a {
	color: #23255A;
	text-decoration: none;
}

.service-sale--content {
	background: #13569D;
	border-radius: 10px;
	padding: 80px 124px 50px 124px;
	margin-bottom: 140px;
}

.service-sale--content .contact-form--text {
	margin-top: 30px;
}

.service-sale--content--title {
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 22px;
}

.service-sale--content--subtitle {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #2DADE2;
	margin-bottom: 45px;
}

.service-sale--content--text {
	font-size: 30px;
	line-height: 40px;
	color: #FFFFFF;
	margin-bottom: 26px;
}

.service-sale--content--price {
	font-weight: 700;
	font-size: 60px;
	line-height: 90px;
	color: #FFFFFF;
}

.service-sale--content--price span {
	font-size: 40px;
}

.service-contact-form--control {
	margin-top: 60px;
}

.number-file-upload {
	margin-bottom: 50px;
}

.information-list--item {
	display: flex;
	background: #F9F9F9;
	border-radius: 10px;
	padding: 40px 50px;
	margin-bottom: 60px;
	min-height: 420px;
	flex-direction: column;
	max-width: 440px;
	width: 440px;
}

.information-list--item-title a {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #23255A;
	text-decoration: none;
	margin-bottom: 23px;
	display: block;
}

.information-list--item-introtext {
	font-size: 20px;
	line-height: 30px;
	color: #23255A;
}

.information-list--item-link {
	margin-top: auto;
}

.toast {
	display: none;
	position: fixed;
	width: 400px;
	top: 30px;
	right: 30px;
	background: url(/assets/template/images/icons/icon-quote.svg) #fff;
	background-repeat: no-repeat;
	background-position-x: calc(100% - 10px);
	background-position-y: 10px;
	padding: 30px;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	z-index: 1;
}

.toast-header {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #23255A;
}

.toast.show {
	display: block;
}

.number-file-upload small {
	margin-top: 20px;
	display: block;
}

code {
	font-size: .875em;
	color: #ffffff;
	word-wrap: break-word;
	background: #2dade2;
	padding: 0 5px;
}

.vacancy-home-tabs--item:hover {
	opacity: 0.65;
}

.vacancy-home-tabs--item {
	width: 250px;
	height: 56px;
	background: #F9F9F9;
	border-radius: 60px;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #13569D;
	line-height: 60px;
	transition: 0.3s;
	margin-right: 30px;
	cursor: pointer;
}

.vacancy-home-tabs--item.active {
	background: #2DADE2;
	color: #fff;
	opacity: 1 !important;
}

.vacancy-home-tabs {
	display: flex;
	margin-bottom: 80px;
}

.vacancy-home-list-item {
	width: 690px;
	min-height: 455px;
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	padding: 45px 65px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.vacancy-home-list-item--city {
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #2DADE2;
	margin-bottom: 17px;
}

.vacancy-home-list-item--title a {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #23255A;
	text-decoration: none;
	margin-bottom: 23px;
}

.vacancy-home-list-item--content ul {
	padding-left: 20px;
}

.vacancy-home-list-item--content {
	font-size: 20px;
	line-height: 30px;
	color: #23255A;
	margin-bottom: 20px;
}

.vacancy-home-list-item--price {
	font-weight: 700;
	font-size: 30px;
	line-height: 60px;
	color: #13569D;
	display: flex;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
}

.vacancy-home-list .vacancy-home-list-item--col {
	margin-bottom: 60px;
}

.request-home-company {
	width: fit-content;
	min-width: 100%;
	padding-top: 112px;
	padding-bottom: 116px;
}

.request-home-company .home-block--title {
	line-height: 54px;
	margin-right: 60px;
}

.home-block--intro {
	font-size: 20px;
	line-height: 30px;
	color: #23255A;
}

.request-home-company .home-block--intro {
	max-width: 550px;
	margin-left: 140px;
}

form#resource-9 .contact-form--control input {
	margin-bottom: 30px;
	width: 690px;
}

form#resource-9 .contact-form--text {
	margin-top: 30px;
}

.form_radio input[type=radio] {
	display: none;
}

.form_radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 52px;
	margin-right: 0;
	user-select: none;
	font-size: 20px;
	line-height: 30px;
	color: #23255A;
}

.form_radio label:before {
	content: "";
	display: inline-block;
	width: 36px;
	height: 36px;
	position: absolute;
	left: 0;
	bottom: -3px;
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 50rem;
}

.form_radio input[type=radio]:checked+label:before {
	background: url(/assets/template/images/icons/check.svg) #2ba7da;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #2ba7da;
}

.form_radio label:hover:before {
	filter: brightness(120%);
}

.form_radio input[type=radio]:disabled+label:before {
	filter: grayscale(100%);
}

.contact-form--control-radio-group {
	display: flex;
	align-content: center;
	align-items: center;
}

.contact-form--control-radio-title {
	font-size: 20px;
	line-height: 30px;
	margin-right: 50px;
}

.contact-form--control-radio-container {
	margin-bottom: 72px;
	display: flex;
	align-content: center;
	height: 60px;
	align-items: center;
}

.contact-form--control-radio-title span.label-required {
	font-size: 30px;
	line-height: 30px;
	color: #FF2828;
	padding-left: 20px;
}

.contact-form--control-radio-group .form_radio {
	margin-right: 45px;
}

.loadPhoneData .contact-form--control input {
	min-width: 230px;
}

.loadPhoneData .contact-form--control-select-group-item,
.contact-form--control-select-current {
	font-size: 18px;
}

.loadPhoneData .contact-form--control-button {
	margin-right: 50px;
}

.loadPhoneData .contact-form--control-button .btn {
	border-radius: 5px;
	padding: 22px 48px;
	width: auto;
}

.advantage-home {
	margin-bottom: 160px;
	padding: 60px 65px;
	display: flex;
	border-radius: 10px;
	margin-top: 30px;
	padding-bottom: 55px;
}

.advantage-home--video {
	width: 684px;
	height: 383px;
	background: url('/assets/template/images/tinified/images-10.jpg') #F9F9F9;
	background-position: center;
	background-size: cover;
	border-radius: 10px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.advantage-home--play svg path:hover {
	fill: #13569D;
}

.advantage-home--play svg path {
	cursor: pointer;
	transition: 0.3s;
}

.advantage-home--content-title {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #FFFFFF;
	padding-left: 38px;
}

.advantage-home--content-list {
	margin-top: 40px;
}

.advantage-home--content {
	margin-left: 83px;
}

.advantage-home--content-list--item-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.advantage-home--content-list--item-intro {
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
}

.advantage-home--content-list--item {
	display: flex;
	margin-bottom: 40px;
}

.advantage-home--content-list--item-icon {
	margin-right: 18px;
	position: relative;
	top: 3px;
}

.use-home-content--title {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #23255A;
	margin-bottom: 21px;
}

.use-home-content--text {
	font-size: 30px;
	line-height: 40px;
	color: #23255A;
	margin-bottom: 36px;
}

.use-home-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.use-home {
	width: fit-content;
	min-width: 100%;
	margin-top: 80px;
	margin-bottom: 160px;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.fade {
	transition: opacity .15s linear;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
	max-width: 900px;
	margin: 1.75rem auto;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	display: none;
	opacity: 0;
}

.modal-backdrop.show {
	display: block;
	opacity: .5;
}

.modal-body {
	height: 506px;
}

iframe.mfp-iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgb(0 0 0 / 60%);
	background: #000;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered {
	min-height: calc(100% - 3.5rem);
}

button.btn-close {
    position: absolute;
    top: 0;
    right: -50px;
    border: unset;
    background: unset;
    font-size: 60px;
    color: #fff;
    line-height: 20px;
    cursor: pointer;
}

.vacancy-home {
	width: fit-content;
	min-width: 100%;
}

.information-container {
	width: fit-content;
	min-width: 100%;
}

.information-list .col-auto {
	max-width: 33.333333%;
}

.possibility-home-content {
	width: fit-content;
	min-width: 100%;
}

.possibility-home-content .home-block--title {
	margin-bottom: 40px;
}

.icon-grid-content .label-text {
	margin-top: 30px;
}

.configurator-tarif {
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	padding: 40px 60px;
}

.configurator-tarif--title {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #23255A;
	margin-bottom: 38px;
}

.configurator-tarif--count-title {
	font-size: 20px;
	line-height: 30px;
	color: #23255A;
}

.configurator-tarif--count-intro {
	font-size: 16px;
	line-height: 30px;
	color: #ACACAC;
}

.configurator-tarif--count {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 23px;
}

.configurator-tarif--count-minus {
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 5px 0px 0px 5px;
	width: 60px;
	height: 60px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	cursor: pointer;
}

.configurator-tarif--count-minus:active,
.configurator-tarif--count-minus:hover {
	background: #F9F9F9;
}

.configurator-tarif--count-minus:active svg rect {
    fill: #13569D;
}

.configurator-tarif--count-plus {
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 0px 5px 5px 0px;
	width: 60px;
	height: 60px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	cursor: pointer;
}

.configurator-tarif--count-plus:active,
.configurator-tarif--count-plus:hover {
	background: #F9F9F9;
}

.configurator-tarif--count-plus:active svg path {
    fill: #13569D;
}

input#tarif_count_value {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #23255A;
	border: 1px solid #E0E0E0;
	border-left: none;
	border-right: none;
	width: 128px;
	height: 60px;
	outline: none;
}

.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-size: 20px;
    line-height: 40px;
    color: #23255A;
}

.custom-checkbox+label::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #adb5bd;
	border-radius: 0.25em;
    margin-right: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
	border-color: #b3d7ff;
}

.custom-checkbox:not(:disabled):active+label::before {
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}

.custom-checkbox:checked+label::before {
	border-color: #2DADE2;
	background-color: #2DADE2;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox:checked:disabled+label::before {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23adb5bd' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox:disabled+label::before {
	background-color: #e9ecef;
    border: 1px solid #adb5bd;
}

.checkbox--container {
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.checkbox-info {
    margin-left: 10px;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.configurator-tarif--price-each {
    font-size: 20px;
    line-height: 30px;
}

.configurator-tarif--price-each span {
    font-weight: 700;
}

.configurator-tarif--price-total {
    font-weight: 700;
    font-size: 30px;
    text-align: right;
    color: #2DADE2;
}

.configurator-tarif--price-free {
    font-size: 16px;
    line-height: 30px;
    text-align: right;
    color: #ACACAC;
}

.configurator-tarif--price {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.configurator-tarif--form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 30px;
}

.configurator-tarif--form-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 23px;
}

.configurator-tarif--form-text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 43px;
}

.configurator-tarif--form .contact-form--control {
    margin-bottom: 10px;
}

.configurator-tarif--form button {
    margin-top: 20px;
    margin-bottom: 30px;
}

.configurator-tarif--form .contact-form--text a,
.configurator-tarif--form .contact-form--text {
    font-size: 16px;
    line-height: 30px;
    color: #23255A;
}

.information-list--item .information-list--item-link a:hover {
    opacity: 0.65;
}

.information-list--item .information-list--item-link a {
    transition: 0.3s;
}

.page-text--container {
    margin-bottom: 150px;
}

.use-home-img {
    max-width: 630px;
}

.checkbox-info--tooltip {
    display: none;
    width: 300px;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    z-index: 1;
    bottom: 40px;
    left: -130px;
    padding: 20px;
    -webkit-box-shadow: 0 6px 28px rgb(0 0 0 / 15%);
    box-shadow: 0 6px 28px rgb(0 0 0 / 15%);
}

.checkbox-info--tooltip:before {
    content: '';
    border: 10px solid transparent;
    border-top: 10px solid #ffffff;
    position: absolute;
    bottom: -20px;
    left: 130px;
}

.checkbox-info:hover .checkbox-info--tooltip {
    display: block;
}

.vacancy-home-list-item a img:hover {
    opacity: 0.65;
}

.vacancy-home-list-item a img {
    transition: 0.3s;
}

.error-input {
    border: 1px solid #FF2828 !important;
}

.reviews-company a img {
    transition: 0.3s;
}

.reviews-company a img:hover {
    opacity: 0.65;
}

.news-home-company--list-item-quote a img {
    transition: 0.3s;
    background: unset;
    border-radius: 0;
}

.news-home-company--list-item-quote a img:hover {
    opacity: 0.65;
}

#sendModal .modal-dialog {
    max-width: 565px;
}

#sendModal .modal-body {
    height: 420px;
}

.modal-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
    color: #2DADE2;
    margin-top: 75px;
    margin-bottom: 40px;
}

.modal-text {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #23255A;
    padding: 0 65px;
}

.advantage-home--play.modal-play {
    background: #fff;
    border-radius: 50rem;
}

input#numberSort {
    border-top: none;
    border-bottom: none;
}

.btn.btn-blue.disabled {
    background: #ccc !important;
    cursor: wait;
}

.next-pagination,
.prev-pagination {
    font-size: 16px;
    line-height: 20px;
    color: #ACACAC;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 18px;
    cursor: pointer;
    transition: 0.3s;
}

.next-pagination:hover,
.prev-pagination:hover {
    color: #23255A;
}

.icon-pagination {
    width: 42px;
    height: 42px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 14px;
}

.icon-pagination svg path {
    fill: rgb(217, 217, 217);
    transition: 0.3s;
}

.next-pagination:hover .icon-pagination svg path,
.prev-pagination:hover .icon-pagination svg path {
    fill: #13569D;
}

.news-list-page--article-tag {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #13569D;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.news-list-page--article-title {
    display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #23255A;
    text-decoration: none;
    margin-bottom: 23px;
}

.news-list-page--article-intro {
    font-size: 20px;
    line-height: 30px;
    color: #23255A;
    margin-bottom: 28px;
}

.news-list-page--article-published {
    font-size: 16px;
    line-height: 30px;
    color: #ACACAC;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-filtrs {
    margin-bottom: 60px;
}

.news-list-page--article-images {
    margin-right: 60px;
    min-width: 440px;
    max-width: 440px;
}

.news-list-page--article {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 50px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}

.reviews-list-page--load,
.news-list-page--load {
    text-align: center;
    margin-bottom: 160px;
}

.news-filtrs .contact-form--control.contact-form--control-select {
    width: 440px;
    height: 60px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.reviews-list-page--article-intro {
    font-size: 20px;
    line-height: 36px;
    color: #23255A;
    margin-bottom: 30px;
}

.reviews-list-page--article-author {
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -0.03em;
    color: #23255A;
    margin-top: auto;
}

.reviews-list-page--article {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
    width: calc(50% - 30px);
}

.reviews-list-page--article-images {
    margin-bottom: 30px;
}

.reviews-list-items {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.solution-business {
    margin-top: 120px;
    margin-bottom: 160px;
}

.application-tabs-container {
    display: flex;
    justify-content: space-between;
}

.application-tabs {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 60px;
    padding-right: 30px;
    margin-bottom: 65px;
    width: calc(50% - 30px);
}

.application-tabs--item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.application-tabs--item-title {
    font-size: 20px;
    color: #23255A;
}

.application-tabs--title {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #23255A;
    margin-bottom: 25px;
}

.application-tabs--item-icon {
    margin-right: 20px;
}

.examples-company--grid {
    display: flex;
    justify-content: space-between;
    margin-bottom: 87px;
}

.examples-company--grid .icon-grid-content {
    width: calc(50% - 30px);
    min-width: auto;
}

.examples-company--grid .label-text--title {
    padding: 0 30px;
    left: 30px;
}

.examples-company--grid .label-text {
    padding: 50px 48px;
    padding-bottom: 42px;
    height: 400px;
}

.examples--audio audio {
    max-width: 100%;
    height: 37px;
}

.examples--audio-name {
    font-size: 16px;
    line-height: 20px;
    color: #23255A;
}

.examples--audio {
    margin-bottom: 26px;
}

.solutions-events-company {
    margin-top: 37px;
    padding-top: 132px;
    padding-bottom: 182px;
}

.solutions-events-company--list-item-date {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #23255A;
    margin-bottom: 36px;
}

.solutions-events-company--list-item-content--title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #23255A;
    margin-bottom: 23px;
}

.solutions-events-company--list-item-content--introtext {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #23255A;
}

.solutions-events-company--list-item-content {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 30px 0px 30px 40px;
}

.solutions-events-company--list-item--button,
.solutions-events-company--list-item {
    padding-left: 53px;
    position: relative;
}

.solutions-events-company--list-item {
    padding-bottom: 55px;
}

.solutions-events-company--list-item:after {
    content: '';
    width: 1px;
    height: calc(100% - 24px);
    background: #D9D9D9;
    position: absolute;
    left: 0;
    top: 24px;
}

.solutions-events-company--list-item:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url('/assets/template/images/icons/events.svg');
    position: absolute;
    left: -12px;
    top: 0;
}

.solutions-events-company--list-item--button a {
    width: 100%;
    max-width: 375px;
}

.solutions-events-company--list-item--button:after {
    content: '';
    width: 1px;
    height: calc(100% - 40px);
    background: #D9D9D9;
    position: absolute;
    left: 0;
    top: 0;
}

.solutions-events-company--list-item-content--gallery {
    margin-left: 25px;
    display: flex;
}

.solutions-events-company--list-item--button:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url('/assets/template/images/icons/events.svg');
    position: absolute;
    left: -12px;
    top: calc(50% - 12px);
}

.solutions-events-company--list-item-content--text-content {
    width: 345px;
    min-width: 345px;
}

.solutions-events-company--list-item-content--gallery img:hover {
    transform: scale(1.125);
}

.solutions-events-company--list-item-content--gallery img {
    transition: 0.8s;
}

.solutions-events-company--list-item-content--gallery-small-top {
    margin-bottom: 26px;
}

.solutions-events-company--list-item-content--gallery-small-top,
.solutions-events-company--list-item-content--gallery-main-bottom,
.solutions-events-company--list-item-content--gallery-main {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
}

.solutions-events-company--list-item-content--gallery-main {
    width: 620px;
    max-width: 620px;
    height: 470px;
}

.solutions-events-company--list-item-content--gallery-small-top,
.solutions-events-company--list-item-content--gallery-main-bottom {
    width: 285px;
    height: 222px;
    cursor: pointer;
}

.jp-gui {
    background: #868686;
    border-radius: 20px;
    margin-top: 0;
}

.jp-controls .jp-play:hover, .jp-controls .jp-pause:hover {
    background-color: unset;
}

.jp-play, .jp-pause {
    height: 32px;
    line-height: 38px;
    width: 50px;
    border-right: none;
}

.jp-progress {
    background-color: #9f9f9f;
    top: 12px;
    width: 138px;
    right: 70px;
}

.jp-volume-bar {
    background-color: #9f9f9f;
}

.jp-jplayer, .jp-audio {
    width: 252px;
    margin: 0;
}

.jp-time-holder {
    right: 20px;
    top: 10px;
}

.jp-play-bar {
    height: 8px;
}

.questions-home-company .home-block--title {
    padding-top: 12px;
}

.solutions-events-company--list-item-content--gallery-small-top img, 
.solutions-events-company--list-item-content--gallery-main-bottom img {
    min-height: 222px;
    width: auto;
    max-width: -webkit-fill-available;
}

.solutions-events-company--list-item-content--gallery-main img {
    min-height: 100%;
    max-width: -webkit-fill-available;
}

.solutions-events-company {
    width: fit-content;
    min-width: 100%;
}

.btn-blue-dark-light {
    background: #d5d5d5;
}

.btn-blue-dark-light:hover {
    background: #bfbcbc;
}

.service-sale--content--text-small {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-top: 39px;
}

.service-sale--content--bullet-item-icon {
    margin-right: 18px;
    position: relative;
    z-index: 2;
}

.service-sale--content--bullet-item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 50px;
    color: #FFFFFF;
}

.service-sale--content--bullet-item {
    display: flex;
    align-content: center;
    align-items: center;
}

.service-sale--content--bullet {
    position: relative;
}

.service-sale--content--bullet:after {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 40px);
    background: #fff;
    top: 18px;
    left: 11px;
    opacity: 0.5;
    z-index: 1;
}

.solutions-home-company--partners {
    padding-top: 80px;
    margin-bottom: 0;
    padding-bottom: 75px;
}

.solutions-home-company--partners .solutions-home-company--tabs-middle-top,
.solutions-home-company--partners .solutions-home-company--tabs-middle-bottom,
.solutions-home-company--partners .solutions-home-company--tabs-right,
.solutions-home-company--partners .solutions-home-company--tabs-left {
    background: #F9F9F9;
    border: none;
    margin-left: 0;
    margin-right: 0;
}

.solutions-home-company--partners .solutions-home-company--tabs-left {
    margin: 0 60px;
    width: 620px;
    max-width: 620px;
}

.solutions-home-company--tabs-middle-fluid .solutions-home-company--tabs-middle-bottom,
.solutions-home-company--tabs-middle-fluid .solutions-home-company--tabs-middle-top {
    width: 440px;
}

.vendors-filtrs {
    width: 375px;
    height: 60px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    background: #fff;
}

.vendor-item {
    width: 315px;
    height: 200px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    margin-bottom: 60px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
}

.vendor-item--name {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #ACACAC;
    margin-top: 43px;
}

.vendor-item--logo {
    margin-top: 58px;
}

.vendor-item--logo img {
    height: 55px;
    width: auto !important;
}

.vendors-list {
    margin-top: 60px;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
    width: 42px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    margin: 0 20px;
}

.owl-carousel--vendors.owl-carousel .owl-nav button.owl-next span, 
.owl-carousel--vendors.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.owl-carousel--vendors.owl-carousel .owl-nav button.owl-prev,
.owl-carousel--vendors.owl-carousel .owl-nav button.owl-next {
    background: url(/assets/template/images/icons/owl-arrow-active.png) #fff no-repeat;
    background-position: center;
}

.owl-carousel--vendors.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel--vendors.owl-carousel .owl-nav button.owl-next:hover {
    background: url(/assets/template/images/icons/owl-arrow-hover.png) #fff no-repeat;
    background-position: center;
}

.owl-carousel--vendors.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel--vendors.owl-carousel .owl-nav button.owl-next.disabled {
    background: url(/assets/template/images/icons/owl-arrow-deactive.png) #fff no-repeat;
    background-position: center;
}

.owl-carousel--vendors.owl-carousel .owl-nav button.owl-prev {
    transform: rotate(180deg);
}

.owl-carousel--vendors .owl-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.left-panel--item-icon.scroll-top svg path,
.copyright a,
.footer-contact-link a,
.footer-menu--item a,
.services-home-company--list-item-text a,
.header-menu--item > a,
.phone .text-blue-400 {
    transition: 0.3s;
}

.copyright a:hover,
.footer-contact-link a:hover,
.footer-menu--item a:hover,
.services-home-company--list-item-text a:hover,
.header-menu--item > a:hover,
.phone .text-blue-400:hover {
    color: #2DADE2 !important;
}

.left-panel--item-icon.scroll-top:hover svg path {
    fill: #2DADE2;
}

.breadcrumbs--item a:hover {
    color: #2DADE2 !important;
}

.solutions-home-company .home-block--h1 {
    margin-bottom: 60px;
}

.checkbox-info:hover svg path {
    fill: #2DADE2;
}

.service-sale--content form.form_submit_email {
    max-width: 440px;
    margin-left: auto;
}

.application-tabs--title--small {
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    color: #23255A;
    margin-bottom: 25px;
}

.btn-icon {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    width: fit-content;
    padding: 16px 20px;
    padding-right: 57px;
}

.btn-icon svg {
    margin-right: 31px;
}

.advantage-home--content-button--title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 26px;
}

.advantage-home--content-button--text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 40px;
    min-width: 540px;
}

.advantage-home--content-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
}

.label-text-sub {
    position: relative;
    padding: 100px 125px;
    margin-top: 30px;
    padding-top: 70px;
    border-top: 1px solid #E0E0E0;
    width: calc(100% + 250px);
    margin-left: -125px;
    padding-bottom: 0px;
}

.label-text-sub {
    position: relative;
    margin-top: 60px;
    padding-top: 110px;
    border-top: 1px solid #E0E0E0;
}

.label-text-sub--title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.configurator-items-loader svg {
    width: 200px;
    height: 200px;
}

.configurator-items-loader {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
}

#pdopage .btn-more {
    margin-bottom: 60px;
    background: #2DADE2;
    width: auto;
}

#pdopage .btn-more:hover {
    background: #13569D;
}

.solutions-home-company .configurator-items-loader {
    min-height: 700px;
}

.news-list-page--article-title a {
    color: #23255A;
}

#saleModal .modal-body {
    height: auto;
}

.modal-header {
    border: none;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
     transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.btn-sale {
    border-radius: 0;
    background-color: #d80050;
    position: fixed;
    bottom: 16%;
    left: -240px;
    display: flex;
    border-radius: 0px 5px 5px 0px;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    height: 56px;
    cursor: pointer;
    margin-bottom: 10px;
    z-index: 1;
    padding-right: 10px;
    box-shadow: unset !important;
}

.left-panel--item.movement.bg-red-100 img {
    animation: pulse .7s linear infinite;    
}

.btn-sale:hover {
    left: 0px;
    background-color: #a30033;
}

.btn-sale:not(:disabled):not(.disabled).active, .btn-sale:not(:disabled):not(.disabled):active, .show>.btn-sale.dropdown-toggle,
.btn-sale:focus {
    color: #fff;
    background-color: #a30033;
    border-color: #a30033;
}

.next-pagination {
    color: #23255A;
}

.next-pagination .icon-pagination svg path {
    fill: #13569D;
}

.next-pagination.no-first {
    color: #ACACAC;
}

.next-pagination.no-first .icon-pagination svg path {
    fill: rgb(217, 217, 217);
}

.next-pagination.no-first:hover {
    color: #23255A;
}

.next-pagination.no-first:hover .icon-pagination svg path {
    fill: #13569D;
}

.contact-form--control.contact-form--control-select.loadPhoneDataIndex {
    border-left: 1px solid #D9D9D9;
    width: 230px;
}

.contact-form--control.contact-form--control--input input {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

.city_code {
    font-weight: 400 !important;
    padding-left: 0 !important;
}

.bg-red-100 {
    background: #ca001c;
}

#saleModal .contact-form--text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

@keyframes pulse-open {
  0% {
    right: calc(56px - 100%)
  }
  10% {
     right: calc(56px - 90%)
  }
  20% {
    right: calc(56px - 100%)
  }
  30% {
    right: calc(56px - 80%)
  }
  40% {
    right: calc(56px - 90%)
  }
  50% {
    right: calc(56px - 70%)
  }
  60% {
    right: calc(56px - 80%)
  }
  70% {
    right: calc(56px - 60%)
  }
  80% {
    right: calc(56px - 70%)
  }
  90% {
    right: calc(56px - 40%)
  }
  100% {
    right: 0
  }
}

.animation_modal.open {
    animation: pulse-open 3s;   
    right: 0
}

body {
    --button-mode-height: 80px !important;
}

.twc-chat-button svg {
    width: 35px !important;
    height: 35px !important;
}

.service-banner--heading-description {
    font-size: 28px;
    line-height: 150%;
    color: #23255A;
}

.number-counter {
    color: #fff;
    font-weight: 700;
    font-size: 80px;
}

.number-counter-text {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.o-kompanii-section-heading {
    color: #23255A;
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
}

.o-kompanii-section-text {
    color: #23255A;
    font-size: 18px;
}

.o-kompanii-section-intro {
    color: #2DADE2;
    font-size: 22px;
    font-weight: 700;
}

.container-heading-small {
    font-size: 45px;
    font-weight: 700;
    color: #23255A;
    text-transform: uppercase;
    line-height: 130%;
}

.container-text-small {
    font-size: 22px;
    color: #23255A;
    line-height: 155%;
}

.shadow-container-heading {
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
    font-weight: 700;
}

.shadow-container-content {
    width: 510px;
    padding-left: 18px;
}

.border-radius {
    border-radius: 24px;
}

.shadow-container-text {
    font-size: 16px;
    line-height: 140%;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05)!important;
}

.container-subheading-small {
    font-size: 35px;
    font-weight: 700;
    color: #23255A;
    text-transform: uppercase;
    line-height: 130%;
}
/* New code*/
/* New code*/
.fs-45{
    font-size: 45px;
    margin-top:97px;
}
.fs-120{
    font-size: 120px;
}
.fs-35{
    font-size: 35px;
}
.fs-26{
    font-size: 26px;
}
.fs-40{
    font-size: 40px;
}
.fs-17{
    font-size: 17px;
}
.fs-16{
    font-size: 17px;
}
.fs-15{
    font-size: 15px;
}
.fs-18{
    font-size: 18px;
}
.fs-28{
    font-size: 28px;
}
.fs-25{
    font-size: 25px;
}
.fs-20{
    font-size: 20px;
}
.fs-14{
    font-size: 14px;
}
.fs-80{
    font-size: 80px;
}
.color-blue-extra{
    color: #2DADE2;
    margin-top:160px;

}
/*history 1 task*/
.history-table {
	width: 100%;
	margin-left:240px;
	color: #212529;
	vertical-align: top;
	border: 0px solid #fff000!important;
}
	
.p-2{
    margin:8px!important;
}
.y-2006{
    height:113px!important;
}
.y-2011{
    height:107px!important;
}
.y-2017{
    height:215px!important;
}
.y-2019{
    height:133px!important;
}
.y-2024{
    height:201px!important;
}
.direct-way{
    width:174px;
}
.short-directs-way{
    height:50%;
    
    padding-right:75px!important;
}
.history-content{
    margin-top:25px;
}
.path-line{
    position:absolute;
    width:2px;
    background-color:#DEDEDE;
    height:740px;
    margin-top:50px;
    margin-left:245.5px;
}

.line-circle-pos1{
    position:absolute;
    width:16px;
    background-color:#fff;
    height:16px;
    border-radius:50%;
    margin-top:45px;
    margin-left:239px;
}
.line-circle-pos2{
    position:absolute;
    width:16px;
    background-color:#fff;
    height:16px;
    border-radius:50%;
    margin-top:190px;
    margin-left:239px;
}
.line-circle-pos3{
    position:absolute;
    width:16px;
    background-color:#fff;
    height:16px;
    border-radius:50%;
    margin-top:340px;
    margin-left:239px;
}
.line-circle-pos4{
    position:absolute;
    width:16px;
    background-color:#fff;
    height:16px;
    margin-top:595px;
    border-radius:50%;
    margin-left:239px;
}
.line-circle-pos5{
    position:absolute;
    width:16px;
    background-color:#fff;
    height:16px;
    border-radius:50%;
    margin-top:785px;
    margin-left:239px;
}
.history-title{
 margin-left:90px;   
}



/* 4 task */
.order-process{
    background-color:#f9f9f9;
    
}
	
.order-process-block{
    border: 1px solid #DEDEDE;
    border-radius:25px;
    height:410px;

    
}
.group-vector{
    width:97px;
    height:97px;
    
    border-radius:29px;
    background-color:#dedede;
}
.vectors{
    margin:130px 179px 0 179px;
    
}
.vec-poc{
   margin:27px;
}

.vector-block1{
    margin-left:0;
    z-index:1
}
.vector-block2{
    margin-left:276px;
    z-index:1;
}
.vector-block3{
    margin-left:460px;
    z-index:1;
}
.vec-line{
    position:absolute;
    width:865px;
    background-color:#DEDEDE;
    height:3px;
    margin-top:179px;
    margin-left:250px;
}
.vec-line-for1{
    position:absolute;
    width:3px;
    background-color:#DEDEDE;
    height:46px;
    margin-top:225px;
    margin-left:227.5px;
}
.vec-line-for2{
    position:absolute;
    width:3px;
    background-color:#DEDEDE;
    height:46px;
    margin-top:225px;
    margin-left:600.5px;
}
.vec-line-for3{
    position:absolute;
    width:3px;
    background-color:#DEDEDE;
    height:46px;
    margin-top:225px;
    margin-left:1157.5px;
}
.vec-line-for4{
    position:absolute;
    width:3px;
    background-color:#DEDEDE;
    height:112px;
    margin-top:127px;
    margin-left:927.5px;
}
.circle-point1{
    position:absolute;
    width:15px;
    background-color:#fff;
    height:15px;
    border:3px solid #DEDEDE;
    border-radius:50%;
    margin-top:268px;
    margin-left:222px;
}
.circle-point2{
    position:absolute;
    width:15px;
    background-color:#fff;
    height:15px;
    border:3px solid #DEDEDE;
    border-radius:50%;
    margin-top:268px;
    margin-left:595px;
}
.circle-point3{
    position:absolute;
    width:15px;
    background-color:#fff;
    height:15px;
    border:3px solid #DEDEDE;
    border-radius:50%;
    margin-top:230px;
    margin-left:922px;
}
.circle-point4{
    position:absolute;
    width:15px;
    background-color:#fff;
    height:15px;
    border:3px solid #DEDEDE;
    border-radius:50%;
    margin-top:268px;
    margin-left:1152px;
}
.circle-point5{
    position:absolute;
    width:15px;
    background-color:#fff;
    height:15px;
    border:3px solid #DEDEDE;
    border-radius:50%;
    margin-top:173px;
    margin-left:922px;
}
.circle-point6{
    position:absolute;
    width:15px;
    background-color:#fff;
    height:15px;
    border:3px solid #DEDEDE;
    border-radius:50%;
    margin-top:173px;
    margin-left:415px;
}
.circle-point7{
    position:absolute;
    width:15px;
    background-color:#fff;
    height:15px;
    border:3px solid #DEDEDE;
    border-radius:50%;
    margin-top:118px;
    margin-left:921px;
}


.text-for-line1{
    position:absolute;
    width:207;
    height:52px;
    margin-top:288px;
    margin-left:175px;
}
.text-for-line2{
    position: absolute;
    width: 250px;
    height: 52px;
    margin-top: 288px;
    margin-left: 484px;
}
.text-for-line3{
    position:absolute;
    width:207;
    height:52px;
    margin-top:288px;
    margin-left:1080px;
}
.check-vector{
    position:absolute;
    
    
    margin-top:210px;
    margin-left:900px;
}
.cross-vector{
    position:absolute;
    
    
    margin-top:90px;
    margin-left:900px;
}






/* Mobile block second task*/
.mobile-block{
    padding-top:59px;
}
.mob-and-arm{
    width:730px;
    height:610px;
    display:inline-block;
    position:relative;
}
.square {
  height: 335px;
  width:335px;
  background-color: #fff;
  border-radius:57px;
  transform: rotate(45deg);
  position:absolute;
  margin-left:93px;
  margin-top:47px;
  
}
.get-order-form{
    width:1440px;
    height:437px;
    position:absolute;
    z-index:1;
    margin-top:-130px;
}
.top-form{
    height:257px;
    border-radius:25px 25px 0px 0px;
    padding:65px 83px 65px 83px;
    
}
.bottom-form{
    height:180px;
    border-radius:0px 0px 25px 25px;
    padding:54px 77px 54px 77px;
}
.sim-vertor{
    color:#2DADE2;
}
.order-title{
    padding:10px;
}	
.order-body{
    padding-left:10px;
}	
.move-bottom-517{
    padding-top:307px!important;
}
.h-72{
    height:72px;
}
.get-order-btn{
    width:373px;
    height:56px;
    border-radius:5px;
}
.pricing-order{
    height:951px!important;
}
.go-left-btn{
    width:64px;
    height:64px;
    border-radius:50%;
    
}
.go-left-btn-vec{
    margin-left:21.25px;
    margin-right:21.25px;
    margin-top:21.25px;
    
}
.order-card{
    height:457px;
    border: 1px solid #E0E0E0;
    border-radius:10px;
}

.order-card-title{
    background-color: #13569D!important;
    height:88px;
    border-bottom: 1px solid #f5f5f5;
    border-radius:10px 10px 0 0;
}
.card-main-title{
    margin-top:18px;
    margin-left:123px;
    margin-right:123px;
}

.card-secondary-title1{
    margin-top:-18px;
}
.order-card-body{
    height:185px!important;
    margin:10px 30px 0 30px;
    
}
.order-card-body2{
    height:185px;
    border-top: 1px solid #E0E0E0 ;
}
.get-price-btn{
    width:197px;
    height:56px;
    border-radius:5px;
    margin-left:123px;
    margin-right:123px;
    margin-top:-40px;
}
.bi-wifi-2{
    margin-top:-8px;
}
.bi-globe{
    margin-top:-8px;
}
.traffic-prog{
    position:absolute;
    width:387px;
    background-color:#DEDEDE;
    height:11px;
    border-radius:100px;
    margin-top:5px;
    
}
.traffic-prog-lite{
    position:absolute;
    width:161px;
    background-color:#249de7;
    height:11px;
    border-radius:100px;
    margin-top:5px;
}
.pricing-for{
    margin-top:29px;
}
.go-anywhere{
   margin-top:150px;
}
.go-left{
   margin-right:22px;
}
.go-any-block{
    padding:25px 0 25px 0;
}
/* Мобильная карусель */
.car-types{
    background-color:#f9f9f9;
    height:100%;
    padding:80px;
}
.carousel-vectors1{
    background-color:#fff;
    border-radius:25px;
}
.car-vec1-text{
    margin-top:34px;
    margin-left:41.5px
}
.blue-text{
    color:#2DADE2;
}
.grey-text{
    color:#EAEAEA;
}
.hr-lines{
    width:1440px;
    height:1px;
    background-color:#E0E0E0;
    margin-left:-15px;
    margin-top:34px;
    margin-bottom:34px;
}
.car-numbers{
    margin-left:41.5px;
    height:146px;
    width:125px;
    margin-top:25px;
}
.car-vec-info{
    width:471px;
    height:196px;
    margin-left:82px;
    margin-top:58px;

}
.num1-car{
    height:314px;
}
.num2-car{
    height:365px;
}
.num3-car{
    height:337px;
}
.num4-car{
    height:360px;
}

.carousel-vectors2{
    background-color:#fff;
    border-radius:25px;
    margin-top:80px;
    height:696px;
}
.carousel-vectors3{
    background-color:#fff;
    border-radius:25px;
    margin-top:80px;
    height:756px;
}

.group97{
    position:absolute;
    width:97px;
    height:97px;
    margin-top:251px;
    margin-left:41.5px;
    z-index:2;
}
.group123{
    position:absolute;
    width:97px;
    height:97px;
    margin-top:251px;
    margin-left:309.5px;
    z-index:1;
}
.group131{
    position:absolute;
    width:97px;
    height:97px;
    margin-top:105px;
    margin-left:810.5px;
    z-index:1;
}
.group135{
    position:absolute;
    width:97px;
    height:97px;
    margin-top:105px;
    margin-left:1078.5px;
    z-index:1;
}
.phonesvg{
    position:absolute;
    width:97px;
    height:97px;
    margin-top:224px;
    margin-left:1285.5px;
    z-index:1;
}
.group124{
    position:absolute;
    width:322px;
    height:97px;
    margin-top:446px;
    margin-left:309.5px;
    z-index:1;
}

.group98{
    position:absolute;
    width:322px;
    height:97px;
    margin-top:251px;
    margin-left:697.5px;
    z-index:1;
}
.car-vec-line1{
    position:absolute;
    width:1248px;
    height:3px;
    background-color:#EAEAEA;
    margin-top:300px;
    margin-left:55px;
}
.car-vec-line2{
    position:absolute;
    width:3px;
    height:46px;
    background-color:#EAEAEA;
    margin-top:204px;
    margin-left:90.5px;
}
.car-vec-line3{
    position:absolute;
    width:3px;
    height:259px;
    background-color:#EAEAEA;
    margin-top:204px;
    margin-left:357.5px;
}
.car-vec-line4{
    position:absolute;
    width:3px;
    height:289px;
    background-color:#EAEAEA;
    margin-top:54px;
    margin-left:857.5px;
}
.car-vec-line5{
    position:absolute;
    width:345px;
    height:3px;
    background-color:#EAEAEA;
    margin-top:152px;
    margin-left:887.5px;
}
.car-vec-line6{
    position:absolute;
    width:3px;
    height:79px;
    background-color:#EAEAEA;
    margin-top:54px;
    margin-left:1125.5px;
}
.car-vec-line7{
    position:absolute;
    width:118px;
    height:3px;
    background-color:#EAEAEA;
    margin-top:490px;
    margin-left:225px;
}

.car-vec-line8{
    position:absolute;
    width:3px;
    height:140px;
    background-color:#2DADE2;
    margin-top:304px;
    margin-left:1327.5px;
}
.car-vec-cirlce1{
    position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:294px;
    margin-left:215px;
}
.car-vec-cirlce2{
    position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:204px;
    margin-left:85px;
}
.car-vec-cirlce3{
    position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:204px;
    margin-left:351px;
}
.car-vec-cirlce4{
    position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:483px;
    margin-left:215px;
}
.car-vec-cirlce5{
    position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:294px;
    margin-left:550px;
}
.car-vec-cirlce6{
    position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:210px;
    margin-left:851px;
}
.car-vec-cirlce7{
    position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:52px;
    margin-left:851px;
}
.car-vec-cirlce8{
    position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:52px;
    margin-left:1119px;
}
.car-vec-cirlce9{
    position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:145.5px;
    margin-left:1217px;
}
.car-vec-cirlce10{
    position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:145.5px;
    margin-left:990px;
}
.car-vec-cirlce11{
    position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:294px;
    margin-left:1150px;
}
.car-vec-cirlce12{
    position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #2DADE2;
    background-color:#fff;
    margin-top:433px;
    margin-left:1322px;
}

.car-vec-text1{
    position:absolute;
    width:147px;
    height:52px;
    margin-top:130px;
    margin-left:41.5px;
}
.car-vec-text2{
    position:absolute;
    width:161px;
    height:52px;
    margin-top:450px;
    margin-left:55.5px;
}
.car-vec-text3{
    position:absolute;
    width:161px;
    height:52px;
    margin-top:130px;
    margin-left:275px;
}

.car-vec-text4{
    position:absolute;
    width:161px;
    height:52px;
    margin-top:-5px;
    margin-left:780px;
}
.car-vec-text5{
    position:absolute;
    width:161px;
    height:52px;
    margin-top:25px;
    margin-left:1050px;
}
.car-vec-text6{
    position:absolute;
    width:166px;
    height:78px;
    margin-top:105px;
    margin-left:1235px;
}
.car-vec-text7{
    position:absolute;
    width:166px;
    height:78px;
    margin-top:455px;
    margin-left:1225px;
}
.car1-vec1{
    position:absolute;
    margin-top:60px;
    margin-left:50px;
    z-index:2;
}
.car1-vec2{
    position:absolute;
    margin-top:60px;
    margin-left:420px;
    z-index:2;
}
.car1-vec-line1{
    position:absolute;
    width:166px;
    height:3px;
    background-color:#EAEAEA;
    margin-top:100px;
    margin-left:265px;
    
}
.car1-vec-line2{
    position:absolute;
    width:3px;
    height:75px;
    background-color:#EAEAEA;
    margin-top:120px;
    margin-left:190px;
    
}
.car1-vec-line3{
    position:absolute;
    width:3px;
    height:75px;
    background-color:#2DADE2;
    margin-top:120px;
    margin-left:560px;
    
}
.car1-vec-cirlce1{
     position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:95px;
    margin-left:370px;
}
.car1-vec-cirlce2{
     position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:190px;
    margin-left:185px;
}
.car1-vec-cirlce3{
     position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #2DADE2;
    background-color:#fff;
    margin-top:190px;
    margin-left:554px;
}
.car1-vec-text1{
    position:absolute;
    margin-top:210px;
    margin-left:90px;
}
.car1-vec-text2{
    position:absolute;
    margin-top:210px;
    margin-left:415px;
}
.car1-v2-vec1{
    position:absolute;
    margin-top:58px;
    margin-left:50px;
    z-index:2;
}
.car1-v2-vec2{
    position:absolute;
    margin-top:58px;
    margin-left:290px;
    z-index:2;
}
.car1-v2-vec3{
    position:absolute;
    margin-top:58px;
    margin-left:520px;
    z-index:2;
}
.car1-vec2-line1{
    position:absolute;
    width:336px;
    height:3px;
    background-color:#EAEAEA;
    margin-top:100px;
    margin-left:155px;
    
}
.car1-vec2-line2{
    position:absolute;
    width:3px;
    height:75px;
    background-color:#EAEAEA;
    margin-top:120px;
    margin-left:140px;
    
}
.car1-vec2-line3{
    position:absolute;
    width:3px;
    height:75px;
    background-color:#2DADE2;
    margin-top:120px;
    margin-left:383px;
    
    
}
.car1-vec2-line4{
    position:absolute;
    width:25px;
    height:3px;
    margin-top:75px;
    margin-left:495px;
    
}

.car1-vec2-line5{
    position:absolute;
    width:25px;
    height:3px;
    margin-top:105px;
    margin-left:495px;
    
}
.car1-vec2-line6{
    position:absolute;
    width:3px;
    height:120px;
    background-color:#2DADE2;
    margin-top:80px;
    margin-left:615px;
    
    
}
.car1-vec2-cirlce1{
     position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:95px;
    margin-left:255px;
}
.car1-vec2-cirlce2{
     position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:190px;
    margin-left:135px;
}
.car1-vec2-cirlce3{
     position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #2DADE2;
    background-color:#fff;
    margin-top:190px;
    margin-left:377px;
}
.car1-vec2-cirlce4{
     position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:95px;
    margin-left:489px;
}
.car1-vec2-cirlce5{
     position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #2DADE2;
    background-color:#fff;
    margin-top:190px;
    margin-left:609px;
}
.car1-vec2-text1{
    position:absolute;
    margin-top:210px;
    margin-left:90px;
}
.car1-vec2-text2{
    position:absolute;
    margin-top:210px;
    margin-left:315px;
}
.car1-vec2-text3{
    position:absolute;
    margin-top:210px;
    margin-left:535px;
}


.car1-v3-vec1{
    position:absolute;
    margin-top:58px;
    margin-left:50px;
    z-index:2;
}
.car1-v3-vec2{
    position:absolute;
    margin-top:58px;
    margin-left:270px;
    z-index:2;
}
.car1-v3-vec3{
    position:absolute;
    margin-top:58px;
    margin-left:540px;
    z-index:2;
}
.car1-vec3-line1{
    position:absolute;
    width:436px;
    height:3px;
    background-color:#EAEAEA;
    margin-top:100px;
    margin-left:155px;
    
}
.car1-vec3-line2{
    position:absolute;
    width:3px;
    height:75px;
    background-color:#EAEAEA;
    margin-top:120px;
    margin-left:140px;
    
}
.car1-vec3-line3{
    position:absolute;
    width:3px;
    height:75px;
    background-color:#EAEAEA;
    margin-top:120px;
    margin-left:383px;
    
    
}
.car1-vec3-line4{
    position:absolute;
    width:3px;
    height:75px;
    background-color:#2DADE2;
    margin-top:120px;
    margin-left:615px;
    
}


.car1-vec3-cirlce1{
     position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:190px;
    margin-left:135px;
}
.car1-vec3-cirlce2{
     position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:190px;
    margin-left:377px;
}
.car1-vec3-cirlce3{
     position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #2DADE2;
    background-color:#fff;
    margin-top:190px;
    margin-left:609px;
}
.car1-vec3-cirlce4{
     position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:94px;
    margin-left:243px;
}
.car1-vec3-cirlce5{
     position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:94px;
    margin-left:510px;
}
.car1-vec2-cirlce4{
     position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:95px;
    margin-left:489px;
}
.car1-vec2-cirlce5{
     position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #2DADE2;
    background-color:#fff;
    margin-top:190px;
    margin-left:609px;
}
.car1-vec2-text1{
    position:absolute;
    margin-top:210px;
    margin-left:90px;
}
.car1-vec2-text2{
    position:absolute;
    margin-top:210px;
    margin-left:315px;
}
.car1-vec2-text3{
    position:absolute;
    margin-top:210px;
    margin-left:535px;
}

.vec2-97{
    position:absolute;
    margin-top:150px;
    margin-left:41.5px;
     z-index:10;
}
.vec2-98{
    position:absolute;
    margin-top:150px;
    margin-left:959.5px;
     z-index:10;
}
.vec2-123{
    position:absolute;
    margin-top:150px;
    margin-left:309.5px;
     z-index:10;
}
.vec2-115{
    position:absolute;
    margin-top:150px;
    margin-left:1254.5px;
     z-index:10;
}
.vec2-124{
    position:absolute;
    margin-top:306px;
    margin-left:309.5px;
    z-index:10;
}
.vec2-125{
    position:absolute;
    margin-top:306px;
    margin-left:739.5px;
    z-index:10;
}

.vec2-red-place{
    position:absolute;
    margin-top:245px;
    margin-left:385px;
    z-index:5;
}

.car2-vec-line1{
    position:absolute;
    width:1200px;
    height:3px;
    background-color:#EAEAEA;
    margin-top:197px;
    margin-left:115px;
    
}
.car2-vec-line2{
    position:absolute;
    width:3px;
    height:50px;
    background-color:#EAEAEA;
    margin-top:107px;
    margin-left:90px;
    
}
.car2-vec-line3{
    position:absolute;
    width:3px;
    height:250px;
    background-color:#EAEAEA;
    margin-top:107px;
    margin-left:360px;
    
}
.car2-vec-line4{
    position:absolute;
    width:3px;
    height:50px;
    background-color:#EAEAEA;
    margin-top:107px;
    margin-left:1070px;
    
}
.car2-vec-line5{
    position:absolute;
    width:50px;
    height:3px;
    background-color:#EAEAEA;
    margin-top:352px;
    margin-left:260px;
    
}
.car2-vec-line6{
    position:absolute;
    width:3px;
    height:50px;
    background-color:#2DADE2;
    margin-top:235px;
    margin-left:1330px;
    
}
.car2-vec-line7{
    position:absolute;
    width:515px;
    height:3px;
    background-color:#EAEAEA;
    margin-top:355px;
    margin-left:400px;
    z-index:7;
    
}
.car2-vec-line8{
    position:absolute;
    width:335px;
    height:78px;
    
    margin-top:245px;
    margin-left:870px;
    z-index:7;
    
}

.car2-vec-cirlce1{
    position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:191px;
    margin-left:215px;
}
.car2-vec-cirlce2{
    position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:191px;
    margin-left:685px;
}
.car2-vec-cirlce3{
    position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:191px;
    margin-left:1210px;
}
.car2-vec-cirlce4{
    position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:103px;
    margin-left:84px;
}
.car2-vec-cirlce5{
    position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:103px;
    margin-left:354px;
}
.car2-vec-cirlce6{
    position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:103px;
    margin-left:1063px;
}
.car2-vec-cirlce7{
    position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:350px;
    margin-left:560px;
    z-index:7;
}
.car2-vec-cirlce8{
    position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:345px;
    margin-left:248px;
    z-index:7;
}

.car2-vec-cirlce9{
    position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:270px;
    margin-left:354px;
}
.car2-vec-cirlce10{
    position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #2DADE2;
    background-color:#fff;
    margin-top:270px;
    margin-left:1324px;
}
.car2-vec-cirlce11{
    position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    border:3px solid #EAEAEA;
    background-color:#fff;
    margin-top:329px;
    margin-left:1053px;
    z-index:15;
}
.car2-vec-text1{
    position:absolute;
    width:147px;
    height:52px;
    margin-top:40px;
    margin-left:41.5px;
}
.car2-vec-text2{
    position:absolute;
    width:147px;
    height:52px;
    margin-top:40px;
    margin-left:300px;
}
.car2-vec-text3{
    position:absolute;
    width:225px;
    height:52px;
    margin-top:40px;
    margin-left:990px;
}
.car2-vec-text4{
    position:absolute;
    width:158px;
    height:52px;
    margin-top:320px;
    margin-left:86.5px;
}

.car2-vec-text5{
    position:absolute;
    width:343px;
    height:52px;
    margin-top:455px;
    margin-left:625px;
}
.car2-vec-text6{
    position:absolute;
    width:343px;
    height:52px;
    margin-top:295px;
    margin-left:1255px;
}

.car2-vec-text7{
    position:absolute;
    width:343px;
    height:52px;
    margin-top:305px;
    margin-left:525px;
}

.car2-vec-red{
    position:absolute;
    
    width:710px;
    height:78px;
    opacity:0.1;
    background-color:#E96464;
    margin-top:280px;
    margin-left:360px;
    border-bottom-right-radius:45px;
}

.detektirovanie-icon-title {
    font-size: 18px;
    color: #13569D;
    line-height: 130%;
    font-weight: 500;
}


.detektirovanie-left-icons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.detektirovanie-left-icons img {
    max-width: 180px;
}

.btn-blue-outline {
    border: 2px solid #2DADE2;
    color: #2DADE2;
}

.btn-blue-outline:hover {
    border: 2px solid #2DADE2;
    color: #2DADE2;
}

/* updates for old static start*/
.quekstions-home-company{
    z-index:300;
}
/* updates for old static end*/
	
	
/* CHANGE поменять при адаптиве CHANGE*/
/*IMPORTANT FOR SOME BLOCKS*/
.d-flex{
    flex-wrap:nowrap;
}


/*IMPORTANT FOR SOME BLOCKS*/
/* CHANGE поменять при адаптиве CHANGE*/

	
.cookie {
    border-top: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 32px;
    z-index: 999;
    background: #fff;
}	
	
.cookie-buttons .buttons {
    display: flex;
    align-items: center;
}

.cookie-buttons .buttons a {
    margin: 016px;
}


	
	

	