.loco-welcome {
    color: var(--text-main)
}

.loco-welcome__title {
    margin-bottom: 20px
}

.loco-welcome .text-block {
    gap: 20px
}

.loco-welcome .text-block ol,.loco-welcome .text-block ul {
    gap: 10px
}

.loco-welcome .text-block ol li:before,.loco-welcome .text-block ul li:before {
    top: 3px
}

.loco-welcome__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px
}

.loco-welcome__content,.loco-welcome__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.loco-welcome__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.loco-welcome__info .vAll-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.loco-welcome__img {
    -webkit-box-flex: 1;
    border-radius: 16px;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    position: relative;
    width: 100%
}

.loco-welcome__img .latter-iframe {
    aspect-ratio: 59/33;
    border: none;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.loco-welcome__img.active-iframe .loco-welcome__img-btn,.loco-welcome__img.active-iframe .loco-welcome__img-content {
    display: none
}

.loco-welcome__img-content {
    display: block;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.loco-welcome__img-btn {
    background-color: var(--button-bg);
    border-radius: 50%;
    color: var(--button-color);
    font-family: var(--font-2);
    height: 70px;
    left: 50%;
    padding: 17px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: background-color .3s ease-in-out,color .3s ease-in-out;
    transition: background-color .3s ease-in-out,color .3s ease-in-out;
    width: 70px
}

.loco-welcome__img-btn:disabled {
    background: var(--button-disable-bg);
    color: var(--button-disable-color);
    pointer-events: none
}

.loco-welcome__img-btn[type=submit]:not(:disabled) {
    color: var(--button-color)!important
}

.loco-welcome__img-btn svg {
    height: 100%;
    width: 100%
}

@media (max-width: 1024px) {
    .loco-welcome__content {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }

    .loco-welcome__info {
        gap: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .loco-welcome__img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media (max-width: 768px) {
    .loco-welcome .text-block,.loco-welcome__content {
        gap:16px
    }

    .loco-welcome__img {
        border-radius: 8px
    }

    .loco-welcome__img .latter-iframe {
        aspect-ratio: unset;
        min-height: calc(100vh - var(--header-height))
    }
}

@media not all and (pointer: coarse) {
    .loco-welcome__img-btn:hover {
        background-color:var(--button-hover-bg);
        color: var(--button-hover-color)
    }

    .loco-welcome__img-btn[type=submit]:not(:disabled):hover {
        color: var(--button-hover-color)!important
    }
}
