

/* Start:/services/design/design.css?173011334834124*/
@media (max-width:1023px) {
    .mobile__hidden {
        display: none !important;
    }
}

@media (min-width:1023px) {
    .desktop__hidden {
        display: none !important;
    }
}

/* START ADVANTAGES */

.preimush {
    /* background-color: #ffffffd3; */
    color: #FFFFFF;
}

.h2-zg h2 {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.2;
    max-width: 50%;
    margin-bottom: 15px
}

@media (max-width:768px) {
    .h2-zg h2 {
        font-size: 25px;
        max-width: 80%;
    }

    .design__card__main__title {
        font-size: 1.5rem !important;
        font-weight: 600 !important;
        line-height: 1.5rem !important;
    }
}

.h2-zg p {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 690px
}

.h2-zg {
    margin-bottom: 45px
}

.frame .zg-right {
    padding-left: 0
}

.preimush .preim-icon {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    position: relative
}

.preim-txt {
    /* color: #3a2851; */
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5
}

@media (max-width:992px) {
    .design__card__head_grey_sm {
        color: hsla(0, 0%, 100%, .6);
        font-size: 14px;
    }

    .design__card__desc {
        font-size: 14px !important;
    }

    .design__card__item__desc {
        font-size: 14px !important;
    }

    .column-card__btn {
        font-size: 14px !important;
    }

    .seo-promotion-item-context-value {
        font-size: 14px !important;
    }

    .column-card__btn_mobhidden {
        display: none !important;
    }
}

/* .preimush .preim-icon:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    top: -10px;
    right: -10px;
    background-color: #4895ba;
    background-image: url("https://selection-studio.com/files/img/bg/package-bg3.jpg");
    background-size: cover;
    opacity: .88;
    border-radius: 50%;
    z-index: 1;
    background-position-x: 100%
} */

.preimush .col-md-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

/* END ADVANTAGES */

/* START CARD */

.design__card__main__title {
    font-size: 3.2rem !important;
    font-weight: 600 !important;
    line-height: 3.5rem !important;


}

.design__card__head_grey {
    color: hsla(0, 0%, 100%, .6);
}

.design__card {
    /* background-color: #aed5ff; */
    color: #FFFFFF;
}

.design__card__bg {
    background: linear-gradient(25deg, rgba(255, 255, 255, 0.211642156862745057) 20%, rgba(255, 255, 255, 0.006039915966386533) 50%, #4895ba 100%);
    /* background-color: #00000083; */
    border-radius: 2rem;

    /* #4895ba */


}

.design__card__img {
    width: 100%;
    height: max-content;
    background-size: cover;
    border: 3px solid #4895ba;
    border-right: none;
    border-radius: 15px 0px 0px 15px;
}

.design__card__desc {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-top: 1rem !important;
    color: hsla(0, 0%, 100%, .8);
}

.design__card__item__price {
    margin-top: 1.5rem !important;
}

ol,
ul {
    list-style: none;
    padding: 0
}

.design__card__item__list ul {
    display: grid;
    grid-template-columns: fit-content(100%) fit-content(100%);
    grid-column-gap: 2rem;
    width: 100%
}

@media (max-width: 768px) {
    .design__card__item__list ul {
        display: grid;
        /* grid-template-columns: fit-content(100%); */
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        width: 100%;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 400px) {
    .design__card__item__list ul {
        display: grid;
        grid-template-columns: fit-content(100%);
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        width: 100%;
        /* grid-template-columns: 1fr 1fr; */
    }
}

@media (max-width:992px) {
    .design__card__img {
        display: none !important;
    }
}

.design__card__item__list li {
    color: hsla(0, 0%, 100%, .6);
    /* color: #2b2b2b; */
    margin-left: 2.5rem;
    position: relative
}

.design__card__item__desc {
    margin-top: 1.5rem !important;
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: calc(6.5rem * 4 + 1.5rem * 3);
    width: 100%;
}

.design__card__item__desc_small-grey {
    color: hsla(0, 0%, 100%, .6);
}

.design__card__item__desc_big-bold {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 .25rem;
}

.design__card__item__list li:before {
    border-bottom: .25rem solid #4895ba;
    border-right: .25rem solid #4895ba;
    content: "";
    display: block;
    height: 1rem;
    left: -2rem;
    position: absolute;
    /* top: -.25rem; */
    top: .1rem;
    transform: rotate(45deg);
    width: .5rem
}

.design__card__title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 3.5rem;
}

.design__card__title_grey {
    color: hsla(0, 0%, 100%, .6);
}

.column-card__btn {
    /* height: 4.5rem; */
    padding: 1rem 2rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    background-color: #4895ba;
    border-radius: 3.375rem;
    color: #fff;
    /* font-weight: 400; */
    font-weight: 500;
    margin-top: 3rem;
    margin-bottom: 2rem;
    /* padding: 0 2rem; */
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    transition: all .25s;
}

.column-card__btn:hover {
    background-color: #fff;
    color: #000 !important;
    cursor: pointer;
}

.column-card__link {
    /* height: 100%;
    position: absolute;
    width: 100%; */
}

.cards__call {
    /* background-color: #000000c9; */
    color: #FFFFFF;
}

.cards__call__item {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cards__call__desc {
    color: hsla(0, 0%, 100%, .6);
}

.cards__call__btn {
    padding: 1.3rem 5rem !important;
    font-weight: 500 !important;
}

/* END CARD */

/* START DESIGN ADVANTAGES */

.design__advantages {
    color: #FFFFFF;
    /* background-color: #3a2851; */
}

.design__advantages__title {
    font-size: 3.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 5rem;
    line-height: 3.5rem !important;
}


.seo-promotion-left {
    width: 40rem;
    flex-shrink: 0;
}

.seo-promotion-right {
    width: calc(100% - 40rem);
    padding-left: 7rem;
    flex-grow: 1;
}

.seo-promotion-left-top {
    margin-bottom: 22rem;
}

.seo-promotion-left-top .btn {
    width: 37rem;
}

.seo-promotion-left-top-title {
    font-size: 5.5rem;
    font-weight: 700;
    margin-bottom: 5rem;
}

.seo-promotion {
    padding: 15rem 0 9rem;
}

.seo-promotion-wrapper {
    display: flex;
    align-items: center;
}

.seo-promotion-list {
    counter-reset: myCounter;
    /* margin-bottom: 8rem; */
}

.seo-promotion-item {
    list-style: none;
    display: flex;
    margin-bottom: 1rem;
}

.seo-promotion-item:before {
    counter-increment: myCounter;
    content: "0" counter(myCounter);
    display: inline-block;
    text-align: center;
    font-size: 1.9rem;
    font-weight: 700;
    margin-right: 1.4rem;
    /* padding-top: 0.5rem; */
}

.seo-promotion-item-context-key {
    font-size: 1.8rem;
    font-weight: 700;
    /* color: #161616; */
}

.seo-promotion-item-context-value {
    font-size: 1.05rem;
    line-height: 1.4;
    /* color: #292929; */
    /* color: #a6a6a6; */
    color: hsla(0, 0%, 100%, .6);
}

.seo-promotion-right-clients {
    overflow: hidden;
    display: flex;
}

/* FINISH DESIGN ADVANTAGES */

/* START STEPS */

.steps {
    background-color: #FFFFFF;
}


.steps {
    background-color: #f7f7f7;
}

.steps__header {
    color: #2b2b2b !important;
    /* display: flex ; */
}

.steps .steps__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.steps h2 {
    /* padding-bottom: 32px; */
}

@media (max-width: 1439px) {
    .steps h2 {
        /* padding-bottom: 30px; */
    }
}

/* @media (max-width: 1023px) {
    .steps h2 {
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .steps h2 {
        padding-bottom: 16px;
    }
} */

.steps__text {
    width: 75%;
    margin: 0;
    margin-bottom: 35px;
    font-size: 25px;
    line-height: 40px;
    color: #727173;
}

@media (max-width: 1439px) {
    .steps__text {
        width: 100%;
        margin-bottom: 45px;
        font-size: 23px;
        line-height: 36px;
    }
}

@media (max-width: 1023px) {
    .steps__text {
        margin-bottom: 11px;
    }
}

@media (max-width: 767px) {
    .steps__text {
        margin-bottom: 12px;
        font-size: 19px;
        line-height: 28px;
    }
}

.steps .steps__wrapper--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 7px;
}

@media (max-width: 1439px) {
    .steps .steps__wrapper--desktop {
        padding-top: 0;
    }
}

@media (max-width: 1023px) {
    .steps .steps__wrapper--desktop {
        display: none;
    }
}

.steps .steps__wrapper--desktop p {
    width: 75%;
    margin: 0;
    font-size: 25px;
    line-height: 40px;
    color: #727173;
}

@media (max-width: 1439px) {
    .steps .steps__wrapper--desktop p {
        width: 100%;
        font-size: 23px;
        line-height: 36px;
    }
}

@media (max-width: 1023px) {
    .steps .steps__wrapper--desktop p {
        margin-bottom: 11px;
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .steps .steps__wrapper--desktop p {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 20px;
    }
}

.steps .steps__wrapper--desktop .steps__point {
    width: calc((538 / 1256) * 100%);
}

@media (max-width: 1439px) {
    .steps .steps__wrapper--desktop .steps__point {
        width: 48.5%;
    }
}

.steps .steps__wrapper--desktop .steps__point ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.steps .steps__wrapper--desktop .steps__point .steps__point-item {
    min-height: 52px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1439px) {
    .steps .steps__wrapper--desktop .steps__point .steps__point-item {
        height: 100%;
        min-height: 100%;
    }
}

.steps .steps__wrapper--desktop .steps__point .steps__point-item .bullet-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 52px;
    margin-bottom: 0;
    padding-left: 35px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1439px) {
    .steps .steps__wrapper--desktop .steps__point .steps__point-item .bullet-wrapper {
        min-height: 40px;
        padding-left: 18px;
    }
}

.steps .steps__wrapper--desktop .steps__point .steps__point-item .bullet-wrapper p {
    width: 90%;
    margin: 0;
    margin-left: 22px;
    font-size: 16px;
    line-height: 19px;
    color: #727173;
}

@media (max-width: 1439px) {
    .steps .steps__wrapper--desktop .steps__point .bullet-wrapper p {
        margin-left: 7px;
        font-size: 14px;
        line-height: 16px;
    }
}

.steps .steps__wrapper--desktop .steps__point .steps__point-item .bullet-wrapper span {
    width: 22px;
    font-size: 16px;
    line-height: 19px;
    color: #aaaaaa;
}

@media (max-width: 1439px) {
    .steps .steps__wrapper--desktop .steps__point .steps__point-item .bullet-wrapper span {
        font-size: 14px;
        line-height: 16px;
    }
}

.steps .steps__wrapper--desktop .steps__point .steps__point-item--active {
    height: 100%;
    padding-top: 14px;
    padding-bottom: 16px;
    cursor: pointer;
}

@media (max-width: 1439px) {
    .steps .steps__wrapper--desktop .steps__point .steps__point-item--active {
        min-height: 48px;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.steps .steps__wrapper--desktop .steps__point .steps__point-item--active .bullet-wrapper {
    min-height: 56px;
    color: #4895ba;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 12px 30px rgba(43, 43, 43, 0.17);
    box-shadow: 0 12px 30px rgba(43, 43, 43, 0.17);
}

@media (max-width: 1439px) {
    .steps .steps__wrapper--desktop .steps__point .steps__point-item--active .bullet-wrapper {
        min-height: 48px;
    }
}

.steps .steps__wrapper--desktop .steps__point .steps__point-item--active .bullet-wrapper p,
.steps .steps__wrapper--desktop .steps__point .steps__point-item--active .bullet-wrapper span {
    color: #4895ba;
}

.steps .steps__wrapper--desktop .steps__description {
    z-index: 1;
    width: 52%;
    height: 457px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1439px) {
    .steps .steps__wrapper--desktop .steps__description {
        width: 51.5%;
        height: 422px;
    }
}

.steps .steps__wrapper--desktop .steps__description::before {
    content: "";
    position: absolute;
    top: -40px;
    z-index: 10;
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35.42%, #f7f7f7), to(rgba(247, 247, 247, 0)));
    background: linear-gradient(180deg, #f7f7f7 35.42%, rgba(247, 247, 247, 0) 100%);
}

.steps .steps__wrapper--desktop .steps__description::after {
    content: "";
    position: absolute;
    bottom: -40px;
    z-index: 10;
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35.42%, #f7f7f7), to(rgba(247, 247, 247, 0)));
    background: linear-gradient(180deg, #f7f7f7 35.42%, rgba(247, 247, 247, 0) 100%);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.steps .steps__wrapper--desktop .steps__description ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: -webkit-transform linear 0.3s;
    transition: -webkit-transform linear 0.3s;
    transition: transform linear 0.3s;
    transition: transform linear 0.3s, -webkit-transform linear 0.3s;
}

.steps .steps__wrapper--desktop .steps__description li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 40px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}

@media (max-width: 1439px) {
    .steps .steps__wrapper--desktop .steps__description li {
        padding-left: 45px;
    }
}

.steps .steps__wrapper--desktop .steps__description li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 92px;
    z-index: -1;
    width: 1px;
    height: calc(100% + 20px);
    background-image: url("https://studiobit.ru/local/templates/sb2018/static_new/css/../img/sprite/dashed.svg");
}

@media (max-width: 1439px) {
    .steps .steps__wrapper--desktop .steps__description li::after {
        height: calc(100% + 30px);
    }
}

.steps .steps__wrapper--desktop .steps__description li:last-of-type .steps__description-pic::after {
    display: none;
}

.steps .steps__wrapper--desktop .steps__description li:last-of-type::after {
    bottom: 17px;
}

.steps .steps__wrapper--desktop .steps__description li:first-of-type::after {
    height: 100%;
    bottom: -50px;
}

.steps .steps__wrapper--desktop .steps__description p {
    position: relative;
    display: block;
    max-width: 78%;
    padding-left: 47px;
    font-size: 16px;
    line-height: 30px;
    opacity: 0.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1439px) {
    .steps .steps__wrapper--desktop .steps__description p {
        width: 78%;
        padding-left: 40px;
        font-size: 14px;
        line-height: 24px;
    }
}


.steps .steps__wrapper--desktop .steps__description .steps__description-pic {
    position: relative;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 108px;
    height: 108px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0 12px 30px rgba(43, 43, 43, 0.17);
    box-shadow: 0 12px 30px rgba(43, 43, 43, 0.17);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1439px) {
    .steps .steps__wrapper--desktop .steps__description .steps__description-pic {
        width: 97px;
        height: 97px;
    }
}

.steps .steps__wrapper--desktop .steps__description .steps__description-pic svg {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    fill: transparent;
    stroke: #2b2b2b;
}

.steps .steps__wrapper--desktop .steps__description .steps__description-pic svg {
    width: 58px;
    height: auto;
}

.steps .steps__wrapper--desktop .steps__description-item--active span {
    opacity: 1;
}

.steps .steps__wrapper--desktop .steps__description-item--active .steps__description-pic {
    position: relative;
    background-color: #4895ba;
}

.steps .steps__wrapper--desktop .steps__description-item--active .steps__description-pic svg {
    opacity: 1;
    fill: transparent;
    stroke: #ffffff;
}

.steps .steps__wrapper--desktop .steps__description-item--active .steps__description-pic::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    /* background-image: url("https://studiobit.ru/local/templates/sb2018/static_new/img/sprite/ellipse.svg"); */
    background-image: url("/services/design/ellipse.svg");
    background-size: contain;
}

@media (max-width: 1439px) {
    .steps .steps__wrapper--desktop .steps__description-item--active .steps__description-pic::before {
        width: 153px;
        height: 153px;
    }
}

.steps .steps__wrapper--desktop .steps__description-item--active p {
    color: #2b2b2b;
    opacity: 1;
}

.steps .steps__wrapper--desktop .steps__description-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.steps .steps__wrapper--desktop .steps__point-item {
    width: 100%;
    height: 50px;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    opacity: 1;
}

.steps .steps__wrapper--desktop .steps__point-item:focus {
    outline: none;
}

.steps .steps__wrapper--desktop .swiper-pagination-custom {
    bottom: 0;
}

.steps .steps__wrapper--mobile {
    display: none;
}

@media (max-width: 1023px) {
    .steps .steps__wrapper--mobile {
        display: block;
        height: auto;
        margin-right: -20px;
        margin-left: -20px;
        padding-bottom: 40px;
        overflow-x: visible;
        overflow-y: hidden;
    }
}

.steps .steps__wrapper--mobile p {
    width: 75%;
    margin: 0;
    margin-bottom: 35px;
    font-size: 25px;
    line-height: 40px;
    color: #727173;
}

@media (max-width: 1439px) {
    .steps .steps__wrapper--mobile p {
        width: 100%;
        margin-bottom: 45px;
        font-size: 23px;
        line-height: 36px;
    }
}

@media (max-width: 1023px) {
    .steps .steps__wrapper--mobile p {
        margin-bottom: 11px;
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .steps .steps__wrapper--mobile p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px;
    }
}

.steps .steps__wrapper--mobile .steps__point-list-mobile {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

.steps .steps__wrapper--mobile .steps__point-list-mobile li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.steps .steps__wrapper--mobile .steps__point-list-mobile li .steps__description-mobile {
    display: none;
}

.steps .steps__wrapper--mobile .steps__point-list-mobile .bullet-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 40px;
    margin-bottom: 0;
    padding-left: 18px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .steps .steps__wrapper--mobile .steps__point-list-mobile .bullet-wrapper {
        min-height: 37px;
    }
}

.steps .steps__wrapper--mobile .steps__point-list-mobile .bullet-wrapper p {
    width: 90%;
    margin: 0;
    margin-left: 7px;
    font-size: 14px;
    line-height: 16px;
    color: #727173;
}

@media (max-width: 767px) {
    .steps .steps__wrapper--mobile .steps__point-list-mobile .bullet-wrapper p {
        margin-left: 9px;
    }
}

.steps .steps__wrapper--mobile .steps__point-list-mobile .bullet-wrapper span {
    width: 22px;
    font-size: 14px;
    line-height: 16px;
    color: #aaaaaa;
}

.steps .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active {
    min-height: 225px;
    margin-top: 11px;
    margin-bottom: 13px;
    padding: 17px 30px 0 18px;
    overflow: visible;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 12px 30px rgba(43, 43, 43, 0.17);
    box-shadow: 0 12px 30px rgba(43, 43, 43, 0.17);
}

@media (max-width: 767px) {
    .steps .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active {
        min-height: 160px;
        margin-top: 12px;
        margin-bottom: 17px;
        padding: 20px 10px 0 18px;
    }
}

.steps .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active .bullet-wrapper {
    min-height: auto;
    margin-bottom: 17px;
    padding-left: 0;
}

.steps .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active .bullet-wrapper span,
.steps .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active .bullet-wrapper p {
    color: #4895ba;
}

.steps .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active .steps__description-mobile {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 35px 0 39px 22px;
}

@media (max-width: 767px) {
    .steps .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active .steps__description-mobile {
        min-height: 100px;
        padding: 0 0 10px 5px;
    }
}

.steps .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active .steps__description-mobile span {
    position: relative;
    display: block;
    width: 75%;
    margin-left: 40px;
    font-size: 14px;
    line-height: 24px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .steps .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active .steps__description-mobile span {
        width: 75%;
        margin-left: 20px;
        line-height: 20px;
    }
}

.steps .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active .steps__description-mobile .steps__description-pic-mobile {
    position: relative;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 97px;
    height: 97px;
    background-color: #4895ba;
    border-radius: 50%;
    -webkit-box-shadow: 0 12px 30px rgba(43, 43, 43, 0.17);
    box-shadow: 0 12px 30px rgba(43, 43, 43, 0.17);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1023px) {
    .steps .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active .steps__description-mobile .steps__description-pic-mobile {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 41px;
    }
}

@media (max-width: 767px) {
    .steps .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active .steps__description-mobile .steps__description-pic-mobile {
        width: 54px;
        height: 54px;
        margin-right: 22px;
    }
}

.steps .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active .steps__description-mobile .steps__description-pic-mobile svg {
    width: 58px;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    fill: transparent;
    stroke: #ffffff;
}

@media (max-width: 767px) {
    .steps .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active .steps__description-mobile .steps__description-pic-mobile svg {
        width: 34px;
    }
}

.steps .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active .steps__description-mobile .steps__description-pic-mobile::before {
    content: "";
    position: absolute;
    width: 153px;
    height: 153px;
    /* background-image: url("https://studiobit.ru/local/templates/sb2018/static_new/css/../img/sprite/ellipse.svg"); */
    background-image: url("/services/design/ellipse.svg");
    background-size: contain;
}

@media (max-width: 767px) {
    .steps .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active .steps__description-mobile .steps__description-pic-mobile::before {
        width: 85px;
        height: 85px;
    }
}

.steps .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active .steps__description-mobile::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 70px;
    z-index: -1;
    width: 1px;
    height: 100%;
    background-image: url("https://studiobit.ru/local/templates/sb2018/static_new/css/../img/sprite/dashed.svg");
}

@media (max-width: 767px) {
    .steps .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active .steps__description-mobile::after {
        left: 30px;
    }
}

.steps .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active .steps__description-item-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.steps .steps__btn {
    margin-top: 62px;
}

@media (max-width: 1439px) {
    .steps .steps__btn {
        min-height: 54px;
        margin-top: 52px;
        padding: 17px 48px;
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 1023px) {
    .steps .steps__btn {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .steps .steps__btn {
        width: 90%;
        min-height: 50px;
        margin-top: 0;
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 767px) {
    .steps--store h2 {
        padding-bottom: 12px;
    }
}

@media (max-width: 1439px) {
    .steps--store .steps__point {
        margin-top: -30px;
    }
}

.steps--store .steps__wrapper--desktop .steps__description {
    height: 460px;
}

@media (max-width: 1439px) {
    .steps--store .steps__wrapper--desktop .steps__description {
        padding-top: 0;
        height: 420px;
    }
}

.steps--store .steps__wrapper--desktop .steps__description span {
    max-width: 80%;
}

.steps--store .steps__wrapper--desktop .steps__description li {
    margin-bottom: 28px;
    min-height: 133px;
}

@media (max-width: 1439px) {
    .steps--store .steps__wrapper--desktop .steps__description li {
        margin-bottom: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width: 1439px) {
    .steps--store .steps__wrapper--desktop .steps__description li::after {
        height: calc(100% + 15px);
    }
}

.steps--store .steps__description-item {
    margin-bottom: 20px;
}

.steps--store .steps__description-item p {
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .steps .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active .steps__description-mobile {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .steps .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active .steps__description-mobile {
        padding-bottom: 21px;
    }
}

.steps--store .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active .bullet-wrapper {
    margin-bottom: 20px;
}

.steps--design h2 {
    padding-bottom: 38px;
}

@media (max-width: 1439px) {
    .steps--design h2 {
        padding-bottom: 12px;
    }
}

@media (max-width: 1023px) {
    .steps--design h2 {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .steps--design h2 {
        padding-bottom: 29px;
    }
}

.steps--design .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active {
    margin-top: 0;
    padding-top: 17px;
}

@media (max-width: 1023px) {
    .steps--design .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active {
        margin-top: 11px;
    }
}

@media (max-width: 767px) {
    .steps--design .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .steps--design .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active .bullet-wrapper {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .steps--design .steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active .steps__description-mobile p {
        padding-top: 15px;
        padding-bottom: 8px;
    }
}

.steps--design .steps__wrapper--desktop .steps__description {
    padding-top: 0;
}

@media (max-width: 1439px) {
    .steps--design .steps__wrapper--desktop .steps__description::before {
        top: 0;
    }
}

@media (max-width: 1439px) {
    .steps--design .steps__wrapper--desktop .steps__description::after {
        bottom: -10px;
    }
}

@media (max-width: 1439px) {
    .steps--design .steps__wrapper--desktop .steps__description li::after {
        height: calc(100% + 30px);
    }
}

.steps--design .steps__wrapper--desktop .steps__description p {
    margin: 0;
    padding-top: 20px;
}

@media (max-width: 1439px) {
    .steps--design .steps__wrapper--desktop .steps__description p {
        padding-top: 0;
    }
}

@media (max-width: 1023px) {
    .steps--design .steps__description-mobile p {
        padding-top: 20px;
    }
}

@media (max-width: 1439px) {
    .steps--design .steps__point {
        margin-top: -20px;
    }
}

.card {
    background-color: #ffffff !important;
    border-radius: 4px !important;
        -webkit-box-shadow: 0 12px 30px rgba(43, 43, 43, 0.17);
    box-shadow: 0 12px 30px rgba(43, 43, 43, 0.17);

    margin-bottom: 5px !important  ;
}

.steps__accordion__button {
    /* min-height: 56px; */
    color: #4895ba !important;
    width: 100% !important;
    text-align: left !important;
    text-decoration: none !important;
}

.steps__accordion__button:focus {
    text-decoration: none !important;
}

.steps__body {
    background-color: #4896ba46 !important;
}

.mobile__steps__header {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}

.steps {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}
/* END STEPS */

.steps__body .steps__description-pic {
    position: relative;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 108px;
    height: 108px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0 12px 30px rgba(43, 43, 43, 0.17);
    box-shadow: 0 12px 30px rgba(43, 43, 43, 0.17);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.steps__body .steps__description-pic::before {
    content: "";
    position: absolute;
    /* width: 170px;
    height: 170px; */
    width: 100px;
    height: 100px;
    /* background-image: url(https://studiobit.ru/local/templates/sb2018/static_new/img/sprite/ellipse.svg); */
    background-image: url(/services/design/ellipse.svg);
    background-size: contain;
    
}

.steps__body .steps__description-pic {
    position: relative;
    background-color: #4895ba;
    /* width: 97px;
    height: 97px; */
    width: 67px;
    height: 67px;
}

.steps__body .steps__description-pic svg {
    opacity: 1;
    fill: transparent;
    stroke: #ffffff;
}

.steps__body .steps__description-pic svg {
    /* width: 58px; */
    width: 40px;
    height: auto;
}

.steps__body svg {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    fill: transparent;
    stroke: #2b2b2b;
}
/* End */


/* Start:/services/design/quiz.css?173011243331273*/
.input {
    border: 0;
    font-size: 1rem;
    font-weight: 600;
    height: 3.5rem;
    margin: 0;
    outline: none;
    padding: 0;
    transition: all .24s;
    width: 100%
}

textarea.input {
    min-height: 8rem;
    padding-top: 1rem !important
}

.input::-moz-placeholder {
    color: #fff
}

.input::placeholder {
    color: #fff
}

.input:hover::-moz-placeholder {
    color: #fff
}

.input:hover::placeholder {
    color: #fff
}

.input.--m {
    font-size: .875rem;
    height: 3rem
}

.input.--l {
    font-size: 1.125rem;
    height: 4.5rem
}

.input.--border {
    border: .125rem solid var(--color__border);
    border-radius: .5rem;
    padding: 0 1.5rem
}

.input.--border:hover {
    border: .125rem solid #c8c8c8
}

.input.--border:focus {
    border: .125rem solid var(--color__dark);
    box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .08)
}

.input.--fill {
    background-color: var(--color__fill-4);
    border: .125rem solid transparent;
    border-radius: .5rem;
    padding: 0 1.5rem
}

.input.--fill:hover {
    background-color: var(--color__fill-4-h);
    border: .125rem solid transparent
}

.input.--fill:focus {
    background-color: #fff;
    border: .125rem solid var(--color__dark);
    box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .08)
}

.input.--border-bottom {
    border-bottom: .125rem solid var(--color__border)
}

.input.--border-bottom:hover {
    border-bottom: .125rem solid var(--color__fill-4-a) !important
}

.input.--border-bottom:focus {
    border-bottom: solid var(--color__fill-1) !important
}

.input__wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    position: relative
}

.input__wrap .input__title {
    font-size: 1rem;
    font-weight: 600
}

.input__wrap .input__error {
    color: red;
    display: none;
    font-size: .875rem;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0
}

.input__wrap.--error .input__error {
    display: block
}

.input__wrap.--error .input {
    border-bottom: .185rem solid red;
    color: red
}

.input__wrap.--2-coll {
    width: calc(50% - 1rem)
}

.input.--textarea {
    min-height: 7.25rem;
    padding-top: 1.5rem
}

.input__wrap.--error .input__title {
    color: red
}

.input__wrap.--error .input::-moz-placeholder {
    color: red
}

.input__wrap.--error .input::placeholder {
    color: red
}

.big-input {
    position: relative
}

.big-input__title {
    font-size: 1.5rem;
    font-weight: 500;
    height: 1.5rem;
    left: 0;
    line-height: 1.5rem;
    margin-top: -.75rem;
    opacity: .32;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transition: all .24s ease
}

.big-input__input {
    box-shadow: inset 0 -.25rem 0 0 hsla(0, 0%, 100%, .16)
}

.attach-resume__input,
.big-input__input {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 1.5rem;
    height: 5.5rem;
    margin: 0;
    outline: none;
    padding: 0;
    transition: all .24s;
    width: 100%
}

input.big-input__input.--password {
    background-position: calc(100% - 2rem);
    background-repeat: no-repeat;
    background-size: 2rem auto
}

.big-input.is-has .big-input__title,
.big-input:focus-within .big-input__title {
    font-size: .875rem;
    opacity: .2;
    top: 1.5rem
}

.big-input:focus-within .big-input__title {
    opacity: .5 !important
}

.big-input.is-has .big-input__title {
    opacity: .5
}

.big-input__input:hover {
    box-shadow: inset 0 -.25rem 0 0 hsla(0, 0%, 100%, .24)
}

.big-input__input::-moz-placeholder {
    color: transparent
}

.big-input__input::placeholder {
    color: transparent
}

.big-input:focus-within .big-input__input::-moz-placeholder {
    color: #b2b2b2
}

.big-input:focus-within .big-input__input::placeholder {
    color: #b2b2b2
}

.big-input:focus-within .big-input__input {
    box-shadow: inset 0 -.25rem 0 0 #fff
}

.big-input.is-has .big-input__input,
.big-input:focus-within .big-input__input {
    padding-top: 1.25rem
}

.big-input__title.--error {
    display: none;
    left: inherit;
    right: 2.5rem !important
}

.big-input__error-wrap {
    color: red;
    display: none;
    left: 0;
    margin-top: 1rem;
    pointer-events: none;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%
}

.big-input.--error .big-input__input {
    box-shadow: inset 0 -.25rem 0 0 red;
    color: red
}

.big-input.--error .big-input__title {
    color: red;
    opacity: .5
}

.big-input.--error .big-input__error-wrap {
    display: block
}

.big-input.--error .big-input__input::-moz-placeholder {
    color: var(--color__fill-1)
}

.big-input.--error .big-input__input::placeholder {
    color: var(--color__fill-1)
}

.big-input.--message:focus-within .big-input__input.--message {
    padding-top: 3rem
}

.big-input.--message .big-input__title {
    top: 2.5rem
}

.big-input.--message:focus-within .big-input__title {
    top: 1.75rem
}

.big-input.--message.is-has .big-input__input.--message {
    padding-top: 3.5rem !important
}


.big-input.is-has textarea.big-input__input,
.big-input:focus-within textarea.big-input__input {
    padding-top: 2.5rem
}


.flex {
    align-items: flex-start;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap
}

.--just-start,
.flex {
    justify-content: flex-start
}

.--just-end {
    justify-content: flex-end
}

.--just-center {
    justify-content: center
}

.--just-space {
    justify-content: space-between
}

.--align-start {
    align-items: flex-start
}

.--align-end {
    align-items: flex-end
}

.--align-stretch {
    align-items: stretch
}

.--align-center {
    align-items: center
}

.--direction-column {
    flex-direction: column
}

.--direction-row {
    flex-direction: row
}

.--align-self-start {
    -ms-align-self: flex-start;
    align-self: flex-start
}

.grid {
    display: grid
}


.--gap-24 {
    grid-gap: 1.5rem
}

.--temp-col-3 {
    grid-template-columns: 1fr 1fr 1fr
}

.--just-start,
.flex {
    justify-content: flex-start
}

.--just-end {
    justify-content: flex-end
}

.--just-center {
    justify-content: center
}

.--just-space {
    justify-content: space-between
}

.--align-start {
    align-items: flex-start
}

.--align-end {
    align-items: flex-end
}

.--align-stretch {
    align-items: stretch
}

.--align-center {
    align-items: center
}

.--direction-column {
    flex-direction: column
}

.--direction-row {
    flex-direction: row
}

.--align-self-start {
    -ms-align-self: flex-start;
    align-self: flex-start
}

.grid {
    display: grid
}


.--gap-24 {
    grid-gap: 1.5rem
}


.--temp-col-3 {
    grid-template-columns: 1fr 1fr 1fr
}


.--opacity64 {
    opacity: .64
}

.width155 {
    width: 155%
}

.width140 {
    width: 140%
}

.width135 {
    width: 135%
}

.width125 {
    width: 125%
}

.width112 {
    width: 112%
}

.width110 {
    width: 110%
}

.width105 {
    width: 105%
}

.width102 {
    width: 102%
}

.width100 {
    width: 100%
}

.width99 {
    width: 99%
}

.width98 {
    width: 98%
}

.width96 {
    width: 96%
}

.width95 {
    width: 95%
}

.width93 {
    width: 93%
}

.width90 {
    width: 90%
}

.width88 {
    width: 88%
}

.width87 {
    width: 87%
}

.width85 {
    width: 85%
}

.width84 {
    width: 84%
}

.width83 {
    width: 83%
}

.width82 {
    width: 82%
}

.width80 {
    width: 80%
}

.width79 {
    width: 79%
}

.width78 {
    width: 78%
}

.width77 {
    width: 77%
}

.width75 {
    width: 75%
}

.width73 {
    width: 73%
}

.width72 {
    width: 72%
}

.width71 {
    width: 71%
}

.width70 {
    width: 70%
}

.width68 {
    width: 68%
}

.width66 {
    width: 66%
}

.width62 {
    width: 62%
}

.width60 {
    width: 60%
}

.width58 {
    width: 58%
}

.width55 {
    width: 55%
}

.width53 {
    width: 53%
}

.width50 {
    width: 50%
}

.width45 {
    width: 45%
}

.width40 {
    width: 40%
}

.width38 {
    width: 38%
}

.width36 {
    width: 36%
}

.width35 {
    width: 35%
}

.height100 {
    height: 100%
}

.--cards-quiz {
    width: 100%
}

.quiz__item-numb {
    color: hsla(0, 0%, 100%, .08);
    font-size: 8.25rem;
    font-weight: 400;
    line-height: 100%
}

.quiz__item-title {
    color: hsla(0, 0%, 100%, 1);
    font-size: 2.62rem;
    font-weight: 600;
    line-height: 120%
}

.quiz__item-title span {
    color: var(--color__white)
}

.cards-quiz__title {
    color: hsla(0, 0%, 100%, 1);
    font-size: 4rem;
    font-weight: 700;
    line-height: 112%;

    font-size: 3.2rem !important;
    font-weight: 600 !important;
    line-height: 3.5rem !important;
}

.cards-quiz__title span {
    color: var(--color__white)
}

.cards-quiz__desc {
    color: hsla(0, 0%, 100%, .6);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 133%
}

@media (max-width:992px) {
    .cards-quiz__desc {
        /* font-size: 1rem; */
        font-size: 14px;
    }
}

.cards-quiz__desc span {
    color: var(--color__white)
}

.cards-quiz__items {
    position: relative
}

.cards-quiz__blur {
    height: 100%;
    left: -10%;
    opacity: .8;
    position: absolute;
    top: -35rem;
    width: 100%;
    z-index: -1
}

.quiz__item {
    background: hsla(0, 0%, 100%, .03);
    border-radius: 1.5rem;
    gap: 1rem;
    padding: 1.5rem 2rem 2.5rem
}

.quiz__item-content {
    gap: 2rem 1.5rem
}

.quiz__item-content.--card-2,
.quiz__item-content.--card-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%
}

.quiz__item-content.--card-5 {
    display: grid;
    grid-template-columns: repeat(6, 1fr)
}

.quiz__item-content.--card-3,
.quiz__item-content.--card-6 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%
}

.quiz__item-content-card {
    background: rgba(38, 36, 36, .32);
    border-radius: 1.5rem;
    cursor: pointer;
    height: 100%;
    outline: transparent;
    outline-style: solid;
    overflow: hidden;
    position: relative;
    transition: .4s ease-in-out;
    width: 100%
}

.quiz__item-content-card:hover {
    background-color: hsla(0, 0%, 100%, .06) !important
}

.quiz__item-content-card:hover .quiz__item-content-img-wrap {
    transform: scale(1.05)
}

.quiz__item-content-card.--is-active {
    outline: #4895ba;
    outline-style: solid
}

.quiz__item-content-card-wrap {
    height: 100%;
    position: relative;
    transition: .4s ease-in-out;
    width: 100%;
    z-index: 1
}

.quiz__item-head {
    flex-wrap: nowrap;
    gap: 1rem
}

.quiz__item-head-left {
    flex-wrap: nowrap;
    gap: 2rem
}

.quiz__item-head-right {
    width: 25%
}

.quiz__item-content-title {
    color: hsla(0, 0%, 100%, .48);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 117%
}

.quiz__item-content-title span {
    color: hsla(0, 0%, 100%, .96);
    font-weight: 400
}

.quiz__item-content-desc {
    color: hsla(0, 0%, 100%, .48);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%
}

.quiz__item-info {
    color: hsla(0, 0%, 100%, .32);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 133%
}

.quiz__item-content-img-wrap {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .24s cubic-bezier(.55, 0, .1, 1), background-color .2s cubic-bezier(.5, 0, 1, 1), opacity .2s cubic-bezier(.5, 0, 1, 1);
    width: 100%
}

.quiz__item-content-img-wrap img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.quiz__item-btn {

    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* background-color:transparent; */
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    background: #4895ba;
    border-radius: 3.38rem;
    color: var(--color__white);
    font-size: 1.5rem;
    font-weight: 500;
    /* gap: 1.5rem; */
    height: auto;
    line-height: 117%;
    padding: 1.5rem 5.5rem;
    display: flex;

    margin-top: 3rem;

}

.quiz__item-btn span {
    color: #FFFFFF;
}

.quiz__item-btn.--send {
    padding: 1.5rem 5rem
}

.quiz__item-btn:hover {
    background-color: #212529;
    color: #FFFFFF;
}

.quiz__item-btn:hover svg path {
    stroke: var(--color__dark)
}

.quiz__item-btn.--preview svg {
    transform: rotate(180deg)
}

.quiz__item-content-card-label {
    cursor: pointer;
    display: block;
    height: 100%;
    padding: 2rem;
    position: relative;
    width: 100%
}

.quiz__item-content-card-label:after,
.quiz__item-content-card-label:before {
    bottom: 1.5rem;
    content: "";
    height: 2.625rem;
    opacity: 0;
    position: absolute;
    transition: .4s ease-in-out;
    width: 2.625rem;
    z-index: 2
}

.quiz__item-content-card.--is-active .quiz__item-content-card-label:before {
    background: #4895ba;
    border-radius: 62.5rem;
    opacity: 1
}

.quiz__item-content-card.--is-active .quiz__item-content-card-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='19' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='3' d='m1.5 10.5 6 6 15-15'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 1
}

.quiz__item-content-card-label input {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.quiz__item-form {
    color: #FFFFFF;
    /* background: rgba(38,36,36,.72); */
    background: rgba(38, 36, 36, 0.99);
    border-radius: 1.5rem;
    padding: 3.3rem 4rem 5.6rem
}

@media (max-width: 768px) {
    .quiz__item-form {
        font-size: 18px !important;
        padding: 1.3rem 1rem 1.6rem
    }

    .big-input__title {
        font-size: 10px !important;
    }

    .attach-resume__input,
    .big-input__input {
        background-color: transparent;
        border: 0;
        color: #fff;
        font-size: 10px !important;
        height: 4.5rem;
        margin: 0;
        outline: none;
        padding: 0;
        transition: all .24s;
        width: 100%;
    }

    .quiz__item-form * {
        font-size: 14px !important;
    }

    @media (max-width:420px) {
        .quiz__item-form * {
            font-size: 10px !important;
        }
    
    }

    /* .col form {
        display: flex !important;
        flex-direction: column !important;
    } */

    .--temp-col-3 {
        grid-template-columns: 1fr !important;
    }

    /* .feedback__policy .quiz__item-bottom {
        margin-top: 30px;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
    } */


}

.form__inputs .big-input__title {
    opacity: .4
}

.form__inputs .--text-area {
    resize: none
}

.big-input__custom-file {
    cursor: pointer;
    flex-wrap: nowrap;
    gap: 1rem
}

.big-input__custom-file-info {
    gap: 0 .6rem
}

.big-input__custom-file-title {
    color: hsla(0, 0%, 100%, .64);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 117%
}

.big-input__custom-file-desc {
    color: var(--color__white);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 167%;
    opacity: .16
}

.big-input__custom-file-inner {
    color: var(--color__white);
    font-size: .88rem;
    font-weight: 400;
    line-height: 143%;
    margin-top: -.5rem;
    opacity: .48
}

.big-input__custom-file-icon {
    border: 2px solid hsla(0, 0%, 96%, .24);
    border-radius: 50%;
    height: 3.5rem;
    min-width: 3.5rem;
    padding: 0;
    width: 3.5rem
}

.big-input__custom-file-icon svg {
    height: 1.75rem;
    width: 1.125rem
}

.big-input__custom-file:hover .big-input__custom-file-icon {
    background-color: var(--color__fill-1);
    border-color: var(--color__fill-1)
}

.big-input__custom-file:hover .big-input__custom-file-icon svg path:first-child {
    transform: translateY(.25rem)
}

.big-input__custom-file:hover .big-input__custom-file-icon svg path:last-child {
    opacity: 0
}

.--cards-quiz.--design .quiz__item-1 .quiz__item-content-card,
.--cards-quiz.--design .quiz__item-2 .quiz__item-content-card,
.--cards-quiz.--design .quiz__item-3 .quiz__item-content-card,
.--cards-quiz.--design .quiz__item-4 .quiz__item-content-card {
    height: 20.88rem
}

.--cards-quiz.--design .quiz__item-5 .quiz__item-content-card,
.--cards-quiz.--presentation .quiz__item-2 .quiz__item-content-card {
    height: 17.75rem
}

.--cards-quiz.--presentation .quiz__item-1 .quiz__item-content-card:nth-child(-n+2) {
    grid-column: span 3;
    height: 21.88rem
}

.--cards-quiz.--presentation .quiz__item-1 .quiz__item-content-card:nth-child(n+3) {
    grid-column: span 2;
    height: 32.88rem
}

.--cards-quiz.--presentation .quiz__item-1 .quiz__item-content-card,
.--cards-quiz.--presentation .quiz__item-3 .quiz__item-content-card,
.--cards-quiz.--presentation .quiz__item-4 .quiz__item-content-card,
.--cards-quiz.--presentation .quiz__item-5 .quiz__item-content-card {
    height: 20.88rem
}

.--cards-quiz.--landing-page .quiz__item-1 .quiz__item-content-card,
.--cards-quiz.--landing-page .quiz__item-2 .quiz__item-content-card,
.--cards-quiz.--landing-page .quiz__item-4 .quiz__item-content-card {
    height: 40rem
}

.--cards-quiz.--landing-page .quiz__item-3 .quiz__item-content-card,
.--cards-quiz.--landing-page .quiz__item-5 .quiz__item-content-card {
    height: 20.88rem
}

.custom-checkbox-showcase {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.custom-checkbox-showcase+label {
    align-items: center;
    display: inline-flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.custom-checkbox-showcase+label:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    border: 2px solid hsla(0, 0%, 100%, .5);
    border-radius: .25em;
    content: "";
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    height: .8em;
    margin-right: .5em;
    width: .8em
}

.custom-checkbox-showcase:checked+label:before {
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
    border-color: #0b76ef
}

.custom-checkbox-showcase:not(:disabled):not(:checked)+label:hover:before {
    border-color: #b3d7ff
}

.custom-checkbox-showcase:not(:disabled):active+label:before {
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-checkbox-showcase:focus+label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-checkbox-showcase:focus:not(:checked)+label:before {
    border-color: #80bdff
}

.custom-checkbox-showcase:disabled+label:before {
    background-color: #e9ecef
}

.custom-checkbox {
    background: hsla(0, 0%, 100%, .16);
    border-radius: 50%;
    height: 2rem;
    position: relative;
    width: 2rem
}

.custom-checkbox:after {
    background-color: #4895ba;
    border-radius: 50%;
    content: "";
    display: none;
    height: .875rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: .875rem
}

.quiz__item-checkbox-label-text {
    color: hsla(0, 0%, 100%, .64);
    font-weight: 400
}

#one:checked+*>.custom-checkbox:after,
#two:checked+*>.custom-checkbox:after {
    display: block
}

#one:checked+*>.quiz__item-checkbox-label-text,
#two:checked+*>.quiz__item-checkbox-label-text {
    color: #fff;
    font-weight: 500
}

.quiz-item-checkboxes {
    gap: 2.625rem
}

.quiz__item-bottom {
    display: flex;
    justify-content: space-between;
}


.order__row {
    width: calc(100% + 2rem)
}

.order__coll {
    flex: 1;
    margin-right: 2rem
}

.order__coll.--mw-33 {
    margin-top: 2.25rem;
    max-width: calc(33% - 2rem)
}

.order__btn {
    background-color: #4895ba;
    border-radius: 3.375rem;
    /* height: 5rem!important; */
    /* width: 21.5rem */
}

.order__btn span {
    font-size: 1.5rem;
    font-weight: 500
}

.order__btn.--success {
    background-color: #57c557;
    pointer-events: none;
    position: relative;
    transition: all .3s ease
}

.order__btn.--success span {
    display: none
}

.order__btn.--success::after {
    border-bottom: .25rem solid #fff;
    border-right: .25rem solid #fff;
    content: "";
    height: 1.5rem;
    pointer-events: none;
    position: absolute;
    top: 1.25rem;
    transform: rotate(45deg);
    transition: all .3s ease;
    width: 1rem
}

.feedback__inputs .big-input__title {
    opacity: 1 !important
}

.feedback__inputs input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.feedback__inputs input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important
}

/* TEST */



@media (max-width: 991px) {
    .quiz__item-content.--card-3 {
        grid-template-columns: 1fr
    }

    .quiz__item-content.--card-6 {
        grid-template-columns: 1fr 1fr
    }

    .big-input__custom-file-desc {
        margin-top: 0
    }

    .quiz__item-content.--card-5 {
        grid-template-columns: 1fr 1fr
    }

    .--cards-quiz.--presentation .quiz__item-1 .quiz__item-content-card:nth-child(-n+2) {
        grid-column: unset
    }

    .--cards-quiz.--presentation .quiz__item-1 .quiz__item-content-card:nth-child(n+3) {
        grid-column: unset;
        height: 21.88rem
    }

    
}

@media (max-width: 510px) {
    .quiz__item-content.--card-2,
    .quiz__item-content.--card-4,
    .quiz__item-content.--card-6 {
        grid-template-columns: 1fr !important
    }
}

@media (min-width: 510px) and (max-width: 768px) {
    .quiz__item-content.--card-2,
    .quiz__item-content.--card-4,
    .quiz__item-content.--card-6 {
        grid-template-columns: 1fr 1fr
    }
}


@media screen and (max-width: 768px) {
    

    .quiz__item-head {
        flex-wrap: wrap
    }

    .quiz__item-head-left {
        gap: .5rem
    }

    .quiz__item-numb {
        display: none !important;
        /* font-size: 7rem */
    }

    .quiz__item-title {
        font-size: 1.5rem
    }

    .quiz__item-head-right {
        width: -moz-fit-content;
        width: fit-content
    }



    .quiz__item-btn {
        padding: 0.5rem 1rem;
    }

    .quiz__item-title br {
        display: none
    }

    .--layout-tools .cards-tools__carousel {
        bottom: -4rem;
        right: 78%
    }

    .quiz__item-content-title br,
    .quiz__item-info br {
        display: none
    }
}

@media screen and (max-width: 640px) {

    .column-card__image .--quiz img {
        height: 46vw
    }

    .cards-wrap.--cards-apply.--quiz,
    .cards-wrap.--cards-presentation.--quiz {
        margin-top: 5rem !important
    }

    .cards-wrap.--cards-get.--quiz .get-item:nth-child(2) .get-item__title {
        padding-left: 2.5rem
    }

    .--cards-quiz {
        /* margin-top: 5rem !important */
    }

    .cards-quiz__blur {
        left: -20vw;
        top: -26rem;
        width: 150vw
    }

    .quiz__item-content.--card-5 {
        grid-template-columns: 1fr
    }

    .quiz__item-head-left {
        flex-wrap: wrap
    }
}

@media screen and (max-width: 991px) {

    .width35,
    .width36,
    .width38,
    .width40,
    .width45,
    .width50,
    .width53,
    .width55,
    .width58,
    .width60,
    .width62,
    .width66,
    .width68,
    .width70,
    .width71,
    .width72,
    .width73,
    .width75,
    .width77,
    .width78,
    .width79,
    .width80 {
        width: auto;
    }
}


/* @media screen and (max-width: 991px) {

    .h1,
    h1 {
        font-size: 3rem;
        line-height: 3.5rem
    }

    .h2,
    .type-editor-big-h2,
    h2 {
        font-size: 2.5rem;
        line-height: 3rem
    }

    .h3,
    h3 {
        font-size: 2rem;
        line-height: 2.5rem
    }

    .h4,
    h4 {
        font-size: 1.75rem;
        line-height: 2.25rem
    }

    .--line-side-1::before {
        height: 2.5rem
    }
}

@media screen and (max-width: 640px) {
    .--line-side-1:before {
        height: 2rem
    }
} */

.img.--full-width,
.type-editor p img {
    max-width: 100%;
    width: 100%
}

.img.--round,
.type-editor p img {
    border-radius: 1rem
}

.img.--round-min {
    border-radius: .5rem
}

@media screen and (max-width: 640px) {
    .img__wraper:after {
        display: none
    }
}

.body__overlay {
    opacity: 0;
    transition: .3s ease-in-out;
}

.body__overlay.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.6;
    z-index: 100;
}

.overlay__spinner {
    opacity: 0;
    transition: .3s ease-in-out;
}

.overlay__spinner.spin {
    position: fixed;
    top: 45%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 100;
}

.spinner-border {
    width: 4rem !important;
    height: 4rem !important;
}

.form-control-kviz-error {
    border: 2px solid red !important;
    border-radius: 15px;
}

.big-input__title.focused {
    font-size: .875rem !important;
    opacity: .2 !important;
    top: 1.5rem !important;
}

.big-input__input.focused {
    padding-top: 1.25rem !important;
}

.quiz__item-content-img-wrap {
    width: 40% !important;
    height: auto !important;
    left: 60% !important;
    /* position: absolute; */
    top: 20%;
}


@media (max-width:400px) {

    .--cards-quiz.--design .quiz__item-1 .quiz__item-content-card,
    .--cards-quiz.--design .quiz__item-2 .quiz__item-content-card,
    .--cards-quiz.--design .quiz__item-3 .quiz__item-content-card,
    .--cards-quiz.--design .quiz__item-4 .quiz__item-content-card {
        height: auto !important;
        /* height: 10rem !important; */
    }

    .--cards-quiz.--design .quiz__item-1 .quiz__item-content-card .quiz__item-content-card-label .quiz__item-content-img-wrap {
        padding-top: 5rem;
    }

    .--cards-quiz.--design .quiz__item-4 .quiz__item-content-card .quiz__item-content-card-label .quiz__item-content-img-wrap {
        padding-top: 5rem;
    }

    .--cards-quiz.--design .quiz__item-3 .quiz__item-content-card .quiz__item-content-card-label .quiz__item-content-img-wrap {
        width: 65% !important;
        height: auto !important;
        left: 35% !important;
        /* position: absolute; */
        top: 47%;
    }

    .--cards-quiz.--design .quiz__item-5 .quiz__item-content-card,
    .--cards-quiz.--presentation .quiz__item-2 .quiz__item-content-card {
        height: auto !important;
    }
}

@media (min-width:510px) and (max-width:768px) {
    .--cards-quiz.--design .quiz__item-1 .quiz__item-content-card,
    .--cards-quiz.--design .quiz__item-2 .quiz__item-content-card,
    .--cards-quiz.--design .quiz__item-3 .quiz__item-content-card,
    .--cards-quiz.--design .quiz__item-4 .quiz__item-content-card {
        /* height: auto !important; */
        height: 10rem !important;
    }
}

@media (min-width:400px) and (max-width:768px) {

    .--cards-quiz.--design .quiz__item-1 .quiz__item-content-card,
    .--cards-quiz.--design .quiz__item-2 .quiz__item-content-card,
    .--cards-quiz.--design .quiz__item-3 .quiz__item-content-card,
    .--cards-quiz.--design .quiz__item-4 .quiz__item-content-card {
        height: auto;
        /* height: 10rem !important; */
    }

    .--cards-quiz.--design .quiz__item-1 .quiz__item-content-card .quiz__item-content-card-label .quiz__item-content-img-wrap {
        padding-top: 3rem;
    }

    .--cards-quiz.--design .quiz__item-4 .quiz__item-content-card .quiz__item-content-card-label .quiz__item-content-img-wrap {
        padding-top: 3rem;
    }

    .--cards-quiz.--design .quiz__item-3 .quiz__item-content-card .quiz__item-content-card-label .quiz__item-content-img-wrap {
        /* width: 55% !important;
        height: auto !important;
        left: 45% !important;
        top: 33%; */
        display: none !important;
    }

    .--cards-quiz.--design .quiz__item-5 .quiz__item-content-card,
    .--cards-quiz.--presentation .quiz__item-2 .quiz__item-content-card {
        height: auto !important;
    }
}

@media (min-width: 768px) and (max-width:1024px) {

    .--cards-quiz.--design .quiz__item-1 .quiz__item-content-card,
    .--cards-quiz.--design .quiz__item-2 .quiz__item-content-card,
    .--cards-quiz.--design .quiz__item-3 .quiz__item-content-card,
    .--cards-quiz.--design .quiz__item-4 .quiz__item-content-card {
        /* height: auto !important; */
        height: 10rem !important;
    }

    .--cards-quiz.--design .quiz__item-1 .quiz__item-content-card .quiz__item-content-card-label .quiz__item-content-img-wrap {
        padding-top: 5rem;
    }

    .--cards-quiz.--design .quiz__item-4 .quiz__item-content-card .quiz__item-content-card-label .quiz__item-content-img-wrap {
        padding-top: 5rem;
    }

    .--cards-quiz.--design .quiz__item-3 .quiz__item-content-card .quiz__item-content-card-label .quiz__item-content-img-wrap {
        /* width: 65% !important;
        height: auto !important;
        left: 35% !important;
        top: 47%; */
        display: none !important;
    }

    .--cards-quiz.--design .quiz__item-5 .quiz__item-content-card,
    .--cards-quiz.--presentation .quiz__item-2 .quiz__item-content-card {
        height: auto !important;
    }
}

@media (max-width:992px) {
    .quiz__item-btn {
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /* background-color: transparent; */
        border: 1px solid transparent;
        padding: .375rem 1.5rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        background: #4895ba;
        border-radius: 3.38rem;
        color: var(--color__white);
        font-size: 1rem;
        font-weight: 500;
        /* gap: 1.5rem; */
        /* height: auto;
        line-height: 117%;
        padding: 1.5rem 5.5rem; */
        display: flex;
        margin-top: 3rem;
    }
}

.quiz__item-2 .quiz__item-content .quiz__item-content-card .quiz__item-content-card-label .quiz__item-content-img-wrap {
    top: 40% !important;
}

@media (min-width:768px) and (max-width: 1024px) {
    .quiz__item-content-title {
        color: hsla(0, 0%, 100%, .48);
        font-size: 1rem;
        font-weight: 500;
        line-height: 117%;
    }
}

@media (max-width: 768px) {
    .quiz__item-content-title {
        font-size: 14px !important;
    }
}


@media (max-width: 992px) {
    .quiz__item-content-img-wrap {
        display: none !important;
    }
    
    .quiz__item-info {
        display: none !important;
    }
}
/* End */


/* Start:/local/components/main/quiz.v2/templates/.default/style.css?17741932838888*/
#quiz{
	overflow: hidden;	
	background: #0a4d9f;
    position: relative;
	background: linear-gradient(137deg, rgb(10 77 159 / 6%) 0% 0%, rgb(10 81 161 / 15%) 15%,rgb(32 121 215 / 27%) 75%, rgb(3,71,142,.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a4d9f', endColorstr='#2079d7',GradientType=1 );
	border-bottom: 12px solid rgb(255 255 255 / 10%);
}

#quiz_bigtext{
    position: absolute;
    color: rgb(255 255 255 / 3%);
    font-size: 71px;
    white-space: nowrap;
    font-family: 'Arial', Gadget, sans-serif;
    font-weight: 800;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
    top: 34px;
}
  
.quiz-title{
	font-size:18px;
	color:#fff;
}

.quiz-block{ 
	padding:40px 5px;
	min-height:140px;
	margin:15px 0px;
	-webkit-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.4);
	/*background-color:rgba(0, 0, 0, 0.5);*/
	/*background: #fff;*/
	border:3px solid rgb(255 255 255 / 28%);
	/*box-shadow: 9px 8px 20px 0px #000000, -13px -13px 22px #192c35de;*/
	transition: 0.5s;
	border-radius: 25px 10px; 
	backdrop-filter: blur(5px);
	cursor: pointer;
}
 
.quizback {
    border: 1px solid #9eadb5;
    color: #9eadb5;
    padding: 5px 4px 4px 4px;
    border-radius: 50px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: inline-block;
    padding-left: 6px;
	margin-right:10px;
}
 

.quizback:hover {
	background: #263845;
}


.answers-active{
	border: 3px dashed #84bc29;
	background: rgb(132 188 41 / 20%);
}

.quiz-step-line2{
	position: relative; 
    margin-top: 20px;
    margin-bottom: 36px;
}

.swiper-pagination-swiperquiz{
	border-radius: 20px !important;
    height: 11px !important;
    overflow: hidden;
}
.swiper-pagination-swiperquiz span{
    background-image: linear-gradient(0.913turn, rgba(188, 236, 48, 1) 0%, rgba(25, 205, 16, 1) 48%, rgba(1, 176, 137, 1) 100%) !important;
    border-radius: 20px !important;
    height: 5px !important;
    margin-top: 3px;
    margin-left: 2px;
    width: 98.7% !important;
}

.quiz-step-title span{
	display: inline-block;
    border-right: 1px solid rgb(255 255 255 / 38%);
    padding-right: 17px;
    width: 15px;
    text-align: center;
    margin-right: 4px;
}
 
@media (min-width: 767px){
	
	#swiperquiz div {
        padding-bottom: 10px;
    }
	
	.quiz-number-b{
		color: #fff;
        border-radius: 50%;
        border: 3px dashed rgb(255 255 255 / 39%);
        width: 44px;
        display: block;
        text-align: center;
        margin-right: 20px;
        padding-top: 4px;
        height: 44px;
        font-size: 22px;
	}
	
	.quiz-swiper-container{
		padding:15px;
	}
	
	.quiz-text{ 
		color:#fff;
		font-size:18px; 
	}
	
	.quiz-text-next{
		color: #fff;
        font-size: 18px;
        display: block;
        margin-top: 7px;
	}

	.quiz-block svg{
		margin-right:20px;
		margin-left:10px;
	}

	#quiz{
		border-radius: 0px 0px 250px 0px;
	}
 
	.quiz-block-step{
		padding: 0px 15px ;
	}
	 
	.quiz-step-title{
		display: block;
        margin-top: 15px;
        border: 2px solid rgb(255 255 255 / 36%);
        padding: 9px 15px;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        border-radius: 15px;	
	}

	.quiz-vertical-line{
		border-left: 2px dashed   #3984d7;
	} 
	
	.quiz-block:hover{ 
		border: 2px solid #84bc29;
		cursor: pointer; 
		/*transform: scale(1.05);*/
	}

}

@media (max-width: 767px){
  
	.quiz-number-b{
		color: #fff; 
        border-radius: 50%;
        border: 1px dashed #fff;
        width: 41px;
        display: block;
        text-align: center;
        margin-right: 5px;
        padding-top: 4px;
        height: 42px;
        font-size: 20px;
	}
	.quiz-text{ 
		color:#fff;
		font-size:12px;
		line-height: 15px;
        display: block; 
	}
	.quiz-text-next{
		color: #fff;
        font-size: 18px;
        margin-top: 5px;
        display: block;
	}
	
	.quiz-block svg{
		margin-right:3px;
	}
	
	#quiz{
		border-radius: 0px 0px 80px 0px;
	}
	
	.quiz-block{
		margin: 7px 0px !important;	
		padding: 8px 4px 4px 4px ;
		min-height: 65px;
		max-height: 65px;
	}
	
	.quiz-col-mob1{
		padding-right: 5px !important;
	}
	.quiz-col-mob2{
		padding-left: 5px !important;
	}
	
	.quiz-step-title{
		display: block;
        margin-top: 15px;
        border: 2px solid rgb(255 255 255 / 36%);
        padding: 4px 15px;
        color: #fff;
        cursor: pointer;
        font-size: 12px;
        border-radius: 15px;	
	}
	
	.quiz-vertical-line{
	 
	} 
	
	.quiz-block:hover{ 
		border: 2px solid #84bc29;
		cursor: pointer;  
	}
	
 
}


.next-quiz-active .quiz-text{
	color: #fff;
}

.quiz-block:hover .quiz-text{
	color: #fff;
}
 
.quiz-block:hover .quiz-svg{
	fill: #84bc29 !important;
}
 
 

 



.quiz-step-text{
	font-size:20px;
	color:#fff;
}

.quiz-step-line{
	margin-top:15px;
	width:100%;
	background: #000;
    border-radius: 8px 0px;
	height: 8px;
	padding: 1px;
    display: flex;
}

.quiz-step-line > div{
	flex-grow: 1;
    margin: 1px;
    border-radius: 10px 0px 10px 0px;
    cursor: pointer;
	height: 4px;
} 

.quiz-step-active{
    background: #84bc29; 
}




.btn-quiz{
	color: #fff !important;
	background:transparent;
	border: 3px solid rgb(255 255 255 / 24%);
	transition: 0.5s;
	width:100%;
	text-align:center;
	cursor:pointer;
	padding: 5px 0px;
	border-radius: 10px !important;
}

 
.btn-quiz:hover {
	color:#fff !important;
	transform: translateY(-7px);
}

 
.quiz-step-title:hover{
	border: 2px solid #84bc29;
	color:#fff;
}

 
#quiz-active-status {
    color: rgb(255 255 255 / 60%);
    font-size: 15px;
}


.quiz-step-title-active{
	border: 2px solid rgb(255 255 255 / 68%);
	background: linear-gradient(152deg, rgba(33, 144, 155, 1) 46%, rgba(15, 78, 84, 1) 86%);
    color: #fff;
}
 

#quiz-number-active{
	background: #000000;
    display: inline-block;
    width: 31px;
    text-align: center;
    border-radius: 50%;
}

 
 
 
 
 
 


.form-input-box-quiz {
  position: relative;
}

.form-input-box-quiz input,
.form-input-box-quiz textarea{
    width: 100%;
    padding: 22px 17px 10px 19px;
    font-size: 16px;
    color: #fff;
    background: transparent;
    color: #fff;
	border: 3px solid rgb(255 255 255 / 24%); 
	border-radius: 10px;
	backdrop-filter: blur(5px) !important;
 
}

.form-input-box-quiz input:focus ~ label,
.form-input-box-quiz input:not(:placeholder-shown) ~ label,
.form-input-box-quiz textarea:focus ~ label,
.form-input-box-quiz textarea:not(:placeholder-shown) ~ label{
  top: -12px;
  left: 0;
  font-size: 11px; 
}
 
.form-input-box-quiz label {
  position: absolute;
  top:0;
  left: 0;
  padding: 0px 15px;
  margin: 18px 20px;
  font-size: 15px;
  color: #dddddd;
  pointer-events: none;
  transition: .5s;
  background: transparent;
}

.form-control-quiz-error{
	border: 1px solid red !important;
}











/* отправка формы */
.spiner-load{
	  position:absolute;
	  top:50%;
	  left:50%;
	  transform:translate(-50%,-50%);
	  width:240px;
	  height:240px;
	  background:transparent;
	  border:3px solid #3c3c3c;
	  border-radius:50%;
	  text-align:center;
	  line-height: 27px;
	  padding-top: 90px;
	  font-size: 22px;
	  color:#fff;
	  box-shadow:0 0 20px rgba(0,0,0,.5);
}
.spiner-load:before{
	  content:'';
	  position:absolute;
	  top:-3px;
	  left:-3px;
	  width:100%;
	  height:100%;
	  border:3px solid transparent;
	  border-top:3px solid #fff000;
	  border-right:3px solid #fff000;
	  border-radius:50%;
	  animation:spanimateC 3s linear infinite;
}
.spiner-load span{
	  display:block;
	  position:absolute;
	  top:calc(50% - 2px);
	  left:50%;
	  width:50%;
	  height:4px;
	  background:transparent;
	  transform-origin:left;
	  animation:animate 3s linear infinite;
}
.spiner-load span:before{
	  content:'';
	  position:absolute;
	  width:16px;
	  height:16px;
	  border-radius:50%;
	  background:#fff000;
	  top:-6px;
	  right:-8px;
	  box-shadow:0 0 20px #fff000;
}
@keyframes spanimateC{
  0%
  {
    transform:rotate(0deg);
  }
  100%
  {
    transform:rotate(360deg);
  }
}
@keyframes animate{
  0%
  {
    transform:rotate(45deg);
  }
  100%
  {
    transform:rotate(405deg);
  }
}



/*  иксированный блок */	
.uznay_price{
	position: fixed !important;
	left: 0px;
	bottom: 18px;
	border-radius: 0px 7px 9px 0px !important;
	color: #fff;
	padding: 12px 18px 12px 5px !important;
	z-index: 999;
	overflow: hidden;
	
}

.uznay_price span{
	display: block;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
}
 
.uznay_price b{
	display: block;
	color: #fff;
	font-size: 16px; 
	font-weight: 600;
	margin-top: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 70px; 
	transition: all .4s linear;
}

.uznay_price:hover{
	text-decoration: none;
}

.uznay_price:hover b{
	width:260px !important;
}
	
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/all.services/style.css?17598122262053*/

@media (min-width:992px) {
	
	#bg_all_services{
		margin-top: 50px;
		margin-bottom: 50px;
		border-top: 12px solid rgba(255, 255, 255, 0.1);
		border-bottom: 12px solid rgba(255, 255, 255, 0.1);
		border-radius: 0px 250px 250px 0px;
		overflow: hidden;
	}

	
	.all_services_container{
		height: 100%; 
		padding: 40px;
	}
	
}
 
@media (max-width:992px) {
	
	#bg_all_services{
		margin-top: 35px;
		margin-bottom: 35px;
		border-top: 12px solid rgba(255, 255, 255, 0.1);
		border-bottom:5px solid rgba(255, 255, 255, 0.1);
		border-radius: 20px;
		overflow: hidden;
	}
	
	
	.all_services_container{
		height: 100%; 
		padding: 20px 15px ;
	}
	
}


.all_services{
    height: auto !important;
}



.all_services_name_z{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
}

.all_services_name{
   display: block;
    font-size: 30px;
    margin-bottom: 16px;
    color: #fff;
    font-weight: 400;
    font-family: "Tektur", sans-serif;
}

 


.all_services_list {
	color: #ebebeb;
    text-decoration: none;
    display: block;
    padding: 5px 0px 5px 16px;
    font-size: 17px;
    font-weight: 300;
    position: relative;
	border: 1px solid #ffffff00;
	border-radius: 10px;
    transition: all .3s linear;
}

.all_services_list:before {
    width: 8px;
    height: 1px;
    background: #4b9fc7;
    position: absolute;
    content: "";
    left: 4px;
    top: 16px;
    transition: all 0.3s ease;
}

.all_services_list:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0;
    height: 1px;
    background-color: #4b9fc7;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-delay: 0.2s;
}

.all_services_list:hover {
	text-decoration: none;
    color: #84bc29;
    border: 1px solid #ffffff75;
    border-radius: 10px;
    background: #0000000f;
}

/*
 
.all_services_list:hover:after {
    width: 100%;
}

.all_services_list:hover:before {
    top: 29px;
    background: #84bc29;
    opacity: 0;
}
*/
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/clients/style.css?17001328552201*/
.lclients {
    position: relative;
	background:#fff;
	/*border: 4px solid #d8d8d8;*/
	/*border-radius: 10% 77% 42% 20% / 10% 59% 31% 18%;*/
	border-radius: 30px;
	overflow: hidden;
	background: linear-gradient(218deg, #364566, #408887);
	padding:4px;
}

.lclients2{
	background:#fff;
	border-radius:27px;
	overflow: hidden;
}


.lclients2_logo{
	position: relative;
    max-width: 130px;
    min-width: 70px;
    height: 130px;
    line-height: 130px;
    margin: 0 auto;
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    zoom: 1;
    display: block;
    overflow: hidden;
}
 
.lclients2_logo img {
	 max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
 
}
 
 

.lclients2:hover .lclients2_logo{
	display:none
}

.lclients2:hover .lclients2_info{
	display: block !important;
    color: #000;
    background: #fff;
    height: 130px;
    text-align: center;
    font-size: 12px;
    padding: 15px 7px 10px 7px;
    text-decoration: none;
    line-height: 14px;
}

.lclients2_info img{
	height:35px; 
	padding-bottom: 10px;
	margin-top: 13px;
}
 
 
 
 
 

@keyframes divgo3 {
  0%{
	  border-radius: 10% 77% 42% 20% / 10% 59% 31% 18%;
  }
  20%   {
	  border-radius: 47% 44% 69% 17% / 22% 65% 17% 24%;
  }
  40%   { 
  	   border-radius: 63% 15% 35% 52% / 22% 65% 17% 61%;
  }
  60%   {
	  border-radius: 10% 77% 42% 20% / 10% 59% 31% 18%;
  }
  80%   {
	  border-radius: 25%;
  }
  100%{
	  border-radius: 10% 77% 42% 20% / 10% 59% 31% 18%;
  }
}

.swiper-pagination-client span{
	background:#fff;
}

.swiper-arrow-client {
	cursor: pointer;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding-top: 5px;
    position: absolute;
    z-index: 100;
    bottom: 43px;
    background: #fff;
	transition: all .2s ease-in-out;
}

.swiper-arrow-client:hover{
	transform: scale(1.1);
}

@media (min-width: 768px){
 
	.swiper-arrow-client-l{
		left: 39%;
	}
	
	.swiper-arrow-client-r{
		right: 39%;
	}
 
}
@media (max-width: 768px){
 
	.swiper-arrow-client-l{
		left: 24%;
	}
	
	.swiper-arrow-client-r{
		right: 24%;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?16000782672530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */
/* /services/design/design.css?173011334834124 */
/* /services/design/quiz.css?173011243331273 */
/* /local/components/main/quiz.v2/templates/.default/style.css?17741932838888 */
/* /local/templates/main/components/bitrix/news.list/all.services/style.css?17598122262053 */
/* /local/templates/main/components/bitrix/news.list/clients/style.css?17001328552201 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?16000782672530 */
