/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./public/css/src/main.scss ***!
  \*******************************************************************************************************************/
body {
  font-family: "Roboto", sans-serif;
}

body {
  margin: 0;
  padding: 0;
}

.flex {
  display: flex;
}

.ai-start {
  align-items: start;
}

.ai-center {
  align-items: center;
}

.ai-end {
  align-items: flex-end;
}

.jc-center {
  justify-content: center;
}

.jc-end {
  justify-content: flex-end;
}

.jc-between {
  justify-content: space-between;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

.ta-center {
  text-align: center;
}

.mt30 {
  margin-top: 30px;
}

p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 20px;
}
p span.orange {
  font-weight: 700;
  color: #FD7717;
}

.wrapper {
  padding-top: 70px;
}

html,
.wrapper {
  background: #f0f0f0;
  font-family: "Roboto", sans-serif;
}
html .container,
.wrapper .container {
  width: 1160px;
  margin: 0 auto;
}
html .section__margin,
.wrapper .section__margin {
  margin-left: -11%;
}
html .flex,
.wrapper .flex {
  display: flex;
}
html .content,
.wrapper .content {
  width: 860px;
}
html .content.game__page,
.wrapper .content.game__page {
  width: 760px;
  margin-bottom: 200px;
}
html .content h1, html .content h2,
.wrapper .content h1,
.wrapper .content h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 15px;
}
html .content__header,
.wrapper .content__header {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 20px;
}
html .primary__btn,
.wrapper .primary__btn {
  padding: 9px 19px;
  box-sizing: border-box;
  width: 260px;
  border-radius: 5px;
  background: #FFC931;
  color: #000;
  text-decoration: none;
  display: table;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #FFC931;
  cursor: pointer;
  outline: none;
}
html .primary__btn-center,
.wrapper .primary__btn-center {
  margin: 0 auto;
}
html .primary__btn.w200,
.wrapper .primary__btn.w200 {
  width: 200px;
}
html .primary__btn.w100,
.wrapper .primary__btn.w100 {
  width: 100%;
}
html .primary__btn-img,
.wrapper .primary__btn-img {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  height: 44px;
}
html .primary__btn-img:before,
.wrapper .primary__btn-img:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 5px;
}
html .primary__btn-img.steam:before,
.wrapper .primary__btn-img.steam:before {
  background: url(../../.././build/css/img/steam.svg) no-repeat center;
}
html .primary__btn-img.mygames:before,
.wrapper .primary__btn-img.mygames:before {
  background: url(../../.././build/css/img/mygames.svg) no-repeat center;
}
html .primary__btn-img.rustore:before,
.wrapper .primary__btn-img.rustore:before {
  background: url(../../.././build/css/img/rustore-20x20.png) no-repeat center;
}
html .primary__btn-img.googleplay:before,
.wrapper .primary__btn-img.googleplay:before {
  background: url(../../.././build/css/img/googleplay-20x20.png) no-repeat center;
}
html .primary__btn-img.appstore:before,
.wrapper .primary__btn-img.appstore:before {
  background: url(../../.././build/css/img/appstore-20x20.png) no-repeat center;
}
html .primary__btn-img.vk:before,
.wrapper .primary__btn-img.vk:before {
  background: url(../../.././build/css/img/vkplay-20x20.png) no-repeat center;
}
html .primary__btn-img.other:before,
.wrapper .primary__btn-img.other:before {
  background: url(../../.././build/css/img/other-20x20.png) no-repeat center;
}
html .primary__btn-img.create:before,
.wrapper .primary__btn-img.create:before {
  background: url(../../.././build/css/img/create-icon.svg) no-repeat center;
  width: 20px;
  height: 20px;
}
html .primary__btn-img:hover:before,
.wrapper .primary__btn-img:hover:before {
  filter: brightness(0) saturate(100%) invert(93%) sepia(79%) saturate(5603%) hue-rotate(324deg) brightness(97%) contrast(106%);
}
html .primary__btn:hover,
.wrapper .primary__btn:hover {
  color: #FFC931;
  background: #fff;
}
html .secondary__btn,
.wrapper .secondary__btn {
  padding: 9px 19px;
  box-sizing: border-box;
  width: 260px;
  border-radius: 5px;
  background: #fff;
  color: #000;
  text-decoration: none;
  display: table;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #000;
  cursor: pointer;
}
html .secondary__btn-img,
.wrapper .secondary__btn-img {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  height: 44px;
}
html .secondary__btn-img:before,
.wrapper .secondary__btn-img:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 5px;
}
html .secondary__btn-img.favorite:before,
.wrapper .secondary__btn-img.favorite:before {
  background: url(../../.././build/css/img/star.svg) no-repeat center;
}
html .secondary__btn-img.donate:before,
.wrapper .secondary__btn-img.donate:before {
  background: url(../../.././build/css/img/donate.svg) no-repeat center;
}
html .secondary__btn-img:hover:before,
.wrapper .secondary__btn-img:hover:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(293deg) brightness(104%) contrast(101%);
}
html .secondary__btn:hover,
.wrapper .secondary__btn:hover {
  color: #fff;
  background: #000;
}
html .search__input,
.wrapper .search__input {
  position: relative;
  width: 220px;
}
html .search__input input[type=text],
.wrapper .search__input input[type=text] {
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: #fff;
  height: 40px;
  padding: 8px 8px 8px 40px;
  width: 100%;
  outline: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
html .search__input:before,
.wrapper .search__input:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../.././build/css/img/search-input.png) no-repeat center;
  position: absolute;
  top: 8px;
  left: 8px;
}
html .checkbox label,
.wrapper .checkbox label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: 0 0 10px;
}
html .checkbox input[type=checkbox],
.wrapper .checkbox input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
html .checkbox input[type=checkbox] + label:before,
.wrapper .checkbox input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../.././build/css/img/checkbox.png) no-repeat center;
  transition: all 0.1s ease-in-out;
}
html .checkbox input[type=checkbox]:checked + label:before,
.wrapper .checkbox input[type=checkbox]:checked + label:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../.././build/css/img/checkbox-active.png) no-repeat center;
}
html .radio label,
.wrapper .radio label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: 0 0 10px;
}
html .radio input[type=radio],
.wrapper .radio input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
html .radio input[type=radio] + label:before,
.wrapper .radio input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../../.././build/css/img/radio.png) no-repeat center;
  transition: all 0.1s ease-in-out;
}
html .radio input[type=radio]:checked + label:before,
.wrapper .radio input[type=radio]:checked + label:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../../.././build/css/img/radio-active.png) no-repeat center;
}
html .dropdown__filter,
.wrapper .dropdown__filter {
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px;
  background: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  width: 220px;
  position: relative;
  z-index: 1;
}
html .dropdown__filter span,
.wrapper .dropdown__filter span {
  cursor: pointer;
}
html .dropdown__filter span:after,
.wrapper .dropdown__filter span:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../.././build/css/img/dropdown-filter-icon.svg) no-repeat center;
  position: absolute;
  top: 10px;
  right: 10px;
}
html .dropdown__filter ul,
.wrapper .dropdown__filter ul {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 44px;
  left: -1px;
  border: 1px solid #000;
  width: 100%;
  border-top: 0;
  background: #fff;
  display: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
html .dropdown__filter ul li,
.wrapper .dropdown__filter ul li {
  display: block;
  padding: 0 10px 0px;
}
html .dropdown__filter ul li label,
.wrapper .dropdown__filter ul li label {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
html .dropdown__filter.active,
.wrapper .dropdown__filter.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
html .dropdown__filter.active span:after,
.wrapper .dropdown__filter.active span:after {
  transform: rotate(180deg);
}
html .tooltip,
.wrapper .tooltip {
  display: none;
  position: absolute;
  top: 0;
  left: 10px;
  border-radius: 5px;
  padding: 3px 5px;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  font-style: normal;
}
html .form__control,
.wrapper .form__control {
  width: 100%;
  margin: 0 auto 30px;
}
html .form__control-counter .counter,
.wrapper .form__control-counter .counter {
  color: #aeaeae;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 10px;
}
html .form__control-counter textarea,
.wrapper .form__control-counter textarea {
  height: 60px;
}
html .form__control > label,
.wrapper .form__control > label {
  display: block;
  color: #FD7717;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
html .form__control > label span,
.wrapper .form__control > label span {
  color: rgba(191, 5, 5, 0.9);
}
html .form__control input[type=text],
html .form__control input[type=email],
html .form__control input[type=password],
.wrapper .form__control input[type=text],
.wrapper .form__control input[type=email],
.wrapper .form__control input[type=password] {
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 10px;
  display: block;
  width: 100%;
  outline: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
html .form__control textarea,
.wrapper .form__control textarea {
  font-family: "Roboto";
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 10px;
  display: block;
  width: 100%;
  outline: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  resize: vertical;
  height: 100px;
}
html .form__control-col-2,
.wrapper .form__control-col-2 {
  display: flex;
  gap: 20px;
}
html .form__control-row,
.wrapper .form__control-row {
  width: 50%;
}
html .form__control-row.w100,
.wrapper .form__control-row.w100 {
  width: 100%;
}
html .form__control-row input[type=text],
.wrapper .form__control-row input[type=text] {
  width: 100%;
}
html .form__control-row .primary__btn,
html .form__control-row .secondary__btn,
.wrapper .form__control-row .primary__btn,
.wrapper .form__control-row .secondary__btn {
  width: 100% !important;
}
html .form__control-img,
.wrapper .form__control-img {
  margin: 0 auto 20px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
html .form__control-img img,
.wrapper .form__control-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
html .form__control-img--nav,
.wrapper .form__control-img--nav {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 300px;
  background: rgba(191, 5, 5, 0.9);
  box-sizing: border-box;
  padding: 2px 10px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
html .form__control-img--nav li,
.wrapper .form__control-img--nav li {
  display: block;
}
html .form__control-img--nav li a,
.wrapper .form__control-img--nav li a {
  display: block;
  width: 16px;
  height: 16px;
}
html .form__control-img--nav li a.change,
.wrapper .form__control-img--nav li a.change {
  background: url(../../.././build/css/img/change-icon.svg) no-repeat center;
}
html .form__control-img--nav li a.trash,
.wrapper .form__control-img--nav li a.trash {
  background: url(../../.././build/css/img/trash-icon.png) no-repeat center;
}
html .form__control-info,
.wrapper .form__control-info {
  color: #aeaeae;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 5px 0 0;
}
html .form__control-tags,
.wrapper .form__control-tags {
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px 10px 0;
  display: flex;
  flex-wrap: wrap;
  min-height: 44px;
  position: relative;
}
html .form__control-tags span,
.wrapper .form__control-tags span {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 2px 5px;
  margin: 0 5px 10px 0;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 5px;
}
html .form__control-tags span i,
.wrapper .form__control-tags span i {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../../.././build/css/img/tag-delete.png) no-repeat center;
  cursor: pointer;
}
html .form__control-tags input[type=text],
.wrapper .form__control-tags input[type=text] {
  margin: 0 5px 10px 0;
  padding: 0;
  border: none;
}
html .form__control-tags-result,
.wrapper .form__control-tags-result {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 5px 0;
}
html .form__control-tags-result span.new,
.wrapper .form__control-tags-result span.new {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 2px 5px;
  margin: 0 5px 10px 0;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
  background: #FFC931;
}
html .form__input-img,
.wrapper .form__input-img {
  position: relative;
}
html .form__input-img input[type=text],
.wrapper .form__input-img input[type=text] {
  padding-left: 40px;
}
html .form__input-img:before,
.wrapper .form__input-img:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  left: 10px;
}
html .form__input-img.phone:before,
.wrapper .form__input-img.phone:before {
  background: url(../../.././build/css/img/phone.svg) no-repeat center;
}
html .form__input-img.email input[type=text],
.wrapper .form__input-img.email input[type=text] {
  padding-left: 44px;
}
html .form__input-img.email:before,
.wrapper .form__input-img.email:before {
  background: url(../../.././build/css/img/mail.svg) no-repeat center;
  width: 24px;
  height: 24px;
  top: 10px;
}
html .form__input-img.telegram:before,
.wrapper .form__input-img.telegram:before {
  background: url(../../.././build/css/img/telegram.svg) no-repeat center;
}
html .form__input-img.whatsapp:before,
.wrapper .form__input-img.whatsapp:before {
  background: url(../../.././build/css/img/whatsapp.svg) no-repeat center;
}
html .form__input-img.vk:before,
.wrapper .form__input-img.vk:before {
  background: url(../../.././build/css/img/popup-vk.png) no-repeat center;
}
html .form h2,
.wrapper .form h2 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
}
html .error-text,
.wrapper .error-text {
  color: #BF0505;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 5px 0 0;
}
html .datepicker,
.wrapper .datepicker {
  position: relative;
  cursor: pointer;
}
html .datepicker::after,
.wrapper .datepicker::after {
  content: "";
  display: block;
  top: 10px;
  right: 10px;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../../.././build/css/img/calendar.svg);
}
html .drag-n-drop,
.wrapper .drag-n-drop {
  box-sizing: border-box;
  border: 1px dashed #000;
  border-radius: 4px;
  background: rgb(255, 236, 181);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 150px;
  text-align: center;
  margin: 0 auto 20px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  cursor: pointer;
}
html .drag-n-drop:before,
.wrapper .drag-n-drop:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url(../../.././build/css/img/add-file.svg) no-repeat center;
  margin: 0 auto 8px;
}
html .drag-n-drop--project,
.wrapper .drag-n-drop--project {
  height: 180px;
}
html .drag-n-drop--project p,
.wrapper .drag-n-drop--project p {
  margin: 0 auto 8px;
}
html .drag-n-drop .attention,
.wrapper .drag-n-drop .attention {
  color: rgba(191, 5, 5, 0.9);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0px;
  margin: 0;
}
html .drag-n-drop._active,
.wrapper .drag-n-drop._active {
  border: 1px solid #FD7717;
  background: #FFC931;
}
html .drag-n-drop._uploaded,
.wrapper .drag-n-drop._uploaded {
  height: 480px;
  padding: 0;
  overflow: hidden;
  display: block;
}
html .drag-n-drop._uploaded:before,
.wrapper .drag-n-drop._uploaded:before {
  display: none;
}
html .drag-n-drop img,
.wrapper .drag-n-drop img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
html .drag-n-drop__input,
.wrapper .drag-n-drop__input {
  display: none !important;
}
html .drag-n-drop-container,
.wrapper .drag-n-drop-container {
  position: relative;
}
html .drag-n-drop-container .img-delete,
html .drag-n-drop-container .article-img-delete,
.wrapper .drag-n-drop-container .img-delete,
.wrapper .drag-n-drop-container .article-img-delete {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../../.././build/css/img/tag-delete.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
html .policy,
.wrapper .policy {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #aaa;
  margin: 0;
}
html .policy a,
.wrapper .policy a {
  font-weight: 700;
  color: #aaa;
}
html .mb20,
.wrapper .mb20 {
  margin-bottom: 20px !important;
}
html .mb30,
.wrapper .mb30 {
  margin-bottom: 30px !important;
}
html .navigation,
.wrapper .navigation {
  display: flex;
  justify-content: center;
  margin: 0 auto 200px;
  padding: 0;
  gap: 8px;
  text-align: center;
}
html .navigation li,
.wrapper .navigation li {
  display: block;
}
html .navigation li a,
.wrapper .navigation li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  border: 1px solid #d0d0d0;
  text-decoration: none;
}
html .navigation li a:hover, html .navigation li a.active,
.wrapper .navigation li a:hover,
.wrapper .navigation li a.active {
  color: #fff;
  background: #FFC931;
  border-color: #FFC931;
}
html .navigation li a.prev,
.wrapper .navigation li a.prev {
  background: url(../../.././build/css/img/nav-icon.svg) no-repeat center #fff;
  transform: rotate(180deg);
}
html .navigation li a.prev.disabled,
.wrapper .navigation li a.prev.disabled {
  background: url(../../.././build/css/img/nav-disabled-icon.png) no-repeat center #fff;
  transform: none;
}
html .navigation li a.next,
.wrapper .navigation li a.next {
  background: url(../../.././build/css/img/nav-icon.svg) no-repeat center #fff;
}
html .navigation li a.next.disabled,
.wrapper .navigation li a.next.disabled {
  background: url(../../.././build/css/img/nav-disabled-icon.png) no-repeat center #fff;
  transform: rotate(180deg);
}
html .steps,
.wrapper .steps {
  margin: 0 auto 30px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  max-width: 577px;
}
html .steps li,
.wrapper .steps li {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  position: relative;
  cursor: pointer;
}
html .steps li:before,
.wrapper .steps li:before {
  content: "";
  display: block;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin: 0 auto 8px;
  position: relative;
  z-index: 1;
}
html .steps li:after,
.wrapper .steps li:after {
  content: "";
  display: block;
  height: 8px;
  width: 268px;
  background: #d0d0d0;
  position: absolute;
  top: 8px;
  left: 15px;
}
html .steps li:last-child:after,
.wrapper .steps li:last-child:after {
  display: none;
}
html .steps li.active:before,
.wrapper .steps li.active:before {
  background: #FD7717;
}
html .step__content,
.wrapper .step__content {
  display: none;
}
html .step__content.active,
.wrapper .step__content.active {
  display: block;
}
html .platform__box,
.wrapper .platform__box {
  padding: 20px;
  box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 10px;
  margin: 0 auto 18px;
  position: relative;
}
html .platform__box-delete,
.wrapper .platform__box-delete {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  background: url(../../.././build/css/img/tag-delete.png) no-repeat center;
  cursor: pointer;
}
html .platform__box-list,
.wrapper .platform__box-list {
  margin: 0 auto 30px;
}
html .platform__box-col,
.wrapper .platform__box-col {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
html .platform__box-row label,
.wrapper .platform__box-row label {
  display: block;
  color: #FD7717;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
html .platform__box-row:first-of-type,
.wrapper .platform__box-row:first-of-type {
  width: 520px;
}
html .platform__box .datepicker input[type=text],
.wrapper .platform__box .datepicker input[type=text] {
  box-sizing: border-box;
  border: 1px solid rgb(170, 170, 170);
  border-radius: 5px;
  padding: 10px;
  height: 44px;
  outline: none;
}
html .add-link,
.wrapper .add-link {
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  text-decoration: underline;
}
html .add-link:before,
.wrapper .add-link:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../.././build/css/img/add-link.png) no-repeat center;
}
html .choose__platform,
.wrapper .choose__platform {
  display: flex;
  align-items: center;
  border: 1px solid #aaa;
  border-radius: 5px;
  height: 44px;
  box-sizing: border-box;
}
html .choose__platform-dropdown,
.wrapper .choose__platform-dropdown {
  width: 140px;
  min-width: 140px;
  padding: 5px 10px;
  box-sizing: border-box;
  height: 42px;
  color: #000;
  background: #FFC931;
  display: flex;
  align-items: center;
  border-right: 1px solid #aaa;
  position: relative;
  cursor: pointer;
  z-index: 1000;
}
html .choose__platform-dropdown span,
.wrapper .choose__platform-dropdown span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
html .choose__platform-dropdown span.playmarket:before,
.wrapper .choose__platform-dropdown span.playmarket:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../.././build/css/img/playmarket.png);
}
html .choose__platform-dropdown span.playmarket.steam:before,
.wrapper .choose__platform-dropdown span.playmarket.steam:before {
  background: url(../../.././build/css/img/steam-20x20.png);
}
html .choose__platform-dropdown span.playmarket.rustore:before,
.wrapper .choose__platform-dropdown span.playmarket.rustore:before {
  background: url(../../.././build/css/img/rustore-20x20.png);
}
html .choose__platform-dropdown span.playmarket.googleplay:before,
.wrapper .choose__platform-dropdown span.playmarket.googleplay:before {
  background: url(../../.././build/css/img/googleplay-20x20.png);
}
html .choose__platform-dropdown span.playmarket.appstore:before,
.wrapper .choose__platform-dropdown span.playmarket.appstore:before {
  background: url(../../.././build/css/img/appstore-20x20.png);
}
html .choose__platform-dropdown span.playmarket.vk:before,
.wrapper .choose__platform-dropdown span.playmarket.vk:before {
  background: url(../../.././build/css/img/vkplay-20x20.png);
}
html .choose__platform-dropdown span.playmarket.other:before,
.wrapper .choose__platform-dropdown span.playmarket.other:before {
  background: url(../../.././build/css/img/other-20x20.png);
}
html .choose__platform-dropdown span:after,
.wrapper .choose__platform-dropdown span:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../.././build/css/img/platform-arrow.png) no-repeat center;
}
html .choose__platform-dropdown ul,
.wrapper .choose__platform-dropdown ul {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40px;
  left: -1px;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #aaa;
  width: 100%;
}
html .choose__platform-dropdown ul li,
.wrapper .choose__platform-dropdown ul li {
  display: block;
  padding: 10px;
  box-sizing: border-box;
}
html .choose__platform-dropdown ul li.active,
.wrapper .choose__platform-dropdown ul li.active {
  background: #ffc931;
}
html .choose__platform-dropdown ul li:hover,
.wrapper .choose__platform-dropdown ul li:hover {
  background: #ffc931;
}
html .choose__platform-dropdown.active ul,
.wrapper .choose__platform-dropdown.active ul {
  display: block;
}
html .choose__platform input,
.wrapper .choose__platform input {
  box-sizing: border-box;
  padding: 10px;
  border: none;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  outline: none;
}
html .accordion__item,
.wrapper .accordion__item {
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 20px 20px 0;
  margin: 0 auto 20px;
}
html .accordion__item.disable,
.wrapper .accordion__item.disable {
  display: none !important;
}
html .accordion__item h2,
.wrapper .accordion__item h2 {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 20px;
  cursor: pointer;
}
html .accordion__item-content,
.wrapper .accordion__item-content {
  display: none;
}
html .accordion__item-content .add-link,
.wrapper .accordion__item-content .add-link {
  margin-bottom: 20px;
}
html .accordion__item.active,
.wrapper .accordion__item.active {
  border-color: #FD7717;
}
html .accordion__item.active h2,
.wrapper .accordion__item.active h2 {
  color: #FD7717;
}
html .accordion__item.active .accordion__item-content,
.wrapper .accordion__item.active .accordion__item-content {
  display: block;
}
html .accordion__item-col,
.wrapper .accordion__item-col {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d0d0d0;
}
html .accordion__item-col:last-of-type,
.wrapper .accordion__item-col:last-of-type {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
html .accordion__item-row,
.wrapper .accordion__item-row {
  width: 308px;
}
html .accordion__item-row input[type=text],
.wrapper .accordion__item-row input[type=text] {
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
html .accordion__item-delete,
.wrapper .accordion__item-delete {
  display: block;
  border: none;
  width: 24px;
  height: 24px;
  background: url(../../.././build/css/img/accordion-trash.png) no-repeat center;
  cursor: pointer;
}
html #editorjs,
.wrapper #editorjs {
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 10px;
  display: block;
  width: 100%;
  outline: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 1760px) {
  .wrapper .section__margin, html .section__margin {
    margin-left: auto;
  }
}
@media (max-width: 1560px) {
  .wrapper .section__margin, html .section__margin {
    margin-left: -10%;
  }
}
@media (max-width: 1510px) {
  .wrapper .section__margin, html .section__margin {
    margin-left: -9%;
  }
}
@media (max-width: 1483px) {
  .wrapper .section__margin, html .section__margin {
    margin-left: -8%;
  }
}
@media (max-width: 1440px) {
  .wrapper .section__margin, html .section__margin {
    margin-left: -7%;
  }
}
@media (max-width: 1420px) {
  .wrapper .section__margin, html .section__margin {
    margin-left: -6%;
  }
}
@media (max-width: 1400px) {
  .wrapper .section__margin, html .section__margin {
    margin-left: -5%;
  }
}
@media (max-width: 1350px) {
  .wrapper .section__margin, html .section__margin {
    margin-left: -4%;
  }
}
@media (max-width: 1330px) {
  .wrapper .section__margin, html .section__margin {
    margin-left: -3%;
  }
}
@media (max-width: 1325px) {
  .wrapper .section__margin, html .section__margin {
    margin-left: -2%;
  }
}
@media (max-width: 1260px) {
  .wrapper .section__margin, html .section__margin {
    margin-left: 0%;
  }
}
@media (max-width: 1160px) {
  .wrapper {
    overflow: hidden;
    padding-top: 70px;
  }
  html .container,
  .wrapper .container {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  html .container .flex,
  .wrapper .container .flex {
    flex-wrap: wrap;
  }
  html .container.flex.jc-between.ai-start,
  .wrapper .container.flex.jc-between.ai-start {
    display: block;
  }
  html .content,
  .wrapper .content {
    width: 100%;
  }
  html .content__header,
  .wrapper .content__header {
    flex-direction: column;
    align-items: center;
  }
  html .content.game__page,
  .wrapper .content.game__page {
    width: 100%;
    margin-bottom: 30px;
  }
  html .sidebar,
  .wrapper .sidebar {
    position: fixed;
    left: -100%;
  }
  html .form__control,
  .wrapper .form__control {
    margin: 0 auto 20px;
  }
  html .form__control-col-2,
  .wrapper .form__control-col-2 {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  html .form__control-col-2 .form__control-row,
  .wrapper .form__control-col-2 .form__control-row {
    width: 100%;
  }
  html .form__control-col-2 .form__control-row .form__control:last-of-type,
  .wrapper .form__control-col-2 .form__control-row .form__control:last-of-type {
    margin: 0 auto;
  }
  html .form__control .error-text,
  .wrapper .form__control .error-text {
    color: #BF0505;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 5px 0 0;
  }
  html .drag-n-drop--project,
  .wrapper .drag-n-drop--project {
    height: 250px;
    padding: 10px;
  }
  html .platform__box-col,
  .wrapper .platform__box-col {
    display: block;
    margin: 0;
  }
  html .platform__box-row,
  .wrapper .platform__box-row {
    width: 100% !important;
    margin-bottom: 20px;
  }
  html .add-link,
  .wrapper .add-link {
    text-align: left;
  }
  html .navigation,
  .wrapper .navigation {
    margin-bottom: 30px;
  }
  html .tabs__control-center,
  .wrapper .tabs__control-center {
    justify-content: center;
  }
}
@media (max-width: 590px) {
  html .steps li:after, .wrapper .steps li:after {
    width: 250px;
  }
  html .tabs__control-center,
  .wrapper .tabs__control-center {
    justify-content: flex-start;
  }
}
@media (max-width: 560px) {
  html .steps li:after, .wrapper .steps li:after {
    width: 230px;
  }
}
@media (max-width: 520px) {
  html .steps li:after, .wrapper .steps li:after {
    width: 200px;
  }
}
@media (max-width: 460px) {
  html .steps li:after, .wrapper .steps li:after {
    width: 170px;
  }
}
@media (max-width: 400px) {
  html .steps li:after, .wrapper .steps li:after {
    width: 140px;
  }
}
@media (max-width: 350px) {
  html .steps li:after, .wrapper .steps li:after {
    width: 120px;
  }
}
.sys_req_container {
  display: flex;
  flex-wrap: wrap;
}
.sys_req_container .sys_req_item {
  width: 50%;
  margin-bottom: 15px;
}
.sys_req_container .sys_req_item p {
  margin-bottom: 5px;
}
.sys_req_container .sys_req_item p strong {
  color: #FD7717;
}

.other_specialization {
  display: none;
}

.other_specialization.active {
  display: block;
}

.gap20 {
  gap: 20px;
}

.pro-account {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 17px;
  color: #fff;
  background: #FFC931;
  font-size: 10px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0px;
  margin-left: 5px;
  border-radius: 5px;
  padding: 5px;
  box-sizing: border-box;
}

.header {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  box-sizing: border-box;
  z-index: 2000;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header .logo {
  max-width: 120px;
  min-width: 120px;
  margin-right: 50px;
}
.header .main__menu {
  margin: 0;
  padding: 0;
}
.header .main__menu li {
  display: flex;
  align-items: center;
  margin: 0 23px 0 0;
  height: 70px;
}
.header .main__menu li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.header .main__menu li a:hover {
  color: #FFC931;
}
.header .main__menu li:hover .submenu {
  display: block;
}
.header .main__menu .submenu {
  position: absolute;
  top: 70px;
  padding: 20px 0 0;
  box-sizing: border-box;
  background: #fff;
  left: 0;
  width: 100%;
  display: none;
  z-index: 9;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.header .main__menu .submenu ul {
  margin: 0 0 30px;
  padding: 0;
}
.header .main__menu .submenu ul li {
  height: auto;
}
.header .main__menu .submenu ul li a {
  display: flex;
  align-items: center;
}
.header .main__menu .submenu ul li a img {
  margin-right: 10px;
}
.header .main__menu .submenu ul li a:hover {
  text-decoration: underline;
  font-weight: 400;
}
.header .main__menu .submenu p {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.header .search__btn {
  display: block;
  border: none;
  width: 20px;
  height: 20px;
  background: url(../../.././build/css/img/search.svg) no-repeat;
  margin-right: 15px;
}
.header .notification {
  width: 24px;
  height: 24px;
  position: relative;
  background: url(../../.././build/css/img/notification.svg) no-repeat;
  margin-right: 15px;
}
.header .notification.active {
  background: url(../../.././build/css/img/notification-active.svg) no-repeat;
}
.header .notification.active i {
  font-size: 8px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  color: #fff;
  width: 14px;
  height: 14px;
  background: rgba(191, 5, 5, 0.9019607843);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  right: 0px;
}
.header .account__balance {
  box-sizing: border-box;
  border: 1px solid #FD7717;
  border-radius: 5px;
  color: #fff;
  background: #FD7717;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  padding: 0 10px;
  box-sizing: border-box;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.header .login {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  position: relative;
  cursor: pointer;
}
.header .login .avatar {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.header .login .pro {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 17px;
  color: #fff;
  background: #FFC931;
  font-size: 10px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0px;
  margin-left: 5px;
  border-radius: 5px;
  padding: 5px;
  box-sizing: border-box;
}
.header .login__menu {
  position: absolute;
  top: 47px;
  left: 0;
  margin: 0;
  z-index: 100;
  padding: 0;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #FFC931;
  border-radius: 10px;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
  width: 180px;
  display: none;
}
.header .login__menu.active {
  display: block;
}
.header .login__menu li {
  padding: 0 10px;
  display: block;
  box-sizing: border-box;
  height: 40px;
}
.header .login__menu li a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  padding: 10px 0;
  display: block;
}
.header .login__menu .logout {
  border-top: 1px solid rgb(208, 208, 208);
}
.header .login__menu .logout a {
  color: rgb(191, 5, 5);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.header .mobile__menu {
  display: none;
}

@media (max-width: 980px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3000;
  }
  .header .container.flex.jc-between.ai-center {
    height: 70px;
  }
  .header .logo {
    width: 70px;
    min-width: 70px;
    margin-right: 10px;
  }
  .header .main__menu {
    display: none;
  }
  .header .login {
    font-size: 0;
  }
  .header .mobile__menu.active {
    display: block;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 8000;
    width: 100%;
    background: #fff;
    border: 1px solid #FFC931;
    border-top: 1px solid #d0d0d0;
    box-sizing: border-box;
    box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 10px;
    height: 500px;
    overflow: auto;
  }
  .header .mobile__menu.active::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
    background: #d0d0d0;
  }
  .header .mobile__menu.active::-webkit-scrollbar-thumb {
    width: 5px;
    height: 36px;
    border-radius: 5px;
    background: #FFC931;
  }
  .header .mobile__menu.active .main__menu {
    display: block;
    padding: 0 10px;
  }
  .header .mobile__menu.active .main__menu li {
    height: auto;
    padding: 10px 0;
    display: block;
    margin: 0;
  }
  .header .mobile__menu.active .main__menu li .submenu {
    position: relative;
    padding: 10px;
    top: auto;
    left: auto;
    display: block;
    box-shadow: none;
  }
  .header .mobile__menu.active .main__menu li .submenu p {
    font-size: 16px;
    margin: 10px 0 0;
    line-height: 16px;
  }
  .header .mobile__menu.active .main__menu li .submenu ul {
    margin: 0;
    display: block;
  }
  .header .login__menu {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
  }
  #menu__icon {
    margin-left: 15px;
    width: 30px;
    cursor: pointer;
    z-index: 9999;
    height: 16px;
    display: block;
  }
  #menu__icon:before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    transition: all 0.3s linear;
  }
  #menu__icon:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    transition: all 0.3s linear;
  }
  #menu__icon span {
    width: 30px;
    height: 2px;
    background: #000;
    display: block;
    margin: 5px 0;
    transition: all 0.3s linear;
    cursor: pointer;
  }
  #menu__icon.active span {
    margin: 0;
    display: none;
  }
  #menu__icon.active:before {
    transform: rotateZ(45deg);
    margin-top: 7px;
  }
  #menu__icon.active:after {
    transform: rotateZ(-45deg);
    margin-top: -2px;
  }
}
.like__dislike {
  gap: 7px;
  margin: 0;
  padding: 0;
  display: flex;
}
.like__dislike .like {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #148C00;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}
.like__dislike .like:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../.././build/css/img/like.svg) no-repeat;
  background-size: contain;
}
.like__dislike .like:hover:before, .like__dislike .like.active:before {
  background: url(../../.././build/css/img/like-active.svg) no-repeat;
  background-size: contain;
}
.like__dislike .dislike {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #BF0505;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}
.like__dislike .dislike:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../.././build/css/img/dislike.svg) no-repeat;
  background-size: contain;
}
.like__dislike .dislike:hover:before, .like__dislike .dislike.active:before {
  background: url(../../.././build/css/img/dislike-active.svg) no-repeat;
  background-size: contain;
}

.home__slider__container {
  padding: 80px 0;
}
.home__slider .owl-item.active.center {
  z-index: 1;
}
.home__slider-prev, .home__slider-next {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border: none;
  display: none;
  z-index: 100;
}
.home__slider-prev {
  background: url(../../.././build/css/img/arrow-left.svg) no-repeat center !important;
  left: -80px;
}
.home__slider-next {
  background: url(../../.././build/css/img/arrow-right.svg) no-repeat center !important;
  right: -80px;
}
.home__slider__item {
  width: 740px;
  height: 300px;
  margin: 0 auto;
  position: relative;
}
.home__slider__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(224, 224, 224, 0.7);
  z-index: 150;
}
.home__slider__item-text {
  display: flex;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  z-index: 100;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
}
.home__slider__item-text h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.home__slider__item-text p {
  color: #fff;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 400;
}
.home__slider__item-text p:last-child {
  margin: 0;
}
.home__slider__item-text-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.home__slider__item-text-btn .primary__btn,
.home__slider__item-text-btn .secondary__btn {
  width: 200px;
}
.home__slider__item img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home__slider .owl-item.active.center .home__slider__item:before {
  display: none;
  z-index: 0;
}
.home__slider .owl-item.active.center .home__slider__item-text {
  opacity: 1;
}
.home__slider .owl-item.active.center .home__slider-prev,
.home__slider .owl-item.active.center .home__slider-next {
  display: block;
}

@media (max-width: 1500px) {
  .home__slider-next {
    right: -50px;
  }
  .home__slider-prev {
    left: -50px;
  }
}
@media (max-width: 1440px) {
  .home__slider__item {
    width: 660px;
    height: 270px;
  }
}
@media (max-width: 1300px) {
  .home__slider__item {
    width: 640px;
    height: 258px;
  }
}
@media (max-width: 1190px) {
  .home__slider__item {
    width: 600px;
    height: 242px;
  }
}
@media (max-width: 1160px) {
  .home__slider__container {
    padding: 30px 0 10px;
  }
  .home__slider__container .owl-nav {
    width: 100%;
  }
  .home__slider__item {
    width: 100%;
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .home__slider__item:before {
    display: none;
  }
  .home__slider__item img {
    position: relative;
    top: auto;
    left: auto;
  }
  .home__slider__item-text {
    opacity: 1;
    color: #000;
    position: relative;
    top: auto;
    left: auto;
    display: block;
    text-align: center;
  }
  .home__slider__item-text h3 {
    color: #000;
    font-size: 20px;
  }
  .home__slider__item-text p {
    color: #000;
    font-size: 16px;
    line-height: 16px;
  }
  .home__slider__item-text-btn {
    flex-direction: row;
    margin-top: 20px;
    justify-content: center;
  }
  .home__slider-next {
    right: 20px;
  }
  .home__slider-prev {
    left: 20px;
  }
}
.sidebar {
  border-radius: 15px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 20px 20px 50px 20px;
  width: 260px;
  min-width: 260px;
  margin-right: 40px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.sidebar__lk {
  width: 360px;
  min-width: 360px;
  padding: 20px;
}
.sidebar__wide {
  width: 360px;
  min-width: 360px;
  margin-right: 40px;
  box-sizing: border-box;
}
.sidebar--create-article {
  width: 360px;
  min-width: 360px;
  box-sizing: border-box;
  margin-right: 30px;
}
.sidebar--create-article h3 {
  color: #FD7717;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 10px;
}
.sidebar--create-article--preview-img {
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
  height: 180px;
  border: 1px solid #FFC931;
  border-bottom: none;
}
.sidebar--create-article--preview-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.sidebar--create-article--content {
  padding: 15px 10px 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0 0 15px 15px;
  border: 1px solid #FFC931;
  border-top: none;
}
.sidebar--create-article--content p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.sidebar--create-article--content p.title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 5px;
}
.sidebar--create-article--content p.date {
  color: #aeaeae;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 10px;
}
.sidebar__header a {
  color: #FFC931;
  font-size: 14px;
  font-weight: 500;
}
.sidebar h2 {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
}
.sidebar .more__filter {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.sidebar .filter__btn {
  margin: 0;
  padding: 0;
}
.sidebar .filter__btn li {
  display: block;
}
.sidebar .filter__btn li a {
  color: #d0d0d0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.sidebar .filter__btn li a.active {
  color: #000;
}
.sidebar .filter__section {
  border-top: 1px solid #D0D0D0;
  margin-top: 10px;
  padding-top: 10px;
  box-sizing: border-box;
}
.sidebar .filter__section .filter__section-content {
  display: none;
}
.sidebar .filter__section h3 {
  font-weight: 700;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  height: 24px;
  cursor: pointer;
}
.sidebar .filter__section h3:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../.././build/css/img/arrow-filter.png) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(180deg);
}
.sidebar .filter__section.active .filter__section-content {
  display: block;
}
.sidebar .filter__section.active h3:after {
  transform: rotate(0deg);
}
.sidebar .filter__section .datepicker {
  margin-bottom: 20px;
}
.sidebar .filter__section .datepicker input[type=text] {
  box-sizing: border-box;
  border: 1px solid rgb(170, 170, 170);
  border-radius: 5px;
  padding: 10px;
  height: 44px;
  outline: none;
  width: 100%;
}
.sidebar .filter__list {
  padding: 0;
  margin: 0 0 15px;
}
.sidebar .filter__list li {
  display: block;
}

@media (max-width: 1160px) {
  .sidebar--create-article {
    margin: 0 auto 30px;
  }
  .sidebar--create-article h3 {
    text-align: center;
  }
  .sidebar--create-article .card {
    width: 100%;
    margin: 0 auto;
  }
  .sidebar__wide {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 360px) {
  .sidebar--create-article {
    min-width: 100%;
    width: 100%;
  }
}
.tags {
  max-width: 860px;
  margin-bottom: 20px;
}
.tags p {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
}
.tags ul {
  margin: 0;
  padding: 0;
  gap: 10px;
  flex-wrap: wrap;
}
.tags ul li {
  display: block;
  box-sizing: border-box;
  border: 1px solid #FD7717;
  color: #FD7717;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
.tags ul li a {
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  color: #FD7717;
}

.tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border: 1px solid #ccc;
  padding: 6px;
  border-radius: 6px;
  min-height: 40px;
  cursor: text;
}
.tags-container .tag {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 2px 5px;
  margin: 0 5px 10px 0;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 5px;
}
.tags-container .tag i {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../../.././build/css/img/tag-delete.png) no-repeat center;
  cursor: pointer;
}
.tags-container input {
  border: none !important;
  flex: 1;
  min-width: 100px;
  outline: none;
  font-size: 14px;
}

.card {
  width: 260px;
  margin: 0 40px 34px 0;
  border-radius: 15px;
  background: #fff;
  position: relative;
}
.card:nth-child(3n+3) {
  margin-right: 0;
}
.card__img {
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
  height: 150px;
  position: relative;
}
.card__img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.card__content {
  padding: 10px 10px 20px;
  box-sizing: border-box;
}
.card__content h3 {
  margin: 0 0 10px;
  color: #000;
}
.card__content h3 a {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}
.card__content p {
  margin: 0 0 15px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.card__price {
  gap: 5px;
  margin: 0 0 20px;
  align-items: center;
}
.card__price-price {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 5px;
  background: #FD7717;
  box-sizing: border-box;
}
.card__price-old {
  color: #9F9C9C;
  text-decoration: line-through;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.card__header {
  position: relative;
  padding-right: 25px;
}
.card__header .card__favorite {
  display: block;
  text-decoration: none;
  width: 20px;
  height: 20px;
  background: url(../../.././build/css/img/favorite.svg) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
}
.card__header .card__favorite:hover, .card__header .card__favorite.active {
  background: url(../../.././build/css/img/favorite-h.svg) no-repeat center;
}
.card__footer {
  align-items: flex-start;
  justify-content: space-between;
}
.card__footer .platforms {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
}
.card__footer .platforms li {
  display: block;
}
.card__footer .platforms li.windows {
  background: url(../../.././build/css/img/windows.png);
  width: 14px;
  height: 16px;
}
.card__footer .platforms li.macos {
  background: url(../../.././build/css/img/macos.png);
  width: 14px;
  height: 14px;
}
.card__footer .platforms li.android {
  background: url(../../.././build/css/img/android.png);
  width: 18px;
  height: 14px;
}
.card__footer .platforms li.ios {
  background: url(../../.././build/css/img/ios.png);
  width: 22px;
  height: 16px;
}
.card__list {
  flex-wrap: wrap;
}
.card__section {
  margin-bottom: 50px;
}
.card__section .primary__btn {
  margin: 0 auto;
  width: 260px;
}
.card__status {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: table;
  border-radius: 300px;
  background: rgba(191, 5, 5, 0.9);
  padding: 2px 10px;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  left: 10px;
}
.card__question {
  display: flex;
  align-items: center;
  gap: 3px;
  cursor: pointer;
}
.card__question:hover .tooltip {
  display: block;
  width: 190px;
  top: 24px;
  left: 5px;
}
.card__question:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../../.././build/css/img/question-icon.svg) no-repeat center;
}
.card__btns {
  background: url(../../.././build/css/img/card-more.svg) no-repeat center rgba(191, 5, 5, 0.9);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}
.card__btns__container {
  position: absolute;
  right: 10px;
  top: 10px;
}
.card__btns-nav {
  background: rgba(191, 5, 5, 0.9);
  padding: 2px 10px;
  border-radius: 300px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 0;
  right: 25px;
  height: 20px;
  display: none;
}
.card__btns-nav li {
  display: block;
}
.card__btns-nav a {
  display: block;
  width: 16px;
  height: 16px;
  text-decoration: none;
}
.card__btns-nav a:hover .tooltip {
  display: block;
  top: 24px;
  left: 0px;
}
.card__btns-nav a.edit {
  background: url(../../.././build/css/img/edit-icon.png) no-repeat center;
}
.card__btns-nav a.publish {
  background: url(../../.././build/css/img/publish-icon.png) no-repeat center;
}
.card__btns-nav a.unpublish {
  background: url(../../.././build/css/img/unpublish-icon.png) no-repeat center;
}
.card__btns-nav a.trash {
  background: url(../../.././build/css/img/trash-icon.png) no-repeat center;
}
.card__btns.active + .card__btns-nav {
  display: flex;
}
.card__popup {
  box-sizing: border-box;
  border: 2px solid #FFC931;
  border-radius: 10px;
  box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.2);
  background: rgb(255, 255, 255);
  padding: 15px;
  width: 330px;
}
.card__popup-container {
  position: absolute;
  top: -50px;
  left: -347px;
  z-index: 100;
  display: none;
  padding-right: 17px;
}
.card__popup:before {
  content: "";
  display: block;
  border: 2px solid #FFC931;
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  z-index: 99;
  transform: rotate(45deg);
  right: 7px;
  top: 50%;
  margin-top: -10px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.card__popup-video {
  width: 300px;
  height: 140px;
  object-fit: cover;
  border-radius: 5px;
  position: relative;
  z-index: 100;
  margin: 0 auto 10px;
  cursor: pointer;
}
.card__popup-video img {
  width: 100%;
  height: auto;
}
.card__popup-video::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.card__popup-video::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 50%;
  margin-left: -12px;
  background: url(../../.././build/css/img/play-icon.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.card__popup-img {
  width: 300px;
  height: 140px;
  object-fit: cover;
  border-radius: 5px;
  position: relative;
  z-index: 100;
  margin: 0 auto 20px;
  cursor: pointer;
}
.card__popup-img img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.card__popup p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 15px;
}
.card__popup p.date {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.card__popup p.date strong {
  font-weight: 700;
}
.card__popup-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.card__popup-tags p {
  font-weight: 700;
  margin: 0;
}
.card__popup-tags ul {
  margin: 0 0 30px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.card__popup-tags ul li {
  display: block;
}
.card__popup-tags ul li a {
  color: #FD7717;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: block;
  padding: 2px 5px;
  box-sizing: border-box;
  border: 1px solid #FD7717;
  border-radius: 5px;
}
.card__popup-tags ul li a:hover {
  background: #FD7717;
  color: #fff;
}
.card__popup .primary__btn {
  width: 100%;
}
.card:hover .card__popup-container {
  display: block;
}

@media (max-width: 1160px) {
  .card {
    margin: 0 0 10px;
    max-width: 260px;
    width: 48%;
  }
  .card__list {
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
  }
  .card__content h3 {
    margin: 0 0 5px;
  }
  .card__content h3 a {
    font-size: 16px;
  }
  .card__content p {
    min-height: 80px;
  }
  .card__content .like__dislike {
    margin-bottom: 10px;
  }
}
.banner {
  position: relative;
  margin: 0 auto 50px;
}
.banner__subscribe {
  width: 100%;
  height: 340px;
  box-sizing: border-box;
  border: 2px solid #FFC931;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.banner__subscribe img {
  position: absolute;
  top: 0;
  left: 0;
}
.banner__subscribe-content {
  position: relative;
  max-width: 545px;
}
.banner__subscribe-title {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.banner__subscribe-text {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 30px;
}
.banner__subscribe .primary__btn {
  width: 260px;
  margin: 0 auto;
}
.banner__vacancy {
  width: 100%;
  height: 249px;
  box-sizing: border-box;
  border: 2px solid #FFC931;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  padding-left: 400px;
}
.banner__vacancy img {
  position: absolute;
  top: 0;
  left: 0;
}
.banner__vacancy-content {
  max-width: 382px;
  padding: 24px 0;
  box-sizing: border-box;
}
.banner__vacancy-title {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0px;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.banner__vacancy-text {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 30px;
}
.banner__vacancy .primary__btn {
  width: 260px;
  margin: 0;
}
.banner__ads-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #000;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  background: #d0d0d0;
  border-radius: 300px;
  padding: 2px 10px;
}

@media (max-width: 1160px) {
  .banner {
    width: 100%;
    max-width: 860px;
  }
  .banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .banner__subscribe img {
    width: auto;
  }
  .banner__subscribe-title {
    font-size: 26px;
    line-height: 28px;
    margin: 0 auto 10px;
  }
  .banner__subscribe-content {
    padding: 0 10px;
  }
  .banner__subscribe-text {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 18px;
  }
  .banner__vacancy {
    height: auto;
    padding: 0;
  }
  .banner__vacancy img {
    position: relative;
    top: auto;
    left: auto;
    max-height: 200px;
  }
  .banner__vacancy .banner__ads-info {
    top: 20px;
    bottom: auto;
  }
  .banner__vacancy-content {
    padding: 20px;
    text-align: center;
    margin: 0 auto;
  }
  .banner__vacancy-title {
    font-size: 18px;
    line-height: 20px;
  }
  .banner__vacancy-text {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 20px;
  }
  .banner__vacancy .primary__btn {
    margin: 0 auto;
  }
}
.article__item {
  width: 260px;
  margin: 0 40px 34px 0;
  border-radius: 15px;
  background: #fff;
}
.article__item:nth-child(3n+3) {
  margin-right: 0;
}
.article__item.premium {
  border: 2px solid #FFC931;
  width: 256px;
}
.article__img {
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
  display: block;
  position: relative;
  height: 180px;
  width: 100%;
}
.article__img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.article__content {
  padding: 15px 10px 30px;
  box-sizing: border-box;
}
.article__content h3 {
  margin: 0 0 5px;
  overflow: hidden;
}
.article__content h3 a {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}
.article__content p {
  margin: 0;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  overflow: hidden;
}
.article__content p.article__readtime {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #d0d0d0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 10px 0;
}
.article__content p.article__readtime:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../../.././build/css/img/readtime.svg) no-repeat center;
}
.article__content p.article__author-title {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 0 0 5px;
}
.article__content p.article__author-name {
  color: #FD7717;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.article__content-date {
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 10px !important;
  color: #AEAEAE;
}
.article__list {
  flex-wrap: wrap;
}

.social__list {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 16px;
}
.social__list-item {
  width: 260px;
  height: 398px;
  position: relative;
  margin: 0 40px 34px 0;
  border-radius: 15px;
  background: #fff;
  padding: 24px 10px;
  box-sizing: border-box;
}
.social__list-item:nth-child(3n+3) {
  margin-right: 0;
}
.social__list-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  margin: 0 auto 25px;
}
.social__list-item h3 {
  text-transform: uppercase;
  margin: 0 auto 5px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}
.social__list-item p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 0 5px;
}
.social__list-item-input {
  position: relative;
}
.social__list-item-input input[type=text] {
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 5px 30px 5px 10px;
}
.social__list-item-input span {
  position: absolute;
  top: 9px;
  right: 10px;
}
.social__list-item .primary__btn {
  margin: 0 auto;
  width: 240px;
  position: absolute;
  left: 10px;
  bottom: 30px;
}

@media (max-width: 1160px) {
  .social__list {
    gap: 20px;
  }
  .social__list-item {
    margin: 0;
  }
}
.vacancy__slider {
  margin-bottom: 46px;
}
.vacancy__slider__section {
  margin-bottom: 50px;
}
.vacancy__slider__section .primary__btn {
  margin: 0 auto;
}
.vacancy__slider-item {
  width: 360px;
  height: 344px;
  border-radius: 15px;
  background: #fff;
  box-sizing: border-box;
  padding: 25px 20px 30px;
  position: relative;
}
.vacancy__slider-item-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.vacancy__slider-item-date {
  color: #AEAEAE;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.vacancy__slider-item-time {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  padding: 2px 10px;
  background: rgba(191, 5, 5, 0.9);
  border-radius: 300px;
  margin: 0;
}
.vacancy__slider-item-price {
  color: rgba(191, 5, 5, 0.9);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0px;
  margin: 0 0 10px;
}
.vacancy__slider-item-price.not {
  color: #D0D0D0;
}
.vacancy__slider-item h3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 5px;
}
.vacancy__slider-item-description p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 5px;
}
.vacancy__slider-item-footer {
  position: absolute;
  bottom: 30px;
  left: 20px;
}
.vacancy__slider-item-company {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
}
.vacancy__slider-item-company img {
  width: 30px !important;
  height: 30px !important;
  border-radius: 100%;
}
.vacancy__slider .owl-nav button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.vacancy__slider .owl-nav button.owl-prev {
  background: url(../../.././build/css/img/slider-arrow.png) no-repeat center;
  transform: rotate(180deg);
  left: 0px;
}
.vacancy__slider .owl-nav button.owl-next {
  background: url(../../.././build/css/img/slider-arrow.png) no-repeat center;
  right: 0px;
}
.vacancy__slider .owl-nav button.disabled {
  display: none;
}

@media (max-width: 1160px) {
  .vacancy__slider__section h2 {
    text-align: center;
  }
}
.card__detail__banner {
  width: 100%;
  height: 500px;
  position: relative;
  margin: 0 auto 50px;
  padding-top: 50px;
  box-sizing: border-box;
}
.card__detail__banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__detail__banner button.card__detail__banner-play {
  display: block;
  width: 100px;
  height: 100px;
  background: url(../../.././build/css/img/detail-banner-play.png) no-repeat center;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -50px;
  cursor: pointer;
}
.card__detail__banner .breadcrumbs {
  position: relative;
  display: table;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  padding: 5px 10px;
}
.card__detail__banner .preview__card__btns {
  position: relative;
  gap: 10px;
}

.game__preview {
  box-sizing: border-box;
  border: 2px solid rgb(255, 201, 49);
  border-radius: 10px;
  padding: 20px 10px;
  box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.2);
  background: rgb(255, 255, 255);
  margin: -160px 0 50px;
  position: relative;
}
.game__preview-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 5px;
  margin: 0 auto 20px;
  position: relative;
}
.game__preview-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game__preview-img--age {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background: #FD7717;
  width: 34px;
  height: 30px;
  position: absolute;
  bottom: 2px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.game__preview .primary__btn {
  width: 100%;
  margin-bottom: 10px;
}
.game__preview hr {
  border: 1px solid #d0d0d0;
  margin: 20px 0;
}
.game__preview .secondary__btn {
  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 1160px) {
  .game__preview {
    margin: 0 auto 30px;
    max-width: 360px;
  }
}
.game__info {
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
}
.game__info a {
  color: #FD7717;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.game__info a:hover {
  text-decoration: none;
}
.game__info ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px;
  padding: 0;
  gap: 5px;
}
.game__info ul li {
  display: block;
}
.game__info h3 {
  margin: 0 0 10px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.game__info h4 {
  color: #aeaeae;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 5px;
}
.game__info .tags {
  margin: 0 0 15px;
  padding: 0;
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
}
.game__info .tags li {
  display: block;
}
.game__info .tags li a {
  display: block;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #FD7717;
  color: #FD7717;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
.game__info .tags li a:hover {
  background: #FD7717;
  color: #fff;
}
.game__info-release_date {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 5px;
}
.game__info-release_date:before {
  content: "";
  display: block;
}
.game__info-release_date.windows:before {
  background: url(../../.././build/css/img/windows.svg) no-repeat center;
  width: 14px;
  height: 14px;
}
.game__info-release_date.macos:before {
  background: url(../../.././build/css/img/macos.svg) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
}
.game__info-release_date.android:before {
  background: url(../../.././build/css/img/android.svg) no-repeat center;
  background-size: contain;
  width: 18px;
  height: 14px;
}
.game__info-release_date.ios:before {
  background: url(../../.././build/css/img/ios.svg) no-repeat center;
  background-size: contain;
  width: 22px;
  height: 16px;
}
.game__info-release_date:last-of-type {
  margin-bottom: 15px;
}
.game__info-contacts {
  display: table !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.game__info-contacts li {
  display: block;
  padding: 0 0 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
}
.game__info-contacts li a {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.game__info-contacts li a:before {
  display: block;
  margin-right: 5px;
  content: "";
}
.game__info-contacts li a.phone:before {
  width: 20px;
  height: 20px;
  background: url(../../.././build/css/img/phone.png) no-repeat center;
}
.game__info-contacts li a.mail:before {
  width: 24px;
  height: 24px;
  background: url(../../.././build/css/img/mail.png) no-repeat center;
}
.game__info-contacts li a.telegram:before {
  width: 20px;
  height: 20px;
  background: url(../../.././build/css/img/telegram.png) no-repeat center;
}
.game__info-contacts li a.whatsapp:before {
  width: 20px;
  height: 20px;
  background: url(../../.././build/css/img/whatsapp.png) no-repeat center;
}
.game__info-contacts li a.vk:before {
  width: 20px;
  height: 20px;
  background: url(../../.././build/css/img/vk.png) no-repeat center;
}

.game__page {
  width: 760px;
}
.game__page h1 {
  margin-bottom: 10px !important;
}
.game__page-header {
  gap: 10px;
  align-items: center;
  margin: 0 0 10px;
}
.game__page-header p {
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.game__page-header ul.platforms {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  border-left: 1px solid #d0d0d0;
  height: 24px;
}
.game__page-header ul.platforms li {
  display: block;
  padding: 0 10px;
  border-right: 1px solid #d0d0d0;
}
.game__page-header ul.platforms li:before {
  content: "";
  display: block;
}
.game__page-header ul.platforms li.windows:before {
  width: 22px;
  height: 22px;
  background: url(../../.././build/css/img/windows.svg) no-repeat center;
  background-size: contain;
}
.game__page-header ul.platforms li.macos:before {
  width: 22px;
  height: 22px;
  background: url(../../.././build/css/img/macos.svg) no-repeat center;
  background-size: contain;
}
.game__page-header ul.platforms li.android:before {
  width: 22px;
  height: 22px;
  background: url(../../.././build/css/img/android.svg) no-repeat center;
  background-size: contain;
}
.game__page-header ul.platforms li.ios:before {
  width: 22px;
  height: 22px;
  background: url(../../.././build/css/img/ios.svg) no-repeat center;
  background-size: contain;
}
.game__page-anounce {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  max-width: 556px;
}
.game__page-anounce p {
  margin: 0 0 30px;
}
.game__page .game__slider {
  margin-bottom: 50px;
}
.game__page .game__slider-item {
  width: 175px;
  height: 120px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.game__page .game__slider-item span {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -50%;
  margin-top: -12px;
  left: 50%;
  margin-left: -12px;
  background: url(../../.././build/css/img/play-icon.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.game__page .game__slider-item:hover span {
  display: block;
  top: 50%;
}
.game__page .game__slider-item:hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.game__page .game__slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game__page .game__slider .owl-nav .owl-prev,
.game__page .game__slider .owl-nav .owl-next {
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 50%;
  margin-top: -14px;
}
.game__page .game__slider .owl-nav .owl-prev {
  left: -29px;
  background: url(../../.././build/css/img/arrow-left.png) no-repeat center;
}
.game__page .game__slider .owl-nav .owl-next {
  right: -29px;
  background: url(../../.././build/css/img/arrow-right.png) no-repeat center;
}

@media (max-width: 980px) {
  .game__preview {
    margin: 0 auto 50px;
  }
  .game__info {
    margin-bottom: 30px;
  }
}
.tabs__control {
  padding: 0;
  margin: 0 0 30px;
  display: flex;
}
.tabs__control li {
  display: block;
  padding: 0 20px 5px;
  box-sizing: border-box;
  color: rgb(253, 119, 23);
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 2px solid #d0d0d0;
  cursor: pointer;
}
.tabs__control li.active, .tabs__control li:hover {
  color: #FD7717;
  border-color: #FD7717;
}
.tabs__control li.active:hover {
  cursor: default;
}
.tabs__control-center {
  justify-content: center;
}
.tabs__control-center li {
  padding: 0 50px 5px;
}
.tabs__content {
  margin: 0 0 50px;
  display: none;
}
.tabs__content.active {
  display: block;
}
.tabs__content .text h3 {
  color: #FD7717;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 10px;
}
.tabs__content .text p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 20px;
}
.tabs__content .text ul {
  margin: 0 0 20px;
  padding: 0 0 0 18px;
}
.tabs__content .text ul li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

@media (max-width: 980px) {
  .tabs__control {
    padding-bottom: 5px;
    overflow: auto;
  }
  .tabs__control::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #d0d0d0;
  }
  .tabs__control::-webkit-scrollbar-thumb {
    width: 15px;
    height: 5px;
    border-radius: 5px;
    background: #FFC931;
  }
  .tabs__control li {
    white-space: nowrap;
  }
  .tabs-center {
    justify-content: center;
  }
}
.content .reviews__header {
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  padding: 5px 0 10px;
  justify-content: space-between;
  margin: 0 0 30px;
}
.content .reviews__header h2 {
  margin: 0;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}
.content .reviews__header .like {
  font-size: 18px;
  font-weight: 400;
}
.content .reviews__header .like::before {
  width: 20px;
  height: 20px;
  background-size: contain;
}
.content .reviews__header .dislike {
  font-size: 18px;
  font-weight: 400;
}
.content .reviews__header .dislike::before {
  width: 21px;
  height: 20px;
  background-size: contain;
}
.content .reviews__item {
  display: flex;
  gap: 20px;
  border-radius: 10px;
  background: #fff;
  padding: 20px 50px 20px 10px;
  margin: 0 auto 20px;
}
.content .reviews__item-img {
  border-radius: 100%;
  overflow: hidden;
  width: 60px;
  min-width: 60px;
  height: 60px;
}
.content .reviews__item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.content .reviews__item-text {
  width: 100%;
}
.content .reviews__item-header {
  justify-content: space-between;
}
.content .reviews__item-header h3 {
  margin: 0 0 5px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.content .reviews__item-header p {
  margin: 0;
  color: #aeaeae;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.content .reviews__item-like {
  font-size: 16px !important;
  font-weight: 500;
  line-height: 26px;
  display: flex;
  align-items: center;
}
.content .reviews__item-like:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.content .reviews__item-like.good {
  color: #148C00;
}
.content .reviews__item-like.good:before {
  background: url(../../.././build/css/img/like.svg) no-repeat;
  background-size: contain;
}
.content .reviews__item-like.bad {
  color: #BF0505;
}
.content .reviews__item-like.bad:before {
  background: url(../../.././build/css/img/dislike.svg) no-repeat;
  background-size: contain;
}
.content .reviews__item-new {
  background: none;
  padding: 20px 10px;
}
.content .reviews__item-new p {
  margin: 0 0 5px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.content .reviews__item-new .recommend-game {
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  gap: 10px;
}
.content .reviews__item-new .recommend-game li {
  background: #fff;
  border-radius: 5px;
  padding: 3px 10px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.content .reviews__item-new .recommend-game li.good:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../.././build/css/img/like.svg) no-repeat;
}
.content .reviews__item-new .recommend-game li.good.active:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../.././build/css/img/like-active.svg) no-repeat;
}
.content .reviews__item-new .recommend-game li.bad {
  color: rgba(191, 5, 5, 0.9);
}
.content .reviews__item-new .recommend-game li.bad:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../.././build/css/img/dislike.svg) no-repeat;
}
.content .reviews__item-new .recommend-game li.bad.active:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../.././build/css/img/dislike-active.svg) no-repeat;
}
.content .reviews__item-new .primary__btn {
  width: 200px;
}
.content .reviews__item-textarea {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
}
.content .reviews__item-textarea textarea {
  width: 100%;
  resize: vertical;
  height: 150px;
  padding: 10px 20px 20px;
  box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  background: #fff;
  color: rgb(174, 174, 174);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  outline: none;
}
.content .reviews__item-attach {
  border: none;
  display: block;
  cursor: pointer;
  width: 15px;
  height: 15px;
  background: url(../../.././build/css/img/attach.svg) no-repeat center;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.content .reviews__item-footer .like__dislike {
  margin: 0 0 10px;
}
.content .reviews__item-answer {
  color: #FD7717;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  cursor: pointer;
}
.content .reviews__comments {
  display: none;
  border-top: 1px solid #d0d0d0;
  padding-top: 20px;
  margin-top: 20px;
}
.content .reviews__comments.active {
  display: block;
}
.content .reviews__comment {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
.content .reviews__comment-img {
  border-radius: 100%;
  overflow: hidden;
  width: 60px;
  min-width: 60px;
  height: 60px;
}
.content .reviews__comment-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.content .reviews__comment-header {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 10px;
}
.content .reviews__comment-header h3 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
}
.content .reviews__comment-header p.reviews__item-date {
  color: #aeaeae;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.content .reviews__comment-text {
  border-bottom: 1px solid rgb(208, 208, 208);
  padding-bottom: 15px;
  width: 100%;
}
.content .reviews__comment p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 10px;
}
.content .reviews__comment-footer {
  display: flex;
  justify-content: space-between;
}
.content .reviews__comment-inputbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.content .reviews__comment-input {
  width: 100%;
  max-width: 487px;
  position: relative;
}
.content .reviews__comment-input input[type=text] {
  color: #aeaeae;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  box-sizing: border-box;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  background: #fff;
  padding: 10px 20px;
  width: 100%;
}
.content .reviews__comment-input .reviews__comment-attach {
  border: none;
  display: block;
  cursor: pointer;
  width: 15px;
  height: 15px;
  background: url(../../.././build/css/img/attach.svg) no-repeat center;
  position: absolute;
  bottom: 17px;
  right: 10px;
}
.content .reviews__comment-send {
  border: none;
  display: block;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: url(../../.././build/css/img/send.svg) no-repeat center;
}

@media (max-width: 980px) {
  .reviews__item-img {
    display: none;
  }
  .reviews__comment-img {
    display: none;
  }
}
.lk__menu {
  margin: 0;
  padding: 0;
  display: block;
}
.lk__menu li {
  display: block;
  margin: 0 0 5px;
}
.lk__menu li a {
  color: #D0D0D0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  display: block;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lk__menu li a.flex {
  justify-content: space-between;
  align-items: center;
}
.lk__menu li a span {
  box-sizing: border-box;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  background: #fff;
  padding: 3px 10px;
  box-sizing: border-box;
  color: #D0D0D0;
  font-size: 14px;
  font-weight: 700;
}
.lk__menu li a:hover, .lk__menu li a.active {
  color: #000;
  border-radius: 5px;
  box-shadow: 2px 4px 10px 0px rgba(255, 201, 49, 0.2);
  background: #FFC931;
}
.lk__menu li a:hover span, .lk__menu li a.active span {
  color: #fff;
  background: #FD7717;
  border-color: #FD7717;
}

.dashboard {
  padding: 50px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #FFC931;
  background: #fff;
  width: 762px;
}
.dashboard__mygames {
  padding: 50px 30px 50px;
}
.dashboard__page {
  padding: 100px 0 200px;
}
.dashboard__page--create-article {
  padding: 56px 0 200px;
}
.dashboard__settings {
  max-width: 500px;
  margin: 0 auto;
}
.dashboard__top {
  padding-top: 30px;
}
.dashboard__top .container {
  justify-content: space-between;
  align-items: center;
}
.dashboard__top-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dashboard__back {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none !important;
}
.dashboard__back:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../.././build/css/img/arrow-back.svg) no-repeat center;
}
.dashboard h1 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  margin: 0 auto 20px !important;
  text-align: center;
}
.dashboard .balance {
  box-sizing: border-box;
  border: 1px solid #FD7717;
  border-radius: 5px;
  background: #FD7717;
  padding: 5px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  display: table;
}
.dashboard .balance.center {
  margin: 0 auto 20px;
}
.dashboard .tabs {
  max-width: 497px;
  margin: 0 auto;
}
.dashboard .tabs__control {
  margin: 0 0 20px;
}
.dashboard .tabs__control li {
  padding: 0 45px 5px;
}
.dashboard .tabs__content {
  margin: 0;
}
.dashboard .tabs__content p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin: 0 auto 10px;
}
.dashboard .tabs__content .primary__btn {
  width: 360px;
  margin: 0 auto;
}
.dashboard .tabs__content .balance__input {
  width: 360px;
  margin: 0 auto;
}
.dashboard .tabs__content .balance__input label {
  display: block;
  margin: 0 0 5px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.dashboard .tabs__content .balance__input input[type=text] {
  color: #d0d0d0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  box-sizing: border-box;
  padding: 5px 20px;
  border: 1px solid #aeaeae;
  border-radius: 5px;
  max-width: 360px;
  width: 100%;
  margin: 0 0 20px;
}
.dashboard__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.dashboard .card__list {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.dashboard .card__list .card {
  width: 218px;
  border: 1px solid #FFC931;
  margin: 0px;
}
.dashboard .article__list {
  gap: 20px;
  margin-bottom: 30px;
}
.dashboard .article__item {
  border: 1px solid #FFC931;
  width: 339px;
  box-sizing: border-box;
  margin: 0;
}
.dashboard .attach__social {
  padding-top: 30px;
  border-top: 1px solid #D0D0D0;
}
.dashboard .attach__social h2 {
  margin: 0 auto 20px;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.dashboard .attach__social__list {
  display: flex;
  justify-content: space-between;
}
.dashboard .attach__social__item {
  text-align: center;
}
.dashboard .attach__social__item span {
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 140px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5px;
  position: relative;
}
.dashboard .attach__social__item span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
}
.dashboard .attach__social__item span.vk:before {
  background: url(../../.././build/css/img/attach-vk.svg) no-repeat center;
}
.dashboard .attach__social__item span.tg:before {
  background: url(../../.././build/css/img/attach-tg.svg) no-repeat center;
}
.dashboard .attach__social__item span.wa:before {
  background: url(../../.././build/css/img/attach-wa.svg) no-repeat center;
}
.dashboard .attach__social__item a {
  color: rgba(191, 5, 5, 0.9);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
}
.dashboard .attach__social__item.active a {
  color: #FD7717;
}
.dashboard .attach__social__item.active span:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../../.././build/css/img/attach-success.svg) no-repeat center;
}

@media (max-width: 1160px) {
  .dashboard {
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  .dashboard {
    width: 100%;
    padding: 20px;
  }
  .dashboard__page {
    padding: 30px 0;
  }
  .dashboard .tabs__content .primary__btn {
    max-width: 360px;
    width: 100%;
  }
  .dashboard .tabs__content .balance__input {
    width: 100%;
    max-width: 360px;
  }
  .dashboard .tabs__content .balance__input input[type=text] {
    width: 100%;
    max-width: 440px;
  }
  .dashboard__header {
    flex-direction: column;
    gap: 20px;
  }
  .dashboard__top .container {
    align-items: flex-start;
  }
  .dashboard__top-btn {
    flex-direction: column;
  }
  .dashboard .attach__social__list {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.history__item-operation {
  width: 510px;
  margin-right: 40px;
}
.history__item-operation p {
  text-align: left;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
}
.history__item-operation p span {
  color: #FD7717;
  font-weight: 700;
}
.history__item-operation p.history__item-operation--duration {
  color: #aeaeae;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-top: 5px;
}
.history__item-date {
  width: 110px;
  min-width: 110px;
  text-align: left;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.history__list-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
}
.history__list-row.history__title {
  padding: 0;
  border: none;
}
.history__list-row.history__title div {
  color: #aeaeae;
  font-size: 18px;
  font-weight: 500;
}

.breadcrumbs {
  padding: 50px 0;
  box-sizing: border-box;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  display: flex;
  align-items: center;
}
.breadcrumbs ul li a {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}
.breadcrumbs ul li span {
  color: #FD7717;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.breadcrumbs ul li:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../../.././build/css/img/breadcrums-separator.png) no-repeat center;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}

.vacancy__list {
  margin-bottom: 20px;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
.vacancy__item {
  width: 340px;
  box-sizing: border-box;
  border: 1px solid rgb(255, 201, 49);
  border-radius: 15px;
  padding: 20px 10px;
  background: rgb(255, 255, 255);
  border-radius: 15px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.vacancy__item-header {
  height: 24px;
  margin-bottom: 20px;
  position: relative;
}
.vacancy__item-header .card__status {
  top: 0;
  left: 0;
  height: 20px;
}
.vacancy__item-header .card__btns__container {
  right: 0;
  top: 0;
}
.vacancy__item-date {
  color: #AEAEAE;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.vacancy__item-time {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  padding: 2px 10px;
  background: rgba(253, 119, 23, 0.9);
  border-radius: 300px;
  margin: 0 0 20px;
  display: table;
}
.vacancy__item-price {
  color: rgba(191, 5, 5, 0.9);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0px;
  margin: 0 0 10px;
}
.vacancy__item-price.not {
  color: #D0D0D0;
}
.vacancy__item h3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 5px;
}
.vacancy__item-description {
  overflow: hidden;
}
.vacancy__item-description p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 5px;
}
.vacancy__item-company {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
}
.vacancy__item-company img {
  width: 30px !important;
  height: 30px !important;
  border-radius: 100%;
}

.article__section {
  padding: 0px 0 200px;
}
.article__section h1 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 auto 30px;
  text-align: center;
}
.article__section-list {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
}
.article__section-list .article__item {
  margin: 0 40px 30px 0;
}
.article__section-list .article__item:nth-of-type(4n+4) {
  margin-right: 0;
}

.article__slider {
  margin-bottom: 30px;
}
.article__slider .article__item {
  margin: 0;
  height: 404px;
}
.article__slider .owl-nav button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.article__slider .owl-nav button.owl-prev {
  background: url(../../.././build/css/img/slider-arrow.png) no-repeat center;
  transform: rotate(180deg);
  left: 10px;
}
.article__slider .owl-nav button.owl-next {
  background: url(../../.././build/css/img/slider-arrow.png) no-repeat center;
  right: 10px;
}
.article__slider .owl-nav button.disabled {
  display: none;
}

@media (max-width: 1160px) {
  .card__section h2 {
    text-align: center;
  }
  .article__slider .article__item {
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  .article__section {
    padding: 30px 0;
  }
  .article__section-list {
    margin: 30px 0;
    gap: 20px;
  }
  .article__section-list .article__item {
    width: 47%;
    margin: 0;
  }
}
.article__page {
  margin-bottom: 200px;
}
.article__page h1 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 0 20px;
  max-width: 760px;
}
.article__page-author {
  margin: 0 0 24px;
}
.article__page-author p.title {
  color: #2A303E;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 0 0 5px;
}
.article__page-author p.author {
  color: #FD7717;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  display: flex;
  align-items: center;
}
.article__page p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
}
.article__page h2 {
  color: #FD7717;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin: 20px 0 10px;
}
.article__page ul {
  margin: 10px 0;
}
.article__page ul li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
}
.article__page ul ul {
  margin-top: 10px;
}
.article__page img,
.article__page iframe {
  margin: 40px auto 50px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.article__page iframe {
  height: 560px;
}
.article__page blockquote {
  position: relative;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 auto 50px;
  max-width: 874px;
  box-sizing: border-box;
  padding-left: 90px;
}
.article__page blockquote:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../../.././build/css/img/quote.svg) no-repeat center;
  position: absolute;
  top: 0;
  left: 0px;
}
.article__page-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.article__page .share-social p {
  color: #2A303E;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 0 0 8px;
}
.article__page .share-social ul {
  display: flex;
  gap: 5px;
  margin: 0;
  padding: 0;
}
.article__page .share-social ul li {
  display: block;
  margin: 0;
}
.article__page .share-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 20px;
  background: #FFC931;
}
.article__page .share-social ul li a img {
  margin: 0;
  width: auto;
  height: auto;
}

@media (max-width: 1160px) {
  .article__page {
    margin-bottom: 30px;
  }
}
.tariff__list {
  display: flex;
  gap: 20px;
}
.tariff__item {
  width: 340px;
  box-sizing: border-box;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  background: #fff;
  padding: 30px;
}
.tariff__item .primary__btn {
  width: 100%;
}
.tariff__item.pro {
  border-color: #FD7717;
}
.tariff__item h2 {
  margin: 0 0 10px;
  color: #2A303E;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.tariff__item h2 span {
  color: #fff;
  background: #FFC931;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
  padding: 0 4px;
  text-transform: uppercase;
  border-radius: 4px;
}
.tariff__item-feature {
  padding: 0 0 10px;
  border-bottom: 1px solid #d0d0d0;
  margin: 0 0 30px;
  display: block;
}
.tariff__item-feature li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 0 0 20px;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.tariff__item-feature li:before {
  content: "";
  width: 25px;
  min-width: 25px;
  height: 25px;
  display: block;
  background: url(../../.././build/css/img/tariff-feature.svg) no-repeat center;
}
.tariff__item-feature li.disabled:before {
  background: url(../../.././build/css/img/tariff-feature-disabled.svg) no-repeat center;
}
.tariff__item-price p {
  text-align: center;
  margin: 72px 0;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
.tariff__item-price.not-active p {
  margin: 165px 0 0;
}
.tariff__item-price ul {
  display: block;
  margin: 0 0 30px;
  padding: 0;
}
.tariff__item-price ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  margin: 0 0 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #DFE6ED;
}
.tariff__item-price ul li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.tariff__item-price ul li .radio label {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.tariff__item-price ul li .radio label:before {
  margin-right: 5px !important;
}
.tariff__item-price ul li .radio label .discount {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  border-radius: 9px;
  display: inline-block;
  padding: 2px 4px;
  background: rgba(191, 5, 5, 0.9);
}
.tariff__item-price ul li .price {
  color: #FD7717;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.tariff__item-price ul li .oldprice {
  color: #d0d0d0;
  font-size: 12px;
  text-decoration: line-through;
}
.tariff__current {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border-radius: 5px;
  background: #d0d0d0;
  padding: 10px 30px;
  box-sizing: border-box;
  width: 100%;
  display: block;
  text-align: center;
}
.tariff__info {
  text-align: center;
  margin: 0 auto 20px;
}
.tariff__info h2 {
  margin: 0 0 5px !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  text-align: center;
}
.tariff__info h2 span {
  font-weight: 700;
  color: #FFC931;
}
.tariff__info p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 0 5px;
}
.tariff__info a {
  color: rgba(191, 5, 5, 0.9);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
}
.tariff__section {
  background: #fff;
  padding: 50px 0 200px;
}
.tariff__section h2 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 auto 10px;
  text-align: center;
}
.tariff__section p.description {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 auto 50px;
  text-align: center;
  max-width: 760px;
}
.tariff__section .tariff__list {
  justify-content: center;
}

@media (max-width: 980px) {
  .tariff__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tariff__section {
    padding: 30px 0;
  }
}
.ads__page {
  padding: 50px 30px;
}
.ads__table {
  border-radius: 10px;
  margin-top: 20px;
  border: 1px solid #FD7717;
}
.ads__table::-webkit-scrollbar {
  height: 5px;
  border-radius: 5px;
  background: #d0d0d0;
}
.ads__table::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #FFC931;
}
.ads__table table {
  border-collapse: collapse;
}
.ads__table table th {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid rgb(208, 208, 208);
  padding: 10px 0;
  background: #FD7717;
}
.ads__table table th:first-child {
  border-left: none;
  border-top-left-radius: 10px;
}
.ads__table table th:last-child {
  border-right: none;
  border-top-right-radius: 10px;
}
.ads__table table td {
  padding: 10px 30px;
  box-sizing: border-box;
  border: 1px solid rgb(208, 208, 208);
  font-size: 14px;
  color: #000;
  position: relative;
}
.ads__table table td:first-child {
  border-left: none;
}
.ads__table table td:last-child {
  border-right: none;
}
.ads__table table td.name {
  width: 170px;
  min-width: 170px;
}
.ads__table table td.status {
  width: 130px;
  min-width: 130px;
  text-align: center;
  padding: 10px 0;
  font-weight: 500;
}
.ads__table table td.status.active {
  color: #148C00;
}
.ads__table table td.status.moderation {
  color: #FD7717;
}
.ads__table table td.status.cancel {
  color: #BF0505;
}
.ads__table table td.status.expired {
  color: #BF0505;
}
.ads__table table td.show {
  width: 95px;
  text-align: center;
  padding: 10px 0;
}
.ads__table table td.transition {
  width: 95px;
  text-align: center;
  padding: 10px 0;
}
.ads__table table td.period {
  width: 210px;
  padding: 10px 0;
  text-align: center;
  padding-right: 40px;
}
.ads__table table td p.name {
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.ads__table table td p.size {
  color: #d0d0d0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
.ads__table .more {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../.././build/css/img/ads-table-more.svg) no-repeat center;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 16px;
  cursor: pointer;
}
.ads__table .more ul {
  border-radius: 10px;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: absolute;
  top: 0;
  left: -50px;
  margin: 0;
  padding: 0;
  display: none;
  z-index: 10;
}
.ads__table .more ul li {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 0;
  color: #2A303E;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
  gap: 5px;
}
.ads__table .more ul li a {
  text-decoration: none;
  color: #2A303E;
}
.ads__table .more ul li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
}
.ads__table .more ul li.prolongation::before {
  background: url(../../.././build/css/img/prolongation.svg) no-repeat center;
}
.ads__table .more ul li.edit::before {
  background: url(../../.././build/css/img/edit.svg) no-repeat center;
}
.ads__table .more ul li.cancel {
  color: #aaa;
}
.ads__table .more ul li.cancel::before {
  background: url(../../.././build/css/img/cancel.svg) no-repeat center;
}
.ads__table .more.active ul {
  display: block;
}
.ads__total {
  margin: 0;
  color: #FD7717;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 30px;
}
.ads__order {
  margin: 0 auto;
}
.ads__payment h2 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto 16px;
  text-align: center;
}
.ads__payment__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 auto 10px;
}
.ads__payment__list-item {
  text-align: center;
}
.ads__payment__list-item .balance_card {
  border-radius: 8px;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
  background: #FD7717;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  width: 134px;
  height: 80px;
  margin: 0 auto 10px;
}
.ads__payment__list-item img {
  margin: 0 auto 10px;
  display: block;
}
.ads__payment-total {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0 auto 20px;
  text-align: center;
}
.ads__payment-total span {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #FD7717;
  margin-left: 5px;
}

@media (max-width: 980px) {
  .ads__table table td.period {
    padding-right: 60px;
  }
  .ads__table .more ul {
    left: -115px;
  }
  .ads__table {
    overflow: auto;
  }
}
.adsplace__page {
  margin: 50px 0 200px;
}
.adsplace__page h1 {
  margin: 0;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  margin-bottom: 50px;
}
.adsplace__item {
  display: flex;
  align-items: center;
  gap: 37px;
  margin-bottom: 150px;
}
.adsplace__item:last-of-type {
  margin: 0;
}
.adsplace__item-reverse {
  flex-direction: row-reverse;
}
.adsplace__item-img {
  min-width: 560px;
}
.adsplace__item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.adsplace__item-text {
  max-width: 536px;
}
.adsplace__item-text h2 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 0 16px;
}
.adsplace__item-text p {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 16px;
}
.adsplace__section {
  padding: 150px 0 200px;
}
.adsplace__section h2 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 auto 50px;
  text-align: center;
}

@media (max-width: 980px) {
  .adsplace__page {
    margin-bottom: 50px;
  }
  .adsplace__page h1 {
    margin-bottom: 30px;
  }
  .adsplace__item {
    display: block;
    margin-bottom: 50px;
  }
  .adsplace__item-img {
    min-width: 100%;
    max-width: 560px;
    margin-bottom: 10px;
  }
  .adsplace__item-text {
    text-align: center;
    margin: 0 auto;
  }
  .adsplace__item-text .primary__btn {
    margin: 0 auto;
  }
  .adsplace__section {
    padding: 0 0 50px;
  }
  .adsplace__section h2 {
    margin-bottom: 20px;
  }
}
.notification {
  cursor: pointer;
}
.notification__list {
  margin: 0 auto;
  width: 500px;
}
.notification__item {
  display: flex;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  margin: 0 auto 20px;
}
.notification__item-avatar {
  width: 35px;
  min-width: 35px;
  height: 35px;
  margin-right: 10px;
}
.notification__item-avatar img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.notification__item-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 5px;
}
.notification__item-text p span {
  font-weight: 700;
}
.notification__item-text p span.name {
  color: #FD7717;
}
.notification__item-text p.time {
  margin: 0;
  color: #aeaeae;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.notification__item-text .primary__btn {
  margin: 10px 0 0;
  width: 125px;
  padding: 3px 10px;
}
.notification__item-img {
  width: 120px;
  min-width: 120px;
  height: 70px;
  overflow: hidden;
  border-radius: 5px;
  margin-left: 15px;
}
.notification__item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.notification__list-new .notification__item {
  border: 2px solid #FFC931;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.notification__separate {
  width: 100%;
  height: 1px;
  display: block;
  background: #d9d9d9;
  max-width: 500px;
  margin: 0 auto 20px;
}
.notification__dropdown {
  display: none;
  position: absolute;
  z-index: 100;
  top: 47px;
  left: 0;
  width: 360px;
  border: 1px solid #FFC931;
  border-radius: 10px;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.notification__dropdown.active {
  display: block;
}
.notification__dropdown .notification__list {
  box-sizing: border-box;
  padding: 10px 0 0;
  width: 100%;
  height: 456px;
  overflow: auto;
  border-bottom: 1px solid #d0d0d0;
}
.notification__dropdown .notification__list::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
  background: #d0d0d0;
}
.notification__dropdown .notification__list::-webkit-scrollbar-thumb {
  width: 5px;
  height: 36px;
  border-radius: 5px;
  background: #FFC931;
}
.notification__dropdown .notification__list .notification__item {
  padding: 5px 10px 15px 10px;
  border-radius: 0;
  margin: 0 auto 10px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #d0d0d0;
}
.notification__dropdown .notification__list .notification__item .primary__btn {
  width: 116px;
  padding: 0 10px;
  margin: 10px 0 0;
}
.notification__dropdown .notification__list .notification__item:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.notification__dropdown .primary__btn {
  margin: 10px auto;
  width: 136px;
  padding: 0 10px;
}

@media (max-width: 980px) {
  .notification__list {
    max-width: 500px;
    width: 100%;
  }
  .notification__list .notification__item-img {
    display: none;
  }
  .notification__dropdown {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
.vacancy__section {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.vacancy__section__section {
  margin-bottom: 50px;
}
.vacancy__section__section .primary__btn {
  margin: 0 auto;
}
.vacancy__section-item {
  width: 420px;
  height: 344px;
  border-radius: 15px;
  background: #fff;
  box-sizing: border-box;
  padding: 25px 20px 30px;
  position: relative;
}
.vacancy__section-item-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.vacancy__section-item-date {
  color: #AEAEAE;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.vacancy__section-item-time {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  padding: 2px 10px;
  background: rgba(191, 5, 5, 0.9);
  border-radius: 300px;
  margin: 0;
}
.vacancy__section-item-price {
  color: rgba(191, 5, 5, 0.9);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0px;
  margin: 0 0 10px;
}
.vacancy__section-item-price.not {
  color: #D0D0D0;
}
.vacancy__section-item h3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 5px;
}
.vacancy__section-item-description {
  overflow: hidden;
}
.vacancy__section-item-description p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 5px;
}
.vacancy__section-item-footer {
  position: absolute;
  bottom: 30px;
  left: 20px;
}
.vacancy__section-item-company {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
}
.vacancy__section-item-company img {
  width: 30px !important;
  height: 30px !important;
  border-radius: 100%;
}

@media (max-width: 1160px) {
  .vacancy__section {
    justify-content: center;
  }
}
.premium__banner {
  box-sizing: border-box;
  border: 2px solid #FFC931;
  border-radius: 15px;
  background: #FFC931;
  padding: 100px 50px 100px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto 100px;
}
.premium__banner-text {
  max-width: 536px;
}
.premium__banner-text h1 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin: 0 0 10px;
}
.premium__banner-text p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 30px;
}
.premium__banner-img {
  width: 339px;
  height: 220px;
  margin-right: 48px;
}
.premium__banner-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.premium__item {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 150px 0;
  flex-direction: row-reverse;
}
.premium__item-reverse {
  flex-direction: row;
  padding: 0;
  background: #fff;
  height: 560px;
}
.premium__item-reverse .premium__item-img {
  height: 560px;
  width: 46%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.premium__item-reverse .premium__item-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.premium__item h3 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  margin: 0 0 10px;
}
.premium__item p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 10px;
  text-align: left;
}
.premium__item .primary__btn {
  margin-top: 30px;
}
.premium__item-text {
  max-width: 536px;
}

@media (max-width: 980px) {
  .premium__banner {
    padding: 20px;
    margin: 30px 0;
  }
  .premium__item {
    flex-direction: column;
    padding: 0;
    gap: 10px;
    margin-bottom: 30px;
  }
  .premium__item-img {
    order: 1;
  }
  .premium__item-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .premium__item-text {
    order: 2;
  }
  .premium__item-text h3 {
    font-size: 26px;
    line-height: 28px;
    text-align: center;
  }
  .premium__item-text p {
    text-align: center;
  }
  .premium__item-reverse .premium__item-img {
    height: auto;
    width: 100%;
  }
  .premium__item-reverse .premium__item-text {
    padding: 0 10px 30px;
  }
  .premium__item .primary__btn {
    margin: 0 auto;
  }
}
.facility h2 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin: 0 auto 10px;
}
.facility p {
  color: rgb(42, 48, 62);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin: 0 auto 54px;
  max-width: 770px;
}
.facility__list {
  display: flex;
  gap: 95px;
}
.facility__item {
  width: 323px;
}
.facility__item img {
  display: block;
  margin: 0 auto 5px;
}
.facility__item h3 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 auto 8px;
  text-align: center;
  max-width: 200px;
}
.facility__item p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  text-align: center;
}

@media (max-width: 980px) {
  .facility__list {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .facility__item {
    margin-bottom: 30px;
  }
}
.search h1 {
  margin: 0 0 20px;
  text-align: center;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}
.search__box {
  width: 560px;
  margin: 0 auto 30px;
}
.search__box input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 10px;
  background: url(../../.././build/css/img/search-icon.png) 10px center no-repeat #fff;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  box-sizing: border-box;
  padding: 10px 10px 10px 35px;
  margin: 0 auto 5px;
  outline: none;
}
.search__box p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.search__content--not-found {
  margin: 50px 0;
  color: #aaa;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
}

@media (max-width: 980px) {
  .search__box {
    width: 100%;
    max-width: 560px;
  }
}
.gallery__list {
  margin: 0 auto 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.gallery__list-item {
  width: 132px;
  height: 90px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.gallery__list-item .delete-screen {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../../.././build/css/img/tag-delete.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
}
.gallery__list-item--video span {
  width: 24px;
  height: 24px;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -12px;
  left: 50%;
  margin-left: -12px;
  background: url(../../.././build/css/img/play-icon.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.gallery__list-item--video::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.gallery__list-item img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.not__found {
  background: #FFC931;
  padding: 125px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.not__found img {
  display: block;
  margin: 0 auto 50px;
}
.not__found h1 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin: 0 auto 10px;
  text-align: center;
}
.not__found p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto 30px;
  text-align: center;
}

.popup {
  box-sizing: border-box;
  border: 1px solid #FFC931;
  border-radius: 10px;
  box-shadow: 2px 4px 70px 0px rgba(255, 201, 49, 0.2);
  background: #fff;
  padding: 30px;
  display: none;
}
.popup h2, .popup .h2 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 auto 10px;
}
.popup p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 auto 10px;
}
.popup p a {
  color: #FD7717;
}
.popup p .black-link {
  font-weight: 700;
  color: #000;
}
.popup p.policy {
  color: #aaa;
}
.popup p.policy a {
  font-weight: 700;
  color: #aaa;
}
.popup .form__control {
  width: 440px;
  margin: 0 auto 15px;
}
.popup .social {
  display: flex;
  justify-content: center;
  margin: 20px 0 10px;
  padding: 0;
  gap: 20px;
}
.popup .social li {
  display: block;
}
.popup .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFC931;
  width: 50px;
  height: 50px;
}
.popup__success {
  min-width: 530px;
}
.popup__success:before {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  background: url(../../.././build/css/img/success.png) no-repeat center;
  margin: 0 auto 20px;
}
.popup__success h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 auto 20px;
  text-align: center;
}
.popup__success p {
  margin-bottom: 20px;
}
.popup__danger:before {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  background: url(../../.././build/css/img/danger.png) no-repeat center;
  margin: 0 auto 20px;
}
.popup__danger span.orange {
  color: #FD7717;
  font-weight: 700;
}
.popup__btns {
  display: flex;
  gap: 20px;
}
.popup__vacancy {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1125px;
  text-align: left;
}
.popup__sidebar {
  box-sizing: border-box;
  border: 1px solid #FD7717;
  border-radius: 10px;
  padding: 30px;
  width: 260px;
  min-width: 260px;
  margin-right: 30px;
}
.popup__sidebar h2 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
}
.popup__sidebar-item {
  margin: 0 0 15px;
}
.popup__sidebar-item p:first-child {
  color: #FD7717;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  margin: 0 0 5px;
}
.popup__sidebar-item p:last-child {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  margin: 0;
}
.popup__content {
  border-left: 1px solid #d0d0d0;
  padding-left: 30px;
  box-sizing: border-box;
  text-align: left;
}
.popup__content h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  margin: 0 0 10px;
}
.popup__content p {
  text-align: left;
}
.popup__content p.date {
  color: #aeaeae;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  margin: 0 0 10px;
}
.popup__content p.price {
  margin: 0 0 20px;
  color: rgba(191, 5, 5, 0.9);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
}
.popup__content-description {
  height: 439px;
  overflow: auto;
}
.popup__content-description::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
  background: #d0d0d0;
}
.popup__content-description::-webkit-scrollbar-thumb {
  width: 5px;
  height: 36px;
  border-radius: 5px;
  background: #FFC931;
}
.popup__content-description p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  margin: 0 0 20px;
}
.popup__content-description h3 {
  color: #FD7717;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
  margin: 0 0 10px;
  text-align: left;
}
.popup__content-description ul {
  padding: 0 0 0 20px;
}
.popup__content-description ul li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
}
.popup__content-contacts {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  margin: 20px 0;
  padding: 20px 0 0;
}
.popup__content-contacts h3 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  margin: 0 0 10px;
}
.popup__content-contacts--row {
  display: flex;
  flex-wrap: wrap;
}
.popup__content-contacts--row a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  margin: 0 15px 20px 0;
  outline: none;
}
.popup__content-contacts--row a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
}
.popup__content-contacts--row a.phone:before {
  background: url(../../.././build/css/img/popup-phone.png) no-repeat center;
}
.popup__content-contacts--row a.mail:before {
  width: 24px;
  height: 24px;
  background: url(../../.././build/css/img/popup-mail.png) no-repeat center;
}
.popup__content-contacts--row a.tg:before {
  background: url(../../.././build/css/img/popup-telegram.png) no-repeat center;
}
.popup__content-contacts--row a.wa:before {
  background: url(../../.././build/css/img/popup-whatsapp.png) no-repeat center;
}
.popup__content-contacts--row a.vk:before {
  background: url(../../.././build/css/img/popup-vk.png) no-repeat center;
}
.popup__content-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
}
.popup__content-author img {
  width: 25px;
  border-radius: 100%;
  height: 25px;
  min-width: 25px;
}
.popup__content-author span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
}

@media (max-width: 600px) {
  .popup .form__control {
    max-width: 440px;
    width: 100%;
  }
  .popup__success {
    min-width: 100%;
  }
  .popup__vacancy {
    display: block;
  }
  .popup__vacancy .popup__sidebar {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 30px;
  }
  .popup__vacancy .popup__content {
    border: none;
    padding: 0;
  }
  .popup__vacancy .popup__content .primary__btn {
    margin: 0 auto;
  }
}
.footer {
  background: url(../../.././build/css/img/footer-bg.jpg) no-repeat center #fff;
  background-size: cover;
  padding: 35px 0 20px;
  box-sizing: border-box;
  border-top: 1px solid rgb(127, 127, 127);
}
.footer .logo {
  margin-bottom: 5px;
}
.footer p {
  margin: 0 0 5px;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer ul li {
  margin-bottom: 10px;
  display: block;
}
.footer ul li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.footer .social {
  margin: 0;
  padding: 0;
}
.footer .social li {
  margin: 0 0 15px;
  display: block;
}

@media (max-width: 1160px) {
  .footer .container.flex.jc-between {
    flex-direction: column;
  }
  .footer__col__1 {
    order: 1;
  }
  .footer__col__1 img {
    max-width: 100px;
  }
  .footer__col__2 {
    order: 3;
  }
  .footer__col__3 {
    order: 4;
  }
  .footer__col__4 {
    order: 2;
  }
  .footer .social {
    display: flex;
    gap: 20px;
  }
}
/* -------------------------- */
.header .main__menu .submenu .flex {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.header .main__menu .submenu ul.flex li {
	margin: 0;
}
.header .main__menu .submenu ul li a img {
	max-height: 30px;
}
/* -------------------------- */
.game_owner_right {
	position: relative;
    border-radius: 10px;
    background: #fff;
    padding: 25px;
    margin: 0 auto 40px;
}
.game_owner_title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
	margin-bottom: 20px;
}
.game_owner_right a {
	position: absolute;
    top: 15px;
    right: 30px;
}
@media (max-width: 768px) {
	.game_owner_right a {
		position: relative;
		top: unset;
		right: unset;
		margin-top: 20px;
	}
}
/* -------------------------- */
.pay_support_box .social__list-item-img {
    margin: 0 0 20px;
    width: 100%;
    height: auto;
}
.pay_support_box .social__list-item-img img {
	width: 100%;
}
/* -------------------------- */