/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

@font-face {
	font-family: "Mariupol";
	src: url('../css/fonts/Mariupol-Regular.ttf');
    font-weight: 300;
    font-style: normal; 
}

@font-face {
	font-family: "Mariupol";
	src: url('../css/fonts/Mariupol-Medium.ttf');
    font-weight: 500;
    font-style: normal; 
}

@font-face {
	font-family: "Mariupol";
	src: url('../css/fonts/Mariupol-Bold.ttf');
    font-weight: 600;
    font-style: normal; 
}

body{
    min-height: 100vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
    font-family: "Mariupol", sans-serif;
}

html {
    height: 100%;
    height: -webkit-fill-available;
}

p{
    font-family: "Mariupol", sans-serif!important;
}

.container{
    width: 90%;
    max-width: 1440px;
}

#benefits {
    overflow-x: hidden;
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.ytp-chrome-top .ytp-show-cards-title {
    display: none!important;
}
.hero {
    background: url(../img/background.svg);
    background-size: cover;
    display: flex;
    justify-content: center;
    height: 100%;
    min-height: 100vh;
}

.hero-popup{
    display: none;
}

.block-hero {
    height: 100%;
}

.hero-header {
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}

a.hero-header__links-link {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    border: 4px solid #fff;
    border-radius: 30px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.hero-header__links a {
    margin-left: 25px;
    font-family: "Mariupol", sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-header__links {
    display: flex;
    align-items: center;
}

.hero-header__links-mob{
    display: none;
}

.hero-content {
    height: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-content__col{
    width: 62%;
}

.left{
    text-align: left!important;
}

.right{
    text-align: right!important;
}

.hero-content img {
    width: 38%;
    padding-bottom: 50px;
    height: 100%;
}

.h1 {
    font-size: 62px;
    line-height: 82px;
    color: #fff;
    font-weight: 600;
    font-family: "Mariupol", sans-serif;
    padding-right: 6%;
    margin-bottom: 18px;
    position: relative;
    margin-bottom: 120px;
    box-sizing: border-box;
}

.main-button {
    height: 85px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFB71B;
    padding: 0 37px;
    border-radius: 50px;
    border: 2px solid black;
    margin-top: 18px;
    font-size: 34px;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
}

.main-button__hr-mob{
    display: none;
}

.button-icon {
    content: url(../img/cats/Tel.svg);
    width: 22px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
    right: -5px;
}

.main-button_tg{
    background-image: url('../img/cats/Tel.svg');
}

.main-button a {
    color: #000;
    font-size: 34px;
    text-decoration: none;
    font-weight: 600;
    font-family: "Mariupol", sans-serif;
}

.hero-content__col-cat__mob{
    display: none;
}

.h1-mobile{
    display: none;
    position: relative;
}

.hero-content__col-rotate {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0;
}

.hero-content__col-rotate__mob {
    display: none;
}

.hero-content__col-rotate a, .hero-content__col-rotate__mob a {
    background: #E5032F;
    color: #fff;
    font-family: "Mariupol", sans-serif;
    font-weight: 600;
    font-size: 34px!important;
    line-height: 34px!important;
    border-radius: 45px!important;
    padding: 18px 37px!important;
    transform: rotate(-6deg);
    margin-right: 30px;
    margin-top: 15px;
}

.gray-block {
    height: 100%;
    background: rgb(244, 244, 244);
    display: flex;
    justify-content: center;
}

.mission-block__img-mob{
    display: none;
}

.block__content{
    padding: 85px 0;
    position: relative;
}

.h2-black{
    font-size: 38px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 70px;
}

.manager-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
}

.manager-items__item {
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    border: 2px solid #000;
    border-radius: 25px;
    background: #fff;
}

.manager-items__item img {
    margin-bottom: 22px;
    height: 170px;
}

.manager-items__item-heading{
    color: #000;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 23px;
}

.manager-items__item-description {
    color: #0A0A0A;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    padding: 0 15px;
}

.white-pattern__block{
    height: 100%;
    background: url('../img/cats/white-bg-pattern.svg');
    display: flex;
    justify-content: center;
    background-size: cover;
}

.gray-pattern__block{
    height: 100%;
    background: url('../img/cats/gray-pattern.svg');
    display: flex;
    justify-content: center;
    background-size: cover;
}

.blue-pattern__block{
    height: 100%;
    background: url('../img/cats/blue-bg.svg');
    display: flex;
    justify-content: center;
    background-size: cover;
}

.benefits-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 22px;
}

.benefits-items__item {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 38px 20px;
    border-radius: 10px;
    border: 5px solid #F4F4F4;
    background: #fff;
    justify-content: flex-start;
    text-align: center;
}

.benefits-items__item img {
    margin-bottom: 37px;
    height: 100px;
}

.benefits-items__item-heading {
    color: #101820;
    text-align: center;
   
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
}

.blue-block{
    height: 100%;
    background:#51A9E0;
    display: flex;
    justify-content: center;
}

.h2-white{
    font-size: 38px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 70px;
    color: #fff;
}

.h2-white-nomr{
    font-size: 38px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.career-items__item-content-heading {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.career-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 50px;
    margin-top: -50px;
}

.career-items__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: fit-content;
}

.career-items__item-content-description {
    color: #FFF;
   
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
}

.career-items__item-content {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 250px;
    text-align: center;
}

.career-items__item img {
    position: relative;
    z-index: 2;
    max-height: 230px;
}

.career-items__item-content img {
    position: absolute;
    z-index: 0;
}

.career-items__item-content-heading {
    color: #FFF;
   
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.career-items__item-content-description {
    color: #FFF;
   
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    position: relative;
    z-index: 1;
}

.career-items__item.career-items__item2 {
    padding-top: 70px;
}

.career-items__item.career-items__item1 {
    padding-top: 130px;
}

.lapki-bg{
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.block__content-time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.time-block {
    margin-bottom: 29px;
}

.time-block__last-child {
    margin-bottom: 0;
}

.block__content-time .h2-black {
    padding: 0;
    line-height: 60px;
}

.time-block__p {
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-top: 70px;
}

.time-col__mob{
    display: none;
}

.white-block{
    height: 100%;
    background:#fff;
    display: flex;
    justify-content: center;
}

.gray-block{
    height: 100%;
    background: #F4F4F4;
    display: flex;
    justify-content: center;
}

.why-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.h2-why{
    font-size: 38px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 57px;
}

.block__content-why__col-list__item img {
    margin-right: 17px;
}

.block__content-why__col-list__item {
    display: flex;
    margin-bottom: 17px;
}

.block__content-why__col-list__item p {
    font-size: 24px;
    font-weight: 300;
}

.why-block__img-mobile{
    display: none;
}

.block__content-why__col-list {
    margin-bottom: 61px;
}

.block__content-why__col-list {
    margin-bottom: 61px;
}

#besocial {
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.besocial-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 117px 0;
}

.block__content.besocial-block img {
    width: 100%;
    max-width: 400px;
}

.besocial-block__col {
    background: #51A9E0;
    padding: 57px 50px;
    border-radius: 13px;
    border: 5px solid #79C0ED;
    width: 50%;
    max-width: 610px;
}

.besocial-block__col h2 {
    color: #FFF;
   
    font-size: 38px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 42px;
}

.besocial-block__col p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

.mission-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mission-block__col {
    margin-right: 10%;
}

.mission-block__img-mobile{
    display: none;
}

.why-block__main-img {
    width: auto;
    height: 100%;
}

.col-time__col-heading {
    color: #FFB71B!important;
    font-family: Mariupol!important;
    font-size: 56px!important;
    font-style: normal;
    font-weight: 700!important;
    line-height: 72px;
    margin-bottom: 15px!important;
}

.mission-block__col h2 {
    color: #000;
   
    font-size: 38px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 21px;
}

.mission-block__col p {
    color: #000;
    font-size: 21.938px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

.content-cols {
    margin-top: 80px;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 70px;
}

.content-cols .cols-p {
    color: #000;
   
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cols-p p {
    margin-bottom: 80px;
}

.cols-p__mobile{
    display: none;
}

.col-time__col-p {
    margin-bottom: 0!important;
}

.video-block__items{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    aspect-ratio: 16/9;
}

.video-block__items iframe {
    border-radius: 25px;
}
.video-block__items-item{
    border-radius: 25px;
}
.video-block__p {
    color: #000;
    text-align: center;
   
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-top: 70px;
}
.video-block__p a {
    color: #000;
    text-decoration: none;
}
.presents-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
}

.present-items__item {
    display: flex;
    background-color: #fff;
    padding: 30px;
    border-radius: 25px;
    aspect-ratio: 1/1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.present-items__item p {
    color: #101820;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.present-items__item img {
    width: 100%;
    height: auto;
}

.just-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.just-form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
}

.just-form input {
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    padding: 20px;
    border: 2px solid #ffb71b;
    border-radius: 25px;
    font-size: 17px;
    color: #000!important;
    font-weight: 600;
    margin-bottom: 20px;
}

.just-form input::placeholder {
    color: #000;
} 

.just-form p {
    font-size: 23px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    line-height: 40px;
}

.just-form button{
    font-family: 'Mariupol', sans-serif;  
    font-size: 23px;
    font-weight: 700;
    width: 100%;
    max-width: 400px;
    padding: 20px 15px;
    background: #ffb71b;
    box-sizing: border-box;
    border-radius: 25px;
    border: 2px solid black;
    margin-top: 15px;
    cursor: pointer;
    color: #000!important;
}

.just-img{
    margin-bottom: 63px;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #101820;
    height: 61px;
}

.footer-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-inner__links {
    display: flex;
}

.footer-inner__links-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 50px;
}

.footer-inner__links-link p {
    color: #fff;
    margin-right: 20px;
}

.footer-inner__links-link a img {
    height: 30px;
}

.mission-block__main-img{
    width: 30%;
}

.present-items__item__subitems {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    margin-top: 30px;
    width: 100%;
}

.present-items__item__subitems img {
    width: 100%;
    border-radius: 25px;
    cursor: pointer;
}

.popup-slider {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}
  
.slider-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
  
.popup-slider img {
    max-width: 80%;
    max-height: 80%;
    border-radius: 25px;
}
  
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}
  
.prev, .next {
    position: absolute;
    top: 50%;
    font-size: 25px;
    color: white;
    cursor: pointer;
}
  
.prev {
    left: 15px;
}
  
.next {
    right: 15px;
}

.input-error{
    border:2px solid red!important;
}

@media (min-width:992px) and (max-width:1200px){
    .benefits-items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
}

@media screen and (max-width:992px){
    .h1-mobile{
        display: block;
        font-size: 45px;
        line-height: 52px;
        color: #fff;
        font-weight: 600;
        font-family: "Mariupol", sans-serif;
        margin-bottom: 18px;
        text-align: center;
    }
    .h1{
        display: none!important;
    }
    .hero-content__col-cat {
        display: none;
    }
    .hero-content__col {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    h2 {
        margin-bottom: 30px!important;
        font-size: 30px!important;
    }
    p{
        line-height: 28px!important;
    }

    .hero-header {
        height: 15%;
    }

    .hero-content {
        height: 85%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-content__col {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 40px;
        align-content: center;
    }

    .hero-content__col-rotate__mob {
        display: flex;
        width: 100%;
    }

    .hero-content__col-rotate a, .hero-content__col-rotate__mob a {
        background: #E5032F;
        color: #fff;
        font-family: "Mariupol", sans-serif;
        font-weight: 600;
        font-size: 21px!important;
        line-height: 34px!important;
        border-radius: 45px!important;
        padding: 17px 30px!important;
        transform: rotate(-6deg);
        margin-right: 30px;
        margin-top: 15px;
    }

    .hero-content__col-cat__mob {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-button {
        height: 85px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #FFB71B;
        padding: 0 37px;
        border-radius: 50px;
        border: 2px solid black;
        margin-top: 18px;
        font-size: 21px;
        color: #000;
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        box-sizing: border-box;
    }

    .hero-content__col-cat {
        display: none;
    }

    .mission-block__main-img{
        display: none!important;
    }

    .manager-items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
    .benefits-items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 22px;
        grid-row-gap: 30px;
    }
    .benefits-items__item-heading {
        font-size: 17px;
    }
    .block__content {
        padding: 40px 0;
    }

    .block__content.besocial-block {
        display: flex;
        flex-direction: column;
    }
    .besocial-block__col {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
    }
    .besocial-block__col {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
        padding: 30px;
    }
    .block__content.besocial-block img {
        margin-bottom: 30px;
        width: 50%;
    }
    .block__content.mission-block img {
        width: 30%;
        display: flex;
        margin-top: 30px;
    }

    .presents-items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
    .present-items__item img {
        width: 70%;
    }
    .content-cols {
        display: flex;
        flex-direction: column;
        margin-bottom: 0!important;
        margin-top: 30px!important;
    }
    .mission-block__col {
        margin-right: 0!important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .col-time__col{
        display: none!important;
    }
    .cols-p p {
        margin-bottom: 30px!important;
        text-align: center;
    }
    .career-items__item img {
        position: relative;
        z-index: 2;
        width: 100%;
        max-height: 180px;
    }
    .career-items {
        grid-column-gap: 15px;
    }
    .career-items__item-content img {
        position: absolute;
        z-index: 0;
    }
    .h2-white-nomr{
        margin-bottom: 0!important;
    }
}

@media screen and (max-width:767px){
    .hero {
        background: url('../img/bg-mob-hero.svg');
        background-size: cover;
    }
    .hero-content img {
        padding-bottom: 0!important;
    }
    .hidden{
        overflow: hidden;
    }
    .hero-popup {
        width: 100%;
        height: -webkit-fill-available!important;
        position: fixed;
        overflow-x: hidden;
        overflow-y: hidden;
        z-index: 99;
        background: url('../img/bg-mob-hero.svg');
        background-size: cover;
    }
    .hero-popup{
        height: -webkit-fill-available!important;
    }
    .hero-popup.open{
        display: flex;
        justify-content: center;
    }
    .hero-popup.open .popup-btn .popup-btn__line:nth-child(even){
        display: none;
    }
    .hero-popup.open .popup-btn .popup-btn__line:nth-child(1) {
        transform: rotateZ(45deg);
        position: relative;
        bottom: -8px;
    }
    .hero-popup.open .popup-btn .popup-btn__line:nth-child(3) {
        transform: rotateZ(-45deg);
        position: relative;
        bottom: 8px;
    }
    .hero-popup-content__col {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }
    .hero-popup-content__col-links {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .hero-popup__content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .hero-popup__content .main-button {
        margin-bottom: 50px;
    }
    .hero-popup-content__col-links a {
        color: #FFF;
        text-align: center;
        font-family: Mariupol;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 30px;
        text-decoration: none;
    }
    .hero-popup-content__col-links {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .hero-popup__content .hero-content {
        height: auto;
        padding: 30px 0;
        box-sizing: border-box;
    }
    .blue-pattern__block{
        background: url('../img/bg-mob-hero.svg');
        background-size: cover;
        background-repeat: no-repeat;
    }
    .white-pattern__block{
        height: 100%;
        background: url('../img/cats/white-pattern-mob.svg');
        display: flex;
        justify-content: center;
        background-size: cover;
    }
    .gray-pattern__block{
        background: url('../img/cats/white-bg-pattern-mob.svg');
        background-size: cover;
        background-repeat: no-repeat;
    }
    .h2-black {
        line-height: 40px!important;
        margin-bottom: 30px!important;
    }
    .hero{
        height: 100%;
        min-height: -webkit-fill-available;
    }
    .hero-header {
        height: 100px;
    }
    .hero-header img {
        height: 40px;
    }
    .hero-content__col-cat{
        display: none;
    }
    .hero-content {
        height: calc(100% - 100px);
        padding: 30px 0;
        box-sizing: border-box;
    }
    .hero-content__col {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    } 
    .hero-content__col-rotate__mob {
        display: flex;
        justify-content: flex-start;
        width: 100%;
    }
    .hero-content__col-rotate__mob a {
        background: #E5032F;
        color: #fff;
        font-family: "Mariupol", sans-serif;
        font-weight: 600;
        font-size: 21px!important;
        line-height: 18px!important;
        border-radius: 45px!important;
        padding: 17px 30px!important;
        transform: rotate(-6deg);
        margin-right: 30px;
        margin-top: 15px;
    }
    .h1 {
        display: none;
        text-align: center;
        padding: 0;
    }
    h2{
        font-size: 23px!important;
    }
    .h1-mobile{
        display: block;
        font-size: 45px;
        line-height: 52px;
        color: #fff;
        font-weight: 600;
        font-family: "Mariupol", sans-serif;
        margin-bottom: 18px;
        text-align: center;
    }
    .hero-header__links{
        display: none;
    }
    .hero-content__col-cat__mob{
        display: flex;
    }
    .hero-content img {
        width: 65%;
        margin-left: 35%;
        box-sizing: border-box;
    }
    .main-button {
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        font-size: 21px!important;
        padding: 18px 0;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .manager-items {
        grid-template-columns: 1fr;
        margin-top: 146px;
    }
    .manager-items__item {
        position: relative;
        margin-bottom: 120px;
    }
    .manager-items__item:last-child{
        margin-bottom: 0!important;
    }
    .manager-items__item img {
        margin-bottom: 22px;
        position: absolute;
        right: 0;
        top: -142px;
        height: 175px;
    }
    .manager-items__img-left {
        margin-bottom: 22px;
        position: absolute;
        left: 0!important;
        top: -142px;
    }

    .benefits-items {
        display: flex;
        grid-template-columns: 1fr;
        flex-direction: column;
        justify-content: flex-start;
        grid-row-gap: 0;
    }

    .video-block__items iframe {
        border-radius: 25px;
        aspect-ratio: 16/9;
    }
    .video-block__items {
        grid-template-columns: 1fr;
    }

    .video-block__p a {
        color: #000;
        text-decoration: none;
        font-size: 17px;
    }

    .career-items {
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: -20px;
        margin-top: 0;
    }

    .why-block{
        display: flex;
        flex-direction: column;
    }
    .why-block__main-img{
        display: none;
    }

    .mission-block__main-img{
        display: none!important;
    }

    .presents-items {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .footer-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .footer{
        height: auto;
        padding: 30px 0;
    }
    .footer-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .footer-logo{
        width: 150px;
        margin-bottom: 20px;
    }
    
    .footer-inner__links {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .footer-inner__links-link {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
        margin-bottom: 15px;
        width: 100%;
        font-size: 22px;
        font-weight: 300;
    }

    .footer-inner__links-link:last-child{
        margin-bottom: 0;
    }

    .footer-inner__links-link p {
        color: #fff;
        margin-right: 20px;
        font-size: 17px;
    }

    .content-cols {
        display: flex;
        flex-direction: column;
        margin-bottom: 0!important;
        margin-top: 30px;
    }

    .content-cols .cols-p:last-child p{
        margin-bottom: 0!important;
    }

    .cols-p__mobile{
        display: block;
    }

    .cols-p__desc{
        display: none;
    }

    .col-time__col{
        display: none!important;
    }

    .benefits-items__item {
        display: flex;
        flex-direction: row-reverse;
        position: relative;
        justify-content: flex-end;
        padding: 20px 20px;
        padding-right: 60px;
        margin-bottom: 15px;
        font-size: 17px;
    }
    .benefits-items__item img {
        position: absolute;
        margin: 0;
        right: -21px;
        max-width: 75px;
    }
    .benefits-items__item-heading {
        text-align: left;
        font-size: 17px!important;
    }
    
    .just-img {
        max-width: 450px;
        margin-bottom: 20px;
        width: 100%;
    }

    .manager-items__item-heading {
        color: #000;
        text-align: center;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .manager-items__item-description {
        color: #0A0A0A;
        text-align: center;
        font-size: 17px;
    }

    .time-block__p {
        font-size: 17px;
        margin-top: 20px;
        text-align: center;
    }

    .time-col__mob {
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin-top: 30px;
    }

    .time-col__mob .col-time__col {
        display: flex!important;
        flex-direction: column;
        align-items: center;
    }

    .time-col__mob .col-time__col-heading {
        font-size: 35px!important;
    }
    
    .col-time__col-p{
        line-height: 17px!important;
    }

    .block__content-time .h2-black {
        font-size: 23px!important;
        width: 100%;
    }

    .block__content-why__col {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    .block__content-why__col-list {
        margin-bottom: 0px;
        width: 100%;
    }

    .block__content-why__col-list__item p {
        font-size: 17px;
        font-weight: 300;
    }

    .block__content-why__col {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        width: 100%;
    }

    .besocial-block__col {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
        padding: 30px 20px 30px 30px;
    }

    .besocial-block__col p {
        color: #FFF;
        font-size: 17px;
    }

    .besocial-block__col h2 {
        font-size: 38px;
        line-height: 35px;
    }

    .just-block .main-button {
        padding: 18px 30px;
        justify-content: space-between;
        flex-direction: row;
        text-align: left;
    }

    .mission-block__col {
        margin-right: 0;
    }

    .mission-block__col {
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .mission-block__col p {
        font-size: 17px;
        margin-bottom: 30px;
    }

    .mission-block__col h2{
        margin-bottom: 10px!important;
        line-height: 20px;
    }

    .mission-block__img-mob{
        width: 50%!important;
        display: flex!important;
    }

    .present-items__item {
        padding: 0;
        aspect-ratio: 1/1;
    }

    .present-items__item img {
        width: 70%;
    }

    .present-items__item p {
        font-size: 17px;
        font-weight: 300;
    }

    .why-block__img-mobile {
        display: flex!important;
        width: 60%;
        margin-bottom: 30px;
    }

    .career-items__item-content {
        position: relative;
        display: flex;
        align-items: center;
    }

    .career-items__item-content img {
        width: 224px!important;
        position: absolute;
        max-height: none;
        display: block!important;
    }

    .career-items__item.career-items__item1 p {
        text-align: right!important;
        width: 100%;
    }

    .career-items__item.career-items__item3 p {
        text-align: right!important;
        width: 100%;
    }

    .career-items__item img {
        width: 45%;
    }

    .career-items__item-content p {
        font-size: 17px;
        margin-bottom: 0;
    }

    .career-items__item.career-items__item1 {
        padding-top: 0;
        display: flex;
        flex-direction: row-reverse;
    }

    .career-items__item.career-items__item2 {
        display: flex;
        flex-direction: row;
    }

    .career-items__item.career-items__item3 {
        display: flex;
        flex-direction: row-reverse;
    }

    .lapki-bg {
        display: none;
    }

    .career-items__item {
        margin-bottom: 50px!important;
        padding-top: 0!important;
    }

    .career-items__item-content {
        margin-bottom: 0;
    }

    .career-items__item.career-items__item2 p {
        text-align: left!important;
        width: 100%;
    }

    .career-items__item-content{
        height: auto;
    }

    .h2-white-nomr {
        margin-bottom: 30px!important;
    }

    .hero-header__links-mob {
        display: flex;
        align-items: center;
    }

    .hero-header__links-mob img {
        width: 22px;
    }

    .hero-header__links-mob a {
        margin-right: 20px;
    }

    .popup-btn{
        height: 18px;
        width: 23px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 3px;
    }

    .popup-btn__line {
        width: 100%;
        height: 2px;
        background: #ffb71b;
    }

    .block__content.block__content-margin {
        overflow: hidden;
    }

    .main-button__hr{
        display: none;
    }

    .main-button__hr-mob {
        height: auto;
        width: fit-content;
        align-items: center;
        justify-content: center;
        background-color: #FFB71B;
        padding: 18px 37px;
        border-radius: 50px;
        border: 2px solid black;
        font-size: 22px;
        color: #000;
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        display: block;
        box-sizing: border-box;
        width: 100%;
    }

    .present-items__item__subitems {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 15px;
        margin-top: 15px;
        width: 100%;
    }

    .block__content-time .time-block__p {
        margin-top: 30px!important;
    }

    .block__content-why__col-list__item img {
        margin-right: 17px;
        height: 17px;
        margin-top: 5px;
    }

    #besocial {
        height: 100%!important;
        min-height: auto;
    }
}

@media screen and (max-width:480px){
.hero {
    height: -webkit-fill-available;
    min-height: -webkit-fill-available;
}
}

@media screen and (max-width:420px){
    .block__content-time img {
        width: 100%;
    }
}