@font-face {
  font-family: SignPainter;
  font-style: normal;
  font-weight: noraml;
  src: url(../fonts/SignPainter.woff2) format("woff2"),
    url(../fonts/SignPainter.woff) format("woff");
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/lato-regular.woff2) format("woff2"),
    url(../fonts/lato-regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/lato-bold.woff2) format("woff2"),
    url(../fonts/lato-bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: FavoritC;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/favoritc.woff2) format("woff2"),
    url(../fonts/favoritc.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: FavoritC;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/favoritc-bold.woff2) format("woff2"),
    url(../fonts/favoritc-bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: FavoritC;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/favoritlightc.woff2) format("woff2"),
    url(../fonts/favoritlightc.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: TenorSans-Regular;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/TenorSans-Regular.woff2) format("woff2"),
    url(../fonts/TenorSans-Regular.woff) format("woff");
  font-display: swap;
}

.p-230 {
  width: 80%;
  max-width: 80%;
  margin: 0 auto;
  padding-bottom: 4rem;
}

.r-p {
  width: 100%;
  margin: 0 auto;
}

.header__invisible_title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.products__arrow {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  font: inherit;
}
.products__list,
.videos__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__link {
  color: inherit;
  text-decoration: none;
}
lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: 50%;
  background-size: cover;
  cursor: pointer;
}
lite-youtube:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
lite-youtube:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
lite-youtube > .lty-playbtn {
  width: 67px;
  height: 67px;
  z-index: 1;
  background-image: url(/img/play.png);
  background-size: contain;
  opacity: 0.6;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
lite-youtube > .lty-playbtn:focus,
lite-youtube > .lty-playbtn:hover {
  opacity: 1;
}
lite-youtube > .lty-playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
lite-youtube.lyt-activated {
  cursor: unset;
}
lite-youtube.lyt-activated:before,
lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
body {
  font-family: Lato, Franklin Gothic Medium, Arial Narrow, Arial, sans-serif;
  color: #222;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
}

.rules_text{
  width: 70%;
}

.header {
  padding: 2.25rem;
  position: relative;
  padding-bottom: 1.6875rem;
	  height: 550px;
}
.header:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%),
  /*linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 0%),*/
    url(../img/hbg_rasp.png);
  background-size: cover;
  background-position: center;
  /*transform: rotate(180deg);*/
  z-index: -2;
}
.header__logo {
  display: block;
  width: 9.3125rem;
  height: 4.375rem;
  margin: 0 auto;
}
.header__subtitle {
  margin: 1.25rem 0;
  font-family: "SignPainter", Georgia, Times New Roman, Times, serif;
  font-weight: 400;
  font-size: 2.175rem;
  text-align: center;
  text-transform: uppercase;
  color: #da4556;
}
.header__subimage {
  width: 100%;
  max-width: 27.3125rem;
}
.header__image {
  display: block;
  width: 80%;
  max-width: 23.125rem;
	margin: 0 auto;
}
.header__desc {
  margin: 1.25rem 0;
  padding: 0 0.625rem;
  font-family: Lato, Franklin Gothic Medium, Arial Narrow, Arial, sans-serif;
  font-size: 1.125rem;
}
.special__desc {
  font-family: TenorSans-Regular;
  font-size: 2.125rem;
  color: #da4556;
  text-align: center;
}
.header__desc,
.header__warning {
  text-align: center;
  color: #575951;
  color: #da4556;
}
.header__warning {
  margin: 0 0 1.25rem;
  font-size: 0.75rem;
}
.header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 12.75rem;
  min-height: 2.625rem;
  margin: 0 auto;
  font-family: Georgia, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  background: #ef382b;
  border-radius: 2.6875rem;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header__link:focus,
.header__link:hover {
  opacity: 0.6;
}
.products__title {
  margin: 2.5rem 0 1.875rem;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 1.1875rem;
  text-align: center;
  color: #da4556;
}
.products__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 61.5rem;
  padding: 0 1.25rem;
  margin: 0 auto 2.5rem;
}
.products__arrow {
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-bottom: 0.1875rem solid #da4556;
  border-left: 0.1875rem solid #da4556;
}
.products__arrow--prev {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.products__arrow--next {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.products__list {
  margin: 0 1.25rem;
}

.products__item {
  padding: 0;
  margin: 0 0 0 10px;
}
.products__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 16.875rem;
  margin: 0 auto;
}
.products__image {
  width: 100%;

}
.products__name {
  margin: 0.75rem 0 0.4375rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.products__gramm {
  font-size: 0.75rem;
}
.videos {
  margin: 3.75rem 0 3.125rem;
}
.videos__title {
  margin: 2.5rem 0 1.875rem;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 1.1875rem;
  text-align: center;
  color: #da4556;
}
.videos__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 47.5rem;
  padding: 0 1.25rem;
  margin: 0 auto 2.5rem;
}
.videos__list {
  margin: 0 0.625rem;
}
.videos__item {
  min-width: 12.5rem;
  width: 100%;
  height: auto;
}
.videos__video {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.videos__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.footer {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 4.375rem 0 3.125rem;
  font-size: 0.8125rem;
  line-height: 1.7;
  text-align: center;
  color: #b0b3b2;
}
.footer span {
  margin-bottom: 0.625rem;
}
.footer a {
  line-height: 1.2;
  color: #b0b3b2;
  text-decoration: none;
}
.footer a:focus,
.footer a:hover {
  text-decoration: underline;
}
body.index {
  background: url(../img/footer.svg) right 0 no-repeat;
  background-position: 115% 100%;
  background-size: 95%;
}
.header:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position:  top right -0px;
}
@media only screen and (width: 768px) {
  .r-p {
    width: 80%;
    max-width: 80%;
  }
  .header {
    padding: 7.75rem;
    padding-bottom: 1rem;
  }
}
@media only screen and (min-width: 922px) {
  .r-p {
    width: 70%;
    max-width: 70%;
  }
  .header {
    padding: 1.75rem;
    padding-bottom: 4.75rem;
  }
  .header:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%; 
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
/**    background-position: 100%; **/
  }
  .header__logo {
    width: 13.3125rem;
    height: 6.25rem;
  }
  .header__subtitle {
    margin: 1.15rem 0 3.0625rem;
    font-size: 4rem;
  }
  .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 60rem;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__image {
    width: 70%;
    max-width: 70%;
  }
  .header__img_wrapper {
    width: 50%;
  }
  .header__text {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-right: 1.25rem;
  }
  .special__desc {
    text-align: left;
  }
  .header__desc {
    margin: 2.5rem 0;
    padding: 0;
    font-size: 1.5rem;
    text-align: left;
  }
  .header__warning {
    margin: 0 0 2.5rem;
    font-size: 1.25rem;
    text-align: left;
  }
  .header__link {
    max-width: 17rem;
    min-height: 3.5rem;
    margin-left: 0;
    font-size: 1.8125rem;
  }
  .products__title {
    margin: 2.5rem 0;
    font-size: 1.8125rem;
  }
  .products__arrow {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .products__name {
    font-size: 1.375rem;
    margin: 1.25rem 0 0.5rem;
  }
  .products__gramm {
    font-size: 1rem;
  }
  .videos {
    margin: 8.75rem 0 -1.25rem;
  }
  .videos__title {
    margin: 2.5rem 0;
    font-size: 1.8125rem;
  }
  .videos__list {
    margin: 0 1.25rem;
  }
  .videos__item {
    width: 39.875rem;
    height: 22.5rem;
  }
  .footer {
    padding: 11.4375rem 0 2.375rem;
    font-size: 1.1875rem;
  }
}
@media only screen and (min-width: 1441px) {
  .r-p {
    width: 40%;
    max-width: 40%;
  }
}
