@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");

:root {
    --orange: #fdc900;
}
a,
span,
li,
input,
div,
section,
p,
strong,
em,
h1,
h2,
h3,
h4,
h5,
h6,
button {
    font-family: "Mulish", sans-serif;
}

#navigation nav ul li a {
    font-family: "Mulish", sans-serif;
}

section {
    background-color: transparent;
}

html {
    background-color: #000;
}

body {
    min-width: 360px;
    max-width: 1920px;
    margin: 0 auto;
    background-image: url(../upload/tlo_gr.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: right top;
    /*  background-color: rgba(58, 71, 84, 1);
  background-image: linear-gradient(135deg, rgba(58, 71, 84, 1) 14%, rgba(22, 27, 31, 1) 50%); */
}

.firstSection {
    margin-top: 0;
    padding-top: 60px;
}

@media only screen and (max-width: 767px) {
    .firstSection {
        padding-top: 60px;
    }
}

.nav-list {
    background-color: #0e0e0e;
}

.navigation {
    background-image: url(../upload/tlo.png);
    background-size: cover;
    /* padding: 20px 0 !important; */
}

.transparentMenu {
    background-image: none;
    padding-top: 0;
    padding-bottom: 20px !important;
}

nav ul li a,
nav ul li a:visited {
    font-size: 14px !important;
    /* font-weight: 500!important; */
}

h2.sectionTitle,
h3.sectionTitle {
    color: white !important;
    text-align: center !important;
    text-transform: uppercase;
    margin-bottom: 32px;
    font-weight: 800 !important;
    letter-spacing: 1px;
}

section {
    position: relative;
    overflow-x: hidden;
}

.kleks {
    position: absolute;
    display: block;
}

@media only screen and (max-width: 767px) {
    /* .kleks{
        display: none;} */
}

#section8 {
    background-image: url(../upload/kleks_3.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 0 50%;
}

.abc-checkbox label::before {
    border-radius: 2px;
}

.abc-checkbox label::after {
    background-color: var(--orange);
    color: #181c1f;
    border-radius: 2px;
    width: 17px;
    height: 17px;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4
    .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
    background-color: rgba(59, 71, 84, 0.16);
    color: inherit !important;
}

.select2-results__option {
    color: #181c1f;
    font-weight: 800;
}
.navigation .container {
    max-width: 1920px;
}
/*   #modalCoffee , .modal-backdrop{
        display: none;!important;
      opacity: 0 !important;
      visibility: hidden !important;
      }
      } */

p.textMain {
    text-align: justify;
}

.fa-phone-volume:before {
    display: inline-block;
    margin-top: 2px;
    width: 14px;
    height: 14px;
    background-image: url(../upload/sluchawka_czarna.png);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.fa-envelope-square:before {
    display: inline-block;
    padding-top: 2px;
    width: 18px;
    height: 11px;
    background-image: url(../upload/mail_czarny.png);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.logoMenu {
    display: inline-block;
    width: 50%;
}

a:not(.page-scroll) {
    transition: 0.3s;
    color: inherit;
    text-decoration: underline;
    &:hover {
        color: inherit;
        opacity: 0.8;
    }
}
