/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap");
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 400 16px/1.5 "Oswald";
}
body {
    max-width: 1400px;
    width: 100%;
    margin: 0;
}
img {
    max-width: 100%;
}
hr {
    margin: 20px 0;
}
.auction-desc {
    margin: 50px auto;
}
.auction-desc__text {
    font-size: 24px;
    width: 50%;
    font-weight: 300;
    margin: auto;
}
.auction-desc__text--small {
    width: 30%;
}
.auction-desc__item {
    font-size: 24px;
    font-weight: 400;
}
.auction-desc__item:nth-child(2n) {
    text-align: right;
}
.details-wrapper {
    width: 100%;
    background: url("bg.jpg");
    background-size: cover;
}
.details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 10px 0;
}
.details__warranty {
    width: 90%;
    margin: auto;
    padding-bottom: 15px;
}
.details__text {
    text-align: center;
    margin: auto;
}
.details__inner-first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
}
.details__title {
    text-align: center;
    font: 700 20px "Oswald";
    text-transform: uppercase;
    margin: 10px 0 20px 0;
}
.details__list {
    padding: 0;
    margin: 0;
}
.details__line {
    border-top: 1px solid #575757;
    margin: 15px 0;
}
.details__flag {
    margin-right: 10px;
}
.details__box {
    margin-bottom: 10px;
}
.details__box--middle {
    border-right: 1px solid #575757;
    border-left: 1px solid #575757;
    padding: 0 50px;
}
.details__item {
    line-height: 2;
}
.table__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.table__tab {
    margin-left: 10px;
    cursor: pointer;
    padding: 0 2px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.table__tab:hover {
    color: #3e83e1;
    border-bottom: 2px solid #3e83e1;
}
.table__flag {
    margin-bottom: 2px;
}
.table__inner {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
}
.table__commercial {
    margin: 15px 0;
}
.table__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 0 auto;
}
.table__image {
    max-width: 400px;
}
.table__image--first {
    margin-bottom: 5px;
}
.table__panel,
.table__radio,
.table__list {
    display: none;
}
.table__list {
    padding: 0;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    background-color: #f4f4f4;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}
.table__item {
    font: 700 14px "Oswald";
    text-transform: uppercase;
    padding: 15px;
}
.table__panels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 15px 15px 15px;
}
.table__contact {
    background: url("bg.jpg");
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
}
.table__inner-first {
    margin: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.table__inner-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f5f6f6;
    padding: 15px;
    border-top: 5px solid #3e83e1;
}
.table__inner-third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.table__vat {
    display: none;
    width: calc(100% - 50px);
    background-color: #fff;
    border: 2px solid #e2e2e2;
    margin: auto;
    padding: 50px;
    font: 20px/2 "Oswald";
    text-align: center;
    justify-content: center;
}
.table__text {
    display: none;
    font: 400 26px "Oswald";
}
#ger:checked ~ .table__tabs #ger-tab,
#eng:checked ~ .table__tabs #eng-tab,
#ita:checked ~ .table__tabs #ita-tab,
#spa:checked ~ .table__tabs #spa-tab,
#fre:checked ~ .table__tabs #fre-tab,
#nor:checked ~ .table__tabs #nor-tab,
#fin:checked ~ .table__tabs #fin-tab,
#swe:checked ~ .table__tabs #swe-tab,
#dan:checked ~ .table__tabs #dan-tab {
    color: #005ede;
    border-bottom: 2px solid #005ede;
}
#ger:checked ~ .table__inner #ger-text,
#eng:checked ~ .table__inner #eng-text,
#ita:checked ~ .table__inner #ita-text,
#spa:checked ~ .table__inner #spa-text,
#fre:checked ~ .table__inner #fre-text,
#nor:checked ~ .table__inner #nor-text,
#fin:checked ~ .table__inner #fin-text,
#swe:checked ~ .table__inner #swe-text,
#dan:checked ~ .table__inner #dan-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.button {
    display: none;
    color: #fff;
    text-decoration: none;
    background-color: #3e83e1;
    padding: 10px 25px;
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.button:hover {
    background-color: #005ede;
}
.table__button {
    margin-left: 150px;
}

.slider {
    position: relative;
    height: 380px;
}
.slider__item {
    position: absolute;
}
.slider__img {
    animation: img 25s infinite;
    -o-animation: img 25s infinite;
    -moz-animation: img 25s infinite;
    -webkit-animation: img 25s infinite;
}
.slider__img2 {
    animation: img2 25s infinite;
    -o-animation: img2 25s infinite;
    -moz-animation: img2 25s infinite;
    -webkit-animation: img2 25s infinite;
}
.slider__img3 {
    animation: img3 25s infinite;
    -o-animation: img3 25s infinite;
    -moz-animation: img3 25s infinite;
    -webkit-animation: img3 25s infinite;
}
@-webkit-keyframes img {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes img {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes img2 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes img2 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes img3 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes img3 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.line {
    background: url("line.jpg");
    height: 5px;
}
.footer {
    background: url("bg.jpg");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 20px 0;
}
.footer__logo {
    border-right: 1px solid #000;
    padding: 15px;
}
.footer__inner-first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__logos {
    margin-bottom: 10px;
}
.footer__img {
    padding: 0 12px;
}
.footer__text {
    font-size: 12px;
}
.table__XYZ {
    margin: 0;
    padding: 0;
}
.table__YYY {
    list-style: none;
}
.table__YYY:nth-child(1) {
    font-size: 26px;
    padding-bottom: 15px;
}
/* .table__YYY:nth-last-child(1){
    text-align: center;
    margin-top: 50px;
    font-size: 20px;
    font-weight: 700;
} */
.auction-desc__title {
    color: #3e83e1;
    font-size: 26px;
    margin-bottom: 15px;
    text-align: center;
}
.auction-desc__subtitle {
    color: #3e83e1;
    font-size: 26px;
    margin-bottom: 15px;
}
.header-mobile {
    display: none;
}

@media (max-width: 1300px) {
    .slider {
        height: 352px;
    }
}
@media (max-width: 1250px) {
    .slider {
        height: 339px;
    }
}
@media (max-width: 1200px) {
    .slider {
        height: 325px;
    }
    .table__panels {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .table__images {
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        margin: initial;
    }
    .table__image--first {
        margin-bottom: 0;
    }
    .table__list {
        list-style: none;
    }
    .table__panel {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .table__YYY:nth-last-child(1) {
        margin: 50px 0;
    }
    .footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        padding: 0;
    }
    .footer__logo {
        border-right: none;
    }
    .footer__text {
        text-align: center;
        padding: 10px;
    }
}
@media (max-width: 1150px) {
    .slider {
        height: 312px;
    }
}
@media (max-width: 1100px) {
    .slider {
        display: none;
    }
    .header-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 1030px) {
    .table__images {
        display: none;
    }
}
@media (max-width: 950px) {
    .table__button {
        margin-left: 50px;
    }
    .table__vat {
        padding: 15px;
    }
}
@media (max-width: 830px) {
    .details {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .details__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .details__flag {
        margin-right: 0;
    }
    .details__item {
        padding: 10px;
        list-style: none;
        line-height: 1;
    }
    .details__inner-first {
        margin: 0 10px;
    }
    .details__box {
        text-align: center;
        margin: 20px 0;
    }
    .details__line {
        display: none;
    }
    .details__box--middle {
        border: none;
        padding: 0;
    }
    .table__inner-third {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .table__button {
        margin: 20px 0 0 0;
    }
    .footer__logos {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__img {
        padding: 15px;
    }
}
