* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

body {
  font-size: 18px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  background-color: #be263f;
}

.header {
  position: relative;
  vertical-align: middle;
  width: 100%;
  background-color: #ffffff;
  padding-top: 5px;
}

.header:before {
  content: "";
  background: #ffffff;
  position: absolute;
  width: 2500px;
  height: 100%;
  right: 100%;
  top: 0;
}

.header:after {
  content: "";
  background: #ffffff;
  position: absolute;
  width: 2500px;
  height: 100%;
  left: 100%;
  top: 0;
}

.clearfix {
  clear: both;
}

.wrapper {
  position: relative;
}

.header__container {
  max-width: 1024px;
  min-width: 320px;
  margin: 0 auto;
  width: 70%;
}

.logo {
  display: block;
  max-width: 290px;
  margin: 15px auto 0;
}

.pictures {
  display: inline-block;
  float: right;
}

.top {
  display: inline-block;
}

.main {
  max-width: 1024px;
  margin: 0 auto;
  width: 70%;
  min-width: 320px;
  padding-top: 15px;
}

.main__top-block {
  position: relative;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 23px;
  max-width: 1024px;
  margin: 0 auto;
}

.main__attention {
  display: block;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  background-color: #fcd803;
  padding: 10px 15px;
  font-size: 30px;
  color: #e83121;
  font-weight: 700;
}

.main__down-text {
  width: fit-content;
  margin: 0 auto;
  padding-top: 20px;
  text-transform: uppercase;
}

.top-block__question {
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
}

.top-block__bigger {
  color: #e71b22;
  font-size: 30px;
  font-weight: 700;
}

.content {
  font-size: 0;
  margin-top: 15px;
  text-align: center;
}

.left {
  display: table-cell;
  box-sizing: border-box;
  padding-right: 15px;
  float: left;
  width: 26%;
}

.bx-pager {
  display: none;
}

.bx-wrapper {
  display: inline-block;
  padding: 23px 7px;
  position: relative;
  text-align: left;
  border: 3px solid #ffffff;
  color: #fff;
}

.slider__img {
  width: fit-content;
  margin: 0 auto;
}

.slider__title {
  text-decoration: underline;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  font-size: 18px;
}

.slider__question {
  /* color: #e71b22; */
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 15px;
}

.slider__button {
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
  z-index: 2;
  position: relative;
  /* width: 15px; */
  margin-bottom: 10px;
  background: rgb(65, 88, 223);
  text-align: center;
}

.prev-btn {
  display: block;
  position: relative;
  bottom: 0;
  color: #000;
}

.prev-btn:before {
  content: "";
  position: absolute;
  width: 27px;
  border: 2px solid #d0cccc;
  border-radius: 60px;
  height: 100%;
  right: 100%;
  top: 0;
  margin-right: 10px;
}

/*.prev-btn:hover:before {
    background-image: url(hover-1.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #e71b22;
}

.next-btn:hover:before {
    background-image: url(hover-1.png);
    border: 2px solid #e71b22;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}*/

.next-btn {
  display: block;
  position: relative;
  padding: 15px;
  /* color: #000; */
  /* margin-bottom: 19px;
    margin-left: 37px;*/
  cursor: pointer;
}

/*.next-btn:before {
    content: '';
    position: absolute;
    width: 27px;
    border: 2px solid #d0cccc;
    border-radius: 60px;
    height: 100%;
    right: 100%;
    top: 0;
    left: -37px;
    margin-right: 10px;
}*/

.slider__last-text {
  position: relative;
  display: block;
  text-align: center;
  /* color: #000000; */
  font-size: 20px;
  text-transform: uppercase;
}

.right {
  display: table-cell;
  padding-left: 15px;
  float: right;
  width: 26%;
}

.bx-wrapper {
  width: 45%;
  position: relative;
  display: inline-block;
}

.bx-controls.hide {
  display: none;
}

.pointer {
  position: relative;
  margin: 0 auto;
  width: 120px;
  padding: 5px 0;
}

.button {
  display: block;
  margin: 0 auto;
  text-decoration: underline;
  font-size: 30px;
  width: fit-content;
  color: #ffffff;
  background-color: red;
  padding: 15px;
}

.button:hover {
  text-decoration: none;
}

.footer {
  position: relative;
  bottom: 15px;
  text-align: center;
  font-size: 14px;
  padding: 20px;
  color: #fff;
}

.b-popup {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0px;
  z-index: 12;
}

.b-popup {
  background: url(../png/bg.png) no-repeat;
  background-position: center;
  background-color: #fff;
  margin: 0 auto;
  background-size: contain;
}

.b-popup .age {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.b-popup .age img {
  padding-right: 40px;
}

.b-popup .inner {
  max-width: 630px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  position: relative;
  top: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 70px;
}

.b-popup h1 {
  font-family: NIAGSOL;
  font-size: 65px;
  margin: 40px 0 0 0;
}

.b-popup p {
  font-family: Montserrat Alternates;
  font-size: 15px;
  margin: 0;
  padding-bottom: 20px;
}

.b-popup button {
  width: 215px;
  height: 65px;
  color: #fff;
  background: red;
  border: none;
  font-size: 38px;
  border-radius: 15px;
  font-family: Montserrat Alternates;
  margin: 30px 0;
  -webkit-box-shadow: 0px 12px 24px 8px rgba(29, 31, 33, 0.87);
  -moz-box-shadow: 0px 12px 24px 8px rgba(29, 31, 33, 0.87);
  box-shadow: 0px 12px 24px 8px rgba(29, 31, 33, 0.87);
  cursor: pointer;
}

.b-popup button:hover {
  background: #1f1f1f;
  color: #fff;
  border: none;
}
/* 
.bx-viewport {
  height: auto !important;
} */
.slider__button:hover {
  background: rgb(41, 32, 203);
}
.slider__button:focus {
  background: rgb(41, 32, 203);
}
.ac_footer {
  position: relative;
  text-align: center;
  padding: 0 0 30px 0;
  color: #fff;
  margin: 0 15px;
}

.ac_footer a {
  color: #fff;
}
.ac_footer a:hover {
  text-decoration: underline;
}
.ac_footer p {
  text-align: center;
}
