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

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

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

/* ширина елементов учитывает все отступы внутри блока
* {
    box-sizing: border-box;
} */

body, html {
    padding: 0;
    margin: 0;
    color: #080808;
    font-family: "BOOKOS", sans-serif;
}

header {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: url('../images/heider.jpg') no-repeat;
    background-size:cover;
}

#headerInside {
    width: 1100px;
    margin: 0 auto;
}

#logo {
    width: 50px;
    height: 50px;
    float: left;
    background: url('../images/origami-logo.svg') no-repeat;
    background-size: contain;
}



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

#navWrap {
    height: 50px;
    float: right;
    display: flex;
    align-items: center;
	flex-direction: row;
}

#navWrap a {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 0.9em;
    color: #fff;
    text-decoration: none;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 20px;
    height: 70px;
    line-height: 70px;
}

#navWrap a:hover {
    background: #5e5e5e;
}

#navWrap a:last-child {
    border-left: none;
}


#content {
    min-height: 455px;
    width: 1100px;
    margin: 0 auto;
    padding: 15px 0;
}

footer {
    float: left;
    width: 100%;
    height: 300px;
    background: url('../images/footerback.png');
    color: #fff;
    font-family: "Open Sans", sans-serif;}

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

#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: 340px;
}

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

.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('../images/heider.jpg') no-repeat;
    width: 100%;
    height: 700px;
    background-size: cover;
    margin-top: -20px;
    float: left;
}

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

#mainTextWrap {
    width: 100%;
    float: left;
}

#mainText {
    width: 1100px;
    margin:20px auto;
    text-align: justify;
    }
#img_main {
    width: 280px;
    height: 184px;

    }

@media all and (min-width: 1500px) {
    #promo {
        height: 800px;
    }
}
#conteiner {
    position: relative;
    margin-top: 20px;

}

#motiv {
    display:block;
    float: left;
    width: 43%;
    background-color: #ccd;
    padding: 15px 20px;
    border-radius: 20px;
    margin-bottom: 30px;

}

#uslugy {
    display: block;
    width: 43%;
    float: right;
    background-color: #ccd;
    padding: 15px 20px;
    border-radius: 20px;
    margin-bottom: 30px;

}

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

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

#shopWrap {
    width: 100%;
    float: left;
}

.shopUnit {
    float: left;
    width: 22%;
    padding: 5px;
    border: 1px solid rgba(225, 225, 225, 0.7);
    margin-right: 2%;
    margin-bottom: 20px;
}

.shopUnit:nth-child(4n) {
    margin-right: 0;
}

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

.shopUnit img {
    width: 100%;
    height: 189px;
}

.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;
    margin-top: 20px;
    text-align: center;
    color: #e6e09a;
    text-decoration: none;
    margin-bottom: 20px;
}

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



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

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

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

#openedProduct-img img {
    width: 100%;
    padding: 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-price {
    margin-top: 10px;
    color: #6a6747;
    font-weight: bold;
}

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


/* ------------- Начало стилей для страницы Цены (prices) ----------------------*/
/*p {
    margin: 0 0 1rem;
} */
#img_price {
    margin-right: 5%;
    width: 40%;
    padding: 15px avto;

}
.secshen_on {
    display: flex;
    justify-content: space-between;
    align-items: center;
	
	}
.price_content {
    display: block;
    padding-left:20px;
    padding-right: 20px;
    float: right;
    background:#59B8;
    
    border-radius: 30px;
}

.secshen_two {
    display: flex;
    justify-content: space-between;
    align-items:bottom;
}
.blok_on {
    width: 30%;
    background-color:#59B8;
    border-radius: 10px;
    margin-top: 20px;
    margin-right: 10px;
    padding: 5px 15px;
}
.blok_two {
    width: 30%;
    background-color:#59B8;
    border-radius: 10px;
    margin-top: 20px;
    margin-right: 10px;
    padding: 5px 15px;
}

.blok_three {
    width: 30%;
    background-color:#59B8;
    border-radius: 10px;
    margin-top: 20px;
    margin-right: 10px;
    padding: 5px 15px;
}







/* ----------------конец ------------------*/

/*--------- Начало стилей для  страницы сонтакт   ------------*/

.contact-img {
    float: left;
    width: 60%;
    margin-right: 3%;
}

.contact-img img {
    width: 100%;
    padding: 5px;
    border: 1px solid rgba(225, 225, 225, 0.7);
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;

    display: flex;


}


.contact-content {
    float: left;
    width: 37%;

    justify-content: center;
    text-align: center;
}

.contact-content {
    max-height: 600px;
}

.form-wrapper {
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    padding: 30px 20px;
    background-color: #59B8;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}


.form-label {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 8px;
}

.form-input {
    padding: 0 20px;
    height: 42px;
    width: 100%;
    background-color: #e3eaea;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    transition: background-color 0.2s ease-in;
}

.form-input:focus, .form-message:focus {
    outline: none;
    background-color: #c6e8e8;
}

.form-message {
    width: 100%;
    height: 100px;
    background-color: #e3eaea;
    border-radius: 8px;
    padding: 15px 20px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    resize: vertical;
    transition: background-color 0.2s ease-in;
}

.form-submit {
    width: 100%;
    height: 42px;
    border: none;
    border-radius: 8px;
    text-align: center;
    color: #DDD;
    font-size: 16px;
    font-weight: 700;
    background-color: #416681;
    cursor: pointer;
    transition: background-color 0.2s ease-in;
}

.form-submit:hover, .form-submit:focus {
    background-color: #20385A;
    outline: none;
}
.form-submit:active {
    background-color: #162E50;
    outline: none;
}

/* -------- ADDITIONAL ------------ */

.error {
    background-color: rgba(201, 37, 33, 0.4);
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;

}

.title-success {
color: #fff;
font-size: 30px;
font-weight: 700;
text-align: center;

}
.btn-goback {
display: block;
width: 100%;
height: 50px;
padding-top: 15px;
border-radius: 18px;
background-color: #12ab8c;
text-align: center;

}