/*==============================
main-show
==============================*/
.main-show {
    padding: 20px 10px; }
@media (min-width: 1170px) {
    .main-show {
        padding-top: 30px; } }

.main-show__body {
    position: relative; }
.main-show__body::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #deecff;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 0; }
@media (min-width: 1170px) {
    .main-show__body::before {
        border-radius: 120px;
        -webkit-transform: skewY(1.5deg);
        transform: skewY(1.5deg); } }
@media (min-width: 1800px) {
    .main-show__body::before {
        width: 100%;
        left: 0; } }

.main-show__content {
    position: relative; }

.main-show__main {
    padding: 40px 30px 20px;
    position: relative; }
@media (min-width: 768px) {
    .main-show__main {
        max-width: 60%;
        padding-top: 70px;
        position: absolute;
        z-index: 1; } }
@media (min-width: 992px) {
    .main-show__main {
        padding-top: 100px; } }
@media (min-width: 1800px) {
    .main-show__main {
        max-width: 100%;
        padding-top: 140px;
        padding-left: 8px; } }

.main-show__h {
    margin: 0;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    color: #0f162e; }
@media (min-width: 1170px) {
    .main-show__h {
        font-size: 50px; } }
@media (min-width: 1800px) {
    .main-show__h {
        font-size: 60px; } }
/*
.main-show__img {
    max-height:764px;
    max-width: 42%;

    position: relative; }
.main-show__img img {
    display: block;
    width: 100%;
    height: auto;

}
@media (min-width: 768px) {
    .main-show__img {
        margin-left: auto; 

} }

@media (min-width: 1170px) {
    .main-show__img {
        bottom: 63px; } }
@media (min-width: 1800px) {
    .main-show__img {
        max-width: 650px;  } }
@media (max-width: 767px) {
    .main-show__img {

        display: none;
} }*/
.main-show__text {
    padding-bottom: 25px; }
.main-show__text p {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 400;
    color: #4b536f; }
@media (min-width: 1170px) {
    .main-show__text p {
        font-size: 20px; } }
@media (min-width: 1800px) {
    .main-show__text p {
        font-size: 22px; } }

.main-show__btn {
    max-width: 320px; }

.main-show__text_span{
    color: #2866d3;
    font-size:1.4em;
    display:inline-block;
    padding-bottom:8px;
    transform: translateY(3px);
    background: url(../img/text_underline.svg) no-repeat 0 100%; background-size: 100% auto;}


/*==============================
btn
==============================*/
.main-show__content .btn {
    margin: 0;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #2866d3;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
.main-show__content .btn:focus {
    outline: 0; }
@media (min-width: 576px) {
    .main-show__content .btn {
        padding: 24px 20px;
        border-radius: 35px;
        font-size: 19px; } }
.main-show__content .btn:hover {
    opacity: 0.7; }
.main-show__content .btn--current {
    cursor: default; }
.main-show__content .btn--current:active, .btn--current[href]:active {
    opacity: 1; }
@media (min-width: 768px) {
    .main-show__content .btn--current:hover, .btn--current[href]:hover {
        opacity: 1;
        cursor: default; } }

.site-wrapper_wide {
    min-width: 320px;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.main-show__body  .site-wrapper--inside {
    max-width: 1400px;
}

/*==============================
why-us
==============================*/
.why-us {
    padding: 10px; }

.why-us__body {
    padding: 40px 10px;
    position: relative; }
.why-us__body::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #deecff;
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 0; }
@media (min-width: 1170px) {
    .why-us__body::before {
        border-radius: 120px;
        -webkit-transform: skewY(1.5deg);
        transform: skewY(1.5deg); } }
@media (min-width: 1800px) {
    .why-us__body::before {
        width: 100%;
        left: 0; } }
@media (min-width: 1170px) {
    .why-us__body {
        padding: 100px 10px; } }

.why-us__h {
    padding: 10px 10px 30px;
    position: relative; }

.why-us__list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative; }
@media (min-width: 768px) {
    .why-us__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.why-us__item {
    padding: 25px 10px; }
@media (min-width: 768px) {
    .why-us__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }

.why-us__content {
    padding: 40px 10px 30px;
    border-radius: 24px;
    background-color: #ffffff;
    position: relative; }
.why-us__content::before {
    content: "";
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 10px solid #deecff;
    background-color: #2866d3;
    background-image: url("../img/icon-check-why-us.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 45px;
    top: -35px; }
@media (min-width: 768px) {
    .why-us__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; } }
@media (min-width: 992px) {
    .why-us__content {
        padding: 48px; } }

.why-us__text {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #0f162e; }
@media (min-width: 992px) {
    .why-us__text {
        font-size: 21px; } }

@media (min-width: 768px) {
    .columns--5 .columns__col {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        width: 20%; } }    
@media (min-width: 1170px){
    .why-us__body {
        padding: 60px 10px 100px;
    }
}
.main-show {
    padding-top: 65px!important;
    padding-bottom: 28px!important;
}   
.info__accented-field .info__content::before {
    background-image: none!important;
}
.how__to__issue {
    display: flex;
    flex-direction: row;
    padding: 30px 0;
}
.image img {
    width: 98%;
}
.text h2 {
    padding-left: 10px;
    margin-bottom: 0;
}
.text .site-footer__btn-block {
    padding-left: 10px;
}
.text {
    padding-top: 55px;
}
@media (max-width: 1280px) {
    .image img {
        display: none;
    }
    .text {
        padding-top: 0px;
    }
    .how__to__issue {
        padding-top: 0;
        margin: 0 20px;
    }
}
.article__list {
 margin: 0!important;
}
.article__list li {
    padding: 0px 0px 10px 25px;
}
.bold b, .bold strong {
    font-weight: 700;
}