*{
    margin: 0;
    padding: 0;
    font-family: "Golos Text", sans-serif;
}
h1{
    font-family: "Oswald", sans-serif;
    font-size: 68px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    width: 529px;
    color: #FFF;
    margin-bottom: 7px;
    position: relative;
    z-index: 1;
}
h2{
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    font-feature-settings: 'liga' off, 'clig' off;
}
h3{
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
}
h4{
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}
h5{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
section{
	width: 100%;
}
div.section_cont{
    padding: 60px 80px;
    max-width: 1520px;
    margin: 0 auto;
}
div, p{
    color: #222;
}
strong{
    font-weight: 600;
}
a, button{
    cursor: pointer;
}
.alignleft{
	text-align: left!important;
}
.width100{
	width: 100%;
}
.parallax{
	background-attachment:fixed!important;
	background-position:center!important;
	background-repeat:no-repeat!important;
}
.tophero{
	height: 100vh;
	height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
nav ul li.menu-item-has-children ul.sub-menu{
    display: none;
}
/* nav ul li.menu-item-has-children:hover ul.sub-menu:before {
    content:  '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 500px;
    z-index: -1;
    background-color: #fff;
} */
header.active_menu .header_wrap .menu_wrap >.desktop_show, header.active_menu_fixed .header_wrap .menu_wrap >.desktop_show {
    display: none;
}
/* header.active_menu .header_wrap .contact_info .mobile {
    display: inline-block!important;
} */
header nav ul li a {
	text-decoration: none;
}
header.active_menu nav ul li a, header.active_menu_fixed nav ul li a {
    color: #222222;
}
header.active_menu nav ul li a, header.active_menu_fixed nav ul li a {
    position: relative;
    z-index: 2;
}
header.active_menu nav ul li.menu-item-has-children, header.active_menu_fixed nav ul li.menu-item-has-children {
    z-index: -1;
}
.desktop_2 {
    display: none;
}
header.active_menu nav ul li a svg, header.active_menu_fixed nav ul li a svg {
    filter:  invert(1);
}

header.active_menu .menu_wrap .contact_info a, header.active_menu_fixed .menu_wrap .contact_info a {
    color: #222222;
}
.contact_info a {    
	padding-right: 8px;
	text-decoration: none;
}
@media screen and (min-width: 1280px){
	
    header.active_menu, header.active_menu_fixed {
        background-color: #fff;
        border-bottom: 1px solid #e7e7e7;
		opacity: 0.96;
    }
    header.active_menu .header_wrap, header.active_menu_fixed .header_wrap {
        z-index: 1;
    }
    header.active_menu .menu_wrap .contact_info a svg, header.active_menu_fixed .menu_wrap .contact_info a svg {
        filter:  invert(1);
    }
    header.active_menu:before {
        content:  '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 470px;
        z-index: -1;
        background-color: #fff;
    }
    header.active_menu .menu_wrap >.desktop_2, header.active_menu_fixed .menu_wrap >.desktop_2 {
        display: block;
        z-index: 2;
    }
    nav ul li.menu-item-has-children:hover >a {
        border-bottom: 2px solid #e09f3e;
    }
    nav ul li.menu-item-has-children >a {
        border-bottom: 2px solid transparent;
    }
    nav ul li.menu-item-has-children:hover ul.sub-menu{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        column-gap: 30px;
/*         background: #FFF; */
/*         border-top: 1px solid #CFCFCF; */
        padding: 30px 0 0;
        padding-left: 150px;
        height: 380px;
        position: absolute;
        /*max-width: 100%;*/
        width: 1080px;
        left: -240px;
    }
    nav ul li.menu-item-has-children:hover ul.sub-menu img{
        width: 280px;
        height: 320px;
        top: 5px;
    }
    nav ul li.menu-item-has-children:hover ul.sub-menu li a{
        text-decoration: none;
        color: #222;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
    }
    nav ul li.menu-item-has-children:hover ul.sub-menu li{
        padding: 8px 20px;
        width: 200px;
    }
}
header.active_menu .language, header.active_menu_fixed .language {
    filter:  invert(1);
}

.feedback_slider .slick-dots {
    bottom: -40px;
}
.feedback_slider .slick-dots li button:before {
    font-size: 9px;
}
.feedback_slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: transparent;
    border: 4px solid black;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    padding: 0;
    margin: 0px 3px;
}
.wpcf7-form-control-wrap {
    width: 100%;
}
.wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap tel, .wpcf7-form-control-wrap email{
    padding: 10px;
    box-sizing: border-box;
}
@media screen and (max-width: 1279px){	
	.tophero{
		height: 100%;
	}
}