html, body {
    padding: 0 auto;
    margin: 0 auto;
}

body {
    padding-top: 10px;
    padding-bottom: 10px;
}

textarea {
    resize: none;
}

.description {
    width: 100%;
    height: 600px;
    padding-top: 0.01%;
    margin-bottom: 50px;
    background: url('../img/background.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: black;
    font-family: Open Sans, sans-serif;
}

.description * {
    display: inline-block;
    vertical-align: top;
}

.description > div {
    display: inline-block;
}

.bottleWrapper {
    width: 25%;
    height: 100%;
    padding-left: 3%;
}

.bottleWrapper > img {
    height: 50%;
    margin-top: 50%;
    margin-left: 10%;
}

.textDescription {
    width: 35%;
    height: auto;
}

.textDescription * {
    text-align: left;
}

.textDescription h1 {
    font-size: 250%;
    margin-top: 15%;
    font-weight: bold;
    font-family: Open Sans, serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.textDescription p {
    font-size: 160%;
}

.offer {
    margin-top: 1vh;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    font-size: 115%;
    padding-top: .7vh;
    padding-bottom: .7vh;
}

.offer:nth-child(odd) {
    padding-left: 5%;
    background: linear-gradient(90deg, rgba(57, 190, 25, 0.57), rgba(57, 190, 25, 0.43));
}

.offer:nth-child(even) {
    text-align: right;
    padding-right: 5%;
    background: linear-gradient(90deg, rgba(57, 190, 25, 0.43), rgba(57, 190, 25, 0.57));
}

.pricesWrapper {
    text-align: center;
}

.pricesWrapper p:not(:first-child) {
    font-family: Open Sans, sans-serif;
    font-weight: bold;
    font-size: 120%;
}

.items {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 50px;
    width: 90%;
    height: auto;
    text-align: center;
}

.prices {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-family: Open Sans, sans-serif;
}

.prices tr:first-child {
    background: rgba(57, 190, 25, 0.5);
}

.item {
    height: auto;
    width: 25%;
    text-align: center;
    border-radius: 2%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 5%;
    display: inline-block;
    vertical-align: top;
    box-shadow: -.5em -.8vh 100px 1px #9a9999;
    font-family: Open Sans, sans-serif;
    transition: all .25s;
}

.item:hover {
    transform: scale(1.05);
}

.price {
    width: 40%;
    height: auto;
    padding: 1.3vh .5em;
    background: var(--main-color);
    border-top-left-radius: 1vh;
    border-bottom-right-radius: 1vh;
    text-align: center;
    color: white;
    font-family: Verdana, Geneva, sans-serif;
}

.item img {
    width: 40%;
    height: auto;
    margin-top: 5vh;
}

.item p {
    font-size: 90%;
    font-weight: 400;
}

.item p span {
    font-weight: bold;
}

.item > h4 {
    font-family: Open Sans bold, sans-serif;
}

.item a {
    text-decoration: underline;
    color: var(--main-color);
    font-family: Open Sans Semibold, sans-serif;
    font-weight: 600;
    margin-bottom: 10%;
}

.item a:hover {
    color: #3cd018;
}

.showItemsButton {
    font-family: Open Sans, sans-serif;
    font-size: 1.5vh;
    width: auto;
    padding: 1vh 2vw;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    border-radius: 5em;
}

.about {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 4%;
    height: auto;
    background: var(--main-color);
    text-align: center;
}

.about .title {
    color: white;
}

.about .title span {
    margin-top: 3%;
}

.about .title span:before, .about .title span:after {
    border-color: white;
}

h1 {
    text-align: center;
    font: 230% fantasy;
}

ul > li {
    font: 120% Comic Sans MS;
    margin-bottom: 5%;
    margin-top: 3%;
}

.aboutItemWrapper {
    width: 80%;
    height: auto;
    margin-left: 10%;
    text-align: center;
}

.aboutItem {
    width: 30%;
    height: auto;
    margin: 3%;
    text-align: left;
    color: white;
    font-size: 100%;
    font-family: Comic Sans MS, sans-serif;
    display: inline-block;
    vertical-align: top;
}

.aboutItem h3 {
    margin-top: 0;
}

.aboutItem p {
    margin: 1.5% 0;
}

.aboutItem img {
    height: auto;
    width: auto;
    transform: scale(0.6);
}

.workOrder {
    width: 100%;
    height: auto;
    font-size: 135%;
}

.workOrder p {
    margin-top: 0;
}
.workOrder > ul {
    height: auto;
    margin-top: 4%;
    list-style: none;
    counter-reset: line;
    text-align: center;
}

.workOrder > ul > li {
    width: 30%;
    margin-bottom: 5%;
    margin-left: 35%;
    margin-right: 35%;
    /*     margin-left: 20%; */
    /*     margin-left: 3%; */
    /*     margin-right: 3%; */
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-family: Open Sans, sans-serif;
    font-weight: 800;
    font-size: 100%;
}

.workOrder > ul > li:before {
    position: absolute;
    left: -0.7em;
    /*     width: 1.35em; */
    height: auto;
    border-radius: 50%;
    color: var(--main-color);
    opacity: 0.4;
    line-height: 8vh;
    font-size: 5em;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    vertical-align: middle;
    counter-increment: line;
    content: counter(line);
    z-index: -1;
}

.orderWrapper {
    height: auto;
    width: 20em;
    right: 0;
    z-index: 1;
    position: fixed;
    text-align: center;
}

.orderWrapper > div {
    height: auto;
    max-height: 15vw;
    width: 13em;
    margin-top: 2em;
    right: 0;
    float: right;
    padding: 1vh .6vw;
    box-sizing: border-box;
    text-decoration: none;
    font-family: Lucida Typewriter, monospace;
    font-size: 1.3em;
    line-height: 1.3;
    font-weight: 900;
    text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
    -webkit-border-bottom-left-radius: 1em;
    -webkit-border-top-left-radius: 1em;
    -moz-border-radius-bottomleft: 1em;
    -moz-border-radius-topleft: 1em;
    border-bottom-left-radius: 1em;
    border-top-left-radius: 1em;
    border: none;
}

.orderWrapper > div:hover {
    color: var(--main-color);
    background: white;
}

.orderWrapper > div:active {
    outline: 0;
    border-color:#FFFFFF;
}

.orderBtn * {
    display: inline-block;
}

.orderBtn img {
    width: 15%;
    content: url("../img/buttonfile.png");
    float: right;
    padding-left: 1em;
}

.orderBtn:hover img {
    content: url("../img/hoveredfile.png");
}

.shader {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #DBDBDB;
    opacity: 0.5;
    left: 0;
    top: 0;
}

.orderPanel {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    position: relative;
}

.orderPanel h3 {
    text-align: center;
    font-family: Calibri, serif;
    font-size: 230%;
    margin-top: 1.5%;
    margin-bottom: 0.5%;
}

.orderPanel a {
    position: absolute;
    right: 0;
    margin: 2% 2% 0 auto;
}

.orderPanel a:after {
    content: url("../img/close.png");
    float: right;
}

.orderInput {
    width: 100%;
    margin-top: 3%;
    height: auto;
    text-align: center;
}

.inputWrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.inputWrapper input, .inputWrapper textarea {
    border-radius: 0.35em;
    border: 0.1em var(--main-color) solid;
    width: 50%;
    margin: 1.5%;
}

.inputWrapper input[type=text], .inputWrapper input[type=tel], .inputWrapper textarea {
    padding-left: 3%;
}

.inputWrapper input:focus, .inputWrapper textarea:focus {
    outline: 0;
}

.inputWrapper > p {
    margin: 0 auto;
}

.inputWrapper > input {
    line-height: 1.5;
}

input[type=range]::-webkit-slider-runnable-track {
    background-color: var(--main-color);
    height: 30%;
}

input[type=range]::-webkit-slider-thumb {
    transform: translateY(-30%);
}

.confirmButton {
    width: 25%;
    margin: 3% 37.5% 10%;
    height: 10%;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 120%;
    border: solid 1px transparent;
    border-radius: 4px;
    padding: 0.5em 1em;
    color: #FFFFFF;
    background-color: var(--main-color);
    transition: all 0.15s;
}

.confirmButton:active {
    transform: translateY(1px);
    filter: saturate(150%);
}

.confirmButton:hover {
    color: var(--main-color);
    border-color: currentColor;
    background-color: white;
}

.confirmButton:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(58, 132, 175, 0.5),
    0 0 0 3px rgba(58, 132, 175, 0.5);
}

.confirmButton::-moz-focus-inner {
    border: none;
}

.reviewWrapper > button {
    width: 18%;
    height: auto;
    padding: .5%;
    display: inline-block;
    font-size: 130%;
    border-radius: .8em;
    font-family: Open Sans Semibold, sans-serif;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    margin-top: 5%;
}

.reviewWrapper > button:nth-child(3) {
    margin-left: 20%;
}

.reviewWrapper > button:nth-child(4) {
    float: right;
    margin-right: 20%;
}

.reviewWrapper > button:hover {
    color: var(--main-color);
    background-color: white;
}

.popupWindow {
    position: fixed;
    display: none;
    z-index: 3;
    width: 55%;
    height: auto;
    left: 22.5%;
    top: 20%;
    background: white;
    border-radius: 1%;
}

.certificates {
    width: 100%;
    height: auto;
    margin-top: 7%;
    text-align: center;
}

.certificates > img {
    width: 30%;
    display: inline-block;
    cursor: pointer;
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 3%;
}

.bigImage {
    z-index: 3;
    position: fixed;
    display: none;
    width: auto;
    height: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
}

.imagePanel {
    height: auto;
    width: auto;
    float: right;
}

.imagePanel > a {
    height: 4vh;
    width: 4vh;
    margin: auto;
    font-size: 3vh;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.imagePanel > a:before {
    vertical-align: middle;
}

.downloadButton {
    background: #4b7394;
    color: gray;
}

.closeButton {
    background: rgba(106,109,108,1);
}

.bigImage > img {
    height: 80vh;
    width: auto;
}