* {
  padding: 0;
  margin: 0;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.178);
}

::-webkit-scrollbar-thumb {
  background-color: #ffd321;
  border-radius: 20px;
  height: 16px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #3f3f3f;
  text-align: left;
  background-color: #ffffff;
  overflow-x: hidden;
}

p {
  font-size: 16px;
  line-height: 1.8;
  color: #686868;
  font-weight: 500;
}

h1 {
  font-size: 54px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.3;
}

h2 {
  font-size: 46px;
  font-weight: 900;
}

h3 {
  font-size: 50px;
  font-weight: 500;
}

h4 {
  font-size: 26px;
  font-weight: 600;
  color: #585858;
}

h5 {
  font-size: 38px;
  font-weight: 800;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.36;
  transition: all 0.6s;
}

a:hover {
  color: #ffd321;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  pointer-events: none;
}

.first-block {
  width: 100vw;
  height: 100vh;
  padding-top: 25vh;
  background-size: cover;
}

.w300 {
  font-weight: 300;
}

.header {
  position: fixed;
  background-color: rgb(255, 255, 255) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  height: 80px;
  width: 100%;
  z-index: 99;
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  opacity: 0;
}

.head-stick a,
.head-stick p {
  color: #333333;
}

.header.out {
  transform: translateY(-100%);
}

.toog-out {
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}

.toog-out.out2 {
  transform: translateY(-200%);
}

.phone-black {
  color: #252525;
}

.title-header {
  position: fixed;
  left: 100px;
  top: 23px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  z-index: 3;
  line-height: 1em;
}

.title-black {
  color: #545454;
  font-weight: 400;
}

.title-white {
  color: #fff;
  font-weight: 300;
}

.number-header {
  position: fixed;
  z-index: 3;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  right: 90px;
  top: 23px;
}

.number-header:hover {
  color: #bec0f3;
}

.number-header-other {
  position: fixed;
  z-index: 3;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  right: 90px;
  top: 12px;
}

.number-header-other:hover {
  color: #bec0f3;
}

.navbar-fixed-top {
  background-color: #ffffff;
}

.navbar-fixed-top.scrolled {
  opacity: 1;
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}

.header-logo {
  width: 210px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 15px;
  margin-top: -3px;
  background-image: url(../img/logo-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
}

.header-logo2 {
  background-image: url(../img/logo-dark.png) !important;
}

ul.menu-ul {
  display: inline;
  top: 20px;
}

li.menu-li {
  list-style: none;
  display: inline;
  padding-top: 6px;
}

.logo-menu {
  position: absolute;
  margin-top: -3px;
  margin-left: 20px;
}

.menu-stick {
  padding: 10px 25px 0;
}

.menu {
  width: 100%;
  position: absolute;
  z-index: 99;
  padding: 10px 25px 0;
  height: 90px;
}

.menu-abs {
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 1em;
  z-index: 999;
  margin-left: -30px;
  margin-top: -28px;
}

.pos-rel {
  position: relative;
}

.head-phone {
  font-size: 22px;
  font-weight: 600;
  display: block;
  text-align: right;
  padding-right: 15px;
  margin-top: 10px;
  white-space: nowrap;
}

.head-phone a {
  color: #ffffff;
}

.head-nav {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #8c8c8e;
  letter-spacing: 1px;
  margin-top: 20px;
}

.head-nav .head-link {
  display: inline-block;
  text-align: center;
  margin: 0 15px;
  color: #ffffff;
}

.head-link {
  position: relative;
  -webkit-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
}

.head-link:hover {
  color: #949494;
}

.red {
  color: #c01c1c !important;
}

.head-link::after {
  content: '';
  width: 0;
  height: 3px;
  top: 100%;
  left: 0;
  position: absolute;
  background-color: #ffd321;
  -webkit-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
}

.head-link:hover::after {
  width: 100%;
}

.mainmenu__item.head-link::after {
  top: 50%;
  height: 4px;
}

.head-border {
  display: inline-block;
  position: relative;
}

.head-border:before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0px;
  width: 180px;
  height: 20px;
  z-index: -1;
  background-color: #ffd321;
}

.logo-descr {
  position: absolute;
  top: 15px;
  left: 250px;
  color: #e9e8e8;
  line-height: 1;
  font-size: 13px;
  text-align: left;
}

.header-link a {
  border-bottom: 1px solid;
}

.header-link a:hover {
  color: #ffd321;
}

.header-link a,
.header-link p {
  line-height: 1em;
  font-size: 12px !important;
  color: #ffffff;
}

.btn {
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 2px 5px rgb(223, 183, 5);
  padding: 23px 25px 20px 25px;
  line-height: 1.3em;
  border-radius: 5px;
  background-color: #ffd321;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
  border: none;
  font-family: "Montserrat", sans-serif !important;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}

.btn_mrl {
  margin-left: 10px !important;
  margin-right: 10px !important;
  width: 100%;
  display: block;
}

.btn-head {
  padding: 13px 5px 10px 5px;
  max-width: 250px;
  margin-left: auto;
  margin-top: 5px;
  margin-right: 15px;
}

.btn-how {
  padding: 13px 5px 10px 5px;
  max-width: 250px;
  position: absolute;
  bottom: 40px;
}

.btn:disabled {
  opacity: 1;
}

.btn:not(:disabled):after {
  margin-left: -30px;
  content: " ";
  width: 50px;
  height: 300px;
  background: #fff;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  position: absolute;
  left: -40px;
  top: -150px;
  top-animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 4.5s;
  animation-duration: 4.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.btn:hover {
  transform: translateY(3px);
  box-shadow: 0 2px 5px rgb(223, 183, 5);
  background-color: #ffe063;
}

.btn-head:hover {
  transform: translateY(3px);
  box-shadow: 0 2px 5px rgb(223, 183, 5);
  background-color: #ffd321;
}

.btn:hover .btn-text {
  color: #3f3f3f;
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

.first-b {
  position: absolute;
  width: 100%;
  z-index: 9;
  bottom: -10px;
  left: 0;
  pointer-events: none;
}

h1:before {
  content: '';
  left: 0;
  position: absolute;
  background-image: url(../img/dots.png);
  width: 110px;
  height: 175px;
  margin-left: -20px;
  margin-top: -40px;
}

.first-img {
  max-width: 900px;
  transform: rotate(-35deg);
  margin-left: -150px;
  margin-top: -50px;
}

.first-descr {
  padding-top: 15px;
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
}

.cursor-dot,
.cursor-dot-outline {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.cursor-dot {
  width: 8px;
  height: 8px;
  display: none;
  background-color: #ffd321;
}

.cursor-dot-outline {
  z-index: 999999;
  width: 30px;
  height: 30px;
  border: 2px solid #ffd321;
}

.hystmodal__opened,
.hystmodal__shadow {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden
}

.hystmodal__shadow {
  border: none;
  display: block;
  width: 100%;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 98;
  opacity: 0;
  transition: opacity .15s ease;
  background-color: #000
}

.hystmodal__shadow--show {
  pointer-events: auto;
  opacity: .6
}

.hystmodal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  pointer-events: none;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  z-index: 999999;
  left: -110vw;
  height: 100vh;
  width: 100vw;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.hystmodal--active {
  opacity: 1;
}

.hystmodal--active,
.hystmodal--moved {
  pointer-events: auto;
  left: 0vw;
}

.hystmodal__wrap {
  flex-shrink: 0;
  flex-grow: 0;
  width: 100%;
  min-height: 100%;
  margin: auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  z-index: 999;
  background-color: #ffffff;
}

.hystmodal__window {
  border-radius: 5px;
  flex-shrink: 0;
  flex-grow: 0;
  background: #fff;
  width: 500px;
  max-width: 100%;
  opacity: 0;
  transform: translateY(200px);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  transition-delay: .4s;
}

.hystmodal--active .hystmodal__window {
  transform: translateY(0px);
  opacity: 1;
}

.hystmodal__close {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 50px;
  top: 35px;
  display: block;
  width: 35px;
  height: 35px;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23333' stroke='%23333' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23333' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  border: none;
  font-size: 0;
  cursor: pointer;
  outline: none -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hystmodal__close:hover {
  transform: rotate(90deg);
}

@media (max-width:767px) {
  .hystmodal__close {
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E")
  }

  .hystmodal__window {
    margin: 0
  }
}

.back-ques {
  border-radius: 5px;
  background: #ffffff;
  padding: 10px;
  border-radius: 5px;
}

.back-ques-in {
  border: 1px solid rgba(228, 213, 8, 0.09);
  border-radius: 5px;
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
}

.input-head {
  position: absolute;
  margin-top: 0px;
  margin-left: 20px;
  padding: 0 10px;
  z-index: 3;
  color: #505050;
  font-size: 14px;
  font-weight: 300;
}

.input-head:after {
  content: "";
  position: absolute;
  right: 0;
  top: 11px;
  left: 0;
  height: 1px;
  background: #fcf9ed;
  z-index: -1;
}

.input {
  overflow: hidden;
  box-shadow: inset 0 0px 50px rgba(252, 249, 237, 0.32);
  background-color: #ffffff;
  border: 1px solid #fcf9ed;
  padding: 23px 20px;
  margin-right: 10px;
  border-radius: 5px;
  color: #333333;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1.2px;
  text-align: center;
  margin-bottom: 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.input:hover,
.input:focus {
  border: 1px solid #f3dd56;
}

input {
  border: none;
  outline: none;
  background-color: #F2F0F0;
  margin: 0;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.numb-head2 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1em;
  color: #505050;
  text-align: center;
  padding-bottom: 25px;
}

.contact-icon-vk {
  bottom: 130px !important;
  right: 45px;
  background-color: #4C75A3 !important;
}

.contact-icon {
  transition: all 350ms;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  opacity: 1;
  position: fixed;
  border-radius: 50%;
  bottom: 45px;
  right: 45px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffd321;
  z-index: 9556;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-animation: spinphone 4s ease-in-out infinite;
  -moz-animation: spinphone 4s ease-in-out infinite;
  animation: spinphone 4s ease-in-out infinite;
}

@keyframes spinphone {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-moz-keyframes spinphone {
  0% {
    -moz-transform: rotate(0deg);
  }

  50% {
    -moz-transform: rotate(60deg);
  }

  100% {
    -moz-transform: rotate(0deg);
  }
}

@-webkit-keyframes spinphone {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(60deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

.contact-icon img {
  width: 35px;
  height: 35px;
  margin-top: 7px;
  margin-left: 7px;
}

.contact-icon a {
  width: 50px;
  height: 50px;
  z-index: 10;
}

.contact-icon a:before {
  transition: all 350ms;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  display: block;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.contact-icon a:hover:before {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}


/* block-$ */

.block-reveal {
  --t: calc(var(--td) + var(--d));
  color: transparent;
  padding: 4px;
  position: relative;
  overflow: hidden;
  -webkit-animation: revealBlock 0s var(--t) forwards;
  animation: revealBlock 0s var(--t) forwards;
}

.block-reveal::after {
  content: '';
  width: 0%;
  height: 100%;
  padding-bottom: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--bc);
  -webkit-animation: revealingIn var(--td) var(--d) forwards, revealingOut var(--td) var(--t) forwards;
  animation: revealingIn var(--td) var(--d) forwards, revealingOut var(--td) var(--t) forwards;
}


/* animations */

@-webkit-keyframes revealBlock {
  100% {
    color: #ffffff;
  }
}

@keyframes revealBlock {
  100% {
    color: #ffffff;
  }
}

@-webkit-keyframes revealingIn {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes revealingIn {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes revealingOut {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes revealingOut {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

.s-zag {
  font-size: 14px;
  font-weight: 1000;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 20px;
}

.s-zag::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 80px;
  margin-left: -80px;
  background-color: #ffd321;
}

.second-square {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  padding: 40px 30px 60px 40px;
  border-radius: 5px;
  width: 250px;
  bottom: -130px;
  z-index: 9;
  right: -100px;
}

.sq-1 {
  color: #ffd321;
  font-size: 16px;
  font-weight: 900;
}

.sq-2 {
  color: #929292;
  font-size: 14px;
  font-weight: 600;
}

.sq-3 {
  color: #5c5c5c;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}

.arrow-one {
  position: absolute;
  margin-top: -180px;
  margin-left: -100px;
}

@keyframes imgMatrix {
  0% {
    transform: translateY(0px);
  }

  to {
    transform: translateY(100%);
  }
}

@-webkit-keyframes imgMatrix {
  0% {
    transform: translateY(0px);
  }

  to {
    transform: translateY(100%);
  }
}

.imgMatrix {
  -webkit-animation-name: imgMatrix;
  animation-name: imgMatrix;
}

.box-test {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  bottom: 0;
  border-radius: 5px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.img-test {
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
}

.back-test {
  transform: translateY(-700px);
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.video-prig {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video-prig:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}

.f300 {
  font-weight: 300;
}

.border-b-black2 {
  z-index: 9 !important;
  position: relative;
}

.border-b-black:before {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  background-color: #ffd321;
  bottom: 7px;
  z-index: -1;
}

.border-b:before {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  background-color: #ffd321;
  bottom: 1px;
  z-index: -1;
}

.green {
  color: #ffd321;
}

.second-big {
  font-size: 26px;
  line-height: 1.4;
  color: #333333;
  padding-top: 30px;
}

.second-director {
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
  padding-top: 30px;
  font-style: italic;
}

.second-director span {
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
}

.s-back {
  font-size: 150px;
  font-weight: 900;
  color: #f3f3f3;
  position: absolute;
  white-space: nowrap;
  z-index: -4;
  margin-top: -150px;
}

.back-dark {
  background-color: #24272c;
  z-index: 0;
}

.footer {
  padding: 8rem 0;
  color: #ffffff;
}

.footer-addres {
  padding-top: 15px;
  font-size: .8rem;
  color: #686868 !important;
}

.footer-rekv {
  padding-top: 8px;
  display: inline-block;
  font-size: 1rem;
  color: #8f8f8f;
}

.copyright {
  padding-top: 40px;
  color: #9e9e9e;
  font-size: .8rem;
}

.footer-nav-head {
  font-size: 1.5rem;
  font-weight: 800;
  padding-bottom: 3rem;
}

.footer-nav-link a {
  font-size: 1rem;
  color: #9496a1;
  font-weight: 700;
  line-height: 3em;
}

.footer-nav-link:hover .head-link {
  color: #afb2bd;
}

.iqnova {
  position: absolute;
  bottom: 0px;
  right: 0;
}

.iqnova-text {
  font-size: 12px;
}

.iqnova-logo {
  width: 100px;
}

.logo-inova .box-logo {
  width: 130px;
  height: 50px;
}

.logo-inova .box-logo .title-logo {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 30px;
}

.logo-inova .box-logo .title-logo .block-logo {
  width: 0%;
  height: inherit;
  background: #f3dd56;
  position: absolute;
  animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  display: flex;
}

.title-logo h6 {
  text-transform: none !important;
}

.logo-inova .box-logo .title-logo h6 {
  font-family: 'Montserrat';
  font-weight: 800;
  color: #fff;
  font-size: 30px;
  -webkit-animation: mainFadeIn 2s forwards;
  -o-animation: mainFadeIn 2s forwards;
  animation: mainFadeIn 2s forwards;
  animation-delay: 1.6s;
  opacity: 0;
  display: flex;
  align-items: baseline;
  position: relative;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.logo-inova .box-logo .title-logo h6 span {
  width: 0px;
  height: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f3dd56;
  -webkit-animation: load 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  animation: popIn 1.2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  animation-delay: 3.8s;
  margin-left: 5px;
  margin-top: -10px;
  position: absolute;
  bottom: 13px;
  right: -12px;
}

.logo-inova .box-logo .role {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  height: 20px;
  margin-top: 0px;
}

.logo-inova .box-logo .role .block-logo {
  width: 0%;
  height: inherit;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  animation-delay: 2s;
  display: flex;
}

.logo-inova .box-logo .role p {
  animation: secFadeIn 2s forwards;
  animation-delay: 3.2s;
  opacity: 0;
  font-weight: 300;
  color: #fff;
  font-size: 8px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 4px;
}

@keyframes mainBlock {
  0% {
    width: 0%;
    left: 0;
  }

  50% {
    width: 100%;
    left: 0;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes secBlock {
  0% {
    width: 0%;
    left: 0;
  }

  50% {
    width: 100%;
    left: 0;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes mainFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes popIn {
  0% {
    width: 0px;
    height: 0px;
    background: #f3dd56;
    border-radius: 80%;
    border: 0px solid #ddd;
    opacity: 0;
  }

  30% {
    width: 10px;
    height: 10px;
    background: #f3dd56;
    border-radius: 50%;
    opacity: 1;
    bottom: 50px;
  }

  45% {
    width: 7px;
    height: 5px;
    width: 15px;
    bottom: 10px;
  }

  60% {
    width: 10px;
    height: 10px;
    bottom: 25px;
  }

  75% {
    width: 7px;
    height: 5px;
    bottom: 10px;
  }

  90% {
    width: 6px;
    height: 7px;
    bottom: 15px;
  }

  100% {
    width: 7px;
    height: 7px;
    background: #f3dd56;
    border: 0px solid #222;
    bottom: 10px;
  }
}

@keyframes secFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.white-logo {
  color: #fff;
}

.logo-inova:hover .box-logo .title-logo h1 {
  color: #f3dd56;
}

.footer-btn-margin {
  margin-top: 75px;
}

.accordion2 {
  max-width: 892px;
  margin: 0 auto;
  border-radius: 5px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  padding: 30px 40px 30px 40px;
  background: #ffffff;
  color: #444444;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  transition: all .3s;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .07);
  position: relative;
  z-index: 9;
}

.accordion__item {
  padding: 12px 0;
  display: block;
}

.accordion__item .accordion__item {
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.accordion-header:hover {
  background: #f1f1f1;
  position: relative;
  z-index: 9;
}

.accordion-body {
  box-shadow: 0 0 30px rgba(0, 0, 0, .09);
  border-radius: 5px;
  background: #ffffff;
  color: #444444;
  display: none;
}

.accordion-body__contents {
  padding: 30px 30px 30px 60px;
  font-size: 14px;
  color: #444444;
  line-height: 1.5em;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child>.accordion__item>.accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item>.accordion-header:after {
  content: "+";
  font-size: 34px;
  font-weight: 500;
  float: right;
  position: relative;
  color: #ffd321;
  top: -10px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active>.accordion-header:after {
  transform: rotate(45deg);
}

.accordion__item.active .accordion-header {
  background: #f1f1f1;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: #353535;
}

.accordion-header:before {}

.second-ques-text {
  position: absolute;
  margin-top: 0px;
  z-index: -3;
  font-size: 120px;
  font-weight: 900;
  color: #f7f7f7dc;
  line-height: 1em;
  text-transform: uppercase;
}

.contact-block {
  position: absolute;
  margin-top: 80px;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 4;
  border-radius: 5px;
}

.contact-border {
  border: 1px solid #086fe425;
  border-radius: 5px;
  margin: 10px;
  padding: 60px 40px;
}

.phone-contact {
  font-size: 20px;
  font-weight: 800;
  color: #444444;
}

.work-hours {
  font-size: 14px;
  color: #8d8d8d;
  font-weight: 500;
}

.work-hours:before {
  content: '';
  border-radius: 20px;
  height: 6px;
  width: 6px;
  position: absolute;
  background-color: #45dd7f;
  margin-top: 9px;
  margin-left: -10px;
}

.social-cont {
  width: 40px;
  margin: 0 10px;
}

.social-btns .btn-icon,
.social-btns .btn-icon:before,
.social-btns .btn-icon .fab {
  -webkit-transition: all 0.65s;
  transition: all 0.65s;
  -webkit-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-btns .btn-icon:before {
  top: 90%;
  left: -110%;
}

.social-btns .btn-icon .fab {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.social-btns .btn-icon.vk:before {
  background-color: #597da3;
}

.social-btns .btn-icon.vk .fab {
  color: #597da3;
}

.social-btns .btn-icon.instagram:before {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-btns .btn-icon.instagram .fab {
  color: #C13584;
}

.social-btns .btn-icon.whatsapp:before {
  background: linear-gradient(135deg,
      #44CCFF 0%,
      #4C4FE3 50%,
      #9933DD 100%);
}

.social-btns .btn-icon.whatsapp .fab {
  color: #25D366;
}

.social-btns .btn-icon:focus:before,
.social-btns .btn-icon:hover:before {
  top: -10%;
  left: -10%;
}

.social-btns .btn-icon:focus .fab,
.social-btns .btn-icon:hover .fab {
  color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.social-btns {
  height: 40px;
  margin: auto;
  font-size: 0;
  text-align: left;
}

.social-btns .btn-icon {
  display: inline-block;
  background-color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px 10px rgba(0, 0, 0, 0.04);
  opacity: 0.99;
}

.social-btns .btn-icon:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.social-btns .btn-icon .fab {
  font-size: 28px;
  vertical-align: middle;
}

.font14 {
  font-size: 14px;
}

.gal-pad {
  overflow: hidden;
  padding: 5px;
}

.gallery-img-block {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.gallery-img-block:hover {
  transform: scale(1.1);
}

.gal-vid {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.about-back {
  font-size: 100px;
  font-weight: 900;
  position: absolute;
  color: #f3f3f3;
  margin-top: 0px;
  margin-left: 20px;
  z-index: 1;
}

.photo-pad {
  padding: 0 40px;
}

.ov-hid {
  overflow: hidden;
  border-radius: 5px;
}

#map {
  -webkit-filter: grayscale(100%);
  filter: grayscale(70%);
}

.back-calc-form {
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 70px;
  padding: 20px 40px;
}

.form_bottom.back-calc-form {
  margin-top: 0px;
}

.services_background {
  background-color: #ffffff;
  background-size: cover;
  box-shadow: 0 0 30px rgba(0, 0, 0, .05);
  height: 300px;
  border-radius: 5px;
  margin-right: 20px;
  margin-left: 20px;
  z-index: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
  overflow: hidden;
  /* background-image: url(../img/index2.jpg);*/
}

.services_background:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.services_background:hover:before {
  background-color: rgba(255, 255, 255, 0);
}

.services_header {
  position: absolute;
  bottom: 40px;
  left: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
  max-width: 200px;
  color: #333333;
  z-index: 3;
  pointer-events: none;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6;
  transition: all 0.6s;
}

.services_header:before {
  content: '';
  position: absolute;
  margin-top: -10px;
  width: 20px;
  z-index: 1;
  height: 5px;
  background-color: #ffd321;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6;
  transition: all 0.6s;
}

.services_background:hover .services_header:before {
  width: 0px;
}

.services_background:hover .services_header {
  color: #333333;
  transform: translate(0, -170px);
}

.services_image {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 150px;
  transform: translate(0, 0);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.services_background:hover .services_image {
  transform: translate(-340px, 200px);
}

.services_button_margin {
  margin: 0 40px;
}

.services_button {
  margin: 0 auto;
  width: 100%;
  transform: translate(0, 320px);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.services_background:hover .services_button {
  transform: translate(0, 190px);
}

.services_active {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: .7;
}

.services_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dots {
  top: -70px;
  left: 0px;
}

.dots,
.dots-reverse {
  position: absolute;
  display: block;
  width: 200px;
  height: 300px;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  z-index: -1;
}

.the-dots {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  background-image: radial-gradient(rgba(136, 136, 136, 0.35) 15%, transparent 0);
  background-size: 20px 20px;
}

.dark-dots.dots {
  z-index: 0;
}

.steps {
  margin-top: 100px;
  margin-bottom: 150px;
  position: relative;
}

.steps ul {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  list-style: none;
}

.steps li:before {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 21px;
  text-align: center;
  background: #ffd321;
  margin: 0 auto 25px;
  margin-top: -6px;
}

.steps_li_after {
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  z-index: 99;
}

.steps_before,
.steps ul:before {
  content: "";
  width: 100%;
  height: 130px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: -100px;
  top: -30px;
  z-index: 3;
}

.steps ul {
  display: -webkit-flex;
  display: flex;
}

.steps ul:before {
  height: 2px;
  background-image: linear-gradient(90deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(90deg, #ffd321, #ffd321, #ffd321, #ffd321, #ffd321);
  background-size: 15px 3px, 100% 2px;
  top: 11px;
  z-index: 1;
}

.steps li {
  flex: 1;
  position: relative;
  z-index: 2;
}

.steps_after {
  width: 168px;
  height: 92px;
  background: url("../img/truck.png") 50% 50% no-repeat;
  position: absolute;
  left: -60px;
  top: -35px;
  z-index: 9;
}

.moving {
  -webkit-animation: moving 6s ease-in-out forwards;
  animation: moving 6s ease-in-out forwards;
}

@-webkit-keyframes moving {
  from {
    -webkit-transform: translate3d(0vw, 0, 0);
    transform: translate3d(0vw, 0, 0);
  }

  to {
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0);
  }
}

@keyframes moving {
  to {
    -webkit-transform: translate3d(95vw, 0, 0);
    transform: translate3d(95vw, 0, 0);
  }
}

.dark {
  background-color: #333333;
  z-index: 3 !important;
  position: relative;
}

.circle {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  margin-top: -30px;
  margin-left: -170px;
}

.circle:before {
  content: '';
  margin-top: 28px;
  margin-left: 75px;
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #ffd321;
}

.circle p {
  margin: 17px 0 0 19px;
  font-weight: 800;
  color: #686868;
}

.circle-rot {
  position: relative;
  transform: rotate(-90deg);
  transform-origin: top left;
  margin-top: 300px;
  width: 300px;
  height: 40px;
  text-align: right;
}

.circle .circle-rot b {
  white-space: nowrap;
  position: relative;
  float: right;
  margin-top: 21px;
  margin-right: 30px;
  font-weight: 900;
  color: #686868;
  width: 400px;
  letter-spacing: 1px;
}

.black {
  color: #333333 !important;
}

.black-circle .circle {
  background-color: #24272c;
  border: 1px solid #3a3c41;
}

.black-circle .circle p,
.black-circle .circle b {
  color: #ffffff;
}

.map_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
}

#map_line {
  transform: rotate(-45deg);
}

.road_path {
  position: relative;
  float: right;
  top: 0;
  right: 10%;
}

.text-1,
.text-2,
.text-3,
.text-4 {
  opacity: 0;
}

#target2 {
  opacity: 0;
}

#target3 {
  opacity: 0;
}

.dot {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: rgb(0, 162, 255);
}

.transport_back {
  position: absolute;
  z-index: -1;
  margin-top: 300px;
  font-size: 60px;
  color: #f1f1f1;
}

.transport_back2 {
  position: absolute;
  z-index: -1;
  margin-top: 300px;
  font-size: 60px;
  color: #444444;
}

.white {
  color: #ffffff !important;
}

.white p {
  color: #bdbdbd;
}

.process-steps {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 1.5em;
}

.process-steps {
  width: 100%;
  float: left;
  margin-top: .5em;
}

.process-steps li:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
}

.process-steps li {
  display: table;
  width: 100%;
  height: 3.6em;
  padding: 0 60px 0 0;
  color: #9BA5BA;
  position: relative;
}

.process-steps li+li:after {
  content: "";
  width: 2px;
  height: 5em;
  background: -webkit-linear-gradient(top, transparent 9px, rgba(51, 107, 215, 0.1) 9px);
  background: linear-gradient(to bottom, transparent 9px, rgba(51, 107, 215, 0.1) 9px);
  -webkit-background-size: 2px 13px;
  background-size: 2px 13px;
  position: absolute;
  right: 16px;
  bottom: 1.8em;
}

.process-steps li.active:after {
  background-image: -webkit-linear-gradient(top, transparent 9px, #ffd321 9px);
  background-image: linear-gradient(to bottom, transparent 9px, #ffd321 9px);
}

.process-steps .active:before,
.process-steps.alt .active:before,
.roadmap .active:before {
  background: #fff;
  border-color: #ffd321;
}

.process-steps li:before,
.roadmap li:before {
  content: "";
  font-size: 34px;
  width: 1em;
  height: 1em;
  background: #ffd321;
  border: 12px solid #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0.3em #ffffff;
  box-shadow: 0 0 0 0.3em #ffffff;
  z-index: 2;
}

.process-steps2 li:before,
.roadmap2 li:before {
  -webkit-box-shadow: 0 0 0 0.3em #333333;
  box-shadow: 0 0 0 0.3em #333333;
}

.process-steps .icon,
#rent-advantages .advantages .icon {
  width: 3.85em;
  height: 3.85em;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.925em;
}

.process-steps .icon img,
#rent-advantages .advantages .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.process-steps .text {
  display: table-cell;
  vertical-align: middle;
  color: #333333;
  font-size: 18px;
  padding-left: 100px;
  font-weight: 700;
}

.process-steps li+li {
  margin-top: 2em;
}

.process-steps li+li:after {
  content: "";
  width: 2px;
  height: 5em;
  background: -webkit-linear-gradient(top, transparent 9px, rgba(51, 107, 215, 0.1) 9px);
  background: linear-gradient(to bottom, transparent 9px, rgba(51, 107, 215, 0.1) 9px);
  -webkit-background-size: 2px 13px;
  background-size: 2px 13px;
  position: absolute;
  right: 16px;
  bottom: 1.8em;
}

.process-steps .active {
  color: #22262D;
}

.process_back {
  color: #5c5b5b;
  font-size: 30px;
  font-weight: 800;
  max-width: 50px;
}

.process-steps li p {
  font-size: 50px;
  position: absolute;
  font-weight: 900;
  color: #e9e9e9;
}

.inp {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  border-radius: 5px;
}

.inp .label {
  position: absolute;
  top: -5px;
  left: 12px;
  color: #575757;
  font-size: 13px;
  padding: 0 5px;
  font-family: 'Arial';
  letter-spacing: 1.2px;
  font-weight: 500;
  white-space: nowrap;
  transform-origin: 0 0;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  pointer-events: none;
}

.inp .focus-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.36;
  transition: all 0.6s;
}

.inp input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 16px 12px 0 22px;
  height: 64px;
  font-size: 14px;
  font-weight: 500;
  background: #F1F3F8;
  color: #333333;
  transition: all 0.15s ease;
  margin-right: 10px !important;
  border-radius: 5px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.36;
  transition: all 0.6s;
  border: 1px solid #dfdfdf;
}

.inp input:hover {
  background: rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5);
}

.inp input:not(:-moz-placeholder-shown)+.label {
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp input:not(:-ms-input-placeholder)+.label {
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp input:not(:placeholder-shown)+.label {
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp input:focus {
  background: #ffffff;
  outline: none;
  box-shadow: inset 0 -2px 0 #ffd321;
  border: 1px solid #d8dadf;
  border-bottom: 0px solid;
}

.inp input:focus+.label {
  color: #747474;
  transform: translate3d(0, -32px, 0) scale(0.95);
  background-color: #ffffff;
}

.inp input:focus+.label+.focus-bg {
  transform: scaleX(1);
  transition: all 0.1s ease;
}

.select_block label {
  width: 100% !important;
  float: left;
  margin-left: 25px;
  margin-bottom: 10px;
}

select {
  z-index: 9;
  float: left;
}


/** Custom Select **/

.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  cursor: pointer;
  width: 100%;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-family: 'Arial';
  width: 100%;
}

.custom-select-trigger {
  position: relative;
  display: block;
  width: 100%;
  height: 64px;
  text-align: left;
  padding: 8px 104px 0 15px;
  font-weight: 500;
  color: #575757;
  letter-spacing: 1.2px;
  line-height: 50px;
  background-color: #F1F3F8;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.custom-select-trigger:hover {
  -webkit-box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.05);
  box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.05);
  background: rgba(0, 0, 0, 0.04);
}

.custom-select-trigger:before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 64px;
  top: 3px;
  right: 50px;
  margin-top: -3px;
  border-right: 1px solid #c7d1d6;
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  border-bottom: 1px solid #c7d1d6;
  border-right: 1px solid #c7d1d6;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0%;
  right: 0;
  width: 100%;
  margin: 10px 0;
  border-radius: 5px;
  box-sizing: border-box;
  /*  box-shadow: 0 2px 1px rgba(0, 0, 0, .1); */
  background: #fff;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  border: 0;
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 100;
  transform: translateY(-8px);
  -webkit-box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1);
  box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1);
}

.option-hover:before {
  background: #f9f9f9;
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 500;
  color: #7e7e7e;
  line-height: 47px;
  cursor: pointer;
  transition: all 0.05s ease-in-out;
}

.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.custom-option:hover,
.custom-option.selection {
  color: #333333;
  background-color: #ffd321;
}

#motionPath {
  overflow: visible;
  height: 100%;
  max-width: 100%;
}

#motionPath #path {
  stroke-width: 2;
  stroke-dasharray: 6;
  stroke: #ffd321;
}

#motionPath .astronaut {
  visibility: hidden;
  background-image: url(../img/truck.svg);
  width: 130px;
}

.circle01 {
  position: absolute;
  background-color: #f3dd56;
  z-index: 99;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 0%;
  left: 0%;
  border: 12px solid #333333;
}

.circle02 {
  position: absolute;
  background-color: #f3dd56;
  z-index: 99;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: -2%;
  left: 30%;
  border: 12px solid #333333;
}

.circle03 {
  position: absolute;
  background-color: #f3dd56;
  z-index: 9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 40%;
  left: 50%;
  border: 12px solid #333333;
}

.circle04 {
  position: absolute;
  background-color: #f3dd56;
  z-index: 9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 92%;
  left: 67%;
  border: 12px solid #333333;
}

.circle05 {
  position: absolute;
  background-color: #f3dd56;
  z-index: 9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  bottom: 0%;
  right: 0%;
  border: 12px solid #333333;
}

.circle_text {
  margin-top: 40px;
  color: #ffffff;
  width: 200px;
  text-align: left;
}

.circle_number {
  font-size: 70px;
  font-weight: 900;
  position: absolute;
  margin-left: -105px;
  margin-top: 0px;
  z-index: -9;
  color: #414141;
}

.box-car {
  position: absolute;
  width: 50px;
  height: 50px;
  background: red;
  border-radius: 10px;
}

.dot-car {
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #91e600;
  border-radius: 50%;
}

.advant_block {
  padding: 40px 20px 0 20px;
}

.advant_in {
  padding: 60px 70px;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, .05);
  border-radius: 5px;
  height: 270px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.36;
  transition: all 0.6s;
  position: relative;
  overflow: hidden;
}

.advant_in p {
  padding-top: 20px;
}

.advant_in:hover {
  background-color: #ffd321;
}

.advant_in img {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 200px;
  transform: translate(0, 0);
  filter: grayscale(100%);
  opacity: .2;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.advant_in:hover img {
  transform: translate(50px, -50px);
  opacity: 0;
}

#plane {
  z-index: 9999;
}

.button-foot {
  display: inline-block;
  height: 60px;
  border: 2px solid #ffffff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 62px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 0 55px;
  position: relative;
  border-radius: 2px;
  transition: all .1s ease-in-out;
}

.button-foot-part {
  border: 2px solid #ffd321;
  color: #333;
  background-color: #ffd321;
}

.pointer-img {
  cursor: pointer;
}

.button-foot-part:before {
  height: 100%;
  width: 0;
  background-color: #fff !important;
  content: "";
  transition: width .3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 2px;
}

.button-foot-part:hover:not(.touch):before {
  width: 100%;
  border-radius: 2px;
}

.button-foot-part:hover span {
  color: #333333;
}

.footer-btn-margin .button-foot-part .feedback-icon {
  display: block;
  height: 13px;
  width: 16px;
  fill: #333 !important;
  stroke: #333 !important;
  margin: 24px 16px 0 0;
  float: left;
  -webkit-transition: all 0.55s;
  -o-transition: all 0.55s;
  transition: all 0.55s;
}

.button-foot:hover {
  border: 2px solid #ffd321;
}

.button-foot:before {
  height: 100%;
  width: 0;
  background-color: #ffd321;
  content: "";
  transition: width .3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 2px;
}

.button-foot:hover:not(.touch):before {
  width: 100%;
  border-radius: 2px;
}

.button-foot:hover span {
  color: #333333;
}

.button-foot span {
  -webkit-transition: all 0.55s;
  -o-transition: all 0.55s;
  transition: all 0.55s;
}

.footer-btn-margin .button-foot .feedback-icon {
  display: block;
  height: 13px;
  width: 16px;
  fill: #ffffff;
  stroke: #ffffff;
  margin: 24px 16px 0 0;
  float: left;
  -webkit-transition: all 0.55s;
  -o-transition: all 0.55s;
  transition: all 0.55s;
}

.footer-btn-margin .button-foot .feedback-icon-buy {
  margin: 18px 16px 0 0;
  height: 23px;
  width: 23px;
}

.footer-btn-margin:hover .button-foot .feedback-icon {
  fill: #333333;
  stroke: #333333;
}

.button-foot span,
.button-foot svg {
  position: relative;
  z-index: 2;
}

.address_font {
  font-size: 18px;
  font-weight: 600;
  color: #616161;
  line-height: 1.2em;
}

.address_head {
  padding-top: 30px;
  padding-bottom: 5px;
  color: #b3b2b2;
}

@keyframes pulse {
  0% {
    transform: scale(0.001);
    opacity: 0.9;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.circle2 {
  width: 500px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 30px;
  margin-top: -170px;
  z-index: 1;
  pointer-events: none;
}

.circle2:before,
.circle2:after {
  content: '';
  position: absolute;
  border: 2px solid rgb(247, 231, 3);
  left: -10px;
  right: -10px;
  top: -60px;
  bottom: -10px;
  border-radius: 50%;
  animation: pulse 7s linear infinite;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

.circle2:after {
  animation-delay: 5s;
}

.header_dropdown {
  position: absolute;
  padding-top: 20px;
  text-align: left;
  width: 320px;
  pointer-events: none;
  opacity: 0;
}

.header_dropdown a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding: 20px 20px;
  background-color: rgb(255, 255, 255);
  color: #333333;
  border-radius: 5px;
  margin-top: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .05);
  border-left: 4px solid #f3dd56;
}

.head-link:hover .header_dropdown {
  opacity: 1;
  pointer-events: visible;
}

.header_dropdown a:hover {
  background-color: #ffd321;
}

.head-link .header_dropdown {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#map>div>div>div:nth-child(2)>div>div:nth-child(4)>div:nth-child(2) {
  z-index: -999 !important;
}

.head-phone a:hover {
  color: #ffd321 !important;
}

.map_icon {
  position: absolute;
  width: 70px;
  height: 95px;
  background-image: url(../img/pin.png);
  z-index: 99;
  left: 50%;
  top: 50%;
  margin-left: 240px;
  margin-top: -85px;
  -webkit-animation: bounce2 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
  animation: bounce2 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
}

@-webkit-keyframes bounce2 {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(0, -20px, 0);
  }
}

@keyframes bounce2 {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(0, -20px, 0);
  }
}

.map_descr {
  position: absolute;
  z-index: 9999;
  left: 50%;
  top: 50%;
  margin-left: 240px;
  margin-top: -170px;
  opacity: 0;
  pointer-events: none;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .05);
  padding: 20px 30px;
  width: 300px;
  border-radius: 5px;
  -webkit-transition: all 0.55s;
  -o-transition: all 0.55s;
  transition: all 0.55s;
}

.map_icon:hover+.map_descr {
  opacity: 1;
  pointer-events: visible;
}

.map_descr p {
  font-size: 14px;
  line-height: 1.2em;
}

.multimodal_h {
  font-size: 26px;
  padding-top: 50px;
  color: #b6b5b5;
}

.multimoal_plus {
  text-align: left;
  border-left: 3px solid #f3dd56;
  padding-left: 15px;
  padding-right: 20px;
  margin-top: 40px;
}

.multimoal_plus p {
  color: #969696 !important;
}

nav {
  position: absolute;
  top: 25px;
  right: 15px;
  display: none;
}

#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span {
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #ffd321;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383F;
}

#menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#menu-nav {
  position: fixed;
  top: -65px;
  right: -350px;
  width: 290px;
  height: 110vh;
  text-align: left;
  padding-left: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

nav ul {
  padding-top: 15vh;
}

#menu-nav li {
  padding: 5px 0;
  transition-delay: 2s;
  list-style-type: none;
  font-size: 16px !important;
  line-height: 1.5em;
}

#menu-nav li a {
  color: #333333;
}

#menu-nav li a:hover {
  color: #ffd321;
}

#menuToggle input:checked~ul {
  transform: translate(-350px, 0);
}

.menu_toogle_head {
  font-size: 16px;
  color: #999999 !important;
}

.check-circle {
  width: 6.5rem;
  height: 6.5rem;
  background-color: #ffd321;
  border-radius: 50%;
  display: block;
  margin-bottom: 2rem;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  animation: circleScale 0.5s ease 1;
  animation-timing-function: cubic-bezier(0.42, 0.97, 0.52, 1.49);
  margin: 0 auto;
  margin-top: 30px;
}

.check-circle__mark {
  display: block;
}

.check-circle__mark:after {
  position: absolute;
  top: 3.25rem;
  left: 1.45rem;
  transform: translate(0, 0);
  content: "";
  opacity: 0;
  height: 3.25rem;
  width: 1.75rem;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  transform-origin: left top;
  animation-delay: 0.6s;
  animation-duration: 900ms;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
  animation-timing-function: cubic-bezier(0.42, 0.97, 0.52, 1.49);
  animation-fill-mode: forwards;
}

@keyframes circleScale {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 0;
  }

  20% {
    height: 0;
    width: 1.75rem;
    opacity: 1;
  }

  40% {
    height: 3.25rem;
    width: 1.75rem;
    opacity: 1;
  }

  100% {
    height: 3.25rem;
    width: 1.75rem;
    opacity: 1;
  }
}

.thanks_text {
  font-size: 20px;
}

.thanks_timer {
  color: #6e6e6e;
  font-style: italic;
  font-weight: 300;
}

.thanks_link {
  color: #b8b8b8;
  font-size: 14px;
  border-bottom: 1px solid #b8b8b8;
}

.index_services_mt {
  margin-top: 40px;
}

.head-mail {
  white-space: nowrap;
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  display: block;
  top: 28px;
  right: 300px;
  z-index: 9;
}

.head-mail a {
  color: #ffffff;
}

.head-mail:hover a {
  color: #ffd321 !important;
}

.quiz_back {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(0, 0, 0, .05);
  margin: 0 50px;
  padding: 50px 0;
}

.mrl-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.form_header {
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  padding-bottom: 30px;
}

.link-form {
  color: #ffd321;
  border-bottom: 1px solid #ffd321;
  -webkit-transition: all 0.55s;
  -o-transition: all 0.55s;
  transition: all 0.55s;
}

.link-form:hover {
  color: #c29c04;
}

.link-form-vk {
  color: #219fff;
  border-bottom: 1px solid #219fff;
}

.link-form-vk:hover {
  border-bottom: 1px solid #ffd321;
}

.dogovor-doc {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  padding-left: 10px;
}

.dogovor-img {
  position: relative;
  display: inline-block;
  width: 30px;
  top: 15px;
}

.card_top_60 {
  padding: 30px 30px 35px 30px;
}

.card_button {
  border-radius: 5px;
}

.card_name {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
}

.card_block_contacts {
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.card_button {
  padding: 22px 10px 22px 10px;
  display: block;
  background-color: #FFD321;
  border-radius: 7px;
  text-align: center;
  color: #333333;
  margin-top: 35px;
  font-size: 18px;
}

.card_button:hover {
  color: #333333;
  background-color: #ffe921;
}

.card_button_small {
  padding: 14px 10px 17px 10px;
  display: block;
  background-color: #FFD321;
  border-radius: 7px;
  text-align: center;
  color: #ffffff;
}

.card_button_small:hover {
  color: #ffffff;
}

.card_button_small.card_telegram:hover {
  background-color: #34b8fe;
}

.card_button_small.card_whatsapp:hover {
  background-color: #19de23;
}

.card_telegram {
  background-color: #2AABEE;
}

.card_whatsapp {
  background-color: #0ECA16;
}

.card_link {
  display: block;
  font-size: 18px !important;
  font-weight: 600;
  color: #333333;
  border-bottom: 1px #333 solid;
}

.card_top_20 {
  padding-top: 20px;
}

.card_top_30 {
  padding-top: 30px;
}

.card_top_40 {
  padding-top: 40px;
}

.card_bottom_40 {
  padding-bottom: 120px;
}

.card_about_title {
  font-size: 18px;
  font-weight: 600;
}

.card_icon {
  position: relative;
  padding-right: 6px;
  bottom: -3px;
}

.card_icon_mes {
  position: relative;
  padding-right: 8px;
  bottom: -3px;
}

.card_phone_button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #FFD321;
  border-radius: 50%;
  padding: 18px 20px;
}

@media (max-width: 760px) {
  .index_services_mt {
    margin-top: 0px;
  }
}

@media (max-width: 1199px) {
  .box-test {
    height: 420px;
    margin-bottom: 40px;
  }

  .pb-tb {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pb-t {
    padding-top: 70px;
  }

  .pt-b {
    padding-top: 70px;
  }

  .pb-b {
    padding-bottom: 70px;
  }

  .pt-50 {
    padding-top: 20px;
  }

  .pt-100 {
    padding-top: 70px;
  }

  .contact-block {
    position: relative;
    margin-top: 0px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .first-block {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background-size: cover;
  }

  .first-descr {
    padding-top: 15px;
    font-size: 16px;
  }

  .header-logo {
    width: 120px;
    height: 80px;
    margin-left: 0px;
    margin-top: 5px;
  }

  .menu {
    padding: 10px 15px;
    height: 90px;
  }

  .head-phone {
    font-size: 16px;
    padding-right: 0px;
    margin-top: 10px;
  }

  .header-link a,
  .header-link p {
    line-height: 1em;
    font-size: 10px !important;
    color: #ffffff;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 28px;
  }

  .back-calc-form {
    margin-top: 30px;
    padding: 20px 20px;
    margin-bottom: 50px;
  }

  .services_background {
    margin-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer-nav-head {
    padding-bottom: 1rem;
    padding-top: 50px;
  }

  .footer {
    padding: 50px 0;
  }

  .iqnova {
    position: relative;
    margin-top: 30px;
  }

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

  .advant_in {
    padding: 30px 30px;
    height: 100%;
  }

  .advant_block {
    padding: 20px 0px 0 00px;
  }

  .process-steps .text {
    font-size: 14px;
    padding-left: 50px;
    font-weight: 700;
  }

  .process-steps li p {
    font-size: 30px;
    padding-top: 10px;
  }

  #triggerop {
    padding-bottom: 50px;
  }

  body>div.dark.pb-tb>div>div.col-md-6.white>p {
    padding-bottom: 50px;
  }

  .header {
    height: 70px;
  }

  .menu-stick {
    padding: 10px 15px;
  }

  nav {
    display: block;
  }

  .head-phone {
    padding-right: 50px;
  }

  .dogovor-doc {
    padding-left: 50px;
  }

  .dogovor-img {
    width: 30px;
    top: 35px;
  }

  body>div.container.pos-rel.row.quiz.pb-b>div>div.pt-100 {
    padding-top: 30px;
  }
}

@media (min-width: 501px) and (max-width: 766px) {}

@media (min-width: 767px) and (max-width: 991px) {
  .contact-block {
    position: absolute;
    margin-top: 80px;
  }

  .services_background {
    margin-right: 10px;
    margin-left: 10px;
    height: 220px;
  }

  .services_header {
    position: absolute;
    bottom: 40px;
    left: 10px;
    font-size: 13px;
    left: 20px;
    padding-right: 30px;
  }

  .box-test {
    height: 360px;
    margin-bottom: 40px;
  }

  .advant_block {
    padding: 20px 20px 20px 20px;
  }

  .services_background:hover .services_header {
    color: #333333;
    transform: translate(0, -120px);
  }

  .services_background:hover .services_button {
    transform: translate(0, 130px);
  }

  .services_button_margin {
    margin: 0 20px;
  }

  .phone-contact {
    font-size: 16px;
  }

  .work-hours {
    font-size: 12px;
  }

  .address_font {
    font-size: 14px;
  }

  .second-big {
    font-size: 20px;
  }

  .services_background {
    margin-top: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .services_background {
    margin-right: 10px;
    margin-left: 10px;
    height: 250px;
    margin-top: 0px;
  }

  .services_header {
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 19px;
    left: 20px;
    padding-right: 30px;
  }

  .contact-block {
    position: absolute;
    margin-top: 80px;
  }

  .advant_block {
    padding: 20px 20px 20px 20px;
  }

  .custom-select-trigger:before {
    width: 0px;
    height: 0px;
  }

  .services_background:hover .services_header {
    color: #333333;
    transform: translate(0, -120px);
  }

  .services_background:hover .services_button {
    transform: translate(0, 150px);
  }

  .phone-contact {
    font-size: 16px;
  }

  .work-hours {
    font-size: 12px;
  }

  .address_font {
    font-size: 14px;
  }

  .second-big {
    font-size: 20px;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  h1 {
    font-size: 50px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.3;
  }

  h2 {
    font-size: 40px;
    font-weight: 900;
  }

  .box-test {
    height: 590px;
  }

  .services_header {
    font-size: 18px;
  }

  .head-mail {
    right: 250px;
  }
}

@media (max-width: 1401px) {
  .logo-descr {
    display: none;
  }
}

@media (max-width: 1300px) {
  .head-mail {
    display: none;
  }
}

@media (max-width: 556px) {
  .form-back .pr-10 {
    padding-right: 0px;
  }
}

@media (max-width: 999px) {
  .quiz_back {
    margin: 0 0px !important;
    padding: 50px 0 20px 0;
  }

  .back-calc-form {
    margin-bottom: 20px;
  }
}