* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.layers {
    perspective: 870px;
    overflow: hidden;
}

.layers__container {
    height: 100vh;
    min-height: 500px;
    transform-style: preserve-3d;
    transform: rotateX(var(--move-y)) rotateY(var(--move-x));
    will-change: transform;
    transition: transform var(--transition);
}

.layers__item {
    position: absolute;
    inset: -5vw;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layer-1 {
    transform: translateZ(-55px) scale(1.06);
}

.layer-2 {
    transform: translateZ(80px) scale(.88);
}

.layer-3 {
    transform: translateZ(180px) scale(.8);
    justify-content: end;
    right: 4.5%;
    top: 40px;
}

.layer-4 {
    transform: translateZ(190px) scale(.9);
}

.layer-5 {
    transform: translateZ(300px) scale(.9);
}

.layer-6 {
    transform: translateZ(380px);
}

.hero-content {
    font-size: calc(var(--index) * 2.9);
    text-align: right;
    letter-spacing: calc(var(--index) * -.15);
    line-height: 1.35em;
}

.hero-content .dlya_h1 {
    font-size: 43px;
    line-height: 1em;
    font-weight: 600;
    text-shadow: #000 1px 0 2px;
    font-family: inter;
    color: #fff;
}

.hero-content span {
    display: block;
}

.hero-content__p {
    text-transform: none;
    font-family: inter;
    letter-spacing: normal;
    font-size: calc(var(--index) * .6);
    line-height: 28px;
    margin-top: 20px;
    color: #fff;
}

.button-start {
    font-family: inter;
    font-weight: 600;
    text-transform: uppercase;
    font-size: calc(var(--index) * .5);
    letter-spacing: -.02vw;
    padding: 10px 30px;
    background-color: transparent;
    color: #f4e7d8;
    border-radius: 10em;
    border: #f4e7d8 3px solid;
    outline: none;
    cursor: pointer;
    margin-top: 30px;
}

.button-start:hover {
    background: #00363d;
}

.layer-4,
.layer-5,
.layer-6 {
    pointer-events: none;
}


.conts4 {
    position: absolute;
    left: 200px;
    top: 58%;
    padding: 30px;
    border-radius: 30px;
    justify-content: center;
    z-index: 11;
    color: #fff;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: end;
    margin-top: -150px;
    background: rgba(255, 255, 255, 0.3);
}

.conts5 {
    position: absolute;
    left: 200px;
    bottom: 140px;
    z-index: 10;
}

.conteina .fas {
    font-size: 40px;
    color: #222;
    cursor: pointer;
}

.black_opacity {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.none {
    display: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.conteina .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.conteina .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f4e7d8;
    -webkit-transition: .4s;
    transition: .4s;
}

.conteina .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #00363d;
    -webkit-transition: .4s;
    transition: .4s;
}

.conteina input:checked+.slider {
    background-color: #00363d;
}

.conteina input:checked+.slider:before {
    background-color: #f4e7d8;
}

.conteina input:focus+.slider {
    box-shadow: 0 0 1px #00363d;
}

.conteina input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.sw {
    display: flex;
    gap: 14px;
    font-size: 24px;
    justify-content: center;
    align-items: center;
}

.sw .nazva {
    font-size: 15px;
    font-weight: 400;
    text-shadow: #000 1px 0 2px;
}

#go_d2 {
    position: absolute;
    bottom: 60px;
    left: 30px;
    color: #fff;
    font-family: inter;
    cursor: pointer;
    font-size: 14px;
}

#go_d {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    font-family: inter;
    cursor: pointer;
    font-size: 18px;
}

#go_d:hover {
    text-decoration: underline;
}

.conteina {
    overflow: hidden;
    position: relative;
    top: 0px;
    z-index: 1;
	width:100%;
	border-radius:20px;
}

.homer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
}

.homer .logo svg g {
    fill: #fff;
}

.homer .logo_p1 i {
    color: #fff;
}

.homer .logo_p2 div:nth-child(1) {
    color: #fff;
}

.homer .logo_p2 div:nth-child(2) {
    color: #fff;
}

.homer .socs a {
    color: #fff;
}

.homer .logo_p2 a {
    color: #fff;
}

.homer .menu {
    margin-top: 10px;
}

.homer .menu li.active_li a {
    color: #fff;
    border-color: #fff;
}

.homer .menu li a {
    color: #fff;
}

.homer .menu li:hover a {
    color: #fff;
    border-color: #fff;
}

.homer .header__dropdown-list {
    list-style: none;
    margin: 0;
    padding: 10px;
    display: none;
    position: absolute;
    left: 10px;
    top: 30px;
    background: #fff;
    z-index: 2;
    min-width: 170px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 6px 6px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 6px 6px 0px rgba(0, 0, 0, 0.15);
}

.homer .header__nav-btn {
    position: relative;
    padding-bottom: 11px;
}

.homer .header__nav-btn::after {
    content: "";
    position: absolute;
    right: -3px;
    top: 40%;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 5px;
    border-right-width: 5px;
    border-top: 5px solid #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.homer .menu ul li:hover:not(:focus-visible) .header__dropdown-list {
    display: block;
}

.homer .menu li.header__nav-btn li a {
    color: #131313;
    padding-left: 10px !Important;
    font-size: 14px;
    line-height: 22px;
    display: block;
}

.homer .menu li.header__nav-btn li:hover a {
    text-decoration: underline;
}

.homer .menu li.header__nav-btn:hover a {
    border-color: transparent;
}

.conteina .button-17 {
    min-width: 190px;
    font-size: 19px;
    float: right;
    margin-top: 14px;
}

.okomp .container {
    background: url("/img/okomp.jpg") no-repeat top center;
    background-size: 100%;
}

.okomp_div {
    align-items: end;
}

.cif_1 {
    font-size: 35px;
    color: #131313;
}

.cif_1 span {
    display: block;
    font-size: 12px;
    color: #131313;
    text-transform: uppercase;
}

.okomp_div {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cifri {
    align-items: center;
    gap: 36px;
    justify-content: end;
}

.onas_text {
    align-items: start;
    gap: 20px;
}

.cifri .cif_1:nth-child(1) {
    margin-left: -100px;
}

.cifri .cif_1:nth-child(2) {
    margin-left: -250px;
}

.cifri .cif_1:nth-child(3) {
    margin-left: 70px;
}
@media all and (max-width:1024px){
.conts4 {
left: 10px;
}
.conts5 {
left: 40px;
bottom: 20px;
}
.two_cols {
gap: 30px;
}
.regular_text {
font-size: 13px;
}
.deadlines__list {
display: flex !important;
gap: 10px;
flex-wrap: wrap;
}
.deadlines__list-item {
width: calc(50% - 10px);
}
.deadlines__card {
min-height: 450px !important;
}

}


@media (max-width:550px) {
.layer-3 {
    transform: none;
    justify-content: center;
    right: -10px;
    top: -100px;
}
.layers__container {
    height: 950px;
}
.hero-content {
    text-align: center;
}
.hero-content .dlya_h1 {
    font-size: 21px;
}
.hero-content__p {
    font-size: 13px;
    line-height: 18px;
	    max-width: 320px;
}
.conts4 {
    top: 75%;
}
.conts5 {
    left: 40px;
    bottom: 40px;
}
.conteina .button-17 {
    float: none;
    font-size: 16px;
    margin-top: 14px;
    height: 30px;
    line-height: 30px;
    padding-top: 0px;
}


}