@import "fonts.css";
@import "root.css";

.ad-popup {
    display: none;
    background: black;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: yellow;
}

.ad-popup a:-webkit-any-link {
    color: yellow;
}

.content {
    position: relative;
}

.info-panels {
    position: relative;
    justify-content: center;
}

.info-panels .cart-panel {
    position: absolute;
    top: 0;
    right: 0;
}

.info-panels .cart-panel #panel_user {
    position: unset;
}

.search-panel {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    gap: 20px;
    margin-block-start: 20px;
}

@media screen and (max-width: 576px) {
    .search-panel {
        flex-direction: column;
        justify-content: center;
    }
}

.search-panel #logo {
    width: unset;
    position: unset;
    float: unset;
    padding: unset;
}

.search-panel #search {
    position: unset;
    left: unset;
    top: unset;
}

.search-panel #search > form {
    margin-right: 0;
    margin-left: 0;
}

.search-panel #phones {
    position: unset;
    top: unset;
    left: unset;
}

#panel_user {
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border: 1px solid black;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
    -moz-box-shadow: 0 0 20px #333;
    -webkit-box-shadow: 0 0 20px #333;
    box-shadow: 0 0 20px #333;
}

.login-name {
    font-size: 22px;
    font-family: ACME_Bold, serif;
}

.panel-nav {
    font-size: 14px;
}

.panel-nav a {
    color: black;
}

#all_opis p {text-indent: 0px;}

#header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    background: url(/textures/header_background1.jpg) repeat-x;
    font: 16px ACME_Bold;
    color: white;
    -moz-box-shadow: 0 0 20px #333;
    -webkit-box-shadow: 0 0 20px #333;
    box-shadow: 0 0 20px #333;
    position: relative;
}

#header_link{
    display: flex;
    gap: 16px;
    margin-right: 16px;
}

@media screen and (max-width: calc(768px - 1px)) {
    #header {
        background-size: contain;
    }
    #header_link{
        flex-wrap: wrap;
        margin-block-start: 10px;
        margin-block-end: 10px;
    }
}

@media screen and (min-width: 768px) {
    #header {
        height: 30px;
    }
}

#header_link a, .switch-language {
    color: #fff;
}
.switch-language {
    display: inline-block;
    margin-left: 30px;
    flex: auto;
    text-align: center;
}

#botton_header {
    width: 100%;
    height: 100px;
    position: relative;
    top: 5px;
}

@media screen and (min-width: 992px) {
    #botton_header {
        width: 800px;
    }
}

#logo{
    width: 150px;
    padding: 10px;
    padding-top: 20px;
    float: left;
    position: relative;
    top: -10px;
    left: -20px;
    display: inline-block;
}
#search{
    position: relative;
    top: 10px;
    left: 50px;
    display: inline-block;
}
#search > form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 20px;
}
#search > form > input[name="search"] {
    width: 290px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    border: 1px solid #777;
    -moz-box-shadow: 0 0 10px #555;
    -webkit-box-shadow: 0 0 10px #555;
    box-shadow: 0 0 10px #555;
}
#search > form > input[type="submit"] {
    width: 29px;
    height: 29px;
    background: url(/textures/search.jpg);
    border: 1px solid #777;
    -moz-box-shadow: 0 0 10px #555;
    -webkit-box-shadow: 0 0 10px #555;
    box-shadow: 0 0 10px #555;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#phones{
    width: 190px;
    position: relative;
    top: 35px;
    left: 35px;
    font: 18px ACME_Bold;
    font-weight: bold;
    display: inline-block;
}

#button_catalog{
    width: 100%;
    z-index: 9;
    margin: 0;
    padding: 0;
    position: relative;
    top: -20px;
}

@media screen and (min-width: 1200px) {
    #button_catalog {
        width: 1020px;
    }
}

#button_catalog_catalog a{
    text-decoration: none;
}
#button_catalog a{
    text-decoration: none;
}
#button_catalog_plane{
    width: 140px;
    height: 70px;
    background: url('/textures/button/plane.png');
    display: inline-block;
}

#button_catalog_copter{
    width: 140px;
    height: 70px;
    background: url('/textures/button/copter.png');
    display: inline-block;
}
#button_catalog_multi{
    width: 140px;
    height: 70px;
    background: url('/textures/button/qvadro.png');
    display: inline-block;
}

#button_catalog_car{
    width: 140px;
    height: 70px;
    background: url('/textures/button/car.png');
    display: inline-block;
}



#button_catalog_boat{
    width: 140px;
    height: 70px;
    background: url('/textures/button/boat.png');
    display: inline-block;
}

#button_catalog_toys{
    width: 140px;
    height: 70px;
    background: url('/textures/button/toys.png');
    display: inline-block;
}

#button_catalog_tools{
    width: 140px;
    height: 70px;
    background: url('/textures/button/tools.png');
    display: inline-block;
}

#slider{
    height: 300px;
    background: #fff;
    position: relative;
    margin-block-start: 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 5;
}

#slider_border {
    height: 310px;
    background: none;
    border: 4px solid #555;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -moz-box-shadow: 0 0 10px #333;
    -webkit-box-shadow: 0 0 10px #333;
    box-shadow: 0 0 10px #333;
    z-index: 6;
    margin-block-start: 15px;
    margin-block-end: 15px;
}

@media screen and (min-width: 768px) {
    #slider {
        width: 600px;
    }
    #slider_border {
        width: 610px;
        margin-block-end: 45px;
    }
}

.new-received {
    margin: 0 auto;
}
@media screen and (max-width: calc(992px - 1px)) {
    .new-received {
        max-width: 80vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-block-end: 50px;
    }
}

@media screen and (min-width: 992px) {
    .new-received {
        position: relative;
        width: 800px;
    }
}

.new-received a[href="new"], .new-received a[href="new_tovar.php"],
.new-received a[href="znovu_v_nayavnosti"], .new-received a[href="represent.php"],
.new-received a[href="nayblyzhchi_nadkhodzhennya"], .new-received a[href="skoro_bude.php"] {
    background: #054f7d;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    box-shadow: 0px 0px 0px #666666;
    -webkit-box-shadow: 0px 3px 8px #666666;
    -moz-box-shadow: 0px 0px 8px #666666;
}

#footer{
    height: 15px;
    font: 11px ACME_Bold;
    align-self: flex-end;
    color: #fff;
    margin: 5px 10px;
    text-align: end;
}
#footer_copy {
    display: inline-block;
    line-height: 20px;
    padding: 0 5px;
    background: #666;
    -moz-box-shadow: 0 0 10px #333;
    -webkit-box-shadow: 0 0 10px #333;
    box-shadow: 0 0 10px #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#top_content{
    width: 100%;
    height: 30px;
    background: #777;
    margin:0px;
    padding: 0px;
    -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
color: white;
font: 20px ACME_Bold;
}

#content{
    width: 100%;
    min-height: 300px;
    background: #fff;
    border: 1px solid black;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    top: -8px;
    -moz-box-shadow: 0 0 10px #333;
    -webkit-box-shadow: 0 0 10px #333;
    box-shadow: 0 0 10px #333;
    font-family: ACME_Bold, sans-serif;
}

@media screen and (min-width: 992px) {
    #content {
        width: 992px;
    }
}

#catalog_avia_select{
    width: 140px;
    height: 90px;
    background: #fff;
    display: block;
    position: relative;
    top: 19px;
    left: -289px;
    border: 1px solid black;
    border-bottom: none;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #000;
    z-index:2;

}
#catalog_tovar{
    margin: 0px;
    max-width: 800px;
    position: relative;
    left: 90px;
    z-index:89;
    min-height: 700px;
}
#panel {
    position: fixed;
    top: 70px;
    left: -400px;
    margin: -40px 0 0 0;
    overflow: hidden;
    z-index: 999;
}
#panel-content {
    background: #EEE;
    border: 1px solid #CCC;
    width: 388px;
    height: 180px;
    float: left;
    padding: 3px 5px;
}
#panel-sticker {
    float: left;
    position: relative;
    padding: 3px 20px 3px 5px;
    margin: 0;
    cursor: pointer;
}
#panel-sticker .close {
    position: absolute;
    right: 3px;
    top: 3px;
}



#in_panel {
    position: absolute;
    top: 100px;
    left: 0px;
    margin: -40px 0 0 0;
    overflow: hidden;
    z-index: 999;
}
#in_panel-content {
    background: #EEE;
    border: 1px solid #CCC;
    width: 388px;
    height: 180px;
    float: left;
    padding: 3px 5px;
}
#in_panel-sticker {
    float: left;
    position: relative;
    left: -50px;
    top: 175px;
    padding: 3px 20px 3px 5px;
    margin: 0;
    cursor: pointer;
    z-index:9999;
}
#in_panel-sticker .close {
    position: absolute;
    right: 3px;
    top: 3px;
}

.popup_order_in_provide{
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0px;
    left: 0px;
}
.popup_order_in_provide .popup_order_in_provide-content{
    margin:40px auto 0px auto;
    width: 600px;
    height: 530px;
    padding: 30px;
    background-color: #f0f0f0;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
   font-family: Verdana,sans-serif;
    font-size: 16px;
    line-height: 260%;

}

.popup_order_in_provide-content li {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    line-height: 260%;
}

.popUp_order_in_provide_hide {
    color: red;
    text-decoration: none;
    float: right;
    position: relative;
    top: -35px;
    right: -20px;
    font-weight: bold;
}

.button_catalog {
    margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
    .button_catalog {
        flex-wrap: wrap;
    }
}

.ware-description {
    max-width: 800px;
    position: relative;
    margin-left: auto;
    margin-right: 25px;
}

.new-ware {
    display: inline-block;
    margin: 0;
    width: 190px;
    height: 250px;
}

.coming-soon {
    font-size: 16px;
    color: #cc9200;
    font-weight: bold;
}
