.customBgColor {
    background-color: #2796DE !important;
}

#header {
    border-top-color: #046aab;
}

.header-top {
    border-bottom-color: #ae0a1f;
    color: #fff;
    background-color: #ae0a1f;
}


.header2 .header-top {
    border-bottom-color: #bfbfbf;
    color: #fff;
    background-color: #ae0a1f;
}

.header2 .header-top  .color-primary {
    color: #fff;
}

.header2  .header-nav .cart-block {
    display: none;
}

@media (max-width: 959px) {
    .header-nav {
        border-bottom: 3px solid #ae0a1f;
    }
}
.header-info > div:before {
    background: #bbbbbb;
}

.cart-box {
    color: #444;
}

.tooth-green .section-bg {
    background: #2796DE;
    position:relative;
}







#ocean{
    position:absolute;
    width:100%;
    min-height:100%;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(0,50,150)),
        color-stop(0.50, rgb(0,150,255))
        );
}

.wave{
    background:#a8e3ff;
    display:inline-block;
    height:60%;
    width:10px;
    position:absolute;
    -webkit-animation-name:             dostuff; 
    -webkit-animation-duration:         3s; 
    -webkit-animation-iteration-count:  infinite;
    -webkit-transition-timing-function: ease-in-out;
}


@-webkit-keyframes dostuff{
    0%{
        height:60%;
    }
    50%{ 
        height:40%;
    }
    100%{ 
        height:60%;
    }
}

.tooth-green .section-bg:after {
    z-index: 77;
    /* background: linear-gradient(145deg, #2796DE 15px, transparent 0), linear-gradient(-145deg, #2796DE 15px, transparent 0); */
    background-repeat: repeat-x;
    background-size: 30px 30px;
    content: " ";
    display: block;
    position: absolute;
    bottom: -25px;
    left: 0px;
    width: 100%;
    height: 25px;
    background-position: left-bottom; 
}

#breadcrumbs .wrapper:before {
    border-color: #ae0a1f;
}
#breadcrumbs li {
    color: #fff;
}
#breadcrumbs li a {
    color: #fff;
}
#breadcrumbs li a:hover {
    color: #fff;
}

.box-tools-bg .wrapper:before {
    border-color: #2796DE;
}

.nav-container a {
    color: #444;
}
.nav-container a.active, .nav-container a:hover {
    color: #ae0a1f;
}

#title-box {
    border-bottom-color: #ae0a1f;
}

/* footer */
#footer {
    border-color: #858585;
}
#footer a {
    color: #fff;
    text-decoration: none;
}
#footer a:hover {
    color: #fff;
}
#footer:before {
    background: #333;
}

.footer-top {
    background: #333;
    color: #fff;
}

.follow-block li a i:before,
.follow-block li a span:before {
    color: #878787;
}
.follow-block li a:hover i:before,
.follow-block li a:hover span:before {
    color: #fff;
}

.footer-blocks {
    background: #4C4C4C;
    color: #fff;
}
.footer-blocks .contact-name {
    color: #878787;
}
.footer-blocks .contact-info {
    color: #ccc;
}
.footer-blocks h4 {
    color: #fff;
}

.footer-bottom {
    color: #fff;
}

.nav-footer li a {
    color: #888;
}
.nav-footer li.active a {
    color: #fff;
}
.nav-footer li:hover a {
    color: #fff;
}

.content-foooter-2 .soc-box .ef {
    color: #878787;
}
.content-foooter-2 .soc-box .ef:hover {
    color: #fff;
}

/* elements */
.point {
    border-color: #2796DE;
}
.point:before {
    background: #2796DE;
}

.extra-color {
    background: #ae0a1f;
    color: #fff;
}
.extra-color:hover {
    background: #2796DE;
    color: #fff;
}

.color-primary {
    color: #fff;
}

.btn.primary-color {
    background: #2796DE;
    color: #fff;
}
.btn.primary-color:hover {
    background: #ae0a1f;
}
.btn.border-btn:before {
    border-color: #dddddd;
}
.btn:hover.border-btn:before {
    background: #dddddd;
}
.btn.big-btn:before {
    background: #ddd;
}
.btn.bor-w-btn {
    background: #fff;
    border-color: #dddddd;
}
.btn.bor-w-btn:before {
    background: #eeeeee;
    border-color: #cccccc;
}

.allocated-block .circle {
    background:#FFF;
    border-color: #ddd;
}
.allocated-block .circle:before {
    color: #444;
}
.allocated-block:hover .circle {
    background: #ae0a1f;
    border-color: #ae0a1f;
}
.allocated-block:hover .circle:before {
    color: #fff;
}
.allocated-block:hover .circle:after {
    border-color: #dddddd;
}

.tools-bg {
    background-color: #2796DE;
    color: #fff;
}

.big-circle {
    background: #fcfcfc;
    border-color: #ddd;
    color: #444;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.big-circle:hover {
    border-color: #333;
}
.big-circle .ef {
    color: #ae0a1f;
    border-color: #ae0a1f !important;
}
.big-circle i {
    color: #ae0a1f;
}
.big-circle.very-big-circle:hover .ef {
    color: #2796DE;
    border-color: #ae0a1f !important;
}

.section-title-box h2 {
    color: #ae0a1f;
}
.section-title-box h2:before {
    background: #444;
}

/* tabs */
.nav-tabs.vertical-tabs {

    border-right: #e6e6e6  1px solid;

}
.nav-tabs.vertical-tabs li {
    padding-left: 4px;
    border-bottom: #e6e6e6 1px solid;
}
.nav-tabs.vertical-tabs li:before {

}
.nav-tabs.vertical-tabs li.active {
    border-left: 4px solid #2796DE;
    padding-left: 0;
    position: relative;
    right: -2px;
}
.nav-tabs.vertical-tabs li.active a, .nav-tabs.vertical-tabs li:hover a {
    background: #fff;
}
.nav-tabs.vertical-tabs li a {
    color: #444;
}

/* left block */
.lb-content {
    background: #fff;
    border: 1px solid #dddddd;
}
.lb-content ul a {
    color: #444;
}
.lb-content ul a.active, .lb-content ul a:hover {
    color: #ae0a1f;
}
.lb-content ul a.active .point, .lb-content ul a:hover .point {
    border-color: #ae0a1f;
}
.lb-content ul a.active .point:before, .lb-content ul a:hover .point:before {
    background: #ae0a1f;
}
.lb-content .date {
    color: #888;
}
.lb-content .date i {
    color: #2796DE;
}

.title-left-block {
    background: #444;
    border-left: 6px solid #2796DE;
}
.title-left-block h3 {
    color: #fff;
}

/* owl-controls */
.owl-controls .owl-page span {
    background: #ddd !important;
}
.owl-controls .owl-page.active span, .owl-controls .owl-page:hover span {
    background: #fff !important;
}

/* quote */
.quote-block,
.quote-block-2 {
    background: #fff;
}
.quote-block:before,
.quote-block-2:before {
    background: #ae0a1f;
}
.quote-block .quote-wrap:before,
.quote-block-2 .quote-wrap:before {
    background: #ae0a1f;
}
.quote-block .text-quote,
.quote-block-2 .text-quote {
    color: #000;
}
.quote-block .desc-quote,
.quote-block-2 .desc-quote {
    color: #858585;
}
.quote-block .desc-quote .name,
.quote-block-2 .desc-quote .name {
    color: #444;
}

.share-icon > i, .share-icon > span {
    color: #9c9c9c;
}
.share-icon > i:hover, .share-icon > span:hover {
    color: #444;
}

/* form elements */
input[type="text"], input[type="password"], input[type="email"], textarea {
    background: #f0f0f0;
    border-color: #fff;
}

/* comments */
.comments-photo img {
    border-color: #fff;
}

.quote-photo img {
    /*border: 1px solid #f00;*/
}


.pagination-box ul{
    margin:0;
    padding:0;
}


.pagination-box li a {
    border: 1px solid #ddd;
    background: #fff;
    position:relative;
}
.pagination-box li a:before , .pagination-box li span:before {
    background: #eee;
    border: 1px solid #ddd;
}
.pagination-box li span {
    color: #444;
}
.pagination-box li.active a, .pagination-box li:hover a , .pagination-box li  span.current{
    background: #ae0a1f;
    border-color: #ae0a1f;
    color: #fff;
}
.pagination-box li.active span, .pagination-box li:hover span {
    color: #fff;
}
.pagination-box li.active:before, .pagination-box li:hover:before {
    background: #ddd;
}

/* .info-box  */


.info-box, .info-box a {
    color: #858585;
}
.info-box i:before, .info-box span:before {
    color: #444 !important;
}

/* blog */
.date-post {
    background: #ae0a1f;
    color: #fff;
}

#type-of-display .toogle-view {
    background: #eee;
}
#type-of-display .toogle-view span {
    color: #444;
}
#type-of-display .toogle-view.active-view, #type-of-display .toogle-view:hover {
    background: #ae0a1f;
}
#type-of-display .toogle-view.active-view span, #type-of-display .toogle-view:hover span {
    color: #fff;
}

/* accordion */
.accordion-l-box h3 .fi {
    color: #ccc;
}
.accordion-l-box h3:hover .fi {
    color: #ae0a1f;
}
.accordion-l-box h3:hover .accordion-icon {
    color: #ae0a1f;
}
.accordion-l-box h3.ui-accordion-header-active .fi {
    color: #ae0a1f;
}

.ui-accordion-content ul li.active a {
    color: #2796DE;
}

/* slider-range */
#slider-range .ui-slider-range {
    background: #2796DE;
}
#slider-range .ui-slider-handle {
    background: #ae0a1f;
}

/* ----- */
.hover-banner .color-box-banner {
    background: #ae0a1f;
}
.hover-banner:hover .color-box-banner {
    background: #2796DE;
}

/* ----- */
.btn-border {
    /* border: 1px solid #ddd;
     background: #eee;*/
}
.btn-border span {
    background: #fff;
    border-bottom: 1px solid #ddd;
    color: #444;
}
.btn-border:hover span {
    background: #ae0a1f;
    color: #fff;
}
.btn-border.dark {
    border: 1px solid #777;
    background: #333;
}
.btn-border.dark span {
    background: #222;
    border-bottom: 1px solid #777;
    color: #fff;
}
.btn-border.dark:hover span {
    background: #fff;
    color: #444;
}
.btn-border.extra-color {
    border: 1px solid #ddd;
    background: #eee;
}
.btn-border.extra-color span {
    background: #ae0a1f;
    border-bottom: 1px solid #ddd;
    color: #fff;
}
.btn-border.extra-color:hover span {
    background: #2796DE;
    color: #fff;
}
.btn-border.color {
    border: 1px solid #ddd;
    background: #eee;
}
.btn-border.color span {
    /* background: $color ; */
    border-bottom: 1px solid #ddd;
    color: #444;
}
.btn-border.color:hover span {
    background: #2796DE;
    color: #fff;
}
.btn-border.color-1 {
    /*border: 1px solid #ddd;
    background: #eee;*/
}
.btn-border.color-1 span {
    background: #ae0a1f;
    border-bottom: 1px solid #ddd;
    color: #fff;
    border-radius: 21px;
}
.btn-border.color-1:hover span {
    background: #c9162d;
    color: #fff;
}

.h-button .cont-btn {
    background: #fff;
    border-bottom: 1px solid #ddd;
    color: #444;
}
.h-button .cont-btn .ef {
    color: #2796DE;
}
.h-button:hover .cont-btn {
    background: #ae0a1f;
    color: #fff;
}
.h-button:hover .cont-btn .ef {
    color: #fff;
}

.header-2 .header-top {
    background: #ae0a1f;
    color: #f26520;
}
.header-2 .header-top .color-primary {
    color: #fff;
}
.header-2 .header-top .share-icon span {
    color: #fff;
    opacity: .6;
}
.header-2 .header-top .share-icon:hover span {
    opacity: 1;
}

.header-3 .header-top {
    background: #222;
    color: #fff;
}
.header-3 .header-top .color-primary {
    color: #fff;
}
.header-3 .header-top .share-icon span {
    color: #fff;
    opacity: .6;
}
.header-3 .header-top .share-icon:hover span {
    opacity: 1;
}
.header-3 .h-button .cont-btn {
    background: #ae0a1f;
    color: #fff;
}
.header-3 .h-button .cont-btn .ef {
    color: #fff;
}
.header-3 .h-button:hover .cont-btn {
    background: #2796DE;
}

.contact-icon-box .contact-icon {
    border-color: #2796DE;
    background: #fff;
}
.contact-icon-box .contact-icon .ef {
    color: #444;
}
.contact-icon-box:hover .contact-icon {
    border-color: #ae0a1f;
}
.contact-icon-box:hover .contact-icon .ef {
    color: #ae0a1f;
}

.social-circle .ef:hover {
    color: #ae0a1f;
}

.box-tools-bg {
    background-color: #2796DE;
}
.box-tools-bg.block-bg:before {
    background: rgba(125, 165, 0, 0.8);
}

.color-bg {
    background-color: #2796DE;
}
.color-bg .wrapper:before {
    border-color: #2796DE;
}
.color-bg.extra-color-bg {
    background-color: #ae0a1f;
}
.color-bg.extra-color-bg .wrapper:before {
    border-color: #ae0a1f;
}
.color-bg.extra-color-bg .big-circle {
    border-color: #f7a37a;
}
.color-bg.extra-color-bg .big-circle:hover {
    border-color: #2796DE;
}

#owl-team .item .team-img:hover:before {
    background: #ae0a1f;
}

/* progress bar */
.progress {
    border-color: #fff;
    background-color: #fff;
}

.progress-bar {
    background-color: #2796DE;
}
.progress-bar .sr-only {
    background: #ae0a1f;
}
.progress-bar .sr-only:after {
    border-top-color: #ae0a1f;
}

.our-info li .ef {
    color: #ae0a1f;
}

.price {
    color: #2796DE;
}

.pr-general-box .add-to-cart span {
    background: #ae0a1f;
}
.pr-general-box .add-to-cart:hover span {
    background: #2796DE;
}
.pr-general-box a {
    color: #2796DE;
}
.pr-general-box a:hover {
    color: #ae0a1f;
}

.tabpanel .nav-tabs li.active, .tabpanel .nav-tabs li:hover {
    border-bottom: 3px solid #ae0a1f;
}

ul.list-style-circle li:before {
    border-color: #2796DE;
}
ul.list-style-circle li:after {
    background: #2796DE;
}

.tags-block a {
    color: #2796DE;
}
.tags-block a:hover {
    color: #ae0a1f;
}

.input-box.in-home-slider .borfer-btn {
    background: #f2976b;
}

.wrap-anchor{
    position: relative;
    z-index: 222;
}

.top-icon-block  i,.top-icon-block  i:before , .top-icon-block  i:after{
    color: #ae0a1f;
    font-size: 20px;
    position: relative;
    top: 1px;
}


.top-icon-block {
    border: 3px solid #ae0a1f;
    position: absolute;
    display: block;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    left: 50%;
    margin-left: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
    z-index: 1;
    text-align:center;
}

.border-top-line:before {
    background: #ae0a1f;
}

.c-box-info {
    text-align: center;
}
.c-box-info .c-info {
    background: #d6d5d5;
}

.box-checked .ef {
    color: #2796DE;
}

.listing li:hover .fl-ic {
    background: #2796DE;
}
.listing li:hover .fl-ic:before {
    color: #fff;
}

.btn-modal-box:before {
    background: #2796DE;
}
.btn-modal-box .btn-modal:hover .ef {
    color: #f00;
}

.pack-box h3 {
    color: #2796DE;
}
.pack-box.p-recommended {
    border: #ae0a1f 3px solid;
    background: #f7f7f7;
}
.pack-box.p-recommended .p-r-angle {
    background-color: #ae0a1f;
}
.pack-box.p-recommended .p-box-icon {
    background-color:  #ae0a1f ;
    border-color:#ae0a1f;
}
.pack-box.p-recommended .p-box-icon span {
    color: #fff;
}
.pack-box.p-recommended .p-box-footer {
    background-color: #ae0a1f;
}
.pack-box.p-recommended .p-box-footer .btn:hover {
    border-color: #2796DE;
}
.pack-box.p-recommended .p-box-footer .btn:hover {
    border-color: #2796DE;
    background-color: #2796DE;
    color: #fff;
}

.pack-box .p-box-footer .btn:hover {
    border-color: #ae0a1f;
    background-color: #ae0a1f;
    color: #fff;
}

.pack-price-box .p-price {
    color: #2796DE;
}

html  .p-recommended .p-price , html  .p-recommended  h3 ,  html .p-recommended  .p-box-icon span{
    color: #ae0a1f;
}


.cd-pricing-wrapper.p-recommended .p-box-icon {
    border: 3px solid #ae0a1f;
}


.pack-price-box:before {
    background-color: #ae0a1f;
}

.b-post-box .b-post-image .post-icon {
    background-color: #2796DE;
}
.b-post-box .b-post-image:before {
    background-color: #ae0a1f;
}
.b-post-box:hover .b-post-image .post-icon {
    background-color: #ae0a1f;
}

#owl-team .item .post-icon {
    background-color: #1076b8;
    display:none !important;
}
#owl-team .item:hover .post-icon {
    background-color: #ae0a1f;
}

.title-box-center.color h2 {
    color: #2796DE;
}

.full-width-box h1 {
    color: #2796DE;
}

.button-border .text-btn {
    background: #ae0a1f;
}
.button-border:hover .text-btn {
    background: #2796DE;
}

.attractive .attractive-text {
    background: #ae0a1f;
}
.attractive .attractive-text .ef {
    color: #ae0a1f;
}

#mc-embedded-subscribe {
    background: #2796DE;
}
#mc-embedded-subscribe:hover {
    background: #ae0a1f;
}

.h-slide-btn:hover {
    background: #ae0a1f;
}

/* NEW */

html, body{
    overflow-x: hidden;
    color: #757575;
}
h2{
	font-family: 'Lato';
    font-size: 24px;
    color: #ae0a1f;
    font-weight: 400 !important;
}

.header-top{
    background-color: #ae0a1f;
    border-bottom-color: #F4F4F4;
    color: white;
	font-family: 'Lato';
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 500;
}
.header-top span{
    margin-left: 10px;
    margin-right: 10px;
}
.header-top .fa{
    font-size: 16px;
    margin-left: 1px;
    margin-right: 1px;
    color: #ffffff;
}
.header-top a .fa{
    color: white;
}

.logo_info{
    padding-top: 40px;
	padding-left: 80px;
    text-align: center;
}
.logo_info span{
    color: #ae0a1f;
    margin-left: 25px;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato';
    white-space: nowrap;
}
.logo_info a{
    color: #ae0a1f;
    text-decoration: none;
}
.logo_info a:hover{
    color: #790f1d;
}
.logo_info .fa{
    margin-right: 10px;
}

.header-nav{
    padding-top: 10px;
    padding-bottom: 35px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #ae0a1f;
}
.nav-container li a:hover, #search-open:hover{
    color: #fc56a0;
}
.nav-container li a{
    text-transform: initial;
    font-family: 'Lato';
    font-size: 16px;
}
#main-menu li .dropdown-menu{
    background-color: #ae0a1f !important;
    border-radius: 0 !important;
}
#main-menu li .dropdown-menu > li > a{
    color: white;
}

.services{
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #ae0a1f;
    min-height: 315px;
}

.about{
    margin-top: -100px;
}

.vc_row.vc_row-padding-both{
    padding-top: 30px;
    padding-bottom: 30px;
}

.button{
    width: 90px;
    height: 31px;
    border-style: solid;
    border-width: 1px;
    border-color: #ae0a1f;
    display: inline-block;
    background-color: white;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    text-align: center !important;
    padding-top: 0px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 30px !important;
}

.button:hover{
    text-decoration: none;
    background-color: #D8D8D8;
    color: #666666;
    border-color: #A39FA1;
}

.home_contact input[type="text"], .home_contact input[type="email"], .home_contact input[type="tel"], .home_contact input[type="date"]{
    background: none;
    border: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ae0a1f;
    width: 100%;
    padding: 0;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 500;
}
.home_contact input[type="submit"], .review_button, .button3{
    width: 160px;
    border-style: solid;
    border-width: 1px;
    border-color: #D8D2D4;
    display: inline-block;
    background-color: #ae0a1f;
    margin-bottom: 5px;
    text-align: center;
    padding-top: 8px;
    font-weight: 500;
    color: white;
    font-size: 13px;
    line-height: 11px;
    border-radius: 0;
    height: 36px;
    padding: 0;
    margin-top: 20px;
}
.home_contact input[type="submit"]:hover, .review_button:hover, .button3:hover{
    text-decoration: none;
    background-color: #c9162d;
}

.review{
    line-height: 1.5;
    text-align: justify;
    font-family: 'Lato';
    font-weight: 500;
    font-style: normal;
}
.review span{
    color: #ae0a1f;
}
.review a{
    color: #ae0a1f;
}
.review_button, .button3{
    padding-top: 10px;
}
.button3{
    width: 240px;
}

.vc_wp_custommenu #menu-uslugi{

}
.vc_wp_custommenu #menu-uslugi > li{
    display: inline-block;
    width: calc(20% - 25px);
    max-width: 280px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 186px;
    background-repeat: no-repeat;
    background-position: top center;
    border-style: solid;
    border-width: 1px;
    border-color: #B0B0B0;
    cursor: pointer;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition-duration: 0.3s;
    margin-bottom: 15px;
}
.vc_wp_custommenu #menu-uslugi > li:hover{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.vc_wp_custommenu #menu-uslugi > li > a{
    background-color: #737373;
    color: white;
    width: 100%;
    display: block;
    text-align: center;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #B0B0B0;
    text-decoration: none !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
.vc_wp_custommenu #menu-uslugi > li > a:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.vc_wp_custommenu #menu-uslugi > li:nth-of-type(1){
    background-image: url(../images/services/services01.jpg);
}
.vc_wp_custommenu #menu-uslugi > li:nth-of-type(2){
    background-image: url(../images/services/services02.jpg);
}
.vc_wp_custommenu #menu-uslugi > li:nth-of-type(3){
    background-image: url(../images/services/services03.jpg);
}
.vc_wp_custommenu #menu-uslugi > li:nth-of-type(4){
    background-image: url(../images/services/services04.jpg);
}
.vc_wp_custommenu #menu-uslugi > li:nth-of-type(5){
    background-image: url(../images/services/services05.jpg);
}
.vc_wp_custommenu #menu-uslugi > li > .dropdown-menu{
    width: 100%;
    background-color: #676566;
    border-radius: 0;
}
.vc_wp_custommenu #menu-uslugi > li > .dropdown-menu > li > a{
    white-space: initial;
    color: white;
    text-transform: lowercase;
}
.vc_wp_custommenu #menu-uslugi > li > .dropdown-menu > li > a::first-letter{
    text-transform: uppercase;
}
.vc_wp_custommenu #menu-uslugi > li > .dropdown-menu > li > a:hover{
    color: #757575;
}
.services_container{
    width: 100%;
    max-width: 1500px;
    margin-left: 300px;
    position: absolute;
    top: 0;
}

.slider_border{
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #ae0a1f;
}

#main-menu{
    font-family: 'Lato';
}
#main-menu > li > a{
    color: #000000;
}

.contact_row{
    background: #ae0a1f;
    background: #ae0a1f;
    background: #ae0a1f;
    background: #ae0a1f;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae0a1f', endColorstr='#ae0a1f',GradientType=1 );
    min-height: 96px;
    color: white;
    font-size: 30px;
    font-family: 'Lato';
    font-weight: 300;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.contact_row .fa{
    font-size: 65px;
}
.contact_row .col:nth-of-type(3){
    font-size: 50px;
    margin-top: 15px;
    font-weight: 300;
}
.contact_row a{
    background-color: white;
    width: 293px;
    display: inline-block;
    text-align: center;
    color: #ae0a1f;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    margin-top: 5px;
    max-width: 100%;
}
.contact_row a:hover{
    text-decoration: none;
    color: white;
    background-color: transparent;
}

.footer-blocks{
    background: white;
    color: #6a6767;
    text-align: center;
}
.footer-blocks a{
    color: #fc3c91 !important;
}
.footer-blocks img{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 10px;
}

#map_desc{
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    padding: 15px;
    line-height: 19px;
    width: 25%;
    padding-left: calc(25% - 275px);
    height: calc(100% - 2px);
    top: 1px;
}
#map_desc h4{
    font-weight: 400;
    font-size: 26px;
}
#map_desc h5, #map_desc span, #map_desc a{
    color: #ae0a1f;
}
#map_desc p{
    font-size: 13px;
}
#map_desc .button, .button2{
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: #ae0a1f;
    background: #ae0a1f;
    background: #ae0a1f;
    background: #ae0a1f;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae0a1f', endColorstr='#ae0a1f',GradientType=1 );
    color: white;
    padding-top: 3px !important;
    height: 36px;
    width: 90px;
    border-radius: 10px;
    text-decoration: none;
}

.partners_title{
    font-size: 32px;
    font-weight: 400;
    margin-top: 20px;
}

.widget-title{
    display: none;
}
.latest-posts .media{
    width: 270px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: white;
    padding: 10px;
    height: 260px;
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #ae0a1f;
}
.sp-latest-posts-widget{
    border: none !important;
}
.latest-posts .entry-meta{
    display: none;
}
.latest-posts .entry-title{
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 15px !important;
}
.latest-posts{
    background-color: #F8F8F8 !important;
    width: 1240px !important;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
}
.latest-posts img{
    height: 170px;
}
.latest-posts .entry-title a:hover, #main-menu > li > a:hover{
    color: #ae0a1f;
}

.intervention_main{
    padding-top: 20px;
}
.intervention_main h4, .intervention_desc h4{
    font-size: 30px;
    text-transform: uppercase;
    color: #ae0a1f;
    margin-bottom: 10px;
}
.intervention_main .container{
    margin-bottom: 0;
}
.intervention_desc{
    margin-top: 20px;
    margin-bottom: 20px;
}
.intervention_desc p{
    font-size: 16px;
}

.intervention_main, .intervention_desc{
    font-family: 'Lato';
}

.intervention_phone{
    background: #ae0a1f;
    background: #ae0a1f;
    background: #ae0a1f;
    background: #ae0a1f;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae0a1f', endColorstr='#ae0a1f',GradientType=1 );
    color: white;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-family: 'Lato';
    font-weight: 300;
}
.intervention_phone .fa{
    color: white;
    font-size: 72px;
    float: left;
}
.intervention_phone span{
    display: inline-block;
    width: 30%;
    padding-left: 20px;
    font-size: 24px;
    float: left;
    line-height: 26px;
    margin-top: 10px;
}
.intervention_phone strong{
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
}
.intervention_phone a{
    background-color: white;
    font-size: 24px;
    text-transform: uppercase;
    color: #ae0a1f;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    text-align: center;
    border-style: solid;
    border-width: 3px;
    border-color: white;
    border-radius: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.intervention_phone a:hover{
    background-color: transparent;
    color: white;
}

.intervention_main ul, .intervention_desc ul{
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 20px;
}
.intervention_main ul > li, .intervention_desc ul > li{
    display: inline-block;
    width: 30%;
    margin-bottom: 10px;
}
.intervention_main ul > li > .circle, .intervention_desc ul > li > .circle{
    font-size: 24px;
    border-style: solid;
    border-width: 2px;
    border-color: #ae0a1f;
    border-radius: 24px;
    background-color: white;
    padding: 5px;
    float: left;
    position: relative;
    overflow: hidden;
}
.intervention_main ul > li > .circle > .fa, .intervention_desc ul > li > .circle > .fa{
    color: #ae0a1f;
    width: 30px;
    text-align: center;
}
.intervention_main ul > li > .circle > .fa-ban, .intervention_desc ul > li > .circle > .fa-ban{
    position: absolute;
    top: -14px;
    left: -10px;
    font-size: 70px;
    color: rgba(215,154,9,0.75);
}
.intervention_main ul > li > div, .intervention_desc ul > li > div{
    display: inline-block;
    float: left;
    padding-left: 8px;
    width: calc(100% - 50px);
    background-color: transparent;
    line-height: 17px;
}
.intervention_main ul > li > div > .title, .intervention_desc ul > li > div > .title{
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    color: #ae0a1f;
    font-size: 15px;
    margin-bottom: 2px;
}
.intervention_main ul > li > div > .desc, .intervention_desc ul > li > div > .desc{
    font-size: 14px;
}

ul.checklist > li{
    width: 22%;
}
ul.checklist > li > .circle{
    border-radius: 5px;
    font-size: 26px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.intervention_desc{
    font-size: 15px;
}
.intervention_desc table{
    border: none;
    border-collapse: collapse;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.intervention_desc tr{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
}
.intervention_desc td{
    border: none;
    text-align: center;
    font-size: 18px;
    padding: 15px;
    font-weight: 400;
}
.intervention_desc tr:nth-of-type(1) td:nth-of-type(1){
    visibility: hidden;
}
.intervention_desc tr:nth-of-type(1) td:nth-of-type(2){
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CCCCCC;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CCCCCC;
}
.intervention_desc td:nth-of-type(1){
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CCCCCC;
    color: #868686;
    text-align: left;
    text-transform: lowercase;
}
.intervention_desc td:nth-of-type(2){
    background: #ae0a1f;
    background: #ae0a1f;
    background: #ae0a1f;
    background: #ae0a1f;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae0a1f', endColorstr='#ae0a1f',GradientType=1 );
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CCCCCC;
    color: white;
    width: 20%;
}

.intervention_desc h2, .intervention_main h2{
    text-transform: uppercase;
    color: #ae0a1f;
}

.block_content .menu-uslugi-container{
    border: none !important;
    padding: 0 !important;
}
.block_content #menu-uslugi > li, .block_content #menu-uslugi > li .dropdown-menu{
    background-color: #F5F5F7;
    margin: 0;
    font-weight: 600;
    line-height: 16px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #F1F1F3;
}
.block_content #menu-uslugi > li .dropdown-menu > li{
    margin: 0;
}
.block_content #menu-uslugi > li > a, .block_content #menu-uslugi > li .dropdown-menu > li > a{
    color: #6f6f6f;
    text-decoration: none;
    padding: 13px;
    padding-left: 10px;
    padding-right: 30px;
    display: block;
    transition-duration: 0.2s;
    white-space: initial;
    text-transform: lowercase;
}
.block_content #menu-uslugi li{
    text-transform: lowercase;
}
.block_content #menu-uslugi li::first-letter{
    text-transform: uppercase;
}
.block_content #menu-uslugi > li > a:hover, .block_content #menu-uslugi > li .dropdown-menu > li > a:hover{
    color: #ae0a1f;
}
.block_content #menu-uslugi > li > a:after, .block_content #menu-uslugi > li .dropdown-menu > li > a:after{
    content: '';
    background-image: url(../images/arrow.png);
    position: absolute;
    right: 10px;
    top: 12px;
    width: 15px;
    height: 20px;
}
.block_content #menu-uslugi > li.current_page_item > a, .block_content #menu-uslugi > li .dropdown-menu > li.current_page_item > a{
    color: #ae0a1f;
    background-color: #FBFBFD;
}
.block_content #menu-uslugi > li .dropdown-menu{
    position: initial;
    max-width: 100%;
    background-color: white;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.block_content #menu-uslugi > li.current-menu-parent .dropdown-menu{
    display: block !important;
    height: auto !important;
}

@media screen and (max-width: 1500px) {
    .services_container{
        margin-left: 300;
    }
}

@media screen and (max-width: 1260px) {
    .intervention_main{
        width: 100% !important;
        margin-left: 0;
    }
    .intervention_main ul > li, .intervention_desc ul > li{
        width: calc(50% - 32px);
    }
    .intervention_phone span{
        width: 45%;
    }
    .intervention_desc table{
        width: 100%;
    }
    
    .vc_custom_1507645484095 {
        padding-top: 150px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 999px){
    .vc_wp_custommenu #menu-uslugi > li{
        width: calc(50% - 25px);
    }
    .services_container{
        max-width: 600px;
        position: absolute;
        margin-left: 300px;
        margin-right: auto;
    }

    #map_desc{
        position: absolute;
        text-align: center;
        width: 100%;
    }
    .vc_custom_1507645484095{
        padding-top: 200px;
        padding-bottom: 80px;
    }
    .number{
        font-size:20px;
        font-weight: bold;
    }
    .tel {
        font-size:20px;
    }
    strong {
        font-size: 12px;
    }
    /*
    .vc_empty_space {
        height: 142px;
    }
    */
}

@media only screen and (max-width: 782px){
    .intervention_main ul > li, .intervention_desc ul > li{
        width: 100%;
    }
    .intervention_phone span{
        width: 100%;
    }
    .intervention_desc td{
        padding: 5px;
        font-size: 15px;
    }
    .vc_custom_1507645484095{
        padding-top: 300px;
        padding-bottom: 100px;
    }
    strong {
        font-size: 12px;
    }
/*    .vc_empty_space {
        height: 162px;
    }*/
}