@charset "utf-8";

.main-banner {
    background-image: url(../images/ipv6/banner-ipv6.png), linear-gradient(to bottom, #113853, #1B223E);
}

.main-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 70px;
}

/*  */

.items-flow .items-block {
    justify-content: space-between;
}

.items-flow .item {
    width: 220px;
    text-align: center;
    position: relative;
}

.items-flow .item:not(:first-child):before {
    content: "";
    position: absolute;
    width: 186px;
    height: 8px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODUuNSIgaGVpZ2h0PSI3LjUiPjxwYXRoIHN0cm9rZT0iI0NCREJEOSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtZGFzaGFycmF5PSIxLjUgNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBmaWxsPSJub25lIiBkPSJNMy41IDEuNWgxNzkiLz48L3N2Zz4=) no-repeat center;
    left: 0;
    top: 50px;
    transform: translateX(-78%);
}

.items-flow .item-title {
    font-size: 18px;
    margin-top: 30px;
}

.items-flow .item-p {
    color: #666;
    margin-top: 10px;
}

/*  */

.items-advantage .items-block {
    justify-content: space-around;
}

.items-advantage .img-block {
    margin: 0;
}

.items-advantage .item-title {
    font-size: 18px;
}

.items-advantage .item-p {
    font-size: 14px;
    margin-top: 25px;
    color: #666;
    line-height: 1.8em;
}