.et-top {
  position: relative;
  padding-bottom: 30px;
  padding-top: 100px;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  /*background-image: linear-gradient(154.12deg, #FFFFFF -18.57%, rgba(255, 255, 255, 0) 32.32%), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .et-top__contacts {
    width: 50%;
    padding-top: 10vh;
    padding-left: 125px;
    padding-bottom: 30px;
    color: #FFFFFF; }
    .et-top__contacts > h1 {
      width: fit-content;
      /*font-size: 100px;*/
      font-size: calc(25px + 25 * ((100vw - 320px) / 448));
      text-transform: uppercase;
      background: var(--grad-rev);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media (min-width: 1601px) {
        .et-top__contacts > h1 {
          font-size: 100px; } }
    .et-top__contacts-item {
      display: flex;
      position: relative;
      height: 50px;
      margin-top: 25px; }
      .et-top__contacts-item span {
        display: block;
        margin: auto 0 auto 56px;
        padding-left: 13px;
        line-height: 1.5em; }
        .et-top__contacts-item span > a {
          color: var(--white); }
          .et-top__contacts-item span > a:hover {
            color: var(--red);
            text-decoration: underline; }
      .et-top__contacts-item div {
        position: absolute;
        top: 0;
        left: 56px;
        height: 100%;
        width: 1px;
        background: var(--red); }
      .et-top__contacts-item svg {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: 12px; }
    .et-top__contacts-social {
      display: flex;
      justify-content: center;
      position: absolute;
      bottom: 20px;
      left: 0;
      width: 50%; }
      .et-top__contacts-social > a.et-social-link {
        margin: 0 5px;
        background-color: transparent; }
        .et-top__contacts-social > a.et-social-link:hover {
          background-color: var(--white); }
          .et-top__contacts-social > a.et-social-link:hover > svg {
            color: var(--black-1); }
        .et-top__contacts-social > a.et-social-link > svg {
          height: 1.7em;
          width: 1.7em; }
          .et-top__contacts-social > a.et-social-link > svg.et-icon-skype {
            height: 2.1em;
            width: 2.1em; }
  .et-top__map {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #cccccc; }
  @media (max-width: 1199px) {
    .et-top__contacts {
      padding-left: 50px; } }
  @media (max-width: 991px) {
    .et-top {
      margin-bottom: 515px;
      overflow: visible; }
      .et-top__contacts {
        width: 100%;
        padding-left: var(--halfGap);
        padding-right: var(--halfGap); }
        .et-top__contacts > h1 {
          font-size: calc(42px + 42 * ((100vw - 320px) / 448)); }
        .et-top__contacts-social {
          width: 100%; }
      .et-top__map {
        top: 100%;
        right: auto;
        left: 0;
        height: 515px;
        width: 100%; } }

.et-wrap.et-header__cont {
  max-width: none; }

.et-list {
  position: relative;
  padding-top: 98px; }
  .et-list .et-txt-bg {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; }
  .et-list__list > li {
    display: flex;
    position: relative;
    min-height: 380px;
    margin-top: 1em; }
    .et-list__list > li:nth-child(odd) .et-list__list-images {
      right: auto;
      left: 0; }
      .et-list__list > li:nth-child(odd) .et-list__list-images-top {
        right: 0;
        left: auto;
        transform: none; }
      .et-list__list > li:nth-child(odd) .et-list__list-images-bottom {
        right: auto;
        left: 0; }
    .et-list__list > li:nth-child(odd) .et-list__list-item {
      margin: auto 0 auto calc(6.25% + 545px);
      padding: 0 6.25% 0 35px; }
      .et-list__list > li:nth-child(odd) .et-list__list-item > ul > li {
        display: flex;
        text-align: left; }
        .et-list__list > li:nth-child(odd) .et-list__list-item > ul > li > svg {
          position: static;
          min-width: 1.2em;
          min-height: 1.2em; }
        .et-list__list > li:nth-child(odd) .et-list__list-item > ul > li > span {
          margin-left: 15px; }
  .et-list__list-images {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    height: 380px;
    min-width: 575px;
    width: calc(6.25% + 545px); }
    .et-list__list-images-top, .et-list__list-images-bottom {
      position: absolute;
      width: 545px;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
    .et-list__list-images-top {
      top: 0;
      right: auto;
      left: 0;
      height: 380px;
      transform: scale(-1, 1);
      box-shadow: 0px 0px 30px rgba(42, 42, 42, 0.4);
      z-index: 2; }
    .et-list__list-images-bottom {
      top: 0;
      bottom: 0;
      left: auto;
      right: 0;
      height: 270px;
      margin: auto 0; }
      .et-list__list-images-bottom:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgba(64, 2, 167, 0.7) 0%, rgba(222, 42, 44, 0.7) 88.88%); }
  .et-list__list-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 270px;
    width: 100%;
    margin: auto calc(6.25% + 545px) auto 0;
    padding: 0 6.25% 0 35px;
    background-color: #f4f4f4; }
    .et-list__list-item h5 {
      margin-bottom: 1.5em; }
    .et-list__list-item ul > span,
    .et-list__list-item p > span {
      display: block;
      opacity: 0.5; }
    .et-list__list-item p {
      margin-top: 1.5em;
      font-size: 14px; }
    .et-list__list-item li {
      position: relative;
      margin-bottom: 1.5em;
      text-align: right; }
      .et-list__list-item li > svg {
        position: absolute;
        right: -45px;
        margin-top: -4px; }
      .et-list__list-item li:last-child {
        margin-bottom: 0; }
  @media (max-width: 1199px) {
    .et-list__list-images {
      width: calc(3.25% + 545px); }
    .et-list__list-item {
      margin-right: calc(3.25% + 545px);
      padding-left: var(--gap); }
      .et-list__list-item > ul {
        font-size: 14px; }
        .et-list__list-item > ul > li {
          margin-bottom: 1.5em; }
    .et-list__list > li:nth-child(odd) > .et-list__list-item {
      margin-left: calc(3.25% + 545px);
      padding-right: var(--gap); } }
  @media (max-width: 991px) {
    .et-list__list > li {
      display: block;
      height: auto; }
      .et-list__list > li:nth-child(odd) > .et-list__list-item {
        height: auto;
        margin: 35px 0 0;
        padding: 30px var(--halfGap) 30px; }
    .et-list__list-images {
      position: relative;
      width: 100%;
      min-width: 0;
      height: 520px; }
      .et-list__list-images-top {
        height: 100%;
        width: 90%; }
      .et-list__list-images-bottom {
        height: 360px;
        width: 90%; }
    .et-list__list-item {
      height: auto;
      margin: 35px 0 0;
      padding: 30px calc(2 * var(--gap)) 30px var(--halfGap); }
      .et-list__list-item > ul {
        font-size: 16px; } }
  @media (max-width: 575px) {
    .et-list__list-images {
      height: 215px; }
      .et-list__list-images-bottom {
        height: 150px; } }
  .et-list__bottom {
    position: relative;
    height: 430px;
    background-image: url("/images/contacts/bg-list-bottom.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    .et-list__bottom-wrap {
      position: absolute;
      top: 64px;
      left: 0;
      right: 0;
      height: 286px;
      width: 920px;
      margin: 0 auto; }
    .et-list__bottom-bg {
      position: absolute;
      width: 255px;
      height: 135px;
      background: var(--grad);
      z-index: 1; }
      .et-list__bottom-bg.top {
        top: 0;
        left: 0; }
      .et-list__bottom-bg.bottom {
        bottom: 0;
        right: 0; }
    .et-list__bottom-item {
      position: relative;
      width: 896px;
      height: 264px;
      margin: 11px auto 0;
      padding: 55px 20px 0;
      background-color: #f4f4f4;
      box-shadow: 0px 0px 30px rgba(42, 42, 42, 0.4);
      text-align: center;
      z-index: 2; }
      .et-list__bottom-item > ul > li {
        margin-bottom: 2em; }
        .et-list__bottom-item > ul > li > svg {
          margin-top: -4px; }
        .et-list__bottom-item > ul > li > span {
          margin-left: 15px; }
      .et-list__bottom-item > p {
        padding-top: 0.5em; }
        .et-list__bottom-item > p > span {
          display: block; }
    @media (max-width: 991px) {
      .et-list__bottom-wrap {
        width: 100%; }
      .et-list__bottom-item {
        width: calc(100% - 22px); } }
    @media (max-width: 767px) {
      .et-list__bottom-wrap {
        height: auto;
        padding-bottom: 11px; }
      .et-list__bottom-item {
        height: auto;
        padding-bottom: 45px; } }
    @media (max-width: 575px) {
      .et-list__bottom {
        height: 480px; }
        .et-list__bottom-item {
          padding: 35px var(--halfGap) 25px; }
          .et-list__bottom-item > ul > li > svg {
            display: block;
            margin: -1em auto 0.5em; } }
  @media (max-width: 575px) {
    .et-list {
      padding-top: 40px; } }

.et-team-sec {
  position: relative;
  padding: 30px 0  40px;
  color: var(--white);
  background-color: var(--black-2); }

.et-team > .et-h3 {
  text-align: center; }

.et-team__gallery {
  max-width: var(--wrap);
  margin: 30px auto 0;
  overflow: hidden; }
  .et-team__gallery-inner {
    /*display: flex;*/ }
  .et-team__gallery-item {
    position: relative;
    width: 340px;
    min-width: 340px;
    height: 600px;
    padding: 460px 22px 0 22px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease; }

@media (min-width: 577px) and (max-width: 767px) {
  .et-team__gallery-item {
    height: 640px;
    width: 245px;
    min-width: 233px; } }
    .et-team__gallery-item:hover {
      transform: scale(1.1, 1.1); }
    .et-team__gallery-item-img {
      position: absolute;
      top: 48px;
      left: 34px;
      height: 386px;
      width: 284px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      @media (min-width: 993px) {
        .et-team__gallery-item-img {
          left: calc(50% - 135px); } }

@media (min-width: 577px) and (max-width: 767px) {
  .et-team__gallery-item-img {
    width: 210px;
    left: 50%;
    transform: translateX(-50%); } }
    .et-team__gallery-item-frame {
      position: absolute;
      top: 36px;
      right: 34px;
      height: 386px;
      width: 284px;
      z-index: 2; }
      @media (min-width: 993px) {
        .et-team__gallery-item-frame {
          right: calc(50% - 135px); } }

@media (min-width: 577px) and (max-width: 767px) {
  .et-team__gallery-item-frame {
    right: 25px;
    width: 205px; } }
      .et-team__gallery-item-frame:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: var(--grad), linear-gradient(to bottom, #3800AE 0%, #3800AE 100%), linear-gradient(to bottom, #E32B28 0%, #E32B28 100%), var(--grad);
        background-position: 1px top,  left top,  right top,  1px bottom;
        background-size: calc(100% - 1px) 1px, 1px 100%, 1px 100%, calc(100% - 1px) 1px;
        background-repeat: no-repeat; }
    @media (max-width: 575px) {
      .et-team__gallery-item > h5 {
        margin: 0 auto;
        width: 90%; } }
    .et-team__gallery-item > p:not(.et-h3),
    .et-team__gallery-item > p:not(.et-h5) {
      margin: 1.5em 0 0 0; }

.et-team__controls {
  display: flex;
  justify-content: center;
  position: relative;
  width: calc(100% - var(--gap));
  max-width: var(--wrap);
  height: 44px;
  margin: 20px auto 0; }
  .et-team__controls > button {
    position: absolute;
    top: 0; }
    .et-team__controls > button.disabled {
      cursor: default;
      opacity: 0.5; }
  .et-team__controls > .prev {
    left: 0; }
  .et-team__controls > .next {
    right: 0; }
  .et-team__controls-pager {
    margin: auto; }

@media (max-width: 575px) {
  .et-team__gallery-item:hover {
    transform: none; }
  .et-team__gallery-item.swiper-slide-active {
    transform: scale(1.1, 1.1); }
  .et-team__controls > button {
    display: none; } }

.et-company-sec {
  background-repeat: no-repeat;
  background-image: url("/images/contacts/bg-company.png");
  background-position: -178px top;
  background-size: auto 110%; }
  @media (max-width: 768px) {
    .et-company-sec {
      display: none; } }

.et-company {
  position: relative; }
  .et-company__logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 74px;
    height: 36px;
    max-width: calc(1140px + var(--gap));
    margin: 0 auto;
    padding: 0 var(--halfGap); }
    @media (max-width: 991px) {
      .et-company__logo {
        display: none; } }
  .et-company__txt {
    padding-top: 66px;
    padding-bottom: 53px; }
    .et-company__txt__artic {
      margin: 0 auto;
      max-width: 1140px; }
      .et-company__txt__artic > p {
        padding-top: 1.5em;
        color: var(--black-2); }
  .et-company__title {
    padding-bottom: 6px;
    text-align: center; }
    @media (min-width: 1201px) {
      .et-company__title {
        font-size: 44px; } }

.et-map {
  position: relative;
  height: 100%;
  background-color: var(--black-2); }
  .et-map:before {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    content: '';
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--black-2);
    background-image: url("/images/common/map-preloader.jpg");
    background-position: center;
    background-size: cover;
    transition: opacity 0.5s 0.1s; }
  .et-map.map-preload:before {
    opacity: 1;
    pointer-events: auto; }

.et-questions-sec {
  margin-top: 50px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: #000; }
  .et-why-sec + .et-questions-sec {
    margin-top: 0; }
  @media (min-width: 2001px) {
    .et-questions-sec::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100vw;
      max-width: 2500px;
      left: 50%;
      transform: translate3d(-50%, 0, 0);
      background-image: url("/images/common/questions/bg-2500.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      pointer-events: none; } }

@media (min-width: 1501px) and (max-width: 2000px) {
  .et-questions-sec {
    background-image: url("/images/common/questions/bg-2000.jpg"); } }

@media (min-width: 1201px) and (max-width: 1500px) {
  .et-questions-sec {
    background-image: url("/images/common/questions/bg-1500.jpg"); } }

@media (min-width: 993px) and (max-width: 1200px) {
  .et-questions-sec {
    background-image: url("/images/common/questions/bg-1200.jpg"); } }

@media (min-width: 769px) and (max-width: 992px) {
  .et-questions-sec {
    background-image: url("/images/common/questions/bg-992.jpg"); } }

@media (min-width: 577px) and (max-width: 768px) {
  .et-questions-sec {
    background-image: url("/images/common/questions/bg-768.jpg"); } }
  @media (max-width: 576px) {
    .et-questions-sec {
      background-image: url("/images/common/questions/bg-576.jpg"); } }
  @media (min-width: 2001px) {
    .et-questions-sec {
      padding-top: 170px;
      padding-bottom: 170px; } }

@media (min-width: 993px) and (max-width: 2000px) {
  .et-questions-sec {
    padding-top: 136px;
    padding-bottom: 150px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-questions-sec {
    padding-top: 133px;
    padding-bottom: 153px; } }
  @media (max-width: 576px) {
    .et-questions-sec {
      padding-top: 30px;
      padding-bottom: 75px; } }
  .et-questions-sec::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%); }

.et-questions {
  position: relative;
  z-index: 1; }
  .et-questions .et-input-block--btn {
    align-items: flex-start; }
  @media (max-width: 576px) {
    .et-questions {
      text-align: center; } }
  .et-questions__title {
    padding-bottom: 6px; }
  .et-questions__subtitle {
    padding-bottom: 32px; }
    @media (min-width: 993px) {
      .et-questions__subtitle {
        max-width: 900px; } }
  .et-questions__form .et-input-block {
    max-width: 558px;
    width: 100%; }
  .et-questions__form .et-input-txt {
    width: 100%; }

.et-questions-sec {
  margin-top: 0; }

/*# sourceMappingURL=contacts.css.map */
