.head-block.info, .head-block.button-desktop {
    display: none;
}

.techcon__head.wrapper {
    justify-content: space-between;
}

.techcon__cover-img-2 {
    background-size: cover !important;
}

.techcon__about p {
    font-size: 17px;
}

.techcon__about .techcon__textblock-col:first-child {
    max-width: 494px;
}

.techcon__about .techcon__title {
    margin: 0 0 30px;
}

.techcon__textblock-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.techcon__textblock-col {
    width: calc(50% - 20px);
}

.techcon__work {
    border: 1px solid #1C77CD;
    border-radius: 20px;
    padding: 30px;
}

.techcon__work .techcon__title {
    font-weight: 400;
    margin: 0 0 30px;
}

.techcon__work .techcon__textblock-col:first-child {
    max-width: 464px;
}

.techcon__work .techcon__result-item, .techcon__work .techcon__result-item:first-of-type {
    padding-top: 0;
}

.techcon__advantages-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    color: #034f96;
}

.techcon__advantages-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.techcon__advantages-item {
    width: calc(50% - 20px);
    padding-left: 68px;
    padding-top: 14px;
    position: relative;
    margin: 0 10px 20px;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.3;
}

.techcon__advantages-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(/local/templates/electromontazh/img/check-circle.svg) center top no-repeat;
    width: 60px;
    height: 60px;
    background-size: contain;
}

@media (max-width: 1260px) {
    .techcon__advantages-title {
    	font-size: 20px;
    }
}

@media (max-width: 1023px) {
    .techcon__advantages-title {
    	font-size: 16px;
    }
    .techcon__work .techcon__textblock-col {
    	width: calc(100% - 20px);
    }
    .techcon__work .techcon__textblock-col:first-child {
    	margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .techcon__advantages-item {
	    width: calc(100% - 20px);
    }
}

@media (max-width: 479px) {
    .techcon__textblock-col {
    	width: calc(100% - 20px);
    }
    .techcon__textblock-col:first-child {
    	margin-bottom: 20px;
    }
    .techcon__about .techcon__title, .techcon__work .techcon__title {
	    margin: 0 0 20px;
    }
}



/* Styles */
.techcon__nav.wrapper,
.techcon__head.wrapper {
  margin: 20px auto;
}

.d-flex {
  display: flex;
}

img.img-center {
  margin: auto 0;
  width: 100%;
  height: auto;
}

.techcon__head {
  display: flex;
  justify-content: center;
}
.head-block {
  width: 26%;
}
.head-block .phone-number {
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;

  color: #06578A;
}
.head-block.info {
  justify-content: center;
}
.head-block.info img {
  width: 30px;
  height: auto;
  margin: auto;
}
.head-block.info a, .head-block.info span {
  margin: auto 10px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-decoration-line: underline;
  color: #06578A;
}
.head-block .working-time {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #06578A;
}
.techcon__btn.with-image {
  max-width: 200px;
  max-height: 40px;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #06578A;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin: auto 0px;
}

.techcon__footer.wrapper {
  margin-bottom: 20px;
}

.footer-block {
  min-width: 25%;
  width: 100%;
}
.footer-block.social {
  display: flex;
  justify-content: flex-end;
  padding: 16px 0;
}
.techcon__btn.with-image img {
  width: auto;
  margin-right: 10px;
}
.footer-block a {
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
}

.footer-social-img {
  width: 30px;
  border-radius: 5px;
}
.footer-search-form {
  position: relative;
  width: 45%;
}
.footer-search__input {
  height: 25px;
  border-radius: 3px;
  background: #e6e8ea;
  border: none;
  outline: 0;
  width: calc(100% - 75px);
}
.footer-search__button {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 25px;
  background: #f58e1f;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
  border: none;
  outline: 0;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .techcon__nav.wrapper,
  .techcon__head.wrapper {
    margin: 20px auto;
  }
}

@media (max-width: 1023px) {
  .techcon__nav.wrapper,
  .techcon__head.wrapper {
    margin: 20px auto 0;
    max-width: 100%;
  }
  .head-block .phone-number {
    font-size: 21px;
  }
  .footer-search-form {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .techcon .techcon__nav.wrapper,
  .techcon .techcon__head.wrapper {
    margin: 0;
    padding: 1px;
    max-width: 100%;
  }
  .techcon .techcon__head.wrapper {
    flex-wrap: wrap;
  padding: 16px 16px 0px 16px;
  }
  .head-block {
    min-width: 50%;
    min-height: 60px;
  }
  .techcon__nav.wrapper,
  .techcon__head.wrapper {
    margin: 0 auto;
  }
  .techcon__footer.wrapper {
    flex-wrap: wrap;
  }
  .footer-block {
    width: 100%;
  }
  .footer-block.social {
    justify-content: center;
  }
  .techcon__btn.with-image {
    margin: auto;
  }
  .footer-block.copyright .site-map {
    display: none;
  }
  .footer-search-form {
    width: 80%;
  }
}

@media (max-width: 479px) {
  .head-block.button-mobile {
    display: flex;
    min-width: 8%;
    width: 100%;
    max-width: 10%;
    margin-left: 10px;
  }
  .head-block.info,
  .head-block.button-desktop {
    display: none;
  }
  .head-block.logo {
    min-width: 80%;
  }
  .head-block.number {
    min-width: 100%;
  }
  .button-mobile .techcon__btn.with-image {
    min-width: 40px;
  }
  .techcon__btn.with-image img {
    margin-right: 0;
  }
  .head-block .phone-number {
    font-size: 20px;
  }
}

@media (min-width: 480px) {
  .head-block.button-mobile {
    display: none;
  }
}

.text-center {
  text-align: center;  
}
/* Зарядные станции */

.zaryad-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;  
  margin-bottom: -30px;
}
.zaryad-item {
  position: relative;
  width: calc(50% - 15px);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 30px;
  user-select: none;
}
.zaryad-image {
  width: 100%;
  display: block;
}
.zaryad-info {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 4px;
  border-radius: 8px;
  background: #034F96;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.zaryad-ico {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 9px;
  margin-right: 5px;
}
.zaryad-ico img {
  width: 30px;
  display: block;
  border-radius: 0;
}
.zaryad-text {
  font-size: 20px;
  line-height: 120%;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .zaryad-item {
    width: 100%;    
  }
  .zaryad-ico {
    padding: 4px;
  }
  .zaryad-ico img {
    width: 20px;
  }
  .zaryad-text {
    font-size: 16px;
    margin-right: 6px;
  }
}



/* Template Styles */
body {
    margin: 0;
    padding: 0;
  }
  
  body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .techcon {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    padding: 0;
    background: #ffffff;
  }
  
  @media (max-width: 1023px) {
    .techcon {
      font-size: 14px;
    }
  }
  
  @media (max-width: 479px) {
    .techcon {
      font-size: 12px;
    }
  }
  
  .techcon p {
    line-height: 1.1;
  }
  
  .wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 80px auto;
  }
  
  @media (max-width: 1260px) {
    .wrapper {
      max-width: 960px;
      margin: 60px auto;
    }
  }
  
  @media (max-width: 1023px) {
    .wrapper {
      max-width: 708px;
      margin: 40px auto;
    }
  }
  
  @media (max-width: 767px) {
    .wrapper {
      max-width: 460px;
      margin: 30px auto;
    }
  }
  
  @media (max-width: 479px) {
    .wrapper {
      max-width: 300px;
    }
  }
  
  a.techcon__btn,
  .techcon__btn,
  .techcon__order-btn {
    display: inline-block;
    padding: 15px 20px;
    min-width: 180px;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background: #fea10f -webkit-gradient(linear, left top, left bottom, from(#fea10f), to(#f09301));
    background: #fea10f -o-linear-gradient(top, #fea10f 0%, #f09301 100%);
    background: #fea10f linear-gradient(180deg, #fea10f 0%, #f09301 100%);
    border-radius: 5px;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  a.techcon__btn:hover,
  .techcon__btn:hover,
  .techcon__order-btn:hover {
    color: #ffffff;
    text-decoration: none;
    background: #fea10f;
  }
  
  @media (max-width: 1260px) {
    a.techcon__btn,
    .techcon__btn,
    .techcon__order-btn {
      padding: 12px 20px;
      min-width: 180px;
      font-size: 14px;
    }
  }
  
  @media screen and (max-width: 479px) {
    a.techcon__btn,
    .techcon__btn,
    .techcon__order-btn {
      min-width: 150px;
      padding: 10px 15px;
    }
  }
  
  .techcon__title {
    margin: 0 0 60px;
    padding: 0;
    font-family: Arial;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.2;
    color: #034f96;
  }
  
  h1.techcon__title {
    font-size: 44px;
    color: #fff;
    margin-bottom: 40px;
    max-width: 60%;
  }
  
  h1.techcon__title--big {
    font-size: 66px;
  }
  
  h3.techcon__title {
    font-weight: normal;
  }
  
  @media (max-width: 1260px) {
    .techcon__title {
      margin: 0 0 40px;
      font-size: 30px;
    }
  
    h1.techcon__title {
      font-size: 34px;
      margin-bottom: 30px;
    }
  
    h1.techcon__title--big {
      font-size: 50px;
    }
  }
  
  @media (max-width: 1023px) {
    .techcon__title {
      margin: 0 0 30px;
      font-size: 30px;
    }
  
    h1.techcon__title {
      font-size: 29px;
      margin-bottom: 20px;
    }
  
    h1.techcon__title--big {
      font-size: 40px;
    }
  }
  
  @media (max-width: 767px) {
    .techcon__title {
      font-size: 26px;
    }
  
    h1.techcon__title {
      font-size: 26px;
      max-width: 100%;
    }
  }
  
  @media (max-width: 479px) {
    .techcon__title {
      margin: 0 0 20px;
      font-size: 20px;
    }
  
    h1.techcon__title {
      font-size: 19px;
      margin-bottom: 15px;
    }
  }
  
  .gray-bg {
    padding: 60px 0;
    background: #e5e5e5;
  }
  
  @media (max-width: 479px) {
    .gray-bg {
      padding: 40px 0;
    }
  }
  
  .gray-bg > .wrapper {
    margin: 0 auto;
  }
  
  .btn_scroll-up {
    position: fixed;
    left: 30px;
    bottom: 100px;
    z-index: 100;
    display: none;
    width: 42px;
    height: 70px;
    padding-top: 60px;
    font-weight: bold;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #f78f1e;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  @media screen and (max-width: 479px) {
    .btn_scroll-up {
      left: 15px;
      bottom: 50px;
      -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
      transform: scale(0.6);
      -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
      transform-origin: left bottom;
    }
  }
  
  .btn_scroll-up::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='14' viewBox='0 0 24 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 12.2L12.2 2L22.4 12.2' stroke='%23F09301' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
      center no-repeat;
    border: 2px solid #f09301;
    border-radius: 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  /* Cover */
  .techcon__cover {
    position: relative;
    height: 675px;
    padding: 110px 0 230px;
    background: url(img/cover-bg.jpg) no-repeat center/cover;
    overflow: hidden;
  }
  
  @media (max-width: 1260px) {
    .techcon__cover {
      height: 570px;
      padding: 130px 0 200px;
    }
  }
  
  @media (max-width: 1023px) {
    .techcon__cover {
      height: 385px;
      padding: 50px 0 60px;
    }
  }
  
  @media (max-width: 767px) {
    .techcon__cover {
      height: 655px;
      padding: 385px 0 0;
      background-size: auto 77%;
      background-position: top center;
    }
  }
  
  @media (max-width: 650px) {
    .techcon__cover {
      background-size: auto 65%;
    }
  }
  
  @media (max-width: 479px) {
    .techcon__cover {
      height: 520px;
      padding-top: 285px;
      background-size: auto 70%;
      background-position: top -30% right 30%;
    }
  }
  
  .techcon__cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 64, 123, 0.4)),
      to(rgba(0, 64, 123, 0.4))
    );
    background: -o-linear-gradient(rgba(0, 64, 123, 0.4), rgba(0, 64, 123, 0.4));
    background: linear-gradient(rgba(0, 64, 123, 0.4), rgba(0, 64, 123, 0.4));
    z-index: 1;
  }
  
  @media (max-width: 767px) {
    .techcon__cover::before {
      background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 64, 123, 0.4)),
        color-stop(65%, rgba(0, 64, 123, 0.4)),
        color-stop(75%, rgba(0, 64, 123, 1))
      );
      background: -o-linear-gradient(
        top,
        rgba(0, 64, 123, 0.4) 0%,
        rgba(0, 64, 123, 0.4) 65%,
        rgba(0, 64, 123, 1) 75%
      );
      background: linear-gradient(
        to bottom,
        rgba(0, 64, 123, 0.4) 0%,
        rgba(0, 64, 123, 0.4) 65%,
        rgba(0, 64, 123, 1) 75%
      );
    }
  }
  
  @media (max-width: 650px) {
    .techcon__cover::before {
      background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 64, 123, 0.4)),
        color-stop(55%, rgba(0, 64, 123, 0.4)),
        color-stop(65%, rgba(0, 64, 123, 1))
      );
      background: -o-linear-gradient(
        top,
        rgba(0, 64, 123, 0.4) 0%,
        rgba(0, 64, 123, 0.4) 55%,
        rgba(0, 64, 123, 1) 65%
      );
      background: linear-gradient(
        to bottom,
        rgba(0, 64, 123, 0.4) 0%,
        rgba(0, 64, 123, 0.4) 55%,
        rgba(0, 64, 123, 1) 65%
      );
    }
  }
  
  @media (max-width: 479px) {
    .techcon__cover::before {
      background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 64, 123, 0.4)),
        color-stop(50%, rgba(0, 64, 123, 0.4)),
        color-stop(58%, rgba(0, 64, 123, 1))
      );
      background: -o-linear-gradient(
        top,
        rgba(0, 64, 123, 0.4) 0%,
        rgba(0, 64, 123, 0.4) 50%,
        rgba(0, 64, 123, 1) 58%
      );
      background: linear-gradient(
        to bottom,
        rgba(0, 64, 123, 0.4) 0%,
        rgba(0, 64, 123, 0.4) 50%,
        rgba(0, 64, 123, 1) 58%
      );
    }
  }
  
  .techcon__cover > .wrapper {
    position: relative;
    z-index: 2;
    margin: 0 auto;
  }
  
  .techcon__cover-subtitle {
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 40px;
    max-width: 560px;
    line-height: 1.2;
  }
  
  @media (max-width: 1260px) {
    .techcon__cover-subtitle {
      font-size: 17px;
      margin: 0 0 30px;
      max-width: 50%;
    }
  }
  
  @media (max-width: 1023px) {
    .techcon__cover-subtitle {
      font-size: 16px;
      margin: 0 0 20px;
    }
  }
  
  @media (max-width: 767px) {
    .techcon__cover-subtitle {
      max-width: 100%;
    }
  }
  
  @media (max-width: 479px) {
    .techcon__cover-subtitle {
      font-size: 13px;
      margin: 0 0 15px;
    }
  }
  
  .techcon__cover-note {
    position: absolute;
    left: 0;
    top: calc(100% + 110px);
    padding-left: 21px;
    font-size: 22px;
    color: #ffffff;
  }
  
  .techcon__cover-note::before {
    content: "";
    position: absolute;
    top: calc(50% - 26px);
    left: 0;
    width: 6px;
    height: 52px;
    background: #fea10f;
  }
  
  @media (max-width: 1260px) {
    .techcon__cover-note {
      font-size: 17px;
    }
  
    .techcon__cover-note::before {
      top: calc(50% - 23px);
      height: 46px;
    }
  }
  
  @media (max-width: 1023px) {
    .techcon__cover-note {
      top: calc(100% + 35px);
      font-size: 16px;
    }
  
    .techcon__cover-note::before {
      top: calc(50% - 20px);
      height: 40px;
    }
  }
  
  @media (max-width: 767px) {
    .techcon__cover-note {
      top: calc(100% + 15px);
    }
  
    .techcon__cover-note::before {
      top: calc(50% - 18px);
      height: 36px;
      width: 3px;
    }
  }
  
  @media (max-width: 479px) {
    .techcon__cover-note {
      font-size: 13px;
      top: calc(100% + 10px);
      padding-left: 12px;
    }
  
    .techcon__cover-note::before {
      top: calc(50% - 15px);
      height: 30px;
      width: 3px;
    }
  }
  
  @media (min-width: 1024px) {
    .techcon__cover .techcon__btn {
      font-size: 18px;
    }
    h1.techcon__title--big ~ .techcon__btn {
      font-size: 30px;
      padding: 24px 30px;
    }
  }
  
  .techcon__cover-img-1 {
    /* столб */
    position: absolute;
    top: 0;
    right: calc(50% - 615px);
    z-index: 0;
    width: 1170px;
    height: 100%;
    background: url(img/cover3.png) no-repeat right 122px center/contain;
    opacity: 0;
  }
  
  @media (max-width: 1260px) {
    .techcon__cover-img-1 {
      right: calc(50% - 480px);
      width: 960px;
      background-position: right 72px center;
    }
  }
  
  @media (max-width: 1023px) {
    .techcon__cover-img-1 {
      right: calc(50% - 350px);
      width: 708px;
      background-position: right 32px bottom;
      background-size: auto 106%;
    }
  }
  
  @media (max-width: 767px) {
    .techcon__cover-img-1 {
      right: calc(50% - 230px);
      width: 460px;
      background-position: right 25px top -50px;
      background-size: auto 80%;
    }
  }
  
  @media (max-width: 650px) {
    .techcon__cover-img-1 {
      background-position: right 30px top -50px;
      background-size: auto 72%;
    }
  }
  
  @media (max-width: 479px) {
    .techcon__cover-img-1 {
      right: calc(50% - 150px);
      width: 300px;
      background: url(img/cover3-mob.png) no-repeat right 55px top;
      background-size: auto 60%;
    }
  }
  
  .animated .techcon__cover-img-1 {
    opacity: 1;
  }
  
  .techcon__cover-circle {
    /* круг */
    position: absolute;
    top: calc(50% - 120px);
    right: 0;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    overflow: hidden;
  }
  
  @media (max-width: 1260px) {
    .techcon__cover-circle {
      top: calc(50% - 100px);
      width: 300px;
      height: 300px;
    }
  }
  
  @media (max-width: 1023px) {
    .techcon__cover-circle {
      top: calc(50% - 60px);
      width: 180px;
      height: 180px;
    }
  }
  
  @media (max-width: 767px) {
    .techcon__cover-circle {
      top: -245px;
    }
  }
  
  @media (max-width: 650px) {
    .techcon__cover-circle {
      top: -275px;
      width: 180px;
      height: 180px;
    }
  }
  
  @media (max-width: 479px) {
    .techcon__cover-circle {
      top: -250px;
      right: 25px;
      width: 150px;
      height: 150px;
    }
  }
  
  .techcon__cover-img-2,
  .techcon__cover-img-4 {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .techcon__cover-img-2 {
    width: 100%;
    height: 100%;
    background: url(img/cover4.png) no-repeat center/contain;
  }
  
  .techcon__cover-img-4 {
    width: 360px;
    height: 360px;
    background: url(img/cover5.png) no-repeat center/contain;
  }
  
  @media (max-width: 1260px) {
    .techcon__cover-img-4 {
      width: 300px;
      height: 300px;
    }
  }
  
  @media (max-width: 1023px) {
    .techcon__cover-img-4 {
      width: 180px;
      height: 180px;
    }
  }
  
  @media (max-width: 479px) {
    .techcon__cover-img-4 {
      width: 150px;
      height: 150px;
    }
  }
  
  .techcon__cover-img-3 {
    /* ценник */
    position: absolute;
    bottom: -183px;
    right: 174px;
    width: 253px;
    height: 153px;
    background: url(img/cover2_8.png) no-repeat center/contain;
  }
  
  @media (max-width: 1260px) {
    .techcon__cover-img-3 {
      bottom: -150px;
      right: 145px;
      width: 190px;
      height: 115px;
    }
  }
  
  @media (max-width: 1023px) {
    .techcon__cover-img-3 {
      bottom: -65px;
      right: 83px;
      width: 150px;
      height: 91px;
    }
  }
  
  @media (max-width: 767px) {
    .techcon__cover-img-3 {
      bottom: 190px;
    }
  }
  
  @media (max-width: 650px) {
    .techcon__cover-img-3 {
      bottom: 220px;
    }
  }
  
  @media (max-width: 479px) {
    .techcon__cover-img-3 {
      bottom: 180px;
      right: 90px;
    }
  }
  
  .will-animate .techcon__cover-img {
    opacity: 0;
    will-change: opacity;
  }
  
  .will-animate .techcon__cover-circle {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    will-change: opacity, transform;
  }
  
  .will-animate .techcon__cover-img-4 {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    will-change: opacity, transform;
  }
  
  .will-animate .techcon__cover-img-3 {
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    will-change: opacity, transform;
  }
  
  .animated .techcon__cover-circle {
    -webkit-animation: zoom-in 1s ease 0.8s forwards;
    animation: zoom-in 1s ease 0.8s forwards;
  }
  
  .animated .techcon__cover-img-4 {
    -webkit-animation: zoom-out 1s ease 0.8s forwards;
    animation: zoom-out 1s ease 0.8s forwards;
  }
  
  .animated .techcon__cover-img {
    -webkit-animation: fade-in 1.5s ease 1.8s forwards;
    animation: fade-in 1.5s ease 1.8s forwards;
  }
  
  .animated .techcon__cover-img-3 {
    -webkit-animation: swing 2s ease-in-out 1.8s alternate infinite;
    animation: swing 2s ease-in-out 1.8s alternate infinite;
  }
  
  @-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  @-webkit-keyframes swing {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg);
    }
  }
  
  @keyframes swing {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg);
    }
  }
  
  @-webkit-keyframes zoom-in {
    0% {
      -webkit-transform: scale(0.3);
      transform: scale(0.3);
      opacity: 0;
    }
  
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }
  
  @keyframes zoom-in {
    0% {
      -webkit-transform: scale(0.3);
      transform: scale(0.3);
      opacity: 0;
    }
  
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes zoom-out {
    0% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }
  
  @keyframes zoom-out {
    0% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }
  
  /* Cards */
  .techcon__card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  @media (max-width: 767px) {
    .techcon__card-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
  
  .techcon__card {
    width: 322px;
    padding-left: 115px;
  }
  
  @media (max-width: 1260px) {
    .techcon__card {
      width: 290px;
      padding-left: 100px;
    }
  }
  
  @media (max-width: 1023px) {
    .techcon__card {
      width: 215px;
      padding-left: 70px;
    }
  }
  
  @media (max-width: 767px) {
    .techcon__card {
      width: 300px;
      padding-left: 75px;
    }
  
    .techcon__card:not(:last-child) {
      margin-bottom: 20px;
    }
  }
  
  .techcon__card_1 {
    background: url(img/card1.svg) center top no-repeat;
  }
  
  .techcon__card_2 {
    background: url(img/card2.svg) center top no-repeat;
  }
  
  .techcon__card_3 {
    background: url(img/card3.svg) center top no-repeat;
  }
  
  .techcon__card_4 {
    background: url(img/card4.svg) center top no-repeat;
  }
  
  .techcon__card_5 {
    background: url(img/card5.svg) center top no-repeat;
  }
  
  .techcon__card_6 {
    background: url(img/card6.svg) center top no-repeat;
  }
  
  @media (max-width: 1023px) {
    .techcon__card_1 {
      background: url(img/card1-tab.svg) center top no-repeat;
    }
  
    .techcon__card_2 {
      background: url(img/card2-tab.svg) center top no-repeat;
    }
  
    .techcon__card_3 {
      background: url(img/card3-tab.svg) center top no-repeat;
    }
  
    .techcon__card_4 {
      background: url(img/card4-tab.svg) center top no-repeat;
    }
  
    .techcon__card_5 {
      background: url(img/card5-tab.svg) center top no-repeat;
    }
  
    .techcon__card_6 {
      background: url(img/card6-tab.svg) center top no-repeat;
    }
  }
  
  @media (max-width: 767px) {
    .techcon__card_1 {
      background: url(img/card1-mob.svg) center top no-repeat;
    }
  
    .techcon__card_2 {
      background: url(img/card2-mob.svg) center top no-repeat;
    }
  
    .techcon__card_3 {
      background: url(img/card3-mob.svg) center top no-repeat;
    }
  
    .techcon__card_4 {
      background: url(img/card4-mob.svg) center top no-repeat;
    }
  
    .techcon__card_5 {
      background: url(img/card5-mob.svg) center top no-repeat;
    }
  
    .techcon__card_6 {
      background: url(img/card6-mob.svg) center top no-repeat;
    }
  }
  
  .techcon__card-title {
    margin-top: 35px;
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    color: #034f96;
  }
  
  .techcon__card-text {
    font-size: 17px;
  }
  
  @media (max-width: 1260px) {
    .techcon__card-title {
      font-size: 20px;
    }
  
    .techcon__card-text {
      font-size: 15px;
    }
  }
  
  @media (max-width: 1023px) {
    .techcon__card-title {
      font-size: 16px;
      margin-top: 20px;
      margin-bottom: 20px;
    }
  
    .techcon__card-text {
      font-size: 12px;
    }
  }
  
  @media (max-width: 767px) {
    .techcon__card-title {
      margin-top: 15px;
    }
  }
  
  /* Result block */
  .techcon__result {
    overflow: hidden;
  }
  
  .techcon__result > .wrapper {
    position: relative;
  }
  
  @media (max-width: 767px) {
    .techcon__result > .wrapper {
      margin-bottom: 220px;
    }
  }
  
  @media (max-width: 479px) {
    .techcon__result > .wrapper {
      margin-bottom: 170px;
    }
  }
  
  .techcon__result > .wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 375px;
    height: 315px;
    background: url(img/house.svg) no-repeat center;
  }
  
  @media (max-width: 1260px) {
    .techcon__result > .wrapper::after {
      width: 325px;
      background-size: contain;
    }
  }
  
  @media (max-width: 1023px) {
    .techcon__result > .wrapper::after {
      width: 310px;
      height: 220px;
      top: -20px;
      right: -60px;
      background: url(img/house-mob.svg) no-repeat center/contain;
    }
  }
  
  @media (max-width: 767px) {
    .techcon__result > .wrapper::after {
      top: 100%;
      right: auto;
      left: 65px;
    }
  }
  
  @media (max-width: 479px) {
    .techcon__result > .wrapper::after {
      left: 50px;
      width: 260px;
      height: 170px;
    }
  }
  
  .techcon__result-item {
    position: relative;
    padding-left: 85px;
    padding-top: 10px;
    min-height: 80px;
    max-width: 600px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
  }
  
  @media (max-width: 1023px) {
    .techcon__result-item {
      margin-bottom: 0;
    }
  }
  
  @media (max-width: 767px) {
    .techcon__result-item {
      padding-left: 65px;
      min-height: 60px;
      font-size: 16px;
    }
  }
  
  @media (max-width: 479px) {
    .techcon__result-item {
      padding-left: 50px;
      min-height: 40px;
      font-size: 12px;
    }
  }
  
  .techcon__result-item:first-of-type {
    padding-top: 20px;
  }
  
  @media (max-width: 767px) {
    .techcon__result-item:first-of-type {
      padding-top: 15px;
    }
  }
  
  @media (max-width: 479px) {
    .techcon__result-item:first-of-type {
      padding-top: 10px;
    }
  }
  
  .techcon__result-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: url(img/check-circle.svg) center top no-repeat;
  }
  
  @media (max-width: 767px) {
    .techcon__result-item::before {
      width: 60px;
      height: 60px;
      background-size: contain;
    }
  }
  
  @media (max-width: 479px) {
    .techcon__result-item::before {
      width: 40px;
      height: 40px;
    }
  }
  
  .techcon__result-item ul {
    font-size: 16px;
    font-weight: 400;
    padding-left: 0;
    list-style: none;
  }
  
  @media (max-width: 767px) {
    .techcon__result-item ul {
      font-size: 14px;
    }
  }
  
  @media (max-width: 479px) {
    .techcon__result-item ul {
      font-size: 12px;
    }
  }
  
  .techcon__result-item li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  
  .techcon__result-item li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 9px;
    height: 9px;
    background: #1c77cd;
    border-radius: 50%;
  }
  
  @media (max-width: 479px) {
    .techcon__result-item li::before {
      top: calc(50% - 5px);
    }
  }
  
  /* Stages slider */
  .techcon__stages > .wrapper {
    position: relative;
  }
  
  @media (max-width: 479px) {
    .techcon__stages .techcon__title {
      width: 60%;
    }
  }
  
  .techcon__stages-note {
    position: absolute;
    top: -100px;
    right: 120px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 176px;
    height: 175px;
    background: #1c77cd;
    border-radius: 50%;
    font-weight: normal;
    text-align: center;
    color: #fff;
  }
  
  .techcon__stages-note::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: -15px;
    width: 140px;
    height: 140px;
    background: #fea10f;
    border-radius: 50%;
    z-index: -1;
  }
  
  .techcon__stages-note::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1c77cd;
    border-radius: 50%;
    z-index: -1;
  }
  
  .techcon__stages-note span:not(:last-child) {
    margin-bottom: 15px;
  }
  
  @media (max-width: 1260px) {
    .techcon__stages-note {
      width: 155px;
      height: 155px;
      font-size: 14px;
    }
  
    .techcon__stages-note::before {
      width: 110px;
      height: 110px;
    }
  }
  
  @media (max-width: 1023px) {
    .techcon__stages-note {
      right: -10px;
      top: -90px;
      width: 130px;
      height: 130px;
      font-size: 13px;
    }
  
    .techcon__stages-note::before {
      width: 100px;
      height: 100px;
      left: -10px;
      bottom: 0;
    }
  }
  
  @media (max-width: 767px) {
    .techcon__stages-note {
      top: -70px;
      right: 0;
      width: 120px;
      height: 120px;
      font-size: 12px;
    }
  
    .techcon__stages-note::before {
      width: 96px;
      height: 96px;
    }
  }
  
  @media (max-width: 479px) {
    .techcon__stages-note {
      top: -55px;
      right: -10px;
    }
  }
  
  .techcon__stages-list {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
  }
  
  @media (max-width: 1260px) {
    .techcon__stages-list {
      max-width: 960px;
    }
  }
  
  @media (max-width: 1023px) {
    .techcon__stages-list {
      max-width: 1200px;
      width: 100%;
    }
  
    .techcon__stages-list .slick-list {
      width: calc(100% - (100% - 708px) / 2);
      margin-left: calc((100% - 708px) / 2);
    }
  }
  
  @media (max-width: 767px) {
    .techcon__stages-list .slick-list {
      width: calc(100% - (100% - 460px) / 2);
      margin-left: calc((100% - 460px) / 2);
    }
  }
  
  @media (max-width: 479px) {
    .techcon__stages-list .slick-list {
      width: 100%;
      margin-left: 0;
    }
  }
  
  .techcon__stages-list + .techcon__btn {
    display: block;
    width: 330px;
    margin: 50px auto 0;
  }
  
  @media (max-width: 1260px) {
    .techcon__stages-list + .techcon__btn {
      margin-top: 35px;
      width: 294px;
      /* padding: 10px 0; */
    }
  }
  @media (max-width: 479px) {
    .techcon__stages-list + .techcon__btn {
      width: 284px;
    }
  }
  
  .techcon__stages-item.slick-slide {
    position: relative;
    width: 20%;
    height: 320px;
    padding: 40px;
    text-decoration: none;
    border: 2px solid #1c77cd;
    -webkit-transition: background 0.7s;
    -o-transition: background 0.7s;
    transition: background 0.7s;
  }
  .techcon__stages-item.slick-slide:focus {
    outline: 0;
  }
  @media (max-width: 1260px) {
    .techcon__stages-item.slick-slide {
      padding: 40px 30px;
    }
  }
  @media (max-width: 1023px) {
    .techcon__stages-item.slick-slide {
      width: 238px;
    }
  }
  
  .techcon__stages-item.slick-slide:not(:last-child) {
    border-right: 0;
  }
  
  .techcon__stages-item.slick-current {
    background: #ffffff;
  }
  
  .techcon__stages-zoom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: -webkit-transform 0.7s ease;
    -o-transition: transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .slick-current .techcon__stages-zoom {
    -webkit-transform: scale(1.094);
    -ms-transform: scale(1.094);
    transform: scale(1.094);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .techcon__stages-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    -o-transition: transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  
  .techcon__stages-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  @media (max-width: 1023px) {
    .techcon__stages-item.slick-slide,
    .techcon__stages-zoom,
    .techcon__stages-image {
      transition-delay: 0.35s;
    }
  }
  
  .techcon__stages-num {
    width: 40px;
    height: 40px;
    margin-left: -70px;
    margin-top: -40px;
    background: #1c77cd;
    border-radius: 50%;
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    z-index: 2;
  }
  
  .techcon__stages-text {
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
    color: #034f96;
    max-width: 100%;
  }
  
  @media (max-width: 1260px) {
    .techcon__stages-text {
      font-size: 14px;
    }
  }
  
  .techcon__stages-item .techcon__btn {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  @media (min-width: 1024px) {
    .techcon__stages .slick-track {
      width: 100% !important;
      -webkit-transform: translate3d(0px, 0px, 0px) !important;
      transform: translate3d(0px, 0px, 0px) !important;
    }
  }
  
  .techcon__stages .slick-dots {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 30px auto;
  }
  
  .techcon__stages .slick-dots li {
    position: relative;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.5;
  }
  
  .techcon__stages .slick-dots li.slick-active {
    opacity: 1;
  }
  
  .techcon__stages .slick-dots li:not(:last-child) {
    margin-right: 20px;
  }
  
  .techcon__stages .slick-dots li button {
    opacity: 0;
  }
  
  .techcon__stages .slick-dots li button:focus {
    outline: none;
  }
  
  /* STAGE block */
  .techcon__stage-title {
    position: relative;
  }
  
  .techcon__stage .techcon__title {
    max-width: 69%;
  }
  
  .techcon__stage-note {
    position: absolute;
    right: 170px;
    bottom: -10px;
    font-weight: normal;
    font-size: 48px;
    color: #fea10f;
  }
  
  .techcon__stage-note span:last-child {
    font-size: 90px;
    padding-left: 10px;
  }
  
  @media (max-width: 1260px) {
    .techcon__stage-note {
      right: 100px;
    }
  }
  
  @media (max-width: 1023px) {
    .techcon__stage-note {
      right: 20px;
      font-size: 30px;
    }
  
    .techcon__stage-note span:last-child {
      font-size: 70px;
      padding-left: 5px;
    }
  }
  
  @media (max-width: 479px) {
    .techcon__stage-note {
      right: 0;
      font-size: 20px;
    }
  
    .techcon__stage-note span:last-child {
      font-size: 60px;
    }
  }
  
  .techcon__stage-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 550px;
    background: #f5f4f4;
    border: 2px solid #c4c4c4;
    overflow: hidden;
  }
  
  @media (max-width: 1260px) {
    .techcon__stage-info {
      height: 650px;
    }
  }
  
  @media (max-width: 1023px) {
    .techcon__stage-info {
      height: auto;
    }
  }
  
  .techcon__stage-info_right .techcon__stage-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  
  .techcon__stage-text {
    padding: 30px 40px;
  }
  
  @media (max-width: 479px) {
    .techcon__stage-text {
      padding: 25px;
    }
  }
  
  .techcon__stage-text h4:first-child {
    margin-top: 0;
  }
  
  .techcon__stage-text ul,
  .techcon__changes ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
  }
  
  .techcon__stage-text li,
  .techcon__changes li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
  }
  
  .techcon__stage-text li::before,
  .techcon__changes li::before {
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    width: 24px;
    height: 24px;
    background: url(img/check.svg) no-repeat center/contain;
  }
  
  @media (max-width: 479px) {
    .techcon__stage-text li,
    .techcon__changes li {
      padding-left: 30px;
    }
  
    .techcon__stage-text li::before,
    .techcon__changes li::before {
      top: -2px;
      width: 18px;
      height: 18px;
    }
  }
  
  .techcon__stage-text .attention {
    position: relative;
    padding-left: 70px;
    margin-top: 35px;
    /*text-transform: uppercase;*/
    /* line-height: 1.3; */
  }
  
  .techcon__stage-text .attention::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 27px);
    width: 54px;
    height: 54px;
    background: url(img/label.svg) no-repeat center/contain;
  }
  
  @media (max-width: 479px) {
    .techcon__stage-text .attention {
      padding-left: 50px;
      margin-top: 25px;
      margin-bottom: 25px;
    }
  
    .techcon__stage-text .attention::before {
      top: calc(50% - 18px);
      width: 36px;
      height: 36px;
    }
  }
  
  .techcon__stage-text .techcon__btn {
    margin-top: 20px;
  }
  
  @media (max-width: 479px) {
    .techcon__stage-text .techcon__btn,
    .techcon__changes .techcon__btn {
      display: block;
      width: 284px;
      min-width: 150px;
      margin: 0 auto;
      font-size: 14px;
      padding: 10px 15px;
    }
    /* .techcon__stage-text .techcon__btn.wide { */
    .techcon__stage-text .techcon__btn {
      width: 284px;
      margin-left: -19px;
    }
  }
  
  .techcon__stage-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 350px;
    height: 550px;
    overflow: hidden;
  }
  
  @media (max-width: 1260px) {
    .techcon__stage-img {
      height: 650px;
    }
  }
  
  @media (max-width: 1023px) {
    .techcon__stage-img {
      display: none;
    }
  }
  
  .techcon__stage-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .techcon__changes .techcon__title {
    max-width: 69%;
    margin-bottom: 20px;
  }
  
  @media (max-width: 767px) {
    .techcon__changes .techcon__title {
      max-width: 80%;
    }
  }
  
  .techcon__changes-col {
    display: inline-block;
    width: calc(50% - 20px);
    vertical-align: top;
  }
  
  @media (max-width: 1023px) {
    .techcon__changes-col {
      width: 100%;
    }
  }
  
  .techcon__changes-col:first-of-type {
    margin-right: 30px;
  }
  
  .techcon__changes h4 {
    font-size: 18px;
  }
  
  .techcon__changes ul {
    margin-bottom: 40px;
  }
  
  @media (max-width: 1023px) {
    .techcon__changes-col:first-of-type {
      margin-right: 0;
    }
  
    .techcon__changes h4 {
      margin-top: 0;
    }
  
    .techcon__changes ul {
      margin-bottom: 30px;
    }
  }
  
  @media (max-width: 767px) {
    .techcon__changes h4 {
      font-size: 16px;
    }
  }
  
  @media (max-width: 479px) {
    .techcon__changes h4 {
      font-size: 14px;
    }
  }
  
  /* ORDER FORM */
  .techcon__order-content {
    padding: 40px 60px;
    background: #f5f4f4;
    border: 2px solid #c4c4c4;
  }
  
  @media (max-width: 1023px) {
    .techcon__order-content {
      padding: 30px;
    }
  }
  
  @media (max-width: 479px) {
    .techcon__order-content {
      padding: 20px 15px;
    }
  }
  
  .techcon__order form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  @media (max-width: 767px) {
    .techcon__order form {
      position: relative;
      padding-bottom: 50px;
    }
  }
  
  .techcon__order-field {
    display: inline-block;
    width: calc(50% - 15px);
    margin-bottom: 20px;
    font-size: 18px;
  }
  
  @media screen and (max-width: 767px) {
    .techcon__order-field {
      width: 100%;
      font-size: 12px;
    }
  }
  
  .techcon__order-field span {
    display: block;
    margin-bottom: 15px;
  }
  
  @media screen and (max-width: 767px) {
    .techcon__order-field span {
      margin-bottom: 10px;
    }
  }
  
  .techcon__order small {
    width: 100%;
    margin-bottom: 25px;
  }
  
  .techcon__order-field input,
  .techcon__order-field select {
    display: block;
    width: 100%;
    padding: 8px 20px;
    font-size: 18px;
    background: #fff;
    border: 1px solid #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .techcon__order-field select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #ffffff
      url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23034F96%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E")
      no-repeat right 5px top 50%/0.65em auto;
  }
  
  .techcon__order-field select::-ms-expand {
    display: none;
  }
  
  .techcon__order-field option {
    font-weight: normal;
  }
  
  @media screen and (max-width: 767px) {
    .techcon__order-field input,
    .techcon__order-field select {
      font-size: 12px;
    }
  }
  
  .techcon__order-privacy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 70%;
    margin-top: 10px;
    margin-bottom: 0;
  }
  
  @media (max-width: 1023px) {
    .techcon__order-privacy {
      width: 65%;
      margin-top: 0;
    }
  }
  
  @media (max-width: 767px) {
    .techcon__order-privacy {
      width: 100%;
    }
  }
  
  .techcon__order-privacy input {
    opacity: 0;
    width: 1px !important;
    position: relative;
    top: 12px;
    right: -17px;
  }
  
  .techcon__order-privacy .checkbox {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #ffffff;
    border: 2px solid #000000;
  }
  
  @media (max-width: 1023px) {
    .techcon__order-privacy .checkbox {
      margin-top: 8px;
      margin-bottom: 0;
    }
  }
  
  @media (max-width: 767px) {
    .techcon__order-privacy .checkbox {
      margin-top: 0;
    }
  }
  
  .techcon__order-privacy .checkbox::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 2px;
    width: 28px;
    height: 28px;
    background: url("data:image/svg+xml,%3Csvg width='22' height='24' viewBox='0 0 22 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.58146 14.8032C1.13214 14.482 0.507562 14.586 0.186428 15.0353C-0.134706 15.4846 -0.0307878 16.1092 0.418535 16.4303L1.58146 14.8032ZM7.12613 22.9951L6.31722 23.5831C6.55326 23.9078 6.96061 24.0599 7.35171 23.9693C7.74281 23.8788 8.04185 23.5631 8.11112 23.1677L7.12613 22.9951ZM21.3427 2.93456C21.8615 2.74529 22.1287 2.17125 21.9394 1.65241C21.7502 1.13357 21.1761 0.866403 20.6573 1.05567L21.3427 2.93456ZM0.418535 16.4303C0.706818 16.6363 1.21724 17.1521 1.87315 17.9053C2.50558 18.6314 3.20964 19.5029 3.87125 20.348C4.53164 21.1916 5.14367 22.001 5.59097 22.6001C5.81447 22.8995 5.9965 23.1459 6.12245 23.3171C6.18542 23.4027 6.23436 23.4696 6.26743 23.5148C6.28397 23.5374 6.29654 23.5547 6.30492 23.5662C6.3091 23.5719 6.31224 23.5762 6.3143 23.579C6.31533 23.5805 6.31609 23.5815 6.31658 23.5822C6.31683 23.5825 6.317 23.5828 6.31711 23.5829C6.31716 23.583 6.31719 23.583 6.31722 23.5831C6.31723 23.5831 6.31722 23.5831 7.12613 22.9951C7.93503 22.4072 7.93499 22.4071 7.93493 22.407C7.93489 22.407 7.93481 22.4069 7.93473 22.4068C7.93456 22.4065 7.93432 22.4062 7.93401 22.4058C7.9334 22.4049 7.93252 22.4037 7.93136 22.4021C7.92905 22.399 7.92565 22.3943 7.9212 22.3882C7.91231 22.376 7.89921 22.358 7.88212 22.3346C7.84795 22.2879 7.79784 22.2195 7.73362 22.1322C7.60521 21.9576 7.4203 21.7073 7.19357 21.4036C6.74038 20.7966 6.11868 19.9743 5.44606 19.1152C4.77467 18.2576 4.04647 17.3554 3.38135 16.5917C2.73972 15.855 2.08731 15.1647 1.58146 14.8032L0.418535 16.4303ZM7.12613 22.9951C8.11112 23.1677 8.11109 23.1679 8.11106 23.168C8.11107 23.168 8.11105 23.1681 8.11106 23.168C8.11109 23.1679 8.11116 23.1675 8.11128 23.1668C8.11151 23.1655 8.11192 23.1632 8.11252 23.1599C8.11372 23.1532 8.11566 23.1425 8.11836 23.1279C8.12376 23.0987 8.13219 23.0539 8.1438 22.9943C8.16702 22.8752 8.20295 22.6974 8.25278 22.468C8.35245 22.0092 8.50756 21.3452 8.72751 20.5344C9.168 18.9104 9.86556 16.7084 10.8932 14.3902C12.9706 9.70384 16.2925 4.77687 21.3427 2.93456L20.6573 1.05567C14.8166 3.18634 11.2016 8.75937 9.06477 13.5797C7.98529 16.0149 7.25643 18.318 6.79726 20.0108C6.56739 20.8583 6.40437 21.5555 6.29837 22.0434C6.24536 22.2874 6.20656 22.4793 6.18077 22.6115C6.16787 22.6777 6.15822 22.7289 6.15167 22.7644C6.14839 22.7822 6.14588 22.7959 6.14413 22.8057C6.14326 22.8105 6.14257 22.8144 6.14207 22.8172C6.14182 22.8186 6.14162 22.8198 6.14146 22.8207C6.14138 22.8211 6.1413 22.8216 6.14126 22.8218C6.14119 22.8222 6.14113 22.8226 7.12613 22.9951Z' fill='black'/%3E%3C/svg%3E%0A")
      center no-repeat;
    background-size: contain;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  
  .techcon__order-privacy .text {
    display: inline-block;
    width: calc(100% - 50px);
    font-size: 12px;
    line-height: 1.15;
  }
  
  @media screen and (max-width: 767px) {
    .techcon__order-privacy .text {
      font-size: 9px;
    }
  }
  
  .techcon__order-privacy input:checked + .checkbox::after {
    opacity: 1;
  }
  
  .techcon__order-privacy input.invalid + .checkbox {
    border: 2px solid rgb(255, 0, 0);
    -webkit-box-shadow: 0 0 3px 0 rgb(255, 0, 0);
    box-shadow: 0 0 3px 0 rgb(255, 0, 0);
  }
  
  @media screen and (max-width: 767px) {
    .techcon__order-btn {
      display: inline-block;
      margin: 0 auto;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      white-space: nowrap;
    }
  }
  @media screen and (max-width: 479px) {
    .techcon__order-btn {
      width: 284px;
    }
  }
  
  /* FAQ */
  .techcon__faq-item {
    position: relative;
    border: 2px solid #034f96;
  }
  
  .techcon__faq-item .techcon__block-expand {
    position: absolute;
    top: calc(50% - 20px);
    right: 60px;
    width: 45px;
    height: 40px;
    background-size: contain;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background: url(img/expand-faq.svg) center no-repeat;
  }
  
  @media screen and (max-width: 767px) {
    .techcon__faq-item .techcon__block-expand {
      right: 30px;
    }
  }
  
  @media screen and (max-width: 479px) {
    .techcon__faq-item .techcon__block-expand {
      right: 15px;
    }
  }
  
  .reverse {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  
  .techcon__faq-question {
    position: relative;
    margin: 0;
    padding: 24px 100px 24px 40px;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    text-align: left;
    background: #034f96;
    border-bottom: 1px solid #fff;
    cursor: pointer;
  }
  
  .techcon__faq-item:last-child .techcon__faq-question {
    border-bottom: 1px solid #034f96;
  }
  
  @media screen and (max-width: 767px) {
    .techcon__faq-question {
      font-size: 12px;
      padding: 24px 100px 24px 24px;
    }
  }
  
  @media screen and (max-width: 479px) {
    .techcon__faq-question {
      padding: 24px 65px 24px 20px;
    }
  }
  
  .techcon__faq-answer {
    display: none;
    margin: 0;
    padding: 24px 100px 24px 40px;
  }
  
  .techcon__faq-answer table {
    border-collapse: collapse;
  }
  
  .techcon__faq-answer table td,
  .techcon__faq-answer table th {
    padding: 8px;
    border: 1px solid #ccc;
  }
  
  .techcon__faq-answer table td:not(:first-child) {
    text-align: center;
  }
  
  @media screen and (max-width: 1260px) {
    .techcon__faq-answer {
      padding: 24px 60px 24px 40px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .techcon__faq-answer {
      font-size: 12px;
      padding: 24px;
    }
  }
  
  @media screen and (max-width: 479px) {
    .techcon__faq-answer {
      padding: 15px 5px;
    }
    .techcon__faq-answer table td,
    .techcon__faq-answer table th {
      padding: 4px;
    }
  }
  