b, strong {
  font-weight: bold;
}
ul, ol,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}
h2 span {
  font-size: 30px;
  font-weight: 300;
  display: block;
}
h2 {
  font-size: 40px;
  font-weight: bold;
}
h3 {
  font-size: 30px;
  font-weight: bold;
}
body {
  font-family: 'Helvetica Now Text';
  font-size: 16px;
  color: black;
  font-weight: 300;
  overflow-x: hidden;
  line-height: 1.2;
}
div {
  position: relative;
}
a {
  outline: none;
}
a:hover {
  text-decoration: none;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader svg {
  width: 100px;
}
.preloader svg .prlsd {
  transition: all .2s ease-in-out;
  opacity: 0;
  transform: scale(.9);
}
.preloader svg #letter_4 {
  -webkit-animation: dash 1s linear forwards .3s;
  -moz-animation: dash 1s linear forwards .3s;
  animation: dash 1s linear forwards .3s;
}
.preloader svg #letter_3 {
  -webkit-animation: dash 1s linear forwards .2s;
  -moz-animation: dash 1s linear forwards .2s;
  animation: dash 1s linear forwards .2s;
}
.preloader svg #letter_2 {
  -webkit-animation: dash 1s linear forwards .1s;
  -moz-animation: dash 1s linear forwards .1s;
  animation: dash 1s linear forwards .1s;
}
.preloader svg #letter_1 {
  -webkit-animation: dash 1s linear forwards;
  -moz-animation: dash 1s linear forwards;
  animation: dash 1s linear forwards;
}
@-webkit-keyframes dash {
  from {
    opacity: 0;
    transform: scale(.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes dash {
  from {
    opacity: 0;
    transform: scale(.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes dash {
  from {
    opacity: 0;
    transform: scale(.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.mobile-menu{
  display: none;
}
.mobile-menu__icon {
  display: none;
}
.cont {
  width: 1090px;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 100%;
}
.footer-screen {
  background: #000;
  color: white;
}
.footer-menu {
  width: 244px;
  padding-bottom: 45px;
}
.footer-menu__h3 {
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: left;
  text-shadow: 0px 0px 10px rgba(12, 31, 41, 0.82);
  display: block;
  margin-bottom: 17px;
}
.footer-menu__a:hover {
  padding-left: 5px;
  color: white;
}
.footer-menu__a {
  position: relative;
  color: white;
  line-height: 1.3;
  display: block;
  padding-left: 0;
  transition: padding-left .2s ease-in-out;
}
.footer-bottom {
  padding-bottom: 110px;
}
.rdm-button:hover .rdm-button__throw {
  width: calc(100% + 30px);
}
.rdm-button__throw {
  height: 2px;
  width: 0;
  background: black;
  position: absolute;
  top: 8px;
  right: -18px;
  transition: width .5s ease-in-out;
}
.rdm-button span.rdm-button__text {
  display: block;
  line-height: 1;
  margin-right: 18px;
  position: relative;
  top: -1px;
}
.rdm-button {
  font-weight: 400;
  display: flex;
  align-items: center;
}
.dbl-button {
  width: 270px;
  height: 58px;
  background: #5b47ff;
  display: block;
  position: relative;
  outline: none!important;
  border: none!important;
}

@media (pointer: fine) and (hover: hover) {
  .dbl-button:not(.disabled):hover .dbl-button__text {
    left: 11px;
    top: 11px;
    color: black !important;
  }
  .dbl-button:not(.disabled):hover .dbl-button__bg {
    left: 11px;
    top: 11px;
    background: #2ce889;
  }
}

.dbl-button__bg {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: all .3s ease-in-out;
}
.dbl-button__text {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: white !important;
  transition: all .6s ease-in-out;
}
.column {
  flex: none;
  width: calc(50% - 55px)
}
.copyright {
  color: #878787;
  font-size: 12px;
  line-height: 1;
}
.block-light {
  color: black;
  background: white;
}
.block-dark {
  color: white;
  background: black;
}
.welcome-screen__nav {
  text-align: right;
  top: 135px;
  position: fixed;
  z-index: 150;
  right: 50px;
}
.welcome-screen__nav.nav-active {
  top: 50px;
}
.welcome-nav {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.welcome-nav__li:hover a {
  padding-right: 25px;
}
.welcome-nav__li {
  margin-bottom: 9px;
}
.welcome-nav__a.black {
  color: black !important;
}
.welcome-nav__a {
  font-size: 14px;
  color: white !important;
  padding-right: 17px;
  position: relative;
  line-height: 1;
  display: block;
  transition: padding-right .2s ease-in-out, color .2s ease-in-out;
}
.welcome-nav__a.black:before,
.welcome-nav__a.black:after {
  background: black;
}
.welcome-nav__a:after {
  content: '';
  height: 10px;
  width: 2px;
  background: white;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color .2s ease-in-out;
}
.welcome-nav__a:before {
  content: '';
  height: 2px;
  width: 10px;
  background: white;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color .2s ease-in-out;
}

.logo svg .cls-1 {
  fill: white;
  transition: fill .2s ease-in-out, transform .35s ease-in-out;
}
.logo svg {
  display: block;
  width: 100px;
}
.logo.logo-active svg {
  width: 76px;
}
.logo.logo-active {
  top: 50px;
  width: 76px;
  margin-left: -38px;
}
.logo {
  display: block;
  position: fixed;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  top: 135px;
  z-index: 150;
}
.main-menu svg {
  width: 100%;
}
.main-menu.transition:hover {
  transform: scale(1) !important;
}
.main-menu.transition {
  transition: transform .4s ease-in-out;
  transform: scale(.38);
  top: 30px !important;
}
.main-menu {
  position: fixed;
  z-index: 150;
  left: 50px;
  top: 85px;
  width: 180px;
  transform: scale(1);
  transform-origin: left top;
}
.menu-env {
  transition: fill .2s ease-in-out;
}
.main-menu__li.active .main-menu__a:before {
  content: '.';
  position: absolute;
  left: -10px;
  top: -3px;
}
.main-menu__li.active .main-menu__a {
  font-weight: bold;
}
.main-menu__li {
  padding: 0 30px 0 30px;
}
.main-menu__subul {
  display: none;
  list-style-type: none;
  padding-left: 11px;
  margin: 3px 0;
}
.main-menu__suba:hover {
  padding-left: 11px;
}
.main-menu__suba {
  font-size: 13px;
  padding-left: 4px;
  display: block;
  line-height: 1.55;
  transition: padding-left .4s ease-in-out;
}
.main-menu__ul {
  position: absolute;
  top: 35px;
  left: 15px;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.main-menu__li:hover .main-menu__a {
  padding-left: 7px;
}
.main-menu__a {
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: white;
  width: 180px;
  position: relative;
  transition: padding-left .4s ease-in-out;
}
.form-block input[type=text],
.form-block input[type=search],
.form-block input[type=email] {
  height: 44px;
}
.form-block textarea {
  width: 100%;
  resize: none;
  height: 90px;
  max-width: 530px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.form-block input[type=text],
.form-block input[type=search],
.form-block input[type=email],
.form-block textarea {
  padding: 0 25px;
  outline: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(214, 214, 214);
  border-radius: 7px;
  box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.17);
}

/* Base for label styling */
[type="radio"],
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="radio"] + label,
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
}

/* checkbox aspect */
[type="radio"] + label:before,
[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -4px;
  width: 24px;
  height: 24px;
  transition: all .2s ease-in-out;
  background-size: contain;
}
[type="radio"] + label:before,
[type="checkbox"]:not(:checked) + label:before {
  background: url(../img/icons/check.png) no-repeat center center;
}
[type="radio"]:checked + label:before,
[type="checkbox"]:checked + label:before {
  background: url(../img/icons/check_c.png) no-repeat center center;
}
.section {
  min-height: 100vh;
}
.content ul:last-child {
  margin-bottom: 0;
}
.content ul li:before {
  content: '';
  display: block;
  height: 18px;
  width: 18px;
  background: #000;
  border-radius: 50%;
  left: -40px;
  top: 0;
  position: absolute;
}
.content ul li {
  position: relative;
}
.content ul {
  margin-bottom: 35px;
  list-style-type: none;
  padding-left: 40px;
  text-transform: uppercase;
}
.content p:last-child {
  margin-bottom: 0;
}
.content p {
  margin-bottom: 20px;
}
.blog__article_p {
  padding-top: 270px;
  padding-bottom: 85px;
}
@media (max-width: 992px) {
  .body-wrapper {
    overflow-x: hidden;
  }
}
@media (max-width: 600px) {
  .footer-menu {
    width: 100%;
  }
}
@media (max-width: 660px) {
  .erlogo {
    top: 30px !important;
  }
}
@media (max-width: 660px) {
  .copyright {
    text-align: left !important;
  }
  .footer-bottom .column .dbl-button {
    margin-bottom: 35px;
  }
  .footer-bottom .column {
    width: 100%;
  }
  .footer-bottom {
    flex-direction: column;
  }
}


@media (max-width: 991.98px) {
  .cont {
    padding: 0 15px;
  }
  .logo svg {
    width: 100% !important;
  }
  .logo {
    top: 35px !important;
    width: 76px !important;
    margin-left: 0 !important;
    left: 20px !important;
  }
  .main-menu, .welcome-screen__nav {
    display: none !important;
  }
  .mobile-menu__icon.black::after, .mobile-menu__icon.black::before {
    background: black;
  }
  body.menu---opened .logo svg .cls-1 {
    fill: black !important;
  }
  body.menu---opened .mobile-menu__icon::after,
  body.menu---opened .mobile-menu__icon::before {
    background: black !important;
  }
  .mobile-menu__icon {
    display: block !important;
    /*background: red;*/
    width: 27px;
    height: 22px;
    transition: .4s;
    top: 32px;
    position: fixed;
    right: 20px;
    z-index: 101;
  }
  .blog__article_p {
    padding-top: 100px;
  }
  .minmenmin .welcome-nav__a:before,
  .minmenmin .welcome-nav__a:after {
    background: #000 !important;
  }
  .minmenmin .welcome-nav__a {
    color: black !important;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .minmenmin {
    padding-left: 20px;
    margin-top: 50px;
  }
  .mobile-menu__icon::after, .mobile-menu__icon::before {
    content: "";
    display: block;
    position: absolute;
    background: white;
    width: 27px;
    height: 2px;
    transition: .3s;
  }
  .mobile-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
    z-index: 100;
  }
  .mobile-menu ul li a {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    font-size: 43px;
    line-height: 50px;
    color: black;
  }
  .mobile-menu ul {
    padding-top: 100px;
    padding-left: 20px;
    list-style-type: none;
  }
  .mobile-menu__icon::after {
    top: 12.5px;
  }
  .mobile-menu__icon::before {
    top: 4.5px;
  }
  .mobile-menu__icon.opened::after,
  .mobile-menu__icon.opened::before {
    top: 5px;
  }
  .mobile-menu__icon.opened::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .mobile-menu__icon.opened::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}




.InstagramLink {
  transition-duration: 250ms;
  display: block;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.6;
}
.InstagramLink:hover {
  opacity: 1;
}


.error404page {
  color: black;
  background: url(/img/forms/error404.svg) no-repeat center center, white;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.error404page__title {
  font-size: 60px;
}
.error404page__logo {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 60px;
  display: block;
  margin-left: -60px;
}
.error404page__logo img {
  display: block;
  width: 120px;
}

.cfx{
  position: static;
}
