body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 1.2;
}

.footer{
	text-align: center;
	padding: 50px;
	background-color: #242424 !important;
	color: white !important;
}

.wrapper {
  overflow-x: hidden;
}

.terms{
    max-width: 1160px;
    margin: 0 auto;
    padding: 70px;
}

.container {
  max-width: 1320px;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}

.heading {
  font-family: "Futura", sans-serif;
  font-weight: 500;
}
.heading-1, .heading-2 {
  font-size: 44px;
}
.heading-3 {
  font-size: 34px;
}

img.cont{
	    height: 20px;
    margin-bottom: 5px;
}

.btn, .a {
  display: inline-block;
  padding: 0 40px;
  height: 54px;
  line-height: 52px;
  border: 2px solid #2257ff;
  border-radius: 29px;
  font-family: "Futura", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s linear;
  white-space: nowrap;
  box-sizing: border-box;
}
.btn .ico {
  transition: all 0.5s linear;
}
.btn-primary, .a-primary {
  color: #ffffff;
  background-color: #2257ff;
}
.btn-primary:hover, .btn-primary:active {
  background-color: #0039ee;
  border-color: #0039ee;
}
.btn-border {
  background-color: transparent;
  color: #2257ff;
}
.btn-border:hover, .btn-border:active {
  background-color: #2257ff;
  color: #ffffff;
}
.btn-border:hover .ico-arrow, .btn-border:active .ico-arrow {
  background-image: url("../img/arrow-l.svg");
}
.btn-border .ico-arrow {
  background-image: url("../img/arrow-blue.svg");
}
.btn-dark {
  background-color: #272727;
  border-color: #272727;
  color: #ffffff;
}
.btn-dark:hover, .btn-dark:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

.logo {
  display: block;
  margin-bottom: 12.5vh;
}
.logo img {
  display: block;
  width: 331px;
  height: 29px;
}

.ico {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 10px;
  margin: 0 5px;
}
.ico-arrow {
  background: url("../img/arrow-l.svg") no-repeat center;
  background-size: 16px 10px;
}

.menu__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  height: 25px;
  margin-bottom: 5px;
  overflow-x: hidden;
}
.menu__item:last-child {
  margin-bottom: 0;
}
.menu__link {
  position: relative;
  transition: all 0.3s linear;
}
.menu__link:hover, .menu__link:active {
  color: #2257ff;
}
.menu__link.active {
  color: #2257ff;
  font-size: 21px;
}
.menu__link.active .ico {
  width: 16px;
}
.menu .ico {
  width: 0;
  margin-right: 0;
  background-image: url("../img/arrow-blue.svg");
  transform: rotate(180deg);
  transition: width 0.3s linear;
}

.langs__item {
  display: inline-block;
  margin-right: 14px;
}
.langs__item:last-child {
  margin-right: 0;
}
.langs__link {
  color: rgba(255, 255, 255, 0.31);
  text-decoration: line-through;
}
.langs__link.active {
  color: #ffffff;
  text-decoration: none;
}

.section {
  background-color: #ffffff;
}
.section__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  background: url("../img/bg-first.jpg") no-repeat center center;
  background-size: cover;
}
.section__name {
  margin-bottom: 0px;
  font-family: "Futura", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #595959;
  opacity: 0.22;
}
.section__name_mob {
  display: none;
  max-width: 768px;
  padding-left: 45px;
  padding-right: 45px;
  margin-bottom: 40px;
}
.section__number {
  font-family: "Futura", sans-serif;
  font-weight: 500;
  font-size: 44px;
  color: #2257ff;
}
.section__heading {
  margin-bottom: 6.2vh;
}
.section__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  width: 50%;
  padding: 0px 120px 80px 0;
  background-color: #ffffff;
}
.section__text {
  margin-bottom: 7.2vh;
  font-size: 18px;
}
.section__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section__buttons .btn {
  margin-right: 33px;
}
.section__buttons .btn:last-child {
  margin-right: 0;
}
.section__buttons_mob {
  display: none;
  margin-bottom: 0;
  text-align: center;
}
.section__slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 254px;
}
.section__slider-green {
  background-color: #108770;
}
.section__slider-beige {
  background-color: #d9af98;
}
.section .slider {
  height: 100%;
}
.section .slider__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  height: 100%;
  padding: 35px 38px 46px 35px;
  color: #ffffff;
}
.section .slider__top {
  font-family: "Futura", sans-serif;
  font-size: 41px;
  font-weight: 500;
  line-height: 1.4;
}
.section .slider__bottom {
  text-align: right;
}
.section .slider__info {
  margin-bottom: 20px;
  font-size: 61px;
  font-family: "Futura", sans-serif;
  font-weight: 500;
}
.section .slider__text {
  font-size: 21px;
  color: rgba(255, 255, 255, 0.77);
}
.section .slider .slick-list, .section .slider .slick-track {
  height: 100%;
}

@media (max-width: 1199px) {
  .container {
    max-width: 1024px;
  }

  .btn {
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .section__content {
    padding-right: 50px;
  }
}
@media (max-width: 979px) {
  .container {
    max-width: 768px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .logo {
    margin-bottom: 37px;
  }
  .logo img {
    margin: auto;
  }

  .heading-1, .heading-2 {
    font-size: 32px;
  }
  .heading-3 {
    font-size: 26px;
  }

  .section {
    height: auto !important;
  }
  .section__img {
    position: relative;
    width: 100%;
    height: 424px;
  }
  .section__name {
    display: none;
  }
  .section__name_mob {
    display: block;
  }
  .section__number {
    font-size: 32px;
  }
  .section__heading {
    margin-bottom: 3.2vh;
  }
  .section__content {
    width: 100%;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 0;
  }
  .section__text {
    margin-bottom: 5.2vh;
  }
  .section__slider {
    position: relative;
    left: auto;
    width: 100%;
    margin-bottom: 58px;
  }
  .section .slider__bottom {
    width: 254px;
    margin-left: auto;
  }
  .section__buttons {
    display: none;
  }
  .section__buttons_mob {
    display: block;
  }
}
@media (max-width: 460px) {
  .logo img {
    width: 192px;
    height: 17px;
  }

  .section__buttons {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .section__buttons .btn {
    width: 100%;
    margin-bottom: 13px;
    margin-right: 0;
  }
  .section__buttons .btn:last-child {
    margin-bottom: 0;
  }
}
.form {
  max-width: 470px;
  width: 100%;
  padding: 40px 49px;
  border-radius: 30px;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
}
.form__fields {
  margin-bottom: 38px;
}
.form__group {
  margin-bottom: 18px;
}
.form__group:last-child {
  margin-bottom: 0;
}
.form__group.has-error:before {
  position: absolute;
  top: 50%;
  left: -30px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background-color: #ff6e6e;
  border-radius: 50%;
  content: "";
}
.form__group.has-error input, .form__group.has-error label {
  color: #ff6e6e;
}
.form-input {
  width: 100%;
  height: 35px;
  color: #000000;
  font-family: "Futura", sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.22);
  background-color: transparent;
}
.form-input:focus + label, .form-input.focused + label {
  font-size: 12px;
  transform: translateY(-20px);
  color: rgba(185, 185, 185, 0.69);
}
.form-label {
  position: absolute;
  top: 10px;
  left: 0;
  color: rgba(0, 0, 0, 0.69);
  transition: all 0.3s linear;
}
.form .btn {
  width: 100%;
}

section.contact
{
	position: relative !important;
	    margin-top: 50px;
}

@media (max-width: 979px) {
  .form {
    max-width: 100%;
  }
}
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
}
.sidebar.open .sidebar__content {
  width: 216px;
}
.sidebar__btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 55px;
  height: 100%;
  background-color: #2257ff;
  transition: background 0.5s linear;
}
.sidebar__btn:hover, .sidebar__btn:active {
  background-color: #0039ee;
}
.sidebar__icon {
  margin-bottom: 65px;
}
.sidebar__content {
  width: 0;
  height: 100%;
  transition: all 0.3s linear;
}
.sidebar__content-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 216px;
  height: 100%;
  padding: 64px 60px 64px 31px;
  background-color: #000000;
  color: #ffffff;
  font-family: "Futura", sans-serif;
  font-weight: 500;
  text-align: right;
}
.sidebar .btn {
  display: block;
  width: 117px;
  height: 44px;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 42px;
  margin-bottom: 11px;
}
.sidebar .btn:last-child {
  margin-bottom: 0;
}
.sidebar__menu {
  margin-bottom: 53px;
}
.sidebar__buttons {
  margin-bottom: 60px;
  margin-right: -16px;
}

@media (max-width: 979px) {
  .sidebar {
    -ms-flex-direction: column;
        flex-direction: column;
    left: 0;
    transform: translateY(-100%);
    transition: transform 0.3s linear;
  }
  .sidebar.open {
    bottom: 0;
    transform: translateY(0%);
  }
  .sidebar.open .sidebar__content {
    height: 100%;
  }
  .sidebar.open .sidebar__content-inner {
    padding-bottom: 0;
  }
  .sidebar.open .sidebar__btn {
    position: relative;
    bottom: auto;
    height: 98px;
    background-color: #000000;
  }
  .sidebar.open .sidebar__btn img {
   
  }
  .sidebar__btn {
    position: absolute;
    bottom: -55px;
    width: 100%;
    height: 55px;
    -ms-flex-order: 1;
        order: 1;
  }
  .sidebar__btn img {
 
    transition: transform 0.3s linear;
  }
  .sidebar__content {
    width: 100% !important;
    overflow-y: hidden;
  }
  .sidebar__content-inner {
    width: 100%;
  }
}
.first {
  height: 100vh;
}
.first__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
.first .section__img {
  background-image: none;
  overflow-x: hidden;
}
.first .section__img-mob {
  display: none;
  margin-bottom: 14px;
}
.first .section__img-mob img {
  width: 100%;
}
.first .video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 110%;
  transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 979px) {
  .first__content {
    display: block;
    padding-top: 85px;
  }
  .first .section__img {
    display: none;
  }
  .first .section__img-mob {
    display: block;
  }
  .first .section__buttons {
    display: -ms-flexbox;
    display: flex;
  }
  .first .section__buttons .btn {
    margin-right: 2vw;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.advert .section__buttons {
  margin-bottom: 11.5vh;
}
.advert .section__img {
  background-image: url("../img/bg-advert.jpg");
}
.advert__content {
  width: 100%;
}
.advert__blockquote {
  padding-left: 90px;
  line-height: 1.4;
}
.advert .slider__top {
  padding-top: 26px;
  padding-left: 14px;
}
.advert .slider__info {
  padding-right: 30px;
  font-size: 91px;
  line-height: 1;
}
.advert .slider__info .text-vr {
  position: absolute;
  top: 50%;
  right: -20px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.26);
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: 50% 50%;
}

.blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 32px;
  background: url("../img/quote.svg") no-repeat center;
  background-size: 40px 32px;
  content: "";
}
.blockquote__text {
  margin-bottom: 10px;
}
.blockquote__author {
  font-weight: 500;
}

@media (max-width: 979px) {
  .advert .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .advert__content {
    max-width: 768px;
    margin: auto;
    padding-left: 45px;
    padding-right: 45px;
  }
  .advert__blockquote {
    margin-bottom: 40px;
  }
  .advert .section__buttons {
    margin-bottom: 0;
  }
}
.publisher .section__img {
  background-image: url("../img/bg-publisher.jpg");
}

@media (max-width: 979px) {
  .publisher .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .publisher__content {
    max-width: 768px;
    width: 100%;
    margin: auto;
    padding-left: 45px;
    padding-right: 45px;
  }
  .publisher .section__buttons {
    display: none;
  }
  .publisher .section__buttons_mob {
    display: block;
  }
}
.features .section__content {
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: -50px;
}
.features .section__text {
  margin-bottom: 140px;
}
.features__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.features__col {
  max-width: 519px;
  width: 49%;
  margin-right: 2%;
}
.features__col:last-child {
  margin-right: 0;
}
.features__item {
  margin-bottom: 50px;
}
.features__item:last-child {
  margin-bottom: 0;
}
.features__img {
  height: 332px;
  margin-bottom: 54px;
}
.features__img img {
  display: block;
  width: 100%;
  height: 100%;
}
.features__heading {
  margin-bottom: 30px;
}
.features__text {
  font-size: 18px;
}

@media (max-width: 979px) {
  .features .section__content {
    padding-bottom: 0;
  }
  .features .section__name {
    display: block;
  }
  .features .section__text {
    margin-bottom: 50px;
  }
  .features__row {
    display: block;
  }
  .features__col {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 80px;
  }
  .features__col:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 599px) {
  .features__img {
    height: auto;
  }
  .features__img img {
    height: auto;
    margin: auto;
  }
}
.clients .section__content {
  width: 90%;
  padding-right: 0;
  margin-bottom: -90px;
}
.clients__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1160px;
}
.clients__item {
  width: 120px;
  height: 120px;
  margin-right: 40px;
  margin-bottom: 38px;
  background-color: #fff;
  box-shadow: 0px 0px 30px #d0d0d0;
  border-radius: 15px;
}
.clients__item img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 979px) {
  .clients__item {
    margin-right: 35px;
  }
  .clients .section__content {
    width: 100%;
      margin-bottom: 0px;
  }
  .clients .section__name {
    display: block;
  }
  .contact .section__img {
  margin: 0 !important;
  background-position: 0 !important;
}
}
@media (max-width: 767px) {
  .clients__item {
    width: 100px;
    height: 100px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 374px) {
  .clients__item {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
}
.contact .section__content {

}
.contact .section__img {
  background-image: url("../img/new.jpg");
  margin: 0px 140px 80px 0px;
  background-position: bottom 0px right -70px;
}
.contact .tabs {
  margin-left: 37px;
}
.contact .tabs-values {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 470px;
  width: 100%;
  margin-right: 50px;
}
.contact__content {

  -ms-flex-align: end;
      align-items: flex-end;
  width: 100%;
}
.contact__info {
  font-size: 18px;
}
.contact__info-list {
	margin-top: 50px;
  margin-bottom: 0px;
}
.contact__info-item {
  margin-bottom: 50px;
}
.contact__info-item:last-child {
  margin-bottom: 0;
}
.contact__info-label {
  display: block;
  margin-bottom: 10px;
  font-weight: 800;
}
.contact .icon {
  margin-bottom: 60px;
}

.tabs {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-family: "Futura", sans-serif;
  font-size: 24px;
  font-weight: 500;
}
.tabs__item {
  margin-right: 37px;
}
.tabs__item:last-child {
  margin-right: 0;
}
.tabs__link {
  transition: color 0.3s linear;
  color: #000000;
}
.tabs__link:hover, .tabs__link:active, .tabs__link.active {
  color: #2257ff;
}
.tabs-value {
  display: none;
}
.tabs-value.active {
  display: block;
}

.copyright {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 1199px) {
  .contact__content {
    display: block;
  }
  .contact .tabs-values {
    margin-bottom: 40px;
  }
  .contact__info-list {
    display: -ms-flexbox;
    display: flex;
  }
  .contact__info-item {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 979px) {
  .contact .section__content {
    width: 100%;
  }
  .contact .tabs-values {
    max-width: 100%;
  }

  .form {
    max-width: 100%;
  }
}
@media (min-height: 860px) {
  .contact {
    height: 100vh;
  }
}
@media (max-width: 760px) {
  .contact .tabs {
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-top: 10px;
  }
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  color: #ffffff;
  z-index: 150;
}
.popup_login .popup__heading {
  margin-bottom: 29px;
}
.popup__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  max-width: 470px;
  width: 100%;
  margin: auto;
}
.popup__heading {
  margin-bottom: 10px;
  font-family: "Futura", sans-serif;
  font-size: 44px;
  font-weight: 500;
}
.popup__text {
  margin-bottom: 51px;
  font-size: 26px;
}
.popup__close {
  font-weight: 800;
  font-size: 17px;
}
.popup__form {
  width: 100%;
}
.popup .form-label {
  color: rgba(255, 255, 255, 0.69);
  font-weight: 300;
}
.popup .form-input {
  color: #ffffff;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#buttons-top{    z-index: 1;
    position: absolute;
    top: 20px;
    right: 80px;}