@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(jquery.fancybox.css);
@import url(lightgallery.min.css);
@import url(settings.css);
/*
    font-family: 'ProximaNova';
    colors:
        green: 4FB447
*/
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-Light.otf'),
        url('../fonts/ProximaNova-Light.ttf'),
        url('../fonts/ProximaNova-Light.woff'),
        url('../fonts/ProximaNova-Light.woff2');
        font-weight: 100;
        font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-LightIt.otf'),
        url('../fonts/ProximaNova-LightIt.ttf'),
        url('../fonts/ProximaNova-LightIt.woff'),
        url('../fonts/ProximaNova-LightIt.woff2');
        font-weight: 100;
        font-style: italic;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-Regular.otf'),
        url('../fonts/ProximaNova-Regular.ttf'),
        url('../fonts/ProximaNova-Regular.woff'),
        url('../fonts/ProximaNova-Regular.woff2');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-RegularIt.otf'),
        url('../fonts/ProximaNova-RegularIt.ttf'),
        url('../fonts/ProximaNova-RegularIt.woff'),
        url('../fonts/ProximaNova-RegularIt.woff2');
        font-weight: normal;
        font-style: italic;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-Bold.otf'),
        url('../fonts/ProximaNova-Bold.ttf'),
        url('../fonts/ProximaNova-Bold.woff'),
        url('../fonts/ProximaNova-Bold.woff2');
        font-weight: bold;
        font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-BoldIt.otf'),
        url('../fonts/ProximaNova-BoldIt.ttf'),
        url('../fonts/ProximaNova-BoldIt.woff'),
        url('../fonts/ProximaNova-BoldIt.woff2');
        font-weight: bold;
        font-style: italic;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-Extrabld.otf'),
        url('../fonts/ProximaNova-Extrabld.ttf'),
        url('../fonts/ProximaNova-Extrabld.woff'),
        url('../fonts/ProximaNova-Extrabld.woff2');
        font-weight: 900;
        font-style: normal;
}
@font-face {
    font-family: 'Material Icons';
    src: url('../fonts/MaterialIcons-Regular.woff2') format('woff2'), 
         url('../fonts/MaterialIcons-Regular.woff') format('woff'), 
         url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: "liga" 1;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}
.main-wrapper{
    min-height: 100%;
    margin: 0 0 -240px 0;
}
.footer-push{
    height: 240px;
}
.footer-wrapper{
    min-height: 240px;
}
body{
    font-family: 'ProximaNova';
    font-size: 16px;
    line-height: 1.6;
    color: #5B636D;
    overflow-x: hidden;
    background: #fff;
}
blockquote{
    border-left: 3px solid #4FB447;
    margin-bottom: 30px;
    padding-left: 20px;
}
.content ul,
.content ol{
    margin-bottom: 15px;
}
.content ul > li,
.content ol > li{
    margin-bottom: 10px;
    position: relative;
}
.content ul > li{
    padding-left: 25px;
}
.content ul > li:after{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 10px;
    left: 10px;
    background: #4FB447;
    border-radius: 50%;
}
.content ul ul,
.content ol ul,
.content ol ol,
.content ul ol{
    padding-top: 10px;
    padding-left: 10px;
}
.content ul ul li,
.content ol ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
.content ul ul li:after,
.content ol ul li:after{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 0;
    border: 1px solid #999999;
    border-radius: 50%;
}
.content ul ol li,
.content ol ol li{
    list-style: decimal; 
    padding-left: 3px;
    margin-left: 12px;
    margin-bottom: 10px;
}
.content ol{ 
    counter-reset: item; 
}
.content ol li{
    display: block; 
}
.content ol li:before{ 
    content: counters(item, ".") ". "; 
    counter-increment: item;
    padding: 0 5px 0 10px;
    color: #999999;
}
.content ul ul ol li:after,
.content ol ul ol li:after{
    display: none;
}
.content table{
    width: 100%;
    margin-bottom: 30px;
}
.content table th{
    background: #000;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px;
    vertical-align: middle;
    border: 1px solid #000;
    border-right-color: #333333;
}
.content table td{
    border: 1px solid #E5E5E5;
    padding: 20px;
    vertical-align: middle;
    font-weight: 100;
    font-size: 15px;
}
.content table .separate td{
    background: #F7F7F7;
    font-size: 17px;
    font-weight: normal;
}
.clear-hr,
.cleaner-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
}
h1,
.title-h1{
    font-size: 36px;
    line-height: 1.1;
    font-weight: bold;
    color: #374353;
    margin-bottom: 20px;
}
h2,
.title-h2{
    font-size: 36px;
    line-height: 1.1;
    font-weight: bold;
    color: #374353;
    margin-bottom: 15px;
}
h3,
.title-h3{
    font-size: 30px;
    line-height: 1.1;
    font-weight: bold;
    color: #374353;
    margin-bottom: 15px;
}
h4,
.title-h4{
    font-size: 20px;
    line-height: 1.1;
    font-weight: bold;
    color: #374353;
    margin-bottom: 15px;
}
@media only screen and (max-width: 1229px) {
    
}
@media only screen and (max-width: 991px) {
    
}
@media only screen and (max-width: 767px) {
    
}
.light{
    font-weight: 100;
}
.red{
    color: #FF4632;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
.gray{
    color: #676767;
}
p{
    margin-bottom: 20px;
}
a{
    color: #000;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
a:hover{
    color: #4FB447;
}
a:focus{
    outline: none;
}
.btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #4FB447;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 35px 8px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    border: 2px solid #4FB447;
    border-radius: 6px;
}
.btn:hover{
    background: transparent;
    color: #4FB447;
    border-color: #4FB447;
}
.btn.btn-transparent,
.btn.transparent-btn,
.btn.invert{
    background: transparent;
    color: #4FB447;
}
.btn.btn-transparent:hover,
.btn.transparent-btn:hover,
.btn.invert:hover{
    color: #fff;
    background: #4FB447;
}
.btn.btn-white{
    background: #fff;
    border-color: #fff;
    color: #4FB447;
}
.btn.btn-white:hover{
    background: transparent;
    border-color: #4FB447;
}

.btn.block{
    display: block;
    width: 100%;
}
.btn.big{
    padding: 13px 55px 11px;
    font-size: 14px;
}
.form-group{
    position: relative;
}
.modal {
    display: none;
    width: 560px;
    max-width: 100%;
    background: #fff;
    padding: 35px 25px 25px;
}
#responseMessage .modal-content.error{
    color: #FF4632;
}
/**************************************/


/* ======= TABS ======= */
.box{
    display: none;
}
.box.visible{
    display: block;
}
ul.tabs {
    width: 100%;
    display: table;
    
}
ul.tabs li{
    display: table-cell;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    padding: 10px 35px;
    border-bottom: 3px solid transparent;
}
ul.tabs li.current{
    color: #ffffff;
    border-bottom-color: #4fb445;
    background: #4fb444;
}
ul.tabs li:hover{
    color: #4fb445;
    background: #ececec;        
}
.mobile-tab-header{
    display: none;
}
@media only screen and (max-width: 767px){
    .mobile-tab-header{
        padding: 14px 40px 14px 14px;
        color: #ffffff;
        background: #4FB447;
        width: 100%;
        position: relative;
        display: block;
        text-align: left;
    }
    ul.tabs {
        position: relative;
        display: none;
        border: none;
    }
    .mobile-tab-header:after{
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 24px;
        width: 12px;
        height: 12px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .mobile-tab-header.active:after {
        -moz-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        margin-top: -4px;
    }
    ul.tabs li {
        padding: 17px 15px;
        width: 100%;
        border: 1px solid #E9E9E9;
        border-top: none;
        display: block;
        height: auto;
        text-align: left;
        text-transform: none;
        font-size: 15px;
        background: #fff;
    }
    ul.tabs li.current{
        display: none;
    } 
    .mobile-tab-header.active + ul.tabs{
        display: block;
    }
}
@media only screen and (min-width: 768px){
    .tabs.mobile{
        display: table !important;
    }
}
/* ======= / TABS ======= */


/* ======= AGREEMENT ======= */
.agreement{
    position: relative;
    margin-bottom: 20px;
    color: #7C7F8C;
}
.agreement input{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.agreement input + label{
    padding-left: 30px;
    position: relative;
    font-size: 13px;
    display: inline-block;
}
.agreement i{
    position: absolute;
    top: -1px;
    left: 0;
}
.agreement input + label .checked{
    display: none;
}
.agreement input:checked + label .checked{
    display: inline-block;
    color: green;
}
.agreement input:checked + label .no-checked{
    display: none;
}
.agreement input.error + label{
    color: red;
}
/* ======= /. AGREEMENT ======= */


/* PAGINATION */
.pagination{
    margin: 30px 0;
    text-align: center;
}
.pagination li{
    display: inline-block;
    text-align: center;
}
.pagination a,
.pagination li > span{
    font-size: 16px;
    font-weight: bold;
    color: #4FB447;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}
.pagination a:hover{
    color: #4FB447;
}
.pagination .active a{
    background: #4FB447;
    color: #fff;
    border-radius: 100%;
}
/* /. PAGINATION */


/* mob-menu-btn begin */
.menu-button{
    position: fixed;
    right: 20px;
    top: 30px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 1010;
}
.icon-menu-burger {
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -15px;
    -webkit-transition: transform 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
}
.icon-menu-burger__line {
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.2s linear 0.2s;
    -moz-transition: transform 0.2s linear 0.2s;
    -o-transition: transform 0.2s linear 0.2s;
    -ms-transition: transform 0.2s linear 0.2s;
    transition: transform 0.2s linear 0.2s;
    -webkit-transition: -webkit-transform 0.2s linear 0.2s;
}
.icon-menu-burger:before, 
.icon-menu-burger:after {
    background: #fff;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.menu-button.dark .icon-menu-burger__line,
.menu-button.dark .icon-menu-burger:before,
.menu-button.dark .icon-menu-burger:after,
.base-template .icon-menu-burger__line,
.base-template .icon-menu-burger:before,
.base-template .icon-menu-burger:after{
    background: #374353;
}

.menu-button.active .icon-menu-burger__line,
.menu-button.active .icon-menu-burger:before, 
.menu-button.active .icon-menu-burger:after {
    background: #FF2C3E !important;
}
.icon-menu-burger:before {
    top: -9px;
    -webkit-transition: top 0.2s linear 0.4s;
    -moz-transition: top 0.2s linear 0.4s;
    -o-transition: top 0.2s linear 0.4s;
    -ms-transition: top 0.2s linear 0.4s;
    transition: top 0.2s linear 0.4s;
}
.icon-menu-burger:after {
    bottom: -9px;
    -webkit-transition: bottom 0.2s linear 0.4s;
    -moz-transition: bottom 0.2s linear 0.4s;
    -o-transition: bottom 0.2s linear 0.4s;
    -ms-transition: bottom 0.2s linear 0.4s;
    transition: bottom 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.2s linear 0.4s;
    -moz-transition: transform 0.2s linear 0.4s;
    -o-transition: transform 0.2s linear 0.4s;
    -ms-transition: transform 0.2s linear 0.4s;
    transition: transform 0.2s linear 0.4s;
    -webkit-transition: -webkit-transform 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger__line{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-button.active .icon-menu-burger:before {
    -webkit-transition: top 0.2s linear;
    -moz-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    -ms-transition: top 0.2s linear;
    transition: top 0.2s linear;
    top: 0;
}
.menu-button.active .icon-menu-burger:after {
    -webkit-transition: bottom 0.2s linear;
    -moz-transition: bottom 0.2s linear;
    -o-transition: bottom 0.2s linear;
    -ms-transition: bottom 0.2s linear;
    transition: bottom 0.2s linear;
    bottom: 0;
}
@media only screen and (max-width: 450px){
    .menu-button{
        right: 15px;
    }
}
/* mob-menu-btn end */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -470px;
    background: #4FB447;
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding-top: 20px;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.mobile-logo{
    padding: 0 0 0 10px;
}
.mobile-menu li{
    position: relative;
}
.mobile-menu > div > ul > li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > div > ul > li:first-of-type{
    border-top: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > div > ul > li.down > a {
    padding-right: 60px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 48px;
    z-index: 10;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 13px;
    left: 16px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.mobile-menu .dropdown-button.active:before{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 19px;
}
.mobile-menu > div > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu > div > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 13px 20px 10px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.mobile-menu > div > ul  > li.active > a,
.mobile-menu > div > ul > li > ul > li.active > a,
.mobile-menu > div ul ul ul .active a{
    color: #1f1d1c;
}
.mobile-menu > div > ul > li > ul > li > a,
.mobile-menu > div ul ul ul a{
    display: block;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 10px 10px 10px 30px;
    color: #FFFFFF;
    position: relative;
}
.mobile-menu > div > ul > li > ul > li > a:before,
.mobile-menu > div ul ul ul a:before {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    left: 18px;
    width: 5px;
    height: 2px;
    background: #ffffff;
}
.mobile-menu > div ul ul ul a{
    padding: 6px 10px 6px 45px;
    font-size: 13px;
}
.mobile-menu > div ul ul ul a:before{
    left: 34px;
    top: 12px;
}
.mobile-menu .dropdown-button + ul {
    position: static;
    width: 100%;
    display: none;
    margin-bottom: 10px;
}
.mobile-menu ul ul .dropdown-button:before{
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    color: #fff;
    -moz-transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    top: 8px !important;
    left: 17px;
    font-size: 16px;
}
.mobile-menu .menu-button{
    display: none;
}

.mobile-menu a[href="javascript:void();"]{
    text-transform: uppercase;
    color: #fff !important;
    padding-left: 20px;
}
.mobile-menu a[href="javascript:void();"]:before{
    display: none;
}


@media only screen and (max-width: 1229px) {
    .mobile-menu.open {
        left: 0;
    }
    .mobile-menu.open + .overlay {
        z-index: 500;
        opacity: 1;
    }
}

@media only screen and (max-width: 991px){
   .mobile-menu {
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 440px) {
    .mobile-menu{
        width: 100%;
    }
    .mobile-menu .menu-button{
        display: block;
        position: absolute;
    }
}
@media (min-width: 1230px){
    .mobile-menu{
        display: none;
    }
}
/************* /. mobile-menu **************/


/* ======= HEADER ======= */

.header-wrapper{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    background: rgba(40,103,184,0.1);
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.header-wrapper > .container{
    width: 1470px;
    max-width: 100%;
}
.header{
    height: 100px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.header-wrapper.active,
.base-template .header-wrapper{
    background: #ffffff;
    border-bottom-color: #e1e2e4;
}
.header-push{
    height: 100px;
}
.index-template .header-push{
    display: none;
}
.header-wrapper.active .header{
    height: 80px;
}
.header{
    padding: 0 230px;
}
.logo{
    width: 220px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
}
.dark-logo{
    display: none;
}
.header-wrapper.active .dark-logo,
.base-template .header-wrapper .dark-logo{
    display: block;
}
.header-wrapper.active .light-logo,
.base-template .header-wrapper .light-logo{
    display: none;
}
.header-aside{
    position: absolute;
    right: 0;
    top: 0;
    bottom: -1px;
    width: 160px;
    text-align: center;
    color: #fff;
    background: #4FB447;
    background: -moz-linear-gradient(top, #4FB447, #8bec81);
    background: -webkit-linear-gradient(top, #4FB447, #8bec81);
    background: -o-linear-gradient(top, #4FB447, #8bec81);
    background: -ms-linear-gradient(top, #4FB447, #8bec81);
    background: linear-gradient(top, #4FB447, #8bec81);
    font-size: 16px;
}
.header-aside a{
    color: #202020;
}
.header-aside i{
    font-size: 16px;
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    border-radius: 100%;
    border: 1px solid #fff;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1229px) {
    .header-wrapper .header{
        height: 80px;
        padding: 0;
    }
    .header-push{
        height: 80px;
    }
    .header-aside{
        right: 55px;
    }
}
@media only screen and (max-width: 767px){
    .header-aside{
        position: static;
        height: auto;
        width: auto;
        background: transparent;
        display: inline-block;
        font-size: 14px;
    }
    .header-aside .phone a{
        color: #4fb446;
    }
    .header-wrapper .header {
        height: auto !important;
    }
    .logo{
        height: auto;
        position: static;
    }
}


/* ======= TOP MENU ======= */
.top-menu{
    height: 100%;
}
.top-menu .table-cell > ul > li{
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
.top-menu .table-cell > ul > li:first-of-type{
    margin-left: 0;
}
.top-menu .table-cell > ul > li:last-of-type{
    margin-right: 0;
}
.top-menu .table-cell > ul > li > a{
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.header-wrapper.active .top-menu .table-cell > ul > li > a,
.base-template .header-wrapper .top-menu .table-cell > ul > li > a{
    color: #374353;
}
.top-menu .table-cell > ul > li.active > a,
.top-menu .table-cell > ul > li > a:hover{
    color: #4fb446 !important;
}
.top-menu ul ul{
    visibility: hidden;
    opacity: 0;
    width: 280px;
    position: absolute;
    left: 0;
    top: 65px;
    text-align: left;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	z-index: 300;
}
.top-menu ul ul:before{
    content:"";
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    top: -40px;
}
.top-menu ul ul a{
    display: block;
    background: #ffffff;
    padding: 10px 14px;
    border-bottom: 1px solid #f3f3f3;
    font-size: 14px;
    line-height: 1.3;
    color: #535967;
}
.top-menu ul ul li:last-of-type > a{
    border-bottom: none;
}
.top-menu ul > li:hover > ul{
    visibility: visible;
    opacity: 1;
}
.header-wrapper.active .top-menu ul ul{
    top: 55px;
}
.header-wrapper.active .top-menu ul ul:before{
    height: 30px;
    top: -30px;
}
.top-menu ul ul a:hover{
    background: #ffffff;
    color: #4fb446;
}
.top-menu ul ul .active > a{
    color: #fff;
    background: #4fb446;
}

@media(max-width: 1380px){
    .top-menu .table-cell > ul > li{
        margin: 0 20px;
    }
}
@media(max-width: 1300px){
    .top-menu .table-cell > ul > li{
        margin: 0 15px;
    }
}
/* ======= /. TOP MENU ======= */



/* ======= TOP SLIDER ======= */
.top-slider .item{
    height: 725px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    color: #fff;
    padding: 140px 0 40px;
    position: relative;
}
.top-slider .item:before{
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
}
.slider-content{
    padding: 0 20px;
}
.sup-title{
    display: inline-block;
    margin-bottom: 25px;
    padding: 7px 5px;
    border-radius: 6px;
    border: 1px dashed rgba(255,255,255,0.2);
    color: #fff;
    font-size: 16px;
    position: relative;
}
.sup-title span{
    margin: 0 20px;
    position: relative;
}
.sup-title span:after{
    content:"";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    right: -24px;
    margin-top: -2px;
    border-radius: 100%;
    background: rgba(255,255,255,0.1);
}
.sup-title span:last-of-type:after{
    display: none;
}
.top-slider .title{
    font-size: 70px;
    line-height: 1;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
}
.top-slider .slider-content .text span.relative{
    display: inline-block;
}
.top-slider .slider-content .text span.relative:after{
    content:"";
    display: block;
    position: absolute;
    width: 54px;
    height: 65px;
    top: 100%;
    right: 50%;
    margin-right: -250px;
    background: url(../images/top-slider-arrow.png) 0 0 no-repeat;
}
.top-slider .slider-content .btn{
    margin-bottom: 0;
}
/* ======= /. TOP SLIDER ======= */
@media only screen and (max-width: 1229px) {
    .top-slider .title{
        font-size: 60px;
    }  
    .top-slider .item{
        height: 640px;
        padding: 120px 0 40px;
    }
}

@media only screen and (max-width: 991px) {
    .top-slider .title{
        font-size: 50px;
    }
    .top-slider .item{
        height: auto;
        padding: 140px 0 70px;
    }
}

@media only screen and (max-width: 767px) {
    .top-slider .title{
        font-size: 24px;
    }
    .top-slider .slider-content .text span.relative:after{
        display: none;
    }
    .top-slider .slider-content .text{
        font-size: 14px;
    }
}

/* ======= /. HEADER ======= */



/* INDEX ABOUT SECTION */

.feauters{
    margin: 0 -5px;
}
.feauters .element{
    height: 354px;
    margin: 0 5px 30px;
    position: relative;
    padding: 30px 40px;
    border-radius: 20px;
    border: 1px solid #353535;
}
.feauters .element:before{
    /*content:"";*/
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #e1e2e4;
}
.feauters .element .text{
    font-weight: 600;
    font-size: 18px;
    color: #ACACAC;
}
.feauters .title-element{
    padding: 40px 0 70px;
    position: relative;
}
.feauters .title-element:before{
    /*content:"";*/
    display: block;
    position: absolute;
    width: 1px;
    height: 90px;
    top: -80px;
    left: 50%;
    border-left: 1px dashed #B5CCE7;
}
.feauters .title-element .first{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4FB447;
    margin-bottom: 5px;
}
.feauters .title-element .last{
    font-size: 32px;
    font-weight: bold;
    color: #374353;
    line-height: 1.2;
}
.index-about .inner{
    position: relative;
}
.index-about .sup-title{
    font-size: 24px;
    font-weight: bold;
    color: #374353;
    margin-bottom: 15px;
    line-height: 1.2;
}
.index-about .title{
    font-size: 45px;
    line-height: 1;
    font-weight: 900;
    color: #4FB447;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
}
@media only screen and (max-width: 1229px) {
    .feauters .element{
        height: 30vw;
        font-size: 16px;
    }
}
@media only screen and (max-width: 991px) {
    .feauters .title-element .last {
        font-size: 3.5vw;
    }
    .feauters .title-element .first {
        font-size: 1.4vw;
    }
    .feauters{
        margin: 0;
    }
    .feauters .element{
        margin: 0 0 20px;
        padding: 25px 15px;
        font-size: 14px;
        line-height: 1.3;
    }
    .index-about-section:before,
    .index-about-section:after{
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .index-about .inner{
        margin-bottom: 20px;
    }
    .feauters .title-element .first{
        font-size: 14px;
    }
    .feauters .title-element .last{
        font-size: 26px;
    }
    .feauters .title-element{
        padding: 0 0 50px;
    }
    .feauters .title-element:before{
        height: 60px;
        top: -80px;
    }
    .feauters .element{
        height: auto;
        padding: 40px 30px;
    }
    .index-about .text{
        font-size: 16px;
    }
    .index-about .title{
        font-size: 22px;
        line-height: 1.3;
    }
}
/* /. INDEX ABOUT SECTION */


/* STEPS */
.steps-section{
    background-color: #333;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}
.ie .steps-section{
    background-attachment: inherit;
}
.steps-section .element{
    margin-bottom: 40px;
    position: relative;
}
.steps-section .element:after{
    content:"";
    width: 16px;
    height: 16px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    margin-top: -16px;
    right: 0;
}
.steps-section .row > div:last-of-type > .element:after{
    display: none;
}
.steps-section .element .img-wrapper{
    height: 82px;
    margin-bottom: 25px;
}
.steps-section .element .text{
    text-transform: uppercase;
}
@media(max-width: 767px){
    .steps-section .element{
        padding-bottom: 40px;
    }
    .steps-section .element:after{
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        top: auto;
        bottom: 0;
        margin-top: 0;
        right: 50%;
        margin-right: -8px;
    }
    .steps-section .row > div:last-of-type > .element{
        padding-bottom: 0;
    }
}
/* /. STEPS */


/* SERVICES */
.services .element{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
    height: 340px;
    overflow: hidden;
    cursor: default;
}
.services .element:before{
    content:"";
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border: 1px solid #fff;
    z-index: 10;
}
.services .element .img-wrapper{
    height: 210px;
}
.services .element .img-wrapper .element-img{
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.services .element .element-content{
    height: 100%;
    width: 100%;
    background: #E8E8EB;
    padding: 30px 20px;
    position: absolute;
    top: 210px;
    left: 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.services .element:hover .element-content{
    top: 0;
    padding-top: 80px;
}
.services .element .element-content .text{
    height: 66px;
    overflow: hidden;
}
.services .element .element-content .text small{
    display: inline-block;
    font-weight: 100;
    padding-top: 5px;
}
.services .element .element-content .short{
    display: block;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    background: #4FB447;
}
.services .element .element-content .btn{
    position: relative;
    z-index: 20;
}

.services > .row > div:nth-of-type(2) .element-content{
    background: #F9EBE7;
}
.services > .row > div:nth-of-type(3) .element-content{
    background: #FBEFE7;
}
.services > .row > div:nth-of-type(4) .element-content{
    background: #F4E8EC;
}
.services > .row > div:nth-of-type(5) .element-content{
    background: #F4E8EC;
}
.services > .row > div:nth-of-type(6) .element-content{
    background: #DEF1F3;
}
.services > .row > div:nth-of-type(7) .element-content{
    background: #F3F3E2;
}
.services > .row > div:nth-of-type(8) .element-content{
    background: #F9F5ED;
}
.services > .row > div:nth-of-type(9) .element-content{
    background: #FEEEEA;
}
.services > .row > div:nth-of-type(10) .element-content{
    background: #EFF0F5;
}


@media only screen and (max-width: 1229px) {
    .services .element{
        font-size: 14px;
    }
    .services .element .element-content .text{
        height: 76px;
    }
}
@media only screen and (max-width: 991px) {
    .services .element{
        font-size: 13px;
        height: 360px;
    }
    .services .element .element-content{
        top: 180px !important;
        padding-top: 25px !important;
    }
    .services .element .element-content .push50,
    .services .element .element-content .short{
        display: none;
    }
    .services .element .element-content .text{
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .services .row > div[class^="col-"]{
        width: 50%;
        float: left;
    }
}
@media only screen and (max-width: 600px) {
    .services .row > div[class^="col-"]{
        width: 100%;
        float: none;
    }
}

/* /. SERVICES */


/* INDEX MAP */
.index-template .object-map-wrapper {
    background: #f8f8f8;
    border-top: 1px solid #E1E2E4;
}
.index-template .object-map-wrapper .tabs{
    border-top: 1px solid #ECECEC;
}
.object-map-wrapper .map-block{
    height: 520px;
}
.mapex{
    height: 100%;
}
.balloonContentBody{
    padding: 10px 10px 18px 10px;
}
.balloonContentBody .material-icons{
    font-size: 20px;
    color: #4fb446;
    vertical-align: middle;
    margin: -3px 4px 0 0;
}
.balloonContentHeader{
    padding: 18px 10px 0 10px;
}
@media only screen and (max-width: 991px) {
    .object-map-wrapper .map-block{
        height: 420px;
    }
}
@media only screen and (max-width: 767px) {
    .object-map-wrapper .map-block{
        height: 360px;
    }
}
/* /. INDEX MAP */


/* FOOTER */
.footer-wrapper{
    background: #1a1a1a;
    background-size: cover;
    color: #fff;
}
.footer-top{
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-wrapper a{
    color: #fff;
}
.footer-wrapper a:hover{
    color: #4fb446;
}
.footer-phone{
    margin-right: 30px;
    display: inline-block;
    font-size: 16px;
}
.footer-phone i{
    width: 36px;
    height: 36px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    border: 1px solid rgba(255,255,255,0.5);
    font-size: 18px;
    line-height: 36px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}
.footer-menu li{
    display: inline-block;
    padding: 0 40px;
    position: relative;
}
.footer-menu li:first-of-type{
    padding-left: 0;
}
.footer-menu li:last-of-type{
    padding-right: 0;
}
.footer-menu li:after{
    content:"";
    display: block;
    position: absolute;
    width: 1px;
    height: 15px;
    top: 8px;
    right: 0;
    background: rgba(255,255,255,0.2);
}
.footer-menu li:last-of-type:after{
    display: none;
}
.footer-menu a{
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}
.footer-menu a:hover,
.footer-menu .active a{
    color: #4fb446;
}
.copyright{
    color: rgba(255,255,255,0.6);
}
@media only screen and (max-width: 1229px) {
    .footer-menu li{
        padding: 0 30px;
    }
}
@media only screen and (max-width: 991px) {
    .footer-menu li{
        padding: 0 15px;
    }
    .footer-menu a{
        font-size: 11px;
    }
}
/* /. FOOTER */


/* CONTACTS PAGE */
.objects-list .element{
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 100;
    color: #374353;
}
.objects-list .element .sub-element{
    margin-bottom: 14px;
}
.objects-list .element .sub-element .title{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.contacts-template ul.tabs li.current {
    color: #374353;
}
.contacts-template ul.tabs li:hover{
    color: #4FB447;
}
@media only screen and (min-width: 768px) {
    .contacts-template ul.tabs li {
        display: inline-block;
        border-bottom-width: 2px;
        padding: 5px 0;
        margin: 0 15px;
        color: #374353;
        background: #fff !important;
    }
    .contacts-template .object-map-wrapper .tabs{
        border-bottom: 1px solid #ECECEC;
    }
    .objects-list > .row > hr:nth-of-type(2n){
        clear: both;
    }
}
@media only screen and (min-width: 992px){
    .objects-list > .row > hr:nth-of-type(2n){
        clear: none;
    }
    .objects-list > .row > hr:nth-of-type(3n){
        clear: both;
    }
}
/* /. CONTACTS PAGE */



/* PRICE PAGE */

.price-list .element{
    margin-bottom: 40px;
}
.price-list table{
    width: 100%;
}
.price-list th{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    color: #374353;
    letter-spacing: 1px;
}
.price-list td{
    border-bottom: 1px solid #DDE4E6;
    font-weight: 100;
    font-size: 16px;
    padding: 0 0 15px 0;
}
.price-list th:last-of-type,
.price-list td:last-of-type{
    padding: 15px 0 15px 30px;
    text-align: right;
}
@media only screen and (max-width: 767px) {
    .price-list .element .title-h4{
        text-align: left;
    }
    .price-list td{
        font-size: 13px;
    }
    .price-list td:last-of-type{
        width: 33%;
    }
    .price-list th{
        letter-spacing: 0;
    }
}
/* /. PRICE PAGE */


/* ABOUT PAGE */
.about-section .years .element{
    margin-bottom: 40px;
}
.about-section .years .element .title{
    font-size: 60px;
    font-weight: 100;
}
.about-section .years .element .title span{
    font-size: 24px;
}

.about-section-bottom{
    background: #F0F7FA;
}
.about-section-bottom-img{
    margin-top: -60px;
}
.docs-carousel{
    margin: 0 -10px;
}
.docs-carousel .item{
    padding: 8px 10px;
}
.docs-carousel .element{
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    width: 278px;
    max-width: 100%;
    margin: auto;
}
.docs-carousel .element:hover{
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.docs-carousel .element img{
    width: 100%;
}
/* /. ABOUT PAGE */


/* PAGE GALLERY */
.gallery .element{
    width: 270px;
    margin: 0 auto 20px;
    max-width: 100%;
}
.gallery a i{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 10;
    font-size: 46px;
    line-height: 1;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
}
.gallery .element a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(41, 41, 41,0.5);
    opacity: 0;
}
.gallery .element a:hover{
    opacity: 1;
}
.gallery .element a:hover i{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
/* /. PAGE GALLERY */







/* PAGE COSTING */

/* Icon / Vehicle*/
@font-face 
{
	font-family:'template-icon-vehicle';
	src:url('../fonts/template-icon-vehicle.eot?krrzze');
	src:url('../fonts/template-icon-vehicle.eot?#iefixkrrzze') format('embedded-opentype'), 
	    url('../fonts/template-icon-vehicle.ttf?krrzze') format('truetype'), 
	    url('../fonts/template-icon-vehicle.woff?krrzze') format('woff'), 
	    url('../fonts/template-icon-vehicle.svg?krrzze#template-icon-vehicle') format('svg');
	font-weight:normal;
	font-style:normal;
}

[class^="template-icon-vehicle-"], 
[class*=" template-icon-vehicle-"] 
{
	font-family:'template-icon-vehicle' !important;
	speak:none;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.template-icon-vehicle-jetski:before 
{
	content:"\79";
	font-size:28px;
}
.template-icon-vehicle-boat:before 
{
	content:"\78";
	font-size:30px;
}
.template-icon-vehicle-quad:before 
{
	content:"\75";
	font-size:61px;
}
.template-icon-vehicle-trailer:before 
{
	content:"\74";
	font-size:23px;
}
.template-icon-vehicle-bicycle:before 
{
	content:"\77";
	font-size:41px;
}
.template-icon-vehicle-motorcycle:before 
{
	content:"\76";
	font-size:60px;
}
.template-icon-vehicle-mini-car:before 
{
	content:"\61";
	font-size:60px;
}
.template-icon-vehicle-small-car:before 
{
	content:"\62";
	font-size:60px;
}
.template-icon-vehicle-pickup:before 
{
	content:"\67";
	font-size:60px;
}
.template-icon-vehicle-limousine:before 
{
	content:"\68";
	font-size:60px;
}
.template-icon-vehicle-4x4:before 
{
	content:"\66";
	font-size:61px;
}
.template-icon-vehicle-car-mid-size:before 
{
	content:"\63";
	font-size:60px;
}
.template-icon-vehicle-truck-mid-size:before 
{
	content:"\6b";
	font-size:60px;
}
.template-icon-vehicle-truck:before 
{
	content:"\6c";
	font-size:60px;
}
.template-icon-vehicle-double-decker:before 
{
	content:"\70";
	font-size:60px;
}
.template-icon-vehicle-bus:before 
{
	content:"\6f";
	font-size:60px;
}
.template-icon-vehicle-van:before 
{
	content:"\69";
	font-size:60px;
}
.template-icon-vehicle-midibus:before 
{
	content:"\6e";
	font-size:60px;
}
.template-icon-vehicle-heavy-equipment:before 
{
	content:"\71";
	font-size:60px;
}
.template-icon-vehicle-station-wagon:before 
{
	content:"\64";
	font-size:60px;
}
.template-icon-vehicle-suv:before 
{
	content:"\65";
	font-size:60px;
}
.template-icon-vehicle-truck-large:before 
{
	content:"\72";
	font-size:60px;
}
.template-icon-vehicle-minibus:before 
{
	content:"\6d";
	font-size:60px;
}
.template-icon-vehicle-caravan:before 
{
	content:"\73";
	font-size:60px;
}
.template-icon-vehicle-minivan:before 
{
	content:"\6a";
	font-size:60px;
}
	
/* /. Icon / Vehicle */


.cost-block{
    margin-bottom: 40px;
}
.cost-block .block-header{
    padding-left: 110px;
    min-height: 90px;
    margin-bottom: 40px;
    padding-top: 10px;
}
.cost-block .block-header .num{
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    background: #4FB447;
    font-size: 36px;
}
.cost-block .block-header .title{
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 10px;
}
.cost-block .block-header .sub-title{
    font-size: 16px;
    font-style: italic;
}
.auto-types .element{
    padding: 25px 20px;
    border-bottom: 1px solid #E2E6E7;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	margin-bottom: 30px;
}
.auto-types .element .element-icon{
    margin-bottom: 5px;
}
.auto-types .element.active,
.auto-types .element:hover{
    color: #fff;
    background: #4FB447;
    border-color: #4FB447;
}

.intensiv .element{
    border: 1px solid #E2E6E7;
    padding: 20px;
    margin: 0 auto 30px;
}
.intensiv .element .title{
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 17px;
    border-bottom: 1px solid #E2E6E7;
    margin-bottom: 22px;
    letter-spacing: 1px;
    color: #333;
}
.intensiv .element .element-time{
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E6E7;
    margin-bottom: 25px;
}
.intensiv .element-time svg{
    width: 18px;
    margin: -5px 4px 0 0;
    vertical-align: middle;
}
.intensiv .element .text{
    margin-bottom: 25px;
    font-weight: 100;
}
.intensiv .element .btn{
    background: transparent;
    color: #4FB447;
    padding-right: 20px;
    padding-left: 42px;
}
.intensiv .element .btn i{
    opacity: 0;
}
.intensiv .element.active .btn,
.intensiv .element .btn:hover{
    color: #fff;
    background: #4FB447;
}
.intensiv .element.active .btn i{
    opacity: 1;
}

.components .element{
    border: 1px solid #E2E6E7;
    border-top: none;
    padding: 15px 20px;
}
.components > div:first-of-type{
    border-top: 1px solid #E2E6E7;
}
.components .element-left{
    padding: 10px 0;
}
.components .component-name{
    font-size: 18px;
    color: #333;
    line-height: 1.2;
}


.components .element-time svg{
    width: 18px;
    margin: -2px 0 0 0;
    vertical-align: middle;
}
.components .element-cost svg{
    width: 18px;
    margin: -2px 8px 0 0;
    vertical-align: middle;
}
.components .element-right{
    padding: 10px 190px 10px 0;
    min-height: 42px;
}
.components .element-right .btn{
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    color: #4FB447;
    padding-right: 20px;
    padding-left: 42px;
}
.components .element-right .btn i{
    opacity: 0;
}

.components .element.active .element-right .btn,
.components .element .element-right .btn:hover{
    color: #fff;
    background: #4FB447;
}
.components .element.active .element-right .btn i{
    opacity: 1;
}

.element-counter{
    position: relative;
    z-index: 10;
}
.element-counter .form-control{
    display: inline-block;
    height: 22px;
    width: 22px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    background: #fff;
    border: none;
    position: relative;
    margin-bottom: 0;
    cursor: default;
}
.element-counter .input-group-btn.first{
    margin-left: 8px;
}


.element-counter:after{
    content:"";
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: default;
}
.element.active .element-counter:after{
    display: block;
}
.element-counter button{
    width: 22px;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    border: none;
    background: transparent;
    font-size: 14px;
    border: 1px solid #9da3a9;
    border-radius: 3px;
}
.element-counter button:hover{
    color: #fff;
    border-color: #4FB447;
    background: #4FB447;
}
.element-counter button[disabled]:hover{
    color: #1F1F1F;
    border-color: #9da3a9;
    background: transparent;
}

@media only screen and (max-width: 767px) {
    .cost-block .block-header .title{
        font-size: 20px;
    }
    .cost-block .block-header{
        padding-left: 70px;
    }
    .cost-block .block-header .num{
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 30px;
    }
}
@media only screen and (max-width: 590px) {
    .components .element-right {
        padding: 10px 10px 10px 0;
    }
    .components .element-right .btn {
        position: static;
        margin: 15px 0 0;
    }
    .element-right .row div[class^="col-xs-"]{
        width: 100%;
        margin-bottom: 10px;
    }
}
/* /. PAGE COSTING */
.green{
    color: #4FB447;
}






















/*
    font-family: 'ProximaNova';
    colors:
        green: 4FB447
*/
.main-wrapper .index-about-section {
    background-color: #1a1a1a;
}

.main-wrapper .index-about-section.index-about-section2 {
    background-color: #000;
}

.main-wrapper .index-about-section .inner.content h2, .main-wrapper .index-about-section .inner.content h3 {
    color: #fff;
}
.main-wrapper .index-about-section .inner.content ul, .main-wrapper .index-about-section .inner.content p {
    color: #ACACAC;
}

.index-about-section .title-element .first.title-h2 {
    font-size: 36px;
}
/**************************************************   MEDIA QUERIS   *****************************************************/

@media only screen and (max-width: 1229px) {
    
}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 767px) {
    .index-about-section .title-element .first.title-h2 {
        font-size: 30px;
    }
}



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

}
@media only screen and (min-width: 992px){

}
@media only screen and (min-width: 1230px) {

}

.breadcrumb-content > ul > li {
    display: inline-block;
    list-style: none;
    font-size: 14px;
    color: #6d6f77;
    position: relative;
}

.breadcrumb-content li + li:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding: 0 8px;
    vertical-align: middle;
    color: #6d6f77;
}

