@charset 'utf-8';

/* defaults end */
html,
body {
	height: 100%;
	overflow-x: hidden;
}

.fl,
.alignleft {
	float: left;
	margin: 0 20px 0 0 !important;
}

.fr,
.alignright {
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tac {
	text-align: center;
}

.clearboth {
	width: 100%;
	height: 20px;
	line-height: 0px;
	display: block;
	clear: both;
	overflow: hidden;
	font-size: 0px;
}


/* fonts */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'SFProText', sans-serif;
	text-transform: uppercase;
	color: #000000;
	padding-bottom: 30px;
	z-index: 1;
}

h1,
h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

p {
	color: #000000;
	line-height: 24px;
	padding-bottom: 30px;
	z-index: 1;
}


a:focus,
button:focus {
	outline: 0 none;
}



.toggler {
	flex: 0 0 16%;
	max-width: 16%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}

.menu_wrapper {
	margin: 30px 0;
	-webkit-transition: .15s ease-in-out;
	-moz-transition: .15s ease-in-out;
	-o-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
	border-top: 1px solid rgba(255, 255, 255, .2);
}


.home-head-slider {
	height: auto;
	overflow: hidden;
	max-height: 650px;
}

.slick-slider img {
	max-width: none;
}

.home-head-slider .slider-item {
	position: relative;
}

.home-head-slider .slider-item .shadow-bg {
	background: -moz-linear-gradient(top, rgba(24, 24, 24, 0.6) 0%, rgba(24, 24, 24, 0.8) 73%, rgba(24, 24, 24, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(24, 24, 24, 0.6) 0%, rgba(24, 24, 24, 0.8) 73%, rgba(24, 24, 24, 1) 100%);
	background: linear-gradient(to bottom, rgba(24, 24, 24, 0.6) 0%, rgba(24, 24, 24, 0.8) 73%, rgba(24, 24, 24, 1) 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.home-head-slider .slider-item .descr {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	color: #fff;
	font-size: 40px;
	font-family: 'SFProText', sans-serif;
	width: 75%;
	text-transform: uppercase;
	left: 50%;
}

.home-head-slider .slider-item .descr .subdescr {
	color: #fff;
	font-size: 18px;
	font-family: 'SFProText', sans-serif;
	text-transform: none !important;
	margin-top: 30px;
}


.home-head-slider .slider-item .descr .bold {
	font-family: 'SFProText', sans-serif;
	display: inline;
}

.slick-dots {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%, 0);

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.slick-dots li button {
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: 0 10px;
	background: transparent;
	text-indent: 99999999px;
	padding: 0;
}

.slick-dots li button:focus {
	outline: none;
}


.slick-dots li:before {
	content: '';
	margin: 0;
}

.slick-dots li.slick-active button {
	width: 15px;
	height: 15px;
	display: block;
	background: #b4363d;
	border-radius: 50%;
	border: none;
}


/* about */

.border-comp {
	border: 7px solid #e8e8e8;
	border-radius: 10px;
	padding: 30px 45px;
	margin: 30px 0 0 0;
}

.bord-dots {
	border-right: 3px dotted #e8e8e8;
}

.bord-dots:last-child {
	border-right: none;
}

.numb {
	display: block;
	margin: 0 20px 0 0;
	font-size: 40px;
	font-family: 'SFProText', sans-serif;
	color: #b4363d;
}


.border-comp p {
	padding: 0;
}

.grey_bg {
	background-color: #fafafa;
	padding: 100px 0;
}

.grey_bg.pattern {
	background: #fafafa url("images/bg/about_bg.png") no-repeat scroll center top;
	padding: 100px 0;
}

.btn {
	font-family: 'SFProText', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 100px;
}

.btn-warning {
	z-index: 1;
	position: relative;
	font-size: inherit;
	font-family: inherit;
	color: white;
	padding: 20px 75px 20px 35px;
	outline: none;
	border: none;
	background-color: #b4363d;
	overflow: hidden;
	transition: color 0.4s ease-in-out;
	text-decoration: none;
}

.btn-outline-warning {
	position: relative;
	font-size: inherit;
	font-family: inherit;
	color: white;
	padding: 20px 75px 20px 35px;
	outline: none;
	border: 2px solid #b4363d;
	background: transparent;
	overflow: hidden;
	transition: color 0.4s ease-in-out;
	text-decoration: none;
}

.btn-outline-white{
	position: relative;
	font-size: inherit;
	font-family: inherit;
	color: white;
	padding: 20px 35px 20px 35px;
	outline: none;
	border: 2px solid white;
	background: transparent;
	overflow: hidden;
	transition: color 0.4s ease-in-out;
	text-decoration: none;
}

.btn-outline-white:hover {
	color: white;
	background-color: #b4363d;
	border-color: #b4363d;
}

.btn-warning:before {
	content: '';
	z-index: -1;
	position: absolute;
	bottom: 100%;
	right: 100%;
	width: 3em;
	height: 3em;
	border-radius: 50%;
	background: -moz-linear-gradient(right, #b4363d 0%, #b4363d 73%, rgba(255, 255, 255, .5) 100%);
	background: -webkit-linear-gradient(right, #b4363d 0%, #b4363d 73%, rgba(255, 255, 255, .5) 100%);
	background: linear-gradient(to right, #b4363d 0%, #b4363d 73%, rgba(255, 255, 255, .5) 100%);
	transform-origin: center;
	transform: translate3d(50%, 50%, 0) scale3d(0, 0, 0);
	transition: transform 0.45s ease-in-out;
}

.btn-warning:hover:before {
	transform: translate3d(50%, 50%, 0) scale3d(15, 15, 15);
}

.btn-warning:hover {
	color: white;
	background-color: #b4363d;
}

.moreright {
	margin-right: -250px;
	width: 350px;
}

.btn-warning:after {
	content: "";
	background: transparent url("images/icons/right-arrow.svg") no-repeat scroll 0 0;
	width: 25px;
	height: 100%;
	position: absolute;
	background-size: 93%;
	background-position: center;
	right: 25px;
	bottom: 0;
}

.btn-outline-warning {
	z-index: 1;
	position: relative;
	font-size: inherit;
	font-family: inherit;
	padding: 20px 35px;
	border: 1px solid #b4363d;
	color: #b4363d;
	outline: none;
	overflow: hidden;
	transition: color 0.4s ease-in-out;
	text-decoration: none;
}

.btn-outline-warning:before {
	content: '';
	z-index: -1;
	position: absolute;
	bottom: 100%;
	right: 100%;
	width: 3em;
	height: 3em;
	border-radius: 50%;
	background: -moz-linear-gradient(right, #ffffff 0%, #b4363d 73%, rgba(255, 255, 255, .5) 100%);
	background: -webkit-linear-gradient(right, #ffffff 0%, #b4363d 73%, rgba(255, 255, 255, .5) 100%);
	background: linear-gradient(to right, #ffffff 0%, #b4363d 73%, rgba(255, 255, 255, .5) 100%);
	transform-origin: center;
	transform: translate3d(50%, 50%, 0) scale3d(0, 0, 0);
	transition: transform 0.45s ease-in-out;
}

.btn-outline-warning:hover:before {
	transform: translate3d(50%, 50%, 0) scale3d(15, 15, 15);
}

.btn-outline-warning:hover {
	color: white;
	background-color: #fff;
}

.clients_item img {
	max-height: 100px;
	max-width: 70%;
}

.clients .slick-track {
	display: flex;
	height: auto;
	align-items: center;
	justify-content: center;
}

/* portfolio */

.wrap-blue {
	background: rgb(25, 118, 174);
	background: -moz-linear-gradient(left, rgba(25, 118, 174, 1) 0%, rgba(41, 144, 207, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(25, 118, 174, 1) 0%, rgba(41, 144, 207, 1) 100%);
	background: linear-gradient(to right, rgba(25, 118, 174, 1) 0%, rgba(41, 144, 207, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1976ae', endColorstr='#b4363d', GradientType=1);
	overflow: hidden;
	position: relative;
}

.portfolio .wrap-blue .row .inner-wrapper-text {
	padding: 13% 13% 11%;
}

.main-wrapper .title {
	font-family: 'SFProText', sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 30px;
	font-size: 30px;
}

.main-wrapper .title:after {
	content: "";
	background: #fff;
	height: 3px;
	width: 40px;
	display: block;
	margin-top: 20px;
}

.main-wrapper .text {
	font-size: 18px;

	color: #fff;
}

.img_block {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center center;
	background-position-x: center;
	background-repeat: no-repeat;
}

.portfolio-items {
	height: auto;
}

.portfolio .wrap-blue .item {
	border: none;
	margin-bottom: 0px;
	overflow: hidden;
	padding-bottom: 70%;
	height: 0px;
	position: relative;
	z-index: 2;
	width: 100%;
}

.portfolio .wrap-blue .row .row .col-md-4,
.portfolio .wrap-blue .row .row .col-sm-6,
.portfolio .wrap-blue .row .row .col-xs-12 {
	padding-right: 0;
	padding-left: 0;
}

.portfolio .wrap-blue .item .img_block {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center center;
	background-position-x: center;
	background-repeat: no-repeat;
}

.dark_block_animate {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
}

.grid_port {
	column-width: 17em;
	-moz-column-width: 17em;
	-webkit-column-width: 17em;

	column-gap: 1rem;
	-moz-column-gap: 1rem;
	-webkit-column-gap: 1rem;
}

.grid_port_item {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	transition: 0.3s ease;
	font-size: 0;
}

.grid_port_item a img {
	max-width: 100%;
}

.grid_port_item_content,
.dark_block_animate {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.65);
	z-index: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	transition: 0.3s ease-in-out;
	opacity: 0;
	border: 1px solid black;
	text-align: center;
}

.grid_port_item_content p,
.dark_block_animate span {
	opacity: 0;
	transition-delay: 1s;
	transition: 0.3s ease;
	font-size: 18px;
	padding-bottom: 0;
}

.grid_port_item:hover {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

.grid_port_item:hover .grid_port_item_content,
.item:hover .dark_block_animate {
	height: calc(100% - 30px);
	width: calc(100% - 30px);
	opacity: 1;
}

.grid_port_item:hover .grid_port_item_content p,
.item:hover .dark_block_animate span {
	opacity: 1;
	color: #fff;
}

.text_more {
	margin-top: 20px;
}

.mores {
	font-size: 12px;
	font-family: inherit;
	color: white;
	text-decoration: none;
	position: relative;
}

.mores:after {
	content: "";
	background: transparent url("images/icons/right-arrow.svg") no-repeat scroll 0 0;
	background-size: auto;
	background-size: auto;
	width: 25px;
	height: 25px;
	position: absolute;
	background-size: 93%;
	top: -3px;
	margin-left: 20px;
}



/* space */

.space_bg {
	background: transparent url("images/bg/space_bg_md.jpg") no-repeat scroll center center;
	color: #fff;
	position: relative;
	padding: 100px 0;
	background-size: cover;
}

.space_bg:after {
	content: "";
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.space_bg:before {
	content: "";
	background: transparent url("images/bg/section_arrow_wh.png") no-repeat scroll center 0;
	width: 100%;
	height: 27px;
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 10;
}

.space_bg p,
.space_bg h2 {
	color: #fff;
}

.inner {
	position: relative;
	z-index: 3;
}

.pattern {
	background: transparent url("images/bg/steps_bg.png") no-repeat scroll center center;
	padding: 100px 0;
}

.pattern_2 {
	background: #fafafa url("images/bg/about_bg.png") no-repeat scroll center 0;
	padding: 100px 0;
}

.step_wrap {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.step_wrap .step {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	position: relative;
}

.step_wrap .step:after {
	content: "";
	background: transparent url("images/icons/dotted.svg") no-repeat scroll 0 0;
	width: 108px;
	height: 73px;
	position: absolute;
	left: 7%;
	bottom: -80px;
}

.step_wrap .step:last-child:after {
	content: "";
	background: none;
}

.step_wrap .step:nth-of-type(2n) {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.step_wrap .step:nth-of-type(2n):after {
	right: 7%;
	bottom: -80px;
	transform: scale(-1, 1);
	left: auto;
}


/* banners */

.innerpadding {
	padding: 100px 0;
}

.wrap-blue h3 {
	color: #fff;
}

.wrap-skew-img {
	width: 100%;
	height: 100%;
}

.skew-wrap {
	height: 100%;
	position: relative;
	-webkit-clip-path: polygon(40% 0%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(40% 0%, 100% 0, 100% 100%, 0% 100%);
}

.skew-img {
	width: 1000px;
	height: 500px;
	background: transparent url("images/bg/astronaut_md.jpg") no-repeat scroll center center;
	background-size: auto;
	min-width: 100%;
	min-height: 100%;
	background-size: cover;
}

.skew-img:after {
	content: "";
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.ban-angle .wrap-blue:before {
	content: "";
	background: #fff;
	height: 40px;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
}

.ban-angle .wrap-blue:after {
	content: "";
	background: #fafafa;
	height: 40px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
}

.zind {
	position: relative;
	z-index: 10;
}



.modal.show {
	background: rgba(255, 255, 255, .8) repeat scroll 0 0;
}

.blue .modal-content {
	background-color: #006389;
}

.modal-dialog.blue h3 {
	color: #fff;
	padding: 0;
}

.modal-dialog.blue p {
	color: #fff;
}

.modal-dialog .close {
	margin-right: -65px;
	margin-top: 0;
	position: absolute;
	right: 0;
	top: -35px;
}

.modal-dialog .close span {
	font-size: 70px;
	font-weight: normal;
}

.modal-body {
	padding: 0 100px 30px;
	font-size: 14px;
}

.form-control {
	border-radius: 30px;
	font-size: 14px;
	margin-bottom: 15px;
	padding: 5px 20px;
}

.modal-content {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}


.boxHidded {
	visibility: hidden;
}

.fadeInUp,
.fadeOutDown,
.fadeIn,
.fadeOut,
.fadeInLeft,
.fadeOutLeft,
.fadeInRight,
.fadeOutRight,
.zoomIn,
.zoomOut,
.flipInX,
.flipOutX,
.rotateInDownRight,
.rotateOutUpRight,
.rotateInDownLeft,
.rotateOutUpLeft,
.flipOutY,
.flipInY,
.boxVis {
	visibility: visible;
}

.animitems .fadeInUp {
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
}

.animitems .fadeInUp+.fadeInUp {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}

.animitems .fadeInUp+.fadeInUp+.fadeInUp {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.animitems .fadeInUp+.fadeInUp+.fadeInUp+.fadeInUp {
	-webkit-animation-delay: 2.0s;
	-moz-animation-delay: 2.0s;
	-o-animation-delay: 2.0s;
	animation-delay: 2.0s;
}

.animitems .fadeInUp+.fadeInUp+.fadeInUp+.fadeInUp+.fadeInUp {
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.animitems .fadeInUp+.fadeInUp+.fadeInUp+.fadeInUp+.fadeInUp+.fadeInUp {
	-webkit-animation-delay: 3.0s;
	-moz-animation-delay: 3.0s;
	-o-animation-delay: 3.0s;
	animation-delay: 3.0s;
}

.animitems .fadeIn {
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
}

.animitems .fadeIn+.fadeIn {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}

.animitems .fadeIn+.fadeIn+.fadeIn {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.animitems .fadeIn+.fadeIn+.fadeIn+.fadeIn {
	-webkit-animation-delay: 2.0s;
	-moz-animation-delay: 2.0s;
	-o-animation-delay: 2.0s;
	animation-delay: 2.0s;
}

.animitems .fadeIn+.fadeIn+.fadeIn+.fadeIn+.fadeIn {
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.animitems .fadeInLeft {
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
}

.animitems .fadeInLeft+.fadeInLeft {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}

.animitems .fadeInLeft+.fadeInLeft+.fadeInLeft {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.animitems .zoomIn:nth-child(2n) {
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-o-animation-delay: .1s;
	animation-delay: .1s;
}

.social {
	border: 1px solid #178fbd;
	border-radius: 20px;
	color: #178fbd;
	padding: 5px 20px;
	text-decoration: none;
}

.social:hover {
	text-decoration: underline;
}

/* portals */

.page_img {
	background: transparent url("images/bg/space_bg.jpg") no-repeat scroll 0 0;
	background-size: cover;
	position: relative;
}

.pagegrey {
	padding: 50px 0 100px 0 !important;
}

.page_img header {
	padding: 30px 0 10px 0;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	position: relative;
	z-index: 100;
	width: 100%;
	margin: 0;
}

.page_img:after {
	content: "";
	background: transparent url("images/bg/section_arrow.png") no-repeat scroll center 0;
	width: 100%;
	height: 27px;
	display: block;
	position: absolute;
	bottom: 0;
}

.page_img:before {
	content: "";
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
}

nav {
	display: inline-block;
}

.breadcrumb {
	background-color: transparent;
}

.breadcrumb-item+.breadcrumb-item:before {
	content: "\2022";
	color: #b4363d;
	font-size: 25px;
	padding-right: 0.5rem;
	line-height: 15px;
}

.breadcrumb-item {
	font-size: 14px;
	color: #333;
	font-family: 'SFProText', sans-serif;
	margin: 0;
}

.breadcrumb-item.active a {
	color: #333;
	text-decoration: none;
	position: relative;
}

.breadcrumb-item.active a:hover {
	color: #333;
	text-decoration: none;
}

.breadcrumb-item.active a:after {
	content: "";
	backface-visibility: hidden;
	transition: all 350ms ease-in-out;
	width: 0;
}

.breadcrumb-item.active a:hover:after {
	content: "";
	background: #b4363d;
	width: 100%;
	height: 2px;
	display: block;
	border-radius: 5px;
	position: absolute;
	bottom: -3px;
	transition: all 350ms ease-in-out;
}

.icon-page {
	height: 60px;
	margin-bottom: 20px;
}

.block_subtitle {
	font-size: 16px;
}

.blue-pattern {
	background: transparent url("images/bg/blue_bg.png") no-repeat scroll center 0;
	position: relative;
}

.p-100 {
	padding: 100px 0;
}

.keys_item img {
	display: inline-block;
	width: 75%;
}

.wrap-blue,
.wrap-blue h2,
.wrap-blue p {
	color: #fff;
}

.keys_title {
	font-size: 25px;
	font-family: 'SFProText', sans-serif;
	margin-bottom: 40px;
}

.slick-arrow {
	border: none;
	text-indent: 900000px;
	opacity: 0.9;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	width: 50px;
	padding: 0;
}

.slick-prev {
	background: transparent url("images/icons/arrow-slick-prev.svg") no-repeat scroll 0 0;
}

.slick-next {
	background: transparent url("images/icons/arrow-slick.svg") no-repeat scroll 0 0;
	left: 70px;
	position: absolute;
	top: 0;
}

.slick-arrow:hover {
	opacity: 1;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.keys .slick-list {
	padding: 50px 0 0 0;
}

.wrap-blue h2:after {
	content: "";
	background: #fff;
	height: 3px;
	width: 40px;
	display: block;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 0px;
	margin-top: 20px;
}

.wrap_arrows:before {
	content: "";
	border: 30px solid transparent;
	border-top: 30px solid #fafafa;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.wrap_arrows:after {
	content: "";
	border: 30px solid transparent;
	border-bottom: 30px solid #fff;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.wrap_arrows--bottom_black~.wrap_arrows:after {
	border-bottom: 30px solid #000812;
}

.steps_three ul li {
	margin-bottom: 7px;
}

.steps_three p {
	padding-bottom: 10px;
}

.steps_three {
	margin-bottom: 30px;
}

/* portfolio_item */

.portfolio_item_page {
	color: #fff;
}

.portfolio_item_page header {}

.portfolio_item_page header .menu_wrapper {
	margin: 30px 0 0 0;
}

.light .breadcrumb-item a,
.light .breadcrumb-item a:hover,
.light .breadcrumb-item {
	color: #c6c6c6;
}

.white {
	color: #fff;
}

h2.white:after {
	margin: 20px 0 0 0;
}

.port_item_info {}

.port_item_info:before {
	content: "";
	background: #b4363d;
	height: 45px;
	width: 3px;
	display: block;
	float: left;
	margin-right: 10px;
}


.port_item_info_title {
	color: #999999;
	font-size: 16px;
}

.port_item_info_title_descr {
	font-size: 16px;
}

.portfolio_item_head_info {
	padding-bottom: 80px;
}

.portfolio_item_head_info p,
.portfolio_item_head_info ul li {
	color: #fff;
}

.port_item_info_title_descr a {
	color: #b4363d;
}


.portfolio_descriprion_title {
	font-family: 'SFProText', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}

.vecrical-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -85%) rotate(-90deg);
	text-align: center;
}

hr {
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.border-comp-portf {
	border: 7px solid #e8e8e8;
	border-radius: 10px;
	padding: 30px 45px 30px 200px;
	margin: 30px 0 0 -200px;
}

.border-comp-portf p {
	margin-bottom: 20px;
}


.grid {
	margin: 0 auto;
}

.task_wrap {
	min-height: 130px;
}

.realization_wrap {
	min-height: 250px;
}


/* crm */

.nav-pills .nav-link {
	text-transform: uppercase;
	font-size: 14px;
	color: #999;
	text-decoration: none;
	border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #000;
	background-color: transparent;
	border-bottom: 3px solid #b4363d;
}

.nav-item:before {
	content: '';
	margin: 0;
}

.bib_num {
	font-size: 150px;
	font-family: 'SFProText', sans-serif;
	background: linear-gradient(45deg, #d46c00, #b4363d);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #b4363d;
	display: table;
	margin: 0 20px 0 0;
	line-height: 1;
}

.p18 {
	font-size: 18px;
	padding: 0;
}

/* lk */

.lk_bg {
	background: transparent url("images/bg/lk_bg.png") no-repeat scroll center 0;
	position: relative;
	padding: 100px 0 50px 0;
	background-size: cover;
}

.lk_bg:after {
	content: '';
	background: rgba(232, 232, 232, 0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.text-center div img {
	margin: 0 auto;
	margin-bottom: 20px;
}

.text-center img {
	display: inline-block;
}

.lk_bg:before {
	content: '';
	background: transparent url("images/bg/rocket_img.png") no-repeat scroll 0 0;
	width: 506px;
	height: 259px;
	display: block;
	position: absolute;
	top: -50px;
	right: 10%;
	z-index: 1;
}

.st_txt {
	position: relative;
}

.st_line:first-child .st_txt:before {
	height: 50px;
	position: absolute;
	top: -10px;
}

.st_line .st_txt:after {
	height: 100%;
	position: absolute;
	bottom: 0;
}

.st_line .st_txt:after,
.st_line:first-child .st_txt:before {
	width: 1px;
	background: #e8e8e8;
	left: -43px;
	display: block;
	content: "";
}

.st_line img {
	position: absolute;
	left: 0;
	top: 50%;
	max-width: 60px;
	transform: translateY(-50%);
}


/* lighload */

.compet .slick-list {
	overflow: initial;
}

.compet_item_wrap {
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 2.5px rgba(0, 0, 0, .12);
	box-shadow: 0 0 10px 2.5px rgba(0, 0, 0, .12);
	margin: 0 15px;
	min-height: 560px;
}

.compet_item_title {
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E8E8E8;
	position: relative;
	margin-bottom: 35px;
}

.compet_item_descr {
	min-height: 380px;
	max-height: 380px;
	overflow: hidden;
	position: relative;
}

.compet_item_descr:after {
	content: "";
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.compet_item_title:after {
	content: "";
	display: block;
	width: 46px;
	height: 2px;
	background-color: #b4363d;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -2px;
}

.compet .slick-arrow,
.clients .slick-arrow {
	height: 50px;
	border-radius: 50%;
	z-index: 10;
}

.compet .slick-next,
.clients .slick-next {
	background: #b4363d url("images/icons/arrow-slick.svg") no-repeat scroll 0 0;
	position: absolute;
	right: -20px;
	top: 50%;
	background-size: 60%;
	background-position: center;
	left: auto;
	transform: translate(0, -50%);
}

.compet .slick-prev,
.clients .slick-prev {
	background: #b4363d url("images/icons/arrow-slick-prev.svg") no-repeat scroll 0 0;
	position: absolute;
	left: -20px;
	top: 50%;
	background-size: 60%;
	background-position: center;
	transform: translate(0, -50%);
}

.clients .slick-list {
	width: 90%;
	margin: 0 auto;
}

.clients_item {
	text-align: center;
	display: block ruby !important;
}


.compet .slick-arrow:hover {
	opacity: 1;
}

/* about */

.setif_item {
	padding: 10px;
}

.setif_item img {
	max-width: none;
	width: 100%;
}

.setif.compet .slick-list {
	overflow: hidden;
}

.ab_num p {
	padding-bottom: 0;
}


/* portfolio */

.left_menu {}

.left_menu ul {}

.left_menu ul li {
	border-bottom: 1px solid #E8E8E8;
	padding: 20px 0 15px 0;
	margin: 0;
}

.left_menu ul li a {
	font-family: 'SFProText', sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
}

.left_menu ul li a:hover,
.left_menu ul li a.active {
	font-family: 'SFProText', sans-serif;
	text-transform: uppercase;
	color: #b4363d;
}

.pagination {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 30px;
}

.pagination li,
.pagination li a {
	color: #000;
	text-decoration: none;
	padding: 0;
}

.pagination li {
	border: 2px solid transparent;
	border-radius: 25px;
	width: 30px;
	height: 30px;
	text-align: center;
	display: block;
	padding: 2px 0 0 0;
	margin: 0 10px;
}

.pagination li.active,
.pagination li:hover {
	border: 2px solid #178fbd !important;
}

.pagination li:before {
	content: '';
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 2;
	color: #000;
	background-color: transparent !important;
	border: none !important;
	padding: 0;
}

.pagination li.active+li a,
.pagination li.active+li span,
.pagination li:hover+li a,
.pagination li:focus+li span,
.pagination li:focus+li a,
.pagination li:hover+li span {
	border-left-color: transparent !important;
	background-color: transparent !important;
}

.pagination .active a,
.pagination .active span,
.pagination a:hover,
.pagination span:hover,
.pagination a:focus,
.pagination span:focus,
.pagination a:active,
.pagination span:active {
	border-left-color: transparent !important;
	background-color: transparent !important;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: none;
	padding: auto !important;
	line-height: auto;
	text-decoration: none;
	background-color: #ffffff;
	border: none !important;
	margin-left: auto;
}

/* news */

.news_item {
	border: 1px solid #e8e8e8;
	overflow: hidden;
	display: block;
	text-decoration: none;
}

.news_item:after {
	content: '';
	height: 3px;
	background: #fff;
	width: 100%;
	display: block;

	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.news_item:hover:after {
	content: '';
	background: #b4363d !important;
	height: 3px;
	width: 100%;
	display: block;

	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.news_item img {
	width: 100%;
	max-height: 140px;
	max-width: 100%;
}

.news_cont {
	padding: 20px;
}

time {
	color: #999999;
	margin-bottom: 15px;
	display: block;
}

/* review */

.review {}

.review .review_item {}

.review_item img,
.rev_img {
	max-width: 100%;
	border: 1px solid #E8E8E8;
	border-bottom: 4px solid #b4363d;
}

.review_title {
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	font-weight: 500;
}

.review_title:hover {
	color: #178fbd;
}

.review .slick-dots {
	position: absolute;
	bottom: -130px;
	left: 50%;
	transform: translate(-50%, 0);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.show {
	opacity: 1;
}

.text-right img {
	display: inline;
}

.review .slick-dots li button {
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid rgba(41, 144, 207, .5);
	;
	border-radius: 50%;
	margin: 0 10px;
	background: transparent;
	text-indent: 99999999px;
	padding: 0;
}

.review .slick-dots li.slick-active button {
	width: 15px;
	height: 15px;
	display: block;
	background: #b4363d;
	border-radius: 50%;
	border: none;
}

.down_button {
	display: inline flow-root;
	margin-top: 30px;
}

.download {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	display: flex;

	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.download:before {
	content: "";
	width: 50px;
	height: 50px;
	background: transparent url("images/icons/pdf.svg") no-repeat scroll 0 center;
	background-size: auto;
	margin: -15px 0px 0 0;
	display: inline-block;
	background-size: 65%;
}

/*.dropdown-menu {*/
/*	background: -moz-linear-gradient(top, rgba(24, 24, 24, 0.6) 0%, rgba(24, 24, 24, 0.8) 73%, rgba(24, 24, 24, 1) 100%);*/
/*	background: -webkit-linear-gradient(top, rgba(24, 24, 24, 0.6) 0%, rgba(24, 24, 24, 0.8) 73%, rgba(24, 24, 24, 1) 100%);*/
/*	background: linear-gradient(to bottom, rgba(24, 24, 24, 0.6) 0%, rgba(24, 24, 24, 0.8) 73%, rgba(24, 24, 24, 1) 100%);*/
/*	padding: 10px 10px;*/
/*}*/

.dropdown-menu {
	background: -moz-linear-gradient(top, rgb(4, 4, 5, 0.95) 0%, rgba(24, 24, 24, 0.93) 73%, rgba(24, 24, 24, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(4, 4, 5, 0.95) 0%, rgba(24, 24, 24, 0.93) 73%, rgba(24, 24, 24, 1) 100%);
	background: linear-gradient(to bottom, rgba(4, 4, 5, 0.95) 0%, rgba(24, 24, 24, 0.93) 73%, rgba(24, 24, 24, 1) 100%);
	padding: 10px 10px;
}

.menu ul li a.dropdown-item {
	color: rgba(255, 255, 255, .65);
	padding: 10px 20px !important;
}

.menu ul li a.dropdown-item:hover {
	color: rgba(255, 255, 255, 1);
	background: transparent;
}

.cont-info-wrap {
	position: relative;
}

.cont-info {
	position: absolute;
	z-index: 5;
	width: 30%;
	right: 5%;
	top: 5%;
}


.bgw {
	background: rgba(255, 255, 255, .9);
	padding: 30px;
}

.video-block {
	background: url("images/bg/video_wrap.png") no-repeat left top;
	background-size: auto;
	height: 517px;
	margin: 0 44px 0 0;
	position: relative;
	width: 711px;
	background-size: 85%;
}

.video-wrap {
	left: 78px;
	top: 94px;
	height: 282px;
	position: absolute;
	width: 451px;
}

.progress {
	position: relative;
}

.num_pogr {
	position: absolute;
	right: 10px;
	top: 15px;
}

.form.contacts .title {
	border-color: transparent;
	color: #000;
	font-size: 30px;
}

.p-100 ul li {
	display: flex;
}

.pagegrey_main {
	padding: 50px 0 0 0;
}


@media (min-width: 1200px) and (max-width: 1500px) {

	.main-wrapper .title {
		font-size: 20px;
	}

	.main-wrapper .text {
		font-size: 14px;
	}

	.noright img {
		max-width: 350px;
	}

	.border-comp {
		padding: 30px 30px;
	}

	.skew-img {
		width: 900px;
	}

	.cont-info {
		position: absolute;
		z-index: 5;
		width: 45%;
		right: 5%;
		top: 5%;
	}

}


@media (min-width: 978px) and (max-width: 1199px) {

	.review.slick-slider img {
		max-width: 100%;
	}

	.clients.slick-slider img {
		max-width: 90%;
	}

	.cont-info {
		position: absolute;
		z-index: 5;
		width: 55%;
		right: 5%;
		top: 5%;
	}

	.menu ul li a {
		font-size: 10px;
	}

	.toggler {
		display: none;
	}

	.noright {
		width: 40%;
	}

	.portfolio-items {
		height: auto;
	}

	.portfolio .wrap-blue .row .inner-wrapper-text {
		padding: 5% 5% 5%;
	}

	.skew-img {
		width: auto;
		height: 500px;
		min-width: 100%;
		min-height: 100%;
		min-width: 600px;
	}

	.slick-slider img {
		max-width: none;
	}

	.home-head-slider .slider-item .descr {
		top: 40%;
		width: 95%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.navbar-dark .navbar-toggler {
		color: rgba(255, 255, 255, .5);
		border: none;
		padding: 0;
	}

	#navbarNav {
		background: rgba(0, 0, 0, 0.9);
		padding: .5rem 1rem;
	}

	.menu {
		padding: 0;
	}

	.menu ul li {
		padding: 14px 0;
	}


	.keys_item img {
		max-width: none;
		margin-top: 30px;
	}

	.keys_item {
		display: block;
		overflow: hidden;
	}

	.mobhide {
		display: none;
	}

	.main-wrapper .title {
		font-size: 20px;
	}

	.main-wrapper .text {
		font-size: 14px;
	}

	.adr::before {
		margin: 0 25px 30px 0;
	}

}


@media (min-width: 768px) and (max-width: 979px) {

	.home-head-slider .slider-item .descr {
		top: 40%;
		width: 95%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.review.slick-slider img {
		max-width: 100%;
	}

	.clients.slick-slider img {
		max-width: 75%;
	}

	.toggler {
		flex: 0 0 6%;
		max-width: 6%;
	}

	.collapse:not(.show) {
		display: none !important;
	}

	.portfolio-items {
		height: auto;
	}

	.portfolio .wrap-blue .row .inner-wrapper-text {
		padding: 5% 5% 5%;
	}

	.navbar-dark .navbar-toggler {
		color: rgba(255, 255, 255, .5);
		border: none;
		padding: 0;
	}

	#navbarNav {
		background: rgba(0, 0, 0, 0.9);
		padding: .5rem 1rem;
	}

	.menu {
		padding: 0;
	}

	.menu ul li {
		padding: 10px 0;
	}

	.soc {
		margin-top: 20px;
		display: inline-block;
	}

	.foot_adr {
		color: #000000;
		font-size: 11px;
	}


	.home-head-slider {
		height: auto;
	}

	.slick-slider img {
		max-width: none;
	}

	.noright {
		width: 40%;
	}

	.skew-img {
		width: 100%;
		height: auto;
		padding: 60px 30px;
		display: block !important;
	}

	.skew-wrap {
		-webkit-clip-path: none;
		clip-path: none;
	}

	.noflex {
		display: block !important;
	}

	.zind.float-right {
		float: none !important;
	}

	.text-right {
		text-align: center !important;
	}


	.keys_item img {
		max-width: none;
		width: 100%;
		margin-top: 30px;
	}

	.keys_item {
		display: block;
		overflow: hidden;
	}

	.mobhide {
		display: none;
	}

	.cont-info {
		position: relative;
		z-index: 5;
		width: 100%;
		right: 5%;
		top: 5%;
	}

	.bgw {
		padding: 0 70px;
	}

}

@media (max-width: 767px) {

	ul li {
		display: flex;
	}

	.pattern ul li {
		display: flex;
	}

	h1,
	h2 {
		font-size: 30px;
	}

	.breadcrumb {
		background-color: transparent;
		display: block;
		padding: 0;
		text-align: left;
	}

	ol.breadcrumb li {
		list-style: decimal-leading-zero;
		padding: 0 0 0px 15px;
	}

	.foot_cont:before,
	.adr:before {
		content: "";
		background: none;
		background-size: auto;
		width: 0;
		height: 0;
		display: block;
		background-size: 0;
		float: none;
		margin: 0;
	}

	.container-fluid {
		width: 90%;
		max-width: 100%;
	}

	.col-xs-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-xs-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xs-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xs-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-xs-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.searchbnt {
		width: 35px;
		height: 22px;
		background-size: 80%;
		margin-right: 0;
	}

	.navbar-dark .navbar-toggler {
		color: rgba(255, 255, 255, .5);
		border: none;
		padding: 0;
	}

	#navbarNav {
		background: rgba(0, 0, 0, 0.8);
		padding: .5rem 1rem;
	}

	.menu {
		padding: 0;
	}

	.menu ul li {
		padding: 7px 0;
	}

	.bord-dots {
		border-right: none;
	}

	.grey_bg.pattern,
	.pattern {
		padding: 30px 0;
	}

	.step_wrap .step::after {
		content: "";
		width: 50px;
	}

	.space_bg {
		padding: 30px 0;
		background-size: cover;
	}

	.portfolio-items {
		height: auto;
	}

	.slick-slider img {
		max-width: none;
		max-height: 400px;
	}

	.home-head-slider .slider-item .descr {
		top: 50%;
		font-size: 20px;
		width: 90%;
		transform: translate(-50%, -50%);
		overflow: hidden;
		text-align: center;
		left: 50%;
	}

	.skew-img {
		width: 100%;
		height: auto;
		padding: 60px 10px;
		display: block !important;
	}

	.skew-wrap {
		-webkit-clip-path: none;
		clip-path: none;
	}

	.noflex {
		display: block !important;
	}

	.noright,
	.zind.float-right {
		float: none !important;
	}

	.text-right {
		text-align: center !important;
	}

	.moreright {
		width: 200px;
		margin: 0 auto;
		display: block;
	}

	.keys_item img {
		max-width: none;
		width: 100%;
		margin-top: 30px;
	}

	.keys_item {
		display: block;
		overflow: hidden;
	}

	.pagegrey {
		padding: 30px 0;
	}

	.p-100 {
		padding: 50px 0;
	}

	.p-4 {
		padding: 0 !important;
	}

	.mobhide {
		display: none;
	}

	.vecrical-text {
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0, 0) rotate(0deg);
		text-align: center;
		margin-bottom: 20px;
	}

	.border-comp-portf {
		padding: 30px 45px 30px 45px;
		margin: 30px 0 0 0;
	}

	.table td,
	.table th {
		border-top: none;
		display: flex;
	}

	.table tr {
		border-top: 1px solid #dee2e6;
	}

	.lk_bg:before {
		content: '';
		top: -50px;
		right: -40%;
		background-size: 60%;
	}

	ol li {
		margin: 0 0 0 40px;
	}

	.compet_item_wrap.p-4 {
		padding: 15px !important;
	}

	.review.slick-slider img {
		max-width: 100% !important;
		max-height: 400px;
	}

	.clients.slick-slider img {
		max-width: 70% !important;
		max-height: inherit !important;
		margin: 0 auto !important;
	}

	.slick-dots li {
		list-style-type: none;
		position: relative;
		padding-left: 0px;
		margin-bottom: 8px;
	}

	.menu ul {
		margin: 0;
	}

	.cont-info {
		position: relative;
		z-index: 5;
		width: 100%;
		right: 5%;
		top: 5%;
	}

	.bgw {
		padding: 0;
	}

}

@media (max-width: 480px) {

	h1,
	h2 {
		font-size: 22px;
	}

	.breadcrumb {
		background-color: transparent;
		display: block;
		padding: 0;
		text-align: left;
	}

	.menu ul {
		margin: 0;
	}

	.page_img header {
		padding: 30px 17px 16px 17px;
	}

	.slick-dots li {
		list-style-type: none;
		position: relative;
		padding-left: 0px;
		margin-bottom: 8px;
	}

	.hidden-xs {
		display: none;
	}


	.slick-initialized .slick-slide.slick-slide {
		overflow: hidden;
	}

	.compet_item_wrap.p-4 {
		padding: 15px !important;
	}

	.review.slick-slider img {
		max-width: 100% !important;
		max-height: 400px;
	}

	.clients.slick-slider img {
		max-width: 70% !important;
		max-height: inherit !important;
		;
	}

	.btn-warning {
		padding: 20px 60px 20px 25px;
	}

	.d-flex.mob_butt {
		display: block !important;
	}

	.d-flex.mob_butt a {
		width: 100%;
		margin: 0 0 10px 0 !important;
	}

	.col {
		-ms-flex-preferred-size: auto !important;
		flex-basis: auto !important;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

}


/* 23.03.2021 */

.border_items {
	border: 1px solid #e8e8e8;
	padding: 30px 30px 0 30px;
	min-height: 286px;
	margin-bottom: 30px;
}

.title_wicon {}

.title_wicon p {
	padding-bottom: 20px;
	font-size: 16px;
	margin: 0 0 0 20px;
	line-height: 21px;
}

.title_wicon img {
	height: 45px;
	opacity: 0.7;
}

.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}

.panel-default>.panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: #FAFAFA;
	border-color: #EEEEEE;
}

.panel-title {
	font-size: 14px;
}

.panel-title>a {
	display: block;
	padding: 15px;
	text-decoration: none;
}

.more-less {
	float: right;
	width: 30px;
	margin-top: -7px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #EEEEEE;
}

.gradient {
	background: #fafafa url("images/bg/grad_bg.png") no-repeat scroll center 100%;
}

.price_text {
	font-size: 30px;
}


.dotted {
	background: #fafafa url("images/bg/dotted_bg.png") no-repeat scroll center 100%;
}

.plus_more {
	background: transparent url("images/icons/plus.svg") no-repeat scroll 0 6px;
	background-size: auto;
	width: 24px;
	height: 24px;
	display: inline-block;
	background-size: 75%;
	margin-left: 20px;
}

.steps_accord {
	display: none;
}

.licenses {
	margin-bottom: 130px;
	padding-top: 94px;
	background-image: url("images/bg/licenses.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.licenses h2 {
	color: #fff;
}

.licenses h2::after {
	background-color: #fff;
}

.licenses__slider {
	width: 100%;
	padding-bottom: 110px;
}

.licenses__item {
	margin-right: 25px;
	margin-left: 25px;
	min-height: 300px;
	color: #fff;
}

.licenses__img-wrap {
	width: 100%;
}

.licenses__img {
	padding-top: 100%;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.licenses__title {
	margin-bottom: 1.1em;
	font-size: 20px;
	font-weight: 500;
}

.licenses__price {
	margin-bottom: 0.8em;
	font-size: 26px;
	line-height: 1;
}

.licenses__btn {
	width: 100%;
}

.blue {
	color: #b4363d;
}

.advantage {
	margin-bottom: 140px;
}

.advantage__block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -10px;
}

.advantage__item {
	position: relative;
	margin-bottom: 10px;
	padding: 2em 2em 2em 6.5em;
	font-size: 20px;
	width: calc(33.333% - 10px);
	background-color: #b4363d;
	border-radius: 7px;
	overflow: hidden;
}

.advantage__num {
	position: absolute;
	bottom: -0.2em;
	left: -0.3em;
	font-family: 'SFProText', sans-serif;
	font-size: 70px;
	color: #fff;
	opacity: 0.1;
}

.advantage__num::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2.2em;
	height: 2.2em;
	border: 10px solid #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.advantage__text {
	font-size: inherit;
	font-weight: 500;
	line-height: 1.2em;
	color: #fff;
}

.advantage-buy {
	margin-bottom: 68px;
}

.advantage-buy .container-fluid {
	display: flex;
	align-items: center;
}

.advantage-buy__title {
	flex-shrink: 0;
	padding-bottom: 0;
	font-size: 30px;
}

.advantage-buy__title::after {
	content: none;
}

.advantage-buy__block {
	flex: auto;
	display: flex;
	justify-content: center;
	padding-right: 20px;
	padding-left: 20px;
}

.advantage-buy__item {
    margin-right: 40px;
    width: 168px;
    position: relative;
}

@media  (max-width: 1350px) {
    .advantage-buy__item {
        width: 148px;
    }
}

.advantage-buy__item:last-child {
	margin-right: 0;
}

.advantage-list {
	margin-bottom: 110px;
}

.advantage-list .container-fluid {
	display: flex;
	padding: 40px 40px 50px;
	background-image: linear-gradient(to right, rgba(25, 118, 174, 1) 0%, rgba(41, 144, 207, 1) 100%);
}

.advantage-list__item {
	position: relative;
	display: flex;
	margin-right: 30px;
	width: 25%;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
}

.advantage-list__item:last-child {
	margin-right: 0;
}

.advantage-list__item::before {
	content: '✓';
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	width: 32px;
	height: 32px;
	font-size: 16px;
	color: inherit;
	background-color: #b4363d;
	border-radius: 50%;
}

.download-presentation {
	margin-bottom: 192px;
}

.download-presentation .container-fluid {
	display: flex;
	justify-content: center;
}

.download-presentation__btn-wrap {
	position: relative;
}

.download-presentation__btn {
	padding-left: 130px;
}

.download-presentation__btn:hover:before {
	transform: translate3d(440%, 50%, 0) scale3d(15, 15, 15);
}

.download-presentation__img {
	position: absolute;
	bottom: -92px;
	left: -134px;
	width: 289.03px;
	z-index: 2;
	pointer-events: none;
}

.opportunities {
	margin-bottom: 116px;
}

.opportunities__block-wrap {
	display: flex;
}

.opportunities__block {
	flex-shrink: 0;
	margin-right: 40px;
	max-width: 620px;
}

.opportunities__text {
	margin-bottom: 45px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
}

.opportunities-list {
	padding-left: 45px;
}

.opportunities-list__item {
	position: relative;
	display: flex;
	margin-bottom: 1.25em;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
}

.opportunities-list__item:last-child {
	margin-bottom: 0;
}

.opportunities-list__item::before {
	content: '+';
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -0.15em;
	margin-right: 20px;
	font-size: 16px;
	font-weight: 500;
	width: 23px;
	height: 23px;
	color: #fff;
	background-color: #b4363d;
	border-radius: 50%;
}

.ecm {
	margin-bottom: 106px;
	background-image: url("images/bg/ecm.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.ecm .container-fluid {
	display: flex;
	align-items: flex-start;
	padding-top: 91px;
}

.ecm__text-wrap {
	max-width: 840px;
}

.ecm__title {
	margin-bottom: 1.8em;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
}

.ecm__text {
	font-size: 18px;
	line-height: 1.5;
}

.ecm__img-wrap {
	flex: auto;
	display: flex;
	justify-content: center;
	padding-left: 30px;
	padding-right: 30px;
}

.ecm__img {
	position: relative;
	top: -149px;
	max-width: 370px;
}

.ecm-block {
	margin-bottom: 90px;
}

.ecm-block .container-fluid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -40px;
}

.ecm-block__item {
	position: relative;
	margin-bottom: 40px;
	padding: 37px 26px;
	width: calc(33.333% - 10px);
	font-size: 16px;
	line-height: 1.5;
	border: 1px solid #47BBEC;
	border-radius: 7px;
}

.ecm-block__img-wrap {
	position: absolute;
	top: 0;
	left: 35px;
	width: 60px;
	height: 60px;
	transform: translateY(-50%);
	z-index: 1;
}

.ecm-block__img-wrap::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 130%;
	height: 10px;
	background-color: #fff;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.ecm-block__img {
	width: 100%;
	height: 100%;
}

.product {
	position: relative;
	margin-bottom: 80px;
	overflow: hidden;
	z-index: 1;
}

.product::before {
	content: '';
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("images/bg/product.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: -1;
}

.product__img-wrap {
	position: relative;
	flex-shrink: 0;
	width: 360px;
	margin-bottom: -157px;
}

.product__img {
	position: relative;
	top: -157px;
	left: -42px;
	width: 130%;
	max-width: 130%;
}

.product__img_info {
	position: absolute;
	top: 15%;
	left: 18.5%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 23px;
	width: 125px;
	height: 125px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background-color: #b4363d;
	border-radius: 50%;
}


.product .container-fluid {
	display: flex;
	padding-top: 113px;
}

.product__text-wrap {
	margin-right: 45px;
}

.product__text {
	margin-bottom: 38px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}

.product-opportunities {
	display: flex;
	margin-bottom: 52px;
}

.product-opportunities__item {
	margin-right: 60px;
}

.product-opportunities__item:last-child {
	margin-right: 0;
}

.product-opportunities__icon {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	width: 50px;
	height: 50px;
}

.product-opportunities__icon>img {
	width: 100%;
}

.product-opportunities__text {
	font-size: 14px;
	line-height: 1.5;
}

.product-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.product-tags__item {
	flex: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
	height: 54px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	opacity: 0.5;
}

.product-tags__item.active {
	border: 2px solid #47BBEC;
	opacity: 1;
}

.product-tags__item--text {
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.6);
}

.product-tags__icon {
	display: flex;
	align-items: center;
	margin-right: 12px;
	width: 30px;
	height: 30px;
}

.product-tags__icon>img {
	width: 100%;
}

.product-tags__text {
	font-size: 16px;
	line-height: 1.5;
}

.product__panel {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 35px;
	background-color: #fff;
	border-radius: 5px;
}

.product__price {
	margin-bottom: 32px;
	font-size: 48px;
}

.product__btn {
	margin-bottom: 10px;
	width: 100%;
}

.p34 {
	font-size: 34px;
}

.btn.pdf {
	display: flex;
	align-items: center;
	text-align: left;
	font-size: 12px;
	text-decoration: none;
}

.steps_accord {
	display: none;
}

/* 09.11.2021 */

.compet-name {
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	position: absolute;
	top: 39%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: "Roboto Black", sans-serif;
}
.compet-name.compet-bot {
    position: absolute;
    top: 55%;
}

.compet-name.small {
	font-size: 18px;
}

.compet-desc {
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    top: 64%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "Roboto Medium", sans-serif;
    opacity: 0.7;
}

.compet-desc.compet-top{
    position: absolute;
    top: 41%;
}

.compet-desc.low {
	top: 70%;
}

.requisites-table {
	margin: 0 auto;
}

.requisites-table td {
	padding-top: 2.5px;
	padding-bottom: 2.5px;
	line-height: 1.5;
}

.requisites-table td:first-child {
	padding-right: 20px;
	font-weight: 700;
}

.blue-color {
	background: #1e7eb8;
	padding: 100px 0;
	color: #fff;
}

.blue-color h5 {
	color: #fff;
	line-height: 1.5;
}

.ms-2 {
	margin-left: 20px;
}

.search-page {
	padding-top: 50px;
}

.searchinput input {
	max-width: 100%;
}

@media (min-width: 768px) and (max-width: 1439px) {
	.privacy-police-popup .close {
		position: absolute;
		bottom: 10px;
	}
}

@media (min-width: 1101px) and (max-width: 1350px) {
    .compet-name {
        font-size: 18px;
    }

	.compet-name.small {
		font-size: 16px;
	}

	.compet-desc {
		font-size: 12px;
	}
}

@media (min-width: 901px) and (max-width: 1100px) {
    .compet-name {
        font-size: 18px;
    }

    .compet-name.small {
        font-size: 16px;
    }

    .compet-desc {
        font-size: 12px;
    }
}

@media (min-width: 831px) and (max-width: 900px) {
    .compet-name {
        font-size: 16px;
    }

    .compet-name.small {
        font-size: 15px;
    }

    .compet-desc {
        font-size: 11px;
    }
}

@media (min-width: 767px) and (max-width: 830px) {
    .compet-name {
        font-size: 15px;
    }

    .compet-name.small {
        font-size: 13px;
    }

	.compet-desc {
		font-size: 10px;
	}
}

@media (min-width: 600px) and (max-width: 766px) {
    .compet-name {
        font-size: 18px;
    }

    .compet-name.small {
        font-size: 16px;
    }

    .compet-desc {
        font-size: 12px;
    }
}

@media (min-width: 550px) and (max-width: 599px) {
    .compet-name {
        font-size: 17px;
    }

    .compet-name.small {
        font-size: 15px;
    }

    .compet-desc {
        font-size: 11px;
    }
}

@media (min-width: 500px) and (max-width: 549px) {
    .compet-name {
        font-size: 16px;
    }

    .compet-name.small {
        font-size: 14px;
    }

    .compet-desc {
        font-size: 10px;
    }

	.btn.pdf img {
		margin-right: 20px;
		width: 41px;
	}
}

@media (min-width: 400px) and (max-width: 499px){
    .compet-name {
        font-size: 14px;
    }

    .compet-name.small {
        font-size: 11px;
    }

    .compet-desc {
        font-size: 8px;
    }
}

@media (max-width: 399px){
    .compet-name {
        font-size: 11px;
    }

    .compet-name.small {
        font-size: 9px;
    }

    .compet-desc {
        font-size: 7px;
    }
}

@media (max-width: 1279px) {
    .product .container-fluid {
        flex-wrap: wrap;
        justify-content: center;
    }

    .product__img-wrap {
        margin-right: 60px;
    }

    .product__text-wrap {
        order: 3;
        margin-right: 0;
        width: 70%;
    }

    .opportunities {
        margin-bottom: -100px;
    }

    .opportunities__block-wrap {
        flex-direction: column;
    }

    .opportunities__img-wrap {
        margin-top: 190px;
        width: 660px;
    }

    .ecm .container-fluid {
        position: relative;
        flex-direction: column-reverse;
    }

    .ecm__img {
        position: absolute;
        top: -459px;
        left: 50%;
        width: 290px;
        transform: translateX(-50%);
        z-index: -1;
    }

    .ecm-block__item {
        width: calc(50% - 10px);
    }

    .advantage__item {
        width: calc(50% - 10px);
    }

    .advantage-buy .container-fluid {
        flex-direction: column;
    }

    .advantage-buy__title {
        margin-bottom: 45px;
    }

    .advantage-buy__block {
        justify-content: space-between;
        width: 100%;
    }

    .advantage-buy__item {
        margin-right: 0;
        width: calc(20% - 20px);
        max-width: 168px;
    }

    .advantage-list .container-fluid {
        flex-wrap: wrap;
    }

    .advantage-list__item {
        margin-bottom: 30px;
        width: calc(50% - 30px);
    }

    .advantage-list__item:nth-last-child(1),
    .advantage-list__item:nth-last-child(2) {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
	.product__img_info {
		right: -21px;
		left: auto;
		padding: 0;
		width: 105px;
		height: 105px;
		font-size: 14px;
	}

	.product::before {
		width: 350%;
	}

	.product__panel {
		margin-bottom: 30px;
		padding-right: 15px;
		padding-left: 15px;
		max-width: 100%;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	}

	.product__img-wrap {
		top: -150px;
		margin-right: 0;
		margin-bottom: -207px;
		width: 260px;
		max-width: 100%;
	}

	.product__price {
		margin-bottom: 25px;
		font-size: 36px;
	}

	.product__img {
		top: 0;
		left: 0;
		width: 100%;
	}

	.product__text-wrap {
		width: 100%;
	}

	.product__text {
		font-size: 14px;
	}

	.product-opportunities {
		display: block;
	}

	.product-opportunities__item {
		display: flex;
		align-items: center;
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
	}

	.product-opportunities__icon {
		margin-right: 15px;
		margin-bottom: 0;
		width: 33px;
		height: 33px;
	}

	.product-tags__item {
		justify-content: flex-start;
		padding-right: 20px;
		padding-left: 20px;
	}

	.product-tags__text {
		font-size: 13px;
	}

	.product-opportunities {
		margin-bottom: 42px;
	}

	.opportunities {
		margin-bottom: -80px;
	}

	.opportunities__block {
		margin-right: 0;
	}

	.opportunities-list {
		padding-left: 0;
	}

	.opportunities-list__item {
		font-size: 13px;
	}

	.opportunities__text {
		margin-bottom: 33px;
		font-size: 14px;
	}

	.opportunities__img-wrap {
		margin-top: 130px;
		width: 258px;
	}

	.ecm__img {
		top: -171px;
		width: 170px;
	}

	.advantage {
		margin-bottom: 100px;
	}

	.advantage__item {
		margin-right: 0;
		padding-left: 4em;
		width: 100%;
		font-size: 14px;
	}

	.advantage__num {
		top: 50%;
		bottom: auto;
		font-size: 30px;
		transform: translateY(-50%);
	}

	.advantage__num::before {
		width: 2.4em;
		height: 2.4em;
		border-width: 4px;
	}

	.advantage-buy__title {
		font-size: 1.8em;
	}

	.advantage-buy__block {
		justify-content: center;
		flex-wrap: wrap;
		margin-right: -13px;
		margin-bottom: -5px;
		padding: 0;
		width: 100%;
	}

	.advantage-buy__item:nth-child(n) {
		margin-right: 13px;
		margin-bottom: 5px;
		width: calc(33.333% - 13px);
	}

	.advantage-list .container-fluid {
		padding-right: 25px;
		padding-left: 25px;
	}

	.advantage-list__item:nth-child(n) {
		margin-right: 0;
		margin-bottom: 30px;
		width: 100%;
		font-size: 14px;
	}

	.advantage-list__item:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 480px) {
	.ecm__text {
		font-size: 14px;
	}

	.ecm-block__item {
		width: 100%;
		font-size: 14px;
	}

	.ecm-block__img-wrap {
		width: 50px;
		height: 50px;
	}

	.advantage-buy__title {
		margin-bottom: 30px;
		font-size: 22px;
	}

	.licenses__item {
		margin-right: 0;
		margin-left: 0;
	}

	.download-presentation__img {
		bottom: -92px;
		left: -54px;
		width: 239px;
	}
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~ COMMON BLOCKS ~~~~~~~~~~~~~~~~~~~~~~~~~*/
.p-50, .p-50.pattern {
	padding: 50px 0;
}

@media (max-width: 767px) {
	.p-50, .p-50.pattern {
		padding: 40px 0;
	}
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

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

.fz-16 {
	font-size: 16px;
}

.fz-18 {
	font-size: 18px;
}

.fz-20 {
	font-size: 20px;
}

.fz-24 {
	font-size: 24px;
}

.fz-28 {
	font-size: 24px;
}

.bg-offset-left {
	position: relative;
	padding: 2.55rem 3.2em 2.8rem 0;
	background: #fafafa;
}

.bg-offset-left::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 6000px;
	background: inherit;
}

@media (max-width: 767px) {
	.fz-sm-18 {
		font-size: 18px;
	}

	.fz-sm-16 {
		font-size: 16px;
	}

	.fz-sm-14 {
		font-size: 14px;
	}
}

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

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

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

.color-primary {
	color: #b4363d;
}

.color-orange {
	color: #b4363d;
}

.img-shadow {
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.text-left h2:after {
	margin: 20px 0 0;
}

.list-style-decimal li {
	list-style: decimal;
}

.section,
.section-fragment {
	background-repeat: no-repeat;
	background-position: center;
}

.section {
	padding: 70px 0 40px;
}

@media (max-width: 767px) {
	.section {
		padding: 30px 0;
	}
}

.section-fragment {
	padding: 40px 0;
}

@media (max-width: 767px) {
	.section-fragment {
		padding: 30px 0;
	}
}

/* keys slider */
.keys .slick-list {
	padding: 0;
}

.keys .slick-arrow {
	margin-bottom: 50px;
}

/* news item */
.news_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

/* setif */
@media screen and (min-width: 550px) {
	.setif .slick-track {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

/* compet */
.compet .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.compet .slick-track .compet_item {
	height: auto;
}

.compet .slick-track .compet_item_wrap {
	height: 100%;
}

.slick-initialized .slick-slide.compet_item {
	overflow: visible;
}

.compet .slick-dots {
	position: static;
	margin-top: 45px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

@media (max-width: 991.8px) {
	.complet {
		margin: 0 auto;
		width: 97%;
	}
}

@media (max-width: 767px) {
	.complet {
		width: auto;
	}
}

.news_cont {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

[class*=col]>.news_item {
	height: 100%;
}

@media (max-width: 1450px) {
	.bg-image-xl-none {
		background-image: none !important;
	}
}

@media (max-width: 767px) {
	.bg-image-sm-none {
		background-image: none !important;
	}
}

.accordion .card {
	margin-bottom: 42px;
	background: #fff;
	border: none;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.accordion .card-header {
	padding: 0;
	border-bottom: 0;
	background: transparent;
}

.accordion .card-header button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.35em 1.5em 1.4em 2em;
	width: 100%;
	font-weight: 700;
	font-size: 18px;
	text-align: left;
	background: transparent;
	outline: none;
	border: none;
}

.accordion .card-header button .cross-indicator {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 26px;
}

.accordion .card-header button:not(.collapsed) .cross-indicator::after {
	-webkit-transform: translateY(-50%) rotate(-90deg) scale(0);
	-ms-transform: translateY(-50%) rotate(-90deg) scale(0);
	transform: translateY(-50%) rotate(-90deg) scale(0);
}

.accordion .card-body {
	padding-left: 2.85em;
}

@media (max-width: 767px) {
	.accordion {
		margin-bottom: 25px;
	}

	.accordion .card-header button {
		font-size: 16px;
	}
}

.cross-indicator {
	position: relative;
	pointer-events: none;
	width: 25px;
	height: 25px;
	display: inline-block;
}

.cross-indicator::after, .cross-indicator::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 4px;
	background-color: #d7e1e7;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cross-indicator::after {
	-webkit-transform: translateY(-50%) rotate(-90deg) scale(1);
	-ms-transform: translateY(-50%) rotate(-90deg) scale(1);
	transform: translateY(-50%) rotate(-90deg) scale(1);
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	-o-transition: transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
}

.avatar {
	font-size: 18px;
}

.avatar__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.avatar__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 26px;
	width: 132px;
	height: 132px;
	border-radius: 50%;
	overflow: hidden;
}

.avatar__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.avatar__name {
	font-weight: 700;
	font-size: 1.5em;
}

.avatar__post {
	max-width: 210px;
}

.avatar__text {
	margin-top: 1em;
}

@media (max-width: 767px) {
	.avatar {
		font-size: 18px;
	}
}

@media (max-width: 576px) {
	.avatar {
		font-size: 16px;
	}

	.avatar__img {
		width: 100px;
		height: 100px;
	}
}

/* single side slider */
.single-side-slider {
	margin: 0 auto;
	padding-top: 61px;
	max-width: 970px;
}

.single-side-slider .slick-list {
	padding: 0;
	overflow: visible;
}

.single-side-slider__slide {
	padding: 30px 60px 28px 50px;
	color: #000;
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.43);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.43);
}

.single-side-slider__slide p {
	color: inherit;
}

.single-side-slider__slide img {
	max-width: 100%;
}

.single-side-slider .slick-arrow {
	display: block;
	top: 0;
}

.single-side-slider .slick-prev {
	position: absolute;
	right: 70px;
}

.single-side-slider .slick-next {
	left: auto;
	right: 0;
	background-position: right center;
}

.single-side-slider .slick-dots {
	position: static;
	margin: 30px 0 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.single-side-slider .slick-dots li {
	padding: 0;
}

.single-side-slider .slick-dots li.slick-active button {
	width: 12px;
	height: 12px;
	background: #fff;
}

.single-side-slider .slick-dots li button {
	width: 12px;
	height: 12px;
}

/* sci list */
.sci-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sci-list>* {
	margin-right: 28px;
}

.sci-list>*:last-child {
	margin-right: 0;
}

.sci-list a {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-decoration: none;
}

.sci-list a img {
	display: block;
}

@media (max-width: 767px) {
	.sci-list>* {
		margin-right: 24px;
	}

	.sci-list>*:last-child {
		margin-right: 0;
	}
}


/* border bar */
.border-bar {
	padding: 13px 29px;
	border: 3px solid #87b9d7;
	border-radius: 6px;
}

/* bg bar */
.bg-bar {
	padding: 24px 35px 23px 30px;
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, from(#1976ae), to(#b4363d));
	background: -o-linear-gradient(left, #1976ae 0%, #b4363d 100%);
	background: linear-gradient(to right, #1976ae 0%, #b4363d 100%);
}

/* platform item */
.platform-item {
	display: inline-block;
	padding: 0.5em 0.83em;
	min-width: 7.93em;
	font-weight: 500;
	font-size: 26px;
	color: #000;
	text-decoration: none;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 1200px) {
	.page_img [class*=col-]:first-child {
		margin-left: 60px;
		margin-right: -60px;
	}
}

.half-b {
	padding-bottom: 0;
	overflow: hidden;
}

.half-b__left, .half-b__right {
	position: relative;
	padding-bottom: 50px;
}

.half-b__left::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 5000px;
	background-color: inherit;
}

@media (max-width: 767px) {
	.half-b__left::before {
		right: -50px;
	}
}

/* readmore bootstrap */
.readmore-bp [data-toggle=collapse].collapsed span:nth-of-type(2) {
	display: none;
}

.readmore-bp [data-toggle=collapse]:not(.collapsed) span:nth-of-type(1) {
	display: none;
}

/* ratio */
.ratio-16_9 {
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.ratio-16_9::before {
	content: "";
	display: block;
	padding-bottom: 56.25%;
}

.slider-wrap {
	position: relative;
}

/* reviews slider */
.reviews-slider .slick-list {
	margin: 0 auto;
	padding: 20px 0 !important;
	width: calc(100% - 40px);
}

.reviews-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.reviews-slider__item {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	margin: 0 5px;
	max-height: 500px;
	height: auto;
	-webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 9px rgba(0, 0, 0, 0.25);
	border-bottom: 6px solid #b4363d;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (min-width: 800px) {
	.reviews-slider__item:not(.slick-current) {
		-webkit-transform: scale(0.73);
		-ms-transform: scale(0.73);
		transform: scale(0.73);
	}
}

.reviews-slider__item a {
	display: block;
	width: 100%;
}

.reviews-slider__item img {
	display: block;
	margin: 0 !important;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
}

.reviews-slider__prev, .reviews-slider__next {
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 50%;
	left: auto;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 43px;
	width: 43px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.reviews-slider__prev svg, .reviews-slider__next svg {
	display: block;
	width: 100%;
	height: 100%;
}

.reviews-slider__prev {
	right: auto;
	left: 0;
}

@media screen and (max-width: 800px) {
	.reviews-slider .slick-list {
		padding: 20px 10px !important;
		width: calc(100% - 100px);
	}

	.reviews-slider__item {
		margin: 0 20px;
	}
}

.numb--light {
	line-height: 1;
	color: rgba(255, 255, 255, 0.5);
}

.table-compare th,
.table-compare td {
	vertical-align: middle;
}

.table-compare th {
	font-weight: inherit !important;
	font-size: inherit !important;
	color: #000;
	background: transparent !important;
}

.table-compare thead div {
	color: #000;
	font-size: inherit;
}

.table-compare tr:nth-child(odd) td {
	background: transparent;
}

.table-compare tbody tr:nth-child(odd) td {
	background: transparent;
}

@media(max-width: 767px){
	.more-btn{
		padding-left: 57px;
		padding-right: 92px;
	}
}

@media(max-width: 480px){
	.more-btn{
		padding-left: 47px;
		padding-right: 82px;
	}
}

.bold{
	font-weight: 700;
}

.modal-body {
	padding: 30px 80px 10px;
	font-size: 14px;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle
{
	color: #fff;
 	background-color: #b4363d;
	border-color: #b4363d;
	box-shadow: none;
}

.btn-outline-warning:hover{
	border-color: #b4363d;
	box-shadow: none;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
	box-shadow: unset;
}

.compet .slick-next, .clients .slick-next{
	background-image: url('/local/templates/redesign_v5/img/right_arrow.svg');
	background-size: 14px;
}

.compet .slick-prev, .clients .slick-prev{
	background-image: url('/local/templates/redesign_v5/img/left_arrow.svg');
	background-size: 14px;
}

.blue .modal-content {
	background-color: #932525;
}