.search_modal {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 666;
    height: 125px;
    /* padding: 20px; */
    /* display: flex;*/
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #01746E;
    display: none;
    padding: 15px
}

.to_top.search_modal {
    position: fixed;
}

.search_data {
    display: flex;
}


.open_form {
    cursor: pointer;
}

.remove_container {
    text-align: right;
    margin-bottom: 15px;
}

.remove_container svg {
    height: 20px;
    cursor: pointer;
    cursor: pointer;
}

.input_text::placeholder {
    color: white;
}

.search_data input {
    font-family: Gilroy;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 31px;
    color: #FFFFFF;
    display: block;
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 0.75px solid #FFFFFF;
    background-color: transparent;
    border-radius: unset;
}

.container_header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 6;
    background: transparent;
    -webkit-transition: background 1s;
    transition: background 1s; }
.container_header .container {
    max-width: 1157px;}
.container_header.to_top {
    position: fixed;
    padding: 34px 0;
    background: rgba(1, 116, 110, 0.75); }
.container_header.to_top .logo {
    display: none; }
.container_header.to_top .logo1 {
    display: block; }

.logo1 {
    display: none;
    margin-top: -13px; }

.logo {
    display: block;
    text-align: center;
    margin-bottom: 28.76px;
    margin-top: 25px; }

.menu_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

.primary-menu, .language-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0; }

.primary-menu li {
    margin-right: 35px; }

.language-menu li {
    margin-right: 10px; }
.language-menu .active{
    color: rgba(255, 255, 255, 0.8)
}

.primary-menu li a,
.language-menu li a {
    line-height: 24px;
    font-size: 20px; }
.language-menu li a{
    text-transform: uppercase;
}

.search_data button {
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent; }
.burger{
    display: none;
}
.search_data_mob{
    display: none;
}
.menu_top{
    /*margin-left: 48px;*/
}

.menu_top a:not([href]):not([class]),  .menu_top a:not([href]):not([class]):hover {
    color: #ffffff;
    cursor: pointer;
}

.menu_main_active .menu_top .sub-menu {
    background: rgba(1, 116, 110, 0.75);
    position: relative;
    margin-top: 10px;
}

.menu-item-has-children .openMenu:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    color: white;
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.menu_main_active .menu_top .sub-menu a {
    color: #ffffff;
}

.menu_top .sub-menu {
    padding: 10px;
    position: absolute;
     width: 200px;
     left: 0;
    margin: 0;
    background-color: transparent;
    list-style-type: none;
    margin-top: 20px;
    display: none;



}

.container_header.to_top .menu_top .sub-menu {
    bottom: -113px;
    background: rgba(1, 116, 110, 0.75);
    margin-top: 0px;



}

.container_header.to_top .menu_top .sub-menu a {
    color: #ffffff;
}

.menu_top .sub-menu a {
    color: #ffffff;
}

.menu-item-has-children {
    position: relative;

}

.open_form_mob {
    display: none;
}

.menu-item-has-children > a:hover {
    text-decoration: none;

}

.menu-item-has-children > a:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    color: white;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.primary-menu .sub-menu  li {
    margin: 0;


}

h2, h1{
font-weight: normal !important;
}
.body, html{
overflow-x: hidden;
}
@media  (min-width: 1200px) {
.container {
    max-width: 1110px;
}

}

@media  (max-width: 1200px) {
.primary-menu li {
    margin-right: 20px;
}
}

@media  (max-width: 1110px) {
.menu_top {
    margin-left: 7px;
}

.primary-menu li {
    margin-right: 9px;
}

}

@media  (max-width: 991px) {
.non-scroll {
    overflow-y: hidden;
    position: relative;
    height: 100% }
.container_header{
    -webkit-transition: background 0.5s;
    transition: background 0.5s; }
.container_header_active {
    background-color: rgba(1, 116, 110, 0.98); }
.container_header.to_top .logo {
    margin: 0 auto;
    display: block; }
.container_header.to_top .logo1 {
    display: none; }
.container_header.to_top {
    background: rgba(1, 116, 110, 0.98);
    padding: 25px 0 28.76px 0;
}

.logo {
    width: 145px;
    margin-left: auto;
    margin-right: auto; }

.open_form {
    position: absolute;
    right: 20px;
    top: 39px;
    display: none;
}
    .open_form_mob {
        position: absolute;
        right: 20px;
        top: 39px;
        display: block;
    }


.menu_main {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: 0.7s all;
    transition: 0.7s all;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 25px 10px 30px;
    display: none;
    z-index: -1;
    background-color: transparent; }

.menu_main_active {
    top: 93.76px;
    display: block;
    background-color: rgba(1, 116, 110, 0.98); }

.primary-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

.primary-menu li {
    padding: 10px 0; }

.burger {
    display: block;
    position: absolute;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 26px;
    height: 12px; }

.burger span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #FFFFFF;
    margin-bottom: 2px;
    -webkit-transition: 0.7s all;
    transition: 0.7s all; }

.burger_active span {
    margin-bottom: -2px; }

.burger_active span:nth-child(1) {
    -webkit-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg); }

.burger_active span:nth-child(2) {
    display: none; }

.burger_active span:nth-child(3) {
    -webkit-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg); }



.search_data_mob {
    display: block;
    position: absolute;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%; }

.menu_top {
    margin-left: 0;
}

.language-menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
}