@charset "UTF-8";
.modal-open {
    overflow: hidden; }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-content {
    position: relative; }
.modal-content__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    transform: translateZ(3px); }

.fade {
    transition: opacity 0.15s linear; }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none; }

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none; } }

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none; }

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02); }

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem); }

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none; }

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none; }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0; }

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1540;
    width: 100vw;
    height: 100vh;
    background-color: #000; }

.modal-backdrop.fade {
    opacity: 0; }

.modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px); }

.modal-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.5; }

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem; }

.feedback-form {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 40px 40px; }
.feedback-form__title {
    margin-bottom: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: bold; }
.feedback-form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px; }
.feedback-form .form-group .help-block {
    color: red; }
.feedback-form .form-control {
    color: black;
    font-size: 16px;
    border-bottom: 1px solid #e0e0e0; }
.feedback-form .form-control:focus {
    border-bottom: 1px solid #fff0e8; }
.feedback-form .form-control::placeholder, .feedback-form .form-control::-webkit-input-placeholder, .feedback-form .form-control::-moz-placeholder, .feedback-form .form-control:-ms-input-placeholder, .feedback-form .form-control:-moz-placeholder {
    color: #ccc; }
.feedback-form .form-control-label {
    color: #ccc;
    margin-bottom: 5px; }
.feedback-form .btn.btn--large {
    padding: 12px 30px; }
.feedback-form .btn--large {
    border: 1px solid #E35205; }
.feedback-form .btn--large:hover {
    border: 1px solid #fff;
    background: #E35205; }
.feedback-form .form-btn .btn {
    margin: auto;
    display: block; }

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px); }

.modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto 5.6rem auto; }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem); }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content; }
    .modal-xs {
        max-width: 300px; } }

@media (min-width: 1100px) {
    .modal-md,
    .modal-lg {
        max-width: 800px; } }

@media (min-width: 1440px) {
    .modal-lg {
        max-width: 1140px; } }

.modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
.modal-body__title {
    font-style: normal;
    font-weight: 600;
    color: #131313; }
.modal-body__check {
    font-style: normal;
    font-weight: 500;
    margin-top: 38px; }
.modal-body__descr {
    color: #6f6f6f;
    font-weight: normal; }
.modal-body__loader {
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 18V22' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.24 16.2402L19.07 19.0702' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.93005 19.0702L7.76005 16.2402' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 12H22' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 12H6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.24 7.75969L19.07 4.92969' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.93005 4.92969L7.76005 7.75969' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 2V6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    margin-top: 74px;
    animation: rotate 1s ease infinite; }
.modal-body__loader.success {
    width: 28px;
    height: 20px;
    background-size: contain;
    animation: none;
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='25' viewBox='0 0 33 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 13.5556L13.3846 22L30 3' stroke='%2350AF6F' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }

.modal-success-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
.modal-success-body__title {
    color: #379f2f;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    text-align: center; }
.modal-success-body__title:after {
    position: absolute;
    content: "";
    width: 37px;
    height: 27px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='32' viewBox='0 0 42 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 17.4444L16.8462 29L39 3' stroke='%2350AF6F' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    top: 50%;
    right: -15px;
    transform: translate(100%, -50%); }
.modal-success-body__check {
    margin-top: 36px;
    font-weight: 700;
    text-align: center; }
.modal-success-body__descr {
    margin-top: 10px;
    text-align: center; }
.modal-success-body__order {
    margin-top: 70px;
    width: 100%; }

.modal-promocode .modal-dialog {
    max-width: 720px; }

.modal-promocode .modal-body {
    max-height: 356px; }

.modal-promocode-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
.modal-promocode-body__title {
    font-weight: 800;
    color: #eb5757;
    position: relative;
    padding-right: 35px;
    font-size: 24px;
    display: inline-block;
    text-transform: uppercase;
    margin: auto; }
@media (max-width: 767px) {
    .modal-promocode-body__title {
        font-size: 18px; } }
@media (max-width: 575px) {
    .modal-promocode-body__title {
        font-size: 15px; } }
.modal-promocode-body__title:after {
    position: absolute;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 2px solid #eb5757;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.08882 1.08906L0.0935059 2.08984L2.04585 4.04219L4.00366 6L2.04585 7.95781L0.0935059 9.91016L1.08882 10.9109L2.0896 11.9062L4.04194 9.95391L5.99976 7.99609L7.95757 9.95391L9.90991 11.9062L10.9107 10.9109L11.906 9.91016L9.95366 7.95781L7.99585 6L9.95366 4.04219L11.906 2.08984L10.9107 1.08906L9.90991 0.09375L7.95757 2.04609L5.99976 4.00391L4.04194 2.04609L2.0896 0.09375L1.08882 1.08906Z' fill='%23EB5757'/%3E%3C/svg%3E%0A"); }
.modal-promocode-body__descr {
    font-weight: 500;
    text-align: center;
    color: #545454;
    margin-top: 12px; }

.order-info__title {
    font-style: normal;
    font-weight: 800;
    padding-bottom: 13px;
    border-bottom: 1px solid #6a6a6a;
    margin-bottom: 8px; }

.order-info__field {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    align-items: center; }

.order-info__prop {
    font-size: 14px; }

.order-info__val {
    font-weight: 700; }

.order-info__submit {
    margin: auto;
    margin-top: 70px; }

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L13.5 13.5M13.5 13.5L26 26M13.5 13.5L26 1M13.5 13.5L1 26' stroke='%23262626' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    width: 25px;
    height: 25px;
    background-size: contain;
    z-index: 50; }
@media (min-width: 1024px) {
    .modal-close:hover {
        cursor: pointer; } }

.modal-registration-success .modal-body {
    padding: 0px; }

.modal-registration-success .modal-close {
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L13.5 13.5M13.5 13.5L26 26M13.5 13.5L26 1M13.5 13.5L1 26' stroke='%23c0c0c0' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A"); }

.modal-header-title {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #E35205;
    margin-top: 60px; }
@media (max-width: 767px) {
    .modal-header-title {
        margin-bottom: 30px;
        font-size: 24px; } }

.modal-auth .personal-auth {
    margin-top: 40px;
    margin-bottom: 0px;
    width: 100%;
    padding-bottom: 60px; }
@media (max-width: 767px) {
    .modal-auth .personal-auth {
        padding: 0px 0px;
        padding-bottom: 15px;
        margin-top: 0px; } }

.modal-auth .authorization-form {
    margin-top: 0px; }

.modal-auth .personal-auth__descr {
    margin-bottom: 0px; }

.modal-auth .authorization-form__submit {
    margin-top: 40px; }
.modal-auth .authorization-form__submit span {
    width: 50%;
    color: #E35205;
    cursor: pointer;
    font-weight: 600;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
@media (max-width: 767px) {
    .modal-auth .authorization-form__submit span {
        width: 154px;
        margin-top: 20px; } }

.modal-auth .modal-dialog {
    max-width: 650px; }

@media (max-width: 767px) {
    .modal-auth .authorization-form__forgot-password {
        font-size: 16px; } }

.modal-reset-password__descr {
    text-align: center;
    font-size: 18px;
    max-width: 500px;
    margin: auto;
    margin-top: 10px; }

.modal-body .free-panels {
    padding: 44px 144px;
    text-align: center; }

.free-panels .modal-body {
    z-index: 1; }

.free-panels .modal-dialog {
    max-width: 650px; }

.free-panels__bg {
    position: absolute;
    top: 0;
    left: 0; }

.free-panels__bg2 {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: scale(-1, 1); }
.free-panels__bg2 img {
    max-width: 141px; }

.free-panels__title {
    font-size: 26px;
    font-weight: 700;
    color: #E35205;
    margin-bottom: 24px; }

.free-panels__text {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #292929;
    margin-bottom: 40px; }

.free-panels__btn .btn {
    padding: 15px 30px;
    border-radius: 8px; }

.free-panels--2 .modal-close {
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L13.5 13.5M13.5 13.5L26 26M13.5 13.5L26 1M13.5 13.5L1 26' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A"); }

.free-panels--2 .free-panels__title {
    text-transform: uppercase; }

.free-panels--2 .free-panels__text {
    font-weight: 300;
    margin-left: -50px;
    margin-right: -50px; }

.free-panels--2 .free-panels__title, .free-panels--2 .free-panels__text {
    color: #fff; }

.free-panels--2 .free-panels__bg-2 {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
.free-panels--2 .free-panels__bg-2 img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.free-panels--2 .free-panels__left-2 {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0; }

.free-panels--2 .free-panels__right-2 {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0; }

.free-panels--3 .modal-body {
    align-items: flex-start; }

.free-panels--3 .modal-body .free-panels {
    padding: 44px 25px;
    max-width: 70%; }

.free-panels--3 .btn {
    max-width: 220px; }

.free-panels--3 .free-panels__title {
    text-align: left;
    text-transform: uppercase; }

.free-panels--3 .free-panels__text {
    text-align: left;
    font-weight: 300; }

.free-panels--3 .free-panels__bg-3 {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
.free-panels--3 .free-panels__bg-3 img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.free-panels--3 .free-panels__left-3 {
    display: none; }

.free-panels--3 .free-panels__right-3 {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0; }

@media (max-width: 767px) {
    #free-panels .modal-close {
        height: 15px;
        width: 15px; }
    .modal-body .free-panels {
        padding: 49px 7px 24px; }
    .free-panels .modal-dialog {
        max-width: 285px;
        margin-left: auto;
        margin-right: auto; }
    .free-panels__bg img {
        max-width: 61px; }
    .free-panels__bg2 img {
        max-width: 64px; }
    .free-panels__title {
        font-size: 20px;
        margin-bottom: 12px; }
    .free-panels__text {
        font-size: 14px;
        margin-bottom: 24px; }
    .free-panels__btn .btn {
        font-size: 12px;
        padding: 8px 24px;
        max-width: 180px;
        margin-left: auto;
        margin-right: auto; }
    .free-panels__left-2 {
        display: none; }
    .free-panels__right-2 {
        right: auto;
        bottom: auto;
        top: 0;
        left: 0;
        transform: scale(-1, -1);
        max-width: 80px; }
    .free-panels--2 .free-panels__text {
        margin-left: 0px;
        margin-right: 0px; }
    .free-panels--3 .modal-body {
        align-items: center; }
    .free-panels--3 .modal-body .free-panels {
        padding: 49px 7px 24px;
        max-width: 100%; }
    .free-panels--3 .free-panels__title {
        text-align: center; }
    .free-panels--3 .free-panels__text {
        text-align: center; }
    .free-panels--3 .free-panels__left-3 {
        display: block;
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0; }
    .free-panels--3 .free-panels__right-3 {
        display: none; } }

.modal-shops .modal-dialog {
    max-width: 648px; }

.modal-shops .modal-close {
    width: 15px;
    height: 15px; }
@media (max-width: 767px) {
    .modal-shops .modal-close {
        top: 10px;
        right: 10px; } }

.modal-shops .modal-body {
    padding: 60px;
    padding-right: 40px; }
@media (max-width: 767px) {
    .modal-shops .modal-body {
        padding: 20px;
        padding-top: 40px;
        padding-right: 10px; } }

.modal-shops .modal-shops-list {
    max-height: 70vh;
    padding-right: 26px;
    overflow: auto; }
@media (max-width: 767px) {
    .modal-shops .modal-shops-list {
        padding-right: 15px; } }
.modal-shops .modal-shops-list::-webkit-scrollbar {
    width: 8px;
    /* ширина для вертикального скролла */
    height: 8px;
    /* высота для горизонтального скролла */
    border-radius: 0px;
    background-color: #f5f5f5; }
.modal-shops .modal-shops-list::-webkit-scrollbar-thumb {
    background-color: #BDBDBD;
    border-radius: 0em; }
.modal-shops .modal-shops-list::-webkit-scrollbar-thumb:hover {
    background-color: #828282; }

.test-drive .modal-body {
    padding: 0; }

.test-drive__wrap {
    width: 100%;
    position: relative;
    padding-bottom: 52%; }
@media (max-width: 575px) {
    .test-drive__wrap {
    } }
.test-drive__wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.test-drive__picture {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    display: block;
}

.modal-award {
    color: #131313; }
.modal-award .modal-dialog {
    max-width: 1040px;
    position: relative; }
.modal-award .modal-content {
    border-radius: 35px;
    overflow: hidden; }
@media (max-width: 767px) {
    .modal-award .modal-content {
        border-radius: 24px; }

    .test-drive__picture {
        height: 100.5%;
    }

}
.modal-award .modal-body {
    padding: 60px 100px;
    align-items: flex-start; }
@media (max-width: 1439px) {
    .modal-award .modal-body {
        padding: 60px 80px; } }
@media (max-width: 1099px) {
    .modal-award .modal-body {
        padding: 60px; } }
@media (max-width: 767px) {
    .modal-award .modal-body {
        padding: 60px 40px; } }
@media (max-width: 575px) {
    .modal-award .modal-body {
        padding: 60px 20px 40px; } }
.modal-award__title {
    text-transform: none;
    margin-bottom: 70px;
    font-size: 40px; }
@media (max-width: 1439px) {
    .modal-award__title {
        font-size: 32px;
        margin-bottom: 60px; } }
@media (max-width: 1099px) {
    .modal-award__title {
        font-size: 28px; } }
@media (max-width: 767px) {
    .modal-award__title {
        font-size: 24px;
        margin-bottom: 52px; } }
@media (max-width: 575px) {
    .modal-award__title {
        font-size: 20px;
        margin-bottom: 36px; } }
.modal-award__title p:after {
    background: #131313; }
.modal-award__body {
    display: grid;
    grid-template-columns: 1fr 1fr; }
@media (max-width: 767px) {
    .modal-award__body {
        grid-template-columns: auto; } }
.modal-award__img {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 50%; }
@media (max-width: 767px) {
    .modal-award__img {
        display: none; } }
.modal-award__img .lazy-img-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 140px; }
.modal-award__img .lazy-img-wrap img {
    width: 100%;
    height: 100%;
    object-position: left bottom;
    object-fit: contain; }
.modal-award__content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px; }
.modal-award__content * {
    margin-bottom: 0; }
.modal-award__content p {
    font-size: 18px; }
@media (max-width: 767px) {
    .modal-award__content p {
        font-size: 16px; } }
@media (max-width: 575px) {
    .modal-award__content p {
        font-size: 12px; } }
.modal-award__content .btn {
    display: inline-flex;
    border-radius: 16px;
    height: 54px;
    margin-top: 50px; }
@media (max-width: 767px) {
    .modal-award__content .btn {
        height: 42px;
        border-radius: 8px;
        margin-top: 12px; } }
.modal-award__block {
    display: flex;
    align-items: center;
    gap: 20px; }
@media (max-width: 767px) {
    .modal-award__block {
        gap: 10px; } }
.modal-award__block .number {
    flex-shrink: 0;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 3px solid #E35205;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    position: relative; }
@media (max-width: 767px) {
    .modal-award__block .number {
        width: 50px;
        height: 50px;
        border-width: 2px;
        font-size: 24px; } }
.modal-award__block .number span {
    position: relative;
    z-index: 2; }
.modal-award__block .number:before {
    content: '';
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    left: 4px;
    border-radius: 50%;
    background-color: #E35205;
    z-index: 1; }
.modal-award__footer {
    padding-top: 24px;
    margin-top: 4px;
    border-top: 2px solid #e4e4e4;
    font-size: 14px; }
.modal-award__footer p {
    font-size: 14px; }
.modal-award__footer p:first-child {
    font-weight: 600;
    color: #E35205;
    margin-bottom: 12px; }
@media (max-width: 767px) {
    .modal-award__footer {
        padding-top: 20px;
        margin-top: 0; } }