.form__div>div:first-child {
    width: 40%;
}

.form__div form {
    width: 100%;
}

@media screen and (min-width: 1700px) {
    section.contact iframe {
        width: 42%;
    }
}

@media screen and (max-width: 1450px) {
    .auctions__item {
        min-width: 200px;
    }

    .auctions__main .auctions__item {
        flex: 0 0 31%;
    }
}




@media screen and (max-width: 1200px) {

    .header__top,
    .lang,
    .header__middle .search {
        display: none;
    }

    .navbar-nav>a {
        padding: 0.5rem 0;
    }

    #navbarSupportedContent .search .flexie,
    #navbarSupportedContent .search .flexie input {
        flex: 1;
        width: unset;
    }

    #navbarSupportedContent .registration button {
        color: white;
        background-color: black;
        height: 30px;
        border-radius: 20px;
        width: 114px;
        margin-left: 10px;
    }

    #navbarSupportedContent .registration {
        margin-top: 20px;
    }

    .header__bottom>*:not(.time) {
        display: none;
    }

    .header__bottom {
        justify-content: center !important;
    }

    #navbarSupportedContent .language-dropdown {
        margin-left: 10px;
    }

    .navbar-expand-xl {
        display: unset;
    }
}
















@media screen and (max-width: 992px) {
    .news__item {
        flex: 1 1 45%;
        min-width: 310px;
    }

    footer.footer {
        flex-direction: column;
        gap: 30px;
    }

    .padding10 {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .margin10 {
        margin-left: 5vw;
        margin-right: 5vw;
    }

    .auctions__container {
        justify-content: center !important;
    }

    .auctions__item,
    .category__item {
        flex: 1;
    }

    .category__container,
    .subscribe,
    .news__container {
        flex-direction: column;
    }

    .ad__banner {
        margin: 15px 0;
    }

    .subscribe .gap30 {
        gap: 15px;
    }

    .auctions__container {
        gap: 15px;
    }

    .form__div {
        flex-direction: column;
        justify-content: center;
    }

    section.contact .form__div>* {
        width: 100%;
    }

    .iframe__container {
        padding: 0 5px;
    }

    section.contact .mb-lg-5 {
        margin-bottom: 15px !important;
    }

    .piradi {
        flex-direction: column;
    }

    .profile {
        margin: 0 auto;
    }

    .company>.content {
        max-width: 100%;
    }

    .inner__description {
        padding: 10px 5px;
    }

    .inner__description .header {
        flex-direction: column;
        align-items: unset !important;
        gap: 15px;
    }

    footer.footer {
        margin-top: 0;
    }

    .authorization {
        flex-direction: column;
        gap: 15px;
    }

    .authorization>div {
        width: 100%;
    }

    .avtorizacia {
        border: none;
        padding-left: 0;
    }

    .select .selectDropdown {
        width: fit-content;
    }

    .mandatory.flex-column::after {
        top: 13%;
    }

    .input--grid {
        grid-template-columns: 1fr;
    }

    .production__new--grid {
        grid-template-columns: 1fr;
    }

    .auctions__main .auctions__item {
        flex: 1;
    }

    .ad__banner--grid {
        grid-template-columns: 1fr;
    }

    .right__side {
        max-width: 100%;
    }

    .auctions__inner div:not(.inner_slider) img {
        height: auto;
    }
    .auctions__item .img-wrapper img{
        height: auto;
    }
}

@media screen and (min-width: 992px) {
    .gallery_img img {
        width: 100%;
        height: 270px;
        object-fit: cover;
    }
}