@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    background: #ffffff url(images/bg.webp) top center repeat-y;
    color: #2c1f66;
    margin: 0;
}

td, tr {
    padding: 0 10px;
    font-size: 18px;
    text-align: justify;
}

header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 35px;
}

footer {
    text-align: center;
}

.clr {
    clear: both;
    text-align: justify;
}

img {
    border: none;
}

a {
    border: none !important;
    color: #2c1f66;
}

p {
    font-size: 18px;
    font-weight: bold;
}

#content p {
    margin: 15px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

h1 {
    color: #22165d;
    font-size: 30px;
}

h2 {
    text-align: center;
    font-size: 25px;
    color: #22165d;
    text-transform: uppercase;
}

h3 {
    color: #e30710;
}

#clouds {
    background: url(images/clouds.webp) top center no-repeat;
    padding: 0;
}

#logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

.logo {
    display: flex;
    justify-content: end;
}

.logo img {
    width: 100%;
}

.main {
    display: flex;
    width: 90%;
    margin: 0 auto;
}

.heading-line {
    margin-top: 50px;
    background: url(images/h2-bg.webp) bottom center repeat-x;
    height: 15px;
}

.link-to-cooler, .link-to-pomp {
    color: #0000FF;
    text-decoration: none;
}

.link-to-cooler:hover, .link-to-pomp:hover {
    color: #0000FF;
    text-decoration: underline;
}

.main-col-jobs {
    display: flex;
    width: 77%;
    margin: 0 auto 0;
}

.contacts {
    margin: 80px 0 0;
}

.order {
    float: right;
    width: 45%;
    margin: 10px 0;
}

.flow-around-right {
    float: left;
    shape-outside: inset(1% round 45%);
    padding: 0 20px 5px 0;
}

.flow-around-left {
    float: right;
    shape-outside: inset(1% round 45%);
    padding: 0 0 5px 20px;
}

.why-left {
    float: left;
    width: 58%;
}

.why-right {
    float: right;
    width: 38%;
}

.why-right img {
    float: right;
    width: 100%;
    max-width: 400px;
}

.why-heading {
    margin-bottom: 0;
}

.why-item:not(:first-child) {
    margin-top: 1.5em;
}

.why-item h3:not(:first-child) {
    margin-bottom: 0.5em;
}

.elements {
    display: flex;
}

.water-elements {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-style: italic;
    font-weight: bold;
    width: 31%;
    padding: 0 10px;
    font-size: 18px;
}

.water-elements img {
    max-width: 170px;
}

.about-water {
    float: left;
    font-size: 18px;
    text-align: justify;
}

.page,
.page-flex {
    width: 90%;
    max-height: 600%;
    clear: both;
    margin: 0 auto;
}

.page-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-no-padding {
    width: 85%;
    max-height: 100%;
    clear: both;
    margin: 0 auto;
}

.jobs {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    width: 50%;
    float: right;
}

.jobs span {
    white-space: nowrap;
}

.header-left {
    display: flex;
    flex-direction: column;
    min-width: 300px;
}

.text-white {
    color: #ffffff;
}

.discount {
    display: flex;
    clear: both;
    background: url(images/water.webp) top center repeat-x;
    height: 400px;
    margin: 15px 0;
    color: #ffffff;
}

.discount p {
    font-weight: bold;
    text-shadow: 1px 1px 1px #000000;
    color: #ffffff;
}

.discount img {
    width: 390px;
}

#discount-text-1 {
    text-align: center;
    padding-top: 100px;
}

.prices {
    margin-top: 60px;
    font-size: 22px;
}

.discount-text {
    font-weight: bold;
    font-size: 22px;
    margin-left: 30px;
}

.discount-text > span {
    line-height: 25px;
}

.discount-text-red {
    color: #e30710;
    font-size: 35px;
    font-weight: bold;
}

.smaller {
    font-size: 18px;
    line-height: 25px;
}

.deposit {
    margin-top: 5px;
    font-size: 13px;
    line-height: 20px;
}

.strikethrough-price {
    font-weight: bold;
    font-size: 18px;
    text-decoration: line-through;
}

.discount-text-italic {
    font-style: italic;
    font-size: 26px;
}

.delivery_header {
    margin-top: 0;
    font-size: 15px;
    text-shadow: 1px 1px 1px #ffffff;
    font-family: "Times New Roman", serif;
    color: #2c1f66;
    font-style: normal;
}

.red-sp {
    color: #e30710;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.twenty {
    margin: 0;
    font-size: 16px;
}

.main_phone {
    font-size: 30px;
    text-decoration: none;
}

.sub_phone {
    text-decoration: none;
    font-size: 12px;
    margin: 2px;
    white-space: nowrap
}

.bottles-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 75px;
}

.bottles-wrapper picture {
    display: flex;
    justify-content: center;
}

.bottles-wrapper img {
    max-width: 1000px;
    max-height: 650px;
    width: auto;
    height: auto;
}

.badge {
    display: flex;
    max-width: 110px;
    position: absolute;
    top: 0;
    right: 0;
}

.fb-page {
    margin-left: 10%;
}

.social {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    transition: all .2s ease-in-out;
}

.social a {
    width: 32px;
    height: 32px;
    border-radius: 38%;
    margin: 0 2px 5px;
}

.social a:hover {
    transform: translateY(-4px);
}

.copyright {
    margin: 10px auto;
    font-size: 14px;
}

.button-order {
    display: flex;
    align-items: center;
    height: 45px;
    padding: 0 48px;
    color: white;
    border-radius: 5px;
    font-size: 18px;
    width: fit-content;
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    background-color: rgb(188, 46, 62);
    box-shadow: rgb(150, 20, 35) 0 4px 0;
    text-decoration: none;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
}

.button-order:hover {
    background-color: rgb(150, 20, 35);
}

.button-order.top {
    margin-top: 30px;
}

.coolers {
    text-align: center;
    margin-bottom: 30px;
}

.float-left {
    float: left;
}

.delivery-conditions h1 {
    text-align: right;
}

.delivery-conditions p {
    text-align: right;
}

.float-right {
    float: right;
    width: 600px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000000;
    text-align: right;
    padding-top: 50px;
}

.ob-item {
    float: left;
    padding: 15px;
    font-size: 20px;
    text-align: center;
}

.ob-item img {
    width: 200px;
    height: 200px;
    margin-right: 10px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    -webkit-box-shadow: 0.4em 0.4em 5px rgba(122, 122, 122, 0.5);
    -moz-box-shadow: 0.4em 0.4em 5px rgba(122, 122, 122, 0.5);
    box-shadow: 0.4em 0.4em 5px rgba(122, 122, 122, 0.5);
    margin-bottom: 15px;
}

ul#navigation {
    position: fixed;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    list-style: none;
    z-index: 999999;
    width: 50%;
}

ul#navigation li {
    width: 23%;
    display: inline;
    float: left;
    margin: 0 2px;
}

ul#navigation li a {
    display: block;
    float: left;
    margin-top: 2px;
    width: 100%;
    height: 25px;
    background-color: #e3f5fc;
    background-repeat: no-repeat;
    background-position: 50% 10px;
    border: 1px solid #74c8ec;
    text-decoration: none;
    text-align: center;
    padding-top: 50px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    opacity: 0.95;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    font-size: 16px;
    color: #22165d;
    text-shadow: 0 -1px 1px #ffffff;
}

ul#navigation .o-dostavke a {
    background-image: url(images/icons/navigation-icons/o-dostavke.png);
}

ul#navigation .o-vode a {
    background-image: url(images/icons/navigation-icons/o-vode.png);
}

ul#navigation .o-oborudovanii a {
    background-image: url(images/icons/navigation-icons/o-oborudovanii.png);
}

/*ul#navigation .o-vacancies a {
    background-image: url(images/icons/navigation-icons/o-vacancy.png);
}*/

ul#navigation li {
    margin-top: -50px;
    transition: 0.2s;
}

ul#navigation li:hover {
    margin-top: -2px;
}

div.overlay {
}

div.overlay div.close {
    background-image: url(images/icons/popup-icons/close.png);
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

#overlay {
    background-image: url(images/background.webp);
    background-repeat: no-repeat;
}

div.wrap {
    height: 441px;
    overflow-y: auto;
}

.contact-title {
    color: hsl(216, 41%, 55%);
    font-size: 2em;
    width: fit-content;
    margin: 0 auto 10px;
}

.contact-input {
    font-family: Times New Roman, serif;
    float: left;
    padding: 2px;
    margin: 2px;
    background: #eee;
    border: 1px solid #fff;
    width: 300px;
}

.lable {
    display: block;
    clear: left;
    text-align: left;
    margin-bottom: 10px;
}

.lable label {
    font-size: 13px;
    font-family: Times New Roman, serif;
    color: #FF2B29;
}

.input {
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    font-size: 14px;
    font-family: Times New Roman, serif;
    color: #1C5455;
    width: 100%;
}

.warning_table {
    background: #F0F0F0;
    border: solid 5px #dfdfdf;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: #666 0 2px 3px;
    -moz-box-shadow: #666 0 2px 3px;
    box-shadow: #666 0 2px 3px;
}

.warning_font_big {
    font-size: 30px;
    color: #B70004;
}

.warning_font {
    font-size: 13px;
    color: #333;
    padding-top: 15px;
}

input.lable {
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    font-family: Times New Roman, serif;
    color: #1C5455;
    width: 100%;
    height: 200px;
    white-space: pre-wrap;
}

#parent_popup, #popup-out-of-service {
    height: 100%;
    opacity: 0.97;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
    text-align: center;
}

#parent_popup {
    display: none;
}

.popupup {
    background: #e8e8e8 repeat;
    max-width: 420px;
    height: auto;
    color: #f00;
    z-index: 10001;
    border: solid 5px #dfdfdf;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -webkit-box-shadow: #666 0 2px 3px;
    -moz-box-shadow: #666 0 2px 3px;
    box-shadow: #666 0 2px 3px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 -50% 0 auto;
    transform: translate(-50%, -50%);
}

.feedback-form-block {
    max-width: 420px;
    padding: 20px;
}

#close {
    background-image: url(images/icons/popup-icons/close.png);
    cursor: pointer;
    height: 35px;
    width: 35px;
    float: right;
}

a.images {
    display: block;
    width: 200px;
    height: 30px;
    border: 0;
}

a.images:hover {
    width: 200px;
    height: 30px;
    border: 0;
}

.phone_form {
    margin-bottom: 0;
}

#delivery-btn-crawler {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    outline: inherit;
}

#user_number {
    font-size: 16px;
    color: #363636;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px 8px 8px;
}

#user_name {
    font-size: 16px;
    color: #363636;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px 8px 8px;
}

#user_email {
    font-size: 16px;
    color: #363636;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px 8px 8px;
}

#user_phone {
    font-size: 16px;
    color: #363636;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px 8px 8px;
}

.user_phone {
    position: relative;
}

.user_phone:before {
    display: block;
    color: #363636;
    position: absolute;
    font-size: 16px;
    top: 9px;
    left: 7px;
}

input:not(:placeholder-shown) {
}

.btn_submit {
    margin-top: 20px;
    height: 30px;
    background: hsl(216, 41%, 55%);
    color: #fff;
    border: none;
    width: 120px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border-radius: 4px;
}

.btn_submit:hover {
    background: #1873ff;
    color: #fff;
}

.btn_submit.disabled {
    color: #363636;
    background: #ccc;
}

.popup p, .popup div {
    padding: 5px;
}

.documents-box {
    display: -webkit-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}

.documents-box img {
    max-width: 100%;
    max-height: 100%;
}

.documents-box--item {
    width: 13%;
    min-width: 170px;
    margin: 30px 40px;
}

.highslide img {
    cursor: url(highslide/graphics/zoomin.cur), pointer !important;
}

.present {
    position: absolute;
    top: 16%;
    right: 1%;
    cursor: pointer;
    transition: .4s;
}

.present:hover {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.present_text {
    color: red;
    text-shadow: 1px 1px 2px #212121;
    position: absolute;
    top: 12%;
    right: 1%;
    font-size: 26px;
}

/* ������� ����� ���������� ����  */
.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.overlay:target {
    visibility: hidden;
    opacity: 1;
}

.popup {
    background-color: #e8e8e8;
    border: 5px solid #dfdfdf;
    opacity: 0;
    padding: 15px;
    position: fixed;
    text-align: justify;
    left: 50%;
    width: fit-content;
    z-index: 10;
    visibility: hidden;

    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}

.popup img {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    display: block;
}

.overlay:target + .popup {
    top: 7%;
    opacity: 1;
    visibility: visible;
}

.popup p {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}

.popup li {
    font-size: 18px;
}

.popup h3 {
    text-align: center;
    font-size: 28px;
}

.close {
    background-image: url(images/icons/popup-icons/close.png);
    height: 35px;
    position: absolute;
    right: 5px;
    text-align: center;
    text-decoration: none;
    top: 5px;
    width: 35px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.close:before {
    color: rgba(255, 255, 255, 0.9);
    font-size: 24px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}


section {
    display: none;
    padding: 20px 0 0;
    border: 1px solid #ddd;
}

.coolers input {
    display: none;
}

.coolers label {
    display: inline-block;
    margin: 0 0 -2px;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
}

.coolers label > span {
    display: block;
    margin: 1em;
}

.coolers label:before {
    font-weight: normal;
    margin-right: 10px;
}

.coolers label:hover {
    color: #888;
    cursor: pointer;
}

input:checked + label {
    color: #555;
    border: 1px solid #ddd;
    border-top: 2px solid orange;
    border-bottom: 3px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

.first-column {
    float: left;
}

/*#emoil {
    visibility: hidden;
    display: block;
}*/

label:before {
    margin: 0;
    font-size: 18px;
}

.iban-input {
    padding: 0px 5px;
    width: 280px;
    font-size: 17px;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.lottery {
    max-width: 600px;
    padding: 10px 20px;
    position: absolute;
    border-radius: 20px;
    border: 17px solid rgba(153, 221, 255, 0.88);
    color: #fff;
    background: rgba(97, 79, 117, 0.95);
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
}

.lottery h1 {
    color: #fff;
}