.none-scroll {overflow: hidden !important;}
.content {
    width: 100% !important
}
.success {
        width: 320px;
    font-family: monospace;
    font-weight: bolder;
    line-height: 1.3em;
    padding: 10px;
    font-size: 2em;
    text-align: center;
    background: linear-gradient(to bottom, #1b9ee5 0%,#1b9ee5 49.99%,#f4dc00 50%,#f4dc00 100%);
    box-shadow: 0 0 7px 3px rgba(0,0,0,.4);
    border-radius: 4px;
    color: #0a250a;
}

.panel {
    transition: .75s ease all;
    opacity: 0;
    position: absolute;
    z-index: -99999;
}
.panel.active{
    position: static;
    opacity: 1;
}

.auction__flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.auction__title {
    margin-top: 0 !important;
    text-transform: uppercase;
    font-size: 30px
}

.page_title {
    text-align: center;
    font-weight: 400;
    font-size: 2em;
    color: #0788ca !important;
}

.auction-socal-links {
  display: flex;
  justify-content: center;
  gap: 15px; /* Відстань між іконками */
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.auction-socal-links li {
  display: inline-block;
}

.auction-socal-links a {
  display: block;
  width: 40px; /* Ширина іконки */
  height: 40px; /* Висота іконки */
}

.auction-socal-links img {
  width: 100%; /* Іконка розтягується на весь контейнер */
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.flex-col {
    display: flex;
    flex-direction: column
}

.chosen {
    position: relative
}

.chosen__toggle {
    position: absolute;
    top: 45px;
    transform: translateY(-30%);
    z-index: -9999;
    opacity: 0;
    transition: all .25s ease
}

.chosen__toggle--active {
    width: 100%;
    transform: translateY(0);
    z-index: 9999;
    opacity: 1
}

.chosen__button {
    color: white !important;
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
    font: 400 120%/20px Montserrat,sans-serif;
    padding: 10px;
    margin-top: 0 !important;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
.chosen__button.disabled {display: none;}

.lot {
    max-width: 45%;
    margin-top: 50px
}

.lot__header {
    max-width: 100%;
    max-height: 100%;
    min-width: 280px
}       

.lot__preview {
    width: 100%;
    height: 100%;
}
.lot__preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lot__info {
    padding: 20px 15px;
    color: #1a1a1a;
    letter-spacing: .05em;
    font-size: 18px
}

.lot__name {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1em;
    color: #010101 !important;
    font-size: 1.5em;
    margin-top: 0 !important;
}
.sc_testimonials_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: calc(2 * 1.500em); 
}
.lot__param {
    display: flex;
    justify-content: space-between
}
.lot__param p {margin-bottom: 3px !important;}
.lot__author {
    text-align: right;
    block-size: 70px;
}
.lot__footer {
    background: #e5dddd;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lot__share, .lot__up{
    font-weight: 700;
    letter-spacing: -0.013em;
    background: #0788ca !important;
    text-align: center;
}

.lot__share {
    width: 35px;
    height: 35px;
    font-size: 1.3em;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lot__up {
    border: none;
    margin-top: 0 !important;
    font-size: larger;
    font-weight: bolder;
    padding: 7px 19px;
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999999;
    background-color: rgba(0,0,0,0.8);
    transition: all .8s ease 0s;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
}

.popup__body {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
    transition: all .8s ease 0s
}

.popup__content {
    width: 80%;
    position: relative;
    background-color: #fff;
    color: black;
    max-width: 800px;
    transition: all .8s ease 0s;
    opacity: 0;
    transform: perspective(600px) translate(0, -100%) rotateX(45deg)
}

.popup__close {
    position: absolute;
    right: 15px;
    top: 25px;
    font-size: 2rem;
    color: #997f7f !important
}

.popup__close:hover {
    color: #ccc
}

.popup.open {
    opacity: 1;
    visibility: visible
}

.popup.open .popup__content {
    transform: perspective(600px) translate(0, 0%) rotateX(0deg);
    opacity: 1
}
#modalLot .popup__content {
    height: 70vh;
    overflow-y: auto;
}


.lot-modal__header {
    display: flex;
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple);
    padding: 40px;
    gap: 20px
}
.lot-modal__info{
    width: -webkit-fill-available;
}

.lot-modal__header .popup__close {
    color: #fffaee !important;
}

.lot-modal__name {
    margin-bottom: 30px !important;
    font-size: clamp(1.25rem, 2.237vw - 0.185rem, 2.5rem) !important;
    color:white !important;
    text-align: center;
}

.lot-modal__param {
    display: flex;
    justify-content: space-between;
    font-size: 18px
}

.lot-modal__param p {
    margin-bottom: 5px !important;
    color: white;
}

.lot-modal__param p:last-child {
    font-weight: bolder
}

.lot-modal__middle {
    padding: 30px 20px
}

.lot-modal__description {
    scrollbar-width: thin;
    scrollbar-color: #52C5F8 #DFE9EB;
    font-size: clamp(1rem, 0.224vw + 0.857rem, 1.125rem);
    line-height: 20px;
    height: 190px;
    overflow-y: scroll
}
.wrapper-modal *::-webkit-scrollbar, .wrapper-modal::-webkit-scrollbar {
    width: 10px
}

.wrapper-modal *::-webkit-scrollbar-track, 
.wrapper-modal::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #dfe9eb
}

.wrapper-modal *::-webkit-scrollbar-track:hover,
.wrapper-modal::-webkit-scrollbar-track:hover {
    background-color: #b8c0c2
}

.wrapper-modal *::-webkit-scrollbar-track:active,
.wrapper-modal::-webkit-scrollbar-track:active {
    background-color: #b8c0c2
}

.wrapper-modal *::-webkit-scrollbar-thumb,
.wrapper-modal::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #52c5f8
}

.wrapper-modal *::-webkit-scrollbar-thumb:hover,
.wrapper-modal::-webkit-scrollbar-thumb:hover {
    background-color: #1ea384
}

.wrapper-modal *::-webkit-scrollbar-thumb:active,
.wrapper-modal::-webkit-scrollbar-thumb:active {
    background-color: #2e88a3
}

.modal-carousel {
    height: fit-content;
    display: flex;
    justify-content: space-between;
    position: relative
}

.modal-carousel:hover .modal-carousel__arrow.mouseover {
    opacity: 1
}

.modal-carousel__arrow {
    width: 35px;
    height: 25px;
    background: #585252;
    opacity: .3;
    color: white !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    opacity: 0
}

.modal-carousel__arrow--left {
    left: 25px
}

.modal-carousel__arrow--right {
    right: -10px
}

.modal-carousel__pictures {
    width: 270px;
    height: 215px;
    position: relative;
}

.modal-carousel__image {
    width: 0;
    height: 0;
    transition: .75s all ease
}

.modal-carousel__image.active {
    width: 270px;
    height: 215px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal-carousel__covering {
    opacity: 0
}

.bet {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1.25rem;
    padding: 15px 20px
}

/*.bet__field {
    width: 120px
}*/

.bet__input {
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 1em;
    padding: 5px
}

.bet__options {
    width: calc(100% - 150px);
    display: flex;
    justify-content: space-between
}

.bet__option {
    font-size: 1.3em;
    color: #424 !important;
    padding: 5px
}

.small-modal{transition:.8s ease;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-99999991;opacity:0;background:rgba(0,0,0,0.75);display:flex;justify-content:center}.small-modal__src{max-width:600px}.small-modal__content{background:#fff;width:fit-content;height:fit-content;transform:translateY(70px)}.small-modal.open{position:fixed;opacity:1;z-index:99999991}.small-modal__header{display:flex;justify-content:space-between;background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple);padding:1rem}.small-modal__caption{margin-top: 0 !important;margin-bottom: 0 !important;font-size:1.4em;color:aliceblue !important}.small-modal__close{margin-top: 0 !important;padding:3px 5px;font-size:1.1em;color:white !important;background:transparent !important}.small-modal__main{display:flex;justify-content:space-around;max-height: 75vh;overflow-y: auto;}.small-modal__item{padding:1rem;text-align:center;color:#242729 !important;text-decoration:none}.small-modal__item:hover{color:#007bff !important}@media (max-width:420px){.small-modal__item{padding: 10px 0 10px 15px}}.small-modal__icon{font-size:1.4em}.small-modal__footer{padding:1rem;display:flex;justify-content:space-between}.small-modal__link{background:#dbd2d2 !important;padding:5px;font-size:16px}.small-modal__copy{padding:5px;font-size:1.3em;margin-top: 0 !important;}
.small-modal__text {
    margin: 10px 0;
    font-size: 1em;
}
.wpcf7-submit {
    display: inline-block;
    text-align: center;
    padding: 0.9em 1.75em;
    font-weight: 700;
    letter-spacing: -0.013em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#closeLargeImage {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
}
.confirm-step {
    padding:0 20px;
    max-width: 321px;
    box-sizing: border-box;
    overflow-X: hidden;
}
#secondStep {max-width: 100% !important}
.otp {
  background-image: linear-gradient(142deg, #9861c2, #5cc0de);
  color: beige;
  padding: 30px;
  text-align: center;
}
.otp__texr {
  font: 1.3em 'Roboto', sans-serif;
  margin-top: 20px;
  color: aliceblue;
}
.opt-code {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.opt-code__input {
  caret-color: transparent;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  border: 1px solid #eee;
  font: 30px 'Lato', sans-serif;
  width: 50px;
  height: 50px;
  margin: 10px;
  padding: 0 !important;
  text-align: center;
}
.opt-code__input::-webkit-outer-spin-button,
.opt-code__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.opt-code__input:valid {
  color: #9861c2;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25);
}
.opt-code__input.active {
    background: white;
  color: #082a59 !important;
  border: 4px solid #082a59 !important;
}
.opt-code-fail {
  display: flex;
  background: #7e0e13;
  color: #fff;
  padding: 0.75rem;
  font-size: 1.6em;
  text-align: center;
}
.opt-code__verify {
  font: 1.4rem 'Lato', sans-serif;
  min-width: 300px;
  display: inline-block;
  text-align: center;
  word-spacing: normal;
  vertical-align: middle;
  border: 1px solid transparent;
  margin: 0 0 20px 0;
  padding: 0.75rem;
  color: #fff;
  background: #9861c2;
}

.opt-code__verify.disable {
    cursor: not-allowed;
    opacity: .4;
    background: #ccc;
}

.auction__more{
    margin: 1rem auto;
    background-color: #52c5f8;
    color: #ffffff !important;
    font-size: 0.875em;
    display: inline-block;
    text-align: center;
    padding: 0.77em 2.1em;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: -0.012em;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#failure {
    display: none;
    background: #7a0d0d;
    color: #f2f2f2;
    padding: 10px;
    font-size: 1.5em;
}
.social-icons {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}
.social-icons li {
    margin: 0 10px;
}
.social-icons a {
    text-decoration: none;
    color: #000;
    font-size: 4.5em;
}
@media (hover: hover) {
    .auction-socal-links a:hover img {
      transform: scale(1.1); /* Збільшення іконки при наведенні */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Тінь при наведенні */
    }
    .pill-button:hover {
        color: white !important;
        background-color: #0056b3;
    }
    .social-icons a:hover {color: #007BFF;}
    .lot__share:hover, .lot__up:hover {
        background-color: #ffe400 !important;
        color: #ffffff !important;
    }
    .auction__more:hover{
        background-color: #ffe400;
        color: #ffffff;
    }
    .lot-modal__header .popup__close:hover {
        color: var(--wp--preset--color--luminous-vivid-amber) !important;
    }
    .chosen__button--active:hover {
        background: darkslategray !important
    }

    .chosen__button:hover {
        background: #2196f3 !important
    }

    .modal-carousel__arrow:hover {
        transition: .8s all ease;
        background: black
    }

    .modal-carousel:hover .modal-carousel__covering {
        opacity: 1
    }
}
@media (min-width: 992px) {
    .chosen__button {
        cursor:pointer
    }
    .lot__name {
        height: 75px;
        overflow-y: hidden;
    }


    .lot {
        cursor: pointer
    }

    .modal-carousel__covering {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(14,14,14,0.75);
        color: white !important;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-size: 2em
    }

    .lot__share:hover {
        background: #332;
        color: azure !important;
    }
}

@media (max-width: 991px) {
    .lot {max-width:45%}

    .lot__header {
        min-width: 150px;
    }

    .lot__info {
        font-size: 1em;
    }
}

@media (max-width: 835px) {
    .lot-modal__param {
        font-size:1em
    }
    .bet__field {width: 100%;text-align: center;}
    .bet__input {
        width: 80% !important;
        margin: auto;
        font-size: 2em;
    }
    .bet__options{flex-wrap: wrap;justify-content: center;width: 100%;}
    .bet__option {
        display: flex;
        font-size: 1.7em;
        background-color: var(--wp--preset--color--luminous-vivid-amber);
        box-sizing: border-box;
        border: 3px solid white;
    }
    .bet__option>span {padding-right: 8px;}
}

@media (max-width: 767px) {
    .lot-modal__header {
        position: relative;
        padding: 20px;
        flex-direction: column;
        align-items: center
    }
    .lot-modal__name {
        position: absolute;
        top: 12px;
        display: block;
        width: 75%;
    }
    .modal-carousel {margin-top: 6em;}
}

@media (max-width: 715px) and (min-width:651px) {
    .lot__param {
        font-size:11px
    }
}

@media (max-width: 650px) {
    .auction__flex {
        flex-direction:column;
        gap: 10px;
    }

    .lot {
        max-width: 330px;
        margin: 50px auto auto auto;
    }
    #closeLargeImage {
        background: #000 !important;
        padding: 10px !important;
    }

    .bet {
        flex-direction: column;
        align-items: center
    }
}

@media (max-width: 425px) {
    .modal-carousel__pictures {
        width: 220px;
    }

    .lot__param {
        font-size: .8em
    }

    .lot-modal__name {
        margin-bottom: 15px
    }

    .lot-modal__param {
        font-size: 13px
    }
}

@media (max-width: 360px) {
    .popup__content {
        width:86%
    }
}
#timeOut {text-align: right !important;}
.iti__selected-flag {cursor: default !important;}
.iti__arrow {display: none !important;}
/* Basic Styling for the Response Output */
.wpcf7-response-output {
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
}

/* Success Message Styling */
.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
}

/* Error Message Styling */
.wpcf7-response-output.wpcf7-validation-errors {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

/* Custom Styling Example */
.wpcf7-response-output {
    transform: translateY(-25px);
    border: 2px solid #0073e6; /* Blue border for emphasis */
    background-color: #f0f8ff; /* Light blue background */
    color: #000; /* Black text color */
    font-family: Arial, sans-serif; /* Font style */
    text-align: center; /* Center align text */
}

@media (max-width: 768px) {
    .wpcf7-response-output {
        font-size: 12px; /* Smaller font size on smaller screens */
        padding: 8px; /* Less padding on smaller screens */
    }
}
.footer_wrap_inner {
    -webkit-transform: translatex(0px) translatey(0px);
    -ms-transform: translatex(0px) translatey(0px);
    transform: translatex(0px) translatey(0px);
    padding-top: 38px;
    padding-bottom: 0px;
}