/*CSS для всего сайта*/
body {
    margin: 0;
    padding: 0;
    font-family: 'SF Pro Display', Arial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: 'SF Pro Display';
    margin: 0;
    line-height: 1.1;
}

p {
    font-weight: normal;
    font-family: 'SF Pro Display', Arial;
    font-size: 17px;
    line-height: 24px;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

.menu > li {
    margin-right: 5px;
}

.form {
    display: none;
}

*:focus {
    outline: none;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/*CSS для всего сайта*/
/*CSS для header*/
.header-desktop {
    display: flex;
    align-items: center;
    padding-top: 15px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.contact {
    position: relative;
    color: #a68871;
    z-index: 1000;
    margin-right: 20px;
}

.header-desktop img {
    width: 80px;
    margin-right: 20px;
    margin-left: 20px;
}

/*CSS для header*/

/*CSS для меню на desktop*/
nav {
    background-color: #00679A;
}

.nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}

.nav-header a:link {
    color: #fff;
}

.nav-header a:visited {
    color: #fff;
}

.menu {
    display: flex;
    color: #fff;
    cursor: pointer;
    z-index: 1000;
}

.menu > li {
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    position: relative;
    padding: 0 6px 0 6px;
}

.menu > li:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: -8px auto;
    height: 2px;
    background: #FECC00;
    width: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu > li.active li:after,
.menu > li:hover:after {
    width: 100%;
}

.submenu {
    display: none;
    position: absolute;
    padding: 20px 20px;
    background-color: #00679A;
    color: #fff;
}

.submenu ul {
    margin: 20px;
    padding: 20px;
}

.submenu li {
    margin: 10px 0 0 0;
}

.submenu li a:hover {
    color: #FECC00;
}

.submenu a {
    white-space: nowrap;
    color: #fff;
}

.search {
    position: relative;
    color: #fff;
    z-index: 1000;
}

.search i:first-child {
    margin-right: 35px;
}

.lan {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    right: 0;
    background-color: #00679A;
    font-family: 'SF Pro Display';
    font-size: 16px;
}

.lan li a {
    display: block;
    color: #fff;
    white-space: nowrap;
    padding: 5px;
}

.lan li a:hover {
    color: #FECC00;
}

.languige {
    cursor: pointer;
}

/*CSS для меню на desktop*/
/*CSS для меню на mobile*/
.mobile {
    display: none;
}

/*CSS для меню на mobile*/

/*CSS для домашней страницы*/
.home {
    font-family: 'SF Pro Display';
}

/*CSS для блока на главной странице*/
.main-block {
    display: flex;
    background-color: #262649;
    align-items: center;
    height: 50vh;
    color: #a68871;
    padding-right: 65px;
    padding-left: 25px;
}

.main-block img {
    width: 300px;
    margin-right: 20px;
    opacity: 0.2;
    margin-left: 25px;
}

.sub-text {
    font-size: 16px;
}

/*CSS для блока на главной странице*/
/*CSS для карты на главной странице*/
.map-title {
    font-size: 25px;
    color: #bd9a7a;
    margin-top: 50px;
    text-align: center;
}

.map {
    display: flex;
    margin-bottom: 50px;
    margin-top: 20px;
}

.list-association {
    margin-bottom: 80px;
}

.list-association ul li ul li {
    margin-bottom: 20px;
    cursor: pointer;
}

.list-association ul li ul li .name-firm:hover {
    color: #00679A;
}

.city {
    display: none;
}

.name-firm {
    font-weight: bold;
}

.desc-firm {
    display: none;
}

.fio {
    font-size: 24px;
    margin-bottom: 10px;
}

.desc-assoc {
    font-size: 18px;
    margin-bottom: 20px;
}

/*CSS для карты на главной странице*/
/*CSS для контента на всех страницах*/
.page {
    margin-top: 45px;
}

.title-block h1 {
    color: #a68871;
}

/*CSS для контента на всех страницах*/
/*CSS для страницы "Учредители"*/
.u-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 45px;
    margin-bottom: 150px;
}

.u-list img {
    height: 80px;
}

/*CSS для страницы "Учредители"*/
/*CSS для страницы "Документы"*/
.d-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 45px;
    margin-bottom: 65px;
    text-align: center;
    color: #a68871;
}

.d-list h2 {
    margin-bottom: 25px;
}

/*CSS для страницы "Документы"*/
/*CSS для страницы "Реестр"*/
.r-list {
    display: grid;
    grid-template-columns: 10% 45% 45%;
    margin-top: 45px;
    margin-bottom: 65px;
    border-bottom: 1px solid #a68871;
    padding-bottom: 25px;
    color: #444444;
    grid-column-gap: 15px;
    line-height: 25px;
}

/*CSS для страницы "Реестр"*/
/*CSS для страницы "Контакты"*/
.y-map {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    margin-bottom: 45px;
    color: #444444;
}

.m-contact h3 {
    color: #00679A;
}

/*CSS для страницы "Контакты"*/
/*CSS для footer*/

.footer-desktop {
    padding-bottom: 15px;
    background-color: #00679A;
    color: #fff;
}

.footer-desktop .f-block {
    padding-top: 40px;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.f-block li {
    margin-top: 10px;
}

.f-1 li a:visited {
    color: #fff;
}

.f-1 li a {
    color: #fff;
}

.f-2 img {
    width: 80px;
    margin-right: 20px;
    margin-left: 20px;
}

.f-3 li {
    text-align: right;
}

.copyright {
    text-align: center;
}

.footer-mobile {
    display: none;
}

.footer-mobile-copyright {
    display: none;
}

/*CSS для footer*/
