body {
    position: relative;
    background: #0f161d;
    margin-top: 32px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center; /* Центрирование по горизонтали */
    align-items: center; /* Центрирование по вертикали */
}

html {
    font-family: 'Roboto';
}

.content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

p {
    color: white;
    font-weight: 100;
}

.nav__logo {
    width: 200px;
    margin-right: 90px;
}

.bodyImg {
    left: 800px;
    width: 600px;
    z-index: -4;
    position: absolute;
    align-items: center;
}

.marginb60px {
  margin-bottom: 60px;
}

.h2forpolycy {
    color: white;
    margin-bottom: 20px;
    font-family: 'Roboto';
    width: auto;
}

.polycytext {
  line-height: 142%;
  max-width: 1000px;
  font-family: 'Roboto';
  font-size: 16px;
}

.marginb30px {
  margin-bottom: 30px;
}

.h5forpolycy {
  font-family: 'Roboto';
  width: auto;
}

.bgforpolycy {
  margin-bottom: 10px;
  border-radius: 10px;
  margin-top: 20px;
  max-width: 900px;
  padding: 16px 2px 2px 22px;
  background: #505050;
}


.h1forpolycy {
color:white;
  text-align: left;
}

a {
    color:rgb(96, 108, 246)
}

p {
    color: rgb(198, 198, 198);
}
.linkpolycy {
  left: 255px;
  top: 121px;
  position: relative;
  color: #8f8f8f;
  font-size: 13px;
}

.nav__item {
    color: white;
    text-decoration: none;
    list-style: none;
    font-family: 'Roboto';
    font-size: 18px;
    margin-right: 10px;
}

.nav__list-item {
    flex-direction: row;
    display: flex;
}

.nav {
    padding-top: 20px;
    display: flex;
    margin-bottom: 100px;
}

a {
    text-decoration: none;
}

.nav__item:hover {
    color: yellow;
}

.nav__itemLink {
    margin-right: 32px;
}

.nav__itemLink:last-child {
    margin-right: 0px;
}

.nav__img {
    opacity: 200;
    position: relative;
    width: 1420px;
    top: 280px;
    left: 410px;
}

.content__titleGeneral {
    word-break: break-all;
    color: white;
    font-size: 50px;
}

.content__text {
    padding-left: 10px;
    color: white;
    max-width: 500px;
    font-size: 18px;
    border-left: 2px solid yellow;
    font-weight: 300;
}

.content__title {
    color: white;
}

.content__textAll {
    margin-right: 40px;
}

.content__textAll:last-child {
    margin-right: 0px;
}

.content__imgForAboutCompany {
    width: 1200px;
    background-color: rgba(255, 255, 255, 0.068);
    border-radius: 20px;
}

 #cookie-consent {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: #f8f9fa;
            color: #333;
            padding: 15px;
            text-align: center;
            box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            display: none; /* По умолчанию скрыто */
        }

#cookie-consent button {
        background-color: #007bff;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
}

#cookie-consent button:hover {
        background-color: #0056b3;
}

.content__container {
    display: flex;
    margin-bottom: 60px;
}

.content__itemTitle {
    color:rgb(165, 165, 165);
    font-size: 18px;
    margin-bottom: 24px;
}

.content__itemDescr {
    color:rgb(255, 255, 255);
    font-size: 18px;
    margin-bottom: 24px;
    word-break: break-all;
}


.content__contact {
    display: flex;
}

.content__contactTitle {
    margin-right: 60px;
}

.empty {
    height: 10px;
}

.content__textForLove {
    padding-left: 20px;
    font-size: 20px;
    color: white;
    width: 560px;
    font-weight: 300;
    border-left: 2px solid #ffff00;
    margin-bottom: 60px;
}

.formTest {
    position: absolute;
    width: 500px;
    height: 400px;
    top: 300px;
    right: 400px;
}





@media (max-width: 320px) {

    .content {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 0 6px 0 6px;
    }

    .content__textForLove {
        width: auto;
    }


    .nav__item {
        text-decoration: none;
        list-style: none;
        font-size: 20px;
    }

    .nav__itemLink {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .nav__itemLink:last-child {
        margin-bottom: 0px;
    }


    .nav__list-item {
        flex-direction: column;
        padding: 0px;
    }


    .content__container {
        flex-direction: column;
    }


    .nav {
        top: 20px;
        position: relative;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .content__text {
        max-width: 300px;
    }

    .bodyImg {
        display: none;
    }

}





@media (max-width: 767px) {

    body{
        width: 100%;
        overflow: visible;
    }

    .content {
        max-width: 600px;
    }

    .nav__list-item {
        flex-direction: column;
        padding: 0px;
    }

    .content__textForLove {
        width: auto;
    }


    .content__container {
        flex-direction: column;
    }

    .content__text {
       max-width: 300px;
    }

    .nav__itemLink {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .nav__itemLink:last-child {
        margin-bottom: 0px;
    }


    .nav {
        padding-top: 20px;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }


    .content__titleGeneral {
        word-break: break-all;
        width: 100%;
    }

    .content__container {
        flex-direction: column;
    }

    .content__imgForAboutCompanyM {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
    }

    .content__textAll {
        width: 100%;
    }

    .nav {
        width: 100%;
    }

    .nav__logo {
        margin-right: 40px;
    }

    .bodyImg {
        display: none;
    }
}



@media (max-width: 1200px) {

    body{
        width: 100%;
        overflow: visible;
    }

    .content {
        width: auto;
        padding: 0 20px 0 20px;
    }

    .nav__item {
        text-decoration: none;
        list-style: none;
        font-size: 20px;
    }

    .nav__itemLink {
        margin-right: 0px;
    }

    .nav__list-item {
        flex-direction: column;
    }


    .content__titleGeneral {
        word-break: break-all;
        width: 100%;
    }

    .content__container {
        flex-direction: column;
    }

    .content__imgForAboutCompanyM {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
    }

    .content__textForLove {
        width: auto;
    }


    .content__textAll {
        width: 100%;
    }

    .content__title {
        width: 100%;
    }

    .nav__itemLink {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .nav__itemLink:last-child {
        margin-bottom: 0px;
    }


    .nav {
        padding-top: 20px;
        width: 100%;
    }

    .nav__logo {
        margin-right: 100px;
    }

    .bodyImg {
        display: none;
    }
}


