@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?bcpkuw');
    src:  url('../fonts/icomoon.eot?bcpkuw#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?bcpkuw') format('truetype'),
        url('../fonts/icomoon.woff?bcpkuw') format('woff'),
        url('../fonts/icomoon.svg?bcpkuw#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-viber:before {
    content: "\e900";
}
.icon-whatsapp:before {
    content: "\ea93";
}
.icon-linkedin2:before {
    content: "\eaca";
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html{height: 100%;
}
body {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    position: relative;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    background: #fff;
    color: #000;
}
ol, ul{
    list-style:none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a, span{
    display: inline-block;
}
i{
    font-weight: 400;
    font-style: italic;
}
i b,
b i{
    font-weight: 700;
    font-style: italic;
}
b{
    font-weight: 700;
}
.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
a, button{
    -webkit-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -ms-transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
    text-decoration: none;
}
button{
    -webkit-appearance: none;
    outline: none;
}
::-webkit-input-placeholder {color:#000;}
::-moz-placeholder          {color:#000;}/* Firefox 19+ */
:-moz-placeholder           {color:#000;}/* Firefox 18- */
:-ms-input-placeholder      {color:#000;}
p{
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.flex_top{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.flex_start{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
}
.flex_vert {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.wrapper{
    width: 1274px;
    margin: 0 auto;
}
.lang_selector {
    position: relative;
    font-weight: 400;
}
.lang_selector_white .lang_selector_current{
    color: #fff;
}
.lang_selector_white:hover .lang_selector_current{
    color: #fff;
}
.lang_selector_current {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    z-index: 4;
}
.lang_selector_current:after{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    vertical-align: 2px;
    margin-left: 10px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: 4px;
}
.lang_selector_white:hover .lang_selector_current:after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.lang_selector_dropdown{
    position: absolute;
    z-index: 3;
    background: rgba(50, 80, 140, 0.95);
    -webkit-box-shadow: 0 5px 16px rgba(0,0,0,.12);
    box-shadow: 0 5px 16px rgba(0,0,0,.12);
    padding: 42px 40px 10px 20px;
    top: -10px;
    left: -20px;
    display: none;
}
.lang_selector_item{
    padding-bottom: 10px;
}
.lang_selector_link{
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border-bottom: transparent solid 1px;
}
.lang_selector_link:hover{
    color: #fff;
    border-bottom-color: #fff;
}
.lang_selector:hover .lang_selector_dropdown {
    display: block;
}
.section1 {
    width: 100%;
    height: 100vh;
    min-height: 500px;
    background: #D4A300;
    position: relative;
}
#trailer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
#trailer > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content_section1{
    position: relative;
    z-index: 15;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    mix-blend-mode: multiply;
    z-index: 10;
}
header{
    position: absolute;
    z-index: 30;
    padding: 46px 65px 0;
    box-sizing: border-box;
    width: 100%;
    top: 0;
}
.logo a{
    display: block;
}
.logo a span{
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.logo a span.logo_1{
    background: url(../img/logo_gra.svg) no-repeat;
    width: 120px;
    height: 90px;
    background-size: cover;
    margin-right: 16px;
}
.logo a span.logo_2{
    background: url(../img/logo_white.svg) no-repeat;
    width: 99px;
    height: 36px;
    background-size: cover;
    margin-left: 20px;
}
.logo a span.logo_2:before{
    content: '';
    background: #fff;
    width: 1px;
    height: 66px;
    opacity: 0.1;
    left: -20px;
    top: 0;
    position: absolute;
}
.menu li{
    margin-left: 66px;
}
.menu li:first-child{
    margin-left: 0;
}
.menu a{
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 5px;
}
.menu a:before{
    content: '';
    background: #fff;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all 0.5s ease;
}
.menu a:hover:before{
    width: 100%;
}
.menu_button{
    background: #fff;
    width: 50px;
    height: 50px;
    padding: 16px 12px;
    margin-top: -2px;
    box-sizing: border-box;
    margin-left: 197px;
    cursor: pointer;
    position: relative;
    z-index: 100;
    overflow: hidden;
}
.open_ss .menu_button{
    background: #343434;
}
.open_ss .menu_button span{
    background: #fff;
}
.menu_button span{
    width: 100%;
    height: 3px;
    background: #414141;
    display: block;
    margin-top: 4px;
    left: 0;
    position: relative;
    -webkit-transition: all 1s ease!important;
    -moz-transition: all 1s ease!important;
    -ms-transition: all 1s ease!important;
    -o-transition: all 1s ease!important;
    transition: all 1s ease!important;
}
.open_ss .menu_button span:nth-child(2){
    left: -50px;
    opacity: 0;
}
.open_ss .menu_button span:nth-child(1){
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
    left: 0;
}
.open_ss .menu_button span:nth-child(3){
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -7px;
    left: 0;
}
.menu_button span:first-child{
    margin-top: 0;
}
.h1{
    font-size: 100px;
    line-height: 121px;
    color: #FFFFFF;
    font-weight: 700;
}
.h2{
    font-size: 70px;
    line-height: 76px;
    color: #343434;
    font-weight: 700;
}
.h3{
    font-size: 68px;
    line-height: 74px;
    color: #343434;
    font-weight: 700;
}
header .drop_menu {
    background-color: #F9F9F9;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    position: fixed;
    top: 0;
    right: -100%;
    padding-top: 44px;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -ms-transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
    padding-top: 30px;
}
.open_ss .lang{
    display: none;
}
.open_ss .drop_menu {
    right: 0;
}
.open_ss header{
    position: fixed;
}
.drop_menu_header {
    padding: 0 63px 0;
    box-sizing: border-box;
    width: 100%;
}
.drop_menu_header a span.logo_2_black {
    width: 99px;
    height: 36px;
    background-size: cover;
    margin-left: 18px;
    margin-top: 2px;
    position: relative;
}
.drop_menu_header a span.logo_2_black:before {
    content: '';
    background: #343434;
    width: 1px;
    height: 66px;
    opacity: 0.1;
    left: -20px;
    top: 0;
    position: absolute;
}
.line1 {
    transform: rotate(45deg);
}
.line2 {
    transform: rotate(135deg);
}
.menu_drop ul li a{
    font-size: 50px;
    line-height: 80px;
    color: #343434;
    font-weight: 700;
}
.menu_drop ul li a:hover{
    color: #FEA30B;
}
.menu_drop ul > li{
    display: inline-block;
    width: 48%;
    vertical-align: top;
}
.menu_drop ul > li li{
    display: block;
    width: 100%;
}
.footer_drop{
    padding: 100px 0;
}
.lang_drop ul li{
    display: inline-block;
    margin-left: 24px;
}
.lang_drop ul li:first-child{
    margin-left: 0;
}
.lang_drop ul li a{
    font-size: 18px;
    line-height: 28px;
    padding: 10px 40px;
    color: #343434;
    background: #fff;
}
.lang_drop ul li.active a{
    background: #FEA30B;
    color: #fff;
}
.address_drop{
    font-size: 14px;
    line-height: 20px;
    color: #343434;
    margin-right: 86px;
}   
.address_drop a{
    color: #343434;
    position: relative;
}
.address_drop a:before {
    content: '';
    background: #343434;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all 0.5s ease;
}
.footer_drop .contact_button{
    margin-top: 0;
}
.address_drop a:hover:before {
    width: 100%;
}
.content_drop_menu{
    height: calc(100vh - 71px);
}
.main_text{
    max-width: 970px;
}
.des_main{
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 41px;
}
.nav_block{
    position: absolute;
    bottom: 85px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 20;
}
.btn a,
.btn button{
    padding: 18px 40px 18px 56px;
    position: relative;
	color: #fff;
	box-sizing: border-box;
    transition: all 200ms ease;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    background: none;
}
.btn.yellow a,
.btn.yellow button{
    background: #FEA30B;
}
.btn.black a,
.btn.black button{
    background: #343434;
}
.btn a span,
.btn button span{
    position: relative;
    z-index: 2;
    padding-right: 46px;
}
.btn a span:before,
.btn button span:before{
    content: '';
    background: url(../img/svg/arrow_button.svg) no-repeat;
    width: 26px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
.btn a:before,
.btn button:before{
    content:'';
	position: absolute;
	top: 0;
	left: 0;
    width: 0;
    height: 100%;
	transition: all 0.5s ease;
}
.btn.yellow a:before,
.btn.yellow button:before{
    background: #343434;
}
.btn.black a:before,
.btn.black button:before{
    background: #FEA30B;
}
.btn a:hover:before,
.btn button:hover:before {
	width: 100%;
}
.bottom_arrow a{
    background: url(../img/svg/arrow_bottom.svg) no-repeat;
    width: 16px;
    height: 68px;
}
.about{
    padding: 120px 0;
    background: #fff;
}
.geo{
    padding: 0;
    background: #FEA30B;
}
p{
    font-size: 16px;
    line-height: 24px;
    color: #343434;
}
.des_colum{
    margin-top: 53px;
    max-width: 614px;
    margin-bottom: 89px;
}
.colum_text{
    width: 475px;
}
.w510{
    width: 510px;
}
.w615{
    width: 615px;
}
.manufacture{
    padding: 100px 0 100px;
}
.prod{
    padding: 110px 0;
    background: #f9f9f9;
}
.cert,
.cont,
.img_block,
.deliv{
    background: #f9f9f9;
}
.img_block{
    padding: 110px 0;
}
.about_img{
    overflow: hidden;
}
.downl_block{
    margin-top: 50px;
}
.downl_block a{
    padding: 25px 40px 25px 31px;
    background: none;
    position: relative;
    background: #FEA30B;
}
.downl_block a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #343434;
    transition: all 0.5s ease;
}
.downl_block a:hover:before{
    width: 100%;
}
.downl_block a span{
    display: block;
    position: relative;
    padding-left: 36px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-decoration: underline;
}
.downl_block a span:before{
    content: '';
    background: url(../img/svg/doc_white.svg) no-repeat;
    width: 26px;
    height: 33px;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
}
.downl_block a span:after {
    content: '';
    background: url(../img/svg/arrow_button.svg) no-repeat;
    width: 26px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
/* .downl_block{
    margin-bottom: 87px;
} */
.prod_row{
    margin-top: 72px;
}
.prod_item{
    width: 393px;
}
.prod_img img{
    display: block;
    width: 100%;
}
.name_prod{
    margin-top: 44px;
    font-size: 24px;
    line-height: 28px;
    color: #343434;
    font-weight: 700;
    padding-bottom: 5px;
    position: relative;
}
.name_prod:before{
    content: '';
    background: #343434;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -ms-transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
}
.des_prod{
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
    color: #343434;
}
.more_p{
    text-align: right;
    margin-top: 65px;
}
.more_p .btn{
    width: 300px;
    display: inline-block;
}
.prod_img{
    position: relative;
}
.shad_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(236, 182, 19, 0.3);
    -webkit-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -ms-transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
}
.prod_item a:hover .shad_img{
    background: rgba(236, 182, 19, 0);
}
.prod_item a:hover .name_prod:before{
    width: 100%;
}
.big_img img{
    display: block;
    width: 100%;
}
.lang_selector_current{
    font-size: 16px;
    line-height: 18px;
    padding: 14px 36px;
    top: 0px;
}
.lang{
    background: #FEA30B;
    position: relative;
    top: -3px;
    margin-left: 72px;
}
.lang_selector_dropdown{
    background: #FEA30B;
    top: 0px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 46px 36px 10px;
}
.lang_selector_link{
    font-size: 16px;
}
.cert_name{
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    color: #343434;
    margin-bottom: 28px;
}
.cert_des{
    margin-left: 50px;
}
.cert_item{
    width: 100%;
}
.cert_button a{
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    padding: 16px 22px;
}
.cert_button a span{
    position: relative;
    padding-left: 27px;
    padding-right: 0;
}
.cert_button a span:before{
    content: '';
    background: url(../img/svg/doc_white.svg) no-repeat;
    width: 19px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;
    background-size: cover;
}
.prod_item a{
    padding: 0 25px;
}
.prod_row{
    width: 1324px;
    margin-left: -25px;
}
.prod_row .prev,
.prod_row .next,
.cert_row .prev,
.cert_row .next,
.slide_manu .prev,
.slide_manu .next,
.img_slide_pack .prev,
.img_slide_pack .next{
    background: none;
    border: 0;
    padding: 0;
    opacity: 0.8;
    cursor: pointer;
}
.prod_row .prev,
.cert_row .prev{
    left: -40px;
}
.prod_row .next,
.cert_row .next{
    right: -40px;
}
.prod_row .prev:hover,
.prod_row .next:hover,
.cert_row .prev:hover,
.cert_row .next:hover,
.slide_manu .prev:hover,
.slide_manu .next:hover,
.img_slide_pack .prev:hover,
.img_slide_pack .next:hover{
    opacity: 1;
}
.prod_row .prev .icon-arrow-left,
.cert_row .prev .icon-arrow-left,
.slide_manu .prev .icon-arrow-left,
.img_slide_pack .prev .icon-arrow-left{
    background: url(../img/arrow_left.png) no-repeat;
    width: 26px;
    height: 44px;
    background-size: cover;
}
.prod_row .next .icon-arrow-right,
.cert_row .next .icon-arrow-right,
.slide_manu .next .icon-arrow-right,
.img_slide_pack .next .icon-arrow-right{
    background: url(../img/arrow_right.png) no-repeat;
    width: 26px;
    height: 44px;
    background-size: cover;
}
.prod_row .slick-arrow,
.cert_row .slick-arrow{
    position: absolute;
    top: 180px;
}
.prod_row .slick-dots,
.cert_row .slick-dots{
    position: absolute;
    bottom: -121px;
    left: 25px;
}
.prod_row .slick-dots li,
.cert_row .slick-dots li,
.slide_manu .slick-dots li,
.img_slide_pack .slick-dots li{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    margin-right: 37px;
}
.prod_row .slick-dots li button,
.cert_row .slick-dots li button,
.slide_manu .slick-dots li button,
.slick-dots .slick-dots li button,
.img_slide_pack .slick-dots li button{
    background: none;
    border: 0;
    padding: 0;
    background: #B2B2B2;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    text-indent: -99999px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.prod_row .slick-dots li.slick-active button,
.cert_row .slick-dots li.slick-active button,
.slide_manu .slick-dots li.slick-active button,
.img_slide_pack .slick-dots li.slick-active button{
    background: #FEA30B;
    width: 16px;
    height: 16px;
}
.cert{
    padding-top: 89px;
    padding-bottom: 100px;
}
.cert_row{
    margin-top: 82px;
}
.cert_item{
    margin-bottom: 50px;
}
.cert_img{
    max-width: 200px;
    text-align: center;
}
.cert_img img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.slick-slide{
    outline: none;
}
.cert_button{
    text-align: center;
}
.cert_button *{
    outline: none;
}
.cont{
    padding: 105px 0 205px;
}
.map{
    width: 674px;
    height: 745px;
}
.map iframe{
    width: 100%;
    height: 100%;
}
.contact_info{
    width: 504px;
}
.contant_des{
    margin-top: 41px;
}
.contact_row{
    font-size: 20px;
    line-height: 28px;
    color: #343434;
    margin-top: 20px;
}
.contact_row:first-child{
    margin-top: 0;
}
.contact_row a{
    color: #343434;
    position: relative;
}
.contact_row a:hover{
    color: #FEA30B;
}

/* 
.contact_row a:before{
    content: '';
    background: #343434;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all 0.5s ease;
}
.contact_row a:hover:before{
    width: 100%;
} */
.social_icon{
    margin-top: 34px;
}
.social_icon a{
    display: inline-block;
    font-size: 40px;
    margin-left: 40px;
    color: #000;
}
.social_icon a:first-child{
    margin-left: 0;
}
.social_icon a:hover{
    color: #FEA30B;
}
.contact_button{
    margin-top: 66px;
}
footer{
    background: #fff;
    padding: 40px 0 17px;
}
.map_content{
    height: 850px;
    padding: 20px 0 0;
}
.jvmap_smart{
    width: 90%;
    height: 90%;
    margin: 0 auto;
    /* width:1274px;
    height: 849px; */
    background: none!important;
}
@media only screen and (min-width: 576px){
    .map_content{
        height: 900px;
    }
}
@media only screen and (min-width: 768px){
    .map_content{
        height: 950px;
    }
}
@media only screen and (min-width: 992px){
    .map_content{
        height: 700px;
    }
}
@media only screen and (min-width: 1200px){
    .map_content{
        height: 940px;
    }
}
.geo{
    padding-top: 100px;
}
.geo .h3{
    color: #fff;
}
.map-pin {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: top center;
    color: #888;
    font-weight: 500;
    font-size: 14px;
    background: #000;
}
.map-pin span {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
}
#jqvmap1_fl_pin {
    margin-left: 5%;
}
.map-pin.marker1{
    top: 0px;
    left: 0px;
}
.map-pin.marker2{
    top: 10px;
    left: 15px;
}
.img_sl{
    width: 600px;
    /* height: 740px; */
    max-width: 610px;
}
.img_sl img{
    width: 100%;
}
.small_slide .slick-slide{
    width: 284px;
    /* height: 347px; */
    height: 192px;
    max-height: 192px;
}
.small_slide div img{
    display: block;
    width: 100%;
}
.man_slider{
    width: 100%;
}
.big_slide{
    width: 100%;
}
.small_slide{
    width: 655px;
    position: absolute;
    right: -7px;
    bottom: 50px;
}
.mm_slide{
    padding: 0 20px;
}
.img_cont{
    width: 501px;
}
.sb_cont{
    font-size: 20px;
    line-height: 28px;
    color: #FEA30B;
    margin-bottom: 47px;
}
.img_cont{
    font-size: 20px;
    line-height: 36px;
    color: #343434;
}
.slide_manu{
    position: relative;
    padding-bottom: 200px;
}
.slide_manu .prev.slick-arrow{
    position: absolute;
    top: -180px;
    left: -692px;
}
.slide_manu .next.slick-arrow{
    position: absolute;
    top: -180px;
    left: 14px;
}
.slide_manu .slick-dots{
    display: block;
    position: absolute;
    bottom: 60px;
    width: 600px;
    left: -628px;
    text-align: center;
}
.pack_des{
    margin-top: 72px;
    padding-bottom: 75px;
}
.text_pack{
    width: 504px;
    margin-top: -50px;
}
.pack{
    padding: 50px 0 50px;
}
.img_slide_pack{
    width: 660px;
}
.img_slide_pack .slick-arrow{
    position: absolute;
    left: 0;
}
.img_slide_pack .slick-arrow{
    position: absolute;
    left: -615px;
    bottom: 130px;
}
.img_slide_pack .next.slick-arrow{
    left: -505px;
}
.img_slide_pack .slick-dots{
    left: -359px;
    position: absolute;
    bottom: 147px;
}
.footer_top {
    padding-bottom: 35px;
}
.footer_top > div {
    align-items: flex-start;
}
.footer_top .logo span {
    vertical-align: middle
}
.logo_1_black {
    background: url(../img/logo_gra_black.svg) no-repeat;
    width: 120px;
    height: 90px;
    background-size: cover;
    margin-right: 16px;
}
.logo_2_black {
    background: url(../img/logo_black.svg) no-repeat;
    width: 99px;
    height: 36px;
    background-size: cover;
    margin-left: 20px;
}
.footer_menu {
    width: 370px;
}
.footer_lang_switch {
    margin-top: 10px;
}
.footer_menu ul li a {
    font-size: 20px;
    line-height: 28px;
    color: #343434;
}
.footer_menu ul li a:hover {
    color: #FEA30B;
}
.footer_column {
    flex-direction: column;
    align-items: flex-start;
    height: 110px;
    width: 125px;
}
.footer_social ul li a {
    color: #FEA30B;
    font-size: 20px;
    line-height: 28px;
}
.footer_social ul li a:hover {
    color: #343434;
}
.footer_social ul li a span {
    margin-right: 18px;
}
.footer_social ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 110px;
}
.lang_switch_button a {
    font-size: 16px;
    line-height: 26px;
    padding: 6px 25px;
    color: #343434;
}
footer .lang_switch_button {
    background-color: rgba(242,242,242, 0.2);
    margin-bottom: 10px;
}
footer .lang_switch_current {
    background-color: #FEA30B;
}
.lang_switch_current a {
    color: #fff;
}
.footer_bottom{
    font-size: 12px;
    line-height: 28px;
    color: #7E7E7E;
}
.footer_bottom a{
    color: #7E7E7E;
}
.footer_bottom a:hover{
    color: #FEA30B;
}
html[lang=en] .deliv{
    display: none;
}
.deliv{
    padding: 160px 0 160px;
}
.deliv_text{
    width: 560px;
}
.deliv_img{
    width: 607px;
}
.deliv_img img{
    display: block;
    width: 100%;
}
.deliv_text .h3{
    margin:0 0 75px;
}
.contact_deliv.btn a{
    padding: 18px 40px 18px 40px;
}
.contact_deliv.btn a span{
    padding-right: 0;
}
.contact_deliv span:before{
    display: none;
}
.phone_b a{
    font-size: 28px;
    line-height: 28px;
    color: #FFA400;
    font-weight: 700;
}
.contact_block{
    margin-top: 56px;
}
.callback_popup{
    display: none;
}
.prod_block .item{
    width: 400px;
    margin-bottom: 30px;
}
.prod_block{
    padding-top: 100px;
}
.prod_block .item .name_prod{
    margin-top: 20px;
}
.prod_page{
    padding-top: 250px;
}
.insert .logo a span.logo_1{
    background: url(../img/logo_gra_black.svg) no-repeat;
    width: 120px;
    height: 90px;
    background-size: cover;
    margin-right: 16px;
}
.insert .logo a span.logo_2{
    background: url(../img/logo_black.svg) no-repeat;
    width: 99px;
    height: 36px;
    background-size: cover;
    margin-left: 20px;
}
.insert .menu a{
    color: #000;
}
.insert .menu a:before{
    background: #000;
}
.insert .menu_button{
    background: #FEA30B;
}
.insert .menu_button span{
    background: #fff;
}
.contant_des .contact_row:first-child .social_list_c,
.contant_des .contact_row:first-child .img_contact{
    display: none;
}
.contact_row .img_contact *{
    outline: none;
}
.contact_row .img_contact{
    width: 100px;
}
.contact_row .img_contact img{
    width: 100%;
    display: block;
}
.text_cont_row{
    width: calc(100% - 120px);
}
.social_list_c{
    margin-top: 5px;
}
.social_list_c ul li{
    display: block;
    line-height: normal;
    margin-top: 5px;
}
.social_list_c ul li a{
    font-size: 18px;
}
.contact_row .social_list_c ul li a:before,
.contact_row .img_contact a:before{
    background: none;
    height: 0;
}
.social_list_c ul li a:hover{
    color: #FEA30B;
}
html[lang=en] .vbr{
    display: none;
}
.footer_top .logo{
    margin-top: 10px;
}
.footer_lang_switch {
    margin-top: 13px;
}
html[lang=ru] .lkn{
    display: none;
}
html[lang=ru] .wtca{
    display: none;
}
.content_popup{
    width: 350px;
}
.content_popup input[type="text"],
.content_popup input[type="email"],
.content_popup textarea{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 0;
    border: #fea30b solid 1px;
    font-size: 14px;
    color: #000;
    resize: none;
}
.content_popup textarea{
    height: 120px;
    padding: 10px;
}
.form_row{
    margin-top: 10px;
}
.form_row.btn button{
    padding: 12px 30px 12px 30px;
    border: 0;
}
.content_popup h4{
    font-size: 20px;
}
@media all and (max-width: 1100px) {
    header{
        padding: 30px 2% 0; 
    }
    .menu_button{
        margin: -6px 0 0 50px;
    }
    .lang{
        margin-left: 50px;
    }
    .wrapper {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .colum_text {
        width: 430px;
    }
    .about_img{
        width: 500px;
    }
    .about_img img{
        display: block;
        width: 100%;
    }
    .img_sl{
        width: 500px;
        max-width: 500px;
    }
    .img_cont {
        width: 450px;
    }
    .small_slide .slick-slide{
        width: 250px;
        height: 160px;
        max-height: 160px;
    }
    .mm_slide {
        padding: 0 10px;
    }
    .small_slide{
        width: 500px;
        bottom: 20px;
    }
    .sb_cont{
        margin-bottom: 20px;
    }
    .slide_manu .slick-dots {
        bottom: 70px;
        width: 500px;
        left: -474px;
    }
    .slide_manu .next.slick-arrow {
        top: auto;
        left: -65px;
        bottom: 54px;
        z-index: 10;
    }
    .slide_manu .prev.slick-arrow{
        top: auto;
        right: -65px;
        bottom: 54px;
    }
    .slide_manu .prev.slick-arrow {
        top: auto;
        right: auto;
        bottom: 54px;
        left: -455px;
    }
    .about {
        padding: 80px 0;
    }
    .manufacture {
        padding: 80px 0;
    }
    .prod{
        padding: 80px 0;
    }
    .prod_row {
        width: 100%;
    }
    .prod_row {
        width: 96%;
        margin: 50px auto 0;
    }
    .prod_row .prev, .cert_row .prev {
        left: -21px;
    }
    .prod_row .slick-arrow, .cert_row .slick-arrow{
        top: 112px;
    }
    .prod_row .next, .cert_row .next {
        right: -21px;
    }
    .name_prod{
        margin-top: 24px;
    }
    .prod_row .slick-dots, .cert_row .slick-dots{
        bottom: -89px;
    }
    .text_pack {
        width: 370px;
    }
    .img_slide_pack {
        width: 600px;
    }
    .slick-slide img{
        width: 100%;
    }
    .img_slide_pack .slick-dots {
        left: -290px;
        position: absolute;
        bottom: 150px;
    }
    .cert {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .cert_row {
        margin-top: 50px;
    }
    .cont {
        padding: 0 0 80px;
    }
    .map {
        width: 500px;
        height: 550px;
    }
    .contact_info {
        width: 440px;
    }
    .h2 {
        font-size: 55px;
        line-height: 60px;
    }
    .h3 {
        font-size: 50px;
        line-height: 55px;
    }
    .contact_row:first-child .text_cont_row{
        width: 100%;
    }
    .text_cont_row p{
        font-size: 14px;
        line-height: 18px;
    }
    .social_list_c ul li a {
        font-size: 16px;
    }
    .contant_des {
        margin-top: 20px;
    }
    .social_list_c ul li{
        margin-top: 0;
    }
    .social_list_c {
        margin-top: 0;
    }
    .contact_row {
        font-size: 19px;
        margin-top: 15px;
    }
    .contact_button {
        margin-top: 30px;
    }
    .menu_drop{
        width: 100%;
        padding: 0 63px 0;
    }
    .prod_page{
        padding-top: 200px;
    }
    .prod_block{
        padding-top: 50px;
    }
    .prod_block .item {
        width: 31%;
        margin-bottom: 30px;
    }
    .prod_block .item .name_prod {
        margin-top: 10px;
        font-size: 20px;
    }
}
@media all and (max-width: 800px) {
    .logo a span.logo_1,
    .logo_1_black{
        width: 90px;
        height: 67px;
        margin-right: 10px;
    }
    .logo a span.logo_2,
    .drop_menu_header a span.logo_2_black{
        width: 70px;
        height: 26px;
        background-size: cover;
        margin-left: 10px;
    }
    .menu li {
        margin-left: 30px;
    }
    .lang {
        margin-left: 30px;
    }
    .lang_selector_current{
        padding: 12px 25px;
    }
    .menu_button {
        margin: -6px 0 0 30px;
    }
    .h1 {
        font-size: 70px;
        line-height: 80px;
    }
    .des_main{
        margin-top: 20px;
    }
    .btn a {
        padding: 14px 30px 14px 30px;
        font-size: 18px;
        line-height: 26px;
    }
    .open_ss .drop_menu{
        padding-top: 30px;
    }
    .drop_menu_header {
        padding: 0 2% 0;
    }
    .menu_drop{
        padding: 0;
    }
    .content_drop_menu {
        height: calc(100vh - 97px);
    }
    .lang_drop ul li a{
        padding: 10px 25px;
    }
    .lang_drop ul li{
        margin-left: 10px;
    }
    .address_drop{
        margin-right: 22px;
        margin-left: 22px;
    }
    .about_text.colum_text {
        width: 350px;
    }
    .about_img {
        width: 320px;
    }
    .h2 {
        font-size: 45px;
        line-height: 50px;
    }
    .des_colum {
        margin-top: 30px;
        max-width: 614px;
        margin-bottom: 30px;
    }
    .downl_block {
        margin-top: 30px;
    }
    .downl_block a{
        padding: 20px 25px 20px 25px;
    }
    .map_content {
        height: 550px;
    }
    .geo {
        padding-top: 50px;
    }
    .colum_text {
        width: 100%;
    }
    .des_colum{
        max-width: 100%;
    }
    .img_sl {
        width: 395px;
        max-width: 395px;
    }
    .img_cont {
        width: 305px;
        margin-top: -5px;
    }
    .sb_cont {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .sb_desc p{
        font-size: 14px;
        line-height: 22px;
    }
    .small_slide{
        width: calc(100% + 10px);
        right: auto;
        left: -10px;
    }
    .small_slide .slick-arrow{
        display: none;
    }
    .slide_manu .slick-dots {
        bottom: -45px;
        width: 100%;
        left: 0;
    }
    .name_prod {
        margin-top: 15px;
        font-size: 20px;
    }
    .prod_row .slick-arrow, .cert_row .slick-arrow {
        top: 140px;
    }
    .more_p {
        margin-top: 35px;
    }
    .prod_row .slick-dots, .cert_row .slick-dots {
        bottom: -68px;
    }
    .text_pack{
        margin-top: 0;
    }
    .pack_des {
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .text_pack {
        width: 100%;
    }
    .img_slide_pack {
        width: 400px;
        margin: 0 auto;
        padding-bottom: 50px;
    }
    .img_slide_pack .slick-dots {
        left: 0;
        position: absolute;
        bottom: 10px;
        right: 0;
        text-align: center;
    }
    .img_slide_pack .slick-arrow{
        display: none;
    }
    .deliv {
        padding: 0px 0 80px;
    }
    .deliv_text {
        width: 100%;
    }
    .deliv_text .h3 {
        margin: 0 0 30px;
    }
    .contact_block {
        margin-top: 35px;
    }
    .deliv_img {
        width: 80%;
        margin: 50px auto 0;
    }
    .cert {
        padding-top: 80px;
        padding-bottom: 30px;
    }
    .contact_info {
        width: 100%;
        order: -1;
    }
    .map {
        width: 100%;
        height: 400px;
        margin-top: 50px;
    }
    .footer_top .logo_2_black{
        width: 70px;
        height: 26px;
        background-size: cover;
        margin-left: 10px;
    }
    .footer_menu {
        width: 270px;
    }
    .footer_column {
        flex-direction: column;
        align-items: flex-start;
        height: 80px;
        width: 120px;
    }
    .footer_menu ul li a {
        font-size: 16px;
        line-height: 20px;
    }
    .footer_social ul li a {
        font-size: 16px;
        line-height: 20px;
    }
    .footer_social ul{
        height: 80px;
    }
    .footer_lang_switch {
        margin-top: 0;
    }
    .lang_switch_button a {
        font-size: 14px;
        line-height: 24px;
        padding: 6px 20px;
    }
    .menu_drop{
        margin-top: 150px;
    }
    .inform_header .menu,
    .inform_header .lang{
        display: none;
    }
}
@media all and (max-width: 500px) {
    header {
        padding: 30px 18px 0;
    }
    .wrapper{
        padding: 0 18px;
    }
    .menu_button{
        width: 40px;
        height: 40px;
        padding: 12px 12px;
    }
    .h1 {
        font-size: 42px;
        line-height: 49px;
    }
    .bottom_arrow{
        display: none;
    }
    .nav_block .btn.yellow{
        width: 86%;
        margin: 0 auto;
    }
    .nav_block .btn.yellow a{
        width: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 28px;
        padding: 18px 30px;
    }
    .nav_block{
        text-align: center;
    }
    .about {
        padding: 50px 0;
    }
    .downl_block{
        text-align: center;
    }
    .about_img {
        width: 100%;
        margin-top: 50px;
    }
    .h3 {
        font-size: 40px;
        line-height: 45px;
    }
    .map_content {
        height: 250px;
    }
    .jvmap_smart{
        width: 96%;
        height: 100%;
    }
    .geo {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .manufacture {
        padding: 50px 0 60px;
    }
    .img_cont{
        width: 100%;
        order: -1;
        margin-bottom: 30px;
    }
    p {
        font-size: 14px;
        line-height: 22px;
    }
    .downl_block a {
        padding: 18px 25px 18px 25px;
    }
    .sb_cont {
        font-size: 16px;
        line-height: 24px;
    }
    .sb_desc p {
        font-size: 13px;
        line-height: 20px;
    }
    .h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .small_slide .slick-arrow{
        display: none;
    }
    .slide_manu{
        padding-bottom: 105px;
    }
    .small_slide .slick-arrow{
        display: none;
    }
    .small_slide .slick-slide {
        height: 65px;
        max-height: 65px;
    }
    .prod_row .slick-dots li,
    .cert_row .slick-dots li,
    .slide_manu .slick-dots li,
    .img_slide_pack .slick-dots li{
        margin: 0 10px;
    }
    .slide_manu .slick-dots{
        bottom: -45px;
    }
    .small_slide {
        width: calc(100% + 20px);
        right: auto;
        left: -10px;
    }
    .prod {
        padding: 50px 0 60px;
    }
    .prod_row {
        width: calc(100% + 10px);
        margin: 30px auto 0;
        left: -5px;
    }
    .prod_row .prev .icon-arrow-left, .cert_row .prev .icon-arrow-left, .slide_manu .prev .icon-arrow-left, .img_slide_pack .prev .icon-arrow-left{
        width: 20px;
        height: 38px;
    }
    .prod_item a {
        padding: 0;
    }
    .prod_row .slick-arrow, .cert_row .slick-arrow{
        display: none!important;
    }
    .name_prod {
        margin-top: 15px;
        font-size: 20px;
    }
    .more_p{
        text-align: center;
        margin-top: 70px;
    }
    .prod_row .slick-dots, .cert_row .slick-dots {
        bottom: -38px;
        left: 0;
        right: 0;
        text-align: center;
    }
    .img_slide_pack{
        width: 90%;
    }
    .cert_row {
        margin-top: 30px;
    }
    .cert_img {
        max-width: 120px;
    }
    .cert_des {
        margin-left: 20px;
    }
    .cert_name {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .cert {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact_block {
        margin-top: 30px;
    }
    .phone_b{
        width: 100%;
        text-align: center;
    }
    .contact_deliv{
        width: 100%;
        text-align: center;
    }
    .contact_deliv.btn a {
        padding: 15px 40px 15px 40px;
        width: 80%;
        margin-top: 30px;
    }
    .deliv_img {
        width: 100%;
        margin: 50px auto 0;
    }
    .deliv {
        padding: 0px 0 50px;
    }
    .cert_item {
        margin-bottom: 30px;
    }
    .text_cont_row p {
        font-size: 13px;
        line-height: 20px;
    }
    .social_list_c ul li a {
        font-size: 13px;
    }
    .contact_button{
        text-align: center;
    }
    .contact_button a{
        width: 80%;
    }
    .footer_top .logo {
        margin-top: 0;
        width: 100%;
        text-align: center;
    }
    .footer_menu{
        display: none;
        width: 100%;
    }
    .footer_social ul{
        text-align: center;
    }
    .footer_social ul li {
        display: inline-block;
        margin-left: 30px;
    }
    .footer_social ul li:first-child{
        margin-left: 0;
    }
    .footer_social ul li a span {
        margin-right: 5px;
    }
    .footer_social ul {
        text-align: center;
        display: block;
        height: auto;
    }
    .footer_social{
        width: 100%;
        margin: 30px 0;
    }
    .footer_lang_switch {
        margin-top: 0;
        width: 100%;
    }
    .footer_lang_switch ul{
        width: 100%;
    }
    .footer_lang_switch ul li{
        display: inline-block;
        width: 50%;
        text-align: center;
    }
    .footer_bottom .wrapper{
        display: block;
    }
    .footer_bottom .wrapper div{
        text-align: center;
    }
    .footer_top {
        padding-bottom: 25px;
    }
    .menu_drop ul > li {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }
    .menu_drop ul li a{
        font-size: 30px;
        line-height: 50px;
    }
    .lang_drop{
        width: 100%;
    }
    .lang_drop ul li {
        width: 50%;
        margin-left: 0!important;
    }
    .lang_drop ul li a {
        padding: 10px 25px;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    .address_drop {
        margin: 0;
        order: -1;
        margin-bottom: 30px;
    }
    .footer_drop .contact_button {
        margin-top: 30px;
        width: 100%;
    }
    .contact_button a {
        width: 100%;
    }
    .menu_drop {
        margin-top: 100px;
    }
    .footer_drop {
        padding: 50px 0;
    }
    .insert .logo a span.logo_1{
        width: 90px;
        height: 67px;
        margin-right: 10px;
    }
    .insert .logo a span.logo_2{
        width: 70px;
        height: 26px;
        background-size: cover;
        margin-left: 10px;
    }
    .prod_page {
        padding: 130px 0 60px;
    }
    .prod_block .item{
        width: 48%;
        margin-bottom: 20px;
    }
    .prod_block .item .name_prod {
        margin-top: 5px;
        font-size: 16px;
    }
    .prod_item a {
        padding: 0 5px;
    }
    .name_prod {
        margin-top: 5px;
        font-size: 16px;
    }
    .callback_popup{
        padding: 25px;
    }
    .content_popup{
        width: 300px;
    }
    .about_bb{
        display: none;
    }
    .watch_video{
        display: block;
    }
}