

/* Start:/local/templates/sobol/components/bitrix/breadcrumb/main-bread/style.css?1781689140614*/
.breadcrumbs__list {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
}

.breadcrumbs__item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.breadcrumbs__link {
    color: var(--grey-text);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.breadcrumbs__current {
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
}

.breadcrumbs__sep {
    width: 9px;
    height: 9px;
    border-top: 2px solid #aaa;
    border-right: 2px solid #aaa;
    transform: rotate(45deg);
    display: inline-block;
}
/* End */


/* Start:/local/templates/sobol/components/asd/activate.code/new/style.css?178885471637448*/
#partner-map {
    width: 100%;
    height: 400px;
}

.cert-success {
    padding-bottom: 1em;
}

.set_items .item-cell {
    border: 1px solid #909090;
    padding: 5px;
}

.set_items .item-row0 {
    background-color: #f9f9f9;
}

.sertificate_activate_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 50px 0 0;
}

.sertificate_activate_box h1 {
    font-weight: 500;
    font-size: 36px;
}

.sertificate_activate_box .form-group input {
    height: 70px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #e9ecf3;
    font-weight: 500;
    width: 100%;
}

.sertificate_activate_box .form-group input::placeholder {
    font-weight: 500;
}

.sertificate_activate_box input::placeholder {
    color: rgb(122, 126, 134) !important;
}

#activate-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#activate-form>.col-sm-3 {
    width: 30%;
}

#activate-form>.col-sm-9 {
    width: calc(70% - 50px);
}

#activate-form .form-group {
    width: calc(25% - 30px);
    margin: 15px 15px;
}

.form_bottom {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin-top: 50px;
}

.activation-page .form_bottom button {
    width: 300px;
    font-size: 17px;
    color: rgb(255, 255, 255);
    background: rgb(228, 236, 80);
    border-radius: 10px;
    height: 85px;
    border: none;
    color: #000 !important;
    font-weight: 500;
    margin-right: 35px;
}

.activation-page .form_bottom button:hover {
    box-shadow: 0px 0px 50px -15px rgb(228, 236, 80);
}

.form_bottom .allert {
    color: rgb(122, 126, 134);
    font-size: 15px;
    font-weight: 400;
}

.form_bottom .allert>span {
    color: red;
}

.cert-success #activate-form .form-group {
    width: 100%;
}

.form_group_wrapper {
    width: 100%;
    box-shadow: 0px 0px 50px -15px rgba(50, 62, 66, .2);
    border-radius: 10px;
    padding: 45px;
}

.cert-success #activate-form .form-group {
    margin: 0 0 30px 0;
}

.cert-success form button {
    width: 300px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    border-radius: 10px;
    height: 85px;
    background: rgb(228, 236, 80);
    border: none;
    color: #000;
    font-weight: 600;
    margin-right: 185px;
}

.alert-success {
    background-image: none !important;
    background-color: #f0f6f6 !important;
    border: none !important;
    padding: 60px 40px 60px 120px !important;
    margin-bottom: 50px;
}

.alert-success span {
    color: #000 !important;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
}

.alert-success p {
    color: #7b7e87 !important;
    font-size: 18px !important;
}

.set_items .item-cell {
    background: #ffffff !important;
    border: 2px solid var(--white);
    border-radius: 10px;
    -webkit-box-shadow: 0 0 9px rgba(59, 77, 79, 0.1);
    box-shadow: 0 0 9px rgba(59, 77, 79, 0.1) !important;
    padding: 60px 90px 60px 140px;
    display: flex;
    margin-bottom: 50px;
    cursor: pointer;
}

.set_items .item-cell.active {
    border: 2px solid rgb(228, 236, 80);
}

.set_items .item-cell .set-image-container {
    padding: 0 !important;
    width: 480px !important;
    height: 320px !important;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 80px;
}

.set_items .item-cell .set-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.set_items .item-cell .item-content {
    width: 500px;
}

.set_items .item-cell .point {
    position: absolute;
    left: 45px;
    top: calc(50% - 20px);
}

.set_items .item-cell .point input {
    display: none;
}

.set_items .item-cell .point .check {
    width: 40px;
    height: 40px;
    border: 1px solid#e6e6e6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.set_items .item-cell .point input:checked+.check {
    border: 1px solid #f091a5;
    box-shadow: 0 0 10px #f091a5;
}

.set_items .item-cell .point input:checked+.check:before {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background: #f091a5;
    border-radius: 50%;
}

.item-content .people {
    color: #7b7e87;
}

.item-content .title {
    font-size: 30px !important;
    text-transform: initial !important;
    padding: 5px 0;
}

.item-content p {
    color: #7b7e87 !important;
    font-family: "Museo Sans Cyrl", sans-serif;
    line-height: 26px !important;
}

.item-content .approve {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0;
    display: inline-block;
}

.item-content ul {
    padding: 0;
    list-style-type: none;
}

.item-content .phone {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold
}

.item-content .adress {
    font-weight: 500;
    font-size: 16px;
}

@media screen and (max-width:1200px) {
    #activate-form>.col-xs-12 {
        width: 100%;
    }

    .set_items .item-cell .point .check {
        top: -50px;
        bottom: auto;
    }
}

@media screen and (max-width:1000px) {
    .cert-success {
        padding: 0 !important;
    }

    .sertificate_activate_box {
        padding: 0;
        margin: 0;
    }

    .alert-success {
        padding: 30px !important;
    }

    .form_bottom {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }

    .form_bottom .allert {
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }

    #activate-form .form-group {
        width: 100%;
    }

    .activation-page .form_bottom button {
        margin-right: 0;
    }

    .set_items .item-cell {
        flex-direction: column;
        margin: 40px 0;
        width: 100%;
        max-width: 100%;
        padding: 30px 30px 70px;

    }

    .set_items .item-cell .set-image-container {
        width: 100% !important;
    }

    .set_items .item-cell .point {
        left: calc(50% - 20px);
        top: auto;
        bottom: 20px;
    }

    .set_items .item-cell .item-content {
        width: 100%;
        padding: 20px 0;
    }

    .cert-custom-info {
        display: flex;
        justify-content: space-between;
    }

    .cert-custom-info ul li:after {
        display: none;
    }
}

.cert-addresses ul li::after {
    background: none !important;
    ;
}

.cert-link a:hover {
    text-decoration: none;
    color: #000;
}

.upsale_items {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 10px 40px;
    border-radius: 10px;
    background: #f0f6f6;
}

.upsale_item {
    padding: 10px 0;
    border-bottom: 1px solid #B0B0B0;
    display: flex;
}

.upsale_item:first-child {
    border-top: 1px solid #B0B0B0;
}

.upsale_item .name_block {
    font-weight: 500;
    font-size: 24px;
    margin-top: 10px;
}

.upsale_item .name {
    font-weight: 100;
    font-size: 18px;
    display: block;
}

.upsale_item .price_block {
    font-size: 24px;
    margin-top: 10px;
    margin-left: 40px;
}

.upsale_item .price_block .old_price {
    color: #505050;
    text-decoration: line-through;
}

.upsale_item .price_block .price {
    font-weight: 500;
}

.upsale_item a.btn {
    background: linear-gradient(180deg, #f293a8 0, #ed8199 100%);
    position: relative;
    font-weight: 500;
    padding: 15px;
    height: 50px;
    border-radius: 10px;
    font-size: 17px;
    align-items: center;
    cursor: pointer;
    border: none;
    color: #fff;
    margin-left: 20px;
}

.upsale_item a.btn.replace_button {
    background: #e5ec50;
    color: black;
}

@media screen and (max-width:1023px) {
    .upsale_item {
        display: block;
        text-align: center;
    }

    .upsale_item .price_block,
    .upsale_item a.btn {
        margin: 10px 0;
    }
}

.modal_content.myself_modal {
    display: none;
    background: #fff;
    width: 100%;
    max-width: 1000px;
    height: auto;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 50px -15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 50px -15px rgba(0, 0, 0, .3);
    padding: 30px 80px
}

.modal_content.myself_modal .btn {
    color: #000 !important;
    border: none;
    border-radius: 10px;
    width: 100%;
    max-width: 350px;
    -webkit-box-shadow: 0 4px 30px rgba(227, 238, 60, .5);
    box-shadow: 0 4px 30px rgba(227, 238, 60, .5);
    height: 70px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    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;
    background: #e5ec50;
    font-family: "Proxima Nova", Helvetica, sans-serif;
    margin-top: 0;
    cursor: pointer
}

.modal_content.myself_modal .subheader {
    font-weight: 500 !important;
    font-size: 30px !important;
    margin-bottom: 10px !important;
    margin-top: 0
}

@media(max-width:526px) {
    .modal_content.myself_modal div.subheader {
        font-size: 20px !important
    }
}

.modal_content.myself_modal .sub_title {
    margin-bottom: 35px;
    font-family: HelveticaNeueCyr;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000
}

@media(max-width:526px) {
    .modal_content.myself_modal .sub_title {
        font-size: 15px
    }
}

.modal_content.myself_modal input {
    padding: 10px 20px !important;
    font-weight: 500;
    height: 60px;
    margin-bottom: 0;
    border: 1px solid #ebebeb;
    width: 100%;
    border-radius: 5px;
    font-size: 16px
}

.modal_content.myself_modal input::-webkit-input-placeholder {
    font-size: 16px
}

.modal_content.myself_modal input::-moz-placeholder {
    font-size: 16px
}

.modal_content.myself_modal input:-ms-input-placeholder {
    font-size: 16px
}

.modal_content.myself_modal input::-ms-input-placeholder {
    font-size: 16px
}

.modal_content.myself_modal input::placeholder {
    font-size: 16px
}

.modal_content.myself_modal .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.modal_content.myself_modal .col-xs-12 {
    width: 100%
}

.modal_content.myself_modal .col-xs-12.col-sm-6 {
    width: calc(50% - 20px)
}

.modal_content.myself_modal textarea {
    padding: 10px 20px !important;
    font-weight: 500;
    height: 150px;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    resize: none;
    margin: 0
}

.modal_content.myself_modal textarea::-webkit-input-placeholder {
    font-size: 16px
}

.modal_content.myself_modal textarea::-moz-placeholder {
    font-size: 16px
}

.modal_content.myself_modal textarea:-ms-input-placeholder {
    font-size: 16px
}

.modal_content.myself_modal textarea::-ms-input-placeholder {
    font-size: 16px
}

.modal_content.myself_modal textarea::placeholder {
    font-size: 16px
}

.modal_content.myself_modal .reviews {
    margin-bottom: 60px
}

.modal_content.myself_modal .reviews .text {
    color: #000 !important;
    font-size: 17px !important;
    font-weight: 500 !important
}

.modal_content.myself_modal .reviews input {
    display: none
}

.modal_content.myself_modal .reviews .fa-star {
    color: #e4e4e4;
    margin: 0 3px
}

.modal_content.myself_modal .reviews .fa-star.blue.active {
    color: #f9c802
}

@media screen and (max-width:780px) {
    .modal_content.myself_modal .col-xs-12 {
        width: 100% !important
    }

    .modal_content.myself_modal {
        padding: 20px
    }

    .modal_content.myself_modal .reviews {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .modal_content.myself_modal .content {
        height: calc(80vh - 40px);
        overflow: scroll
    }

    .modal_content.myself_modal .subheader {
        font-size: 24px !important
    }

    .modal_content.myself_modal input {
        margin: 0
    }
}

.input_box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -15px 30px
}

.input_line {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.333333%;
    width: 100%;
    padding: 0 15px
}

@media(max-width:526px) {
    .input_line {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 15px
    }
}

.input_box_info-box {
    padding: 0 15px;
    width: 100%
}

.input_box-title {
    padding: 0 15px;
    font-family: HelveticaNeueCyr;
    font-style: normal;
    font-weight: 550;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 26px
}

.input_line-radio {
    max-width: 45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%
}

@media(max-width:526px) {
    .input_line-radio {
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

.input_box_info {
    border: 2px solid #f6eaed;
    border-radius: 10px;
    padding: 40px 35px;
    width: 100%
}

.input_box_info__name {
    font-family: HelveticaNeueCyr;
    font-style: normal;
    font-weight: 550;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin-bottom: 15px
}

@media(max-width:526px) {
    .input_box_info__name {
        font-size: 14px;
        line-height: 20px
    }
}

.input_box_info__price {
    font-family: HelveticaNeueCyr;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000
}

.input_box_info__price span {
    font-weight: 550;
    font-size: 18px;
    line-height: 25px;
    color: #000
}

.myself_modal .subheader {
    font-size: 30px
}

.input_box .offer_box {
    border-radius: 5px;
    margin: 0;
    width: calc(90% - 200px);
    border-radius: 5px;
    margin: 0;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    background: #fff;
    border: none;
    padding: 0 70px
}

.input_box .offer_box .slick-list,
.input_box .offer_box .slick-track {
    height: 100%
}

.input_box .main_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 50px;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input_box .main_name span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.input_box .drop {
    max-height: 320px;
    overflow: scroll
}

.input_box .drop::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #fff
}

.input_box .drop::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #d1d1d1
}

.input_box .drop_element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 36px 36px 36px 80px;
    cursor: pointer
}

.input_box .drop_element:before {
    content: "";
    width: 19px;
    height: 19px;
    background: #fff;
    border: 2px solid #e6859a;
    position: absolute;
    left: 30px;
    top: auto;
    border-radius: 50%
}

.input_box .drop_element.current {
    background: #faf3f4;
    border-radius: 5px
}

.input_box .drop_element.current:before {
    content: "";
    width: 5px;
    height: 5px;
    -webkit-box-shadow: 0 0 30px rgba(243, 149, 169, .5);
    box-shadow: 0 0 30px rgba(243, 149, 169, .5);
    border: 9px solid #e6859a
}

.input_box .price {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.input_box .people {
    font-size: 14px
}

.input_box .drop_element .options {
    display: none
}

.drop_element>input:checked+.options {
    display: block
}

.input_box .drop .drop_element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-right: 40px
}

.input_box .drop .drop_element:hover {
    background: #e5ec50
}

.input_box .drop .drop_element>span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

@media (max-width:400px) {
    .offers_slider_wrapper #speed-buy-product {
        margin-top: 20px
    }
}

.offers_slider_wrapper #speed-buy-product:hover {
    -webkit-box-shadow: 0 0 50px -15px #e5ec50;
    box-shadow: 0 0 50px -15px #e5ec50
}

.input_box.fixed {
    margin-bottom: 100px
}

.input_box.fixed+#speed-buy-product {
    position: fixed;
    left: calc(50% - 95px);
    z-index: 50;
    bottom: 20px
}

.modal_content.replace_modal {
    display: none;
    background: #fff;
    width: 100%;
    max-width: 1000px;
    height: auto;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 50px -15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 50px -15px rgba(0, 0, 0, .3);
    padding: 30px 80px
}

.modal_content.replace_modal .btn {
    color: #000 !important;
    border: none;
    border-radius: 10px;
    width: 100%;
    max-width: 350px;
    -webkit-box-shadow: 0 4px 30px rgba(227, 238, 60, .5);
    box-shadow: 0 4px 30px rgba(227, 238, 60, .5);
    height: 70px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e5ec50;
    font-family: "Proxima Nova", Helvetica, sans-serif;
    margin-top: 0;
    cursor: pointer
}

.modal_content.replace_modal .subheader {
    font-weight: 500 !important;
    font-size: 30px !important;
    margin-bottom: 10px !important;
    margin-top: 0
}

@media(max-width:526px) {
    .modal_content.replace_modal div.subheader {
        font-size: 20px !important
    }
}

.modal_content.replace_modal .sub_title {
    margin-bottom: 35px;
    font-family: HelveticaNeueCyr;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000
}

@media(max-width:526px) {
    .modal_content.replace_modal .sub_title {
        font-size: 15px
    }
}

.modal_content.replace_modal input {
    padding: 10px 20px !important;
    font-weight: 500;
    height: 60px;
    margin-bottom: 0;
    border: 1px solid #ebebeb;
    width: 100%;
    border-radius: 5px;
    font-size: 16px
}

.modal_content.replace_modal input::-webkit-input-placeholder {
    font-size: 16px
}

.modal_content.replace_modal input::-moz-placeholder {
    font-size: 16px
}

.modal_content.replace_modal input:-ms-input-placeholder {
    font-size: 16px
}

.modal_content.replace_modal input::-ms-input-placeholder {
    font-size: 16px
}

.modal_content.replace_modal input::placeholder {
    font-size: 16px
}

.modal_content.replace_modal .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.modal_content.replace_modal .col-xs-12 {
    width: 100%
}

.modal_content.replace_modal .col-xs-12.col-sm-6 {
    width: calc(50% - 20px)
}

.modal_content.replace_modal textarea {
    padding: 10px 20px !important;
    font-weight: 500;
    height: 150px;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    resize: none;
    margin: 0
}

.modal_content.replace_modal textarea::-webkit-input-placeholder {
    font-size: 16px
}

.modal_content.replace_modal textarea::-moz-placeholder {
    font-size: 16px
}

.modal_content.replace_modal textarea:-ms-input-placeholder {
    font-size: 16px
}

.modal_content.replace_modal textarea::-ms-input-placeholder {
    font-size: 16px
}

.modal_content.replace_modal textarea::placeholder {
    font-size: 16px
}

.modal_content.replace_modal .reviews {
    margin-bottom: 60px
}

.modal_content.replace_modal .reviews .text {
    color: #000 !important;
    font-size: 17px !important;
    font-weight: 500 !important
}

.modal_content.replace_modal .reviews input {
    display: none
}

.modal_content.replace_modal .reviews .fa-star {
    color: #e4e4e4;
    margin: 0 3px
}

.modal_content.replace_modal .reviews .fa-star.blue.active {
    color: #f9c802
}

@media screen and (max-width:780px) {
    .modal_content.replace_modal .col-xs-12 {
        width: 100% !important
    }

    .modal_content.replace_modal {
        padding: 20px
    }

    .modal_content.replace_modal .reviews {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .modal_content.replace_modal .content {
        height: calc(80vh - 40px);
        overflow: scroll
    }

    .modal_content.replace_modal .subheader {
        font-size: 24px !important
    }

    .modal_content.replace_modal input {
        margin: 0
    }
}

.input_box {
    justify-content: flex-start;
    margin: 0 -15px 30px
}

.input_line {
    flex: 0 0 33.33333%;
    max-width: 33.333333%;
    width: 100%;
    padding: 0 15px
}

@media(max-width:526px) {
    .input_line {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 15px
    }
}

.input_box_info-box {
    padding: 0 15px;
    width: 100%
}

.input_box-title {
    padding: 0 15px;
    font-family: HelveticaNeueCyr;
    font-style: normal;
    font-weight: 550;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 26px
}

.input_line-radio {
    max-width: 45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%
}

@media(max-width:526px) {
    .input_line-radio {
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

.input_box_info {
    border: 2px solid #f6eaed;
    border-radius: 10px;
    padding: 40px 35px;
    width: 100%
}

.input_box_info__name {
    font-family: HelveticaNeueCyr;
    font-style: normal;
    font-weight: 550;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin-bottom: 15px
}

@media(max-width:526px) {
    .input_box_info__name {
        font-size: 14px;
        line-height: 20px
    }
}

.input_box_info__price {
    font-family: HelveticaNeueCyr;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000
}

.input_box_info__price span {
    font-weight: 550;
    font-size: 18px;
    line-height: 25px;
    color: #000
}

.replace_modal .subheader {
    font-size: 30px
}

.input_box .offer_box {
    border-radius: 5px;
    margin: 0;
    width: calc(90% - 200px);
    border-radius: 5px;
    margin: 0;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    background: #fff;
    border: none;
    padding: 0 70px
}

.input_box .offer_box .slick-list,
.input_box .offer_box .slick-track {
    height: 100%
}

.input_box .main_name {
    display: flex;
    padding-right: 50px;
    width: 100%;
    height: 100%;
    align-items: center
}

.input_box .main_name span {
    flex-grow: 1;
    text-align: center
}

.input_box .drop {
    max-height: 320px;
    overflow: scroll
}

.input_box .drop::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #fff
}

.input_box .drop::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #d1d1d1
}

.input_box .drop_element {
    display: flex;
    padding: 36px 36px 36px 80px;
    cursor: pointer
}

.input_box .drop_element:before {
    content: "";
    width: 19px;
    height: 19px;
    background: #fff;
    border: 2px solid #e6859a;
    position: absolute;
    left: 30px;
    top: auto;
    border-radius: 50%
}

.input_box .drop_element.current {
    background: #faf3f4;
    border-radius: 5px
}

.input_box .drop_element.current:before {
    content: "";
    width: 5px;
    height: 5px;
    -webkit-box-shadow: 0 0 30px rgba(243, 149, 169, .5);
    box-shadow: 0 0 30px rgba(243, 149, 169, .5);
    border: 9px solid #e6859a
}

.input_box .price {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.input_box .people {
    font-size: 14px
}

.input_box .drop_element .options {
    display: none
}

.drop_element>input:checked+.options {
    display: block
}

.input_box .drop .drop_element {
    display: flex;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-right: 40px
}

.input_box .drop .drop_element:hover {
    background: #e5ec50
}

.input_box .drop .drop_element>span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

@media (max-width:400px) {
    .offers_slider_wrapper #speed-buy-product {
        margin-top: 20px
    }
}

.offers_slider_wrapper #speed-buy-product:hover {
    -webkit-box-shadow: 0 0 50px -15px #e5ec50;
    box-shadow: 0 0 50px -15px #e5ec50
}

.input_box.fixed {
    margin-bottom: 100px
}

.input_box.fixed+#speed-buy-product {
    position: fixed;
    left: calc(50% - 95px);
    z-index: 50;
    bottom: 20px
}

.form-group small {
    margin-left: 20px
}


.activation-page.activation-v2 {
    color: var(--black);
    background: var(--white);
}

.activation-page.activation-v2 .activation-title {
    margin: 16px 0 32px;
    padding: 0;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 500;
    color: var(--black);
}

.activation-page.activation-v2 .activation-box,
.activation-page.activation-v2 .sertificate_activate_box {
    width: 100%;
    max-width: 560px;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}


.activation-page.activation-v2 .activation-step-title {
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 500;
    color: var(--black);
}

.activation-page.activation-v2 .activation-form {
    display: block !important;
    width: 100%;
    max-width: 398px;
    margin: 0;
}

.activation-page.activation-v2 .activation-field {
    position: relative;
    width: 100% !important;
    margin: 0 0 24px !important;
    padding: 0 0 0 15px;
    border-bottom: 1px solid var(--bg-light);
}

.activation-page.activation-v2 .activation-field input {
    display: block;
    width: 100% !important;
    height: 27px !important;
    margin: 0 !important;
    padding: 0 0 7px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: var(--black);
    outline: none !important;
}

.activation-page.activation-v2 .activation-field input::placeholder {
    color: var(--grey-text) !important;
    opacity: 1;
    font-weight: 400 !important;
}

.activation-page.activation-v2 .activation-field__required {
    position: absolute;
    left: 0;
    top: 2px;
    color: #2c2c2c;
    font-size: 13px;
    line-height: 20px;
}

.activation-page.activation-v2 .activation-field small {
    display: block;
    margin: -3px 0 8px !important;
    font-size: 14px;
    font-weight: 400;
    color: var(--grey-text);
}

.activation-page.activation-v2 .activation-field--phone {
    display: flex;
    align-items: stretch;
    gap: 0;
    overflow: visible;
}

.activation-page.activation-v2 .activation-phone-select {
    position: relative;
    z-index: 5;
    display: block;
    flex: 0 0 60px;
    min-width: 60px;
    padding: 0;
    border: 0;
    color: inherit;
}

.activation-page.activation-v2 .activation-phone-select.is-custom {
    display: flex;
    flex-basis: 94px;
    min-width: 94px;
    align-items: stretch;
}

.activation-page.activation-v2 .activation-phone-select__native {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0 !important;
}

.activation-page.activation-v2 .activation-phone-select__button {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 27px;
    min-height: 27px;
    padding: 0 22px 7px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font: inherit;
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
    text-align: left;
    outline: none;
    cursor: pointer;
}

.activation-page.activation-v2 .activation-phone-select__button::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 5px;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid var(--black);
    border-bottom: 1.5px solid var(--black);
    transform: rotate(45deg);
    transition: transform .15s ease;
}

.activation-page.activation-v2 .activation-phone-select.is-open .activation-phone-select__button::after {
    top: 6px;
    transform: rotate(225deg);
}

.activation-page.activation-v2 .activation-phone-select.is-custom .activation-phone-select__button {
    order: 2;
    flex: 0 0 28px;
    width: 28px;
    padding: 0;
}

.activation-page.activation-v2 .activation-phone-select.is-custom .activation-phone-select__button span {
    display: none;
}

.activation-page.activation-v2 .activation-phone-select.is-custom .activation-phone-select__button::after {
    right: 7px;
}

.activation-page.activation-v2 .activation-field input.activation-phone-select__custom {
    order: 1;
    flex: 1 1 auto;
    width: 66px !important;
    min-width: 0;
    height: 27px !important;
    padding: 0 2px 7px 0 !important;
}

.activation-page.activation-v2 .activation-field input.activation-phone-select__custom[hidden] {
    display: none !important;
}

.activation-page.activation-v2 .activation-phone-select__menu {
    position: absolute;
    top: 26px;
    left: 0;
    z-index: 30;
    display: grid;
    width: 100%;
    min-width: 78px;
    max-height: 220px;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 7px;
    background: var(--white);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.16);
}

.activation-page.activation-v2 .activation-phone-select__menu[hidden] {
    display: none;
}

.activation-page.activation-v2 .activation-phone-select__menu::-webkit-scrollbar {
    width: 6px;
}

.activation-page.activation-v2 .activation-phone-select__menu::-webkit-scrollbar-track {
    background: #eeeeee;
    border-radius: 3px;
}

.activation-page.activation-v2 .activation-phone-select__menu::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 3px;
}

.activation-page.activation-v2 .activation-phone-select__menu::-webkit-scrollbar-thumb:hover {
    background: #9e9e9e;
}

.activation-page.activation-v2 .activation-phone-select__option {
    width: 100%;
    padding: 8px 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--black);
    font: inherit;
    font-size: 16px;
    line-height: 1.25;
    text-align: left;
    cursor: pointer;
}

.activation-page.activation-v2 .activation-phone-select__option:hover,
.activation-page.activation-v2 .activation-phone-select__option:focus-visible {
    color: var(--pink);
    outline: none;
    background: var(--bg-light);
}

.activation-page.activation-v2 .activation-phone-select__option.is-selected {
    color: var(--pink);
    font-weight: 400;
}

.activation-page.activation-v2 .activation-field--phone .js-activation-phone-local {
    flex: 1 1 auto;
    min-width: 0;
    width: auto !important;
    padding-left: 12px !important;
}

.activation-page.activation-v2 .activation-required-note {
    margin: 31px 0 26px;
    font-size: 12px;
    line-height: 14px;
    color: var(--grey-text);
}

.activation-page.activation-v2 .activation-required-note span {
    color: var(--grey-text);
}

.activation-page.activation-v2 .activation-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 240px;
    height: 33px;
    margin: 0 0 14px;
    border: 0;
    border-radius: 0;
    background: var(--black);
    color: #ffffff !important;
    font-family: inherit;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: lowercase;
    cursor: pointer;
    transition: opacity .2s ease;
}

.activation-page.activation-v2 .activation-submit:hover {
    opacity: .88;
}

.activation-page.activation-v2 .activation-submit:disabled {
    opacity: .55;
    cursor: default;
}

.activation-page.activation-v2 .activation-consents {
    width: 100%;
    max-width: 398px;
    margin-top: 16px;
    margin-bottom: 50px;
}

.activation-page.activation-v2 .activation-check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0 0 13px;
    cursor: pointer;
    color: var(--grey-text);
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}

.activation-page.activation-v2 .activation-check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.activation-page.activation-v2 .activation-check__mark {
    position: relative;
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
    margin-top: 1px;
    border: 1px solid var(--black);
    border-radius: 50%;
    background: var(--white);
    box-sizing: border-box;
}

.activation-page.activation-v2 .activation-check input:checked+.activation-check__mark {
    border-color: var(--pink);
    background: var(--pink);
}

.activation-page.activation-v2 .activation-check a {
    color: var(--pink);
    font-size: 12px;
    text-decoration: none;
}

.activation-page.activation-v2 .activation-check a:hover {
    text-decoration: underline;
}

.activation-page.activation-v2 .alert-danger {
    max-width: 398px;
    margin: 0 0 24px;
    padding: 14px 16px;
    border: 1px solid #ffd7e8;
    background: #fff7fb;
    color: #2a2a2a;
    font-size: 13px;
    line-height: 18px;
}

.activation-page.activation-v2 .activation-result-message {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    max-width: 560px;
    margin: 0 0 32px;
    padding: 22px 24px;
    border: 1px solid #f6d6e2;
    background: #fff8fb;
    color: #252525;
}

.activation-page.activation-v2 .activation-result-message__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--pink);
    color: var(--white);
    font-size: 20px;
    line-height: 1;
}

.activation-page.activation-v2 .activation-result-message__title {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
}

.activation-page.activation-v2 .activation-result-message__text {
    font-size: 14px;
    line-height: 18px;
    color: var(--grey-text);
}

@media (max-width: 767px) {

    .activation-page.activation-v2 .activation-title {
        font-size: 28px !important;
        margin-bottom: 28px !important;
    }

    .activation-page.activation-v2 .activation-step-title {
        font-size: 18px;
    }

    .activation-page.activation-v2 .activation-submit {
        width: 100%;
        max-width: 240px;
    }
}

@media (min-width: 991px) {
    .cert_adress_wrapper__row {
        display: flex;
        flex-wrap: wrap;
    }

}

@media (max-width: 991px) {
    .cert_adress_wrapper__row {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
    }
}
/* End */
/* /local/templates/sobol/components/bitrix/breadcrumb/main-bread/style.css?1781689140614 */
/* /local/templates/sobol/components/asd/activate.code/new/style.css?178885471637448 */
