@charset "utf-8";
@import url("slick.css");
@import url("slick-theme.css");
@import url("jquery.fancybox.min.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

strong, b {
    font-weight: 700
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #244375;
    font-size: 18px;
    line-height: 27px;
    -webkit-font-smoothing: antialiased;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}

p {
    padding: 6px 0
}

a {
    text-decoration: none;
    transition: all ease .2s
}

a:hover {
    color: inherit
}

.clear {
    clear: both;
    display: block
}

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

.clearfix:after {
    clear: both
}

input, textarea, a {
    outline: none
}

:focus {
    outline: none
}

i, em {
    font-style: italic
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    display: block
}

h1, .h1 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 26px;
    font-weight: 700;
    position: relative
}

h2, .h2 {
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative
}

h3, .h3 {
    font-size: 25px;
    line-height: 37.5px;
    font-weight: 700;
    margin-bottom: 22px;
}

h4, .h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

h5, .h5 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 18px;
}

h6, .h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 17px;
}

.dropdown {
    position: relative;
    z-index: 30;
}

.dropdown__toggle {
    position: relative;
}

.dropdown__block {
    display: grid;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    width: auto;
    min-width: 100%;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: all .25s ease;
    user-select: none;
    visibility: hidden;
}

.dropdown__block.is-visible {
    grid-template-rows: 1fr;
    opacity: 1;
    visibility: visible;
    user-select: auto;
}

.dropdown__block:not(.is-visible) a,
.dropdown__block:not(.is-visible) button,
.dropdown__block:not(.is-visible) input {
    visibility: hidden;
    user-select: none;
    pointer-events: none;
}

.dropdown__block>* {
    min-height: 0;
}

.page {
    min-height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.header {
    width: 100%;
    position: relative;
    z-index: 5;
    border-bottom: 1px solid #DFE6EA;
}

.top-header {
    background: #244375;
    padding: 13px 0;
    color: #fff;
    /* position: relative; */
}

.head-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.languade {
    z-index: 2;
    font-size: 15px;
    line-height: 1em;
    font-weight: 500;
    position: relative
}

.head-group a {
    color: #fff;
    text-decoration: none;
}

.btn-lk {
    background: rgba(94, 132, 151, 0.5);
    border-radius: 5px;
    min-width: 192px;
    text-align: center;
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    position: relative;
    border: none;
}

.btn-lk:before {
    content: '';
    width: 17px;
    height: 19px;
    background: url(../images/bg/btn-lk.svg) no-repeat;
    background-size: cover;
    margin-right: 8px;
}

@media (max-width: 575px) {
    .header-lk.dropdown {
        position: static;
    } 

    .header-lk .dropdown__block {
        top: 100%;
    }
}

.header-lk .dropdown__toggle {
    z-index: 99;
}

.header-lk__menu {
    width: 275px;
    padding: 20px 30px;
    box-shadow: 0 0 24px 0 rgba(166, 182, 168, 0.14);
    background: #fff;
    border: 1px solid #dfe6ea;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
}

@media (max-width: 575px) {
    .header-lk__menu {
        width: 100%;
        border-radius: 0;
        border: 0;
        box-shadow: none;
        padding: 10px 15px 30px;
    } 

    .header-lk__menu-list {
        gap: 15px;
    }
    
    .header-lk__menu-list li {
        padding-bottom: 15px;
    }
}

.header-lk__menu a {
    color: #244375;
    text-decoration: none;
    transition: all .25s ease;
}

.header-lk__menu-list {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.header-lk__menu-list li {
    padding-bottom: 17px;
    border-bottom: 1px solid #b8c8d1;
}

.header-lk__menu-footer {
    margin-top: 30px;
}

.header-lk__btn {
    display: flex;
    gap: 7px;
    align-items: center;
}

.header-lk__btn svg,
.header-lk__btn img {
    max-width: 100%;
    height: auto;
}

.header-lk__menu a:hover {
    opacity: .8;
}

.b-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0 10px;
    position: relative;
}

.group-menu {
    font-size: 15px;
    line-height: 1em;
    font-weight: 600;
}

.group-menu a {
    text-decoration: none;
    color: #244375;
    display: flex;
    align-items: center;
}

.item-group > ul {
    text-transform: uppercase;
    display: flex;
    position: relative;
    top: -2px;
    flex-wrap: wrap
}

.item-group > ul > li {
    margin-left: 28px
}

.open-list:after {
    content: '';
    width: 8px;
    height: 4px;
    /* background: url(../images/bg/open-list-arrov.svg) no-repeat; */
    background-size: cover;
    margin-left: 8px;
}

.add-menu {
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 20px;
    min-width: 40px;
    cursor: pointer;
    position: relative;
    top: -1px;
}

.add-menu i {
    width: 40px;
    height: 20px;
    transition: all ease .3s;
    z-index: 20;
    position: relative;
    border-top: 2px solid #416486;
}

.add-menu i:before, .add-menu i:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #416486;
    position: absolute;
    left: 0;
    transition: all ease .3s;
    border-radius: 2px;
}

.add-menu i:after {
    bottom: 0
}

.add-menu i:before {
    top: 7px
}

.add-menu.open i {
    border: 0
}

.add-menu.open i:before {
    transform: rotate(45deg);
    top: 12px
}

.add-menu.open i:after {
    transform: rotate(-45deg);
    bottom: 6px
}

.address-top {
    background: #F1F2F2;
    margin: 0 -15px;
    padding: 20px 15px;
    font-weight: 400;
    color: #244375;
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.adr-top {
    margin-bottom: 10px
}

.slider-group-main {
    margin-bottom: 36px
}

.slider-group-item {
    height: 645px;
    position: relative;
    color: #fff;
}

.slider-group-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0 0 40px 40px;
}

.slider-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 66px 0 0
}

.info-slider {
    max-width: 820px;
    margin-bottom: 114px
}

.info-head {
    display: block;
    font-size: 21px;
    line-height: 31.5px;
    color: #A7DAA3;
    margin-bottom: 20px;
    font-weight: 600;
}

.head-slider {
    font-size: 41px;
    line-height: 53.3px;
    font-weight: 700;
    display: block;
    margin-bottom: 14px;
    max-height: 110px;
    overflow: hidden;
}

.info-anons {
    display: block;
    font-size: 25px;
    line-height: 37.5px;
    max-height: 40px;
    overflow: hidden;
}

.group-b-slider {
    max-width: 1006px
}

.b-slider-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.b-slider-info-item {
    background: #6E9A97;
    border-radius: 4px;
    box-shadow: -6px 16px 29.600000381469727px 0px rgba(50, 80, 99, 0.6);
    flex-basis: 306px;
    max-width: 306px;
    min-height: 72px;
    display: flex;
    align-items: center;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 19.5px;
    font-weight: 600;
    text-transform: uppercase
}

.b-slider-info-item p {
    padding: 0
}

.b-slider-info-item:first-child {
    flex-basis: 311px;
    max-width: 311px;
}

.b-slider-info-item figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 57px;
    height: 57px;
    min-width: 57px;
    border-radius: 4px;
    background: #092F47;
    margin-right: 16px;
}

.mrg-minus {
    margin-top: -58px
}

.b-slider-info-items {
    flex-basis: 49%;
    max-width: 49%;
    height: 130px;
    position: relative;
    box-shadow: -6px 16px 29.600000381469727px 0px rgba(50, 80, 99, 0.6);
    border-radius: 4px;
    overflow: hidden;
}

.b-slider-info-items:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(36, 67, 117, 0.66), rgba(36, 67, 117, 0.66));
}

.b-slider-info-items > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}

.b-slider-info-items a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    padding: 20px 30px;
    text-decoration: none;
}

.head-items {
    display: block;
    height: 50px;
    font-size: 14px;
    line-height: 23.4px;
    font-weight: 600;
    overflow: hidden;
    margin-bottom: 10px;
}

.info-city {
    margin-bottom: 8px
}

.info-city, .info-time {
    font-size: 14px;
    line-height: 1em;
    display: flex;
    align-items: center
}

.info-city:before {
    content: '';
    width: 9px;
    height: 13.09px;
    min-width: 9px;
    background: url(../images/bg/info-city.svg) no-repeat;
    background-size: cover;
    margin-right: 8px;
}

.info-time:before {
    content: '';
    width: 10px;
    height: 8px;
    min-width: 10px;
    background: url(../images/bg/info-time.svg) no-repeat;
    background-size: cover;
    margin-right: 8px;
}

.nav-b-slider {
    display: flex;
    justify-content: space-between;
    position: relative
}

.moore-about {
    font-size: 15px;
    line-height: 1em;
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 80;
}

.pr-nav, .nex-nav {
    display: inline-flex;
    width: 36px;
    height: 36px;
    background: rgba(9, 47, 71, 0.65);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.pr-nav:before, .nex-nav:before {
    content: '';
    width: 6px;
    height: 12px;
    background: url(../images/bg/pr-nav.svg) no-repeat;
    background-size: cover;
}

.nex-nav {
    transform: rotate(180deg);
    margin-left: 8px
}

.m-n-slider {
    position: relative;
    margin-top: -80px;
    margin-bottom: 80px;
    left: 200px;
}

.group-nav {
    max-width: 806px;
    display: flex;
    justify-content: flex-end;
}

.middle {
    width: 100%;
    position: relative;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    z-index: 4
}

.middle:after {
    display: table;
    clear: both;
    content: '';
}

.last-news-group {
    margin-bottom: 100px
}

.last-news-slider {
    margin: 0 -15px
}

.last-news-slider .slick-slide {
    margin: 0 15px
}

.head-last-news {
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 22px;
}

.head-last-news p {
    padding: 0
}

.all-moore {
    text-decoration: none;
    color: #4A7082;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 1em;
}

.all-moore:after {
    content: '';
    width: 9px;
    height: 9px;
    min-width: 9px;
    background: url(../images/bg/all-moore.svg) no-repeat;
    background-size: cover;
    margin-left: 8px;
}

.all-moore span {
    border-bottom: 1px solid #4A7082;
}

.head-last-news .all-moore {
    margin-left: 20px
}

.last-news-slider-item {
    min-height: 179px;
    padding: 24px 30px;
    background: rgba(94, 132, 151, 0.2);
    border-radius: 4px;
    border: 1px solid #F2F5F3;
    box-shadow: -6px 6px 24.299999237060547px 0px rgba(166, 182, 168, 0.14);
}

.last-news-slider-item .h6 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.head-news-slider-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.head-news-item {
    background: #092F47;
    border-radius: 5px;
    display: inline-flex;
    padding: 4px 6px;
    color: #fff;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 600;
}

.head-news-item.active {
    background: #A7DAA3;
    color: #244375
}

.time {
    font-size: 13px;
    line-height: 1em;
    color: #4A7082;
}

.moore-min {
    font-size: 15px;
    line-height: 1em;
    display: inline-flex;
    align-items: center;
    color: #4A7082;
    text-decoration: none
}

.moore-min:after {
    content: '';
    width: 11px;
    height: 6px;
    min-width: 11px;
    background: url(../images/bg/moore-min.svg) no-repeat;
    background-size: cover;
    margin-left: 8px;
}

.moore-min span {
    border-bottom: 1px solid #4A7082
}

.community-group {
    background: url(../images/bg/community-anons-bg.png) 120% 50% no-repeat;
    margin-bottom: 142px;
}

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

.community-anons-content {
    flex-basis: 60%;
    max-width: 60%;
    font-size: 20px;
    line-height: 30px;
    position: relative;
}

.community-anons-content p {
    max-width: 660px
}

.community-anons .community-anons-group {
    flex-basis: 37.2%;
    max-width: 37.2%;
}

.community-anons-group {
    background: linear-gradient(90deg, #468E8E 0%, #306A72 65%);
    border-radius: 30px;
    padding: 50px 58px;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    box-shadow: -7px 7px 24.299999237060547px 0px rgba(166, 182, 168, 0.49);
}

.community-anons-group-text {
    position: relative;
    margin-bottom: 34px;
}

.community-anons-group-text:before, .community-anons-group-text:after {
    content: '';
    position: absolute;
    width: 68px;
    height: 59px;
    background: url(../images/bg/cv.png) no-repeat;
    background-size: cover;
}

.community-anons-group-text:before {
    left: -8px;
    top: -10px
}

.community-anons-group-text:after {
    right: 70px;
    bottom: -26px;
    transform: rotate(-180deg);
}

.community-anons-group-text p {
    position: relative;
    z-index: 2;
}

.community-anons-user-group {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 27px;
}

.community-anons-user-group figure {
    width: 102px;
    height: 102px;
    line-height: 0;
    min-width: 102px;
    border-radius: 50%;
    border: 3px solid #5E8497;
    margin-right: 28px;
}

.community-anons-user-group figure img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.community-anons-user-group b, .community-anons-user-group strong {
    display: block
}

.community-anons-content .btn {
    margin-top: 70px
}


.purpose-association-group {
    background: #F1F2F2 url(../images/bg/purpose-bg.png) 0 160px no-repeat;
    border-radius: 40px 40px 0 0;
    padding: 66px 0 40px;
    position: relative;
}

.purpose-association-anons {
    text-align: center;
    font-size: 26px;
    line-height: 39px;
    max-width: 1200px;
    margin: 0 auto 53px;
    padding: 0 15px;
}

.container .purpose-association-anons {
    padding: 0
}

.purpose-association-anons strong {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

.purpose-item-group {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 80px
}

.purpose-item {
    flex-basis: 32.3%;
    max-width: 32.3%;
    background: rgba(94, 132, 151, 0.45);
    border: 1px solid #F1F5F2;
    border-radius: 10px;
    padding: 33px 20px 33px 40px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.purpose-item p {
    padding: 0
}

.purpose-item figure {
    width: 40px;
    min-width: 40px;
    margin-right: 30px;
}

.direction-slider {
    padding: 6px 0;
    margin: 0 -12px 90px;
}

.direction-slider .slick-track {
    display: flex !important
}

.direction-slider .slick-slide {
    height: inherit !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 12px;
}

.direction-slider-item {
    background: #244375;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}

.t-direction-slider-item {
    padding: 30px 40px 52px;
    color: #fff;
}

.t-direction-slider-item img {
    position: absolute;
    left: 0;
    bottom: 130px;
}

.t-direction-slider-item h3, .t-direction-slider-item .h3 {
    text-transform: uppercase;
    border-bottom: 2px solid #BFECC2;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}

.t-direction-slider-item ul {
    position: relative;
    z-index: 2;
}

.t-direction-slider-item li {
    margin-bottom: 10px
}

.t-direction-slider-item li b, .t-direction-slider-item li string {
    font-weight: 600
}

.t-direction-slider-item li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.t-direction-slider-item li:before {
    content: '';
    display: inline-flex;
    width: 6px;
    height: 6px;
    background: #BFECC2;
    border-radius: 50%;
    position: relative;
    top: -2px;
    margin-right: 6px;
}

.b-direction-slider-item {
    background: #A7DAA3;
    padding: 32px 40px;
    font-weight: 700;
    height: 132px;
    border-radius: 0 0 10px 10px;
    position: relative;
    top: 2px;
}

.b-direction-slider-item p {
    padding: 0;
    max-height: 70px;
    overflow: hidden;
}

.btn-resultat {
    text-align: center;
    background: #5E8497;
    min-width: 133px;
    border-radius: 6px;
    color: #BFECC2;
    font-size: 16px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    padding: 13px 12px;
    text-decoration: none;
}

.btn-resultat:hover {
    color: #BFECC2
}

.b-direction-slider-item .btn-resultat {
    position: absolute;
    left: 40px;
    top: -22px;
}

.upcoming-events-group {
    background: #fff;
    border-radius: 40px 40px 0 0;
    padding: 104px 0 74px;
    position: relative;
    margin-top: -40px;
}

.head-main {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 30px;
}

.head-main h1, .head-main .h1 {
    margin: 0 30px 0 0
}

.head-main h2, .head-main .h2 {
    margin: 0 30px 0 0
}

.upcoming-events {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}

.upcoming-events-item {
    flex-basis: 49%;
    max-width: 49%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 26px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.upcoming-events-item-big {
    flex-basis: 100%;
    max-width: 100%;
    font-size: 22px;
    line-height: 33px;
}

.upcoming-events-item-big > a > div p {
    max-width: 970px
}

.upcoming-events-item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(36, 67, 117, 0.75);
    z-index: 2;
}

.upcoming-events-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.upcoming-events-item > a, .upcoming-events-item-group {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 370px;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    padding: 40px 56px;
    position: relative;
    z-index: 5;
}

.upcoming-events-arhive .upcoming-events-item > a, .upcoming-events-arhive .upcoming-events-item-group {
    padding-top: 50px
}

.upcoming-events-item > a > div, .upcoming-events-item-group > div {
    position: relative;
    top: -10px
}

.upcoming-events-item p {
    padding: 0
}

.data {
    display: inline-block;
    border-radius: 3px;
    background: #A7DAA3;
    color: #244375;
    font-size: 16px;
    line-height: 1em;
    padding: 9px 11px 8px;
    margin-bottom: 24px;
}

.head-upcoming {
    font-size: 47px;
    line-height: 1.1em;
    display: block;
    margin-bottom: 16px;
}

.upcoming-events-item-big .head-upcoming {
    font-size: 75px;
    line-height: 1.1em;
    margin-bottom: 16px;
}

.b-upcoming-events {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.upcoming-events-item-big .b-upcoming-events {
    padding-top: 30px
}

.city {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    margin-bottom: 4px;
}

.item-news {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    margin-right: 20px;
    margin-bottom: 4px;
}

.b-upcoming-events .city {
    margin-right: 20px
}

.it-took-place-r .city {
    display: flex;
    margin: 0
}

.item-news .icon, .city .icon {
    width: 23px;
    min-width: 23px;
    margin-right: 5px;
}


.upcoming-events-item-lk {
    height: 379px
}

.upcoming-events-item-lk.upcoming-events-item-big {
    font-size: 18px;
    line-height: 27px;
    height: auto;
    /* height: 370px; */
}

.upcoming-events-item-lk .upcoming-events-item-group {
    padding: 40px 42px
}

.upcoming-events-item-lk .data {
    margin-bottom: 20px
}

.upcoming-events-item-lk .head-upcoming {
    font-size: 47px;
    line-height: 70.5px;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
}

.upcoming-events-item-lk.upcoming-events-item-big .head-upcoming {
    font-size: 60px;
    line-height: 90px;
}

.upcoming-events-item-lk .it-took-place-r .btn {
    min-width: 202px;
    margin-left: 20px;
}

.upcoming-events-item-lk .upcoming-events-item-group > div > p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 76px;
}

.upcoming-events-item-lk.upcoming-events-item-big .upcoming-events-item-group > div > p {
    height: auto;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.upcoming-events-item-lk .city {
    margin-bottom: 8px
}

.upcoming-events-item-lk .item-news,
.upcoming-events-item-lk .city {
    font-size: 15px;
    line-height: 22.5px;
}


.b-upcoming-events-arhive {
    justify-content: space-between;
    align-items: center;
}

.b-upcoming-events-lk {
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.it-took-place {
    font-size: 16px;
    line-height: 1em;
}

.it-took-place strong {
    display: block;
    padding-top: 10px
}

.it-took-place-r {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.d-moore {
    text-align: center;
    padding: 20px 0 26px;
}

.link-visible {
    font-size: 16px;
    line-height: 24px;
    display: inline-flex;
    align-items: center;
    color: #4A7082;
    cursor: pointer;
}

.link-visible:after {
    content: '';
    width: 12.73px;
    height: 11.16px;
    background: url(../images/bg/link-visible-bg.svg) no-repeat;
    background-size: cover;
    margin-left: 10px;
}

.m-none {
    display: none
}

.news-group {
    background: #DFE6EA url(../images/bg/news-group-bg.png) 0 100% no-repeat;
    border-radius: 40px;
    padding: 60px 0 80px;
    margin-bottom: 40px;
}

.news-group-all {
    background: none;
    padding: 0;
}

.news-group-all h1 {
    margin-bottom: 30px
}

.news-group-other {
    background: none;
    padding-bottom: 40px
}

.news-group .head-main {
    margin-bottom: 20px
}

.news-group-other .head-main {
    margin-bottom: 28px
}

.news-big {
    background: #fff;
    border-radius: 10px;
    padding: 6px;
    display: flex;
    align-items: stretch;
    font-size: 16px;
    line-height: 24px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.news-big figure {
    flex-basis: 40%;
    max-width: 40%;
    line-height: 0;
}

.news-big figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
    border-radius: 10px;
}

.news-big time, .news-item time {
    font-size: 15px;
    line-height: 1em;
    display: block;
    color: #4A7082;
}

.news-big-info p {
    padding: 0
}

.news-big-info ul {
    margin-bottom: 20px
}

.news-big-info h2 {
    font-size: 27px;
    line-height: 40.5px;
    margin-bottom: 12px;
}

.news-big-info {
    flex-basis: 58%;
    max-width: 58%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 26px 60px 26px 0;
}

.moore-all {
    color: #4A7082;
    font-size: 15px;
    line-height: 22.5px;
    text-decoration: underline;
    font-weight: 700;
}

.news-item {
    background: #fff;
    padding: 6px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
}

.news-item figure {
    height: 247px;
    line-height: 0;
}

.news-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 10px;
}

.news-item-info {
    padding: 10px 20px
}

.news-item-bot {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 18px 0 6px;
}

.news-group-all .news-item {
    margin-bottom: 22px
}

.news-big-article {
    background: #F1F2F2;
    padding: 0
}

.news-big-article h1 {
    font-size: 40px;
    line-height: 52px;
}

.news-big-article .news-item-bot time {
    font-weight: 700;
    padding-bottom: 10px;
}

.membership-aalm-group {
    padding: 60px 0;
    margin-bottom: 38px
}

.membership-aalm {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.membership-aalm-item {
    border: 2px solid #DFE6EA;
    border-radius: 10px;
    font-size: 15px;
    line-height: 22.5px;
    flex-basis: 24%;
    max-width: 24%;
    margin-bottom: 20px;
    padding: 18px 20px 40px;
}

.membership-aalm-head {
    display: flex;
    margin-bottom: 10px;
}

.membership-aalm-head h5, .membership-aalm-head .h5 {
    margin: 0
}

.membership-aalm-head figure {
    background: #DFE6EA;
    width: 64px;
    height: 64px;
    min-width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    line-height: 0;
    margin-right: 16px;
}

.membership-aalm-head figure img,
.membership-aalm-head figure svg {
    max-width: 40px
}

.membership-lawyer {
    min-height: 249px;
    background: #DFE6EA url(../images/bg/membership-lawyer-bg.png) no-repeat;
    background-size: 90% 100%;
    border-radius: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 40px;
    position: relative;
}

.membership-lawyer-item {
    max-width: 550px;
    font-size: 18px;
    line-height: 27px;
    margin-right: 100px;
    position: relative;
    z-index: 3;
}

.membership-lawyer-item h3 {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 4px;
}

.partner-group {
    margin-bottom: 80px
}

.partner-group .h1 {
    margin-bottom: 20px
}

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

.partner figure {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DFE6EA;
    border-radius: 5px;
    height: 243px;
    flex-basis: 32%;
    max-width: 32%;
    padding: 30px;
    margin-bottom: 20px;
}

.partner figure img {
    width: 100%;
    max-width: 146px
}

.partner-group-min {
    text-align: center;
    margin-bottom: 70px
}

.partner-group-min .partner {
    justify-content: center;
    padding: 12px 0
}

.partner-group-min .partner figure {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    height: auto;
    flex-basis: 110px;
    max-width: 110px;
    padding: 0;
    margin: 0 60px 20px;
}

.partner-group-min .partner figure img {
    max-width: 105px
}

main {
    padding: 30px 0 0
}

main h1 {
    margin-bottom: 20px
}

.breadcrumb {
    background: none;
    position: relative;
    z-index: 3;
    color: #4A7082;
    font-size: 15px;
    line-height: 22.5px;
    margin-bottom: 30px;
    padding-left: 0;
}

.breadcrumb-item.active {
    color: #4A7082;
    opacity: .6
}

.breadcrumb-item + .breadcrumb-item::before {
    float: none;
    content: '\2014';
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 6px
}

.breadcrumb a {
    color: #4A7082
}

.events-main {
    margin-bottom: 74px
}

.tabs-events {
    font-size: 16px;
    line-height: 1em;
    color: #4A7082;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.tabs-events li {
    cursor: pointer;
    border: 2px solid #F2F5F3;
    border-radius: 4px;
    padding: 20px 31px;
    margin: 0 6px 10px 0;
}

.tabs-events li.active {
    cursor: default;
    background: rgba(94, 132, 151, 0.2);
}

.box-events {
    display: none
}

.box-events.visible {
    display: block
}

.open-tabs-events {
    display: none;
    margin-bottom: 12px;
    position: relative
}

.open-tabs-events input {
    border: 2px solid #F2F5F3;
    border-radius: 4px;
    background: rgba(94, 132, 151, 0.2);
    cursor: pointer;
    padding: 18px 20px;
    width: 100%;
    font-size: 16px;
    line-height: 1em;
    font-family: "Montserrat", sans-serif;
    color: #4A7082;
}

.open-tabs-events:after {
    content: '';
    width: 14px;
    height: 7px;
    background: url(../images/bg/open-tabs-events-bg.svg) no-repeat;
    background-size: cover;
    position: absolute;
    right: 26px;
    top: 50%;
    margin-top: -3px
}

.open-tabs-lk, .open-tabs-ass {
    display: none;
    position: relative
}

.open-tabs-lk input, .open-tabs-ass input {
    background: #DFE6EA;
    border: 0;
    border-radius: 4px;
    background: rgba(94, 132, 151, 0.2);
    cursor: pointer;
    padding: 18px 20px;
    width: 100%;
    font-size: 15px;
    line-height: 1em;
    font-family: "Montserrat", sans-serif;
    color: #244375;
    font-weight: 700;
}

.open-tabs-ass input {
    font-weight: 400;
    border-radius: 10px 10px 0 0;
}

.open-tabs-lk:after, .open-tabs-ass:after {
    content: '';
    width: 14px;
    height: 8px;
    background: url(../images/bg/open-tabs-lk.svg) no-repeat;
    background-size: cover;
    position: absolute;
    right: 26px;
    top: 50%;
    margin-top: -3px
}

.open-tabs-lk.open:after, .open-tabs-ass.open:after {
    transform: rotate(-180deg);
}

.open-tabs-lk.open input, .open-tabs-ass.open input {
    border-radius: 4px 4px 0 0
}

.bg-main {
    background: #dee6e9
}

.track-event {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F1F2F2 url(../images/bg/track-event-bg.png) 100% 50% no-repeat;
    padding: 20px 70px 20px 320px;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 100px;
    min-height: 194px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.track-event:before {
    content: '';
    width: 250px;
    height: 199px;
    background: url(../images/bg/track-event-logo.svg) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 30px
}

.track-event-info {
    max-width: 700px;
    padding-right: 10px;
    position: relative;
}

.track-event p {
    padding: 0
}

.track-event h3, .track-event .h3 {
    font-size: 22px;
    line-height: 28.6px;
    margin-bottom: 10px;
}

.pagination {
    font-size: 18px;
    line-height: 1em;
    color: #4A7082;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    margin-bottom: 76px;
}

.pagination li {
    margin: 0 11px;
    position: relative;
}

.pagination a {
    color: #4A7082;
    border-radius: 0;
    background: none;
    width: auto;
    height: auto;
    padding: 0;
}

.pagination a:hover {
    background: none
}

.no-active {
    cursor: default;
    opacity: .6;
}

.pagination li:first-child a,
.pagination li:last-child a {
    border: 0;
    border-radius: 0;
    background: none;
}

.pagination li:first-child a:before,
.pagination li:last-child a:before {
    content: '';
    display: block;
    width: 24px;
    height: 10px;
    background: url(../images/bg/pagination-bg.svg) no-repeat;
    background-size: cover;
}

.pagination li:first-child a:before {
    transform: rotate(180deg)
}

.pagination li.active a {
    font-weight: 700;
    background: none;
    color: #4A7082;
    border: 0;
}

.pagination a:focus, .pagination a:active {
    box-shadow: none
}

.news-article {
    background: #fff;
    border-radius: 10px;
    padding: 6px 6px 30px;
    margin-bottom: 44px;
}

.content {
    padding: 0 46px 24px
}

.content h5, .content .h5 {
    margin-bottom: 12px
}

.content > h5, .content > .h5 {
    padding-top: 10px
}

.content p {
    padding: 12px 0
}

.warning-info {
    background: linear-gradient(90deg, #87BF77 45.01%, #67A74F 100%);
    border-radius: 10px;
    box-shadow: 0px 7px 15.100000381469727px 0px #4E903A40;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px 18px;
    margin: 20px 0 40px;
    position: relative;
}

.warning-info:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/bg/warning-info-bg.png) 100% 100% no-repeat;
}

.warning-info > div {
    padding-right: 10px;
    position: relative
}

.warning-info h5 {
    margin-bottom: 5px
}

.warning-info p {
    padding: 0
}

.link-white {
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    position: relative;
}

.link-white:after {
    content: '';
    width: 10px;
    height: 10px;
    min-width: 10px;
    background: url(../images/bg/link-white-bg.svg) no-repeat;
    background-size: cover;
    margin-left: 8px;
}

.link-white span {
    text-decoration: underline
}

.image-center {
    max-width: 622px;
    margin: 0 auto 20px;
    font-size: 13px;
    line-height: 19.5px;
    text-align: center;
}

.image-center img {
    width: 100%;
    height: 100%;
    max-height: 386px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.image-center p {
    padding: 0
}

.image-center figcaption {
    padding: 0 20px
}

.info-gray {
    background: #F1F2F2;
    border-radius: 10px;
    padding: 24px 48px;
    margin: 18px 0 20px;
}

.info-gray p, .quotation-marks p {
    padding: 4px 0
}

.quotation-marks {
    padding: 24px 48px;
    position: relative;
    min-height: 80px;
    margin-bottom: 20px;
}

.quotation-marks:before {
    content: '';
    width: 66px;
    height: 66px;
    background: url(../images/bg/quotation-marks-bg.svg) no-repeat;
    background-size: cover;
    position: absolute;
    left: 22px;
    top: 6px;
    z-index: -1;
}

.name-main {
    font-weight: 600;
    font-size: 15px;
    line-height: 22.5px;
}

.list-main {
    margin-bottom: 30px
}

.list-main li {
    position: relative;
    padding: 0 0 4px 26px;
}

.list-main li:before {
    content: '';
    width: 15px;
    height: 2px;
    background: #A7DAA3;
    position: absolute;
    left: 0;
    top: 9px;
}

.list-decimal {
    list-style: none;
    counter-reset: item;
    margin-bottom: 30px;
}

.list-decimal li {
    position: relative;
    padding: 0 0 4px 28px;
}

.list-decimal li:before {
    content: counter(item);
    color: #62b75c;
    font-size: 18px;
    line-height: 1em;
    font-weight: 700;
    counter-increment: item;
    display: block;
    position: absolute;
    font-family: "Montserrat", sans-serif;
    left: 0;
    top: 4px;
}

.evetts-detal-top-group {
    border-radius: 0 0 40px 40px;
    min-height: 850px;
    background: #43898B url(../images/bg/evetts-detal-top-group-bg.jpg) 50% no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px 0;
    margin-bottom: 44px;
}

.evetts-detal-breadcrumb .breadcrumb {
    margin-bottom: 50px
}

.evetts-detal-breadcrumb .breadcrumb-item.active {
    color: #fff;
    opacity: .6
}

.evetts-detal-breadcrumb .breadcrumb a, .absolute-breadcrumb .breadcrumb {
    color: #fff
}

.evetts-detal-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff
}

.evetts-detal-group {
    max-width: 830px;
    font-size: 22px;
    line-height: 33px;
    color: #fff;
}

.evetts-detal-group .data {
    font-weight: 700;
    margin-bottom: 18px
}

.head-events {
    font-size: 126px;
    line-height: 1em;
    display: block;
    margin-bottom: 16px;
}

.anons-evetts-detal {
    margin-bottom: 50px
}

.evetts-detal-group .b-upcoming-events {
    margin-bottom: 70px
}

.gr-btn {
    display: flex;
    flex-wrap: wrap;
}

.gr-btn .btn {
    margin: 0 20px 14px 0
}

.gr-btn-error {
    justify-content: center;
    margin-bottom: 80px
}

.info-events {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 64px;
}

.info-events-main {
    font-size: 20px;
    line-height: 30px;
    flex-basis: 65%;
    max-width: 65%;
}

.list-disc {
    padding: 14px 0
}

.list-disc li {
    position: relative;
    padding: 0 0 0 26px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
}

.list-disc li:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #87BF77;
    position: absolute;
    left: 0;
    top: 11px;
}

.info-events-gray {
    background: #F8F9FA url(../images/bg/info-events-gray-bg.png) 100% 100% no-repeat;
    border-radius: 10px;
    flex-basis: 34.4%;
    max-width: 34.4%;
    font-size: 20px;
    line-height: 30px;
    outline: 1px solid #E7ECEE;
    outline-offset: -12px;
    color: #4A7082;
    padding: 54px 54px 50px 48px;
}

.info-events-gray > div {
    margin-bottom: 24px
}

.open-link-tema {
    text-decoration: none;
    color: #4A7082;
    font-weight: 700;
    font-size: 18px;
    line-height: 1em;
    display: inline-flex;
    align-items: center;
}

.open-link-tema:after {
    content: '';
    width: 10px;
    height: 10px;
    min-width: 10px;
    background: url(../images/bg/open-link-tema-bg.svg) no-repeat;
    background-size: cover;
    margin-left: 8px;
}

.open-link-tema span {
    border-bottom: 1px dashed #4A7082
}

.key-speakers-group {
    background: url(../images/bg/key-speakers-group-bg.png) no-repeat;
    margin-bottom: 78px;
}

.key-speakers {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

.key-speakers-item {
    background: #DFE6EA;
    border: 1px solid #DFE6EA;
    border-radius: 10px;
    padding: 20px 16px;
    font-size: 15px;
    line-height: 22.5px;
    display: flex;
    flex-direction: column;
    text-align: center;
    flex-basis: 24%;
    max-width: 24%;
    margin-bottom: 20px;
}

.t-key-speakers-item {
    border-bottom: 2px solid #F1F2F2;
    padding: 28px 0 10px;
    min-height: 430px;
}

.key-speakers-item figure {
    width: 237px;
    height: 237px;
    border-radius: 50%;
    margin: 0 auto;
    background: #F1F2F2 url(../images/bg/key-speakers-item-bg.png) 0 50px no-repeat;
    line-height: 0;
    position: relative;
    margin-bottom: 12px;
}

.key-speakers-item figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.name-user {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    display: block;
    padding: 0 20px;
    margin-bottom: 12px;
}

.info-user {
    font-size: 15px;
    line-height: 22.5px;
    display: block;
    margin-bottom: 8px;
}

.b-key-speakers-item {
    padding: 14px 10px 4px
}

.b-key-speakers-item p {
    padding: 0
}

.key-topics-group {
    margin-bottom: 98px
}

.key-topics {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

.key-topics-item {
    background: #F8F9FA;
    border-radius: 20px;
    height: 336px;
    flex-basis: 24%;
    max-width: 24%;
    padding: 26px 20px 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 27px;
}

.key-topics-item p {
    padding: 0
}

.key-topics-item-big {
    flex-basis: 49.1%;
    max-width: 49.1%;
    padding: 0;
}

.key-topics-item-big img, .key-topics-item-no img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.key-topics-item-no {
    background: none;
    padding: 0;
}

.number-key-topics {
    font-size: 34px;
    line-height: 1em;
    color: #8BA4AF;
    font-weight: 700;
    display: block;
    text-align: right;
}

.reg-event-group {
    min-height: 165px;
    background: linear-gradient(269.63deg, #87BF77 49.56%, #67A74F 111.22%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    line-height: 30px;
    padding: 20px 90px 20px 70px;
    position: relative;
    color: #fff;
}

.reg-event-group:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/bg/reg-event-group-bg.png) no-repeat;
    border-radius: 20px;
    opacity: .7;
}

.reg-event-group div {
    position: relative;
}

.reg-event-group h3 {
    font-size: 25px;
    line-height: 30px;
}

.reg-event-group p {
    padding: 0
}

.link-reg {
    font-size: 30px;
    line-height: 45px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    position: relative;
}

.link-reg span {
    text-decoration: underline
}

.link-reg:after {
    content: '';
    width: 15px;
    height: 15px;
    min-width: 15px;
    background: url(../images/bg/link-reg-bg.svg) no-repeat;
    background-size: cover;
    margin-left: 12px;
}

.program-group {
    background: #244375;
    border-radius: 40px;
    padding: 100px 0 94px;
    color: #fff;
    margin-bottom: 100px;
}

.program {
    max-width: 1100px;
    margin: 0 auto;
}

.choice-day {
    display: flex;
    align-items: center;
    padding: 4px 0;
    margin-bottom: 18px;
    position: relative;
    z-index: 20;
}

.name-choice {
    font-size: 18px;
    line-height: 1em;
    font-weight: 700;
    flex-basis: 9%;
    max-width: 9%;
}

.choice-day ul {
    display: flex;
    flex-basis: 91%;
}

.choice-day ul li {
    cursor: pointer;
    border: 1px solid rgba(197, 210, 217, .3);
    background: rgba(94, 132, 151, 0.2);
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    min-height: 60px;
    padding: 0 21px;
    margin: 0 10px 0 0;
}

.choice-day ul li.active {
    cursor: default;
    background: transparent;
}

.input-group-select {
    position: relative;
    cursor: pointer;
    display: none;
}

.input-group-select:after {
    content: '';
    width: 12px;
    height: 6px;
    background: url(../images/bg/input-group-select-bg.svg) no-repeat;
    background-size: cover;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -3px;
}

.input-group-select input {
    width: 100%;
    font-size: 16px;
    line-height: 1em;
    font-family: "Montserrat", sans-serif;
    border-radius: 4px;
    background: rgba(94, 132, 151, 0.2);
    border: 0;
    color: #fff;
    cursor: pointer;
    height: auto;
    min-height: 60px;
    padding: 0 50px 0 28px;
}

.input-group-select.open input {
    border-radius: 4px 4px 0 0
}

.input-group-select.open:after {
    transform: rotate(-180deg)
}

.choice-hall {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 46px;
}

.choice-select {
    flex-basis: 91%;
    max-width: 91%;
    position: relative;
}

.select {
    position: relative;
    display: block;
    width: 100%;
}

.select__head {
    background: rgba(94, 132, 151, 0.2);
    border: 0;
    display: flex;
    align-items: center;
    min-height: 60px;
    padding: 0 50px 0 28px;
    font-size: 16px;
    line-height: 1em;
    cursor: pointer;
    border-radius: 4px;
}

.select__head::after {
    content: '';
    width: 12px;
    height: 6px;
    background: url(../images/bg/input-group-select-bg.svg) no-repeat;
    background-size: cover;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -3px;
}

.select__head.open::after {
    transform: translateY(50%) rotate(180deg)
}

.select__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #244375;
    border-radius: 0 0 4px 4px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
    z-index: 100;
    font-size: 16px;
    line-height: 1.2em;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}

.select__list::-webkit-scrollbar {
    width: 7px;
    background-color: #F8F9FA;
    padding: 5px;
}

.select__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9;
}

.select__list .select__item {
    position: relative;
    padding: 18px 28px;
    cursor: pointer;
    width: 100%;
}

.select__list .select__item:hover {
    background-color: rgba(224, 229, 231, 0.5)
}

.select-dafault .select__head {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #DFE6EA;
    border-radius: 5px;
    min-height: 60px;
    padding: 0 50px 0 28px
}

.select-dafault .select__head::after {
    content: '';
    width: 12px;
    height: 6px;
    background: url(../images/bg/input-group-select-bg-dafault.svg) no-repeat;
    background-size: cover
}

.select-dafault .select__list {
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid #DFE6EA;
    border-top: 0;
    margin-top: -5px;
}

.select-dafault .select__list .select__item:hover {
    background: none
}

.conferences {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 20px;
    line-height: 30px;
    border-top: 1px solid #87BF77;
    padding: 52px 0 0
}

.all-conferences-group .btn-main {
    margin-top: 21px
}

.time-conferences {
    font-size: 25px;
    line-height: 1em;
    color: #87BF77;
    font-weight: 700;
    flex-basis: 24%;
    max-width: 24%;
    position: relative;
    top: 4px;
}

.conferences h3 {
    line-height: 32.5px;
    margin-bottom: 48px
}

.conferences-item {
    flex-basis: 73.6%;
    max-width: 73.6%;
}

.conferences-item p {
    padding: 0
}

.conferences-item dt {
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px;
}

.conferences-item dd {
    margin-bottom: 50px
}

.hmo-group {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 100px;
}

.hmo {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
}

.hmo-item {
    background: #F8F9FA;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 18px;
    line-height: 27px;
    flex-basis: 49.3%;
    max-width: 49.3%;
    margin-bottom: 16px;
    position: relative
}

.hmo-item p {
    padding: 0
}

.hmo-head {
    padding: 38px 50px
}

.hmo-footer {
    padding: 20px 50px;
    background: #DFE6EA;
}

.location-place-group {
    background: #DFE6EA;
    border-radius: 0 0 40px 40px;
    margin-bottom: 100px;
}

.location-place {
    display: flex;
    align-items: flex-start;
    position: relative;
    justify-content: flex-end;
    min-height: 438px;
}

.location-place-map {
    line-height: 0;
    width: 899px;
    height: 438px;
    position: absolute;
    left: -130px;
    top: -70px;
}

.location-place-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 40px;
}

.location-place-info {
    font-size: 20px;
    line-height: 30px;
    flex-basis: 41%;
    max-width: 41%;
    padding: 70px 0 50px;
}

.location-place-info .h1 {
    margin-bottom: 18px
}

.location-place-info p {
    padding: 8px 0
}

.habitation-group {
    margin-bottom: 90px
}

.habitation-group .h1 {
    margin-bottom: 20px
}

.habitation {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border: 1px solid #DFE6EA;
    border-radius: 10px;
    padding: 5px;
    position: relative;
    margin-bottom: 18px;
}

.habitation-image {
    flex-basis: 40%;
    max-width: 40%;
    line-height: 0;
    height: 298px;
}

.habitation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.habitation-info {
    flex-basis: 59%;
    max-width: 59%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.habitation-info h2 {
    font-size: 27px;
    line-height: 40.2px;
    font-weight: 400;
    margin-bottom: 12px;
}

.t-habitation-info {
    font-size: 16px;
    line-height: 24px;
    padding: 24px 28px 24px 18px;
}

.head-habitation-info {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-right: 10px
}

.adr {
    font-size: 15px;
    line-height: 22.5px;
    font-weight: 700;
    color: #4A7082;
    display: inline-flex;
    align-items: center
}

.adr:before {
    content: '';
    width: 12.38px;
    height: 18px;
    min-width: 12.38px;
    background: url(../images/bg/adr-bg.svg) no-repeat;
    background-size: cover;
    margin-right: 12px;
}

.b-habitation-info {
    background: #F8F9FA;
    border-radius: 10px;
    padding: 40px 54px 40px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.b-habitation-info p {
    padding: 0
}

.b-habitation-info > div {
    flex-basis: 60%
}

.habitation-hotel {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
    margin-bottom: 20px;
}

.habitation-hotel-item {
    flex-basis: 32.6%;
    max-width: 32.6%;
    font-size: 15px;
    line-height: 22.5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #244375;
    text-decoration: none;
    margin-bottom: 40px;
}

.habitation-hotel-item figure {
    line-height: 0;
    height: 300px;
    margin-bottom: 20px;
}

.habitation-hotel-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    margin-bottom: 20px;
}

.price-hotel {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 12px;
}

.habitation-hotel-item h2 {
    font-size: 27px;
    line-height: 40.2px;
    font-weight: 400;
    margin-bottom: 8px;
}

.habitation-hotel-item ul {
    margin-bottom: 20px
}

.group-btn-hotel {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.group-btn-hotel .btn {
    min-width: 20px;
    padding-left: 6px;
    padding-right: 6px;
    flex-basis: 49%;
    max-width: 49%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.galery-photo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1920px;
    margin: 0 auto 80px;
}

.galery-photo figure {
    line-height: 0;
    height: 295px;
    margin-bottom: 20px;
    flex-basis: 23.6%;
    max-width: 23.6%;
}

.galery-photo figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    margin-bottom: 20px;
}

.contact-us-group {
    background: #DFE6EA;
    padding: 50px 0 66px;
    font-size: 18px;
    line-height: 27px;
}

.contact-us-group p {
    padding: 0
}

.form-contact {
    max-width: 632px
}

.form-contact textarea {
    height: 109px
}

.development-page-group {
    background: url(../images/bg/development-page-bg.png) 50% no-repeat;
    min-height: 400px;
    margin-bottom: 150px;
}

.development-page {
    max-width: 968px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 30px;
    padding: 80px 0;
    line-height: 39px;
}

.development-page p {
    margin-bottom: 38px
}

.association-grop-top {
    background: #DFE6EA url(../images/bg/association-grop-top-bg.svg) 98% 80% no-repeat;
    font-size: 18px;
    line-height: 27px;
    min-height: 700px;
    border-radius: 0 0 40px 40px;
    position: relative;
    padding: 30px 0;
    margin-bottom: 94px;
}

.association-grop-top:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/bg/association-grop-top-bg-left.svg) no-repeat;
}

.association-grop-top .breadcrumb {
    margin-bottom: 60px
}

.association-grop-top h1 {
    margin-bottom: 0
}

.purpose-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.purpose {
    position: relative;
    padding: 42px 0 0;
    flex-basis: 65%;
    max-width: 65%;
}

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

.purpose-list li {
    flex-basis: 48%;
    max-width: 48%;
    display: flex;
    align-items: flex-end;
    flex-basis: ;
    padding: 0 20px 0 0;
    margin-bottom: 36px;
}

.purpose-list li:nth-child(1) {
    order: 1
}

.purpose-list li:nth-child(2) {
    order: 3
}

.purpose-list li:nth-child(3) {
    order: 5
}

.purpose-list li:nth-child(4) {
    order: 2
}

.purpose-list li:nth-child(5) {
    order: 4
}

.purpose-list li:nth-child(6) {
    order: 6
}

.purpose-list li p {
    padding: 0
}

.purpose-list li .icon {
    width: 47px;
    min-width: 47px;
    margin-right: 14px;
}

.purpose-tasks {
    background: #F1F2F2 url(../images/bg/purpose-tasks-bg.png) 0 100% no-repeat;
    box-shadow: -2px 10px 32.6px 0 #2E5F6912;
    border-radius: 10px;
    padding: 44px 40px 26px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    flex-basis: 31.5%;
    max-width: 31.5%;
}

.purpose-tasks h4 {
    max-width: 300px
}

.purpose-tasks ul {
    padding: 10px 0
}

.purpose-tasks ul li {
    display: flex;
    margin-bottom: 20px;
}

.purpose-tasks ul li p {
    padding: 0
}

.purpose-tasks ul li .icon {
    width: 33px;
    min-width: 33px;
    margin-right: 10px;
}

.our-mission {
    margin-bottom: 80px
}

.our-mission strong {
    display: block;
    text-transform: uppercase
}

.guide-group {
    margin-bottom: 86px
}

.guide-row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.guide-item {
    background: #EEF5F9;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    box-shadow: -2px 10px 32.6px 0px rgba(46, 95, 105, 0.07);
    padding: 16px 40px 60px;
    font-size: 15px;
    line-height: 22.5px;
    flex-basis: 48.9%;
    max-width: 48.9%;
    margin-bottom: 20px;
    display: grid;
    justify-content: space-between;
    gap: 0;
    grid-template-areas:
	"b1 b3"
	"b2 b3"
}

.guide-item h3 {
    font-size: 22px;
    line-height: 33px;
    min-width: 48.9%;
    grid-area: b1
}

.guide-item-info {
    min-width: 48.9%;
    grid-area: b2
}

.mark-guide {
    background: #A7DAA3;
    font-weight: 700;
    padding: 18px 20px;
    display: block;
    border-radius: 5px;
    margin-bottom: 12px;
}

.mark-guide p {
    padding: 0
}

.guide-item figure {
    width: 213px;
    height: 213px;
    min-width: 213px;
    border-radius: 50%;
    line-height: 0;
    margin-left: 42px;
    grid-area: b3
}

.guide-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.presidium-structure-group {
    margin-bottom: 104px
}

.presidium-structure {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.presidium, .structure {
    background: #fff;
    border: 1px solid #EEF5F9;
    border-radius: 20px;
    padding: 24px 50px 10px;
}

.presidium {
    flex-basis: 34.3%;
    max-width: 34.3%;
}

.structure {
    flex-basis: 63.8%;
    max-width: 63.8%;
}

.presidium h3, .structure h3 {
    font-size: 22px;
    line-height: 33px;
    padding: 0 4px;
    margin-bottom: 32px;
}

.structure {
    box-shadow: -2px 10px 32.6px 0 rgba(46, 95, 105, 0.05)
}

.image-structure {
    text-align: center;
    padding-top: 10px;
}

.image-structure img {
    width: 100%;
    max-width: 701px
}

.im-mob {
    display: none
}

.membership-association-group {
    background: #244375 url(../images/bg/membership-association-group-bg.png) 100% 90% no-repeat;
    color: #fff;
    padding: 130px 0;
    position: relative;
    min-height: 811px;
    font-size: 15px;
    line-height: 22.5px;
    margin-bottom: 70px;
}

.membership-association-group .container {
    position: relative;
    z-index: 2
}

.membership-association-group:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bg/membership-association-group-left-bg.png) no-repeat;
}

.membership-association-group:after {
    content: '';
    width: 10000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 70.8%;
    background: #A7DAA3
}

.membership-association {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.membership-info {
    flex-basis: 39%;
    max-width: 39%;
}

.list-decimal-leading-zero {
    list-style: decimal-leading-zero;
    font-size: 15px;
    line-height: 22.5px;
    margin: 0 0 0 40px;
    padding: 2px 0;
}

.list-decimal-leading-zero li {
    margin-bottom: 30px
}

.list-decimal-leading-zero li p {
    padding: 0
}

.list-decimal-leading-zero li::marker {
    color: #87BF77;
    font-weight: 700;
    font-size: 20px;
    line-height: 1em;
    padding-bottom: 20px;
}

.what-gives {
    background: #EEF5F9;
    padding: 50px 68px 56px;
    border-radius: 10px;
    color: #244375;
    flex-basis: 55%;
    max-width: 55%;
    margin: 10px 0;
}

.what-gives-head {
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}

.what-gives-list {
    font-size: 15px;
    line-height: 22.5px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.what-gives-list li {
    display: flex;
    align-items: center;
    flex-basis: 48%;
    max-width: 48%;
    margin-bottom: 30px;
}

.what-gives-list li:last-child {
    flex-basis: 100%;
    max-width: 100%;
}

.what-gives-list li figure {
    width: 64px;
    height: 64px;
    min-width: 64px;
    line-height: 0;
    background: #DFE6EA;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.what-gives-text {
    font-size: 15px;
    line-height: 22.5px;
    margin-bottom: 30px;
}

.what-gives-text p {
    padding: 0
}

.doc-group {
    margin-bottom: 80px
}

.doc-slider {
    margin: 0 -10px 60px
}

.doc-slider-item {
    padding: 10px
}

.doc-slider-item a {
    display: block;
    line-height: 0;
    border: 1px solid #DFE6EA;
    box-shadow: -5px 4px 16.9px 0 rgba(193, 214, 235, 0.28);
    position: relative;
    border-radius: 4px;
}

.doc-slider-item a:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(36, 67, 117, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    opacity: 0;
    transition: .3s;
}

.doc-slider-item a:after {
    content: '';
    width: 63px;
    height: 58px;
    background: url(../images/bg/pdf-bg.svg) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -31.5px;
    margin-top: -29px;
    opacity: 0;
    transition: .3s;
}

.doc-slider-item a:hover:before,
.doc-slider-item a:hover:after {
    opacity: 1
}

.doc-slider-item img {
    width: 100%;
    height: 366px;
    border-radius: 4px
}

.contact-main {
    background: #F9FCFF url(../images/bg/contact-main-bg.svg) 90% 100% no-repeat;
    padding: 64px 70px 50px;
    min-height: 489px;
    border-radius: 40px;
    margin-bottom: 100px;
    font-size: 18px;
    line-height: 27px;
}

.contact-main ul {
    margin-bottom: 4px
}

.contact-main ul li {
    margin-bottom: 30px
}

.city-contact, .mail-contact, .tel-contact {
    display: inline-flex;
    align-items: center;
    color: #244375;
}

.city-contact:before {
    content: '';
    width: 13px;
    height: 19px;
    min-width: 13px;
    background: url(../images/bg/city-contact-bg.svg) no-repeat;
    background-size: cover;
    margin-right: 10px;
}

.mail-contact:before {
    content: '';
    width: 17px;
    height: 12px;
    min-width: 17px;
    background: url(../images/bg/mail-contact-bg.svg) no-repeat;
    background-size: cover;
    margin-right: 6px;
}

.tel-contact:before {
    content: '';
    width: 15px;
    height: 15px;
    min-width: 15px;
    background: url(../images/bg/tel-contact-bg.svg) no-repeat;
    background-size: cover;
    margin-right: 8px;
}

.contact-main .open-link-tema {
    margin-bottom: 22px
}

.contact {
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: stretch;
    padding: 20px 20px 20px 50px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.contact-info {
    flex-basis: 46%;
    max-width: 46%;
    font-size: 15px;
    line-height: 22.5px;
}

.contact-info-tem {
    padding: 30px 0 20px
}

.contact-info-tem + .contact-info-tem {
    border-top: 2px solid #DFE6EA
}

.contact-info-tem ul li p {
    padding: 0
}

.contact-info-tem ul li {
    margin-bottom: 26px
}

.recvisit-item ul li {
    margin-bottom: 12px
}

.contact-info-tem ul li:last-child {
    margin: 0
}

.contact-info-tem ul li > span, .contact-info-tem ul li a {
    display: inline-flex;
    align-items: center;
    color: #244375;
}

.contact-info-tem ul li .icon {
    width: 18px;
    min-width: 18px;
    margin-right: 8px;
}

.contact-map {
    line-height: 0;
    flex-basis: 50%;
    max-width: 50%;
    position: relative;
    line-height: 0;
}

.contact-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.logo-map {
    display: inline-flex;
    width: 49px;
    height: 68px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -24.5px;
    margin-top: -34px;
    background: url(../images/bg/logo-map.svg) no-repeat;
    background-size: cover;
}

.warning-contact {
    background: #A7DAA3;
    border-radius: 10px;
    padding: 40px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}

.warning-contact p {
    padding: 0
}

.warning-contact-info {
    padding-right: 20px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
}

.lk-group {
    padding: 30px 0 0
}

.lk-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px
}

.sidebar-lk {
    flex-basis: 21.8%;
    max-width: 21.8%;
    margin-bottom: 30px;
}

.lk-info-group {
    flex-basis: 75%;
    max-width: 75%;
}

.tabs-lk {
    background: #DFE6EA;
    border-radius: 10px;
    padding: 18px 30px 34px;
    font-size: 15px;
    line-height: 19.5px;
    font-weight: 500;
}

.tabs-lk ul {
    margin-bottom: 30px
}

.tabs-lk ul li {
    cursor: pointer;
    padding: 15.5px 0;
    border-bottom: 1px solid #B8C8D1
}

.tabs-lk ul li.active {
    font-weight: 700;
    cursor: default;
}

.exit {
    display: inline-flex;
    align-items: center;
    color: #244375;
}

.tabs-lk .exit {
    margin: 0 6px
}

.exit:before {
    content: '';
    width: 11px;
    height: 14px;
    min-width: 11px;
    background: url(../images/bg/exit-bg.svg) no-repeat;
    background-size: cover;
    margin-right: 8px;
}

.lk-info-box {
    display: none;
    margin-bottom: 100px
}

.bread-none {
    display: none
}

.lk-info-box-mobile {
    display: none
}

.lk-info-box.visible, .lk-info-box-mobile.visible {
    display: block
}

.name-label {
    font-size: 15px;
    line-height: 19.5px;
    display: block;
    margin-bottom: 6px;
}

.lk-info-group .h1 {
    margin-bottom: 20px
}

.status-group {
    background: #F1F2F2 url(../images/bg/status-group-bg.png) 100% 100% no-repeat;
    border-radius: 10px;
    padding: 30px 60px 30px 240px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 149px;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 100px;
}

.status-group-price {
    margin-bottom: 80px
}

.status-group-price .status-group {
    margin-bottom: 16px
}

.status-group:before {
    content: '';
    width: 170px;
    height: 171px;
    background: url(../images/bg/track-event-logo.svg) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -30px;
    left: 40px;
}

.status-group p {
    padding: 0
}

.status-group h3 {
    font-size: 22px;
    line-height: 28.6px;
    margin-bottom: 12px;
}

.status-group div {
    position: relative
}

.application-info {
    background: #F1F2F2;
    border: 1px solid #E0E5E7;
    border-radius: 3px;
    min-height: 80px;
    display: inline-flex;
    align-items: center;
    padding: 20px 20px;
    font-size: 15px;
    line-height: 22.5px;
    width: 280px;
    min-width: 280px;
    position: relative;
}

.application-info:before {
    content: '';
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: url(../images/bg/application-info-time.svg) no-repeat;
    background-size: cover;
    margin-right: 30px;
}

.status-group .btn {
    min-width: 306px
}

.status-group.mb-6 {
    margin-bottom: 60px
}

.info-ststus-group {
    font-size: 20px;
    line-height: 30px;
}

.mailing-group {
    background: #F1F2F2 url(../images/bg/mailing-group-bg.svg) 40px 50% no-repeat;
    border-radius: 10px;
    min-height: 151px;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px 30px 230px;
    margin-bottom: 50px;
}

.mailing-group p {
    padding: 0
}

.mailing-group .btn {
    min-width: 203px;
    margin-left: 80px
}

.lk-data-top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
}

.lk-data-main {
    flex-basis: 48.6%;
    max-width: 48.6%;
}

.lk-data-file {
    flex-basis: 51.4%;
    max-width: 51.4%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.lk-group .name-label {
    margin-bottom: 10px
}

.lk-group .input-form {
    margin-bottom: 28px
}

.languade-group-item .input-form {
    margin-bottom: 26px
}

.change-password {
    color: #244375;
    font-size: 13px;
    line-height: 16.9px;
    text-decoration: underline;
    display: inline-flex;
    padding-top: 3px;
}

.mailing-group .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #244375;
    padding: 10px 0;
    background: transparent;
}

.mailing-group .input-form {
    margin: 0
}

.mailing-group > div > p {
    margin-bottom: 6px
}

.important-group {
    background: #F1F2F2;
    border-radius: 10px;
    padding: 20px 50px;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 30px;
}

.important-group p {
    padding: 0
}

.important-group strong {
    display: block;
    font-weight: 700;
    margin-bottom: 4px;
}

.languade-group {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 10px;
}

.languade-group-item {
    border: 1px solid #DFE6EA;
    border-radius: 10px;
    padding: 38px 40px 26px;
    flex-basis: 48.6%;
    max-width: 48.6%;
    margin-bottom: 20px;
}

.languade-group-item h5 {
    margin-bottom: 30px
}

.lk-data .btn {
    min-width: 352px
}

.ass-anons {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 0;
}

.ass-anons p {
    padding: 0
}

.tabs-ass {
    display: flex;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0 0;
}

.tabs-ass li {
    flex-basis: 50%;
    border: 1px solid #DFE6EA;
    border-bottom: 0;
    cursor: pointer;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabs-ass li.active {
    cursor: default;
    border-width: 2px;
    border-style: solid;
    border-image-slice: 2;
    border-image-source: linear-gradient(90deg, #87BF77 45.01%, #67A74F 100%);
    border-bottom: 0;
}

.tabs-ass-box {
    border: 1px solid #DFE6EA;
    border-radius: 0 0 10px 10px;
    padding: 40px;
    display: none;
}

.tabs-ass-box.visible {
    display: block
}

.tabs-ass-box h5 {
    margin-bottom: 28px
}

.tabs-ass-box .important-group {
    margin-bottom: 40px
}

.languade-group-item-ass {
    border: 0;
    border-radius: 0;
    flex-basis: 50%;
    max-width: 50%;
    padding-bottom: 0;
    padding-top: 0;
}

.languade-group-item-ass:last-child {
    border-left: 2px solid #DFE6EA;
    padding-right: 0
}

.languade-group-item-ass:first-child {
    padding-left: 0
}

.form-control-year {
    max-width: 207px
}

.dop-info {
    padding: 50px 0 0
}

.tabs-ass-box .languade-group {
    margin-bottom: 40px
}

.tabs-ass-box .checkbox-group label:before {
    margin-right: 10px
}

.tabs-ass-box .checkbox-group {
    margin-bottom: 24px
}

.application-history-group {
    border: 1px solid #DFE6EA;
    border-radius: 10px;
    margin-bottom: 30px;
}

.application-history {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 22.5px;
    padding: 31px 20px 31px 40px;
}

.application-history + .application-history {
    border-top: 2px solid #DFE6EA
}

.application-history strong {
    display: block
}

.application-history p {
    padding: 0
}

.application-history-item {
    flex-basis: 23%;
    max-width: 23%;
}

.application-history-item:last-child {
    flex-basis: 31%;
    max-width: 31%;
    display: flex;
    justify-content: flex-end;
}

.application-info-lk {
    background: #F1F2F2;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    padding: 16px 20px;
    white-space: nowrap;
    font-size: 13px;
    line-height: 19.5px;
}

.application-info-lk:before {
    content: '';
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: url(../images/bg/application-info-time.svg) no-repeat;
    background-size: cover;
    margin-right: 14px;
}

.application-es {
    background: #E1FBDF
}

.application-es:before {
    content: '';
    width: 16px;
    height: 15px;
    min-width: 16px;
    background: url(../images/bg/application-es.svg) no-repeat;
    background-size: cover;
    margin-right: 14px;
}

.application-no {
    background: #FDF3EF
}

.application-no:before {
    content: '';
    width: 14px;
    height: 14px;
    min-width: 14px;
    background: url(../images/bg/application-no.svg) no-repeat;
    background-size: cover;
    margin-right: 14px;
}

.sertificat-group {
    padding: 12px 0
}

.sertificat-item {
    border: 1px solid #DFE6EA;
    border-radius: 5px;
    padding: 5px 5px 18px 5px;
    margin-bottom: 24px;
}

.sertificat-item figure {
    line-height: 0;
    position: relative;
    height: 211px;
    border: 1px solid #DFE6EA;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.sertificat-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.sertificat-item figure a {
    position: relative;
    display: block;
}

.sertificat-item figure a:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .3s;
}

.sertificat-item figure a:after {
    content: '';
    width: 35px;
    height: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -19px;
    margin-left: -17.5px;
    opacity: 0;
    transition: .3s;
    background: url(../images/bg/lupa.svg) no-repeat;
    background-size: cover;
}

.sertificat-item figure a:hover:before,
.sertificat-item figure a:hover:after {
    opacity: 1
}

.sertificat-item h6 {
    font-size: 15px;
    line-height: 22.5px;
    padding: 0 18px;
    margin-bottom: 14px;
}

.b-srtificat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    line-height: 1em;
    padding: 0 12px 0 18px;
}

.enterance-group {
    font-size: 15px;
    line-height: 19.5px;
    margin-bottom: 90px;
}

.enterance-group a {
    color: #244375;
    text-decoration: underline;
}

.enterance {
    max-width: 516px;
    margin: 0 auto 50px;
    padding: 12px 0;
}

.enterance .input-form {
    margin-bottom: 27px
}

.enterance .input-form.mb-1 {
    margin-bottom: 12px !important
}

.enterance .name-label {
    margin-bottom: 10px
}

.b-chechbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    line-height: 16.9px;
    margin-bottom: 20px;
}

.b-chechbox .checkbox-group {
    margin: 0;
    font-size: 13px;
    line-height: 16.9px;
}

.b-chechbox .checkbox-group span {
    text-decoration: underline
}

.enterance .btn {
    min-width: 200px
}

.fogrot-enterance .btn {
    min-width: 262px;
    margin-bottom: 14px
}

.info-form {
    padding: 0;
    margin-bottom: 14px
}

.enterance-register .enterance {
    margin-bottom: -10px
}

.enterance-register .important-group {
    max-width: 1047px;
    margin: 0 auto 24px;
}

.enterance-register .languade-group {
    max-width: 1047px;
    margin: 0 auto 10px;
}

.enterance-register .languade-group .name-label {
    margin-bottom: 10px
}

.enterance-register .btn {
    margin-bottom: 40px;
    min-width: 312px
}

.enterance-register .checkbox-group {
    margin-bottom: 20px
}

.enterance-register .select-dafault .select__head::after {
    right: 20px
}

.enterance-register h1 + p {
    margin-bottom: 10px
}

.price-help {
    background: #F1F2F2;
    border-radius: 10px;
    padding: 36px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 27px;
}

.price-help p {
    padding: 0
}

.price-help-info .price {
    margin-left: 10px
}

.price-help .btn-min {
    min-width: 186px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.your-certificate {
    margin-bottom: 60px
}

.your-certificate-item {
    border: 1px solid #DFE6EA;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 20px;
}

.your-certificate-item figure {
    height: 360px;
    border: 1px solid #DFE6EA;
    border-radius: 5px;
    overflow: hidden;
}

.your-certificate-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.your-certificate-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    line-height: 22.5px;
    padding: 20px 15px;
}

.membership-management {
    font-size: 15px;
    line-height: 22.5px;
    margin-bottom: 30px;
}

.membership-management a {
    color: #244375;
    text-decoration: underline;
}

.error-group {
    background: url(../images/bg/error-group-bg.png) 50% no-repeat;
    min-height: 519px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    padding: 90px 0 30px;
}

.error-group figure {
    line-height: 0;
    max-width: 494px;
    margin-bottom: 44px;
}

.error-group figure img {
    width: 100%
}

.log-in-btn {
    width: 251px;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(176.83deg, #87BF77 23.33%, #67A74F 94.79%);
    border-radius: 10px 10px 0 0;
    position: fixed;
    top: 40%;
    right: -104px;
    padding: 4px;
    padding-bottom: 0;
    transform: rotate(-90deg);
    z-index: 999;
    font-size: 17px;
    line-height: 1em;
}

.log-in-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #749B48;
    border-bottom: 0;
    border-radius: 9px 9px 0 0;
    padding: 3px;
}

.log-in-btn:hover {
    color: #fff
}

.log-in-btn span:after {
    content: '';
    width: 33px;
    height: 33px;
    background: url(../images/bg/log-in-btn.svg) no-repeat;
    background-size: cover;
    transform: rotate(90deg);
    margin-left: 12px;
}

.log-join-btn {
    width: 199px;
    text-transform: uppercase;
    color: #fff;
    background: #244375;
    border-radius: 10px 10px 0 0;
    position: fixed;
    top: 40%;
    right: -80px;
    padding: 4px;
    padding-bottom: 0;
    transform: rotate(-90deg);
    z-index: 999;
    font-size: 17px;
    line-height: 1em;
}

.log-join-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #468E8E;
    border-bottom: 0;
    border-radius: 9px 9px 0 0;
    padding: 3px;
}

.log-join-btn:hover {
    color: #fff
}

.log-join-btn span:after {
    content: '';
    width: 28px;
    height: 28px;
    background: url(../images/bg/log-join-btn.svg) no-repeat;
    background-size: cover;
    transform: rotate(90deg);
    margin-left: 12px;
}

.modal-body .languade-group {
    max-width: 1048px;
    margin: 0 auto 10px
}

.modal-body .languade-group-item {
    padding: 0 56px
}

.modal-body .languade-group-item:first-child {
    padding-left: 0
}

.modal-body .languade-group-item:last-child {
    padding-right: 0
}

.modal-body .languade-group-item .input-form:last-child {
    margin-bottom: 0
}

.modal-body .important-group {
    max-width: 1048px;
    margin: 0 auto 40px;
}

.modal-body .languade-group-item .name-label {
    margin-bottom: 11px
}

.modal-body .price-help {
    max-width: 1048px;
    margin: 0 auto 30px
}


.input-file-row {
    display: inline-block;
}

.input-file {
    position: relative;
    display: block;
    border: 0;
}

.input-file span {
    position: relative;
    display: block;
    cursor: pointer;
    text-align: center;
    outline: none;
}

.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.input-file input[type=file]:focus + span {
}

.input-file input[type=file]:disabled + span {
    background-color: #F1F2F2
}

.figure-file {
    width: 223px;
    height: 223px;
    border-radius: 10px;
    background-color: #F1F2F2;
    border: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.figure-file img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: conver;
    object-position: center;
    border-radius: 16px;
    border: 0;
}

.txt-photo {
    font-size: 13px;
    line-height: 1em;
    font-weight: 500;
    color: #244375;
    padding: 0;
}

.input-form {
    margin-bottom: 20px;
    position: relative;
}

.form-control {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.7);
    color: #244375;
    font-size: 15px;
    line-height: 1em;
    font-family: "Montserrat", sans-serif;
    padding: 19px 20px;
    border-color: #DFE6EA
}

.form-contact .form-control {
    border-color: transparent;
}

.form-control:focus, .form-control:active {
    box-shadow: none;
    border-color: #87BF77
}

.checkbox-group {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 16.9px;
    margin-bottom: 16px;
}

.checkbox-group input[type=checkbox] {
    display: none
}

.checkbox-group label {
    display: flex;
    align-items: center
}

.checkbox-group label:before {
    content: '';
    position: relative;
    top: -1px;
    display: inline-flex;
    width: 20px;
    height: 20px;
    min-width: 20px;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    background: #fff url(../images/bg/check-bg-es.webp) -10000px -100000px no-repeat;
    border-radius: 4px;
    border: 1px solid #DFE6EA
}

.checkbox-group input[type=checkbox]:checked + label:before {
    background: #fff url(../images/bg/check-bg-es.webp) 50% no-repeat;
}

.checkbox-group a {
    color: #244375;
    text-decoration: underline;
}

.form-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 23px;
    font-size: 15px;
    line-height: 1em;
    transition: .3s;
}

.form-control:focus ~ .form-label,
.form-control:not(:focus):valid ~ .form-label {
    top: 8px;
    font-size: 10px;
    line-height: 10px;
}

.input-tel {
    position: relative
}

.input-tel .form-control {
    padding-left: 70px
}

.error .form-control {
    border-color: #E28D8D
}

.country-flag {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60px;
    background: #DFE6EA;
    border-radius: 4px 0 0 4px;
}

.input-password {
    position: relative
}

.password-control, .password-control2 {
    position: absolute;
    right: 20px;
    width: 27px;
    height: 17px;
    background: url(../images/bg/oko-off.svg) no-repeat;
    background-size: cover;
    display: inline-flex;
    cursor: pointer;
    top: 50%;
    margin-top: -8.5px;
    z-index: 40;
}

.password-control.active, .password-control2.active {
    background: url(../images/bg/oko.svg) no-repeat;
    height: 21px;
    margin-top: -12.5px;
}

.error-text {
    font-size: 12px;
    line-height: 1em;
    color: #EA6D6D;
    position: absolute;
    left: 0;
    bottom: -15px;
    display: none;
}

.error .error-text {
    display: block
}

.error-field {
    font-size: 12px;
    line-height: 1em;
    color: #EA6D6D;
    display: inline-flex;
    justify-content: center;
    padding: 12px 20px;
}

.selects {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 98%;
    width: 100%;
    height: 60px;
    padding-bottom: 10px;
}

.selects li {
    display: none;
    cursor: pointer;
    padding: 6px 6px 6px 10px;
    text-align: center;
    background: #DFE6EA;
    position: relative;
    z-index: 999;
}

.selects li:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 60px;
    margin-top: -60px;
    padding: 0;
    background: transparent;
}

.selects li:first-child:after {
    content: '';
    width: 9px;
    height: 5px;
    min-width: 9px;
    background: url(../images/bg/selects.svg) no-repeat;
    margin-left: 7px;
    position: relative;
    top: 1px;
}

.selects.open li:first-child:after {
    transform: rotate(-180deg);
}

.selects.open li {
    display: flex;
}

.selects li:last-child {
    padding-bottom: 12px;
    border-radius: 0 0 4px 4px;
}

.selects li img {
    width: 25px;
    height: 18px
}

.modal-dialog {
    max-width: 898px
}

#register .modal-dialog {
    max-width: 1250px
}

.modal-content {
    background: #fff;
    box-shadow: none;
    border: 0;
    border-radius: 20px;
    padding: 0 40px 20px;
    color: #000;
}

.modal-header {
    flex-direction: column;
    font-size: 16px;
    line-height: 22.4px;
    padding: 50px 0 26px;
    border: 0;
    position: relative;
    margin: 0;
}

.modal-title {
    font-size: 30px;
    line-height: 39px;
    color: #244375;
}

.modal-title a {
    color: #244375;
    text-decoration: underline
}

.modal-body {
    font-size: 15px;
    line-height: 22.5px;
    padding: 0 0 20px;
}

.modal-body p {
    padding: 4px 0
}

.modal-footer {
    justify-content: center;
    align-items: flex-start;
    border: 0;
    padding-bottom: 20px;
}

.btn-close {
    width: 24px;
    height: 24px;
    background: #F0F0F0;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.btn-close:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/bg/btn-close.svg) no-repeat;
    position: relative;
    top: 2px;
    left: 2px;
}

.btn-close:focus, .btn-close:active {
    box-shadow: none
}

.radio-group {
    display: flex;
    flex-wrap: wrap;
}

.input-form .radio-group {
    margin: -18px 0 -2px
}

.radio-item {
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 5;
    font-size: 15px;
    line-height: 19.5px;
    margin-right: 32px
}

.radio-item input[type=radio] {
    display: none
}

.radio-item input[type=radio] {
    background: rgba(255, 255, 255, 0.7);
    width: 25px;
    height: 25px;
    border: 1px solid #DFE6EA;
    border-radius: 5px;
}

.radio-item label {
    display: flex;
    align-items: center
}

.radio-item label:before {
    content: '';
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #DFE6EA;
    border-radius: 5px;
    position: relative;
    display: inline-flex;
    width: 25px;
    height: 25px;
    min-width: 25px;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
}

.radio-item input[type=radio]:checked + label:before {
    background: rgba(255, 255, 255, 0.7) url(../images/bg/check-bg-es.webp) 50% no-repeat;
}

.btn {
    border: 1px solid transparent;
    background: linear-gradient(90deg, #87BF77 45.01%, #67A74F 100%);
    border-image-slice: 1;
    color: #fff;
    font-size: 22px;
    line-height: 1.43333em;
    border-radius: 3px;
    padding: 16px 20px;
    min-width: 285px;
    box-shadow: 0 18px 24.299999237060547px 0 #4E903A1C;
    position: relative;
}

.btn-min {
    font-size: 18px;
    line-height: 1.43333em;
    min-width: 242px;
}

.btn:hover {
    color: #fff !important;
    background: linear-gradient(90deg, #96D285 45.01%, #70B656 100%);
}

.btn-prev {
    background: transparent;
    border: 1px solid transparent;
    border-image-source: linear-gradient(90deg, #87BF77 45.01%, #67A74F 100%);
    border-radius: 3px;
    border-image-slice: 1;
    font-size: 18px;
    line-height: 1.43333em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn-prev:hover {
    background: transparent;
    border-image-source: linear-gradient(90deg, #ABEB99 45.01%, #84E061 100%);
    border-image-slice: 1;
}

.btn-prev:after {
    content: '';
    width: 9px;
    height: 9px;
    background: url(../images/bg/btn-prev-bg.svg) no-repeat;
    background-size: cover;
    margin-left: 8px;
}

.btn-prev:hover {
    border-color: #67A74F !important
}

.evetts-detal-group .btn-prev {
    min-width: 350px
}

.btn-main {
    background: transparent;
    border: 1px solid transparent;
    border-image-source: linear-gradient(90deg, #87BF77 45.01%, #67A74F 100%);
    border-image-slice: 1;
    font-size: 16px;
    line-height: 1.43333em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #244375;
    padding: 16px 28px;
}

.btn-main:hover {
    border-color: #87BF77 !important;
    background: transparent;
    border-image-source: linear-gradient(90deg, #ABEB99 45.01%, #84E061 100%);
}

.btn-df {
    border: 1px solid transparent;
    border-image-source: linear-gradient(90deg, #87BF77 45.01%, #67A74F 100%);
    border-image-slice: 1;
    min-width: 242px;
    color: #244375;
    background: transparent;
    font-size: 18px;
    line-height: 1.43333em;
}

.btn-dfes {
    color: #fff;
    min-width: 292px;
    cursor: default;
    white-space: nowrap;
}

.btn-dfes:hover {
    background: transparent
}

.no-btn {
    display: inline-flex;
    position: relative;
}

.no-btn:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
}

.no-btn .btn, .no-btn .btn:hover {
    border-color: #DFE6EA;
    background: transparent;
    opacity: .5;
    color: #244375;
    box-shadow: none;
}

.btn-pdf {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 47px;
    width: 128px;
    min-width: 128px;
    font-size: 13px;
    line-height: 1em;
    color: #244375;
    position: relative;
}

.btn-pdf::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 3px;
    padding: 1px;
    background: linear-gradient(90deg, #87BF77 45.01%, #67A74F 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.btn-reg {
    min-width: 300px
}

.btn-min-es, .btn-min-es:hover {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-image-source: linear-gradient(90deg, #87BF77 45.01%, #67A74F 100%);
    border-image-slice: 1;
    background: transparent;
    cursor: default;
    color: #244375 !important;
}

.btn-min-es:after {
    content: '';
    width: 14px;
    height: 13px;
    background: url(../images/bg/btn-min-es-bg.svg) no-repeat;
    background-size: cover;
    margin-left: 10px;
}

.footer {
    width: 100%;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #092F47;
    color: #fff;
}

.footer p {
    padding: 0
}

.footer a {
    color: #fff;
    text-decoration: none
}

.t-footer {
    padding: 36px 0 30px
}

.t-footer .row {
    align-items: center
}

.adr-bot, .adr-top {
    display: flex;
    justify-content: flex-end;
}

.adr-bot:before, .adr-top:before {
    content: '';
    width: 13px;
    height: 19px;
    min-width: 13px;
    background: url(../images/bg/adr-icon.svg) no-repeat;
    background-size: cover;
    margin-right: 8px;
}

.mail-group {
    text-align: right;
    margin-right: 10px
}

.mail {
    display: inline-flex;
    align-items: center;
}

.mail:before {
    content: '';
    width: 17px;
    height: 12px;
    min-width: 17px;
    background: url(../images/bg/mail-icon.svg) no-repeat;
    background-size: cover;
    margin-right: 8px;
}

.tel-bot {
    text-align: right
}

.tel-bot a {
    display: inline-flex;
    align-items: center;
}

.tel-bot a:before {
    content: '';
    width: 15px;
    height: 15px;
    min-width: 15px;
    background: url(../images/bg/tel-icon.svg) no-repeat;
    background-size: cover;
    margin-right: 8px;
}

.logo-bot {
    display: inline-flex
}

.logo-bot img {
    width: 100%;
    max-width: 252px;
}

.b-footer {
    background: #072537;
    padding: 16px 0;
    font-size: 15px;
    line-height: 1.2em;
}

.b-footer-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.work-site {
    display: flex;
    align-items: baseline;
}

.work-site span {
    margin-right: 10px
}