
.intro {
    padding-top: 0px;
    background: white none;
}

.intro .btn-w-arrow {
    font-size: 0.9rem;
    font-weight: 100 !important;
    padding: 16px 75px 16px 45px;
    line-height: 18px;
    box-shadow: 0px 6px 17px 0px #2E75FF4F;
    border-radius: 7px;
    width: 20rem;
    z-index: 1;
}
.intro .btn-w-arrow:after {
    right: 30px;
    width: 38px;
    height: 7px;
    top: 54%;
    z-index: 1;
    background: url(../img/svg/btn-arrow-thin.svg) center no-repeat;
}

.intro b {
    font-weight: bold!important;
}
.main-banner {
    background-color: #DDEAF9;
}

.main-banner .container {
    background: no-repeat 40% 70%/25%   url(/images/main_page/main-baner_background.png);
}
.main-banner .title {
    font-weight: 700;
}
.main-banner .text {
    font-weight: 700;
}
.main-banner .text .colored {
    color: var(--main-color);
}
.main-banner .action {
    width: 100%;
}

.main-banner .price-block {
    /*border-bottom: 2px solid var(--main-color);*/
}

.main-banner .price-block .prices {
    color: #7590AF;
    font-size: 0.8rem;
}

.bonus {
    background-color: var(--main-color);
    padding: 5px 0;
}

.bonus .bg {
    padding: 25px 0;
    background: repeat center center / contain  url(/images/main_page/bonus_bg.png);
}

.teasers {
    background-color: white;
    padding: 2rem 0 5rem 0;
}

.teasers .text {
    font-size: 0.9rem;
}

.main-ways {
    background-color: white;
}

.main-ways .head-title {
    text-wrap: pretty;
}

.main-ways .head-title  span{
    color: var(--main-color);
}

.main-ways .way_title {
    font-weight: bold;
    font-size: 1.1rem;
}
.main-ways .way_title a {
    text-decoration: none;
    color: #333;
}
.main-ways .way_text {
    font-size: 0.9rem;
    text-wrap: balance;
}

.confidence {
    background-color: #EAF4FF;
    position: relative;
    z-index:9;
}

.confidence img.safety-label {
    border-radius: 20px;
    /*box-shadow: 0px 0px 52px 0px #BBBBD02E;*/
    box-shadow: 0px 6px 15px 0px #BECFF14D;
}

.confidence ul {
    list-style: none;
    padding-left: 1.5rem;
}

.confidence ul li {
    font-weight: 100;
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 0.9rem;
}
.confidence ul li::before {
    width: 16px;
    height: 15px;
    position: absolute;
    left: -23px;
    top: 6px;
    content: "";
    background-image: url(/images/main_page/check-icon.png);
    background-size: contain;
}

.confidence .btn-w-arrow {
    font-size: 0.9rem;
    font-weight: 100!important;
}

.confidence::before {
    height: 50px;
    background-color: white;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;

}

.specialists .wrapper {
    width: 100%;
    margin-left: 0;
}

@media screen and (max-width: 1440px) {
    .specialists .wrapper .specialists_main {
        row-gap: 0;
        column-gap: 50px;
        grid-template-columns: repeat(3, 1fr);
        position: relative;
        z-index: 1;
    }
}

@media screen and (max-width: 1024px) {
    .specialists .wrapper .specialists_main {
        row-gap: 50px;
        column-gap: 0;
        grid-template-columns: 1fr;
    }
}

.help {
}

.help .title-blue {
    color: var(--main-color);
    text-transform: uppercase;
    word-spacing: 1rem;
}
.help .btn-w-arrow {
    font-size: 0.9rem;
    font-weight: 100!important;
}
.help  b {
    font-weight: bold!important;
}
.help .online-dot,.help .offline-dot {
    position: relative;
}

.online-dot::after, .offline-dot::after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    top: 4px;
    right: -6px;
    border-radius: 50%;
    background-color: #12F20D;
}

.offline-dot::after {
    background-color: rgb(128, 128, 128);
}

.selection {
    background-color: var(--main-color);
    color: white;
}

.selection .main-title {
    text-wrap: pretty;
    & span {
        color:#FFC107;
    }
}
.selection .items {
}

.selection .items .title {
    font-weight: 500;
    position: relative;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 6px 12px;
    display: inline;
}

.selection .items .title::after {
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: -2rem;
    top: 0;
    content: "";
    background-image: url(/images/main_page/selection-check.png);
    background-size: contain;
}

.selection .items .text {
    margin: 1.5rem 0 2rem 0;
    line-height: 1.2rem;
    font-weight: 100;
    font-size: 1rem;
}

.selection .items .text span {
    font-weight: bolder;
    color: #fdd252;

}



.video {
    background-color: #EAF4FF;
    position: relative;
    z-index:9;
}

.video .play-button {
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    cursor: pointer;
}

.video .text-block {
}

.video .text-block  span {
    color: var(--main-color);
}

.video .text-block .text {font-size: 1.2rem;}

.video::before {
    height: 50px;
    background-color: white;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;

}

.start {
    background-color: #EAF4FF;
    position: relative;
    z-index:9;
}

.start .text-block {

}

.start .text-block  span {
    color: var(--main-color);
}

.start .text-block .text {font-size: 1.2rem;}

.start::before {
    height: 50px;
    background-color: white;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;

}

.action-block {
    background-color: #eef4fb;
    padding: 20px 10px;
}
.action-block.education {
    background-color: #fff;
}
.action-block .column-block {
    background-color: #f2f7fc;
    border-radius: 10px;
}
.action-block .heading {
    text-align: center;
    font-weight: bold;
    font-size: 2em;
    color: #213243;
    margin-bottom: 10px;
}

.action-block .heading span{
    padding: 0 5px;
    border-radius: 5px;
    background-color: #f2f7fc;
    color: #213243;
}

.action-block .sub-heading {
    font-weight: bold;
    font-size: 24px;
    color: #91a8c8;
    margin-bottom: 10px;
    text-align: center;
}

.action-block.education .sub-heading {
    color: #afa494;
}

.action-block .text-block {
    font-size: 1.3em;
}

.action-block .action_sub-link {
    color: #91a8c8;
}
.logo_img {
    width: 30%;
    text-align: center;
    object-fit: scale-down;
}
.column_margin {
    margin-left: 3%;
    padding-right: 2%;
    margin-right: 3%;
}


.partners {
    background-color: #e6e1db;
}

.partners .partner-block{
    align-items: center;
}

.partners .head-title {
    text-wrap: pretty;
}

.partners .head-title  span{
    color: #d37708;
}
.partners .partner_thumb {
    background-color: white;
    border-radius: 7px;
}

.partners .partner_thumb:hover {
    background-color: #dcd6cf;
    transition: background-color 0.2s ease-in;
}