/*#######################################################################
        Police
##########################################################################*/
/*@font-face {
	font-family: "Laila";
	src: url('../fonts/Laila-Bold.ttf');
}


@font-face {
	font-family: "OpenSans";
	src: url('../fonts/OpenSans-Regular.ttf');
}


@font-face {
	font-family: "OpenSans";
	font-weight: 600;
	src: url('../fonts/OpenSans-Semibold.ttf');
}

@font-face {
	font-family: "OpenSans";
	font-weight: bold;
	src: url('../fonts/OpenSans-Bold.ttf');
}

@font-face {
	font-family: "OpenSans";
	font-style: italic;
	src: url('../fonts/OpenSans-SemiboldItalic.ttf');
}



@font-face {
	font-family: "Lora";
	src: url('../fonts/Lora-Bold.ttf');
	text-transform: uppercase;
}*/

/*#######################################################################
        Titre
##########################################################################*/

h4{
	font: bold 30px/36px "Rajdhani",sans-serif;
    color: #333333;
    text-transform: uppercase;
    margin: 0 0 23px 0;
    letter-spacing: 0.09em;
}

h1, h2, h3, h4, body, p, span{
    font-family: 'Rajdhani', sans-serif;
}

.fixed{
    position: fixed;
}
.left{
            text-align:left;
        }


.right{
            text-align:right;
        }

/*#######################################################################
        Catégorie Color
##########################################################################*/



/*#######################################################################
        Raccourcie Margin
##########################################################################*/
.mt-xxs{
	margin-top: 5px;
}

.mt-xs{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}

.mt-md{
	margin-top: 30px;
}

.mt-lg{
	margin-top: 50px;
}

.mt-xl{
	margin-top: 100px;
}

.mt-xxl{
	margin-top: 200px;
}

.mb-xxs{
	margin-bottom: 5px;
}

.mb-xs{
	margin-bottom: 10px;
}

.mb-md{
	margin-bottom: 30px;
}

.mb-lg{
	margin-bottom: 50px;
}

.mb-xl{
	margin-bottom: 100px;
}

.mb-xxl{
	margin-bottom: 200px;
}

.mb20{
	margin-bottom: 20px;
}

.no-padding
{
    padding: 0px;
}

.padding-xs
{
    padding: 5px;
}

.padding-md
{
    padding: 5px;
    padding-top: 8px;
}
.no-margin-top{
	margin-top: 0px;
}
.w50
{
    width: 50%;
}
.nc_tweetContainer
{
    height: 50px;
}
.w30
{
        width: 30.6%;
    margin-right: 4%;
}
/*#######################################################################
        Header
##########################################################################*/
.menu-item{
    display: inline-block;
}

#wpadminbar{
    display: none;
}

.menu-item a{
color: #444444;
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
text-decoration: none;
}

.menu-item{
 line-height: 0;
 white-space: nowrap;
}
.menu-icon {
    display: block;
    margin: 0px auto 20px;
    height: 33px;
}
.menu-title {
    padding: 0 12px;
    border-left: 2px solid #444444;
}
#menu-main > li:first-child > a > .menu-title{
border-left: none;

}
.navbar {
    border:0px;
}

/*#######################################################################
        Block Actu - Page Actu
##########################################################################*/
.img_actu{
    max-width: 300px;
    cursor: pointer;
}

.button-actu{
    background-color: #696d68;
    color: white;
    text-transform: uppercase;
}

/*#######################################################################
        Page Content
##########################################################################*/

.page-content h1{
    font-weight: 600;
    color: #00a2a6;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 30px;
}

.page-content .p-custom{
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 27px;
    color: #74776f;
}

.page-content h2{
    margin-top: 10px;
    font-weight: 200;
    font-size: 39px;
    color: #74776f;
    text-align: center;
    letter-spacing: 2px;
}

.page-content p{
    font-size: 15px;
}

.page-content .quote p{
        font-size: 20px;
    font-weight: 600;
}


.partenaire-overlay{
    position: absolute;
    top: 0px;
    width: 312px;
    height: 254px;
    background-color: #00a2a6;
    display: none;
    opacity: 0.45;
}

.partenaires-block:hover .partenaire-overlay{
    display: block;
}

.partenaires-block:hover .partenaire-content{
    display: block;
}

.img-opac {
    opacity: 0.2;
		margin: auto;
		margin-top: 8px;
}
.img-opac:hover {
    opacity: 1;
}
.partenaire-content{
    position: absolute;
    display: none;
    top: 28px;
    left: 50px;
    background: white;
    width: 244px;
    height: 199px;
    padding: 10px;
    z-index: 10;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #383838;
}
.partenaire-title{
    margin:64px 0;
}
.actus-overlay{
    position: absolute;
    top: 0px;
    width: 300px;
    height: 100%;
    background-color: #00a2a6;
    display: none;
    opacity: 0.45;
}

.actus-block:hover .actus-overlay{
    display: block;
}

.actus-block:hover .actus-content{
    display: block;
}

.actus-thedate{
    color:#00a2a6;
    margin: 5px;
}
.actus-content{
    position: absolute;
    display: none;
    top: 28px;
    left: 50px;
    background: white;
    width: 244px;
    height: 199px;
    padding: 10px;
    z-index: 10;
    line-height: 28px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #383838;
}

.page-content strong{
        text-transform: uppercase;
    font-size: 14px;
    color: #74776f;
    letter-spacing: 2px;
}

.quote .picto{
    margin-right: 10px;
    float: left;
    margin-top: -15px;
}

.dslc-separator.dslc-separator-style-solid{
        width: 80%;
    margin-left: 10%;
}

.news-form p {
    width:30%;
    float:left;
    margin: 1.5%;
}
.news-form input[type="text"]{
    margin: 20px;
    vertical-align: middle;
}
.news-form::-webkit-input-placeholder {
    color:#494949;
}
.news-form .wysija-submit{
    background-color:#9ed91e !important;
    color:#fff !important;
    margin:auto;
    height: 50px;
    width: 146px;
    font-weight: 700 !important;
    letter-spacing: 1px;
}
.form-group input[type="submit"] {
    background-color:#9ed91e;
    color:#fff;
    margin:15px 0;
    height: 50px;
    width: 146px;
}
.submitoffre {
    background-color:#696d68 !important;
    color:#fff !important;
    margin:auto;
    height: 50px;
    width: 200px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
}
.submitcontact {
    background-color:#9ed91e !important;
    color:#fff !important;
    margin:auto;
    height: 50px;
    width: 200px;
    font-weight: 700 !important;
    letter-spacing: 1px;
}
.radio {
    display: inline;
    margin-left: 20px;
}
.form-control {
    background-color: #f8fbfd !important;
    font-weight: 300 !important;
    letter-spacing: 1px !important;
}
.form-control::-webkit-input-placeholder {
  color: #494949;
}
.checkbox label {
    font-weight: 300;
    letter-spacing: 3px;
}
.wpcf7-response-output {
    width: 49%;
    margin: auto;
}
/*#######################################################################
        General setting
##########################################################################*/
.container-fluid{
    max-width: 1900px;
}


h3{
    color:#7d8079;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 19px;
}

.h2custom  {
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 3px;
}

h4 {
    color: #74776f;
    font-size: 14px;
     font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
}

.custom-button{
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px 24px 20px 24px;

}
.navbar-header {
	width:10%
}

#menu-main {
	display:inline-block;
	width: 90%;
	text-align: center;
}
.container-header{
    background: white;
    padding-top: 25px;
    padding-bottom: 15px;
    margin: auto;

}


.text-bloc4{
    width: 50%!important;
}

.landing_page_block_5_computer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row!important;
}


.landing_page_block_5_computer_img{
    width: 100%;
    max-width: 600px!important;
}


@media screen and (max-width: 992px) {

    .text-bloc4{
        width: 100%!important;
    }

    .landing_page_block4_description{
        background: none!important;
    }

    .landing_page_block_5_computer {
        flex-direction: column!important;
    }
    p {
        font-size: 18px;
    }
}


@media screen and (min-width: 50px) {
	.lgmenu {
	display:none;
}
}
@media (min-width: 768px){
.navbar-toggle {
    display: block;
}
}
@media screen and (min-width: 1022px) {
	.lgmenu {
	display:block;
}
}
@media (min-width: 1367px) {
	.smmenu {
		display: none;
	}
}
@media (max-width: 1642px) {

.container-header .logo-sipr {
	width: 120px;

}
.menu-icon {
	height: 25px;
}
.menu-title {
	font-size: 12px;
}
.smmenu {
	display: none;
}
}
@media (max-width: 1332px) {

.container-header .logo-sipr {
	width: 120px;

}
.menu-icon {
	height: 20px;
}
.menu-title {
	font-size: 10px;
}
.smmenu {
	display: none ;
}
}
@media (max-width: 1177px) {

.container-header .logo-sipr {
	width: 70px;
	margin-left: 10px;
}
.menu-icon {
	height: 15px;
	margin-bottom: 10px;
}
.menu-title {
	font-size: 8px;
}
.smmenu {
	display: none;
}
}

@media (max-width: 1021px) {

.container-header .logo-sipr {
	width: 50px;
	margin-left: 10px;
}
.menu-icon {
	height: 15px;
	margin-bottom: 10px;
	padding: 0 20px;
}
.menu-title {
	display:none;
}
.smmenu {
	display: block;
}
.menunavt {
	font-size:6em;
}
}
@media (max-width: 820px) {

.container-header .logo-sipr {
	width: 50px;
	margin-left: 10px;
}
.menu-icon {
	height: 15px;
	margin-bottom: 10px;
	padding: 0 20px;
}
.menu-title {
	display:none;
}
.smmenu {
	display: block;
}
.menunavt {
	font-size:5em;
}
}
@media (max-width: 720px) {

.container-header .logo-sipr {
	width: 70px;
	margin-left: 10px;
}
.menu-icon {
	height: 15px;
	margin-bottom: 10px;
	padding: 0 5px;
}
.menu-title {
	display:none;
}
.smmenu {
	display: block;
}
.menunavt {
	font-size:4em;
}
}
@media (max-width: 665px) {

.container-header .logo-sipr {
	width: 70px;
	margin-left: 10px;
}
.menu-icon {
	height: 15px;
	margin-bottom: 10px;
	padding: 0 5px;
}
.menu-title {
	display:none;
}
.smmenu {
	display: block;
}
.menunavt {
	font-size:3em;
}
}
@media (max-width: 480px) {

.container-header .logo-sipr {
	width: 70px;
	margin-left: 10px;
}
.menu-icon {
	height: 15px;
	margin-bottom: 10px;
	padding: 0 5px;
}
.menu-title {
	display:none;
}
.smmenu {
	display: block;
}
.menunavt {
	font-size:2em;
}
}
@media (max-width: 325px) {

.container-header .logo-sipr {
	width: 100%;
	margin-left: 10px;
}
.menu-icon {
	height: 15px;
	margin-bottom: 10px;
	padding: 0 2px;
}
.menu-title {
	display:none;
}
.smmenu {
	display: block;
}
.menunavt {
	font-size:1.5em;
}
}
@media (max-width: 225px) {

.container-header .logo-sipr {
	width: 100%;
	margin-left: 10px;
}
.menu-icon {
	height: 15px;
	margin-bottom: 10px;
	padding: 0 2px;
}
.menu-title {
	display:none;
}
.smmenu {
	display: block;
}
.menunavt {
	font-size:1.5em;
}
}
.title-separator
{
    width: 50%;
    border-top: 4px solid #00a2a6;
    margin-bottom: 25px;
}
.color h2{
    color: #00a2a6;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 6px;
    padding-bottom: 5px;
}

.color h2 strong{
    font-weight: 700;
    color: black;
}

.white h2 strong{
  color: white;
}

.pcustom{
    height: 60px;
}

header{
     /*Opacity start*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    /*Opacity end*/

    position: fixed;
    z-index: 1;
    width: 100%;
}

.retour-accueil {
	position: fixed !important;
	right: 1%;
	z-index: 100;
}

.slider-for-accueil {
	height:900px;
}
.img-offres-redim {
	max-width:230px;
	height:265px;
}


.dslc-slider img{
	visibility:hidden;
}
.dslc-slider .owl-item img{
	visibility: visible;
}
/*#######################################################################
        Block ESPACE PRO - HEADER
##########################################################################*/
.espace-pro {
	text-align:center;
	min-height: 40vh;
}
/*.modal-backdrop{
	display: none;
}*/
/*.modal-backdrop {
  z-index: 1;
}*/

.modal-dialog {
	margin-top: 230px;
	width: 80%;
	height: 57%;
}
.modal-content {
    border-radius: 0px;
    height: 100%;
    width: 100%;
    float: right;
		border: none;
		box-shadow: none;
}
.modal-header {
	padding: 0;
	border-bottom: 0px;
  padding-top: 10px;
  padding-right: 10px;
}
.modal-title {
	text-align: left;
	padding-bottom: 15px;
}
.modal-footer {
	border-top: 0px;
}
.modal-leftcontent {
    background-color: #e5e5e5;
    height: 100%;
    width: 20%;
    float: left;
		box-shadow: none;

}

.espace-pro h2 {
	color:black;
	font-weight: 700;
	text-align:center;
	letter-spacing: 0px;
	font-size: 2.0em;
	text-transform: uppercase;
}
.espace-pro h4 {
	color:#00a2a6;
	font-weight: 700;
	font-size: 1.6em;
	text-transform: none;
	margin:auto;
	letter-spacing: 0px;
	line-height: 24px;
}
.espace-pro p {
	text-align: center;
	font-weight: 300;
	color: #4c4c4c;
}
.espace-pro a {
	text-decoration: none;
	color: black;
}
.espace-pro-header{
    background: white;
    padding-top: 15px;
    padding-bottom: 15px;
		text-align: center;
		text-transform: uppercase;
}
.espace-pro-header-title {
	font-weight: 800;
	font-size: 2.5em;
	letter-spacing: 4px;
}
.espace-pro-header-title span {
	font-weight: 400;
	color: #00a2a6;
}
.espace-pro-header-title-separator {
		width: 25%;
    border-top: 4px solid #00a2a6;
		margin: 15px auto;
}
.espace-pro-header-btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #fff;
  font-size: 12px;
  background: #b2e3e4;
  padding: 5px 5px;
	max-width: 155px;
	height: 44px;
  text-decoration: none;
	margin: 2px 7px;
	line-height: 18px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
	display: block;
}
.espace-pro-header-btn span {
	line-height: 34px;
}
.espace-pro-header-btn:hover, .espace-pro-header-btn:active, .espace-pro-header-btn:focus, .espace-pro-header-btn.active {
  background: #00a2a6;
  text-decoration: none;
	color:#fff;
}
.espace-pro-greybtn {
			background-color: #5b5b5b;
	    color: white;
	    text-transform: uppercase;
	    letter-spacing: 3px;
	    padding: 10px 10px;
	    margin: 0px 0;
	    font-weight: 600;
	    white-space: nowrap;
			border:none;
	}
.selectize-input {
	border-radius: 0px !important;
	letter-spacing: 3px !important;
	font-weight: 200 !important;
	border: 1px solid #e0e8ee !important;
	-webkit-box-shadow: none !important;
  box-shadow: none !important;
	margin: 5px auto !important;
	text-align: left !important;
}
.selectize-input::-webkit-input-placeholder{
		color: rgba(0, 0, 0, 0.3) !important;
}

.table>thead>tr>th {
		border-top:0;
		letter-spacing: 2px;
}
.table>tbody>tr>td {
		border-top:1px solid black;
		letter-spacing: 2px;
		font-weight: 200;
		text-align:left;
		line-height: 15px;
}
.pagination-sm>li>a {
	background-color:#f8fbfd;
	font-weight: 800;
	color: black;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color:#ddd;
	border-color:#ddd;
	color: black;
}
.ep-download {
	background-color: inherit;
  font-size: 22px;
}

.item {
	background: #5b5b5b !important;
	color: #fff !important;
	border-radius: 6px !important;
}
.remove {
	    padding: 1px 0 0 !important;
			border-left: none !important;
			width: 25px !important;
			font-size: 18px !important;
}

#offres-data p {
	white-space: nowrap;
	overflow:hidden !important;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	font-size: 1.2em;
	font-weight: lighter;
}
div#offres-data {
	height: auto;
}
/*#######################################################################
        Block ESPACE PRO - SLIDER
##########################################################################*/

.slider {
	max-width: 100%;

}
@media (min-width: 100px){
	.slider-wrapper {
		min-height: 100px;
	}
}

@media (min-width: 768px){
	.slider-wrapper {
		min-height: 300px;
	}
}
@media (min-width: 108px){

	.swiper-slide-offres .img-swiper-offres {
		height: 265px !important;
	}
}
@media (min-width: 1461px){
	.slider-wrapper {
		min-height: 400px;
	}
	.swiper-slide-offres .img-swiper-offres {
		height: 170px !important;
	}
}

.slider-wrapper {
	width: 100%;
	position: relative;
}

.slide {
	float: left;
	position: absolute;
	width: 100%;
	opacity: 0;
	transition: opacity 3s linear;
}

.slider-wrapper > .slide:first-child {
	opacity: 1;
}

/* SWIPER */
.swiper-slide-offres{
	text-align: center;
	height: auto;
	margin-bottom: 50px;
}



.swiper-slide-offres p{
	min-height: 20px;
}
.swiper-slide-offres h4{
	min-height: 20px;
}

.swiper-slide-offres .img-swiper-offres{
	height: auto;
  align-items: center;
}

.swiper-slide-offres img{
	display: table-cell;
}
<!--[if IE]>
.swipper-slide-offres .img-swiper-offres{
	display: inline;
}
<![endif]-->


.swiper-container-offres {
	margin: 25px auto;
}

.swiper-container-home {
		width: 100%;
		height: 100%;
    margin-top: 140px;
}
.swiper-slide-home {
		text-align: center;
		font-size: 18px;
		background: #fff;
		max-height: 800px;
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
}
.swiper-pagination-bullet {
	background: #d6d6d6;
	opacity: .8;
}
.swiper-pagination-bullet-active {
    background: #007aff;
		opacity: 1;
}

.swiper-container-modal {
		width: 100%;
		height: 100%;
}
.swiper-slide-modal {
		text-align: center;
		font-size: 18px;
		/*background: #fff;*/
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
}
.swiper-wrapper-modal {
	margin-bottom: 30px;
}
.swiper-container-modal {
	min-height: 255px;
}
img.img-modslider-redim {
    width: 100%;
    /*min-height: 313px;*/
		/*height: 100%;*/
}
.modal-body-content {
	height: auto;
	margin-top: 15px;
}
.modal-body-slider {
	height: auto;
	background-color: #e5e5e5;
}
.modal-body {
    position: relative;
    padding: 0;
    width: 100%;
    height: auto;
}
.modal-title {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color: #00a2a6;
font-size: 16px;
font-weight: 900;
}

#dslc-footer{

}
.img-align {
	margin: auto;
	max-width: 100%;
	height: auto;
	display: block;
}
#loading {
	width: 70px;
	height: 70px;
	background-image: url("/wp-content/uploads/2017/09/ajax-loader.gif");
	background-color: #fff;
	background-repeat: no-repeat;
	text-align: center;
	margin: auto;
}

#loading2 {
	width: 70px;
	height: 70px;
	background-image: url("/wp-content/uploads/2017/09/ajax-loader.gif");
	background-color: #fff;
	background-repeat: no-repeat;
	text-align: center;
	margin: auto;
}

/*.navbar-toggle .icon-bar { border-radius: 1px; display: block; height: 2px; width: 22px; }*/
.separator-fixer .dslc-separator{
	margin-left: 40px;
}
.bloc-slider-partenaire img {
	display: block;
    max-width: 100%;
	height: auto;
	margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (min-width: 768px){
	.buttonappear {
		display:none !important;
		z-index: 100000000;
	}
	.buttondisappear {
		display: block !important;
		z-index: 100000000;
	}
}
@media (max-width: 768px){
	.buttonappear {
		display: block !important;
		z-index: 100000000;
	}
	.buttondisappear {
		display: none !important;
		z-index: 100000000;
	}
}


/* UPDATE */
.dropdown-menu .menu-item {
    width: 100%;
}

.dropdown-menu li.menu-item-custom_1 > a {
    color: white;
    background-color: #007685;
}

.dropdown-menu li.menu-item-custom_1 > a:hover {
    color: white;
    background-color: #00adc4;
}

/*@media (max-width: 1642px) {*/
/*    .menu-item-custom-1 .menu-icon {*/
/*        height: 20px;*/
/*        margin-bottom: 5px;*/
/*    }*/

/*}*/


.menu-title-e-shop {
    font-size: 14px;
    letter-spacing: 1px;
    color: white;
    padding: 0 1rem;
}

.menu-item-custom-1 {
    cursor: pointer;
    padding: 8px 6px 12px 6px;
    background: #007685;
    border-radius: 2px;
}

.menu-item-custom-1 .menu-icon {
    transform: translateY(1px);
    display: block;
    /*height: 60px;*/
    margin: 0 22px 12px;

    margin-left: auto;
    margin-right: auto;

    box-shadow: 0 0 10px #0a2f34;
}

.menu-item {
    padding-top: 8px;
    vertical-align: top;
}

.menu-item-custom-1:hover .menu-icon {
    transform: translateY(-1px) scale(1.03);
    transition: transform 200ms ease-in-out, box-shadow 200ms ease-in-out;
    box-shadow: 0 2px 20px #0a2f34;
}

@media (max-width: 1332px) {
    .menu-icon {
        height: 32px !important;
        margin-bottom: 10px !important;
    }
}

@media (min-width: 1332px) {
    .menu-item-custom-1 .menu-icon {
        height: 40px !important;
    }
}

@media (min-width: 1642px) {
    .menu-item-custom-1 .menu-icon {
        height: 60px !important;
    }
}

.landing_page_bloc1_list img {
    width: 50px;
    height: 50px;
}

.landing_page_bloc1_list p {
    color: white;
    padding-left: 20px;
}

.landing_page_bloc1_list_new_txt {
    font-size: 50px;
    color: white;
    text-transform: uppercase;
    text-align: left;
}

.block_2_shadow {
    z-index: 1;
    box-shadow: 0 4px 8px #c7c7c7;
}
.block_2b {
    margin-top: -115px;
    pointer-events: none;
    z-index: 3;
 }

.landing_page_block4_description {
    background-size: 48%!important;
}
@media (min-width: 1332px) {
    .landing_page_block4_description {
        background-image: none;
    }
}

.landing_page_block4 {
    padding-top: 40px!important;
}

.landing_page_block5 {
    margin-top: -140px;
}

@media (max-width: 1024px) {
    .landing_page_block6 {
        background-image: none!important;
    }
}

.landing_page_block6 ol {list-style: none!important; counter-reset: li}
.landing_page_block6 li::before {
    content: counter(li);
    color: white;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: -1em;
    margin-right: 6px;
    background: #008493;
    border-radius: 30px;
    height: 40px;
    width: 40px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
}
.landing_page_block6 li {
    counter-increment: li;
    font-size: 24px!important;
    margin-bottom: 30px!important;
}
.landing_page_block6 li span {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
}
.landing_page_form_block * {
    text-align: center!important;
    margin-left: auto!important;
    margin-right: auto!important;
}
.landing_page_form_block .dslc-icon:before {
    color: #00a5a8;
}
/*.landing_page_form_block .dslc-text-module-content {*/
/*    text-align: center!important;*/
/*}*/
.landing_page_form_block .dslc-text-module-content h2 {
    color: #00a5a8;
    border-bottom: 4px solid #00a5a8!important;
    text-transform: uppercase;
    font-size: 20px!important;
    font-weight: bold!important;
    width: 50%;
}

.container_contact_block .dslc-modules-section-inner, .container_contact_block .dslc-modules-section-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.container_contact_block .dslc-modules-area.dslc-col.dslc-3-col {
    padding: 20px;
    box-shadow: 0 0 12px 0px #eeeeee;
    border-radius: 10px;
}

.contact_block_phone_extra .dslc-text-module-content p {
    margin-bottom: 0!important;
}

.form-control {
    border-radius: 6px;
    box-shadow: 0 2px 5px #e6e6e6;
    border: 0;
    background-color: white!important;
    height: 42px;
}

.form-group {
    margin-bottom: 42px;
}

.contact_block_title {
    margin-bottom: 24px;
}

.block_2b .dslc-image {
    margin-top: 79px!important;
}