/* Generated by less 3.11.1 */
/*
Developed by helloDigi
https://hellodigi.ru/
*/
/*
Developed by helloDigi
https://hellodigi.ru/
*/
.Playfair_Regular {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}
.Roboto_Regular {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.Roboto_Light {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.Roboto_Medium {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.Roboto_Bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.pointer:hover {
  cursor: pointer;
}
.pointer:hover * {
  cursor: pointer;
}
picture {
  display: block;
}
.overflow {
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.image-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.block {
  display: block;
  float: left;
}
.block100 {
  display: block;
  float: left;
  width: 100%;
}
.transition {
  transition: all 0.2s linear;
}
.link-arrow {
  width: 18px;
  height: 18px;
  background: url(../img/box-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 30px;
  right: 30px;
  opacity: 0;
  transform: translate(-20px, 20px);
  transition: all 0.2s linear;
}
.inner-arrow {
  position: relative;
}
.inner-arrow:before {
  width: 18px;
  height: 18px;
  background: url(../img/box-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 30px;
  right: 30px;
  opacity: 0;
  transform: translate(-20px, 20px);
  transition: all 0.2s linear;
}
audio:focus,
select:focus {
  outline: 0;
}
.wrap {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.wrap_float {
  display: block;
  float: left;
  width: 100%;
}
.logo {
  display: block;
  float: left;
  font-size: 45px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 52px;
}
.main-page .top-panel {
  position: fixed;
}
.main-page .logo {
  color: #fff;
}
.main-page .page-content {
  z-index: 4;
  padding-top: 60px;
}
.text-section {
  background: #fff;
}
.text-section.right-align .wrap_float,
.title.right-align {
  padding-left: 520px;
}
.text-section.left-align .wrap_float,
.title.left-align {
  padding-right: 520px;
}
.title.white {
  color: #fff;
}
.mail-link {
  display: inline-block;
  border-bottom: 1px solid transparent;
  line-height: 1;
  color: #F4FF74;
}
.mail-link:hover {
  border-color: #F4FF74;
  color: #F4FF74;
}
.page-content {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
  background: #fff;
  padding-top: 170px;
  padding-bottom: 100px;
}
.page-content.no-padding {
  padding-top: 0;
}
.page-content > *:last-child {
  padding-bottom: 0;
}
.section {
  display: block;
  float: left;
  width: 100%;
  margin: 80px 0;
}
.section-head,
.section-content {
  display: block;
  float: left;
  width: 100%;
}
.section-tag {
  text-transform: uppercase;
  width: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  padding-right: 34px;
  display: block;
  float: left;
  margin-bottom: 30px;
}
.section-tag:before {
  width: 15px;
  height: 16px;
  background-image: url(../img/box-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 2px;
  content: '';
  transition: transform 0.2s linear;
}
.section-tag span {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 22px;
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid #000;
}
.section-tag.white span {
  color: #fff;
  border-color: #fff;
}
.section-tag.white:before {
  background-image: url(../img/box-arrow-white.svg);
}
.desktop .section-tag:hover:before {
  transform: translateX(4px);
}
.menu-btn {
  width: 70px;
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: fixed;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  top: 82px;
  mix-blend-mode: difference;
  transition: all 0.2s linear;
}
.menu-btn:hover {
  cursor: pointer;
}
.menu-btn:hover * {
  cursor: pointer;
}
.menu-btn span {
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
  transition: all 0.2s linear;
}
.menu-btn span:first-child {
  top: 22px;
}
.menu-btn span:last-child {
  top: 45px;
}
.menu-btn.opened span:first-child {
  transform: rotate(45deg);
  top: 33px;
}
.menu-btn.opened span:last-child {
  transform: rotate(-45deg);
  top: 33px;
}
.scroller {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.scroller::-webkit-scrollbar {
  height: 0;
}
.scroller::-webkit-scrollbar {
  height: 0;
}
.form-section {
  display: block;
  float: left;
  width: 100%;
}
.lightgallery-on > *:hover {
  cursor: pointer;
}
.lightgallery-on > *:hover * {
  cursor: pointer;
}
.lg-toolbar {
  mix-blend-mode: difference;
}
.lg-toolbar .lg-close {
  width: 50px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 50px;
  transition: all 0.2s linear;
}
.lg-toolbar .lg-close:hover {
  cursor: pointer;
}
.lg-toolbar .lg-close:hover * {
  cursor: pointer;
}
.lg-toolbar .lg-close:before,
.lg-toolbar .lg-close:after {
  width: 132%;
  height: 2px;
  background: #fff;
  position: absolute;
  content: '';
  left: -8px;
}
.lg-toolbar .lg-close:before {
  top: 24px;
  transform: rotate(45deg);
}
.lg-toolbar .lg-close:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.close {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  transition: all 0.2s linear;
}
.close:hover {
  cursor: pointer;
}
.close:hover * {
  cursor: pointer;
}
.close:before {
  width: 50px;
  height: 50px;
  background: url(../img/close.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
}
.page-404 .page-content {
  min-height: 100vh;
}
.toTop {
  width: 74px;
  height: 56px;
  background: #e7e7e7;
  position: fixed;
  z-index: 2;
  bottom: 40px;
  right: 50%;
  margin-right: -858px;
  display: none;
}
.toTop:hover {
  cursor: pointer;
}
.toTop:hover * {
  cursor: pointer;
}
.toTop:before {
  width: 18px;
  height: 18px;
  background: url(../img/totop-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.desktop .pagination a:hover {
  color: #BCCB00;
}
.desktop .menu-btn:hover {
  margin-top: -10px;
}
.desktop .close:hover {
  transform: translateY(-10px);
}
.desktop .lg-toolbar .lg-close:hover {
  margin-top: 10px;
}
.dark {
  color: #fff;
}
.dark .page-content,
.dark .text-section {
  background: #1D1D1D;
}
.dark .section-tag span {
  border-color: #fff;
}
.dark .articles-item-title:before,
.dark .articles-item-title:after,
.dark .section-tag:before {
  background-image: url(../img/box-arrow-white.svg);
}
.dark .logo {
  color: #fff;
}
@media screen and (min-width: 1281px) {
  .text-section.default-size {
    font-size: 35px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1920px) {
  .menu-btn {
    top: 48px;
  }
  .breadcrumbs {
    margin-bottom: 55px;
  }
  .page-content {
    padding-top: 137px;
  }
}
@media screen and (max-width: 1800px) {
  .menu-btn {
    top: 32px;
    width: 60px;
  }
  .page-content {
    padding-top: 116px;
  }
  .toTop {
    margin-right: -750px;
  }
}
@media screen and (max-width: 1540px) {
  .wrap {max-width: 1920px;}
  .text-section.left-align .wrap_float,
  .title.left-align {
    padding-right: 260px;
  }
  .toTop {
    margin-right: -650px;
  }
}
@media screen and (max-width: 1400px) {
  .menu-btn {
    top: 10px;
  }
  .page-content {
    padding-top: 87px;
  }
  .breadcrumbs {
    margin-bottom: 35px;
  }
  .toTop {
    margin-right: -620px;
  }
}
@media screen and (max-width: 1280px) {
  .toTop {
    margin-right: -480px;
  }
}
@media screen and (max-width: 1000px) {
  .main-page {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .menu-btn {
    right: 50%;
    margin-right: -360px;
    left: auto;
    transform: none;
  }
  .menu-btn:hover {
    margin-top: 0;
  }
  .main-page .top-panel {
    position: absolute;
  }
  .page-content {
    padding-bottom: 50px;
  }
  .page-404 .page-content {
    min-height: inherit;
  }
  .toTop {
    margin-right: -360px;
  }
}
@media screen and (max-width: 760px) {
  .menu-btn {
    right: 4vw;
    margin-right: 0;
    left: auto;
  }
  .main-page .page-content {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .toTop {
    margin-right: 0;
    right: 4vw;
    bottom: 4vw;
  }
  .lg-toolbar .lg-close {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    transform: none;
    left: auto;
  }
  .lg-toolbar .lg-close:before,
  .lg-toolbar .lg-close:after {
    width: 120%;
    left: -4px;
  }
  .lg-toolbar .lg-close:before {
    top: 20px;
  }
}
@media screen and (max-width: 590px) {
  .logo {
    font-size: 36px;
    line-height: 48px;
  }
  .menu-btn {
    width: 48px;
    height: 48px;
  }
  .menu-btn span:first-child {
    top: 15px;
  }
  .menu-btn span:last-child {
    top: 31px;
  }
  .menu-btn.opened span:first-child,
  .menu-btn.opened span:last-child {
    top: 23px;
  }
  .close {
    width: 40px;
    height: 40px;
  }
  .close:before {
    width: 40px;
    height: 40px;
  }
  .toTop {
    width: 64px;
    height: 48px;
  }
}
@media screen and (max-width: 480px) {
  .section-tag {
    padding-right: 28px;
  }
  .section-tag:before {
    width: 12px;
    height: 12px;
  }
  .page-content {
    padding-top: 90px;
  }
  .section-tag span {
    font-size: 26px;
  }
}
