@charset "UTF-8";
/** Generated by FG **/
@font-face {
  font-family: "Gotham Pro-bold";
  src: url("../fonts/ofont.ru_Gotham Pro.eot");
  src: local("☺"), url("../fonts/ofont.ru_Gotham Pro.woff") format("woff"), url("../fonts/ofont.ru_Gotham Pro.ttf") format("truetype"), url("../fonts/ofont.ru_Gotham Pro.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/** Generated by FG **/
@font-face {
  font-family: "Gotham Pro-regular";
  src: url("../fonts/regular.eot");
  src: local("☺"), url("../fonts/regular.woff") format("woff"), url("../fonts/regular.ttf") format("truetype"), url("../fonts/regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/** Generated by FG **/
@font-face {
  font-family: 'Gotham Pro-medium';
  src: url("../fonts/medium.eot");
  src: local("☺"), url("../fonts/medium.woff") format("woff"), url("../fonts/medium.ttf") format("truetype"), url("../fonts/medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/** Generated by FG **/
@font-face {
  font-family: 'Gotham__pro-black';
  src: url("../fonts/Gotham__pro-black.eot");
  src: local("☺"), url("../fonts/Gotham__pro-black.woff") format("woff"), url("../fonts/Gotham__pro-black.ttf") format("truetype"), url("../fonts/Gotham__pro-black.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/** Generated by FG **/
@font-face {
  font-family: 'proxima-nova-bold';
  src: url("../fonts/proxima-nova-bold.eot");
  src: local("☺"), url("../fonts/proxima-nova-bold.woff") format("woff"), url("../fonts/proxima-nova-bold.ttf") format("truetype"), url("../fonts/proxima-nova-bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/** Generated by FG **/
@font-face {
  font-family: 'proxima-nova-black';
  src: url("../fonts/proxima-nova-black.eot");
  src: local("☺"), url("../fonts/proxima-nova-black.woff") format("woff"), url("../fonts/proxima-nova-black.ttf") format("truetype"), url("../fonts/proxima-nova-black.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: none;
  background: 0 0;
  outline-offset: 0;
}

a {
  text-decoration: none;
  display: inline-block;
}

ul,
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: 400;
}

p {
  margin: 0px;
}

input,
textarea,
button {
  outline: none;
}

button {
  cursor: pointer;
}

.container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0px 15px;
}

body {
  font-family: "Gotham Pro-regular";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

body.opend {
  overflow: hidden;
}

.header {
  padding: 25px 0px 25px;
}

.header__top {
  margin-bottom: 29px;
}

.header__live {
  display: none;
}

.header__vxod.media, .header__cards.media, .header__burger.media.top1 {
  display: none;
}

.header__content-obertka {
  min-height: 22px;
}

.header__top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
}

.header__blok h6 {
  font-size: 13px;
  line-height: 12px;
  color: #45494c;
  margin-bottom: 14px;
}

.header__blok-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__blok-flex input {
  border: 1px solid #afafaf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  width: 239px;
  height: 34px;
  font-family: "Roboto", sans-serif;
  padding-left: 10px;
  font-size: 12px;
  line-height: 14px;
  color: #afafaf;
  margin-right: 5px;
}

.header__blok-flex button {
  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: 35px;
  height: 35px;
  background: #c41e3a;
  background-blend-mode: multiply;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
}

.header__seleted {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 14px;
  line-height: 13px;
  text-transform: uppercase;
  color: #4b5c58;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 39px;
}

.header__seleted img {
  margin-right: 6px;
}

.header__logo {
  margin-right: 135px;
  margin-top: -14px;
}

.header__nav-top {
  margin-bottom: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__nav-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav-top li {
  margin-right: 23px;
}

.header__nav-top li:last-child {
  margin-right: 0px;
}

.header__nav-top a {
  font-size: 13px;
  line-height: 12px;
  color: #4b5c58;
}

.header__tell {
  font-size: 18px;
  line-height: 17px;
  font-family: "Gotham Pro-medium", sans-serif;
  color: #45494c;
  margin-right: 47px;
}

.header__vxod {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 14px;
  line-height: 13px;
  color: #4b5c58;
  margin-right: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__vxod img {
  margin-right: 4px;
  margin-left: 4px;
}

.header__cards {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 14px;
  line-height: 13px;
  color: #4b5c58;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__cards img {
  margin-left: 3px;
}

.header__nav-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav-bottom li {
  margin-right: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-bottom li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-bottom li:last-child {
  margin-right: 0px;
}

.header__nav-bottom li:nth-child(1) {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 16px;
  line-height: 15px;
  color: #45494c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}

.header__nav-bottom li:nth-child(2) a {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 16px;
  line-height: 15px;
  color: #c41e3a;
}

.header__nav-bottom li:nth-child(2) a img {
  margin-right: 7px;
}

.header__nav-bottom li:nth-child(3) a {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 16px;
  line-height: 15px;
  color: #18ad83;
}

.header__nav-bottom li:nth-child(3) a img {
  margin-right: 7px;
}

.header__nav-bottom li a {
  color: #45494c;
  font-size: 16px;
  line-height: 15px;
  font-family: "Gotham Pro-medium", sans-serif;
}

.header__burger {
  width: 23px;
  height: 22px;
  cursor: pointer;
  margin-right: 24px;
}

.header__burger-polosa1, .header__burger-polosa, .header__burger-polosa3 {
  background: #45494c;
  height: 3px;
  width: 100%;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.header__burger-polosa1.opend {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: 9px;
}

.header__burger-polosa.opend {
  opacity: 0;
}

.header__burger-polosa3.opend {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  bottom: 7px;
}

.header__burger-polosa3 {
  margin-bottom: 0px;
}

.header__burger-polosa1n, .header__burger-polosan, .header__burger-polosa3n {
  background: #45494c;
  height: 3px;
  width: 100%;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.header__burger-polosa1n.opend {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: 9px;
}

.header__burger-polosan.opend {
  opacity: 0;
}

.header__burger-polosa3n.opend {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  bottom: 7px;
}

.header__burger-polosa3n {
  margin-bottom: 0px;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 729px;
  min-height: 640px;
  background: #ffffff;
  border: 1px solid #c41e3a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 12px 12px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 12px 12px 16px rgba(0, 0, 0, 0.08);
  border-radius: 0px 0px 10px 10px;
  position: absolute;
  top: 43px;
  left: 0px;
  padding: 38px 35px 36px 40px;
}

.header__menu-opend {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.header__burger.media {
  display: none;
}

.header__menu-opend.opend {
  opacity: 1;
  visibility: visible;
}

.header__menu ul {
  display: block;
}

.header__menu ul:nth-child(1) {
  width: 151px;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header__menu ul:nth-child(2) {
  width: 189px;
}

.header__menu ul:nth-child(3) {
  width: 298px;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header__nav-bottom .header__menu ul:nth-child(3) a {
  height: 30px;
}

.header__nav-bottom li .header__menu a {
  font-size: 16px;
  line-height: 15px;
  color: #333333;
  height: 40px;
  position: relative;
  width: 100%;
  padding-left: 21px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Gotham Pro-regular";
}

.header__nav-bottom li .header__menu a:hover {
  color: #c41e3a;
}

.header__menu a:hover::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  left: 0;
  background: #c41e3a;
}

.section__polosa {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #C41E3A;
  margin-top: 22px;
  padding: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section__polosa h2 {
  font-size: 18px;
  color: #fff;
  font-family: "Gotham Pro-bold", sans-serif;
  margin-right: 24px;
}

.section__polosa p {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #fff;
  width: 183px;
}

.section__slider-inner {
  position: relative;
}

.section__rei img {
  width: 100%;
}

.section__arrow {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section__left-slider {
  display: block;
  margin-left: 24px;
  cursor: pointer;
}

.section__right-slider {
  display: block;
  margin-right: 24px;
  cursor: pointer;
}

.section__polosa-bottom {
  min-height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  margin-top: 30px;
  margin-bottom: 80px;
  overflow: hidden;
  padding: 10px;
}

.section__blog-box {
  padding-left: 71px;
  position: relative;
}

.section__blog-box img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.section__polosa-bottom h2 {
  font-family: "Gotham Pro-medium", sans-serif;
  color: #45494C;
  font-size: 20px;
  position: relative;
  z-index: 2;
}

.section__polosa-bottom p {
  font-size: 13px;
  color: #45494C;
  position: relative;
  z-index: 2;
}

.section__images, .section__images1 {
  position: absolute;
}

.section__images1 {
  z-index: 1;
  top: 0;
  left: 0;
}

.section__border-bottom {
  height: 3px;
  width: 100%;
  background-color: #C41E3A;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.section__images {
  position: absolute;
  bottom: 3px;
  right: 104px;
  z-index: 2;
}

.about h4 {
  font-family: "Gotham Pro-bold", sans-serif;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.about__brazzers-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about__brazzers-blog h1 {
  font-family: "Gotham__pro-black", sans-serif;
  font-size: 120px;
  color: #fff;
}

.about h2 {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 23px;
  text-align: center;
  color: #000000;
  font-family: "Gotham Pro-bold", sans-serif;
}

.about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -9px;
  margin-left: -9px;
  margin-bottom: 51px;
}

.about__items {
  margin-right: 9px;
  margin-left: 9px;
  margin-bottom: 29px;
}

.about__items.brazzers {
  width: 398px;
}

.about__items a {
  width: 100%;
}

.about__items.brazzers a {
  padding: 0px 0px 24px 24px;
  height: 100%;
}

.about__items.brazzers:nth-child(1) a {
  background: url("../images/background.jpg") no-repeat;
  background-size: 100% 100%;
}

.about__items.brazzers:nth-child(2) a {
  background: url("../images/background1.jpg") no-repeat;
  background-size: 100% 100%;
}

.about__items.brazzers:nth-child(3) a {
  background: url("../images/background2.jpg") no-repeat;
  background-size: 100% 100%;
}

.about__items img {
  width: 100%;
}

.about__items span {
  display: block;
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 16px;
  color: #232323;
  text-align: center;
  margin-top: 20px;
}

.about__items h3 {
  font-size: 28px;
  line-height: 27px;
  color: #d92020;
  font-family: "Gotham Pro-bold", sans-serif;
  margin-top: 14px;
  margin-bottom: 8px;
}

.about__items h5 {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 14px;
  color: #232323;
  line-height: 18px;
  margin-top: 5px;
}

.about__items p {
  font-size: 12px;
  color: #696767;
  line-height: 18px;
}

.about__brazzers-blog span {
  font-family: "proxima-nova-bold", sans-serif;
  font-size: 36px;
  color: #fff;
  margin: 0px;
  text-align: left;
  margin-bottom: 14px;
}

.about__brazzers p {
  font-size: 20px;
  color: #fff;
}

.about__brazzers h3 {
  font-family: "proxima-nova-black", sans-serif;
  font-size: 28px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0px;
}

.network h2 {
  font-family: "Gotham Pro-bold", sans-serif;
  font-size: 24px;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
}

.network p {
  font-size: 20px;
  color: #232323;
  line-height: 18px;
  margin-bottom: 40px;
}

.network__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 88px;
}

.network__flex-instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 32px;
}

.network__items {
  width: 396px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.network__items a {
  width: 100%;
}

.network__items a img {
  width: 100%;
}

.network__items.height {
  height: 224px;
  background-color: #18ad83;
}

.network__items-instagram {
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 8px;
}

.network__items-instagram a {
  width: 100%;
}

.network__items-instagram img {
  width: 100%;
}

.network__items iframe {
  width: 100%;
  height: 224px;
}

.network__instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Gotham Pro-bold", sans-serif;
  font-size: 24px;
  color: #a1232b;
  margin-bottom: 30px;
}

.network__instagram img {
  margin-right: 24px;
}

.network__new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 130px;
  border: 1px solid #bb1e27;
  border-radius: 8px;
  padding: 0px 80px 0px 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.network__new:not(:last-child) {
  margin-bottom: 20px;
}

.network__new img {
  margin-right: 64px;
}

.network__new span {
  display: block;
  max-width: 530px;
  margin-right: 96px;
  font-size: 16px;
  font-family: "Gotham Pro-medium", sans-serif;
  color: #4b5c58;
}

.network__btn {
  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: 180px;
  height: 39px;
  background: #c41e3a;
  border-radius: 4px;
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 16px;
  color: #fff;
}

.network__btn.white {
  background: transparent;
  border: 1px solid #FE2C55;
  color: #FE2C55;
}

.footer {
  margin-top: 88px;
}

.footer__about {
  min-height: 100px;
  background: #c41e3a;
}

.footer__flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
}

.footer__flex-top a {
  margin-right: 58px;
}

.footer__flex-top h3 {
  font-family: "Gotham Pro-bold", sans-serif;
  font-size: 20px;
  color: #fff;
  margin-right: 90px;
}

.footer__flex-top h4 {
  font-family: "Gotham Pro-bold", sans-serif;
  font-size: 18px;
  color: #fff;
}

.footer__inner {
  padding: 20px 0px 80px;
}

.footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__icon a:not(:last-child) {
  margin-right: 24px;
}

.footer__raccylka {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__text {
  margin-right: 10px;
}

.footer__text h5 {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 19px;
  line-height: 32px;
  color: #45494c;
}

.footer__text p {
  font-size: 14px;
  line-height: 19px;
  color: #c41e3a;
}

.footer__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 406px;
}

.footer__input > input {
  width: 229px;
  height: 34px;
  border: 1px solid #afafaf;
  border-radius: 4px;
  padding-left: 12px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #afafaf;
  margin-right: 7px;
  margin-bottom: 13px;
}

.footer__input button {
  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: 169px;
  height: 34px;
  background-color: #c41e3a;
  border-radius: 4px;
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.footer__input button img {
  margin-right: 9px;
}

.footer__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__checkbox .footer__checkbox-box {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  border: none;
  background-color: none;
  width: auto;
  height: auto;
  font-size: 13px;
  color: #828282;
  margin-bottom: 20px;
}

.footer [type="checkbox"] {
  padding: 0;
}

.footer__checkbox-title {
  font-size: 12px;
  line-height: 12px;
  cursor: pointer;
  position: relative;
  color: #4B5C58;
  padding-left: 24px;
}

.footer__checkbox-title a {
  color: #C41E3A;
  text-decoration: underline;
}

.footer__checkbox-title:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: #C41E3A;
  position: absolute;
  top: -3px;
  left: 0px;
  border-radius: 4px;
}

.footer__checkbox-title::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  position: absolute;
  top: 1px;
  left: 4px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  background-image: url("../images/checkbox.svg");
  background-size: 12px 10px;
}

.footer__checkbox-box:checked + .footer__checkbox-title::after {
  opacity: 1;
}

.footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 45px;
}

.footer__nav:nth-child(1) {
  width: 192px;
  margin-right: 29px;
}

.footer__nav:nth-child(2) {
  width: 229px;
  margin-right: 29px;
}

.footer__nav:nth-child(3) {
  width: 186px;
  margin-right: 157px;
}

.footer__nav:nth-child(4) {
  width: 387px;
}

.footer__nav:nth-child(4) li:nth-child(5) {
  margin-bottom: 30px;
}

.footer__nav li {
  font-family: "Gotham Pro-bold", sans-serif;
  font-size: 19px;
  color: #45494C;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer__nav ul li:nth-child(1) {
  margin-bottom: 16px;
}

.footer__nav li a {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #747C7A;
  text-transform: capitalize;
}

.footer__nav li.phone a {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 30px;
  color: #45494C;
}

.footer__nav li span {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 14px;
  color: #45494C;
  text-transform: capitalize;
}

.footer__bottom {
  height: 100px;
  background: rgba(216, 216, 216, 0.47);
  padding-top: 23px;
}

.footer__bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__bottom-flex p {
  font-size: 12px;
  color: #45494C;
  max-width: 384px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer__bottom-flex a {
  color: #C41E3A;
  text-decoration: underline;
  margin-right: 100px;
}

.footer__bottom-flex p:not(:last-child) {
  margin-right: 101px;
}

.workshops__nav {
  margin-bottom: 5px;
}

.workshops__banner-obertka {
  position: relative;
}

.workshops__banner-obertka h3 {
  font-family: "Gotham Pro-bold", sans-serif;
  font-size: 52px;
  color: #fff;
  position: absolute;
  top: 67px;
  left: 42px;
  width: 246px;
  text-transform: uppercase;
}

.workshops .progress {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 12px;
  margin-bottom: 116px;
  background: #e4e3e3;
  background-image: -webkit-gradient(linear, left top, right top, from(#F28705), to(#F28705));
  background-image: linear-gradient(to right, #F28705, #F28705);
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size .4s ease-in-out;
  transition: background-size .4s ease-in-out;
  border-radius: 2px;
}

.workshops h1 {
  font-family: "Gotham Pro-bold", sans-serif;
  font-size: 24px;
  color: #000;
  text-align: center;
  margin-bottom: 8px;
}

.workshops__oberka-bottom {
  position: relative;
  margin-bottom: 45px;
}

.workshops__oberka-bottom h3 {
  font-family: "Gotham Pro-bold", sans-serif;
  font-size: 52px;
  color: #fff;
  position: absolute;
  top: 42px;
  left: 45px;
  width: 444px;
}

.workshops__oberka-bottom img {
  width: 100%;
}

.workshops__oberka-bottom a {
  position: absolute;
  left: 60px;
  bottom: 40px;
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 18px;
  color: #fff;
  width: 220px;
  height: 47px;
  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;
}

.workshops__nav a {
  font-size: 16px;
  color: rgba(75, 92, 88, 0.5);
}

.workshops__nav a:visited {
  color: red;
}

.workshops__banner {
  width: 100%;
  margin-bottom: 45px;
}

.workshops__flex, .workshops__flex-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -9px;
  margin-left: -9px;
  margin-bottom: 133px;
}

.workshops__flex-bottom {
  margin-bottom: 65px;
}

.workshops__items, .workshops__items-bottom, .workshops__items-bottombox {
  margin-right: 9px;
  margin-left: 9px;
  width: 397px;
}

.workshops__items a,
.workshops__items-bottombox a {
  width: 100%;
}

.workshops__items a img,
.workshops__items-bottombox a img {
  width: 100%;
}

.workshops__items-bottombox {
  width: 293px;
}

.workshops__items-bottombox a {
  margin-bottom: 12px;
}

.workshops__items-bottom, .workshops__items-bottombox {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.workshops__items-bottombox {
  height: auto;
}

.workshops__items-bottom iframe {
  width: 100%;
  height: 222px;
  border-radius: 8px;
  margin-bottom: 12px;
}

.workshops__items-bottom h3,
.workshops__items-bottombox h3 {
  font-family: "Gotham Pro-bold", sans-serif;
  font-size: 22px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 14px;
}

.workshops__items-bottom p,
.workshops__items-bottombox p {
  font-size: 18px;
  color: #4b5c58;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.workshops__slider-blog {
  display: block;
  position: relative;
  width: 292px;
  margin-bottom: 16px;
  margin-right: -16px;
  margin-left: -16px;
}

.workshops__slider-price {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 24px;
  color: #000;
  margin-right: 24px;
  margin-bottom: 12px;
  display: inline-block;
}

.workshops__slider {
  margin-right: -10px;
  margin-left: -10px;
}

.workshops__rei-items {
  width: 292px;
  padding: 0px 16px 20px 16px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.workshops__rei-items s {
  font-size: 16px;
  opacity: 0.5;
}

.workshops__rei-items p {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 16px;
}

.workshops__slider-btn {
  width: 168px;
  height: 47px;
  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;
  border: 1px solid #c41e3a;
  border-radius: 4px;
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 14px;
  color: #c41e3a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.workshops__slider-btn:hover {
  color: #fff;
  background-color: #C41E3A;
}

.workshops__slider-news {
  position: absolute;
  top: 0;
  left: 0;
}

.workshops__slider-scidka {
  width: 63px;
  position: absolute;
  bottom: 12px;
  left: 12px;
}

.workshops__slider-procent {
  width: 46px;
  height: 19px;
  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;
  background: #c41e3a;
  border-radius: 2px;
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 12px;
  color: #fff;
}

.workshops__slider-akci {
  width: 100%;
  height: 19px;
  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;
  background: #ffffff;
  border: 1px solid #c41e3a;
  border-radius: 2px;
  font-size: 12px;
  color: #000;
  margin-top: 16px;
}

.workshops__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}

.workshops__left-slider, .workshops__right-slider {
  width: 24px;
  height: 24px;
  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;
  border: 1px solid #F28705;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.workshops__left-slider:hover, .workshops__right-slider:hover {
  background-color: #F28705;
}

.workshops__left-slider:hover svg path,
.workshops__right-slider:hover svg path {
  stroke: #fff;
}

.workshops__left-slider {
  margin-right: 12px;
}

.workshops__items-bottom p img,
.workshops__items-bottombox p img {
  margin-right: 11px;
}

.workshops__items-bottom p span,
.workshops__items-bottombox p span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 6px;
  border: 1px solid #4b5c58;
}

.workshops__items-bottom p.green span:nth-child(1),
.workshops__items-bottombox p.green span:nth-child(1) {
  background: #09a603;
  border: none;
}

.workshops__items-bottom p.orange span:nth-child(1n),
.workshops__items-bottombox p.orange span:nth-child(1n) {
  background: #f28705;
  border: none;
}

.workshops__items-bottom p.orange span:nth-child(1n):last-child,
.workshops__items-bottombox p.orange span:nth-child(1n):last-child {
  background: transparent;
  border: 1px solid #4b5c58;
}

.workshops__items-bottom p.red span:nth-child(1n),
.workshops__items-bottombox p.red span:nth-child(1n) {
  background: #c41e3a;
  border: none;
}

.workshops__items-bottom p span:last-child,
.workshops__items-bottombox p span:last-child {
  margin-right: 12px;
}

.workshops__items-bottom p:not(:last-child),
.workshops__items-bottombox p:not(:last-child) {
  margin-bottom: 17px;
}

.workshops__items img {
  margin-bottom: 20px;
}

.workshops__items h6 {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 18px;
  color: #09a603;
  margin-bottom: 12px;
}

.workshops__items h2 {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 24px;
  color: #000;
  margin-bottom: 12px;
}

.workshops__items p {
  font-size: 16px;
  color: #4b5c58;
}

.workshops__items p:not(:last-child) {
  margin-bottom: 25px;
}

.workshops__items h5 {
  font-family: "Gotham Pro-bold", sans-serif;
  font-size: 16px;
  color: #000;
  margin-bottom: 11px;
}

.workshops .slick-slider .slick-track,
.workshops .slick-slider .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.berlingo__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 46px;
}

.berlingo__rei {
  padding: 0px 49px 0px 31px;
}

.berlingo__slider-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.berlingo__rei-items {
  width: 292px;
  padding: 0px 16px 20px 16px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-right: 10px;
  margin-left: 10px;
}

.berlingo__rei-items s {
  font-size: 16px;
  opacity: 0.5;
}

.berlingo__rei-items p {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 16px;
}

.workshops .berlingo__progress {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  overflow: hidden;
  background: #e4e3e3;
  background-image: -webkit-gradient(linear, left top, right top, from(#f28705), to(#f28705));
  background-image: linear-gradient(to right, #f28705, #f28705);
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size 0.4s ease-in-out;
  transition: background-size 0.4s ease-in-out;
  border-radius: 2px;
  margin-bottom: 0px;
}

.berlingo h1 {
  margin-top: 40px;
  margin-bottom: 24px;
  font-family: "Gotham Pro-bold", sans-serif;
  font-size: 24px;
  color: #000;
}

.berlingo__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0px 30px;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  margin-top: 40px;
}

.berlingo__tabs-items {
  max-width: 532px;
  margin-right: 149px;
}

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

.berlingo .berlingo__tabs-items h3 {
  margin-top: 0px;
}

.berlingo__tabs-items a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  padding: 0px 26px 0px 26px;
  border: 1px solid #c41e3a;
  border-radius: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #424242;
  margin-bottom: 11px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.berlingo__tabs-items a:hover {
  color: #fff;
  background-color: #C41E3A;
}

.berlingo__tabs-items a:not(:last-child) {
  margin-right: 11px;
}

.berlingo__tabs-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.berlingo__tabs-btn .berlingo__tab-btn {
  margin-right: 20px;
  line-height: 30px;
  margin-top: 0px;
  cursor: pointer;
}

.berlingo__tabs-btn .berlingo__tab-btn:last-child {
  margin-right: 0px;
}

.berlingo__tabs-btn .berlingo__tab-btn.active {
  color: red;
  border-bottom: 1px dashed red;
}

.berlingo__tabs-contentitems {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #4b5c58;
  line-height: 22px;
  display: none;
}

.berlingo__tabs-contentitems.active {
  display: block;
}

.berlingo__blog-btn {
  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: 168px;
  height: 47px;
  border: 1px solid #c41e3a;
  border-radius: 4px;
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 14px;
  color: #c41e3a;
  line-height: 32px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.berlingo__blog-btn:hover {
  background-color: #C41E3A;
  color: #fff;
}

.berlingo__blog-box .berlingo__blog-title {
  display: block;
  margin-right: 0px;
}

.berlingo__blog-box .berlingo__blog-s {
  font-size: 14px;
  color: #000;
  opacity: 0.5;
  margin-bottom: 16px;
  display: block;
}

.berlingo__blog-box .berlingo__blog-s s {
  font-size: 14px;
  color: #000;
  opacity: 0.5;
}

.berlingo__blog-scidka {
  width: 100px;
  height: 19px;
  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;
  border-radius: 2px;
  background: #c41e3a;
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 12px;
  color: #fff;
  margin-bottom: 16px;
  margin-top: 30px;
}

.berlingo__blog-vsego {
  font-size: 16px;
  color: #000;
  display: block;
  margin-bottom: 6px;
}

.berlingo__flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -7px;
  margin-left: -7px;
}

.berlingo__blog-box {
  width: 220px;
  padding: 0px 16px 16px 16px;
  margin-right: 7px;
  margin-left: 7px;
}

.berlingo__blog-box img {
  margin-bottom: 16px;
  margin-right: -16px;
  margin-left: -16px;
  width: 117%;
}

.berlingo__blog-box h4 {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 24px;
  color: #000;
  margin-bottom: 12px;
  display: inline-block;
  margin-right: 24px;
}

.berlingo__blog-box s {
  font-size: 16px;
  color: #000;
  opacity: 0.5;
}

.berlingo__blog-box p {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 14px;
  color: #000;
}

.berlingo h3 {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 22px;
  color: #45494c;
  line-height: 30px;
  margin-bottom: 21px;
  margin-top: 56px;
}

.berlingo__items {
  width: 100%;
}

.berlingo__slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 47px;
}

.berlingo__slider {
  width: 452px;
}

.berlingo__text {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #4b5c58;
  margin-bottom: 46px;
}

.berlingo h2 {
  font-family: "Gotham Pro-bold", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  margin-bottom: 17px;
  max-width: 361px;
}

.berlingo__rei img {
  max-width: 100%;
  margin: 0 auto;
}

.berlingo__slider-nav {
  width: 93px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 42px;
}

.berlingo__rei-nav {
  margin-bottom: 15px;
}

.berlingo__brend {
  width: 103px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #c4c4c4;
  height: 48px;
  margin-bottom: 31px;
}

.berlingo__brend span {
  display: inline-block;
  margin-bottom: 17px;
}

.berlingo__brend a {
  color: red;
  text-decoration: underline;
}

.berlingo__razmer {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #4b5c58;
  margin-bottom: 20px;
  max-width: 454px;
}

.berlingo__price {
  font-family: "Gotham Pro-bold", sans-serif;
  color: #2f2f2f;
  font-size: 28px;
  margin-right: 8px;
}

.berlingo__cena {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 26px;
}

.berlingo__skidca {
  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;
  border-radius: 2px;
  width: 46px;
  height: 19px;
  background: #c41e3a;
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 12px;
  color: #fff;
  margin-right: 24px;
}

.berlingo__cena s {
  font-family: "Gotham Pro-bold", sans-serif;
  font-size: 24px;
  color: #8e8e8e;
  margin-right: 5px;
}

.berlingo__p {
  font-size: 14px;
  color: #706f6f;
  font-family: "Gotham Pro-bold", sans-serif;
}

.berlingo__promokod {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #c41e3a;
  margin-bottom: 8px;
}

.berlingo__voda {
  font-family: "Roboto", sans-serif;
  margin-bottom: 41px;
  color: #4b5c58;
}

.berlingo__card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 249px;
  height: 47px;
  border-radius: 4px;
  background-color: #c41e3a;
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 37px;
  margin-right: 11px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.berlingo__card:hover {
  background-color: #A70722;
}

.berlingo__card img {
  margin-left: 20px;
}

.berlingo__click {
  width: 168px;
  height: 47px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #c41e3a;
  border-radius: 4px;
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 14px;
  color: #c41e3a;
  line-height: 32px;
  margin-bottom: 37px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.berlingo__click:hover {
  background-color: #C41E3A;
  color: #fff;
}

.berlingo__delivery {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #c41e3a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 44px;
}

.berlingo__delivery img {
  margin-right: 14px;
}

.berlingo__list {
  padding: 5px 0px 5px;
  border-bottom: 1px solid #ede8e8;
  min-height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.berlingo__list:last-child {
  border-bottom: none;
}

.berlingo__obertka {
  width: 172px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.berlingo__rub {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #4b5c58;
  width: 172px;
}

.berlingo__punct {
  width: 172px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #4b5c58;
}

.berlingo__red {
  width: 172px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #c41e3a;
}

.berlingo__red span {
  border-bottom: 1px dashed #c41e3a;
  display: inline-block;
  margin-right: 3px;
}

.berlingo__punct img,
.berlingo__red img {
  margin-right: 8px;
}

.berlingo__title {
  max-width: 320px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #4b5c58;
  margin-right: 32px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.berlingo__title span {
  color: #707a78;
  font-weight: 500;
}

.basket__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.basket .basket__btn.width {
  width: 191px;
  margin-top: 40px;
}

.basket .basket__checkbox-title a {
  font-family: "Gotham Pro-regular";
  font-size: 12px;
  color: red;
  display: inline;
}

.basket__checkboxform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}

.basket__checkboxform a {
  font-size: 16px;
  color: #C41E3A;
  text-decoration: underline;
  margin-left: 10px;
}

.basket__checkboxform .basket__checkbox-boxform {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  border: none;
  background-color: none;
  width: auto;
  height: auto;
  font-size: 13px;
  color: #828282;
  margin-bottom: 20px;
}

.basket [type="checkbox"] {
  padding: 0;
}

.basket label.basket__checkbox-titleform {
  font-size: 16px;
  color: #000;
  cursor: pointer;
  position: relative;
  padding-left: 22px;
}

.basket__checkbox-titleform span {
  color: red;
}

.basket__checkbox-titleform:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #C41E3A;
  border-radius: 1px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.basket__checkbox-titleform::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: #C41E3A;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
}

.basket__checkbox-boxform:checked + .basket__checkbox-titleform::after {
  opacity: 1;
}

.basket__payments-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 15px;
  margin-bottom: 64px;
}

.basket__payments-blog {
  width: 189px;
  height: 100px;
  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;
  background: #ffffff;
  border: 1px solid #f9f9f9;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-right: 10px;
  margin-left: 10px;
}

.basket__payments-blog:hover {
  -webkit-box-shadow: 4px 4px 12px rgba(75, 92, 88, 0.12);
          box-shadow: 4px 4px 12px rgba(75, 92, 88, 0.12);
}

.basket__form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 72px;
}

.basket__form-items {
  width: 397px;
}

.basket__form-items.margin {
  margin-top: -56px;
}

.basket__form-items:not(:last-child) {
  margin-right: 20px;
}

.basket__form-items label {
  display: block;
  font-size: 16px;
  color: #4b5c58;
  margin-bottom: 4px;
}

.basket__form-items label span {
  color: red;
}

.basket__form-items input {
  width: 100%;
  height: 50px;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding-left: 12px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}

.basket__form-items input:not(:last-child) {
  margin-bottom: 24px;
}

.basket__width {
  display: block;
  width: 189px;
}

.basket__checkboxway {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.basket__checkboxway .basket__checkbox-boxway {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  border: none;
  background-color: none;
  width: auto;
  height: auto;
  font-size: 13px;
  color: #828282;
  margin-bottom: 20px;
}

.basket [type="checkbox"] {
  padding: 0;
}

.basket__checkbox-titleway {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  position: relative;
  margin-bottom: 32px;
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.basket__checkbox-titleway span.regular {
  font-family: "Gotham Pro-regular";
  margin-right: 10px;
}

.basket__checkbox-titleway span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.basket__checkbox-titleway:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #c41e3a;
  position: absolute;
  top: 4px;
  left: 0px;
}

.basket__checkbox-titleway::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 50%;
  background: #c41e3a;
  top: 5px;
  left: 1px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.basket__checkbox-boxway:checked + .basket__checkbox-titleway::after {
  opacity: 1;
}

.basket__way {
  max-width: 607px;
  margin-top: 7px;
}

.basket__way h1 {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 32px;
  color: #000;
  margin-bottom: 24px;
}

.basket__way h1.margin {
  margin-top: 32px;
}

.basket__way-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.basket__way-flex a {
  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;
  min-height: 60px;
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 14px;
  color: #4b5c58;
  line-height: 22px;
  margin-bottom: 19px;
  border: 1px solid #4b5c58;
  border-radius: 4px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px 23px 0px 23px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0.5 ease;
  transition: all 0.5 ease;
  text-transform: uppercase;
}

.basket__way-flex a:hover {
  color: #c41e3a;
  border: 1px solid #c41e3a;
}

.basket__way-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.basket__way-text p {
  font-size: 16px;
  color: #000;
  max-width: 363px;
}

.basket__way-text a {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 16px;
  color: #c41e3a;
  text-decoration: underline;
  margin-left: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.basket__way-stoimost {
  font-size: 16px;
  color: #000;
}

.basket__way-stoimost.margin {
  margin-bottom: 64px;
}

.basket__way-open {
  margin-bottom: 0px;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  opacity: 0;
}

.basket__way-open.open {
  height: auto;
  min-height: 64px;
  opacity: 1;
  margin-bottom: 32px;
  margin-top: -13px;
}

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

.basket__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.basket__checkbox .basket__checkbox-box {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  border: none;
  background-color: none;
  width: auto;
  height: auto;
  font-size: 13px;
  color: #828282;
  margin-bottom: 20px;
}

.basket [type="checkbox"] {
  padding: 0;
}

.basket__checkbox-title {
  font-size: 12px;
  color: #000;
  cursor: pointer;
  position: relative;
  padding-left: 16px;
}

.basket__arrange .basket__checkbox-title a {
  font-family: "Gotham Pro-regular";
  font-size: 12px;
  color: red;
  display: inline;
}

.basket__checkbox-title:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  border: 1px solid #c41e3a;
  position: absolute;
  top: 0px;
  left: 0px;
}

.basket__checkbox-title::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #c41e3a;
  border-radius: 1px;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  background-size: 12px 10px;
}

.basket__checkbox-box:checked + .basket__checkbox-title::after {
  opacity: 1;
}

.basket .basket__btn {
  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%;
  height: 47px;
  background: #f28705;
  border-radius: 4px;
  font-size: 14px;
  font-family: "Gotham Pro-medium", sans-serif;
  color: #fff;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 12px;
  cursor: pointer;
}

.basket .basket__scidka {
  font-size: 16px;
  color: #000;
}

.basket .basket__scidka span.red {
  color: red;
}

.basket__blog {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 8px;
}

.basket__blog1 {
  max-width: 397px;
}

.basket__blog-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 8px;
}

.basket__blog-box:not(:last-child) {
  margin-bottom: 10px;
}

.basket__blog-box img {
  margin-right: 24px;
}

.basket__blog-box h4 {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 18px;
  color: #000;
  margin-bottom: 16px;
}

.basket__blog-box p {
  font-size: 16px;
  color: #4b5c58;
  margin-bottom: 15px;
}

.basket__blog-box h2 {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 24px;
  color: #000;
  margin-bottom: 16px;
  width: 90px;
}

.basket__blog-box s {
  font-size: 16px;
  color: #bdbdbd;
  margin-bottom: 6px;
}

.basket__items:not(:last-child) {
  margin-right: 10px;
}

.basket__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  margin-bottom: 28px;
}

.basket__reset {
  font-size: 16px;
  color: #bdbdbd;
  cursor: pointer;
}

.basket__minus, .basket__plus {
  width: 24px;
  height: 24px;
  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;
  color: #c41e3a;
  cursor: pointer;
}

.basket__input {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 18px;
  color: #000;
  width: 100%;
  text-align: center;
}

.basket__cabinet {
  font-family: "Gotham Pro-medium", sans-serif;
  color: #000;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 40px;
}

.basket__cabinet img {
  margin-right: 8px;
}

.basket__arrange {
  width: 100%;
  min-height: 573px;
  background: #ffffff;
  -webkit-box-shadow: 12px 12px 24px rgba(75, 92, 88, 0.12);
          box-shadow: 12px 12px 24px rgba(75, 92, 88, 0.12);
  border-radius: 10px;
  padding: 27px 30px 30px 30px;
}

.basket__arrange h2 {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 24px;
  color: #000;
  margin-bottom: 32px;
}

.basket__arrange h5 {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 16px;
  color: #000;
  margin-bottom: 16px;
}

.basket__arrange p {
  font-size: 14px;
  color: #000;
  margin-bottom: 16px;
}

.basket__arrange a {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 14px;
  color: #c41e3a;
  text-decoration: underline;
}

.basket__arrange-obertka {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.basket__arrange-promocod {
  width: 100%;
  height: 40px;
  border: 1px solid #c41e3a;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.basket p.basket__promocod {
  font-size: 12px;
  color: #000;
  margin-bottom: 32px;
}

.basket__arrange-promocod input {
  width: 100%;
  height: 100%;
  padding-left: 12px;
  font-size: 16px;
  color: #4b5c58;
  margin-right: 15px;
}

.basket__arrange-promocod a {
  font-size: 16px;
  font-family: "Gotham Pro-medium", sans-serif;
  color: #c41e3a;
  text-decoration: none;
  margin-right: 12px;
}

.basket p.basket__delivery {
  font-size: 16px;
  line-height: 25px;
  color: #000;
}

.basket p.basket__delivery strong {
  font-family: "Gotham Pro-bold", sans-serif;
}

.basket p.basket__oplata {
  font-family: "Gotham Pro-bold", sans-serif;
  font-size: 16px;
  line-height: 15px;
  margin-bottom: 22px;
}

.basket p.basket__oplata a {
  color: red;
  text-decoration: underline;
  font-size: 16px;
  line-height: 15px;
  font-family: "Gotham Pro-regular";
}

.personal__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

.personal__border {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -21px;
  margin-left: -21px;
  padding: 0px 21px 0px 21px;
  border-top: 1px solid #C4C4C4;
}

.personal table {
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  width: 604px;
  padding: 0px 21px 0px 21px;
}

.personal table td,
.personal table th {
  height: 46px;
}

.personal table th {
  font-family: "Gotham Pro-regular";
  font-size: 14px;
  color: #C4C4C4;
  text-align: left;
}

.personal table td {
  font-size: 14px;
  color: #45494C;
}

.personal table th:nth-child(1) {
  width: 165px;
}

.personal table th:nth-child(2) {
  width: 85px;
}

.personal table th:nth-child(3) {
  width: 104px;
}

.personal table th:nth-child(4) {
  width: 153px;
  text-align: right;
}

.personal table tr:nth-child(1n) td:nth-child(4) {
  text-align: right;
}

.personal table tr:nth-child(5) td:nth-child(3) {
  color: #27AE60;
}

.personal table tr:nth-child(6) td:nth-child(3) {
  color: #C41E3A;
}

.personal table tr:nth-child(7) td:nth-child(1) {
  height: 80px;
  font-size: 16px;
  color: #000;
  margin-top: -21px;
  margin-left: -21px;
}

.personal table tr:nth-child(7) td:nth-child(1) span {
  font-family: "Gotham Pro-medium", sans-serif;
  margin-left: 129px;
}

.personal__items {
  max-width: 604px;
}

.personal__items:nth-child(2) {
  overflow: auto;
}

.personal__items:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.personal__items input {
  -ms-flex-preferred-size: 292px;
      flex-basis: 292px;
  height: 47px;
  padding-left: 15px;
  font-size: 16px;
  color: #45494c;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
}

.personal__items input:not(:last-child) {
  margin-bottom: 20px;
}

.personal input.personal__grof {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.personal__items:not(:last-child) {
  margin-right: 20px;
}

.personal__blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.personal__blog h2 {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 24px;
  color: #000;
}

.personal__blog a {
  font-size: 16px;
  color: #45494c;
  margin-left: 10px;
}

.personal__skidka {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 47px;
  background: #c41e3a;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px 0px 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}

.personal__skidka span {
  font-family: "Gotham Pro-medium", sans-serif;
  margin-left: 10px;
}

.personal__yroven {
  font-size: 14px;
  color: #45494c;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

.personal__yroven span {
  font-family: "Gotham Pro-medium", sans-serif;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 160px;
}

.personal__btn {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 47px;
  border: 1px solid #c41e3a;
  border-radius: 4px;
  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;
  padding: 7px;
  font-size: 14px;
  color: #45494C;
}

.games__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.games__filtr-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 7px;
  border-bottom: 1px solid  #afafaf;
  display: none;
}

.games__filtr-remove h4 {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 20px;
  color: #000;
}

.games__burger {
  width: 23px;
  height: 19px;
  cursor: pointer;
  margin-right: 24px;
}

.games__burger-polosa1, .games__burger-polosa, .games__burger-polosa3 {
  background: #45494c;
  height: 3px;
  width: 100%;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.games__burger-polosa1.opend {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: 9px;
}

.games__burger-polosa.opend {
  opacity: 0;
}

.games__burger-polosa3.opend {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  bottom: 7px;
}

.games__burger-polosa3 {
  margin-bottom: 0px;
}

.games__filtr-dots img {
  width: 23px;
  height: 23px;
}

.games__filtr-open {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #0000006e;
  visibility: hidden;
  opacity: 0;
}

.games__filtr-open.open {
  visibility: visible;
  opacity: 1;
}

.games__nav-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
}

.games__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.games__nav-items a {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 16px;
  color: #4b5c58;
  width: 32px;
  height: 28px;
  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;
}

.games__nav-items a.active {
  background: #f28705;
  border-radius: 2px;
  color: #fff;
}

.games__nav-btn {
  width: 96px;
  height: 31px;
  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;
  border: 1px solid #f28705;
  border-radius: 2px;
  font-size: 16px;
  color: #000;
  margin-left: 25px;
}

.games__images-news {
  position: absolute;
  top: 18px;
  left: 12px;
}

.games__nastol-top {
  margin-top: 24px;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  height: 60px;
  padding: 10px;
  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;
}

.games__nastol-top h4 {
  font-family: "Gotham Pro-bold", sans-serif;
  font-size: 18px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.games__nastol-top img {
  position: absolute;
  top: 0;
  left: 0;
}

.games__slider-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 20px;
}

.games__selected-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -6px;
  margin-left: -6px;
  max-width: 650px;
}

.games__selected-btn a {
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 24px 10px 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  -webkit-transition: all 0.5 ease;
  transition: all 0.5 ease;
  border: 1px solid #c41e3a;
  color: #45494c;
  margin-right: 6px;
  margin-left: 6px;
  margin-bottom: 12px;
}

.games__selected-btn a:hover {
  background-color: #c41e3a;
  color: #fff;
}

.games__selected-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 28px;
}

.games__select {
  width: 156px;
  border: 1px solid #f28705;
  border-radius: 4px;
  position: relative;
  padding: 8px 22px 8px 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.games__select button,
.games__select label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  display: block;
}

.games__select button {
  position: relative;
  padding-right: 12px;
  text-align: left;
}

.games__select button::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 10px;
  height: 6px;
  background: url("../images/selectcheck.svg") no-repeat;
}

.games__option {
  margin-top: 10px;
}

.games__radio {
  display: none;
}

.games__open-js {
  height: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  overflow: hidden;
}

.games__open-js.open {
  height: auto;
  min-height: 114px;
  opacity: 1;
}

.games h1 {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 28px;
  color: #000;
  margin-bottom: 16px;
  margin-top: 27px;
}

.games h1.games__filtr-dots {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.games h1.games__filtr-dots img {
  margin-right: 6px;
}

.games h1 span {
  font-size: 16px;
  color: #7f7f7f;
}

.games__slider-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.games__slider-inner {
  position: relative;
  margin-right: 20px;
}

.games__slider {
  width: 503px;
}

.games__slider img {
  margin-left: -6px;
}

.games__arrow {
  font-size: 32px;
  position: absolute;
  top: 41%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.games__left-slider {
  margin-left: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.games__left-slider:hover, .games__right-slider:hover {
  opacity: 0.5;
}

.games__right-slider {
  margin-right: 12px;
}

.games__delivery {
  width: 397px;
  min-height: 200px;
  background: #ffffff;
  -webkit-box-shadow: 12px 12px 16px rgba(75, 92, 88, 0.08);
          box-shadow: 12px 12px 16px rgba(75, 92, 88, 0.08);
  border-radius: 10px;
  padding: 30px 15px 30px 18px;
}

.games p {
  font-size: 16px;
  color: #000;
  margin-bottom: 12px;
}

.games p span {
  display: inline-block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #09a603;
}

.games p:nth-child(2) {
  margin-bottom: 0px;
}

.games h5 {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
}

.games h5:last-child {
  margin-top: 12px;
}

.games h5 img {
  margin-right: 8px;
}

.games__checkbox.margin {
  margin-top: 20px;
}

.games__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.games input[type="number"] {
  -moz-appearance: textfield;
}

.games input::-webkit-outer-spin-button,
.games input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.games .noUi-target {
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #4b5c582e;
  max-width: 168px;
}

.games .noUi-horizontal {
  height: 1px;
}

.games .noUi-handle {
  position: relative;
}

.games .noUi-handle:before {
  display: none;
}

.games .noUi-handle:after {
  display: none;
}

.games .noUi-handle {
  background: #f2f2f2;
  border: 1px solid #c41e3a;
  border-radius: 50%;
}

.games .noUi-horizontal .noUi-handle {
  width: 9px;
  height: 9px;
}

.games .noUi-connect {
  background: #c41e3a;
}

.games .noUi-horizontal .noUi-handle {
  right: -17px;
  margin-top: 2px;
}

.games__price-input {
  width: 68px;
  height: 25px;
  border-bottom: 1px solid #c41e3a;
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 14px;
  color: #4b5c58;
}

.games__price-input.min, .games__price-input.max, .games__price-input.min1, .games__price-input.max1 {
  border-bottom: none;
}

.games__price-input:not(:last-child) {
  margin-right: 16px;
}

.games__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.games__checkbox .games__checkbox-box {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  border: none;
  background-color: none;
  width: auto;
  height: auto;
  font-size: 13px;
  color: #828282;
  margin-bottom: 20px;
}

.games [type="checkbox"] {
  padding: 0;
}

.games .games__checkbox-title h6 {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 16px;
  color: #000;
  margin-bottom: 16px;
  width: 152px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 40px;
}

.games .games__checkbox-titlesquare {
  font-size: 16px;
  color: #000;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
  padding-left: 24px;
}

.games__checkbox-title {
  cursor: pointer;
  position: relative;
  padding-right: 42px;
}

.games__checkbox-title span {
  color: red;
}

.games__checkbox-title:before {
  content: "";
  display: block;
  width: 30px;
  height: 15px;
  border: 1px solid #dedede;
  position: absolute;
  border-radius: 15px;
  top: 2px;
  right: 0px;
}

.games__checkbox-titlesquare:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0px;
  border-radius: 2px;
  border: 1px solid #c41e3a;
}

.games__checkbox-title::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  right: 17px;
  background-color: #dedede;
  z-index: 1;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  border-radius: 50%;
}

.games__checkbox-titlesquare::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
  left: 5px;
  z-index: 1;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  border-radius: 50%;
  background: #c41e3a;
  border-radius: 2px;
  opacity: 0;
}

.games__posmotret {
  font-size: 12px;
  color: #c41e3a;
  margin-bottom: 40px;
}

.games__checkbox-box:checked + .games__checkbox-title::before {
  border: 1px solid #c41e3a;
}

.games__checkbox-box:checked + .games__checkbox-title::after {
  right: 0px;
  background-color: #c41e3a;
}

.games__checkbox-box:checked + .games__checkbox-titlesquare::after {
  opacity: 1;
}

.games__items:nth-child(1) {
  width: 264px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 71px;
  margin-right: 49px;
}

.games h6 {
  font-family: "Gotham Pro-medium", sans-serif;
  font-size: 16px;
  color: #000;
  margin-bottom: 16px;
}

.games ul {
  margin-bottom: 40px;
}

.games ul li:not(:last-child) {
  margin-bottom: 10px;
}

.games ul li a {
  font-size: 16px;
  color: #000;
}

.games ul li a.red {
  color: red;
}

.games h1.games__filtr-dots {
  display: none;
}

.wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
