.powerpoint {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(65, 64, 60, 0.04), 0px 2px 6px rgba(65, 64, 60, 0.04), 0px 0px 1px rgba(65, 64, 60, 0.04);
    border-radius: 20px;
    max-width: 980px;
    position: relative;
    overflow: hidden;
    margin: 50px 0;

}
.powerpoint.container {
    padding: 0;
}
.powerpoint-left {
    background: #FFFFFF;
    max-width: 45%;
    padding: 50px 0 0 50px;
    border-radius: 20px;
    position: relative;

}
.cell_title2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #222222;
    margin-bottom: 20px;
}
.pp_title_m {
    display: none;
}
.powerpoint_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
    margin-bottom: 30px;
}
.powerpoint_span {
    font-weight: 600;
    background: #FFAA16;
}

.pp_button {
    background: #FFAA16;
    border-radius: 30px;
    margin-bottom: 25px;
    text-decoration: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    /* font-size: 24px; */
    font-size: 20px;
    line-height: 29px;
    color: #FFFFFF!important;
    padding: 15px 20px;
}
.pp_button:hover {
    background: #FABB4F!important;
    color: #FFF!important;
    border-color: #FABB4F!important;
    text-decoration: none;
    transition: all .3s ;

}
.powerpoint_sub_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    margin-top: 25px;
    color: #222222;
}
.powerpoint-right {
    background: url(/content/static/img/powerpoint/bg-img.png) center center / cover no-repeat;
    width: 55%;
    max-width: 55%;
    height: 460px;
    border-radius: 0 20px 20px 0;
    position: relative;
    background-position: unset;
}

.pp_border:before {
    content: "";
    display: block;
    position: absolute;
    background: url(/content/static/img/powerpoint/tlines.svg) no-repeat;
    height: 100%;
    width: 330px;
    top: 0px;
    left: -11px;
    z-index: 1;
}
.powerpoint-right:after{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 151px;
    border-right-width: 0px;
    border-bottom: 470px solid #FFF;
    top: 0;
    left: -1px;
    transform: rotate(180deg);
}
/* .diagonal {
  background-color: transparent;
  border-left: 1px solid #FFAA16;
  border-right: 1px solid #FFAA16;
  padding: 0 13px;
  height: 500px;
  z-index: 10;
  transform: skew(-17deg);
  position: absolute;
  right: 46%;
}
.line {
  height: 500px;
  border-left: 1px solid #FFAA16;
  position: absolute;
} */
.powerpoint_icon {
    padding: 20px 30px;
    position: absolute;
    top: 0;
    right: 0;
}
.pp_icon {
    width: 126px;
    height: 126px;
}


@media (min-width: 769px) and (max-width:992px) {
    .powerpoint_icon {
        display: none;
    }
    .pp_title{
        height: auto;
        line-height: 34px;
        font-size: 24px;
    }
    .pp_button, .powerpoint_sub_title {
        font-size:16px;
    }
}

@media (max-width: 768px) {
    .powerpoint_icon {
        display: none;
    }
    .pp_title{
        height: auto;
        line-height: 28px;
        font-size: 24px;
    }
    .pp_button, .powerpoint_sub_title {
        font-size:16px;

    }
    .powerpoint-left {
        min-width: 100%;
        order: 2;
        padding: 20px 15px;
    }
    .pp_border:before, .powerpoint-right:after {
        display: none;

    }
    .powerpoint-right {
        background: url(/content/static/img/powerpoint/bg-img_m.png) center center / cover no-repeat;
        border-radius: 0;
        min-width: 100%;
    }
    .pp_title {
        display: none;
    }
    .pp_title_m {
        display: block;
        padding: 20px 15px;
    }
    .powerpoint {
        padding:10px;
    }
}



/* popup style */
#popup_finish_container {
    transition: all .3s ;
    background: #0000001f;
    z-index: 10001;
    position: fixed;
    top: 50%;
    max-width:980px;
    left:50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
#popup_finish {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 3px rgba(97, 97, 97, 0.25);
    border-radius: 20px;
    padding: 50px 40px 30px 40px !important;
    position: relative;
    max-width: 980px;
}
.popup_finish_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}

.curs_items {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(1,1fr);
    gap: 20px;
    margin-bottom: 40px;
}
.curs_item {
    /* width: 33%; */
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    box-shadow: 0px 10px 20px rgba(65, 64, 60, 0.04), 0px 2px 6px rgba(65, 64, 60, 0.04), 0px 0px 1px rgba(65, 64, 60, 0.04);
    border-radius: 20px;
    position: relative;
}
.popup_finish_p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    background: #FFE0A9;
    border-radius: 6px;
    padding: 5px 5px 5px 15px;
    margin:0;
}
.popup_finish_h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    min-height: 88px;
}

.popup_price {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 10px;
    width: 100%;
}
.popup_finish_bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup_new_price{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #EB4F27;
    width: 100%;


}
.popup_time{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #000000;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    width: 100%;

}
.popup_finish_icon{
    margin-right: 6.5px;
}

.popup_finish_btn {
    text-decoration: none;
    padding: 10px 30px;
    /* margin-top: 15px; */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFAA16;
    border: 2px solid #FFAA16;
    border-radius: 20px;
    text-align: center;
}
.popup_finish_btn_card {
    width: 100%;
}

.popup_finish_btn_bg{
    background-color: #FFAA16;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto;
}
.popup_finish_btn:hover {

    background: #FABB4F!important;
    color: #FFF!important;
    border-color: #FABB4F!important;
    text-decoration: none;
    transition: all .3s ;

}
#popup_finish_close{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    margin: 20px;
}
.popup_finish_bottom_center{
    display: flex;
    align-items: center;
    justify-content: center;
}

@media  (min-width:890px) and (max-width:980px) {
    #popup_finish{
        width: 80%;
    }
    .curs_items {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .popup_finish_bottom {
        bottom: initial;
    }
}
@media  (max-width:889px) {
    .curs_items {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .curs_item {
        /* max-width: 50%;
        min-width: 50%; */
        max-width: 300px;
        min-width: 300px;
        min-height: 235px;
    }
}



/* css РґР»СЏ trainings/group/ */
.collect_white_bg {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(65, 64, 60, 0.04), 0px 2px 6px rgba(65, 64, 60, 0.04), 0px 0px 1px rgba(65, 64, 60, 0.04);
    border-radius: 10px;
    padding: 30px 20px;
}

#content h1.h1_collect {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.h1_collect_cbutton {
    text-decoration: none;
    background: transparent;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

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

h4.h4_collect {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

input[type=text],
input[type=password],
input[type=email] {
    background: #FFFFFF;
    border: 1px solid #FFAA16;
    border-radius: 10px;
    padding: 0;
    min-width: 180px;
}
select.form-control:hover
select:not([multiple]) {
    transform: rotate(180deg);
}
select.form-control:focus select:not([multiple])
{
    transform: rotate(180deg);

}
select:not([multiple]):hover,
select:not([multiple]):focus-within,
select:not([multiple]):focus-visible,
select:not([multiple])::-moz-focus-inner,
select:not([multiple])::-moz-focus-outer,
select:not([multiple]):active,
select:not([multiple]):focus {
    /* background: #FFFFFF; */
    border: 1px solid #FFAA16 !important;
    box-shadow: inset 0px 0px 4px 1px #FFAA16;
    border-radius: 10px;
}

.table-over {
    background: #FFFFFF;
    box-shadow: 0px 2px 7px rgba(92, 92, 92, 0.15);
    border-radius: 8px;
    padding: 0 0 60px 0;
}

/* .form-group {
  position: relative;
  PADDING: 0;
  padding-right: 10px;
} */

.collect_warning {
    padding: 20px;
    background: #FFFCED;
    border: 1px solid #FFAA16;
    border-radius: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
}

h4.h4_collect {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email] {
    background: #FFFFFF;
    border: 1px solid #FFAA16;
    border-radius: 10px;
    padding: 14px 0 14px 10px;

}

.form-control {

}

.collect_warning {
    padding: 20px;
    background: #FFFCED;
    border: 1px solid #FFAA16;
    border-radius: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
}

#collect-table * {
    font-size: 14px;
}

#collect-table thead {
    background: #FFFCED;
    box-shadow: 0px 2px 7px rgba(92, 92, 92, 0.15);
    border-radius: 8px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.collect-type-select {
    padding: 10px 50px 10px 10px;
    min-width: 120px;
}

select.form-control:hover
select:not([multiple]) {
    transform: rotate(180deg);
}
select.form-control:focus select:not([multiple])
{
    transform: rotate(180deg);

}

select.form-control {
    min-width: 60px;
    position: relative;
    /* max-width: 190px; */
}


select.form-control:after {
    content: "";
    position: absolute;
    background-image: url(/content/static/img/select-arrow.svg);

}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 8px;
    position: absolute;
    top: 45%;
    right: 14px;
    width: 14px;
    background: url(/content/static/img/select-arrow.svg) center center / cover no-repeat;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    /*background: #FFFFFF;
    border: 1px solid #FFAA16;
    border-radius: 10px;*/
}

.add-row {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #222222;
    background: transparent;
}

.collect-last-row {
    position: relative;
}

#collect-table {
    position: relative;
}

#collect-table::after {
    content: '';
    position: absolute;
    bottom: -80px;
    /* border-bottom: 1px solid #FFCF7A; */
    background: #ffcf7a;
    width: 100%;
    height: 1px;
}

.add-row {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #222222;
    background: transparent;
}

.collect-result {
    padding-top: 20px;
}

.discount {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #000000;
    position: relative;
}

.discount-amount {
    color: #FFAA16;
    margin-left: 5px;
}

.amount {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.amount-result {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #222222;
}

.amount-with-discount {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #000000;
}

input[type="checkbox"] {
    position: relative;
    width: 23px;
    height: 23px;
    top: 5px;
    -webkit-appearance: none;
    outline: none;
    border: none;
    background: #FFFFFF;
    border: 1px solid #FFAA16;
    border-radius: 5px;
    transition: .5s;
}

input[type="checkbox"]:focus {
    border: none !important;
    outline: 1.2px solid #FFAA16;
    outline-color: #FFAA16 !important;
}

input[type="checkbox"]::before {
    content: " ";
    position: absolute;
    width: 15px;
    height: 15px;
    /*top: 1px;
    left: 3px;
    transition: .5s;
    transform: scale(0.8);*/
}

input:checked[type="checkbox"]:before {
    background: url('/content/static/img/checked.svg') center center / cover no-repeat;
    top:5px;
    left:7px;
}

.collect-checkbox {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #222222;
    margin-top: 30px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.button-center {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 55px;
}

.collect_cbutton {
    background: #FFAA16;
    border-radius: 20px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.tr-loop-delivery .delivery-tip:hover .del-show,
body .tip-a {
    top: -100px;
    /* left: -275px; */

}

.tip-q:after {
    content: '';
    content: '';
    border: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    top: -7px;
    left: 7px;
    border-radius: 3px;
    opacity: 0;
}

option:hover, li.select2-results__option:hover {
    background-color: #FFAA16;
    color: #fff;
}

.remove-row_button {
    background: transparent;
    background-image: url('/content/static/img/collect_close.svg');
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    right: 0;
}

.remove-row_text {
    display: none;
}
table {
    counter-reset: rowNumber;
}

table .number::before {
    display: table-cell;
    counter-increment: rowNumber;
    content: counter(rowNumber) ".";
    padding-right: 0.3em;
    text-align: right;
}
.collect-form-button:hover {
    text-decoration: none;
}
.collect-form-button {
    border: 1px solid #FFAA16;
    border-radius: 10px;
    padding: 10px 14px;
}

@media(min-width: 980px){
    #popup_finish{width:980px}
}

@media (max-width:1270px) {
    #first-q {
        margin-left: 3px;
    }

    #second-q {}

    #therd-q {
        right: 54%;
    }
}

@media (max-width:1240px) {
    #first-q {
        margin-left: 3px;
    }

    #second-q {
        margin-left: 88%;
    }

    #therd-q {
        right: 51%;
    }
    #content h1.h1_collect {
        justify-content: center;
        flex-wrap: wrap;
    }
    .h1_collect_cbutton, h4.h4_collect{
        font-size: 16px;
    }

}

@media (max-width:1200px) {
    .sbHolder {
        width: 100%;
    }
    .sbSelector {
        width: 100%;
    }
    .h1_collect_cbutton, h4.h4_collect{
        font-size: 14px;
    }
    #first-q,
    #second-q,
    #therd-q {
        display: none;
    }

    #collect-table thead {
        display: none;
    }

    .remove-row_button {
        display: none;
    }

    .remove-row_text {
        display: block;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 16px !important;
        line-height: 150%;
        text-align: center;
        letter-spacing: -0.02em;
        text-decoration-line: underline;
        color: #222222;
        bottom: 0;
        right: 0;
        left: 0;
        background: transparent;
        position: relative;
        top: 0;
    }

    .select2-container {
        width: 100% !important;
    }
}

@media (max-width: 1020px) {
    #collect-table {
        display: inline-grid;
        max-width: -moz-fit-content;
        max-width: initial;
        margin: 0 auto;
        overflow-x: unset;
    }

    #collect-table::after {
        bottom: -50px;
    }
    #content h1.h1_collect {
        font-size: 16px;
        line-height: 22px;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }
    .collect-form.cbutton {
        min-width: 54%;
        align-items: center;

    }
}

@media (max-width: 992px) {
    .amount {
        flex-direction: column;
        align-items: flex-start;
    }
    .collect_warning {
        font-size: 16px;
    }
    #popup_finish .curs_items{max-height: 330px;overflow: auto;margin-bottom: 15px}
    #popup_finish{padding:15px!important;}
    .popup_finish_title{font-size: 20px;line-height: 24px}
    .popup_finish_h3{min-height: 0px;}
}

@media(max-width:768px)
{

}

/*Р’РёРґРµРѕ РѕС‚Р·С‹РІС‹*/
#video-reviews .wrap-users{
    height: 440px;
    overflow-y: scroll;
    font-size: 16px;
    font-weight: normal;
}
#video-reviews .wrap-users .item{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.25);
    cursor: pointer;
}
#video-reviews .wrap-users .item:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
#video-reviews .wrap-users .item.active{
    font-weight: bold;
    cursor: default;
}
#video-reviews .wrap-video .item{
    display: none;
}
#video-reviews .wrap-video .item.active{
    display: block;
}

/*РџР»Р°С€РєР° РїРѕРґ С€Р°РїРєРѕР№*/
#blk-under-header{
    color: #fff;
    margin-bottom: 20px;
    margin-top: -20px;
    font-family: Roboto;
}
#blk-under-header .desctop, #blk-under-header .mobile{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#blk-under-header .desctop{
    padding-right: 15px;
}
#blk-under-header.green{
    background-color: #00B000;
}
#blk-under-header.green .desctop, #blk-under-header.green .mobile{
    background: radial-gradient(circle closest-corner at 160px 43px, #56c844, #00B000);
}
#blk-under-header.blue{
    background-color: #14B6E7;
}
#blk-under-header.blue .desctop, #blk-under-header.blue .mobile{
    background: radial-gradient(circle closest-corner at 160px 43px, #54d3fb, #14B6E7);
}
#blk-under-header .first-text{
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}
#blk-under-header .second-text{
    line-height: 20px;
    margin-left: 6px;
}
#blk-under-header .s-btn{
    font-size: 18px;
    font-weight: 500;
    font-family: Roboto;
    padding: 16px 26px;
    border-radius: 40px;
    line-height: 1.5em;
    white-space: nowrap;
}
#blk-under-header .mobile{
    display: none;
}
@media (max-width:1200px) {
    #wrap-blk-under-header{
        display: block;
        margin: 0;
        padding: 0;
    }
    #blk-under-header .desctop{
        display: none;
    }
    #blk-under-header .mobile{
        display: block;
    }
    #blk-under-header.green .desctop, #blk-under-header.green .mobile{
        background: radial-gradient(circle closest-corner at 80px 43px, #56c844, #00B000);
    }
    #blk-under-header.blue .desctop, #blk-under-header.blue .mobile{
        background: radial-gradient(circle closest-corner at 80px 43px, #54d3fb, #14B6E7);
    }
    #blk-under-header .mobile .wrap{
        display: flex;
        justify-content: left;
        align-items: center;
        background-image: url('/content/static/img/block_under_header/tag3.png');
        background-position: 98% 100%;
        background-repeat: no-repeat;
    }
    #blk-under-header .first-text{
        font-size: 20px;
    }
    #blk-under-header .second-text{
        margin-left: 0px;
        margin-top: 5px;
        line-height: 15px;
        font-size: 10px;
    }
    #blk-under-header .left{
        position: relative;
    }
    #blk-under-header .s-btn{
        position: absolute;
        bottom: 5px;
        left: 5px;
        padding: 8px 16px;
        font-size: 12px;
    }
    #blk-under-header .right{
        margin-left: 10px;
    }
}

/*РљРѕР»Р»РµРєС‚РёРІРЅС‹Рµ Р·Р°СЏРІРєРё*/
#collect-block{
    font-family: Roboto !important;
    width: 100%;
    background-color: #FFFFFF !important;
    box-shadow: 0px 10px 20px rgba(65, 64, 60, 0.04), 0px 2px 6px rgba(65, 64, 60, 0.04), 0px 0px 1px rgba(65, 64, 60, 0.04);
    border-radius: 20px;
    padding: 50px 40px;
}
#collect-block .wrap-bg{
    background-image: url('/content/static/ab/collect/bg.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
#collect-block .head{
    text-align: center;
}
#collect-block .head h1{
    color: #303030;
    font-size: 50px;
    font-weight: 700;
}
#collect-block .head .text1{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 110%;
}
#collect-block .head .text2{
    font-size: 20px;
    font-weight: 400;
}
#collect-block .head .text2 b{
    font-weight: 600;
}
#collect-block .main{
    margin-right: 70%;
    margin-top: 25px;
}
#collect-block .main .text1{
    font-size: 25px;
    line-height: 27.5px;
    margin-bottom: 30px;
}
#collect-block .main .name{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
#collect-block .main .text2{
    margin-top: 15px;
}
#collect-block .main .lbl{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px !important;
    color: #979797 !important;
}
#collect-block .main .lbl b{
    font-size: 16px;
    font-weight: 600;
    color: #303030 !important;
}
#collect-block .main .lbl .inp{
    background: #FFFFFF;
    box-shadow: inset 2px 2px 7px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #FFAA16;
    width: 50px;
    text-align: center;
    padding: 3px 6px;
}
#collect-block .ui-slider .ui-slider-handle{
    background: linear-gradient(178.39deg, #FFAA16 -8.27%, #F7A311 104.82%);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15), inset -2px -2px 5px rgba(0, 0, 0, 0.14), inset 2px 2px 5px rgba(255, 255, 255, 0.17);
    border-radius: 100px;
    height: 25px;
    width: 25px;
    top: 0px;
}
#collect-block .slider-container{
    background: #F5F5F5;
    box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.12);
    border-radius: 100px;
    height: 25px;
    padding: 0 16px 0 10px;
    margin: 5px 0px;
}
#collect-block .ui-widget.ui-widget-content{
    background: none;
    box-shadow: none;
    border: none;
}
@media (max-width: 992px) {
    #collect-block .main{
        margin-right: 60%;
    }
}
@media(max-width:768px)
{
    #collect-block{
        background-color: inherit !important;
        box-shadow: none;
        border-radius: 0px;
        padding: 10px 0px;
    }
    #collect-block .head h1{
        color: #303030;
        font-size: 25px;
        font-weight: 600;
    }
    #collect-block .head .text1{
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
        line-height: 110%;
    }
    #collect-block .head .text2{
        font-size: 12px;
        font-weight: 400;
    }
    #collect-block .main{
        margin-right: 0%;
        margin-top: 10px;
        text-align: center;
    }
    #collect-block .main .text1{
        font-size: 14px;
        line-height: 16px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    #collect-block .wrap-input{
        background-color: #FFFFFF !important;
        box-shadow: 0px 10px 20px rgba(65, 64, 60, 0.04), 0px 2px 6px rgba(65, 64, 60, 0.04), 0px 0px 1px rgba(65, 64, 60, 0.04);
        border-radius: 10px;
        padding: 15px 15px;
        margin-bottom: 30px;
    }
}

/* РєР°СЂС‚РѕС‡РєРё РєСѓСЂСЃРѕРІ */
#training-loop .tr-item-loop-v .tr-loop-button-col .btn {
    left: 0px;
}
#training-loop .tr-item-loop-v .tr-item-loop-title .loop-kpp-cval-title {
    font-weight: 600;
    line-height: 110%;
}
#training-loop .tr-item-loop-v .desc{
    color: #7A7A79;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 15px;
}
#training-loop .tr-item-loop-v .desc .name{
    font-weight: 600;
    color: #7A7A79;
}
#training-loop .tr-item-loop-v .tr-item-loop-hours{
    display: flex;
    align-items: start;
}
#training-loop .tr-item-loop-v .tr-item-loop-hours img{
    margin-right: 5px;
}
#training-loop .tr-item-loop-v .tr-item-loop-hours span{
    font-size: 16px;
}
#training-loop .tr-item-loop-v .tr-item-loop-hours .name{
    font-weight: 600;
    display: block;
}
#training-loop .tr-item-loop-v .tr-item-loop-price{
    display: flex;
    align-items: start;
    margin-top: 15px;
}
#training-loop .tr-item-loop-v .tr-item-loop-price img{
    margin-right: 5px;
}
#training-loop .tr-item-loop-v .tr-item-loop-price span{
    font-size: 16px;
}
#training-loop .tr-item-loop-v .tr-item-loop-price .name{
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}
#training-loop .tr-item-loop-v .tr-item-loop-price span span {
    display: inline;
    padding-top: 0px;
}
#training-loop .tr-item-loop-v .tr-loop-button-col .btn{
    font-size: 14px;
    padding: 10px 16px;
    margin-right: 15px;
}
#training-loop .tr-item-loop-v .tr-loop-button-col .tlink{
    font-size: 14px;
    color: #FDA930;
    font-weight: 600;
    text-decoration: underline;
}
#training-loop .tr-item-loop-v3 .tr-item-loop-title {
    min-height: inherit;
    max-height: inherit;
}
#training-loop .tr-item-loop-v4 .tr-item-loop-price {
    margin-top: 4px;
}
#training-loop .tr-item-loop-v4 .tr-loop-button-col{
    margin-top: 15px;
}
#training-loop .tr-item-loop-v4 .tr-loop-button-col .btn{
    width: 100%;
}
@media (min-width: 992px) {
    #training-loop .tr-item-loop-v .tr-item-loop-title{
        font-size: 16px;
        position: relative;
    }
    #training-loop .tr-item-loop-v .tr-item-loop-title .loop-kpp-cval-title {
        font-size: 18px;
    }
    #training-loop .tr-item-loop-v .desc{
        font-size: 16px;
    }
}
@media (max-width: 992px) {
    #training-loop .tr-item-loop-v .tr-item-loop-title .loop-kpp-cval-title {
        font-size: 16px;
    }
    #training-loop .tr-item-loop-v .desc{
        font-size: 14px;
    }
    #training-loop .tr-item-loop-v {
        text-align: center;
    }
    #training-loop .tr-item-loop-v .tr-item-loop-title {
        min-height: inherit;
        max-height: inherit;
    }
    #training-loop .tr-item-loop-v .tr-item-loop-price{
        margin-top: 5px;
        justify-content: center;
    }
    #training-loop .tr-item-loop-v .tr-item-loop-hours span{
        font-size: 14px;
    }
    #training-loop .tr-item-loop-v .tr-item-loop-price span{
        font-size: 14px;
    }
    #training-loop .tr-item-loop-v .tr-item-loop-hours .name{
        display: inline;
    }
    #training-loop .tr-item-loop-v .tr-item-loop-price .name{
        display: inline;
    }
    #training-loop .tr-item-loop-v .tr-loop-button-col .tlink{
        display: block;
    }
    #training-loop .tr-item-loop-v .tr-item-loop-hours {
        justify-content: center;
    }
}

/*Р±Р°РЅРЅРµСЂ РґР»СЏ РЅРµРѕРїР»Р°С‡РµРЅРЅС‹С… РґРѕРєСѓРјРµРЅС‚РѕРІ/РєСѓСЂСЃРѕРІ РІ Р»РёС‡РЅРѕРј РєР°Р±РёРЅРµС‚Рµ*/
#item-in-cart-block{
    width: 1020px;
    padding: 60px 30px;
}
#item-in-cart-block.v2, #item-in-cart-block.v3, #item-in-cart-block.v4{
    font-family: Roboto;
}
#item-in-cart-block.fr{
    border: 1px solid #FFAA16;
    box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
#item-in-cart-block.fr .iic-title{
    font-size: 30px;
    font-weight: 600;
}
#item-in-cart-block.fr .iic-medium-title{
    margin-bottom: 40px;
}
#item-in-cart-block.fr .iic-close{
    border-radius: 10px !important;
    padding: 28px;
    font-size: 20px;
    font-weight: 700;
    font-family: Roboto;
    z-index: 10;
}
#item-in-cart-block .imgl{
    position: absolute;
    bottom: -35px;
    left: 30px;
    z-index: 9;
}
#item-in-cart-block .imgr{
    position: absolute;
    bottom: -35px;
    right: 30px;
    z-index: 9;
}
#item-in-cart-block.v2{
    background-color: #fff;
}
#item-in-cart-block.v3{
    background-color: #FACF85;
}
#item-in-cart-block.v3 .iic-close, #item-in-cart-block.v4 .iic-close{
    background-color: #4EBFF7 !important;
}
#item-in-cart-block.v4{
    overflow: hidden;
    background-color: #FFAA16 !important;
    text-align: left;
    padding: 60px 120px;
}
#item-in-cart-block.v4 .iic-title{
    text-align: left;
    line-height: 110%;
    width: 70%;
}
#item-in-cart-block.v4 .iic-medium-title{
    text-align: left;
    line-height: 110%;
    width: 50%;
}
#item-in-cart-block.v4 .imgr{
    right: -120px;
}
@media (max-width: 1300px){
    #item-in-cart-block, #item-in-cart-block-new {
        margin-left: auto;
        padding: 30px;
    }
    #item-in-cart-block .imgl{
        bottom: 0px;
        left: 30px;
        width: 90px;
    }
    #item-in-cart-block .imgr{
        bottom: 0px;
        right: 30px;
        width: 120px;
    }
    #item-in-cart-block.fr .iic-close{
        border-radius: 6px !important;
        padding: 20px;
        font-size: 16px;
    }
    #item-in-cart-block.v4{
        padding: 30px;
    }
    #item-in-cart-block.v4 .iic-medium-title{
        width: 50%;
    }
    #item-in-cart-block.v4 .imgr{
        right: 0px;
        bottom: 0px;
        width: 230px;
    }
}

/* РђР‘ С‚РµСЃС‚ РєРІРёР· */
.koquiz-modal-new .welcome{
    background-image: url('/content/static/ab/new_quiz/bg.png');
    background-repeat: no-repeat;
    background-position: 70% 0%;
    background-size: contain;
    background-color: #fffced;
}
.koquiz-modal-new .koquiz__wrapper.welcome .koquiz__info-block p{
    font-family: Roboto !important;
}
.koquiz-modal-new .koquiz__wrapper.welcome .koquiz__welcome-img{
    background-color: #fff;
}
.koquiz-modal-new .koquiz__wrapper.welcome .koquiz__info-block{
    padding: 0px;
    text-align: center;
}
.koquiz-modal-new .koquiz__wrapper.welcome .koquiz__info-block p.koquiz__title{
    font-size: 28px;
    font-weight: 400;
    margin: 0px 70px;
    color: #303030;
    padding: 15px;
    margin-bottom: 15px;
}
.koquiz-modal-new.v2 .koquiz__wrapper.welcome .koquiz__info-block p.koquiz__title{
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
}
.koquiz-modal-new .koquiz__wrapper.welcome .koquiz__info-block p.koquiz__title b{
    font-weight: 600;
}
.koquiz-modal-new .koquiz__wrapper.welcome .koquiz__info-block p.koquiz__description{
    background-image: url('/content/static/ab/new_quiz/checklist.png');
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: contain;
    padding: 0px 25px 0px 200px;
    font-size: 20px;
    text-align: left;
    font-weight: 400;
}
.koquiz-modal-new.v3 .koquiz__wrapper.welcome .koquiz__info-block p.koquiz__description{
    background-image: url('/content/static/ab/new_quiz/checklist2.png');
    background-color: #fff;
}
.koquiz-modal-new .koquiz__wrapper.welcome .koquiz__description ul{
    margin: 0px;
    padding: 0px;
    color: #303030;
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 10px;
}
.koquiz-modal-new .koquiz__wrapper.welcome .koquiz__description ul li{
    list-style-type: none;
    background-image: url('/content/static/ab/new_quiz/icon2.png');
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 5px 0px 10px 40px;
}
.koquiz-modal-new .koquiz__wrapper.welcome .koquiz__description ul li:first-child{
    background-image: url('/content/static/ab/new_quiz/icon1.png');
}
.koquiz-modal-new .koquiz__wrapper.welcome .koquiz__description ul li:last-child{
    background-image: url('/content/static/ab/new_quiz/icon3.png');
}
.koquiz-modal-new .koquiz__wrapper.welcome .koquiz__description ul li span{
    color: #FFAA16;
    font-weight: 600;
}
.koquiz-modal-new .koquiz__wrapper.welcome .koquiz__info-block .koquiz__start-button{
    background: #F4A612;
    border-radius: 6px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    font-family: Roboto !important;
}
@media (min-width: 900px){
    .koquiz-modal-new .koquiz__wrapper.welcome .koquiz__welcome-img{
        width: 50%;
    }
    .koquiz-modal-new .koquiz__wrapper.welcome .koquiz__info-block{
        width: 50%;
    }
}
@media (max-width: 900px){
    .koquiz-modal-new .koquiz__wrapper.welcome .koquiz__info-block{
        padding: 25px 0px;
    }
    .koquiz-modal-new .koquiz__wrapper.welcome .koquiz__info-block p.koquiz__title{
        margin: 0px 25px;
        margin-bottom: 15px;
    }
    .koquiz-modal-new .welcome{
        background-image: none;
    }
    .koquiz-modal-new .koquiz__wrapper.welcome .koquiz__info-block p.koquiz__description{
        background-image: none;
        padding: 0px 25px 0px 25px;
        margin: 0 25px;
        font-size: 20px;
        text-align: left;
        font-weight: 400;
    }
    .koquiz-modal-new .koquiz__wrapper.welcome .koquiz__description ul li{
        padding-bottom: 20px;
    }
    .koquiz-modal-new.v3 .koquiz__wrapper.welcome .koquiz__info-block p.koquiz__description{
        background-image: none;
        border-radius: 10px;
        box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
        margin-bottom: 25px;
    }
}

/*РЎС‚СЂР°РЅРёС†Р° РєСѓСЂСЃРѕРІ*/
body #tr-new.v2 *{
    font-family: 'Roboto';
}
#tr-new.v2{
    box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
#tr-new.v2 div.header__title {
    background: #4EBFF7;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    padding: 13px 16px;
    margin-bottom: 30px;
}
#tr-new.v2 h1.header__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 0px;
}
#tr-new.v2 .header__subtitle{
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 300px;
    line-height: 150%;
}
#tr-new.v2 .tr-top-price{
    display: inline-block;
    margin: 0px;
    background: #FFFFFF;
    box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-right: -20px;
    padding-right: 20px;
}
#tr-new.v2 .tr-top-price-left{
    padding: 0;
}
#tr-new.v2 .tr-top-price-right{
    display: none;
}
#tr-new.v2 .header__price{
    margin: 0;
    padding: 8px 12px;
    text-align: center;
    font-size: 16px;
    font-weight: normal !important;
    color: #FF4848 !important;
    line-height: 130%;
}
#tr-new.v2 .header__price span{
    font-size: 20px;
    font-weight: 600;
    color: #079504 !important;
}
#tr-new.v2 .header__price del{
    font-size: 16px;
    font-weight: normal !important;
    color: #FF4848 !important;
    text-decoration: none;
}
#tr-new.v2 .header__price del span{
    font-size: 16px;
    font-weight: normal !important;
    color: #FF4848 !important;
}
#tr-new.v2 .fgos-info {
    padding: 0;
    border: 0;
    border-radius: 0;
    margin-top: 15px;
    font-weight: normal;
    text-align: center;
}
#tr-new.v2 .fgos-info b{
    font-weight: 600;
}
#tr-new.v2 #cat-slider{
    padding: 0px 0px 20px !important;
    background: #FDF2DB;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#tr-new.v2 #cat-slider .cslider-head{
    background: #F9D288;
}
#tr-new.v2 #cat-slider .cslider-head .cslider-title{
    font-weight: 600;
}
#tr-new.v2 #cat-slider .cslider-item {
    border: 0;
}
#tr-new.v2 #cat-slider .cslider-item:hover, #tr-new.v2 #cat-slider .cslider-item.active {
    background: none;
    text-decoration: underline;
    font-weight: 600;
}
#tr-new.v2 #advs .advs__title{
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    line-height: 150%;
    text-transform: uppercase;
    color: #FF9204;
}
#tr-new.v2 #advs .advs__listn {
    border: 0;
    margin: 0px;
    padding: 30px 25px;
    border-radius: 0;
    box-shadow: none;
    height: auto;
}
#tr-new.v2 #advs .advs__listn::before {
    content: '';
    position: relative;
    width: 322px;
    height: 200px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background-repeat: no-repeat;
}
#tr-new.v2 #advs .advs__list_1::before {
    background-image: url("/content/static/ab/page_course/adv1.png");
}
#tr-new.v2 #advs .advs__list_2::before {
    background-image: url("/content/static/ab/page_course/adv2.png");
}
#tr-new.v2 #advs .advs__list_3::before {
    background-image: url("/content/static/ab/page_course/adv3.png");
    height: 160px;
}
#tr-new.v2 #advs .advs__list_4::before {
    background-image: url("/content/static/ab/page_course/adv4.png");
    height: 160px;
}
#tr-new.v2 #advs .advs__list_title{
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
}
#tr-new.v2 #advs .advs__list_text{
    margin: 20px 0px 0px 0px;
    font-size: 18px;
}
#tr-new.v2 #training .training__title{
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    line-height: 150%;
    text-transform: uppercase;
    color: #FF9204;
    margin-bottom: 60px;
}
#tr-new.v2 #training .training__list {
    height: auto;
    flex-direction: column;
    justify-content: space-around;
    border: none;
    padding: 30px 20px;
    border-radius: 0;
    box-shadow: none;
    background-color: inherit;
}
#tr-new.v2 #training .training__list_title{
    font-weight: 600;
    font-size: 20px;
}
#tr-new.v2 #training .training__list_text{
    margin-top: 0px;
}
#tr-new.v2 #training .training__list_time{
    font-size: 20px;
}
#tr-new.v2 #training .fas, #tr-new.v2 #training .far{
    display: none !important;
}
#tr-new.v2 #training .line1, #tr-new.v2 #training .line2, #tr-new.v2 #training .line3{
    position: absolute;
}
#tr-new.v2 #training{
    position: relative;
}
#tr-new.v2 #training .line1{
    top: -20px;
    left: -80px;
}
#tr-new.v2 #training .line2{
    top: 160px;
    left: -90px;
}
#tr-new.v2 #training .line3{
    top: -20px;
    left: -80px;
}
#tr-new.v2 #calculator .training__title{
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    line-height: 150%;
    text-transform: uppercase;
    color: #FF9204;
    margin-bottom: 60px;
}
#tr-new.v2 #calculator .calc-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #FF9204;
    text-align: left;
}
#tr-new.v2 #calculator .calc-counter-row .col-md-10{
    font-weight: 600;
    font-size: 20px;
}
#tr-new.v2 #calculator .calc-big {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #303030;
}
#tr-new.v2 #calculator .calc-big span {
    color: #303030;
}
#tr-new.v2 #calculator .calc-slider {
    background: #F5F5F5;
    box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.12);
    border-radius: 100px;
    height: 40px;
    padding: 0px 28px 0px 12px;
}
#tr-new.v2 #calculator #calc-slider {
    margin: 0;
    background: none !important;
}
#tr-new.v2 #calculator .ui-slider-horizontal .ui-slider-range {
    background: none !important;
}
#tr-new.v2 #calculator .ui-state-default{
    width: 36px;
    height: 36px;
    background: linear-gradient(178.39deg, #FFAA16 -8.27%, #F7A311 104.82%);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15), inset -2px -2px 5px rgba(0, 0, 0, 0.14), inset 2px 2px 5px rgba(255, 255, 255, 0.17);
    border-radius: 100px;
    transform: rotate(-90deg);
    top: 2px;
}
#tr-new.v2 #course .course__title{
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    line-height: 150%;
    text-transform: uppercase;
    color: #FF9204;
    margin-bottom: 60px;
}
#tr-new.v2 #course .tr-circle-price >.col-6{
    background: linear-gradient(151.28deg, #FFFFFF -6.42%, #F7F7F7 59.48%, #FFFFFF 85.5%, #FFFFFF 104.57%);
    border-radius: 10px;
    padding: 28px 0px;
}
#tr-new.v2 #course .course_hour_val{
    font-weight: 600;
    font-size: 70.1538px;
    line-height: 80%;
    background: linear-gradient(15.15deg, #FF9204 38.13%, #FFD59F 97.71%);
    display: block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
#tr-new.v2 #course .course_hour_desc{
    font-weight: 400;
    font-size: 35.0769px;
    line-height: 80%;
    color: #303030;
    display: block;
}
#tr-new.v2 #course .hour-text{
    line-height: 19px;
    color: #303030;
}
#tr-new.v2 #course .hour-text b{
    font-weight: 600;
}
#tr-new.v2 #course .course__price{
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #037E00;
}
#tr-new.v2 #course .course__price del{
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: rgba(48, 48, 48, 0.5);
}
#tr-new.v2 #course .course__subtitle{
    text-align: center;
    margin-top: -40px;
    font-size: 20px;
}
#tr-new.v2 #course .course__list{
    background: linear-gradient(50.01deg, #EEEEEE -11.17%, #FFFFFF 41.23%);
    border: 2px solid #E6E6E6;
    border-radius: 20px;
    box-shadow: none;
    position: relative;
}
#tr-new.v2 #course .course__list:after{
    content: '';
    display: block;
    position: absolute;
    width: 90%;
    height: 5px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    bottom: -5px;
    background-color: #FF9204;
}
#tr-new.v2 .course__list_price span{
    display: inline;
}
#tr-new.v2 #course .text-button{
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
#tr-new.v2 #course .course__title_second.t-title{
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    line-height: 150%;
    text-transform: uppercase;
    color: #FF9204;
    margin-bottom: 60px;
}
#tr-new.v2 #license{
    padding-bottom: 15px;
}
#tr-new.v2 #license .contacts__title{
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    line-height: 150%;
    text-transform: uppercase;
    color: #FF9204;
    margin-bottom: 60px;
}
#tr-new.v2 #license .contacts__services{
    margin-top: 100px;
}
#tr-new.v2 #license .contacts__services_tel {
    color: #222222;
    font-size: 16px;
    text-decoration: none;
}
#tr-new.v2 #license .contacts__offer_text{
    font-size: 16px;
    font-weight: normal;
}
#tr-new.v2 #portal .portal__title{
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    line-height: 150%;
    text-transform: uppercase;
    color: #FF9204;
    margin-bottom: 60px;
}
#tr-new.v2 #portal .portal__list{
    margin: 10px 0;
    flex-direction: column;
    justify-content: space-around;
    height: auto;
    border: none;
    padding: 30px 25px;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}
#tr-new.v2 #portal .portal_val{
    font-weight: 700;
    font-size: 60px;
    line-height: 120%;
    background: linear-gradient(76.71deg, #FF9204 14.73%, #FFAE44 85.71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
#tr-new.v2 #portal .dd-block{
    position: absolute;
    top: -5px;
}
#tr-new.v2 .btn-faq{
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FF9204;
    margin-bottom: 40px;
    text-decoration: underline;
}
#tr-new.v2{
    padding-bottom: 60px;
}
#tr-new.v2 .header__offerBtn {
    margin-bottom: 51px;
}
@media (max-width: 991px){
    #tr-new.v2 .container {
        padding: 0px 15px !important;
    }
    #tr-new.v2 div.header__title {
        transform: rotate(0deg);
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    #tr-new.v2 .header__subtitle {
        max-width: 100%;
    }
    #tr-new.v2 .tr-top-price-left {
        width: 100%;
    }
    #tr-new.v2 .header__offerBtn {
        margin-bottom: 51px;
        padding: 20px 40px;
        font-size: 18px;
        display: inline-block;
    }
    #tr-new.v2 #advs .advs__listn::before {
        left: 50%;
        transform: translateX(-50%);
    }
    #tr-new.v2 #training .line1, #tr-new.v2 #training .line2, #tr-new.v2 #training .line3{
        display: none;
    }
    #tr-new.v2 #calculator .calc-title {
        text-align: center;
    }
    #tr-new.v2 #advs .advs__title, #tr-new.v2 #training .training__title, #tr-new.v2 #calculator .training__title, #tr-new.v2 #course .course__title, #tr-new.v2 #course .course__title_second.t-title, #tr-new.v2 #license .contacts__title, #tr-new.v2 #portal .portal__title{
        font-size: 22px;
    }
    #tr-new.v2 #training {
        background: #FDF2DB;
        border-radius: 20px;
    }
    #tr-new.v2 .cs-item-s{
        overflow: auto;
    }
    #tr-new.v2 #cat-desc p{
        text-align: left !important;
        font-size: 18px !important;
    }
    #tr-new.v2 #cat-desc p span{
        text-align: left !important;
        font-size: 18px !important;
    }
    #tr-new.v2 .course__description{
        font-size: 18px !important;
    }
    #tr-new.v2 .cslider-head .col-md-8 {
        text-align: left !important;
    }
    #tr-new.v2 .cslider-item {
        margin-left: 0px;
    }
}
@media (max-width: 500px){
    #tr-new .btn.header__offerBtn {
        width: 100%;
        display: block;
        font-size: 16px;
        padding: 20px 15px;
    }
}

/*РЁРёСЂРёРЅР° СЃР°Р№РґР±Р°СЂР°*/
@media (min-width: 991px){
    #app .wrapper, #app .big_wrapper {
        max-width: 1300px;
    }
    #application {
        max-width: 1300px;
    }

}
@media (min-width: 1300px){
    #app .container {
        max-width: 1300px !important;
    }
}
.sidebar-promo-banner__title span {
    text-align: left;
    padding-left: 40px;
}
/* Р РµРіРёРѕРЅ РІ РїРѕРґРІР°Р»Рµ*/
footer .select-city span{
    color: #000;
    font-weight: 500;
    margin-right: 10px;
    text-transform: none;
}
footer .select-city a{
    color: #FD9E11 !important;
    text-decoration: underline !important;
    font-weight: 500 !important;
    font-family: Montserrat !important;
}
footer .select-city a::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
#modal-cities {
    position: fixed;
    width: 800px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    margin-left: -400px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(123, 123, 123, 0.25);
    padding: 25px;
    display: none;
    z-index: 1000000;
    font-family: 'Montserrat';
}
#modal-cities .head{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FD9E11;
    margin-bottom: 20px;
}
#modal-cities .item{
    border: 1px solid rgba(253, 158, 17, 0.25);
    border-radius: 5px;
    padding: 6px 10px;
    margin: 10px 0px;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
}
#modal-cities .main-cities .item{
    font-weight: 500;
}
#modal-cities .item.active{
    font-weight: 700;
}
#modal-cities .wrap-other{
    margin-top: 10px;
}
#modal-cities .show-other, #modal-cities .hide-other{
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-decoration: underline;
    color: #FD9E11;
    cursor: pointer;
}
#modal-cities .wrap-hide-other{
    text-align: right;
    display: none;
}
#modal-cities .other-cities{
    display: none;
}
@media (max-width: 991px) {
    #modal-cities {
        max-width: 800px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        margin-left: 0px;
        width: 90%;
        position: fixed;
    }
    #modal-cities .wrap{
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 300px;
    }
}
/*С‚РµСЃС‚ РµРґРёРЅРѕСЂР°Р·РѕРІРѕРµ РїСЂРµРґР»РѕР¶РµРЅРёРµ*/
#diplom-bonus .banner{
    border-radius: 10px;
    margin: 0px 0px 25px 0px;
    font-family: Roboto;
    font-size: 20px;
}
#diplom-bonus .banner .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 0px;
}
#diplom-bonus .banner .banner-offer{
    font-weight: 600;
    text-transform: uppercase;
    line-height: 100%;
}
#diplom-bonus .banner .banner-desc{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 100%;
}
#diplom-bonus .banner .banner-desc span{
    margin: 0px 5px;
}
#diplom-bonus .banner .banner-desc .total-sum{
    color: #FF5858 !important;
}
#diplom-bonus .banner .banner-desc .sum{
    color: #1BB82B !important;
    font-weight: 600;
    margin-left: 15px;
}
#diplom-bonus .banner.v1{
    background-image: url('/content/static/ab/onetime_offer/bg1.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #3E99C6;
    color: #fff;
}
#diplom-bonus .banner.v1 .banner-desc span{
    color: #fff;
}
#diplom-bonus .banner.v1 .banner-desc .sum{
    display: inline-block;
    background: #FFFFFF;
    border-radius: 100px;
    padding: 12px 24px;
    margin-left: 40px;
}
#diplom-bonus .banner .banner-btn{
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    background: #FF9204;
    border-radius: 4px;
    color: #fff;
}
#diplom-bonus .banner.v2{
    background-image: url('/content/static/ab/onetime_offer/bg2_1.png');
    background-repeat: no-repeat;
    background-color: #4EBFF7;
    background-position: 10px -15px;
    background-size: 110px;
    box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
    color: #fff;
}
#diplom-bonus .banner.v2 .container{
    padding: 10px 0px;
}
#diplom-bonus .banner.v2 .wrap-bg{
    background-image: url('/content/static/ab/onetime_offer/bg2_2.png');
    background-repeat: no-repeat;
    background-position: 97% -5px;
    background-size: 70px;
}
#diplom-bonus .banner.v2 .banner-offer{
    font-size: 30px;
    text-align: center;
}
#diplom-bonus .banner.v2 .banner-desc{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px 20px;
}
#diplom-bonus .banner.v3{
    background-color: #FFD48A;
    box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
    color: #303030;
}
#diplom-bonus .banner.v3 .container{
    padding: 10px 0px;
}
#diplom-bonus .banner.v3 .banner-offer{
    font-size: 30px;
    text-align: center;
}
#diplom-bonus .banner.v3 .banner-offer span{
    background: #1AAC20;
    color: #fff;
    padding: 0px 3px;
}
#diplom-bonus .banner.v3 .banner-desc{
    background: #FFFFFF;
    box-shadow: -2px -2px 20px rgba(0, 0, 0, 0.1), 2px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 20px;
}
#diplom-bonus .banner .banner-desc .total-sum{
    position: relative;
}
#diplom-bonus .banner .banner-desc .total-sum:after{
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #FF5858 !important;
    transform: rotate(-20deg);
    top: 10px;
}
#diplom-bonus .banner.v3 .banner-btn{
    margin-left: -30px;
}
@media (max-width: 1300px) {
    #diplom-bonus .banner{
        padding: 15px 15px;
        text-align: center;
        background-image: none !important;
    }
    #diplom-bonus .banner .wrap-bg{
        background-image: none !important;
    }
    #diplom-bonus .banner .container{
        display: block;
    }
    #diplom-bonus .banner .banner-desc{
        margin: 30px 0 0 0;
    }
    #diplom-bonus .banner .banner-btn {
        margin: 30px auto 0 auto !important;
        text-align: center;
    }
}
@media (max-width: 991px) {
    #diplom-bonus .banner .banner-desc{
        display: block;
    }
    #diplom-bonus .banner .banner-desc span{
        display: block;
    }
    #diplom-bonus .banner.v3 .banner-desc .total-sum:after{
        display: none;
    }
    #diplom-bonus .banner.v1 .banner-desc .sum {
        margin-left: auto;
        margin-top: 10px;
    }
}
/*РЎС‚СЂР°РЅРёС†Р° РћР»РёРјРїРёР°РґС‹, Р±Р»РѕРє СЃ РєРЅРѕРїРєР°РјРё*/
/*.item-loop-container a{
    margin: 15px 0px;
    background: linear-gradient(180.97deg, #FFC92C 0.02%, #FA9307 91.47%) !important;
    background-color: #ffc45c !important;
    border-radius: 59px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: block;
}*/
/** РџРµСЂРІС‹Р№ СЌРєСЂР°РЅ РіР»Р°РІРЅРѕР№ СЃС‚СЂР°РЅРёС†С‹*/
#home-top .cell_share_wrap.v1{
    background: url("/content/static/ab/main-page/1.webp") #FFFFFF !important;
    padding: 130px 120px !important;
}
#home-top .cell_share_wrap.v2{
    background: url("/content/static/ab/main-page/2.webp") #FFFFFF !important;
    padding: 120px 120px !important;
}
#home-top .cell_share_wrap.v3{
    background: url("/content/static/ab/main-page/3.webp") #FFFFFF !important;
    padding: 120px 120px !important;
}
#home-top .cell_share_wrap.v4{
    background: url("/content/static/ab/main-page/4.webp") #FFFFFF !important;
    padding: 100px 120px !important;
}
#home-top .cell_share_wrap.v5{
    background: url("/content/static/ab/main-page/5.webp") #FFFFFF !important;
    padding: 80px 120px !important;
}
#home-top .cell_share_wrap.v6{
    background: url("/content/static/ab/main-page/6.webp") #FFFFFF !important;
    padding: 120px 120px !important;
}
#home-top .cell_share_wrap.coursv1{
    background: url("/content/static/ab/main-page/cours1.webp") #FFFFFF !important;
    padding: 120px 120px !important;
}
#home-top .cell_share_wrap.coursv2{
    background: url("/content/static/ab/main-page/cours2.webp") #FFFFFF !important;
    padding: 60px 120px !important;
}
#home-top .cell_share_wrap.coursv3{
    background: url("/content/static/ab/main-page/cours3.webp") #FFFFFF !important;
    padding: 80px 120px !important;
    color: #fff;
}
#home-top .cell_share_wrap.coursv4{
    background: url("/content/static/ab/main-page/cours4.webp") #FFFFFF !important;
    padding: 40px 120px !important;
}
#home-top .cell_share_wrap.coursv5{
    background: url("/content/static/ab/main-page/cours5.webp") #FFFFFF !important;
    padding: 80px 80px !important;
    color: #fff;
}
#home-top .cell_share_wrap.coursv6{
    background: url("/content/static/ab/main-page/cours6.webp") #FFFFFF !important;
    padding: 80px 80px !important;
}
#home-top .cell_share_wrap.coursv7{
    background: url("/content/static/ab/main-page/cours7.webp") #FFFFFF !important;
    padding: 80px 80px !important;
}
#home-top .cell_share_wrap.coursv8{
    background: url("/content/static/ab/main-page/cours8.webp") #FFFFFF !important;
    padding: 100px 80px  80px 80px !important;
}
#home-top .cell_share_wrap.coursv9{
    background: url("/content/static/ab/main-page/cours9.webp") #FFFFFF !important;
    padding: 130px 80px  80px 80px !important;
}
#home-top .cell_share_wrap.coursv10{
    background: url("/content/static/ab/main-page/cours10.webp") #FFFFFF !important;
    padding: 130px 80px  80px 80px !important;
}
#home-top .cell_share_wrap.coursv11{
    background: url("/content/static/ab/main-page/cours11.webp") #FFFFFF !important;
    padding: 130px 80px  80px 80px !important;
}
#home-top .cell_share_wrap.nv{
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    font-family: Roboto;
    height: 520px;
    border-radius: 20px;
}
#home-top .cell_share_wrap.nvcours{
    font-family: Montserrat;
}
#home-top .cell_share_wrap.nv .wrap-text{
    width: 450px;
}
#home-top .cell_share_wrap.nvcours .wrap-text:before{
    content: "";
    display: inline-block;
    background: url("/content/static/ab/main-page/arrow.webp") no-repeat 50% 50%;
    width: 235px;
    height: 54px;
    position: absolute;
    left: 0px;
    top: 25px;
}
#home-top .cell_share_wrap.coursv9 .wrap-text:before, #home-top .cell_share_wrap.coursv10 .wrap-text:before{
    background: url("/content/static/ab/main-page/arrow_2.webp") no-repeat 50% 50%;
    width: 265px;
    height: 104px;
}
#home-top .cell_share_wrap.coursv7 .wrap-text{
    width: 45%;
}
#home-top .cell_share_wrap.coursv8 .wrap-text{
    margin-left: 45%;
    width: auto;
}
#home-top .cell_share_wrap.coursv9 .wrap-text{
    margin-left: 40%;
    width: auto;
}
#home-top .cell_share_wrap.coursv10 .wrap-text{
    width: 70%;
}
#home-top .cell_share_wrap.coursv11 .wrap-text{
    width: 60%;
}
#home-top .cell_share_wrap.nv .title2{
    font-size: 25px;
    line-height: 120%;
    margin-top: 15px;
}
#home-top .cell_share_wrap.nv .title2 span{
    font-weight: 700;
    font-family: Roboto;
}
#home-top .cell_share_wrap.nv .s-btn{
    margin-top: 25px;
    background: #FF9204;
    border-radius: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    font-family: Roboto;
    box-shadow: 0px 10px 20px rgba(65, 64, 60, 0.04), 0px 2px 6px rgba(65, 64, 60, 0.04), 0px 0px 1px rgba(65, 64, 60, 0.04);
}
#home-top .cell_share_wrap.nvcours .s-btn{
    background: #FFFFFF;
    border-radius: 30px;
    font-weight: 700;
    font-size: 26px;
    line-height: 37px;
    color: #303030;
    padding: 15px 60px;
    text-transform: none;
}
#home-top .cell_share_wrap.v1 .title{
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    position: relative;
}
#home-top .cell_share_wrap.v1 .title span{
    font-weight: 400;
    font-size: 24.703px;
    line-height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
}
#home-top .cell_share_wrap.v2 .wrap-text{
    width: 520px;
}
#home-top .cell_share_wrap.v2 .title{
    font-size: 38px;
    line-height: 100%;
    position: relative;
}
#home-top .cell_share_wrap.v2 .title span{
    font-weight: 700;
    display: block;
}
#home-top .cell_share_wrap.v2 .title2{
    padding-left: 70px;
    position: relative;
}
#home-top .cell_share_wrap.v2 .title2:before{
    content: "";
    display: inline-block;
    background: url("/content/static/ab/main-page/nut.svg") no-repeat 50% 50%;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0px;
    top: 0px;
}
#home-top .cell_share_wrap.v3 .wrap-text{
    width: 510px;
}
#home-top .cell_share_wrap.v3 .title{
    font-size: 30px;
    line-height: 110%;
}
#home-top .cell_share_wrap.v4 .wrap-text{
    width: auto;
}
#home-top .cell_share_wrap.v4 a{
    border: 3px solid #FFFFFF;
    border-radius: 100px;
    padding: 20px 24px;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    display: inline-block;
    margin: 10px 5px;
    text-align: center;
}
#home-top .cell_share_wrap.v4.vb2 a{
    border: 0;
    background: #76D9FC;
    box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.65), -5px -5px 14px rgba(255, 255, 255, 0.25)
}
#home-top .cell_share_wrap.v4.vb3 a{
    border: 0;
    background: linear-gradient(180deg, #FFCD2E 0%, #FF9206 100%);
    box-shadow: 0 5px 0 #E88200;
}
#home-top .cell_share_wrap.v4.vb4 a{
    border: 0;
    background: linear-gradient(180deg, #76D9FC 0%, #00A8E3 100%);
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
}
#home-top .cell_share_wrap.v4 .r{
    margin-left: 150px;
}
#home-top .cell_share_wrap.v4 .r:first-child{
    margin-left: 230px;
}
#home-top .cell_share_wrap.v4 .r:last-child{
    margin-left: 200px;
}
#home-top .cell_share_wrap.v5 .wrap-text{
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 10px;
    width: 600px;
}
#home-top .cell_share_wrap.v5 .wrap2-text{
    border: 3px solid #D6D6D6;
    border-radius: 20px;
    text-align: center;
    padding: 20px 40px;
}
#home-top .cell_share_wrap.v5 .title{
    font-weight: 700;
    font-size: 100px;
    line-height: 120%;
}
#home-top .cell_share_wrap.v5 .title2{
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    margin-top: 20px;
}
#home-top .cell_share_wrap.v5 .title2 span{
    font-weight: 600;
    color: #FF9204;
}
#home-top .cell_share_wrap.v5 .s-btn{
    background: #4EBFF7;
}
#home-top .cell_share_wrap.v6 .wrap-text{
    width: 550px;
}
#home-top .cell_share_wrap.v6 .title{
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    color: #FFFFFF;
}
#home-top .cell_share_wrap.v6 .title2{
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
}
#home-top .cell_share_wrap.v6 .s-btn{
    background: #4EBFF7;
}
#home-top .cell_share_wrap.nvcours .title{
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
}
#home-top .cell_share_wrap.nvcours .subtitle{
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    margin-top: 20px
}
#home-top .cell_share_wrap.nvcours .title2{
    font-size: 20px;
    line-height: 120%;
    margin: 25px 0px 30px 0px;
}
#home-top .cell_share_wrap.coursv7 .title{
    font-size: 36px;
}
#home-top .owl-controls {
    position: absolute;
    width: 100%;
    top: 50%;
}
#home-top .owl-controls .owl-prev {
    position: absolute;
    bottom: 0px;
    left: 10px;
}
#home-top .owl-controls .owl-next {
    position: absolute;
    bottom: 0px;
    right: 10px;
}
#home-top .owl-stage-outer {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
#home-top.owl-carousel .nv{
    box-shadow: none;
}
#home-top .cell_share_wrap{position:relative}


@media(max-width:768px) {
    #home-top .cell_share_wrap.nv .s-btn{bottom:-10px}
    #home-top .cell_share_wrap.v1{
        background: url("/content/static/ab/main-page/1m.webp") #FFFFFF !important;
        padding: 30px 15px !important;
    }
    #home-top .cell_share_wrap.v2{
        background: url("/content/static/ab/main-page/2m.webp") #FFFFFF !important;
        padding: 30px 15px !important;
    }
    #home-top .cell_share_wrap.v3{
        background: url("/content/static/ab/main-page/3m.webp") #FFFFFF !important;
        padding: 30px 15px !important;
    }
    #home-top .cell_share_wrap.v4{
        background: url("/content/static/ab/main-page/4m.webp") #FFFFFF !important;
        padding: 30px 15px !important;
    }
    #home-top .cell_share_wrap.v5{
        background: url("/content/static/ab/main-page/5m.webp") #FFFFFF !important;
        padding: 30px 15px !important;
    }
    #home-top .cell_share_wrap.v6{
        background: url("/content/static/ab/main-page/6m.webp") #FFFFFF !important;
        padding: 30px 15px !important;
    }
    #home-top .cell_share_wrap.coursv7{
        background: url("/content/static/ab/main-page/cours7_m.webp") #FFFFFF !important;
        padding: 30px 15px !important;
    }
    #home-top .cell_share_wrap.coursv8{
        background: url("/content/static/ab/main-page/cours8_m.webp") #FFFFFF !important;
        padding: 30px 15px !important;
    }
    #home-top .cell_share_wrap.coursv9{
        background: url("/content/static/ab/main-page/cours9_m.webp") #FFFFFF !important;
        padding: 30px 15px !important;
    }
    #home-top .cell_share_wrap.coursv10{
        background: url("/content/static/ab/main-page/cours10_m.webp") #FFFFFF !important;
        padding: 30px 15px !important;
    }
    #home-top .cell_share_wrap.coursv11{
        background: url("/content/static/ab/main-page/cours11_m.webp") #FFFFFF !important;
        padding: 30px 15px !important;
    }
    #home-top .cell_share_wrap.nv{
        background-repeat: no-repeat !important;
        background-position: 50% 50% !important;
        background-size: cover !important;
        font-family: Roboto;
        height: 520px;
        border-radius: 20px;
        margin-bottom: 30px;
    }
    #home-top .cell_share_wrap.nv .wrap-text{
        width: auto !important;
        text-align: center;
    }
    #home-top .cell_share_wrap.nvcours .wrap-text{
        margin-left: 0;
        width: auto;
        text-align: left;
    }
    #home-top .cell_share_wrap.nvcours .wrap-text:before{
        content: "";
        display: inline-block;
        background: url("/content/static/ab/main-page/arrow_m.webp") no-repeat 50% 50%;
        width: 129px;
        height: 30px;
        position: absolute;
        left: 0px;
        top: 20px;
    }
    #home-top .cell_share_wrap.coursv9 .wrap-text:before, #home-top .cell_share_wrap.coursv10 .wrap-text:before{
        background: url("/content/static/ab/main-page/arrow_2m.webp") no-repeat 50% 50%;
        width: 145px;
        height: 60px;
    }
    #home-top .cell_share_wrap.nv .title2{
        font-size: 16px;
    }
    #home-top .cell_share_wrap.nvcours .title{
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
    }
    #home-top .cell_share_wrap.nvcours .subtitle{
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        margin-top: 10px;
    }
    #home-top .cell_share_wrap.nvcours .title2{
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        margin: 15px 0px 25px 0px;
    }
    #home-top .cell_share_wrap.v1 .title{
        font-size: 30px;
        width: 150px;
        margin: 0 auto;
        text-align: left;
    }
    #home-top .cell_share_wrap.v1 .title span{
        font-size: 12px;
        top: 33px;
        right: 15px;
        width: 50px;
    }
    #home-top .cell_share_wrap.nv .s-btn{
        border-radius: 12px;
        font-size: 16px;
        width: 80%;
        position: absolute;
        left: 10%;
    }
    #home-top .cell_share_wrap.nvcours .s-btn{
        border-radius: 17px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        padding: 11px 54px;
        bottom: 30px;
        width: auto;
        left: 15px;
        right: 15px;
    }
    #home-top .cell_share_wrap.coursv4 .s-btn{
        bottom: 230px;
    }
    #home-top .cell_share_wrap.coursv5 .s-btn{
        bottom: 200px;
    }
    #home-top .cell_share_wrap.v2 .title{
        font-size: 20px;
    }
    #home-top .cell_share_wrap.v2 .title2{
        padding-left: 0px;
    }
    #home-top .cell_share_wrap.v2 .title2:before{
        display: none;
    }
    #home-top .cell_share_wrap.v3 .title{
        font-size: 20px;
    }
    #home-top .cell_share_wrap.v4 a{
        border: 2px solid #FFFFFF;
        padding: 16px 20px;
        font-size: 18px;
        line-height: 110%;
        display: block;
        max-width:250px;
        margin:25px auto;
        text-shadow: 0px 0px 2px #000;
    }
    #home-top .cell_share_wrap.v4 .r{
        margin-left: 0px;
    }
    #home-top .cell_share_wrap.v4 .r:first-child{
        margin-left: 0px;
    }
    #home-top .cell_share_wrap.v4 .r:last-child{
        margin-left: 0px;
    }
    #home-top .cell_share_wrap.v5 .wrap-text{
        background-color: inherit;
        border-radius: 0px;
        padding: 0px;
        width: auto;
        margin-top: 110px;
    }
    #home-top .cell_share_wrap.v5 .wrap2-text{
        border: none;
        border-radius: 0;
        text-align: center;
        padding: 0;
    }
    #home-top .cell_share_wrap.v5 .title{
        font-size: 60px;
    }
    #home-top .cell_share_wrap.v5 .title2{
        font-size: 16px;
    }
    #home-top .cell_share_wrap.v6 .title{
        font-size: 22px;
        margin-top: 100px;
    }
    #home-top .cell_share_wrap.v6 .title2{
        font-size: 16px;
    }
    #home-top .cell_share_wrap.v6 .s-btn{
        bottom: 0px;
    }
    #home-top .cell_share_wrap.coursv7 .title{
        margin-top: 250px;
    }
    #home-top .cell_share_wrap.coursv8 .title{
        margin-top: 30px;
    }
    #home-top .cell_share_wrap.coursv9 .title{
        margin-top: 280px;
    }
    #home-top .cell_share_wrap.coursv10 .title{
        margin-top: 50px;
    }
    #home-top .cell_share_wrap.coursv11 .title{
        margin-top: 280px;
    }
}
@media(min-width: 769px) and (max-width:1401px){
    #home-top .cell_share_wrap.v4 a {
        padding: 20px 24px;
        font-size: 20px;
        line-height: 120%;
    }
    #home-top .cell_share_wrap.v4 .r:first-child {
        margin-left: 200px;
    }
}
@media(min-width: 769px) and (max-width:1200px){
    #home-top .cell_share_wrap.nvcours .title{
        font-weight: 500;
        font-size: 30px;
        line-height: 40px;
    }
    #home-top .cell_share_wrap.nvcours .title2{
        font-size: 18px;
        line-height: 26px;
        margin: 20px 0px 30px 0px;
    }
}

#diplom-bonus .banner{
    border-radius: 10px;
    margin: 0px 0px 25px 0px;
    font-family: Roboto;
    font-size: 20px;
}
#diplom-bonus .banner .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 0px;
}
#diplom-bonus .banner .banner-offer{
    font-weight: 600;
    text-transform: uppercase;
    line-height: 100%;
}
#diplom-bonus .banner .banner-desc{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 100%;
}
#diplom-bonus .banner .banner-desc span{
    margin: 0px 5px;
}
#diplom-bonus .banner .banner-desc .total-sum{
    color: #FF5858 !important;
}
#diplom-bonus .banner .banner-desc .sum{
    color: #1BB82B !important;
    font-weight: 600;
    margin-left: 15px;
}
#diplom-bonus .banner.v1{
    background-image: url('/content/static/ab/onetime_offer/bg1.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #3E99C6;
    color: #fff;
}
#diplom-bonus .banner.v1 .banner-desc span{
    color: #fff;
}
#diplom-bonus .banner.v1 .banner-desc .sum{
    display: inline-block;
    background: #FFFFFF;
    border-radius: 100px;
    padding: 12px 24px;
    margin-left: 40px;
}
#diplom-bonus .banner .banner-btn{
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    background: #FF9204;
    border-radius: 4px;
    color: #fff;
}
#diplom-bonus .banner.v2{
    background-image: url('/content/static/ab/onetime_offer/bg2_1.png');
    background-repeat: no-repeat;
    background-color: #4EBFF7;
    background-position: 10px -15px;
    background-size: 110px;
    box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
    color: #fff;
}
#diplom-bonus .banner.v2 .container{
    padding: 10px 0px;
}
#diplom-bonus .banner.v2 .wrap-bg{
    background-image: url('/content/static/ab/onetime_offer/bg2_2.png');
    background-repeat: no-repeat;
    background-position: 97% -5px;
    background-size: 70px;
}
#diplom-bonus .banner.v2 .banner-offer{
    font-size: 30px;
    text-align: center;
}
#diplom-bonus .banner.v2 .banner-desc{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px 20px;
}
#diplom-bonus .banner.v3{
    background-color: #FFD48A;
    box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
    color: #303030;
}
#diplom-bonus .banner.v3 .container{
    padding: 10px 0px;
}
#diplom-bonus .banner.v3 .banner-offer{
    font-size: 30px;
    text-align: center;
}
#diplom-bonus .banner.v3 .banner-offer span{
    background: #1AAC20;
    color: #fff;
    padding: 0px 3px;
}
#diplom-bonus .banner.v3 .banner-desc{
    background: #FFFFFF;
    box-shadow: -2px -2px 20px rgba(0, 0, 0, 0.1), 2px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 20px;
}
#diplom-bonus .banner .banner-desc .total-sum{
    position: relative;
}
#diplom-bonus .banner .banner-desc .total-sum:after{
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #FF5858 !important;
    transform: rotate(-20deg);
    top: 10px;
}
#diplom-bonus .banner.v3 .banner-btn{
    margin-left: -30px;
}
@media (max-width: 1300px) {
    #diplom-bonus .banner{
        padding: 15px 15px;
        text-align: center;
        background-image: none !important;
    }
    #diplom-bonus .banner .wrap-bg{
        background-image: none !important;
    }
    #diplom-bonus .banner .container{
        display: block;
    }
    #diplom-bonus .banner .banner-desc{
        margin: 30px 0 0 0;
    }
    #diplom-bonus .banner .banner-btn {
        margin: 30px auto 0 auto !important;
        text-align: center;
    }
}
@media (max-width: 991px) {
    #diplom-bonus .banner .banner-desc{
        display: block;
    }
    #diplom-bonus .banner .banner-desc span{
        display: block;
    }
    #diplom-bonus .banner .banner-desc .total-sum:after{
        display: none;
    }
    #diplom-bonus .banner.v1 .banner-desc .sum {
        margin-left: auto;
        margin-top: 10px;
    }
}

#social{
    float: right;
}
#social .social-head{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FD9E11;
}
#social .social-links{
    margin-top: 25px;
    padding: 0 !important;
    text-align: left;
}
#social .social-links img{
    width: 50px;
    height: 50px;
}
#social .social-links span{
    display: inline-block;
    margin-right: 20px;
    cursor:pointer;
}
span[data-href] {
    cursor:pointer;
    text-decoration: underline;
}

#head-main.header-light .name-light{
    display: none;
}
@media (max-width: 769px) {
    #head-main.header-light a img{
        width: 48px;
        height: 35px;
    }
    #head-main.header-light .header-licence-info, #head-main.header-light .header-new-contaсts, #head-main.header-light .login_cont, #head-main.header-light .head-auth-section{
        display: none !important;
    }
    #head-main.header-light .mmi-toggle #mobile-menu-toggle{
        margin-top: 0px !important;
    }
    #head-main.header-light .name-light{
        display: block;
        color: #97968F;
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        text-align: center;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 20px;
    }
}
.top_desk_nav {
    margin-top: -20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 5px;
}
@media(max-width: 769px){
    #s-header .header-logo{width: 60px;}
}

.new-style .tv-content-field,
.new-style .tv-content-field::placeholder {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}
.new-style .button {
    margin-bottom: 12px;
    display:flex;
    justify-content: center;
    margin: 16px 20px 20px;
    text-shadow: none!important;
    border: solid 2px #FFAA16;
}
.new-style .button:hover {
    border: solid 2px #FFAA16!important;
}
.new-style .button+.button {
    background: transparent!important;
    color: #FFAA16!important;
}