@font-face {
    font-family: Huntsman;
    src: url('../fonts/Huntsman.otf');
}

@font-face {
    font-family: Exo;
    src: url('../fonts/Exo.otf');
}

@font-face {
    font-family: "Open Sans";
    src: url('../fonts/OpenSans.ttf');
}

@font-face {
    font-family: Handwriting;
    src: url('../fonts/Handwriting.ttf');
}

body, html {
    padding: 0;
    margin: 0;
    color: #5e5e5e;
    font-family: "Open Sans", sans-serif;
}

header {
    position: relative;
    background-color: #5e5e5e;
    float: center;
    width: 100%;
    height: 50px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border: 1px solid #b5b7ba;
    height: 50px;
    text-align: center;

    display: block;
    align-items: center;
    flex-direction: row;

    height: 70px;
    line-height: 70px;
}
/*
    padding: 10px 0;
        padding-top: 18px;
            padding: 0 20px;
*/

#header a {
    font-size: 1,5pt;
    height: 70px;
    line-height: 70px;
    padding-left: 10px;
    padding-right: 10px;
    color: black;
    text-decoration: none;
    display: inline-block;
}

#header a:hover { 

    text-decoration-color: #f5f5f5;
    text-shadow: 1px 3px 5px #00ff00;
}    

#header #selected {
    color: #000;
}

#center {
    margin: 0 auto;
    background-color: white;
    padding-bottom: 2px;
}

#headerInside {
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
    vertical-align: center;
}

#logo {
    width: 50px;
    height: 50px;
    float: left;
    padding-top: 10px;
    background: url('../img/orsi_icon.png') no-repeat;
    background-size: contain;
    padding-left: 10px;
}

#companyName {
    text-align: center;
    font-family: Huntsman, sans-serif;
    float: center;
    margin-left: 15px;
    font-size: 1.5em;
    line-height: 50px;
    color: #fff;
}

#companyName a:hover { 

    text-decoration-color: white;
    text-shadow: 1px 3px 5px black;      
}

#content {
    min-height: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

footer {
    float: left;
    width: 100%;
    height: 320px;
    background-color: #5e5e5e;
    color: #fff;
}


/*     background: url('../img/footerback.png'); */

#footerInside {
    position: relative;
    width: 96%;
    margin: 0 auto;
    height: 100%;
}

#contacts {
    text-decoration: none;
}

#copyrights {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

#social {
    padding-top: 20px;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.socialItem {
    width: 40px;
    height: 40px;
    margin: 0 5px;
}

#contacts {
    position: absolute;
    left: 0;
    top: 20px;
    width: 500px;
}

.contactWrap {
    
    float: left;
    width: 100%;
    margin-bottom: 10px;
    line-height: 40px;
}

.contactWrap a {
    text-decoration: none;
    color: white;
}

.contactIcon {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
}

#footerNav {
    position: absolute;
    right: 0;
    top: 45px;
    width: 200px;
}

#footerNav a {
    display: block;
    text-align: right;
    color: #e6e09a;
    margin-bottom: 10px;
    text-decoration: none;
}

#footerNav a:hover {
    color: #fff;
}

/* -------------------- НАЧАЛО стилей для главной страницы --------------------- */

#promo {
    background: url('../img/pumpkin_on_the_field.png') no-repeat;
    width: 100%;
    height: 1100px;
    background-size: cover;
    margin-top: -20px;
    float: left;
}

#promoText {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 100px;
    color: #fff;
    font-family: Exo, sans-serif;
    font-size: 2em;
    word-spacing: 8px;
}
#time_div {
    float: left;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;

}


#mainTextWrap {
    width: 98%;
    float: left;
    margin: 10px;
}

#mainText {
    width: 80%;
    margin: 40px auto;
    text-align: justify;
}

@media all and (min-width: 1500px) {
    #promo {
        height: 800px;
    }
}

/* ----------------- КОНЕЦ стилей для главной страницы ---------------------- */

/* ------------------ НАЧАЛО стилей для главной страницы магазниа ---------------------- */

#shopWrap {

    width: 100%;
    float: center;
}

#ShopList {
    width: 100%;
    float: center;
    vertical-align: center;
}

.shopUnit {
        float: left;
        width: 31%;
        padding: 4px;
        border: 1px solid rgba(225, 225, 225, 0.7);
        margin-left: 1%;
        margin-right: 1px;
        margin-bottom: 20px;
        min-width: 200px;
        max-width: 5000px;
}

@media (max-width: 769px) {
    #ShopList {float: left; width:100%;}
    .shopUnit {
        float: left;
        width: 20%;
        padding: 5px;
        border: 1px solid rgba(225, 225, 225, 0.7);
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 20px;
        min-width: 298px;
        max-width: 5000px;
    }
}

.shopUnitName {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-family: Exo, sans-serif;
    font-size: 1em;
}

.shopUnit img {
    width: 100%;
    height: auto;
}

.shopUnitShortDesc {
    text-align: justify;
    margin-top: 10px;
}

.shopUnitPrice {
    text-align: right;
    padding-right: 20px;
    margin-top: 10px;
    color: #6a6747;
    font-weight: bold;
}

.shopUnitMore {
    border: none;
    padding: 5px 15px;
    background-color: #696969;
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #e6e09a;
    text-decoration: none;
}

.shopUnitMore:hover {
    color: #FF8C00;
    background-color: #777777;
}



/* ------------------ КОНЕЦ стилей для главной старницы магазина -------------------------- */

/* ---------------- НАЧАЛО стилей для страницы с открытым товаром ----------------------- */

#openedProduct-img {
    float: left;
    width: 30%;
    margin-right: 3%;
}

#openedProduct-img img {
    width: 100%;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid rgba(225, 225, 225, 0.7);
}

#openedProduct-content {
    float: left;
    width: 67%;
}

#openedProduct-name {
    font-family: Exo, sans-serif;
    font-size: 2em;
    margin-top: 0;
}

#openedProduct-desc {
    margin-top: 20px;
}

#openedProduct-desc_full{
    margin-top: 20px;
    margin-right: 20px;
}

#openedProduct-price {
    margin-top: 10px;
    color: #6a6747;
    font-weight: bold;
}

.openedProduct_sentRequest {
    border: none;
    padding: 5px 15px;
    background-color: #696969;
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #e6e09a;
    text-decoration: none;
}

.openedProduct_sentRequest:hover {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 222, 0);
}

/* ---------------- КОНЕЦ стилей для страниы с открытым товаром -------------------------- */

/* ---------------- НАЧАЛО стилей для страницы с контактами ----------------------- */
#KontaktMainTextWrap {
    width: 100%;
    margin: 0px;
    text-align: center;
    float: center;
}

#KontaktMainText {
    width: 98%;
    margin: 40px auto;
    text-align: center;
    float: center;
}

#KontaktForm {
    width: 90%;
    float: center;
    margin: 10px;
}

*:focus {outline: none;}

body {font: 14px/21px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;}
.contact_form h2, 

.contact_form label {
    font-family: Exo, sans-serif;
}

.form_hint, .required_notification {
    font-size: 11px;
}

.contact_form {
        width:700px;
    }

.contact_form p {
    width:650px;
    margin:7px 10px 7px 10px;
    padding:0px;
}

.contact_form label {
    width:150px;
    margin-top: 3px;
    display:inline-block;
    float:left;
    padding:3px;
}
.contact_form input {
    height:20px; 
    width:220px; 
    padding:5px 8px;
}
.contact_form textarea {padding:8px; width:300px;}
.contact_form button {margin-left:156px;}

.contact_form input, .contact_form textarea { 
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
    padding-right:30px;
    -moz-transition: padding .25s; 
    -webkit-transition: padding .25s; 
    -o-transition: padding .25s;
    transition: padding .25s;
}
.contact_form input:focus, .contact_form textarea:focus {
    background: #fff; 
    border:1px solid #555; 
    box-shadow: 0 0 3px #aaa; 
    padding-right:70px;
}
  
.contact_form input:required, .contact_form textarea:required {
    background: #fff no-repeat 98% center;
}
.contact_form input:required:valid, .contact_form textarea:required:valid {
    background: #fff no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
    background: #fff no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}


.form_hint {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left:8px;
    padding: 1px 6px;
    z-index: 999; 
    position: absolute; 
    display: none;
}
.form_hint::before {
    content: "\25C0";
    color:#d45252;
    position: absolute;
    top:1px;
    left:-6px;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;}
.contact_form input:required:valid + .form_hint::before {color:#28921f;}
    

button.submit {
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #9fd574;
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
    -o-box-shadow: 0 1px 0 0 #9fd574 inset;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
}
button.submit:hover {
    opacity:.85;
    cursor: pointer; 
}
button.submit:active {
    border: 1px solid #20911e;
    box-shadow: 0 0 10px 5px #356b0b inset; 
    -webkit-box-shadow:0 0 10px 5px #356b0b inset ;
    -moz-box-shadow: 0 0 10px 5px #356b0b inset;
    -ms-box-shadow: 0 0 10px 5px #356b0b inset;
    -o-box-shadow: 0 0 10px 5px #356b0b inset;
    
}

/* ---------------- КОНЕЦ стилей для страниы с контактами -------------------------- */
/* ---------------- НАЧАЛО стилей для страниы о нас -------------------------- */

#AboutusMainTextWrap {
    width: 100%;
    margin: 0px;
    text-align: center;
    float: center;
}

#AboutusMainText {
    width: 88%;
    margin: 40px auto;
    text-align: center;
    float: center;
}

#Moto{
    text-align: center;
    font-family: Handwriting;
    font-size: 20px;
}

#AUH2 {
    color: #FFA500;
}

#zavitushka {
    align-content: center;
    max-height: 110px;

}
#Hallo  {
    float: center;
    text-align: center;
    font-family: Handwriting;
    font-size: 30px;
}

#expoGoda {
    float: center;
    max-height: 300px;
    max-width: 40%;
}

.expoGoda_bild: img {
    width: 90%;
}

/* ---------------- КОНЕЦ стилей для страниы о нас -------------------------- */
/* ---------------- Начало стилей для языковой панели -------------------------- */

#langmenu{
    padding-top: 20px;
    padding-left: 80px;
    height: 20px;
    float: left;
    display: flex;
    flex-direction: row;
}

#langmenu a {
    display: block;
    float: center;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 20px;
    height: 70px;
    line-height: 70px;
}
#langmenu a:hover {
    border-radius: 12%;
    background: #FFA500;
}

#langmenu a:last-child {
    border-right: none;
}

/* ---------------- Конец стилей для языковой панели -------------------------- */
/* ---------------- Начало стилей для оформления текстовых блоков "РАЗНОЕ" -------------------------- */
.textLink {
    text-decoration: none;
    color: #696969;
}

.textLink:hover {
    color: orange;
}

#Tabelle {
    float: left;
    width: 22%;
    padding: 5px;
    border: 1px solid rgba(225, 225, 225, 0.7);
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    min-width: 298px;
    max-width: 5000px;
}

.TabelleImg {
    width:100%;
}

.TabelleText {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-family: Exo, sans-serif;
    font-size: 1.2em;
}

.TabelleMore {
    border: none;
    padding: 5px 15px;
    background-color: #696969;
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #e6e09a;
    text-decoration: none;
}

.TabelleMore:hover {
    color: #FF8C00;
    background-color: #777777;
}

#TabelleForm {
    float: left;
    vertical-align: center;
}

@media (max-width: 1360px) {
        #Tabelle {
        float: center;
        width: 45%;
        padding: 5px;
        border: 1px solid rgba(225, 225, 225, 0.7);
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 20px;
        min-width: 298px;
        max-width: 5000px;
    }
}
/* ---------------- Конец стилей для оформления текстовых блоков "РАЗНОЕ" -------------------------- */
/* ---------------- Начало стилей для оформления блоков галереи -------------------------- */
/* ----- GV Horizontal ------ */
#galery_gv_horizontal {
    float: center;
    width: 60%;
    padding: 5px;
    border: 1px solid rgba(225, 225, 225, 0.7);
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    margin-top: 1px;
    min-width: 298px;
    max-width: 5000px;
}

.galery_gv_horizontal_img {
    width:100%;
}

.galery_gv_horizontal_text {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-family: Exo, sans-serif;
    font-size: 1.2em;
}

/* ----- GV Vertical ------ */
#galery_gv_vertical {
    float: left;
    width: 22%;
    padding: 5px;
    border: 1px solid rgba(225, 225, 225, 0.7);
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    min-width: 298px;
    max-width: 5000px;
}

.galery_gv_vertical_img {
    width:100%;
}

.galery_gv_vertical_text {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-family: Exo, sans-serif;
    font-size: 1.2em;
}

@media (max-width: 1360px) {
        #galery_gv_vertical {
        float: center;
        width: 45%;
        padding: 5px;
        border: 1px solid rgba(225, 225, 225, 0.7);
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 20px;
        min-width: 298px;
        max-width: 5000px;
    }
}

/* ----- ST Horizontal ------ */
#galery_st_horizontal {
    float: center;
    width: 60%;
    padding: 5px;
    border: 1px solid rgba(225, 225, 225, 0.7);
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    margin-top: 1px;
    min-width: 298px;
    max-width: 5000px;
}

.galery_st_horizontal_img {
    width:100%;
}

.galery_st_horizontal_text {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-family: Exo, sans-serif;
    font-size: 1.2em;
}

/* ----- ST Vertical ------ */
#galery_st_vertical {
    float: left;
    width: 30%;
    padding: 5px;
    border: 1px solid rgba(225, 225, 225, 0.7);
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    min-width: 298px;
    max-width: 5000px;
}

.galery_st_vertical_img {
    width:100%;
}

.galery_st_vertical_text {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-family: Exo, sans-serif;
    font-size: 1.2em;
}

@media (max-width: 1360px) {
        #galery_st_vertical {
        float: center;
        width: 30%;
        padding: 5px;
        border: 1px solid rgba(225, 225, 225, 0.7);
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 20px;
        min-width: 100px;
        max-width: 5000px;
    }
}

/* ----- UB Horizontal ------ */
#galery_ub_horizontal {
    float: left;
    width: 47%;
    padding: 5px;
    border: 1px solid rgba(225, 225, 225, 0.7);
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    margin-top: 1px;
    min-width: 298px;
    max-width: 5000px;
}

.galery_ub_horizontal_img {
    width:100%;
}

.galery_ub_horizontal_text {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-family: Exo, sans-serif;
    font-size: 1.2em;
}

/* ----- UB Vertical ------ */
#galery_ub_vertical {
    float: center;
    width: 50%;
    padding: 5px;
    border: 1px solid rgba(225, 225, 225, 0.7);
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    min-width: 298px;
    max-width: 5000px;
}

.galery_ub_vertical_img {
    width:100%;
}

.galery_ub_vertical_text {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-family: Exo, sans-serif;
    font-size: 1.2em;
}

@media (max-width: 1360px) {
        #galery_ub_horizontal {
        float: center;
        width: 46%;
        padding: 5px;
        border: 1px solid rgba(225, 225, 225, 0.7);
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 20px;
        min-width: 100px;
        max-width: 5000px;
    }
}

/* ----- OBR Horizontal ------ */
#galery_obr_horizontal {
    float: left;
    width: 47%;
    padding: 5px;
    border: 1px solid rgba(225, 225, 225, 0.7);
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    margin-top: 1px;
    min-width: 298px;
    max-width: 5000px;
}

.galery_obr_horizontal_img {
    width:100%;
}

.galery_obr_horizontal_text {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-family: Exo, sans-serif;
    font-size: 1.2em;
}

/* ----- OBR Vertical ------ */
#galery_obr_vertical {
    float: left;
    width: 30%;
    padding: 5px;
    border: 1px solid rgba(225, 225, 225, 0.7);
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    min-width: 298px;
    max-width: 5000px;
}

.galery_obr_vertical_img {
    width:100%;
}

.galery_obr_vertical_text {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-family: Exo, sans-serif;
    font-size: 1.2em;
}

@media (max-width: 1360px) {
        #galery_obr_vertical {
        float: left;
        width: 30%;
        padding: 5px;
        border: 1px solid rgba(225, 225, 225, 0.7);
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 20px;
        min-width: 100px;
        max-width: 5000px;
    }
}



/* ---------------- Конец стилей для оформления блоков галереи -------------------------- */

#LogoHome {
    width: 45%
}
