@font-face {
  font-family: FormularBlack;
  src: url('https://redsmm.ru/yaslitarget/fonts/font_formular-black-webfont.woff2') format('woff2'), url('https://redsmm.ru/yaslitarget/fonts/font_formular-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

button, iframe {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

.block-set {
  font-family: FormularBlack, sans-serif !important;
  font-size: 12px;
}

a, .footer-block span {
  color: black;
  font-weight: 800;
  letter-spacing: 0.3rem;
}

.popup a:focus, .popup a:hover {
  color: #ffffff;
}

a:focus, a:hover {
  color: black;
}

.d-flex {
  display: flex;
}

.header-block-1, .footer-block {
  padding: 25px 0;
  position: relative;
}

.header-block-2 {
  height: 600px;
  background-color: #ee3731;
  position: relative;
}

.header-block-1::after, .footer-block::after {
  content: "";
  background-image: url(https://redsmm.ru/redmagazin/assets/images/bg-1.png);
  opacity: .1;
  top: 0;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.header-block-1>.container>.row>div, .footer-block>.container>.row>div {
  z-index: 2;
}

.hide-on-load {
  display: none;
}

.lite-margined-wrapper .hide-on-load {
  display: block;
}

.align-bottom {
  align-self: flex-end;
}

.to-right {
  margin-right: 0;
  margin-left: auto;
  text-align: center;
}

.header-block-2 h1 {
  margin-top: 200px;
  color: white;
  text-transform: uppercase;
  font-size: 78px;
  letter-spacing: 1.5rem;
  font-weight: 800;
}

.header-block-2 h2 {
  color: white;
  font-size: 44px;
  font-weight: 600;
}

header .header-block-2::before {
  content: "";
  background-image: url(https://redsmm.ru/redmagazin/assets/images/bg-2.png);
  opacity: .6;
  top: -110px;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.cart {
  position: relative;
}

.cart .counter {
  position: absolute;
  top: 12px;
  color: white;
  width: 39px;
  text-align: center;
  letter-spacing: normal;
}

main h4 {
  margin: 20px 0;
  font-size: 16.21px;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  font-weight: 800;
  line-height: 2rem;
}

main h6 {
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  font-weight: 800;
  color: #ee3731;
  margin-bottom: 30px;
  font-size: 12.2px;
}

.product-card {
  height: 385px;
  background-color: #f8f8f8;
  padding: 10px 10px 0 10px;
  margin: 0 auto 20px;
  position: relative;
  max-width: 300px;
}

.product-card:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14), 0 2px 0px -2px rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14), 0 2px 0px -2px rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.product-card img, .product-info img {
  max-width: 75px;
  margin: 0 auto;
  align-self: center;
}

.img-holder {
  /* height: 100px; */
  /* width: 100px; */
  /* background-color: white; */
  border-radius: 50%;
  margin: 0 auto 40px;
  position: relative;
  text-align: center;
  display: flex;
}

.img-holder img {
  width: 100%;
  height: auto;
  max-width: initial;
  border-radius: 0;
}

.products-list>div {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.bonus-legend-block {
  height: 110px;
  background-color: #c1a5f0;
  padding-top: 15px;
  margin-top: 30px;
}

.bonus-legend-block h5 {
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.4rem;
  font-weight: 800;
  font-size: 12.2px;
  line-height: 2rem;
}

.bonus-legend-block h1 {
  display: inline-flex;
  font-size: 74px;
  color: white;
  margin: 25px 0;
}

.bonus-legend-block h1 img {
  align-self: center;
  margin: 0 5px;
}

.bonus-legend-block h2 {
  display: inline-flex;
  font-size: 50px;
  color: white;
}

.bonus-legend-block h2 img {
  align-self: center;
  margin: 0 2px;
  height: 50px;
}

.coins-last {
  opacity: 0.3;
}

.product-card h5 {
  font-size: 14.73px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.3rem;
  line-height: 2rem;
}

.product-card .to-cart-btn {
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.products-list .cost {
  position: absolute;
  bottom: 10px;
  left: 15px;
  font-size: 32.09px;
  display: flex;
}

.products-list .cost img, .products-cost img {
  margin-right: 5px;
  max-width: 27px;
}

body.popup-opened {
  overflow: hidden;
}

/* .popup */

.popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  background-color: rgba(0, 0, 0, .5);
}

.popup-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 100%;
  padding: 50px 40px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: 50% 60%;
  -moz-background-size: 165px;
  background-size: 165px;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, .4);
  box-shadow: 0 0 13px rgba(0, 0, 0, .4);
}

.popup-inner--cart {
  max-width: 550px;
  min-height: 316px;
}

.popup-inner--cart .default-title {
  margin-bottom: 45px;
}

.popup-inner--cart .default-btn {
  display: block;
  margin: 0 auto;
  padding: 8px 20px;
}

.popup-inner--cart h3 {
  text-align: center;
  margin-bottom: 40px;
}

.popup-inner--cart-price {
  max-width: 420px;
  min-height: 213px;
  text-align: center;
}

.popup-inner--cart-price .cart-sum {
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 38px;
}

.popup-inner--cart-price .default-btn {
  min-width: 150px;
}

.popup-inner--data {
  max-width: 400px;
  min-height: 355px;
}

.popup-inner--data .default-title {
  margin-bottom: 35px;
}

.popup-inner--data .default-btn {
  display: block;
  margin: 0 auto;
  padding: 8px 27px;
}

.popup-inner--data .default-input:last-of-type {
  margin-bottom: 40px;
}

.popup-inner--order {
  max-width: 800px;
  min-height: 442px;
  background-image: none;
}

.popup-inner--order span, .popup-inner--order p, .popup-inner--order .order-title {
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
}

.popup-inner--order .title-block {
  text-align: center;
}

.popup-inner--order .title-block span {
  margin-bottom: 7px;
}

.popup-inner--order .default-title {
  margin-bottom: 10px;
}

.popup-inner--order .default-btn {
  padding: 8px 28px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.popup-inner--product {
  max-width: 742px;
  min-height: 400px;
  padding: 50px 50px;
  background-image: none;
}

.popup-inner--product .products-img {
  width: 250px;
  /*height: 180px;*/
  margin-right: 15px;
  border-color: #9ad5cb;
}

.popup-inner--product .default-title {
  margin-bottom: 7px;
}

.popup-inner--product .products-cost {
  margin-bottom: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 32.09px;
  font-family: FormularBlack, sans-serif;
}

.popup-inner--product .default-btn {
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  padding: 8px 21px;
}

.btn-group--popup {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group--popup .default-btn:first-child {
  margin-right: 18px;
}

.close-btn {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 17px;
  height: 17px;
  background-color: transparent;
  background-image: url('http://red.dev3.61s.ru/img/close-btn.png');
  filter: brightness(0.4);
}

.cart-list {
  margin-bottom: 40px;
}

.cart-list-inner {
  position: relative;
  margin-bottom: 15px;
}

.cart-list-inner::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 95%;
  height: 3px;
  content: '';
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 1px solid #fe0008;
}

.cart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-desc, .cart-amount, .cart-price, .cart-btn {
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
}

.cart-amount {
  margin-left: 6px;
  padding-right: 15px;
}

.cart-amount-inner {
  width: 35px;
  height: 35px;
  padding: 11px 2px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.cart-amount-inner input {
  border: none;
  height: 14px;
  width: 30px;
  padding: 0;
  text-align: center;
}

.cart-desc {
  width: 328px;
}

.cart-btn {
  padding-right: 17px;
}

.cart-price {
  width: 58px;
  text-align: right;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.delete-btn {
  width: 17px;
  height: 17px;
  background-color: transparent;
  background-image: url('http://red.dev3.61s.ru/img/delete-btn.png');
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}

.cart-sum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-sum .cart-desc {
  padding-left: 35px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cart-subtitle {
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.default-input {
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  display: block;
  width: 100%;
  max-width: 304px;
  margin: 0 auto;
  margin-bottom: 18px;
  padding: 14.5px 17px;
  cursor: pointer;
  border: 2px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.default-input:hover, .default-input:focus {
  border-color: #2dc6d1;
}

.default-input::-webkit-input-placeholder {
  color: #aaa;
}

.default-input::-moz-placeholder {
  color: #aaa;
}

.default-input:-moz-placeholder {
  color: #aaa;
}

.default-input:-ms-input-placeholder {
  color: #aaa;
}

.order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  padding: 25px 28px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.order-list {
  margin-bottom: 0;
  list-style: none;
}

.order-list__item {
  margin-bottom: 13px;
}

.order-list__item:last-child {
  margin-bottom: 0;
}

.order-block:first-child {
  width: 73%;
  padding-right: 15px;
}

.order-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-description__text {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.order-description__text::after {
  position: absolute;
  top: -20px;
  right: 9px;
  width: 78px;
  height: 31px;
  content: '';
  background-image: url('http://red.dev3.61s.ru/img/arrow2.png');
  background-repeat: no-repeat;
  -moz-background-size: contain;
  background-size: contain;
}

.order-description__text p {
  line-height: normal;
  margin-bottom: 0;
}

.order-img {
  width: 27px;
  height: 27px;
  margin-right: 12px;
  margin-left: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.order-img img {
  display: block;
}

.description-item {
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.description-item:first-of-type {
  margin-bottom: 25px;
}

.description-item--rate {
  margin-bottom: 9px;
}

.description-item--price {
  margin-bottom: 2px;
}

.description-title {
  margin-right: 5px;
}

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

.rate-item {
  width: 22px;
  height: 21px;
  margin-right: 2px;
}

.rate-item img {
  display: block;
}

.product-text {
  margin-bottom: 25px;
}

.product-text p {
  font-family: Arial;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}

/* END: .popup */

.default-btn {
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  min-width: 110px;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #fe0008;
  background: -moz-linear-gradient(top, #fe0008 0%, #cf0412 100%);
  background: -webkit-linear-gradient(top, #fe0008 0%, #cf0412 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fe0008), to(#cf0412));
  background: -o-linear-gradient(top, #fe0008 0%, #cf0412 100%);
  background: linear-gradient(to bottom, #fe0008 0%, #cf0412 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe0008', endColorstr='#cf0412', GradientType=0);
}

.mobile-menu .cart-count {
  max-width: none;
}

.toggle-btn {
  display: none;
  background-color: transparent;
}

.toggle-btn span {
  display: block;
  width: 27px;
  height: 5px;
  margin-bottom: 3px;
  background-color: #ee3731;
}

.toggle-btn span:last-child {
  margin-bottom: 0;
}

.mobile-menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 300px;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, .4);
  box-shadow: 0 0 13px rgba(0, 0, 0, .4);
}

.mobile-menu .header-login {
  font-size: 14px;
  position: relative;
  margin-bottom: 3px;
  padding: 23px 0;
  text-align: center;
  color: #fff;
  background-color: #27818c;
}

.mobile-menu .header-login::after {
  position: absolute;
  top: 4px;
  right: 12px;
  width: 44px;
  height: 47px;
  content: '';
  background-image: url('http://red.dev3.61s.ru/img/mobile-img.png');
  background-repeat: no-repeat;
  -moz-background-size: contain;
  background-size: contain;
}

.mobile-menu .cart-block {
  margin-bottom: 30px;
  padding: 15.5px 0;
  background-color: #8ed9ea;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-menu .cart-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu .cart-link, .mobile-menu .cart-count {
  font-size: 14px;
  margin-bottom: 0;
}

.mobile-menu .cart-count {
  margin-right: 23px;
}

.mobile-menu .cart-img {
  margin-right: 14px;
}

.mobile-menu .site-nav {
  padding: 0 17px;
}

.mobile-menu .site-nav__item {
  text-align: center;
  border-bottom: 2px dotted #43a0a9;
}

.mobile-menu .site-nav__item:first-child {
  border-top: 2px dotted #43a0a9;
}

.mobile-menu.active {
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.mobile-menu::after {
  content: "";
  background-image: url(https://redsmm.ru/redmagazin/assets/images/bg-1.png);
  opacity: .1;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.mobile-menu img {
  margin-bottom: 25px;
}

@media screen and (max-width: 1199px) {
  .text-center-md {
    text-align: center;
  }
}

@media screen and (max-width: 980px) {
  .container {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
    .products-list .cost {
        font-size:19px;
    }
    .product-card h5 {
        font-size:10px;
        line-height: 16px;
    }
    .product-card {
    height: 312px;
    }
  .products-list>div {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    float: left;
    width: 50%;
    padding-right: 3px !important;
    padding-left: 3px !important;
  }
  .product-card {
    max-width: 300px;
  }
}

@media screen and (max-width: 695px) {
  .nav-links {
    display: none;
  }
  .cart-container {
    position: absolute;
    right: 15px;
    top: 50px;
  }
  .toggle-btn {
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: absolute;
    top: 65px;
    left: 18px;
    z-index: 5;
  }
  header .to-right {
    margin-left: 50px;
  }
  .mobile-menu {
    display: block;
    padding: 25px;
  }
  .mobile-menu .cart-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-menu .site-nav {
    display: block;
  }
  .default-btn {
    font-size: 12px;
  }
  .popup-inner {
    padding: 50px 15px;
    width: 95%;
  }
  .btn-group--popup .default-btn:first-child {
    margin-right: 5px;
  }
}

@media screen and (max-width: 540px) {
  .header-block-2 h1 {
    font-size: 38px;
    margin-top: 160px;
  }
  .header-block-2 h2 {
    font-size: 24px;
    margin-top: 90px;
  }
  .header-block-2 {
    height: 425px;
  }
  main h4 {
    font-size: 14px;
  }
  .bonus-legend-block {
    height: 130px;
  }
}

.nav-links {
  font-size: 14.73px;
}
