.page {
    position: relative;
    z-index: 2;
    background-color: #f5f5f5;
    overflow: hidden;
    font-size: 15px;
    line-height: 24px;
    color: #020202;
}
.li-list li{
    width: 100% !important;
    max-width: 100% !important;
}
.page:before {
    content: '';
    display: block;
    height: 480px;
    background-color: #01111f;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.page H1 {
    margin-top: 32px;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-family: "Noto Sans", sans-serif;
}
.page p {
    font-size: inherit;
    line-height: inherit;
    margin: 25px 0 0;
}
.page img {
    max-width: 100%;
    margin-top: 25px;
}
.page .bold {
    font-weight: 700;
}
.page h4 {
    margin: 25px 0 0;
    color: #000;
    font-family: "Noto Sans";
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
}
.page H5 {
    font-size: inherit;
    line-height: inherit;
    margin: 25px 0 0;
    font-weight: 700;
}
.page ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
    counter-reset: item;
}
.page ol li {
    position: relative;
    padding-left: 95px;
    min-height: 65px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 50px 0 0;
    font-size: 15px;
    line-height: 24px;
}
.page ol li:before {
    content: counter(item) '.';
    counter-increment: item;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border: 1px dashed #b7b7b7;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    color: #ffce00;
    font-family: "Noto Sans";
    font-size: 16px;
    font-weight: 700;
}
.page ol li:after {
    content: '';
    display: block;
    width: 49px;
    height: 49px;
    background-color: #222328;
    position: absolute;
    left: 8px;
    top: 8px;
    border-radius: 50%;
}

.page ol li > * {
    margin: 0 4px;
}



.advantage-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 35px;
    font-size: inherit;
    line-height: inherit;
}
.advantage-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 49px;
    height: 49px;
    background-color: #ffce00;
}
.advantage-item .icon svg {
    width: 50%;
    height: 50%;
}
.advantage-item .text {
    width: calc(100% - 49px);
    padding-left: 20px;
}


.summary-wrapper {
    margin-top: 70px;
}
.summary-wrapper .text {
    margin-top: 25px;
    color: #020202;
    font-family: "Noto Sans";
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
}
.summary-wrapper .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 153px;
    height: 153px;
    background-color: #222328;
    border-radius: 50%;
}
.summary-wrapper .icon img {
    margin: 0;
}



.feedback-wrapper {
    padding: 20px 0 52px;
}
.feedback-wrapper .text {
    color: #020202;
    font-family: "Exo 2";
    font-size: 22px;
    font-weight: 700;
}
.feedback-wrapper .btn-yellow {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 45px;
    border-radius: 23px;
    background-color: #ffce00;
    padding: 0 48px;
    text-decoration: none;
    color: #020202;
    font-family: "Exo 2";
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
}



.check-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: inherit;
    line-height: inherit;
}
.check-list li {
    position: relative;
    margin: 20px 0 0;
    padding: 0 0 0 39px;
}
.check-list li:before {
    content: '';
    display: block;
    background: url(../img/check1.png);
    width: 19px;
    height: 17px;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 3px;
}


.page-wrapper {
    margin: 55px auto 0;
    max-width: 1300px;
    background-color: #ffffff;
    padding: 40px 0 0;
    overflow: hidden;
}
.page-wrapper .hr {
    position: relative;
    height: 1px;
    margin: 45px 0;
}
.page-wrapper .hr:before {
    content: '';
    display: block;
    background: #ebebeb;
    height: 1px;
    position: absolute;
    left: -9999px;
    bottom: 0;
    right: -9999px;
}
.breadcrumbs {
    position: relative;
    margin: 0;
    padding: 20px 0 20px;
    align-items: center;
    list-style-type: none;
}
.breadcrumbs:after {
    content: '';
    display: block;
    background-color: #eeeeee;
    opacity: 0.1;
    height: 1px;
    position: absolute;
    left: -9999px;
    bottom: 0;
    right: -9999px;
}
.breadcrumbs:before {
    content: '';
    display: block;
    background: url(../img/home.png);
    width: 9px;
    height: 9px;
    background-size: 100% 100%;
    margin-right: 11px;
}
.breadcrumbs li {
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #fff;
}
.breadcrumbs li:not(:last-child):after {
    content: '';
    display: block;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: #ffce00;
    margin: 0 14px;
}
.breadcrumbs li a {
    color: #fff;
    text-decoration: underline;
}
.breadcrumbs li a:hover {
    text-decoration: none;
}



@media (min-width: 768px) {

    .page H1 {
        font-size: 52px;
    }
    .page-wrapper .hr {
        margin: 65px 0;
    }
    .page h4 {
        margin-top: 65px;
    }
    .summary-wrapper {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .summary-wrapper .text {
        width: calc(100% - 153px);
        padding-left: 54px;
        margin-top: 0;
    }


    .feedback-wrapper {
        padding: 20px 0 112px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .feedback-wrapper .text {
        max-width: 65%;
    }
    .feedback-wrapper .btn-yellow {
        margin-top: 0;
    }

    article:after {
        position: relative; content: '.'; display: block; clear: both; visibility: hidden; height: 0;
    }
    .article {
        overflow: hidden;
    }
    .img-right {
        float: right;
        margin-left: 32px;
    }


    .check-list.d-md-flex li {
        width: 50%;
        padding-right: 10px;
    }



}

@media (min-width: 992px) {

    .check-list li {
        max-width: 500px;
    }

}

/* 05.11.2021 start */

.breadcrumbs {
    padding: 14px 0 15px;
}

.page {
    background-color:#f6f6f6;
}

.page h1 {
    font-family: "Exo 2";
    font-weight:600;
    margin-top:26px;
    margin-bottom:34px;
}

.page__subtitle {
    color:#d9d0d0;
    font-size:17px;
    font-family: "Noto Sans", sans-serif;
}

.page-grid {
    max-width:1260px;
    margin:0 auto;
    padding:0 30px;
}

.page-grid img {
    margin:0;
}

.page-grid__inner {
    display:flex;
    flex-wrap:wrap;
    margin:0 -25px;
    padding-top:63px;
}

.page-grid__item {
    width:calc(33.33% - 50px);
    margin:0 25px 50px;
    color:#020202;
    padding:0 35px 40px;
    background-color:#fff;
    border:1px solid #edecec;
    border-top:none;
    transition:background-color .3s;
    position:relative;
    min-height:396px;
    display:flex;
    flex-direction:column;
}

.page-grid__item a:hover {
    color: #f69220;
    text-decoration:underline;
}

a.page-grid__item:hover {
    color:#020202;
    background-color:#ffce00;
    text-decoration:none;
}

a.page-grid__item:hover .page-grid__arrow {
    background-color:#fff;
}

a.page-grid__item:hover .page-grid__link {
    text-decoration:underline;
    color:#020202;
}

.page-grid__img {
    margin:0 -36px;
}

.page-grid__img img {
    width:100%;
}

.page-grid__link {
    font-family: "Exo 2";
    font-size:17px;
    font-weight:600;
    line-height:1.3;
    color:inherit;
    text-decoration:none;
    transition:color .3s;
    display:flex;
    align-items:center;
    margin-top:40px;
    margin-bottom:15px;
}

div.page-grid__link {
    flex-grow:1;
    max-width:240px;
}


.page-grid__list-item {
    font-family: "Noto Sans", sans-serif;
    font-size:13px;
    display:block;
    padding-left:15px;
    line-height:1.34;
    margin-bottom:9px;
    position:relative;
    transition: color .3s;
    text-decoration:underline;
}

.page-grid__list-item:before {
    content:'';
    position:absolute;
    left:0;
    top:6px;
    width:5px;
    height:5px;
    border-radius:50%;
    background-color:#ffce00;
}

.page-grid__list-item:last-child {
    margin-bottom:0;
}

.page-grid__desc {
    font-family: "Noto Sans", sans-serif;
    font-size:13px;
    line-height:1.38;
    padding-right:30px;
}

.page-grid__arrow {
    background-color:#ffce00;
    background-image:url('/local/templates/si24/images/grid-arrow.png');
    background-repeat:no-repeat;
    background-position:center center;
    border-radius:50%;
    position:absolute;
    right:19px;
    bottom:19px;
    width:35px;
    height:35px;
    transition:background-color .3s;
}

.main-nav__dropdown {
    font-family: "Exo 2";
}

@media screen and (max-width:1100px) {
    .page-grid__item {
        width:calc(50% - 50px);
    }
}

@media screen and (max-width:767px) {
    .page-grid {
        padding: 0 15px;
    }

    .page-grid__inner {
        margin: 0 -15px;
        padding-top:40px;
    }

    .page-grid__item {
        width:calc(50% - 30px);
        margin:0 15px 30px;
        padding:0 20px 30px;
        min-height:300px;
    }

    .page-grid__link {
        margin-top:20px;
    }

    .page-grid__img {
        margin: 0 -21px;
    }

    .page-grid__desc {
        margin-bottom:30px;
    }
}

@media screen and (max-width:500px) {
    .page-grid__item {
        width:100%;
    }
}

/* 05.11.2021 end */