

/* Start:/gp-files/gp-page-style.css?175151892810820*/
/* GP | Ссылки в текстах */
.gp_link_in_text{
    color: var(--main-color);
    text-decoration: underline;
}
.gp_link_in_text:hover{
    color: #cba700;
    /* font-weight: bold; */
    text-decoration: underline;
}

.gp_link_in_text--black{
    color: black;
}

/* GP | Позиционирование блоков */
.wrapper--two-col {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    margin: 2rem 0;
    gap: 2.5%;
}

.two-col-left video,
.two-col-left img {
    width: 90%;
}


@media screen and (max-width : 768px) {
    .wrapper--two-col {
        grid-template-columns: 1fr;
    }

    .two-col-left video iframe {
        width: 100%;
    }
}
.two-col {
    width: auto;
}

a.btn {
    padding: 10px 20px;
    width: auto;
    max-width: 262px;
}

/* GP | home page */
.gp__p--text {
    line-height: 2rem;
}

.table-scroll {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    border: 1px solid #000;
}

.table-wrap {
    width: 100%;
    overflow: auto;
}

.table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}

.table-scroll tr:nth-child(1n) {
    background: var(--main-color);
}

.table-scroll tr:nth-child(2n) {
    background: #fff1d0;
}

.table-scroll td {
    padding: 5px 10px;
    border: 1px solid #000;
    white-space: nowrap;
    vertical-align: top;
}

/* GP | page service */
.services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 50px;
}
@media screen and (max-width : 768px) {
    .services {
        grid-template-columns: 1fr;
    }
}
.services .item {
    display: grid;
    grid-template-columns: 47px auto;
    gap: 0 18px;
    /* margin-bottom: 50px; */
}
.services .item .count {
    width: 47px;
    height: 47px;
    background-color: #ffd200;
    color: black;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 24px;
    line-height: 28px;
}
.services .item .subtitle {
    color: #222222;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 20px;
    grid-area: 1/2/1/2;
    margin-top: 5px;
}
.services .item .descr {
    color: #555555;
    font-size: 15px;
    line-height: 22px;
    grid-area: 2/2/2/3;
    letter-spacing: 0.45px;
}


/* GP | page delivery-pay */
.delivery-header .delivery-icon {
    margin: auto;
    width: 94px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    border-radius: 50px;
    position: relative;
}

.delivery-header .deliveries {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: relative;
    margin-top: 20px;
    gap: 90px;
    padding-top: 87px;
}

.delivery-header .deliveries:before {
    position: absolute;
    content: "";
    background: center no-repeat url(/gp-files/assets/img/delivery-line.png);
    width: 100%;
    height: 71px;
    margin-left: -6px;
}

.bg-car {
    width: 61px;
    height: 46px;
    background: url(/gp-files/assets/img/css_sprites.png#arrowright) no-repeat -10px -10px;
}
/* var(--main-color) */
.delivery-header .deliveries .deliveries-item .title {
    text-align: center;
    width: 100%;
    color: #3d3d3d;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    position: relative;
    margin-bottom: 25px;
}

.delivery-header .deliveries .deliveries-item .descr {
    line-height: 24px;
}



.oplata {
    -webkit-column-count: 2;
    column-count: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.oplata > div {
    display: inline-grid;
    gap: 21px;
    grid-template-columns: 47px auto;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.oplata > div.rasrochka {
    grid-area: 1/2/4/3;
}

.oplata .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color);
    width: 47px;
    height: 47px;
    border-radius: 50px;
}

.oplata .content {
    margin-bottom: 28px;
}

.oplata .content .title {
    color: #222222;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.oplata .content .descr {
    color: #555555;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.45px;
}

.oplata .icon i{
    width: 24px;
    height: 24px;
}
.bg-nalichnyi_raschet {
    background: url(/gp-files/assets/img/css_sprites.png#arrowright) no-repeat -10px -127px;
}

.bg-oplata_nal {
    background: url(/gp-files/assets/img/css_sprites.png#arrowright) no-repeat -99px -127px;
}

.bg-rassrochka {
    background: url(/gp-files/assets/img/css_sprites.png#arrowright) no-repeat -143px -127px;
}
.bg-oplata_cart {
    background: url(/gp-files/assets/img/css_sprites.png#arrowright) no-repeat -55px -127px;
}
/* GP | page about */
.about-differences .item-wrapper .item-title {
    color: #222222;
    font-size: 15px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 13px;
    letter-spacing: 0.3px;
    text-align: center;

}

.about-differences .item-wrapper .descr {
    color: #888888;
    line-height: 19px;
    text-align: center;
}

.about-differences .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
}

.about-differences .item-wrapper .icon {
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    position: relative;
    border-radius: 50px;
    margin-bottom: 20px;
}
.about-differences div.item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bg-delivery_car {
    width: 42px;
    height: 30px;
    background: url(/gp-files/assets/img/css_sprites.png#arrowright) no-repeat -91px -10px;
}

.bg-key {
    width: 28px;
    height: 28px;
    background: url(/gp-files/assets/img/css_sprites.png#arrowright) no-repeat -153px -61px;
}

.bg-sklad {
    width: 29px;
    height: 31px;
    background: url(/gp-files/assets/img/css_sprites.png#arrowright) no-repeat -153px -10px;
}



/* Как мы работаем */

.gp__work img {
    padding-top: 25px;
    max-width: 70px;
}

.gp__work .subtitle {
    font-weight: bold;
    font-size: 18px;
    margin: 18px;
}

.gp__work .description {
    font-size: 18px;
    margin: 18px;
}

.gp__work {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    height: 100%;
}

.gp__work .item {
    position: relative;
    background-color: #e9e3db;
    padding: 10px;
    text-align: center;
    transition: background-color 0.3s ease-in-out;
    height: 300px;
    width: 300px;
    flex: 1 1 32%;
}

/*Conteiner and Items setup*/

.gp__work .item {
    order: 0;
}

.gp__work .item:hover {
    background-color: #edb52a;
}

/*Item's Arrows setup*/

.gp__work .item::before,
.gp__work .item::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    transition: border-color 0.3s ease-in-out;
    z-index: 1;
}

.gp__work .item::before {
    left: 0;
    top: 50%;
    border-width: 20px 20px 20px 0;
    border-color: transparent white transparent transparent;
    transform: translateY(-50%) scale(-1, 1);
}

.gp__work .item::after {
    right: -18px;
    top: 50%;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #e9e3db;
    transform: translateY(-50%);
}

.gp__work .item:hover::before {
    border-color: transparent white transparent transparent;
}

.gp__work .item:hover::after {
    border-color: transparent transparent transparent #edb52a;
}

/*Mobile Screen Support*/

@media (max-width: 1056px) {

    .gp__work {
        max-width: 900px;
    }

    .gp__work .item::before,
    .gp__work .item::after {
        display: none;
    }

    .gp__work .item:nth-child(4) {
        order: 3;
    }

    .gp__work .item:nth-child(5) {
        order: 2;
    }

    .gp__work .item:nth-child(6) {
        background-color: #edb52a;
        order: 1;
    }
}

@media (min-width: 1039px) {

    /* Item 1 */
    .gp__work .item:first-child::before {
        display: none;
    }

    /* Item 3 */
    .gp__work .item:nth-child(3)::after {
        right: 50%;
        top: 290px;
        transform: translateX(50%) rotate(90deg);
    }

    /* Item 6 */
    .gp__work .item:nth-child(4)::before {
        display: none;
    }

    .gp__work .item:nth-child(4)::after {
        right: 0px;
        top: 50%;
        border-width: 20px 20px 20px 0;
        border-color: transparent white transparent transparent;
        transform: translateY(-50%);
    }

    /* Item 5 */
    .gp__work .item:nth-child(5)::before {
        left: -18px;
        top: 50%;
        border-width: 20px 0 20px 20px;
        border-color: transparent transparent transparent #e9e3db;
        transform: translateY(-50%) scale(-1, 1);
    }

    .gp__work .item:nth-child(5):hover::before {
        border-color: transparent transparent transparent #edb52a;
    }

    .gp__work .item:nth-child(5)::after {
        right: 0px;
        top: 50%;
        border-width: 20px 20px 20px 0;
        border-color: transparent white transparent transparent;
        transform: translateY(-50%);
    }

    /* Item 4 */
    .gp__work .item:nth-child(6) {
        background-color: #edb52a;
    }

    .gp__work .item:nth-child(6)::before {
        left: -18px;
        top: 50%;
        border-width: 20px 0 20px 20px;
        border-color: transparent transparent transparent #edb52a;
        transform: translateY(-50%) scale(-1, 1);
    }

    .gp__work .item:nth-child(6)::after {
        right: 50%;
        top: -10px;
        border-width: 20px 20px 20px 0;
        border-color: transparent white transparent transparent;
        transform: translateX(50%) rotate(270deg);
    }

}

@media all and (max-width: 431px) {
    .gp__work .item {
        flex: auto;
    }
}

.slick-dotted.slick-slider {
    overflow-x: visible;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    overflow-x: hidden !important;
}
/* End */
/* /gp-files/gp-page-style.css?175151892810820 */
