.multiply-effect{
    background-color: #21214bab;
    mix-blend-mode: multiply;

    width: -webkit-fill-available;
    height: 700px;
    width: -moz-available;

    position: absolute;
    z-index: -999;
    overflow: hidden;
}

#myVideo {
    width: -webkit-fill-available;
    height: 700px;
    width: -moz-available;

    position: absolute;
    z-index: -1000;

    overflow: hidden;

    object-fit: cover;
}

.title-video-main{
    height: 700px;
}

.hello-title-Cyprus {
    padding: 110px 0;
}

.hello-card{
    flex-direction: column;
    align-items: flex-start;

    padding: 0 25px;
}

.title-card{
    font-size: 26px;
}

.hello-card p{
    white-space: normal;
}

.hello-card {
    height: 140px;
    gap: 10px;
}

.services {
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1202px) {
    .hello-card {
        width: 232px;

        justify-content: flex-start;

        padding: 15px 25px;
    }

    .hello-card p{
        font-size: 12px;
    }

    .hello-back-black {
        gap: 20px;
    }

    .title-text h1{
        white-space: normal;
    }
}

@media (max-width: 768px) {
    .hello-back-black{
        display: none;
    }

    .hello-title-Cyprus {
        padding: 70px 0;
        
    }

    .hello-title-text h1, .title-text p{
        white-space: normal;
    }

    .services {
        grid-template-columns: auto;
    }
}

/*НОВОЕ*/
.black-text{
    color: black;
}

.block-white{
    box-shadow: 0px 10px 50px 0px rgba(92, 91, 103, 0.4);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 40px;
    background-color: #FFFFFF;

    gap: 20px;

    max-width: 420px;
}

.adaptive-hello-back{
    gap: 0px;
    justify-content: space-between;
}

.block-white p{
    width: auto !important;
}

.three-block-relative{
    display: flex;
    flex-direction: row;
    justify-content: center;

    gap: 20px;

    position: relative;
    top: -80px;

    height: auto;
}

.animation{
    transform: translateY(10%);
    opacity: 0;
    animation: ani 1.5s forwards;
}

@keyframes ani {
  0% {transform: translateY(10%);}
  100% {transform: translateY(0);}
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.title-24{
    font-size: 24px;
}

.hello-title-Cyprus{
    background-color: #232028;
}

.text-white{
    color: white !important;
}

.regular{
    font-weight: 300;
}

.hello-card{
    background-color: transparent;
}

.hello-card-icon{
    display: flex;
    flex-direction: row;

    align-items: center;

    border-right: 1px solid white;
}

.border-none{
    border: none !important;
}

.hello-card-icon img{
    height: fit-content;
    width: 30px;
}

.video-block{
    height: auto;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 110px 0;
}

video{
    width: 90%;
}

.fourth-block{
    background-image: url(../img/map-Cyprus.png);
    background-size: cover;
    background-attachment: fixed;
}

.fourth-block-text{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    padding: 40px 16px;
}

.fourth-block-text p{
    white-space: normal;
}

.choose-place{
    display: flex;
    flex-direction: column;

    gap: 20px;

    width: 30%;
}

.grid-place{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.flex-place{
    display: flex;
    flex-direction: column;
    gap: 10px;

    background-color: white;
    padding: 32px;

    max-width: 280px;
    box-shadow: 0px 10px 50px 0px rgba(92, 91, 103, 0.1);
}

.flex-place-text{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

p.he{
    width: auto;
}

@media (max-width: 1202px) {
    .block-white{
        width: auto;
        max-width: none;
    }

    .three-block-relative{
        flex-direction: column;
    }

    .hello-title {
        padding: 100px 0;
    }
    
    .rtl-text {
        direction: rtl;
        max-width: 375px;
    }



    .hello-card-icon.he {
        border-right: none;
        border-left: 1px solid white;
    }

    .mini-card h1{
        font-size: 28px;
    }

    .mini-card p{
        font-size: 12px;
    }

    .title-card {
    font-size: 22px;
    }

    .hello-card-icon img{
        display: none;
    }

    .hello-card{
        padding: 15px 15px 15px 0;
    }

    .fourth-block-text{
        flex-direction: column;
        gap: 20px;
    }

    .choose-place{
        width: auto;
    }

    .flex-place{
        max-width: none;
    }
}

    .hello-title.en {
        padding: 130px 0;
    }
    .hello-title.ru {
        padding: 130px 0;
    }
    .hello-title.he {
        padding: 150px 0;
        background-position: 80% 100%;
    }

@media (max-width: 1143px) {
    .hello-title {
        padding: 40px 0;
    }
}

@media (max-width: 768px){
    .block-display{
        display: block;
    }

    .hello-card-icon img{
        display: block !important;
    }

    .hello-card-icon{
        gap: 20px;
        border: none;
    }

    .video-block{
        padding: 40px 0;
    }
}

@media (max-width: 768px){
    .title-24{
        font-size: 20px;
    }

    .flex-place {
        padding: 20px;
    }

    .grid-place{
        gap: 5px;
    }
}
