/*@import url('https://fonts.googleapis.com/css?family=Yeseva+One:300,300i,400,400i,500,500i,700,700i|Open+Sans:300,300i,400,400i,500,500i,700,700i|Playfair+Display:300,300i,400,400i,500,500i,700,700i&subset=latin,cyrillic');*/
/*@charset "UTF-8";*/

html, body {
    height: 100%;
}

body {
    font-family: "Open Sans", Helvetica, Verdana, sans-serif;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

header {
    position: relative;
    z-index: 123;
}

header .navbar {
    height: 89px;
    border-bottom: 1px solid #ededed;
    /*padding: 0 !important;*/
}

header .navbar .navbar-collapse.show, header .navbar .navbar-collapse.collapsing {
    background-color: #ffffff;
    padding: 2rem 0;
    margin-top: -0.5rem;
}

header .navbar .navbar-brand {
    position: relative;
    height: 87px;
    max-width: 160px;
    line-height: 87px;
}

header .navbar .navbar-brand img {
    width: 100px;
}

@media (max-width: 500px) {
    header .navbar .navbar-brand {
        font-size: 1rem;
        margin: 0;
    }
    header .navbar .navbar-brand img {
        width: 120px;
        margin-bottom: 15px;
    }


}

@media (max-width: 360px) {

    header .navbar .navbar-brand img {
        width: 80px;
        margin-bottom: 15px;
    }
}


header .navbar .navbar-nav {
    width: 100%;
}

header .navbar .nav-link {
    color: #333 !important;
    font-size: 14px;
    letter-spacing: -0.05em;

    line-height: 1.3846em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px;
    white-space: nowrap;
    padding-left: 10px !important;
    padding-right: 10px !important;
    transition: all .3s;
}

header .navbar .nav-link:hover {
    color: #1ca263 !important;
}

header .navbar .phone {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 1.0666em;
    font-weight: 500;
    line-height: 15px;
}

header .navbar .phone .wrap {
    white-space: nowrap;
    display: inline-block;
    max-width: 220px;
}

header .navbar .phone .svg-phone {
    position: absolute;
    left: 0;
    top: 1px;
    width: 5px;
    height: 13px;
}

header .navbar .phone .svg-phone .cls-phone {
    fill: #fff;
}


header .logo_and_menu-row .burger .svg-burger {
    width: 16px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -6px 0 0 0;
}


.phone-block .callback_wrap {
    margin: 5px 0 0 20px;
    display: block;
    vertical-align: top;
    font-size: 0.6667em;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #1ca263;
    cursor: pointer;
    font-weight: bold;
    text-align: right;
}

.btn-green {
    background-color: #51b905;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 2rem;
    font-size: 1.3rem;
}

.btn-green:hover {
    color: #fff;
}

.btn-orange {
    transition: all .3s;
    color: #fff !important;
    background-color: #da5d01 !important;
    border-color: #da5d01 !important;
}

.btn-orange:hover {
    background-color: #f16600 !important;
}

.btn-green2 {
    color: #fff !important;
    background-color: var(--msb-green2) !important;
    border-color: var(--msb-green2) !important;
}


footer {
    position: relative;
    margin: -1px 0 0;
    padding: 80px 0 56px;
    background: #2f3338;
}


footer .footer_top {
    padding-bottom: 70px;
}


footer .footer_middle {
    margin-bottom: 56px;
}




footer .bottom-menu {
    margin: -5px 0 0;
}


footer .bottom-menu .title a {
    color: #FFF;
}

footer .bottom-menu .items > .item .title {

    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    /* or 107% */

    letter-spacing: -0.05em;
    text-transform: uppercase;

    color: #F8F9FB;

    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);


}

footer .bottom-menu .wrap {
    margin: 14px 0 0;
}


footer .bottom-menu .wrap .item:first-of-type {
    margin-top: 0;
}

footer .bottom-menu .wrap .item {
    margin: 12px 0 0;
}

footer .bottom-menu .wrap .item .title {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}

footer .bottom-menu .wrap .item .title a {
    color: #F8F9FB;
}

footer .third_bottom_menu {
    margin: 0 0 0 15px;
}


footer .bottom-menu.second .item:first-of-type {
    margin-top: 0;
}

footer .bottom-menu.second .item {
    margin: 20px 0 0;
}


footer .info {
    color: #fff;
}

footer .info .phone.blocks {
    margin: 0 0 16px;
}

footer .info .phone.blocks .phone {
    position: relative;
    margin: 0 19px 0 0;
    white-space: nowrap;
    padding-right: 0 !important;
}

footer .info .phone.blocks .phone .wrap {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
    line-height: 1;
}

footer .info .phone.blocks .phone .wrap div {
    padding: 0 13px 0 29px;
    position: relative;
    top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
}

footer .info .phone.blocks .phone .wrap a {
    display: block;
    font-size: 1.0667em;
    color: #fff;
}

footer .info .phone.blocks .phone .svg-phone {
    position: absolute;
    left: 3px;
    top: 2px;
    opacity: 0.5;
}

footer .info .phone.blocks .phone .svg-phone.white path {
    fill: #FFF;
}

footer .info .email {
    margin: 0 0 21px;
    line-height: 1.3333em;
}


footer .info .email a {
    position: relative;
    padding: 0 0 0 29px;
    color: #fff;
}

footer .info .email a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 11px;
    height: 9px;
    opacity: 0.5;
    background: url(/image/footer_icons.svg) -84px -44px no-repeat;
}

footer .info .address {
    position: relative;
    padding: 0 0 0 29px;
    line-height: 1.3333em;
    color: #FFF;
}


footer .info .address:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 4px;
    width: 7px;
    height: 11px;
    opacity: 0.5;
    background: url(/image/footer_icons.svg) -72px -43px no-repeat;
}

footer .confidentiality {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #E5E5E5;
    text-transform: uppercase;
}

footer .confidentiality a {
    color: #E5E5E5;
}

footer .copy {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #E5E5E5;

}

footer .copy a {
    color: #1ca263;
}


@media (max-width: 767px) {
    footer {
        text-align: center;
    }

    footer .contact-block {
        max-width: 380px;
        margin: 0 auto;
        text-align: center;
        clear: both;
    }

    footer .footer_top {
        padding-bottom: 46px;
    }

    footer .bottom-menu {
        margin-bottom: 10px;
    }

    footer .bottom-menu .wrap {
        display: none;
    }


    footer .third_bottom_menu {
        margin: 0;
    }

    footer .bottom-menu.second .item {
        margin: 0 0 5px;
    }

    footer .info .email {
        display: inline-block;
        vertical-align: top;
    }

    footer .info .address {
        display: inline-block;
        vertical-align: top;
        /*text-align: left;*/
    }

    footer .info .email:before,
    footer .info .address:before {
        display: none;
    }
}
