@font-face {
  font-family: 'BebasNeueBold';
	src: url('../fonts/BebasNeue Bold.eot');
	src: url('../fonts/BebasNeue Bold.woff2') format('woff2'),
		url('../fonts/BebasNeueBold.woff') format('woff'),
       url('../fonts/BebasNeueBold.ttf') format('truetype'),
       url('../fonts/BebasNeueBold.svg#BebasNeueBold') format('svg'),
	   url('../fonts/BebasNeue Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BlissPro-Heavy';
  src: url('../fonts/BlissPro-Heavy.eot');
  src: url('../fonts/BlissPro-Heavy.woff2') format('woff2'),
       url('../fonts/BlissPro-Heavy.woff') format('woff'),
       url('../fonts/BlissPro-Heavy.ttf') format('truetype'),
       url('../fonts/BlissPro-Heavy.svg#BlissPro-Heavy') format('svg'),
       url('../fonts/BlissPro-Heavy.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BlissPro';
  src: url('../fonts/BlissPro.eot');
  src: url('../fonts/BlissPro.woff2') format('woff2'),
       url('../fonts/BlissPro.woff') format('woff'),
       url('../fonts/BlissPro.ttf') format('truetype'),
       url('../fonts/BlissPro.svg#BlissPro') format('svg'),
       url('../fonts/BlissPro.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
body {
	background-color: #f1f1f1;
}
footer {
	background-color: #252f5b;
	color: #fff;
}
h2 {
	font-family: 'BlissPro-Heavy';
	font-size: 2.5rem;
}
.bg-imerys {
	/* background-color: #252f5b!important; */
	color: #fff;
	background:
    -webkit-linear-gradient(135deg, hsla(207.5, 100%, 32.94%, 1) 15%, hsla(207.5, 100%, 32.94%, 0) 80%),
    -webkit-linear-gradient(205deg, hsla(228.89, 42.19%, 25.1%, 1) 100%, hsla(228.89, 42.19%, 25.1%, 0) 70%);
  background:
    linear-gradient(315deg, hsla(207.5, 100%, 32.94%, 1) 15%, hsla(207.5, 100%, 32.94%, 0) 80%),
    linear-gradient(245deg, hsla(228.89, 42.19%, 25.1%, 1) 100%, hsla(228.89, 42.19%, 25.1%, 0) 70%);

}
.navbar-brand {
	top: 0;
	background-color: #fff;
	position: absolute;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-top: 1rem;
}
.navbar-brand img {
	max-height: 60px;
	display: block;
	margin: 0 auto;
}
.logo_text {
    color: #252f5b;
    position: relative;
    bottom: 0;
    font-family: 'BebasNeueBold';
    font-size: 1rem;
    text-align: center;
    display: block;
    width: 100%;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
}
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	position: relative;
    color: #fff;
	text-transform: uppercase;
	font-family: 'BlissPro-Heavy';
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-family: 'BlissPro-Heavy';
}
.navbar-dark .navbar-nav .nav-link {
    color: #f1f1f1;
	text-transform: uppercase;
	font-family: 'BlissPro-Heavy';
	font-size: 1.15rem;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #dc3545;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* ITEM */
.item_main_image {
	display: block;
	position: relative;
	min-height: 80vh;
	background-color: #f1f1f1;
	padding-top: 0px;
}
.item_main_image:after {
	content: '';
    position: absolute;
    right: 0px;
    bottom: -20px;
    border: 40px solid transparent;
    border-right: 1920px solid #f1f1f1;
    border-bottom: 20px solid #f1f1f1;
}
.item_sub_image {
	display: block;
    max-width: 300px;
    max-height: 390px;
    background-color: #fff;
    position: absolute;
    padding: 40px;
    z-index: 1;
    bottom: -10px;
}
.category_info {
    position: absolute;
    top: 20px;
    right: 10%;
    background-color: #005ba8;
    font-family: 'BebasNeueBold';
    padding: 20px 15px 10px 15px;
    font-size: 1.25rem;
    line-height: 1;
    color: #fff;
    width: 250px;
}
.category_info:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: -10px;
    border: 10px solid transparent;
    border-left: 240px solid #005ba8;
    border-top: 0px solid #005ba8;
}
.attributes {
	font-family: 'BebasNeueBold';
	border-left: 6px solid #005ba8;
    padding-left: 1rem;
	font-size: 1.25rem;
}
.attributes .table-sm td, .attributes .table-sm th {
    padding: .1rem;
}
.attributes .table td, .attributes .table th {
    padding: 0rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
    border-bottom: 1px solid #005ba8;
}
.attribute-label {
	color: #005ba8;
}
.c_title {
	position: relative;
    font-family: 'BlissPro-Heavy';
    text-transform: uppercase;
    font-size: 4rem;
    color: #005ba8;
    padding-top: 1rem;
    padding-bottom: 0rem;
    margin-bottom: 0rem;
    line-height: 1;
	text-align: left;
}
.c_title span {
	text-transform: none;
	font-family: 'BlissPro';
}
.c_price {
	padding-bottom: 1rem;
	font-family: 'BlissPro-Heavy';
	font-size: 2rem;
}
.imagebox {
	display: block;
	position: relative;
	height: 200px;
	background-position: center;
	background-size: cover;
}
.imagebox_caption {
	text-align: center;	
}
#catalogSlider .carousel-item {
	min-height: 80vh;
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
}
#catalogSlider .carousel-title {
	position: absolute;
    padding: 5px;
    right: 30px;
    bottom: 50px;
    background-color: #1f3066;
    color: #fff;
	font-family: 'BlissPro';
}
.carousel-control-next {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control-prev {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.8;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
    
}
#contacts {
	padding-top: 50px;
	background-color: #0e0e0e;
}
#contacts h2 {
	text-transform: uppercase;
	padding-bottom: 15px;
}
#contacts .city {
	font-family: 'BlissPro-Heavy';
	font-size: 18px;
}
#contacts .phone {
	padding-bottom: 10px;
}
#contacts .container {
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
}
#map {
	width: 100%;
	height: 400px;
}
.promo {
	display: block;
	background-color: #dc3545;
	color: #fff;
	text-align: center;
	font-family: 'BlissPro-Heavy';
}
.c_images a {
	text-decoration: none;
}
.order {
	background:
    -webkit-linear-gradient(135deg, hsla(207.5, 100%, 32.94%, 1) 15%, hsla(207.5, 100%, 32.94%, 0) 80%),
    -webkit-linear-gradient(205deg, hsla(228.89, 42.19%, 25.1%, 1) 100%, hsla(228.89, 42.19%, 25.1%, 0) 70%);
	background:
    linear-gradient(315deg, hsla(207.5, 100%, 32.94%, 1) 15%, hsla(207.5, 100%, 32.94%, 0) 80%),
    linear-gradient(245deg, hsla(228.89, 42.19%, 25.1%, 1) 100%, hsla(228.89, 42.19%, 25.1%, 0) 70%);
	color: #fff;
	padding: 20px;
}
.order .o_head {
	font-family: 'BlissPro-Heavy';
	font-size: 1.5rem;
	text-align: center;
	line-height: 1;
	padding-bottom: 20px;
}
.order .form-control {
	text-align: center;
}
.order .form-control {

    display: block;
    width: 70%;
    margin: 0 auto;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #ffffff;
    background-color: #fff0;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-bottom: 3px solid #fff;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}
.c_fulltext {
	background-color: #fff;
	font-family: 'BlissPro';
	font-size: 1.25rem;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.item_promo {
    position: absolute;
    background-color: #dc3545;
    font-size: 1rem;
    color: #fff;
    padding: 5px;
    top: -5px;
}
.c_item {
	position: relative;
    display: block;
    background-color: #fff;
    min-height: 350px;
    background-size: cover;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.1)
}
.c_item a {
    display: block;
    width: 100%;
    height: auto;
    min-height: 300px;
}
.c_item a .read_on {
    position: absolute;
    display: block;
    color: #fff;
    margin: 0 auto;
    top: 20%;
    left: 0;
    right: 0;
    height: 200px;
    width: 200px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 300ms;
    text-align: center;
    line-height: 200px;
	font-family: 'BlissPro-Heavy';
	font-size: 1.25rem
}
.c_item a:hover .read_on {
	opacity: 1;
	transition: 300ms;
}
.djc_result_set .row {
	margin-bottom: 30px;
}
.c_readon {
	position: relative;
}
.promo_badge {
	position: absolute;
    top: -8px;
    left: -8px;
    display: block;
    text-align: center;
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #fff;
    width: 0;
    height: 0;
    border-top: 75px solid #dc3545;
    border-right: 75px solid transparent;
    font-family: 'BebasNeueBold';
}
.promo_badge:after {
	content: '';
    position: absolute;
    top: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #96242f;
    border-left: 8px solid transparent;
}
.promo_badge:before {
    content: '';
    position: absolute;
    display: block;
    top: -75px;
    left: 67px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #96242f;
    border-left: 8px solid transparent;
}
.p1 {
    position: absolute;
    display: block;
    width: 50px;
    top: -65px;
    transform: rotateZ(-45deg);
    text-align: center;
    left: 0;
    right: 0;
}
.c_block_footer {
    position: absolute;
    display: block;
    bottom: 0px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
	overflow: hidden;
	color: #fff;
	background:
    -webkit-linear-gradient(135deg, hsla(207.5, 100%, 32.94%, 1) 15%, hsla(207.5, 100%, 32.94%, 0) 80%),
    -webkit-linear-gradient(205deg, hsla(228.89, 42.19%, 25.1%, 1) 100%, hsla(228.89, 42.19%, 25.1%, 0) 70%);
	background:
    linear-gradient(315deg, hsla(207.5, 100%, 32.94%, 1) 15%, hsla(207.5, 100%, 32.94%, 0) 80%),
    linear-gradient(245deg, hsla(228.89, 42.19%, 25.1%, 1) 100%, hsla(228.89, 42.19%, 25.1%, 0) 70%);
}



.items_title h3 {
	margin-bottom: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.items_price {
    position: absolute;
	height: 38px;
    right: -8px;
    top: 8px;
    display: block;
    padding: 0px 5px 0px 5px;
    background-color: #0e0e0e;
    color: #fff;
    text-align: center;
    font-family: 'BlissPro-Heavy';
    font-size: 1.5rem;
}
.items_price:before {
    content: '';
    position: absolute;
    top: 0;
    left: -19px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-right: 19px solid #0e0e0e;
    border-bottom: 19px solid transparent;
}
.items_price:after {
	content: '';
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 8px solid #000;
    border-right: 8px solid transparent;
}
.items_price .djc_price_unit {
	font-size: 1rem;
	font-family: 'BlissPro';
	vertical-align: text-top;
}
.c_block_footer .djc_price_unit {
	font-family: 'BlissPro';
    font-size: 1.5rem;
}

.c_file {
	padding: 20px;
	text-align: center;
}
.c_file .btn {
	width: 85%;
}
.order .form-control {
    display: block;
    margin: 0 auto;
    width: 85%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 0;
    border-bottom: 3px solid #fff;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.order ::placeholder { 
    color: #f1f1f1;
    opacity: 1; 
}

.order :-ms-input-placeholder { 
    color: #f1f1f1;
}
.order ::-ms-input-placeholder { 
    color: #f1f1f1;
}
#djcatalog .djc_page_heading {
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'BlissPro-Heavy';
    text-align: center;
    text-transform: uppercase;
}
#order_form {
	text-align: center;
}
#order_form .btn {
	width: 85%;
}
/* MAIN PAGE */
#main {
    display: block;
    position: absolute;
    background-color: #010101;
    height: 100vh;
    width: 100%;
    background-image: url(../images/bg-1.jpg);
    background-position: center;
    z-index: 9999;
}
#main .container {
	position: relative;
}
#main .main_title {
    width: 440px;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: -95vh;
    right: 0;
    left: 0;
    color: #fff;
    font-family: 'BebasNeueBold';
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
    z-index: 9999;
}
#main .main_title .title_1 {
	font-size: 12rem;
	line-height: 1;
}
#main .main_title .title_2 {
	font-size: 3.25rem;
    line-height: 1;
}
#main2 {
	display: block;
	position: relative;
	background-color: #010101;
	min-height: 100vh;
}
#main2 .carousel-item {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
}
#main2 .main_footer {
    display: block;
    position: absolute;
    bottom: 0;
    min-height: 100px;
    width: 100%;
    background: -webkit-linear-gradient(135deg, hsla(207.5, 100%, 32.94%, 1) 15%, hsla(207.5, 100%, 32.94%, 0) 80%),
 -webkit-linear-gradient(205deg, hsla(228.89, 42.19%, 25.1%, 1) 100%, hsla(228.89, 42.19%, 25.1%, 0) 70%);
    background: linear-gradient(315deg, hsla(207.5, 100%, 32.94%, 1) 15%, hsla(207.5, 100%, 32.94%, 0) 80%),
 linear-gradient(245deg, hsla(228.89, 42.19%, 25.1%, 1) 100%, hsla(228.89, 42.19%, 25.1%, 0) 70%);
}
#main2:after {
	content: '';
    position: absolute;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    width: 2px;
    height: 60px;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: 1;
}
#info {
	display: block;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/bg-2.jpg);
	min-height: 300px;
	padding-bottom: 50px;
	padding-top: 50px;
}
#info:after {
	content: '';
    position: absolute;
    display: block;
    margin: 0 auto;
    background-color: #005ba8;
    width: 2px;
    height: 60px;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: 1;
}
.video-background {
  background: #000;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
	top: 0;
	color: #fff;
}
@media (min-aspect-ratio: 16/9) {
	.video-foreground { 
	height: 300%; 
	top: -100%; 
}
}
@media (max-aspect-ratio: 16/9) {
	.video-foreground { 
	width: 300%; 
	left: -100%; 
}
}
@media all and (max-width: 600px) {
	.vid-info { width: 50%; padding: .5rem; }
	.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
	.vid-info .acronym { display: none; }
}
#info .container {
	    background-color: rgba(255, 255, 255, 0.89);
	padding: 50px;
	font-family: 'BlissPro';
	font-size: 1.25rem;
	text-align: center;
}
#info .container h2 {
	font-family: 'BlissPro-Heavy';
	text-transform: uppercase;
	color: #005ba8;
	position: relative;
	padding-bottom: 30px;
}
#info .container h2:after {
    content: '';
    position: absolute;
    display: block;
    height: 5px;
    width: 30px;
    left: 0;
    right: 0;
    background-color: #dc3545;
    margin: 0 auto;
    bottom: 10px;
}
.item_img img {
	display: block;
	margin: 0 auto;
	height: 230px;
}
.items_title h3 {
	font-family: 'BlissPro-Heavy';
	text-align: center;
	text-transform: uppercase;
}

.items_title h3 span {
	font-family: 'BlissPro';
	text-transform: none;
}
.items_category_info {
	text-align: center;
	font-family: 'BlissPro';
}
#c_title {
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: 'BlissPro-Heavy';
	text-transform: uppercase;
	color: #005ba8;
	text-align: center;
}
.djc_items {
	padding-bottom: 30px;
}
#history:before {
    content: '';
    position: absolute;
    display: block;
    margin: 0 auto;
    background-color: #005ba8;
    width: 2px;
    height: 60px;
    top: -30px;
    left: 0;
    right: 0;
    z-index: 1;
}
#history:after {
    content: '';
    position: absolute;
    display: block;
    margin: 0 auto;
    background-color: #dc3545;
    width: 2px;
    height: 60px;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: 1;
}
.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0;
    text-align: center;
}
#features {
    display: block;
    position: absolute;
    bottom: 0px;
    min-height: 200px;
    width: 100%;
    /* background-color: #fff; */
    /* color: #8d5352; */
    color: #000;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
	z-index: 1;
}

#features h3 {
	font-family: 'BlissPro-Heavy';
	text-transform: uppercase;
	color: #dc3545;
}
#features img {
	position: absolute;
    max-height: 100px;
    display: block;
    margin: 0 auto;
    padding: 20px;
}
#features p {
	font-family: 'BlissPro';
	font-size: 1rem;
	margin-bottom: 0;
}
#features .sp-text {
	border: 1px solid #dedede;
	background: #f1f1f1;
	padding-left: 100px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	
}
#history {
	position: relative;
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
#history .container {
	position: relative;

}
#history .history_text {
	font-family: 'BlissPro';
    font-size: 1.25rem;
    background-color: #f1f1f1;
    padding: 20px;
}
#history .h_worker {
	position: absolute;
	bottom: -50px;
	right: 0;
}
#service {
	display: block;
	position: relative;
	min-height: 300px;
	background:
    -webkit-linear-gradient(135deg, hsla(207.5, 100%, 32.94%, 1) 15%, hsla(207.5, 100%, 32.94%, 0) 80%),
    -webkit-linear-gradient(205deg, hsla(228.89, 42.19%, 25.1%, 1) 100%, hsla(228.89, 42.19%, 25.1%, 0) 70%);
	background:
    linear-gradient(315deg, hsla(207.5, 100%, 32.94%, 1) 15%, hsla(207.5, 100%, 32.94%, 0) 80%),
    linear-gradient(245deg, hsla(228.89, 42.19%, 25.1%, 1) 100%, hsla(228.89, 42.19%, 25.1%, 0) 70%);
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	
}
#service:after {
	content: '';
    position: absolute;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    width: 2px;
    height: 60px;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: 1;
}
#service h2 {
	text-align: center;
	font-family: 'BlissPro-Heavy';
	text-transform: uppercase;
	padding-bottom: 50px;
}
#service img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
#service h3 {
	font-size: 1.5rem;
    line-height: 1;
    padding-bottom: 20px;
}
#service p {
	font-size: 1rem;
	font-family: 'BlissPro';
	margin-bottom: 0rem;
}
#service .sp-text {
	background-color: #f1f1f1;
	color: #000;
	padding: 15px;
	border-bottom: 5px solid #dc3545;
	transition: 500ms;
}
#service .sp-feature:hover  .sp-text {
	border-bottom: 5px solid #f1f1f1;
	transition: 500ms;
}
#partnership {
	padding-top: 80px;
	padding-bottom: 50px;
}
#partnership form {
	background:
    -webkit-linear-gradient(135deg, hsla(207.5, 100%, 32.94%, 1) 15%, hsla(207.5, 100%, 32.94%, 0) 80%),
    -webkit-linear-gradient(205deg, hsla(228.89, 42.19%, 25.1%, 1) 100%, hsla(228.89, 42.19%, 25.1%, 0) 70%);
	background:
    linear-gradient(315deg, hsla(207.5, 100%, 32.94%, 1) 15%, hsla(207.5, 100%, 32.94%, 0) 80%),
    linear-gradient(245deg, hsla(228.89, 42.19%, 25.1%, 1) 100%, hsla(228.89, 42.19%, 25.1%, 0) 70%);
	color: #fff;
	padding: 20px;
	text-align: center;
}
#partnership .form-control {
    display: block;
    margin: 0 auto;
	text-align: center;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 0;
    border-bottom: 3px solid #fff;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#partnership ::placeholder { 
    color: #f1f1f1;
    opacity: 1; 
}

#partnership :-ms-input-placeholder { 
    color: #f1f1f1;
}
#partnership ::-ms-input-placeholder { 
    color: #f1f1f1;
}
.p_block {
	min-height: 354px;
	background-image: url('../images/bg-3.jpg');
	background-size: cover;
	background-position: center;
}
.promo_page {
	padding-top: 90px;
}
.promo_page .page-header {
	text-align: center;
	text-transform: uppercase;
}
.djc_price_old {
	position: relative;
	font-size: 1rem;
	color: #f1f1f1;
}
.djc_price_old:before {
    content: '';
    position: absolute;
    width: 110%;
    height: 2px;
    background-color: #dc3545;
    bottom: 7px;
    left: -1px;
    transform: rotateZ(-18deg);
}