/* Fonts */
@font-face {
  font-family: 'Tilda Sans';
  src: url(../fonts/TildaSans-Light.woff2) format(woff2),
       url(../fonts/TildaSans-Light.woff) format(woff);
  font-weight: 300;
}
@font-face {
  font-family: 'Tilda Sans';
  src: url(../fonts/TildaSans-Regular.woff2) format(woff2),
       url(../fonts/TildaSans-Regular.woff) format(woff);
  font-weight: 400;
}
@font-face {
  font-family: 'Tilda Sans';
  src: url(../fonts/TildaSans-Medium.woff2) format(woff2),
       url(../fonts/TildaSans-Medium.woff) format(woff);
  font-weight: 500;
}
@font-face {
  font-family: 'Tilda Sans';
  src: url(../fonts/TildaSans-Semibold.woff2) format(woff2),
       url(../fonts/TildaSans-Semibold.woff) format(woff);
  font-weight: 600;
}
@font-face {
  font-family: 'Tilda Sans';
  src: url(../fonts/TildaSans-Bold.woff2) format(woff2),
       url(../fonts/TildaSans-Bold.woff) format(woff);
  font-weight: 700;
}
/* Fonts */

#hideAll
 {
   position: fixed;
   left: 0px; 
   right: 0px; 
   top: 0px; 
   bottom: 0px; 
   height: 100vh;
   background-color: white;
   z-index: 1000; /* Higher than anything else in the document */

 }

body {
  background: #fafafa;
}

body > *,a,input{
  outline:none;
  font-family: 'Tilda Sans', sans-serif;
}
a, img {
	-webkit-user-drag: none;
}
body:after{ 
    display:none;
    content: url(../img/luck_hover.png) url(../img/vk_a.png) url(../img/menu_a.png) url(../img/loading.png) url(../img/design.png) url('../img/watch_a.png?ver=1') url('../img/cats/luck_a.png');
}
body:before { 
display:none;
content: url('../img/show_a.png')  url('../img/cats/steam_a.png') url('../img/cats/origin_a.png') url('../img/cats/uplay_a.png') url('../img/cats/battle_a.png') url('../img/cats/xbox_a.png')  url('../img/cats/ps_a.png')  url('../img/cats/wot_a.png') url('../img/cats/luck.png');
}
img {
	pointer-events: none
}

button {
  border: none;
  font-family: 'Tilda Sans', sans-serif;
}

a {
  text-decoration: none;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: none !important;
}

#content {
    width: 100%;
    /*background: #f5f5f5;*/
    /* overflow: auto; */
    background: #fafafa;
    color: #1C2026;
}
.column {
  width: 33%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.wrapper {
  overflow: visible;
}
#header .wrapper {
  text-align:center;
}

/* Global */

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  border-radius: 20px !important;
  background: linear-gradient(90deg, #2fad7f, #0088d6) !important;
  padding: 12px 35px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}

.contacts_cont {
  border-radius: 20px;
}

.bold-text {
  font-weight: 700;
}

.titleText {
  font-weight: 700;
  font-size: 40px;
}

.mobile {
  display: none;
}

.title {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 30px;
}

.green-link {
  color: #259294;
  text-decoration: underline;
}

.prop-distr {
  font-weight: 600;
}

.disabled-link {
  pointer-events: none;
  border: 1px solid #cdcdcd;
  color: #7d7d7d !important;
  background: #f3f3f3 !important;
}

#content {
  overflow: hidden;
}

.order-card-link-block {
  display: flex;
  flex-direction: column;
}

.gradient-button {
  background-color: white; /* Белый фон */
  border: 2px solid transparent; /* Прозрачная рамка */
  border-radius: 50px; /* Закругленные углы */
  padding: 11px 30px;
  font-size: 18px;
  font-weight: 600;
  color: #58c696; /* Цвет текста */
  text-align: center;
  background-image: linear-gradient(white, white), linear-gradient(to right, #8CEBA6, #259294); /* Градиент для рамки */
  background-origin: border-box;
  background-clip: padding-box, border-box; /* Белый фон внутри и градиентная рамка снаружи */
  display: inline-block;
  cursor: pointer;
  transition: all 0.25s ease; /* Плавный переход всех изменений */
  box-sizing: border-box; /* Одинаковый расчет размера для содержимого и рамки */
  margin-bottom: 30px;
}

.gradient-button:hover {
  background-image: linear-gradient(to right, #8CEBA6, #259294); /* Градиент фона при наведении */
  color: white; /* Белый текст при наведении */
  border: 2px solid transparent; /* Рамка остается неизменной */
  background-clip: border-box; /* Избежание "скачков" */
  transition: all 0.25s ease; 
}

.order-card-link {
  text-align: center;
  font-weight: 700 !important;
  font-size: 16px !important;
}

@media screen and (min-width: 1200px) {
  .categoryCat__title {
    display: block;
    margin-bottom: 35px;
  }
  
  .categoryCat__block .categoryCat_title_block {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  
}


/* Подтверждение входа*/
#sendCodeReg {
  position: absolute;
    top: 10px;
    right: 12px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/template/images/emailSend.png) 0 0 no-repeat;
    background-size: 25px;
    margin-top: 2px;
}

.unique-code {
  position: relative;
}

/* Global */

.banner-img-block {
  object-fit: fill !important;
}

/* Profile Menu */
/* Кнопка выпадающего списка */
.dropbtn, .dropbtnDesk {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}


.top-profile-btn {
  display: flex;
}

.exit-profile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  margin-right: 10px;
  background: rgba(225, 225, 225, 0.5) !important;
  border-radius: 100%;
}

.exit-profile:hover {
  background: #dddddd !important;
  transition: all .25s;
}

.exit-profile-img {
  width: 20px;
  height: 20px;
}

/* Контейнер <div> - необходим для размещения выпадающего содержимого */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Выпадающее содержимое (скрыто по умолчанию) */
.dropdown-content, .dropdown-contentDesk {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  border-radius: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Ссылки внутри выпадающего списка */
.dropdown-content a, .dropdown-contentDesk a{
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Изменение цвета выпадающих ссылок при наведении курсора */
.dropdown-content a:hover {background-color: #ddd}

/* Показать выпадающее меню (используйте JS, чтобы добавить этот класс .dropdown-content содержимого, когда пользователь нажимает на кнопку выпадающего списка) */
.show {display:block;}
/* Profile Menu*/

/* Header */

.header {
  width:100%;
  background:#fff;
  height: 68px;
}

.header-top-mobile {
  display: none;
}

.header__block {
  display: flex;
  align-items: center;
}

.header__block {
  color: #1C2026;
  text-decoration: none;
  font-size: 14px;
}

.header__link {
  color: #1C2026;
  padding: 8px 20px;
  transition: all .20s;
}

.header__link:hover {
  border-radius: 23px;
  background-color: #CCE2E3;
  transition: all .20s;
}

.header__logoLink {
  display: block;
  width: 214px;
  margin: 10px 0;
}

.header__logo {
  width: 214px;
}

.header__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#header .column {
  height: 130px;
}

.header__phone {
  color: #1C2026;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.header__menu {
  display: flex;
  margin-left: 30px;
}

.header__link {
  margin-right: 15px;
}
.header__link:last-child {
  margin-right: 0;
}

.header-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.header__buttons {
  display: flex;
  margin-right: 20px;
}

.header__right {
  display: flex;
  align-items: center;
}

.header-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-right: 15px;
}

.header-icon-img {
  width: 14px;
  height: 14px;
}

.header__search {
  border: #CFCFCF solid 1px;
  transition: all .25s;
}

.header__search:hover, .cart-img-block:hover {
  transition: all .25s;
}

.cart-img-block:hover {
  background: #f2f2f2;
}

.header__search:hover {
  background: #CCE2E3;
}

.cart-input-minus {
  background-image: url(/template/img/minus.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 8px !important;
  background-position: 50% !important;
}

.cart-input-plus {
  background-image: url(/template/img/plus.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 10px !important;
  background-position: 50% !important;
}


.cart-input-plus, .cart-input-minus, .profile__settings {
  transition: all .25s;
}

.cart-input-plus:hover, .cart-input-minus:hover, .profile__settings:hover {
  background: #dddddd;
  transition: all .25s;
}

.header__card {
  background-color: #EDEDED;
  transition: all .25s;
}

.header__card:hover {
  background-color: #CCE2E3;
  transition: all .25s;
}

.header__profile {
  background: linear-gradient(90deg, #8CEBA6, #0098ED);
  transition: all .25s;
  position: relative;
  z-index: 10;
  transition: opacity .25s;
}

.seeCatalog-btn, .auth-form-sumbit, .order-card-link, .buy, .distr-download, .more_info, .right-block1-btn {
  position: relative;

    z-index: 1;
  transition: opacity .25s;
}

.show_more_desc:hover, .close-popup-btn:hover {
  background: #e7e7e7 !important;
  transition: all .25s;
}

.cart-img-block {
  cursor: pointer;
}

.search_input::placeholder, .search_download::placeholder{
  color: #7D7D7D;
}

.search_click {
  display: flex;
  align-items: center;
  color: #7D7D7D;
}

.search_click-text {
  margin-top: 2px;
  margin-left: 15px;
}

.search-main {
  margin-top: 70px !important;
}

.search_input, .search_download {
  font-size: 16px;
}

.search_input, .search_click, .search_download {
  transition: all .1s linear;
  border: none;
  position: relative;
  height: 50px;
  border-radius: 35px;
  z-index: 11;
  width: 82%;
  font-size: 19px;
  vertical-align: top;
  line-height: 38px;
  padding: 0 0 0 20px;
  background-position-y: center;
  background-color: #F4F4F4;
}
.search_click {
  background: #f7f7f7 no-repeat 23px 11px !important;
  padding: 0 0 0 20px !important;
  margin: 45px 0;
  font-size: 12px;
  font-weight: 500;
}

.cat-title {
  margin-top: 40px;
  margin-bottom: 30px;
}


.seeCatalog-btn::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: linear-gradient(90deg, #70c386, rgb(34, 134, 136));
  transition: opacity .25s;
  z-index: -1000;
}

.auth-form-sumbit::before, .order-card-link::before, .buy::before, .more_info::before, .right-block1-btn::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: linear-gradient(90deg, #2fad7f, #0088d6);
  transition: opacity .25s;
  z-index: -1000;
}

.distr-download::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: linear-gradient(90deg, #2fad7f, #0088d6) !important;
  transition: opacity .25s;
  z-index: -1000;
}

.header__profile::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: linear-gradient(90deg, #82d99a, #018fe1);
  transition: opacity .25s;
  z-index: -1000;
}

.search-btn::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 50px;
  border-radius: 40px;
  background: linear-gradient(90deg, #2fad7f, #0088d6) !important;
  transition: opacity .25s;
  z-index: -1000;
}

.search-btn-img {
  position: relative;
  z-index: 12;
}

.search-btn:hover::before  {
  z-index: 12;
}

.header__profile:hover::before, .seeCatalog-btn:hover::before, .auth-form-sumbit:hover::before, .order-card-link:hover::before, .buy:hover::before,
 .distr-download:hover::before, .more_info:hover::before, .right-block1-btn:hover::before, .search-btn:hover::before {
  opacity: 1;
}


/* Header */


/* Banners*/
.swiper-pagination-bullets {
  margin-bottom: 12px;
}
.swiper-pagination .swiper-pagination-bullet{
  height: 4px;
  width: 54px;
  border-radius: 22px;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet {
  margin-right: 9px !important;
} 

.swiper-pagination-bullet {
  background: #fff !important;
}

.swiper-horizontal {
  border-radius: 10px;
}

.swiper-pagination-bullet-active {
  background: #259294 !important;
}

.banner-img-index {
  position: relative;
  width: 100%;
  object-fit: contain !important;
}

.link-banner {
  display: block;
  padding-bottom: 19%;
  height: 100%;
  /* width: 99% !important; */
  margin: 0 auto;
}

.text-banner {
  position: absolute;
  display: flex;
  top: 0;
  align-items: center;
  width: 100%;
  height: 100%;

}
.banner-title, .banner-subtitle {
  color: #1C2026;
  line-height: 1.25;
}
.banner-subtitle {
  font-size: 20px;
  font-weight: 500;
}

.banner-title, .green-text {
  font-size: 34px;
  font-weight: 700;
  margin-top: 5px;
}

.green-text {
  color: #259294;
}

.more_info {
  color: #fff;
  background: linear-gradient(90deg, #33BA89, #0098ED);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 187px;
  height: 42px;
  margin-top: 16px;
} 

.active-link {
  border: 1px solid rgba(0, 0, 0, 0);
}
/* Banners*/

/* Fail */
.fail-back {
  grid-template-columns: 1fr 3fr 1fr !important;
  background-image: url(/template/images/status/fail-background.svg) !important;
}

/* Fail */


/* 404 */
.errorNone {
  margin-top: 100px;
  margin-bottom: 230px;
}

.errorNone_inner {
  display: grid;
  grid-template-columns: 0.5fr 4fr 2fr;
  background-color: #fff;
  border-radius: 20px;
  background-image: url("/template/images/404/backgroud.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: contain;
  padding: 65px 55px;
}

.errorNone_full {
  font-size: 168px;
  font-weight: 600;
  background-image: linear-gradient(90deg, #3ABB97, #3AB0EA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.errorNone_block2 {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.errorNone_block2-title {
  color: #1C2026;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
}

.errorNone_block2-text {
  font-size: 20px;
  color: #636363;
  text-align: center;
  width: 75%;
  margin-top: 10px;
  margin-bottom: 20px;
}

a.errorNone_block2-btn {
  background-image: linear-gradient(90deg, #33BA89, #0098ED) !important;
}
/* 404*/

/* Catalog */
.catalog_main {
  display: grid;
  grid-template-columns: 1.3fr 4fr;
  grid-gap: 20px;
}
.product-catalog {
  max-height: 296px;
  /* height: 100% !important; */
}

.categoryCat__inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  padding-top: 40px;
  margin-bottom: 20px;
  /* margin-bottom: 20vh; */
}
.category-p {
  margin-bottom: 16px;
}

.categoryCat__title {
  color: #259294;
  font-weight: 700;

  font-size: 20px;
}
div.catalog__container {
  width: 25%;
}
.categoryCat__block {
  margin-bottom: 15px;
}
.categoryCat__block-title {
  color: #1C2026;
  font-size: 20px;
  font-weight: 700; 
}
.categoryCat__block-link {
  color: #636363;
  font-size: 16px;
  transition: color .15s;
}

.categoryCat__block-link:hover {
  color: #259294;
  transition: color .15s;
}

.categoryCat__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Success */

.success {
  margin-top: 100px;
  margin-bottom: 200px;
}

.success__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.success-image {
  width: 206px;
}

.success__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.success__title {
  text-align: center;
  font-size: 40px;
  color: #1C2026;
  font-weight: 600;
}

.success__block {
  width: 40%;
}

.success__text {
  width: 90%;
  text-align: center;
  font-size: 18px;
  line-height: 1.25;
  color: #4B5260;
  margin-bottom: 33px;
}

.success__downloads {
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.success-link {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
}

.success-link:first-child {
  margin-top: 0;
}

.success__send {
  font-size: 16px;
  display: flex;
  color: #4B5260;
  border-radius: 20px;
  padding: 14px 15px;
  background-color: #fff;
  margin-top: -5px;
}

.send-email {
  font-weight: 600;
  margin-left: 4px;
}

/* Success */

/* Catalog */
.block-disable {
  display: none !important;
}
/* Goods*/
/* .goodsText-container-mobile {
  display: none;
} */

.goodsText-container, .goodsText-container-mobile{
  position: absolute;
  text-align: left;
}
.icon-download {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.info-goods {
  margin-top: 7px;
  margin-bottom: 12px;
}
.title-goods {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #1C2026;
}
.dopText-goods {
  font-size: 14px;
  color: #636363;
  font-weight: 400;
  margin-top: 5px;
}



.send-bl-1 {
  margin-right: 15px;
}

.priceBlock {
  margin: 12px 0 11px 0;
}

.new_price {
  font-size: 24px;
  color: #4B5260;
}

.new_price {
  font-size: 20px;
}

.old_price {
  background: linear-gradient(90deg, #8CEBA6, #259294);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 5px 10px;
  margin-left: 6px;
  border-radius: 16px;
}

.product {
  max-height: 326px;
  width: 255px;
}


.product > a {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.product_container {
  margin-bottom: 75px;
}

.product_overlay {
  height: 99.2%;
}

.seeCatalog {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.seeCatalog-btn {
  color: #fff;
  background: linear-gradient(90deg, #8CEBA6, #259294);
  font-weight: 500;
  padding: 20px 50px;
  border-radius: 30px;
}


/* Index Category */
.category__inner {
  margin-bottom: 120px;
}

.category__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.category__blocks {
  display: flex;
  justify-content: space-between;
}

.category__blockInner {
  display: flex;
  flex-direction: column;
  margin: 40px 35px;
}

.category__block {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 100%;
  border-radius: 20px;
  max-width: 320px;
  width: 100%;
  height: 392px;
  transition: background-color .25s;
  margin-right: 15px;
}

.category__block:last-child {
  margin-right: 0;
}

.category__block:hover {
  background-color: #f2f2f2;
  transition: background-color .25s;
}

.category-msoffice {
  background-image: url('/template/images/msoffice.png');
}

.category-windows {
  background-image: url('/template/images/mswindows.png');
}

.category-antivir {
  background-image: url('/template/images/antivir.png');
}

.category-office {
  background-image: url('/template/images/office.png');
}


.category__block-title {
  color: #1C2026;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.category__block-subtitle {
  color: #636363;
  font-size: 16px;
  margin-bottom: 15px;
}

.btn-white {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 37px;
  color: #4B5260;
  background-color: rgba(225, 225, 225, 0.5);
  font-size: 16px;
  border-radius: 20px;
  transition: all .25s;
}

.btn-white:hover {
  background-color: #CCE2E3;
  transition: all .25s;
}
/* Index Category */

/* Breadcrumbs */
.breadcrumbs {
  display: flex;
  margin-top: 30px;
  margin-bottom: 25px;
  cursor: default;
}

.breadcrumbs a::after {
  content: "";
  background: url(../images/strelkaBread.svg) no-repeat;
  background-position: center;
  display: flex;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  margin-left: 10px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.breadcrumbs a:last-child:after {
  content: "";
  display: none;
}
.breadcrumbs a{
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  color: #259294;
  text-decoration: none;
}
/* Breadcrumbs */

/* Auth */

.auth__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

.auth__form {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.auth__form-inner {
  background-color: #fff;
  border-radius: 20px;
  max-width: 490px;
  width: 100%;
  padding: 40px 80px;
  margin-bottom: 28%;
}

.error-text {
  margin-top: 5px;
  font-size: 14px;
  color: #FF6666;
}

.auth-form-foggot {
  display: flex;
  justify-content: center;
}

.auth__form-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-bottom: 15px;
}
.auth-form-inputs {
  display: flex;
  flex-direction: column;
}
.auth__form-input {
  border: 1px solid rgba(183, 183, 183, 0.3);
  background-color: #F9F9F9;
  border-radius: 10px;
  padding: 15px 20px;
  width: -webkit-fill-available;
}

.auth__form-input::placeholder {
  color: #4B5260;
  font-size: 14px;
}

.auth__form-input:nth-child(1) {
  margin-bottom: 10px;
}

.auth-form-btns {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
}

.auth-form-captcha {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: -10px;
}

.register-info {
  font-size: 12px;
  line-height: 1.25;
  color: #A3A6AD;
}

.auth-form-foggot {
  display: flex;
}

.auth-form-foggot {
  font-size: 14px;
}

.auth-form-foggot-link {
  color: #259294;
  text-decoration: underline;
  margin-left: 3px;
}

.auth-form-register {
  padding: 17px 25px !important;
}

.g-recaptcha {
  width: 228px;
}

.auth-form-sumbit {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 40px;
  padding: 17px 65px;
  background: linear-gradient(90deg, #33BA89, #0098ED);
}
/* Auth */


/* Register*/

.register-password {
  margin-bottom: 10px;
}

.password {
	position: relative;
}
.password-control, .password-control1 {
	position: absolute;
	top: 16px;
	right: 16px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/template/images/none-view.png) 0 0 no-repeat;
  background-size: 16px;
  margin-top: 2px;
}

.password-control .view, .password-control1 .view {

}

.view {
  background: url(/template/images/view.svg) 0 0 no-repeat;
  margin-top: 0;
  
}
/* Register*/


/* Profile */
#profile-mobile {
  display: none;
}

.contacts h1 {
  color: #1C2026;
  margin: 22px 0 28px;
}

h1.title-lk {
  margin-top: 0;
  margin-bottom: 0;
}

.profile__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 40px;
}

.profile__title {
  display: flex;
  align-items: flex-end;
}

.title-count {
  padding: 7px 20px;
  border-radius: 20px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, #8CEBA6, #259294);
  margin-left: 12px;
}

.title-card-count {
  margin-left: 0;
  width: max-content;
  padding: 7px 30px;
  font-weight: 500;
  margin-bottom: 12px;
}

.profile__settings {
  display: flex;
  align-items: center;
  background: rgba(225, 225, 225, 0.5);
  color: #4B5260;
  padding: 9px 58px;
  border-radius: 20px
}

.profile__settings::before {
  content: url('/template/images/profile/settings.svg');
  display: block;
  margin-right: 15px;
  width: 25px;
  height: 25px;
}

.profile__card-top {
  display: flex;
  justify-content: space-between;
  color: #4B5260;
  font-size: 14px;
}

.status-order-text {
  color: #1C2026;
  font-weight: 700;
}

.number-order {
}

.profile__card-top1 {
  display: flex;
  align-items: center;
}

.date-pay, .number-order {
  font-weight: 600;
}

.status-order-text {
  font-size: 18px;
}

.profile__card-status {
  display: flex;
  align-items: center;
}

.status-order {
  width: 11px;
  height: 11px;
  border-radius: 11px;
  margin: 0 15px;
}

.status-success {
  background: linear-gradient(90deg, #8CEBA6, #259294);
}


.order-card {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
}

.profile__card {
  margin-bottom: 35px;
}

.profile__card:last-child {
  margin-bottom: 180px;
}

.order-card-img, .order-img {
  width: 170px;
}
.order-img {
  border-radius: 15px;
}

.order-card-text {
    max-width: 570px;
}

.order-card-title {
  color: #1C2026;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 10px;
}

.order-card-subtitle {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 26px;
}

.order-card-priceTitle {
  font-weight: 700;
  margin-right: 5px;
}

.order-card-alert {
  padding: 15px 20px !important;
}

.order-card-method, .order-card-price, .order-input-copy {
  display: flex;
  align-items: center;
  
}

.order-card-price, .profile__card-top, .title-count, .footer__logo {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}


.order-text-copy {
  font-size: 14px;
}

.order-input-copy, .order-copyBtn {
  border: 1px solid rgba(183, 183, 183, 0.3);
}

.order-copyBtn {
  pointer-events: initial !important;
}

.order-card-block {
  display: flex;
  align-items: center;
  width: 100%;
}

.order-input-copy {
  background-color: #F9F9F9;
  padding: 4px 15px;
  border-radius: 10px;
  width: 300px;
  max-width: 100%;
  justify-content: space-between;
  margin-bottom: 8px;
}

.order-card-dopText-item {
  margin-bottom: 10px;
}

.order-card-dopText-item:last-child {
  margin-bottom: 0;
}

.dateBuy-span {
  color: #4B5260;
}

.dateBuy-span-data {
  font-weight: 700;
}

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

.order-copyBtn {
  background-color: #ffffff;
  border-radius: 5px;
  margin-left: 20px;
  padding: 7px;
  width: 14px;
  height: 14px;
}

.order-card-download {
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.order-card-link {
  color: #fff;
  padding: 14px 0px;
  border-radius: 40px;
  background: linear-gradient(90deg, #33BA89, #0098ED);
}

.order-card-text-inner {
  display: grid;
  width: 100%;
  margin-right: 25px;
  align-items: flex-start;
  grid-template-columns: 1.8fr 1.5fr;
  padding: 40px 35px;
}

.count-card-item {
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 12px;
}

.profile__card-fullPrice {
  font-size: 18px;
  margin-bottom: 20px;
}

.order-card-block-pay {
  justify-content: center;
}

.order-card-pay {
  /* margin-left: 25px;
  margin-right: 50px; */

}
.order-card-link-block {
  width: 248px;
  display: flex;
  margin-top: 34px;
}
/* Profile */


/* Empty cart */
.emptyCart {
  margin-top: 10px;
  margin-bottom: 150px;
}

.emptyCart-catalog {
  padding: 17px 60px !important;
  margin-right: 0 !important;
}

.emptyCart__inner {
  display: flex;
  background: #fff;
  border-radius: 20px;
  justify-content: space-between;
}

.emptyCart-title {
  color: #1C2026;
  font-size: 22px;
  margin-bottom: 10px;
}

.emptyCart-text {
  color: #636363;
  font-size: 16px;
}

.emptyCart-block-text {
  margin-bottom: 40px;
}

.emptyCart__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 75px 80px;
}

.emptyCart__img {
  margin-top: -50px;
  margin-bottom: -30px;
  margin-right: 80px;
}
/* Empty cart */


/* Cart */
.cart__top {
  display: flex;
  align-items: center;
  margin-top: -40px;
}
/* .count-cart {
  margin-top: 15px;
} */

.cart__inner {
  display: grid;
  grid-template-columns: 4fr 1.3fr;
  grid-gap: 25px;
}

.cart-right-inner {
  background-color: #fff;
  border-radius: 20px;
}

.cart-text-inner {
  display: grid;
  width: 100%;
  margin-right: 35px;
  align-items: center;
  grid-template-columns: 10fr 1fr 4fr 1fr;
}

.order-cart {
    display: flex;
    /* align-items: center; */
    background-color: #fff;
    border-radius: 20px
}

.about-text-inner {
  margin-top: 15px;
}

.cart-input {
  display: flex;
}

.cart-input-minus, .cart-input-plus {
  cursor: pointer;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #EDEDED;
  color: #4B5260;
  font-size: 20px;
  font-weight: 600;
}
.cart-right-inner {
  padding: 40px 30px;
}

.price-block {
  justify-content: center !important;
}

.price-block.has-discount {
  justify-content: space-between !important;
}

.cart-input, .popup-result, .price-block, .cart-input-block {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.cart-input-block {
  pointer-events: none;
}

.cart-input-block {
  width: 50px;
  text-align: center;
  border: none;
  font-size: 16px;

}

.cart-img-block {
  display: flex;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #B7B7B7;
}

.cart-right-title {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}

.right-title {
  font-size: 25px;
}

.right-price {
  font-size: 24px;
}

.cart-right-block1 {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
.text-right-block {
  margin-bottom: 13px;
}
.text-right-input {
  border-radius: 5px !important;
  padding: 15px 23px !important;
}

.cart-pays {
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
  padding: 0 35px;
}

.right-block1-send {
  display: flex;
  justify-content: center;
}

.right-block1-btn {
  margin-top: 20px;
  color: #fff;
  padding: 20px 55px;
  border-radius: 40px;
  background: linear-gradient(90deg, #33BA89, #0098ED);
  font-weight: 500;
  white-space: nowrap;
}

.right-block2-checkText {
  color: #4B4B4B;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.25;
}

.right-block2-checkbox {
  display: flex;
  align-items: flex-start;
}

.checkbox-el {
  position: relative;
  width: 18px;
  height: 18px;
  float: left;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid rgba(183, 183, 183, 0.3);
  background: #F9F9F9;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.cart-right-block2 {
  margin-top: 30px;
}

.right-block2-checkbox {
  margin-bottom: 10px;
}

.right-block2-checkbox:last-child {
  margin-bottom: 5px;
}

.checkbox-el input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.checkbox-circle {
  position: relative;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  z-index: 1;
}

.checkbox-el input:checked + .checkbox-circle {
  background: linear-gradient(90deg, #8CEBA6, #259294);
}

.block2-text {
  margin-left: 10px;
}

.cart__top {
  margin-top: -25px;
}
/* Cart */

/* Settings */
.right-btn-password {
  justify-content: center;
  margin-top: 35px !important;
}

.input-reset-password {
  margin-bottom: 10px;
}

.input-reset-password:last-child {
  margin: 0;
}

.input-reset-submit {
  margin-top: 10px;
}
/* Settings */

/* Contacts */
.contacts__other-mobile {
  display: none;
}

.contacts__block {
  background-color: #fff;
  margin-bottom: 26%;
}

.contacts__item-bold {
  font-weight: 700;
}

.contacts-grey {
  color: #636363;
}

a.contacts__item-bold {
  color: #1C2026;
}

.contacts__block, .contacts__other {
  border-radius: 20px;
}

.contacts__inner {
  display: flex;
  padding: 30px 20px 30px 40px;
  justify-content: space-between;
}

.contacts__main {
  width: 65%;
}

.contacts_main-inner {
  display: flex;
  align-items: center;
}

.contacts__item {
  font-size: 16px;
  height: 40px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.contacts__item-other {
  font-size: 18px;
  line-height: 1.15;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 5px;
  font-weight: 500;
}

.contacts__other {
  background-color: #F9F9F9;
}

.contacts__item-margin {
  margin-left: 7px;
}

.contacts__other-inner {
  width: 70%;
  display: flex;
  flex-direction: column;
  padding-left: 35px;
  padding-top: 35px;
  padding-bottom: 43px;
  padding-right: 30px;
}

.contacts__other-title {
  line-height: 1.2;
  font-size: 20px;
  font-weight: 700;
}

.contacts__other-title {
  margin-bottom: 18px;
}

.contacts__other-text {
  color: #636363;
  margin-bottom: 17px;
}

.order-card-download-time {
  display: flex;
}

.profile-time-text {
  color: #4B5260;
  margin-left: 25px;
  line-height: 1.25;
  font-size: 14px;
}

.contacts-telegram-icon {
  margin: 0 23px 0 17px;
}

/* Contacts */

/* Product */
.popup-fade, .popup-about {
	display: none;
}

.popup.disappear {
  opacity: 0;
  transition: opacity 1.5s; /* Добавляем CSS-анимацию для плавного исчезновения */
}

.popup-fade:before, .popup-about::before {
	content: '';
	background: #EDEDED;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.8;
	z-index: 9999;
}
.popup {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  max-width: 1270px;
  width: 100%;  
  background: #F9F9F9;
  border-radius: 20px;
  z-index: 99999;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}

.popup.active {
  opacity: 1;
  pointer-events: auto;
}

.popup-close {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4B5260;
  padding: 4px;
  border-radius: 40px;
  width: 16px;
  height: 16px;
  margin-bottom: 5px;
}

.popup-close-img {
  width: 14px;
  height: 14px;
}

.close-popup-btn {
  margin-right: 15px;
}

.popup-product {
  margin-bottom: 25px !important;
}

.popup-body {
  padding: 35px;
}

.popup-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup-btns {
  display: flex;
}

.popup-about-block {
  max-width: 753px;
}

.title-popup-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
}

.about-text-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  grid-template-columns: 10fr 1fr 4fr 1fr;
  /* grid-gap: 20px; */
  margin-right: 0 !important;
}

.about-text {
  line-height: 1.25;
  font-size: 16px;
  color: #000;
  padding: 5px 41px;
  padding-bottom: 10px;
}

.about-inner {
  padding: 2.1px !important;
  
}

.about-first, .about-three {
  box-shadow: -1px 7px 24px -2px rgba(0,0,0,0.53);
  -webkit-box-shadow: -1px 7px 24px -2px rgba(0,0,0,0.53);
  -moz-box-shadow: -1px 7px 24px -2px rgba(0,0,0,0.53);
}

.about__text {
  padding: 12px 35px !important;
  border-radius: 10px;
}

.close-popup-btn {
  background: #F1F1F1 !important;
  color: #4B5260 !important;
  transition: all .25s;
}

.goods-stars {
  display: flex;
  margin-bottom: 20px;
}

.star-img {
  margin-right: 3px;
  width: 31px;
  height: 31px;
}
.star-img:last-child {
  margin-right: 0;
}

img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.product-three {
  display: flex;
  max-width: 407px;
  /* width: 100%; */
  flex-direction: column;
  background: rgba(240, 240, 240, 1);
  height: fit-content;
  border-radius: 20px;
  padding: 10px 20px;

  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.product_1 {
  /* display: grid;
  grid-template-columns: 1.1fr 1fr; */
}

.product__main {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.title-popup {
  font-size: 25px;
  font-weight: 700;
  color: #1C2026;
}

.backgroud-good {
  position: absolute;
  background-color: #ECECEC;
  width: 100%;
}

.single_product h1, .buy_page h1 {
  color: #1C2026;
  }
.goods-name {
  font-weight: 700;
  font-size: 30px;
}


.youGet {
  font-weight: 700;
}
.include {
  font-size: 16px;
  color:#4B5260;
  padding: 0 25px;
  display:block;
  margin-bottom:15px;
}
.product_descriptionAlert {
  background-color: rgba(37, 146, 148, 0.12);
  border-radius: 10px;
  padding: 20px 0;
  font-size: 14px;
}
.product_description {
	cursor:default;
	transition:all 2s ease;
	max-height: 250px;
	overflow: hidden;
	position:relative;
  margin-bottom: 30px;
  width: 100%;
}

.goods-dopText {
  color: #636363;
  font-weight: 500;
  margin: 10px 0 15px 0;
  font-size: 21px;
}

.product_image {
	user-select:none;
  border-radius: 4px;
  margin: 0 auto 0px;
}

.img-prod {
  box-shadow: -2px 4px 30px -1px rgba(0,0,0,0.27);
  -webkit-box-shadow: -2px 4px 30px -1px rgba(0,0,0,0.27);
  -moz-box-shadow: -2px 4px 30px -1px rgba(0,0,0,0.27);
  background-color: #F0F0F0;
}

.image__goods {
  background-color: #F0F0F0;
}

.versions__text-top {
  font-weight: 500;
  margin-bottom: 4px;
}

.product_left {
  /* width: 99%; */
  position: relative;
  margin-left: 60px;
}

.product_image img{
  width: 100%;
  border-radius: 11px;
}

.props-title {
  color: #1C2026;
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0;
}

.product_right {
  position: sticky !important;
  top: 80px !important;
}

/* .img-prod {
  object-fit: contain;
  height: 100%;
  width: 100%;
} */

/* .product_right {
  width: 70%;
} */

.prop_title {
  color:#1C2026;
  font-weight: 500;
  font-size: 16px;
  display:block;
  min-height:18px;
}
.prop_value {
  font-size: 16px;
  line-height:18px;
  color:#252525;
  overflow: hidden;
  /* width:205px; */
}
.prop_value, .prop_download {
  font-size: 16px;
  color: #252525;
}

.prop_download {
  width: 180px;
  border-radius: 20px;
  padding: 6px 14px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #8CEBA6, #259294);
}

.download-prop-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.download-prop-text {
  margin-right: 9px;
}

.prop {
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  align-items: center;
  margin-bottom: 15px;
}
.prop:last-child {
  margin-bottom: 0;
}
.product_props {
  display: flex;
  flex-direction: column;
}

.version__title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 17px;
}

.versions {
  /* width: 57%; */
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr;
  grid-gap: 26px;
  margin-bottom: 15px;
}

.versions__text {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  padding: 10px 15px;
}

.buyBlock {
  justify-content: center;
}

.img-prod-oneOnly {
  width: 74% !important;
  height: 74% !important;
  margin-bottom: 25px;
  border-radius: 23px !important;
}

.oldprice-oneOnly {
  margin-left: 0 !important;
}

.buy {
  padding: 14px 0 !important;
  width: 100%;
  justify-content: center;
  border: #ffffff00 solid 1px;
}

.product__sendDop {
  background-color: rgba(37, 146, 148, 0.05);
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-top: 15px;
}

.product__version {
  margin-bottom: 20px;
}

.send-title {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 17px;
}

.send-subtitle {
  font-size: 16px;
  font-weight: 500;
}

.versions-inner:hover {
  padding: 3px;
  background: linear-gradient(90deg, #8CEBA6, #259294);
  border-radius: 10px;
}

.versions__text {
  border-radius: 8px;
}

.version-active {
  padding: 3px;
  background: linear-gradient(90deg, #8CEBA6, #259294);
  border-radius: 10px;
}

.about-active {
  padding: 3px;
  background: linear-gradient(90deg, #8CEBA6, #259294);
  border-radius: 10px;
}

.about__title {
  margin-bottom: 0 !important;
}

.versions-inner {
  padding: 3px;
}

.versions__item {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 6px 19px 74px -28px rgba(0,0,0,0.56);
  -webkit-box-shadow: 6px 19px 74px -28px rgba(0,0,0,0.56);
  -moz-box-shadow: 6px 19px 74px -28px rgba(0,0,0,0.56);
  /* padding: 15px 30px; */
  /* width: 23%; */
  /* border: 2px solid;
  border-image: #fff; */
}

/* .versions__item:hover {
  border-image: linear-gradient(to right, #8CEBA6, #259294) 1;
} */
  /* linear-gradient(#ffffff, #ffffff) padding-box,
  linear-gradient(90deg, rgba(151,215,0,1) 0%, rgba(0,169,224,1) 50%, rgba(51,0,114,1) 100%) border-box;
} */

.versions__price {
  display: flex;
}

.versions__newPrice {
  color: #4B5260;
  font-size: 20px;
  font-weight: 700;
}

.versions__oldPrice {
  color: #B7B7B7;
  font-size: 16px;
  font-weight: 500;
  text-decoration: line-through;
}

.versions__title {
  color: #171B23;
  font-size: 16px;
  margin-bottom: 5px;
}

.product__emailSend {
  margin-top: 10px;
}

.emailSend__inner {
  font-size: 16px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
}

.emailSend-text {
  margin-left: 20px;
}

.product__moment {
  margin-top: 43px;
}

.moment__inner {
  display: flex;
  flex-direction: row;
  background-color: rgba(37, 146, 148, 0.04);
  background-image: url("/template/img/product/circles.svg");
  background-size: contain;
  background-position-x: 100%;
  background-repeat: no-repeat;
  padding: 23px 30px;
  border-radius: 15px;
}

.moment__title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 11px;
}

.moment__subtitle {
  font-size: 16px;
}

.moment__title, .moment__subtitle {
  color: #4B5260;
}

.moment__text {
  margin-left: 20px;
}

.product_buy {
  margin-top: 30px;
}

.buy-pays {
  margin: 20px 0 15px 0;
  text-align: center;
}

p.price_value-dops {
  font-size: 36px !important;
}

.buy-pay {
  width: 48px;
  margin-right: 17px;
}

.buy-pay:last-child {
  margin-right: 0;
}

.buyBlock-noneDops {
  flex-direction: column;
  /* align-items: normal !important; */
}

.product_buy__inner {
  display: flex;
  width: 100%;
}

.price_value {
  color:#4B5260;
  font-weight: 700;
  font-size: 40px;
}

.price-block {
  width: 100%;
  display: flex;
  align-items: center;
}

.product_price {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.percent {
  background-color: #259294;
  color: #fff;
  border-radius: 30px;
  font-size: 24px;
  padding: 12px 25px;
  font-weight: 400;
}

.price_value-percent {
  font-size: 20px;
  padding: 9px 19px;
}
.price-block.pc {
  margin-top: 12px;
  margin-bottom: 19px;
}

.price_value-oldprice {
  font-size: 32px !important;
}

.product_right {
  width: 458px;
  height: fit-content;
  border-radius: 15px;
  background-color: #F0F0F0;
}

.product_right__text {
  padding: 0 34px;
}

.img-prod {
  width: 231px;
  height: 296px;
  border-radius: 15px;
}

.image__goods {
  display: flex;
  justify-content: center;
}

.product_right__inner {
  padding: 20px 0;
}

.dops-pays {
  text-align: initial !important;
  margin-top: 40px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

.pays-text {
  font-size: 16px;
  font-weight: 500;
  margin-right: 16px;
  margin-bottom: 3px;
}

.product-top {

}
.product_right__text {
  margin-bottom: -5px;
}
.oldprice {
  color: #B7B7B7;
  font-size: 26px !important;
  text-decoration: line-through;
  margin-left: 10px;
}

.buyBlock {
  display: flex;
  align-items: center;
}

.popup-btn-cart {
  justify-content: center;
}


.buy, .popup-btn-cart, .emptyCart-catalog {
  background: linear-gradient(90deg, #33BA89, #0098ED);
  border-radius: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 14px 45px;
}

.buy-text {
  margin-left: 15px;
  font-size: 16px;
}

.outofstock2 {
  user-select: none;
  bottom: 0px;
  left: 0px;
  /* transition: all 0.3s ease; */
  /* height: 71px; */
  display: block;
  /* width: 100%; */
  border-radius: 50px;
  background: #f3f3f3;
  border: 1px solid #cdcdcd;
  color: #7d7d7d;
  font-size: 16px;
  text-align: center;
  /* line-height: 71px; */
  padding: 14px 0;
  text-decoration: none;
  width: 100%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.product-mobile-popup {
  display: none;
}
.product-desktop-popup {
  display: block;
}

.single_product .heading3 {
	font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}

.systemInfo {
  display: flex;
  margin-top: 25px;
  justify-content: space-between;
}

.mobile-price {
  display: none;
}

.heading3__inner, .download-distr {
  background-color: #F0F0F0;
  border-radius: 20px;
}

.heading3-full {
  width: 100% !important;
}

.heading3__inner {
  width: 61%;
  padding-top: 20px;
  padding-left: 25px;
  padding-bottom: 25px;
}

.req__inner {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  margin-bottom: 15px;
  align-items: center;
}

.req_tab {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-right: 35px;
}

.req_title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}

.req_text {
  margin-bottom: 15px;
}

.req_title::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-color: #259294;
  border-radius: 60px;
  margin-right: 25px;
}

.req_val {
  
}

.download-distr {
  width: 33%;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 10px;
  margin-left: 10px;
}

.distr-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 17px;
}

.distr-link, .distr-one {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.distr-link {
  justify-content: space-between;
}

.distr-text {
  font-weight: 500;
  margin-left: 15px;
}
.distr-size {
  color: #B7B7B7;
}

.distr-download {
  display: flex;
  background: linear-gradient(90deg, #33BA89, #0098ED);
  border-radius: 30px;
  color: #fff;
  padding: 12px 30px;
}

.desc {
  background: #fff;
  margin-top: 28px;
  border-radius: 20px;
  padding: 35px 35px 30px 50px;
}

.desc-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}

.show_more_cont {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background: #fff;
}

.product_description {
  font-size: 16px;
}

.product_description:after {
  content:'';
  display:block;
  clear:both;
}

.product-about {
  background-image: linear-gradient(90deg, rgba(51, 184, 149, 1), rgba(55, 175, 234, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none !important;
  font-weight: 500;
}

.show_more_desc:hover {
  /* background:#fbdb70;
  color:#be991f !important; */
}

.show_more_cont-inner {
  display: flex;
  justify-content: center;
}

.show_more_desc {
  user-select: none;
  display: flex;
  line-height: 40px;
  text-decoration: none;
  border-radius: 20px;
  background: #F1F1F1;
  color: #4B5260;
  font-size: 16px;
  margin-top: 20px;
  width: 260px;
  height: 55px;
  transition: all .2s ease;
  justify-content: center;
  align-items: center;
}

.faq {
  margin-bottom: 50px;
}

.desc {
  margin-bottom: 40px;
}

.faq__title, .goodsNew__title {
  font-weight: 600;
  font-size: 40px;
}

.goodsNew__title {
  margin-top: 0 !important;
}

.faq__title {
  margin: 40px 0 30px 0;
}

.goodsNew__title {
  text-align: center;
  margin: 40px 0;
}

.accordion__header-inner {
  width: 90%;
}

.accordion__header, .news__link_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F1F1F1;
  padding: 30px 25px 30px 60px;
  font-weight: 500;
  font-size: 28px;
  border-radius: 20px;
}

.news__link_text {
  color: #1C2026;
  font-size: 25px;
  padding: 25px 25px 25px 25px;
  transition: all .2s ease;
  border-radius: 15px;
}

.news__link_text:hover {
    transition: all .2s ease;
    background: #e7e7e7;
}

.accordion__header::after {
  content: "+";
  cursor: pointer;
  font-weight: 400;
  font-size: 46px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  background: linear-gradient(90deg, #8CEBA6, #259294);
}

.accordion__item_show .accordion__header::after {
  content: "";
  font-size: 26px;
  -webkit-box-shadow: -2px -5px 21px -5px rgba(34, 60, 80, 0.19);
  -moz-box-shadow: -2px -5px 21px -5px rgba(34, 60, 80, 0.19);
  box-shadow: -2px -5px 21px -5px rgba(34, 60, 80, 0.19);
  font-weight: 600;
  color: #4B5260;
  background-image: url('/template/images/minus.svg');
  background-repeat: no-repeat;
  background-position: 50% 51%;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
  max-height: 0px;
  /* opacity: 0; */
  /* padding: 30px 25px 30px 60px; */
  overflow: hidden;
  transition: max-height .35s ease-out;
}

.accordion__body {
  
}

.activeFaq {
  max-height: 1000px;
  transition: max-height .8s ease-in-out;
  /* padding: 30px 25px 30px 60px; */
}

.accordion__item {
  /* margin-bottom: 40px; */
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
     -moz-user-select: none; /* Old versions of Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
          user-select: none;
          background: #F1F1F1;
          border-radius: 15px;
          margin-bottom: 20px;
}

.accordion__body {

  /* margin-top: -40px; */


}

.accordion__body {
  font-size: 16px;
}

.faq__text {
  font-size: 16px;
  padding: 0px 25px 30px 60px;
  opacity: 0;
  transition: opacity .1s;
}

.seeText {
  opacity: 1;
  transition: opacity .1s;
}
/* .goodsNew {
  margin-bottom: 100px;
} */
/* Product*/

/* Feedback */
.background-feedback {
  width: 100%;
  height: 285px;
  background-color: #ECECEC;
  background-image: url('/template/img/feedback.svg');
  background-repeat: no-repeat;
  background-position-x: 91%;
}

.feedback_text {
  font-size: 20px;
  width: 50%;
  line-height: 1.25;
}

#vk_comments_page {
  margin-top: 60px;
}
/* Guarantee */

.background-guarantee {
  position: absolute;
  width: 100%;
  height: 285px;
  background-color: #ECECEC;
  background-image: url('/template/images/guarantee/backgroud.svg');
  background-repeat: no-repeat;
  background-position-x: 91%;
}

.guar_text {
  font-size: 20px;
  width: 40%;
  line-height: 1.25;
}

.guar__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  margin-top: 70px;
  margin-bottom: 300px;
}

.guar-circle {
  position: absolute;
  top: -20px;
  left: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-shadow: -17px 0px 22px 0px rgba(51, 186, 137,0.1),17px 0px 22px 0px rgba(0, 152, 237,0.1);
  background: linear-gradient(90deg, #33ba89, #0098ED);
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 700;
}

.guar_item {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  padding: 40px 40px 30px 40px;
}

.guar-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.guar-text {
  font-size: 16px;
  color: #636363;
  line-height: 1.25;
}
.wmid-block {
  display: flex;
  align-items: center;
  background-color: #EDEDED;
  border-radius: 10px;
  padding: 5px 0;
  margin-top: 20px;
}

.guar-text-line {
  margin-bottom: 10px;
}

.wmid_img {
  margin-right: 15px;
  margin-left: 5px;
}
.wmid {
  font-size:14px;
  color: #259294;
}
/* Guarantee */

/* Refund */

.refund-bold {
  font-weight: 700;
}

.refund__one {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  margin-bottom: 15px;
}

.refund__block, .refund__block-2, .refund__block-4 {
  background-color: #fff;
  border-radius: 20px;
}

.refund__block, .refBlock2 {
  display: flex;
  align-items: center;
}

.refund__block, .refund__block-2 {
  font-size: 20px;
  line-height: 1.25;
  padding: 30px;
}

.refund__block-img {
  margin-right: 10px;
}

.refund-block-16 {
  font-size: 16px;
}

.refund-block-bold {
  font-weight: 700;
}

.refund__block-2 {
  background-image: url('/template/images/refund/background-2.svg');
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: contain;
  padding: 50px 0 50px 30px;
  margin-bottom: 17px;
}

.refBlock2 {
  margin-bottom: 40px;
  width: 65%;
}

.refBlock2:last-child {
  margin: 0;
}

.refund__block-3 {
  padding: 30px 30px;
  border-radius: 15px;
  background-color: rgba(37, 146, 148, 0.2);
  color: #4B5260;
  line-height: 1.25;
  margin-bottom: 17px;
}

.refund__block-4 {
  display: flex;
  align-items: center;
  padding: 20px 30px 25px 30px;
  line-height: 1.25;
}

.refund__block-5 {
  background: rgb(237,237,237);
  background: linear-gradient(90deg, rgba(237,237,237,1) 0%, rgba(214,240,221,1) 31%, rgba(255,255,255,1) 100%);
  border-radius: 20px;
  margin: 58px 0 200px 0;
}

.refText {
  display: flex;
  align-items: center;
  padding: 30px 0 30px 100px
}

.refImg {
  box-shadow: -17px 0px 22px 0px rgba(51, 186, 137,0.1),17px 0px 22px 0px rgba(0, 152, 237,0.1);
  background: linear-gradient(90deg, #33ba89, #0098ED);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

.refImg-mail {
  width: 20px;
  height: 20px;
}

.refund__block-5-inner {
  position: relative;
}

.refund-img-right {
  position: absolute;
  top: -110px;
  right: -35px;
}

.refMail {
  color: #33BA89;
}
/* Refund */

/* Privace */
.background-privace {
  position: absolute;
  width: 100%;
  height: 30%;
  background-color: #ECECEC;
}
.privace-oneLine {
  margin-bottom: 10px;
}
.privacy-margin-left {
  margin-left: 0;
}
.contacts > .title-privacy {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 18px;
}

.privacy {
  position: relative;
}
.privacy-margin-left {
  margin-left: 3px;
}
.privace__title {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 500;
  text-align: left;
}
.privace__abzac {
  display: flex;
  align-items: center;
}

.privace-margin {
  margin-left: 45px;
}

.privace__one {
  line-height: 1.2;
  font-size: 14px;
  margin-top: 15px;
}

.contacts > .privacy {
  padding: 50px 70px;
}

.line-text {
  color: #259294;
  font-weight: 700;
  margin-bottom: 2px;
  margin-right: 25px;
}
/* Privace*/

.wrapper {
  width: 1330px;
  margin:0 auto;
}
.column.top_links {
  text-align:left;
}
.column.search {
  text-align:right;
}
.search_wrap {
  overflow: visible;
}
.top_links a:hover{
	background-color: #fffcf0 !important;
	border-color: #ffca18 !important;
}
.top_links a:first-child{
	width: 38px;
	padding-right: 0px;
	background: url(../img/menu.png) no-repeat center center;
}
.top_links a:nth-child(2):hover:before{
  -moz-transform: rotate(360deg); /* Для Firefox */
  -ms-transform: rotate(360deg); /* Для IE */
  -webkit-transform: rotate(360deg); /* Для Safari, Chrome, iOS */
  -o-transform: rotate(360deg); /* Для Opera */
  transform: rotate(360deg);
}
.top_links a:nth-child(2):before{
  transition:all 0.3s ease;
  content: '';
  position: absolute;
  left: 11px;
  top: 11px;
  height: 16px;
  width: 15px;
  display: block;
  background: url('../img/luck_hover.png') no-repeat center center;
}
.top_links a:nth-child(2){
  position:relative;
  /*overflow:hidden;*/
  width:120px;
  padding-left:38px;
}
.top_links a{
  transition:all 0.3s ease;
  font-size:14px;
  color:#212121;
  text-decoration:none;
  width:38px;
  display:inline-block;
  height:38px;
  border:1px solid #d2d2d2;
  vertical-align: top;
  line-height:38px;
  margin: 45px 6px 45px 0;
  border-radius:60px;
}

.modal-search {
  display: none;
}

.active1 {
  position: fixed;
  z-index: 20;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}

.search-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 11;
  background: #CCE2E3;
  border-radius: 10px;
  height: 100px;
  padding: 0 30px;
  margin-bottom: 25px;
}

.search .lucky:hover {
  width: 38px;
  height: 38px;
  border: 1px solid #d2d2d2;
  background: #f7f7f7 url('../img/luck_hover.png') no-repeat center center;
}
.search .lucky {
  transition:background 0.2s ease;
  display: inline-block;
  width:40px;
  background: #259294 url('../img/luck_w.png') no-repeat center center;
  border-radius:60px;
  border:0px;
  margin: 45px 0px 40px 0;
  position:relative;
  height: 40px;
}
.search input[type="text"]:hover,.search input[type="text"]:focus  {
background-color:#fff;
}
.search input[type="text"]:focus {
  border:1px solid #FFCA18 !important; 
}
.search input[type="text"] {
  transition: all 0.1s linear;
  display: inline-block;
  border: 1px solid #d2d2d2;
  position: relative;
  height: 38px;
  border-radius: 60px;
  z-index: 11;
  font-size: 14px;
  width: 104px;
  vertical-align: top;
  line-height: 38px;
  padding: 0 11px 0 47px;
  background: #F7F7F7 url('../img/search.png') no-repeat 17px 11px;
  margin: 45px 0;
}
.overlay_yellow .wrapper {
  margin-top: 150px;
  z-index:11;
  position:relative;
}
.overlay_gray {
  background: rgba(32, 32, 32, 0.9);
  display:none;
  left:0px;
  top:0px;
  cursor:pointer;
position: absolute;
  width:100%;
  height:100%;
  z-index:10;
}
.overlay_gray a:hover{
background: rgba(255,255,255,0.1) url('../img/cat_white.png') no-repeat 26px center;
  border: 1px solid #fff;
}
.overlay_gray a{
  transition: all 0.2s ease;
  line-height: 50px;
  color: #fff;
  margin: 30px 0;
  text-decoration: none;
  border: 1px solid #4f4e4e;
  padding: 0 25px 0 50px;
  border-radius: 50px;
  display: inline-block;
  background: url('../img/cat_white.png') no-repeat 26px center;
}
.overlay_gray .wrapper {
  margin-top: 320px;
  height:300px;
  z-index:11;
  color: #fff;
  font-size: 17px;
  position:relative;
}

.search-btn {
  background: linear-gradient(90deg, rgba(51, 186, 137, 1), rgba(0, 152, 237, 1));
  border-radius: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 50px;
  margin-left: 15px;
  cursor: pointer;
}

.overlay_yellow {
  background:rgba(0,0,0,0.8);
  display:none;
  left:0px;
  top:0px;
  cursor:pointer;
  position: fixed;
  width:100%;
  height:100%;
  z-index:10;
}
.has_tip:hover .tip{
  display:block;
}
.has_tip {
  position:relative;
}
.tip:after {
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  bottom: -10px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-top: 5px solid #202020;
}
.tip {
  display:none;
  position: absolute;
  top: -33px;
  width: 110px;
  right: 0px;
  background: #202020;
  color: #FFF;
  padding: 5px 0px;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
}
.clearfix {
clear:both;
}

.horizontal_list_brands {
  display:block;
  margin:40px auto 0;
}
.horizontal_list_brands{
  float:  right;
cursor:default;
text-align:center;
}
.horizontal_list_brands li:last-child a{padding-right:0px;}
.horizontal_list_brands li:last-child {
margin-right:0px !important;

}
.horizontal_list_brands li {
cursor:default;
margin-right: 55px; /* !!! */
display:inline-block;
transition:all 0.3s ease;
}
.all_games_link span:nth-child(3){
color:#adadad;
font-size:11px;
}
.all_games_link span:first-child{
transition:all 0.3s ease;
color:#464646;
font-size:14px;
}
.all_games_link:hover span:first-child{
color:#252525;
}
.all_games_link:hover {
background:url('../img/show_a.png') no-repeat left center;
}
.all_games_link {
  text-decoration:none;
    border-right: 1px solid #E0E0E0;
  display: block;
  padding-left:30px;
  transition:all 0.3s ease;
  width: 100px;
  float: left;
  margin: 45px 0 0;
  background:url('../img/show.png') no-repeat left center;
  height:32px;
}
.horizontal_list_brands li a:hover {
  margin:1px;
  color:#484848;
  border:0px solid #d2d2d2;
}
.horizontal_list_brands li a {
display:inline-block;
margin:1px;
font-size: 14px;
padding-left:48px;
padding-right:25px;
transition:all 0.3s ease;
text-decoration:none;
color:#7d7d7d;
border-radius:60px;
height:40px;
line-height:40px;
}


.horizontal_list_series{
cursor:default;
text-align:center;
}
.horizontal_list_series li:last-child {
margin:0 !important;
}
.horizontal_list_series li {
cursor:default;
margin-right: 27px;
display:inline-block;
}
.horizontal_list_series li a:hover img {

}
.horizontal_list_series li a {
transition:opacity 0.3s ease;
display:inline-block;
margin:0;
padding: 0;
height:40px;
}

.heading2.crown {
padding-left:40px;
background:url('../img/crown.png') no-repeat 5px center;
}

.heading2 {
margin:35px 0;
padding:3px 0;
font-size:17px;
cursor:default;
color:#464646;
}
.space_before {
margin-top:90px;
}
.space_before_med {
margin-top:45px;
}


/*Товары*/
.catalog .items_container {
  min-height: 200px;
  text-align: center;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
backface-visibility:hidden;
transition:all 2.5s ease;
}
.items_container {
    user-select: none;
  text-align: center;
  width: 1020px;
  margin: 0 auto;
overflow: hidden !important;
}
.product > a img{
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 12px;
}

.search_form {
  display: inline;
}
.product:last-child {
margin-right:0 !important;
}

.product > a .price{

	line-height: 18px;
	left: 0px;

	height: 18px;
	text-align: center;
	color: #202020;
	text-shadow: 0px 0 0!important;
	font-size: 15px;
	display: inline-block;
	z-index: 3;
	font-weight: 600;
}
.product > a {
    display: block;
    overflow: hidden;
}
.product:nth-child(5n+5) {
margin-right:0px !important;
}
.product:hover .product_overlay {
  opacity:1;
}
.product {
	position: relative;
    margin-right: 46.2px;
	display: inline-block;
	margin-bottom: 56px;
	width: 95%;
	vertical-align: top;
}
/*.product.sale > a:after{
content:'';
position:absolute;
top:0;
right:0px;
width:103px;
height:103px;
background:url('../img/sale.png') no-repeat top right;
z-index: 1;
}*/
/*.product.sale .price{
	background: #daa120d1;
	color: #fff;
	border: 2px solid #ffca18;
	padding: 6px 18px 7px;
	text-shadow: 0 0 4px #00000082;
}*/
.product_platforms {
padding:0 18px;
height:50px;
display:block;
width:144px;
text-align:left;
}
.product .product_title {
line-height:20px;
  text-align: left;
font-size:14px;
padding:20px 18px 0;
}
.product_overlay {
  opacity:0;
  transition:opacity 0.2s ease;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  color: #FFF;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2;
  border-radius: 12px;
}
.product_platforms .PC {
  background: url(../img/win.png) no-repeat center center;
  width:20px;
}

.product_platforms .Windows{
  background: url(../img/win.png) no-repeat center center;
  width:25px;
}
.product_platforms .Mac, .product_platforms .MAC{
  background: url(../img/mac.png) no-repeat center center;
  width:25px;
}

.product_platforms .Android, .product_platforms .ANDROID {
  background: url(../img/android.png) no-repeat center center;
  width:25px;
}
.product_platforms .Linux {
  background: url(../img/linux.png) no-repeat center left;
  width:16px;
  min-width: 16px;
}
.product_platforms .Steam{
  background: url(../img/steam.png) no-repeat center center;
  width: 50px;
}

.product_platforms .Rockstar{
  background: url(../img/rockstar.png) no-repeat left center;
  width: 50px;
}

.product_platforms .GOG{ 
  background: url(../img/gog.png) no-repeat left center;
  width: 50px;
}
.product_platforms .Playstation{ 
  background: url(../img/ps.png) no-repeat center center;
  width: 25px;
}
.product_platforms .Xbox + .Xbox,.product_platforms .Playstation + .Playstation {
display:none;
 }
.product_platforms .Xbox{ 
  background: url(../img/xbox.png) no-repeat center center;
  width: 25px;
}
.product_platforms .battlenet, .product_platforms .Battlenet  { 
  background: url(../img/battle.png) no-repeat center center;
  width: 70px;
  /*  background-size: contain;*/
}
.product_platforms .Uplay{ 
  background: url(../img/uplay.png) no-repeat center center;
  width: 50px;
}
.product_platforms .Origin{
  background: url(../img/origin.png) no-repeat center center;
  width: 50px;
}
.product_platforms span {
  height: 50px;
  margin: 0 0px 0 0;
  min-width: 20px;
  display: inline-block;
}
.product .release_date {
	z-index: 3;
	position: absolute;
	font-size: 12px;
	color: #FFF;
	font-weight: 600;
	padding: 4px 10px 6px 26px;
	background: #202020 url(../img/time_n.png) no-repeat 9px center;
	border-radius: 40px;
	left: 50%;
	bottom: 15px;
	display: inline-block;
	min-width: 56px;
	margin-left: -48px;
	text-align: center;
}
.product_platforms span:first-child {
position:relative;
}
.product_platforms span:last-child {
  position:relative;
  margin-left:5px;
}
.type_req {
  display: block;
  line-height: 20px;
  vertical-align: top;
  margin-bottom: 13px;
  color: #259294;
  font-size: 13px;
}
/*.product_platforms span:last-child:after {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: -3px;
  width: 1px;
  height: 18px;
  opacity: 0.3;
background-color: rgba(255, 255, 255, 0.47);
}*/
/*Товары*/


/*Слайдер*/
#main_slider {
	    user-select: none;
  overflow: hidden;
  height: 300px;
  width: 1024px;
  border-radius:4px;
}

.slider_page {
  width:1024px;
  height:100%;
  float:left;
}
/*.first .navi {
	top:0px !important;
}*/
.navi {
    position: absolute;
    bottom: 0px;
    height: 25px;
    z-index: 5;
    vertical-align: middle;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    text-align: center;
}
.navi .dot:hover {
  background:#d4d4d4;
}
.navi .dot.active {
  background:#ffca18 !important;
  border-color:#ffca18 !important;
}
.navi .dot {
    transition: all .2s ease;
    display: inline-block;
    width: 45px;
    height: 4px;
    border-radius: 2px;
    border: 1px solid #d4d4d4;
    margin: 10px 6px;
}

.over_vis {
  position: relative;
  overflow:visible !important;
}

.slider_cont {
  left:0px;
  position: relative;
  min-width:2048px;
  height:100%;
  transition: all .7s ease;
}  

.series_item:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%); 
  -o-filter: grayscale(0%); 
  opacity:0.9;
}

.series_item {
  -webkit-filter: grayscale(40%);
  -moz-filter: grayscale(40%);
  -o-filter: grayscale(40%);
  transition: all .2s ease;
  display: block;
  float: left;
  width: 25%;
  height: 135px;
}
.series_slider {
  overflow: hidden;
}
.product_banner.big {
/*width:334px;
height:378px;
margin-bottom:0px !important;*/
}
/*
.product_banner:nth-child(2n+2) {
	margin-bottom:40px;	
}*/
.product_banner:nth-child(3),.product_banner:nth-child(5) {
	margin-right:0px !important;
}
.product_banner {
	display: block;
    background: #fff;
    width: 100%;
    height: 100%;
}
.product_banner.sale > a:after{
content:'';
position:absolute;
top:0;
right:0px;
width:103px;
height:103px;
background:url('../img/sale.png') no-repeat top right;
z-index: 1;
}

.product_banner .release_date {
	z-index: 3;
	position: absolute;
	font-size: 12px;
	color: #FFF;
	font-weight: 600;
	padding: 4px 10px 6px 26px;
	background: #202020 url(../img/time_n.png) no-repeat 9px center;
	border-radius: 40px;
	display: inline-block;
	margin-left: -48px;
	text-align: center;
	right: 13px;
	top: 13px;
}
.product_banner > a .price .old_price{
	font-size: 11px;
	color: #1f1f1f;
	background: #ffca18;
	margin-right: 3px;
	display: inline-block;
	vertical-align: top;
	border-radius: 10px;
	padding: 0 5px;
	line-height: 17px;
	padding-bottom: 1px;
	margin: 6px 3px 0 0;
}
.product_banner > a .price:last-child:after{
  content: '₽';
  font-size: 9px;
  vertical-align: top;
}  
.product_banner > a .price{ 
	font-size: 15px;
	color: #f5f5f5;
	font-weight: 500;
	display: inline-block;
	z-index: 3;
	float:right;
	margin-right:15px;
}

.product_banner > a {
	width:100%;
	height:80%;
	position:relative;
	background-size: cover !important;
  display: block; 
}
/*.product_banner:nth-child(1n+2) .product_title  > span:after{
	content:'';
	display:block;
	width:30px;
	height:30px;
	background:url('../img/t_fade.png') no-repeat right top;
	position:absolute;
	right:0px;
	top:0px;
	
}
.product_banner:nth-child(1n+2) .product_title {
	background: rgba(31, 31, 31, 1);	
	bottom:-30px !important;
}
.product_banner:nth-child(1n+2) .product_title  > span{
	width: 208px;
	text-overflow:initial;
	position:relative;
	
}*/
.product_banner .product_title  > span{
	vertical-align: middle;
	max-width: 63%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	padding-left: 15px;
	float: left;
}
.product_banner .product_title {
	width: 100%;
	background: rgba(31, 31, 31, 0.8);
	line-height: 30px;
	height: auto;
  font-size: 14px;
  position: absolute;
  bottom: 0px;
  display: table;
  vertical-align: middle;
}
.product_banner:hover .product_overlay {
background-color: rgba(0, 0, 0, 0.75);
}
.product_banner:hover .product_platforms {
opacity:1;
}
.product_banner .product_platforms {
transition:opacity 0.3s ease;
opacity:0;
}
.product_banner .product_overlay {
transition:all 0.3s ease;
background: transparent;
opacity: 1;
}
/*Слайдер*/

/*Горизонтальные категории*/
.steam_hor:hover {
  background: url(../img/cats/steam_a.png) no-repeat 18px center;
} 
.steam_hor {
  background: url(../img/cats/steam.png?v=1) no-repeat 18px center;
} 
.uplay_hor {
  background: url(../img/cats/uplay2.png?v=1) no-repeat 8px center;
}
.uplay_hor:hover {
  background: url(../img/cats/uplay_a.png) no-repeat 8px center;
} 
.origin_hor {
  background: url(../img/cats/origin.png?v=1) no-repeat 18px center;
}
.origin_hor:hover {
  background: url(../img/cats/origin_a.png) no-repeat 18px center;
}
.battle_hor {
  background: url(../img/cats/battle.png?v=1) no-repeat 10px center;
}
.battle_hor:hover {
  background: url(../img/cats/battle_a.png) no-repeat 10px center;
}
.xbox_hor {
  background: url(../img/cats/xbox.png?v=1) no-repeat 18px center;
}
.xbox_hor:hover {
  background: url(../img/cats/xbox_a.png) no-repeat 18px center;
}
.ps_hor {
  background: url(../img/cats/ps.png?v=1) no-repeat 13px 12px;
}
.ps_hor:hover {
  background: url(../img/cats/ps_a.png) no-repeat 13px 12px;
}
.anti_hor {
/*background: url(../img/cats/anti.png?v=1) no-repeat 20px 11px;*/
}
.wot_hor {
background: url(../img/cats/wot.png?v=1) no-repeat 20px center;
}
.wot_hor:hover {
background: url(../img/cats/wot_a.png) no-repeat 20px center;
}
.luck_hor {
background: url(../img/cats/luck.png) no-repeat 18px center;
}
.luck_hor:hover {
background: url(../img/cats/luck_a.png) no-repeat 18px center;
}

/*Горизонтальные категории*/

/*Меню*/
#menu, #menu-category {
  display: none;
  width: 350px;
  position: absolute;
  height: 500px;
  z-index: 0;
}

#menu-category {
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: scroll;
  height: 100%;
}
#content, #footer {  min-width: 1024px;}
#container {
	margin-top: 68px;
	background:#fafafa;
  width:100%;
  z-index:2;
  position:relative;
  transition:all 0.4s ease;
/*-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);*/
}
#main_container {
/*-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);*/
  /* overflow:hidden !important; */
  width: 100%;
}
html,body { 
  width: 100%;
  height: 100%;}
  
#container.opened #header.fixed {
	left:350px;
}

#container.opened {
  /*overflow: hidden;*/
  cursor:pointer;
  opacity:0.9;
  margin-left: 350px;
}
.open_menu.opened, .categoryBtn {
  background: url('../images/x.svg') no-repeat center center !important;
  width: 39px;
  height: 39px;
}
/*.wrapper.first {
padding-top:25px;
}*/
#menu_overlay {
  position:absolute;
  top:0px;
  left:0px;width:100%;
  height:100%;
  cursor:pointer;
  z-index: 10;
  display:none;
}
.menu_header span:nth-child(3){
color: #B08901;
font-size:11px;
   
}
.menu_header span{
  /* margin: 45px 0px 45px 0; */
  display: inline-block;
  font-size:14px;
  /* float: left; */
  color: #212121;

}
.menu_header > a:hover span:nth-child(3){
color: #7d7d7d;
}
.menu_header > a:hover{
  background: #f7f7f7 url('../img/menu_cat.png') no-repeat 35px center;
}
.menu_header > a{
  transition: all 0.3s ease;
  display: block;
  height: 30px;
  width: 200px;
  background: #FFCA18 url('../img/menu_cat.png') no-repeat 35px center;
  padding: 15px 20px 19px 72px;
  cursor: pointer;
  border-radius: 60px;
  margin: 43px auto;

}
.menu_header {
  height: 130px;
  overflow:hidden;
  border-bottom:1px solid #1f1f1f;
  display: block;
  position: relative;
}
.menu_list li a:hover{
  background:#1f1f1f;
  color:#fff;
}
.menu_list li a{
  transition:all 0.2s ease;
  display:block;
  color:#888888;
  text-decoration:none;
  font-size:14px;
  padding:15px 0 15px 50px
}
.menu_list {
  margin:10px 0;
}
.menu_limiter {
  margin: 15px 50px;
  height:1px;
  display:block;
  width:250px;
  background:#1f1f1f;
}
/*Меню*/

/*Каталог на главной*/
.space_before_med  .tabs a.active, .space_before_med  .tabs a:hover {
	border-top: 0px !important;
	border-right: 0px !important;
	border-left: 0px !important;
	border-bottom: 2px solid #ffca18 !important;
	color: #333 !important;
	margin: 0 35px 0 0 !important;
	background:transparent !important;
}
.space_before_med  .tabs a {
	transition: all 0.2s ease;
	font-size: 17px;
	display: inline-block;
	color: #7d7d7d;
	text-decoration: none;
	margin: 0 35px 0 0 !important;
	line-height: 40px;
	border-bottom: 2px solid transparent;
	padding: 0px !important;
	border-radius: 0px;
	font-weight:500;
	border-top: 0px !important;
	border-right: 0px !important;
	border-left: 0px !important;
}

.tabs a.active {
  color:#202020 !important;
  margin:0px !important;
  background: #FFF !important;
  border:1px solid #d2d2d2 !important;
}
.tabs a:hover {
  margin:0px;
  background: #f7f7f7;
  border:1px solid #d2d2d2;
}
.tabs {
margin-bottom:40px;
}
.tabs a {
  transition: background 0.2s ease;
  padding: 12px 22px;
  font-size:16px;
  margin:1px;
  display: inline-block;
  border-radius: 50px;
  color:#7d7d7d;
  text-decoration: none;
}
.tab_content.active {display:block !important;}
.tab_content {
display:none;
}
.show_all:hover {
/*(border:1px solid #d2d2d2;*/
/*border-color: transparent;*/
color:#202020;
color:#252525;
background: #fff url('../img/show_a.png') no-repeat 60px center;
}
.show_more:hover {
background:#fff;
color:#252525;
}


.look_in_cat {
transition: color 0.3s ease, background-image 0.3s ease;
background: #fff url('../img/show.png') no-repeat 25px center;
display:block;
margin:38px auto;
width:178px;
height:62px;
padding-left: 17px;
line-height:62px;
font-size: 14px;
text-align:center;
color:#464646;
text-decoration:none;
border-radius:60px;
}

.look_in_cat:hover {
margin:38px auto;
border:1px solid #d2d2d2;
height:60px;
color:#252525;
line-height:60px;
background: #fff url('../img/show_a.png') no-repeat 25px center;
}

@-webkit-keyframes spin {
    0%   {
    -moz-transform: rotate(0deg); /* Для Firefox */
    -ms-transform: rotate(0deg); /* Для IE */
    -webkit-transform: rotate(0deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(0deg); /* Для Opera */
    transform: rotate(0deg);    
    }
    100% {
      -moz-transform: rotate(359deg); /* Для Firefox */
      -ms-transform: rotate(359deg); /* Для IE */
      -webkit-transform: rotate(359deg); /* Для Safari, Chrome, iOS */
      -o-transform: rotate(359deg); /* Для Opera */
      transform: rotate(359deg);      
      
    }
}
.show_more.inprocess:before {
  -moz-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  -ms-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  opacity:1;
}
.show_more:before {
  content: '';
  width: 82px;
  height: 82px;
  left: 50%;
  z-index: 10;
  top: -100px;
  opacity:0;
  transition:opacity 0.5s ease;
  position: absolute;
  margin-left: -41px;
  background: url(../img/loading.png) no-repeat center center;
}
.show_more.inprocess {
  margin-top: 120px;
background:transparent !important;
color:#464646 !important;
border:1px solid #d2d2d2;
width:248px;
height:60px;
}
.show_more_wrapper {
  overflow: auto;
  padding-bottom: 100px;
}
.show_more {
position:relative;
transition: all .2s ease;
background: #ffca17;
border:2px solid #ffca17;
display:block;
margin:38px auto;
width:248px;
height:60px;
line-height:60px;
font-size:15px;
text-align:center;
color:#212121;
font-weight:600;
text-decoration:none;
border-radius:60px;
}
.show_all {
transition: all .2s ease;
background: #ffca17 url('../img/show_a.png') no-repeat 60px center;
display:block;
margin:30px auto;
width:240px;
height:60px;
border: 2px solid #ffca17;
padding-left:10px;
line-height:60px;
font-size:15px;
text-align:center;
color:#212121;
text-decoration:none;
font-weight:600;
border-radius:60px;
}
/*Каталог на главной*/


/*Отзывы*/
#reviews {
  background:#fff;
  padding: 50px 0 50px;
}
#reviews .review {
  display: inline-block;
  padding: 0 50px;
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  color: #202020;
   
  border-left: 1px solid #E8E8E8;
}
#reviews .column:nth-child(4) .review {
  border-left: 0;
}

#reviews .column {
  display:block;
  height:100%;
   min-height: 72px;
  position:relative;
  text-align: center;
  float:left;
  width:25%;
}
.heading2.speech {
  display: inline-block;
  padding-left: 45px;
  margin-top: 0px;
  background: url('../img/reviews.png') no-repeat 0px center;
  height: 21px;
  line-height: 15px;
  color:#464646;
  margin-left: 50px;
}
.read_all:hover {
  color: #252525 !important;
}
#reviews .date {
  color:#727272;
  text-align:left;
    margin-top: 15px;
    font-size:14px;
      font-weight: 300;
  font-family: 'Exo 2', sans-serif;
}
.read_all {
  font-size: 14px;
  transition:all 0.3s ease;
  color: #464646;
  text-decoration: none;
  float: right;
  margin-right: 50px;
}
/*Отзывы*/

/*Оплата*/
.payments img{
  display:inline-block;
  margin: 0 21px;
}
.payments {
    user-select: none;
cursor:default;
margin: 125px 0 90px;
text-align:center;
}
/*Оплата*/

/* Footer */
#footer {
	z-index: 1;
  position: relative;
  background:#1C2026;
  padding: 31px 0 15px;
}

.footer a {
  text-decoration: none;
  color: #fff;
}

.footer__block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  color: #fff;
  line-height: 1.2;
}
.footer__logo {
  width: 237px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.footer__logo img {
  width: 130px;
  height: 48px;
}

.footer__link {
  font-size: 14px;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer__phone {
  font-size: 16px;
  font-weight: 700;
}

a.footer__email, .header__email {
  color: #33BA89;
  font-size: 12px;
}
.footer__logoText {
  margin-top: 15px;
}

.footer__block2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer__menu {
  width: 65%;
  /* height: 1em; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 40px;
  justify-content: space-between;
  margin-left: 85px;
  margin-top: 5px;
}

.footer__menuMobile {
  display: none;
}

.footer__menuMobile2 {
  display: none;
}

.footer__menu a, .footer__doc a, .footer__phone{
  transition: all .2s;
}
.footer__menu a:hover, .footer__doc a:hover, .footer__phone:hover {
  color: #c5c1c1;
  transition: color .2s;
}

.footer__info {
  margin-top: 35px;
  border-top: #4B5260 solid 1px;
}

.footer__doc {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 1px;
}
.footer__email{
  /* margin-top: 2px; */
}
#footer .copyright {
  color:#404040;
}


.footer_graphic {
  font-size: 12px;
  margin: 5px 0;
}

.footer__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}
/* Footer */

.wrapper.catalog {
  overflow: hidden;
position:relative;
}
#load_overlay {
  display:none;
  position: absolute;
  z-index: 5;
  opacity: 1;
  top: 0px;
  left: 0px;
  background: rgba(245, 245, 245, 0.4);
  width: 100%;
  height: 100%;
}

.load_icon {
  -moz-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  -ms-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  width: 80px;
  height: 80px;
  border-radius: 70px;
  background: #FFF url('../img/loading.png') no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -41px;
top: 200px;
}
.price_filter {
  width: 260px;
  height: 76px;
  position: relative;
  overflow: visible;
  float: left;
}
.price_filter div:nth-child(2) input{
  margin-right: 10px !important;
}
.price_filter input:focus+.ndborder {
opacity:1;
}
.price_filter input:focus {
border:1px solid #f1c936 !important;
box-shadow: 0 0 4px #f4eccf;
}
.price_filter input:hover {
border: 1px solid #b5b5b5;
}
.price_filter >div {
overflow: visible;
float:left;
position:relative;
}
.ndborder {
opacity: 0;
  position: absolute;
  width: 124px;
  border-radius: 34px;
  left: -2px;
  top: 2px;
  background: #f4eccf;
  transition:opacity 0.2s ease;
  height: 46px;
  z-index: 0;
}
.price_filter > div:nth-child(2) span {
  position: absolute;
  width: 20px;
  height: 40px;
  left: 20px;
  bottom: 6px;
  line-height: 40px;
  z-index:2;
  font-size: 14px;
  color: #7D7D7D;
}
.price_filter > div:nth-child(3) span {
  position: absolute;
  width: 20px;
  height: 40px;
  left: 20px;
  bottom: 6px;
  z-index:2;
  line-height: 40px;
  font-size: 14px;
  color: #7D7D7D;
}
.price_filter input {
margin:4px 0;
box-sizing:content-box;
position:relative;
transition:all 0.3s ease;
display:inline-block;
width: 68px; /*width: 120px;*/ 
font-size:14px;
line-height:40px;
color:#252525;
 
padding:0 10px 0 40px;
border-radius:50px;
z-index:1;
border:1px solid #d1d1d1;
}
#filter {
  display: none;
}
.filter_title {
font-size:14px;
display:block;
  margin-bottom: 13px;
}
.filter_form .upper {
  padding: 40px 0 30px;
  border-bottom: 1px solid #E9E9E9;
}
.total_found {
color:#484848;
 
font-size:13px;
padding-right: 12px;
border-right:1px solid #E9E9E9;
display:inline-block;
height:16px;
line-height:16px;
margin:6px 0;
}
.cats_filter select{
  margin: 4px 0px;
  width: 230px;
  height: 42px;
  border-radius: 50px;
  padding: 0 15px;
}
.cats_filter {
position: relative;
overflow: visible;
width: 235px;
margin-right:5px;
float:right;
height:76px
}
.filter_form .sorts{
  display: inline-block;
  float: right;
  cursor:default;
}
.filter_form .bottom {
padding-top:15px;
height:28px;
  padding-bottom: 15px;
}
.filter_form, #header > .wrapper  {
  overflow: visible;
}
.filter_form .sorts a:hover {
color:#252525;
}
.filter_form .sorts a {
color:#7d7d7d;
text-decoration:none;
margin:0 5px;
font-size:12px;
line-height:28px;
transition:all 0.2s ease;
border-radius:30px;

 
}
.sorts .active_sort.desc:after {
  content: '';
  position: absolute;
  right: 11px;
  top: 13px;
  width: 5px;
  height: 3px;
  background: #FFF url('../img/asc_desc.png') top center no-repeat;
}
.sorts .active_sort.asc:after {
  content: '';
  position: absolute;
  right: 11px;
  top: 13px;
  width: 5px;
  height: 3px;
  background: url('../img/asc_desc.png') bottom center no-repeat;
}
.filter_form .sorts .active_sort {
position:relative;
background:#fff;
line-height:28px;
border:1px solid #e9e9e9;
color:#252525 !important;
text-decoration:none;
display:inline-block;
padding: 0 22px 0 15px;
}
.reset_filter:hover {
color:#252525;
}
.reset_filter {
display:inline-block;
font-size:12px;
margin:0 5px;
color:#7d7d7d;
 
text-decoration:none;
transition:all 0.3s ease;
}
.filter_form.stick {
position: fixed;
  background: rgba(245, 245, 245, 0.98);
  top: -20px;
  z-index: 9;
  width: 1024px;
}
.filters_span > span:last-child {
  margin-right: 2px;
}
.filters_span > span {
font-size:11px;
 
color:#7d7d7d;
background:#fff;
border-radius:20px;
border:1px solid #d1d1d1;
  margin-left: 5px;
padding:0 25px 0 10px;
  vertical-align: top;
  height:25px;
  display:inline-block;
  cursor:default;
line-height:25px;
position:relative;
}
.filters_span {
display:inline-block;
  vertical-align: top;
 padding-left: 4px;


}
.mode_select_cont {
width:230px;
margin-right:0px;
}
span.moar {
  padding: 0 8px !important;
  opacity: 0.5;
}
.close_span:hover {
opacity:1;
}
.close_span {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 25px;
  height: 27px;
  cursor: pointer;
  border-radius: 0 30px 30px 0;
  opacity: 0.7;
  background: url('../img/close_span.png') no-repeat center center;
}
.search_input:focus+.bordernd >div {
opacity:1;
}
.bordernd{
  width: 0px;
  height: 0px;
  position: relative;
  display: inline;
  vertical-align: top;
}
.bordernd > div{
  opacity: 0;
  transition: all 0.2s ease;
  display: block;
  position: absolute;
  content: '';
  width: 182px;
  border-radius: 60px;
  height: 44px;
  background: rgba(255, 202, 24, 0.2);
  top: -87px;
  right: -2px;
}

.product_right {
	position:relative;
}

.product_info {
	cursor:default;
	position:relative;
	/* width: 610px; */
}

.prop_additional {
    margin-left: 130px;
    float: left;
}

.prop_additional > span {
	line-height: 20px;
    float: left;
    clear: left;
     
    position: relative;
    margin-bottom: 5px;
    transition: all 0.2s ease;
    border-bottom: 1px dotted #fff;
    display: inline-block;
    color: #484848;
    text-decoration: none;
    font-size: 12px;
    margin-left: 20px;
}


.rezhim.active_r {
opacity:1 !important;
}
.rezhim:nth-child(1):before {
  content: '';
  width: 15px;
  height: 16px;
  background: url('../img/sp.png') no-repeat left center;
  position: absolute;
  top: 0;
  left: 0px;
}
.rezhim:nth-child(2):before {
  content: '';
  width: 15px;
  height: 16px;
  background: url('../img/mp.png') no-repeat left center;
  position: absolute;
  top: 0;
  left: 0px;
}
.rezhim:nth-child(3):before {
  content: '';
  width: 15px;
  height: 16px;
  background: url('../img/coop.png') no-repeat left center;
  position: absolute;
  top: 0;
  left: 0px;
}
.rezhim_cont {
  margin-top: 10px;
  float: left;
}
.rezhim {
position:relative;
  padding-left: 20px;
	font-size: 12px;
line-height:15px;
opacity:0.3;
display:block; 
height:15px;
margin-bottom:10px;
}
h1 {
	cursor:default;
}

.product_how_to a:hover {
color:#282828;
}
.product_how_to a {
  margin-right: 25px;
transition:all 0.3s ease;
display:inline-block;
color:#7d7d7d;
font-size:12px;
 
text-decoration:none;
}
.product_how_to {
  position: absolute;
  bottom: 32px;
  left: 300px;
  width: 100%;
  height: 15px;
  line-height: 15px;
}
.prop .PC {
  background: url(../img/win2.png) no-repeat left center;
  width:20px;
  height:18px;
  display:block;
}
.prop .Windows {
  background: url(../img/win2.png) no-repeat left center;
  width:20px;
  height:18px;
  display:block;
}
.prop .MAC{
  background: url(../img/mac2.png) no-repeat center center;
  width:25px;
  height:18px;
  display:block;
}
.prop .Android {
  background: url(../img/android2.png) no-repeat center center;
  width:25px;
  height:18px;
  display:block;
}

.prop .Linux{
  background: url(../img/linux.png) no-repeat center right;
  width:16px;
  margin:0 3px;
  height:18px;
  display:block;
}

.prop .Steam{
  background: url(../img/steam2.png) no-repeat left center;
  width: 50px;
  height:18px;
  display:block;
}
.prop .GOG{ 
  background: url(../img/gog2.png) no-repeat left center;
  width: 50px;
  height:18px;
  display:block;
}
.prop .Playstation{ 
  background: url(../img/ps2.png) no-repeat left center;
  width: 25px;
  height:18px;
  display:block;
}
.prop .Xbox{ 
  background: url(../img/xbox2.png) no-repeat left center;
  width: 25px;
  height:18px;
  display:block;
}
.prop .battlenet { 
  background: url(../img/battle2.png) no-repeat left center;
  width: 60px;
  height:18px;
  display:block;
  background-size: contain;
}
.prop .Battlenet { 
  background: url(../img/battle2.png) no-repeat left center;
  width: 60px;
  height:18px;
  display:block;
  background-size: contain;
}
.prop .Uplay{ 
  background: url(../img/uplay2.png) no-repeat left center;
  width: 50px;
  height:18px;
  display:block;
}
.prop .Origin{
  background: url(../img/origin2.png) no-repeat left center;
  width: 50px;
  height:18px;
  display:block;
}
.prop .Rockstar{
  background: url(../img/rockstar2.png?v=2) no-repeat left center;
  width: 50px;
  height:18px;
  display:block;
}
.platforms_list .prop_value > span {
  display: inline-block;
}
.product_buy > span {
  display:block;
  font-size:12px;
  color:#484848;
  margin-bottom:12px;
  margin-left:35px;
  width:100%;
  position:relative;
  float:left;
}

.del_icon:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url('../img/goods/del_icon.png') no-repeat center center;
  border-radius: 15px;
  position: absolute;
  left: -22px;
  top: -1px;
}
.reviews_icon:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url('../img/goods/rev_icon.png') no-repeat center center;
  border-radius: 15px;
  position: absolute;
  left: -22px;
  top: -1px;
}
.guar_icon:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url('../img/goods/guar_icon.png') no-repeat center center;
  border-radius: 15px;
  position: absolute;
  left: -22px;
  top: -1px;
} 
.disc_icon:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url('../img/goods/disc_icon.png') no-repeat center center;
  border-radius: 15px;
  position: absolute;
  left: -22px;
  top: -1px;
}
.product_right .preorder:before, .product_right  .instock:before {
  position: absolute;
  left: -22px;
  top: -1px;
}
.preorder:before, .instock:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url('../img/goods/instock_icon.png') no-repeat center center;
    border-radius: 15px;
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    margin-top: 1px;
    position: absolute;
    left: -22px;
    top: -1px;
  }



.price_title {
color:#7d7d7d;
font-size:12px;
display:block;
 
margin-left:15px;
}
.economy {
  font-size:12px;
   
  color:#7d7d7d;
  margin: 25px 0 25px 15px;
}

.price_value.no_disc {
  display: block;
  text-align: center;
}

.economy_val:after {
  content: ' руб';
  font-size: 9px;
  color: #212121;
  line-height: 8px;
  text-decoration: none;
  vertical-align: top;
}
.economy_val {
  font-family: 'Exo 2', sans-serif;
  color: #212121;
  font-size:14px;
  display:inline-block;
  margin-left:3px;
}
.bordernd2{
  content: '';
  position: absolute;
  left: -3px;
  bottom: -2px;
  border-radius: 50px;
  height: 77px;
  width: 280px;
  background: #ffece0;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 0;
}




h4, .heading4 {
font-size:14px;
margin: 30px 0 20px;
color:#7d7d7d;
}

#desc {
	margin-bottom:0px;
}
.include:last-child {
margin-bottom:0px !important;
}

.youtube {
position:relative;
margin-bottom:30px;
}

.youtube:hover > .youtube_thumb {
opacity:0.95;
}
.youtube:hover > .youtube_play {
	background-color:#00000048;
/*background: url('../img/watch_a.png?ver=1') no-repeat center center;*/
}

.youtube:hover .youtube_play:before{
	background:#ffca17;
}

.youtube_play:before {
	transition:background .3s ease;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    background: #ffca17ba;
    margin-left: -25px;
    margin-top: -25px;
    vertical-align: top;
    border-radius: 50%;
}
.youtube_play:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    margin-left: -7px;
    margin-top: -12px;
    border: 11px solid transparent;
    border-left: 19px solid white;
}

.youtube_play {
  transition:all 0.2s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  /*background: url('../img/watch.png?ver=1') no-repeat center center;*/
}

.youtube_thumb {
transition:all 0.3s ease;
width:100%;
  opacity: 1;
height:190px;
}
.product_description.tab.active {
display:block !important;
}
.product_description.tab {
display:none;
}

#desc.product_description {
  font-size: 16px;
   
  line-height: 25px;
  color: #252525;
}
#desc p {
  margin-bottom: 15px;
}
#desc hr {
  height: 0px;
  border: 0px;
  border-top: 1px solid #F5F5F5;
  margin-bottom: 15px;
}


/*.req_val:nth-last-child(2) {
margin-bottom:0px;
}*/

#activate {
  line-height: 25px;
}
#activate ol:last-child, #activate p:last-child {
  margin-bottom:0px;
}
#activate p {
  margin-bottom: 10px;
}
#activate ol {
  margin-bottom: 15px;
}
#req, #activate {
 
font-size:12px;
}

#vk_comments {
  overflow: hidden;
  padding-bottom: 150px;
  display:block;
  float:left;
  margin-top: 57px;
}
.same_goods {
text-align: left;
  margin-bottom: 15px;
}
.product_description ol {
  margin-left: 20px;
  list-style: decimal;
}
.product_description strong {
font-weight:bold;
}
#modal_overlay {
display:none;
position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #252525;
  opacity: 0.9;
  cursor:pointer;
  z-index: 25;
}
#video {
display:none;
position:absolute;
top:400px;
left:50%;
margin-left:-425px;
width:850px;
padding:0px;
height:510px;
background:#fff;
z-index:26;
}
#how_to_buy {
	cursor:default;
display:none;
position:absolute;
top:100px;
left:50%;
margin-left:-425px;
width:790px;
  padding: 30px 29px 30px 25px;
background:#fff;
z-index:26;
}
.modal .close:hover{
opacity:1;
}
.modal .close {
  opacity:0.8;
  transition:all 0.3s ease;
  position: absolute;
  right: -40px;
  width: 16px;
  height: 16px;
  top: 0;
  background: url('../img/close_modal.png') no-repeat center center;
  cursor:pointer;
}
#how_to_buy span {
  margin-bottom: 3px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #FFCB17;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-right: 5px;
  line-height: 29px;
  font-size: 16px;
}
#how_to_buy img {
  max-width: 100%;
  border: 2px solid #FFCB17;
}
#how_to_buy h1 {
font-size:16px;
 
color:#212121;
}
#how_to_buy p {
font-size:12px;
 
color:#212121;
margin: 30px 0 15px;
}
.good_luck {
  text-align: center;
  font-size: 18px !important;
  font-weight: bold !important;
  color: #484848 !important;
  font-family: 'Exo 2' !important;
}
.tip.what_is {
  white-space: normal;
  width: 175px;
  text-align: left;
  padding: 6px 10px;
  line-height: 15px;
  font-size: 12px;
  top: -95px;
  right: -15px;
}
.what_is_cont:hover {
opacity:1;
}
.what_is_cont {
  text-align: center;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  opacity:0.6;
  vertical-align: top;
  background: url('../img/what_is.png') no-repeat center center;
}
.breadcrumbs a:hover{
color:#212121;
}
.breadcrumbs a:first-child{
padding-left:0px;
background:transparent !important;
}
.breadcrumbs a:last-child{
opacity: 0.5;
color:#AFAFAF;
cursor:default;
}

.item_val li{
  margin-bottom: 10px;
}
.item_val:last-child {
margin-bottom:0px !important;
}
.item_val a:hover{
  text-decoration:underline;
}
.item_val a{
  color: #FFCA17;
  text-decoration: none;
}
.item_val {
  list-style:decimal;
  margin-bottom: 35px;
  font-size:11px;
  color:#484848;
  margin-left: 15px;
   
  line-height: 16px;
}
.item_title {
  position:relative;
  font-size: 14px;
  font-weight:bold;
  color:#212121;
  font-family: 'Exo 2';
  margin: 5px 0 12px;
  padding-left: 25px;
}
.item_title:nth-child(1):before {
  content: '';
  width: 25px;
  height: 14px;
  background: url('../img/item1.png') no-repeat center center;
  position: absolute;
  left: -8px;
  top: 0px;
}
.item_title:nth-child(3):before {
  content: ''; 
  width: 25px;
  height: 18px;
  background: url('../img/item2.png') no-repeat center center;
  position: absolute;
  left: -8px;
  top: -2px;
}
.item_title:nth-child(5):before {
  content: '';
  width: 25px;
  height: 14px;
  background: url('../img/item3.png') no-repeat center center;
  position: absolute;
  left: -6px;
  top: -1px;
}
.no_vid {
  margin-top: 60px;
}
.left_buy {
width:180px;
padding:30px;
margin-right:20px;
background:#fff;
}
.right_buy {
background:#fff;
width:764px;
  margin-bottom: 150px;
}
.left_buy, .right_buy {
float:left;
}
.buy_page .product_image {
  position:relative;
  width: 176px !important;
} 
.buy_page .prop_value {
display:inline;
width:auto;
float:none !important;
}
.buy_page .prop_title {
  display: inline !important;
  width: auto !important;
  margin-right: 3px;
float:none !important;  
}
.buy_page .prop {
float:left;
clear:both;
font-size:11px;
line-height:16px;
  margin-bottom: 5px !important;
}
.buy_page .rezhim_cont {
margin-top:0px !important;
}
.buy_page .product_props {
width:100%; 
margin:20px 0px;
}
.buy_page .price {
  position: absolute;
  font-size: 13px;
  color: #1B1B1B;
  padding: 9px 15px;
  background: #FFF;
  border-radius: 40px;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  z-index: 3;
}
.buy_page .price .old_price {
  font-size: 11px;
  color: #B1B1B1;
  vertical-align: top;
  line-height: 13px;
  font-weight: normal;
  margin-right: 3px;
  text-decoration: line-through;
}
.buy_page .product_price {
  float: left !important;
  position: relative !important;
  left: 0px;
  bottom: 0px;
  margin: 10px 0 0px;
  width: 100%;
  height: auto;
  clear: both !important;
  padding: 0px 0 25px 0 !important;
  border-bottom:1px solid #f5f5f5;
}
.buy_page .price_title {
  margin-left: 0px;
}
.buy_page .price_value {
  margin-left: 0px;
  font-size: 30px;
}
.buy_page .price_value:after {
  content: '₽';
  display: inline-block;
  margin-left: 3px;
  font-size: 17px;
  line-height: 20px;
  color: #212121;
  /*   */
  /* font-weight: bold; */
  vertical-align: top;
}
.buy_props {
  margin: 25px 0 0;
  float: left;
  clear: both;
}

.buy_props span {
  position:relative;
  float: left;
  clear: both;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px !important;
}
.buy_page .price > span:last-child:after {
  content: ' ₽';
  font-size: 9px;
  vertical-align: top;
}
.buy_page .important {
  font-size: 11px;
   
  padding: 30px 30px 30px 70px;
  line-height: 18px;
  background: #FAF2D8 url(../img/important.png) no-repeat 25px center;
  color: #b9a870;
}
.buy_page .pay_types:first-child {
  margin-top: 0px;
}
.buy_page .pay_types {
	cursor:default;
	user-select:none;
  margin: 25px 0;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 16px;
  color: #484848;
}
.buy_page .type {
cursor:pointer;
text-decoration:none;
}
.buy_page .type_desc a:hover{
text-decoration:underline !important;
}
.buy_page .type_desc a{
color:#ffca18;
text-decoration:none;
}
.buy_page .type_desc {
font-size:11px;
 
color:#484848;
  line-height: 16px;
}
.buy_page .type_title {
font-size:14px;
  margin-bottom: 10px;
  display:block;
color:#252525;

}
.buy_page .type:nth-child(5n+5) {
  border-right:0px;
}
.buy_page .type:nth-child(1) { background:url('../img/payments/wm.png') no-repeat top center;}
.buy_page .type:nth-child(2) { background:url('../img/payments/qiwi.png') no-repeat top center;}
.buy_page .type:nth-child(3) { background:url('../img/payments/yad.png') no-repeat top center;}
.buy_page .type:nth-child(4) { background:url('../img/payments/card.png') no-repeat top center;}
.buy_page .type:nth-child(5) { background:url('../img/payments/atm.png') no-repeat top center;}
.buy_page .type:nth-child(6) { background:url('../img/payments/mgf.png') no-repeat top center;}
.buy_page .type:nth-child(7) { background:url('../img/payments/mts.png') no-repeat top center;}
.buy_page .type:nth-child(8) { background:url('../img/payments/bee.png') no-repeat top center;}
.buy_page .type:nth-child(9) { background:url('../img/payments/tele2.png') no-repeat top center;}
.buy_page .type:nth-child(10) { background:url('../img/payments/prr.png') no-repeat top center;}
.buy_page .type {
  transition: all .2s ease;
  width: 152px;
  height: 15px;
  position: relative;
  float: left;
  text-align: center;
  border-right: 1px solid #eaeaeb;
  border-bottom: 1px solid #eaeaeb;
  padding: 108px 0px 30px 0px;
}
.type:before {
  transition:all .2s ease;
  opacity:0;
  background: url(../img/pay_i.png) no-repeat left bottom;
  content: '';
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  transition:background-image 0.3s ease;
  width: 23px;
  height: 23px;  
}
.before_buy {
	cursor:default;
  font-size: 11px;
   
  line-height: 18px;
  margin: 0 45px;
  background: #f5f5f5;
  padding: 25px;
  color: #7d7d7d;
}

.right_buy hr {
  border: 0px;
  height: 1px;
  background: #eaeaeb;
}
.before_buy a:hover {
text-decoration:underline;
}
.before_buy a {
  color: #FFCA18;
  text-decoration: none;
}

.type_perc:before {
  content: 'Комиссия ';
}
.type_title {
  transition:all .2s ease;
}
.type_perc {
  transition:all .2s ease;
  font-size: 14px;
  display: block;
  color: #252525;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 108px;
  opacity: 0;
}
.type:hover .type_perc {
  opacity:1;
}
.type:hover .type_title {
  opacity:0;
}

.type:hover {
  background-color:#fafafa !important;
}
.type.active_pay:before {
  opacity:1;
}
.type.active_pay {
  background-color:#fafafa !important;
}
.pay_types_cont {
  overflow: auto;
  border-top: 1px solid #eaeaeb;
  margin-bottom: 30px;
}
.pay_types i {
  line-height: 30px;
  width: 30px;
  display: inline-block;
  border: 1px solid #eaeaeb;
  border-radius: 50%;
  margin-right: 10px;
  font-weight: bold;
}

.pay_types_cont .row {
margin-bottom:55px;
}
.margin25 {
  margin-top: 25px !important;
}
.margin30 {
margin:30px 0;
}
.important a:hover {
text-decoration:underline;
}
.important a {
  color: #FFCA18;
  text-decoration: none;
}

#pay input[type=submit]:focus+.bordernd4 {
  opacity:1;
}
.no_mar_top {
  margin-top:0px !important;
}
.bordernd4 {
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 276px;
  bottom: -3px;
  height: 77px;
  border-radius: 40px;
  position: absolute;
  left: 50%;
  margin-left: -138px;
  background: rgba(255, 202, 24, 0.2);
}
#pay input[type=submit]:hover {
  background: #FBD23A;
}
#pay input[type=submit]{
  z-index: 1;
  position:relative;
  border: 0;
  bottom: 0px;
  cursor:pointer;
  left: 0px;
  transition: all 0.3s ease;
  height: 71px;
  display: block;
  width: 270px;
  margin: 25px auto 30px;
  border-radius: 50px;
  background: #FFCA17;
  color: #252525;
  font-size: 20px;
  text-align: center;
  line-height: 71px;
  text-decoration: none;
}
.right_buy_small span:first-child b {
  font-weight:bold;
}
.right_buy_small span:last-child {
  vertical-align: top;
  margin: 0px;
  line-height:40px;
}
.right_buy_small span:first-child {
  font-size: 14px;
  color: #7d7d7d;
  float:left;
  line-height: 20px;
  display: block;
}
.left_buy_small label{
  font-size: 14px;
  color: #7d7d7d;
  margin-top: 32px;
  display: block;
}
.left_buy_small {
  height:140px;
  position:relative;
  float:left;
  width:305px;
  padding-left:75px;
}
.total_price {
  font-weight:bold;
  float: right;
  width: 175px;
  text-align: center;
}
.right_buy_small {
  padding-top: 50px;
  height: 90px;
  width: 350px;
  padding-right: 32px;
  float: right;
}
.email_form input[type=text]{
  transition: all 0.3s ease;
  display: block;
  border: 1px solid #D2D2D2;
  position: relative;
  height: 38px;
  border-radius: 60px;
  z-index: 11;
  font-size: 14px;
  width: 220px;
  vertical-align: top;
  line-height: 38px;
  padding: 0 20px;
  background: #F7F7F7;
  margin-top:25px;
}
#pay {
position:relative;
}
.bordernd3 {
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 268px;
  top: 59px;
  height: 44px;
  border-radius: 40px;
  position: absolute;
  left: 72px;
  background: rgba(255, 202, 24, 0.2);
}
.space_before_med.tabs_container {
/*margin-top:88px;*/
margin-top:35px;
}

.not_found_error h2{
font-size:14px;
color:#484848;
margin:30px 0 50px;
}
.not_found_error h1{
font-size:21px;
color:#484848;
}
.not_found_error {
padding:250px 0 360px;
text-align:center;
}

.contacts_cont > p:first-child {
  margin-bottom:15px;
}
.contacts_cont > p b {
  font-weight: bold;
}
.contacts_cont > p {
  margin-bottom:75px;
  text-align: center;
  font-size: 14px;
  color: #252525;
   
  line-height: 25px;
}
.contacts_cont .phone, .contacts_cont .email {
  transition:all 0.3s ease;
  display: inline-block;
  line-height:40px;
  font-size:16px;
  color:#484848;
  font-family: 'Exo 2', sans-serif;
  margin-bottom:75px;
  text-decoration:none;
}
.contacts_cont .phone:hover:before,.contacts_cont .email:hover:before  {
background-color:#f7f7f7;
}
.contacts_cont .phone {
margin-right:65px;
}
.contacts_cont .phone:before {
  margin-right:12px;
  width: 39px;
  height: 39px;
  content: '';
  display: inline-block;
  vertical-align: top;
  border-radius: 30px;
  border: 1px solid #d1d1d1;
  background: #fff url('../img/phone.png') no-repeat center center;
}
.contacts_cont .email:before {
  margin-right:12px;
  width: 39px;
  height: 39px;
  content: '';
  display: inline-block;
  vertical-align: top;
  border-radius: 30px;
  border: 1px solid #d1d1d1;
  background: #fff url('../img/mail.png') no-repeat center center;
}

.contacts_cont {
  text-align: center;
  padding:80px;
  background:#fff;
  margin-bottom:190px;
}

.single_product .heading4 {
  font-size:16px;
}

.reviews_cont {
background:#fff;
padding:50px 35px 50px 50px;
width: 550px;
margin-bottom:190px;
float:left;
}
.reviews_cont .review:nth-child(2n+3) {
margin-right:0px;
}
.reviews_cont .review .date{
font-family:'Exo 2',sans-serif;
font-size:14px;
margin-top:18px;
color:#727272;
}
.reviews_cont .review {
  color: #202020;
  font-size: 13px;
  line-height: 21px;
   
  margin-bottom:20px;
  margin-right:20px;
  width: 215px;
  float: left;
  background: #fafafa;
  padding: 18px 25px;
}
.reviews_cont > p {
font-size:13px;
 
color:#252525; 
line-height:22px;
margin-bottom:50px;
}
.load_more_reviews:active, .check_discount:active {
background:#ffca17 !important;
border-color:#ffece0;
}
.load_more_reviews:hover, .check_discount:hover {
background:#fbd23a;
}
.load_more_reviews {
  border: #fff 3px solid;
  transition: all 0.2s ease;
  margin: 50px auto 0;
  display: block;
  text-align: center;
  color: #252525;
  font-family: 'exo 2',sans-serif;
  font-size: 20px;
  text-decoration: none;
  line-height: 70px;
  width: 275px;
  border-radius: 50px;
  background: #ffca17;
}
.reviews_sidebar {
width:300px;
margin-bottom:100px;
padding: 35px 35px 10px;
background:#fff;
float:right;
}
.reviews_sidebar .item  > img{
  position: absolute;
  left: 0px;
  top: 0px;
}
.reviews_sidebar .item {
position:relative;
padding-left:60px;  
margin-bottom:45px;
}
.reviews_sidebar .item > p {
   
  color:#484848;
  font-size:13px;
  line-height:20px;
}
.reviews_sidebar .nickname:after {
  content:'';
  display:inline-block;
  height: 14px;
  width: 25px;
  background:url('../img/real.png') no-repeat center center;
}
.reviews_sidebar .nickname {
  display:inline-block;
  font-family: 'exo 2',sans-serif;
  color: #202020;
  font-size: 17px;
  margin-bottom: 10px;
}
.sidebar_title {
  font-size: 22px;
  color: #252525;
  font-family: 'exo 2',sans-serif;
  margin-bottom: 45px;
  display:block;
}
.delivery-top1, .delivery-top2, .delivery-bottom {
  position: absolute;
}
.delivery-bottom {
  border-radius: 0 0 0 15px;
  bottom: 0;
  left: 0;
}

.delivery-top1 {
  border-radius: 15px 0 0 0;
  top: 0;
  left: 0;
}

.delivery-top2 {
  border-radius: 0 15px 0 0;
  top: 0;
  right: 0;
}

.delivery-block {
  display: grid;
  align-items: center;
  grid-template-columns: 40px 1fr;
}

.discount_cont {
  padding: 35px;
  background:#EEE;
  border-radius: 15px;
  margin-bottom: 120px;
}
.disc_text {
  font-size: 16px;
  padding-top:100px;
  min-height:40px;
  padding-left:110px;
  position:relative;
  margin:0 0 25px 0;
  line-height: 1.25;
}

.delivery-circle {
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-shadow: -17px 0px 22px 0px rgba(51, 186, 137,0.1), 17px 0px 22px 0px rgba(0, 152, 237,0.1);
  background: linear-gradient(90deg, #33ba89, #0098ED);
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 700;
}

.disc_text > span {
  float: left;
  display: inline-block;
  background: #ffca17;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  text-align: center;
  line-height: 39px;
  margin-right: 20px;
}
.delivery-img {
  border-radius: 10px;
}

.disc_screen {
  margin: 20px 0 35px 0;
}

.delivery-text {
  color: #000;
  margin-left: 15px;
  font-weight: 500;
  font-size: 16px;
}
.one_line {
  line-height: 36px;
}
.two_lines{
line-height:19px;
}
.disc_text.first {
  padding-top: 30px;
}
.disc_text.last {
margin:0px;
padding-bottom:100px;
border-bottom:1px solid #eeeeee;
}
.disc_first_text {
  font-size: 14px;
 
color:#252525;
line-height:25px;
padding:0 110px;
}

.discount_form h2{
font-size:19px;
margin:0 0 25px;
color:#484848;
}
.discount_form p {
color:#484848;
font-size:14px;
margin-bottom:60px;
}
.discount_form input:hover{
background:#fff;
}
.discount_form input:focus{
background:#fff;
border:1px solid #fdcb21;
}
.discount_form input{
  transition: all 0.3s ease;
  display: inline-block;
  border: 1px solid #d2d2d2;
  position: relative;
  height: 38px;
  border-radius: 60px;
  z-index: 11;
  font-size: 14px;
  width: 190px;
  vertical-align: top;
  line-height: 38px;
  padding: 0;
  padding-right: 15px;
  padding-left: 15px;
  background: #F7F7F7;
}
.discount_form {
  margin-top:55px;
  text-align: center;
}

.check_discount  {
  margin-top:30px;
  transition: all 0.2s ease;
  border:2px solid #fff;
  font-size: 20px;
  text-decoration: none;
  color: #252525;
  display: inline-block;
  width: 276px;
  background: #ffca17;
  border-radius: 60px;
  line-height: 70px;
}

.border_second {
  display:none;
  background: rgba(255, 202, 24, 0.2);
  height: 44px;
  width: 226px;
  position: absolute;
  left: -2px;
  border-radius: 40px;
  top: -2px;
}
.email_input {
  width: 220px;
  margin: 0 auto;
  position: relative;
}
.total_discount {
  text-align: center;
  font-size: 20px;
  margin: 65px 0 0px;
  display:none;
}
.disc_text a:hover, .disc_first_text a:hover {
  text-decoration:underline;
}
.disc_text a, .disc_first_text a{
 
  color: #259294;
  text-decoration: none;
}
.disc_text span{position:relative;}
.disc_text span:after {
  content: '';
  position: absolute;
  bottom: -27px;
  left: 0px;
  width: 40px;
  height: 11px; 
  background: url('../img/screen_ov.png') no-repeat center center;
}
.disc_text.last span:after {
display:none;
} 
.disc_link:hover {
text-decoration:underline;
}
.disc_link {
   
  color: #259294;
  text-decoration: none;
}

#vk_comments_cont {
  /*float: left;*/
  margin-bottom: 100px;
  /*width:624px;*/
}
#vk_comments_page {
}

.vk_comments_title {
font-size: 14px;
   
  color: #252525;
  line-height: 25px;
  margin-bottom: 20px;
}
.footer_info .center i, italic, em {
  font-style:italic;
}
.footer_info .center strong, .footer_info .center b{
font-weight:bold;
}
.footer_info .center p:last-child{
  margin-bottom:0px !important;
}
.footer_info .center h1{
  font-size: 15px;
  margin-bottom:5px;
}
.footer_info .center h2{
  font-size: 14px;
  margin-bottom:3px;
}
.footer_info .center p{
margin-bottom:7px;
}

.discount_img {
  margin: 60px auto 70px;
  display: block;
}
.disc_first_text .heading4 {
  font-size:14px;
   
  font-weight:bold;
}
.discount_cont img {
max-width:100%;
}
.three_lines span:after{
  bottom: -36px !important;
}
.three_lines span{
    margin-top: 17px;
}
.three_lines {
  line-height: 22px;
}

.info_cont .prop_value a:hover {
 border-color:#cbcbcb;
}
.info_cont .prop_value a:before {
  content: '';
  width: 12px;
  height: 12px;
  background: url('../img/goods/info.png') no-repeat left center;
  position: absolute;
  top: 3px;
  left: -20px;
}
.info_cont {
	user-select:none;
	
  /*margin-top: 15px;*/
  margin-bottom: 0px !important;
}
.info_cont .prop_value a {
   
  margin-left: 20px;
  position: relative;
  margin-bottom: 5px;
  transition: all 0.2s ease;
  border-bottom: 1px dotted #fff;
  display: inline-block;
  color: #484848;
  text-decoration: none;
  font-size: 12px;
}
.discount_cont .tabs a:last-child {
  margin:0px !important;
}
.discount_cont .tabs a:hover {
  background: transparent;
  color:#ffca17 !important;
}
.discount_cont .tabs a.active:last-child {
  margin-right:0px !important;
}
.discount_cont .tabs a.active {
  margin:0px 70px 0px 0px !important;
  color:#ffca17 !important;
}
.discount_cont .tabs a.active:before {
  background-color:#ffca19;
}
.discount_cont .tabs a:before {
  margin-bottom:15px;
  transition:all 0.2s ease;
  content:'';
  display:block;
  width:100%;
  height:40px;
  background-color:#b2b2b2;
}
.discount_cont .tabs a:nth-child(1):before {  background-image: url('../img/act/steam.png'); }
.discount_cont .tabs a:nth-child(2):before {  background-image: url('../img/act/origin.png'); }
.discount_cont .tabs a:nth-child(3):before {  background-image: url('../img/act/battle3.png'); }
.discount_cont .tabs a:nth-child(4):before {  background-image: url('../img/act/uplay.png'); }
.discount_cont .tabs a:nth-child(5):before {  background-image: url('../img/act/ps.png'); }
.discount_cont .tabs a:nth-child(6):before {  background-image: url('../img/act/xbox.png'); }
.discount_cont .tabs {
  text-align: center;
}
.discount_cont .tabs a {
  margin:0px 70px 0px 0px;
  border-radius: 0px;
  padding: 5px 0 5px;
  width: 84px;
  text-align: center;
  border: 0px !important;
  display: inline-block;
  font-size: 13px !important;
   
}
#event_date {
  position: absolute;
  top: -60px;
  left: 0px;
}
#event_date .until {
  position: absolute;
  left: 165px;
  top: 0px;
  line-height: 14px !important;
  display: inline-block;
  font-size: 12px;
   
  width: 100px;
  color: #747474;
}
#event_date .text {
  display: block; 
  clear: both;
  font-size: 10px;
  color: #747474;
  margin-top: 3px;
}
#event_date .time {
  display:block; 
  font-size: 29px;
  height: 35px;  
  font-family: 'exo 2', sans-serif;
  color: #212121;
  line-height: 30px;
}
/* .product_buy.goods_sale:before {
  content: '';
  position: absolute;
  width: 86px;
  height: 86px;
  background: url('../img/goods_sale.png') no-repeat top right;
  display: block;
  right: 0px;
  top: 0px;
} */

/*.top_links a:nth-child(2):after {
  content: 'игры за 69 ₽';
  font-size: 10px;
  color: #202020;
  position: absolute;
  right: 0px;
  bottom: -12px;
  height: 12px;
  line-height: 11px;
  display: block;
  padding: 3px 7px;
  background: #ffca17;
  border-radius: 15px;
  transition:opacity 0.2s linear;
}
.search > a:nth-child(1):after {
  content: 'до -90%';
  font-size: 10px;
  color: #202020;
  position: absolute;
  right: 0px;
  bottom: -12px;
  height: 12px;
  line-height: 11px;
  display: block;
  padding: 3px 7px;
  background: #ffca17;
  border-radius: 15px;
} */

.search > a:nth-child(1):hover:before{
    -moz-transform: rotate(360deg); /* ааЛб Firefox */
    -ms-transform: rotate(360deg); /* ааЛб IE */
    -webkit-transform: rotate(360deg); /* ааЛб Safari, Chrome, iOS */
    -o-transform: rotate(360deg); /* ааЛб Opera */
    transform: rotate(360deg);
}
.search > a:nth-child(1):before{
  transition:all 0.3s ease;
  content: '';
  position: absolute;
  left: 11px;
  top: 11px;
  height: 16px;
  width: 15px;
  display: block;
  background: url('../img/star.png') no-repeat center center;
}

.search > a:nth-child(1){
	opacity:1;
	position: relative;
	/* overflow: hidden; */
	padding-left: 37px;
	padding-right: 20px;
	transition: all 0.1s linear;
	font-size: 14px;
	color: #212121;
	text-decoration: none;
	display: inline-block;
	width: 47px;
	height: 38px;
	border: 1px solid #d2d2d2;
	vertical-align: top;
	line-height: 38px;
	margin: 45px 10px 45px 0;
	border-radius: 60px;
}
.search > a:nth-child(1):hover,
.search > a:nth-child(1):focus,
.search > a:nth-child(1):active {
	background-color: #fffcf0 !important;
	border-color: #ffca18;
}

.items_container-search {
  background-color: #fff !important;
  padding: 45px 0px 0 20px !important;
  border-radius: 10px !important;
  position: relative;
  margin-bottom: 100px;
}
.items_container-search-img {
  position: absolute;
}
.search_block {
  background-color: #CCE2E3;
}

.search-img-top {
  top: 0;
  left: 0;
}

.search-img-bottom {
  bottom: 0;
  right: 0;
}

#main_h1 {
   
  text-align: center;
  color: #484848;
  font-size: 18px;
  margin: 0 0 22px;
}

.luck_hor {
  position:relative;
}
.luck_hor:before {
  content: '';
  display: block;
  width: 1px;
  background: #E0E0E0;
  height: 32px;
  position: absolute;
  top: 5px;
  left: -15px;
}


.important_desc p:last-child { 
  margin:0px !important;
}
.important_desc {
  padding: 10px 15px;
  margin: 10px 0 15px 0;
  /* border: 1px solid #e3e3e3; */
  text-align: center;
  background: rgba(37, 146, 148, 0.05);
  line-height: 1.5;
  border-radius: 15px;
}

.same_goods .product > a{
  height: 223px;
  width: 156px;
}
.same_goods .product:nth-child(2n+2) {
  margin-right:0px !important;
}
.same_goods .product {
  display: block;
  float: left;
  width: 160px;
  margin: 0 14px 14px 0;
  overflow: hidden;
  height: 229px;
}

.out_of_stock { 
  opacity: 0.8;
}

.banner:after {
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  left:0px;
  top:0px;
  background: url('../img/banner_bg.png') no-repeat left top;
}
.banner {
  width:100%;
  height:290px;
  position:relative;
  display:block;
}

.bonus_heading {
	user-select:none;
	font-size: 13px;
	color: #484848;
	margin-bottom: 16px;	
}

.same_goods_new .product a {
	border: 0 !important;
	width: auto;
	height: 35px;
	padding: 0 30px;
	margin-bottom: 10px;
}
.same_goods_new .product .price {
	position: initial;
	float: right;
	width: auto;
	padding: 0;
	height: 35px;
	line-height: 35px;
	vertical-align: top;	
}
.product > a .price > span {
	vertical-align:top;
}
.same_goods_new .product {
	display: block;
	float: none;
	margin: 0;
	width: 100%;
	height: 45px;	
}
.same_goods_new .goods_title {
transition: all .2s ease;
	line-height: 35px;
	display: inline-block;
	color: #484848;
	font-size: 13px;
	max-width: 400px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.same_goods_new .old_price {
	user-select:none;
	margin: 8px 0 !important;	
}
.same_goods_new .new_price {
	transition: all .2s ease;
	font-weight: bold;
	line-height: 32px;
	display: inline-block;
	margin-left: 2px;
}
.same_goods_new {
		background: #fff;
	padding:20px 0 10px;
}

.same_img {
	float: left;
	width: 93px;
	height: 35px;
	border-radius: 3px;
	margin-right: 15px;
}
.same_goods_new .product a{
	transition:all .2s ease;
}
.same_goods_new .product a:hover {
	background: #f5f5f5;
}
.same_goods_new .product a:hover .goods_title {
	/*color:#ffca18;*/
}






.out_of_stock_price:after {
	display:none !important;
}

.out_of_stock_price {
	border:0 !important;
	background:#fff !important;
}

.search .open_cart:hover {
	background:#fbd23a url('../img/cart_n.png') no-repeat center center;
}
.search .open_cart b {
	position: absolute;
	right: -3px;
	top: -2px;
	background: red;
	padding: 0 4px;
	font-size: 10px;
	line-height: 14px;
	color: #fff;
	height: 15px;
	min-width: 8px;
	border-radius: 6px;
	display: inline-block;
	text-align: center;	
}
.search .open_cart:hover {
	background-color:#fbd23a;
	border-color:#fbd23a;
}
.search .open_cart {
	position: relative;
	transition: all .2s ease;
	display: inline-block;
	width: 38px;
	height: 38px;
	background: #fff url(../img/cart_n.png) no-repeat center center;
	margin: 45px 0 0 10px;
	border-radius: 50%;
	float: right;
	border: 1px solid #d2d2d2;
}

.search .bordernd {
	display:none !important;
}
/* #header {
	position: relative;
	padding-top: 300px;
	margin-top: -300px;
	transition:all .2s ease;
} */
#header.fixed {	
backface-visibility: hidden;
	top: 0px;
	left: 0px;
	z-index: 9;
	position: fixed;
  display: flex;
  align-items: center;
}

#header.fixed .overlay_gray, #header.fixed .overlay_yellow  {
	position:fixed;
}

#header .logo {
	transition:all .2s ease;
}
#header.small .column:nth-child(1),#header.small .column:nth-child(3) {
	width:45%;
}
#header.small .column:nth-child(2) {
	width:9%;
}
#header.small .logo {
    height: 34px;
    background-position: left 1px;
    margin-left: -200px;
}
#header .column {
	transition:all .2s ease;
}
#header.small .search input[type="text"] { 
	margin: 13px 0 0 0;
	width: 300px;
}
#header.small .search > a:nth-child(1) {
	opacity: 0;
	width: 0;
	padding: 0;
	overflow: hidden;
	border: 0;	
}
#header.small .column {
	height: 100%;
}
#header.small .column > a {
	margin-top: 13px;
	margin-bottom: 13px;	
}
#header.small {
	height: 68px;
}

/*.catalog_link {
	overflow:hidden;
	opacity:0 !important;
	width:0px !important;
	border:0 !important;
	padding:0 !important;
	transition:all .19s ease;
}*/

#header .catalog_link:before {
	transition: all 0.3s ease;
	content: '';
	position: absolute;
	left: 14px;
	top: 10px;
	height: 16px;
	width: 15px;
	display: block;
	background: url(../img/show_a.png) no-repeat center center;
}
#header.small .top_links a:nth-child(2):after {
	opacity:0;
}
#header .catalog_link:hover {
	border: 1px solid #ffca18 !important;
}
#header .catalog_link {
	user-select: none;
	position:relative;
	border: 1px solid #d2d2d2 !important;
	padding-left: 38px !important;
	width: 75px !important;
	opacity:1 !important;
}

.cart_product .image {
    position: relative;
    display: block;
    width: 137px;
    height: 188px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.cart_product .delete:hover {
	background: rgba(255,255,255,0.3) url('../img/cart_delete.png') no-repeat center center;
}
.cart_product .delete {
	z-index: 3;
	position: absolute;
	right: -8px;
	top: -8px;
	width: 25px;
	height: 25px;
	display: block;
	background: url('../img/cart_delete.png') no-repeat center center;
	transition:all .2s ease;
	border-radius: 50%;	
}
.cart_product {
	margin-right: 28px;
	position:relative;
	width: 137px;
	height: 226px;
	display: block;
	float: left;	
}

#cart {
	width: 100%;
	height:300px;
	background:#202020;
	position:absolute;
	top:0px;
	left:0px;
}

#cart .cart_container {
	float: left;
	height: 300px;
	width: 640px;
	position: relative;
	padding: 0px 55px 0px 65px;
}
#cart .cart_slidee:after {
	content:'';
	display:block;
	clear:both;
}

#cart .prev, #cart .next {
	position:absolute;
}
#cart .cart_slidee {
	position:relative;
	height:100%;
}

.count .cnt:hover, .count .cnt:focus {
	border-color:#fff;
	background:#4b4b4b;
}
.count .cnt {
	vertical-align: top;
	font-size: 14px;
	transition:all .2s ease;
	display: inline-block;
	border: 2px solid #323232;
	border-radius: 15px;
	background: transparent;
	text-align: center;
	width: 24px;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	color: #fff;	
}

.count .plus:hover, .count .minus:hover {
	background:#4b4b4b;
	border-color:#fff;
}
.count .plus.disabled, .count .minus.disabled {
	cursor:default;
	border: 2px solid #323232 !important;
	background: transparent !important;
}
.count .plus, .count .minus {
	position:relative;
	margin:0 5px;
	transition: all .2s ease;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #323232;
	border-radius: 50%;
	vertical-align: top;	
}

.count {
	cursor:default;
}

.count .minus:hover:before, .count .plus:hover:before, .count .plus:hover:after {
	background:#fff;
}
.count .minus.disabled:before, .count .plus.disabled:before, .count .plus.disabled:hover:after {
	background: #323232 !important;
}

.count .minus:before, .count .plus:before {
	content:'';
	display:block;
	height:2px;
	width:10px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-5px;
	margin-top:-1px;
	transition:all .2s ease;
	background: #323232;
}

.count .plus:after {
	content:'';
	display:block;
	height:10px;
	width:2px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-1px;
	margin-top:-5px;
	transition:all .2s ease;
	background: #323232;
}

.cart_opened {
	padding-top:300px !important;
	margin-top:0px !important;
}

.cart_product .price .new_price:after {
	content: "₽";
	font-size: 9px;
	vertical-align: top;
}
.cart_product .price .old_price {
	color: #d1d1d1;
	font-size: 11px;
	text-decoration: line-through;
	margin-right: 2px;	
}
.cart_product .price {
	font-size: 13px;
	color: #1b1b1b;
	padding: 9px 15px;
	background: #ffffff;
	border-radius: 40px;
	bottom: 10px;
	display: inline-block;
	z-index: 3;
	margin-top: 145px;
}

#cart .prev {
	transition:all .2s ease;
	background:url('../img/prev_cart.png') no-repeat 11px 8px;
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -17px;
	border: 2px solid #fff;
	border-radius: 50%;	
}

#cart .next:hover , #cart .prev:hover {
	background-color:#4b4b4b;
}
#cart .prev.disabled, #cart .next.disabled {
	cursor:default;
	opacity:.3 !important;
	background-color:transparent !important;
}
#cart .next {
	transition:all .2s ease;
	background:url('../img/next_cart.png') no-repeat 14px 8px;
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -17px;
	border: 2px solid #fff;
	border-radius: 50%;	
}

.cart_slidee {
	left:0px;
	transition: opacity .2s linear, left .5s ease;
	min-width: 660px;	
}

.cont_slidee {
	overflow:hidden;
	padding: 37px 0;
	transition:all .2s ease;
}

.cont_slidee.loading .cart_slidee{
	opacity:0;
} 

.cont_slidee.loading:after {
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	width:100px;
	height:100px;
	margin-top:-50px;
	margin-left:-50px;
	  -moz-animation: spin 2s infinite linear;
	  -webkit-animation: spin 2s infinite linear;
	  -ms-animation: spin 2s infinite linear;
	  -o-animation: spin 2s infinite linear;
	  animation: spin 2s infinite linear;
	  background:  url('../img/loading.png') no-repeat center center;
}

.cart_product:first-child:after {
	content: '';
	display: block;
	width: 132px;
	height: 184px;
	position: absolute;
	left: 164px;
	top: 0px;
	border: 2px dashed #2a2a2a;
	border-radius: 4px;
}

.cart_procceed {
	width: 226px;
	float: right;
	border: 2px dashed #313131;
	height: 252px;
	margin: 24px 0 0;
	border-radius: 4px;
}

.cart_product.sale .price .old_price {
	color:#fff;
}
.cart_product.sale .price {
	background: #ffca18;	
}

.total_cart a:hover {
	background:#fbd23a;
}
.total_cart a {
	transition:all .2s ease;
	height: 55px;
	display: block;
	width: 173px;
	border-radius: 50px;
	background: #ffca17;
	color: #252525;
	font-size: 14px;
	text-align: center;
	line-height: 55px;
	text-decoration: none;
	margin: 40px auto 0;	
}
.total_cart {
	user-select:none;
	cursor:default;
	color: #686868;
	font-size: 13px;
	padding-top: 50px;
	text-align: center;	
}

#cart .cart_sum:after {
	content: 'руб';
	display: inline-block;
	margin-left: 4px;
	font-size: 23px;
	color: #fff;
	vertical-align: top;	
}
#cart .cart_sum {
	display: block;
	height: 41px;
	font-size: 41px;
	margin-top: 20px;
	color: #fff;	
}

.empty_cart:after {
	/*content:'В корзине пока пусто'; 
	display:block;
	border:2px dashed #1d1d1d;
	border-radius:50%;
	width:160px;
	height:160px;
	line-height:160px;
	font-size:18px;
	color:#fff;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-82px;
	margin-top:-82px;*/
	content: 'В корзине пока пусто';
	display: block;
	border: 2px dashed #1d1d1d;
	border-radius: 50%;
	width: 160px;
	padding: 50px 30px;
	height: 160px;
	line-height: 25px;
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -82px;
	margin-top: -82px;
	box-sizing: border-box;
	text-transform: uppercase;	
}
.empty_cart {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #0d0d0d;
	z-index: 4;
	display:none;
}

.cart_buy .right_buy {
	width: 100%;
	border-left: 1px solid #eaeaeb;
	margin-bottom:0px !important;
}
.cart_buy #pay {
	width:703px;
    margin: 45px auto;
}
.cart_buy .left_buy {
	width: 260px;
	margin: 0;	
}

.cart_buy_cont {
	background:#fff;
	margin-bottom:130px;
}

.cart_buy .pay_types_cont .type.active_pay {
	border-color:#d2d2d2;
	background-color:#f7f7f7 !important;
}
.cart_buy .type:hover {
	background-color:transparent !important;
	border-color:#d2d2d2 !important;
}
.cart_buy .type:hover .type_title { 
	opacity:1 !important;
}
.cart_buy .pay_types_cont {
	margin:0;
	border:0;
	overflow:hidden;
}
.cart_buy .pay_types_cont .type:before {
	display:none !important;
}
.cart_buy .pay_types_cont .type {
	user-select:none;
	width: 200px;
	margin-bottom:2px;
	background-color: transparent;
	padding: 0 0 0 58px;
	text-align: left;
	line-height: 42px;
	height: 42px;
	border-radius: 20px;
	border: 1px solid transparent;
}

.cart_buy h1 {
	margin: 35px 0 30px;	
}
.cart_buy .pay_types i {
	text-align:center;
}
.cart_buy .right_buy .before_buy a {
	color:#484848;
}
.cart_buy .right_buy .before_buy {
	margin: 0 35px;
	background: #fff0bd;	
	color:#bda553;
	padding:15px 20px;
}
.cart_buy .right_buy .pay_types {
	width: auto !important;
	margin: 25px 35px;	
}
.cart_buy .pay_types {
	text-align: left;
	font-size:17px;
}
.cart_buy .type:nth-child(1) { background:url('../img/payments/card.png') no-repeat left center;background-size: 59px;}
.cart_buy .type:nth-child(2) { background:url('../img/payments/qiwi.png') no-repeat left center;background-size: 59px;}
.cart_buy .type:nth-child(3) { background:url('../img/payments/wm.png') no-repeat left center;background-size: 59px;}
.cart_buy .type:nth-child(4) { background:url('../img/payments/steam.png') no-repeat left center;background-size: 59px;}
.cart_buy .type:nth-child(5) { background:url('../img/payments/btc.png') no-repeat left center;background-size: 59px;}
.cart_buy .type:nth-child(6) { background:url('../img/payments/ltc.png') no-repeat left center;background-size: 59px;}

/*.cart_buy .type:nth-child(5) { background:url('../img/payments/atm.png') no-repeat left center;background-size: 59px;}
.cart_buy .type:nth-child(6) { background:url('../img/payments/mgf.png') no-repeat left center;background-size: 59px;}*/
.cart_buy .type:nth-child(7) { background:url('../img/payments/mts.png') no-repeat left center;background-size: 59px;}
.cart_buy .type:nth-child(8) { background:url('../img/payments/bee.png') no-repeat left center;background-size: 59px;}
.cart_buy .type:nth-child(9) { background:url('../img/payments/tele2.png') no-repeat left center;background-size: 59px;}
.cart_buy .type:nth-child(10) { background:url('../img/payments/prr.png') no-repeat left center;background-size: 59px;}

.cart_total .col span:last-child {
	width: 100%;
	text-align: left;
	display:block;
	color: #484848;
	font-size: 20px;
	font-weight: bold;
}
.cart_total .col span:first-child {
	display:block;
	font-size:13px;
	color:#828282;
}

.cart_total .col:nth-child(1) {
	width: 300px;
	float: left;	
}
.cart_total .col:nth-child(2) {
	width: 140px;
	float: right;	
}
.cart_total .col:nth-child(3) {
	width: 140px;
	float: right;	
	margin-right:30px;
}
.cart_total .total_price_perc:after {
	content:'';
}

.cart_total .col {
	text-align: left;
}
.cart_total {
	cursor:default;
	float: none;
	margin: 0 auto;
	padding: 15px 35px 45px;	
}

.pay_cart_cont {
	min-height:45px;
	padding: 5px 35px 30px;
}

.buy_cart_product {
	line-height:35px;
}
.buy_cart_product .title, .buy_cart_product  .cart_product_price, .buy_cart_product  .count {
	float:right;
}
.buy_cart_product .title {
	cursor:default;
	float: left;
	font-size: 13px;
	color: #484848;	
}
.buy_cart_product  {
position: relative;
	transition:all .2s ease;
	height: 35px;
	margin-bottom: 10px;	
}
.buy_cart_product .image {
	float: left;
	margin-right: 15px;
	width: 93px;
	height: 35px;
	border-radius: 3px;
	transition: opacity .2s ease;
}

.cart_product_price:after {
	content: "₽";
	font-size: 9px;
	vertical-align: top;
}
.cart_product_price {
	cursor:default;
	font-size: 13px;
	color: #1b1b1b;
	background: #ffffff;
	border-radius: 40px;
	display: inline-block;
	z-index: 3;
	vertical-align: top;
	line-height: 24px;
	border: 1px solid #f5f5f5;
	padding: 0 10px;
	margin-left: 5px;
	margin-top: 5px;
	font-weight: bold;	
}

.buy_cart_product .delete:hover {
	background-color:#ffca17;
}
.buy_cart_product .delete {
	display: block;
	height: 24px;
	width: 24px;
	float: right;
	border-radius: 50%;
	margin-top: 6px;
	margin-left: 10px;
	background: #333 url(../img/cart_delete.png) no-repeat center center;
	background-size: 28px;
	transition:all .2s ease;
}
.buy_cart_product .minus:hover:before, .buy_cart_product .plus:hover:after, .buy_cart_product .plus:hover:before  {
	background:#323232 !important;
}
.buy_cart_product .minus:hover, .buy_cart_product .plus:hover {
	background:#f7f7f7 !important
}
.buy_cart_product .minus, .buy_cart_product .plus {
	background: #fff;
	border: 1px solid #d4d4d4 !important;
	height: 22px;
	width: 22px;	
}
.buy_cart_product .cnt {
	color: #333;
	background: #f7f7f7 !important;
	border: 1px solid #d4d4d4 !important;
	height: 22px;
	line-height: 22px;	
}
.buy_cart_product .count {
	position: absolute;
	right: 115px;
	top: 0px;
	margin-top: 5px;	
}

.buy_cart_product .minus.disabled, .buy_cart_product .plus.disabled {
	background: #fff !important;
	border: 1px solid #d4d4d4 !important;
	opacity:.4;
}

.pay_cart_cont.loading .buy_cart_product {
	opacity:0;
}
.pay_cart_cont {
	position:relative;
}
.pay_cart_cont.loading:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 35%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	-moz-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	-ms-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	background: url(../img/loading.png) no-repeat center center;
}

.steam_important {
	background: #ffe2e2 url(../img/steam_important.png) no-repeat 19px center;
	color: #c54141;
	padding: 15px 20px 15px 50px;
	font-size: 11px;
	 
	line-height: 18px;
	margin-top: 30px;
	display: none;	
}

.vk_banner_product:hover {
	opacity:.7;
}
.vk_banner_product {
	display:block;
	width:100%;
	margin:30px 0;
	background:url('../img/vk_banner.png') no-repeat center center;
	height: 72px;
	transition:all .2s ease;
}

.no_price, .out_of_stock {
	font-weight: normal !important;
	font-size: 11px !important;
	color: #333 !important;
	text-transform:uppercase;
}


#slider_prev:hover, #slider_next:hover{
	border-color:#ffca17;
	/*box-shadow: 0 0 7px #ffca18;	*/
}
#slider_next {
    display: block;
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    background: #fff url(../img/navi_arrow.png) no-repeat center center;
    transform: rotate(180deg);
    position: absolute;
    right: 5px;
    top: 50%;
    z-index: 5;
    margin-top: -17px;
    border-radius: 50%;
    transition: all .2s ease;
}
#slider_prev {
	display: block;
	width: 36px;
	height: 36px;
	border: 2px solid #fff;
	background: #fff url(../img/navi_arrow.png) no-repeat center center;
	position: absolute;
	left: 5px;
	top: 50%;
	z-index: 5;
	margin-top: -17px;
	border-radius: 50%;
	transition: all .2s ease;	
	/*box-shadow: 0 0 7px #0000002e;*/
	/*box-shadow: 0 0 7px #00000080;	*/
}

.same_goods_new .out_of_stock_price {
	font-size: 13px;
	font-weight: normal;
	opacity: .7;
	line-height: 35px;
}

.slider-wrap {
  max-width: 1330px;
  width: 92%;
  margin: 34px 0 0px 0;
}

.slider_text > span {
	font-size: 15px;
	font-weight: 500;
	padding: 0 22px;
	line-height: 30px;
	display:block;
}
.slider_text_info {
	font-size: 12px;
	line-height: 18px;
	padding: 0 22px;
}
.slider_text {
	width: 100%;
	background: rgba(31,31,31,.8);
	line-height: 20px;
	height: auto;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	display: table;
	vertical-align: middle;
	padding: 10px 0 20px;
}

.slider_timer b {
    font-size: 27px;
    color: #f25223;
    font-weight: bold;
    height: 25px;
    line-height: 23px;
    vertical-align: top;
    min-width: 54px;
    font-family: 'Exo 2';
    display: block;
    text-align: center;
    text-transform: none;
}
span.countdown-period {
    margin: 0 3px;
}
.slider_timer .countdown-amount {
	font-family: monospace;
}
.slider_timer {
    padding: 7px 17px 3px;
    font-size: 13px;
    line-height: 25px;
    box-sizing: border-box;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #fff;
    box-shadow: 0px 0px 6px #d2d2d2;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    /* border: 2px solid #d2d2d2; */
}

.slider_parent{
    background: #fff;
}

.btn-banner{

}

.more_info {
    transition: all .2s ease;
    text-decoration: none;
    border-radius: 34px;
    text-align: center;
    font-weight: 500;
    line-height: 43px;
    font-size: 16px;
}

.contacts_cont > p:last-child {
	margin-bottom:0px;
}
.screenshot:hover:before {
	opacity:.3;
}
.screenshot:hover:after {
	opacity:1;
}
.screenshot {
    display: inline-block;
    width: 105px;
    margin-right: 9px;
    margin-bottom: 9px;
    height: 59px;
    background-size: cover;
	position:relative;
}

.screenshot:nth-child(3n+3){
	margin-right: 0px;
}

.screenshot:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	background:#000;
	opacity:0;
	transition: opacity .2s ease;
	position:absolute;
	left:0px;
	top:0px;
}

.screenshot:after{
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: #ffc300 url(../img/zoom.png) no-repeat center center;
    opacity: 0;
    transition: opacity .3s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    border-radius: 50%;
}

.fancybox__button--zoom, .fancybox__button--slideshow, .fancybox__button--fullscreen{
	display:none !important;
}

.tolstoycomments-feed {
    margin-bottom: 150px;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(5px);
	}
	100% {
		transform: translatey(0px);
	}
}

.buy_cart_product .image:hover {
    opacity: .7;
}

.contacts_cont.text p {
    text-align: left !important;
}

.contacts_cont.text .phone, .contacts_cont.text .email{
	margin-bottom:10px;
}

.text a:hover {
	text-decoration:none;
}
.text a {
    color: #259294;
}

.email_form input[type=text]:hover, .email_form  input[type=text]:focus {
  background-color: #FFF;
}
.email_form  input[type=text]:focus+.bordernd3 {
opacity:1;
}
.email_form [type=text]:focus {
  border: 1px solid #FFCA18 !important;
}

.footer_contacts {
    color: #5f5f5f;
    line-height: 30px;
}

.footer_contacts div:nth-child(1) {
    float: left;
}

.footer_contacts div:nth-child(2) {
    float: right;
}

.footer_contacts span {
    font-weight: bold;
    margin-left: 16px;
}

.footer_contacts b {
    display: block;
    text-align: center;
}

.contacts_cont a b {
    display: block;
    font-weight: bold;
    vertical-align: top;
    line-height: 20px;
    padding-left: 53px;
}

a.how_to_activate {
	border: 1px solid #ffca17!important;
    background: #fff9e5;
    border-radius: 4px;
    margin-left: -10px !important;
    padding: 2px 10px 2px 28px;
    margin-bottom: 10px !important;
}

a.how_to_activate:before {
    left: 8px !important;
    top: 5px !important;
}

a.how_to_activate:hover {
    background: #f7f7f7;
}





/* Последние товары */

.main-catalog-text {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 35px;
}

.last-items {
  position: relative;
  padding: 18px;
  padding-bottom: 20px;
  padding-right: 20px;
  border-radius: 10px;
  background-color: #F1F1F1;
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  margin-bottom: 48px;
  margin-top: 61px;
}

.items-last-title {
  position: relative;
  z-index: 2;
  width: 70%;
  margin-top: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.items-last-block2 {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.last_item_container {
  border-radius: 10px;
  width: 100% !important;
}

.last-item-name {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Ограничение в две строки */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5; /* Высота строки */
  max-height: calc(1.5em * 2); /* Высота для двух строк */
  font-size: 16px; /* Пример размера текста */
  width: 100%; /* Убедитесь, что у элемента есть фиксированная ширина */
  font-weight: 600;
  line-height: 1.2;
  color: #1C2026;
}


div.last_item {
  border-radius: 12px;
  width: 100% !important;
  background-color: #E7E7E7;
}

.last_items_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 304px;
  border-radius: 10px;
}

.last_item_info {
  margin-top: 0px;
  position: relative;
}

.last_item_product {
  margin-bottom: 0 !important;
  max-height: initial;
  max-width: initial !important;
  width: initial !important;
  padding: 18px;
}

.last_items_img2 {
  /* width: -webkit-fill-available !important; */
  height: initial !important;
  max-width: initial !important;
  max-height: inherit !important;
}

div.last_item_container {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1240px) {
  .items-last-title {
    font-size: 22px;
    margin-bottom: 19px;
  }

  .last-items {
    grid-template-columns: 1fr;
  }
  .items-last-block2 {

    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  div.last_item_container {
    width: initial !important;
  }
}

@media screen and (max-width: 1240px) and (min-width: 801px) {
  .last_item_price {
    width: max-content;
  }
  .items-last-block2 {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
  div.last_item_container {
    width: initial !important;
  }

  .last_item_dopText {
		font-size: 15px !important;
	}
  
}

@media screen and (max-width: 800px) and (min-width: 601px) {
  .last_item_price {
    width: max-content;
  }
  div.last_item_container {
    width: initial !important;
  }
}

@media screen and (max-width: 600px) {
  .last_item_price {
    width: max-content;
  }
  div.last_item_container {
    width: initial !important;
  }

  .items-last-block2 {

    gap: 10px;
  }
}


@media screen and (max-width: 445px) {

	.last_item_dopText {
		font-size: 15px !important;
	}

}

@media screen and (max-width: 420px) {

	p.last_item_dopText {
		font-size: 14px !important;
	}

}

@media screen and (max-width: 390px) {
  p.last_item_dopText {
		font-size: 12px !important;
	}
  .new_price {
    font-size: 16px;
  }
	.old_price {
		font-size: 14px !important;
	}
  
}


@media screen and (max-width: 360px) {
  div.last_item {
    width: 80% !important;
  }

  .items-last-block2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
  }

}


/* Товары дня */

.itemDay {
  background-color: #F1F1F1;
  border-radius: 10px;
  position: relative;
  margin-bottom: 52px;
}

.itemDay__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  padding: 18px;
}

.itemDay__mainTitle {
  margin-top: 20px;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}

.itemDay__dopTitle {
  font-size: 20px;
  font-weight: 500;
}

.itemDay__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}

.itemday__name {
  /* width: 50%; */
  margin-bottom: 5px;
  color: #1C2026;
  font-weight: 700;
  font-size: 18px;
}

.itemday__dopText {
  color: #636363;
  font-weight: 400;
  font-size: 16px;
}

.itemday__two {
  display: grid;
  grid-auto-rows: 2fr 0fr;
  width: 100%;
  padding-right: 30px;
  padding-top: 38px;
  padding-bottom: 29px;
}

.itemDay__item {
  background-color: #E7E7E7;
  display: flex;
  border-radius: 10px;
  height: 297px;
}

.itemday__photo {
  margin-right: 40px;
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.itemday__photo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
}
.itemDay__timer {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.itemDay__number {
  color: #259294;
  font-weight: 700;
  font-size: 24px;
  display: flex;
  width: 26px;
  justify-content: center;
  align-items: center;
  padding: 9px 0;
  background: linear-gradient(to bottom, #FFFFFF 0%, #E9E9E9 100%);
  border-radius: 5px;
  margin-right: 2px;
}

.itemDay__exp {
  color: #B7B7B7;
  font-weight: 700;
}

.itemDay__buy {
  justify-content: center;
  max-width: 30%;
  padding: 14px 30px;
}

.itemDay_newPrice {
  font-weight: 700;
  font-size: 24px;
  margin-right: 14px;
}

.itemDay_blockImg:hover .product_overlay {
  opacity: 1;
}



/* .itemDay__overlay {
  height: 100%;
} */

.itemDay_blockImg {
  height: max-content;
}

@media screen and (max-width: 1200px) {
  .itemDay__linkBlock {
    height: 100%;
  }

  .itemDay_blockImg {
    height: 100%;
  }
  .itemDay__container {
    grid-template-columns: 1fr;
  }
}


@media screen and (max-width: 920px) {
  .itemDay__container {
    
    grid-template-columns: 1fr;
  } 
  .itemDay__items {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1200px) { 
  .itemday__name {
    font-size: 16px;
  }

  .itemDay__overlay {
    height: 100%;
  }

  .itemDay__container {
    padding-bottom: 80px;
  }

  .itemday__dopText {
    font-size: 14px;
  }
  
  .itemDay__mainTitle {
    margin-top: 6px;
    font-size: 22px;
    margin-bottom: 25px;
  }

  .itemDay__dopTitle {
    display: none;
  }
  
  .itemDay_bottom {

  }

  .itemday__photo img {
    width: initial;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
  }

  .itemday__photo {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .itemDay__buy {
    max-width: 43%;
  }

  .itemDay_newPrice {
    font-size: 20px;
  }
  

  .itemday__photo {
    margin-right: 15px;
  }
  
  .itemDay__item  {
    height: 240px;
  }

  .itemDay__timer {
    margin-top: 6px;
  }

  .itemday__two {
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 200%;
  }

}

.itemday__name.title-goods {
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 600px) { 
  .itemday__photo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
  }
}

@media screen and (max-width: 600px) { 
  .itemDay__container {
    padding-bottom: 30px;
  }

  .itemDay__item {
    flex-direction: column;
    height: max-content;
  }

  .itemDay__items {
    grid-template-columns: 1fr 1fr;
  }

  .itemday__two {
    padding-top: 0;
    padding-left: 17px;
    padding-right: 17px;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
  }

  .itemday__two-1 {
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
  }

  .itemDay__number {
    font-size: 18px;
    width: 20px;
  }

  .itemday__photo {
    padding-bottom: 5px;
  }

  .itemday__two-1 > .priceBlock {
    order: 1;
  }

  .itemday__name.title-goods {
    order: 2;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .itemday__dopText {
    order: 2;
  }
  .itemDay__timer {
    order: 3;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .itemDay__buy {
    max-width: 100%;
  }
}

@media screen and (max-width: 458px) {
  .itemDay_newPrice {
    margin-right: 4px;
  }
  .itemDay__number {
    width: 16px;
    font-size: 14px;
    padding: 6px 0;
  }
}

@media screen and (max-width: 416px) {
  .itemDay_newPrice {
    font-size: 16px;
  }
  .itemday__name.title-goods {
    font-size: 14px;
  }
  .itemday__dopText {
    font-size: 14px;
  }
  .itemDay__number {
    width: 15px;
    font-size: 13px;
    padding: 6px 0;
  }
}

@media screen and (max-width: 390px) {
  .itemday__name.title-goods {
    font-size: 13px;
  }
  .itemday__dopText {
    font-size: 13px;
  }
  .itemDay__number {
    width: 14px;
    font-size: 12px;
    padding: 5px 0;
  }
}


@media screen and (max-width: 365px) {
  .itemDay__overlay {
    height: 99.2%;
  }

  .itemDay_newPrice {
    font-size: 20px;
  }
  .itemday__name.title-goods {
    font-size: 20px;
  }
  .itemday__dopText {
    font-size: 20px;
  }
  .itemDay__number {
    font-size: 24px;
    width: 26px;
    padding: 9px 0;
  }
  .itemDay__items {
    grid-template-columns: 1fr;
  }
}

.product_platforms {
  width: 100%;
}




/* Downloads*/
.background-downloads-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.background-downloads {
  background-image: url(/template/images/download.png); 
  height: 308px;
}

.download-search {
  margin-top: 80px;
}

@media screen and (max-width: 1200px) {
  .background-downloads {
      background-image: none;
  }
  .download-search {
    margin-top: 35px;
  }
}