﻿@charset "UTF-8";
/* */
/*======================================================= Fonts ====================================================== */
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;800;900&display=swap');
/*===================================================== end Fonts ==================================================== */
/* */
/*=================================================== Settings Site ================================================== */
html, body, a, button, input, textarea {
    color: black;
    font: 400 14px/1.4 "Mulish", Arial, Helvetica, sans-serif;
}

    body > .wrapper {
        height: auto !important;
    }

body {
    background: url(../img/bg.png) 0 0 repeat;
}

*:before, *:after {
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}

.wrapper {
    overflow: hidden;
    position: relative;
    min-height: 100vh !important;
    height: auto;
    min-width: 300px;
    width: 100%;
}

.center {
    margin: 0 auto;
    /*padding: 0 16px;*/
    position: relative;
    /*max-width: 1160px;*/
    max-width: 1536px;
    width: 100%;
}
.center-pad {
    padding: 0 88px;
}
.footer-pad {
    padding: 0 20px;
}
.stripes {
}

h1 {
    font-size: 23px;
    font-weight: 800;
    padding: 18px 0;
    margin-top: 32px;
}
h2 {
    font-size: 23px;
    font-weight: 800;
    padding: 18px 0;
    margin-top: 32px;
}
h1:before {
    content: '';
    position: absolute;
    top: -2px;
    width: 32px;
    height: 4px;
    background-color: #466d1d;
}
.abmp-wrapper {
    margin: 0 auto;
    position: relative;
    max-width: 1536px;
    display: block;
}


.abmp-green {
    color: #466d1d;
}
.abmp-mb {
    margin-bottom: 32px;
}
.abmp-img {
    border-radius: 32px;
}
    .abmp-img-pad  {
        padding: 0px 16px;
    }
.abmp-table {
    width: 100%;
    margin-left: -8px;
    margin-right: -8px;
}
        .abmp-table tr {
            border-bottom: 1px solid #e1e5dd;
        }
            .abmp-table tr td {
                padding: 4px 8px 4px 8px;
            }
                .abmp-table tr td a.abmp-box {
                    float: right;
                    font-weight: 800;
                    display: block;
                    display: inline-block;
                    padding: 6px 8px 5px 8px;
                    border: 4px solid #e1e5dd;
                    background-color: #e1e5dd;
                    border-radius: 6px;
                }

                .abmp-table tr td ul {
                    list-style: none;
                }

                    .abmp-table tr td ul li::before {
                        content: "\2022";
                        color: #466d1d;
                        font-weight: bold;
                        display: inline-block;
                        width: 1em;
                        margin-left: -1em;
                    }
                .abmp-table tr td a.abmp-box:hover {
                    color: #fff;
                    float: right;
                    font-weight: 800;
                    display: block;
                    display: inline-block;
                    padding: 6px 8px 5px 8px;
                    border: 4px solid #466d1d;
                    background-color: #466d1d;
                    border-radius: 6px;
                }
                .abmp-table tr td a.abmp-box span {
                    display: block;
                    border-radius: 2px;
                    font-size: 10px;
                    font-weight: 800;
                    margin-left: -2px;
                    padding: 1px 6px 1px 6px;
                    color: #fff !important;
                    font-weight: bold;
                    position: relative;
                    background-color: #9ca69b;
                }
            .abmp-table tr.brdr-white {
                border-bottom: 1px solid #ffffff;
            }
            .abmp-table tr.brdr-green {
                border-bottom: 1px solid #466d1d;
            }
            .abmp-table tr.brdr-big-green {
                border-bottom: 2px solid #466d1d;
            }
.abmp-lnk {
    display: inline-block;
    position: relative;
    transition: all 0.2s linear;
    text-decoration: none;
    color: #466d1d;
    opacity: 1;
}

    .abmp-lnk:hover {
        color: #95c12b;
    }

    .abmp-lnk:before {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        bottom: 1px;
        height: 1px;
        width: 100%;
        transition: width 0s ease;
        opacity: 0.2;
    }

    .abmp-lnk:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 1px;
        height: 1px;
        width: 100%;
        background: #466d1d;
        transition: width 0.5s ease;
        opacity:0.2;
    }

    .abmp-lnk:hover:before {
        width: 0%;
        background: #466d1d;
        transition: width 0.5s ease;
        opacity: 0.2;
    }

    .abmp-lnk:hover:after {
        width: 0%;
        background: transparent;
        transition: width 0s ease;
        opacity: 0.2;
    }
.btn-middle {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.btn-right {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.information p {
    margin: 16px 0;
}

.clear:after {
    content: " ";
    clear: both;
    display: table;
}

.warning-content {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0;
    background-color: #e9e9e9;
    z-index: 999999;
    padding-top: 20%;
}

    .warning-content h1 {
        font-size: 23px;
    }
/*================================================= end Settings Site ================================================ */
/* */
/*==================================================== Media Style =================================================== */
/* */
/*---------- Width >1024 --------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .center {
        /*max-width: 820px;*/
    }
}
/*-------------------------------------------------------------------------------------------------------------------- */
/* */
/*---------- Width >640 ---------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
    .center {
        padding: 0 0;
    }
}
/*-------------------------------------------------------------------------------------------------------------------- */
/* */
/*================================================== end Media Style ================================================= */
/* */
/*====================================================== Header ====================================================== */
.header {
    font-size: 0;
    padding-top: 20px;
    padding-bottom: 4px;
    position: relative;
    width: 100%;
    z-index: 3;
}

.header__lang {
    text-align: right;
    font-weight: 800;
    display: inline-block;
    float: right;
    padding: 0px 16px 0px 0px;
}

    .header__lang li {
        display: inline-block;
        padding: 5px 8px 3px 8px;
        margin-top: 27px;
        border: 4px solid #e1e5dd;
        background-color: #e1e5dd;
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
    }
        .header__lang li a {
            font-weight: 800;
            margin: 0;
            color: #9ca69b;
        }
        .header__lang li.active {
            border: 4px solid #466d1d;
            background-color: #466d1d;
            border-bottom-right-radius: 0px;
            border-top-right-radius: 0px;
            border-bottom-left-radius: 6px;
            border-top-left-radius: 6px;
        }

            .header__lang li.active a {
                color: white;
            }

    .header__lang a:hover {
        color: #466d1d;
    }

.header__logo {
    color: #a2abba;
    display: inline-block;
    font-size: 14px;
    line-height: 1.45;
    padding: 12px 12px 12px 12px;
    vertical-align: top;
    float: left;
    margin-left: 16px;
    transition: all 0.2s ease-in-out;
}

    .header__logo:hover {
        background-color: #466d1d0d;
        border-radius: 0px;
    }

    .header__logo a {
        display: inline-block;
    }

    .header__logo img.abmp_logo {
        height: 64px;
        padding: 0px;
    }
    .header__logo img.abai_logo {
        height: 32px;
        padding: 0px 8px;
    }

.header_text {
    display: inline-block;
    color: #7e86a3;
    font-size: 14px;
    line-height: 1.45;
    overflow: hidden;
    margin-top: 8px;
    max-height: 60px;
}

.header_name {
    display: inline-block;
    /*padding: 0 8px;*/
    text-align: left;
    vertical-align: middle;
    line-height: 16px;
}

.header_name .link {
    font-size: 23px;
    font-weight: 900;
    color: #466d1d;
}

    .header_name .sub {
        border-radius: 2px;
        font-size: 10px;
        font-weight: 800;
        /*margin-left:-2px;*/
        padding: 1px 6px 1px 6px;
        color: #fff !important;
        font-weight: bold;
        position: relative;
        background-color: #9ca69b;
    }

/* */

/*---------- Width >1320 --------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1320px) {
    .header__logo {
        font-size: 14px /* 13px */;
    }

    .search__name {
        font-size: 14px /* 13px */;
    }
}
/*-------------------------------------------------------------------------------------------------------------------- */
/* */
/*---------- Width >1024 --------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .header__logo {
        font-size: 14px /* 13px */;
        padding-right: 0;
    }

    .search__name {
        font-size: 14px /* 13px */;
    }

    .header__logo img {
        max-width: 320px;
    }

    .header__logo span {
        padding-top: 5px;
    }
}
/*-------------------------------------------------------------------------------------------------------------------- */
/* */
/*---------- Width >768 ---------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .card-services {
        display: none !important;
    }

    .header {
        padding-top: 7px;
    }

    /*.header__logo {
        width: 100%;
    }*/
    /*.header__logo br {
    display: none;
  }*/
    .header__logo span {
        /*padding-left: 39px;*/
    }

    .header__logo img {
        max-width: 224px;
    }
}
/*-------------------------------------------------------------------------------------------------------------------- */
/* */
/*---------- Width >480 ---------------------------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
    .header__logo {
        font-size: 14px /* 13px */;
    }

    .search__name {
        font-size: 14px /* 13px */;
    }

    .header__logo img {
        max-width: 244px;
    }

    .header__logo span {
        padding-top: 0;
        padding-left: 30px;
    }
}
/*-------------------------------------------------------------------------------------------------------------------- */
/* */
/*==================================================== end Header ==================================================== */
/* */
/*===================================================== Main Page ==================================================== */
.search {
    display: inline-block;
    padding-right: 48px;
    vertical-align: top;
    width: 50%;
}

.search__name {
    color: #a2abba;
    font-size: 14px;
    padding: 0 0 13px 45px;
}

.search-form {
    display: block;
    position: relative;
    width: 100%;
}

    .search-form:hover .search-form__enter {
        border-color: #3b4c7d;
    }

.search-form__enter {
    background-color: #fff;
    border: 4px solid #bbbfcd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    display: block;
    font-size: 28px;
    font-weight: bold;
    padding: 0 90px 0 40px;
    height: 89px;
    width: 100%;
    text-align: left;
    -webkit-appearance: none;
    transition: all 0.2s ease-in-out;
}

    .search-form__enter:focus, .search-form__enter:active {
        border-color: #3b4c7d;
    }

.search-form__button {
    color: #afb4c4;
    font-size: 24px;
    position: absolute;
    right: 28px;
    top: 0;
    height: 100%;
    width: 50px;
    -webkit-appearance: none;
    transition: all 0.2s ease-in-out;
}

    .search-form__button:hover {
        color: #3b4c7d;
    }

#btn-clear-city {
    right: 70px;
}


.search-form__enter {
}


.card-services {
}

    .card-services .cards__wrapper {
        min-height: 50px;
        padding: 12px 0 8px 62px;
    }

    .card-services .cards__name {
        font-size: 22px;
        padding-top: 10px;
    }

.card-search .cards__preview {
    padding-top: 0px;
}


.services {
    display: inline-block;
    padding-left: 48px;
    padding-top: 29px;
    vertical-align: top;
    width: 50%;
}

.services__preview:hover {
    border-color: #3b4c7d;
}

.services__preview {
    background-color: #fff;
    border: 4px solid #bbbfcd;
    border-radius: 8px;
    padding: 20px 0 26px 60px;
}

.services__name {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
}

.services__control {
    float: right;
    text-align: center;
    width: 130px;
    padding-top: 5px;
}

@media screen and (min-width: 769px) {
    .services.active .cards-info {
        display: block;
    }

    .services.active .services__preview {
        background-color: #3b4c7d;
        color: #fff;
    }
}


.cards {
    padding-top: 0px;
}

    .cards .center {
        max-width: 1224px;
    }

.cards__list {
    font-size: 0;
    margin-left: -30px;
    padding-bottom: 15px;
}

.cards__item {
    display: inline-block;
    padding: 0 0 28px 30px;
    vertical-align: top;
    width: 100%;
}

.cards__preview {
    border: 4px solid transparent;
    border-bottom: none;
    -webkit-border-radius: 16px 16px 0 0;
    -moz-border-radius: 16px 16px 0 0;
    -ms-border-radius: 16px 16px 0 0;
    border-radius: 16px 16px 0 0;
    display: block;
    padding: 0 28px;
    margin-top: 10px;
}

.cards__wrapper {
    background-color: #fff;
    /*cursor: pointer;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(59, 76, 125, 0.25);
    padding: 30px 130px 32px 62px;
    position: relative;
    min-height: 180px;
    transition: all 0.2s ease-in-out;
}

    .cards__wrapper:hover {
        /*border-color: #95c12b;*/
        box-shadow: 0 15px 30px rgba(149, 193, 43, 0.25);
    }

    .cards__wrapper:after {
        border: 4px solid transparent;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: calc(100% - 8px);
        width: calc(100% - 8px);
        transition: all 0.2s ease-in-out;
    }

    .cards__wrapper:hover:after {
        border: 4px solid #95c12b;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: calc(100% - 8px);
        width: calc(100% - 8px);
    }

    .cards__wrapper:before {
        box-shadow: inset 0 -4px 0 rgba(59, 76, 125, 0.07);
        -webkit-border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        -ms-border-radius: 0 0 8px 8px;
        border-radius: 0 0 8px 8px;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 20px;
        width: 100%;
    }

    .cards__wrapper .cards__overlay {
        display: none;
    }

.cards__item.disabled .cards__wrapper {
    pointer-events: none;
}

    .cards__item.disabled .cards__wrapper .cards__overlay {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        opacity: 0.4;
        filter: alpha(opacity = 50);
        z-index: 99999;
        background-color: #bcbec0;
        border-radius: 8px;
    }

.cards__wrapper .link__overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.4;
    filter: alpha(opacity = 50);
    z-index: 99999;
    border-radius: 8px;
}

.cards__name {
    font-size: 28px;
    font-weight: bold;
    padding-top: 17px;
    position: relative;
    overflow: hidden;
    max-height: 83px;
}

    .cards__name:before {
        background-color: #95c12b;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 4px;
        width: 32px;
    }

.cards__text {
    color: #7e86a3;
    font-size: 14px;
    line-height: 1.45;
    overflow: hidden;
    margin-top: 8px;
    text-align: left;
    text-indent: 25px;
    /*max-height: 60px;*/
}

.cards__control {
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 32px;
    text-align: center;
    width: 120px;
}

.cards__logo {
    display: block;
    min-height: 85px;
    width: 100%;
    -webkit-filter: drop-shadow(0px 10px 20px rgba(59, 76, 125, 0.5));
    filter: drop-shadow(0px 10px 20px rgba(59, 76, 125, 0.5));
    background-repeat: no-repeat;
    background-size: contain;
}

.cards-button__open {
    color: #95c12b;
    display: block;
    position: relative;
    margin: 0 auto;
    height: 24px;
    width: 24px;
}

    .cards-button__open:before {
        content: "";
        font: 400 24px/1 "Font Awesome 5 Pro", sans-serif;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

.cards-button__map {
    color: #95c12b;
    display: block;
    position: relative;
    margin: 0 auto;
    height: 24px;
    width: 24px;
}

    .cards-button__map:before {
        content: "\f0ac";
        font: 400 24px/1 "Font Awesome 5 Pro", sans-serif;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

.cards-button__jump {
    color: #95c12b;
    display: none;
    position: relative;
    margin: 0 auto;
    height: 36px;
    width: 36px;
}

    .cards-button__jump:before {
        content: "";
        font: 400 24px/1 "Font Awesome 5 Pro", sans-serif;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

.cards-info {
    border-bottom: 4px solid #bbbfcd;
    /*display: none;*/
    border-top: 0;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

    .cards-info._left {
        border-left: 4px solid #bbbfcd;
        -webkit-border-radius: 0 0 0 16px;
        -moz-border-radius: 0 0 0 16px;
        -ms-border-radius: 0 0 0 16px;
        border-radius: 0 0 16px 16px;
        padding: 18px 20px 10px;
        margin: 0 28px;
        /*border: 4px solid #bbbfcd;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        border-radius: 16px;
        padding: 20px;
        margin-top: 30px;*/
    }

    .cards-info._right {
        border-right: 4px solid #bbbfcd;
        padding: 70px 55px 38px 29px;
        -webkit-border-radius: 0 0 16px 0;
        -moz-border-radius: 0 0 16px 0;
        -ms-border-radius: 0 0 16px 0;
        border-radius: 0 0 16px 0;
        margin-left: -100%;
    }

    .cards-info:before, .cards-info:after {
        content: "";
        position: absolute;
    }

    .cards-info:before {
        border: 4px solid #bbbfcd;
        height: calc(100% - 9px);
        top: 5px;
        width: 30%;
    }

    .cards-info:after {
        border-bottom: 4px solid #bbbfcd;
        top: 0;
        height: 5px;
        width: 60%;
    }

    .cards-info._left:before {
        -webkit-border-radius: 0 16px 16px 0;
        -moz-border-radius: 0 16px 16px 0;
        -ms-border-radius: 0 16px 16px 0;
        border-radius: 0 16px 16px 0;
        border-left: none;
        right: 0;
    }

    .cards-info._left:after {
        border-left: 4px solid #bbbfcd;
        left: 362px;
        -webkit-border-radius: 0 0 0 16px;
        -moz-border-radius: 0 0 0 16px;
        -ms-border-radius: 0 0 0 16px;
        border-radius: 0 0 0 16px;
    }

    .cards-info._right:before {
        border-right: none;
        left: -30px;
        -webkit-border-radius: 16px 0 0 16px;
        -moz-border-radius: 16px 0 0 16px;
        -ms-border-radius: 16px 0 0 16px;
        border-radius: 16px 0 0 16px;
    }

    .cards-info._right:after {
        border-right: 4px solid #bbbfcd;
        right: calc(50% - 6px);
        -webkit-border-radius: 0 0 16px 0;
        -moz-border-radius: 0 0 16px 0;
        -ms-border-radius: 0 0 16px 0;
        border-radius: 0 0 16px 0;
    }

.cards__not-found {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

.navigation {
    font-size: 0;
}

.navigation__column {
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    width: 33%;
}

.navigation__button {
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(59, 76, 125, 0.1);
    font-weight: bold;
    padding: 0 10px 0 62px;
    position: relative;
    height: 50px;
    width: 100%;
    text-align: left;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
}

    .navigation__button:hover {
        color: #fff;
        background-color: #3b4c7d;
    }

        .navigation__button:hover:before {
            color: #fff;
        }

    .navigation__button:before, .navigation__button:after {
        content: "";
        position: absolute;
    }

    .navigation__button:before {
        font: 400 24px/36px "Font Awesome 5 Pro", sans-serif;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 18px;
        top: 6px;
        height: 36px;
        width: 36px;
        text-align: center;
    }

    .navigation__button:after {
        box-shadow: inset 0 -4px 0 rgba(59, 76, 125, 0.07);
        -webkit-border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        -ms-border-radius: 0 0 8px 8px;
        border-radius: 0 0 8px 8px;
        left: 0;
        bottom: 0;
        height: 20px;
        width: 100%;
    }

    .navigation__button:hover:after {
        box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07);
        -webkit-border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        -ms-border-radius: 0 0 8px 8px;
        border-radius: 0 0 8px 8px;
        left: 0;
        bottom: 0;
        height: 20px;
        width: 100%;
    }

    .navigation__button:disabled,
    .navigation__button[disabled] {
        border: 1px solid #999999;
        background-color: #cccccc;
        color: #666666;
        pointer-events: none;
    }

    .navigation__button._icon-01:before {
        content: "";
    }

    .navigation__button._icon-02:before {
        content: "";
    }

    .navigation__button._icon-03:before {
        content: "";
    }

    .navigation__button._icon-04 {
        color: #95c12b;
    }

        .navigation__button._icon-04:before {
            content: "";
        }

        .navigation__button._icon-04:hover {
            background-color: #95c12b;
            color: #fff;
        }

.information__headline {
    align-items: center;
    background-color: #3b4c7d;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    display: flex;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding-left: 73px;
    height: 50px;
    max-width: 430px;
    width: 100%;
    cursor: pointer;
}

    .information__headline:before {
        content: "";
        font: 400 24px/1 "Font Awesome 5 Pro", sans-serif;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 24px;
        top: 13px;
        height: 24px;
        width: 24px;
    }

.information__text {
    font-size: 14px;
    line-height: 1.8;
    padding-top: 7px;
}

    .information__text ul {
        list-style-type: none;
        margin-top: 15px;
    }

        .information__text ul li {
            padding: 0 0 9px 24px;
            position: relative;
        }

            .information__text ul li:last-child {
                padding-bottom: 0;
            }

            .information__text ul li:before {
                background-color: #95c12b;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
                content: "";
                position: absolute;
                left: 4px;
                top: 10px;
                height: 5px;
                width: 5px;
            }

    .information__text p {
        padding-top: 15px;
        font: inherit;
    }

    .information__text a {
        border-bottom: 1px solid #95c12b;
        font: inherit;
    }

        .information__text a:hover {
            border-color: transparent;
        }

/* */
/*---------- Width 768< ---------------------------------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
    .cards__item.active {
        padding-bottom: 0;
    }

        .cards__item.active .cards__preview {
            border-color: #bbbfcd;
            padding-bottom: 15px;
        }

        .cards__item.active .cards__wrapper {
            background-color: #3b4c7d;
            box-shadow: 0 15px 30px rgba(59, 76, 125, 0.25);
            color: #fff;
        }

            .cards__item.active .cards__wrapper:after {
                display: none;
            }

        .cards__item.active .cards__text {
            color: #fff;
        }

        .cards__item.active .cards-button__open {
            background-position: -24px 0;
        }

        .cards__item.active .cards-info {
            display: block;
        }
}
/*-------------------------------------------------------------------------------------------------------------------- */
/* */
/*---------- Width >1380 --------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1380px) {
    .search-form__enter {
        font-size: 24px;
        height: 79px;
    }

    .cards__wrapper {
        padding-left: 40px;
    }

    .cards__item {
        padding-bottom: 0;
    }

    .cards__name {
        font-size: 24px;
        /*max-height: 74px;*/
    }

    .cards__text {
        font-size: 14px /* 13px */;
        /*max-height: 55px;*/
    }
}
/*-------------------------------------------------------------------------------------------------------------------- */
/* */
/*---------- Width >1280 --------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1280px) {
    .navigation {
        margin-left: -100px;
    }

    .navigation__column {
        padding-left: 100px;
    }

    .cards__preview {
        padding: 0 28px;
        /*padding: 20px 20px 0 20px;*/
    }

    .cards__list {
        margin-left: -12px;
    }

    .cards__item {
        padding-left: 12px;
    }

        .cards__item.active {
            margin-top: 28px;
        }

    .cards-info._left {
        padding-left: 30px;
        padding-right: 22px;
    }

        .cards-info._left:before {
            right: -12px;
        }

    .cards-info._right {
        padding-right: 30px;
        padding-left: 22px;
    }

        .cards-info._right:before {
            left: -12px;
        }
}
/*-------------------------------------------------------------------------------------------------------------------- */
/* */
/*---------- Width >1024 --------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .search__name {
        padding-bottom: 7px;
        padding-left: 30px;
    }

    .search-form__enter {
        font-size: 20px;
        padding-right: 50px;
        padding-left: 30px;
        height: 70px;
    }

    .search-form__button {
        right: 4px;
    }

    #btn-clear-city {
        right: 35px;
    }

    .cards .center {
        max-width: 820px;
    }

    .cards__item {
        width: 100%;
    }

        .cards__item.active {
            margin-top: 28px;
        }

    .cards__name {
        max-height: inherit;
    }

    .cards__text {
        max-height: inherit;
    }

    .cards-info {
        padding: 35px 30px 50px !important;
        width: 100%;
    }

        .cards-info:before, .cards-info:after {
            display: none;
        }

        .cards-info._left {
            border-right: 4px solid #bbbfcd;
            -webkit-border-radius: 0 0 16px 16px;
            -moz-border-radius: 0 0 16px 16px;
            -ms-border-radius: 0 0 16px 16px;
            border-radius: 0 0 16px 16px;
            margin-right: 0;
        }

        .cards-info._right {
            border-left: 4px solid #bbbfcd;
            -webkit-border-radius: 0 0 16px 16px;
            -moz-border-radius: 0 0 16px 16px;
            -ms-border-radius: 0 0 16px 16px;
            border-radius: 0 0 16px 16px;
            margin-left: 0;
        }

    .navigation {
        margin-left: 0;
    }

    .navigation__column {
        padding-left: 0;
        width: 100%;
    }
}
/*-------------------------------------------------------------------------------------------------------------------- */
/* */
/*---------- Width >768 ---------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .search {
        display: block;
        padding: 35px 0 0;
        width: 100%;
    }

    .search__name {
        padding-left: 39px;
    }

    .search-form__enter {
        padding-left: 34px;
    }

    .cards__list {
        margin: 0;
    }

    .cards__preview {
        border: none;
        padding: 0;
    }

    .cards__item {
        padding: 20px 0 0;
        margin-left: 0;
    }

        .cards__item.active {
            margin-top: 0;
        }

    .cards-info {
        display: none !important;
    }

    .cards__wrapper {
        cursor: default;
    }

        .cards__wrapper:hover {
            box-shadow: 0 15px 30px rgba(59, 76, 125, 0.25);
        }

        .cards__wrapper:after {
            display: none;
        }

    .cards-button__open {
        display: none;
    }

    .cards-button__jump {
        display: block;
    }

    .cards__wrapper .link__overlay {
        display: block;
    }
}
/*-------------------------------------------------------------------------------------------------------------------- */
/* */
/*---------- Width >640 ---------------------------------------------------------------------------------------------- */
/*-------------------------------------------------------------------------------------------------------------------- */
/* */
/*---------- Width >480 ---------------------------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
    .search {
        padding-top: 25px;
    }

    .search-form__enter {
        border-width: 2px;
        padding-left: 28px;
        font-size: 18px;
        height: 60px;
    }

    .search__name {
        padding-left: 30px;
    }

    .cards {
        padding-top: 0;
    }

    .cards__wrapper {
        padding: 30px 100px 30px 30px;
    }

    .cards__control {
        width: 100px;
    }

    .cards__name {
        font-size: 22px;
    }
}
/*-------------------------------------------------------------------------------------------------------------------- */
/* */
/*=================================================== end Main Page ================================================== */
/* */
/*====================================================== Footer ====================================================== */
.footer {
    /*padding-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 120px;
    width: 100%;*/

    position: absolute;
    bottom: 0;
    width: 100%;
    height: 128px;
    padding-top: 24px;
    background: rgb(223,227,219);
    background: linear-gradient(180deg, rgba(223,227,219,1) 0%, rgba(223,227,219,1) 100%);
    border-bottom: 4px solid #466d1d;
    border-top: 1px solid #adbfa9;
}

.footer-jump {
    display: block;
    height: 160px;
    width: 100%;
}

.footer__info {
    line-height: 1.4;
    padding-left: 68px;
    margin-top: -5px;
}

    .footer__info a {
        font: inherit;
        color: #466d1d;
        border-bottom: 1px solid #466d1d
    }

        .footer__info a:hover {
            border-color: transparent;
            color: #81ac27;
        }

.spec-link {
    float: right;
    margin-top: -25px;
}


/* */
/*---------- Width >1380 --------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1380px) {
    .footer {
        /*padding-top: 94px;*/
    }
}
/*-------------------------------------------------------------------------------------------------------------------- */
/* */
/*---------- Width >768 ---------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .footer__logo {
        max-width: 160px;
    }

    .footer__info {
        font-size: 14px /* 13px */;
        padding-left: 49px;
        margin-top: 0;
    }
}
/*-------------------------------------------------------------------------------------------------------------------- */
/* */
/*---------- Width 640 ---------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
    .footer {
        /*padding-top: 50px;
        height: 170px;
        */
    }

    .footer-jump {
        height: 170px;
    }
}
/*-------------------------------------------------------------------------------------------------------------------- */
/* */
/*---------- Width >480 ---------------------------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
    .footer {
        padding-top: 35px;
        height: 140px;
    }

    .footer-jump {
        height: 140px;
    }

    .footer__logo {
        max-width: 120px;
    }

    .footer__info {
        padding-left: 37px;
    }
}
/*-------------------------------------------------------------------------------------------------------------------- */
/* */
/*==================================================== end Footer ==================================================== */
/* */

/*# sourceMappingURL=styles.css.map */


.navbar-fixed-top-map {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    background: rgb(223,227,219);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(223,227,219,1) 100%);
    border-top: 4px solid #adbfa9;
    border-bottom: 1px solid #adbfa9;
}

    .navbar-fixed-top-map:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border-top: 4px solid #fff;
    }

    .navbar-fixed-top-map .header__lang {
        display: inline;
    }

    .navbar-fixed-top-map ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .navbar-fixed-top-map .nav-ul {
        display: inline;
        float: right;
        padding-right: 16px;
 
    }

        .navbar-fixed-top-map .nav-ul li {
            float: left;
            padding: 0;
        }

            .navbar-fixed-top-map .nav-ul li a {
                display: block;
                color: #9ca69b;
                text-align: center;
                padding: 32px 16px;
                text-decoration: none;
                font-size: 14px;
                font-weight: 800;
                border-top: 4px solid #fff;
                transition: all 0.2s ease-in-out;
            }

                .navbar-fixed-top-map .nav-ul li a:hover {
                    /*background-color: #949eb9;*/
                    border-radius: 0px;
                    color: #466d1d;
                    background-color: #466d1d0d;
                }

                .navbar-fixed-top-map .nav-ul li a.active {
                    border-radius: 0px;
                    background: rgb(223,227,219);
                    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(70,109,29,0.2) 100%);
                    color: #466d1d;
                    border-top: 4px solid #fff;
                    text-decoration: none;
                }


                    .navbar-fixed-top-map .nav-ul li a.active:before{
                        content: '';
                        position: absolute;
                        top: -4px;
                        margin-left: -16px;
                        width: 32px;
                        border-top: 4px solid #466d1d;
                    }



#content-wrapper {
    background: #ecf1f5;
    /*background-image: url(../images/pattern.png);*/
    border-top: 5px solid #ecf1f5;
    box-shadow: 0px -3px 10px 0px rgba(0,0,0,0.8);
}


#footer-wrapper {
    background-color: #ecf1f5;
}

#map-wrapper {
    position: fixed;
}

#map-content {
    height: 520px;
    width: 100%;
}

#map {
    height: 100%;
    width: 100%;
}

.panels {
    /*position: relative;*/
    width: 100%;
    z-index: 1000;
}

.map-collapse {
    cursor: pointer;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 200px;
    background-image: url(../img/xxx.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 470px;
    z-index: 1001;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.arrow-container {
    margin: 0 auto;
    width: 15px;
    padding-top: 15px;
}

    .arrow-container img {
        height: 20px;
        width: 8px;
        margin-top: 0px;
        margin-left: 4px;
    }



@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


#collapser2 a {
    display: inline-block;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

    #collapser2 a:hover {
        opacity: .5;
    }

    #collapser2 a span {
        position: absolute;
        width: 10px;
        height: 10px;
        margin-left: -15px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        opacity: 0;
        box-sizing: border-box;
        margin-top: 5px;
        -webkit-animation: sdb08 3s infinite;
        animation: sdb08 3s infinite;
    }

        #collapser2 a span:nth-of-type(1) {
            top: 10px;
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        #collapser2 a span:nth-of-type(2) {
            top: 16px;
            -webkit-animation-delay: -.5s;
            animation-delay: -.5s;
        }

        #collapser2 a span:nth-of-type(3) {
            top: 22px;
            -webkit-animation-delay: -1s;
            animation-delay: -1s;
        }


@-webkit-keyframes sdb08 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.header {
    font-size: 0;
    padding-top: 50px;
    padding-bottom: 5px;
    position: fixed;
    width: 100%;
    z-index: 1029;
    background-color: #ecf1f5;
    border-bottom: 2px solid #bbbfcd;
}


#collapser {
    display: inline-block;
}

#collapser2 {
    display: inline-block;
}

.collapser-text {
    display: inline-block;
    color: white;
    width: 100%;
    text-align: center;
    padding-top: 15px;
}

    .collapser-text .info-label {
        display: inline-block;
    }

    .collapser-text .info-test {
        display: inline-block;
        display: none;
    }

    .collapser-text .info-arrow {
        display: inline-block;
    }

#collapser a {
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

    #collapser a:hover {
        opacity: .5;
    }

    #collapser a span {
        position: absolute;
        width: 10px;
        height: 10px;
        margin-left: -15px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
        box-sizing: border-box;
        -webkit-animation: sdb07 3s infinite;
        animation: sdb07 3s infinite;
    }

        #collapser a span:nth-of-type(1) {
            top: 10px;
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        #collapser a span:nth-of-type(2) {
            top: 16px;
            -webkit-animation-delay: .5s;
            animation-delay: .5s;
        }

        #collapser a span:nth-of-type(3) {
            top: 22px;
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
        }


.services-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 370px;
    border: 4px solid transparent;
    border-bottom: none;
    -webkit-border-radius: 16px 16px 0 0;
    -moz-border-radius: 16px 16px 0 0;
    -ms-border-radius: 16px 16px 0 0;
    border-radius: 16px 16px 0 0;
    display: block;
    padding: 6px 0 0;
    border-color: #bbbfcd;
    margin: 10px 28px 0;
}

.cards__preview-info {
    margin-top: 10px;
}

#btn-scroll-to-top {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99;
    /*font-size: 18px;*/
    outline: none;
    cursor: pointer;
    /*border-radius: 20px;*/
    z-index: 1001;
    /*color: #466d1d;*/
    /*border-color: #466d1d;*/
    padding-top: 8px;
}


.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #466d1d;
    /*background: #81ac27;*/
    background: #b3b3b3;
    font-weight: normal;
    color: #ffffff;
}
    .tooltip-inner {
    background-color: white;
    color: black;
    border: 1px solid gray;
}

.tooltip.left .tooltip-arrow {
    border-left-color: gray;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: gray;
}

.tooltip.top .tooltip-arrow {
    border-top-color: gray;
}

.tooltip.right .tooltip-arrow {
    border-right-color: gray;
}
