#fullsearch{
grid-column: 1/-1;
}
.spoiler-up .spoiler-body {
   	display: block;
}
.square li{
	list-style-type: initial;
}
.cs-maps {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: minmax(56px,auto);
    grid-gap: 15px;
}
.grid_cat_news{
	width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(437px, 1fr));
    grid-gap: 15px 15px;
    grid-auto-flow: row dense;
}
.cs-maps__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.cs-maps__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.cs-maps__name:after {
    content: attr(data-map);
    display: inline-block;
    background: rgba(0,0,0,.55);
    text-align: center;
    font-size: 17px;
    padding: 5px 10px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 5px;
}
.head_menu_img{
    cursor: pointer;
}
.btn_head_img{
  display: flex;
    align-items: center;
    padding: 12px 14px;
    background-color: #8f8f8f;
    box-shadow: inset -1px 2px 20px rgb(100 100 100 / 54%);
    color: #fff;
    border-radius: 12px;
}
.btn_head_img:hover{
    background-color: #d89c05;
    transition: 0.3s;
}
.btn_head_img img{
    width: 25px;
}
.btn_category img{
  width: 30px;
}
.head_menu_text{
    font-size: 16px;
    padding-left: 10px;
}
.head_menu_img_active{
    border: 1px solid #d89c05;
    padding: 1px;
}
.menu_img_active{
    box-shadow: 0 0 0 2px #3f3f3f, 0 0 0 4px #666;
}


.primary-nav{
    display: grid;
    grid-gap: 22px;
    grid-template-columns: repeat(4,1fr) 0px;
    grid-auto-rows: minmax(56px,auto);
    align-items: center;
    margin: 0 auto;
}

/* Кнопка выпадающего списка */
.dropbtn {
    background-color: #353535;
    color: white;
    padding: 11px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
  }
  
  /* Кнопка выпадающего меню при наведении и фокусировке */
  .dropbtn:hover, .dropbtn:focus {
    background-color: #d89c05;
  }
  
  /* Контейнер <div> - необходим для размещения выпадающего содержимого */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Выпадающее содержимое (скрыто по умолчанию) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #191a1f;
    width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
    z-index: 1;
    right: -50px;
    top: 59px;
    border-radius: 10px;
  }
  
  /* Ссылки внутри выпадающего списка */
  .dropdown-content a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
  }
  

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


  .header_container{
    max-width: 1552px !important;
  }

  .grid_cat{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
    grid-gap: 15px 15px;
    grid-auto-flow: row dense;
  }
  .general__cont{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
    grid-gap: 15px 15px;
    grid-auto-flow: row dense;
  }
  .shou__cont {
    display: flex;
    flex-wrap: wrap;
  }
  .bottom-nav{
    grid-column: 1/-1;
  }
  .btn_category{
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 10px 8px;
    background-color: #353535;
    color: #fff;
    height: 40px;
  }
  .btn_category:hover{
    background-color: #4e4e4e;
    transition: 0.3s;
  }
  .block_file{
    display: grid;
    grid-template-columns: repeat(5,1fr) 0px;
    grid-auto-rows: minmax(56px,auto);
    align-items: center;
    margin: 0 auto;
    justify-items: center;
    justify-content: center;
  }
  .maincat_title{
    font-size: 12px !important;
  }
  .short__info{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .main__styl__text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .weapon_grid{ 
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-auto-rows: minmax(56px,auto);
    grid-gap: 12px;
    padding-left: 0;
  }
  .dop_weap_grid{ 
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-auto-rows: minmax(56px,auto);
    grid-gap: 12px;
    padding-left: 0;
  }
  .weapon_btn{
    display: flex;
    align-items: flex-end;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.24);
    border-radius: 20px;
    padding: 10px;
  }
  .weapon_btn:hover{
    background-color: #d8d8d8 ;
    transition: 0.3s;
  }
  .weapon_label{
    font-size: 17px;
    margin-left: 10px;
    color: #191a1f;
  }
  .weap_img img{
    width: 40px;
    height: 40px;
  }
  .elevation5 {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.24);
  }
  .alert{
    grid-column: 1/-1;
  }
  .aside_style{
    padding: 15px;
    background-color: #d89c050f;
    border-radius: 15px;
    box-shadow: 0 1px 2px 0 #1a1e2b1a;
  }
  .static_tt{
    grid-column: 1/-1;
  }
  .static_info{
    grid-column: 1/-1;
  }
  .image_big_gallery img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .gallery-rectangle .gallery-thumbs, .gallery-rectangle .gallery-content {
    max-height: 546px !important;
  }
  .static_img{
    display: flex;
  }
  .model-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .model-info-block{
    background-color: #2163f229;
    padding: 20px;
    border-radius: 10px;
  }
  .model-container img{
    object-fit: cover;
    width: 150px;
  }
  .img_stat_skins{
    display: flex;
  }
  .img_stat_skins img{
    padding: 10px;
    border-radius: 10px;
  }
  .img_stat_skins_foot img{
    max-width: 417px;
  }
  .setup-link{
    padding: 10px;
    background-color: #d89c050f;
    border-radius: 10px;
    cursor: pointer;
  }
  .setup-link:hover{
    background-color: #d89c0550;
  }
  .info__block__category{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .partners{
    max-width: 172px;
  }
  .info__block__down{
    padding: 5px;
      background-color: #d89c050f;
      text-align: center;
      border-radius: 6px;
      box-shadow: 0 1px 2px 0 rgba(0,0,0,.24);
  }
  .gallery-rectangle .gallery-thumbs {
    max-width: 255px !important;
  }
  .seo_block{
      padding: 20px;
      background-color: #d89c050f;
      border-radius: 20px;
      border: 4px solid #d89c050f;
      box-shadow: 0 1px 2px 0 #1a1e2b1a;
  }
  .section_main_items{
        padding: 20px;
    background-color: #7c7c7c0f;
    border-radius: 20px;
    color: #282828;
    border: 4px solid #e6e6e654;
    box-shadow: 0 1px 2px 0 #1a1e2b1a;
  }
  #page-contacts{
    padding: 10px;
    background-color: #d89c050f;
    border-radius: 10px;
    border: 3px solid #d89c050f;
  }
  #page-contacts .links img{
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
  }
  #page-contacts .links a {
    margin-left: 5px;
  }
  .tt_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .youtuber {
    background: rgba(229,57,53,.05);
    border: 1px solid rgba(229,57,53,.25);
    border-radius: 5px;
  }
  .youtuber .youtube__wrapper {
    border-bottom: none;
    padding: 10px 15px;
  }
  .youtuber .youtube__flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .youtuber .youtube__title {
    color: #e53935;
    margin-top: 0!important;
    margin-bottom: 5px;
    font-size: 22px;
    letter-spacing: -.5px;
    display: flex;
    align-items: center;
  }
  .youtuber .youtube-update {
    font-size: 14px;
  }
  .youtuber .youtube-update .youtube-update__copyright {
    color: #847e7e;
  } 
  .youtuber .youtube-info__title {
    color: #e53935;
    margin-top: 0!important;
    margin-bottom: 5px;
    font-size: 22px;
    letter-spacing: -.5px;
    display: flex;
    align-items: center;
  }
  lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
  }
  .youtuber .youtube-info__video lite-youtube {
    margin-top: 8px;
    width: 220px;
  }
  lite-youtube>picture img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
  lite-youtube>.lty-playbtn {
    width: 68px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    transform: translate3d(-50%,-50%,0);
    top: 50%;
    left: 50%;
    z-index: 1;
    background-color: transparent;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDY4IDQ4Ij48cGF0aCBmaWxsPSIjZjAwIiBmaWxsLW9wYWNpdHk9IjAuOCIgZD0iTTY2LjUyLDcuNzRjLTAuNzgtMi45My0yLjQ5LTUuNDEtNS40Mi02LjE5QzU1Ljc5LC4xMywzNCwwLDM0LDBTMTIuMjEsLjEzLDYuOSwxLjU1IEMzLjk3LDIuMzMsMi4yNyw0LjgxLDEuNDgsNy43NEMwLjA2LDEzLjA1LDAsMjQsMCwyNHMwLjA2LDEwLjk1LDEuNDgsMTYuMjZjMC43OCwyLjkzLDIuNDksNS40MSw1LjQyLDYuMTkgQzEyLjIxLDQ3Ljg3LDM0LDQ4LDM0LDQ4czIxLjc5LTAuMTMsMjcuMS0xLjU1YzIuOTMtMC43OCw0LjY0LTMuMjYsNS40Mi02LjE5QzY3Ljk0LDM0Ljk1LDY4LDI0LDY4LDI0UzY3Ljk0LDEzLjA1LDY2LjUyLDcuNzR6Ij48L3BhdGg+PHBhdGggZD0iTSA0NSwyNCAyNywxNCAyNywzNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==);
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0,0,.2,1);
    border: none;
  }
  lite-youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: url(../images/before.png);
    background-position: top;
    background-repeat: repeat-x;
    height: 60px;
    padding-bottom: 50px;
    width: 100%;
    transition: all .2s cubic-bezier(0,0,.2,1);
    z-index: 1;
  }
  .youtube_onn{
    display: none;
  }
    .sidebar__sub{
	display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    .sidebar__sub img{
	width: 25px;
    height: 25px;
    margin-right: 7px;
    border-radius: 0px;
    }
  @media screen and (max-width: 950px){
            .primary-nav {
                grid-gap: 8px;
                grid-auto-rows: minmax(48px,auto);
                padding: 12px;
                overflow-y: scroll;
                grid-auto-flow: column;
                grid-template-columns: max-content;
                grid-auto-columns: max-content;
            }
            .dropbtn {
                display: none;
            }
            .block_file{
              grid-gap: 18px;
              grid-auto-rows: minmax(48px,auto);
              padding: 12px;
              overflow-y: scroll;
              grid-auto-flow: column;
              grid-template-columns: max-content;
              grid-auto-columns: max-content;
              justify-content: start;
            }
            .nav{
              display: none;
            }
            .weapon_grid{
              grid-gap: 6px;
              grid-template-columns: repeat(1,1fr);
            }
            .dop_weap_grid{
              grid-gap: 6px;
              grid-template-columns: repeat(1,1fr);
            }
            .static_img{
              display: flex;
              flex-direction: column;
              align-items: center;
            }
            .img_stat_skins{
              display: flex;
              flex-direction: column;
              align-items: center;
            }
            .model-container img{
              width: 50%;
            }
            .model-info-block{
              font-size: 11px;
              width: 40%;
            }
}



.new_sbor_aside{
	padding: 10px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    border-radius: 15px;
background: rgb(131,58,180);
background: linear-gradient(93deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    color: #fff;
    font-weight: 600;
    text-align: center;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.new_sbor_aside:hover{ 
     color: #fff;
background: rgb(131,58,180);
background: linear-gradient(146deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}
.new_sbor_aside img{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 10%;
}
.img_mag img{
	max-height: 500px;
    object-fit: cover;
}
.main-cs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #d89c050f;
  box-shadow: 0 1px 2px 0 #1a1e2b1a;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.1);
  border-radius: 0.7rem;
}
.mt-auto {
  padding: 20px;
}
.main-cs_info {
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.main-cs_info_ttdc {
  width: 48%;
}
.title_main_block {
  font-size: 25px;
  font-weight: 700;
}
.main-cs_dc {
  font-size: 14px;
}
.main-sborka__advantages {
  display: flex;
  font-size: 18px;
  color: #0b0b0c;
  padding-top: 7px;
  flex-direction: column;
  width: 50%;
}
.sborka__main {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.sborki-item__dwnlbtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 20px;
}
.sborki-item__dwnlbtns {
  margin-left: 0px !important;
  justify-content: flex-start !important;
  margin-bottom: 20px;
}
.direct-link,.torrent-link{
  margin-right: 9px !important;
}
.link_save {
  width: 95%;
  font-size: 12px;
  font-weight: 400;
  color: #02994b;
  padding: 5px;
  border: 2px solid #02994b;
  border-radius: 5px;
  text-align: center;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(2, 153, 75, 0.17);
  -moz-box-shadow: 0px 5px 10px 2px rgba(2, 153, 75, 0.17);
  box-shadow: 0px 5px 10px 2px rgba(2, 153, 75, 0.17);
}
.button-prev, .button-next {
  position: absolute;
  top: 40%;
  padding: 10px;
  background: #d89c05bd;
  z-index: 10;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 10px 2px rgb(37, 125, 223), rgb(140, 44, 255);
  -moz-box-shadow: 0px 5px 10px 2px rgb(37, 125, 223), rgb(140, 44, 255);
  box-shadow: 0px 5px 10px 2px rgb(37, 125, 223), rgb(140, 44, 255);
}
.sborka__main span {
  display: flex;
  align-items: center;
  padding: 3px 8px;
  white-space: nowrap;
  margin: 5px 0;
  color: #000;
  margin-right: 10px;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 14px;
}
.button-prev{
  left: 10px;
}
.button-next{
  right: 10px;
}
.cs-versions{
  border-radius: 3px;
  overflow: scroll;
  margin-bottom: 10px;
}
.cs-versions table {
  width: 100%;
  margin-top: 10px;
  color: #333;
  font-size: 14px;
  border: 1px solid #eee;
}
.cs-versions tbody tr:nth-child(even), .cs-versions thead {
  background: #e6eefd;
}
.cs-versions td:first-child, .cs-versions th:first-child {
  padding-left: 15px;
  text-align: left;
}

.cs-versions .title {
  width: 270px;
}
.cs-versions td, .cs-versions th {
  text-align: center;
  padding: 5px 10px;
  white-space: nowrap;
  vertical-align: middle;
}
.cs-versions .title .icon {
  float: left;
  margin-right: 7px;
}
.cs-link{
  padding: 5px;
    background-color: #2163f2;
    color: #fff;
}
.language img {
  width: 20px;
  height: 15px;
  border-radius: 0px;
}
.belorus{
  width: 22px;
  height: 22px;
}
.related-news{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(304px, 1fr));
  grid-gap: 15px 15px;
  grid-auto-flow: row dense;
}
.related-news .main__shortstyle{
  margin-bottom: 0px;
}
@media only screen and (max-width: 425px) {
  .main-cs_info{
    flex-direction: column;
  }
  .main-sborka__advantages{
    width: 100%;
  }
  .main-cs_info_ttdc{
    width: 100%;
  }
}