@charset "UTF-8";

ul, li, a, div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
}

img {
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    max-width: 100%;
    height: auto;
    transition: all 0.15s ease-out;
}

div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a, svg path {
    text-decoration: none;
    transition: all 0.2s;
}

.grid-view a {
    color: #787878;
}

input, button, select, textarea {
    font-family: "Montserrat", serif;
    -webkit-appearance: none;
}

.bt {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 700;
    color: #333;
    line-height: 43px;
    line-height: 44px;
}

.bt strong {
    font-weight: 700;
    color: var(--orange);
}

input[type=tel]:not(#auth_phone) {
    background-image: url("../images/country-ua.svg");
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-left: 40px;
}

footer {
    padding: 45px 0 0;
    border-radius: 25px;
    background: #F7F7F7;
    margin-bottom: 25px;
    margin: 0 34px;
}

footer .bottom {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.1);
    padding: 10px 0;
    line-height: 25px;
    font-size: 14px;
    color: #787878;
    margin-top: 34px;
}

footer .bottom a {
    color: #787878;
    border-bottom: 1px solid #787878;
}

footer .bottom a:hover {
    border-color: transparent;
}

footer .col {
    line-height: 25px;
    font-size: 14px;
}

footer .col:first-child {
    max-width: 215px;
    width: 100%;
}

footer .logo {
    max-width: 160px;
    margin-bottom: 48px;
}

footer .pays {
    justify-content: center;
    gap: 5px;
    align-items: center;
    border-radius: 10px;
    background: rgba(120, 120, 120, 0.1);
    height: 40px;
}

footer .title {
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 4px;
}

footer .navs {
    gap: 40px;
}

footer ul {
    max-width: 140px;
}

footer ul li {
    margin-bottom: 7px;
}

footer ul li a {
    color: var(--black);
    border-bottom: 1px solid transparent;
}

footer ul li a:hover {
    border-color: var(--black);
}

footer .col:nth-child(3) {
    width: 100%;
    max-width: 220px;
}

footer .col:nth-child(3) a {
    color: var(--black);
    border-bottom: 1px solid var(--black);
}

footer .col:nth-child(3) a:hover {
    border-color: transparent;
}

footer .col:nth-child(3) p {
    margin-bottom: 7px;
}

footer .socials {
    width: 100%;
    max-width: 130px;
    gap: 10px;
    position: relative;
    left: -8px;
    margin-bottom: 35px;
}

footer .socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: var(--grey);
}

footer .socials a:hover {
    color: var(--orange);
}

footer .socials a svg {
    width: 18px;
    height: 18px;
}

footer .reviews a {
    gap: 20px;
    justify-content: center;
}

footer .reviews .name {
    text-align: center;
    line-height: normal;
}

footer .reviews .name span {
    display: block;
    font-size: 8px;
    color: #707070;
    font-weight: 800;
    margin-top: 3px;
}

footer .reviews .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #FEC02F;
    font-size: 13px;
    font-weight: 800;
    border-radius: 5px;
    color: #FEC02F;
}

footer .socials a:hover svg path {
    fill: var(--orange) !important;
}

#totop {
    position: fixed;
    bottom: 30px;
    right: 44px;
    display: none;
    z-index: 100;
}

#totop a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--orange);
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

#totop a:hover {
    background: #EBA401;
}

/* Example bootstrap table */
.table {
    width: 100%;
    border-collapse: collapse;
    background-color: transparent;
    margin-bottom: 1rem;
    color: #212529;
    font-size: 14px;
}


.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}


.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-weight: bold;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}


.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
}


.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}


.table {
    border-radius: 4px;
    overflow: hidden;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


/* The end table */

@media screen and (max-width: 1279px) {
    footer {
        margin: 0;
        border-radius: 0;
    }
}

@media screen and (max-width: 1179px) {
    footer {
        padding: 20px 0 0;
        position: relative;
    }

    footer .bottom {
        margin-top: 24px;
    }

    footer .container.flex {
        justify-content: flex-end;
    }

    footer ul li {
        margin-bottom: 0;
    }

    footer .col:nth-child(1) {
        width: 100%;
        max-width: 100%;
    }

    footer .col:nth-child(2) {
        width: calc(100% - 250px);
        box-sizing: border-box;
        padding-right: 55px;
    }

    footer .col:nth-child(3) {
        width: 250px;
        max-width: 100%;
    }

    footer .col:nth-child(3) p {
        margin-bottom: 0;
    }

    footer .col:nth-child(4) {
        width: 250px;
        max-width: 100%;
        margin: 15px 0 0;
    }

    footer .logo {
        max-width: 108px;
        margin: 0 0 15px;
    }

    footer .socials {
        width: 100%;
        max-width: 100%;
        margin: 0;
        gap: 0;
    }

    footer .pays {
        position: absolute;
        bottom: 82px;
        left: 20px;
        padding: 0 10px;
    }

    footer .reviews {
        position: absolute;
        top: 33px;
        right: 20px;
    }
}

@media screen and (max-width: 767px) {
    footer .copyright {
        width: 100%;
    }

    footer .logo {
        max-width: 160px;
    }

    footer .reviews {
        top: 56px;
    }

    footer .col:nth-child(2) {
        width: 100%;
        padding: 0;
    }

    footer .col:nth-child(3) {
        width: 100%;
    }

    footer .navs {
        gap: 0;
    }

    footer ul {
        max-width: 100%;
        width: 100%;
    }

    footer .box {
        display: none;
        padding-top: 10px;
    }

    footer .title {
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 12px 0;
        margin: 0;
        width: 100%;
        cursor: pointer;
    }

    footer .title:after {
        position: absolute;
        top: calc(50% - 8px);
        right: 0;
        width: 16px;
        height: 16px;
        content: "";
        background: url("../images/arrd.svg") 50% 50% no-repeat;
        background-size: 100%;
        transition: all 0.2s;
    }

    footer .title.open:after {
        transform: rotate(180deg);
    }

    footer .pays {
        bottom: 198px;
        justify-content: space-between;
        width: calc(100% - 40px);
        height: 64px;
        box-sizing: border-box;
        padding: 0 12px;
        gap: 0px;
    }

    footer .pays img {
        min-height: 22px;
        width: auto;
    }

    footer .col:nth-child(4) {
        width: 100%;
        margin-top: 100px;
    }

    footer .col:nth-child(4) .box {
        padding: 0;
    }

    footer .col:nth-child(4) .title {
        padding: 0;
        border: none;
        text-align: center;
    }

    footer .col:nth-child(4) .title:after {
        display: none;
    }

    footer .col:nth-child(4) .box {
        display: block;
    }

    footer .col:nth-child(4) .socials {
        justify-content: center;
        gap: 5px;
    }
}

.flex__btn__center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.flex__btn__center .btn {
    padding: 0 15px;
}

.allert__message {
    text-align: center;
    border: 3px solid #1D227C;
    color: #1D227C;
    box-sizing: border-box;
    border-radius: 10px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 30px;
}

.slider-sw {
    position: relative;
}

.slider-sw .swiper-pagination {
    bottom: 0;
}

.slider-sw .swiper-pagination .swiper-pagination-bullet {
    opacity: 1 !important;
    margin: 3px;
    width: 5px;
    height: 5px;
    background: #D5D5D5;
    border-radius: 100px;
}

.slider-sw .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px;
    background: var(--orange);
}

.slider-sw .swiper-button-prev, .slider-sw .swiper-button-next {
    width: 18px;
    height: 30px;
    opacity: 1 !important;
}

.slider-sw .swiper-button-prev:after, .slider-sw .swiper-button-next:after {
    display: none;
}

.slider-sw .swiper-button-prev svg, .slider-sw .swiper-button-next svg {
    width: 18px;
    height: 30px;
}

.slider-sw .swiper-button-prev {
    left: -30px;
}

.slider-sw .swiper-button-next {
    right: -30px;
}

.userfile {
    border-radius: 10px;
}

.userfile label {
    text-align: center;
    position: relative;
    box-sizing: border-box;
    border: 2px dotted var(--orange);
    border-radius: 10px;
    padding: 30px;
    transition: all 0.2s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.userfile label i {
    font-style: normal;
}

.userfile:hover {
    background: rgba(254, 192, 47, 0.2);
}

.userfile .file__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    color: var(--blue);
    font-size: 20px;
    line-height: normal;
}

.userfile .file__note {
    font-size: 12px;
    line-height: 25px;
    color: #000;
    width: 100%;
}

.userfile_small label {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    color: var(--orange);
    border: 2px dotted var(--orange);
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    gap: 10px;
    cursor: pointer;
    transition: all 0.2s;
}

.userfile_small label:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
}

.userfile_small svg {
    width: 20px;
    height: 20px;
}

/*---------Buttons----------*/
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    cursor: pointer;
    padding: 0;
    border: none;
    transition: all 0.2s ease-out;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    background: transparent;
}

.btn-orange {
    background: var(--orange);
    color: #fff;
    height: 60px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
}

.btn-orange:hover {
    background: #EBA400;
}

.btn-blue-tr {
    border: 1px solid var(--blue);
    background: transparent;
    line-height: 58px;
    padding: 0 74px;
    color: var(--blue);
    background: #F7F7F7;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
}

.btn-blue-tr:hover {
    background: var(--blue);
    color: #fff;
}

.btn-orange-tr {
    border: 1px solid var(--orange);
    background: transparent;
    height: 60px;
    padding: 0 74px;
    color: var(--orange);
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
}

.btn-orange-tr:hover {
    background: #EBA500;
    color: #fff;
    border-color: #EBA500;
}

.btn-grey-tr {
    border: 1px solid #999;
    background: transparent;
    line-height: 58px;
    padding: 0 74px;
    color: #999;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
}

.btn-grey-tr:hover {
    background: #999;
    color: #000;
    border-color: #999;
}

.btn-white-tr {
    border: 1px solid transparent;
    background: transparent;
    line-height: 58px;
    padding: 0 20px;
    color: #000;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
}

.btn-white-tr:hover {
    border-color: var(--orange);
}

.disabled {
    color: rgba(0, 0, 0, 0.2);
    background: #ebebeb !important;
}

/*---------Buttons----------*/
/*---------Modals----------*/
#modals {
    padding: 100px 0;
}

#modals .flex {
    justify-content: flex-start;
    gap: 20px;
}

#modals .btn {
    padding: 0 20px;
}

.box__modal {
    display: none;
    padding: 30px;
    width: 460px !important;
    overflow: initial;
    text-align: center;
    max-width: calc(100% - 16px) !important;
    box-sizing: border-box !important;
    color: #000 !important;
    border-radius: 25px !important;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.02), 0px 2px 4px rgba(0, 0, 0, 0.08);
    background: #fff !important;
    font-family: "Montserrat", serif !important;
}

.box__modal.box__modal__text {
    width: 1110px !important;
    text-align: left;
}

.fancybox-close-small {
    background: url("../images/close.svg") 50% 50% no-repeat;
    top: -67px;
    right: -67px;
    opacity: 1;
    background-size: 100%;
    width: 67px;
    height: 67px;
    transition: all 0.15s;
}

.fancybox-close-small:hover {
    transform: rotate(90deg);
}

.fancybox-close-small:after {
    display: none;
}

.box__modal.box__modal__text .fancybox-close-small {
    background: url("../images/closeg.svg") 50% 50% no-repeat;
    top: 0;
    right: 0;
}

#user__exit .box__modal__title {
    font-size: 18px;
}

#user__exit .btn {
    width: calc(50% - 10px);
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.box__modal__title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.box__modal__note {
    margin: 0 auto 15px;
    max-width: 280px;
    color: #787878;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}

.form__modal .form__item {
    text-align: left;
    position: relative;
}

.form__modal .show__pass {
    position: absolute;
    top: 12px;
    cursor: pointer;
    right: 0;
    width: 22px;
    height: 22px;
    background: url("../images/view.svg") 50% 50% no-repeat;
}

.form__modal .label {
    font-size: 14px;
    line-height: 35px;
    color: #999999;
    font-weight: 300;
    font-style: italic;
}

.form__modal input:not(#auth_phone), .form__modal textarea {
    width: 100%;
    height: 46px;
    border: none;
    border-bottom: 1px solid #EBEBEB;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 25px;
    font-weight: 600;
    resize: none;
}

.form__modal input#auth_phone {
    width: 100%;
    height: 46px;
    border: none;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 25px;
    font-weight: 600;
    resize: none;
}

.form__modal textarea {
    height: 100px;
    padding-top: 10px;
    font-weight: normal;
}

.form__modal input::-moz-placeholder {
    font-weight: 300;
}

.form__modal input::placeholder {
    font-weight: 300;
}

.form__modal .auth__socials {
    margin-bottom: 15px;
}

.form__modal .auth__socials a {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 60px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.02), 0px 2px 4px rgba(0, 0, 0, 0.08);
    color: #000;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid transparent;
}

.form__modal .auth__socials a:hover {
    border-color: var(--orange);
    box-shadow: none;
}

.form__modal .btn {
    width: 100%;
}

.form__modal .modal__actions {
    padding: 20px 0 0;
    font-size: 14px;
    font-weight: 700;
}

.form__modal .modal__actions a {
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #000;
    font-size: 14px;
}

.form__modal .modal__actions a:hover {
    border-color: transparent;
}

.form__modal label.checkbox {
    text-align: left;
    color: #000;
}

.form__modal label.checkbox a {
    color: #000;
    border-bottom: 1px solid #000;
}

.form__modal label.checkbox a:hover {
    border-color: transparent;
}

#payfail {
    text-align: left;
}

#payfail .box__modal__note {
    text-align: left;
}

#payfail .flex {
    gap: 15px;
}

#payfail .btn {
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    text-align: left;
    line-height: normal;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 60px;
}

.file__upload-min {
    cursor: pointer;
    transition: all 0.2s;
    gap: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 60px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.02), 0px 2px 4px rgba(0, 0, 0, 0.08);
    color: #000;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid transparent;
}

.file__upload-min svg {
    width: 22px;
    height: 22px;
}

.file__upload-min:hover {
    border-color: var(--orange);
    box-shadow: none;
}

/*---------Modals----------*/
select {
    width: 100%;
    height: 40px;
    padding: 0 40px 0 18px;
    background: url("../images/arrdo.svg") calc(100% - 16px) 50% no-repeat;
    background-size: 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #EBEBEB;
}

input[type=checkbox], input[type=radio] {
    display: none;
}

label.checkbox {
    display: block;
    position: relative;
    padding: 0 0 0 28px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    color: #787878;
    margin-bottom: 10px;
}

label.checkbox:after {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    content: "";
}

label.checkbox i {
    font-style: normal;
}

label.checkbox i:after {
    position: absolute;
    transition: all 0.2s;
    top: calc(50% - 10px);
    left: 0px;
    width: 20px;
    height: 20px;
    content: "";
    border-radius: 5px;
    background: var(--orange) url("../images/check.svg") 50% 50% no-repeat;
    box-sizing: border-box;
    opacity: 0;
    z-index: 2;
}

label.checkbox input:checked + i:after {
    opacity: 1;
}

label.checkbox a {
    color: var(--orange);
    border-bottom: 1px solid var(--orange);
    font-weight: 600;
}

label.checkbox a:hover {
    border-color: transparent;
}

label.radio {
    display: block;
    position: relative;
    padding: 0 0 0 28px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    color: #787878;
    margin-bottom: 10px;
}

label.radio:after {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    border-radius: 50%;
    content: "";
}

label.radio i {
    font-style: normal;
}

label.radio i:after {
    position: absolute;
    transition: all 0.2s;
    top: calc(50% - 10px);
    left: 0px;
    width: 20px;
    height: 20px;
    content: "";
    border-radius: 50%;
    border: 5px solid var(--orange);
    background: var(--orange) url("../images/checkradio.svg") 50% 50% no-repeat;
    background: #fff;
    box-sizing: border-box;
    opacity: 0;
    z-index: 2;
}

label.radio input:checked + i:after {
    opacity: 1;
}

label.radio .flex input {
    width: calc(50% - 10px) !important;
    margin-top: 15px !important;
    border: 1px solid #ebebeb !important;
    padding: 0 15px !important;
}

@media screen and (max-width: 1179px) {
    .bt {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
        line-height: 24px;
    }

    .fancybox-close-small {
        top: -10px !important;
        right: -10px !important;
        background: url("../images/closeg.svg") 50% 50% no-repeat !important;
        background-size: 30px !important;
    }

    #payfail, #payfail .box__modal__note {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .btn-orange, .btn-orange-tr, .form__modal .auth__socials a, #payfail .btnб, .file__upload-min {
        height: 44px;
        font-size: 14px;
    }

    .userfile label {
        padding: 0;
        border: none;
    }

    .userfile:hover {
        background: transparent;
    }

    .userfile .file__title {
        background: #F7F7F7;
        border-radius: 10px;
        height: 44px;
        width: 100%;
        border: 2px dotted var(--orange);
        font-size: 14px;
        margin-bottom: 5px;
    }

    .userfile .file__title:hover {
        background: rgba(254, 192, 47, 0.2);
    }

    .userfile .file__title img {
        width: 20px;
    }

    .userfile .file__note {
        font-size: 8px;
        line-height: 25px;
    }

    .userfile_small label {
        height: 44px;
        font-size: 14px;
    }
}