html {

    position: relative;
    min-height: 100%;
}

#page
body {
    position: relative;
    overflow-x: hidden;
    min-width: 960px;
}

.mm-menu.mm-offcanvas{
    z-index: -1;
}

.container {
    min-width: 960px;
}

h1 {
    font-size: 30px;
}

h1.title{
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: normal;
    font-weight: 400;
    margin: 0;
    margin-bottom: 35px;
}

h2 {
    font-size: 24px;
}

header {
    height: 86px;
    background: white;
    position: relative;
}

header .logo {
    background: url('../img/logo.png') no-repeat center left;
    height: 86px;
    width: 280px;
    display: block;
    margin-top: 8px;
}

header nav li.active a {

    opacity: 1;

}

header nav > li.active a {
    font-style: italic;
    opacity: 1;
    text-decoration: underline;
    color: #e28e51 !important;

}

header nav li > ul {
    opacity: 0;
    display: block;
    transition-duration: 0.2s;
    position: absolute;
    background-color: #fcfcfc;
    z-index: 100;
    margin: 0;
    min-width: 230px; /* max-width: 230px; */
    left: 0;
    top: 50px;
    z-index: -1;
}

header nav li > ul li { /* float: none; *//* height: auto; */
    padding: 0;
    margin: 0;
    width: 100%; /* line-height: 0 !important; */
}

header nav li > ul li a {
    padding: 15px 20px;
    line-height: normal;
    height: auto;
    font-size: 12px;
    text-decoration: none !important;
    font-style: normal !important;
    line-height: normal;
    display: block;
}

header nav li:hover > ul {
    opacity: 1;
    z-index: 50;
}

.headerTopBg {
    background-image: url(../img/headerbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 491px;
    width: 100%;
    margin-top: -86px;
    margin-top: 0;
    margin-bottom: 20px;
}

.owl-dots {
    position: absolute;
    text-align: right;
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
}

#main-slider .owl-dots .active {
    background: #509e5c;
}

#main-slider .owl-dot {
    width: 13px;
    height: 13px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: bottom;
    display: inline-block;
    margin-left: 7px;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 1, 0.34);
}

.slide-image, #main-slider {

    height: 500px;
    overflow: hidden;
}

.flex-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flex-container p {
    margin-bottom: 0px;
}

#main-slider {
    margin-top: 82px;
}

header .logo {
    position: relative;
}

header .logo:after {
    position: absolute;
    height: 40px;
    width: 1px;
    background-color: #dcdcdc;
    right: -20px;
    top: 20px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

header {
    height: 86px;
    background: white;
    position: relative;
}

header nav a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;
}

header nav li {
    display: inline-block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 9px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header nav li:last-child {margin-right: 0;}

header nav li.active a {
    opacity: 1;
}

header nav > li.active > ul li.active a {

    font-style: normal !important;
}

header {
    height: 86px;
    background: white;
    position: relative;
}

header nav li.active{
    background-color: #417f4a;
}

header nav li a:hover{
    color: #fff;
}

header nav li:hover{
    background-color: #417f4a;
}

header nav li > ul {
    opacity: 0;
    display: block;
    transition-duration: 0.2s;
    position: absolute;
    background-color: #fcfcfc;
    z-index: -1;
    margin: 0;
    min-width: 230px;
    left: 0;
    top: 50px;
    margin: 0;
    list-style-type: none;
    box-shadow: 4px 4px 21px rgba(0, 0, 0, 0.08);
}

header nav li > ul li {
    padding: 0;
    margin: 0;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.11);
}

header nav li > ul li a {
    transition-duration: 0.2s;
    line-height: normal;
    height: auto;
    font-size: 14px;
    text-decoration: none;
    font-style: normal;
    line-height: normal;
    display: block;
    color: #14171b;
    padding: 0 15px;
    white-space: nowrap;
    text-transform: none;
    line-height: 30px;
}

header nav li > ul li:hover{
    background: none;
}

header nav li > ul li:hover a {
    color: #49b75a;
}

header nav li:hover > ul {
    opacity: 1;
    z-index: 50;
}

.headerTopBg {
    background-image: url('../img/headerbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 491px;
    width: 100%;
    margin-top: -86px;
    margin-top: 0;
    margin-bottom: 20px;
}

.row-form {

    margin-bottom: 55px;
}

.orange-button {
    font-weight: 400;
    background: #ec9f37;
    border-color: #ec9f37;
    font-size: 14px;
    transition: all 0.4s linear;
    color: #ffffff !important;
    border-radius: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.orange-button:hover {
    background: #d59034;
    border-color: #d59034;
}

.row.menu-line {
    background-color: #509e5c;
    height: 50px;
}

.row.menu-line .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav.nine.columns {
    width: 100%;
}

.breads {

    margin-bottom: 15px;
}

.breads ul {
    list-style: none;
    font-style: italic;
    margin-bottom: 0;
}

.breads ul li {
    display: inline-block;
    position: relative;
}

.breads ul li::after {
    content: "/";
    margin: 0px 5px;
    margin-left: 8px;
    color: #d8d8d8;
}

.breads ul li.active::after {
    display: none;
}

.breads a {
    color: #509e5c;
}

.title {
    font-size: 24px;
    color: #434343;
    position: relative;
    padding: 5px 0;
    margin-bottom: 35px;
}

.title.first {

    padding-top: 35px;
}

.title:after {
    content: "";
    width: 100%;
    background: #bdbdbd !important;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.title:before {
    content: "";
    width: 100%;
    background: #bdbdbd !important;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -4px;
}

.title a {
    float: right;
    font-size: 14px;
    color: #0c0c0c;
    line-height: 42px;
    font-style: italic;
}

.clear-img {

    max-width: 300px;
    width: 100%;
}

.serviceItem img {

    margin-bottom: 25px;
    width: 100%;

}

.serviceItem {
    width: 220px;
    margin-left: 26px;
    float: left;
    margin-bottom: 30px;
}

.serviceItem:nth-child(4n + 1) {
    margin-left: 0;
    clear: both;
}

.body-vakansies .news .u-pull-right {

    width: 82% !important;
}

.row.vakansies {

    margin-bottom: 55px;
}

.vakancies {

    padding-top: 45px;
}

.vakans span {

    font-style: italic;
}

.vakans {

    width: 34% !important;
}

.vakans-text {

    width: 58.4% !important;
}

.vakans a, .vakans span {

    display: block;
}

.vakans a {

    margin-bottom: 17px;
}

.vakans .u-pull-right {

    box-sizing: border-box;
    padding-right: 30px;
    margin-bottom: 17px;
}

.srvicesTitle {
    font-size: 16px;
    color: #1e342c;
    font-style: italic;
    border-bottom: 1px solid #cbead9;
    padding-bottom: 8px;
    margin-bottom: 6px;
}

.srvicesTitle a {
    color: #1e342c;
    text-decoration: none;
}

.serviceInfo {
    color: #a2a0a0;
}

.indexContent {
    background: url('/sources/background/background3.jpg');
    padding-bottom: 20px;
    padding-top: 55px;
    margin-bottom: 55px;
}

.top-date {
    font-size: 37.79px;
    color: #f3a63e;
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    position: relative;
    line-height: 40px;
    vertical-align: top;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.bottom-date-one {

    text-transform: uppercase;
    font-size: 12.24px;
}

.bottom-date-two {

    font-size: 16.03px;
}

.top-date::before {content: '';display: block;width: 11px;height: 1px;position: absolute;background-color: #f3a63e;left: 40%;bottom: 0;}

.news {
    border-bottom: 1px solid #cbead9;
    padding-bottom: 15px;
    margin-bottom: 19px;
    overflow: hidden;
    max-width: 470px;
    float: left;
    width: 100%;
}

.news:nth-child(2n) {
    float: right;
}

.news:last-child {
    border: none;
}

.news:nth-child(2n + 1) {
    clear: both;
}

.newsInner .news:nth-last-child(2) {
    border: none;
}

.news a {display: block;line-height: 18px;margin-bottom: 11px;}

.news .u-pull-right span {

    font-style: italic;
}

.news img {
    width: 60px;
    height: 60px;
    float: left;
}

.news .date {

    font-size: 12px;
    color: #b3b3b3;
    /* font-style: italic; */
    vertical-align: top;
    display: inline-block;
    width: 100%;
    max-width: 65px;
    text-align: center;
}

.news .u-pull-right {

    margin-left: auto !important;
    width: 72%;
}

.news-page .news .u-pull-right {
    width: 80%;
    padding-right: 5%;
}

.row-form {

    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.page {
    
    margin-bottom: 50px;
}

.form-image {

    display: block;
    max-width: 424px;
    width: 100%;
    background: url('../img/3333.png');
    background-size: cover;
    background-position: 20%;
}

.form-content {
    border: 1px solid #e5e5e5;
    display: inline-block;
    min-width: 535px;
    max-width: 535px;
    background-image: url('../img/background-content.png');
    padding: 0 38px;
    padding-top: 45px;
    box-sizing: border-box;
    position: relative;
}

.form-content::before {
    content: '';
    position: absolute;
    width: 11px;
    bottom: -1px;
    height: 100.5%;
    left: -11px;
    background-image: url(../img/left-border.png);
    background-position: left;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}

/*
.form-content::after {
    
    content: '';
    position: absolute;
    right: 100%;
    width: 54%;
    top: -22px;
    height: 13px;
    padding-bottom: inherit;
    background-color: inherit;
    left: -17px;
    background-image: url(../img/background-content.png);
    background-color: #f6f6f6;
    transform-origin: 0 100%;
    transform: skewX(45deg) rotate(135deg);
}*/

.form-content::after {
    /* content: ''; */
    position: absolute;
    width: 150px;
    height: 100px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background: red;
}

.news .u-pull-right span, .vakans .u-pull-right span {

    color: #b2b2b2;
}

.contact-form input, .contact-form textarea  {
    
    border-color: #d8d8d8;
}

.contact-form button {
    
    background: #ec9f37;
}

.contact-form button:hover {
    
    background: #dd8d22;
}

.form-content form {

    letter-spacing: -0.36em;
}

.form-content form textarea {

    height: 70px;
    border-radius: 0;
}

.form-content form input:nth-child(2n+2) {

    margin-right: 0;
}

.form-content .submit-calc {

    margin: 0 auto;
    display: block;
    line-height: 37px !important;
    height: 37px !important;
}

.form-content form input {

    display: inline-block;
    width: 100%;
    max-width: 220px;
    margin-right: 18px;
    border-radius: 0;
    border-color: #e5e5e5;
}

.form-content form textarea {

    border-color: #e5e5e5;
}

.form-title {

    display: block;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

.form-title-bottom {

    display: block;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.content h1 {
    margin-top: 7px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #434343;
}

.content h2 {
    margin-bottom: 10px;
    font-weight: 400;
    color: #434343;
}

.content p {
    line-height: 18px;
    color: #626262;
    margin-bottom: 9px;
}

.galleriItem {
    width: 300px;
    height: 199px;
    margin-left: 30px;
    margin-bottom: 30px;
    float: left;
}

.gallery .galleriItem:nth-child(3n + 1) {
    margin-left: 0;
}

.prefooter {
    width: 100%;
    height: 68px;
}

footer {
    background: #509e5c;
    height: 68px;
    color: rgba(255,255,255,0.7);
    line-height: 68px;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.serviceContent {
    font-size: 14px;
    color: #1e342c;
}

.serviceContent img {
    float: left;
    margin: 0 20px 10px 0;
}

.serviceContent p {
    font-size: 14px;
    color: #1e342c;
    margin-bottom: 10px;
}

.serviceContent h1 {
    font-size: 20px;
    color: #434343;
    margin-bottom: 10px;
}

.serviceContent h2 {
    font-size: 20px;
    color: #434343;
    margin-bottom: 10px;
    font-weight: 500;
}

.serviceContent h3 {
    font-size: 16px;
    color: #434343;
    margin-bottom: 10px;
}

header.inner {
    margin-bottom: 106px;
}

.content_block .eight.columns {

width: 63%;
}

.content_block .four.columns {

width: 31.5%;

margin-left: 5%;
}

.content {
    font-size: 14px;
    color: #626262;
    padding-bottom: 20px;
}

.content h1 {
    font-size: 30px;
    color: #434343;
    margin-bottom: 10px;
}

.content h2 {
    font-size: 24px;
    color: #434343;
    margin-bottom: 10px;
}

.content h3 {
    font-size: 18px;
    color: #434343;
    margin-bottom: 10px;
}

.content img {
    float: left;
    margin: 0 20px 10px 0;
}

.content p {
    font-size: 14px;
    color: #626262;
    margin-bottom: 10px;
}

.content ul {
    margin-bottom: 15px;
}

.content li {
    position: relative;
    padding-left: 16px;
    list-style: none;
    margin-bottom: 6px;
}

.content li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    background-color: #509e5c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.content blockquote {
    border-top: 1px solid #74a98e;
    border-bottom: 1px solid #74a98e;
    margin: 0 0 15px 0;
    padding: 10px 15px;
    color: #050404;
    font-style: italic;
}

.contactInfo {
    color: #434343;
    border-bottom: 1px solid #cbead9;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.contactInfo:last-child {
    border-bottom: none;
}

.contactsTitle {
    color: #434343;
    font-size: 18px;
    display: block;
    padding-bottom: 20px;
}

.contactInfo span {
    color: #a2a0a0;
    font-size: 14px;
    margin-bottom: 0;
}

form input {
    width: 100%;
    margin-bottom: 15px;
    -webkit-border-radius: 0;
}

form textarea {
    width: 100%;
    height: 87px;
    resize: none;
    -webkit-border-radius: 0;
}

form input::-webkit-input-placeholder {
    color: #7e7e7e;
    font-size: 11px;
}

form input::-moz-placeholder {
    color: #7e7e7e;
    font-size: 11px;
}

/* Firefox 19+ */
form input:-moz-placeholder {
    color: #7e7e7e;
    font-size: 11px;
}

/* Firefox 18- */
form input:-ms-input-placeholder {
    color: #7e7e7e;
    font-size: 11px;
}

form textarea::-webkit-input-placeholder {
    color: #7e7e7e;
    font-size: 11px;
}

form textarea::-moz-placeholder {
    color: #7e7e7e;
    font-size: 11px;
}

/* Firefox 19+ */
form textarea:-moz-placeholder {
    color: #7e7e7e;
    font-size: 11px;
}

/* Firefox 18- */
form textarea:-ms-input-placeholder {
    color: #7e7e7e;
    font-size: 11px;
}

form button {
    background: #96c9af;
    color: white;
    border: none;
    border-radius: 0;
}

form button:hover {
    color: white;
    background: #5DB387
}

.mapHolder {
    width: 100%;
    height: 350px;
}

#yandexMap {
    width: 100% !important;
}

.valid {
    border-color: green !important;
}

.wrong {
    border-color: red !important;
}

/*changes*/
body {
    background: #fff;
}

body,
.container {
    min-width: 0;
}

#page {

    height: 100%;
    position: inherit;
}

img {
    /* width: 100%; */
    /* max-width: 176px; */
    height: auto;
    vertical-align: middle;
}

.schedule-header, thead tr {

    background: #509e5c;
    color:  white;
    font-weight: 600;
}

.schedule-header td:last-child{

    text-align: center;
    display: block;
    border-bottom:  none;
    width: 100%;
    max-width: 345px;
    margin-left: auto;
}

.schedule tr td:first-child, table tr td:first-child{

    padding-left: 30px;
}

.schedule tr:not(:first-child), table tbody tr {
    
    border-top: 9px solid white;
    border-bottom: 9px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    background: #f6f6f6;
}

.schedule tr:not(:first-child) td {

    font-style: italic;
    color: #2a3730;
}

th:last-child, td:last-child{
    padding-right: 15px;
}

.schedule tr:not(:first-child) td:last-child {

    background-color: #e8e8e8;
    text-align: center;
    display:  block;
    width: 100%;
    max-width: 345px;
    margin-left:  auto;
    border-bottom:  none;
}

table tbody tr td:not(:first-child){
    background-color: #e8e8e8;
    text-align: center;
    margin-left:  auto;
    border-bottom:  none;
}

table tr td:not(:first-child){
    text-align: center;
}

.schedule table {
    table-layout: fixed;
    width: 100%;
}

.clearfix:before,
.column:before,
.columns:before,
.clearfix:after,
.column:after,
.columns:after {
    content: " ";
    display: table;
}

.clearfix:after,
.column:after,
.columns:after {
    clear: both;
}

/*main-page*/
header .logo {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    max-width: 280px;
}

.headerTopBg {
    padding-bottom: 25.8%;
    height: auto;
    background-position: top center;
}

.serviceItem {
    width: 23.5%;
    margin-left: 2%;
}

.news img {
    width: 22%;
    height: auto;
}

/*news*/
.newsInner .news {
    max-width: none;
    width: 50%;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.newsInner .news:nth-child(2n + 2)::before {
    content: "";
    display: block;
    width: 1px;
    height: 73%;
    position: absolute;
    left: 0;
    top: 5px;
    background-color: #cbead9;
}

.newsInner .news:nth-child(2n + 2) .date {

    padding-left: 28px;
}

.newsInner .news:nth-child(2n + 2) .u-pull-right {

    width: 75% !important;
}

.vakansieses .news a {

    display: block;
    margin-bottom: 17px;
}

/*gallery*/
.galleriItem {
    width: 32%;
    padding-bottom: 21%;
    margin-left: 2%;
    margin-bottom: 2%;
    height: auto;
    position: relative;
}

.galleriItem a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.galleriItem a img {
    /* 	left: -1000%;
    right: -1000%;
    bottom: -1000%;
    top: -1000%; 
    margin: auto;*/
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

footer {
    line-height: normal;
}

footer .u-pull-right {
    line-height: 1.5;
}

footer .container,
footer .row {
    height: 100%;
}

footer .row:before,
footer .row:after {
    display: none;
}

footer .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/
.hamburger {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    position: relative;
    z-index: 2;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    margin: 0;
    margin-right: -15px;
    margin-left: auto;
    overflow: visible;
}

.hamburger:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #cdcdcd;
}

.hamburger-box {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    width: 20px;
    height: 3px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -1.5px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 3px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    background: #006b31;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -6px;
}

.hamburger-inner::after {
    bottom: -6px;
}

/*
* Squeeze
*/
.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*-----------menu----------*/

#main-menu:not(.mm-menu) {
    /*display: none;*/
}

.no-js #main-menu {
    display: block;
}

.mm-menu {
    background: #333;
}

.mm-panels > .mm-panel {
    padding: 0;
}

.mm-panels > .mm-panel > .mm-listview {
    margin: 0;
}

.mm-listview > li:not(.mm-divider):after {
    left: 0;
    border-color: #4d4f52;
}

.mm-listview > li > a, .mm-listview > li > span {
    padding: 10px 10px 10px 35px;
    color: #fff !important;
    font-size: 14px;
    line-height: 1.5;
}

.mm-listview > li ul > li > a, .mm-listview > li ul > li > span {
    padding-left: 55px;
    font-weight: 300;
}

.mm-listview > li ul > li ul > li a {
    font-size: 14px;
    color: #bababa;
    padding: 5px 10px 5px 55px;
}

#mm-2 > ul > li:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 1px;
    background: #4d4f52;
}

#mm-3 > ul > li:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 1px;
    background: #4d4f52;
}

.mm-listview > li ul > li ul > li:not(.mm-divider):after {
    border-color: transparent;
}

#mm-1 > .mm-listview > li ul > li > a:before {
    content: "..";
    position: absolute !important;
    left: 35px !important;
    top: 1px !important;
    font-size: 18px !important;
    right: auto !important;
    bottom: auto !important;
    margin-top: 3px !important;
    border: 0 !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

#mm-1 > .mm-listview > li ul > li > a:before {

    display: none;
}

.mm-listview > li > .mm-next:after, .mm-listview > li > .mm-prev:before {
    border-color: white !important;
}

.mm-listview .mm-next:before {

    border-color: #4d4f52 !important;
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: 10px;
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
    padding: 0;
}

.mm-menu .mm-divider,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: none;
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span,
.mm-menu .mm-listview > li.active > a:not(.mm-next),
.mm-menu .mm-listview > li.active > span {
    background: #373737;
    text-decoration: none;
    font-style: normal;
    color: #bbb !important;
}

.mm-listview li:not(.mobile_social_links) a:not(.mm-next):hover, .mm-listview li:not(.mobile_social_links) a.mm-next:hover + span {
    background: #373737 !important;
}

.mm-menu .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: transparent !important;
    tap-highlight-color: transparent !important;
}

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
    height: 10px;
}

.header-phone {
    display: block;
    height: 40px;
    width: 40px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background: url('data:image/svg+xml;base64,PHN2ZyBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzk4IDM5OC43Ij48c3R5bGU+LnN0MHtmaWxsOiNmZmZ9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCA4OS40YzEtNi41IDEuOS0xMy4xIDMtMTkuNkM3LjIgNDMuOSAxOS40IDIzLjIgNDEuOCA5LjFjMi4zLTEuNCA0LjYtMi44IDYuNi00LjRDNTcuOC0yLjggNzIuMi0uNSA4MCA3YzcuOSA3LjYgMTYgMTUuMSAyMy44IDIyLjggMTMuOCAxMy41IDI3LjUgMjcuMSA0MS4yIDQwLjggMS42IDEuNiAzLjIgMy40IDQuNiA1LjMgNyA5LjggNy4yIDE5LjEtLjUgMjguNC05LjQgMTEuNS0xOS4zIDIyLjUtMjkgMzMuNy0yLjMgMi42LTYuMSA1LjEtNi41IDcuOS0uNCAyLjggMi41IDYuMiA0LjIgOS4zIDE4LjEgMzMgNDAuOCA2Mi40IDY5LjQgODcgMTkuMSAxNi41IDQxIDI5IDYyLjkgNDEuNCAyLjUgMS40IDMuOC40IDUuNi0xLjEgMTItMTAuNiAyNC0yMS4xIDM2LjEtMzEuNiAxLjgtMS41IDMuNy0yLjkgNS43LTQuMSA1LjUtMy4yIDExLjUtNCAxNy4zLTEuNCA0LjIgMS44IDguNCA0LjMgMTEuNiA3LjUgMjAgMjAgMzkuNyA0MC40IDU5LjYgNjAuNSA1LjIgNS4zIDkuNyAxMC45IDExLjkgMTguMXYxMGMtNS4zIDguMi0xMC4yIDE2LjctMTUuOSAyNC41LTguNSAxMS41LTIwIDE5LjUtMzMuNSAyNC4zLTIzLjkgOC40LTQ4LjQgMTAuNS03My40IDYuNy0yMy4zLTMuNS00NC44LTEyLjUtNjUuMi0yNC0zMS0xNy40LTU4LjQtMzkuNi04My42LTY0LjUtMTYuMS0xNS45LTMxLjgtMzIuMy00Ny4zLTQ4LjgtMTcuOC0xOS0zMy44LTM5LjUtNDcuNC02MS44LTEzLjUtMjIuMi0yNC4yLTQ1LjUtMjkuMS03MS4yLS45LTQuNy0xLjYtOS41LTIuNS0xNC4yVjg5LjR6Ii8+PC9zdmc+');
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 17px 17px;
    -moz-background-size: 17px 17px;
    -o-background-size: 17px 17px;
    background-size: 17px 17px;
}

.hamburger,
.header-phone {
    display: none;
}

.indexContent .lMainBlock {
    float: right;
    margin-left: 4%;
}

.indexContent .rMainBlock {
    float: right;
    margin-left: 0;
}

/* calculator road */

.main-slider-section .calc-callback {

    top: 30px;

}

.calc-link {

    display: none !important;
}

.about-main, .news-main {

    background-color: #ebeff0 !important;
}

#main-slider img {

    max-width: none;
    width: inherit;
}

.bottom-section .calc-callback {

    position: relative;
    float: right;
    background-color: #edeff0;
    left: 0 !important;

}

.calc-callback {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 320px;
    padding-bottom: 35px;
    position: absolute;
    font-size: 10.36px;
    z-index: 10;
    top: 100px;
    left: 0;
    background: rgba(255, 255, 255, 0.88);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.form-wrapper {

    padding-left: 40px;
    padding-right: 40px;
}

.calc-title {
    position: relative;
    display: block;
    text-align: center;
    color: white;
    font-size: 15.55px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 60px;
    background: #3192ec;
    height: 60px;
}

.calc-title::before {

    content: '';
    display: block;
    position: absolute;
    width: 0px;
    border: 20px solid transparent;
    border-top: 7px solid #3192ec;
    bottom: -45%;
    left: 44%;
    z-index: 100;
}

.calc-description {
    display: block;
    text-align: center;
    font-size: 10.36px;
    text-transform: uppercase;
    color: #373737;
    padding-top: 32px;
    font-weight: normal;
    margin-bottom: 16px;
}

.calc-callback input {
    height: 35px;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 5px;
    border-color: #e5e5e5;
}

.submit-calc {

    border: none !important;
    line-height: 45px !important;
    height: 45px !important;
    background-color: #ec9f37 !important;
    font-size: 13.82px !important;
    margin-bottom: 0px !important;
    font-weight: normal !important;
    color: white !important;
}

.submit-calc:hover {

    background-color: #cf8725 !important;
}

.calc-callback-bottom {

    padding-top: 88px;
    background-color: #f9f9f9;
    background-image: url(map.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 53%;
    padding-bottom: 90px;
}

.all-messages {display: inline-block !important;width: 39%;margin-right: 6%;}

.all-messages .owl-dots {
    counter-reset: numbers;
    padding-top: 27px;
    display:  block;
    text-align:  left;
    padding-left: 0;
    position:  relative;
    bottom:  0;
    margin-bottom: 80px;
}

.all-messages .owl-dot {
    background: none;
    height:  auto;
    float: left;
    margin-right: 10px;
}

.all-messages .owl-dot:before {
    
    counter-increment: numbers;
    content: counter(numbers);
}

.all-messages .owl-dot.active:before {
     
    color: #509e5c;    
    text-decoration: underline;
}

.all-messages .owl-item {
    
/* padding: 0px 15px; */
    
padding-left: 2px;
    
box-sizing:  border-box;
}

.message-name {

    font-size: 16px;
    color: #1e342c;
    font-style: italic;
    border-bottom: 1px solid #cbead9;
    padding-bottom: 8px;
    margin-bottom: 11px;
    display: flex;
    justify-content: space-between;
}

.user-name {

font-weight:  600;
}

.main-choise {

    font-size: 12px;
    font-weight: lighter;
    
}


.reviews-row {
    
    letter-spacing: -0.36em;
    text-align: justify;
}

.reviews-row:after {
    
    content: '';
    width: 100%;
    display: inline-block;
}

.inline-inputs {
    
    text-align: justify;
    height: 60px;
}

.inline-inputs:after {
    
    content: '';
    width: 100%;
    display: inline-block;
}

.all-messages, .reviews {
    
    letter-spacing: normal;
}


.all-messages p {

    font-size: 14px;
    line-height: 20px;
    font-style: italic !important;
    margin-bottom: 20px;
}

.all-messages p:last-child {
    
    text-align: right;
}

.help-block {
    
    display: none !important;
}

.ec-stars {

    background: none !important;
    display: inline-block !important;
    width: 145px;
    background: none;
    width: auto !important;
    text-align: right;
    margin: 0px !important;


}

.ec-stars span.rating-3::before {

    content: '3';
    display:  inline-block;
    margin-left: 2px;
    margin-right: 11px;
    font-size: 12px;
}

.ec-stars span.rating-3::after {

    content: '';
    width: 22px;
    height: 23px;
    background-image: url(../img/smile-three.png);
    background-repeat: no-repeat;
    display:  inline-block;
    vertical-align:  top;
}

.ec-stars span.rating-4::before {

    content: '4';
    margin-left: 2px;
    margin-right: 11px;
    font-size: 12px;
}

.ec-message__date {
    
font-size: 14px !important;
    
color: #565656 !important;
    
padding-left: 20px;
    
width: 92px;
    
display: inline-block;
    
white-space: nowrap;
    
overflow: hidden;
    
font-weight: lighter;
    
font-style: normal;
}

.smile-five:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url(../img/smile-five.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 44px;
    top: 8px;
}

.smile-five:after {
    content: '5';
    position: absolute;
    left: 29px;
    top: 7px;
    font-weight: 600;
    color: #6d6d6d;

}

.smile-four:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url(../img/smile-four.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 44px;
    top: 8px;
}

.smile-four:after {
    content: '4';
    position: absolute;
    left: 30px;
    top: 7px;
    font-weight: 600;
    color: #6d6d6d;
}

.smile-three:before {
    
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url(../img/smile-three.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 44px;
    top: 8px;
    
}

.smile-three:after {
    
    content: '3';
    position: absolute;
    left: 30px;
    top: 7px;
    font-weight: 600;
    color: #6d6d6d;
}

.reviews {
    
    display: inline-block;
    width: 54.9%;
    background: #f8f8f8;
    padding: 30px 50px;
    box-sizing: border-box;
    vertical-align: top;
}

.reviews .title {
    
    padding-top: 0;
    font-size: 18px;
}

.user_names {

    display: inline-block;
    width: 42.1%;
    margin-right: 6.3%;
}

.user_mails {

    display: inline-block;
    width: 51.5%;
}

.ec-form {letter-spacing: -0.36em;text-align:  justify;}

.ec-form:after {content:''; display:inline-block; text-align: center;}

.ec-form input {

    line-height: 33px;
    height: 33px;
}

.ec-form input, .ec-form textarea {

    border-color: #d8d8d8;
}

.ec-form span, .ec-form label {

    letter-spacing: normal;
}

.fz_ceckbox_block {
    position: relative;
    
    display: block;
    color: #8d8d8d;
    font-style: italic;
    font-size: 12px;
    margin-bottom: 35px;
    text-align: left;
}

.fz_ceckbox_block a {
    
    color: #8d8d8d;
}

input[name="fz_checkbox"] {
    height: 8px;
    width: 8px;
    position: absolute;
    top: 4px;
    opacity: 0;
}

label[for="fz_checkbox"] {

display: inline-block;

width: 10px;

height: 10px;

box-sizing: border-box;

margin-bottom:  0;

margin-right: 11px;

border: 1px solid #d8d8d8;
}


input[name="fz_checkbox"]:checked + label[for="fz_checkbox"] {

    background-image: url('../img/check.png');
    background-size: cover;
}

.ec-form input:focus, .ec-form textarea:focus {

    border-color: #509e5c;
}

.ec-stars span.rating-4::after {

    content: '';
    display: inline-block;
    width: 22px;
    height: 23px;
    background-image: url(../img/smile-four.png);
    background-repeat: no-repeat;
    vertical-align:  top;
}

.ec-stars span.rating-5::before {

    content: '5';
    display:  inline-block;
    margin-left:  2px;
    margin-right: 11px;
    font-size: 12px;
}

.ec-stars span.rating-5::after {

    content: '';
    display: inline-block;
    width: 22px;
    height: 23px;
    background-image: url(../img/smile-five.png);
    vertical-align:  top;
    background-repeat: no-repeat;
    left: 25px;
    top: 1px;
}

.ec-stars span {

    display: inline-block !important;
    width: inherit;
    margin-right: 0;
    width: auto !important;
    background: none !important;
    position: relative;
}

.ec-rating-stars {
    
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
}

.ec-rating-stars span {
    
    background: none !important;
    width: 88px !important;
    height: auto !important;
    float: none !important;
    display: inline-block !important;
    margin: 0;
    cursor: pointer;
    background: #ffffff !important;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    position: relative;
    padding-top: 30px;
    padding-bottom: 5px;
    margin-right: 20px !important;

}

.ec-rating-stars span:last-child {

    margin-right: 0 !important;
}

.ec-rating-stars span:hover, .active-smile {
    
    outline: 1px solid #509e5c;
}
.ec-ratings-title {
    
    font-size: 12px;
    color: #8d8d8d;
    margin-bottom: 10px;
    font-weight: lighter;
}

.main-page-messages {

    letter-spacing: -0.36em;
    margin-bottom: 60px;
}

.main-page-messages .ec-message p { 
    margin-bottom: 15px;
    font-style: italic;
}

.main-page-messages .ec-message p:last-child {
    font-style: normal;
    text-align: right;
}

.main-page-messages .ec-message {

    display: inline-block;
    width: 28.2%;
    letter-spacing: normal;
    vertical-align: top;
    margin-right: 7.7%;
}


.main-page-messages .ec-message:last-child {
    
    margin-right: 0;
}

.ec-message {

    background-color: inherit !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    text-align: left;
}

.review-submit {

    background: #ec9f37;
    color: white;
    line-height: 50px;
    height: 50px;
    width: 223px;
    border-radius: 0;
    border: none;

}

.review-submit:hover {

    background: #d6881e;
}

.employes-page {

    letter-spacing: -0.36em;
    margin-bottom: 35px;
}

.employe-block {
    
    display: inline-block;
    width: 43.8%;
    letter-spacing: -0.36em;
    margin-right: 6%;
    margin-bottom: 37px;
}

.employe_top-info span:first-child {

    display: block;
    width: 100%;
}

.employe_top-info span:first-child a {

    font-style: italic;
    font-size: 16px;
    color: #454545;
    width: 100%;
    text-decoration:  none;
}
.employe_top-info span:last-child {

    font-size: 14px;
    color: #70967a;
    font-family: Myriad Pro, sans-serif;
    margin-bottom: 8px;
    display: block;
}

.employe-block p, .employe-block span, .employe-block div {

    letter-spacing: normal;
}

.employe-block p, .employe-block span, .employe_content {


    padding-left: 4.3%;
}

.employe-block img{
    
    display: inline-block;
    width: 42%;  
    height: auto;
}

.employe_top-info {

    border-bottom: 1px solid #d3e9d9;
    margin-bottom: 7px;
}

.employe_right-block {

    display: inline-block;
    width: 57.9%;
    box-sizing:  border-box;
    vertical-align:  top;
    overflow:  hidden;
}

header .top_time_phone{
    float: right;
    margin-top: 17px;
    text-align: right;
}

header .logo{
    float: left;
}

header .top_address{
    float: left;
    margin-left: 80px;
    margin-top: 20px;
    width: 32%;
    position: relative;
    margin-bottom: 10px;
}

header .top_address:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../img/location.png);
    top: 0;
    left: -30px;
}

header p{
    margin: 0;
}

header{
    color: #515151;
    font-size: 14px;
    font-weight: 400;
}

header .top_phone{
    position: relative;
    color: #bf0404;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}

header .top_phone:first-child:before{
    content: '';
    position: absolute;
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../img/call-icon.png);
    /* top: calc(100% - 13px); */
    top: -2px;
    left: -35px;
}

header button.callback-btn{
    color: #ffffff;
    background: none;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #ce0203;
    padding: 10px 28px;
    height: auto;
    border: none;
    line-height: normal;
    outline: none;
}

header button.callback-btn:hover{
    background-color: #b30001;
}

.slider_container{
    height: 100%;
    position: relative;
}

.slider_container .slide_desc{
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 48%;
    padding: 20px 50px 20px 20px;
    background-color: rgba(0,0,0,0.32);
    color: #fff;
}

.slide_desc h3{
    font-size: 24px;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 10px;
    letter-spacing: normal;
}

.slide_desc p{
    margin: 0;
    font-size: 16px;
}

.title{
    color: #509e5c;
}

.title a{
    color: #ab0404;
}

.content h1, .content h2{
    color: #509e5c;
    font-weight: 600;
}

.top-date{
    color: #509e5c;
}

.top-date:before{
    background: #509e5c;
}

.news a{
    color: #141414;
}

.news_title{
    color: #454545;
}

.employe_top-info span:last-child{
    color: #509e5c;
}

.employe_content{
    padding: 0;
    line-height: normal;
}

.employe_content p{
    margin-bottom: 10px;
}

.employes-page .employe-block{
    width: 48%;
    margin-right: 4%;
}

.employes-page .employe-block:nth-child(2n){
    margin-right: 0;
}

.feedback_bg, .thanks_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 400;
    display: none;
}

.feedback_bg.active, .thanks_bg.active{
    display: block;
}

.feedback, .thanks_block{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 5px 9px 34px 6px rgba(0, 0, 0, 0.13);
    width: 340px;
    max-width: 90%;
}

.feedback_form{
    padding: 30px 30px 20px 30px;
    margin: 0;
    text-align: center;
}

.feedback_desc{
    color: #272727;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.feedback_title{
    background-color: #509e5c;
    position: relative;
    padding: 20px 90px;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.thanks_block .feedback_title{
    padding: 20px 10px;
}

.thanks_block_desc{
    padding: 20px;
    font-size: 16px;
    text-align: center;
}

.thanks_block .orange-button{
    background-color: #ce0203;
    margin: 0 auto 20px;
    display: block;
    border: none;
}

.thanks_block .feedback_title:before{
    top: 58px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.feedback_title:before{
    content: '';
    position: absolute;
    border: 80px solid transparent;
    border-top: 45px solid #509e5c;
    display: block;
    width: 0;
    height: 0;
    top: 29px;
    z-index: -1;
}

.feedback_form input{
    height: 40px;
    width: 100%;
    border: 1px solid #dedede;
    outline: none;
}

.feedback_form input:focus, .feedback_form textarea:focus, .feedback_form textarea{
    border: 1px solid #dedede;
}

.feedback_close, .thanks_close{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

form .feedback_button{
    height: 46px;
    width: 100%;
    background-color: #dc0046;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 400;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

form .feedback_button:hover{
    color: #fff;
    background-color: #b30001;
}

.checkbox_text a{
    color: #509e5c;
}

input.checkbox_input[type="checkbox"] {
  display: none;
}

label.checkbox_text {
  color: #000;
  cursor: default;
  font-weight: normal;
  line-height: 30px;
  padding: 10px 0;
  vertical-align: middle;
  margin-top: -20px;
}

label.checkbox_text:before {
    content: " ";
    color: #509e5c;
    display: inline-block;
    font: 15px/14px Arial;
    margin-right: 5px;
    position: relative;
    text-align: center;
    text-indent: 0px;
    width: 18px;
    height: 18px;
    background: inherit;
    border: 2px solid #509e5c;
    border-image: initial;
    vertical-align: middle;
    margin-bottom: 2px;
    box-sizing: border-box;
}
input.checkbox_input:checked + label.checkbox_text:before {
  content: "\2714";
}
input.checkbox_input:disabled + label.checkbox_text:before {
  background: inherit;
  color: #aaa;
}

.g-recaptcha{
    margin-bottom: 16px;
}

.feedback_form .g-recaptcha{
    margin-left: -10px;
}

table{
    clear: both;
    width: 100%;
}

div.attention{
    clear: both;
    border: 1px dashed rgba(0,0,0,0.5);
    border-left: 10px solid #509e5c;
    padding: 20px;
    margin: 20px 0;
}

div.incont_serv {
    margin-bottom: 20px;
}

div.services_appointment{
    text-align: center;
    width: 90%;
    -webkit-box-shadow: 1px 3px 5px #909090;
    -moz-box-shadow: 1px 3px 5px #909090;
    box-shadow: 1px 3px 5px #909090;
    border-top: 10px solid #509e5c;
    margin: 20px auto 0; 
    padding: 20px;
}

div.services_appointment p{
    margin-bottom: 10px;
}

.services_appointment_red{
    font-weight: 600;
    color: #ce0203;
}

div.services_appointment a{
    text-decoration: none;
    color: #509e5c;
}

.price_table td[colspan="2"]{
    background-color: #509e5c;
    text-align: center;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.table_no_style tr, .table_no_style td{
    background: none !important;
    border: none !important;
    text-align: center !important;
}

.table_no_style img{
    float: none;
}

.anchors_block{
    margin: 20px 0;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}

.anchors_block a{
    display: block;
    color: #626262;
    font-weight: 600;
}

.contactInfo .contacts_phones{
    text-decoration: none;
    color: #a2a0a0;
    display: block;
}

.header_social{
    float: right;
}

.header_social a, .mobile_social_links a{
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    margin: 10px 0;
    display: block;
    float: left;
}

.header_social a.vk, .mobile_social_links a.vk{
    background-image: url(../img/vk-icon.png);
    margin-right: 20px;
}

.header_social a.instagram, .mobile_social_links a.instagram{
    background-image: url(../img/insta-icon.png);
}

.popup_menu_button, .mobile_social_links{
    display: none !important;
}

.mobile_phone_new{
    display: none;
}

.mobile_social_links:after{
    content: none !important;
}

.mobile_social_links a{
    float: none;
    display: inline-block !important;
    width: 32px;
    height: 32px;
    padding: 0 !important;
}

.mobile_social_links{
    padding-left: 34px !important;
    padding-top: 20px !important;
}

.popup_menu_button{
    background-color: #da331f;
}

footer .row.footer_social{
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    position: relative;
    top: -68px;
}

.has-error::before {
    content: "Обязательное поле";
    margin-right: 10px;
    color: rgb(160, 54, 42);
    font-weight: 600;
    letter-spacing: normal;
    font-size: 14px;
    font-style: normal;
    display: block;
}

.breads .bread_last{
    color: #222;
    text-decoration: none;
}

.service_price_list{
    margin-top: 30px;
}

.service_table {
    letter-spacing: -0.3em;
    clear: both;
    background-color: #E1E1E1;
    margin: 20px 0;
}

.service_table_item {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    width: calc(100% / 3);
}

.service_table_item .service_table_title {
    background-color: #509e5c;
    padding: 10px;
    border: 1px solid #000;
    border-bottom: 0;
}

.service_table_title p {
    color: #fff;
    margin-bottom: 0;
}

.service_table_text {
    padding: 15px;
    border: 1px solid #000;
}

.service_table_item:not(:last-child) .service_table_text.border,
.service_table_item:not(:last-child) .service_table_title {
    border-right: none;
}

.service_table.two .service_table_item {
    width: 50%;
}

.service_table.four .service_table_item {
    width: 25%;
}

.service_table h2, .service_table_title {
    color: #fff;
}

/*media queries*/
@media only screen and (max-width: 959px), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .container {
        width: 100%;
        max-width: 960px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .fancybox-skin {
        background: none;
    }

}

@media only screen and (max-width: 959px) {
    
    header .top_address{
        margin-left: 60px;
    }
    
    header nav li:last-child {
        
        margin-right: 3%;
    }

    .flex-container div:nth-of-type(2) {

        margin-right: 3%;

    }

    .news .u-pull-right {

        width: 70%;
    }

    .form-image {

        display: none;
    }

    .form-content form input {

        display: inline-block;
        width: 100%;
        margin-right: 18px;
        border-radius: 0;
        max-width: inherit;

    }

    .form-content {

        min-width: inherit;
        max-width: 450px;
        padding-left: 35px;
        margin: 0 auto;
    }

    .form-content::after, .form-content::before {

        display: none;
    }

    header nav li {

        margin: 0 20px 0px 0px;
    }

    .calc-callback {

        left: 15px;
    }
    
    .reviews {
        
        width: 52vw;
    }
    
    .all-messages {
        
margin-right: 0;
        
width: 40%;
    }
    
    footer {
        
        height: 92px;
    }
    
    .ec-rating-stars span {
        
        margin-right: 18px !important;
    }
    
    .main-page-messages .ec-message {

        width: 30.8%;
        margin-right: 3.7%;
    }
    
    .main-page-messages .ec-message__date {
        
        width: 95px;
    }
    
    .service_table.four .service_table_item {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    
    .mobile_phone_new{
        display: block;
        float: right;
        height: 40px;
        width: 40px;
        border-left: 1px solid #cdcdcd;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: 20px 20px;
        background-size: 20px 20px;
        background-image: url(../img/telephone4.png);
    }
    
    #mm-0>ul>.popup_menu_button, #mm-0>ul>.mobile_social_links{
        display: block !important;
    }
    
    table{
        width: 100%;
        display: block;
        overflow-y: scroll;
    }
    
    .slider_container .slide_desc{
        width: 370px;
        max-width: 70%;
        padding: 20px;
    }
    
    .slide_desc h3{
        font-size: 20px;
    }
    
    .logo {
        background-image: url('../img/logo.png') !important;
    }
    
    .main-page-messages .ec-message {
        
        width: 100%;
    }

    .newsInner .news:nth-child(2n + 2) .date {

        padding-left: 0;
    }

    .newsInner .news:nth-child(2n + 2)::before {

        display: none;
    }

    .breads {

        padding-top: 20px;
    }

    .indexContent {

        padding-top: 25px;
    }

    nav.nine.columns {

        width: 80% !important
    }

    .form-title {

        font-size: 24px;
    }

    #main-slider {

        margin-top: 0px !important;
    }

    .calc-callback {

        top: 50px;
    }

    .vakans {

        width: 100% !important;
    }

    .vakans .u-pull-right {

        float: none;
    }

    .news .u-pull-right {

        width: 70% !important;
        display: inline-block;
        padding-left: 20px !important;
    }

    .top-info {

        display: none;
    }

    .column, .columns {
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important;
    }

    .logo:after {

        display: none;
    }

    #main-menu:not(.mm-menu) {
        display: none;
    }

    #main-slider {

        margin-top: 40px;
    }

    .menu-line {

        display: none;
    }

    #page {
        padding-top: 40px;
    }

    .mm-panels > .mm-panel > .mm-listview:first-child,
    .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
        margin-top: 0;
    }

    .mm-panels > .mm-panel::after, .mm-panels > .mm-panel::before {
        height: 0;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 300 !important;
        width: 100%;
        height: 40px;
        background-color: #fff !important;
        margin-bottom: 0 !important;
        background-image: none !important;
    }

    header .logo {
        width: 160px !important;
        height: 40px;
        float: left !important;
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
        background-position: left center;
        background-repeat: no-repeat;
        margin-top: 0;
    }

    .hamburger,
    .header-phone {
        display: block;
        float: right;
    }

    #main-nav ul {
        display: block;
    }

    #main-nav ul li {
        float: none;
        text-transform: none;
        margin-left: 0;
        margin-bottom: 0;
        height: auto;
        line-height: normal;
        display: block;
    }

    header nav a {
        line-height: normal;
    }

    .headerTopBg {
        padding-bottom: 52%;
        height: auto;
        background-position: top center;
        margin-bottom: 0;
    }

    /*services*/
    .serviceItem {
        width: 48%;
        margin-left: 0;
    }

    .serviceItem:nth-child(4n+1) {
        clear: none;
    }

    .serviceItem:nth-child(2n) {
        float: right;
    }

    .serviceItem:nth-child(odd) {
        clear: both;
    }

    /*news*/
    .news {
        float: none !important;
        width: 100% !important;
        max-width: none;
    }

    .news .u-pull-right {
        padding-left: 26%;
        margin-left: 0;
    }

    .newsInner .news:nth-last-child(2) {
        border-bottom: 1px solid #cbead9;
    }

    /*gallery*/
    .galleriItem {
        width: 48%;
        padding-bottom: 31.5%;
        margin-left: 0;
        margin-bottom: 4%;
    }

    .galleriItem:nth-child(2n) {
        float: right;
    }

    /*schedule*/
    .schedule {
        width: 100%;
        float: none;
        clear: none;
        overflow-x: auto;
        max-width: 100%;
    }

    .schedule:nth-child(2n+1) {
        clear: none;
    }

    .schedule:nth-child(2n) {
        float: none;
    }

    .schedule {
        margin-bottom: 20px;
    }

    .schedule table {
        table-layout: auto;
    }

    .schedule table > thead > tr > th,
    .schedule table > tbody > tr > th,
    .schedule table > tfoot > tr > th,
    .schedule table > thead > tr > td,
    .schedule table > tbody > tr > td,
    .schedule table > tfoot > tr > td {
        white-space: nowrap;
    }

    .schedule td::after {
        display: none;
    }

    .schedule table > tbody > tr > td:first-child,
    .schedule table > tbody > tr > td:first-child + td {
    }

    .schedule-header td:last-child {

        margin: 0;
    }

    .schedule table > tbody > tr > td:first-child + td {
        text-align: center;
    }

    .schedule table > tbody > tr > td:last-child {
        width: 100%;
        display: block;
        padding-right: 0;
        padding-left: 0;
        border-bottom: 1px solid #222;
        padding-bottom: 10px;
    }

    .contactsTitle {
        padding-bottom: 0;
    }

    footer,
    .prefooter {
        height: 90px;
    }

    footer {
        padding: 10px 0;
    }
    
    .all-messages {
        
        width: 100% !important;
    }
    
    .reviews {
        width: 100%;
        margin-bottom: 50px;
    }
    
    .ec-message__date {
        
        width: 94px;
    }
    
    .all-messages .owl-item {
        
        padding-right: 2px;
    }
    
    .employe-block {
        width: 100%;
        margin-bottom: 38px;
        margin-right: 0;
    }
    
    
    .employe-block img {
        
        max-width: 200px;
        width: 100%;
    }
    
    .employe_right-block {
        
        width: 50%;
    }
    

}

@media only screen and (max-width: 600px) {
    
    .anchors_block{
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }

    .calc-callback {

        display: none;
    }

    .slide-image, #main-slider {

        height: 300px;
    }

    footer .row {

        flex-direction: column;
    }

    footer, .prefooter {

        height: 90px;
    }

    footer .u-pull-left {

        margin-bottom: 40px;
        text-align: center;
    }
    
    .reviews {
        width: 100%;
        margin-bottom: 50px;
        padding: 30px 40px;
        text-align: center;
    }
    
    .reviews .title {
        
        text-align: left;
    }
    
    .user_names , .user_mails {
        
        width: 100%;
        display: block;
    }
    
    .all-messages .owl-dots {
        
        margin-bottom: 40px;
    }
    
    .inline-inputs { 
         
        height: 97px;
    }
    
    .service_table_item, .service_table.two .service_table_item, .service_table.four .service_table_item {
        width: 100%;
    }

}

@media only screen and (max-width: 479px) {
    
    .feedback_bg .feedback_form input{
        height: 26px;
        margin-bottom: 6px;
    }
    
    .feedback_bg .feedback_form textarea{
        height: 60px;
    }
    
    .feedback_bg .feedback_form label.checkbox_text{
        padding: 0;
        line-height: 24px;
    }
    
    .feedback_bg .feedback_form .g-recaptcha{
        margin-bottom: 10px;
    }
    
    .feedback_bg .feedback_form{
        padding: 20px 30px 10px 30px;
    }
    
    .feedback_bg .feedback_form .feedback_button{
        height: 38px;
    }
    
    .price_table{
        overflow-y: inherit;
    }
    
    .price_table th, .price_table td{
        padding: 12px 4px;
    }
    
    .price_table th:last-child, .price_table td:last-child{
        padding-right: 4px;
    }
    
    table.price_table tr td:first-child{
        padding-left: 10px;
    }
    
    .feedback_bg .feedback_title{
        padding: 10px 50px;
    }
    
    .feedback_bg .feedback_title:before{
        top: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .serviceItem img {

        width: 100%;
        height: auto;
    }
    
    .slide_desc p{
        line-height: 1.1;
        font-size: 14px;
    }
    
    .slide_desc h3{
        line-height: 1.1;
        font-size: 16px;
    }
    
    .serviceContent img {
        
        max-width: 479px;
    }

    .body-vakansies .news .date, .newsInner .news .date {

        max-width: 45px;
    }

    .news-page .news .u-pull-right {

        padding-right: 0;
    }

    .form-content {

        padding: 0 30px;
        padding-top: 20px;
    }

    .slide-image, #main-slider {

        height: 150px;
    }

    .title {
        margin-bottom: 20px;
        line-height: 1.1;
    }

    .title a {

        line-height: 30px;
    }

    .content h1 {
        font-size: 24px;
    }

    .content h2 {
        font-size: 22px;
    }

    .content h3 {
        font-size: 20px;
    }

    .content h4, .content h5, .content h6 {
        font-size: 18px;
    }

    /*services*/
    .serviceItem {
        width: 100%;
    }

    .serviceItem:nth-child(2n) {
        float: none;
    }

    .serviceItem:nth-child(odd) {
        clear: none;
    }

    /*gallery*/
    .galleriItem {
        float: none;
        width: 100%;
        padding-bottom: 65.625%;
        margin-bottom: 25px;
    }

    .galleriItem:nth-child(2n) {
        float: none;
    }

    footer .row {
        font-size: 12px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    
    .reviews {
        
        padding: 30px 20px;
    }
    
    .ec-rating-stars span {
        
        display: block !important;
        margin: 0 auto !important;
        margin-bottom: 20px !important;
        width: 100% !important;
        padding: 10px;
    }
    
    .smile-four:before {
        
        top: 11px;
    }
    
    .smile-four:after {
        
        top: 10px;
    }
    
    .smile-three:before {
        
        top: 11px;
    }
    
    .smile-three:after {
        
        top: 10px;
    }
    
    .smile-five:before {
        
        top: 11px;
    }
    
    .smile-five:after {
        
        top: 10px;
    }
    
    #ec-form-resource-44 .form-actions {
        
        text-align: center;
    }
    
    .ec-rating-stars span:last-child {
        
        margin: 0 auto !important;
    }
    
    .employe-block img {
        
        max-width: none;
        width: 100%;
        margin-bottom: 15px;
    }
    
    .employe_right-block {
        
        width: 100%;
    }
    
    .employe-block p, .employe-block span, .employe_content {
        
        padding-left: 0;
    }
}

@media only screen and (max-width: 400px) { 
    
    .anchors_block{
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    
    .schedule {
        
        font-size: 12px;
    }
    
    .schedule tr td:first-child {
        
        padding-left: 15px;
    }
    
}

@media only screen and (max-width: 370px) {
    .g-recaptcha{
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    
    .feedback_form .g-recaptcha{
        margin-left: -34px;
    }
}