.radio-sport__info {
    position: static !important;
    z-index: 1;
    width: 15px !important;
    height: 15px !important;
    line-height: 15px !important;
    display: inline-block;
    font-size: 15px !important;
    margin-left: 0;
}

.checkout-badge {
    position: absolute;
    right: -60px;
    z-index: 2;
    top: 0px;
}
@media screen and (max-width: 800px) {
  .checkout-badge {
    display: none;
  }
}
.discount-text {
  position: absolute;
  width: 100%;
  margin-top: 5px;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
}

.radio-sport__info i {
    font-size: 10px !important;
    line-height: 15px;
}

.radio-sport__top {
    position: absolute;
    top: -30px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    color: #333333;
}

.radio-sport__info i {
    font-size: 15px;
}

.radio-sport {
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 100vh;
}

.radio-sport__feature {
    width: 264px;
    height: 100px;
    margin-top: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.radio-sport__wrapper {
    flex-basis: 56px;
    text-align: center;
}

.radio-sport__svgwrap {
    height: 56px;
    line-height: 56px;
    margin: 0;
    width: 56px;
    margin: auto;
}

.radio-sport__feature:before {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    width: 56px;
    height: 56px;
    border: 1px solid #BEB400;
    border-radius: 28px;
    left: 13px;
    top: 0;
    transition: .3s ease all;
}

.radio-sport__label {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 100;
}

.radio-sport__text {
    transition: .3s ease all;
}

.radio-sport__text {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 5px;
    align-self: flex-end;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #A0A0A0;
    height: 36px;
}

.radio-sport--checked .radio-sport__text {
    font-size: 18px;
    line-height: 1;
    color: #333;
}

.radio-sport__image {
    fill: #A0A0A0;
}

.radio-sport--checked .radio-sport__image.cls-1 {
    fill: #BEB400;
}

.radio-sport--checked .radio-sport__image.cls-2,
.radio-sport--checked .radio-sport__image.cls-3 {
    stroke: #BEB400;
}

.radio-sport__svg {
    transition: .3s ease all;
}

.radio-sport__feature.danger:before {
    width: 160px;
    left: 0;
}

.radio-sport__feature.extrim:before {
    width: 264px;
    left: 0;
}


/*very sad about this */

.radio-sport__feature.extrim .radio-sport__wrapper:not(.radio-sport--checked) .radio-sport__image {
    fill: #BEB400;
}

.radio-sport__feature.extrim .radio-sport__wrapper:not(.radio-sport--checked) .radio-sport__text {
    color: #BEB400;
}

.radio-sport__feature.danger .radio-sport__wrapper:first-child .radio-sport__image {
    fill: #BEB400;
}

.radio-sport__feature.danger .radio-sport__wrapper:first-child .radio-sport__text {
    color: #BEB400;
}

.radio-sport--checked .radio-sport__svg--nosport {
    width: 36px;
    height: 12.81px;
}

.radio-sport--checked .radio-sport__svg--danger {
    width: 36px;
    height: 18px;
}

.radio-sport--checked .radio-sport__svg--extrim {
    width: 32px;
    height: 36px;
}

.trash-wrap {
    width: 6%;
}

.sport-wrap {
    margin-left: 25px;
}

.gttable p .infotip.table {
    display: inline-block;
    margin: unset;
}

.gttable p .table-new-sign {
    border: 2px solid #e3d36e;
    border-radius: 5px;
    color: #e3d36e;
    padding: 0px 5px 0px 5px;
    font-weight: 400;
    cursor: pointer;
}


/*hidden class*/

.radio-sport__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

p.tip.days-count-wrap {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.days-count-wrap~.tip {
    padding-top: 0px;
}

.ageCoefficient {
    text-align: right;
    display: block;
    font-size: 14px;
}

.ageCoefficient .tooltip .i {
    display: none;
}

.ageCoefficient .tooltip {
    padding: 30px;
    width: 420px;
    left: calc(50% - 210px);
}

.ageCoefficient .tooltip ul {
    padding: 0;
}

.ageCoefficient .tooltip li::marker {
    display: block;
    color: black;
    background-color: black;
    height: 2px;
    width: 2px;
}

.ageCoefficient .infotip {
    margin-left: 0;
    margin-bottom: -5px;
}

.intrip__check label span {
    font-weight: 700;
}

.intrip__disclaim {
    border: 2px solid #e3d36e;
    padding: 10px;
    display: none;
}

.intrip__disclaim.active {
    border: 2px solid #e3d36e;
    padding: 10px;
    display: block;
}

.intrip__disclaim.active .bold {
    font-weight: 500;
}

.intrip_mob,
.intrip__disclaim_mob.active {
    display: none;
}

.hiddenByIntrip {
    display: none !important;
}

.table-mobile-item b {
    font-weight: 700;
}

@media (max-width: 991px) {
    .payer-info-text p {
        font-size: 14px;
    }

    .payer p.padded {
        padding-left: 0 !important;
    }

    .ui-datepicker-prev {
        left: 0 !important;
        top: 15px !important;
    }

    .ui-datepicker-next {
        right: 0 !important;
        top: 15px !important;
    }

    .trash-wrap {
        right: 0;
        top: 0;
        position: absolute !important;
    }

    .radio-sport__feature {
        width: 240px;
    }

    .radio-sport__feature.extrim:before {
        width: 242px;
    }

    .ui-datepicker-month {
        width: 150px;
    }

    .ui-datepicker-calendar td.ui-state-disabled .ui-state-default {
        font-size: 18px !important;
    }
}


/* modal-body */

.gwt-HTML.info-text {
    margin: 30px 0 40px;
}

.gwt-HTML .icon-column img {
    display: flex;
    justify-content: center;
    max-width: 72px;
}

.gwt-HTML .icon-column {
    /*height: 72px;*/
    /*padding-top: 18px;*/
    /*padding-bottom: 18px;*/
}

.h32 {
    margin-top: 32px;
    margin-bottom: 32px;
}


#policy-share-modal .share-modal-qr-img {
    margin: 0 auto;
    display: block;
}

#copy-link {
    margin: 0 auto;
    display: block;
    margin-top: 15px;
}


@media (max-width: 1200px) {
    #sportInfoModal .modal-content {
        min-width: 960px;
        margin: 0 auto;
    }

    #sportInfoModal .modal-dialog.respons_modal {
        min-width: 960px !important;
        width: 960px !important;
    }

    .calculate,
    #buy-insurance.row {
        padding: 0 32px;
    }

    body .gt__tabs-rules-descr {
        display: block;
    }

    .rejected__cost {
        text-align: center;
    }
}

@media (max-width: 1024px) {
    #sportInfoModal .modal-content {
        min-width: 704px;
        margin: 0 auto;
    }

    #sportInfoModal .modal-dialog.respons_modal {
        min-width: 704px !important;
        width: 704px !important;
    }

    #sportInfoModal .col-xs-2.icon-column {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    #sportInfoModal .modal-content {
        min-width: 80vw;
        margin: 0 auto;
    }

    #sportInfoModal .modal-dialog.respons_modal {
        min-width: 80vw !important;
        width: 80vw !important;
        margin: 0 auto;
    }

    #sportInfoModal .modal-body {
        padding: 22px !important;
    }

    .warning-insureds-text {
        font-size: 14px;
    }

    .warning-insureds-text p {
        margin-bottom: 0px;
    }

    .ageCoefficient {
        margin-top: 15px;
        text-align: left;
        display: block;
        font-size: 14px;
        padding-left: 5px;
        padding-bottom: 90px;
    }

    .ageCoefficient .tooltip {
        padding: 10px;
        padding-left: 20px;
        width: 320px;
        left: calc(50% - 160px);
        top: unset !important;
        bottom: 20px;
        -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.2);
    }

    .ageCoefficient .tooltip:after,
    .ageCoefficient .tooltip:before {
        bottom: unset;
        top: 100%;
        transform: rotate(180deg);
    }

    .ageCoefficient .tooltip text {
        font-size: 12px !important;
    }
}

@media (max-width: 767px) {
    .rejectblock.rejected p.rejectprice {
        margin-top: 5px;
    }

    .intrip_mob,
    .intrip__disclaim_mob.active {
        display: block;
    }
}


/* popup-text */

.morecontent span {
    display: none;
    font-size: 14px;
}

.morelink {
    display: block;
    font-size: 14px;
}

.popup-p {
    margin-top: 20px;
    font-size: 14px;
}

.popup-li::marker {
    color: #BEB400;
}

.danger-profiency-text {
    font-size: 14px;
    line-height: 1.4;
}

.section-table-mobile {
    display: none;
}

.table-mobile__body {
    width: 100%;
}

.inputinfowrap .select2-container--default .select2-selection--multiple {
    height: auto !important;
}

.inputinfowrap .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-bottom: 5px !important;
}

.share-wraper p {
    display: inline-block;
    position: relative;
    margin-bottom: 60px;
    float: left;
    width: 400px;
}

.share-wraper img {
    position: absolute;
    right: 0;
    top: 0;
}

.payer-info-text p {
    margin-top: 40px;
}


.link {
    text-decoration: none;
    color: #003c78;
    cursor: pointer;
}

.summary p.link span {
    font-size: 14px;
    cursor: pointer;
}

.btn_sbpPay-travel {
    border-radius: 4px;
    border: 2px solid #FC0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    margin-top: 20px;
    cursor: pointer;
}

.btn_sbpPay-travel p {
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    line-height: 40px !important;
    margin: 0 !important;
    background-image: url(img/sbp.svg);
    padding-left: 50px;
    background-size: 40px 40px;
    background-position: top left;
    background-repeat: no-repeat;
}

.annual-disclaimer {
    display: none;
    font-size: 12px;
}

@media (max-width: 740px) {
    .annual-disclaimer.active {
        display: block;
        margin: 10px 0;
    }
}

@media (max-width: 390px) {
    .gttable.section-table-mobile .row .info-col.col-md-6 {
        width: 260px !important;
    }

    .rejected__body--margin {
        margin-left: 86px;
    }

    .ageCoefficient .infotip .tooltip {
        left: -273px;
    }

    .ageCoefficient .tooltip:after,
    .ageCoefficient .tooltip:before {
        left: calc(71% - -47px);
    }
}

@media (max-width: 1200px) {
    input[type='text'].datepicker-input {
        padding: 0px 11px;
    }

    .dateblocked {
        margin-top: 14px;
    }

    .inputwrap .datepicker-input+.shower {
        bottom: 10px;
    }

    .rejected__body--margin {
        margin-left: 0px;
        margin-top: 0px;
    }

    #policy-shop-form .select2-search__field {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 500px) {
    .col-sm-5 .dateblocked {
        padding-left: 0;
    }
}