.provider__inner-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    color: #6dcaf3;
    /*margin-bottom: 105px;*/
}

.provider__inner-blocks.provider__inner-blocks__audits {
    margin-bottom: 50px;
}

.provider-item {
    width: calc(33.33% - 24px);
    box-sizing: border-box;
    background: #f0f0ef;
    border-radius: 10px;
    display: flex;
    height: 110px;
    text-decoration: none;
}

.provider__inner-blocks__audits .provider-item {
    height: 90px;
}

.provider-item.provider-item__no-image {
    text-align: center;
    justify-content: center;
    height: 90px;
}

.provider-item div {
    color: #000;
    align-items: center;
    display: flex;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    padding: 0 20px 0 145px;
}

.provider-item.provider-item__no-image div {
    padding: 0 20px 0 20px;
}

.provider__inner-blocks__main .provider-item:first-child div {
    background: no-repeat 30px/95px url(/_images/provider-icons/prov1.svg);
}

.provider__inner-blocks__main .provider-item:nth-child(2) div {
    background: no-repeat 30px/95px url(/_images/provider-icons/icon-30.png);
}

.provider__inner-blocks__main .provider-item:nth-child(3) div {
    background: no-repeat 30px/95px url(/_images/provider-icons/prov2.svg);
}

.provider__inner-blocks__main .provider-item:nth-child(4) div {
    background: no-repeat 30px/95px url(/_images/provider-icons/prov3.svg);
}

.provider__inner-blocks__main .provider-item:nth-child(5) div {
    background: no-repeat 30px/95px url(/_images/provider-icons/prov4.svg);
}

.provider__inner-blocks__main .provider-item:nth-child(6) div {
    background: no-repeat 30px/95px url(/_images/provider-icons/prov5.svg);
}

.provider__inner-blocks__main .provider-item:nth-child(7) div {
    background: no-repeat 30px/95px url(/_images/provider-icons/prov6.svg);
}

.provider__inner-blocks__quality .provider-item:first-child div {
    background: no-repeat 30px/95px url(/_images/provider-icons/quality1.svg);
}

.provider__inner-blocks__quality .provider-item:nth-child(2) div {
    background: no-repeat 30px/95px url(/_images/provider-icons/quality2.svg);
}

.provider__inner-blocks__quality .provider-item:nth-child(3) div {
    background: no-repeat 30px/95px url(/_images/provider-icons/quality3.svg);
}

.provider__inner-blocks__quality .provider-item:nth-child(4) div {
    background: no-repeat 30px/95px url(/_images/provider-icons/quality4.svg);
}

.provider__inner-blocks__quality .provider-item:nth-child(5) div {
    background: no-repeat 30px/95px url(/_images/provider-icons/quality5.svg);
}

.provider__inner-blocks__quality .provider-item:nth-child(6) div {
    background: no-repeat 30px/95px url(/_images/provider-icons/quality6.svg);
}

.provider__inner-blocks__quality .provider-item:nth-child(7) div {
    background: no-repeat 30px/95px url(/_images/provider-icons/astreya.png);
}

.provider__inner-blocks__audits .provider-item:first-child div {
    background: no-repeat 30px / 95px url(/_images/provider-icons/audits1.png);
}

.provider__inner-blocks__audits .provider-item:nth-child(2) div {
    background: no-repeat 30px / 95px url(/_images/provider-icons/audits2.png);
}

.provider__inner-blocks__audits .provider-item:nth-child(3) div {
    background: no-repeat 30px / 95px url(/_images/provider-icons/audits3.png);
}

.provider__inner-blocks__audits .provider-item:nth-child(4) div {
    background: no-repeat 30px / 95px url(/_images/provider-icons/audits4.png);
}

.provider__inner-blocks__audits .provider-item:nth-child(5) div {
    background: no-repeat 30px / 95px url(/_images/provider-icons/audits5.png);
}

.provider__inner-blocks__audits .provider-item:nth-child(6) div {
    background: no-repeat 30px / 95px url(/_images/provider-icons/audits6.png);
}

.provider__inner-blocks__audits .provider-item:nth-child(7) div {
    background: no-repeat 30px / 95px url(/_images/provider-icons/audits7.png);
}

.provider__inner__big {
    width: calc(50% - 18px);
}

.provider__inner__huge {
    width: 100%;
}

.provider__inner-blocks a:hover,
.provider__inner-blocks a:active {
    /*opacity: 0.9;*/
    background: #ddd;
}

.provider__inner-blocks a:hover,
.provider__inner-blocks a:active,
.provider__inner-blocks a:focus {
    text-decoration: none;
}

@media (max-width: 1250px) {
    .provider-item,
    .provider-item.provider__inner__big {
        width: 100%;
    }

    .provider-item br {
        display: none;
    }
}

@media (max-width: 480px) {
    .provider-item div {
        font-size: 20px;
        background-size: 80px !important;
        padding: 0 20px 0 115px;
    }

    .provider__inner-blocks {
        margin-bottom: 65px;
    }
}

.provider-reclamations__inner-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    color: #6dcaf3;
    margin-bottom: 105px;
}

.provider-reclamations-item {
    width: calc(33.33% - 24px);
    box-sizing: border-box;
    background: #f0f0ef;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 138px;
    padding: 20px;
    gap: 20px;
}

.provider-reclamations-item .provider-reclamations-item__title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.provider-reclamations-item .provider-reclamations-item__desc {
    color: #000;
    font-size: 15px;
}

.provider-reclamations-item__circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.provider-reclamations-item:first-of-type .provider-reclamations-item__circle {
    background-color: #37c747;
}

.provider-reclamations-item:nth-of-type(2) .provider-reclamations-item__circle {
    background-color: #f1f100;
}

.provider-reclamations-item:nth-of-type(3) .provider-reclamations-item__circle {
    background-color: #ff1313;
}

@media (max-width: 1250px) {
    .provider-reclamations-item {
        width: 100%;
    }

    .provider-reclamations-item br {
        display: none;
    }
}

@media (max-width: 480px) {
    .provider-reclamations-item__circle {
        width: 55px;
        height: 55px;
    }
}

.commercial_activity__howto-title {
    background: no-repeat left url(/commercial_activity/img/prov2.svg);
    background-size: 199px;
}

@media (max-width: 850px) {
    .commercial_activity__howto-title {
        background-size: 120px;
    }
}

@media (max-width: 480px) {
    .commercial_activity__howto-title {
        background: none;
    }
}

.commercial_activity .howto-title {
    margin-bottom: 35px;
}

.commercial_activity .howto-list li {
    font-size: 20px;
    padding: 0 0 10px 10px;
}

.howto-block {
    margin-bottom: 40px;
    margin-top: 25px;
}

.howto-block__inner {
    /*display: flex;*/
    /*gap: 60px;*/
    /*align-items: center;*/
}

.commercial_activity .howto-info {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
}

.howto-block .custom-button-alt {
    background: #4e92d2;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 15px 30px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    width: 220px;
}

.howto-block .custom-button-alt:hover,
.howto-block .custom-button-alt:active {
    background-color: #7ec0ff;
}

.commercial_activity .howto-block__inner-item ul li {
    /*list-style-type: disc;*/
    /*font-size: 20px;*/
    /*font-weight: 300;*/
    /*padding: 0 0 10px;*/
}

.howto-request__info-items {
    display: flex;
    gap: 160px;
}

.howto-request__item-note {
    font-size: 18px;
    margin-bottom: 7px;
}

.howto-request__item-info a {
    display: block;
    color: #0057a4;
    font-weight: 700;
    font-size: 18px;
}

.howto-request__item-info a:hover,
.howto-request__item-info a:active {
    display: block;
    color: #6FC8F2;
}

@media (max-width: 850px) {
    .howto-block__inner {
        flex-wrap: wrap;
    }

    .howto-request__info-items {
        flex-wrap: wrap;
        gap: 60px;
    }

    .howto-request__item-info a {
        font-size: 28px;
    }

    .commercial_activity .howto-info {
        font-size: 28px;
    }

    .howto-block .custom-button-alt {
        font-size: 20px;
        padding: 25px 0;
        width: 300px;
    }

    .howto-block__inner-item ul {
        margin-left: 20px;
    }
}

.commercial_activity .page-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

@media (max-width: 850px) {
    .commercial_activity .page-title {
        font-size: 34px;
    }
}

.complaints-img__desktop {
    display: block;
}

.complaints-img__mobile {
    display: none;
}

.complaints-img__desktop img {
    max-width: 100%;
    width: 100%;
}

.complaints-img__mobile img {
    max-width: 329px;
    width: 100%;
}

@media (max-width: 992px) {
    .complaints-img__desktop {
        display: none;
    }

    .complaints-img__mobile {
        display: block;
    }
}

.claims-img__desktop {
    display: block;
}

.claims-img__mobile {
    display: none;
}

.claims-img__desktop img {
    max-width: 1267px;
    width: 100%;
}

.claims-img__mobile img {
    max-width: 329px;
    width: 100%;
}

@media (max-width: 992px) {
    .claims-img__desktop {
        display: none;
    }

    .claims-img__mobile {
        display: block;
    }
}

.quality-tools-steps-list {
    display: grid;
    grid-template-columns: 0.5fr;
    grid-auto-rows: 1fr;
    gap: 6px 34px;
    margin-top: 35px;
}

.quality-tools-steps-item {
    position: relative;
    border-radius: 10px;
    border: 1px solid rgba(78, 146, 210, 0.2);
    background-color: rgba(78, 146, 210, 0.1);
    padding: 18px 23px 18px;
    font-size: 18px;
    line-height: 21px;
    color: #4e92d2;
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-transition: background-color 110ms linear;
    -ms-transition: background-color 110ms linear;
    transition: background-color 110ms linear;
}

.quality-tools-steps-item:hover {
    border: 1px solid rgba(78, 146, 210, 0.2);
    background-color: rgba(78, 146, 210, 0.2);
}

.quality-steps__description {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    max-width: 500px;
    width: 100%;
    height: auto;
    border-radius: 20px;
    background: #fff;
    color: #333;
    padding: 30px;
    font-size: 16px;
    line-height: 22px;
    z-index: 1;
    box-shadow: 0 0 20px 0 rgba(0, 61, 115, 0.3);
    -webkit-transition: opacity 110ms linear;
    -ms-transition: opacity 110ms linear;
    transition: opacity 110ms linear;
}

.quality-steps__description:before {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}


.quality-tools-steps-item__left .quality-steps__description {
    left: calc(100% + 14px);
}


.quality-tools-steps-item__right .quality-steps__description {
    right: calc(100% + 14px);
}

.quality-tools-steps-item__left .quality-steps__description:before {
    right: 100%;
    border-right: 13px solid #fff;
}

.quality-tools-steps-item__right .quality-steps__description:before {
    left: 100%;
    border-left: 13px solid #fff;
}

.quality-tools-steps-item:hover .quality-steps__description {
    opacity: 1;
    visibility: visible;
}

.quality-steps__description a {
    color: #0057a4;
    font-weight: 600;
    padding-bottom: 10px;
    display: inline-block;
}

.quality-steps__description a:hover {
    color: #6dcaf3;
}

.description__svg-fill {
    fill: #0057a4;
}

.quality-steps__description a:hover .description__svg-fill {
    fill: #6dcaf3;
}

@media (max-width: 950px) {
    .quality-tools-steps-list {
        grid-template-columns: 1fr;
        row-gap: 15px;
        grid-auto-rows: inherit;
    }

    .quality-tools-steps-item {
        padding: 18px 25px 18px;
        font-size: 22px;
    }

    .quality-steps__description {
        padding: 30px;
        font-size: 18px;
        line-height: 23px;
        max-width: 100%;
        width: auto;
    }

    .quality-tools-steps-item__right .quality-steps__description {
        right: 0;
    }

    .quality-tools-steps-item__left .quality-steps__description {
        left: auto;
        right: 0;
    }

    .quality-tools-steps-item__right .quality-steps__description:before {
        right: 100%;
        border-right: 13px solid #fff;
        left: auto;
        border-left: 0;
    }
}

@media (max-width: 450px) {
    .quality-tools-steps-item__right .quality-steps__description:before,
    .quality-tools-steps-item__left .quality-steps__description:before {
        display: none;
    }
}

.commercial_activity__road-maps.flex-box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .commercial_activity__road-maps.flex-box {
        display: block;
    }
}

.commercial_activity__road-maps .box {
    margin-bottom: 2.6vw;
}

@media (max-width: 1920px) {
    .commercial_activity__road-maps .box {
        margin-bottom: 51.5px;
    }
}

@media (max-width: 1150px) {
    .commercial_activity__road-maps .box {
        margin-bottom: 60px;
    }
}

@media (max-width: 480px) {
    .commercial_activity__road-maps .box {
        display: block;
    }
}

.commercial_activity__road-maps .box.box-l {
    width: 47%;
}

@media (max-width: 992px) {
    .commercial_activity__road-maps .box.box-l {
        width: 100%;
    }
}

.commercial_activity__road-maps .box.box-r {
    width: 47%;
}

@media (max-width: 992px) {
    .commercial_activity__road-maps .box.box-r {
        width: 100%;
    }
}

.commercial_activity__confirmation-bg {
    /*background-color: #18549f;*/
    /*padding: 70px 0;*/
    /*color: #fff;*/
    margin-top: 40px;
}

.confirmation-requirements__list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.commercial_activity__confirmation-requirements {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.confirmation-requirements__item-img img {
    max-width: 130px;
    /* width: 100%; */
}

.confirmation-requirements__item {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

.confirmation-requirements__desc {
    font-size: 18px;
    margin-top: 10px;
}

@media (max-width: 1250px) {
    .confirmation-requirements__list {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

@media (max-width: 950px) {
    .confirmation-requirements__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 450px) {
    .confirmation-requirements__list {
        grid-template-columns: 1fr;
    }
}

.commercial_activity__confirmation-faq p {
    font-size: 18px;
}

.commercial_activity__confirmation.button.type-1 {
    background-color: #4e92d2;
    color: #fff;
    box-sizing: border-box;
    border-radius: 0;
    text-align: center;
    padding: 15px 30px;
    /* margin: 0 auto; */
    display: block;
    max-width: 220px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}

.commercial_activity__confirmation.button.type-1:hover,
.commercial_activity__confirmation.button.type-1:active {
    background-color: #7ec0ff;
    color: #fff;
    text-decoration: none;
}

.confirmation-requirements__title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.act-request {
    background: #fff;
    color: #000;
    position: relative;
    padding: 65px 0 105px;
}

.act-request h2, .act-arenda h2 {
    font: 600 48px "ProximaNova", sans-serif;
    margin: 0 0 25px;
}

.act-request p {
    font-size: 27px;
    font-weight: 300;
    margin-bottom: 65px;
}

.act-request::after {
    content: '';
    position: absolute;
    left: 47%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 60px solid #fff;
    clear: both;
}

.act-request__items__inner-line {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.act-request__items__inner-block {
    display: none;
    background: #fff;
    padding: 65px 85px;
    border: 4px solid #6fc8f2;
    border-radius: 18px;
    margin-bottom: 40px;
}


.act-request__items__inner-block h3 {
    font: 600 32px "ProximaNova", sans-serif;
    color: #000;
    margin-bottom: 45px;
}

.act-request__items__inner-block .flex-box {
    display: flex;
    gap: 40px;
}


.act-request__items__inner-block .inner-block__info:first-child {
    color: #000;
    width: 60%;
}

.act-request__items__inner-block .inner-block__info-right {
    color: #000;
    width: 40%;
}

.act-request__items__inner-block .inner-block__info p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}

.act-request__items__inner-block .inner-block__info .custom-list li {
    font-size: 19px;
    color: #3e88c9;
}

.act-request__items__inner-block .inner-block__info .download-link {
    background: #6FC8F2;
    border: 0;
    border-radius: 50px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    padding: 30px 65px;
    cursor: pointer;
    max-width: 380px;
    display: block;
    width: max-content;
}

.act-request__items__inner-block .inner-block__info .bottom-note {
    margin-bottom: 5px;
}

.act-request__items__inner-block .inner-block__info .bottom-mail {
    font-size: 32px;
    font-weight: 700;
    color: #0057A4;
}

.act-request__items__inner-block .inner-block__info .bottom-mail:hover,
.act-request__items__inner-block .inner-block__info .bottom-mail:active {
    color: #6dcaf3;
}

.ar-block {
    color: #fff;
    text-decoration: none;
    background: #6dcaf3 no-repeat 10px url(/_images/provider-icons/zw-icon.svg);
    padding: 0 20px 0 70px;
    width: calc(50% - 20px);
    display: flex;
    box-sizing: border-box;
    min-height: 70px;
    align-items: center;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 50px;
    background-size: 50px;
}

.ar-block:nth-child(odd) {
    margin: 0 20px 0 0;
}

.ar-block:nth-child(even) {
    margin: 0 0 0 20px;
}

.ar-block:hover,
.ar-block:active,
.ar-block.active {
    background-color: #0057a4;
}

.act-request__info {
    background: #0057a4;
    padding: 140px 0;
    margin-bottom: 135px;
}

.act-request__info-items {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
}

.act-request__item {
    width: calc(50% - 24px);
}

.act-request__item-note {
    color: #fff;
    min-height: 108px;
    font-size: 24px;
}

.act-request__item-info a {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
}

@media (max-width: 1280px) {
    .act-request__items__inner-block .flex-box {
        flex-direction: column;
    }

    .act-request__items__inner-block .inner-block__info {
        width: 100% !important;
    }
}

@media (max-width: 1250px) {
    .act-request__items a {
        font-size: 22px;
    }

    .act-request__item-note {
        font-size: 22px;
    }

    .act-request__items__inner-line {
        flex-direction: column;
        margin-bottom: 0;
    }

    .ar-block {
        font-size: 22px;
        width: 100%;
        margin: 0 0 40px 0 !important;
    }
}

@media (max-width: 850px) {
    .act-request__items__inner-block h3 {
        font: 600 22px "ProximaNova", sans-serif;
    }

    .act-request__items a, .act-request__item {
        width: 100%;
    }

    .act-request__item-note {
        min-height: initial;
        margin-bottom: 15px;

    }

    .act-request__item-info a, .commercial_activity .act-arenda a {
        font-size: 26px;
    }

    .act-request h2, .act-arenda h2, .commercial_activity .page-title {
        font-size: 34px;
    }

    .act-request::after {
        display: none;
    }

    .act-request__items__inner-block {
        padding: 55px;
    }

    .act-request__items__inner-block .inner-block__info .download-link {
        padding: 30px 35px;
        font-size: 20px;
    }

    .ar-block {
        font-size: 16px;
        padding: 0 20px 0 58px;
        min-height: 50px;
        background-size: 35px;
        margin: 0 0 20px 0 !important;
    }
}

@media (max-width: 640px) {

    .act-request__items__inner-block .inner-block__info .bottom-mail {
        font-size: 24px;
    }

    .act-request__items__inner-block {
        padding: 25px;
    }

}

.act-buttons {
    margin-bottom: 95px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

/*.custom-list {
    list-style-image: url(/_images/provider-icons/list-style.svg);
    padding: 0 0 0 25px;
    margin: 25px 0;
}

.custom-list li {
    font-size: 20px;
    padding: 0 0 10px 18px;
    list-style: inherit;
}*/

.custom-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-list li {
    position: relative;
    padding-left: 50px;
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

.commercial-activity__block-confirmation .custom-list li {
    padding-left: 40px;
}

.custom-list li:before {
    content: "";
    display: block;
    width: 29px;
    height: 2px;
    position: absolute;
    background: #41a7ff;
    top: 50%;
    margin-top: -1px;
    left: 0;
}

.commercial-activity__block-confirmation .custom-list li:before {
    top: 11px;
}

.commercial_activity.custom-container {
    line-height: 1.2;
}

.commercial-activity__block p {
    line-height: 1.4;
    font-size: 16px;
}

.commercial-activity__block h2 {
    margin-bottom: 25px;
}

.commercial-activity__block-confirmation thead th {
    background-color: #f9f9f9;
}

.commercial-activity__block-confirmation th {
    font-size: 16px;
}

.ol__custom-list li {
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 8px;
}

.ol__custom-list {
    padding-left: 15px;
}

.commercial_activity__videos-wrapper {
    display: flex;
    flex-flow: row nowrap;
    gap: 30px;
    margin-top: 30px;
}

.commercial_activity__videos-wrapper iframe {
    max-width: 100%;
}

@media (max-width: 1200px) {
    .commercial_activity__videos-wrapper {
        flex-direction: column;
    }
}

.commercial_activity__row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.commercial_activity__btn .button.type-1 {
    width: auto;
    height: auto;
    text-align: center;
}