html {
    font-size: 14px;
    font-family: Montserrat;
    z-index: 0
}

body {
    margin: 0;
    color: #fff;
    color: #000;
    z-index: 0
}

article {
    width: 1200px;
    min-height: calc(100vh - 258px);
    z-index: 0;
    margin: 0 auto
}

.contacts-wrapper {
    padding: 0 15px;
    margin: 50px 0 60px;
    color: #161515
}

.contacts-wrapper .contacts {
    margin-left: 60px;
    margin-bottom: 60px;
    box-sizing: border-box;
    width: 700px
}

.contacts-wrapper .contacts .contacts-container {
    display: flex
}

.contacts-wrapper .contacts .contacts-container .contact-titles {
    width: 120px;
    margin-right: 25px;
    font-weight: 700
}

.contacts-wrapper .contacts .contacts-container ul {
    margin: 0;
    padding-left: 0;
    font-size: 18px;
    font-weight: 40px;
    list-style-type: none
}

.contacts-wrapper .contacts .contacts-container ul li {
    margin-bottom: 20px
}

.contacts-wrapper .contacts .contacts-social {
    display: flex;
    width: 100%
}

.contacts-wrapper .contacts .contacts-social .inst,.contacts-wrapper .contacts .contacts-social .yt {
    margin-left: 20px
}

a {
    text-decoration: none
}

a {
    background-color: transparent
}

img {
    border-style: none
}


.contacts-wrapper .collapsible {
    background-color: #161515;
    color: #fff;
    padding: 18px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    margin-bottom: 30px
}

.contacts-wrapper .collapsible .icon-up-down {
    display: inline-block;
    float: right;
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: url(/images/white_icon_down.png) 50% no-repeat
}

.contacts-wrapper .collapsible-content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #161515;
    margin-bottom: 30px;
    font-size: 16px
}

.contacts-wrapper .collapsible-content ul {
    list-style-type: none
}

.contacts-wrapper .collapsible-content ul li {
    margin-bottom: 20px
}

.contacts-wrapper .collapsible-content ul li a {
    color: #001c75
}

.contacts-wrapper .map {
    width: 100%;
    height: 600px;
    box-sizing: border-box
}

.contacts-icon-up-down {
    width: 20px;
    margin-left: 20px;
    height: 20px;
    min-width: 20px;
    background: url('../img/icon_down.png'); 50% no-repeat
}

.contacts-icon-up-down.active {
    margin-left: 20px;
    background: url('../img/icon_up.png') 50% no-repeat
}


.contacts-up-down.hide {
   display: none
}