.overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.overlay.active {
  display: block;
}
.amx .ui-form .btn {
  height: 48px;
  padding: 0 20px;
}
.item-header a {
  font-family: inherit;
}
.sidebar-opros-quest,
.sidebar-opros-footer  {
  padding: 0 10px;
}
.amx .sidebar-opros-btn {
    width: calc(50% - 5px);
}
.amx .intro-title {
  margin-top: 0;
}



.comments-image-gallery li img {
  float: none;
  margin-top: 10px;
}

.comment-container {
  padding-left: 28px;
  position: relative;
}
.comment-container .form-check-label {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 15px;
  left: 0;
  margin: 0;
  padding: 0;
}
.comment-container .form-check-label::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(45, 46, 51);
  border-radius: 2px;
  background: rgb(15, 16, 21);
}
.comment-container .form-check-label input {
  display: none;
}
.comment-container .form-check-label:hover::after {
  border-color: rgb(16, 163, 80);
}
.comment-container .form-check-label.active::after {
  background: url(../images/icons/icons.svg#check) no-repeat center/12px 12px, #10A350;
  border-color: #10A350;
}

.intro table {
  border: 1px solid rgb(65, 66, 71);
}
.intro table tr th, .intro table tr td {
  padding: 10px;
}
.intro table tr th, .intro table tr td b {
  font-weight: 600;
  color: rgb(251, 251, 251);
}

.title_spoiler {
  margin: 10px 0 0;
  padding: 0;
  border: none;
  font-size: 0;
  display: flex;
  color: transparent;
}
.title_spoiler > img {
  display: none !important;
}
.title_spoiler > a {
  display: block;
  flex-grow: 2;
  width: 100%;
  background: rgb(45, 46, 51);
  padding: 14px 42px 14px 14px;
  position: relative;
  font-size: 16px;
  color: rgb(251, 251, 251) !important;
}
.title_spoiler > a:hover {
  color: rgb(16, 163, 80) !important;
}
.title_spoiler > a::after {
  position: absolute;
  right: 15px;
  top: 15px;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 100%;
  transition: 0.2s;
  background: url(../images/icons/icons.svg#title-spoiler) no-repeat center/contain;
}
.title_spoiler.active a::after {
  transform: rotate(180deg);
}

.text_spoiler {
  background: rgb(45, 46, 51);
  padding: 4px 14px 14px 14px;
  border: none;
}

.quote span {
  color: rgb(251, 251, 251) !important;
}

.wseditor {
  border-color: rgb(242, 112, 78) !important;
}

.article-full-story a {
  color: #F2704E;
  text-underline-offset: 3px;
  text-decoration: underline;
}
.article-full-story a:hover {
  text-decoration: none;
}
.article-full-story ul li::marker {
  color: #F2704E;
}
.article-full-story ol, .article-full-story ul {
  padding-left: 20px;
}
.article-full-story ol li, .article-full-story ul li {
  margin-bottom: 10px;
}
.article-full-story ol li:last-child, .article-full-story ul li:last-child {
  margin-bottom: 0;
}
.article-file a {
  color: #10A350;
}

.vote .form-check-label span::before {
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 100%;
  background: #FBFBFB;
}
.vote .form-check-label input:checked + span::before {
  background: #FBFBFB;
  border: 4px solid #10A350;
}

.sidebar-opros {
  padding: 0;
}
.sidebar-opros-answers {
  padding: 0 10px;
}
.sidebar-opros-answers .vote {
  font-size: 15px;
}
.sidebar-opros-answers .voteprogress, .sidebar-opros-answers .pollprogress {
  height: 4px;
  margin: 7px 0 14px;
  background: #0F1015;
}
.sidebar-opros-answers .voteprogress span, .sidebar-opros-answers .pollprogress span {
  height: 4px;
  background: #F2704E;
}

.ui-form .c-captcha {
  padding-top: 29px;
  display: flex;
  align-items: center;
}
.ui-form .c-captcha .label-span {
  position: absolute;
  top: 0;
  left: 0;
  color: #AFB0B5;
  font-size: 15px;
  line-height: 125%;
}
.ui-form .c-captcha a {
  width: 130px;
  height: 46px;
  margin-right: 10px;
  float: none;
}
.ui-form .c-captcha input {
  margin-bottom: 0;
}

.regtext a, .comment-text a {
  color: #F2704E;
  text-underline-offset: 3px;
  text-decoration: underline;
}
.regtext a:hover, .comment-text a:hover {
  text-decoration: none;
}

.comment-text b {
  color: #FBFBFB;
  font-weight: 600;
}
.comment-footer-text a {
  color: inherit;
}
.comment-footer-text a:hover {
  color: rgb(16, 163, 80);
}

form .contacts {
  max-width: 860px;
}
form .form_submit .c-captcha {
  float: none;
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
form .form_submit .c-captcha a {
  width: 130px;
  height: 46px;
  margin-right: 10px;
  float: none;
}
form .form_submit .c-captcha input {
  width: 100%;
  max-width: 200px;
  height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgb(45, 46, 51);
  border-radius: 24px;
  background: rgb(15, 16, 21);
  padding: 0 20px;
  color: rgb(175, 176, 181);
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: left;
}
form .form_submit .c-captcha input:active, form .form_submit .c-captcha input:focus {
  border-color: rgb(175, 176, 181);
}

.comments-image-gallery a img {
  pointer-events: initial;
}

.article-full-story code,
.article-full-story pre {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #AFB0B5;
  text-shadow: none;
}
.article-full-story :not(pre) > code[class*=language-], .article-full-story pre[class*=language-] {
  padding: 45px 14px 20px;
  background: #191A1F;
  color: #AFB0B5;
  border: none !important;
  text-shadow: none;
}
.article-full-story div.code-toolbar > .toolbar {
  top: 16px;
  left: 14px;
  opacity: 1;
}
.article-full-story div.code-toolbar > .toolbar .copy-to-clipboard-button {
  color: #FBFBFB !important;
  font-size: 13px !important;
  text-shadow: none !important;
  padding: 0 !important;
}
.article-full-story div.code-toolbar > .toolbar .copy-to-clipboard-button svg {
  width: 13px;
  height: 13px;
  margin-right: 4px;
}
.article-full-story div.code-toolbar > .toolbar .copy-to-clipboard-button svg path {
  stroke: #FBFBFB;
}
.article-full-story .plyr--full-ui input[type=range] {
  color: rgb(16, 163, 80);
}
.article-full-story .plyr--audio .plyr__control:focus-visible, .article-full-story .plyr--audio .plyr__control:hover, .article-full-story .plyr--audio .plyr__control[aria-expanded=true] {
  background: rgb(16, 163, 80);
}
.article-full-story .dlepl__theme--dark .dlepl__playlist .dlepl__item {
  background: rgb(45, 46, 51);
  color: rgb(175, 176, 181);
}
.article-full-story .dlepl__theme--dark .dlepl__playlist .dlepl__item:hover {
  color: rgb(251, 251, 251);
}
.article-full-story .dlepl--borderRadius.dlepl--playlist .dlepl__playlist {
  padding-left: 0;
}
.article-full-story .dlepl__theme--dark .dlepl__playlist .dlepl__item--active {
  background: rgb(16, 163, 80) !important;
  color: rgb(251, 251, 251);
}
.article-full-story .dlepl--borderRadius {
  margin: 20px 0;
  border-radius: 6px;
}

.intro .article-file {
  border-radius: 30px;
  padding: 24px 20px 24px 70px;
}
.intro .article-file-multi-link {
  margin-bottom: 18px;
}
.intro .article-file-multi-link:last-child {
  margin-bottom: 0;
}
.intro .article-file-multi-link span {
  font-family: Roboto;
  font-weight: 400;
  margin-left: 8px;
  font-size: 13px;
  line-height: 125%;
  color: rgb(242, 112, 78);
  padding: 3px 8px;
  border: 1px solid rgb(242, 112, 78);
  border-radius: 100px;
}
.intro .article-file-multi::before {
  position: absolute;
  content: "";
  width: 42px;
  height: 42px;
  top: 14px;
  left: 14px;
  border-radius: 100%;
  background: url(../images/icons/icons.svg#download) no-repeat center/30px 30px, rgb(16, 163, 80);
}
.intro .article-file-multi a::before {
  display: none;
}

.select-drop select {
  display: none !important;
}

.amx .ui-dialog {
  background: #0F1015;
  width: 100%;
  max-width: 590px;
  border: 1px solid #399360;
  border-radius: 10px;
  padding: 30px;
}
.amx .ui-dialog-content {
  border: none;
}
.amx .ui-dialog-content input {
  display: block;
  width: 100%;
  height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgb(45, 46, 51);
  border-radius: 24px;
  background: rgb(15, 16, 21);
  padding: 0 20px;
  color: rgb(175, 176, 181);
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 20px;
}
.amx .ui-dialog-content input:focus {
  border-color: rgb(175, 176, 181);
}
.amx .ui-dialog-title {
  font-family: Play;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  float: none;
}
.amx .ui-dialog-titlebar {
  background: none !important;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #2D2E33;
  position: static;
}
.amx .ui-dialog-titlebar::after {
  display: none;
}
.amx .ui-dialog-titlebar-close {
  width: 68px;
  height: 68px !important;
  top: 0;
  position: absolute !important;
  right: 0;
  margin: 0 !important;
  font-size: 0 !important;
  color: transparent !important;
}
.amx .ui-dialog-titlebar-close .ui-icon {
  width: 18px;
  height: 18px;
}
.amx .ui-dialog .ui-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 15px;
  height: 38px;
  border-radius: 100px;
  background-color: rgb(16, 163, 80);
  cursor: pointer;
  color: rgb(251, 251, 251);
  font-family: Roboto;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: none;
  white-space: nowrap;
}
.amx .ui-dialog .ui-button:hover {
  box-shadow: 0px 2px 10px 0px rgba(16, 163, 80, 0.3);
  background-color: rgb(36, 183, 100);
}
.amx .ui-dialog-buttonpane {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #2D2E33;
}
.amx .ui-dialog-content {
  padding: 0;
}
.amx .ui-dialog-content .userinfo {
  display: flex;
  align-items: flex-start;
}
.amx .ui-dialog-content .userinfo ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.amx .ui-dialog-content .userinfo ul li {
  margin-bottom: 8px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #737479;
}
.amx .ui-dialog-content .userinfo ul li:last-child {
  margin-bottom: 0;
}
.amx .ui-dialog-content .userinfo ul li b {
  color: #AFB0B5;
  font-weight: 400;
}
.amx .ui-dialog-content .userinfo ul li a {
  color: #AFB0B5;
  text-decoration: underline;
}
.amx .ui-dialog-content .userinfo ul li a:hover {
  text-decoration: none;
}
.amx .ui-dialog-content .userinfo .avatar {
  width: 70px;
  flex-shrink: 0;
  margin: 0 20px 0 0;
}
.amx .ui-dialog-content .userinfo .avatar-container {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #4B4C51;
}
.userinfo-status {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  text-align: center;
  font-size: 15px;
  line-height: 1.25;
  color: #737479;
  font-weight: 400;
}
.userinfo-status * {
  font-weight: 400;
}
.userinfo-status i {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 3px solid #232429;
  background: #3BD25C;
  flex-shrink: 0;
  margin-right: 4px;
}
.userinfo-name span {
  color: #70bb39 !important;
}
.amx .ui-dialog-content .userinfo .avatar-container b {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.item-map {
  width: calc(50% - 10px);
  margin-bottom: 40px;
}
.item-map-container {
  height: 100%;
  display: block;
}
.item-map-content {
  display: block;
}
.item-map-content-inner {
  padding: 20px;
  width: 100%;
}
.item-map-img {
  width: 100%;
}
.item-map-img-slide a {
  display: block;
  height: 308px;
}
.item-map-img .slick-dots {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-map-img .slick-dots li {
  flex: 1 1;
  margin: 0 5px;
}
.item-map-img .slick-dots li:first-child:last-child {
  display: none;
}
.item-map-img .slick-dots li button {
  display: block;
  margin: 0;
  width: 100%;
  height: 6px;
  border-radius: 100px;
  font-size: 0;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
}
.item-map-img .slick-dots li.slick-active button {
  background: rgb(16, 163, 80);
}
.item-map-header {
  padding: 0;
  margin-bottom: 14px;
  background: none;
}
.item-img-hovers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
}
.item-img-hovers span {
  flex: 1 1;
}

.maps-list {
  justify-content: space-between;
  padding: 0;
  margin: 0 0 -40px;
}
.maps-list .navi, .maps-list .intro, .maps-list .related, .maps-list .info, .maps-list #dle-comments-form {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .amx .ui-dialog {
    padding: 30px 20px;
    width: calc(100% - 40px);
  }
  .amx .ui-dialog-title {
    font-size: 16px;
  }
  .amx .ui-dialog-content .userinfo ul li {
    font-size: 15px;
  }
  .amx .ui-dialog-buttonset {
    margin-bottom: -15px;
  }
  .amx .ui-dialog-buttonset button {
    margin-bottom: 15px;
  }
  .item-map {
    width: 100%;
  }
  .item-img-hovers {
    display: none;
  }
  .amx .login-full {
    padding-left: 0;
  }
  .amx .login-full-name {
    display: none;
  }
  .amx .login-full-img {
    margin: 0;
  }
}
.fancybox__container:not(.is-ready, .is-hiding) {
  visibility: initial !important;
}/*# sourceMappingURL=main.css.map */