@font-face {
    font-family: "GolosUI";
    src: url("../fonts/golos-ui_regular.woff2") format("woff2"),
        url("../fonts/golos-ui_regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "GolosUI";
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

footer {
    margin-top: auto;
    background-color: #F5F5F5;
}

.container {
	margin: 0 auto;
	max-width: 1140px;
}

.header__wrapper {
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
}

.company {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #888888;
    text-align: end;
}

.menu__wrapper {
    display: flex;
    margin-top: 25px;
}

.menu-item {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    margin-left: 30px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #223C7E;
    height: 48px;
    border-bottom: 2px solid #fff;
}

.menu-item:hover {
    color: #fe5200;
    border-bottom: 2px solid #fe5200;
}

.submenu {
    display: none;
    position: absolute;
    top: 105%;
    width: 280px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}

.show {
    display: block;
}

.submenu-item {
    padding: 12px 15px;
}

.submenu-item:hover {
    background-color: #EFF4FB;
}

.submenu-item:last-child {
    margin-bottom: 0;
}

.submenu-item_link {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #000000;
    text-transform: none;
    text-decoration: none;
}

.footer_wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 25px;
}

.tel_email {
    display: flex;
    justify-content: space-evenly;
}

.contact_item {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #222222;
}

.link_logos {
    display: flex;
}

.logo_item {
    margin: 0 10px;
}

.about {
    margin-top: 55px;
    min-height: 300px;
    display: flex;
    align-items: center;
}

.text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    text-align: justify;
}

.subtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #222222;
    text-align: left;
}

.molecul {
    margin-left: 90px;
}

.direction {
    min-height: 350px;
    margin-top: 70px;
}

.direction_wrap {
    display: flex;
}

.direction_ul {
    width: 50%;
    margin-top: 32px;
    padding-left: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    list-style-image: url(../img/arrow.svg);
}

.direction_ul > li {
    margin: 6px 0;
    padding-left: 12px;
}

.direction_ul_margin {
    margin-left: 80px;
}

.projects {
    display: flex;
    margin-top: 32px;
    margin-bottom: 50px;
}

.projects_item {
    width: 384px;
    height: 320px;
    position: relative;
    margin-right: 40px;
    border: 1px solid #fff;
}

.ais_item {
    background: center / cover no-repeat url(../img/card_01.jpg);
}

.rbvh_item {
    background: center / cover no-repeat url(../img/card_02.jpg);
}

.how_send_item {
    background: center / cover no-repeat url(../img/card_03.jpg);
}

.projects_item:last-child {
    margin-right: 0;
}

.project_img {
    width: 100%;
    height: 100%;
}

.project_name {
    padding: 16px 24px;
    position: absolute;
    left: 0;
    bottom: 32px;
    background-color: #223C7E;
    color: white;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.projects_item:hover {
    border: 1px solid #fe5200;
}

.projects_item:hover .project_name{
    background-color: #fe5200;
}

.title {
    margin-bottom: 32px;
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    color: #222222;
}

.text p {
    margin-top: 20px;
}

.btn {
    text-decoration: none;
    cursor: pointer;
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;

    width: 320px;
    height: 48px;

    /* Синий */
    background: #223C7E;
    border-radius: 5px;
    /* Текст кнопки */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;

    color: #FFFFFF;
}

.btn:hover {
    background: #fe5200;
}

.list {
    padding-left: 30px;
}

.list > li {
    margin-top: 10px;
    text-align: justify;
}

.tal {
    text-align: left;
}

.doc_link {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #097BCB;
}

.doc_link:hover {
    color: #ec6608;
}

.section_info {
    padding-top: 56px;
    padding-bottom: 50px;
}

.docs_subtitle {
    margin-top: 50px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #223C7E;
}

.contact_wrap {
    display: flex;
}

.contact_company {
    color: #777777;
}

.hepatit__group {
    cursor: pointer;
    margin-top: 32px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 28px;
    border: 1px solid #DDDDDD;
    flex-direction: column;
}

.hepatit__group__item {
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.drop__icon {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.drop_img_group {
    width: 16px;
    height: 16px;
}

.group__name {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
}

.hepatit__group__item:hover .group__name{
    color: #ec6608;
}

.hepatit__group__item_active .group__name{
    color: #ec6608;
}


.descr {
    margin-top: 30px;
    display: none;
    width: 100%;
}

.descr_active {
    display: block;
}

.instruction {
    display: flex;
}

.file {
    margin-left: 8px;
}

.hamburger {
    /* position: fixed;
    top: 20px;
    right: 30px; */
    height: 21px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 2;
    cursor: pointer;
}

.hamburger span {
    display: block;
    width: 30px;
    height: 2px;
    background: #223C7E;
}

.hamburger:hover span{
    background: #fe5200;
}

.close {
    position: relative;
    height: 21px;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end; */
    z-index: 2;
    cursor: pointer;
}

.close span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 30px;
    height: 2px;
    background: #777;
}

.close span.close_line_1 {
    transform: rotate(45deg);
}

.close span.close_line_2 {
    transform: rotate(-45deg);
}

.close:hover span{
    background: #fe5200;
}

.year {
    margin-top: 8px;
    color: #777777;
}

.side_menu {
    background-color: white;
    height: 100vh;
    flex-direction: column;
    position: fixed;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .6s;
    left: -100%;
    width: 40%;
    z-index: 5;
}

.side_menu-item {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    padding: 22px 16px;
}

.side_menu-link  {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #223C7E;
    border-bottom: 2px solid #fff;    
}

.side_menu-link:hover {
    color: #fe5200;
}

.side_menu_close {
    display: flex;
    justify-content: end;
}

.side_menu_active {
    display: flex;
    left: 0;
    visibility: visible;
    opacity: 1;
}

.open_side_submenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.side_submenu {
    display: none;
}

.side_submenu_active {
    display: block;
}

.side_submenu > .submenu-item {
    padding: 0;
    margin: 15px 0;
}

.side_submenu > .submenu-item > .submenu-item_link {
    font-size: 16px;
    font-weight: 700;
}

.side_submenu > .submenu-item:last-child {
    margin-bottom: 0;
}

.side_menu-dropimg {
    transition: all .5s;
}

.map iframe {
    width: 480px;
    height: 400px;
}

/* Media */

@media (max-width: 1450px) {
	
}

@media (max-width: 1200px) {
	.container {
        max-width: 960px;
    }
}

@media (max-width: 992px) {
	.container {
        max-width: 720px;
    }

    .hamburger { 
        display: flex;
    }

    .company {
        width: 240px;
    }

    .menu__wrapper {
        display: none;
    }

    .header__wrapper {
        padding: 20px 0;
        align-items: center;
    }

    .about, .direction_wrap, .projects, .contact_wrap  {
        flex-direction: column;
    }

    .molecul {
        width: 100%;
        margin-left: 0;
        margin-top: 32px;
    }

    .logo_img {
        width: 372px;
    }

    .direction_ul {
        padding-left: 30px;
        width: 100%;
    }

    .direction_ul_margin {
        margin-left: 0;
        margin-top: 8px;
    }

    .projects_item {
        width: 100%;
        margin-bottom: 32px;
    }

    .projects_item:last-child {
        margin-bottom: 0px;
    }

    .footer_wrap {
        flex-direction: column-reverse;
    }

    .logo_item {
        margin-bottom: 24px;
    }

    .tel_email {
        margin-top: 8px;
        flex-direction: column;
    }

    .contacts {
        font-size: 14px;
    }

    .map {
        margin-top: 25px;
        width: 100%;
    }

    .map iframe {
        width: 100%;
        height: 400px;
    }
}

@media (max-width: 768px) {
	.container {
        width: 100%;
        padding: 0 16px;
    }

    .company {
        margin-right: 20px;
    }

    .header__wrapper {
        align-items: center;
    }

    .link_logos  {
        flex-direction: column;
    }

    .logo_img {
        width: 272px;
    }
}

@media (max-width: 576px) {
	.container {
        width: 100%;
        /* padding: 40px 20px; */
        padding: 0 16px;
    }

    .company {
        display: none;
    }

    .side_menu {
        width: 100%;
    }
}

@media (max-width: 330px) {
    .logo_img {
        width: 172px;
    }
}