*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul,
ol,
li {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

.container-wrap-pages {
  margin: 0 auto;
  width: 1136px;
  max-width: 100%;
}

@media only screen and (max-width: 1224px) {
  .container-wrap-pages {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* cookies banner */

.cookies-banner {
    background-color: #f2f2f2;
    height: 165px;
    font-family: Arial;
    font-style: normal;
    font-size: 17px;
    line-height: 21px;
    color: #828282;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0px 2px 30px #888888;
    left: 0px;
	z-index: 2;

}

.cookies-banner_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 58px;
}

.cookies-banner_button {
  background-color: #5ec2ff;
  padding: 10px 55px 10px 55px;
  color: white;
  border: none;
  cursor: pointer;
}

.cookies-banner_button:hover {
  background-color: #0083d4;
  cursor: pointer;
}

.cookies-banner_text {
  width: 42%;
}

.box {
  display: flex;
  margin-right: 20px;
}

input[type="checkbox"] {
  /*display: none;*/
}

.banner-label {
    cursor: pointer;
    margin-left: 15px;
    cursor: pointer;
    margin-left: 15px;
    /*display: flex;*/
    align-items: center;
    margin-right: 20px;
	color: #828282;
}

/*input[type="checkbox"] + label:before {
    border: 1.7px solid #828282;
    content: "\00a0";
    display: inline-block;
    font: 13px/13px sans-serif;
    height: 16px;
    padding: 0;
    vertical-align: top;
    width: 16px;
    border-radius: 3px;
    margin-left: 20px;
    margin-right: 8px;
}



input[type="checkbox"]:checked + label:before {
    background-color: #828282;
    color: white;
    content: "\2713";
    text-align: center;
}*/

@media only screen and (max-width: 915px) {
  .cookies-banner_container {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 15px;
  }

  .cookies-banner_text {
    width: 100%;
  }

  .cookies-banner {
   /*  height: 100%;*/
   height: 200px;
  }

  .box {
    margin-right: auto;
  }

  .cookies-banner_button {
    margin-right: auto;
    margin-top: 20px;
  }

  .content {
    margin-right: auto;
  }

    .banner-label {
       /* margin-left: -18px;*/
        margin-top: 20px;
        margin-right: 30px;
    }

  .ml-30px {
    margin-left: 30px;
  }
}

