﻿@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700;800&display=swap');


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary, time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section{ display:block; }

body{ min-width:1000px; overflow-x:hidden; font:13px/1.231 'Rubik'; *font-size:small; font-weight:400; }

*{ outline:0 none }

*{ -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }

::-moz-selection{ background:#434173; color:#fff; text-shadow:none; }

::selection{ background:#434173; color:#fff; text-shadow:none; }

strong{font-weight:700;}

hr{ background-color:transparent; border:0;}

.desktop-only{display: inline-block;}
.mobile-only{display: none;}


.article-page{
    position: relative;
}

/*********************************************/
body{
    background-color:#0d0a0a;
}

.grid{
    position: relative;
    font-size: 0;
    line-height: 0;
    width: 1280px;
    margin: 0 auto;
}

/*********************************************/

header{
    position: relative;
    z-index: 1;    
    background: rgba(255,255,255,0);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(1,1,1,0.45702030812324934) 34%, rgba(1,1,1,0.7651435574229692) 66%, rgba(1,1,1,0.8911939775910365) 100%);

}

header .grid{
    width: calc(100% - 120px);
    height: 200px;
    padding: 60px 0 0 0;
}

/************/

header .lang-swicher{
    text-align: right;
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}

[dir="ltr"] header .lang-swicher{
    text-align: left;
}

header .lang-swicher ul li{
    display: inline-block;
    padding: 3px 11px 0;
}

header .lang-swicher ul li:nth-child(1){
    border-left: 3px solid #fff;
}

[dir="ltr"] header .lang-swicher ul li:nth-child(1){
    border-left: 0;
    border-right: 3px solid #fff;
}


header .lang-swicher ul li a{
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}

header .lang-swicher ul li a:hover{
    text-decoration: underline;
}

/************/

.main-menu{
    text-align: center;
    width: 40%;
    display: inline-block;
    vertical-align: middle;
}

.main-menu ul li{
    display: inline-block;
    margin: 0 11px;
}

.main-menu ul li a{
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}

.main-menu ul li a.he{
    font-size: 20px;
}

.main-menu ul li a.active, 
.main-menu ul li a:hover{
    text-decoration: underline;
}

/************/

header .logo{
    text-align: left;
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}

[dir="ltr"] header .logo{
    text-align: right;
}

header .logo img{
    width: 348px;
}

/*********************************************/

.banner{
    position: relative;
    z-index: 0;
    margin: -200px 0 0 0;    
}

.banner img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

/*********************************************/

.about{
    zoom:0.8
}

.about .grid{
    padding: 240px 0 210px 0;
    border-bottom: 1px solid #ed1c24;
}

.about .grid::after{
    content:'';
    
    position: absolute;
    left: 20px;
    bottom: -35px;
    display: inline-block;
    vertical-align: top;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #ed1c24;
    -webkit-animation: point-animation10 10s infinite;
    animation: point-animation10 10s infinite;
}


@keyframes point-animation10{
	0%{
        left: 1000px;
	}
	20%{
		left:700px;
	}
	60%{
		left:900px;
	}
	80%{
		left:150px;
	}
	100%{
		left:1000px;
	}
}

/************/

.about .text {
    text-align: right;
    width: 650px;
    display: inline-block;
    vertical-align: middle;
    margin: -54px 0 0 80px;
}

[dir="ltr"] .about .text{
    line-height: 1.3;
    text-align: left;
    margin: -54px 80px 0 0;
}

.about .text h1{
    color: #ffffff;
    font-size: 95px;
    font-weight: 400;
    line-height: 1;
}

[dir="ltr"] .about .text h1{
    line-height: 1.3;
}

.about .text h1 span{
    color: #ed1c24;
    font-weight: 800;

    display: inline-block;
    position: relative;
    top: -18px;
}

.about .text p{
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.37;
    text-align: justify;
    margin: 0 0 23px 0;
}

.about .text .logo{
    position: relative;
    width: 100%;
    padding: 0;
}

.about .text .logo iframe{
	width: 100%;
    height: 435px;
}

.about .text .logo > img{
    width: 100%;
}

.about .text .logo .social-media{
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.about .text .logo .social-media img{
    height: 27px;
    margin: 0 12px 0 0;
}

/************/

.about figure {
    position: relative;
    width: 550px;
    display: inline-block;
    vertical-align: middle;
}

.about figure::before{
    content:'';
    
    position: absolute;
    left: 0;
    top: 600px;
    display: inline-block;
    vertical-align: top;
    width: 310px;
    height: 1px;
    background-color: #ed1c24;
}

.about figure::after{
    content:'';
    
    position: absolute;
    left: 20px;
    top: 565px;
    display: inline-block;
    vertical-align: top;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #ed1c24;
    -webkit-animation: point-animation 10s infinite;
    animation: point-animation 10s infinite;
}


@keyframes point-animation{
	0%{
        left: 200px;
	}
	20%{
		left:70px;
	}
	60%{
		left:120px;
	}
	80%{
		left:20px;
	}
	100%{
		left:200px;
	}
}

.about figure img{
    width: 100%;
}

/*********************************************/

.company .grid{
    padding: 210px 0 210px 0;
}

.company h2{
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 0 0 45px 0;
}

.company .item{
    color: #fff;
    position: relative;
    width: calc(25% - 15px);
    height: 600px;
    display: inline-block;
    vertical-align: top;
    margin-left:20px;
    background-color: #ed1c24;
}

[dir="ltr"] .company .item{
    margin-left:0;
    margin-right:20px;
}

.company .item:nth-child(3){
    margin-top: 225px;
}

.company .item:nth-child(4){
    margin-top: 112px;
}

.company .item:nth-child(5){
    margin-top: 337px;
}


.company .item:last-child{
    margin-left: 0;
}
[dir="ltr"] .company .item:last-child{
    margin-left:0;
    margin-right:0;
}

.company .item > a{
    display: inline-block;
    width: 100%;
}

.company .item > a img{
    width: 100%;
    margin: 0 0 48px 0;
}

.company .item h3{
    font-size: 29px;
    font-weight: 700;
    line-height: 1;

    position: relative;
    width: 100%;
    padding: 0 48px;
    margin: 0 0 22px 0;
}

.company .item h3:before{
    content:'';
    
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    vertical-align: top;
    width: 27px;
    height: 20px;
    background-color: #ffffff;
}
[dir="ltr"] .company .item h3:before{
    right: unset;
    left: 0;
}

.company .item p{
    font-size: 26px;
    font-weight: 400;
    line-height: 1;

    width: 100%;
    padding: 0 48px;
}

.company .item .social-media{
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.company .item .social-media img{
    height: 27px;
    margin: 0 12px 0 0;
}

/*********************************************/

footer{
    text-align: center;
}

footer img{
    width: 225px;
    margin: 0 0 40px 0;
}

.main-menu.mobile{
    display: none;
}

.footer-text{
    font-size: 18px;
    color: #fff;
    padding: 20px 0;
    border-top: 1px solid #fff;
}

.footer-text a{
    color: #fff;
}

@media only screen and (max-width :1400px){
    body {
        zoom: 0.8;
    }

    .banner{
        zoom: 1.35;
    }
}


@media only screen and (max-width :1000px){
    body {
        zoom: 1;
        min-width: 300px;
    }

    .grid{
        width: calc(100% - 60px);
    }

    /*********************************************/

    header{
        background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(1,1,1,0.45702030812324934) 15%, rgba(1,1,1,0.7651435574229692) 30%, rgba(1,1,1,1) 50%);
    }

    header .grid{
        width: calc(100% - 60px);
        height: 140px;
        padding: 20px 0 0 0;
    }

    /************/

    header .lang-swicher{
        width: 100%;
    }

    header .lang-swicher ul li a{
        font-size: 18px;
    }
    /************/

    header .main-menu{
        display: none;
    }
    
    .main-menu.mobile{
        display: inline-block;
        width: 100%;
        padding: 20px 0;
        background-color: #ed1c24;
    }
    
    .main-menu ul li{
        margin: 0 5px;
    }
    
    .main-menu ul li a{
        font-size: 16px;
    }
    
    .main-menu ul li a.he{
        font-size: 18px;
    }
    
    .main-menu ul li a.active, 
    .main-menu ul li a:hover{
        text-decoration: underline;
    }
    /************/

    header .logo{
        text-align: center;
        width: 100%;
    }

    [dir="ltr"] header .logo{
        text-align: center;
    }[dir="ltr"].company .item {
        width: 100%;
        height: 146vw;
    }
    

    header .logo img{
        width: 60%;
        margin: 30px 0 0 0;
    }

    /*********************************************/

    .banner{
        margin:-50px 0 0 0;    
    }

    .banner img{
        height: auto;
    }

    /*********************************************/


    .about .grid{
        padding: 80px 0 80px 0;
        border-bottom: 0;
    }

    .about .grid::after{
        display: none;
    }

    /************/

    .about .text {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .about .text h1{
        font-size: 45px;
    }

    .about .text h1 span{
        top: -9px;
    }

    .about .text p{
        font-size: 20px;
    }

    .about .text .logo{
        padding: 0;
    }

    .about .text .logo iframe{
        height: 300px;
    }

    .about .text .logo .social-media{
        position: absolute;
        bottom: 20px;
        left: 20px;
    }

    .about .text .logo .social-media img{
        height: 20px;
    }

    /************/

    .about figure {
        width: 100%;
    }

    .about figure::before{
        top: 90vw;
        width: 260px;
        height: 1px;
        background-color: #ed1c24;
    }

    .about figure::after{
        top: calc(90vw - 25px);
        width: 50px;
        height: 50px;
    }

    /*********************************************/

    .company .grid{
        padding: 80px 0 80px 0;
    }

    .company h2{
        margin: 0 0 45px 0;
    }

    .company .item{
        width: 100%;
        height: 136vw;
    }

    .company .item:nth-child(3){
        margin-top: 30px;
    }

    .company .item:nth-child(4){
        margin-top: 30px;
    }

    .company .item:nth-child(5){
        margin-top: 30px;
    }

    .company .item:last-child{
        margin-top: 30px;
    }

    .company .item > img{
        width: 100%;
        margin: 0 0 48px 0;
    }

    .company .item h3{
        padding: 0 40px;
    }

    .company .item h3:before{
        width: 20px;
        height: 20px;
    }

    .company .item p{
        font-size: 22px;
        line-height: 1.3;
        padding: 0 40px;
    }

    .company .item .social-media{
        bottom: 20px;
        left: 20px;
    }

    .company .item .social-media img{
        height: 26px;
    }

    /*********************************************/

    footer{
        text-align: center;
    }

    footer img{
        width: 225px;
        margin: 0 0 40px 0;
    }
}