

/* Start:/local/assets/css/components/tilesBlock.css?17649409464625*/
.sectionWhereToBuy .tilesBlock {
    margin-bottom: 100px;
}

.sectionWhereToBuy .tilesBlock:last-child {
    margin-bottom: 0;
}

.tilesBlock {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

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

.tilesBlock__title {
    font-family: Geologica;
    font-size: 28px;
    font-weight: 400;
    line-height: 100%;
}

.tilesBlock__row,
.tilesBlock__row2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.tile {
    width: 305px;
    height: 120px;
    background-color: var(--white);
    border-radius: 20px;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

.tile--watchAll {
    background-color: #FF2D78;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    transition: all .3s ease;
}

.tile--watchAll:hover {
    background-color: #E90053;
}

.tile__arrow {
    transform: rotate(-45deg);
}

.tile__arrow span {
    color: var(--white);
    font-size: 12px;
}

.tile__text {
    color: var(--white);
}

.tile img {
    width: 180px;
    max-width: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}

.tile .tile__36-6 {
    width: 80px;
}

.tile .tile__maxavit {
    width: 120px;
}

a.tile:hover {
    box-shadow: 3px 6px 26px 0px rgba(58, 172, 255, 0.09);
}

@media (max-width: 1400px) {
    .tilesBlock__row2 {
        grid-template-columns: repeat(3, 1fr);
    }

    .tile {
        width: 100%;
    }
}


@media (max-width: 1199px) {

    .tile {
        width: auto;
        height: auto;

        padding: 32px 0;
    }

    .tile img {
        width: 100px;
        max-width: 100px;
    }

    .tilesBlock__row {
        gap: 12px;
    }

    .sectionWhereToBuy .tilesBlock {
        margin-bottom: 80px;
    }

    .tilesBlock__row2 {
        grid-template-columns: repeat(3, 1fr);
    }

    .tile .tile__36-6 {
        width: 50px;
    }

    .tile .tileUteka__text {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .tilesBlock {
        gap: 20px;
    }

    .tilesBlock__title {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
    }

    .tilesBlock__showAll .textLink {
        white-space: nowrap;
    }

    .tilesBlock__head {
        align-items: flex-start;
        gap: 12px;
    }

    .tilesBlock__row {
        overflow-x: scroll;
    }

    .tilesBlock__row2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .tilesBlock__row2 .tile {
        width: auto;
        height: 72px;
        max-width: 100%;
        padding: 10px;
        border-radius: 8px;
    }

    .tilesBlock__row2 .tile img {
        width: 100px;
    }

    .tile {
        width: 275px;
        height: 150px;
    }

    .tile img {
        width: 150px;
        max-width: 150px;
    }

    .tilesBlock__row2 .tile .tile__36-6 {
        width: 40px;
    }

    .tilesBlock__row2 .tile .tile__maxavit {
        width: 60px;

    }
}

/* Плитка ютека */
.tileUteka {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
}

.tileUteka img {
    width: 150px;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
}

.tileUteka__text {
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    width: 100%;
    text-align: center;
}

/* Плитка ютека END */

/* Сетка плиток */
.tilesGridBlock {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.tilesGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.contentTile {
    padding: 35px 24px;
    background-color: var(--white);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contentTile__icon {
    width: 54px;
    height: 54px;
}

.contentTile__title {
    font-family: Geologica;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

.contentTile__title--oneStroke {
    white-space: nowrap;
}

.contentTile__text {
    color: #646464;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

@media (max-width: 1199px) {
    .tilesGrid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .tilesGridBlock {
        gap: 30px;
    }
}

/* Сетка плиток END */
/* End */
/* /local/assets/css/components/tilesBlock.css?17649409464625 */
