@import url("https://fonts.googleapis.com/css2?family=Bitter:wght@500&display=swap");

html {
  height: auto;
}

body {
  height: auto;

  overflow: visible;
}

body ::selection {
  color: #fff;

  /* background: #101010; */

  background: #008fd2;
}

body ::-moz-selection {
  color: #fff;

  /* background: #101010; */

  background: #008fd2;
}

.swiper-slide:not(:first-child) {
  display: block;
}

html.overflow-menu,
html.overflow-menu body {
  overflow: hidden !important;
}

.img-link {
  display: block;

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 2;

  overflow: hidden;
}

.align-content > * {
  margin: 0 auto;
}

.upper {
  text-transform: uppercase;
}

.no-padd {
  padding: 0;
}

.section,
.container {
  position: relative;
}

.full-h {
  min-height: 100vh !important;
}

.advertising {
  margin: 100px 0;

  text-align: center;
}

.section.advertising {
  margin-top: 0;
}

.advertising.type-2 {
  margin: 50px 0;
}

.comment-section {
  margin: 100px 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: calc(100% - 90px);

    width: 1340px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: calc(100% - 100px);

    width: 1750px;
  }
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .container {
    width: 1400px;
  }
}

/* INPUTS */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  border: 0 !important;

  -webkit-text-fill-color: #000 !important;

  -webkit-background-clip: text;

  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;

  transition: background-color 9999s ease-in-out 9999s !important;

  background-color: transparent !important;
}

button {
  background-color: transparent;
}

.input-field-wrapper {
  width: 100%;

  position: relative;

  margin-bottom: 20px;
}

.input {
  height: 55px;
  color: #1f1f1f;
  font-size: 18px;
  background: transparent;
  border-bottom: 1px solid #e6e6e6 !important;
  border-radius: 0;
  transition: 0.3s;
  padding: 10px 15px 10px 0;
  width: 100% !important;
  border: 0px;
}

.input:focus {
  border-color: #1f1f1f;
}

.input::-moz-placeholder {
  color: #73716f;
}

.input:-ms-input-placeholder {
  color: #73716f;
}

.input::placeholder {
  color: #73716f;
}

textarea.input {
  height: 100px;

  resize: none;

  padding-top: 15px;
}

@media (max-width: 1440px) {
  .input {
    font-size: 16px;

    height: 45px;
  }
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .input-field-wrapper {
    margin-bottom: 10px;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/*  DARK THEME BTN */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

.dark-mode {
  position: relative;

  display: flex;

  margin-left: 30px;
}

.dark-mode label {
  width: 42px;

  height: 22px;

  position: relative;

  display: block;

  background: #fff;

  border-radius: 20px;

  border: 1px solid #1f1f1f;

  cursor: pointer;
}

.dark-mode label:after {
  content: "";

  width: 16px;

  height: 16px;

  position: absolute;

  top: 2px;

  left: 2px;

  background: #1f1f1f;

  border-radius: 100%;
}

.dark-mode label:before {
  content: "";

  width: 16px;

  height: 16px;

  position: absolute;

  top: 2px;

  left: 2px;

  background: url(../img/icons/lightmode-icon.svg);

  z-index: 2;

  background-size: 100%;
}

.dark-mode input {
  width: 0;

  height: 0;

  visibility: hidden;
}

.dark-mode input:checked + label {
  background: #242424;

  border: 1px solid #fff;
}

.dark-mode input:checked + label:after {
  left: 38px;

  transform: translateX(-100%);

  background: #fff;
}

.dark-mode input:checked + label::before {
  left: 38px;

  transform: translateX(-100%);

  background: url(../img/icons/darkmode-icon.svg);

  background-size: 100%;
}

.dark-mode label,
.dark-mode label:after,
.dark-mode label:before {
  transition: 0.3s;
}

.search-input {
  position: relative;

  width: 100%;

  font-size: 0;
}

.search-input .input {
  border: none;

  border-bottom: 1px solid #73716f;

  color: #1f1f1f;

  font-size: 16px;

  line-height: 1.5em;

  border-radius: 0;

  height: 40px;

  padding-left: 35px;

  max-width: 100%;
}

.search-input input[type="submit"] {
  opacity: 0;

  visibility: hidden;

  padding: 0;

  margin: 0;
}

.search-input .input:focus {
  border-bottom: 1px solid #1f1f1f;
}

.search-input.type-2 .input {
  max-width: 100%;

  z-index: 2;
}

.icon-search {
  position: absolute;

  left: 0;

  top: 10px;

  width: 18px;

  height: 18px;
}

.icon-search img:last-child {
  display: none;
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .search-input .input {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .dark-mode {
    margin-left: 20px;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* SWIPER */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

.swiper-container {
  overflow: hidden;
}

.swiper-container:not(.swiper-no-swiping) .swiper-wrapper {
  cursor: url(../img/drag.png) 16 9, ew-resize;
}

.swiper-pagination.hide,
.swiper-button-next.hide,
.swiper-button-prev.hide {
  display: none;
}

.swiper-container .swiper-wrapper {
  cursor: inherit;
}

.swiper-slide {
  background-size: cover;

  background-position: center center;

  position: relative;

  backface-visibility: hidden;
}

/* hide pagination if 1 slide */

.swiper-controls-hide .swiper-wrapper {
  cursor: default !important;
}

.swiper-controls-hide .swiper-pagination-custom,
.swiper-controls-hide .swiper-pagination,
.swiper-controls-hide .swiper-button-next,
.swiper-controls-hide .swiper-button-prev {
  display: none !important;
}

.swiper-entry,
.swiper-control-wrapper {
  position: relative;
}

.swiper-container {
  margin: 0 auto;

  position: relative;

  overflow: hidden;

  list-style: none;

  padding: 0;

  z-index: 1;
}

.swiper-entry.overflow-visible .swiper-container {
  overflow: visible;
}

.swiper-container:not(.swiper-no-swiping) .swiper-wrapper {
  cursor: url(../img/drag.png) 16 9, ew-resize;
}

.swiper-button-lock + .swiper-button-lock + .swiper-container .swiper-wrapper {
  cursor: inherit;
}

.swiper-wrapper.swiper-wrapper-margin {
  margin-bottom: 40px;
}

.swiper-slide {
  background-size: cover;

  background-position: center center;

  position: relative;

  backface-visibility: hidden;
}

.swiper-pagination {
  position: relative;
}

.swiper-pagination-bullet {
  width: 10px;

  height: 10px;

  margin: 0 10px !important;

  border: 2px solid transparent;
}

.swiper-pagination-bullet-active {
  border-color: #1f1f1f;

  background: #e0e0e0;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* blocks info */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

.block-item-article.type-2 {
  padding: 0;

  border: none;
}

.block-item-article.type-2::after {
  content: "";

  position: absolute;

  top: -40px;

  left: -40px;

  bottom: -40px;

  right: -40px;

  background: transparent;

  border: 1px solid transparent;

  border-radius: 6px;

  z-index: -1;
}

.block-item-article.type-2.no-borders::after {
  content: none;
}

.block-item-article.type-2 .banner {
  height: auto;
}

.block-item-article.type-2 .lr-img {
  padding-bottom: 34.3%;
}

.block-item-article.type-2 .banner {
  margin-bottom: 25px;
}

.opacity.type-2::before {
  background: rgba(0, 0, 0, 0.4);
}

.block-item-article.type-2 .img-wrapper {
  border-radius: 10px;

  margin-bottom: 20px;
}

.block-item-article.type-2 .img-wrapper .lr-img {
  padding-bottom: 56.6%;
}

.block-item-article.type-2 .block-item-article {
  padding: 0;
}

.block-item-article.type-2 .block-title {
  margin-bottom: 5px;
}

.block-item-article.type-2 .min-height-item {
  /* min-height: 80px; */
}

@media (max-width: 1440px) {
  .block-item-article.type-2 .block-title {
    max-width: 700px;
  }

  .block-item-article.type-2 .img-wrapper {
    border-radius: 5px;
  }
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .block-item-article.type-2 .min-height-item {
    /* min-height: 60px; */
  }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* more block in item article */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

.seo-block .block-item-article {
  width: calc((100% / 3) - 30px);

  margin: 0 15px;
}

.block-article-wrappper {
  margin: 0 -15px;

  flex-wrap: wrap;

  position: relative;
}

.block-article-wrappper > *:nth-child(n + 4) {
  margin-top: 30px;
}

.more-text .block-article-wrappper {
  margin-top: 30px;
}

.more-text .block-article-wrappper .block-item-article .text {
  display: -webkit-box !important;
}

.seo-block .read-more {
  margin-top: 45px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* btn up */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

.up-btn {
  position: fixed;

  border: 1px solid #1f1f1f;

  border-radius: 100%;

  bottom: 40px;

  right: 4px;

  width: 55px;

  height: 55px;

  z-index: 3;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  cursor: pointer;

  background: #fff;

  display: none;
}

.up-btn::before {
  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%) rotate(-90deg);

  width: 24px;

  height: 24px;

  background-image: url(../img/icons/arrow-footer-black.svg);

  background-position: center;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;
}

.dark .up-btn {
  border-color: #fff;

  background: #1f1f1f;
}

.dark .up-btn:before {
  background-image: url(../img/icons/arrow-footer-white.svg);
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* media */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

@media (min-width: 1200px) {
  .up-btn:hover {
    background-color: #1f1f1f;
  }

  .up-btn:hover:before {
    background-image: url(../img/icons/arrow-up-white.svg);

    transform: translate(-50%, -50%) rotate(0deg);
  }

  .dark .up-btn:hover {
    background-color: #fff;

    border-color: #1f1f1f;
  }

  .dark .up-btn:hover:before {
    background-image: url(../img/icons/arrow-up-black.svg);

    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@media (max-width: 1440px) {
  .block-item-article.type-2 {
    padding: 10px 0px;
  }

  .block-item-article.type-2::after {
    left: -30px;

    right: -30px;

    top: -30px;

    bottom: -30px;
  }
}

@media (max-width: 1199px) {
  .block-item-article.type-2::after {
    left: -20px;

    right: -20px;

    top: -20px;

    bottom: -20px;
  }
}

@media (max-width: 991px) {
  .up-btn {
    right: calc(50vw - 349px);

    bottom: 60px;
  }
}

@media (max-width: 767px) {
  .up-btn {
    right: 15px;

    bottom: 20px;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* SEARCH PAGE */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

.search-page .title {
  margin-bottom: 10px;
}

.search-total {
  font-size: 18px;

  line-height: 1.44em;

  color: #4a4846;

  margin-bottom: 5px;
}

.search-total span {
  font-weight: 600;

  color: #1f1f1f;
}

.search-page .search-input {
  z-index: 3;
}

.search-page .lr-img img::before {
  content: "";

  background-image: url(../img/default.svg);

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;
}

.search-page .block-article-wrappper {
  margin-top: -50px;
}

.search-page .more-text .block-article-wrappper {
  margin-top: 0;
}

.search-page .seo-block .block-item-article {
  margin-top: 50px;
}

.search-page .block-item-article.type-2 {
  padding: 0;
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .search-total {
    font-size: 14px;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* REVIEW PAGE */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

.review .title {
  margin-bottom: 30px;
}

.review .text {
  margin-bottom: 30px;
}

.review .tags-wrapper {
  position: relative;

  z-index: 3;
}

@media (max-width: 1440px) {
  .review .text {
    margin-bottom: 20px;
  }

  .review .title {
    margin-bottom: 20px;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* REVIEW DETAIL */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

.review-detail .breadcrumbs {
  position: absolute;

  left: 0;

  top: 15px;

  z-index: 3;
}

.review-detail_no-image .breadcrumbs {
  top: unset;

  position: relative;

  padding-top: 15px;

  margin-bottom: 30px;
}

.review-detail .block-item-article {
  padding: 40px 30px 0;
}

@media (min-width: 992px) {
  .similar_articles .seo-block .block-item-article {
    width: calc((100% / 2) - 30px);

    margin-bottom: 30px;
  }

  .similar_articles .seo-block > .block-article-wrappper {
    margin-bottom: -30px;
  }
}

@media (min-width: 1200px) {
  .similar_articles .seo-block .block-item-article {
    width: calc((100% / 4) - 30px);

    margin-bottom: 0;
  }

  .similar_articles .seo-block > .block-article-wrappper {
    margin-bottom: 0px;
  }
}

.similar_articles .seo-block > .block-title {
  margin-bottom: 30px;
}

.review-detail .block-item-article .img-wrapper {
  margin-bottom: 30px;
}

.bg {
  background-position: 50% 50%;

  background-repeat: no-repeat;

  background-attachment: scroll;

  background-size: cover;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;
}

.banner-big {
  position: relative;

  overflow: hidden;
}

.banner-big .bg {
  background-attachment: fixed;

  background-size: cover;

  /* background-size: auto calc(50vw + 100px); */

  /* background-position: top; */

  background-position: 50% 50%;
}

.bg.mobile {
  display: none;
}

.banner-align {
  display: table-cell;

  vertical-align: bottom;

  position: relative;

  width: 10000px;

  padding: 100px 0;

  height: 50vw;

  z-index: 2;
}

.banner-news .breadcrumbs {
  position: absolute;

  top: 80px;

  left: calc((100% - 1550px) / 2);

  z-index: 3;
}

.banner-news .breadcrumbs li {
  color: #fff;
}

.social-descr {
  font-style: italic;

  font-size: 12px;

  line-height: 1.5em;

  color: #4a4846;

  margin-top: 10px;

  margin-bottom: 30px;
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .social-descr {
    font-size: 10px;
  }

  .banner-align {
    padding: 50px 0;
  }
}

@media (max-width: 1199px) {
  .banner-big .bg {
    background-attachment: initial;
  }
}

.text.text-review p {
  position: relative;
}

.first-letter p:first-child::first-letter {
  display: block;

  font-size: 85px;

  line-height: 1;

  font-weight: 600;

  color: #1f1f1f;

  float: left;

  margin-right: 0.1em;
}

.social-links.type-2 a {
  justify-content: start;

  max-width: 30px;
}

/* mini table good bad */

.review__compare-block {
  display: grid;

  grid-template-columns: 1fr 1fr;

  position: relative;
}

.review__compare-block .btn {
  padding-left: 15px;

  padding-right: 15px;
}

.one-col:not(.one-col:last-child) {
  border-right: 1px solid transparent;
}

.one-col {
  position: relative;

  display: grid;

  grid-template-rows: min-content auto min-content;

  margin-bottom: 0;
}

.one-col:first-child > * {
  padding-right: 30px;
}

.one-col ul {
  display: flex;

  flex-direction: column;

  justify-content: stretch;
}

.one-col ul li {
  margin-bottom: 15px;
}

.one-col-title {
  padding-bottom: 15px;

  border-bottom: 1px solid transparent;
}

.one-col:first-child::after {
  content: "";

  position: absolute;

  right: -1px;

  top: 0;

  height: 100%;

  width: 1px;

  background: transparent;
}

.one-col:last-child .one-col-title,
.one-col:last-child ul {
  padding-left: 25px;
}

.button-wrapp {
  padding: 30px 25px;

  border-top: 1px solid transparent;
}

.orange .one-col:first-child::after {
  background: #f2994a;
}

.orange .one-col-title,
.orange .button-wrapp {
  border-color: #f2994a;
}

/* border-colors blockquote */

.orange blockquote {
  border-color: #f2994a;
}

@media (max-width: 1366px) {
  .button-wrapp .btn {
    font-size: 10px;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* ABOUT PAGE */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

.about-page .text p {
  margin-bottom: 30px;
}

.team-top {
  margin-bottom: 15px;

  padding-bottom: 25px;

  border-bottom: 1px solid #e0e0e0;
}

.team-item {
  display: grid;

  height: calc(100% - 30px);

  grid-auto-rows: 1fr auto min-content;

  padding: 30px;

  margin-bottom: 30px !important;
}

.team-top * {
  margin-bottom: 5px;
}

.team-item .team-position,
.team-city {
  color: #73716f;

  text-transform: uppercase;

  font-size: 14px;

  line-height: 1.42em;

  font-weight: 400;
}

.team-city {
  text-transform: none;
}

@media (max-width: 1400px) and (min-width: 1200px) {
  .team-item .team-position,
  .team-city {
    font-size: 11px;
  }

  .team-top {
    padding-bottom: 10px;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* CONTACT PAGE */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

.contact .text {
  margin-bottom: 50px;
}

.contact-block {
  padding: 50px;

  text-align: left;
}

.contact-block .input::-moz-placeholder {
  color: #b0b0b0;
}

.contact-block .input:-ms-input-placeholder {
  color: #b0b0b0;
}

.contact-block .input::placeholder {
  color: #b0b0b0;
}

.label-input {
  color: #1f1f1f;

  font-size: 20px;

  line-height: 1.3em;

  display: inline-flex;

  height: 55px;

  align-items: center;
}

.contact-form {
  text-align: left !important;
}

.contact-form .h2 {
  margin-bottom: 20px;
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .label-input {
    font-size: 14px;

    height: 45px;
  }

  .input {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .label-input {
    height: auto;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* ADVERTISING */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

@media (max-width: 767px) {
  .adwertising {
    display: none;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* BREADCRUMBS */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/*breadcrumbs*/

.breadcrumbs {
  position: relative;

  z-index: 2;

  font-size: 10px;

  font-weight: 300;

  line-height: 1;

  padding-top: 10px;

  text-transform: uppercase;

  margin-top: -10px;
}

.breadcrumbs li {
  position: relative;

  display: inline-block;

  -webkit-transition: 0.3s;

  transition: 0.3s;

  color: #1f1f1f;

  margin-top: 10px;
}

.breadcrumbs li:before {
  content: "";

  position: relative;

  display: inline-block;

  width: 4px;

  height: 4px;

  background: #1f1f1f;

  margin: 0 10px 3px;
}

.breadcrumbs li:first-child:before {
  content: none;
}

.breadcrumbs li.active {
  color: #73716f;
}

.breadcrumbs li.active::before {
  background: #73716f;
}

.breadcrumbs.color-white li {
  color: #fff;
}

.breadcrumbs.color-white li::before {
  background: #fff;
}

.breadcrumbs.color-white li.active {
  opacity: 0.7;
}

.breadcrumbs.color-white li.active::before {
  opacity: 0.7;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------*/

/* - POPUPS */

/*---------------------------------------------------------------------------------------------------------------------------------------------------*/

.popup-wrapper {
  position: fixed;

  z-index: 110;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  left: -100%;

  -webkit-transition-delay: 0.3s;

  -o-transition-delay: 0.3s;

  transition-delay: 0.3s;
}

.popup-wrapper.active {
  left: 0;

  -webkit-transition-delay: 0s;

  -o-transition-delay: 0s;

  transition-delay: 0s;
}

.popup-wrapper .bg-layer {
  position: absolute;

  left: 0;

  top: -100px;

  right: 0;

  bottom: -100px;

  background: rgba(0, 0, 0, 0.3);

  -webkit-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

  opacity: 0;

  height: auto;

  width: auto;
}

.popup-wrapper.active .bg-layer {
  opacity: 1;
}

.popup-content {
  position: absolute;

  top: 0;

  width: 100%;

  height: 100%;

  overflow: auto;

  -webkit-overflow-scrolling: touch;

  font-size: 0;

  text-align: center;

  -webkit-transition: opacity 0.3s ease-out, left 0s 0.3s,
    -webkit-transform 0.3s ease-out;

  transition: opacity 0.3s ease-out, left 0s 0.3s,
    -webkit-transform 0.3s ease-out;

  -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0.3s;

  transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0.3s;

  transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0.3s,
    -webkit-transform 0.3s ease-out;

  -webkit-transform: scale(1.2);

  -ms-transform: scale(1.2);

  transform: scale(1.2);

  opacity: 0;

  left: -10000px;

  padding: 15px;
}

.popup-content.active {
  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);

  opacity: 1;

  left: 0;

  -webkit-transition: opacity 0.3s ease-out, left 0s 0s,
    -webkit-transform 0.3s ease-out;

  transition: opacity 0.3s ease-out, left 0s 0s, -webkit-transform 0.3s ease-out;

  -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0s;

  transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0s;

  transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0s,
    -webkit-transform 0.3s ease-out;

  position: relative;
}

.popup-content:after {
  display: inline-block;

  vertical-align: middle;

  height: 100%;

  content: "";
}

.popup-container {
  display: inline-block;

  vertical-align: middle;

  width: 100%;

  position: relative;

  text-align: left;

  overflow: hidden;

  max-width: 770px;

  border: 1px solid #f2994a;

  border-radius: 16px;

  background-color: #fff;
}

.dark .popup-container {
  background: #303030;
}

.popup-align {
  margin: 0 auto;

  padding: 75px 70px;

  color: #101010;
}

.popup-content .layer-close {
  position: absolute;

  left: 0;

  bottom: 0;

  right: 0;

  height: 10000px;
}

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

.dark .btn-close path {
  fill: #fff;
}

.btn-close {
  position: absolute;

  z-index: 10;

  top: 15px;

  right: 15px;

  background: transparent;

  cursor: pointer;

  transition: all 0.4s;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;
}

.btn-close_rounded {
  background: #f7f7f7;

  border-radius: 50%;

  height: 32px;

  width: 32px;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 5px;
}

.dark .btn-close_rounded {
  background: rgba(159, 159, 159, 0.8);
}

/* ------------------------------------------------------------------------------------------------------------------------ */

/* SIMPLE PAGE */

/* --------------------------------------------------------------------------------------------------------------------------- */

.simple-page {
  position: relative;

  display: block;

  width: 100%;
}

.simple-page > * {
  margin-bottom: 50px;
}

.simple-page > :last-child,
.simple-page p:last-child {
  margin-bottom: 0;
}

.simple-page p {
  margin-bottom: 20px;

  line-height: 1.44em;
}

.simple-page.text p:not(.text p:last-child) {
  margin-bottom: 50px;
}

.simple-page.text p + p {
  margin-top: -30px;
}

.simple-page h1,
.simple-page h2,
.simple-page h3,
.simple-page h4,
.simple-page h5,
.simple-page h6 {
  font-weight: 500;

  color: #1f1f1f;
}

.simple-page h2,
.simple-page h3,
.simple-page h4,
.simple-page h5,
.simple-page h6 {
  margin-bottom: 30px;
}

.simple-page iframe {
  display: block;

  width: 100%;

  max-width: 100%;

  height: 670px;

  max-height: calc(56.25vw - 30px);

  border: 0;

  border-radius: 15px;

  overflow: hidden;

  position: relative;
}

.simple-page > picture {
  position: relative;

  display: block;

  overflow: hidden;

  border-radius: 15px;
}

.simple-page figure {
  max-width: 100%;
}

.simple-page > img {
  position: relative;

  width: auto;

  max-width: 100%;

  height: auto;

  margin-left: auto;

  margin-right: auto;

  border-radius: 10px;
}

.simple-text > img {
  margin: 50px auto;
}

.simple-page table {
  border-collapse: collapse;

  table-layout: fixed;

  width: 100%;

  background-color: #fff;
}

.simple-page table thead {
  border-bottom: 1px solid #1f1f1f;

  margin: 0;
}

.simple-page table thead tr td {
  padding-left: 0;

  padding-top: 0;

  color: #1f1f1f;

  font-weight: 500;

  font-size: 18px;
}

.simple-page table th {
  color: #1a1a1a;

  border: none;
}

.simple-page table th,
.simple-page table td {
  vertical-align: middle;

  text-align: left;

  padding: 25px;

  height: 50px;
}

.simple-page table td {
  border: none;

  color: #4a4846;

  font-size: 16px;

  font-weight: 300;

  line-height: 1.62em;
}

.simple-page table tbody td {
  border: solid 1px #f6f6f6;
}

.simple-page table thead td {
  border-bottom: solid 1px #1f1f1f;
}

.simple-page table td:first-child {
  width: 40%;
}

.simple-page table td:last-child {
  padding-right: 0;
}

.simple-page table td a {
  white-space: normal;

  font-weight: 500;
}

.simple-page table td span {
  font-weight: 500;
}

.simple-page + .subscribe-block {
  margin-top: 80px;
}

.simple-page .team-top .block-title:first-child {
  margin-bottom: 10px;
}

.simple-page .team-top .text p:first-child {
  padding-left: 0;
}

.simple-page .small-banner {
  height: unset !important;

  padding: 0;

  padding-bottom: 55.86%;
}

.simple-page img {
  border-radius: 15px;

  width: 100%;
}

/* simple slider */

.simple-slider .swiper-slide {
  margin-bottom: 0;
}

.simple-slider .simple-slide {
  position: relative;

  overflow: hidden;

  display: block;

  width: 100%;

  background-color: #939393;

  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

  border-radius: 15px;
}

.simple-slider .simple-slide picture {
  padding-bottom: 70%;

  display: block;
}

.simple-slider .simple-slide img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  margin: 0;

  object-fit: cover;

  object-position: center;
}

.simple-slider .swiper-pagination {
  margin-bottom: 0;

  margin-top: 10px;

  bottom: 0;
}

/*media*/

@media (max-width: 1366px) {
  .simple-page h1 {
    padding-bottom: 25px;

    margin-bottom: 40px;
  }

  .simple-page > * {
    margin-bottom: 40px;
  }

  .simple-slider .simple-slide,
  .simple-page img {
    border-radius: 7px;
  }

  .simple-page iframe {
    height: 570px;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .simple-page table thead tr td {
    font-size: 16px;
  }

  .simple-page table td {
    font-size: 14px;
  }

  blockquote {
    font-size: 25px;

    border-radius: 5px;
  }

  .simple-slider .simple-slide,
  .simple-page img {
    border-radius: 7px;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* NEWS DETAIL */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

.news-detail .breadcrumbs {
  margin-bottom: 30px;

  padding-top: 15px;
}

@media (min-width: 1200px) {
  .news-detail__grid > :nth-child(1) {
    width: 75%;
  }

  .news-detail__grid > :last-child {
    width: 25%;
  }

  .news-detail__wrap {
    max-width: 900px;
  }
}

@media (min-width: 1441px) {
  .news-detail__wrap {
    max-width: 1135px;
  }
}

.small-banner {
  height: 630px;

  border-radius: 15px;

  overflow: hidden;

  display: block;

  width: 100%;
}

.block-line {
  border-bottom: 1px solid transparent;

  padding-bottom: 30px;
}

.block-line.orange {
  border-color: #f2994a;
}

.block-line.light-orange {
  border-color: #e8bf42;
}

.block-line.blue {
  border-color: #2d9cdb;
}

.block-line.light-blue {
  border-color: #42b8de;
}

.block-line.dark-blue {
  border-color: #2d9cdb;
}

.block-line.purple {
  border-color: #bb6bd9;
}

.block-line.purple.type-2 {
  border-color: #9b51e0;
}

.block-line.pink {
  border-color: #db4d91;
}

.block-line.bue-green {
  border-color: #2db8af;
}

/* media */

@media (max-width: 1366px) {
  .small-banner {
    height: 530px;
  }

  .block-line {
    padding-bottom: 20px;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* 404 */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

.not-found {
  min-height: 100vh;

  display: -webkit-box;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 auto;

  padding: 129px 0 100px;

  text-align: center;

  width: 100%;
}

@media (min-height: 1085px) {
  .not-found {
    min-height: calc(100vh - var(--footer-height));
  }
}

.not-found-title {
  font-size: 188px;

  line-height: 1.26em;

  font-family: "Audiowide";

  letter-spacing: 8px;

  text-transform: uppercase;
}

.not-found-block .block-item-article {
  padding: 40px 50px 50px;

  max-width: 650px;

  margin: 0 auto;
}

.not-found-block .block-item-article .btn {
  border-color: #1f1f1f;

  max-width: 455px;
}

.not-found-block .h2 {
  margin-bottom: 10px;
}

.not-found-block .text {
  margin-bottom: 25px;
}

/* EXCLUSIVE PAGE */

/* @media (min-width: 990px) {

  .exclusive__grid > :first-child {

    width: calc(100% - 270px - var(--bs-gutter-x));

  }

  .exclusive__grid > :last-child {

    width: calc(270px + var(--bs-gutter-x));

  }

}

@media (min-width: 1441px) {

  .exclusive__grid > :first-child {

    width: calc(100% - 340px - var(--bs-gutter-x));

  }

  .exclusive__grid > :last-child {

    width: calc(340px + var(--bs-gutter-x));

  }

} */

.exclusive-page .block-item-article.type-2 .banner {
  margin-bottom: 50px;
}

.exclusive-page .block-item-article .text p {
  margin-bottom: 20px;
}

.exclusive-page .block-item-article .btn {
  margin-top: 50px;
}

.exclusive-page .block-item-article.type-2 .lr-img {
  padding-bottom: 45.8%;
}

.exclusive-page .block-article-wrappper .block-item-article {
  padding-left: 15px;

  padding-right: 15px;

  padding-bottom: 0;
}

.exclusive-page .block-article-wrappper .img-wrapper {
  margin-bottom: 20px;
}

.exclusive-page .block-article-wrappper .block-title {
  margin-bottom: 15px;
}

.exclusive-page .widget-wrapper .min-height-item {
  min-height: unset;
}

@media (min-width: 1700px) {
  .exclusive-page .widget-wrapper {
    margin-left: 80px;
  }
}

@media (min-width: 1200px) {
  .exclusive-page .widget-wrapper {
    margin-left: 40px;
  }
}

@media (max-width: 1440px) {
  .exclusive-page .block-item-article.type-2 {
    padding: 0;
  }

  .exclusive-page .block-article-wrappper {
    margin-left: 0;
    padding-left: 0;
  }

  .exclusive-page .block-item-article.type-2 .banner {
    margin-bottom: 30px;
  }

  .exclusive-page .block-item-article .btn {
    margin-top: 30px;
  }

  .exclusive-page .advertising img {
    width: 100%;
  }

  .not-found {
    padding-bottom: 80px;

    padding-top: 100px;
  }
}

@media (max-width: 1199px) {
  .not-found {
    padding-bottom: 70px;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* FOOTER */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

footer {
  position: relative;

  font-size: 16px;

  line-height: 1.5em;

  padding-bottom: 25px;
}

.footer__grid {
  position: relative;

  display: grid;

  grid-template-columns: auto auto;

  gap: 30px;
}

.footer__grid > :last-child {
  justify-self: flex-end;
}

footer .menu {
  margin-left: 0;
}

footer .logo {
  max-width: 350px;

  display: flex;

  align-items: center;

  margin-bottom: 25px;
}

footer .toggle-block ul li a {
  color: #4a4846;
}

footer .input-title {
  margin-bottom: 25px;
}

footer form {
  max-width: 420px;

  width: 100%;
}

footer .input {
  border: 1px solid #1f1f1f;

  border-radius: 10px;

  padding-left: 20px;

  font-size: 16px;

  font-weight: normal;

  padding-right: 50px;
}

footer .input-field-wrapper {
  margin-bottom: 0;
}

footer .input-field-wrapper button {
  position: absolute;

  background-color: transparent;

  max-width: 24px;

  max-height: 24px;

  right: 15px;

  top: 50%;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  transition: all 0.4s;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  cursor: pointer;
}

footer .input-field-wrapper.focus img.first {
  opacity: 0;

  visibility: hidden;

  display: none;
}

footer .input-field-wrapper.focus img.focus {
  opacity: 1;

  visibility: visible;

  display: block;
}

footer .input-field-wrapper img.first {
  opacity: 1;

  visibility: visible;

  display: block;
}

footer .input-field-wrapper img.focus,
footer .input-field-wrapper img.white {
  opacity: 0;

  visibility: hidden;

  display: none;
}

.footer-top-right {
  display: flex;

  flex-direction: column;

  align-items: flex-end;
}

.footer-info {
  margin-top: 30px;
}

footer .toggle-block ul li a {
  padding-left: 0;

  padding-right: 40px;
}

footer .toggle-block nav ul li a::after {
  right: 20px;
}

.develop a {
  position: relative;

  padding-right: 30px;

  font-size: 14px;
}

.develop a:after {
  content: "/";

  position: absolute;

  top: 50%;

  right: 15px;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}

.develop a:last-child::after {
  content: none;
}

.develop a:first-child {
  padding-left: 0;
}

.develop a:last-child {
  padding-right: 0;
}

.develop a:last-child img {
  /*height: 18px;*/

  width: 88px;
}

.copy {
  white-space: nowrap;

  color: #4a4846;

  font-size: 14px;
}

.develop img {
  margin-left: 10px;
}

.develop img:last-child {
  display: none;
}

/* media */

@media (min-width: 1200px) {
  footer .input-field-wrapper button:hover {
    opacity: 0.5;
  }
}

@media (max-width: 1440px) and (min-width: 1200px) {
  footer .input {
    height: 45px;

    font-size: 14px;

    border-radius: 5px;
  }

  footer .input-title {
    margin-bottom: 16px;
  }
}

/* AD BLOCK */

.ad {
  position: relative;
}

.ad_center {
  margin-left: auto;

  margin-right: auto;
}

.ad_center .ad__image {
  margin: 0 auto;
}

.ad__image {
  display: block;

  width: 100%;
}

.ad__text {
  text-align: center;

  font-family: "Bitter";

  font-size: 18px;

  text-transform: uppercase;

  color: #4a4846;

  margin-bottom: 5px;
}

.ad_973 {
  width: 973px;
}

.ad_300 {
  max-width: 300px;
}

.ad_223 {
  max-width: 223px;
}

.ad img {
  display: block;

  width: 100%;

  max-width: 100%;

  max-height: 100%;
}

@media (max-width: 1440px) {
  .ad_973 {
    max-width: 700px;
  }
}

/* END AD BLOCK */

.icon-hoverable {
  position: relative;

  display: inline-block;
}

.icon-hoverable img:first-child {
  position: relative;

  opacity: 1;
}

.icon-hoverable img {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: auto;

  display: block;

  transition: 0.3s linear;

  opacity: 0;
}

.dark .icon-hoverable img:first-child {
  opacity: 0;
}

.dark .icon-hoverable > img:nth-child(2) {
  opacity: 1;
}

@media (min-width: 1200px) {
  .icon-hoverable:hover > img:nth-child(1),
  .icon-hoverable:hover > img:nth-child(2) {
    opacity: 0;
  }

  .icon-hoverable:hover > img:nth-child(3) {
    opacity: 1;
  }
}

#disqus_thread iframe {
  position: relative;
}

/* zoom fixes */

@media (min-width: 1200px) {
  #disqus_thread {
    transform: scale(0.8);
  }

  #disqus_thread iframe {
    zoom: 125%;
  }
  #disqus_thread iframe:nth-child(2):not(:last-child) {
    zoom: 138%;
    transform: scale(1.1);
  }

  .drop-menu-inner {
    max-width: 540px;
  }
  .adsbygoogle {
    zoom: 112%;
  }
}

.block_default_category.block-article-wrappper .block-item-article {
  /* margin-left: 0;margin-right: 0;

   */
  padding-left: 0;

  padding-right: 0;
}

.block_default_category ~ .visible_ajax_loader {
  position: relative;
}

@media (max-width: 1440px) {
  .block_default_category.block-article-wrappper {
    margin-left: -15px;

    margin-right: -15px;
  }
}

@media (max-width: 991px) {
  .block_default_category.block-article-wrappper {
    margin-left: 0;

    margin-right: 0;
  }
}

/*fix 02.01*/

.news-detail .breadcrumbs li {
  display: none;
}

.news-detail .opacity:before {
  content: none;
}

.news-detail .text,
.news-detail .text p {
  font-size: clamp(14px, 1.27vw, 20px);
}

.tiled-gallery__item img {
  width: 100%;
}

/*change review banner*/

.single .review-detail .simple-page {
  max-width: 100% !important;
}

.single .review-detail .simple-page > *:not(div, img, figure) {
  max-width: 83.33%;

  margin-left: auto;

  margin-right: auto;
}

/*media*/

@media (max-width: 1199px) {
  .single .review-detail .simple-page > *:not(div, img, figure) {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .single .review-detail .banner-align {
    height: unset;

    padding: 0;
  }

  .bg_mobile_wrapper {
    border-radius: 15px;

    overflow: hidden;
  }

  .bg_mobile_wrapper .bg {
    position: relative;

    padding-bottom: 55.86%;
  }

  .single .review-detail .banner-align .opacity {
    display: none;
  }

  .single .review-detail .block-title {
    color: #1f1f1f;

    -webkit-line-clamp: unset;
  }

  .single .review-detail .tags-wrapper a {
    border-color: #f2994a;

    color: #f2994a;
  }

  .single
    .review-detail
    .orange.article-info
    span:not(.orange.article-info span:last-child) {
    border-color: #f2994a;
  }

  .single .review-detail .article-info {
    color: #73716f;
  }

  .single .review-detail .banner-align .content {
    display: flex;

    flex-direction: column;

    margin: 15px 0;
  }

  .single .review-detail .banner-align .tags-wrapper {
    order: 1;
  }

  .single .review-detail .banner-align .block-title {
    order: 2;
  }

  .single .review-detail .banner-align .article-info {
    order: 3;
  }
}

/**/

.review-detail .content {
  position: relative;
  z-index: 3;
}

.iframe-wrapp.mobile {
  display: none;
}

iframe {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.simple-page .small-banner iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

@media (max-width: 767px) {
  .iframe-wrapp.desktop {
    display: none;
  }

  .iframe-wrapp.mobile {
    display: block;
    position: relative;
    padding-bottom: 55.86%;
  }
}

/* ADDS */
.wrapper_ga_custom::before {
  content: "ADVERTISEMENT";
  display: block;
  text-align: center;
  color: #4a4846;
}
