*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    background-color: #fff;
    color: #636b6f;
    font-family: "Roboto", serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}

h1,
h2 {
    line-height: 1.4;
    font-weight: bold;
    font-family: "Roboto", serif;
    color: #000;
}

h1 {
    font-size: 41px;
    margin-bottom: 30px;
}

h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

h4 {
    font-size: 19px;
    font-weight: bold;
    font-family: "Roboto", serif;
}

@media (max-width: 575.98px){
    h1 {
        font-size: 27px;
    }

    h2 {
        font-size: 22px;
    }
}

a {
    text-decoration: none;
    background-color: transparent;
    color: #094414;
    transition: color 0.4s;
}

a:hover {
    color: #128828;
    text-decoration: none;
}

img {
    vertical-align: middle;
    border-style: none;
    height: auto;
    max-width: 100%;
}

table {
    table-layout: fixed;
    overflow-x: scroll;
    width: 100%;
    max-width: 100%;
    margin: 25px 0;
}

table tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.content {
    padding: 15px 0 60px;
    background-color: #f5f5f5;
}

.map {
    width: 100%;
    height: 500px;
    max-height: 80vh;
}

#OpenLayers_Control_Attribution_7 {
    display: none;
}

table td,
table th {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: none;
    border: solid 1px;
    border-radius: 45px;
    box-shadow: none;
    white-space: normal;
    font-weight: bold;
    padding: 16px 33px;
    min-width: 168px;
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
    border-color: #128828;
    background-color: #128828;
    transition: background-color 0.4s, border-color 0.4s, color 0.4s;
}

.btn:hover {
    color: #128828;
    background-color: #fff;
}

.btn--main {
    color: #000;
    border-color: #128828;
    background-color: transparent;
}

.btn--main:hover {
    color: #5c5c5c;
    border-color: #5c5c5c;
}

.btn--main:active {
    background-color: rgba(92, 92, 92, 0.35);
}

.header {
    z-index: 20;
    position: relative;
}

.header-top {
    line-height: 1.25;
    padding: 14px 0 15px;
}

.header-top-row {
    display: flex;
    justify-content: space-between;
}

.header-contacts {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.header-contacts-item {
    display: flex;
    align-items: center;
    color: #5c5c5c;
    font-size: 14px;
    line-height: 1.2;
}

.header-contacts-item a {
    color: inherit;
    transition: color 0.4s;
}

.header-contacts-item a:hover {
    color: #128828;
}

.header-contacts-item::before {
    content: "";
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin-right: 8px;
    background-position: center;
    background-repeat: no-repeat;
}

.header-contacts-item--mail::before {
    background-image: url("/svg/contacts-mail-icon.svg");
}

.header-contacts-item--address::before {
    background-image: url("/svg/contacts-address-icon.svg");
}

.header-contacts-item--phone::before {
    background-image: url("/svg/contacts-phone-icon.svg");
}

.header-recall {
    display: block;
}

.header-recall-link {
    color: #000;
    font-size: 14px;
    line-height: 1.25;
    font-weight: bold;
    border-bottom: solid 1px #128827;
    transition: color 0.4s, border-color 0.4s;
}

.header-recall-link:active {
    color: #000;
}

.header-recall-link:hover {
    color: #5C5C5C;
    border-color: #000;
}

.header-bottom {
    padding: 22px 0;
    background-color: #fff;
    border: solid #e6e6e6;
    border-width: 1px 0;
}

.header-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    margin-right: 45px;
    max-width: 110px;
}

.header-bottom-menu {
    flex-grow: 1;
    max-width: 900px;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    padding: 0 0 20px 0;
    list-style: none;
    background: transparent;
}

.breadcrumb ol {
    margin: 0;
    padding: 0;
}

.breadcrumb li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.breadcrumb li:first-child:before {
    content: none;
}

.breadcrumb li::before {
    content: "/";
}

.breadcrumb li:last-child {
    font-family: "Roboto", serif;
    color: #000;
}

.breadcrumb a {
    color: inherit;
}

.breadcrumb a:hover {
    color: #128828;
}

.breadcrumb a:active {
    color: #0c5b1b;
}

.header-bottom .nav {
    color: #000;
    margin: 0 -7px;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 1.25;
    font-family: "Roboto", serif;
    justify-content: space-between;
}

.header-bottom .nav .classic-menu-dropdown {
    display: flex;
    align-items: center;
    position: relative;
}

.header-bottom .menu-item {
    padding: 0;
    margin-right: 12px;
}

.nav-link {
    display: block;
    color: inherit;
    padding: 12px 7px;
    transition: color 0.4s;
}

.header-bottom .nav .classic-menu-dropdown {
    display: flex;
    align-items: center;
    position: relative;
}

.header-bottom .nav .classic-menu-dropdown .menu-dropdown-trigger {
    display: block;
}

.header-bottom .nav .menu {
    display: none;
}

ul.menu {
    margin-left: 1em;
    padding: 0;
    list-style: none outside;
    text-align: left;
}

.header-bottom .nav .classic-menu-dropdown .menu {
    left: 0;
    top: 100%;
    margin: 0;
    opacity: 0;
    display: block;
    padding: 12px 0;
    font-size: 14px;
    min-width: 210px;
    position: absolute;
    pointer-events: none;
    border: solid 1px #e6e6e6;
    background-color: #fff;
    transform: translate3d(0, 30px, 0);
    transition: opacity 0.4s, transform 0.4s;
}

.header-bottom .nav .classic-menu-dropdown:hover .menu {
    opacity: 1;
    transform: none;
    pointer-events: auto;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    .header-contacts-item {
        margin-right: 25px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .header-contacts-item {
        margin-right: 41px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.text-formatted {
    font-size: 17px;
    line-height: 1.5;
}

.service-title h1 {
    margin: 0;
}

.service-title {
    margin-bottom: 30px;
}

.contact-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form {
    z-index: 5;
    flex-grow: 1;
    max-width: 540px;
    margin: -38px 0 4px;
    padding: 52px 67px 48px;
    position: relative;
    background-color: #fff;
    box-shadow: 4px 15px 34px rgba(0, 0, 0, 0.16);
}

@media (max-width: 575.98px) {
    .contacts-form {
        padding: 35px 30px;
    }
}

@media (max-width: 991.98px) {
    .contacts-form {
        width: 100%;
        max-width: none;
        margin: 30px 0 0;
    }
}

.consultation-button {
    margin: 30px 0 20px 0;
    text-align: center;
}

.footer {
    line-height: 1.2;
    background-color: #fff;
}

.footer-top {
    padding: 37px 0 33px;
    text-align: center;
    border: solid #e6e6e6;
    border-width: 1px 0;
}

.footer-logo {
    display: block;
    margin: 0 0 22px;
    transition: opacity 0.4s;
}

.footer-logo img {
    vertical-align: middle;
    border-style: none;
    width: 260px;
}

.footer-top-text {
    font-size: 16px;
    margin: 0 0 7px;
}

.footer-top-phone {
    color: #128828;
    font-size: 28px;
    font-family: "Roboto", serif;
}

.footer-middle {
    padding: 47px 0;
}

.footer-middle-row {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}

.footer-middle-col {
    flex-grow: 1;
    padding: 0 15px;
}

.footer-middle-col--1 {
    max-width: 250px;
}

.footer-middle-col--2 {
    max-width: 380px;
}

.footer-middle .nav {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.footer-middle .menu-item {
    padding: 0;
}

.footer-middle .nav-link {
    padding: 6px 0;
    color: inherit;
    transition: color 0.4s;
}

.footer-label {
    color: #0d0d0d;
    font-size: 18px;
    margin: 0 0 7px;
    font-weight: 500;
}

.footer-contacts {
    font-size: 14px;
    line-height: 1.45;
    padding-top: 10px;
    margin-bottom: 35px;
}

.social {
    display: flex;
}

.social-item {
    fill: #128828;
    margin-right: 28px;
    transition: fill 0.4s;
}

.social-item:last-child {
    margin-right: 0;
}

.footer-bottom {
    padding: 14px 0;
    background-color: #f5f5f5;
}

.footer-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px;
}

.footer-bottom-col {
    padding: 0 15px;
}

.footer-copyright {
    font-size: 14px;
}

.footer-copyright a {
    color: inherit;
    border-bottom: solid 1px rgba(92, 92, 92, 0.55);
    transition: color 0.4s, border-color 0.4s;
}

.footer-copyright a:hover {
    color: #000;
    border-color: transparent;
}

.header-toggler {
    display: none;
}

@media (max-width: 1199.98px) {
    .header-bottom .nav {
        margin: 0 -7px;
        padding-bottom: 0;
    }

    .header-bottom .menu-item {
        margin-right: 12px;
    }

    .header-bottom .nav-link {
        padding: 12px 0px;
    }
}

@media (min-width: 992px) {
    .header-bottom .nav .classic-menu-dropdown {
        display: flex;
        align-items: center;
        position: relative;
    }
}

@media (max-width: 991px) {
    body {
        min-width: 414px;
        font-weight: 300;
    }

    .header-contacts {
        flex-wrap: wrap;
        margin-right: 0;
        margin-bottom: -5px;
    }

    .header-recall {
        min-width: 150px;
        align-items: center;
        display: flex;
    }

    .header-contacts-item {
        margin: 0 20px 5px 0;
        width: 100%;
    }

    .header-contacts-item--mail {
        order: 1;
    }

    .header-contacts-item--phone {
        order: 2;
    }

    .header-contacts-item--address {
        order: 3;
    }

    .header-bottom .nav-link {
        padding: 7px 15px;
    }

    .header-bottom .menu-item {
        margin: 0;
        width: 100%;
    }

    .header-bottom-menu {
        left: 0;
        top: 100%;
        width: 100%;
        z-index: 100;
        opacity: 0;
        pointer-events: none;
        transform: scale(0.7, 0.5);
        transform-origin: right top;
        position: absolute;
        background-color: #fff;
        transition: transform .4s, opacity .4s;
    }

    .show-menu .header-bottom-menu {
        opacity: 1;
        transform: none;
        pointer-events: auto;
    }

    .header-logo {
        max-width: 80px;
    }

    .header-bottom {
        padding: 15px 0;
        position: relative;
    }

    .header-bottom .nav {
        margin: 0;
        font-size: 19px;
        padding: 10px 0;
        display: block;
        border-top: solid 1px #e6e6e6;
    }

    .header-bottom .nav .classic-menu-dropdown {
        margin: 0;
        padding: 0;
        display: block;
    }

    .header-bottom .nav-link {
        margin: 0;
        padding: 12px 15px;
        text-align: right;
    }

    .header-toggler {
        display: block;
        flex-shrink: 0;
        margin-left: 20px;
    }

    .header-toggler-item {
        width: 30px;
        height: 3px;
        margin-bottom: 7px;
        border-radius: 6px;
        background-color: #128828;
        transform-origin: center;
        transition: transform 0.4s, background-color 0.4s;
    }

    .header-toggler-item--3 {
        margin-bottom: 0;
    }

    .show-menu .header-toggler-item--1 {
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .show-menu .header-toggler-item--2 {
        transform: scale(0);
    }

    .show-menu .header-toggler-item--3 {
        transform: translate3d(0, -10px, 0) rotate(135deg);
    }
}
