/*
Theme Name: Avados
Theme URI: //themeforest.net/item/avados-car-service-wordpress-theme/20176884
Author: Number One
Author URI: //themeforest.net/user/number_one/portfolio
Description: Car Service WordPress Theme.
Version: 1.0
Create: 17.06.2017
Update: 07.07.2017
License: Regular License
License URI: //themeforest.net/licenses/terms/regular
Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: avados
Domain Path: /languages
*/

/* Car Service - One Page Landing Page */
/************ TABLE OF CONTENTS ***************

1.  Fonts
2.  Reset
3.  Global Settings
4.  Column style
5.  Main Header style
6.  Advantages
7.  Services
8.  How can we help
9.  Rewiev
10. Why Choose Certified Service
11. We service most makes and models
12. Carusel (Slider)
13. Contact
14. Footer
15. Shortcodes
15. Responsive Style



/*** 

====================================================================
	Global Settings
====================================================================

 ***/




html {
	 margin: 0;
    padding: 0;

}
body {
   
    font-size: 15px;
        font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
   font-weight: 500;
    line-height: 1.3;
    
}

*{
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
section {
    position: relative;
    background: #fff;
}
section:after,
section:before {
    display: table;
    content: " ";
    clear: both;
}
section:after {
    clear: both;
}

ul {
    list-style-position: inside;
    padding-bottom: 20px;
}

ul li {

}

/* preloader style start */
.loader {
position : fixed;
z-index : 1200;
display : table;
height : 100%;
width : 100%;
}
.preloader-bg {
    background-color: #fff;
}
.loader-inner {
display : table-cell;
text-align : center;
vertical-align : middle;
}
#spinner.active {
display : block;
}
#spinner {
width : 190px;
top : 0;
bottom : 0;
left : 0;
right : 0;
margin : auto;
z-index : 1;
}

/*!
 * Load Awesome v1.1.0 (//github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-scale-multiple,
.la-ball-scale-multiple > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.la-ball-scale-multiple {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-ball-scale-multiple.la-color {
    color: #5fc0c5;
    margin: auto;
}
.la-ball-scale-multiple > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-scale-multiple {
    width: 32px;
    height: 32px;
}
.la-ball-scale-multiple > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
       -moz-animation: ball-scale-multiple 1s 0s linear infinite;
         -o-animation: ball-scale-multiple 1s 0s linear infinite;
            animation: ball-scale-multiple 1s 0s linear infinite;
}
.la-ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: .2s;
       -moz-animation-delay: .2s;
         -o-animation-delay: .2s;
            animation-delay: .2s;
}
.la-ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: .4s;
       -moz-animation-delay: .4s;
         -o-animation-delay: .4s;
            animation-delay: .4s;
}
.la-ball-scale-multiple.la-sm {
    width: 16px;
    height: 16px;
}
.la-ball-scale-multiple.la-sm > div {
    width: 16px;
    height: 16px;
}
.la-ball-scale-multiple.la-2x {
    width: 64px;
    height: 64px;
}
.la-ball-scale-multiple.la-2x > div {
    width: 64px;
    height: 64px;
}
.la-ball-scale-multiple.la-3x {
    width: 96px;
    height: 96px;
}
.la-ball-scale-multiple.la-3x > div {
    width: 96px;
    height: 96px;
}
/*
 * Animation
 */
@-webkit-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@-moz-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -moz-transform: scale(0);
             transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1);
             transform: scale(1);
    }
}
@-o-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -o-transform: scale(0);
           transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -o-transform: scale(1);
           transform: scale(1);
    }
}
@keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
           -moz-transform: scale(0);
             -o-transform: scale(0);
                transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
}
/*preloader finish*/

.wrapp {    
    overflow: hidden;
}

 p {
    margin: 0 0 15px 0;
	    line-height: 1.3;
}
address {
    margin: 0 0 15px 0;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 19px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 15px 0;
	   
}
a {
    text-decoration: none;
    color: #5fc0c5;
    font-weight: 800;
}
a:hover {
    text-decoration: none;
       color: #5fc0c5;
}
a,
a:hover,
a:focus,
button,
button:hover {
    outline: 0;
    text-decoration: none;
    
}
.double-a a{
margin: 0 15px !important; 
}
b,
strong {
    font-weight: 800;
}
hr {
    color: #f2f2f2;
    background-color: #f2f2f2;
    border: 0px none;
    height: 1px;
    clear: both;
    margin: 30px 0;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
/*dl*/
dl {
    margin: 0 20px;
}
dt {
    font-weight: 700;
    padding: 5px 0;
}
dd {
    padding: 5px 0;
}
ol {
    list-style-position: inside;
}
ol  {
    padding: 0;
}
ol > li {
    padding: 5px 0 5px 40px;
}
ol > li > ol  {
    padding: 0;
}
ol > li > ol > li {
    padding: 5px 0 5px 40px;
}
ol > li > ol > li:last-child {
padding-bottom: 0;
}
pre,
code {
     overflow: auto;
    background: #f8f8f8;
    padding: 20px;
    margin: 20px 0;
    font-size: 13px;
    width: 100%;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    /* clear: both; */
    /* display: block; */
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
.color-text {
    color: #5fc0c5;
}
.color-bg {
    background-color: #5fc0c5;
}
/*** 

====================================================================
	Button style
====================================================================

***/

.btn,
.form-submit .submit {
     position: relative;
    display: inline-block;
    padding: 6px 15px;
    text-align: center;
    font-weight: 800;
    overflow: hidden;
    margin: 0 auto;
    vertical-align: middle;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: #5fc0c5;
    color: #fff;
    border-bottom: 3px solid #42a7ad;
        border-radius: 2px;
}
.btn:last-child {
    margin-right: 0;
}
.btn:before,
.form-submit .submit:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;
}
.btn:hover.btn:before,
.form-submit .submit:hover.form-submit .submit:before {
    left: 110%;
    -webkit-transition: left 0.6s ease;
    -moz-transition: left 0.6s ease;
    transition: left 0.6s ease;
}
.btn:hover,
.form-submit .submit:hover {
    opacity: 0.9;
color: #fff;
}
.btn:active,
.form-submit .submit:active {
       opacity: 0.9;
color: #fff;
}
.btn-border-black {
  border: 1px solid #222;
color: #222;
    background-color: transparent;
    }
    
.btn-border-white {
border: 1px solid #fff;
color: #fff;

position: relative;
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    letter-spacing: 1px;
   
    overflow: hidden;
    margin: 0 auto;
    vertical-align: middle;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    cursor: pointer;
}
.btn-border-white:hover {
color: #fff;
}
.btn-100 {
    width: 100%;
}
.clear {
    clear: both;
    overflow: hidden;
}
.container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
.container:after,
.container:before {
    display: table;
    content: " ";
}
.container:after {
    clear: both;
}

.container960 {
    max-width: 960px;
}
.row {
    margin: 0 -15px;
}
.row:after,
.row:before {
    display: table;
    content: " ";
    clear: both;
}
.row:after {
    clear: both;
}
.line-white {
    background-color: #fff;
    clear: both;
    height: 1px;
    max-width: 80px;
    margin: 10px auto;
}
.line-color {
    background-color: #5fc0c5;
    clear: both;
    height: 1px;
    max-width: 80px;
    margin: 10px auto;
    position: relative;
}
.line-color:before {
    content: "";
    background-color: inherit;
    height: 1px;
    width: 40px;
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
}
.line-orange:after {
    content: "";
    background-color: inherit;
    height: 1px;
    width: 40px;
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
}
.title-white {
    font-size: 36px;
    text-align: center;
    color: #fff;
    line-height: 1.3;
    font-family: 'Noto Serif', serif;

}


.title-black {
    font-size: 36px;
    text-align: center;
    color: #053763;
    line-height: 1.3;
    margin-bottom: 10px;
    font-family: 'Noto Serif', serif;
}
.title {
    font-family: 'Noto Serif', serif;

}
.single-price .single-post-style {
  text-align: center;
}
.single-price .title-white {
    max-width: 700px;
    margin: 0 auto 20px;
            font-weight: 700;
   
}

.priec-header  {
	
}
.price-wrapp {
  background: #fff;
    color: #25394a;
    padding: 0 22px !important;
}
.price-wrapp h1{
margin-top: 5px;
}
.single-price-bg .title-white {

  
}
.bg-gray {
background-color: #f6f7fb;
}

p~div {
margin: 0;
}

.padding-st{
padding: 3% 0;
}
.overflow-visible {
    overflow: visible !important;
    }





.shadow {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

ul.circle {
margin-bottom: 20px;
}
 ul.circle li {
    list-style-type: none;
}
ul.circle li {
    padding: 0 0 0 35px;
    position: relative;
}
ul.circle li:before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #5fc0c5;
    top: 10px;
    left: 15px;
}
.popup-title {
font-size: 28px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 15px;
}
.popup-subtitle {
    text-align: center;
    line-height: 1.3;
    margin-bottom: 40px;
}
.popup-footer {
    text-align: center;
    color: #888;

}
.subtitle-white {
    font-size: 18px;
    text-align: center;
    color: #fff;

    margin-bottom: 50px !important;
    max-width: 600px;
    margin: auto;
}
.subtitle {
    font-size: 18px;
    text-align: center;
    padding-bottom: 50px;

max-width: 600px;
    margin: auto;
}
.subtitle-black {
    font-size: 18px;
    text-align: center;

    margin-bottom: 30px;
    color: #000;
    margin-bottom: 50px !important;
max-width: 600px;
    margin: auto;
}

.text-white {
    color: #fff;
}
.link-white {
    color: #fff !important;
    border-bottom: 1px dashed #fff;
    padding-bottom: 2px;
}
.link-black {
    color: #000 !important;
    border-bottom: 1px dashed #000;
    padding-bottom: 2px;
}


img {
    max-width: 100%;
    height: auto;
}
.bg {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    z-index: -1;
}
.alignleft {
    float: left;
    margin: 5px 15px 5px 0;
}
.alignright {
    float: right;
    margin: 5px 0 5px 15px;
}
.aligncenter {
    margin: 20px auto;
    display: block;
}
.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
.wp-caption-text {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 14px;
    padding: 0.5em 0;
}
.max-width-700 {
    max-width: 700px;
}
/*them check*/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
/**
 * 14.2 Galleries
 */

.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
/*** 

====================================================================
	Column style
====================================================================

***/

.col-2 {
    width: 50%;
    padding: 0 15px;
    float: left;
    min-height: 1px;
    position: relative;
}
.col-3 {
    width: 33.33%;
    padding: 0 15px;
    float: left;
    min-height: 1px;
    position: relative;
}
.col-4 {
    width: 25%;
    padding: 0 15px;
    float: left;
    min-height: 1px;
    position: relative;
}
.col-5 {
    width: 20%;
    padding: 0 15px;
    float: left;
    min-height: 1px;
    position: relative;
}
.col-6 {
    width: 16.666%;
    padding: 0 15px;
    float: left;
    margin-bottom: 20px;
    min-height: 1px;
    position: relative;
}
.col-7 {
    width: 66.66666667%;
    padding: 0 15px;
    float: left;
}

.col-7 {
    width: 66.66666667%;
    padding: 0 15px;
    float: left;
}


.col-15 {
    width: 15%;
    padding: 0 15px;
    float: left;
}
.col-60 {
    width: 60%;
    padding: 0 15px;
    float: left;
}
.col-25 {
    width: 25%;
    padding: 0 15px;
    float: left;
}
.col-100 {
    width: 100%;
    padding: 0 15px;
}
.page-content {
    width: 75%;
    padding: 0 15px;
    float: left;
    min-width: 1px;
}
.page-content ul  {
    padding: 0;
}
.page-content ul > li {
    display: block;
    padding: 5px 0 5px 40px;
}
.page-content ul > li > ul  {
    padding: 0;
}
.page-content ul > li > ul > li {
    display: block;
    padding: 5px 0 5px 40px;
}
.page-content ul > li > ul > li:last-child {
padding-bottom: 0;
}
.page-content ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 10px;
    font-size: initial;
    color: #5fc0c5;
}

.wpb_text_column ul {
	    margin-bottom: 20px;
}
.wpb_text_column ul li {
    list-style-type: none;
    position: relative;
    padding: 6px 0 6px 15px;
}
.wpb_text_column ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 10px;
    font-size: initial;
    color: #5fc0c5;
    position: absolute;
    left: 0;
    top: 2px;
}
.sidebar {
    width: 25%;
    padding: 0 15px;
    float: left;
    min-width: 1px;
}
.sidebar ul {} 





.sidebar ul > li {
 display: block;
padding: 5px 10px 5px 6px;
}
.sidebar ul > li > ul  {
    padding: 0;
}
.sidebar ul > li > ul > li {
display: block;
padding: 5px 10px 5px 6px;
}
.sidebar ul > li > ul > li:last-child {
padding-bottom: 0;
}

.sidebar ul li a {
    color: #222;

}
.sidebar ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 10px;
    font-size: initial;
    color: #5fc0c5;
}
.avados_sidebar_widget {
    margin-bottom: 20px;
    position: relative;
}
/*news widget*/

ul.latestnews li {
    padding: 10px 0;
}
ul.latestnews li:last-child {
    border: 0;
}
ul.latestnews li a:before {
    display: none;
}
.newtitle {
   
    font-size: 16px;
}
.newsdate {
    font-size: 12px;
    color: #747474;
    padding: 5px 0;
}
/*search widget*/
body div.asp_m.asp_m_1,
body #ajaxsearchlite1 .probox, div.asl_w .probox{
  border: 3px solid #FFC107 !important;
}


.searchform .search-table {
    position: relative;
    display: table;
    width: 100%;
        border: 3px solid #FFC107;
}
.searchform .search-field {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.searchform .search-field input {
    border: 0;
    border-radius: 5px 0 0 5px;
}
.searchform .search-button {
background: #efefef;
    border: 0;
    position: absolute;
    border-radius: 0 5px 5px 0;
    right: 0;
     padding: 0 15px;
    top: 0;
    bottom: 0;
    color: #848484;
        cursor: pointer;
}
.searchform .search-btn input {
    background: rgba(228, 228, 228, 0.77);
    border: 0;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    z-index: 3;
}
.searchform .search-btn:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: initial;
    position: absolute;
    color: #000000;
    z-index: 2;
    line-height: 40px;
    display: block;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
}
/*search in menu*/
.prettyMenu li.search {
cursor:pointer;
}
#fullscreensearch {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate(0px,-100%) scale(0,0);
    -moz-transform: translate(0px,-100%) scale(0,0);
    -o-transform: translate(0px,-100%) scale(0,0);
    -ms-transform: translate(0px,-100%) scale(0,0);
    transform: translate(0px,-100%) scale(0,0);
    opacity: 0;
}
#fullscreensearch.open {
    -webkit-transform: translate(0px,0px) scale(1,1);
    -moz-transform: translate(0px,0px) scale(1,1);
    -o-transform: translate(0px,0px) scale(1,1);
    -ms-transform: translate(0px,0px) scale(1,1);
    transform: translate(0px,0px) scale(1,1);
    opacity: 1;
    z-index: 100!important;
} 
#fullscreensearch .close-open-btn {
    font-size: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
        color: #a0a0a0;
}
#fullscreensearch .close-open-btn i {
padding: 0;
}
/* RSS widget */
.widget_rss ul li {
padding: 0 0 25px 0;
}

.widget_rss .rsswidget {
    font-weight: 900;
    padding-bottom: 5px;
    display: inline-block;
}
.widget_rss .rsswidget:before {
display: none;
}
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}



/* tags widget */

.tagcloud a {
    font-size: 13px;
    display: inline-block;
    padding: 0 10px;
    min-height: 28px;
    line-height: 28px;
    border: 1px solid;
    border-color: #e0dede;
    margin: 2px 0;
    color: #222;
    transition: all .2s;
}
.tagcloud a:hover {
    color: #ffffff;
    background: #5fc0c5;
}
/*flickr widget*/

ul.flickr-widget {} ul.flickr-widget li {
    padding: 0;
    line-height: 0;
}
ul.flickr-widget li .flickr_badge_image {
    display: inline-block;
    padding: 0 2px 4px;
}
ul.flickr-widget li a {} ul.flickr-widget li a:before {
    display: none;
}
.flickr-title {
    line-height: 2;
}
/*blog*/
body.category {
background: #f8f8f8;
}
.blog-category {
    width: 100%;
    padding: 0 15px;
    float: left;
    min-width: 1px;
}
.blog-category ul.bloglist {
    list-style-type: none;
    
    display: -webkit-flex;
display: -ms-flexbox;
display: flex;

-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;

}
.blog-category ul.bloglist h3 {
    margin-top: 0;
}
.blog-category ul.bloglist h3 a {
    color: #222;
}
.blog-category ul.bloglist .read-more {
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    font-style: italic;
}
.blog-category ul.bloglist li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 35px;

}

.blog-category ul.bloglist li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.blog-category ul.bloglist li:last-child {
    border-bottom: 0;
}
.blog-category ul.bloglist li .item-content {

}

.blog-category .bloglist-img {
     margin: 0px 0px 20px 0;
    line-height: 0;
}
.blog-category .bloglist-expert {
    color: #585858;
}

.blog-category .bloglist-content {

}
/*sticy class*/

.sticky {
    background: #f8f8f8;
    padding: 30px;
}
/* Customizing And Styling The Password Protected Form */

.post-password-form {} .post-password-form input {
    margin-bottom: 10px;
}
.post-password-form label {
    font-weight: 700;
}
.post-password-form input[type="submit"] {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    letter-spacing: 1px;
   
    overflow: hidden;
    margin: 0 auto;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #5fc0c5;
    color: #fff;
    
    border: 1px solid transparent;
    background-color: #5fc0c5;
    color: #fff;
    
}
/*pagination in blog */

.navigation {
    text-align: center;
    margin-bottom: 40px;
}
.navigation .prev,
.navigation .nex {
    display: none;
}
.navigation .page-numbers {
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    color: #868686;
    padding: 4px 13px;
    margin: 0 3px;
}
.navigation .current {
    background: #5fc0c5;
    color: #fff;
    border: 1px solid #5fc0c5;
}
/* single post */

.single-post-block {
    width: 100%;
    padding: 0px;
    float: left;
    min-width: 1px;
}
.single-post-style ul {
    padding: 0 0 20px 0;
}

.single-post-style ul > li {
 display: block;
    padding: 0 0 0 40px;
}
.single-post-style ul > li > ul  {
    padding: 0;
}
.single-post-style ul > li > ul > li {
display: block;
    padding: 5px 0 5px 40px;
}
.single-post-style ul > li > ul > li:last-child {
padding-bottom: 0;
}
.single-post-style ul li a {} .single-post-style ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 10px;
    font-size: initial;
    color: #5fc0c5;
}

.single-post-style .title-page {
    font-size: 44px;
    text-align: center;
    line-height: 1.3;
    font-family: 'Noto Serif', serif;
    color: #3f4e65;
    padding-top: 50px;
    padding-bottom: 50px;
}
/*single post navigation */

.post-navigation {
    border-top: 1px solid #efefef;
    padding-top: 20px;
}
.post-navigation .nav-links {} .post-navigation .nav-links .nav-previous {
    float: left;
}
.post-navigation .nav-links .nav-next {
    float: right;
}
.post-navigation .nav-links .meta-nav {} .post-navigation .nav-links .post-title {
    color: #333;
    font-weight: 600;
}
/*related post in single post */

.relatedposts {} .relatedthumb {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.relatedthumb img {
border-radius: 3px;
}
.relatedthumb:last-child {
    border-bottom: 0px solid #efefef;
}
ul.related-post {
    list-style-type: none;
}
ul.related-post li {
    padding: 0;
    display: block;
    clear: both;
}
ul.related-post li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul.related-post li a {
    margin: 0px 20px 5px 0;
}
ul.related-post li a:before {
    display: none;
}
ul.related-post .related-title {}
/*single post meta */

.metapost {
    font-size: 14px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
    margin: 20px 0;
    color: #585858;
}
.metapost a {
   
}
.metapost a:hover {
    color: #0094D6;
}
.metapost span {
word-wrap: break-word;
    font-weight: 900;
} .postdate {} .postedby .postedon {} .postedon a {
    padding: 0 0 0 5px;
}
.postcomment {} .postindicator {} .comment-body {
    display: inline;
}
.comment-body:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
width: 33.33%;
float: left;
padding: 0 10px;
}
.bypostauthor {
    border-right: 5px solid #f8f8f8;
}
/*pinglist*/

ul.pinglist {} ul.pinglist li {
    list-style-type: none;
    padding: 5px 0;
}
ul.pinglist li:before {
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 10px;
    font-size: initial;
    color: #5fc0c5;
}
ul.pinglist li a {
    color: #333;
}
/*comments */

#comments #comments {
    list-style-type: none;
}
#comments li {
    padding: 20px;
    list-style-type: none;
}
#comments li.pingback {
    padding: 5px;
}
#comments .comment-body li {
    padding: 5px 30px;
}
#comments .comment-body li:before {
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 10px;
    font-size: initial;
    color: #5fc0c5;
}
#comments li .avatar {
    float: left;
    margin: 0 20px 10px 0;
    border-radius: 50%;
    border: 1px solid #efefef;
    padding: 5px;
}
#comments li h4 {
    margin: 0 0 15px 0;
}
#comments .comment-author {
    font-size: 17px;
    font-weight: 700;
}
#comments .comment-author .fn a {} #comments .comment-author .says {} #comments .commentmetadata a {
    color: #555;
    font-size: 13px;
    margin: 10px 0;
    display: inline-block;
}
#comments p {} #comments .reply {} .form-submit .submit {
    margin-top: 15px;
}
.nocomments {
    background: #ffdfdf;
    text-align: center;
    padding: 20px;
    font-weight: 700;
    margin: 30px 0;
}
/*404*/

.error-page {
    padding-bottom: 100px;
}
.error-page-subtitle {
    text-align: center;
    padding-bottom: 50px;
}
/*calendar */

.calendar_wrap {} .calendar_wrap table {
    text-align: center;
}
.calendar_wrap table td {
    padding: 10px 0;
}
.calendar_wrap table th {
    padding: 15px 5px;
}
.calendar_wrap caption {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
}
.docs-example .one div,
.docs-example.docs-example .two div,
.docs-example .three div,
.docs-example .four div,
.docs-example .five div,
.docs-example .six div,
.docs-example .seven div,
.docs-example .eight div,
.docs-example .nine div,
.docs-example .ten div,
.docs-example .eleven div,
.docs-example .twelve div {
    background: #EEE;
    text-align: center;
    border-radius: 4px;
    font-size: 1rem;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    margin-bottom: .75rem;
    font-weight: 600;
    letter-spacing: .1rem;
    margin-bottom: 1.5rem;
}
.one {
    width: 10%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}
.two {
    width: 15%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}
.three {
    width: 20%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}
.four {
    width: 30%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}
.five {
    width: 40%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}
.six {
    width: 50%;
    padding: 0 15px;
    float: left;
    min-height: 1px;
    position: relative;
}
.seven {
    width: 60%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}
.eight {
    width: 70%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}
.nine {
    width: 80%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}
.ten {
    width: 85%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}
.eleven {
    width: 90%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}
.twelve {
    width: 100%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}
/*** 

====================================================================
	Main Header style
====================================================================

***/


.sub_header .obratnu-zv {
    border: 1px solid #97d0d5;
    border-radius: 6px;
    margin-left: 10px;
    padding: 10px;
}

.sub_header a {
    color: #000;
    font-weight: 500;
}

.sub_header i {
vertical-align: middle;
    color: #03bfc4;
    padding-right: 5px;
}

.sub_header {
padding: 13px 0 0 0;
    border-bottom: 1px solid #efefef;
    font-size: 13px;
    background: #f6f7fb;

}
.sub_header .fa {
    font-size: 18px;
    vertical-align: middle;
}
.sub_header p {
    vertical-align: middle;
    margin: 0;
    display: inline-block;
}
.sub_header .col-2 {
    margin: 0 0 10px 0;
    padding: 0;
}
.sub_header .left_block {
    text-align: left;
}
.sub_header .right_block {
    text-align: right;
}
.sub_header .right_block i:nth-child(2n) {
    margin-left: 30px;
}
.sub_header_dark {
    background: #313131;
    padding: 5px 0;
    color: #fff;
}
.sub_header_dark .left_block {
    text-align: left;
    margin-top: 5px;
}
.sub_header_dark .right_block {
    text-align: right;
    margin-top: 5px;
}
.sub_header_dark .logo {
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
}
.scroll_header.sub_header_dark.scrollMenu {
    background: #222;
}
.sub_header_dark .logo span {} .sub_header_dark .fa {
    font-size: 18px;
    vertical-align: middle;
}
.sub_header_dark p {
    margin: 0;
    display: inline-block;
}
.sub_header_2 {
    border: 0;
    color: #fff;
    padding: 10px 0;
    font-weight: 400;
}
.sub_header_2 .row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sub_header_2 .btn {
    padding: 5px 10px;
}
.sub_header_2 .btn:last-child {
    margin-left: 10px;
}
.social .fa {
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 0 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.social a:hover .fa {
    opacity: .6
}
.social .fa-pinterest,
.social .ti-pinterest-alt,
.social .ti-pinterest {
    color: #cb2027;
}
.social .fa-rss {
    color: #f26522;
}
.social .fa-facebook,
.social .ti-facebook {
    color: #3b5998;
}
.social .fa-twitter,
.social .ti-twitter-alt {
    color: #00aced;
}
.social .fa-flickr,
.social .ti-flickr-alt {
    color: #ff0084;
}
.social .fa-dribbble,
.social .ti-dribbble {
    color: #ea4c89;
}
.social .fa-behance {
    color: #42a9fb;
}
.social .fa-linkedin,
.social .ti-linkedin {
    color: #007bb6;
}
.social .fa-vimeo-square,
.social .ti-vimeo-alt {
    color: #23b6ea;
}
.social .fa-youtube {
    color: #bb0000;
}
.social .fa-tumblr,
.social .ti-tumblr-alt {
    color: #32506d;
}
.social .fa-github-alt {
    color: #333333;
}
.social .fa-google-plus,
.social .ti-google {
    color: #dd4b39;
}
.social .fa-instagram,
.social .ti-instagram {
    color: #517fa4;
}
.social .fa-soundcloud,
.social .ti-soundcloud {
    color: #f80;
}
/* menu line style  */

@media (min-width: 1024px) {

.hide-on-laptop{
display: none;
}
.hide-on-table{
display: none;
}

 



#menu ul > li > a:before {
          content: "";
    display: block;
    border-bottom: 2px solid;
    position: absolute;
    border-color: #5fc0c5;
    width: 75%;
    bottom: 28px;
    margin: 0 auto;
    z-index: -1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
    }
    .home #menu ul > li > a:before {
    border: 0;
    }
    #menu ul > li > a:before {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    #menu ul > li > a:hover::before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    /* current one page style */
    
    #menu ul > li > .current:hover:before {
        background-position: center right;
    }
    #menu ul > li > a.current:before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    #menu ul > li > .current:before {
        background-position: center right;
    }
    /* current default style */
    
    #menu ul > li > .current-menu-item:hover:before {
        background-position: center right;
    }
    #menu ul > li > a.current-menu-item:before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    #menu ul > li > .current-menu-item:before {
        background-position: center right;
    }
    #menu ul > li.current-menu-item > a::before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    #menu ul li.btn-menu a:before {
        display: none;
    }
    #menu ul ul li a:before {
        display: none;
    }
}
/*** 

====================================================================
	Header 1
====================================================================

 ***/

.header {
    position: relative;
   border-bottom: 1px solid #efefef;
    font-size: 13px;
    background: #f6f7fb;

 padding: 5px 0;
}

.menu-block {
    background: #60c6c6;
}   


.head-zv .obratnu-zv {
    display: inline-block;
    border: 1px solid #4b5768;
    background: #4b5768;
    color: #fff;
    border-radius: 6px;
    margin-left: 10px;
    padding: 10px;
}
.head-zv i {
    vertical-align: baseline;
    color: #03bfc4;
    padding-right: 10px;
}

.head-zv .tel {
      color: #000;
    font-weight: 500;
    font-size: 20px;
}
.head-zv .akcuii,
.sub_header .akcuii{
padding: 10px 25px 10px 51px;
    position: relative;
    margin-left: 10px;
    color: #ffffff;
    background: rgb(245,155,38);
    background: linear-gradient(90deg, rgba(245,155,38,1) 0%, rgba(245,131,38,1) 100%);
    border: 1px solid #f58326;
    -webkit-box-shadow: 0 10px 15px 0 rgba(245,131,38,0.15);
    box-shadow: 0 10px 15px 0 rgba(245,131,38,0.15);
    border-radius: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.head-zv .akcuii:before,
.sub_header .akcuii:before {
    content: '';
    margin-top: -10.5px;
    position: absolute;
    left: 12px;
    top: 50%;
    width: 26px;
    height: 21px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIzOTIuOXB4IiBoZWlnaHQ9IjMwOS44cHgiIHZpZXdCb3g9IjAgMCAzOTIuOSAzMDkuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzkyLjkgMzA5Ljg7IiB4bWw6c3BhY2U9InByZXNlcnZlIg0KCT4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzg2LjIsMTc0LjZsLTM1LjgtMjQuOWMtMy44LTIuNi05LTEuNy0xMS42LDIuMWMtMi42LDMuOC0xLjcsOSwyLjEsMTEuNmwzNS44LDI0LjljNS40LDMuMywxMCwwLjIsMTEuNi0yLjENCgkJCUMzOTEsMTgyLjUsMzkwLjEsMTc3LjMsMzg2LjIsMTc0LjZMMzg2LjIsMTc0LjZ6IE0zODYuMiwxNzQuNiIvPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzQ2LjksNzguNkwzODcsNjEuNGM0LjItMS44LDYuMi02LjcsNC4zLTExYy0xLjgtNC4yLTYuNy02LjItMTEtNC4zbC00MC4xLDE3LjNjLTUuNiwyLjgtNS40LDguNC00LjMsMTENCgkJCUMzMzcuNyw3OC42LDM0Mi42LDgwLjUsMzQ2LjksNzguNkwzNDYuOSw3OC42eiBNMzQ2LjksNzguNiIvPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjcwLjUsNTguNlY4LjJjLTEuNS0xMC4yLTkuOS05LjMtMTUuNC01LjhjLTU0LDI2LjMtMTEwLjYsMzcuMy0xNjMuOCwzMS41Yy01LjUtMC42LTExLjEtMC42LTE2LjYtMC4xDQoJCQlDMzQuMSwzNy41LDIsNzEuMSwwLjEsMTEyYy0xLDIyLjgsNyw0NC40LDIyLjcsNjAuOWM5LjEsOS42LDIwLjEsMTYuNiwzMi4yLDIwLjlsMjAuMiw4Ni43YzMuOCwxNS45LDE5LjQsMjguNCwzNS4yLDI4LjQNCgkJCWMyNy4xLDAsMjYuOS0yMy44LDI0LjktMzIuMmwtMTguNC03OS4zYzQ5LjIsMC41LDk0LjQsMTAuNiwxMzQuNiwzMC4yYzAsMCwxNi43LDExLjQsMTktNC4xdi01MC40YzI4LTQuMSw0OS41LTI4LjIsNDkuNS01Ny4zDQoJCQlDMzIwLDg2LjgsMjk4LjUsNjIuNiwyNzAuNSw1OC42TDI3MC41LDU4LjZ6IE0xMTksMjgwLjRDMTE5LDI4MC41LDExOSwyODAuNSwxMTksMjgwLjRjMC44LDMuNCwwLjYsMTEuOC04LjYsMTEuNw0KCQkJYy04LjMtMC4yLTE3LTcuMS0xOS0xNS41bC0xOC4yLTc4LjRoMjYuN0wxMTksMjgwLjR6IE0yNTMuOCwyMTAuM2MtNDIuMy0xOS43LTg5LjUtMjkuNi0xNDAuNi0yOS42Yy04LjcsMC0xNy41LDAuMy0yNi40LDAuOQ0KCQkJYy0xOS41LDEuNC0zOC40LTYuMS01MS45LTIwLjJjLTEyLjYtMTMuMS0xOS0zMC40LTE4LjItNDguNmMxLjUtMzIuNiwyNy4xLTU5LjQsNTkuNS02Mi40YzQuNS0wLjQsOS0wLjQsMTMuNCwwLjENCgkJCWM1My4zLDUuOCwxMTAtNC4zLDE2NC4yLTI5VjIxMC4zeiBNMjcwLjUsMTU2LjJWNzUuNWMxOC43LDMuOCwzMi45LDIwLjUsMzIuOSw0MC40QzMwMy40LDEzNS44LDI4OS4zLDE1Mi40LDI3MC41LDE1Ni4yDQoJCQlMMjcwLjUsMTU2LjJ6IE0yNzAuNSwxNTYuMiIvPg0KCTwvZz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzQzLjUsMTI0LjJoNDAuMmM0LjYsMCw4LjMtMy44LDguMy04LjNjMC00LjYtMy44LTguMy04LjMtOC4zaC00MC4yYy00LjYsMC04LjMsMy44LTguMyw4LjMNCgkJQzMzNS4yLDEyMC41LDMzOC45LDEyNC4yLDM0My41LDEyNC4yTDM0My41LDEyNC4yeiBNMzQzLjUsMTI0LjIiLz4NCjwvZz4NCjwvc3ZnPg0K) no-repeat 0 0 / 100%;
}

.header .col-7 {
    padding-right: 0;
}

.header .head-logo {
    width: 270px;
    padding: 0px 20px 0px 20px;
    display: inline-block;
    color: #000;
    position: relative;
    top: 10px;
}

/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

.scroll_header .logo {
    line-height: 0;
    max-width: 250px;
}
@media (max-width: 768px) {
    .scroll_header .logo {
    max-width: 67%;
    }
}
.logo span {
    color: #5fc0c5;
}
.logo img {
    vertical-align: middle;
        max-height: 60px;
}
.scrollMenu .logo img {} .mobile-header {
    width: 100%;
    text-align: center;
    text-align: center;
    display: block;
}
.mobile-header .col-left {
    width: 15%;
    float: left;
    padding: 20px 0;
    border-right: 1px solid #efefef;
}
.mobile-header .col-center {
    width: 70%;
    float: left;
    padding: 20px 0;
}
.mobile-header .col-right {
    width: 15%;
    float: left;
    line-height: 0;
    padding: 20px 0;
    border-left: 1px solid #efefef;
}
.mobile-header a.col-right {
    color: #000;
    font-size: 18px;
}
.navicon-line {
    width: 24px;
    height: 2px;
    border-radius: 1px;
    margin: 3px auto 0;
    background-color: #000;
}
.mobile-header .logo {
    width: 140px;
    height: 16px;
    display: block;
    background: url("../img/logo-black.png") no-repeat center center;
    margin: auto;
    position: relative;
    background-size: cover;
}
.white-logo {
    display: none;
}
.scrollMenu .white-logo {
    display: inline-block;
}
.header-absolute .black-logo {
    display: none;
}
.header-absolute.scrollMenu .white-logo {
    display: none;
}
.header-absolute.scrollMenu .black-logo {
    display: inline-block;
}
.header-absolute .white-logo {
    display: inline-block;
}
.header-absolute .scrollMenu .white-logo {
    display: none;
}
.header-absolute .scrollMenu .black-logo {
    display: inline-block;
}

.header1 .nav-collapse {
    margin-left: 0;
}
.header-3 {
    padding: 20px 0;
    background: #fff;
}
.header-3 .col-left {
    float: left;
    width: 50%;
    text-align: left;
}
.header-3 .col-right {
    float: right;
    width: 50%;
    font-weight: 600;
}
@media (min-width: 40em) {
    .header-3 .nav-collapse {
        margin-top: 10px;
        float: none;
    }
}
.header-3 .phone {
    font-size: 25px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: right;
}
.header-3 .nav-collapse {
    margin-left: 0;
}
.header-3.scrollMenu {} .call-back {
    float: right;
    color: #222;
    border-bottom: 1px dashed #222;
    text-transform: lowercase;
    letter-spacing: 7px;
}
@media screen and (max-width: 1024px) {
    .header-3 .col-left {
        float: none;
        width: 60%;
    }
    .header-3 .mobile-phone {
        top: 30px;
        bottom: 0;
        right: 0;
    }
    .header-3 .logo {
        margin-top: 0;
    }
    .header-3 .logo img {
        margin: 0;
    }
}
.header-8 {
    background: #fff;
}
.header-8 .logo {
    margin-left: 0;
}
.header-8 .nav-collapse {
    margin-left: auto;
}
.header-2 {
    background: #fff;
}
.header-2 .logo {
    padding-right: 20px;
}
.header-2 .nav-collapse {
    margin-right: auto;
}
.header-2 .phone {
    font-size: 22px;
}
.header-4 {
    background: #fff;
}
.header-4 .logo {
    padding-right: 20px;
}
.header-4 .nav-collapse {
    margin-right: auto;
    margin-left: auto;
}
.header-4 .social {
    font-size: 22px;
}
.scrollMenu a.logo {
    color: #000;
}
.mobile-home {
    background-position: 30% 50%;
    padding: 320px 0 50px 0;
    color: #FFF;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .6);
}
.mobile-home .title {
    font-size: 27px;
}
.mobile-home .subtitle {
    border-bottom: 1px dashed #fff;
    display: inline-block;
    color: #fff;
}
/* header absolute */


.header-absolute .logo {
    color: #fff;
}
.header-absolute .logo:hover {
    color: #fff;
}
.header-absolute scrollMenu,
.header-absolute.scrollMenu .logo:hover {
    color: #000;
}
.header-absolute .nav-collapse a {
    color: #fff;
}
.header-absolute.home21 .nav-collapse a {
    color: #000;
}
@media (max-width: 1024px) {
    .header-absolute .nav-collapse a {
        color: #000;
    }
}
.scrollMenu .nav-collapse a {
    color: #8e8e8e;
}
.scrollMenu .nav-collapse a.current {
    color: #000;
    padding-bottom: 4px;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
}
.header-absolute .nav-collapse a.order {
    color: #fff;
}
.header-absolute.scrollMenu .nav-collapse .active a {
    color: #5fc0c5;
}
@media (max-width: 1024px) {
    .header-absolute .white-logo {
        display: none;
    }
    .header-absolute .black-logo {
        display: block;
    }
    .header-6 {
        top: 0;
        width: 100%;
        background: #fff;
    }
    .header-absolute {
        top: 0;
        width: 100%;
        position: relative;
    }
    .header-absolute .logo {
        color: #000;
    }
    .header-absolute .logo:hover {
        color: #000;
    }
    .header-6 .nav-collapse a {
        color: #000;
    }
}
.scrollMenu {
    background-color: #fff !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    width: 100%;
    position: fixed !important;
    top: 0;
    z-index: 999;
}
@media only screen and (min-width: 768px) {
.admin-bar .scrollMenu {
    top: 32px;
}
}


/*** 

====================================================================
	Contact us
====================================================================

 ***/

.contact_form_error input::-webkit-input-placeholder,
.contact_form_error textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #fff;
}
.contact_form_error input::-moz-placeholder,
.contact_form_error textarea::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #fff;
}
.contact_form_error input:-ms-input-placeholder,
.contact_form_error textarea:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #fff;
}
.contact_form_error input:-moz-placeholder,
.contact_form_error textarea:-moz-placeholder {
    /* Firefox 18- */
    
    color: #fff;
}
input,
textarea {
    display: block;
    width: 100%;
    padding: 10px 15px;
    line-height: 1.5;
    background-color: #f8f8f8;
    background-image: none;
   border: 1px solid #ECEDEF;
    border-radius: 2px;
   
    transition: all .2s ease-out;
    color: #000;
}

input[type=text],
input[type=tel]{
background-color: #fff;
}


select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 15px;
    line-height: 1.5;
    background-color: #f8f8f8;
    background-image: none;
    border: 1px solid #f8f8f8;
    border-radius: 4px;
    font-size: 15px;
    transition: all .2s ease-out;
    color: #acacac;
}


.gray-bg textarea,
.gray-bg select  {
background: #fff;
}

.gray-bg input[type="submit"] {

}

input:focus,
textarea:focus,
select:focus {
    border-color: #b2dab3 !important;
}
select option {
    /* value not val */
}
select:active,
select:hover {
    color: #000;
}
input.input_contact_form_error,
textarea.input_contact_form_error {
    color: #fff;
}
#thanks-cf7{

 display: none;
}

body span.wpcf7-not-valid-tip {
   
    display: none !important;
}
input[type=checkbox].wpcf7-not-valid, input[type=file].wpcf7-not-valid, input[type=text].wpcf7-not-valid, body input[type=email].wpcf7-not-valid, body input[type=tel].wpcf7-not-valid, body textarea.wpcf7-not-valid, select.wpcf7-not-valid {
    border: 1px solid #ec3c06;
    background-color: rgb(255, 232, 232) !important;
    -moz-transition: background-color 0.8s 0.1s ease;
    -o-transition: background-color 0.8s 0.1s ease;
    -webkit-transition: background-color 0.8s 0.1s ease;
}


.wpcf7-checkbox,
.radio {
    display: block;
    margin: 10px 0 0;
}
.wpcf7-checkbox .wpcf7-list-item,
.radio .wpcf7-list-item {
    display: block;
}
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox],
.wpcf7-checkbox .wpcf7-list-item input[type=radio],
.radio .wpcf7-list-item input[type=checkbox],
.radio .wpcf7-list-item input[type=radio] {
    display: none;
}
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before,
.radio .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before,
.radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
    content: "\f0c8";
    color: #5fc0c5;
    font-size: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 15px;
    text-decoration: inherit;
    text-align: center;
}
.wpcf7-checkbox .wpcf7-list-item-label,
.radio .wpcf7-list-item-label {
    display: inline-block;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: normal;
    left: 15px;
    line-height: 14px;
    margin: 0 0 15px;
    position: relative;
}
.wpcf7-checkbox .wpcf7-list-item-label::before,
.radio .wpcf7-list-item-label::before {
    background: #ffffff;
    border: 1px solid #afafaf;
    border-radius: 3px;
    content: "";
    height: 15px;
    left: -25px;
    position: absolute;
    width: 15px;
}
.wpcf7-checkbox .wpcf7-list-item-label:hover,
.radio .wpcf7-list-item-label:hover {
    cursor: pointer;
}
.radio .wpcf7-list-item-label::before {
    border-radius: 100%;
}
/* end .wpcf7-list-item */

.contact .title {
    margin: 0 0 60px 0;
}
.contact {
    padding: 50px 0;
    color: #7E7E7E;
}
.contact.oblique_white_left_to_right_inside:after {
    background: #292929;
}
.contact ul li {
    list-style: none;
}
.data-list li,
.data-list-alt li {
    padding-left: 45px;
    padding-bottom: 30px;
    position: relative;
}
.data-list-alt li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 15px;
    padding-bottom: 15px;
}
.data-list .icon,
.data-list-alt .icon {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 130%;
    opacity: 0.4;
}
.data-list-alt li p {
    margin: 0;
}
.contact-title {
    font-size: 18px;
    font-weight: 700;
    margin: 35px 0;
}
.contact-style-2 {
    position: relative;
    z-index: 1;
}
.contact-style-2 .fa {
    position: absolute;
    z-index: -1;
    color: #eee;
    left: 0;
    right: 0;
    top: 8px;
    margin: auto;
}
.form-error-message {
    position: relative;
}
.form-error-message:after {
    content: "This field is required.";
    position: absolute;
    bottom: 0px;
    top: 0;
    left: -162px;
    margin: auto;
    display: table;
    z-index: 99;
    background-color: #ff3200;
    color: #fff;
   
    padding: 0 5px;
    border-radius: 3px;
}
.form-error-message:before {
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #ff3200;
    position: absolute;
    bottom: 0px;
    top: 0;
    left: -10px;
    margin: auto;
    padding: 0;
    height: 0px;
}
/*** 

====================================================================
	Map
====================================================================

 ***/

.map {
    padding: 0 0 80px 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 50px;
}
.embed-responsive-16by9 {
    padding-bottom: 33.25%;
}
.embed-responsive {
    overflow: visible;
}

.home .footer-copyright > div > div > .breadcrumbs {
    display: none;
}


.footer-widget{
    background-color: #f6f7fb;
    }
.footer_up {
    background: #000;
    padding: 40px 0;
}
.footer-up-car-repair {
    background: #000 url(../img/car-repair-footer-up-bg.jpg);
    background-size: cover;
    background-position: 50% 75%;
    padding-bottom: 15px;
}
.footer-up-taxi {
    background: #000 url(../img/taxi-footer.jpg);
    background-size: cover;
    background-position: 50% 50%;
    padding-bottom: 15px;
}
.car-wash-footer-up-bg {
    background: #000 url(../img/car-wash-footer-up-bg.jpg);
    background-size: cover;
    background-position: 50% 37%;
    padding-bottom: 15px;
}
.footer_up h4 {
    color: #fff;
    font-weight: 600;
}
.footer_up p,
.footer_up a {
    color: #d6d6d6;
}
.footer_up a:hover {
    color: #fff;
}
.footer_up .meta {
    display: block;
    margin-top: 10px;
    color: #fff;
}
.footer_up ul.white li {} .footer_up ul.white li:before {
    border: 1px solid #b8b8b8;
}
.footer-icons {
    list-style: none;
}
.footer-icons li {
    padding: 5px 0;
}
.footer-icons i {
    margin-right: 15px;
    width: 25px;
}
.subscribe {
    position: relative;
}
.subscribe i {
    position: absolute;
    right: 10px;
    top: 13px;
    color: #a9a9a9;
    cursor: pointer;
}
.subscribe_btn {
    width: 40px;
    height: 40px;
    text-indent: -5000px;
    border: 0;
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 9;
    background: transparent;
    cursor: pointer;
}
.footer-copyright {
    border-top: 1px solid #e8e8e8;
    color: #043663;
    padding: 10px 0;
    margin-top: 0px;
    background: #f6f7fb;
    font-size: 11px;
    text-align: center;
}
/*** 

====================================================================
	Footer
====================================================================

 ***/
 

.fa-instagram{ 
    width: 40px;
    height: 40px;
  background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  }

.footer {
    padding: 20px 0 0 0;
}
.copyright {
    max-width: 700px;
    margin: auto;
    }
    
     ul.social-network {
    list-style: none;
    display: block;
    padding: 25px 0 25px 0;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}
.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.social-circle li i {
     margin: 0;
    line-height: 43px;
    text-align: center;
}
.social-circle i {
    color: #fff;
    line-height: 58px;
    border-radius: 50%;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.social-circle i:hover {
    color: #fff;
}
#back-top a {
    color: #ffffff;
}
#back-top {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: fixed;
    bottom: 30px;
    right: 40px;
    padding: 5px;
    border-radius: 6px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: #5fc0c5;
    cursor: pointer;
    z-index: 999;
}
/*** 

====================================================================
	Shortcodes
====================================================================

 ***/
/* colums same height without js */

.colums_container_equal_height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.colums_item_equal_height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.statistics span {
    font-size: 34px;
}
.statistics-bottom .count {
    font-weight: 700;
    margin-top: 20px;
    display: block;
}
.statistics-bottom .statistics_title {
    text-transform: lowercase;
    display: block;
    font-size: 19px;
    padding-top: 6px;
   
    padding: 15px 0 5px 0;
}
.statistics-bottom .statistics_achieved {
    text-transform: lowercase;
    display: block;
    font-size: 14px;
    padding-top: 6px;
    letter-spacing: .5px;
}
.statistics i {
    font-size: 40px;
    color: #5fc0c5;
    margin-bottom: 20px;
    display: block;
}
.statistics-bottom {
    padding: 110px 0 150px 0;
}
.statistics-bottom .wrapp {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
    display: inline-block;
    padding: 25px 35px;
    border-radius: 5px;
}
.statistics-bottom .fa {
    font-size: 40px;
    text-align: center;
    display: block;
    color: #5fc0c5;
}
.wrapp-block {
    position: absolute;
    top: -70px;
}
@media screen and (max-width: 1024px) {
    .wrapp-block {
        position: relative;
        top: 0px;
    }
}
/* form */

.form-style-heading {
    font-weight: 700;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 15px;
    padding-bottom: 3px
}
.form-style label {
    display: block;
    margin: 0 0 15px;
    position: relative;
}
.form-style label>span {
    width: 100px;
    font-weight: 700;
    float: left;
    padding-top: 8px;
    padding-right: 5px
}
.form-style .input-field:focus,
.form-style .select-field:focus,
.form-style .tel-number-field:focus,
.form-style .textarea-field:focus {} .form-style .error {
    background: #FFE8E8;
    color: red;
    border-left: 3px solid red;
    padding: 5px 0 5px 10px;
}
.form-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #afafaf;
}
label i:before {
    content: '';
    border-left: 1px solid #efefef;
    padding-left: 10px;
}
.inline_contact_form label {
    display: inline-block;
    width: 16%;
    padding: 0 10px;
}
@media screen and (max-width: 1024px) {
    .inline_contact_form label {
        width: 100%;
        margin-bottom: 10px;
    }
}
.inline_contact_form input,
.inline_contact_form textarea,
.inline_contact_form select {
    display: inline-block;
    height: 40px;
    vertical-align: middle;
}
.inline_contact_form textarea {
    line-height: 18px;
}
.inline_contact_form button {
    font-size: 15px;
    width: 100%;
}
.error {
    background: #FFE8E8;
    color: red;
    border-left: 3px solid red;
    padding: 5px 0 5px 10px;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    padding: 8px 10px;
    vertical-align: middle;
    color: white;
    display: inline-block;
    border-radius: 3px;
}
.inputfile + label span.label {
    background: #f8f8f8;
    display: block;
    text-align: left;
    padding: 10px 15px;
    border-radius: 4px;
}
.inputfile + label {
    cursor: pointer;
    /* "hand" cursor */
}
.inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
    pointer-events: none;
    color: #a9a9a9;
   
}
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.no-js .inputfile + label {
    display: none;
}
.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
    color: #a9a9a9;
}
.success {
    padding: 60px 0;
}
.popup_icon i {
    display: block;
    width: 80px;
    height: 80px;
    margin: 20px auto 15px;
    border: 3px solid #2dbf5b;
    line-height: 74px;
    border-radius: 50%;
    font-size: 38px;
    text-align: center;
    color: #2dbf5b;
    background: transparent;
}
.popup_title {
    display: block;
    margin-bottom: 6px;
    color: #091d25;
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
}
.popup_subtitle {
    color: #6b777c;
    text-align: center;
    margin-bottom: 25px;
}
/* form end */

.white-popup-block {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 450px;
    margin: 40px auto;
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    z-index: 2;
}
.white-popup-block-map {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 750px;
    margin: 40px auto;
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    z-index: 2;
}
.white-popup-block-big {
    border: 1px solid #eee;
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 850px;
    margin: 40px auto;
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    z-index: 2;
}
.white-popup-block-right {
    border: 1px solid #eee;
    background: #fff;
    width: 100%;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    float: right;
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    z-index: 2;
}
.white-popup-block-left {
    border: 1px solid #eee;
    background: #fff;
    width: 100%;
    padding: 20px 30px;
    text-align: left;
    max-width: 450px;
    float: left;
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    z-index: 2;
}
.fix_background_on_scroll {
    background-attachment: fixed;
}
.light_font_style {
    font-family: 'Open Sans', sans-serif;
   
}
.normal_font_style {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.bold_font_style {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.shortcode_page .container {
    max-width: 960px;
}
.shortcode_page .scrollMenu {
    position: absolute;
}
.shortcode_page .menu_shortcode_page {
    position: relative;
    width: 100%;
    padding: 20px 0;
}
.shortcode_page .menu_shortcode_page .menu_inside {
    text-align: center;
    max-width: 250px;
    margin: auto;
}
.shortcode_page .menu_shortcode_page .menu_inside a {
    display: block;
    margin-bottom: 15px;
}
.shortcode_page .container1170 {
    max-width: 1170px;
    margin: auto;
}
.shortcode_page .btn {
    margin: 20px 5px 0px 5px;
    width: auto;
}
.select_color {
    padding: 60px 0;
    background: #f8f8f8;
}
.select_transparent {
    padding: 60px 0;
}
.select_color_2 {
    padding: 60px 0;
    background-color: #5fc0c5;
}
.highlight {
    color: #5fc0c5;
}
.medium_title {
    font-size: 32px;
}
.small_title {
    font-size: 22px;
}
.call_to_action_1 {
    background-color: #5fc0c5;
    padding: 30px 0;
}
.call_to_action_2 {
    background-color: #5fc0c5;
    padding: 30px 0;
}
.call_to_action_2 .title-white {
    text-align: left;
    font-weight: 200;
}
.call_to_action_2 .subtitle-white {
    text-align: left;
    font-size: 15px;
}
.call_to_action_2 i {
    font-size: 60px;
    color: #fff;
    display: block;
    float: left;
    margin-right: 10px;
}
.call_to_action_2 a {
    text-align: right;
    float: right;
}
blockquote {
    position: relative;
    margin: 20px 0;
    background: #f7f7f7;
    border: 1px solid #f0f0f0;
    border-left: 3px solid #e0e0e0;
    padding: 20px 25px;
   
}
blockquote.style_2 {
    border-right: 3px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
blockquote.style_3 {
    border-top: 3px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}


.tabs-maine {
    margin: 40px 0 20px 0;
}
.tabs__caption {
    list-style: none;
    position: relative;
    display: inline-block;
    height: 40px;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    background: #FFF;
    font: 19px/40px 'PT Sans Narrow', sans-serif;
    line-height: 40px;
    z-index: 2;
}
.tabs__caption li {
    float: left;
    display: inline;
    margin: 0;
    padding: 0 13px 1px 0px;
    color: #777;
    cursor: pointer;
    background: #F9F9F9;
    position: relative;
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #CCD1D9;
    border-right: 1px solid #CCD1D9;
    border-left: 1px solid #CCD1D9;
}
.tabs__caption li:first-child {
    border-right: 0px solid #CCD1D9;
}
.tabs__caption li:hover,
.vertical .tabs__caption li:hover {
    background: #3498DB;
    color: #FFF;
}
.tabs__caption .active {
    background: #fff;
    color: #000;
}
.tabs__content {
    display: none;
    border-bottom: 1px solid #CCD1D9;
    border-right: 1px solid #CCD1D9;
    border-left: 1px solid #CCD1D9;
    padding: 0 12px;
    background: #fff;
}
.tabs__content.active {
    display: block;
    position: relative;
    z-index: 1;
    background: #FFF;
    border: 1px solid #CCD1D9;
    top: -3px;
    padding: 20px;
}
.tabs li {
    padding-right: 15px;
    padding-left: 15px;
}
ul.tabs {
    margin: 0 0 -9px 0;
    text-align: center;
    padding: 0;
    display: inline-block;
    list-style: none;
    height: auto;
    border-bottom: solid 2px transparent;
}
ul.tabs li {
    float: left;
    cursor: pointer;
    line-height: 31px;
    overflow: hidden;
    border: none;
    position: relative;
    z-index: 1;
    border-top: solid 2px #F9F9F9;
    padding: 10px 25px;
    background-color: rgb(242, 240, 240);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), color-stop(0.5, rgb(251, 249, 249)), color-stop(0.5, rgb(247, 245, 246)), to(rgb(248, 248, 248)));
    box-shadow: rgba(255, 255, 255, 0.17) 0px 1px 0px inset, rgba(0, 0, 0, 0.10) 0px 1px 2px;
}
.tab_last {
    border-right: 1px solid #333;
}
ul.tabs li.active {
    display: block;
    background: #fff;
    color: #333;
    border-top: solid 2px #5fc0c5;
    box-shadow: 0px -1px 1px 0 rgba(0, 0, 0, 0.16);
}
.tab_container {
    border: 1px solid #efefef;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
}
.tab_content {
    padding: 20px;
    display: none;
}
.tab_content_without_padding {
    padding: 0;
}
.tab_drawer_heading {
    display: none;
}
/* massony gallery */

.portfolio {
    padding: 50px 0;
}
.gallery-img-block {
    position: relative;
    overflow: hidden;
    color: #fff;
}
.gallery-img-desc {
    position: absolute;
    top: -100%;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.gallery-img-block:hover .gallery-img-desc {
    top: 0;
    -webkit-transition: top 0.3s ease 0.2s;
    -moz-transition: top 0.3s ease 0.2s;
    transition: top 0.3s ease 0.2s;
}
.gallery-img-block:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: bottom 0.3s ease;
    -moz-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease;
}
.gallery-img-block:hover.gallery-img-block:before {
    bottom: 0;
}


.ak-finish{
    background: #c1c1c1;
    color: #fff;
    display: inline-block;
    padding: 0px 10px;
    margin-bottom: 30px;
    
}
.aksuya{
position: absolute;
    top: 30px;
    left: 30px;
    }
    
    
.masonry {
    margin: 1.5em 0;
    padding: 0 5px;
    -moz-column-gap: 4em;
    -webkit-column-gap: 4em;
    column-gap: 4em;
    font-size: .85em;
    
     column-count: 3;
    column-gap: 4em;
}
 
.masonry .post {
    display: inline-block;
    width: 100%;
}
.masonry li{
     break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
}

.masonry img {
    display: inline-block;
    width: 100%;
    box-shadow: 2px 2px 4px 0 #ccc;
}
.masonry .view {
    margin: 0 0 15px;
}
.gallery_style_2 {
    column-gap: 0;
    line-height: 0;
}
.gallery_style_2 img {
    margin: 0;
    line-height: 0;
}
.portfolio2 {
    padding: 0;
}
.portfolio2 .col-4 {
    padding: 0;
}
.portfolio2 .view img {
    height: 200px;
    width: 100%;
}
/**/
/* ligtbox and pop up */
/* animation from ligtbox and pop up */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.mfp-figure {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -ms-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
/*hover effect */

.view {
    float: left;
    position: relative;
    text-align: center;
    float: left;
    display: block;
}
.view .mask,
.view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    margin: auto;
}
.view img {
    /* display: block; */
    /* position: relative; */
}
.view a.info {
    background: url(../img/link.png) center no-repeat;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
}
.effect img {
    opacity: 1;
    transform: scale(1, 1);
    transition: all 0.2s ease-in;
}
.effect .mask {
    opacity: 0;
    overflow: visible;
    border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
    border-style: solid;
    border-width: 150px;
    width: 0;
    height: 0;
    transform: translateY(-125px);
    transition: transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
}
.effect a.info {
    opacity: 0;
    transform: translateY(-125px);
    transition: transform 0.3s ease-in, opacity 0.1s ease-in-out;
}
.effect:hover img {
    opacity: 0.7;
    transform: scale(2, 2);
}
.effect:hover .mask {
    opacity: 1;
    transform: translateY(0px);
}
.effect:hover a.info {
    opacity: 1;
    transform: translateY(100px);
}
.third-effect .mask {
    opacity: 0;
    overflow: visible;
    background: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
}
.third-effect a.info {
    position: absolute;
    top: 0;
    /* Center the link */
    
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: opacity 0.5s 0s ease-in-out;
}
.third-effect:hover .mask {
    opacity: 1;
    /* border: 110px solid rgba(0,0,0,0.7); */
}
.third-effect:hover a.info {
    opacity: 1;
    /* transition-delay: 0.3s; */
}
/* timer */

.bg_waiting {
    background: url(../img/waiting.jpg) 50% 70%;
    background-size: cover;
    height: 100%;
    padding-top: 120px;
}
.big_padding {
    padding: 150px 0;
}
.z_index {
    z-index: 1;
    position: relative;
}
.black_bg {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    position: absolute !important;
    z-index: 1;
}
.timer_block {
    padding: 15px 15px;
    background: #fff;
}
.timer_desc {
    font-size: 20px;
    text-align: center;
    color: #DF1515;
    line-height: 19px;
    margin-bottom: 20px;
   
}
.timer {
    text-align: center;
}
.timer .ends {} .timer .day_block,
.timer .hour_block,
.timer .min_block,
.timer .sec_block {
    padding: 20px;
    display: inline-block;
    position: relative;
}
.timer .sec_block {
    border: 0;
}
.timer .day,
.timer .hour,
.timer .min,
.timer .sec {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
}
.timer .day:after,
.timer .hour:after,
.timer .min:after {
    content: ":";
    position: absolute;
    font-size: 25px;
    margin-top: 10px;
    margin-left: 15px;
}
.timer .desc {
    font-size: 16px;
    /* line-height: 0; */
}
.timer_style_2 {
    background: #f8f8f8;
}
.timer_style_2 .day_block,
.timer_style_2 .hour_block,
.timer_style_2 .min_block {
    border-right: 1px solid #efefef;
}
.quote {
    position: relative;
    margin: 0 1px;
    display: block;
    padding: 0 100px;
    font-size: 17px;
   
    text-align: center;
    line-height: 1.6;
    border: none;
}
.quote:before {
    left: 0;
    content: "\f10d";
}
.quote:after {
    right: 0;
    content: "\f10e";
}
.quote:before,
.quote:after {
    font-family: FontAwesome;
    position: absolute;
    top: 20%;
    color: #5fc0c5;
    font-size: 25px;
}

/* tables */

table {
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 20px;
    color: #000000;
    width: 100%;
height: auto !important;
}

tbody tr:first-child {
display: contents !important;
}

th.empty {
    background: #fff;
}
tr.empty:hover {
    background: #fff;
}
th {
    background-color: #5fc0c5;
    font-weight: normal;
    font-size: 15px;
    padding: 15px 20px;
    color: #fff;
    border-right: 1px solid #d7d7d7;
}
tbody tr {} tbody tr:nth-child(even) {
    background-color: #ffffff;
}
tbody tr:hover {
    background-color: #eaeaea;
}
td {
    padding: 15px 20px;
    border: #d7d7d7 1px solid;
}
/* FRON END */

.select {
    background: #f8f8f8;
    padding: 40px 0;
}
.concept {
    padding: 40px 0;
}
.concept .design_name {
    color: #656464;
    margin: 20px 0 10px 0;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
   
}
.screenshot_concept {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    padding: 0 0 15px 0;
}
.screenshot_concept:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}
.template {
    padding: 40px 0;
}
.template .design_name {
    color: #8e8e8e;
    text-transform: uppercase;
}
/* extra shortcode */

.color-white {
    color: #fff;
}
.color-black {
    color: #fff;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.space20 {
    margin-bottom: 20px;
}
.space30 {
    margin-bottom: 30px;
}
.space40 {
    margin-bottom: 40px;
}
.space50 {
    margin-bottom: 50px;
}
.space55 {
    margin-bottom: 55px;
}
.space60 {
    margin-bottom: 60px;
}
.space70 {
    margin-bottom: 70px;
}
.space80 {
    margin-bottom: 80px;
}
.space90 {
    margin-bottom: 90px;
}
.space100 {
    margin-bottom: 100px;
}
.space110 {
    margin-bottom: 110px;
}
.space120 {
    margin-bottom: 120px;
}
.space130 {
    margin-bottom: 130px;
}
.space140 {
    margin-bottom: 140px;
}
.space150 {
    margin-bottom: 150px;
}
.space160 {
    margin-bottom: 160px;
}
.space170 {
    margin-bottom: 170px;
}
.space180 {
    margin-bottom: 180px;
}
.space190 {
    margin-bottom: 190px;
}
.space200 {
    margin-bottom: 200px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-70 {
    margin-top: 70px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-top-90 {
    margin-top: 90px;
}
.margin-top-100 {
    margin-top: 100px;
}
.padding-20 {
    padding: 20px;
}
.padding-top-50 {
    padding-top: 50px;
}
.padding-bottom-50 {
    padding-bottom:50px;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
    margin-left: 0;
}
.text-right {
    text-align: right;
}
.text-justify {
text-align: justify;
}

.text-style {
    text-transform: capitalize;
}
.text-shadow {
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}
.margin-auto {
    margin: auto;
    float: none;
}
.box-shadow {
    box-shadow: 1px 2px 7px rgba(0, 0, 0, .24);
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ==========================================================================
   Statistics
   ========================================================================== */

.statistics-achieved {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    color: #848e92;
    padding-top: 6px;
    letter-spacing: .5px;
}
.statistics i {
    font-size: 40px;
    color: #5fc0c5;
}
/* ==========================================================================
   06. PRICING
   ========================================================================== */

.pricing-table {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/*------------------------------------------*/
/*	 Table Header
/*------------------------------------------*/

.pricing-table h3 {
    font-size: 23px;
    line-height: 23px;
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
/*------------------------------------------*/
/*	 Table Price Plan
/*------------------------------------------*/

.pricing-section {
    padding: 50px 0 50px 0;
}
.pricing-table .price {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pricing-table .price span {
    font-size: 80px;
    line-height: 60px;
    font-weight: 900;
}
.pricing-table .price sup {
    font-size: 50px;
    font-weight: 900;
    top: -8px;
}
.pricing-table .price p {
    color: #a9a9a9;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
}
/*------------------------------------------*/
/*	 Table Body
/*------------------------------------------*/

.pricing-table ul.features {
    color: #666;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 10px 50px;
    margin-top: 20px;
    list-style: none;
}
.pricing-table ul.features li {
    padding: 10px 0;
}
/*------------------------------------------*/
/*	 Table Button
/*------------------------------------------*/

.pricing-table .btn {
    margin: 10px 0 40px;
}
/*------------------------------------------*/
/*	 Table Highlight
/*------------------------------------------*/

.pricing-table.best-price {
    background: #f8f8f8;
}
.pricing-notice p {
    font-size: 17px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 0;
}
.pricing-notice p span {
    color: #222;
    font-weight: 900;
}
/* extra style */

.relative {
    position: relative;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.block-center {
    margin: auto !important;
    float: none;
}
.gray-bg {
    background: #f0f3f7;
}
.dark-bg {
    background: #253547;
}
.white-bg {
    background: #fff;
}
.bg-color-1 {
    background-color: #6C84E5;
    background: url(../img/grandiend-background.png), linear-gradient(to right, rgba(71, 114, 217, 1), rgba(0, 220, 175, 1));
}
.bg-color-2 {
    background-color: #6C84E5;
    background: url(../img/grandiend-background.png), linear-gradient(to right, rgba(71, 114, 217, 1), rgba(0, 220, 175, 1));
}
.bg-color-3 {
    background-color: #6C84E5;
    background: url(../img/grandiend-background.png), linear-gradient(to right, rgba(71, 114, 217, 1), rgba(0, 220, 175, 1));
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.z-index {
    z-index: 9;
    position: relative;
}
.overflow-hidden {
    overflow: hidden;
}
.center-block {
    float: none !important;
    display: block;
    margin: 0 auto 30px;
}
.padding-50 {
    padding: 50px 0;
}
.max-width-100 {
    max-width: 100%;
}
.red {
color: red;
}


.flex {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.space-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-colums {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.flex-end { 
  justify-content: flex-end; 
} 
.flex-center { 
  justify-content: center; 
}  
.triangle-bottom-left {
    width: 0;
    height: 0;
    border-bottom: 100px solid red;
    border-right: 1170px solid transparent;
}
.triangle-bottom-right {
    width: 0;
    height: 0;
    border-bottom: 100px solid #fff;
    border-left: 1570px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.triangle-top-right {
    width: 0;
    height: 0;
    border-top: 100px solid #fff;
    border-left: 1500px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
/* Style from 1025px and bigger display */

@media screen and (min-width: 1025px) {

body .prettyMenu.shadow .pm_menu_container {
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow: none;
}
    
    .menu-button {
        display: none;
    }
    .hide-on-laptop {
        display: none;
    }
    .footer-desc {
        display: block;
    }
}
@media screen and (max-width: 1024px) {
    .header-15 .logo {
        float: none;
        padding-right: 0;
    }
    .header-15 {
        padding: 15px 0px;
    }
    .footer-up {
        padding: 15px 0;
        background: #333;
    }
    .toggle-next-div {
        background: #262626;
        margin: 10px 0;
        padding: 10px 20px;
        font-weight: 700;
    }
    .toggle-next-div:hover,
    .toggle-next-div:active {
        background: #1a1a1a;
    }
    .toggle-next-div:after {
        content: "\f105";
        font-family: FontAwesome;
        float: right;
    }
    .toggle-next-div.active:after {
        content: "\f107";
        font-family: FontAwesome;
        float: right;
    }
    .footer-desc {
        display: none;
    }
    .footer-copyright {
        text-align: center;
        border-top: 0px solid #777676;
        padding-top: 10px;
        margin-top: 0px;
    }
    .copyright {
        padding-bottom: 15px;
    }
}
/* maximus framework style */

.background-attachment-fixed {
    background-attachment: fixed;
}
.icons-block {} .icons-block .glyph-icon {
    padding-right: 23px;
}
.icons-block .car-repair-i:before {
    font-size: 52px;
}

.header-call-to-action b {
color: #FF9800;
    font-size: 18px;
  -webkit-animation: blink1 3s linear infinite;
  animation: blink1 3s linear infinite;
}


@-webkit-keyframes blink1 {
  0% {     color: rgb(255, 255, 255); }
  50% {     color: rgb(255, 152, 0); }
  100% {     color: rgb(255, 87, 34); }
}
@keyframes blink1 {
  0% {     color: rgb(255, 255, 255); }
  50% {     color: rgb(255, 152, 0); }
  100% {     color: rgb(255, 87, 34); }
}

.e1 div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {

    color: #fff;
    padding: 20px;
}



.tags-wrap {
    overflow: hidden;
    height: 110px;
}

.tags-wrap.linker-slider {
 height: auto;
}
.tags-wrap.active {
    height: auto;
}
.tags-wrap br{
  display: none;
}
.tags-wrap p{
display: inline;    
}
.tags-wrap li{
    display: inline;
}

.tags-wrap a{
display: inline-block;
    font-size: 10px;
    padding: 10px 20px;
    margin-bottom: 15px !important;
    margin-right: 15px;
    color: #161616;
    border: 1px solid #e5e7ef;
    border-radius: 10px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #f6f7fb;
    font-weight: 500;
}
.more-tags {
    display: inline-block;
        border: 1px solid #a3a3a3;
    color: #a3a3a3;
    width: 24px;
    height: 24px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 50%;
    text-align: center;
      margin-top: 20px;
}
.more-tags.active {
        -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tags-wrap-wrap.table-style{

}
.tags-wrap-wrap.table-style .tags-wrap{
height: 65px;
}
.tags-wrap-wrap.table-style a{
    padding: 0 4px;
    border: 1px solid #a3a3a3;
    margin: 3px !important;
    color: #3d3d3b;
}


.tags-wrap.owl-theme .owl-controls .owl-buttons div {
    color: #000;
    display: inline-block;
    zoom: 1;
    *: ;
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 9px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

body .owl-buttons .owl-prev {
    position: absolute;
    top: 13px;
    margin-top: -30px;
    left: 0;
}
body .owl-buttons .owl-next {
    position: absolute;
    top: 13px;
    margin-top: -30px;
    right: 0;
}


/*** 

====================================================================
	Responsive Style
====================================================================

 ***/
/* Style from  768px to 1024px (ipad and others) */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
   
    
    .header {
        
        position: relative;
    }
    

    
    
    .title-black {
        font-size: 26px;
    }
    .subtitle-black {
        font-size: 15px;
    }
    .what-we-do-title {
        font-size: 24px;
    }
    .content-text {
        padding: 30px;
    }
    .timer .day-block,
    .timer .hour-block,
    .timer .min-block,
    .timer .sec-block {
        padding: 10px;
    }
    .timer .day,
    .timer .hour,
    .timer .min,
    .timer .sec {
        font-size: 28px;
    }
    .timer .day:after,
    .timer .hour:after,
    .timer .min:after {
        font-size: 18px;
        margin-top: 5px;
        margin-left: 12px;
    }
    .hide-on-table {
        display: none;
    }
    .fix-background-on-scroll {
        background-attachment: initial !important;
    }
    .background-attachment-fixed {
        background-attachment: initial !important;
    }
    .white-popup-block-right {
        max-width: 350px;
    }
    [class*="home-"] .title-white,
    [class*="home-"] .title-black {
        font-size: 35px;
        line-height: inherit;
    }
    .col-3 {
        width: 50%;
    }
    .col-4 {
        width: 50%;
    }
    .repair-makes .col-2 {
        width: 50%;
    }
    .why-choose-certified-service .content-text {
        padding: 20px;
    }
    .footer-copyright .col-2 {
        width: 100%;
    }
    ul.social-network {
        float: none;
    }
    .footer-up h4 {
        font-size: 20px;
    }
    .contact-style-2 .col-3 {
        width: 33.33%;
    }
}


@media only screen and (max-width: 767px) {

.how_work_item:first-child {
    margin-top: 0px;
}
.wpb_wrapper .how_work_item {
    display: block !important;
    margin-top: 40px;
}
.how_work_item .how_work_text {
    width: 100%;
    font-size: 15px;
    padding: 0;
    }


.how_work_item .how_work_title {
    width: 100%;
    font-size: 20px;
    letter-spacing: 0;
    padding-bottom: 10px;
    }
    
    
.single-price .avados_service_2 .btn{
   
    width: 80%;
}


.single-price .vc_row:after {

}

.single-price .vc_col-sm-3{

}
.avados_service_2 .avados_service_2_title {
     font-size: 18px !important;
}
.avados_service_2 span.price_clients  {
 
}
.avados_service_2 a.price_clients  {
 display: none !important;
}
.avados_service_2 .price-desc {
padding-top:15px;
}

.avados_service_2 .link-black.popup-modal{
 display: none;

}
body .avados_service_2 .avados_service_2_desc{
font-size: 9px;
}
.avados_service_2 h2.avados_service_2_desc{
 display: none;
}

body .avados_service_2 .avados_service_2_thumb img {
    height: 140px;
}



.subtitle {
    font-size: 13px;
    }

.btn, .form-submit .submit {
  padding: 10px ;
    font-size: 12px !important;
    }











.price table td:nth-child(1), 
.price table td:nth-child(2),
.price table td:nth-child(3) {
    display: block;
    width: 100% !important;
}




.menu-block {
  background: #fff;
    padding-bottom: 7px;
    border-bottom: 1px solid #d7cfcf;
}

.tel-mob {
margin-right: 30px;
    color: #60c6c6;
    font-size: 19px;
    text-align: center;
    padding-top: 11px;
}

.tel-mob i {
    display: block;
}
.tel-mob span {
    font-size: 12px;
    display: block;
}

.bg-after {
    padding: 25% 0 10% 0 !important;
}


.header-call-to-action {
    margin: auto;
}


.header-call-to-action .tel {
padding: 0 0 15px 0;
    display: block;
}
    .blog-category .bloglist-img {
        margin: 0 0 15px 0;
        width: 100%;
    }
    .single-post-block {
        width: 100%;
    }
    
    
    .sidebar {
        width: 100%;
    }
    .page-header {
        text-align: center;
    }
    .page-header .flex {
        display: block;
    }
    .page-header .title-page {
        margin-bottom: 20px !important;
    }
    .page-content {
        width: 100%;
    }
    .sidebar {
        width: 100%;
    }
    .blog-category {
        width: 100%;
    }
    .single-post-style {
        width: 100%;
    }
    .what-we-do-block {
        padding: 40px 0 0 0;
    }
    [class*="home-"] .title-white,
    [class*="home-"] .title-black {
        font-size: 25px;
        line-height: inherit;
    }
    header .container {
        padding: 0;
    }
    header .logo {
        padding-left: 15px;
    }
    .home17 .trigger {
        margin: auto;
    }
    .hide-on-mobile {
        display: none;
    }
    .sub-header .right-block {
        text-align: center;
    }
    .sub-header .left-block {
        text-align: center;
    }
    .flexnav.one-page {
        position: fixed;
    }
    .fix-background-on-scroll {
        background-attachment: initial !important;
    }
    .background-attachment-fixed {
        background-attachment: initial !important;
        background-position: 50% 50% !important;
    }
    nav ul ul {
        background: transparent !important;
    }
    .scrollMenu .top-menu .flexnav li.item-with-ul ul li a {
        color: #000 !important;
    }
    nav ul li.item-with-ul:hover:after {
        display: none;
    }
    .populyarn--questions-list {
        padding-left: 0px;
    }
    .header .col-3 {
        width: 33.33%;
    }
    .header .col-7 {
        width: 66.66666667%;
    }
    .col-3 {
        width: 100%;
    }
    .col-2 {
        width: 100%;
    }
    .col-4 {
        width: 100%;
    }
    .col-5 {
        width: 100%;
    }
    .col-6 {
        width: 50%;
    }
    .col-7 {
        width: 100%;
    }
    .header {
        
        position: relative;
    }
    
  
    .menu .order {
        margin: 20px 0;
    }
    .menu-button.one-page {
        top: 3px !important;
    }
    .flexnav.flexnav-show li {
        padding: 10px 0 !important;
    }
    .title-white,
    .title-black {
        font-size: 30px;
    }
    .subtitle-black {
    max-width: 100%;
    }
    .text-left {
    text-align: center;
}
    .car-repair-title {
        font-size: 17px;
    }
    .content-text {
        padding: 20px;
    }
    .what-we-do-title {
        font-size: 19px;
    }
    .extra7 .accordion-wrapp {
        max-width: 100%;
    }
    .rewiev .title {
        font-size: 17px;
        margin: 20px 0;
    }
    .contact .col-2 {
        width: 100%;
        ;
    }
    .home .title-white {
        font-size: 29px;
    }
    .home-padding {
        padding: 150px 0;
    }
   


    .home-v2 .owl-controls {
        top: 90%;
    }
    .title-and-subtitle-center {
        top: 20%;
    }


    .bts .btn {
        font-size: 16px;
        padding: 10px;
    }
    .navicon-line {
        background-color: #000;
    }
    ul.tabs {
        display: none;
    }
    .tab-drawer-heading {
        margin: 0;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
        background-color: rgb(242, 240, 240);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), color-stop(0.5, rgb(251, 249, 249)), color-stop(0.5, rgb(247, 245, 246)), to(rgb(248, 248, 248)));
        box-shadow: rgba(255, 255, 255, 0.17) 0px 1px 0px inset, rgba(0, 0, 0, 0.10) 0px 1px 2px;
        border-bottom: 1px solid #efefef;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .d-active {
        background: #fff;
        color: #333;
        border-top: solid 2px #e95825;
    }
    .footer {
        text-align: center;
    }
    .shortcode-page .btn {
        display: block;
    }
    /* call to action 2*/
    
    .call-to-action-2 .title-white {
        font-size: 23px;
        text-align: center;
    }
    .call-to-action-2 .subtitle-white {
        font-size: 12px;
        text-align: center;
    }
    .call-to-action-2 i {
        display: none;
    }
    .call-to-action-2 a {
        text-align: center;
        float: none;
        display: block;
        margin-top: 10px !important;
    }
    /* timer start*/
    
    .bg-waiting {
        background: url(../img/waiting.jpg);
        background-size: cover;
        background-position: 65% 50%;
    }
    .timer .day-block,
    .timer .hour-block,
    .timer .min-block,
    .timer .sec-block {
        padding: 0 8px;
    }
    .timer .day:after,
    .timer .hour:after,
    .timer .min:after {
        font-size: 17px;
        margin-top: 0;
        margin-left: 7px;
    }
    .timer .day,
    .timer .hour,
    .timer .min,
    .timer .sec {
        font-size: 35px;
        line-height: 50px;
    }
    .timer .desc {
        font-size: 14px;
    }
    /* timer finish*/
    
    ul.social-network {
        float: none;
    }
    .one,
    .two,
    .three,
    .four,
    .five,
    .six,
    .seven,
    .eight,
    .nine,
    .ten,
    .eleven,
    .twelve {
        width: 100%;
        margin-bottom: 20px;
    }
    .spesial-responsive-colums .one {
        width: 20%;
    }
    .spesial-responsive-colums .two {
        width: 25%;
    }
    .spesial-responsive-colums .three {
        width: 30%;
    }
    .spesial-responsive-colums .four {
        width: 35%;
    }
    .spesial-responsive-colums .five {
        width: 40%;
    }
    .spesial-responsive-colums .six {
        width: 50%;
    }
    .spesial-responsive-colums .seven {
        width: 60%;
    }
    .spesial-responsive-colums .eight {
        width: 65%;
    }
    .spesial-responsive-colums .nine {
        width: 70%;
    }
    .spesial-responsive-colums .ten {
        width: 75%;
    }
    .spesial-responsive-colums .eleven {
        width: 80%;
    }
    .spesial-responsive-colums .twelve {
        width: 100%;
    }
    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 17px;
    }
    h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 15px;
    }
    h6 {
        font-size: 14px;
    }
    .medium-title {
        font-size: 24px;
    }
    .small-title {
        font-size: 20px;
    }
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .quote {
        padding: 0 20px;
    }
    .quote:before,
    .quote:after {
        position: relative;
        top: 0;
        margin: 20px 0 0 0;
        display: block;
    }
    .statistics .col-4 {
        width: 50%;
    }
    #back-top {
        bottom: 15px;
        right: 15px;
        padding: 3px;
    }
    .what-we-do-block {
        text-align: center;
    }
    .order-first {
        order: -1;
    }
    .order-last {
        order: 1;
    }
    
    
}






.header-call-to-action {

}
.header-call-to-action span,
.header-call-to-action a {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    display: block;

}

.header-call-to-action .tel {

}
.header-call-to-action a.btn {
    font-size: 16px;
}

.owl-theme .owl-controls {
    margin: 0 !important;
}
 .owl-buttons .owl-next {
    position: absolute;
    top: 50%;
    right: 70px;
    font-size: 50px;
    color: #fff;
    margin-top: -30px;
}
 .owl-buttons .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 70px;
    font-size: 50px;
    color: #fff;
}
.owl-theme .owl-page span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid rgba(255,255,255,.5);
    display: inline-block;
    margin: 0 5px;
}
.owl-theme .owl-pagination .owl-page.active span, .owl-theme .owl-pagination .owl-page:hover span {
    background-color: #fff;
    border: 2px solid rgba(255,255,255,.8);
}

.owl-controls .owl-pagination {
    position: absolute;
    bottom: 35px;
    text-align: center;
    width: 100%;
}

.e1 .vc_column-inner  {
padding-top: 0 !important;
}



.e1 .title-white {
position: relative;
}
/* .e1 .title-white:before {
    content: '';
    background: url(/wp-content/uploads/2017/09/arrow3.png) no-repeat;
    background-size: contain;
    width: 232px;
    height: 50px;
    float: left;
    left: 340px;
    z-index: 9;
    bottom: 103px;
    position: absolute;
    -moz-transform: rotate(38deg);
    -ms-transform: rotate(38deg);
    -webkit-transform: rotate(38deg);
    -o-transform: rotate(38deg);
    transform: rotate(-38deg);
}
*/
.e1 .link-white {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    border-bottom: 1px dashed #fff;
}


.up-title strong {
        border-bottom: 1px solid #5fc0c4;
    display: inline-block;
    padding: 5px 10px;
}
.single-punkty-priema .e1 strong {
    background: #f4524d;
    border: 0;
}
.up-title {
    text-align: center;
    color: #fff;
    letter-spacing: 4px;
}


.how-we-work {}

.how-we-work .block {
position: relative;
}

.how-we-work .block .title {
font-size: 25px;
text-transform: uppercase;
font-weight: 900; 
}

.how-we-work .block .subtitle {

}

.how-we-work .block:before{  
font-family: FontAwesome;
    position: absolute;
    font-size: 160px;
    color: rgba(255, 255, 255, 0.17);
    z-index: 9;
    right: 15px;
    bottom: 0;
    line-height: 0.8;
}
.how-we-work .block:nth-child(1):before{  
content: "\f0d1";
}
.how-we-work .block:nth-child(2):before{  
content: "\f069";
}
.how-we-work .block:nth-child(3):before{  
content: "\f087";
}

div.wpcf7 .ajax-loader {
    position: absolute;
}
.action{
max-width: 700px;
margin: auto;
}
.action input{

}

.about-img img{
border-radius: 5px;
}
/*.trigger .block {
    padding: 20px;
    border: 1px solid #ECEDEF;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

*/


.trigger .align-icon {
text-align: left !important;
}
.adress {

}

.adress .block{
    background: #fff;
    padding: 30px 50px;
}



.collage {
    position: relative;
}

    .collage .image-block {
        position: absolute;
        max-width: 220px;
        padding: 10px;
        background-color: #f6f7fb;
    
            transform:rotate(-7deg);
        -ms-transform:rotate(-7deg); 
        -moz-transform:rotate(-7deg);
        -webkit-transform:rotate(-7deg);
        -o-transform:rotate(-7deg);
	
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
				
				/*** Fix for Webkit to resolve the flickering issue
	           Suggested by erikhatfield ***/
				-webkit-transform-style: preserve-3d;
    
        -moz-box-shadow:1px 1px 3px rgba(0,0,0,0.2);
        -webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.2);
        box-shadow:1px 1px 3px rgba(0,0,0,0.2);
        -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#33000000,Positive=true)";
        filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#33000000,Positive=true);
    }

    .collage .image-block:nth-child(2) {
            transform:rotate(7deg);
        -ms-transform:rotate(7deg); 
        -moz-transform:rotate(7deg);
        -webkit-transform:rotate(7deg);
        -o-transform:rotate(7deg);
        margin-left: 30%;
    }

    .collage .image-block:nth-child(3) {
            transform:rotate(-15deg);
        -ms-transform:rotate(-15deg); 
        -moz-transform:rotate(-15deg);
        -webkit-transform:rotate(-15deg);
        -o-transform:rotate(-15deg);
        margin-left: 60%;
    }

    .collage .image-block:nth-child(4) {
            transform:rotate(-15deg);
        -ms-transform:rotate(-15deg); 
        -moz-transform:rotate(-15deg);
        -webkit-transform:rotate(-15deg);
        -o-transform:rotate(-15deg);
        margin-top: 230px;
        margin-left: 0%;
    }

    .collage .image-block:nth-child(5) {
            transform:rotate(7deg);
        -ms-transform:rotate(7deg); 
        -moz-transform:rotate(7deg);
        -webkit-transform:rotate(7deg);
        -o-transform:rotate(7deg);
        margin-left: 30%;
        margin-top: 230px;
    }
    
 .collage .image-block:nth-child(6) {
            transform:rotate(-15deg);
        -ms-transform:rotate(-15deg); 
        -moz-transform:rotate(-15deg);
        -webkit-transform:rotate(-15deg);
        -o-transform:rotate(-15deg);
        margin-left: 60%;
        margin-top: 230px;
    }
    
        .collage .image-block img {
            max-width: 100%;
            max-height: 100%;
            filter: gray;
            -webkit-filter: grayscale(100%);
        }

        .collage .image-block:hover { 
            z-index: 999;
                transform:rotate(0deg);
            -ms-transform:rotate(0deg); 
            -moz-transform:rotate(0deg);
            -webkit-transform:rotate(0deg);
            -o-transform:rotate(0deg);
            
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .collage .image-block:hover > img {
            -webkit-filter: grayscale(0%);
        }





@media only screen and (min-width: 767px) and (max-width: 1024px) {






#price .vc_col-sm-3{
width: 100%;
    /* float: left; */
   
    display: inline-block;
}

#price .vc_col-sm-3:nth-child(event) {
    clear: both !important;
}


#price .vc_row:after, 
#price .vc_row:before {
    content: " ";
    display: initial;
}
}

#price .vc_col-sm-3{
 min-height: 0px;
}

.one-page-search-field {
position: relative;
}
.one-page-search-field i {
position: absolute;
    right: 10px;
    top: 15px;
   
      color: #2e2e2e;
    cursor: pointer;
}
.vc-hoverbox:hover .vc-hoverbox-back {
    transform: rotateY(180deg);
 -webkit-transform: rotate(180deg); 
      -ms-transform: rotate(180deg);  
}
.vc-hoverbox-block {
    transition: transform .1s fadeIn !important;
    }
.vc-hoverbox-block.vc-hoverbox-back {
background: transparent !important;
}
.vc-hoverbox:hover .vc-hoverbox-block.vc-hoverbox-back  {
background-color: #2a2a2a  !important;
}
#price .vc-hoverbox-back {
    transform: rotateY(0deg);
    color: #000;
}

#price .vc-hoverbox-block {
 
    position: relative;
    display: block;
    backface-visibility: visible;
    background-color: transparent !important;
}
.price .vc-hoverbox-block {
    background-repeat: no-repeat;
    min-height: 210px;
}


@media only screen and (max-width: 1024px) {


#price .vc-hoverbox-block {
    min-height: auto;
}
#price .vc-hoverbox-back-inner {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    -webkit-justify-content: space-between;
    justify-content: space-between;

border-bottom: 1px solid #dcdcdc;
}
#price .vc-hoverbox-block-inner h2 {
font-size: 15px;
}
#price .vc-hoverbox-block-inner p{
font-size: 13px;
    margin: 0;
}
#price .vc-hoverbox-block-inner.vc-hoverbox-back-inner p+p {
display: none;
}
.price .vc-hoverbox-block {
    min-height: auto;
}

#price  .vc-hoverbox-block-inner {
    padding: 0px;
}
#price .vc-hoverbox-block.vc-hoverbox-front{
    background: none !important;
display: none !important;
}

#price .vc-hoverbox-inner {

    min-height: auto !important;
}
#price .vc-hoverbox-inner{
    padding: 0 !important;
}




.eight {
    width: 100%;
}
.e1 .title-white:before {
display: none;
}


.price .vc-hoverbox-block {
    background-size: 40%;
    background-repeat: no-repeat;
    min-height: 110px;
}




.header-call-to-action span {

    padding-right:0px;
  
}
.action input {
    margin-bottom: 15px;
}

.owl-buttons {
display: none;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 25px;
    height: 2px;
}

}



 .table  {
     border: 1px solid #d7d7d7;
    text-align: left;

 }
  .table td {
      border-bottom: 1px solid #d7d7d7;
    border-left: 0;
    border-right: 0;
}

.table tr td:nth-child(4) {
  border:1px solid #d7d7d7;
   }  
   
 .table  th {
    background-color: transparent;
    font-weight: 700;
    color: #222;
        border: 0;
 }
 .table tr td:nth-child(4),
.table tr th:nth-child(4) {
      background: #5fc0c5;
    color: #fff; /* Цвет текста */
        text-shadow: 1px 1px 0px rgb(78, 151, 154);
        border-color: #4bb2b7;
   }  
.table tbody tr:hover td:nth-child(4) {
    background-color: #4ab4b9;
}



.info-bubl {
display: inline-block !important;
    width: 20px;
    height: 20px;
    border: #5fc0c5 solid 1px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    background: #5fc0c5;
    font-weight: 900;
    cursor: pointer;
}
.info-bubl:hover {
background: #043663;
    border-color: #043663;
}

.page-header {
    padding: 10px 0 !important;
    margin-bottom: 5px !important;
    background-color: #f6f6f6;
    border-bottom: 1px solid #eee;
border-top: 0  !important;
}
.archive .page-header {
    margin-bottom: 50px !important;
}

ol {
    padding: 0 0 15px 0;
}

.home .header-absolute,
.single-punkty-priema .header-absolute {
    position: absolute;
width: 100%;
    background: transparent;
    }
    .single-punkty-priema .single-post-block {
    padding-top: 0px;
		width: 100%;
    }
 
 .container-padding {
 padding: 10px 50px;
 }
 

.owl-row-slider {
    height: 560px;
}

.h-slide {
padding: 6% 0;
}
.h-slide .subtitle-white {
    font-size: 21px;
    }
      .header-call-to-action {
      text-align: right;
      }
      
    .header-call-to-action .btn{
     display: inline-block;
    font-size: 13px !important;
    padding: 6px 15px;
    margin: 5px 0 0 0 !important;
    }
  
.scrollMenu {
    background: #243447 !important;
}

.fullpage {
    min-height: 700px;
}
html .fullwidth {
width: 100vw;
margin-left: calc(-50vw + 50%);
}
.wpb-js-composer .my-tab-contactu.vc_tta-color-white.vc_tta-style-outline .vc_tta-tab>a {
    border-color: #f7f7f7;
    background-color: transparent;
    color: #222;
    background: #d2d2d2;
    border-width: 0px;
}
.wpb-js-composer .my-tab-contactu.vc_tta-color-white.vc_tta-style-outline .vc_tta-tab.vc_active>a {
    border-color: #053763;
    background-color: #053763;
    color: #fff;
}


 .my-tab-contactu .vc_tta-tabs-list {
margin-bottom: 20px !important;
}

.full-width {
width: 100vw;
margin-left: calc(-50vw + 50%);
}

.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner {
padding-top: 0 !important;
}

.bg-after div {
z-index: 99;
position: relative;
}
.h-slide:before {
 width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    content: '';
    background-image: -webkit-linear-gradient(top, rgba(25, 52, 75, 0.39), rgb(32, 52, 73));
    background-image: -o-linear-gradient(top, rgba(25, 52, 75, 0.39), rgb(32, 52, 73));
    background-image: -ms-linear-gradient(top, rgba(25, 52, 75, 0.39), rgb(32, 52, 73));
    background-image: linear-gradient(top, rgba(25, 52, 75, 0.39), rgb(32, 52, 73));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7f000000', endColorstr='#4c000000');
    }
    
    
  .bg-after{
  padding: 15% 0 ;
  }  
.bg-after:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    content: '';
	 background-image: -webkit-linear-gradient(top, rgba(25, 52, 75, 0.39), rgb(32, 52, 73));
    background-image: -o-linear-gradient(top, rgba(25, 52, 75, 0.39), rgb(32, 52, 73));
    background-image: -ms-linear-gradient(top, rgba(25, 52, 75, 0.39), rgb(32, 52, 73));
    background-image: linear-gradient(top, rgba(25, 52, 75, 0.39), rgb(32, 52, 73));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7f000000', endColorstr='#4c000000');
	/*
  background-image: -webkit-linear-gradient(top, rgba(33, 53, 72, 0.85), rgba(50, 195, 198, 0.73));
    background-image: -o-linear-gradient(top, rgba(33, 53, 72, 0.85), rgba(50, 195, 198, 0.73));
    background-image: -ms-linear-gradient(top, rgba(33, 53, 72, 0.85), rgba(50, 195, 198, 0.73));
    background-image: linear-gradient(top, rgba(33, 53, 72, 0.85), rgba(50, 195, 198, 0.73));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7f000000', endColorstr='#4c000000');
	*/
    }


/*писать здесь*/
#price .vc-hoverbox-block {
 
    background-size: 50%;
}

div.asp_m.asp_m_1 .probox .proinput input.orig::-webkit-input-placeholder{
	font-size: 9px !important;
	line-height: 1.4;
}


.home-main .subtitle-white { 
    margin-bottom: 30px !important;
}
.search-header{
padding: 10px;
    max-width: 350px;
        width: 100%;
}
.single-price .search-header,
.search-results .search-header {

}

.mobile-search {
margin: auto;
}


.bodyMyClass .block-center{
    opacity: 0.1;
z-index: 6;
}

.bodyMyClass .search-price {
position: relative;
z-index: 9;
background: #fff;
}

body div.asl_r .results .item {

    background: #efefef;
}
.next-vesh {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.next-vesh .next-vesh-wrapp {

}

.next-vesh:before {
content: '';
    width: 100%;
    height: 1px;
    background: #5fc0c5;
    position: absolute;
    left: 0;
    top: 9px;
}
.next-vesh:after {
content: '';
}
.next-vesh  span {
background: #fff;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 10px;
}
.next-vesh i {
    display: block;
    padding-top: 8px;
}

.single-price .search-head {
padding-bottom: 10px;

}

.single-price .search-price {
padding-top: 20px;

}

.single-price .search-desc{
    padding-top: 10px;
}


.search-results .avados_title .title span{
color: #60c6c6;
    text-transform: uppercase;
}
.search-results .blog-category {
    width: 100%;
    max-width: 600px;
    margin: auto;
    display: block;
    float: none;
}

.search-results .blog-category .bloglist-img{
display: none;
}
.search-results  .blog-category ul.bloglist li {
  
    padding-bottom: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #c7c7c7;
}

.search-results  .read-more-search{
margin: 15px 0 30px 0;
}

      .prettyMenu.shadow {
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.prettyMenu .menu-fraza{
    margin-top: 17px;
    font-size: 12px;
    color: #222;
}
.margin-bottom-20{
	margin-bottom: 20px;
	}
h1.avados_title{
	margin-top: 0;
}

#review .shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 3% 5%;
    background: #f6f7fb;
    border: 1px solid #efefef;
}

.popup-bez{

background: #243447;
padding: 0 !important;
}
.popup-bez .wpb_content_element {
    margin-bottom:0px;
}
.popup-bez .cf7-col {
padding: 0 10%;
}

.padding-bottom-10{
padding-bottom: 10px;
}
.otzuvu{
background: url(https://standarthim.ru/wp-content/uploads/2017/09/sl-2.jpg);
padding: 5%  0;
}
.form-poyavilis-voprosu{
padding: 5%  0 7% 0;
}
.dark-bg {
background: #243447;
}

.vuezd-bg{
background-image: url(https://standarthim.ru/wp-content/uploads/2019/11/Speedy-courier-service.jpg);
}

.fix-footer {
    bottom: 0;
    width: 100%;
    padding: 8px 0;
    z-index: 990;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0);
    -webkit-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    background-color: rgb(36 52 71);
    color: #fff;
    text-align: center;
    }
    
.scroll-fix-footer {
position: fixed;
}

.home-double-btn {
    margin-bottom: 80px !important;
}
.one-page-search-field input {
border: 3px solid #FFC107;
}

.arrow-down:after {
	content: '';
    background-image: url(//standarthim.ru/wp-content/uploads/2019/12/curve-arrow.png);
    width: 55px;
    height: 127px;
    background-size: cover;
    display: block;
    position: absolute;
    z-index: 2;
	
	
}

.pre-line {
white-space: pre-line;
}
.hidden {
    display: none!important;
}

.wpcf7-mail-sent-ok:before {
    position: relative;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    width: 80px;
    height: 80px;
    margin: 20px auto 15px;
    border: #2dbf5b solid 3px;
    line-height: 74px;
    border-radius: 50%;
    font-size: 38px;
    text-align: center;
    color: #2dbf5b;
    background: transparent;
}

.wpcf7-form.sent > div {
    display: block;
}
html div.wpcf7-mail-sent-ok {
    border: 0 !important;
    font-size: 30px;
    text-align: center;
    color: #222 !important;
    background: transparent !important;
    font-size: 18px;
}
div.wpcf7-response-output {
    clear: both;
    margin: 15px 0 50px 0 !important;
}

.wpcf7-form.sent .popup-title, 
.wpcf7-form.sent .popup-subtitle,
.wpcf7-form.sent p,
.wpcf7-form.sent .wpcf7-step, 
.wpcf7-form.sent .popup-footer,
.wpcf7-form.sent .wpcf7-submit {
    display: none;
}

.conf {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding-top: 30px;
    display: table;
    max-width: 500px;
    margin: auto;
}

a + a.btn {
margin: 0 15px !important;
}

.footer-copyright > div > div > .breadcrumbs {
	    padding: 0 0 20px 0;
    margin: 20px 15px;
    border-bottom: 1px solid #e8e8e8;
}

    .footer .widget_nav_menu ul li a {
    padding-left: 20px;
    }
   .footer .widget_nav_menu ul ul {
    padding-left: 20px;
    }
    .footer .footer-widget {
    color: #222;
        padding: 20px 0 10px 0;
    }
    
    
       .footer .footer-widget  .tel{
           font-size: 23px;
       }
    
    
    .footer   .widget-title {
        color: #3bafb5;
    padding-bottom: 20px;
    }
   .footer .widget_nav_menu ul li.menu-item-has-children,
      .footer .widget_nav_menu ul ul li:last-child {
      padding-bottom: 0;
      }
.footer ul.menu li {
    list-style-type: none;
    position: relative;
    padding: 0 0 5px 0;
}
.footer .footer-widget a {
     color: #000000;
    font-weight: 500;
    font-size: 14px;
}
.footer .widget_nav_menu ul li a {
     padding-bottom: 5px;
    display: inline-block;
}
.footer .widget_nav_menu ul li a:before{
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 15px;
    position: absolute;
    left: 0;
color: #3aadb3;
}
.vc_lst_category_post .vc_lst_category_post_title  {
    font-size: 15px;
    font-weight: 700;
    
        border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    padding: 20px;
}

.vc_lst_category_post .wpb_single_image.vc_lst_category_post_img {
border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
    margin-bottom: 0 !important;
    
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}
.vc_lst_category_post .wpb_single_image.vc_lst_category_post_img a,
.vc_lst_category_post .wpb_single_image.vc_lst_category_post_img figure,
.vc_lst_category_post .wpb_single_image.vc_lst_category_post_img img {
width: 100%;
}
/*
.vc_lst_category_post .vc_gitem-col{
display: -webkit-flex;
display: -ms-flexbox;
display: flex;

-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.vc_lst_category_post .wpb_single_image.vc_lst_category_post_img
{
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}

*/



input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}
    
.prices{ 
	background-image: url(//standarthim.ru/wp-content/uploads/2018/09/mira-poperek-min.jpg);
	background-size: cover;
}
.single-price-bg {
    background-position: center;
    padding: 8% 0;
    position: relative;
    background-size: cover;

}

.single-price-bg-new {
    background-position: center;
    padding: 8% 0;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}

.single-price-offer-form {
    max-width: 800px;
    margin: 40px auto 0;
}
.single-price-offer-form .conf {
    color: #222;
        padding-bottom: 40px;
    }



h6 {
    display: inline;
    font-size: 24px;
	    font-weight: 600;
	}
	.metro-first-screen .title-white {
	position: relative;
	    display: inline-block;
	}
.metro-first-screen .title-white:after {
content: '';
    background-image: url(//standarthim.ru/wp-content/uploads/2019/07/metro-300x248.png);
    width: 50px;
    height: 50px;
    background-size: 65%;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 5px;
    right: -60px;
    background-color: #fff;
    border-radius: 100px;
}

.header-call-to-action .btn-vuezd-top {
color: #ffffff;
    border-bottom: 1px dashed;
    display: inline-block;
    margin: 0 !important;
    top: -3px;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
}

body .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 10px;
    background: #5fc0c5;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
}

body .owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 3px;
    margin: 5px 7px;
    }
    
    body .owl-theme .owl-dots .owl-dot.active span,
     body .owl-theme .owl-dots .owl-dot:hover span {
    background: #5fc0c5;
}

.display-inline-block {
	display: inline-block;
}

.shadow-form .wpcf7-form {
	-webkit-box-shadow: 0px 13px 74px -28px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 13px 74px -28px rgba(0,0,0,0.75);
    box-shadow: 0px 13px 74px -28px rgba(0,0,0,0.75);
    transition: all .3s ease 0s;
    padding: 40px 80px 20px 80px;
}
.padding-default {
	padding: 40px 0;
}
.font-size-20{
	    font-size: 20px;
}

.subtitle h6 {
	font-size: 18px;
	    color: #F44336;
	font-weight: 800;
}
.subtitle h6 ~ b {
    color: #F44336;
}






body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    border-color: #e3e3e3;
    background-color: #ebebeb;
    color: #666;
    font-size: 14px !important;
    line-height: 14px !important;
    font-weight: 600 !important;
    color: #b2b2b2 !important;
    text-transform: uppercase !important;
    letter-spacing: .05rem !important;
    text-align: center !important;
    background-color: #eaeaea !important;
    border-radius: 5px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    cursor: pointer;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    border: 0 !important;
}
body.wpb-js-composer  .vc_tta-tab.vc_active>a {

    background: #60c6c6 !important;
  
    color: #fff !important;
}
body.wpb-js-composer  .vc_tta-tab.vc_active a span{
    color: #fff !important; 
}




.link-black a {
color: #000;
}

.ul-li-3 li {
display: inline-block;
width: 33%;
}




.text-left .subtitle {
text-align: left;
}

.tel-mob {

}
.my-fon:after {
    content: '';
    background-image: url(https://standarthim.ru/wp-content/uploads/2020/05/te.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 880px;
    height: 900px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}





.panel-call {
 background-color: transparent;
    border-top: 0px solid #eee;
}
.panel-call {
  display: block;
    width: 320px;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 5px;
    text-align: center;
    overflow: hidden;
    z-index: 10;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    cursor: pointer;
}

.panel-call__grid {
    display: block;
    max-width: 500px;
    margin: auto;
    float: right;
    text-align: right;
    width: 300px;
}

.panel-call__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.panel-call__col {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    height: 46px;
    border-radius: 5px;
    cursor: pointer;
}

.panel-call__col .icon {
    font-size: 20px;
    margin-right: 5px;
}
.panel-call__col_order {
    background: #1ca422;
}
.panel-call__col_call {
    background: #0af;
}
svg:not(:root) {
    overflow: hidden;
}
svg {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
}

.action-order img{
    height: 17px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    padding-right: 5px;
}

.action-call img{
    height: 17px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    padding-right: 5px;
}

.panel-call__grid a:hover {
    color: #fff;
}


/*писать здесь*/
.related-block {
displaY: none;
}



table a:not(.btn) {

}
table {
        width: 100% !important;
}
table td:nth-child(1){
  
}
table td:nth-child(1) a{
    border-bottom: 1px dashed;
}
table td:nth-child(2){
      width: 150px !important;

}
table td:nth-child(3){
    width: 150px !important;

}

table td strong {
    background: #60c6c6;
    color: #fff;
    padding: 5px;
}
/*писать здесь*/

.item-status{
position: absolute;
    top: 10px;
    left: 25px;
    z-index: 9;
    background: #f44336;
    color: #fff;
    padding: 10px;
}

.finish-aksuu .vc_gitem-zone {
  
    pointer-events: none;
}

.padding-breadcrum {
padding: 15px 0;
}


.hide{
	display: none !important;
}

.uc_title a{
color: #222;
}


@media only screen and (min-width: 670px) and (max-width: 1024px) {
.price .vc-hoverbox-block {
    background-size: 30%;
}
}

@media only screen and (max-width: 1138px) {
#menu {
    order: 1;
}
}
@media only screen and (min-width: 768px) and (max-width: 888px) {
.header-call-to-action {
display: none;}
}

@media only screen and (min-width: 1024px) {
.next-vesh {
display: none;
}
}

@media only screen and (max-width: 767px) {

.avados_price_1 img {

    margin: 0 auto 10px;
}

.panel-call__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.panel-call {
  background-color: #fff;
    border-top: 1px solid #eee;
    margin: auto;
    display: block;
    width: 100%;
}
.panel-call__grid {

    float: none;
    text-align: center;
    width: 100%;
}


    .shadow-form .wpcf7-form {
    padding: 20px;
}
    
.popup-title {
    font-size: 20px;
    }
    
    
.avados_testimotional_item span {
    font-size: 14px !important;
}
.vc_col-sm-6.vc_col-has-fill  {
    height: 400px;
}
.logged-in  .header {
    top: 32px;
}
.h-slide {
padding: 23% 0 0 0;
}
	.owl-controls .owl-pagination {
    position: relative;
	}

.link-white ~ .btn {
margin-top: 20px !important;
}

.container-padding {
    padding: 0 10px;
}
.logo img {
    max-height: 34px;
}

.metro-first-screen .title-white:after {
     left: 0 !important;
    right: 0 !important;
    margin: auto;
    top: -60px !important;

   
}


.h-slide .subtitle-white,
.subtitle-white,
.subtitle-black {
    font-size: 16px;
    max-width: 90%;
}
.home .title-white,
.title-white,
.title-black {
    font-size: 25px;
}

.up-title {
display: none;
}

.header-call-to-action {
display: none;
}

}

