/*
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=cyrillic');
*/
html, body {
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Exo 2', sans-serif;
/*    font-size: 14px;*/
    font-size: 12px;
    margin: 0;
    padding: 0;
    height: 100%;
    background: #ffffff;
    color: #4c4d4f;
}
@media (min-width: 1200px) {
    .container {
        width: 1024px;
    }
}
a, 
a:hover {
    /*color: #00a251;*/
    color: #99cc66;
    text-decoration: underline;
}
h1, 
.h1__title {
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-size: 3em;
    font-weight: 500;
    line-height: 1.1;
    padding: 0;
    padding: 25px 0;
    margin: 0 auto;
}
.h1__title--white {
    color: #ffffff;
    padding: 50px 0;
}
@media(max-width: 768px) {
    h1, 
    .h1__title {
        font-size: 2.5em;
    }
}
h2 {
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-size: 2.5em;
    color: #00a251;
    /*color: #99cc66;*/
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.1;
}
.h2__title {
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-size: 2.5em;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.1;
    padding: 25px;
}
.h2__title--last-commnet {
    padding-bottom: 10px;
}
.h3__title, 
h3 {
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-size: 2em;
    color: #00a251;
    /*color: #99cc66;*/
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.1;
}
.h4__title, 
h4 {
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-size: 1.5em;
    color: #00a251;
    /*color: #99cc66;*/
    margin: 0 0 15px;
    padding: 0;
    line-height: 1.1;
}
.h2__title--white {
    color: #ffffff;
}
.h2__title--green {
    color: #00a251;
    /*color: #99cc66;*/
}
.h2__title--green2 {
    color: #99cc66;
    /*color: #99cc66;*/
}
.h2__title--red {
    color: #d33a2a;
    /*color: #99cc66;*/
}
.all-page {
    position: relative;
    z-index: 5;
}
/* HTML */
.html-block ul, .html-block ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
    list-style: none;
}
.html__text {
    font-size: 14px;
}
@media(max-width: 768px) {
    .html__text {
        font-size: 16px;
    }
}
.html__text h1 {
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-size: 2.5em;
    /*color: #00a251;*/
    color: #99cc66;
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.1;
    font-weight: 500;
}
/*
.html-block li {
    padding-left: 15px;
}
.html-block li:before {    
font-family: 'FontAwesome';
content: '\f00c';
margin: 0 0 0 -15px;
color: #eea20c;
}
*/
.html-block ul {
    list-style-type: none;
    padding-left: 20px;
}
.html-block li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px
}
.html-block li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    /*content: "\f00c";*/
    content: "\f111";
    /*color: #eea20c;*/
    color: #00a251;
    font-size: 0.8em;
    margin-top: 0.4em;
}
.contact__item {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 15px;
}
.contact__item .fa {
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100%;
    background: rgba(248,248,248,1);
    line-height: 40px;
    font-size: 18px;
    color: #9a9b9c;
}
/* PRICES TABLE */
.prices-table > thead > tr > th {
    border-color: #ffffff;
    border-width: 1px;
    background: rgba(244,242,242,1);
    border-right: 1px solid #ffffff;
    padding: 15px;
}
.prices-table > thead > tr > th:first-child {
    padding-left: 35px;
    padding-right: 35px;
}
.prices-table > thead > tr > th:last-child {
    border-right: none;
}
.prices-table > tbody > tr > td {
    border-color: #ffffff;
    background: rgba(248,248,248,1);
    vertical-align: middle;
    border-right: 1px solid #ffffff;
    padding: 15px;
}
.prices-table > tbody > tr > td:first-child {
    padding-left: 35px;
    padding-right: 35px;
}
.prices-table > tbody > tr > td:last-child {
    border-right: none;
}
/* end PRICES TABLE */
/* end HTML */
/* HEADER */
header {}
.header-img {
    text-align: center;
}
.header-img img {
    max-width: 100%;
    margin: 0 auto;
}
.header__top {
    background: rgba(76,77,79,1);
/*    border: 1px solid red;*/
}
.header__langs-links {
    font-size: 18px;
}
.header__langs-link {
    display: inline-block;
    margin: 8px 2px 0;
}
.header__langs-link a {
    display: inline-block;
    /*width: 30px;*/
    /*height: 30px;*/
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    text-transform: uppercase;
    /*border-radius: 100%;*/
    /*border: 1px solid #9d9d9e;*/
    font-size: 0.8em;
    text-decoration: none;
}
.header__langs-link a.active-lang {
    color: #00a251;
}
.header__social-links {
    font-size: 18px;
}
.header__social-link {
    display: inline-block;
    margin: 8px 3px 0;
}
.header__social-link a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    color: #ffffff;
    border-radius: 100%;
    border: 1px solid #9d9d9e;
    font-size: 0.8em;
}
.header__social-link--facebook a:hover {
    background: rgba(1,103,151,1);
}
.header__social-link--twitter a:hover {
    background: rgba(45,190,222,1);
}
.header__social-link--google a:hover {
    background: rgba(211,72,54,1);
}
.header__social-link--skype a:hover {
    background: rgba(18,165,244,1);
}
.header__content {

}
.header__content--right {
    text-align: right;
}
.logo {
    padding: 20px 0;
}
.logo img {
    max-width:100%;
}
@media (max-width: 992px) {
    .logo {
        margin:0 auto;
        text-align: center;
    }
}
.header__phone {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    padding: 13px 15px;
    /*border: 2px solid #00a251;*/
    border: 2px solid #99cc66;
    font-size: 1.286em;
    margin-left: 15px;
}
.header__phone .fa {
    /*color: #00a251;*/
    color: #99cc66;
    font-size: 1.389em;
    margin-right: 5px;
    display: inline-block;
    vertical-align: bottom;
}
.header__btn {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    padding: 13px 15px;
    /*border: 2px solid #00a251;*/
    border: 2px solid #99cc66;
    font-size: 1.286em;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 15px;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.header__btn--purple {
    border-color: #b81177;
    background: rgba(184,17,119,1);
    color: #ffffff;
}
.header__btn--purple:hover {
    border-color: #008b86;
    background: rgba(0,139,134,1);    
}
.header__btn--green {
    border-color: #00a251;
    background: rgba(0,162,81,1);
    color: #ffffff;
}
.header__btn--green:hover {
    /*border-color: #99cc66;
    background: rgba(153,204,102,1);*/
    border-color: #b22222;
    background: rgba(178,34,34,1);
}
@media (max-width: 992px) {
    .header__content--right {
        text-align: center;
    }
    .header__btn {
        margin: 5px 10px;
    }
    .header__phone {
        margin: 5px 10px;
    }
}
/* MENU */
.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
    min-height: auto;
}
.navbar-default {
    background: transparent;
    border: none;
}
.navbar-default .navbar-nav > li > a {
    font-size: 1.286em;
    color: #ffffff;
    padding: 15px;
    /*font-weight: 600;*/
    /*
    padding-top: 15px;
    padding-bottom: 15px;
    */
    cursor: pointer;
    text-decoration: none;
}
/*
.navbar-default .navbar-nav > li:last-child > a {
    color: #eea20c;
}
*/
@media (max-width: 1200px) and (min-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        /*font-size: 1em;*/
        padding: 12px 15px;
    }
}
.navbar-default .navbar-nav > li:first-child > a {
    margin-left: 0;
}
.navbar-default .navbar-nav > li > a:hover {
    /*color: #00a251;*/
    color: #99cc66;
}
.navbar-default .navbar-nav > li > a.menu__link--orange {
    color: #eea20c;
}
.navbar-default .navbar-nav > li.active > a {
    /*background: rgba(153,204,102,1);*/
    background: rgba(0,162,81,1);
    border: none;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff !important;
    /*background: rgba(153,204,102,1);*/
    background: rgba(0,162,81,1);
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
}
.services__menu .navbar-default .navbar-nav > .open > a, 
.services__menu .navbar-default .navbar-nav > .open > a:hover, 
.services__menu .navbar-default .navbar-nav > .open > a:focus {
    color: #4c4d4f;
}
.main-menu .dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0;
    background: rgba(76,77,79,1);
}
.main-menu .dropdown-menu > li {
    list-style-image: none !important;
}
.main-menu .dropdown-menu > li > a {
    text-decoration: none;
    color: #ffffff;
}
.main-menu .dropdown-menu > .active > a, 
.main-menu .dropdown-menu > .active > a:hover, 
.main-menu .dropdown-menu > .active > a:focus {
    text-decoration: none;
    /*background: rgba(153,204,102,1);*/
    background: rgba(0,162,81,1);
    outline: 0;
}
.main-menu .open .dropdown-menu > li > a {
    color: #ffffff;
}
.main-menu .open .dropdown-menu > li > a:hover {
    /*color: #00a251;*/
    color: #99cc66;
    background: none;
}
.main-menu .open .dropdown-menu.dropdown-menu__service-menu > li > a {
    color: #4c4d4f;
}
.main-menu .open .dropdown-menu.dropdown-menu__service-menu > li > a:hover {
    /*color: #00a251;*/
    color: #99cc66;
    background: none;
}
@media(max-width: 992px) {
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        border: none !important;
    }
    .navbar-default .navbar-nav > li > a {

    }
}
.navbar-brand {
    float: right;
    height: auto;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand img {
    height: 75px;
}
@media(max-width:450px) {
    .navbar-brand img {
    }    
}
@media(max-width:415px) {
    .navbar-brand img {
    }        
}
@media(max-width:390px) {
    .navbar-brand {
    }
    .navbar-brand img {
        height: 60px;
    }        
}
.main-menu-wrapper {

}
.main-menu {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 auto;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, 
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, 
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    /*background: rgba(153,204,102,1);*/
    background: rgba(0,162,81,1);
}
.navbar-default .navbar-nav .open .dropdown-menu.dropdown-menu__service-menu > .active > a, 
.navbar-default .navbar-nav .open .dropdown-menu.dropdown-menu__service-menu > .active > a:hover, 
.navbar-default .navbar-nav .open .dropdown-menu.dropdown-menu__service-menu > .active > a:focus {
    color: #99cc66 !important;
    /*background: rgba(153,204,102,1);*/
    /*background: rgba(0,162,81,1);*/
    background: none;
}
.navbar-nav .open .dropdown-menu > li > a, 
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px;
/*    margin-left: 15px;*/
}
@media(max-width: 992px) {
    .navbar-nav .open .dropdown-menu > li > a, 
    .navbar-nav .open .dropdown-menu .dropdown-header {
        margin-left: 15px;
        white-space: normal;
    }    
}
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
    border: none;
    padding-top: 0;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 768px) {
    .top-menu {
        z-index:9;
        position:fixed !important;
        left:0;
        top:0;
        width:100%;
    }
}
@media (min-width: 768px) {
    .top-menu .navbar {
        margin-bottom:0;
    }
}
.navbar-toggle {
    float: left;
    margin-right: 15px;
    margin-left: 5px;
    margin-top: 8px;
    border: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
/* end TOP MENU */
/* end HEADER */
/* SERVICES */
/* SERVICES MENU */
.services__menu {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
@media(max-width: 992px) {
    .services__menu {
        margin-top: 35px;
    }
}
/*
.services__menu-table {
    display: table;
    width: 100%;
}
.services__menu-table-item {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 10px;
    text-align: center;
    text-decoration: none;
    border-left: 1px solid #dfdfdf;
    text-transform: uppercase;
    line-height: 1.1;
    color: #4c4d4f;
    font-weight: 500;
}
.services__menu-table-item:hover {
    color: #ffffff;
    background: rgba(153,204,102,1);
    text-decoration: none;
}
.services__menu-table-item:last-child {
    border-right: 1px solid #dfdfdf;
}
.services__menu-table-item--active {
    color: #ffffff;
    background: rgba(153,204,102,1);
}
*/
@media(min-width: 992px) {
    .service-menu {
        display: table;
        width: 100%;
        float: none;
    }
    .navbar-nav > li.services__menu-table-item-parent {
        display: table-cell;
        vertical-align: middle;
        float: none;
        /*border: 1px solid red;*/
    }
}
.services__menu-table-item {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 10px !important;
    text-align: center;
    text-decoration: none;
    border-left: 1px solid #dfdfdf;
    text-transform: uppercase;
    line-height: 1.1 !important;
    color: #4c4d4f;
    font-weight: 500;
}
.services__menu-table-item:hover {
    color: #ffffff;
    background: rgba(153,204,102,1);
    text-decoration: none;
}
.services__menu .navbar-default .service-menu.navbar-nav > li.services__menu-table-item-parent > a.services__menu-table-item:hover {
    color: #ffffff;
    background: rgba(153,204,102,1);
    text-decoration: none;
}
.services__menu-table-item-parent:last-child .services__menu-table-item {
    border-right: 1px solid #dfdfdf;
}
.services__menu .navbar-default .service-menu.navbar-nav > li.services__menu-table-item--active > a {
    color: #ffffff;
    background: rgba(153,204,102,1);
}
.service-menu.navbar-nav .open .dropdown-menu.dropdown-menu__service-menu > .active > a, 
.service-menu.navbar-nav .open .dropdown-menu.dropdown-menu__service-menu > .active > a:hover, 
.service-menu.navbar-nav .open .dropdown-menu.dropdown-menu__service-menu > .active > a:focus {
    color: #ffffff !important;
    background: rgba(153,204,102,1);
}
.service-menu.navbar-nav .open .dropdown-menu.dropdown-menu__service-menu a {
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.service-menu.navbar-nav .open .dropdown-menu.dropdown-menu__service-menu a:hover, 
.service-menu.navbar-nav .open .dropdown-menu.dropdown-menu__service-menu a:focus {
    color: #ffffff !important;
    background: rgba(153,204,102,1);
}
.service-menu .dropdown-menu {
    padding: 0;
    border-radius: 0;
}
.nav.service-menu .open > a, 
.nav.service-menu .open > a:hover, 
.nav.service-menu .open > a:focus {
    color: #ffffff !important;
    background: rgba(153,204,102,1);
    border-color: #dfdfdf;
}
.services__menu .navbar-toggle {
    float: right;
    margin-left: 15px;
    margin-right: 5px;
    margin-top: 8px;
    border: none;
}
.services__menu .navbar-brand {
    margin: 0;
    padding: 0;
    margin-top: 14px;
    float: left;
    color: #4c4d4f;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.1;
    margin-left: 15px;
}
.services__menu .navbar-default .navbar-toggle .icon-bar {
    background-color: #4c4d4f;
}
.services__menu .navbar-default .navbar-nav > li:last-child > a {
    color: #4c4d4f;
}
.services__menu .navbar-default .navbar-nav > li > a {
    /*font-size: 1em;*/
    color: #4c4d4f;
    padding: 15px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    text-decoration: none;
}
.service-menu.navbar-nav > li > a {
    font-size: 1em;
} 
.services__menu .navbar-default .navbar-nav > li > a:hover {
    /*color: #00a251;*/
    color: #99cc66;
}
.services__menu .navbar-default .navbar-nav > .active > a, 
.services__menu .navbar-default .navbar-nav > .active > a:hover, 
.services__menu .navbar-default .navbar-nav > .active > a:focus {
    /*color: #00a251 !important;*/
    color: #99cc66 !important;
    background: none;
}
/* end SERVICES MENU */
.services__name {
    margin-bottom: 15px;
}
.services__name a {
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.1;
    color: #4c4d4f;
    font-weight: 500;
}
.services__name a:hover {
    /*color: #00a251;*/
    color: #99cc66;
}
/* end SERVICES */
/* NEWS */
.news {
    display: table;
    width: 100%;
    margin-bottom: 25px;
}
.news__item-row {
    display: table-row;
    padding: 15px 0;
    border-bottom: 1px solid #118ede;
}
.news__item-img, .news__item-info {
    display: table-cell;
    vertical-align: top;
    padding: 15px 0;
    border-bottom: 1px solid #118ede;
}
.news__item-img {
    width: 150px;
    padding-right: 15px;
}
.news__item-img img {
    width: 100%;
}
.news__item-dt {}
.news__item-name {
    font-size: 1.25em;
    font-weight: bold;
    color: #2c2c2c;
    padding: 10px 0;
}
.news__item-name a, .news__item-name a:hover {
    color: #2c2c2c;
    text-decoration: none;
}
.news .news__item-item-row:first-child .news__item-img,
.news .news__item-item-row:first-child .news__item-info {
    padding-top: 0;
}
.news__item-btn {
    font-size: 0.875em;
}
@media (max-width: 600px) {
    .news__item-img, .news__item-info {
        display: block;
    }
    .news__item-img {
        border-bottom: none;
        width: 100%;
        padding: 0;
    }
    .news__item-info {
        margin-bottom: 15px;
    }
}
.news__item-anons {
    font-size: 0.875em;
}
/* LAST NEWS */
.last-news__item {
    margin-bottom: 20px;
}
.last-news__image {
    margin-bottom: 15px;
}
.last-news__image img {
    max-width: 100%;
}
.last-news__name {
    margin: 5px 0 15px;
}
.last-news__name a {
    font-size: 1.571em;
    line-height: 1.1;
    color: #4c4d4f;
    font-weight: 500;
    text-decoration: none;
}
.last-news__name a:hover {
    /*color: #00a251;*/
    color: #99cc66;
}
.last-news__more {
    margin-top: 10px;
    text-align: right;
}
.last-news__more a {
    font-size: 1.143em;
    /*color: #00a251;*/
    color: #99cc66;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
}
.last-news__more a:hover {
    /*color: #fe861e;*/
    color: #00a251;
}
/* end LAST NEWS */
/* ONE NEWS */
.one-news {
    margin-bottom: 25px;
}
.one-news__item-img {
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 0 !important;
    max-width: 100% !important;
}
.one-news__item-dt {}
.one-news__item-anons {

}
.one-news__more {
    margin-top: 10px;
    text-align: right;
}
.one-news__more a {
    font-size: 1.143em;
    /*color: #00a251;*/
    color: #99cc66;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
}
.one-news__more a:hover {
    color: #00a251;
}
/* nd ONE NEWS */
/* end NEWS */
/* ADVANTAGES */
.advantages__bg {
    padding: 25px 0 50px;
}
.advantages__item {
    margin: 0 auto 25px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*.advantages__item:hover {
    cursor: pointer;
}*/
.advantages__item-top {
    background: rgba(76,77,79,0);
    padding: 15px;
}
.advantages__item-top--full {
    background: rgba(76,77,79,0.75);
}
.advantages__item-icon {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background: rgba(153,204,102,1);
    margin: 0 auto 15px;
    text-align: center;
    vertical-align: middle;
}
.advantages__item-icon .fa {
    font-size: 75px;
    line-height: 150px;
    color: rgba(88,82,81,1);
}
.advantages__item-name {
    font-size: 1.714em;
    /*font-weight: bold;*/
    line-height: 1.1;
    color: #ffffff;
}
.advantages__item-name a {
    text-decoration: none;
    color: #ffffff;
}
.advantages__item-info {
    position: relative;
}
.advantages__item-anons {
    color: #ffffff;
}
.advantages__item-text {
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 15px 15px;
/*    background: rgba(76,77,79,0.75);*/
    background: rgba(39,40,41,0.85);
    display: none;
}
.advantages__item-more {
    font-size: 1.143em;
    font-weight: 500;
    text-transform: uppercase;
    /*color: #00a251;*/
    color: #99cc66;
    cursor: pointer;
    margin-top: 10px;
}
.advantages__item--with-text:hover .advantages__item-anons, 
.advantages__item--with-text:hover .advantages__item-more {
    opacity: 0;
}
.advantages__item--with-text:hover .advantages__item-top {
/*    background: rgba(76,77,79,0.75);*/
    background: rgba(39,40,41,0.85);
}
.advantages__item--with-text:hover .advantages__item-text {
    display: block;
}
/* end ADVANTAGES */
/* STEPS */
.stepes__bg {
    padding: 25px 0;
}
.steps {
    /*margin-top: 25px;*/
}
.steps__item {
    text-align: center;
    /*border: 3px solid #00a251;*/
    /*border: 3px solid #99cc66;*/
    /*padding: 60px 25px 25px;*/
    padding: 0 25px;
    /*margin-top: 25px;*/
    margin-bottom: 25px;
    /*border: 1px solid red;*/
}
.steps__item-number {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    /*background: rgba(153,204,102,1);*/
    font-size: 4.357em;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    /*color: #ffffff;*/
    color: #b22222;
    /*color: #000000;*/
    margin: 0 auto 25px;
    border: 5px solid #00a251;
    /*position: absolute;
    top: 0;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;*/
    /*border: 1px solid red;*/
    line-height: 83px;
}
.steps__item-name {
    font-size: 1.571em;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 15px;
}
.steps__item-text {
    font-size: 1.143em;
/*    line-height: 1.1;*/
    line-height: 21px;
}
/* end STEPS */
/* COVER AREAS HOME */
.home__text-more {
    font-size: 1.143em;
    color: #00a251;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}
.home__text-hide {
    font-size: 1.143em;
    color: #00a251;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}
.html__text .h2__title, 
.html__text .h3__title {
    margin-top: 30px;
}
.cover-areas-home__bg {
    padding: 50px 0;
    background: rgba(248,248,248,1);
}
.cover-areas-home__razdels {
    margin-top: 25px;
    border-bottom: 1px solid #d9d9da;
}
.cover-areas-home__title {
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-size: 2.5em;
    text-transform: uppercase;
    line-height: 1.1;
    text-align: center;
}
.cover-areas-home__razdel-title {
    position: relative;
    cursor: pointer;
    font-size: 1.429em;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 1.1;
    border-top: 1px solid #d9d9da;
}
.cover-areas-home__razdels .cover-areas-home__razdel-title:first-child {
}
.cover-areas-home__razdel-title:after {
    content: "\2013";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 9px;
    right: 7px;
}
.right-menu__razdel-title:after {
    content: "";
}
.right-menu__razdel-title a {
    text-decoration: none;
    color: #00a251;
}
.right-menu__razdel-title a:hover {
    /*color: #00a251;*/
    color: #b22222;
}
.cover-areas-home__razdel-title:hover, 
.cover-areas-home__razdel-title:hover:after {
    color: #00a251;
}
.cover-areas-home__razdel-title-close:after {
    content: "\002b";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 10px;
    right: 5px;
}
.cover-areas-home__item-name {
    margin: 10px 0;
}
.cover-areas-home__item-name a {
    text-decoration: none;
    color: #878888;
    line-height: 1.1;
    font-weight: 500;
}
.cover-areas-home__item-name a:hover {
    color: #00a251;
}
.cover-areas__more {
    margin-top: 10px;
    text-align: right;
}
.cover-areas__more a {
    font-size: 1.143em;
    color: #00a251;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
}
.cover-areas__more a:hover {
    color: #fe861e;
}
.cover-areas__item-name {
    margin: 10px 0;
}
.cover-areas__item-name a {
    text-decoration: none;
    color: #878888;
    line-height: 1.1;
    font-weight: 500;
}
.cover-areas__item-name a:hover {
    color: #00a251;
}
.cover-areas__list-name {
    font-size: 1.429em;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 1.1;
}
.cover-areas__list-name a {
    color: #4c4d4f;
    text-decoration: none;
}
.cover-areas__list-name a:hover {
    color: #00a251;
}
/* end COVER AREAS HOME */
/* PHONE INFO */
.phone-info__bg {
    background: rgba(153,204,102,1);
    padding: 20px 0;
}
.phone-info__left-text {
    text-align: left;
}
/*
.phone-info__right-text {
    text-align: right;
}
*/
@media(max-width: 992px) {
    .phone-info__left-text {
        text-align: center;
    }    
    .phone-info__right-text {
        text-align: center;
    }
}
.phone-info__message {
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-size: 3.426em;
    line-height: 1.1;
    color: #ffffff;
    text-transform: uppercase;
    margin: 10px auto;
}
.phone-info__phone {
    font-size: 4.857em;
    line-height: 1.1;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
}
.phone-info__phone .fa {
    font-size: 0.68em;
}
.phone-info__phone a {
    text-decoration: none;
    color: #ffffff !important;
}
@media (max-width: 1200px) and (min-width: 992px) {
    .phone-info__message {
        font-size: 3em;
    }
    .phone-info__phone {
        font-size: 4em;
    }
}
@media (max-width: 600px) {
    .phone-info__message {
        font-size: 2em;
    }
    .phone-info__phone {
        font-size: 2.5em;
    }
}
/* end PHONE INFO */
/* FEEDBACK */
.feedback-form-wrapper {
    max-width: 350px;
}
.feedback-form-wapper__title {
    text-align: center;
}
.feedback-form {
    display: table;
    width: 100%;
}
.feedback-form__item-wrapper {
    display: table-row;
}
.feedback-form__item {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 5px;
}
/*
@media(max-width: 992px) {
    .feedback-form__item {
        width: 50%;
    }
}
*/
/*
.feedback-form__item:nth-child(1) {
    padding-right: 10px;
    text-align: right;
}
*/
.feedback-form__item input {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.08);
    line-height: 20px;
    padding: 5px;
    margin-top: 3px;
    color: #868787;
}
.feedback-form__item input[type="radio"], input[type="radio"] {
    width: auto !important;
}
.feedback-form__item input[type="checkbox"], input[type="checkbox"] {
    width: auto !important;
}
/*
.feedback-form__item input.form-control {
    width: 100%;
    padding: 5px;
    border: 1px solid rgba(0,0,0,0.08);
    background: rgba(255,255,255,1);
    border-radius: 0;
    height: 45px;
    line-height: 35px;
    border-left: 0;
    box-shadow: none;
    z-index: 1;
    margin-top: 0px;
}
.feedback-form__item .input-group-addon {
    background: rgba(255,255,255,1);
    border: 1px solid rgba(0,0,0,0.08);
    border-right: 0;
    border-radius: 0px;
}
*/
.feedback-form__item textarea {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.08);
    line-height: 20px;
    padding: 5px;
    height: 100px;
}
.feedback-form__btn {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 10px auto 25px;
    cursor: pointer;
    font-size: 1.25em;
    color: #fbd607;
    background: #118ede;
}
.feedback-form__btn:hover {}
.feedback__move-details__item {
    display: inline-block;
}
.feedback__move-details__item label {
    font-weight: normal;
}
.feedback__move-details__item input[type='radio'] {
    vertical-align: middle;
    position: relative;
    bottom: 3px;
}
@media(max-width: 768px) {
    .feedback__move-details__item {
        display: block;
    }    
}
/* end FEEDBACK */
/* FEEDBACK4 */
.last-comment__bg {
    background: rgba(248,248,248,1);
    padding: 25px 0 50px;
}
.comment__item {
    margin-bottom: 35px;
}
.last-comment__item {
    max-width: 615px;
    margin: 0 auto;
}
.comment__icon {
    margin-bottom: 25px;
}
.comment__icon img {
    max-width: 100%;
    width: auto !important;
    display: inline-block !important;
}
.comment__name {
    font-size: 1.286em;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 5px;
}
.comment__text {
    font-size: 1.143em;
    font-style: italic;
}
.last-comment__subtitle {
    font-size: 1.714em;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 50px;
}
.last-comment__text {
    font-size: 1.286em;
    font-style: italic;
}
.last-comment__text-border {
    width: 115px;
    padding-bottom: 25px;
    margin: 0 auto 25px;
    border-bottom: 1px solid #d9d9da;
}
@media(max-width: 480px) {
    .last-comment__item {
        padding: 0 25px;
    }
}
.last-comment__more {
    display: inline-block;
}
.last-comment__more a {
    font-size: 1.143em;
    /*color: #00a251;*/
    color: #99cc66;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
}
.last-comment__more a:hover {
    color: #fe861e;
}
.comment__rating .fa {
    cursor: pointer;
    font-size: 2em;
}
.comment__rating .fa-star {
    color: #fabd07;
}
.comment__rating .fa-star-o {
    color: #a19e9e;
}
.comment__rating--mini {
    font-size: 0.6em !important;
    margin-bottom: 5px;
}
.popup__rating {
    font-size: 1.5em;
}
.popup__rating .comment__rating .fa-star-o {
    color: #ffffff !important;
}
.feedback__form {
    border: 1px solid #bdbcbc;
    /*border-top: 4px solid #00a251;*/
    border-top: 4px solid #99cc66;
    background: rgba(246,246,246,1);
    margin-bottom: 25px;
    padding: 25px 50px 35px;
}
@media(max-width: 480px) {
    .feedback__form {
        padding: 25px 8px 35px;
    }   
}
.feedback1__form {
    border: 1px solid #bdbcbc;
    /*border-top: 4px solid #00a251;*/
    border-top: 4px solid #99cc66;
    background: rgba(246,246,246,1);
    margin-bottom: 25px;
    padding: 25px 50px 35px;
}
.feedback__form--green {
    background: rgba(153,204,102,1);
    margin-bottom: 25px;
    padding: 25px 35px;
}
.feedback__form-row {
    margin-bottom: 15px;
}
.feedback__form-lable {
    font-size: 1.143em;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 5px;
}
.feedback__form-row input[type='text'], 
.feedback__form-row textarea {
    width: 100%;
    border: 1px solid #bdbcbc;
    padding: 10px;
}
.feedback__form--green .feedback__form-row input[type='text'], 
.feedback__form--green .feedback__form-row textarea {
/*    border: 1px solid transparent;*/
    border: 1px solid #ffffff;
}
.feedback__form-row input[type='text']:focus, 
.feedback__form-row textarea:focus {
    /*border: 1px solid #b81177;*/
    border: 1px solid #00a251;
}
.feedback__form--green .feedback__form-row input[type='text']:focus, 
.feedback__form--green  .feedback__form-row textarea:focus {
    /*border: 1px solid transparent;*/
    /*border: 1px solid #b81177;*/
    border: 1px solid #00a251;
}
.feedback__form-row label {
    font-size: 1.143em;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 5px;
    margin-right: 15px;
}
.feedback__form-btn {
    display: inline-block;
    width: 100%;
    max-width: 380px;
    font-size: 1.143em;
    line-height: 1.1;
    font-weight: 500;
    cursor: pointer;
    /*background: rgba(238,162,12,1);*/
    background: rgba(0,162,81,1);
    color: #ffffff;
    text-transform: uppercase;
    padding: 15px 25px;
    box-shadow: none;
    border: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.feedback__form-btn:hover {
    background: rgba(178,34,34,1);
}
a.feedback__form-btn {
    text-decoration: none;
}
a.feedback__form-btn:hover {
    color: #ffffff;
}
.feedback__form-long-text {
    height: 188px;
}
.feedback__btn2 {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    padding: 13px 15px;
    /*border: 2px solid #00a251;*/
    border: 2px solid #99cc66;
    font-size: 1.286em;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.feedback__btn2--purple {
    border-color: #b81177;
    background: rgba(184,17,119,1);
    color: #ffffff;
}
.feedback__btn2--purple:hover {
    border-color: #008b86;
    background: rgba(0,139,134,1);    
}
.feedback__gray-line {
    border-bottom: 1px solid #bebdbd;
}
@media(min-width: 992px) {
    #corpComments {
        padding: 0 10px;
    }
}
@media(max-width: 480px) {
    #corpComments {
        padding: 0;
    }
}
#corpComments .owl-prev, #corpComments .owl-next {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 30px;
    line-height: 30px;
    color: #d9d9da;
}
#corpComments .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    margin-left: 0;
}
#corpComments .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    margin-right: 0;
}
#corpComments .owl-prev:hover, #corpComments .owl-next:hover {
    /*color: #00a251;*/
    color: #99cc66;
}
@media(max-width: 480px) {
    #corpComments .owl-prev {
        margin-left: -10px;
    }
    #corpComments .owl-next {
        margin-right: -10px;
    }    
}
/* end FEEDBACK4 */
/* FEEDBACK1 */
.get-quote__title {
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-size: 3.143em;
    line-height: 1.1;
    /*color: #00a251;*/
    color: #99cc66;
}
.get-quote__icon {
    margin: 15px auto;
}
.get-quote__icon img {
    max-width: 100%;
}
@media(max-width: 992px) {
    .get-quote__title {
        text-align: center;
    }
    .get-quote__icon {
        text-align: center;
    }
}
/* end FEEDBACK1 */
/* ALL WORK */
.dark__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.45);    
/*    background: -moz-linear-gradient(left, #ffffff 0%, rgba(0,0,0,0.40) 25%, rgba(0,0,0,0.40) 50%, rgba(0,0,0,0.40) 75%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, rgba(0,0,0,0.40) 25%, rgba(0,0,0,0.40) 50%, rgba(0,0,0,0.40) 75%,#ffffff 100%);
    background: linear-gradient(to right, #ffffff 0%, rgba(0,0,0,0.40) 25%, rgba(0,0,0,0.40) 50%, rgba(0,0,0,0.40) 75%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );*/
}
@media(min-width: 1200px) {
    .dark__overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0,0,0,0.5);    
        /*background: rgba(0,165,223,1);*/
        background: -moz-linear-gradient(left, #ffffff 0%, rgba(0,0,0,0.40) 25%, rgba(0,0,0,0.40) 50%, rgba(0,0,0,0.40) 75%, #ffffff 100%);
        background: -webkit-linear-gradient(left, #ffffff 0%, rgba(0,0,0,0.40) 25%, rgba(0,0,0,0.40) 50%, rgba(0,0,0,0.40) 75%,#ffffff 100%);
        background: linear-gradient(to right, #ffffff 0%, rgba(0,0,0,0.40) 25%, rgba(0,0,0,0.40) 50%, rgba(0,0,0,0.40) 75%, #ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    }   
}
#allWork {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
.all-work__item {

}
/*.all-work__item-nav {
    margin-left: 10px;
}*/
.all-work__item-nav .owl-prev, 
.all-work__item-nav .owl-next {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    border: 2px solid #ffffff;
    color: #ffffff;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 100%;
 }
.all-work__form {
    position: relative;
    z-index: 3;
    padding: 65px 0 50px;
}
.all-work__item-name {
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-size: 5.857em;
    font-weight: 500;
    color: #ffffff;
    line-height: 60px;
    margin-bottom: 10px;
}
.all-work__item-text {
    font-size: 3em;
    line-height: 1.1;
    color: #ffffff;
}
.all-work__item-nav--wrapper {
    width: 100%;
    position: absolute;
    z-index: 2;
    /*bottom: 115px;*/
    bottom: 75px;
    left: 0;
    right: 0;
}
/*
#allWork .owl-dots {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 2;
}
#allWork .owl-controls .owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px 3px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background:transparent;
    border: 2px solid rgba(255,255,255,1);
    opacity: 1;
}
#allWork .owl-controls .owl-dot.active span,
#allWork .owl-controls.clickable .owl-dot:hover span {
    background: rgba(255,255,255,1);
}
*/
/* end ALL WORK */
/* PRICE TABLE
.price-table > .table-bordered > thead > tr > th,
.price-table > .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
    text-align: center;
}
.price-table > .table-bordered > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}
/* end PRICE TABLE */
/* FOOTER */
footer {
    color: #ffffff;
    background: rgba(76,77,79,1);
    padding: 35px 0 20px;
}
footer a {}
footer a:hover {}
.footer__logo {
    margin-bottom: 15px;
}
.footer__logo img {
    max-width: 100%;
}
.footer__copy {
    font-size: 0.857em;
}
.footer__payment {
    margin-top: 50px;
}
.footer__payment img {
    max-width: 100%;
}
.footer__title {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer__info {
    font-weight: 300;
}
.footer__phones {
    font-size: 1.286em;
}
.footer__phone span {
    white-space: nowrap;
}
.footer__social-links {
    font-size: 18px;
}
.footer__social-link {
    display: inline-block;
    margin: 8px 0 0;
}
.footer__social-link a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    background: rgba(130,131,132,1);
    border-radius: 100%;
    font-size: 0.8em;
}
.footer__social-link--facebook a:hover {
    background: rgba(1,103,151,1);
}
.footer__social-link--twitter a:hover {
    background: rgba(45,190,222,1);
}
.footer__social-link--google a:hover {
    background: rgba(211,72,54,1);
}
.footer__social-link--skype a:hover {
    background: rgba(18,165,244,1);
}
.footer__menu a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    padding: 2px 0;
}
.footer__menu a:hover {
    /*color: #00a251;*/
    color: #99cc66;
}
/*
.general {
    margin-top: 5px;
    text-align: right;
}
.general a, .general a:hover {
    font-size: 0.875em;
    color: #6c7680;
}
*/
/* end FOOTER */
/* PATH */
.path {
    font-size: 0.857em;
    margin: 15px 0;
    color: #ababac;
}
.path a {
    color: #ababac;
    text-decoration: none;
}
.path a:hover {
    text-decoration: underline;
}
/* end PATH */
/* PAGINATION */
.pagination > li > a {
    margin: 0 5px;
}
.pagination > li > a, 
.pagination > li > span {
    position: relative;
    display: inline-block;
    float: none;
    padding: 0;
    text-decoration: none;
    background: transparent;
    color: #4c4d4f;
}
.pagination > li > a:hover, 
.pagination > li > span:hover {
    /*color: #00a251;*/
    color: #99cc66;
}
.pagination .lnr-chevron-left,
.pagination .lnr-chevron-right {

}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    /*color: #00a251;*/
    color: #99cc66;
}
/* end PAGINATION */
/* POP UP FORM */
.os-form {
    width: 100%;
    max-width: 380px;
    min-width: 320px;
    background: rgba(153,204,102,1);
    padding: 25px 35px;
    display: block;
    margin: 0 auto;
    position: relative;
/*    box-shadow: 0 0 5px rgba(0,0,0,0.25);*/
}
.os-btn {
    display: inline-block;
    padding: 10px 35px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1.23em;
    border-radius: 5px;	
    background: rgba(0,175,240,1);
    border: 2px solid #00aff0;
    color: #ffffff;
    margin: 5px auto 15px;
    font-weight: normal;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os-btn:hover {
    background: rgba(0,175,240,0);
    color: #00aff0;
}
.os-btn__link__wrapper {
    display: table;
    width: 100%;
}
.os-btn__link {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    font-weight: 300;
    color: #0083ca;
    cursor: pointer;
    text-align: left;
}
.os-btn__link a {
    color: #0083ca;
}
.os-btn__link a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #0083ca;
}
a.os-btn__link {
    text-decoration: none;
}
.os-btn__link-register {
    text-align: right;
}
.os-title {
    /*color: #4c4d4f;*/
    color: #000000;
    font-size: 2.286em;
    margin: 0 auto 15px;
    line-height: 1.1;
}
/*
.os-form input {
    background: rgba(255,255,255,1);
    width: 100%;
    padding: 5px 10px;
    height: 34px;
    border: 1px solid #dddddd;
    margin: 3px auto 7px;	
}
.os-form textarea {
    background: rgba(255,255,255,1);
    width: 100%;
    padding: 10px;
    height: 100px;
    border: 1px solid #dddddd;
    line-height: 1.1;
    margin: 5px auto;	
}
.os-form input[type="radio"] {
    width: auto;
    height: auto;
    line-height: 1.1;
    vertical-align: middle;
}
.os-form input[type="checkbox"] {
    width: auto;
    height: auto;
    line-height: 1.1;
    vertical-align: middle;
}
*/
.top-close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.285em;
}
.os-register {
    display: table;
    width: 100%;
    font-weight: 300;
    color: #4c4d4d;
}
.os-register label {
    font-weight: 300;
}
.os-register-td {
    display: table-cell;
    vertical-align: top;
}
.os-grey-line {
    margin: 25px auto;
    border-top: 1px solid #dad9d5;
}
.os-form__message {
    font-size: 1.077em;
    color: #000000;
    font-weight: 300;
    background: rgba(245,245,245,1);
    padding: 10px;
    margin-bottom: 15px;
}
#form__processing {
    display: none;
}
.form__processing-bg {
    background: rgba(255,255,255,1);
    text-align: center;
    padding: 50px;
    border-radius: 5px;
    max-width: 320px;
}
.form__processing-icon {
    font-size: 2em;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: rgba(153,202,58,1);
    margin: 0 auto 10px;
    line-height: 50px;
}
.form__processing-text {
    font-size: 1.5em;
}
/* end POP UP FORM */
/* LIMENET CONFIG */
.relative {position: relative;}
.clear {clear: both;}
.red_bord {border: 1px solid red !important;}

.pt20 {padding-top:20px}
.pt100 {padding-top:100px}

.pr15 {padding-right:15px}
.pr15-no-xs {padding-right:15px}
@media(max-width: 768px) {
    .pr15-no-xs {padding-right: 0}    
}
.pr20 {padding-right:20px}

.pb20 {padding-bottom:20px}

.pl15 {padding-left:15px}
.pl20 {padding-left:20px}

.mt3 {margin-top:3px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt27 {margin-top:27px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt100 {margin-top:100px;}
.mt150 {margin-top:150px;}
.mt200 {margin-top:200px;}

.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}

.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb35 {margin-bottom:35px;}
.mb37 {margin-bottom:37px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}

.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}

.f_left {float:left;}
.f_right {float:right;}
.dnone {display: none;}
.hide-item {
    visibility: hidden;
}
.about-admin {
    /*border:1px solid red;*/
}
.about-admin img {/*border:1px solid red;*/}
.about-admin img.width100 {
    width:100%;
}
img.width100 {
    max-width:100%;
    width:100%;
}
.banner {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: auto !important;
}
.error_div {
    background: #ff0000;
    color: #ffffff;
    padding: 10px;
}
.error_txt {
    color: #ff0000;
}
.ok_div {
/*    background: #88c856;*/
    background: #009036;
    color: #ffffff;
    padding: 10px;
}
.no-padding {
    padding:0 !important;
}
.custom-select-wrapper {
    position:relative;
    /*display:inline-block;*/
}
.custom-select-wrapper:after {
    content: "\f0dd";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 5px;
    right: 15px;
    color: #3e3e3e;
}
.custom-select {	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 10px 5px 5px;
    border: 1px solid rgba(0,0,0,0.08);
    background:rgba(255,255,255,1);
    -webkit-appearance: none;
    -moz-appearance: none;
    letter-spacing: normal;
    position:relative;
    cursor:pointer;
}
.select--lime:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.select--lime .btn {
    font-size: 1em;
    font-weight: normal;
    border: 1px solid #bdbcbc;
    padding: 10px;
    border-radius: 0;
}
.select--lime.open .dropdown-toggle {
    box-shadow: none;
}
.select--lime .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #4c4d4f;
    background-color: #ffffff;
    border-color: #bdbcbc;
}
.select--lime .dropdown-menu {
    background: rgba(255,255,255,1);
    border-radius: 0;
}
.select--lime .dropdown-menu > li > a {
    color: #4c4d4f;
    padding-left: 10px;
    padding-right: 10px;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active[disabled] {
    /*background: #00a251 !important;*/
    background: #99cc66 !important;
}
/* BOOTSTRAP GRID MODIFICATIONS */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
    vertical-align: top;
}
.col-centered-middle {
    display:inline-block;
    float:none;
    margin-right:-4px;
    vertical-align: middle;
}
/*
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
*/
label {
    font-weight: normal;
}
/* columns of same height styles */
.row-full-height {
    height: 100%;
}
.col-full-height {
    height: 100%;
    vertical-align: middle;
}
.row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
}
.col-xs-height {
    display: table-cell;
    float: none !important;
}
@media (min-width: 768px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 992px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
    }
}
/* vertical alignment styles */
.col-top {
    vertical-align: top;
}
.col-middle {
    vertical-align: middle;
}
.col-bottom {
    vertical-align: bottom;
}
/* end BOOTSTRAP GRID MODIFICATIONS */
/*  end LIMENET CONFIG */
/*ANIMATE*/
.animated-hidden {
    visibility: hidden;
}
.visible {
    visibility: visible;
}
.slideLeft {
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;  
    animation-duration: 0.7s;   
    -webkit-animation-duration: 0.7s;
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     
    visibility: visible !important; 
}
@keyframes slideLeft {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0%);
    }
}
@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(100%);
    }       
    100% {
        -webkit-transform: translateX(0%);
    }
}
.slideRight {
    animation-name: slideRight;
    -webkit-animation-name: slideRight; 
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     
    visibility: visible !important; 
}
@keyframes slideRight {
    0% {
        transform: translateX(-100%);
    }   
    100% {
        transform: translateX(0%);
    }   
}
@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(-100%);
    }       
    100% {
        -webkit-transform: translateX(0%);
    }
}
.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn; 
    animation-duration: 2.0s;   
    -webkit-animation-duration: 2.0s;
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     
    visibility: visible !important; 
}
@keyframes fadeIn {
    0% {
        transform: scale(0);    
    }
    60% {
        transform: scale(1.2);  
    }
    100% {
        transform: scale(1);
    }       
}
@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: scale(0);
    }
    60% {
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }       
}
.slideUp {
    animation-name: slideUp;
    -webkit-animation-name: slideUp;    
    animation-duration: 2s; 
    -webkit-animation-duration: 2s;
    animation-timing-function: ease;    
    -webkit-animation-timing-function: ease;
    opacity: 1;         
}

@keyframes slideUp {
    0% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(0px);
    }   
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(50px);
    }       
    100% {
        -webkit-transform: translateY(0px);
    }   
}
/*end ANIMATE*/