@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600;700&display=swap');

body {
    margin: 0;
    padding: 0;
    background: #f5f5f5;
    font-family: 'Titillium Web', sans-serif;
}

html {
    height: 100%;
}

* {
    text-decoration: none !important;
    outline: none !important;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

b,
strong {
    font-weight: 600;
}

/* SELECT2 RESET * START */

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

.form-group .select2-container .select2-selection--single {
    height: unset;
    border-radius: 0;
}

.form-group .select2-container .select2-selection__rendered {
    line-height: unset;
    padding: 0;
    height: unset;
    color: unset;
    text-overflow: unset;
    overflow: unset;
    white-space: unset;
}

.form-group .select2-container .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 20px;
    text-align: center;
    height: unset;
}

.select2-dropdown {
    border-radius: 0;
    z-index: 3000;
    border: solid 1px #ddd;
}

.select2-results__group,
.select2-results__option {
    padding: 5px 14px;
    font-size: 12px;
    line-height: 18px;
    border: 0;
    border-bottom: solid 1px #eee;
    color: #222;
}

.select2-results__group {
    background: #eee;
}

.select2-results__option:last-child {
    border-bottom: none;
}

.select2-search__field {
    border: solid 1px #ddd !important;
    padding: 5px 10px !important;
    font-size: 14px;
    line-height: 20px;
}

/* SELECT2 RESET * END */

/* Scrollbars START ------------------------------ */

* {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2);
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border: solid 1px rgba(0, 0, 0, 0.2);
}

*::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
}

*::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}

*::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

/* Scrollbars END ------------------------------ */

/* SOCIAL COLORS START */

.so-icon {
    background-color: #7d7d7d;
}

.so-facebook {
    background-color: #3b5998;
}

.so-twitter {
    background-color: #55acee;
}

.so-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.so-pinterest {
    background-color: #cb2027;
}

.so-linkedin {
    background-color: #0077b5;
}

.so-facebook-messenger {
    background-color: #448aff;
}

.so-youtube {
    background-color: #cc181e;
}

.so-reddit {
    background-color: #ff4500;
}

.so-tumblr {
    background-color: #32506d;
}

.so-digg {
    background-color: #262626;
}

.so-google-plus {
    background-color: #de5446;
}

.so-whatsapp {
    background-color: #25d366;
}

.so-vk {
    background-color: #4c6c91;
}

.so-weibo {
    background-color: #ff9933;
}

.so-odnoklassniki {
    background-color: #d7772d;
}

.so-xing {
    background-color: #1a7576;
}

.so-blogger {
    background-color: #ff8000;
}

.so-flipboard {
    background-color: #ff8000;
}

.so-delicious {
    background-color: #205cc0;
}

.so-weixin {
    background-color: #4ec034;
}

/* SOCIAL COLORS END */

/* PANEL TEXT START */

.panel-text {
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin-bottom: -10px;
    font-weight: 400;
    text-align: justify;
}

.panel-text.small {
    font-size: 12px;
    line-height: 18px;
}

.panel-text img {
    max-width: 100%;
}

.panel-text h1 {
    display: block;
    font-size: 1.6em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text h2 {
    display: block;
    font-size: 1.4em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text h3 {
    display: block;
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text h4 {
    display: block;
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text h5 {
    display: block;
    font-size: 1.1em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text h6 {
    display: block;
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #222;
}

.panel-text p {
    display: block;
    margin-bottom: 10px;
}

.panel-text b {
    font-weight: 600;
}

.panel-text ul {
    padding: 0;
    list-style: none;
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
}

.panel-text ul li {
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding-left: 12px;
}

.panel-text ul li:before {
    content: "\f45c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 5px;
    transform: rotate(45deg);
    color: #bbb;
}

/* PANEL TEXT END */

/* Burger Nav General START ------------------------------ */

.burger-nav {
    display: block;
    position: relative;
    padding: 0;
    background: #fff;
    z-index: 999;
}

.step-header {
    border-bottom: solid 1px #ddd;
}

.burger-nav.transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: none;
}

.burger-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 0;
    background: #fff;
    animation: bn-fixed-anim;
    animation-duration: 0.2s;
}

@keyframes bn-fixed-anim {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 0;
    }
}

/* Burger Nav General END ------------------------------ */

/* Burger Nav Flex START ------------------------------ */

.burger-nav .bn-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.burger-nav .bn-flex>.left,
.burger-nav .bn-flex>.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* Burger Nav Flex END ------------------------------ */

/* Burger Nav Logo START ------------------------------ */

.burger-nav .bn-logo {
    display: block;
    margin-right: 20px;
}

.burger-nav .bn-logo>img {
    width: 200px;
}

.burger-nav.transparent .bn-logo>img {
    filter: contrast(0) brightness(2);
}

.burger-nav.fixed .bn-logo>img {
    filter: none;
}

/* Burger Nav Logo END ------------------------------ */

/* Burger Nav Elements START ------------------------------ */

.burger-nav .bn-open,
.burger-nav .bn-close {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 30px;
    min-width: 40px;
    height: 40px;
    background: #ED1C24;
    border: none;
    color: #fff !important;
    border-radius: 50%;
}

.burger-nav.transparent .bn-open {
    color: #fff !important;
}

.burger-nav.fixed .bn-open {
    color: #fff !important;
}

.burger-nav .bn-links-desktop {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.burger-nav .bn-links-desktop>a {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #888 !important;
    padding: 5px 0;
    margin-right: 20px;
    transition: 0.2s ease 0s;
}

.burger-nav .bn-links-desktop>a:last-child {
    margin-right: 0;
}

.burger-nav.transparent .bn-links-desktop>a {
    color: #fff !important;
}

.burger-nav.fixed .bn-links-desktop>a {
    color: #888 !important;
}

.burger-nav .bn-links-desktop>a:hover {
    color: #222 !important;
}

.burger-nav.transparent .bn-links-desktop>a:hover {
    color: #bbb !important;
}

.burger-nav.fixed .bn-links-desktop>a:hover {
    color: #222 !important;
}

/* Burger Nav Elements END ------------------------------ */

/* Burger Nav Mobile Menu START ------------------------------ */

.burger-nav .bn-menu-container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
}

.burger-nav .bn-menu-container.active {
    opacity: 1;
    pointer-events: all;
}

.burger-nav .bn-menu-box {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, 0);
    width: 400px;
    max-width: 100vw;
    height: 100%;
    overflow: hidden;
    z-index: 10;
}

.burger-nav .bn-menu-box.left {
    right: unset;
    left: 0;
    transform: translate(-100%, 0);
}

.burger-nav .bn-menu-container.active .bn-menu-box {
    transform: translate(0, 0);
}

.burger-nav .bn-menu {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    padding: 15px;
    overflow-y: auto;
}

.burger-nav .bn-menu .bn-menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.burger-nav .bn-menu .bn-menu-links>a {
    display: block;
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222 !important;
    padding-right: 40px;
    transition: 0.2s ease 0s;
}

.burger-nav .bn-menu .bn-menu-links>a:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 25px;
    text-align: center;
    transform: translate(0, -50%);
}

.burger-nav .bn-menu .bn-menu-links>a.active:after {
    content: "\f107";
}

.burger-nav .bn-menu .bn-menu-links>a:last-child {
    margin-bottom: 0;
}

.burger-nav .bn-menu .bn-menu-links>a:hover {
    color: #222 !important;
}

.burger-nav .bn-menu .bn-menu-link-dropdown {
    display: none;
    padding: 15px;
    margin-bottom: 10px;
    background: #f5f5f5;
}

.burger-nav .bn-menu .bn-menu-link-dropdown>a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 10px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222 !important;
    transition: 0.2s ease 0s;
}

.burger-nav .bn-menu .bn-menu-link-dropdown>a:last-child {
    margin-bottom: 0;
}

.burger-nav .bn-menu .bn-menu-link-dropdown>a:hover {
    color: #222 !important;
}

/* Burger Nav Mobile Menu END ------------------------------ */

/* Main Button START ------------------------------ */

.main-btn {
    display: inline-block;
    position: relative;
    padding: 11px 33px;
    border-radius: 30px;
    border: none;
    background: #0083A8;
    overflow: hidden;
    user-select: none;
}

.main-btn * {
    user-select: none;
}

.main-btn.dark {
    background: #242424;
}
.main-btn.blue {
    background: #0083A8;
}

.main-btn>span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    transition: 0.2s ease 0s;
}

.main-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #888;
    z-index: 1;
    transition: 0.2s ease 0s; 
}

.main-btn.dark:after {
    background: #101010;
}

.main-btn:hover:after {
    left: 0;
}

.main-btn.full {
    display: block;
    width: 100%;
}

.main-btn.small {
    padding: 6px 18px;
}

.main-btn.lined {
    background: none;
    border: solid 1px #0083A8;
    padding: 10px 24px;
}

.main-btn.lined>span {
    color: #0083A8;
}

.main-btn.lined.small {
    padding: 5px 18px;
}

.main-btn.smalll {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 15px;
}

.main-btn.lined:after {
    background: #0083A8;
}

.main-btn.lined:hover>span {
    color: #fff;
}

.main-btn.white {
    background: none;
    border: solid 1px #fff;
    padding: 10px 24px;
}

.main-btn.white>span {
    color: #fff;
}

.main-btn.white.small {
    padding: 5px 18px;
}

.main-btn.white:after {
    background: #fff;
}

.main-btn.white:hover>span {
    color: #222;
}

.main-btn.norad {
    border-radius: 5px;
}

/* Main Button END ------------------------------ */

/* Spaces START ------------------------------ */

.smt {
    margin-top: 40px;
}

.smb {
    margin-bottom: 40px;
}

.smth {
    margin-top: 20px;
}

.smbh {
    margin-bottom: 20px;
}

.dmt {
    margin-top: 20px;
}

.dmb {
    margin-bottom: 20px;
}

.dml {
    margin-left: 20px;
}

.dmr {
    margin-right: 20px;
}

.dmth {
    margin-top: 10px;
}

.dmbh {
    margin-bottom: 10px;
}

.dmlh {
    margin-left: 10px;
}

.dmrh {
    margin-right: 10px;
}

.whiteback {
    padding: 40px 0;
    background: #fff;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.logbanner {
    padding: 40px 0;
    min-height: 500px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.logbanner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}

.logbanner > * {
    position: relative;
    z-index: 10;
}

/* Spaces END ------------------------------ */

/* Contact Nav START ------------------------------ */

.contact-nav {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border-top: solid 1px #ddd;
}

.contact-nav a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    background: #fff;
    border-right: solid 1px #ddd;
}

.contact-nav a:last-child {
    border: none;
}

.contact-nav a i {
    font-size: 20px;
    line-height: 26px;
    display: block;
    color: #0083A8 !important;
}

.contact-nav a span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222 !important;
}

/* Contact Nav END ------------------------------ */

/* Footer START ------------------------------ */

footer {
    background: #444;
}

.ftr-content {
    padding-top: 40px;
    padding-bottom: 20px;
}

.ftr-bottom {
    padding: 5px 0;
    background: #222;
}

.ftr-bottom>.ftr-bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ftr-bottom span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
    margin: 5px 0;
}

.ftr-bottom a {
    display: block;
    margin: 5px 0;
}

.ftr-bottom a img {
    width: 70px;
    filter: grayscale(1);
}

.ftr-bottom a:hover img {
    filter: none;
}

/* Footer END ------------------------------ */

/* Pagination START ------------------------------ */

.pagination {
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0;
}

.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination ul li {
    margin: 2.5px;
    display: block;
}

.pagination ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    border-radius: 0;
    background: #fff;
    border: solid 1px #ddd;
    color: #222 !important;
}

.pagination ul li a:hover {
    background: #eee;
}

.pagination ul li.active a {
    background: #0083A8;
    color: #fff !important;
    border-color: #0083A8;
}

/* Pagination END ------------------------------ */

/* Main Dropdown START ------------------------------ */

.main-dropdown {
    display: block;
    position: relative;
}

.main-dropdown>.dropdown-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #222 !important;
    white-space: nowrap;
}

.main-dropdown>.dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    transform: none !important;
    margin: 0;
    background: #fff;
    border: solid 1px #ddd;
    padding: 5px 0;
    min-width: unset;
    width: auto;
    border-radius: 0;
}

.main-dropdown>.dropdown-menu>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
    color: #222 !important;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
}

.main-dropdown>.dropdown-menu>a:hover {
    background: #eee;
}

/* Main Dropdown END ------------------------------ */

/* Form Group START ------------------------------ */

.form-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.form-group>input,
.form-group>textarea,
.form-group>.select2-container .select2-selection--single {
    display: block;
    width: 100%;
    border: solid 1px #bbb;
    border-radius: 5px;
    padding: 10px 14px;
    resize: none;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    opacity: 1;
    color: #888;
}

.form-label {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    color: #222;
}

.form-group input.error-label,
.form-group textarea.error-label {
    border-color: firebrick;
}

.form-group span.error-label,
.cbox-group span.error-label {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: firebrick;
}

.ctxt {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 12px;
    line-height: 18px;
    color: #888;
}

/* Form Group END ------------------------------ */

/* Modal Share START ------------------------------ */

.modal-share {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.modal-share a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #222 !important;
    width: 100%;
    padding-right: 30px;
    position: relative;
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.modal-share a:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    transition: 0.2s ease 0s;
}

.modal-share a:hover:after {
    right: 10px;
}

.modal-share a i {
    min-width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: 16px;
    line-height: 22px;
}

#copy_box {
    background: #fff;
    border: solid 1px #eee;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
}

#copy_box:hover {
    background: #eee;
}

#copy_box small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #888;
    margin-bottom: 5px;
    pointer-events: none;
}

#copy_box input {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    pointer-events: none;
    position: absolute;
    opacity: 0;
}

#copy_box span {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Modal Share END ------------------------------ */

/* Modal START ------------------------------ */

.modal {
    z-index: 99999 !important;
}

.modal-content {
    padding: 0;
    border-radius: 5px;
    background: #fff;
    border: none;
    z-index: 99999;
}

.modal-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: solid 1px #ddd;
}

.modal-top h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.modal-top a {
    font-size: 16px;
    line-height: 22px;
    color: #888 !important;
}

.modal-top a:hover {
    color: #222 !important;
}

.modal-inner {
    padding: 15px;
}

/* Modal END ------------------------------ */

/* Message Box START ------------------------------ */

.msg-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.msg-box i {
    min-width: 30px;
    height: 30px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
    background: lightgreen;
}

.msg-box span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222;
}

.msg-box.info i {
    background: lightblue;
}

/* Message Box END ------------------------------ */

/* Checkbox Group START ------------------------------ */

.cbox-group {
    display: block;
    position: relative;
}

.cbox-group input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.cbox-group label {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    margin: 0;
    user-select: none;
}

.cbox-group label>span:first-child {
    min-width: 16px;
    height: 16px;
    border: solid 1px #bbb;
    background: #fff;
    margin-right: 6px;
    position: relative;
}

.cbox-group label>span:first-child:after {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    line-height: 16px;
    opacity: 0;
}

.cbox-group input:checked~label>span:first-child:after {
    opacity: 1;
}

.cbox-group input:checked~label>span:first-child {
    border-color: #ED1C24;
    background: #ED1C24;
}

.cbox-group label>span:last-child {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222;
}

/* Checkbox Group END ------------------------------ */

/* Main Slider START ------------------------------ */

.main-slider-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.main-banner {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(640/1920*100%);
}

.main-banner>a>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider-buttons {
    position: absolute;
    bottom: calc(10px);
    left: 0;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    pointer-events: none;
    opacity: 1;
    transition: 0.2s ease 0s;
}

.main-slider-container:hover .main-slider-buttons {
    opacity: 1;
}

.main-slider-buttons>div {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    position: relative;
    pointer-events: all;
    margin: 0 5px;
    transition: 0.2s ease 0s;
    border-radius: 50%;
}

.main-slider-buttons>div:hover {
    background: rgba(0, 0, 0, 0.7);
}

.main-slider-buttons>div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.main-slider-buttons>div.prev:before {
    content: "\f104";
}

.main-slider-buttons>div.next:before {
    content: "\f105";
}

/* Main Slider END ------------------------------ */

.main-nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.main-nav-center {
    display: block;
    background: #fff;
    border-bottom: solid 1px #ddd;
}

.main-nav-flex>* {
    display: flex;
    align-items: center;
}

.main-nav-flex>.left {
    justify-content: flex-start;
    width: calc(50% - (200px / 2) - 20px);
}

.main-nav-flex>.center {
    justify-content: center;
}

.main-nav-flex>.right {
    justify-content: flex-end;
    width: calc(50% - (200px / 2) - 20px);
}

.main-nav-logo {
    display: block;
}

.main-nav-logo img {
    width: 200px;
}

.main-nav-search {
    display: block;
    position: relative;
    min-width: 300px;
    width: 300px;
}

.main-nav-search>input {
    display: block;
    width: 100%;
    border: solid 1px #ccc;
    padding: 0 20px;
    height: 40px;
    padding-right: calc(50px + 20px);
    border-radius: 30px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #222;
}

.main-nav-search>input::placeholder {
    color: #888;
}

.main-nav-search>button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 30px;
    width: 30px;
    border: none;
    background: #ED1C24;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    border-radius: 50%;
    transition: 0.2s ease 0s;
}

.main-nav-search>button:hover {
    background: #888;
}

.main-nav-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-nav-buttons>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 20px;
    color: #222 !important;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

.main-nav-buttons>a:hover>span {
    text-decoration: underline !important;
}

.main-nav-buttons>a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(0, -50%);
    border-right: solid 1px #ccc;
    height: 20px;
}

.main-nav-buttons>a:last-child:after {
    content: none;
}

.main-nav-buttons>a:last-child {
    margin-right: 0;
}

.main-nav-top {
    display: block;
    padding: 10px 0;
    background: #0083A8;
}

.nav-top-info {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.main-nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-nav-links-content {
    background: #0083A8;
}

.main-nav-links>.item {
    display: block;
    position: relative;
}

.main-nav-links>.item>a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff !important;
    padding: 15px 20px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: 0.2s ease 0s;
}

.main-nav-links>.item>a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    top: -100%;
    transition: 0.2s ease 0s;
}

.main-nav-links>.item:hover>a:before {
    top: 0;
}

.main-nav-links>.item:hover>a {
    color: #0083A8 !important;
}

.main-nav-links>.item>a>span {
    z-index: 10;
    position: relative;
    display: block;
}

.main-nav-links>.item>.dd-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 10px 0;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.2s ease 0s;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}

.main-nav-links>.item:hover>.dd-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.main-nav-links>.item>.dd-menu>a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #222;
    padding: 10px 20px;
    white-space: nowrap;
    transition: 0.2s ease 0s;
}

.main-nav-links>.item>.dd-menu>a:hover {
    background: #eee;
}

.main-title {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #222;
}

.main-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    border-bottom: solid 2px #ccc;
    transform: translate(-50%, 0);
}

.main-title:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    bottom: -4px;
    left: 50%;
    transform: translate(-50%, 0) rotate(-45deg);
    background: #ED1C24;
}

.book-item {
    display: block;
    margin-bottom: 20px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.2s ease 0s;
    outline: 0px solid #ddd !important;
}

.book-item:hover {
    outline: 5px solid #ddd !important;
    transform: scale(0.95);
}

.book-item>.img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
    border-bottom: solid 1px #ddd;
    background: #fff;
}

.book-item>.img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

.book-item>.content {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 20px;
}

.book-item>.content>.title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
    width: 100%;
}

.book-item>.content>.price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.book-item>.content>.price>small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
    font-weight: 600;
    text-decoration: line-through !important;
    margin-right: 5px;
}

.book-item>.content>.price>span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #222;
}

.book-item>.content>.publisher {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.product-slider-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.product-slider-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    pointer-events: none;
}

.product-slider-buttons>div {
    width: 30px;
    height: 30px;
    background: #0083A8;
    cursor: pointer;
    position: relative;
    pointer-events: all;
    margin: 0 5px;
    transition: 0.2s ease 0s;
    border-radius: 50%;
}

.product-slider-buttons>div:hover {
    background: #888;
}

.product-slider-buttons>div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.product-slider-buttons>div.prev:before {
    content: "\f104";
}

.product-slider-buttons>div.next:before {
    content: "\f105";
}

.campaign-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(620/1280*100%);
    border-radius: 5px;
    margin-bottom: 20px;
}

.campaign-item>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.badge-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
}

.badge-item>i {
    display: block;
    font-size: 40px;
    line-height: 46px;
    color: #888;
    margin-bottom: 10px;
}

.badge-item>.title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
}

.badge-item>.desc {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.small-title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.ftr-title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.ftr-links {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
}

.ftr-links>a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #fff !important;
    margin-bottom: 5px;
}

.ftr-links>a:last-child {
    margin-bottom: 0;
}

.ftr-links>a:hover {
    text-decoration: underline !important;
}

.ftr-request-box {
    display: block;
    padding: 20px;
    background: #555;
    border-radius: 5px;
}

.ftr-request-box>.title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
}

.ftr-bottom-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ftr-bottom-links>a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    margin: 5px 10px;
}

.ftr-bottom-links>a:hover {
    text-decoration: underline !important;
}

.ftr-end {
    padding: 10px 0;
    background: #fff;
}

.ftr-end-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ftr-end-flex>.copy {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.ftr-end-flex>.otalya>img {
    width: 60px;
}

.page-banner {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(520/1280*100%);
}

.page-banner>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bcrumb {
    padding: 5px 0;
    background: #eee;
    border-bottom: solid 1px #ddd;
}

.bcrumb .links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bcrumb .links>a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
    margin-right: 20px;
    position: relative;
}

.bcrumb .links>a:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    font-size: 10px;
    line-height: 19px;
    text-align: center;
    pointer-events: none;
}

.bcrumb .links>a:last-child {
    margin-right: 0;
}

.bcrumb .links>a:last-child:after {
    content: none;
}

.bcrumb .links>a:hover {
    text-decoration: underline !important;
}

.inpage-title {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ddd;
}

.inpage-title.small {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 10px;
    border: none;
}

.filter-box {
    padding: 20px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.filter-box .title {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ddd;
    text-transform: uppercase;
    color: #ED1C24;
}

.filter-group .cbox-group {
    margin-bottom: 5px;
}

.filter-group .cbox-group:last-child {
    margin-bottom: 0;
}

.list-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    padding-right: 10px;
    background: #0083A8;
    border-radius: 5px;
    margin-bottom: 20px;
}

.list-top-bar > .left,
.list-top-bar > .right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.list-top-bar .desc {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

.list-top-bar .order-title {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-weight: 600;
    margin-right: 6px;
}

.list-top-bar .form-group {
    width: 200px;
}

.list-top-bar .form-group>.select2-container .select2-selection--single {
    border: none;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
}

.map-frame {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(520/1280*100%);
    margin-bottom: 20px;
    border-radius: 5px;
    border: solid 1px #ddd;
    background: #fff;
}

.map-frame > * {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-box {
    padding: 20px;
    border: solid 1px #ddd;
    background: #fff;
    border-radius: 5px;
}

.form-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contact-page-items {
    display: block;
}

.contact-page-items > .item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.contact-page-items > .item:last-child {
    margin-bottom: 0;
}

.contact-page-items > .item > .top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: solid 1px #ddd;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.contact-page-items > .item > .top > i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #0083A8;
    border: solid 1px #0083A8;
    min-width: 30px;
    height: 30px;
    margin-right: 8px;
    border-radius: 50%;
}
 
.contact-page-items > .item > .top > span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 600;
}
.contact-page-items > .item > .top > span > span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 400;
}

.contact-page-items > .item > span,
.contact-page-items > .item > a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444 !important;
}

.contact-page-items > .item > a:hover {
    text-decoration: underline !important;
}

.collapse-item {
    margin-bottom: 10px;
    border-radius: 0;
    overflow: hidden;
    border: solid 1px #ddd;
}

.collapse-item:last-child {
    margin-bottom: 0;
}

.collapse-item>.title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    width: 100%;
    padding: 10px 15px;
    padding-right: calc(15px + 15px + 10px);
    background: #eee;
    cursor: pointer;
    height: unset !important;
    border: none;
    margin: 0;
    position: relative;
    transition: 0.2s ease 0s;
}

.collapse-item>.title:hover {
    background: #ddd;
}

.collapse-item>.title:after {
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 14px;
    line-height: 20px;
    height: calc(22px + 10px + 10px);
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.collapse-item>.title[aria-expanded="true"]:after {
    content: "\f068";
}

.collapse-item>.content {
    border-top: solid 1px #ddd;
    background: #fff;
}

.collapse-item>.content>.content-inner {
    padding: 15px;
}

.collapse-item>.content>.content-inner>p {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    margin: 0;
}

.product-img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
    background: #eee;
}

.product-img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-page-box {
    display: block;
}

.product-page-box > .title {
    display: block;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.product-page-box > .price {
    display: block;
}

.product-page-box > .price > small {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #666;
    text-decoration: line-through !important;
    margin-bottom: 0;
}

.product-page-box > .price > span {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #ED1C24;
}

.piece-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.piece-select {
    display: inline-flex;
    justify-content: flex-start;
    align-items: stretch;
    border: solid 1px #ddd;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.piece-select > .left {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 15px;
    min-width: 80px;
}

.piece-select > .left > .piece {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #222;
}

.piece-select > .left > .caption {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.piece-select > .right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.piece-select > .right > span {
    min-height: calc(50% + 2px);
    border: solid 1px #ddd;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    min-width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: -1px;
    margin-right: -1px;
}

.piece-select > .right > span:hover {
    background: #eee;
}

.ship-desc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 15px;
    background: #fbfbfb;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.ship-desc > i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    border: solid 1px #0083A8;
    color: #0083A8;
    border-radius: 50%;
    font-size: 16px;
    line-height: 22px;
    margin-right: 8px;
}

.ship-desc > span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

.prd-specs {
    display: block;
}

.prd-specs > .title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}

.prd-specs > .specs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.prd-specs > .specs > span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.prd-slider-container {
    display: block;
    position: relative;
    width: 100%;
}

.prd-slider-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    pointer-events: none;
}

.prd-slider-buttons>div {
    width: 30px;
    height: 30px;
    background: #0083A8;
    cursor: pointer;
    position: relative;
    pointer-events: all;
    margin: 0 5px;
    transition: 0.2s ease 0s;
    border-radius: 50%;
}

.prd-slider-buttons>div:hover {
    background: #888;
}

.prd-slider-buttons>div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.prd-slider-buttons>div.prev:before {
    content: "\f104";
}

.prd-slider-buttons>div.next:before {
    content: "\f105";
}

.prd-slider {
    margin-bottom: 10px;
    border: solid 1px #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.prd-slide {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(800/1280*100%);
    background: #fff;
}

.prd-slide > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prd-thumb {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(800/1280*100%);
    border: solid 1px #ddd;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
}

.prd-thumb:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: solid 2px rgba(255,255,255,0.6);
    outline: solid 2px #0083A8 !important;
    z-index: 10;
    opacity: 0;
}

.swiper-slide-thumb-active .prd-thumb:before {
    opacity: 1;
}

.prd-thumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    opacity: 0;
    transition: 0.2s ease 0s;
}

.prd-thumb:hover:after {
    opacity: 1;
}

.prd-thumb > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prd-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    opacity: 0;
    transition: 0.2s ease 0s;
}

.prd-slide:hover:after {
    opacity: 1;
}

.logbox {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.password-group {
    position: relative;
}

.password-group > input {
    padding-right: 35px;
}

.password-group > .password-view {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #888;
    width: 20px;
    text-align: center;
    z-index: 20;
}

.password-group> .password-view:hover {
    cursor: pointer;
}

.logdesc {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
}

.main-link {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #0083A8 !important;
    text-decoration: underline !important;
}

.main-link:hover {
    text-decoration: none !important;
}

.basket-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}

.basket-item > .left,
.basket-item > .right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.basket-item .bi-img {
    display: block;
    min-width: 100px;
    width: 100px;
    position: relative;
    overflow: hidden;
    padding-top: calc(100px);
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-right: 20px;
    transition: 0.2s ease 0s;
    outline: solid 0px #ddd !important;
}

.basket-item .bi-img:hover {
    outline: solid 4px #ddd !important;
}

.basket-item .bi-img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.basket-item .bi-content {
    display: block;
    width: 100%;
}

.basket-item .bi-content > .title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}

.basket-item .bi-content > .title > a {
    color: #222 !important;
}

.basket-item .bi-content > .title > a:hover {
    text-decoration: underline !important;
}

.basket-item .bi-content > .piece-text {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

.basket-item .price-text {
    display: block;
    text-align: right;
    min-width: 100px;
}

.basket-item .price-text > .price {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #222;
}

.basket-side {
    display: block;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #ddd;
}

.total-title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #222;
}

.total-title > small {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #444;
}

.total-price {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #ED1C24;
}

.page-box {
    padding: 20px;
    border: solid 1px #ddd;
    border-radius: 5px;
    background: #fff;
}

.radio-selections {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.radio-selections > .item {
    position: relative;
    margin-right: 5px;
    user-select: none;
    white-space: nowrap;
}

.radio-selections > .item * {
    user-select: none;
}

.radio-selections > .item:last-child {
    margin-right: 0;
}

.radio-selections > .item > label:hover {
    background: #f5f5f5;
}

.radio-selections > .item > input {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
}

.radio-selections > .item > label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 15px;
    border: solid 1px #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.radio-selections > .item > label > span:first-child {
    display: block;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 1px #bbb;
    background: #fff;
    margin-right: 10px;
    position: relative;
}

.radio-selections > .item > label > span:first-child:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ED1C24;
    opacity: 0;
}

.radio-selections > .item > label > span:last-child {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
}

.radio-selections > .item > input:checked ~ label > span:first-child:before {
    opacity: 1;
}

.basket-side-items {
    display: block;
}

.basket-side-items > .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.basket-side-items > .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.basket-side-items > .item > .left,
.basket-side-items > .item > .right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.basket-side-items > .item .img {
    min-width: 50px;
    width: 50px;
    position: relative;
    overflow: hidden;
    padding-top: calc(50px);
    margin-right: 10px;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.basket-side-items > .item .img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.basket-side-items > .item .content {
    display: block;
    width: 100%;
}

.basket-side-items > .item .content > .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 600;
    margin-bottom: 5px;
}

.basket-side-items > .item .content > .piece {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.basket-side-items > .item .price {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #222;
}

.basket-side-total {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #ED1C24;
}

.jp-card-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.jp-card.jp-card-identified {
    box-shadow: none !important;
}

.jp-card .jp-card-back, .jp-card .jp-card-front {
    background: #555 !important;
    border: solid 1px #444 !important;
    letter-spacing: 1px !important;
}

.jp-card .jp-card-back .jp-card-shiny, .jp-card .jp-card-front .jp-card-shiny {
    background: #aaa !important;
}

.jp-card .jp-card-back .jp-card-shiny:before, .jp-card .jp-card-front .jp-card-shiny:before {
    background: #ccc !important;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-number {
    font-size: 16px !important;
    line-height: 22px !important;
    font-family: inherit !important;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-name {
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: inherit !important;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-expiry,
.jp-card .jp-card-back .jp-card-cvc {
    font-size: 14px !important;
    font-family: inherit !important;
}

.page-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #ddd;
}

.page-cards>.cards {
    width: 150px;
    margin-right: 15px;
}

.page-cards>.secured {
    width: 60px;
}

.payment-caption {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

.payment-bank-list {
    display: block;
}

.payment-bank-list > .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.payment-bank-list > .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.payment-bank-list > .item > .img {
    min-width: 100px;
    width: 100px;
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: calc(50px);
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-right: 10px;
}

.payment-bank-list > .item > .img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}

.payment-bank-list > .item > .content {
    display: block;
}

.payment-bank-list > .item > .content > .number {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 600;
}

.payment-bank-list > .item > .content > .desc {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

.order-success {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.order-success > i {
    display: block;
    font-size: 50px;
    line-height: 56px;
    color: #bbb;
    margin-right: 10px;
}

.order-success > .desc {
    display: block;
}

.order-success > .desc > span {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #888;
    margin: 0;
}

.order-success > .desc > small {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #888;
}

.order-sum-item {
    display: block;
    margin-bottom: 20px;
}

.order-sum-item > span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #222;
}

.order-sum-item > small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.account-nav {
    display: block;
}

.account-nav > a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #222;
    padding: 10px 15px;
    border: solid 1px #ddd;
    margin-bottom: 10px;
    position: relative;
    padding-right: 25px;
    border-radius: 5px;
}

.account-nav > a:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #222;
}

.account-nav > a:last-child {
    margin-bottom: 0;
}

.account-nav > a:hover {
    background: #f5f5f5;
}

.orders-list {
    display: block;
}

.orders-list > .item {
    padding: 20px;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

.orders-list > .item:last-child {
    margin-bottom: 0;
}

.orders-list > .item .label {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 600;
}

.orders-list > .item .code {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.orders-list > .item .detail {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border-radius: 5px;
    background: #0083A8;
    min-width: 30px;
    width: 30px;
    height: 30px;
    transition: 0.2s ease 0s;
}

.orders-list > .item .detail:hover {
    background: #888;
}

.order-sum-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #ddd;
}

.order-sum-total > span:first-child {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 600;
}

.order-sum-total > span:last-child {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #222;
}

.modal-desc {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin-bottom: 10px;
}



.promocode-box {
    padding: 5px;
    background: #f5f5f5;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.promocode-input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    border: solid 1px #ccc;
    padding-right: 5px;
    border-radius: 5px;
}

.promocode-input>.form-group>input {
    border: none;
}
.promocode-input>button {
    color: white !important;
}
.promocode-input>button :after{
    color: white !important;
}



.basket-info {
    display: block;
    padding: 5px;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.basket-info>.item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: solid 1px #ddd;
    padding: 5px;
}

.basket-info>.item:last-child {
    border-bottom: none;
}

.basket-info>.item>span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}

.basket-info>.item>span:nth-child(1) {
    white-space: nowrap;
    margin-right: 8px;
}

.basket-info>.item>span:nth-child(2) {
    font-weight: 600;
    color: #222;
    text-align: right;
}

.basket-info>.total {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5px;
}

.basket-info>.total>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
}

.basket-info>.total>span:nth-child(2) {
    font-weight: 600;
}
 

 .side-box {
    padding: 15px;
    border-radius: 10px;
    border: solid 1px #ddd;
}
.cargo-select {
    display: block;
}

.cargo-select>.item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.cargo-select>.item:last-child {
    margin-bottom: 0;
}

.cargo-select>.item>input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cargo-select>.item>label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    background: #fff;
    border: solid 1px #ddd;
    width: 100%;
    padding-left: 40px;
    margin: 0;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
}

.cargo-select>.item>label:hover {
    background: #fbfbfb;
}

.cargo-select>.item>label>.selection {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 10;
    border: solid 1px #ddd;
    background: #fff;
    transform: translate(0, -50%);
}

.cargo-select>.item>label>.selection:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #829D14;
    opacity: 0;
}

.cargo-select>.item>input:checked~label>.selection:before {
    opacity: 1;
}

.cargo-select>.item>label>.left {
    min-width: 60px;
    width: 60px;
    display: block;
    margin-right: 10px;
    background: #fff;
    border: solid 1px #eee;
    border-radius: 5px;
    overflow: hidden;
}

.cargo-select>.item>label>.left>.img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
}

.cargo-select>.item>label>.left>.img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cargo-select>.item>label>.right {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.cargo-select>.item>label>.right>span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.cargo-select>.item>label>.right>span:nth-child(2) {
    font-weight: 600;
    color: #222;
}