.header {
margin-top: 100px;
& .coursesSlider {
display: none;
}
& .wrapper {
display: flex;
gap: 2vw;
position: relative;
}
& .headerBlockLeft {
width: 44.33vw;
height: 27.58vw;
position: relative;
background-image: url(/main/link-ret.png);
background-repeat: no-repeat;
background-size: contain;
display: flex;
align-items: flex-end;
& .LeftTop {
display: flex;
position: absolute;
width: 22.42vw;
height: 15.08vw;
top: 0;
left: 0;
background-image: url(https://i.imgur.com/XxICmmo.png);
background-size: contain;
background-repeat: no-repeat;
flex-direction: column;
justify-content: flex-end;
padding-left: 25px;
padding-bottom: 25px;
& .LeftTopSpan {
margin-top: 25px;
color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 100% */
}
& .LeftTopLanguages {
margin-top: 20px;
display: flex;
gap: 5px;
& .LeftTopLanguage {
border-radius: 30px;
border: 1px solid #FFF;
padding: 7px 23px 7px 23px;
color: #FFF;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 133.333% */
}
}
}
& .LeftBottom {
height: 11.42vw;
width: 100%;
display: flex;
align-items: center;
padding-left: 3.08vw;
position: relative;
& .LeftBottomSvg {
position: absolute;
left: 25px;
top: 25px;
}
& .LeftBottomTitle {
color: #FFF;
font-size: 48px;
font-style: normal;
font-weight: 400;
& .LeftBottomTitleSpan {
font-size: 16px;
}
}
}
}
& .headerBlockRight {
width: calc(100% - 44.33vw - 2vw);
height: 27.58vw;
background-image: url(/main/header-right.webp);
background-size: contain;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-end;
padding-right: 35px;
padding-bottom: 28px;
gap: 65px;
& .BlockRightButtons {
display: flex;
flex-direction: column;
gap: 5px;
& .BlockRightButtonsButton {
background-color: transparent;
border-radius: 30px;
border: 1px solid #FFF;
padding: 10px 23px 10px 23px;
color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 100% */
}
}
}
@media screen and (max-width: 700px) {
& .headerBlockLeft, & .headerBlockRight {
display: none !important;
}
& .coursesSlider {
display: block;
height: 100%;
padding: 0 20px;
& .swiper-wrapper {
}
& .swiper-slide {
width: 89.75vw !important;
}
}
}
}
.main {
min-height: 101vh;
margin-top: 9.58vw;
& .professional-level {
margin-top: 90px;
}
}