/*   
Theme Name: Eco company
Theme URI: http://wp-themes/
Description:
Author: Vladislav Klevtsov
Author URI: 
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700|Open+Sans:400,700&subset=cyrillic');

html,
body,
div,
footer,
header,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
form,
label,
img,
iframe,
table,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

details,
figcaption,
figure,
nav,
section,
article,
aside,
footer,
header {
    display: block;
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:active,
a:focus,
button,
input,
textarea {
    outline: none;
}

.clearfix::after {
    content: '';
    clear: both;
    display: block;
}

/* ---------------------------------------- Modal */

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 400px;
    min-width: 360px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-modal.active {
    max-height: 100%;
    overflow-y: auto;
}

@media screen and (max-width: 460px) {
    .md-modal {
        min-width: 340px;
    }
}

@media screen and (max-width: 420px) {
    .md-modal {
        min-width: 320px;
    }
}

@media screen and (max-width: 380px) {
    .md-modal {
        min-width: 290px;
    }
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

/* Content styles */

.md-content {
    position: relative;
    padding: 15px 20px 20px;
    background: #006b54;
}

.title__form {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1;
}

.md-effect-3 .md-content {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-3 .md-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.md-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url('img/close.png') no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

/* ----------------------------------- Simple Light box */

body.hidden-scroll {
    overflow: hidden;
}

.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.9;
    display: none;
    z-index: 1050;
}

.sl-wrapper {
    z-index: 1040;
}

.sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer;
}

.sl-wrapper button:hover {
    opacity: 0.7;
}

.sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 1060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #fff;
    font-size: 3rem;
}

.sl-wrapper .sl-close:focus {
    outline: none;
}

.sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #fff;
    font-size: 1rem;
}

.sl-wrapper .sl-navigation {
    width: 100%;
    display: none;
}

.sl-wrapper .sl-navigation button {
    position: fixed;
    top: 50%;
    margin-top: -22px;
    height: 44px;
    width: 22px;
    line-height: 44px;
    text-align: center;
    display: block;
    z-index: 1060;
    font-family: Arial, Baskerville, monospace;
    color: #fff;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.sl-wrapper .sl-navigation button.sl-next {
    right: 5px;
    font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
    left: 5px;
    font-size: 2rem;
}

.sl-wrapper .sl-navigation button:focus {
    outline: none;
}

@media (min-width: 35.5em) {

    .sl-wrapper .sl-navigation button {
        width: 44px;
    }

    .sl-wrapper .sl-navigation button.sl-next {
        right: 10px;
        font-size: 3rem;
    }

    .sl-wrapper .sl-navigation button.sl-prev {
        left: 10px;
        font-size: 3rem;
    }
}

@media (min-width: 50em) {

    .sl-wrapper .sl-navigation button {
        width: 44px;
    }

    .sl-wrapper .sl-navigation button.sl-next {
        right: 20px;
        font-size: 3rem;
    }

    .sl-wrapper .sl-navigation button.sl-prev {
        left: 20px;
        font-size: 3rem;
    }
}

.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000;
}

.sl-wrapper .sl-image img {
    margin: 0;
    padding: 0;
    display: block;
    border: 0 none;
}

@media (min-width: 35.5em) {

    .sl-wrapper .sl-image img {
        border: 0 none;
    }
}

@media (min-width: 50em) {

    .sl-wrapper .sl-image img {
        border: 0 none;
    }
}

.sl-wrapper .sl-image iframe {
    background: #000;
    border: 0 none;
}

@media (min-width: 35.5em) {

    .sl-wrapper .sl-image iframe {
        border: 0 none;
    }
}

@media (min-width: 50em) {

    .sl-wrapper .sl-image iframe {
        border: 0 none;
    }
}

.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: auto;
    top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
    bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    z-index: 1060;
}


.sl-spinner {
    display: none;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1007;
    -webkit-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite;
}


.sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

/* ------------------------------------- Общие стили */

body {
    max-width: 1920px;
    margin: 0 auto;
}

.overflow {
    position: relative;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Open Sans Condensed', sans-serif;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}

h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

@media screen and (max-width: 764px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }
}

p,
li {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #000;
}

a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #006b54;
    -webkit-transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
    cursor: pointer;
}

a.btn {
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif!important;
    font-size: 20px!important;
    background: #006b54;
    text-decoration: none!important;
    color: #fff!important;
    padding: 6px 18px 8px;
    border: 1px solid;
    border-color: #006b54;
    line-height: 1!important;
    min-width: 120px;
    text-align: center;
}

a:hover {
    text-decoration: none;
}

a.btn:hover {
    background: transparent;
    color: #006b54!important;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.center-btn {
    text-align: center;
}

.img img {
    display: block;
    width: 100%;
    height: auto;
}

/* Content */

.content p {
    line-height: 1.5;
    margin-bottom: 15px;
}

.content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
}

.alignleft {
    float: left;
    margin-right: 30px!important;
}

.alignright {
    float: right;
    margin-left: 30px!important;
}

.content p + p > img,
.content h2 + p > img,
.content h3 + p > img,
.content h4 + p > img,
.content h5 + p > img {
    margin-top: 20px;
}

.content h2,
.content h3,
.content h4,
.content h5 {
    text-align: left;
    margin: 0 0 10px 0;
}

.content h2,
.content h3 {
    line-height: 1;
}

.content h4 {
    font-weight: bold;
}

.content p + h2,
.content p + h3,
.content p + h4,
.content p + h5 {
    margin: 15px 0 10px 0;
}

.content a {
    line-height: 1.5;
    text-decoration: underline;
}

.content a:hover {
    text-decoration: none;
}

.content ul {
    margin-bottom: 15px;
    margin-left: 25px;
}

.content ul li {
    list-style: disc;
    font-size: 15px;
    line-height: 1.5;
    position: relative;
}

.content ol {
    padding-left: 20px;
}

.content ol li {
    font-size: 15px;
    line-height: 1.5;
    position: relative;
    list-style: decimal;
}

table {
    margin: auto;
    width: auto!important;
}

table tr td,
table tr th {
    border: 1px solid #eee;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #000;
}

table tr th {
    background: #216eab;
    color: #fff;
    font-weight: bold;
}

.wrap__table {
    margin: 30px auto;
    overflow-x: auto;
}

hr {
    border: none;
    height: 1px;
    background: #006b54;
    margin: 15px 0;
}

/* ---------------------------------------- Header */

header .flex.wrap {
    justify-content: space-between;
    padding: 15px;
}

/* Logo */

.wrap__logo {
    flex-wrap: nowrap;
    margin-right: 15px;
}

.header__logo {
    display: block;
    max-width: 100px;
    min-width: 100px;
    border-right: 1px solid;    
    border-color: #f5f5f5;
    padding-right: 20px;
    margin-right: 20px;
}

.wrap__logo p {
    color: #006b54;
}

.wrap__logo > div a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #006b54;
    text-decoration: none;
}

header .flex.wrap > a.btn {
    margin: 0 15px;
}

/* Contact */

.header__contacts.flex {
    flex-direction: column;
    align-items: flex-end;
    margin-left: 15px;
}

.header__contacts a.flex {
    flex-wrap: nowrap;
}

.header__contacts a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 21px;
    line-height: 1;
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

.header__contacts a:first-child {
    margin-bottom: 9px;
}

.header__contacts i {
    font-size: 20px;
    color: #006B54;
    margin-right: 9px;
}

/* Menu */

.header__menu {
    border: 1px solid;
    border-color: #006b54;
    border-right: none;
    border-left: none;
}

.header__menu .wrap {
    padding: 0 15px;
}

.header__menu ul.menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.header__menu ul.menu > li {
    position: relative;
    flex-grow: 1;
    text-align: center;
    transition: background 0.2s ease-in-out;
}

.header__menu ul.menu > li:hover,
.header__menu ul.menu > li.current-menu-item {
    background: #006b54;
}

.header__menu ul.menu > li::before {
    content: '';
    position: absolute;
    left: -0.5px;
    top: 15px;
    bottom: 15px;
    width: 1px;
    background: #006b54;
    transition: background 0.15s ease-in-out;
}

.header__menu ul.menu > li:first-child::before {
    display: none;
}

.header__menu ul.menu > li:hover::before,
.header__menu ul.menu > li.current-menu-item::before,
.header__menu ul.menu > li:hover + li::before,
.header__menu ul.menu > li.current-menu-item + li::before {
    background: transparent;
}

.header__menu ul.menu > li > a {
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    width: 100%;
    font-size: 20px;
    padding: 13px 15px;
    box-sizing: border-box;
    line-height: 1;
    text-decoration: none;
}

.header__menu ul.menu > li:hover > a,
.header__menu ul.menu > li.current-menu-item > a {
    color: #fff;
}

/* 2-th level */

.header__menu ul.menu li ul.sub-menu {
    position: absolute;
    left: -9999px;
    z-index: 9;
    min-width: 100%;
}

.header__menu ul.menu li ul.sub-menu li {
    height: 0;
    transition: height 0.125s ease;
    text-align: left;
}

.header__menu ul.menu > li.menu-item-has-children:hover > ul.sub-menu {
    position: absolute;
    left: auto;
    border-top: 1px solid;
    border-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

.header__menu ul.menu > li.menu-item-has-children:hover > ul.sub-menu > li {
    height: 32px;
}

.header__menu ul.menu ul.sub-menu li {
    position: relative;
    background: #fff;
    border-bottom: 1px solid;
    border-color: #f5f5f5;
}

.header__menu ul.menu ul.sub-menu li:last-child {
    border: none;
}

.header__menu ul.menu ul.sub-menu li a {
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    line-height: 1;
    padding: 6px 15px 8px;
    box-sizing: border-box;
    width: 100%;
    transition: color 0.2s ease;
    white-space: nowrap;
    text-decoration: none;
}

.header__menu ul.menu ul.sub-menu li:hover,
.header__menu ul.menu ul.sub-menu li.current-menu-item {
    background: #006b54;
}

.header__menu ul.menu ul.sub-menu li:hover > a,
.header__menu ul.menu ul.sub-menu li.current-menu-item > a{
    color: #fff!important;
}

/* 3-th level */

.header__menu ul.menu ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-left: 1px solid #fff;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
}

.header__menu ul.menu ul.sub-menu li.menu-item-has-children:hover ul.sub-menu > li {
    height: 32px;
}

.header__menu ul.menu li:nth-child(3) ~ li > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
    left: auto;
    right: 100%;
}

.nav-toggle,
.mob__home {
    display: none;
}

@media screen and (max-width: 1024px) {
    header {
        border-bottom: 1px solid;
        border-color: #006b54;
    }
    
    .header__logo {
        max-width: 50px;
        min-width: 50px;
    }
    
    .wrap__logo > div a {
        font-size: 28px;
    }
    
    header .flex.wrap {
        padding-right: 70px;
    }
    
    .header__menu {
        display: none;
    }
    
    .nav-toggle,
    .mob__home {
        display: block;
    }
}

@media screen and (max-width: 960px) {
    header .flex.wrap > a.btn {
        display: none;
    }
}

@media screen and (max-width: 764px) {
    header .flex.wrap {
        padding: 10px 70px 10px 15px;
    }
}

@media screen and (max-width: 764px) {
    header .flex.wrap {
        padding-right: 65px;
    }
    
    .wrap__logo > div {
        display: none;
    }
    
    .header__logo {
        margin-right: 0;
        border: none;
        padding-right: 0;
    }
    
    .header__contacts a,
    .header__contacts i {
        font-size: 18px;
    }
}

@media screen and (max-width: 360px) {
    header .flex.wrap {
        padding: 10px 60px;
        justify-content: center;
    }
    
    .wrap__logo {
        display: none;
    }
    
    .header__contacts.flex {
        margin-left: 0;
    }
}

/* --------------------------------- Mobile menu */

body.mob__menu__active {
    overflow: hidden;
}

.nav {
    width: 300px;
    min-width: 300px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    right: -320px;
    padding-top: 15px;
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
    background: #fff;
    z-index: 2000;
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
}

body.mob__menu__active .menu-overlay {
    display: block;
}

.nav-toggle {
    position: absolute;
    right: 315px;
    top: 33px;
    font-size: 20px;
    margin: 0 20px 0 0;
    height: 22px;
    padding: 0 16px;
    background: url('img/humburg.png') right top no-repeat;
    background-size: contain;
    color: #006b54;
    cursor: pointer;
    line-height: 1;
    z-index: 2001;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

[id='nav-toggle'] {
    position: absolute;
    display: none;
}

[id='nav-toggle']:checked ~ .nav > .nav-toggle {
    right: 0;
    top: 23px!important;
    margin-right: 15px;
    background: none;
    padding-right: 0;
}

[id='nav-toggle']:checked ~ .nav {
    position: fixed;
    right: 0;
    box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
}

[id='nav-toggle']:checked ~ .nav > .nav-toggle:after {
    content: '\2715';
}

@media screen and (max-width: 320px) {
    html,
    body {
        margin: 0;
        overflow-x: hidden;
    }
    .nav {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.nav .search__form {
    margin: 0 50px 15px 15px;
}

.nav .search__form input[type="search"] {
    padding: 10px 50px 8px 15px;
}

.nav .search__form input[type="submit"] {
    background-position: 11px 10px;
}

.mob__menu__title {
    font-family: 'Open Sans Condensed', sans-serif;
    padding: 0 20px 10px;
    border-bottom: 1px solid;
    border-color: #006b54;
    font-size: 20px;
    margin-bottom: 10px;
}

.nav > ul.menu {
    display: block;
    padding: 0;
    margin-bottom: 15px;
}

.nav > ul.menu li {
    position: relative;
}

.nav > ul.menu > li {
    opacity: 0;
    -webkit-transition: opacity .5s .1s;
    -o-transition: opacity .5s .1s;
    transition: opacity .5s .1s;
}

[id='nav-toggle']:checked ~ .nav > ul.menu > li {
    width: 100%;
    opacity: 1;
}

.nav > ul.menu li a {
    display: inline-block;
    padding: 6px 20px 6px;
    box-sizing: border-box;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #006b54;
    width: 100%;
    border-bottom: 1px solid;
    border-color: #f5f5f5;
    text-decoration: none;
    -webkit-transition: color .5s ease, padding .5s ease, background .5s ease;
    -o-transition: color .5s ease, padding .5s ease, background .5s ease;
    transition: color .5s ease, padding .5s ease, background .5s ease;
}

.nav li.current-menu-item > a {
    background: #006b54;
    color: #fff!important;
}

.nav li.current-menu-item.menu-item-has-children > span.arr__down::after {
    color: #fff!important;
}

.nav li.menu-item-has-children > a {
    padding-right: 40px!important;
}

.nav > ul.menu > li.menu-item-has-children ul.sub-menu {
    display: none;
    position: relative;
    z-index: 9;
}

.nav > ul.menu > li.menu-item-has-children > ul.sub-menu > li a {
    padding-left: 30px;
}

.nav > ul.menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li > a {
    padding-left: 40px;
}

.nav ul > li.menu-item-has-children span.arr__down {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 45px;
    z-index: 2;
}

.nav > ul > li.menu-item-has-children span.arr__down::after {
    content: '\f078';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 15px;
    color: #006b54;
    transform: rotate(-90deg);
    transition: all 0.2s ease-in-out;
}

.nav > ul > li.menu-item-has-children span.arr__down.active::after {
    transform: rotate(0);
}

@media screen and (max-width: 764px) {
    .nav-toggle {
        top: 25px;
        padding: 0 14px;
    }
}

/* ---------------------------------------- Footer */

footer {
    border-top: 1px solid;
    border-color: #006b54;
}

footer .wrap.flex {
    justify-content: space-between;
    padding: 15px;
}

.wrap__footer__logo {
    margin-right: 15px;
}

.footer__logo {
    display: block;
    max-width: 100px;
    min-width: 100px;
    border-right: 1px solid;
    border-color: #f5f5f5;
    padding-right: 20px;
    margin-right: 20px;
}

.copyright {
    font-size: 14px;
}

footer > .wrap.flex > a.btn {
    margin: 0 15px;
}

/* Footer Contacts */

.footer__contacts.flex {
    flex-direction: column;
    align-items: flex-end;
    margin-left: 15px;
}

.footer__contacts a.flex {
    flex-wrap: nowrap;
}

.footer__contacts a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 21px;
    color: #000;
    line-height: 1;
    text-decoration: none;
    font-weight: bold;
}

.footer__contacts a:first-child {
    margin-bottom: 9px;
}

.footer__contacts i {
    font-size: 20px;
    color: #006b54;
    margin-right: 9px;
}

@media screen and (max-width: 1024px) {
    .footer__logo {
        max-width: 50px;
        min-width: 50px;
    }
}

@media screen and (max-width: 960px) {
    footer > .wrap.flex > a.btn {
        display: none;
    }
}

@media screen and (max-width: 764px) {
    footer > .wrap.flex {
        padding: 10px 15px;
    }
    
    .footer__contacts a,
    .footer__contacts i {
        font-size: 18px;
    }
}

@media screen and (max-width: 560px) {
    footer .flex.wrap {
        justify-content: center;
    }
    
    .footer__contacts.flex {
        display: none;
    }
}

/* ------------------------------------------- Home */

.wrap__page.flex {
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

/* Sidebar */

sidebar {
    min-width: 260px;
    max-width: 260px;
    margin-right: 30px;
}

sidebar > .menu {
    margin-bottom: 30px;
}

sidebar .menu > li {
    transition: background 0.2s ease-in-out;
}

sidebar .menu > li > a {
    position: relative;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 10.5px 15px;
    line-height: 1;
    text-decoration: none;
    border: 1px solid;
    border-bottom: none;
    border-color: #f5f5f5;
    transition: all 0.2s ease-in-out;
}

sidebar .menu > li:last-child > a {
    border-bottom: 1px solid;
    border-color: #f5f5f5;
}

sidebar .menu > li a::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -1px;
    margin-top: -1.5px;
    width: 0;
    height: 3px;
    background: #fff;
    transition: width 0.2s ease-in-out;
}

sidebar .menu > li:hover,
sidebar .menu > li.current-menu-item {
    background: #018d6f;
}

sidebar .menu > li > a:hover {
    padding-left: 25px;
    color: #fff;
    animation: bg  3s 1 ease-in-out forwards;
}

sidebar .menu > li.current-menu-item a {
    padding-left: 25px;
    color: #fff;
    background: #006b54;
}

sidebar .menu > li a:hover::before,
sidebar .menu > li.current-menu-item a::before {
    width: 11px;
}

@keyframes bg {
    from {background: #018d6f;}
    to {background: #006b54;}
}

/* Spec Sidebar */

.spec__sidebar {
    margin-bottom: 30px;
}

.spec__sidebar > .flex {
    flex-wrap: nowrap;
    justify-content: flex-start;
    border: 1px solid;
    border-bottom: none;
    border-color: #f5f5f5;
    padding: 15px;
    box-sizing: border-box;
}

.img__spec {
    position: relative;
    width: 45px;
    height: 45px;
    background: url('img/spec.png') no-repeat;
    background-size: 25px;
    background-position: center;
    margin-right: 15px;
}

.spec__sidebar .img__spec::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #006b54;
    border-radius: 50%;
    z-index: -1;
}

.spec__sidebar > .flex h3 {
    font-size: 22px;
}

/* Search */

.search h1.title__search {
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
}

.search__form {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.search__form input[type="search"] {
    width: 100%;
    padding: 12px 50px 10px 15px;
    border: 1px solid;
    border-color: #f5f5f5;
    background: transparent;
    font-size: 16px;
    color: #000;
}

.search__form input[type="submit"] {
    background: url("img/search-btn.png") no-repeat;
    background-size: 19px;
    background-position: 11px 12px;
    border: none;
    position: absolute;
    top: 0;
    right: 0px;
    width: 40px;
    height: 100%;
    border-left: 1px solid;
    border-color: #f5f5f5;
    cursor: pointer;
    transition: all 0.2s linear;
}

.search__form input[type="submit"]:hover {
    background: url("img/search.png") no-repeat;
    background-size: 19px;
    background-position: 11px 12px;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input[type="search"]::-webkit-input-placeholder {color: #006b54;}
input[type="search"]::-moz-placeholder {color: #006b54;}
input[type="search"]:-moz-placeholder {color: #006b54;}
input[type="search"]:-ms-input-placeholder {color: #006b54;}

input[type="search"]:focus::-webkit-input-placeholder {color: transparent;}
input[type="search"]:focus::-moz-placeholder {color: transparent;}
input[type="search"]:focus:-moz-placeholder {color: transparent;}
input[type="search"]:focus:-ms-input-placeholder {color: transparent;}

/* Sidebar btn */

sidebar a.btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 10px 18px;
}

/* Sidebar News */

.news__sidebar {
    margin: 30px 0 0;
}

.news__sidebar > .flex {
    flex-wrap: nowrap;
    justify-content: flex-start;
    border: 1px solid;
    border-bottom: none;
    border-color: #f5f5f5;
    padding: 15px;
    box-sizing: border-box;
}

.img__news {
    position: relative;
    width: 45px;
    height: 45px;
    background: url('img/newspaper.png') no-repeat;
    background-size: 25px;
    background-position: center;
    margin-right: 15px;
}

.img__news::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #006b54;
    border-radius: 50%;
    z-index: -1;
}

.news__sidebar > .flex h3 {
    font-size: 22px;
}

.new__sidebar {
    border: 1px solid;
    border-color: #f5f5f5;
    padding: 10.5px 15px;
}

a.new__sidebar {
    display: block;
    text-decoration: none;
}

.new__sidebar h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 3px;
}

.new__sidebar:hover h3 {
    text-decoration: underline;
}

@media screen and (max-width: 1024px) {
/*
    .wrap__page.flex {
        flex-direction: column;
    }
    
    sidebar {
        order: 1;
        min-width: 100%;
        max-width: 100%;
        margin-right: 0;
    }
    
    sidebar > * {
        display: none!important;
    }
    
    .news__sidebar {
        display: block!important;
        margin-top: 0;
    }
*/
    
    sidebar {
        display: none;
    }
}

/* -------------------------------------------- Home */

.right__side {
    width: 100%;
}

/* Breadcrumbs */

.breadcrumbs.flex {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.breadcrumbs.flex a {
    position: relative;
    text-decoration: underline;
    padding-right: 15px;
    margin-right: 15px;
    white-space: nowrap;
}

.breadcrumbs.flex a::after {
    content: '\f101';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 4px;
    right: -5px;
}

.breadcrumbs.flex a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .breadcrumbs.flex {
        margin-top: 0;
    }
}

/* Offer */

.offer {
    position: relative;
    width: 100%;
    height: 485px;
    margin-bottom: 20px;
}

.offer .mask {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.45);
}

.offer h1 {
    position: relative;
    color: #000;
    font-size: 36px;
    text-transform: uppercase;
}

@media screen and (max-width: 764px) {
    .offer {
        height: 435px;
    }
    
    .offer h1 {
        font-size: 32px;
    }
}

@media screen and (max-width: 680px) {
    .offer {
        height: 385px;
    }
    
    .offer h1 {
        font-size: 28px;
    }
}

@media screen and (max-width: 580px) {
    .offer {
        height: 335px;
    }
}

@media screen and (max-width: 520px) {
    .offer {
        height: 300px;
    }
    
    .offer h1 {
        font-size: 26px;
    }
}

@media screen and (max-width: 460px) {
    .offer {
        height: 260px;
    }
}

@media screen and (max-width: 380px) {
    .offer {
        height: 230px;
    }
}

.wrap__content > h2,
.wrap__content > h1,
.title {
    border-bottom: 1px solid;
    border-color: #006b54;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.wrap__content p {
    text-align: justify;
}

/* News home */

.news.wrap {
    position: relative;
    padding-top: 20px;
}

.news::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background: #006b54;
}

.news > h2 {
    text-align: center;
    margin-bottom: 30px;
}

.news > .flex {
    align-items: stretch;
    margin: 0 -15px;
}

.new {
    display: block;
    width: 270px;
    padding: 15px;
    box-sizing: border-box;
    margin: 0 15px 30px;
    border: 1px solid;
    border-color: #f5f5f5;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.new:hover {
    border-color: #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.img__new {
    display: block;
    
    height: 175px;
    max-width: 300px;
    margin-bottom: 10px;
}

.new h3 {
    border-bottom: 1px solid;
    border-color: #006b54;
    padding-bottom: 7px;
    margin-bottom: 8px;
}

.new p {
    text-align: justify;
}

@media screen and (max-width: 764px) {
    .news.wrap {
        padding-bottom: 10px;
    }
}

/* --------------------------------------- Services */

.service.flex {
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding-bottom: 30px;
    border-bottom: 1px solid;
    border-color: #f5f5f5;
    margin-bottom: 30px;
}

.service.flex:last-child {
    margin-bottom: 10px;
}

.img__service {
    min-width: 300px;
    max-width: 300px;
    height: 250px;
}

.service__content {
    padding: 15px 15px 0 30px;
}

.service__content h3 a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.service__content h3 a:hover {
    border-color: #006b54;
}

.service__content h3 {
    margin-bottom: 15px;
}

.service__content .content {
    margin-bottom: 25px;
}

@media screen and (max-width: 764px) {
    .img__service {
        min-width: 250px;
        max-width: 250px;
        height: 200px;
    }
    
    .service__content {
        padding-top: 0;
    }
    
    .service__content h3 a {
        font-size: 22px;
    }
}

@media screen and (max-width: 680px) {
    .service.flex {
        flex-direction: column;
        align-items: center;
    }
    
    .img__service {
        min-width: 290px;
        max-width: 290px;
        height: 220px;
    }
    
    .service__content {
        padding: 20px 0 0;
    }
    
    .service__content {
        text-align: center;
    }
    
    .service__content .content {
        text-align: justify;
    }
}

@media screen and (max-width: 560px) {
    .service__content h3 {
        margin-bottom: 10px;
    }
}

/* --------------------------------------- Certificates */

.certificates.flex {
    margin: 30px -15px 0;
}

.certificate {
    display: inline-block;
    width: 266px;
    margin: 0 15px 30px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid;
    border-color: #f5f5f5;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    text-align: center;
}

.certificate:hover {
    border-color: #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.img__certificate {
    height: 250px;
    margin-bottom: 10px;
}

.certificate h3 {
    font-size: 21px;
}

/* ------------------------------------------ Vacancies */

.vacancy {
    border: 1px solid;
    border-top: none;
    border-color: #f5f5f5;
    transition: background 0.2s ease-in-out;
}

.vacancy:first-of-type {
    border-top: 1px solid;
    border-color: #f5f5f5;
    margin-top: 25px;
}

.vacancy:hover,
.vacancy.active {
    background: #f5f5f5;
}

.vacancy.active {
    border-bottom: 1px solid #fff
}

.title__vacancy.flex {
    position: relative;
    flex-wrap: nowrap;
    padding: 15px 45px 15px 15px;
    box-sizing: border-box;
    justify-content: space-between;
    cursor: pointer;
}

.title__vacancy.flex > i.fa-chevron-down {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    transition: all 0.2s ease-in-out;
}

.title__vacancy > p.salary {
    white-space: nowrap;
    margin-left: 30px;
}

.vacancy__content {
    display: none;
    padding: 15px;
    box-sizing: border-box;
    margin: 15px 0 10px;
}

.vacancy__content > .content {
    margin-bottom: 30px;
}

.vacancy.active .title__vacancy.flex > i.fa-chevron-down {
    transform: rotate(-180deg);
}

@media screen and (max-width: 560px) {
    .title__vacancy.flex {
        padding: 10px 45px 10px 15px;
        flex-direction: column;
    }
    
    .title__vacancy > p.salary {
        margin-left: 0;
        margin-top: 5px;
    }
    
    .vacancy__content {
        margin-top: 5px;
        text-align: center;
    }
    
    .vacancy__content .content {
        text-align: left;
        margin-bottom: 0;
    }
}

/* ---------------------------------------------- Price */

.title__price {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid;
    border-color: #f5f5f5;
    margin-bottom: 30px;
}

.service__price.flex {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid;
    border-color: #f5f5f5;
}

.service__price.flex:last-child {
    margin-bottom: 10px;
}

.service__price.flex > * {
    width: 100%;
    margin-right: 30px;
    text-align: center;
}

.img__price__service {
    min-width: 300px;
    max-width: 300px;
    height: 250px;
}

.service__price.flex > p:last-child {
    margin-right: 0;
}

.service__price h3 a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.service__price h3 a:hover {
    border-color: #006b54;
}

@media screen and (max-width: 764px) {
    .img__price__service {
        min-width: 230px;
        max-width: 230px;
        height: 170px;
    }
    
    .service__price h3 a {
        font-size: 22px;
    }
}

@media screen and (max-width: 680px) {
    .service__price.flex {
        flex-direction: column;
        align-items: center;
        padding-bottom: 25px;
    }
    
    .service__price.flex > * {
        margin-right: 0;
    }
    
    .img__price__service {
        min-width: 290px;
        max-width: 290px;
        height: 220px;
        margin-bottom: 10px;
    }
    
    .service__price.flex h3 {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 560px) {
    .service__content h3 {
        margin-bottom: 10px;
    }
}

/* ---------------------------------------------- Stocks */

.stock {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
    border-color: #f5f5f5;
}

.stock:first-of-type {
    margin-top: 25px;
}

.img__stock {
    height: 300px;
    margin-bottom: 20px;
}

.stock > .flex {
    flex-wrap: nowrap;
}

.tagline {
    min-width: 300px;
    max-width: 300px;
    margin-right: 30px;
}

.tagline p {    
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 21px;
    color: #006b54;
}

@media screen and (max-width: 764px) {
    .stock > .flex {
        flex-direction: column;
    }
    
    .tagline {
        margin-right: 0;
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    
    .tagline p {
        text-align: center;
    }
}

@media screen and (max-width: 460px) {
    .img__stock {
        height: 260px;
    }
}

@media screen and (max-width: 380px) {
    .img__stock {
        height: 230px;
    }
}

/* ------------------------------------------- Contacts */

.contacts.flex {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.contacts.flex > * {
    flex-wrap: nowrap;
    margin-bottom: 10px;
}

.contacts.flex > a.flex {
    text-decoration: none;
}

.contacts.flex i {
    margin-right: 9px;
    font-size: 20px;
    color: #006b54;
    min-width: 20px;
    text-align: center;
}

.wrap__map {
    margin-bottom: 30px;
}

.wrap__map h2 {
    border-bottom: 1px solid;
    border-color: #006b54;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.map {
    height: 400px;
}

@media screen and (max-width: 520px) {
    .map {
        height: 350px;
    }
}

@media screen and (max-width: 520px) {
    .map {
        height: 300px;
    }
}

/* -------------------------------------- Tech */

.tech {
    padding-bottom: 30px;
    border-bottom: 1px solid;
    border-color: #f5f5f5;
    margin-bottom: 30px;
}

.tech:last-child {
    margin-bottom: 10px;
}

.tech h3 a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.tech h3 a:hover {
    border-color: #006b54;
}

.tech h3 {
    margin-bottom: 15px;
}

p.author{
    color: #9a9a9a;
}

@media screen and (max-width: 764px) {
    .tech h3 a {
        font-size: 22px;
    }
}

/* -------------------------------------- Regulations */

.regulations {
    padding-bottom: 30px;
    border-bottom: 1px solid;
    border-color: #f5f5f5;
    margin-bottom: 30px;
}

.regulations:last-child {
    margin-bottom: 10px;
}

.regulations h3 a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.regulations h3 a:hover {
    border-color: #006b54;
}

.regulations__links.flex {
    align-items: flex-start;
    flex-direction: column;
}

.regulations__links.flex a {
    margin-bottom: 15px;
}

@media screen and (max-width: 764px) {
    .regulations h3 a {
        font-size: 22px;
    }
}

/* ---------------------------------------------- FAQ */

.faq {
    border: 1px solid;
    border-top: none;
    border-color: #f5f5f5;
    transition: background 0.2s ease-in-out;
}

.faq:first-of-type {
    border-top: 1px solid;
    border-color: #f5f5f5;
    margin-top: 25px;
}

.faq:hover,
.faq.active {
    background: #f5f5f5;
}

.faq.active {
    border-bottom: 1px solid #fff
}

.que {
    position: relative;
    padding: 15px 45px 15px 15px;
    box-sizing: border-box;
    justify-content: space-between;
    cursor: pointer;
}

.faq .que > i.fa-chevron-down {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    transition: all 0.2s ease-in-out;
}

.ans {
    display: none;
    padding: 15px 15px 10px;
    box-sizing: border-box;
    margin: 15px 0 0;
}

.faq.active .que > i.fa-chevron-down i {
    transform: rotate(-180deg);
}

@media screen and (max-width: 560px) {
    .que {
        padding: 10px 45px 10px 15px;
        flex-direction: column;
    }
    
    .ans {
        margin-top: 5px;
        text-align: center;
    }
    
    .ans .content {
        text-align: left;
    }
}

/* -------------------------------------- Search page */

.search__page h1 {
    margin-bottom: 30px;
}

.search__page h2 a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 28px;
    text-decoration: none;
}

.search__page h2 a:hover {
    text-decoration: underline;
}

.search__result {
    border-bottom: 1px solid;
    border-color: #006b54;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.search__result:last-child {
    margin-bottom: 10px;
}

@media screen and (max-width: 764px) {
    .search__page h2 a {
        font-size: 26px;
    }
}

/* -------------------------------------------- Form */

.wpcf7 form {
    box-sizing: border-box;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"],
.wpcf7 form textarea {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #000;
    padding: 10px 20px 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    width: 100%;
    margin: 5px 0 15px 0;
}

.wpcf7 form textarea {
    resize: none;
}

.wpcf7 form input[type="submit"] {
    font-family: 'Open Sans Condensed';
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    padding: 9px 40px 8px 40px;
    cursor: pointer;
    margin: 5px auto 0;
    border: 1px solid;
    border-color: #fff;
    -webkit-transition: background 0.1s linear, color 0.1s linear;
    -o-transition: background 0.1s linear, color 0.1s linear;
    transition: background 0.1s linear, color 0.1s linear;
}

.wpcf7 form input[type="submit"]:hover {
    background: transparent;
    color: #fff;
}

form input[type="text"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
    color: #525252;
}

form input[type="text"]::-moz-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="email"]::-moz-placeholder,
form textarea::-moz-placeholder {
    color: #525252;
}

form input[type="text"]:-moz-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="email"]:-moz-placeholder,
form textarea:-moz-placeholder {
    color: #525252;
}

form input[type="text"]:-ms-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
    color: #525252;
}

.ajax-loader {
    display: none!important;
}

div.wpcf7-validation-errors {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.re__captcha {
    margin: 5px 0 15px 0;
}

.re__captcha > div {
    margin: 0 auto;
}

/* Services form */

.options__service__form {
    display: none;
}

.select__services__form {
    margin: 5px 0 15px 0;
}

.choise__services__form {
    font-size: 16px;
    color: #525252;
    padding: 10px 20px 9px;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    background: #fff;
    cursor: pointer;
}

.single-services .choise__services__form {
    cursor: default;
}

.choise__services__form.active {
    color: #000;
}

.options__service__form p {
    padding: 6px 15px 6px;
    box-sizing: border-box;
    border-bottom: 1px solid #d3d3d3;
    border-top: none;
    width: 100%;
    background: #fff;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out
}

.options__service__form p:hover {
    background: #006b54;
    color: #fff;
}

.options__service__form p:first-child {
    border-top: 1px solid #d3d3d3;
}

.options__service__form p:last-child {
    border: none;
}