.cms {
    display: flex;
    max-width: 1050px;
    margin-bottom: 250px;
}
.cms .left {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(232px, auto);
    min-width: 476px;
    max-width: 476px;
    margin-right: 64px;
}
.cms .left div {
    background: #f3f3f3;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
    border-radius: 22px;
    padding: 25px 25px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    will-change: transform;
    transition: 0.3s;
    transform: scale(1);
}
.cms .left div *,
.cms .left div:hover * {
    will-change: transform;
}
.cms .left div:hover {
    z-index: 2;
    transform: scale(1.114);
}
.cms .left div::before {
    font-family: 'icon';
    color: #56a5ee;
    font-size: 38px;
    height: 40px;
    margin-bottom: 35px;
}
.cms .left div:first-child:before {
    content: '\e902';
}
.cms .left div:nth-child(2):before {
    content: '\e903';
    font-size: 36px;
}
.cms .left div:nth-child(3):before {
    content: '\e901';
    font-size: 40px;
}
.cms .left div:last-child:before {
    content: '\e904';
}
.cms .left div p {
    color: #4a9de9;
    font-size: 13px;
    line-height: 23px;
}
/* .cms .left div img {
    width: 36px;
    margin-bottom: 35px;
} */
.cms .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cms .right h2 {
    line-height: 50px;
    position: relative;
    margin-bottom: 30px;
}
.cms .right p {
    color: #383d44;
    line-height: 30px;
}
.text {
    display: flex;
    flex-direction: column;
    max-width: 1050px;
    position: relative;
    margin-bottom: 50px;
}
.text .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 55.23%;
}
.text.d-text div {
    margin-bottom: 20px;
    color: #fff;
    display: flex;
}
.text.d-text div::before {
    content: '*';
    margin-right: 5px;
}
.text .left h2 {
    position: relative;
    margin-bottom: 30px;
}
.text .left p {
    line-height: 30px;
}
.text .left p:nth-child(2) {
    margin-bottom: 45px;
}
.text .img-cont {
    /* display: none; */


    width: 100%;
    max-width: 720px;
    position: absolute;
    top: -78px;
    right: -340px;
    z-index: -2;
}
.desc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 1050px;
    position: relative;
    height: 996px;
}
.desc .desc-cont {
    width: 100%;
    max-width: 1026px;
    position: absolute;
    right: 660px;
    top: 0;
    z-index: -2;
}
.desc .right {
    max-width: 51.8%;
}
.desc .right h2 {
    position: relative;
    margin-bottom: 30px;
}
.desc .right p {
    line-height: 30px;
    margin-bottom: 45px;
}
.blue {
    position: relative;
    background: url(../images/bg.svg) no-repeat center -165px;
    background-size: 3408px;
    top: -140px;
    padding-top: 230px;
}
.blue .wrapper h2,
.site h2,
.news h2 {
    color: #f3f3f3;
    margin-bottom: 60px;
    position: relative;
    padding-left: 60px;
}
.blue .wrapper h2::before,
.news h2:before,
.site h2:before {
    left: 60px;
}
.blue .wrapper .top {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
}
.blue .wrapper .top .item {
    background: #f3f3f3;
    border-radius: 22px;
    padding-top: 50px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.blue .wrapper .top .item h3 {
    font-size: 22px;
    color: #1250b5;
    margin-bottom: 55px;
    position: relative;
    padding: 0 60px;
}
.blue .wrapper .top .item h3:after {
    width: 35.11%;
    height: 1px;
    content: '';
    display: block;
    position: absolute;
    background: #56a5ee;
    left: 60px;
    bottom: -23px;
}
.blue .wrapper .top .item p:nth-child(2) {
    font-size: 22px;
    font-weight: bold;
    padding: 0 60px 23px;
}
.blue .wrapper .top .item p {
    font-size: 13px;
    line-height: 24px;
    padding: 0 60px 30px;
}
.blue .wrapper .top .item button {
    margin: 0 auto 40px 60px;
}
.blue .wrapper .top .item div {
    padding: 20px 60px;
    background: #56a5ee;
    color: #fff;
    font-size: 13px;
    display: flex;
    margin-top: auto;
}
.blue .package {
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 8px;
    margin-bottom: 100px;
}
.blue .package .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: #328ee2;
    border-radius: 22px;
    padding: 50px 25px 40px 20px;
    will-change: transform;
    transition: 0.3s;
    transform: translateY(0) scale(1);
}
.blue .package .item *,
.blue .package .item:hover * {
    will-change: transform;
}
.blue .package .item:hover {
    transform: translateY(-10px) scale(1.04);
}
.blue .package .item div h3 {
    font-size: 22px;
    color: #77daee;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
}
.blue .package .item div h3:after {
    width: 65.21%;
    height: 1px;
    content: '';
    display: block;
    position: absolute;
    background: #77daee;
    bottom: -20px;
}
.blue .package .item div span {
    font-size: 18px;
    color: #fff;
}
.blue .package .item div p {
    font-size: 12px;
    color: #fff;
    line-height: 22px;
}
.blue .package .item button {
    color: #fff;
    margin-top: 30px;
}
.blue .package .item button::after {
    border: 1px solid #fff;
}
.blue .bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 140px;
}
.blue .bottom h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 35px;
}
.blue .bottom ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin-left: 5px;
}
.blue .bottom ul li {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}
.site {
    max-width: 1200px;
    margin-bottom: 130px;
    display: flex;
    flex-direction: column;
}
.site h2 {
    margin-bottom: 85px;
    color: #383d44;
}
.site .product-slider .items .item .img {
    width: 100%;
    height: 220px;
    border-radius: 12px;
    position: relative;
    display: flex;
    overflow: hidden;
}
.site .product-slider .items .item .img::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: transform 0.3s, border-radius 0.2s;
    background: rgba(86, 165, 238, 0.6);
    transform: rotate(60deg) translateY(-50%);
}
.site .product-slider .items .item:hover .img::after {
    transform: rotate(60deg) translateY(-150%);
}
.site .product-slider .items .item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    filter: brightness(0.6);
    transform: scale(1);
    transition: 0.5s;
    opacity: 0.8;
}
.site .product-slider .items .item:hover img {
    filter: brightness(1);
    transform: scale(1.1);
    opacity: 1;
}
.site .product-slider .items .item h3 {
    position: absolute;
    left: 40px;
    right: 40px;
    display: inline-block;
    will-change: transform;
    background: #155acc;
    transition: 0.6s;
    -webkit-transform: skew(-10deg) translateX(0);
    transform: skew(-10deg) translateX(0);
    padding: 12px 5px;
    margin: 0;
    top: calc(50% - 20px);
    border-radius: 12px;
}
.site .product-slider .items .item:hover h3 {
    -webkit-transform: skew(-10deg) translateX(-150%);
    transform: skew(-10deg) translateX(-150%);
}
.site .product-slider .items .item h3 span {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    transform: skew(10deg);
    display: block;
    backface-visibility: hidden;
}
.site .product-slider .items .item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.site .button {
    align-self: flex-end;
}
.news {
    padding-top: 150px;
    padding-bottom: 150px;
    margin-bottom: 150px;
    position: relative;
    overflow: hidden;
}
.news::before {
    content: '';
    position: absolute;
    background: #d9e5f0;
    right: -200px;
    left: -200px;
    bottom: 0;
    top: 0;
    border-radius: 45% 140% 45% 140%/ 25% 100% 24% 100%;
}
.news .wrapper {
    display: flex;
    flex-direction: column;
}
.news h2 {
    color: #383d44;
}
.news .product-slider .arrows {
    display: none;
}
.news .product-slider .slider {
    overflow: unset;
}
.news .product-slider .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    grid-gap: 15px;
}
.news .product-slider .items .item {
    min-width: 100%;
    width: 100%;
    margin: 0;
    background: #f3f3f3;
    box-shadow: 0 3px 20px rgb(0, 0, 0, 0.08);
    border-radius: 22px;
    overflow: unset;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.news .product-slider .items .item:first-child {
    grid-area: 1/1/3/3;
}
.news .product-slider .items .item:nth-child(2),
.news .product-slider .items .item:nth-child(3) {
    grid-area: 1/3/2/5;
    flex-direction: row;
}
.news .product-slider .items .item:nth-child(3) {
    grid-area: 2/3/3/5;
}
.news .product-slider .items .item a:first-child {
    min-height: 47%;
}
.news .product-slider .items .item:first-child a:first-child {
    height: 48.5%;
}
.news .product-slider .items .item:nth-child(2) a:first-child,
.news .product-slider .items .item:nth-child(3) a:first-child {
    width: 49%;
}
.news .product-slider .items .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px 22px 0 0;
}
.news .product-slider .items .item:nth-child(2) img,
.news .product-slider .items .item:nth-child(3) img {
    border-radius: 22px 0 0 22px;
}
.news .product-slider .items .item .cont {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.news .product-slider .items .item:nth-child(2) .cont,
.news .product-slider .items .item:nth-child(3) .cont {
    height: 100%;
    min-height: 100%;
    width: 51%;
}
.news .product-slider .items .item .date {
    font-size: 13px;
    color: #ababab;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.news .product-slider .items .item .date::before {
    content: '';
    display: block;
    width: 5px;
    min-width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #56a5ee;
    margin-right: 10px;
}
.news .product-slider .items .item h3 {
    margin-bottom: 10px;
    line-height: 22px;
    max-height: 42px;
    height: 42px;
    overflow: hidden;
}
.news .product-slider .items .item h3 a {
    transition: 0.2s;
}
.news .product-slider .items .item h3 a:hover {
    color: #ababab;
}
.news .product-slider .items .item .text {
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    min-height: 70px;
}
.news .product-slider .items .item:nth-child(2) .text,
.news .product-slider .items .item:nth-child(3) .text,
.news .product-slider .items .item:nth-child(3) ~ .item .text {
    max-height: 70px;
    overflow: hidden;
}
.news .product-slider .items .item .button {
    margin: auto 0 0 auto;
}
.news .product-slider + .button {
    margin-left: auto;
}
.news + p {
    text-align: center;
    margin-bottom: 80px;
    padding: 0 10px;
}
@media screen and (max-width: 1260px) {
    .blue {
        background-size: 3956px;
    }
    .blue .wrapper h2,
    .site h2,
    .news h2 {
        padding-left: 0;
    }
    .blue .wrapper h2::before,
    .news h2:before,
    .site h2:before {
        left: 0;
    }
    .blue .package {
        padding: 0;
        grid-template-columns: repeat(2, 1fr);
    }
    .site .product-slider .items .item {
        min-width: calc(50% - 8px);
        width: calc(50% - 8px);
    }
    .news .product-slider .items {
        grid-template-rows: repeat(4, 218px);
    }
    .news .product-slider .items .item:nth-child(4) {
        grid-area: 3/1/4/3;
    }
    .news .product-slider .items .item:nth-child(5) {
        grid-area: 4/1/5/3;
    }
    .news .product-slider .items .item:nth-child(4),
    .news .product-slider .items .item:nth-child(5) {
        flex-direction: row;
    }
    .news .product-slider .items .item:nth-child(4) img,
    .news .product-slider .items .item:nth-child(5) img {
        border-radius: 22px 0 0 22px;
    }
    .news .product-slider .items .item:nth-child(6) {
        grid-area: 3/3/5/5;
    }
    .news .product-slider .items .item:nth-child(6) a:first-child {
        height: 48.5%;
    }
    .news .product-slider .items .item:nth-child(4) a:first-child,
    .news .product-slider .items .item:nth-child(5) a:first-child {
        width: 49%;
    }
    .news .product-slider .items .item:nth-child(4) .cont,
    .news .product-slider .items .item:nth-child(5) .cont {
        width: 51%;
    }
    .news .product-slider .items .item:nth-child(7) {
        display: none;
    }
}
@media screen and (max-width: 950px) {
    .text .left {
        max-width: 75.23%;
    }
    .text .img-cont::before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(239, 239, 239, 0.5);
    }
    .desc .desc-cont {
        width: auto;
        right: 45%;
    }
    .desc .desc-cont::before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(239, 239, 239, 0.6);
    }
    .news h2 {
        margin-bottom: 0;
    }
    .news .product-slider .arrows {
        display: grid;
        z-index: 10;
    }
    .news .product-slider .arrows .arrow-l,
    .news .product-slider .arrows .arrow-r {
        background: none;
    }
    .news .product-slider .slider {
        overflow: hidden;
        padding: 20px 0;
    }
    .news .product-slider .items {
        display: flex;
        grid-gap: unset;
        column-gap: 15px;
    }
    .news .product-slider .items .item:is(:first-child, :nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5), :nth-child(6), :nth-child(7)) {
        grid-area: unset;
        width: 288px;
        min-width: 288px;
        height: 425px;
        display: flex;
        flex-direction: column;
        box-shadow: 5px 3px 20px rgba(0, 0, 0, 0.08);
    }
    .news .product-slider .items .item:is(:first-child, :nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5), :nth-child(6), :nth-child(7)) a:first-child {
        width: 100%;
    }
    .news .product-slider .items .item:is(:first-child, :nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5), :nth-child(6), :nth-child(7)) img {
        border-radius: 22px 22px 0 0;
    }
    .news .product-slider .items .item:is(:first-child, :nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5), :nth-child(6), :nth-child(7)) .cont {
        min-height: unset;
        padding: 15px;
        width: 100%;
    }
    .news .product-slider .items .item:is(:first-child, :nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5), :nth-child(6), :nth-child(7)) .cont .text {
        max-height: 45px;
        overflow: hidden;
        margin-bottom: 8px;
    }
    .news .product-slider .items .item:is(:first-child, :nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5), :nth-child(6), :nth-child(7)) .cont h3 {
        overflow: hidden;
        height: 42px;
        max-height: 42px;
    }
}
@media screen and (max-width: 768px) {
    .blue {
        background-size: 4220px;
    }
    .cms {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .cms .left {
        width: 100%;
        max-width: 556px;
        margin-right: 0;
    }
    .cms .right {
        margin-bottom: 20px;
    }
    .text .left {
        max-width: 100%;
    }
    .text .img-cont {
        max-width: 384px;
        right: -80px;
    }
    .desc .right {
        max-width: 71.8%;
    }
    .blue .wrapper .top .item h3 {
        font-size: 20px;
        margin-bottom: 32px;
    }
    .blue .wrapper .top .item h3:after {
        left: 25px;
        bottom: 0px;
    }
    .blue .wrapper .top .item p,
    .blue .wrapper .top .item p:nth-child(2),
    .blue .wrapper .top .item h3 {
        padding: 0 25px 23px 20px;
    }
    .blue .wrapper .top .item div {
        padding: 20px 25px;
    }
    .blue .wrapper .top .item button {
        margin: 0 auto 40px 20px;
    }
    .blue .package .item button {
        max-width: 100%;
        margin: 20px auto 0;
    }
    .blue .bottom {
        padding-bottom: 70px;
    }
    .site {
        margin-bottom: 60px;
    }
    .site h2 {
        padding-left: 0px;
        margin-bottom: 45px;
    }
    .site .product-slider .items .item {
        min-width: 100%;
        width: 100%;
    }
    .news {
        padding-top: 115px;
        padding-bottom: 115px;
        margin-bottom: 90px;
    }
}
@media screen and (max-width: 578px) {
    .cms {
        margin-bottom: 120px;
    }
    .cms .right h2 {
        font-size: 26px;
        line-height: 35px;
    }
    .cms .right p {
        font-size: 14px;
        line-height: 20px;
    }
    .cms .left {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: inherit;
        min-width: inherit;
    }
    .cms .left div img {
        margin-bottom: 20px;
    }
    .text {
        margin-bottom: 110px;
    }
    .text .left h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .text .left p {
        font-size: 14px;
        line-height: 20px;
    }
    .text .img-cont {
        display: none;
    }
    .desc {
        height: unset;
        position: static;
    }
    .desc .desc-cont {
        display: none;
    }
    .desc .right {
        max-width: inherit;
    }
    .desc .right h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .desc .right p {
        font-size: 14px;
        line-height: 20px;
    }
    .blue {
        background-size: 5870px;
        margin-bottom: 100px;
        padding-top: 145px;
        background-position-y: -275px;
        top: 0;
    }
    .blue .wrapper .top {
        grid-template-columns: repeat(1, 1fr);
    }
    .blue .wrapper .top .item {
        padding-top: 20px;
    }
    .blue .wrapper .top .item h3:after {
        left: 26px;
    }
    .blue .wrapper .top .item p:nth-child(2) {
        padding: 0 10px 23px;
    }
    .blue .wrapper .top .item p:nth-child(2) {
        padding: 0 26px 23px;
    }
    .blue .wrapper .top .item div {
        padding: 20px 20px;
        text-align: center;
        width: 100%;
    }
    .blue .wrapper .top .item button {
        margin: 0 auto 20px 20px;
    }
    .blue .package {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 40px;
    }
    .blue .package .item {
        padding: 20px 25px 20px 20px;
    }
    .blue .bottom ul {
        align-items: flex-start;
        padding: 0 15px;
    }
    .blue .bottom ul li {
        font-size: 14px;
        line-height: 24px;
    }
    .site .product-slider .arrows {
        width: 75px;
        height: 30px;
    }
    .site .product-slider .items .item .img,
    .site .product-slider .items .item img {
        max-height: 190px;
    }
    .site .product-slider .items .item h3 span {
        font-size: 14px;
    }
    .text.d-text div {
        font-size: 12px;
    }
    .text.d-text div:last-child {
        margin-bottom: 0;
    }
    .news .product-slider {
        margin-bottom: 15px;
    }
    .news .product-slider .items .item:is(:first-child, :nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5), :nth-child(6), :nth-child(7)) {
        box-shadow: 5px 0 10px rgb(0, 0, 0, 0.02);
    }
}
@media screen and (max-width: 400px) {
    .news .product-slider .items .item:is(:first-child, :nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5), :nth-child(6), :nth-child(7)) {
        width: 100%;
        min-width: 100%;
    }
}