@font-face {
  font-family: 'TTHoves-Medium';
  src: url(/fonts/webFonts/TTHoves-Medium/font.woff);
}
@font-face {
  font-family: 'TTHoves-Regular';
  src: url(/fonts/webFonts/TTHoves-Regular/font.woff);
}
@font-face {
  font-family: 'TTHoves';
  src: url(/fonts/webFonts/TTHoves-Thin/font.woff);
}
.nav-font {
  font-family: 'TTHoves-Regular';
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 2px;
  color: #E1E3E2;
}
.active-link {
  color: #889EB7 !important;
}
.brand-font {
  font-size: 40px;
  color: #fff;
}
.mg-auto {
  margin: 0px auto;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
html {
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */
  height: 100%;
}
body {
  font-family: sans-serif;
  height: 100%;
}
a {
  text-decoration: none;
  color: #E1E3E2;
}
a:visited {
  text-decoration: underline;
  color: #E1E3E2;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: 'TTHoves-Regular';
  font-weight: 500;
  font-size: 13px;
  line-height: 26px;
  background-color: #000;
  z-index: 100;
}
.preloader__row {
  box-sizing: border-box;
  position: relative;
  margin: 0px auto;
  top: 40%;
  width: 100%;
  max-width: 196px;
  height: 198px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
  font-weight: 500;
  font-size: 13px;
  color: #AEAEAE;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}
.loaded .preloader {
  display: none;
}
@keyframes preloader-rotate {
  0% {
    border: none;
  }
  25% {
    box-sizing: border-box;
    border-right: 1px solid #AEAEAE;
  }
  50% {
    box-sizing: border-box;
    border-bottom: 1px solid #AEAEAE;
  }
  70% {
    box-sizing: border-box;
    border-left: 1px solid #AEAEAE;
  }
  100% {
    box-sizing: border-box;
    border-top: 1px solid #AEAEAE;
  }
}
.anim { 
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.anim img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.visible {
  z-index: 2;
  opacity: 1;
}
.visible2 {
  z-index: 1;
}
.show-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 1;
  height: 100%;
  width: 100%;
  animation: phone-anim 2s infinite;
  animation-iteration-count: 1;
}
.show-opacity {
  z-index: 10;
}
.bg-fon {
  background: radial-gradient(circle, rgba(150, 134, 150, 0.471) 0%, #030303 100%);
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.phone-anim {
  animation: phone-anim 2s infinite;
}
@-webkit-keyframes phone-anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  overflow: hidden;
}
.hide {
  display: none;
}
.top-menu {
  font-family: 'TTHoves-Regular';
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 2px;
  color: #E1E3E2;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 766px) {
  .top-menu {
    align-items: start;
  }
}
.top-menu .brand-info {
  font-family: 'TTHoves-Medium';
  transition: 0.2s linear;
}
.top-menu .brand-info:hover {
  color: #889EB7;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .top-menu .brand-info {
    width: 100%;
    max-width: 130px;
  }
}
@media screen and (min-width: 480px) and (max-width: 766px) {
  .top-menu .brand-info {
    font-size: 26px;
    line-height: 30px;
    width: 100%;
    max-width: 230px;
  }
}
.nav {
  text-transform: uppercase;
  font-family: 'TTHoves-Regular';
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 2px;
  color: #E1E3E2;
  display: flex;
  width: 100%;
  max-width: 636px;
  justify-content: space-between;
  transition: 1s linear;
}
.nav-item {
  transition: 0.2s linear;
}
.nav-item:hover {
  color: #889EB7;
}
.nav-item.active-link {
  border-bottom: 1px solid #889EB7;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .nav {
    display: none;
  }
}
.pd-inside {
  padding: 45px;
}
@media screen and (min-width: 320px) and (max-width: 766px) {
  .pd-inside {
    padding: 13px;
    padding-top: 22px;
  }
}
.mg-menu {
  margin: 0px auto;
}
.brand-title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-title img {
  width: 100%;
  max-width: 504px;
  margin-top: 72px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .brand-title img {
    width: 100%;
    max-width: 147px;
    margin: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 766px) {
  .brand-title img {
    width: 100%;
    max-width: 407px;
    margin: 0;
  }
}
.btn-menu {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .btn-menu {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 20px;
  }
  .btn-menu .line {
    border-bottom: 1px solid #fff;
    width: 30px;
  }
}
.btn-menu.nav--dark .line {
  border-bottom: 1px solid #1f1f1f;
  width: 30px;
}
.mobil-menu {
  position: fixed;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0px;
  right: -10px;
  width: 100%;
  max-width: 0px;
  opacity: 0;
  transition: all .5s;
  height: 400px;
  background-color: #fff;
  height: 100%;
}
.mobil-menu--shadow {
  -webkit-box-shadow: -34px 1px 29px 14px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: -34px 1px 29px 14px rgba(34, 60, 80, 0.2);
  box-shadow: -34px 1px 29px 14px rgba(34, 60, 80, 0.2);
}
.mobil-menu .btn-close {
  font-family: 'TTHoves-Regular';
  font-weight: 400;
  font-size: 13px;
  color: #1B1C21;
  padding: 21px 20px 0 0;
  width: 100%;
  max-width: 320px;
  text-align: right;
}
.mobil-menu .btn-close span {
  letter-spacing: 2px;
}
@media screen and (min-width: 480px) and (max-width: 766px) {
  .mobil-menu .btn-close {
    width: 100%;
    max-width: 480px;
  }
}
.mobil-menu .mobil-nav {
  margin-top: 112px;
  font-family: "TTHoves-Medium";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 340px;
}
.mobil-menu .mobil-nav-item {
  width: 100%;
  max-width: 180px;
  text-align: center;
  margin-right: 10px;
  color: #1B1C21;
  text-transform: uppercase;
}
@media screen and (min-width: 480px) and (max-width: 766px) {
  .mobil-menu .mobil-nav {
    height: 70%;
  }
}
.mobil-menu .icons {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 94px;
  margin-right: 10px;
}
.icon svg {
  fill: #AEAEAE;
  transition: 0.1s linear;
}
.icon svg:hover {
  fill: #6d94c0;
}
.show {
  opacity: 1;
  width: 100%;
  max-width: 280px;
}
@media screen and (min-width: 480px) and (max-width: 766px) {
  .show {
    width: 100%;
    max-width: 480px;
  }
}
.footer {
  display: flex;
}
.footer .icons {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 94px;
}
@media screen and (min-width: 320px) and (max-width: 766px) {
  .footer .icons {
    display: none;
  }
}
.btn-next {
  font-family: "TTHoves-Medium";
  font-family: 'TTHoves-Regular';
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 2px;
  color: #E1E3E2;
  line-height: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 320px) and (max-width: 766px) {
  .btn-next {
    align-items: start;
  }
}
.btn-next .brand-info {
  font-family: 'TTHoves-Medium';
  transition: 0.2s linear;
}
.btn-next .brand-info:hover {
  color: #889EB7;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .btn-next .brand-info {
    width: 100%;
    max-width: 130px;
  }
}
@media screen and (min-width: 480px) and (max-width: 766px) {
  .btn-next .brand-info {
    font-size: 26px;
    line-height: 30px;
    width: 100%;
    max-width: 230px;
  }
}
.btn-next:after {
  content: "";
  border: 1px solid #AEAEAE;
  height: 20px;
  position: absolute;
  bottom: -50px;
  left: 50%;
}
.btn-next a {
  transition: 0.3s linear;
}
.btn-next a:hover {
  color: #889EB7;
}
@media screen and (min-width: 320px) and (max-width: 766px) {
  .btn-next {
    margin-bottom: 32px;
  }
}
.main-menu-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  min-height: 80px;
}
.main-menu-top .nav {
  font-family: 'TTHoves-Regular';
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 2px;
  width: 100%;
  max-width: 630px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3px;
  color: #E1E3E2;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .main-menu-top .nav {
    display: none;
  }
}
.main-menu-top .nav-item {
  font-family: 'TTHoves-Regular';
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 2px;
  color: #E1E3E2;
  transition: 0.2s linear;
}
.main-menu-top .nav-item:hover {
  color: #889EB7;
}
.projects {
  background-color: #1B1C21;
  height: 100%;
  min-height: 800px;
}
.projects .mt-top-c {
  margin-top: 110px;
}
@media screen and (min-width: 320px) and (max-width: 766px) {
  .projects .mt-top-c {
    margin-top: 40px;
  }
}
.logo {
  margin-right: 20px;
}
.logo img {
  width: 100%;
  max-width: 78px;
  transition: 0.2s linear;
  transform: scale(0.9);
}
.logo img:hover {
  width: 100%;
  max-width: 88px;
  transform: scale(1);
}
.logo-contacts {
  margin-right: 20px;
}
.logo-contacts img {
  width: 100%;
  max-width: 78px;
  transition: 0.2s linear;
}
.logo-contacts img:hover {
  width: 90px;
  transition: 0.2s linear;
}
.main-title {
  width: 100%;
  max-width: 1118px;
  margin: 0px auto;
  font-family: 'TTHoves';
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  text-transform: uppercase;
  color: #E1E3E2;
}
@media screen and (min-width: 320px) and (max-width: 766px) {
  .main-title {
    font-weight: 100;
    font-size: 30px;
    line-height: 35px;
  }
}
.mt-title {
  margin-top: 12px;
}
@media screen and (min-width: 320px) and (max-width: 766px) {
  .mt-title {
    margin-top: 21px;
  }
}
.content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1120px;
  position: relative;
  margin: 0px auto;
}
.content-block {
  position: relative;
  width: 100%;
  max-width: 600px;
}
.content-block:hover {
  transition: 0.3s linear;
  opacity: 1;
}
.content-block:hover img {
  transition: 0.3s linear;
  opacity: 1;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .content-block {
    width: 100%;
    max-width: 240px;
    margin: 0px auto;
  }
}
.content-block__img {
  width: 100%;
  max-width: 312px;
  margin: 0px auto;
  height: auto;
  background: linear-gradient(90deg, #1b1c21 0%, rgba(27, 28, 33, 0) 100%);
  position: relative;
}
@media screen and (min-width: 480px) and (max-width: 766px) {
  .content-block__img {
    width: 100%;
    max-width: 502px;
    margin: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .content-block__img {
    width: 100%;
    max-width: 502px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0;
  }
}
.content-block__img img {
  opacity: 0.6;
  width: 100%;
  max-width: 312px;
  overflow: hidden;
  background: linear-gradient(90deg, #1b1c21 0%, rgba(27, 28, 33, 0) 100%);
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .content-block__img img {
    width: 144px;
    height: 250px;
    object-fit: cover;
  }
}
@media screen and (min-width: 320px) and (max-width: 766px) {
  .content-block__img--hide {
    display: none;
  }
}
.content-block__img--small {
  width: 100%;
  max-width: 144px;
  height: 250px;
}
@media screen and (min-width: 766px) {
  .content-block__img--small {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .darker {
    opacity: 0.5;
    position: absolute;
    left: 250px;
    top: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 766px) {
  .active {
    display: flex;
  }
}
.content-block-text {
  z-index: 1;
  position: absolute;
  top: 57px;
  left: 3px;
  letter-spacing: 2px;
  width: 100%;
  max-width: 300px;
  font-family: 'TTHoves-Medium';
  font-weight: bold !important;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .content-block-text {
    width: 100%;
    max-width: 182px;
    position: absolute;
    top: 45px;
    left: 36px;
  }
}
@media screen and (min-width: 480px) and (max-width: 766px) {
  .content-block-text {
    width: 100%;
    max-width: 240px;
    margin: 0px auto;
  }
}
.content-block-text__title {
  font-style: normal;
  font-weight: bold !important;
  font-size: 28px;
  line-height: 33px;
  color: #FFFFFF;
  min-height: 90px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .content-block-text__title {
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 21px;
    min-height: 40px;
  }
}
.content-block-text__info {
  color: #AEAEAE;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 162px;
}
@media screen and (min-width: 320px) and (max-width: 766px) {
  .content-block-text__info {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 88px;
  }
}
.content-block-text__sub {
  position: relative;
  font-weight: normal;
  font-size: 11px;
  line-height: 21px;
  color: #AEAEAE;
}
@media screen and (min-width: 320px) and (max-width: 766px) {
  .content-block-text__sub {
    margin-bottom: 3px;
  }
}
.content-block-text__sub:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 100px;
  border-bottom: 1px solid #AEAEAE;
  transform: rotate(180deg);
  width: 41px;
}
@media screen and (min-width: 320px) and (max-width: 766px) {
  .content-block-text__sub:after {
    display: none;
  }
}
.slick-prev,
.slick-next {
  background: url('/images/icons/arr.svg') no-repeat;
  width: 63px;
  height: 40px;
  background-size: contain;
  background-position: center;
  bottom: 0;
  right: 0px;
  z-index: 10;
  position: absolute;
  transition: 0.2s;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.slick-prev {
  background: url('/images/icons/prev2.svg') no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -100px;
}
@media screen and (min-width: 766px) and (max-width: 1300px) {
  .slick-prev {
    left: 0px;
  }
}
@media screen and (min-width: 320px) and (max-width: 766px) {
  .slick-next,
  .slick-prev {
    display: none !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .slick-slide {
    opacity: 0.2;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .slick-active {
    opacity: 1;
    transition: 500ms linear;
  }
}
.complex-phone {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
.complex-phone img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.complex-m {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.complex-m .text-block {
  font-family: 'TTHoves-Medium';
  margin-top: 17%;
  width: 100%;
  max-width: 540px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .complex-m .text-block {
    width: 100%;
    max-width: 270px;
    margin: 0px auto;
    margin-top: 7%;
  }
}
@media screen and (min-width: 480px) and (max-width: 766px) {
  .complex-m .text-block {
    margin: 0px auto;
    margin-top: 19%;
  }
}
.complex-m .text-block__title {
  width: 100%;
  max-width: 312px;
  font-style: normal;
  font-size: 28px;
  color: #FFFFFF;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .complex-m .text-block__title {
    font-size: 18px;
    line-height: 21px;
  }
}
.complex-m .text-block__info {
  margin-top: 20px;
  margin-bottom: 34px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #AEAEAE;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .complex-m .text-block__info {
    font-size: 14px;
    line-height: 16px;
  }
}
.complex-m .text-block__info-block {
  font-family: 'TTHoves';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 38px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .complex-m .text-block__info-block {
    font-size: 14px;
    line-height: 20px;
  }
}
.complex-m .text-block__sub {
  position: relative;
  font-weight: normal;
  font-size: 11px;
  line-height: 21px;
  color: #AEAEAE;
}
.complex-m .text-block__sub:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 100px;
  border-bottom: 1px solid #AEAEAE;
  transform: rotate(180deg);
  width: 41px;
}
@media screen and (min-width: 320px) and (max-width: 766px) {
  .complex-m .text-block__sub:after {
    display: none;
  }
}
.complex-m .arrow {
  background: url('/images/icons/arr.svg') no-repeat;
  width: 63px;
  height: 40px;
  background-size: contain;
  bottom: 18%;
  right: 100px;
  z-index: 10;
  position: absolute;
  transition: 0.2s linear;
}
@media screen and (min-width: 320px) and (max-width: 766px) {
  .complex-m .arrow {
    right: 100px;
    bottom: 0px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .complex-m .arrow {
    width: 43px;
    height: 20px;
  }
}
.complex-m .arrow--prev {
  background: url('/images/icons/prev2.svg') no-repeat;
}
.complex-m .arrow:hover,
.complex-m .arrow:focus {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.complex-m-more {
  background: url('/images/phone/phone-more-details.svg') no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center;
  overflow: hidden;
}
.about {
  background: #1B1C21;
  height: 100%;
  overflow-x: hidden;
}
.about .company-block-mg {
  margin-bottom: 24px;
}
@media screen and (min-width: 480px) and (max-width: 766px) {
  .about .company-block-mg {
    margin-bottom: 22px;
  }
}
.about .ml {
  margin-left: 134px;
}
@media screen and (min-width: 320px) and (max-width: 766px) {
  .about .ml {
    margin-left: 0px;
  }
}
@media screen and (min-width: 766px) and (max-width: 1200px) {
  .about .ml {
    margin-left: 4%;
  }
}
.company {
  font-family: 'TTHoves';
  width: 100%;
  max-width: 1110px;
  margin: 0px auto 100px;
}
.company-wrap {
  margin: 0px auto;
  width: 100%;
  max-width: 1110px;
  display: flex;
}
@media screen and (min-width: 320px) and (max-width: 766px) {
  .company-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.company-content {
  -webkit-column-width: 489px;
  -moz-column-width: 489px;
  column-width: 489px;
  column-count: 2;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  color: #E1E3E2;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;  
}
@media screen and (min-width: 766px) and (max-width: 1100px) {
  .company-content {
    column-width: 300px;
    column-gap: 30px;
  }
}
.company-content big {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
  display: block;
  width: 100%;
  max-width: 360px;
}
.company-content p {
  width: 100%;
  max-width: 417px;
  margin-bottom: 30px;
  color: #E1E3E2;
  break-inside: avoid;
}
@media screen and (min-width: 320px) and (max-width: 766px) {
  .company-content p {
    width: 100%;
    max-width: 800px;
  }
}

.company-content h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  }

.company-content ul {
  margin: 0 0 30px;
  list-style-type: none;
  break-inside: avoid;
  }

.company-content p + ul {
	margin-top: -30px;
	}


.company-content ul li {
	padding: 0 0 0 1em;
	background: url(/images/dash.png) no-repeat 0 .7em;
	}

.company-content ol {
  margin: 0 0 30px 1em;
  break-inside: avoid;
  }

  
.company__title {
  font-style: normal;
  font-weight: 100;
  font-size: 60px;
  line-height: 71px;
  text-transform: uppercase;
  color: #E1E3E2;
  margin: 13px 0;
  margin-bottom: 80px;
}
@media screen and (min-width: 320px) and (max-width: 766px) {
  .company__title {
    width: 100%;
    max-width: 432px;
    font-weight: 100;
    font-size: 30px;
    line-height: 35px;
    margin: 18px 0;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 480px) and (max-width: 766px) {
  .company__title {
    margin: 0px auto;
    margin: 18px auto;
    text-align: center;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 320px) and (max-width: 766px) {
  .company .company-block--mt {
    margin-top: 22px;
  }
}
.modal-wrap {
  border: 1px solid #410853;
  z-index: 1000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #161418;
  opacity: 0.9;
}
.modal-wrap .modal {
  position: absolute;
  color: #fff;
  font-size: 22px;
  font-family: 'TTHoves';
  padding: 20px;
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .modal-wrap .modal {
    width: 100%;
    max-width: 300px;
  }
}
.modal-wrap .modal-message {
  width: 100%;
  max-width: 350px;
}
.modal-wrap .modal-icon {
  position: absolute;
  right: 0;
  top: -20px;
  background: url(/images/icons/cross.svg) no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .modal-wrap .modal-icon {
    width: 20px;
    height: 20px;
  }
}
.nav--dark .nav-item {
  color: #1B1C21;
  transition: 0.2s linear;
}
.nav--dark .nav-item:hover {
  color: #889EB7;
}
.contacts {
  width: 100%;
  max-width: 1110px;
  margin: 0px auto;
}
.contacts__title {
  font-family: 'TTHoves';
  width: 100%;
  max-width: 1110px;
  margin: 0px auto;
  font-style: normal;
  font-weight: 100;
  font-size: 60px;
  line-height: 71px;
  text-transform: uppercase;
  margin-top: 13px;
  margin-bottom: 85px;
  color: #777777;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .contacts__title {
    font-size: 30px;
    line-height: 35px;
    margin-top: 27px;
    margin-bottom: 40px;
  }
}
.contacts__adress {
  font-family: 'TTHoves-Medium';
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  color: #1B1C21;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .contacts__adress {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
  }
}
.contacts .contacts-info {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 443px;
}
.contacts .contacts-info a {
  font-family: 'TTHoves-Medium';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #889EB7;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .contacts .contacts-info a {
    font-size: 18px;
    line-height: 21px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .contacts .contacts-info {
    flex-direction: column;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .contacts .contacts-info__number {
    margin-bottom: 10px;
  }
}
.message {
  color: #777;
  margin: 49px 0;
  width: 100%;
  max-width: 998px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .message {
    margin: 15px 0;
  }
}
.message-box {
  width: 100%;
  max-width: 426px;
}
.message-item {
  margin-top: 60px;
  position: relative;
  border-bottom: 1px solid #777;
}
.message-item__inp {
  border: none;
  margin-bottom: 8px;
}
.message-item .mg-input {
  margin-bottom: 8px;
}
.message-item input {
  width: 100%;
  max-width: 426px;
  outline: none;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #1b1c21;
}
.message-item .raise-label {
  top: -21px;
  transition: 0.3s linear;
}
.message-item label {
  position: absolute;
  left: 0px;
  top: -1px;
  transition: top 0.5s;
  font-family: 'TTHoves';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #AEAEAE;
}
.message .btn-wrap {
  width: 100%;
  max-width: 900px;
  position: relative;
}
.message .btn-wrap input {
  font-family: 'TTHoves';
  border: 1px solid #777777;
  width: 100%;
  max-width: 193px;
  font-size: 16px;
  line-height: 35px;
  display: flex;
  align-items: center;
  background-color: #fff;
  margin-top: 33px;
}
.message .btn-wrap input:focus,
.message .btn-wrap input:hover {
  outline: none;
  border: none;
  border: 1px solid #889eb7;
  color: #889EB7;
}
.message .btn-wrap input[value] {
  text-align: center;
  display: block;
  color: #777777;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;  
  border-radius: 0;
}
.message .btn-wrap input[value]:hover {
  color: #889EB7;
}
.slick-slide:focus {
  outline: none;
}
