* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

ul li {
  list-style: none
}

body, html {
  background: #Fff
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden
}

.wrapper footer, .wrapper header, .wrapper main {
  display: block;
  width: 100%
}

footer {
  margin-top: auto
}

main {
  flex-grow: 1
}

html {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  font-family: Rubik, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #3e3e3e;
}

button, input, select, textarea {
  font-family: Rubik, sans-serif
}

a {
  text-decoration: none;
  transition: .3s;
  color: #28333a;
  outline: 0
}

.a, .about-order__form:after, .about-test:after, .adw:after, .button:after, .button_border:before, .button_fast:before, .button_portal_border:before, .button_shadow:before, .check-list__item:after, .faq__question:after, .faq__question:before, .frost-night__content:after, .frost-night__content:before, .frost-night__rec:after, .frost-night__rec:before, .installation:after, .messenger-title a:before, .nav__body:after, .offer-electro:after, .offer-electro:before, .offer-kont:after, .offer-kont:before, .offer-sks:after, .offer-sks:before, .offer-test:after, .offer-test:before, .offer-video:after, .offer-video:before, .offer-wifi:after, .offer-wifi:before, .offer-vols:after, .offer-vols:before, .offer:after, .offer:before, .portal__button:after, .project__button:after, .quality-control:after, .quality-control:before, .supplier-portal-button:after, .title .title__bg:after, .title_with-line:after, .title_with-line:before, .video-item:after, .video-testing:after, .warranty:after {
  content: "";
  display: block
}

p a {
  color: #28333a
}

.content {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%
}

.content_big {
  max-width: 1500px
}

.table {
  width: 50%;
  margin: auto;
}

.title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 55px;
  padding-top: 200px;
}

.title__form {
  text-align: left;
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 55px;
  color: #f1de00;
}

.table__head .table__col_name {
  justify-content: center;
  color: #fff;
}

@media screen and (max-width:767px) {
  .title {
    font-size: 30px
  }
}

@media screen and (max-width:450px) {

  .title__form {
    text-align: center;
    padding-top: 60px;
    margin-bottom: 30px;
    display: block;
  }
  .title {
    font-size: 28px
  }
}

.subtitle {
  font-size: 24px;
  margin-bottom: 35px
}

@media screen and (max-width:767px) {
  .subtitle {
    font-size: 28px
  }
}

@media screen and (max-width:450px) {
  .subtitle {
    font-size: 18px
  }
}

.header-mail {
  color: #fff;
  font-size: 14px
}

.title .title__bg {
  font-weight: 500;
  position: relative;
  z-index: 100;
  display: inline-block
}

.title .title__bg:after {
  position: absolute;
  z-index: -1;
  left: -2px;
  right: -2px;
  top: 4px;
  bottom: 0;
  background: linear-gradient(90deg, #f206b3 0, #672edd 92.39%), #c4c4c4;
  opacity: .4;
  border-radius: 5px;
  filter: blur(10px)
}

.title_icon {
  text-align: center;
}

.title_icon>span {
  position: relative;
  display: inline-block;
  padding: 0 100px
}


.title__form>span {
  position: relative;
  display: inline-block;
  
}

.title__icon {
  position: absolute;
  left: 0;
  top: 23px;
  transform: translateY(-50%);
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.title__icon__form {
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translateY(-50%);
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: flex-end
}


.title_with-line span {
  padding: 0 15px
}

.title_with-line:after, .title_with-line:before {
  z-index: 1;
  height: 3px;
  flex-grow: 1;
  background: linear-gradient(-90deg, #fff 0, #ff9f49  .01%, #efefef  100%), #c4c4c4;
  min-width: 20px
}

.title_with-line:after {
  background: linear-gradient(90deg, #fff 0, #ff9f49  .01%, #efefef  100%), #c4c4c4
}

.title_bg span {
  background: rgba(35, 5, 65, .6);
  opacity: .99;
  border: 2px solid #9a327e;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 13px 5px
}

.title_left {
  text-align: left;
  justify-content: flex-start
}

.title__color {
  color: #f206b3
}

@media screen and (max-width:999px) {

  .table__head .table__col_name {
    justify-content: center; 
    color: #fff;
}
  
.table {
  width: 100%;
  margin: auto;
}

  .title br {
    display: none
  }
  .title_icon>span {
    padding: 0
  }
  .title_icon .title__icon {
    position: static;
    transform: none;
    margin: 0 auto 0;
    justify-content: center
  }
  .title_icon .title__icon img {
    transform: translateY(-10%) scale(.8, .8)
  }
}

.entry-content {
  line-height: 1.5;
  font-size: 22px;
  font-weight: 300
}

.entry-content strong {
  font-weight: 500
}

.entry-content a {
  color: #672edd
}

.entry-content a:hover {
  text-decoration: underline
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  line-height: 1.2;
  font-weight: 700
}

.entry-content h1 {
  font-size: 2.25em;
  padding-bottom: .694em
}

.entry-content h2 {
  font-size: 1.5em;
  padding-bottom: 1.042em
}

.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-size: 1.25em;
  padding-bottom: 1.25em
}

.entry-content p {
  padding-bottom: 20px
}

.entry-content ul {
  padding-bottom: 1.25em
}

.entry-content ul li {
  position: relative;
  padding-bottom: .313em;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start
}

.entry-content ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  min-width: 5px;
  margin-right: 14px;
  margin-left: 4px;
  margin-top: .625em;
  background: #672edd;
  border-radius: 50%
}

.entry-content ol {
  counter-reset: ol
}

.entry-content ol li {
  list-style: none;
  display: flex;
  align-items: flex-start
}

.entry-content ol li:before {
  counter-increment: ol;
  content: counter(ol) ".";
  display: block;
  width: 40px;
  min-width: 40px;
  text-align: right;
  padding-right: 10px
}

.entry-content blockquote {
  padding-left: 18px;
  border-left: 5px solid #672edd;
  margin-bottom: 1.563em;
  font-style: italic
}

.entry-content blockquote * {
  padding: 0;
  margin: 0
}

.entry-content img {
  max-width: 100%;
  height: auto;
  padding: 30px 0px;
}

.entry-content table {
  width: 100%!important;
  border-collapse: collapse;
  margin-bottom: 1.875em
}

.entry-content table tr td {
  width: auto!important;
  height: auto!important;
  padding: 4px 15px
}

.entry-content table tbody tr:nth-child(odd) {
  background: #eff0f5
}

.entry-content table thead tr {
  font-weight: 700
}

.alignnone {
  margin: 5px 20px 20px 0
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto
}

.alignright {
  float: right;
  margin: 5px 0 30px 30px
}

.alignleft {
  float: left;
  margin: 5px 30px 30px 0
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

a img.alignnone {
  margin: 5px 20px 20px 0
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden
}



.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto!important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

@media screen and (max-width:999px) {
  .entry-content {
    font-size: 18px
  }
}

@media screen and (max-width:767px) {
  .entry-content {
    font-size: 16px
  }
  .entry-content table {
    font-size: 14px
  }
  .entry-content table tr td {
    padding-left: 7px;
    padding-right: 7px
  }
}

@media screen and (max-width:580px) {
  .entry-content img {
    display: block;
    float: none;
    margin: 0 auto 30px auto
  }
  .entry-content table {
    font-size: 12px
  }
  .entry-content table tr td {
    padding-left: 4px;
    padding-right: 4px
  }
}

.form__title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px
}

.form__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between
}

.form__list_bg {
  background: #190e32;
  border-radius: 10px;
  padding: 30px
}

.form__list_download {
  max-width: 250px
}

.form_appointment {
  max-width: 818px;
  margin: 0 auto
}

.form__label {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1;
  padding-left: 20px
}

.form__item {
  width: 100%;
  margin-bottom: 15px;
  position: relative
}

.form__item_33 {
  width: calc(33.3333% - 20px)
}

.form__item_50 {
  width: calc(50% - 10px)
}

.form__item_center {
  margin: 0 auto
}

.form__item_submit {

}

.form__item_select {
  padding-left: 24px;
  margin-top: auto;
  max-width: 220px
}

.form__info {
  font-weight: 300;
  font-size: 11px;
  text-align: center
}

.form__list_contacts {
  max-width: 270px
}

@media screen and (max-width:999px) {
  .form__item_33 {
    width: 100%
  }
  .form__list {
    max-width: 350px
  }
}

button[type=submit], input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: .3s;
  border: 0;
  outline: 0;
  width: 100%
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select, textarea {
  height: 60px;
  background: #fff;
  border: 0;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 300;
  display: block;
  outline: 0;
  width: 100%;
  border: 3px solid transparent;
  border-radius: 60px;
  -webkit-appearance: none;
  color: #000
}

input[type=email].input-center, input[type=number].input-center, input[type=password].input-center, input[type=search].input-center, input[type=tel].input-center, input[type=text].input-center, select.input-center, textarea.input-center {
  text-align: center
}

input[type=email].input-gray, input[type=number].input-gray, input[type=password].input-gray, input[type=search].input-gray, input[type=tel].input-gray, input[type=text].input-gray, select.input-gray, textarea.input-gray {
  background: #bcbcbc
}

input[type=email].error, input[type=number].error, input[type=password].error, input[type=search].error, input[type=tel].error, input[type=text].error, select.error, textarea.error {
  border-color: red
}

input[type=email].input-40, input[type=number].input-40, input[type=password].input-40, input[type=search].input-40, input[type=tel].input-40, input[type=text].input-40, select.input-40, textarea.input-40 {
  height: 50px
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
  background: #fff
}

input[type=email].has-value, input[type=number].has-value, input[type=password].has-value, input[type=search].has-value, input[type=tel].has-value, input[type=text].has-value, select.has-value, textarea.has-value {
  background: #fff
}

select {
  height: 40px;
  border-radius: 5px;
  padding: 0 15px;
  background: #fff url(../images/arrow.svg) calc(100% - 13px) center no-repeat;
  background-size: 18px 18px
}

label.error {
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 50%);
  left: 50%;
  white-space: nowrap;
  background: red;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  padding: 0 5px
}

textarea {
  height: 100px;
  padding-top: 15px;
  resize: none;
  overflow: auto;
  border-radius: 15px
}

.modal input {
  height: 40px;
  font-size: 16px
}

.modal textarea {
  height: 120px;
  font-size: 16px
}

.modal .button {
  height: 40px;
  font-size: 16px
}

.modal .form__item_submit {
  padding-top: 0;
  margin-bottom: 0
}

::-webkit-input-placeholder {
  color: #202020;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s
}

:-moz-placeholder {
  color: #202020;
  opacity: 1;
  -moz-transition: .3s;
  transition: .3s
}

::-moz-placeholder {
  color: #202020;
  opacity: 1;
  -moz-transition: .3s;
  transition: .3s
}

:-ms-input-placeholder {
  color: #202020;
  opacity: 1;
  -ms-transition: .3s;
  transition: .3s
}

input[type=email]:focus::-webkit-input-placeholder, input[type=number]:focus::-webkit-input-placeholder, input[type=password]:focus::-webkit-input-placeholder, input[type=search]:focus::-webkit-input-placeholder, input[type=tel]:focus::-webkit-input-placeholder, input[type=text]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0
}

input[type=email]:focus:-moz-placeholder, input[type=number]:focus:-moz-placeholder, input[type=password]:focus:-moz-placeholder, input[type=search]:focus:-moz-placeholder, input[type=tel]:focus:-moz-placeholder, input[type=text]:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  opacity: 0
}

input[type=email]:focus::-moz-placeholder, input[type=number]:focus::-moz-placeholder, input[type=password]:focus::-moz-placeholder, input[type=search]:focus::-moz-placeholder, input[type=tel]:focus::-moz-placeholder, input[type=text]:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0
}

input[type=email]:focus:-ms-input-placeholder, input[type=number]:focus:-ms-input-placeholder, input[type=password]:focus:-ms-input-placeholder, input[type=search]:focus:-ms-input-placeholder, input[type=tel]:focus:-ms-input-placeholder, input[type=text]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0
}

input[type=email].valid-error, input[type=email].wpcf7-not-valid, input[type=password].valid-error, input[type=password].wpcf7-not-valid, input[type=tel].valid-error, input[type=tel].wpcf7-not-valid, input[type=text].valid-error, input[type=text].wpcf7-not-valid, textarea.valid-error, textarea.wpcf7-not-valid {
  border-color: red
}

input[type=email].valid-error::-webkit-input-placeholder, input[type=email].wpcf7-not-valid::-webkit-input-placeholder, input[type=password].valid-error::-webkit-input-placeholder, input[type=password].wpcf7-not-valid::-webkit-input-placeholder, input[type=tel].valid-error::-webkit-input-placeholder, input[type=tel].wpcf7-not-valid::-webkit-input-placeholder, input[type=text].valid-error::-webkit-input-placeholder, input[type=text].wpcf7-not-valid::-webkit-input-placeholder, textarea.valid-error::-webkit-input-placeholder, textarea.wpcf7-not-valid::-webkit-input-placeholder {
  color: red
}

input[type=email].valid-error:-moz-placeholder, input[type=email].wpcf7-not-valid:-moz-placeholder, input[type=password].valid-error:-moz-placeholder, input[type=password].wpcf7-not-valid:-moz-placeholder, input[type=tel].valid-error:-moz-placeholder, input[type=tel].wpcf7-not-valid:-moz-placeholder, input[type=text].valid-error:-moz-placeholder, input[type=text].wpcf7-not-valid:-moz-placeholder, textarea.valid-error:-moz-placeholder, textarea.wpcf7-not-valid:-moz-placeholder {
  color: red
}

input[type=email].valid-error::-moz-placeholder, input[type=email].wpcf7-not-valid::-moz-placeholder, input[type=password].valid-error::-moz-placeholder, input[type=password].wpcf7-not-valid::-moz-placeholder, input[type=tel].valid-error::-moz-placeholder, input[type=tel].wpcf7-not-valid::-moz-placeholder, input[type=text].valid-error::-moz-placeholder, input[type=text].wpcf7-not-valid::-moz-placeholder, textarea.valid-error::-moz-placeholder, textarea.wpcf7-not-valid::-moz-placeholder {
  color: red
}

input[type=email].valid-error:-ms-input-placeholder, input[type=email].wpcf7-not-valid:-ms-input-placeholder, input[type=password].valid-error:-ms-input-placeholder, input[type=password].wpcf7-not-valid:-ms-input-placeholder, input[type=tel].valid-error:-ms-input-placeholder, input[type=tel].wpcf7-not-valid:-ms-input-placeholder, input[type=text].valid-error:-ms-input-placeholder, input[type=text].wpcf7-not-valid:-ms-input-placeholder, textarea.valid-error:-ms-input-placeholder, textarea.wpcf7-not-valid:-ms-input-placeholder {
  color: red
}

input[type=checkbox], input[type=radio] {
  display: none
}

input[type=checkbox]+span, input[type=radio]+span {
  display: block;
  border: 1px solid #d8d8d8;
  width: 21px;
  height: 21px;
  border-radius: 3px;
  background: #f6f6f6;
  cursor: pointer;
  margin-right: 14px;
  min-width: 18px;
  font-size: 0;
  color: transparent
}

input[type=radio]+span {
  border-radius: 50%
}

input[type=checkbox]:checked+span, input[type=radio]:checked+span {
  background: #672edd url(../images/icon/check_white.svg) center no-repeat;
  background-size: 12px 12px;
  border-color: #672edd
}

input[type=radio]:checked+span {
  background: #fff;
  border-width: 5px
}

input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer
}

.psevdo-file {
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer
}

.file-btn {
  display: inline-block;
  font-size: 18px;
  padding-left: 50px;
  background: url(../images/attached.png) 0 center no-repeat;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

select {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer
}

select::-ms-expand {
  display: none
}

.input-list .ajax-loader {
  visibility: hidden
}

.input-list .ajax-loader {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  width: 100%!important;
  height: 100%!important;
  margin: 0!important;
  background: rgba(255, 255, 255, .7) url(../images/loading.gif) center no-repeat!important;
  background-size: 50px auto!important;
  z-index: 600!important
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 0 15px;
  height: 60px;
  border-radius: 60px;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  z-index: 100;
  background-size: 100% 100%;
  background: #fbd637
}

.button:after {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #fbd637 0, #fbd637 92.39%), #fbd637;
  transition: .3s;
  border-radius: 60px
}

.button span {
  position: relative;
  z-index: 100;
  transition: .3s
}

.button-mes {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  width: 130px;
  padding: -8px 15px;
  height: 45px;
  border-radius: 60px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  z-index: 100;
  background-size: 100% 100%;
  margin: 0;
  margin-right: 10px;
}

.viber {
  background: #8b52a3;
}
.viber:hover {
  background: #5a2b6d;
}

.telegram {
  background: #00a7dc;
}
.telegram:hover {
  background: #09579a;
}

.watsup {
  background: #47b84d;
}
.watsup:hover {
  background: #306f34;
}



.button-mes span {
  position: relative;
  z-index: 100;
  transition: .3s
}

@media (hover:hover) {
  .button:not(:disabled):hover:after {
    opacity: 0
  }
}

.button:disabled {
  opacity: .5
}

.button_shadow:before {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 24px;
  top: 0;
  bottom: -2px;
  border-radius: 29px;

  transition: .3s;
  transition-delay: .3s
}

@media (hover:hover) {
  .button_shadow:not(:disabled):hover:before {
    opacity: 0;
    transition: 0s;
    transition-delay: 0s
  }
}

.button_shadow-small:before {
  top: 5px;
  left: 15px;
  bottom: -5px;
  right: auto;
  width: calc(100% - 75px);
  max-width: 245px
}

.button_device {
  max-width: 540px;
  margin: 0 auto
}

.button_device:hover {
  max-width: 580px;
  margin: 0 auto
}

.button_order {
  max-width: 250px;
  margin: 0 auto
}

.button_order:hover {
  max-width: 275px;
  margin: 0 auto
}

.button_green {
  box-shadow: 0 4px 10px 1px rgba(0, 255, 56, .25);
  background: #2cb039
}

.button_green:after {
  background: linear-gradient(90deg, #2cb039 0, #11962f 92.39%), #c4c4c4
}

.button_center {
  margin: 0 auto
}

.button_offer {
  max-width: 360px
}

.button__download {
  background: url(../images/download-icon.png) 0 0 no-repeat;
  width: 24px;
  min-width: 24px;
  margin-right: 11px;
  height: 24px;
  background-size: contain;
  display: block
}

.fast-buttons {
  display: none;
  position: fixed;
  bottom: 20%;
  left: 100%;
  z-index: 900
}

.button_fast {
  height: 52px;
  margin-bottom: 5px;
  border-radius: 52px 0 0 52px;
  display: inline-flex;
  padding: 0 20px 0 60px;
  transform: translateX(-55px);
  white-space: nowrap
}

.button_fast:after {
  width: 98px;
  right: auto;
  left: 0
}

.button_fast:before {
  position: absolute;
  z-index: 20;
  width: 55px;
  left: 0;
  top: 0;
  height: 100%
}

@media (hover:hover) {
  .button_fast:not(:disabled):hover {
    transform: translateX(-100%)
  }
  .button_fast:not(:disabled):hover:after {
    width: 100%
  }
}

.button_fast-calculate:before {
  background: url(../images/calc-icon.png) center no-repeat;
  background-size: 35px auto
}

.button_fast-order:before {
  background: url(../images/order-icon.png) center no-repeat;
  background-size: 35px auto
}

.button_fast-callback:before {
  background: url(../images/callback-icon.png) center no-repeat;
  background-size: 26px auto
}

.button_border {
  height: 50px
}

.button_border:before {
  position: absolute;
  z-index: 20;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border-radius: 50px
}

.button_portal_border {
  height: 50px
}

.button_portal_border:after {
  background: linear-gradient(to bottom, #f206b3 0, #672edd 92.39%), #c4c4c4
}

.button_portal_border:before {
  position: absolute;
  z-index: 20;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #131524;
  border-radius: 50px
}

.button_portal_border span {
  font-size: 13px;
  font-weight: 100
}

.portal__button {
  width: auto
}

@media screen and (max-width:560px) {
  .portal__button {
    width: 100%;
    margin-top: 25px
  }
}

.button_project {
  max-width: 245px
}

.button_project:hover {
  max-width: 280px
}

.slick-a-next, .slick-a-prev, .slick-arrow-next.slick-arrow, .slick-arrow-prev.slick-arrow {
  position: absolute;
  cursor: pointer;
  transition: .3s;
  z-index: 700;
  top: 50%;
  background: url(../images/arrow.png) 0 0 no-repeat;
  background-size: contain;
  width: 58px;
  height: 58px;
  margin-top: -25px
}

@media (hover:hover) {
  .slick-a-next:not(.slick-disabled):hover, .slick-a-prev:not(.slick-disabled):hover, .slick-arrow-next.slick-arrow:not(.slick-disabled):hover, .slick-arrow-prev.slick-arrow:not(.slick-disabled):hover {
    transform: scale(1.1, 1.1)
  }
}

@media screen and (max-width:767px) {
  .slick-a-next, .slick-a-prev, .slick-arrow-next.slick-arrow, .slick-arrow-prev.slick-arrow {
    width: 42px;
    height: 42px;
    margin-top: -18px
  }
}

.slick-a-prev, .slick-arrow-prev.slick-arrow {
  left: 18px;
  transform: scale(-1, 1)
}

@media screen and (max-width:767px) {
  .slick-a-prev, .slick-arrow-prev.slick-arrow {
    left: 10px
  }
}

@media (hover:hover) {
  .slick-a-prev:not(.slick-disabled):hover, .slick-arrow-prev.slick-arrow:not(.slick-disabled):hover {
    transform: scale(-1.1, 1.1)
  }
}

.slick-a-next, .slick-arrow-next.slick-arrow {
  right: 18px
}

@media screen and (max-width:767px) {
  .slick-a-next, .slick-arrow-next.slick-arrow {
    right: 10px
  }
}

.slick-a-next:after, .slick-arrow-next.slick-arrow:after {
  transform: translate(-50%, -50%) rotate(135deg);
  margin-left: -3px
}

.slick-a-next.slick-disabled, .slick-a-prev.slick-disabled, .slick-arrow-next.slick-arrow.slick-disabled, .slick-arrow-prev.slick-arrow.slick-disabled {
  opacity: .5;
  cursor: not-allowed
}

.slick-a-next, .slick-a-prev {
  transform: translateY(0);
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.slick-dots {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0
}

.slick-dots li {
  padding: 0 5px
}

.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: 1px solid #672edd;
  outline: 0;
  background: 0 0
}

.slick-dots .slick-active button {
  background: #672edd
}

.to-top {
  position: fixed;
  cursor: pointer;
  transition: .5s;
  width: 50px;
  height: 50px;
  background: #672edd;
  z-index: 800;
  bottom: 50px;
  border-radius: 3px;
  right: -100px;
  animation-duration: 1s;
  animation-fill-mode: both;
  box-shadow: 0 9px 22px rgba(0, 0, 0, .28)
}

.to-top:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
  margin-top: 3px;
  transition: .3s
}

.to-top:hover:after {
  margin-top: -3px
}

.to-top.active {
  right: 50px
}

@media screen and (max-width:767px) {
  .to-top {
    bottom: 15px;
    width: 40px;
    height: 40px
  }
  .to-top:after {
    transform: translate(-50%, -50%) rotate(45deg) scale(.7, .7)
  }
  .to-top.active {
    right: 15px
  }
}

.icon-menu {
  min-width: 52px;
  width: 52px;
  height: 52px;
  cursor: pointer;
/*border-radius: 50%;*/
  background: #fff;
  padding-left: 11px;
  padding-top: 16px;
  transition: .3s;
  position: relative;
  z-index: 100
}

.icon-menu.active {
  background: #ff9f49;
}

.icon-menu.active div {
  background: #fff
}

.sw-bottom, .sw-footer, .sw-topper {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 30px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(
    90.32deg
    , #ff9f49  .32%, #ff9f49  77.58%), #ff9f49 ;
  border: none;
  transition: transform .5s, top .2s
}

.sw-bottom {
  top: 5px
}

.sw-footer {
  top: 10px;
  max-width: 23px
}

.icon-menu.active .sw-topper {
  top: 8px;
  transform: rotate(135deg)
}

.icon-menu.active .sw-bottom {
  top: 5px;
  transform: rotate(-135deg)
}

.icon-menu.active .sw-footer {
  top: 0;
  transform: rotate(180deg);
  opacity: 0
}

div.wpcf7-mail-sent-ok {
  display: none!important
}

body .wpcf7-not-valid-tip {
  font-size: 10px!important;
  color: #fff!important;
  background: red!important;
  padding: 0 0 0!important;
  margin: 0!important;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0
}

.wpcf7-form br {
  display: none!important
}

.wpcf7-form .wpcf7-validation-errors {
  font-size: 13px!important;
  color: red!important;
  padding: 0 0 20px 0!important;
  margin: 0 auto!important;
  border: 0!important;
  text-align: center;
  display: none!important
}

.wpcf7-form-control-wrap {
  position: static!important
}

.wpcf7-response-output {
  display: none!important
}

/* При наведении на кнопки добавляем фон кнопок */

/* Собственно сам слайдер */
.slider{
  /* max-width: 80%; */
  position: relative;
  margin-bottom: 130px;
  margin: auto;
  width: 100%;
}
/* Картинка мастабируется по отношению к родительскому элементу */
.slider .item img {
object-fit: cover;
width: 100%;
height: 520px;
}

/* Кнопки вперед и назад */
.slider .prev, .slider .next {
cursor: pointer;
position: absolute;
top: 0;
top: 60%;
width: auto;
margin-top: -22px;
padding: 30px;
color: white;
font-weight: bold;
font-size: 30px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
}


.slider .next {
right: 0;
border-radius: 3px 0 0 3px;
}




.slider .prev:hover,
.slider .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


/* Заголовок слайда */
.slideText {
  position: absolute;
  color: #fff;
  font-size: 50px;
  text-align: center;
  /* Выравнивание текста по горизонтали и по вертикали*/
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  /* Тень*/
  text-shadow: 1px 1px 1px #000, 0 0 1em #000;
}


/* Кружочки */

.slider-dots {
text-align: center;
display:none;

}
.slider-dots_item{
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 2px;
  background-color: #ddd;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.slider-dots_item:hover {
  background-color: #aaa;
}

.name {
  padding: 15px 0px 10px 0px;
  font-size: 21px;
  word-wrap: break-word;
  color: #fff;
  font-weight: 500;
}

.desc {
  font-weight: 500;
  color: #fff;
  font-size: 45px;
  padding: 0px 20px;
}

.desc a {
  color: #fff;
}

.discover {
  padding-top: 20px;
  padding-bottom: 5px;
}

.discover_line {
  margin: 5px auto 20px;
  border-bottom: 1px solid #fff;
  transition: ease .3s;
}

.discover_line:hover {
  margin: 5px auto 20px;
  border-bottom: none;
  transition: ease .3s;
}

.all_services {
  padding-top: 70px;
  position: relative;
  height: 750px;
  background-color: #fff;
}

.all-first {
  height: 180px;
  display: block;
}

.img {
  height: 80px;
  padding-top: 10px;
  display: block;
}




/* Анимация слайдов */

.slider .item {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
      opacity: .4
  }
  to {
      opacity: 1
  }
}

@keyframes fade {
  from {
      opacity: .4
  }
  to {
      opacity: 1
  }
}

.advantages {
  background-color: #fef7f1;
  position: relative;
}

.advantages_row {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 90%;
}
.advantages_prop {

}
.adv-center {
  display: flex;
  width: 100%;
}

.advantages_item {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0px;
  margin: 0 auto;
}

.advantages_item_img {
  padding-right: 15px;
}

.advantages_item_img img {
 width: 55px;
}


.advantages_item_text {
  font-size: 22px;
  font-weight: 500;
  padding-top: 5px;
}

/* Убираем стандартный маркер Chrome */
details summary::-webkit-details-marker {
  display: none
}
/* Убираем стандартный маркер Firefox */
details > summary {
  list-style: none;
}

.btn-primary {
  background: #ff9f49;
  cursor: pointer;
  font-weight: 500;
  padding-left: 20px;
  padding-top: 10px;
  height: 50px;
  width: 210px;
}

.pt-20 {
  padding-top: 20px;
}
.footer_border {
  width: 98%;
  text-align: center;
  border: 1px solid #e48c3e;
  margin: 0 auto;
  margin-bottom: 20px;
}

.rowtech {
  width: 70%;
}
.techart {
  width: 45%;
}
.techtext {
  padding-top: 35px;
  font-size: 22px;
}

.photogallery {
  background: linear-gradient( 153.81deg, #f3e9e9 16.48%, #f3e9e9 87.11%), #f3e9e9;
  padding-top: 50px;
  padding-bottom: 50px;
}

@import '//fonts.googleapis.com/css?family=Lato:400,400italic|Arvo:700,400,400italic';



pre {
  border:1px solid #000;
  overflow-x:auto;
  background: #222;
  color: #fff;
  text-shadow: none;
}


.carousel-stage ul li {
  width: 800px;
    text-align: center;
    margin: 0 auto;
}
.carousel-stage ul li img{

}

.entry-content-img {
  text-align: center;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}

.slick-track:after, .slick-track:before {
  display: table;
  content: ""
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto
}

.slick-prev:before {
  content: ""
}

[dir=rtl] .slick-prev:before {
  content: ""
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}

.slick-next:before {
  content: ""
}

[dir=rtl] .slick-next:before {
  content: ""
}

@keyframes bounceInRight {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0)
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0)
  }
  75% {
    transform: translate3d(10px, 0, 0)
  }
  90% {
    transform: translate3d(-5px, 0, 0)
  }
  to {
    transform: none
  }
}

.bounceInRight {
  animation-name: bounceInRight
}

body.compensate-for-scrollbar {
  overflow: hidden
}

.fancybox-active {
  height: auto
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992
}

.fancybox-container * {
  box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none
}

.fancybox-toolbar {
  right: 0;
  top: 0
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0
}

.fancybox-slide--image:before {
  display: none
}

.fancybox-slide--html {
  padding: 6px
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  user-select: none;
  z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing
}

.fancybox-container [data-selectable=true] {
  cursor: text
}

.fancybox-image, .fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  user-select: none;
  width: 100%
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%
}

.fancybox-slide--video .fancybox-content {
  background: #000
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff
}

.fancybox-iframe, .fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0
}

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc
}

.fancybox-button:hover {
  color: #fff
}

.fancybox-button:focus {
  outline: 0
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0
}

.fancybox-button div {
  height: 100%
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998
}

.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px
}

.fancybox-navigation .fancybox-button div {
  padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999
}

@keyframes a {
  to {
    transform: rotate(1turn)
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
  .fancybox-caption {
    padding: 12px
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px
  }
  .fancybox-slide--image {
    padding: 6px 0
  }
  .fancybox-close-small {
    right: -6px
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px
}

.fancybox-share p {
  margin: 0;
  padding: 0
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff
}

.fancybox-share__button:hover {
  text-decoration: none
}

.fancybox-share__button--fb {
  background: #3b5998
}

.fancybox-share__button--fb:hover {
  background: #344e86
}

.fancybox-share__button--pt {
  background: #bd081d
}

.fancybox-share__button--pt:hover {
  background: #aa0719
}

.fancybox-share__button--tw {
  background: #1da1f2
}

.fancybox-share__button--tw:hover {
  background: #0d95e8
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px
}

.fancybox-share__button svg path {
  fill: #fff
}

.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1
}

@media (max-width:576px) {
  .fancybox-thumbs {
    width: 110px
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px)
  }
}

.pop__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 25px;
  font-size: 30px
}

.modals__item.fancybox-content {
  background: #9cdaff;
  border-radius: 10px;
  max-width: 1270px;
  width: 100%;
  padding: 0
}

.modal__row {
  display: flex;
  flex-wrap: wrap
}

.modal__col {
  width: 50%;
  position: relative;
  padding: 50px
}

.modal__logo {
  padding: 10px 15px;
  background: #fff;
  border-radius: 10px;
  display: inline-block
}

.modal__logo img {
  display: block
}

.modal__desc {
  font-size: 16px;
  line-height: 1.3;
  padding-bottom: 30px;
  margin-top: -10px
}

.modal__desc p {
  margin-bottom: 20px
}

.modal__desc ul {
  margin-left: 20px;
  margin-bottom: 20px
}

.modal__desc ul li {
  list-style: disc
}

.fancybox-slide--html .fancybox-close-small {
  background: red;
  border-radius: 50%;
  top: 20px;
  right: 20px;
  padding: 5px;
  transition: .3s
}

.success.fancybox-content {
  text-align: center;
  background: #90ff90;
  padding: 50px
}

.success.fancybox-content .success__icon {
  background: url(../images/icon/success.svg) center 0 no-repeat;
  background-size: 90px 90px;
  width: 90px;
  height: 90px;
  margin: 0 auto
}

.success.fancybox-content .success__title {
  padding-top: 20px;
  font-weight: 600;
  font-size: 30px;
  color: #039f03;
  padding-bottom: 15px;
  line-height: 1.1
}

.success.fancybox-content .success__desc {
  color: #039f03;
  font-size: 16px;
  padding: 0
}

@media screen and (max-width:999px) {
  .modal__col {
    width: 100%;
    background: 0!important
  }
  .modal__col:nth-child(2) {
    display: none
  }
  .modal__col .form__list {
    width: 100%;
    max-width: 100%
  }
  .fancybox-slide--html .fancybox-close-small {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px
  }
}

@media screen and (max-width:540px) {
  .form__item_50 {
    width: 100%
  }
  .modal__col {
    padding-left: 30px;
    padding-right: 30px
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: .3s
}

.header.active {
  background: linear-gradient(to bottom, #edede5 0, rgb(255 255 255 / 97%) 100%);
}

.header.active .header-row {
  padding: 15px 0;
}

.header-row {
  padding: 25px 0;
  transition: .3s;
  background-color: #fef7f1;
}

.header-row__content {
  display: flex;
  align-items: center
}

.logo-row {
  display: flex;
  align-items: center
}

.logo {
  display: block;
  width: 128px
}

.logo img {
  display: block;
  width: 130px;
}

.site-desc {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #6430de;
  font-size: 13px;
  max-width: 240px
}

.supplier-portal-button {
  border-radius: 40px;
  background: #8cb500;
  height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 12px;
  padding: 0 20px 0 47px;
  position: relative;
  margin-left: 67px;
  margin-right: auto
}

.supplier-portal-button:after {
  position: absolute;
  z-index: 1;
  background: url(../images/button-icon.png) center no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  border-radius: 50%
}

@media (hover:hover) {
  .supplier-portal-button:hover {
    background: #2cb039
  }
}

.messenger {
  display: flex;
  align-items: center
}

.messenger a {
  background: url(../images/icon/messenger.png);
  background-size: auto 44px;
  height: 44px;
  width: 44px;
  min-width: 44px;
  margin: 0 7px
}

.messenger a:hover {
  transform: scale(.8, .8)
}

.messenger .messenger__viber {
  background-position: 0 0
}

.messenger .messenger__whatsapp {
  background-position: -53px 0;
    width: 44px;
    min-width: 44px;
}

.messenger .messenger__telegram {
  background-position: -104px 0;
  width: 48px;
  min-width: 48px;
}

.messenger_header {
  margin-left: 100px;
  margin-right: 37px;
  position: relative;
  z-index: 100
}

.phone-item {
  margin-left: 71px;
  margin-right: 71px;
  position: relative;
  z-index: 100
}

.phone-item__link {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 2px
}

@media (hover:hover) {
  .phone-item__link:hover {
    color: #6b36f8
  }
}

.phone-item__desc {
  color: #28333a;
  font-size: 14px;
  text-align: center;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: flex;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: .3s
}

.nav.active {
  opacity: 1;
  visibility: visible
}

.nav.active .nav__body {
  opacity: 1;
  transform: translateX(0)
}

.nav__close {
  background: #fef7f1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.nav__content {
  display: flex;
  justify-content: flex-end
}

.nav__body {
  background: #fef7f1;
  width: 580px;
  padding-top: 102px;
  padding-left: 50px;
  display: flex;
  position: relative;
  transform: translateX(30px);
  transition: .5s;
  opacity: .5;
  z-index: 100
}

.nav__body:after {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 1000px;
    background: #ff9f49;
}

.nav__scroll {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  padding-top: 70px
}

.nav__menu {
  font-size: 30px;
  font-weight: 500
}

.nav__menu li {
  padding-bottom: 17px
}

.nav__menu li a:hover {
  opacity: .5
}

.nav__menu .nav__sub-menu {
  padding-left: 25px;
  padding-top: 17px
}

.nav__menu .nav__sub-menu li:last-child {
  padding-bottom: 0
}

.nav__menu .nav__sub-menu li a {
  color: #a88de1
}

.header-menu {
  background: #ff9f49;
}

.header-menu__list {
  display: flex
}

.header-menu__list li {
  padding-right: 27px
}

.header-menu__list li:last-child {
  padding-right: 0
}

.header-menu__list li a {
  display: flex;
  align-items: center;
  height: 50px;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  text-align: center;
  color: #28333a;
  font-size: 18px;
  font-weight: 500;
}

.header-menu__list li a:hover {
  border-bottom-color: #283c49
}

.job {
  padding: 0 10px
}

.address {
  font-size: 13px;
  margin-left: 240px;
  margin-right: 49px;
  color: #28333a;
}

.address::before {
  background: url(../images/pin.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-left: -40px;
}

@media screen and (max-width:1315px) {
  .address {
    margin-left: 85px;
  margin-right: 49px;
  }
}



@media screen and (max-width:1250px) {
  .phone-item {
    margin-right: 30px
  }
  .supplier-portal-button {
    margin-left: auto
  }
  .nav__body {
    width: 525px
  }
  .nav__scroll {
    padding-top: 20px
  }
  .address {
    margin-left: 24px;
    margin-right: 40px;
  }
}

@media screen and (max-width:1150px) {
  .logo-row {
    margin-right: auto
  }
  .supplier-portal-button {
    display: inline-flex
  }
  .header-menu {
    display: none
  }
  .nav__menu {
    font-size: 20px;
    margin-bottom: 10px
  }
  .nav__menu li {
    padding-bottom: 10px
  }
  .nav__menu .nav__sub-menu {
    padding-top: 10px;
    padding-left: 20px
  }
}

@media screen and (max-width:999px) {
  .phone-item__desc {
    display: none
  }
  .header-mail {
    display: none
  }
  .messenger_header {
    transform: translateX(10%) scale(.8, .8);
    margin-right: 6px
  }
  .phone-item__link {
    display: block;
    width: 32px;
    height: 32px;
    background: #ff9f49 url(../images/callback-icon.png) center no-repeat;
    background-size: 50% 50%;
    border-radius: 4px;
px
;
    /*border-radius: 50%*/
  }
  .phone-item__link span {
    display: none
  }
  .icon-menu {
    transform: translateX(10%) scale(.8, .8)
  }
  .nav__body {
    width: 295px
  }
  .nav__menu {
    font-size: 18px
  }
  .button_fast {
    height: 40px!important;
    transform: translateX(-40px)
  }
  .button_fast:before {
    transform: scale(.7, .7);
    width: 45px
  }
}

@media screen and (max-width:680px) {
  .rowtech {
    width: 100%;
  }
  .all_services {
    height: auto;
  }
  .techart {
  width: 100%;}
  .site-desc {
    display: none
  }
}

@media screen and (max-width:450px) {
  .advantages_item  {
    width: 100%;
    padding-left: 30px;
  }
  .slider {
    padding-top: 100px;
    top: 60%;
    height: 520px;
  }
  .slider .prev, .slider .next {
    top: 55%;
  }
  .slideText {
    font-size: 30px;
  }
  .slider .item img {
    height: 430px;
  }
  .logo-row {
    margin-right: 20px;
  }
  .phone-item {
    margin-left: 0px;
    margin-right: 0
  }
  .messenger_header {
    transform: translateX(20%) scale(.6, .6);
    margin-right: 6px;
    margin-left: 15px;
    width: 100px;
    justify-content: flex-end
  }
  .phone-item__link {
    width: 25px;
    height: 25px
  }
  .nav__body {
    padding-top: 80px;
    padding-left: 30px;
    width: 250px
  }
}

@media screen and (max-width:360px) {
  .logo {
    width: 100px
  }
}

.offer {
  padding: 230px 0 75px;
  position: relative;
  z-index: 100
}

.offer .content {
  position: relative;
  z-index: 100
}

.offer:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg/indexbg.jpg) center no-repeat;
  background-size: cover;
  mix-blend-mode: darken
}

.offer:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(to bottom, #edede5  0, rgb(255 255 255 / 49%) 100%);*/
  mix-blend-mode: multiply;
  opacity: .97
}

.offer-sks {
  padding: 230px 0 75px;
  position: relative;
  z-index: 100
}

.offer-sks .content {
  position: relative;
  z-index: 100
}

.offer-sks:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg/bg-sks.jpg) center no-repeat;
  background-size: cover;
  mix-blend-mode: darken
}

.offer-sks:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(21 21 21 / 80%) 0, rgb(0 0 0 / 47%) 100%);
  mix-blend-mode: multiply;
  opacity: .97
}

@media screen and (max-width:999px) {
  .offer-sks {
    padding: 160px 0 75px
  }
}

.offer-test {
  padding: 230px 0 75px;
  position: relative;
  z-index: 100
}

.offer-test .content {
  position: relative;
  z-index: 100
}

.offer-test:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg/bg-test.jpg) center no-repeat;
  background-size: cover;
  mix-blend-mode: darken
}

.offer-test:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(21 21 21 / 92%) 0, rgb(0 0 0 / 46%) 100%);
  mix-blend-mode: multiply;
  opacity: .97
}

.offer-video {
  padding: 230px 0 75px;
  position: relative;
  z-index: 100
}

.offer-video .content {
  position: relative;
  z-index: 100
}

.offer-video:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg/bg-video.jpg) center no-repeat;
  background-size: cover;
  mix-blend-mode: darken
}

.offer-video:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(21 21 21 / 80%) 0, rgb(0 0 0 / 47%) 100%);
  mix-blend-mode: multiply;
  opacity: .97
}
.offer-wifi {
  padding: 230px 0 75px;
  position: relative;
  z-index: 100
}

.offer-wifi .content {
  position: relative;
  z-index: 100
}

.offer-wifi:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg/wifi-back.jpg) center no-repeat;
  background-size: cover;
  mix-blend-mode: darken
}

.offer-wifi:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(21 21 21 / 80%) 0, rgb(0 0 0 / 47%) 100%);
  mix-blend-mode: multiply;
  opacity: .97
}

.offer-vols {
  padding: 230px 0 75px;
  position: relative;
  z-index: 100
}

.offer-vols .content {
  position: relative;
  z-index: 100
}

.offer-vols:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg/bg-vols.jpg) center no-repeat;
  background-size: cover;
  mix-blend-mode: darken
}

.offer-vols:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(21 21 21 / 80%) 0, rgb(0 0 0 / 71%) 100%);
  mix-blend-mode: multiply;
  opacity: .97
}

.offer-electro {
  padding: 230px 0 75px;
  position: relative;
  z-index: 100
}

.offer-electro .content {
  position: relative;
  z-index: 100
}

.offer-electro:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg/bg-electro.jpg) center no-repeat;
  background-size: cover;
  mix-blend-mode: darken
}

.offer-electro:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(21 21 21 / 94%) 0, rgb(0 0 0 / 28%) 100%);
  mix-blend-mode: multiply;
  opacity: .97
}

.offer-kont {
  padding: 230px 0 75px;
  position: relative;
  z-index: 100
}

.offer-kont .content {
  position: relative;
  z-index: 100
}

.offer-kont:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg/bg-cont.jpg) center no-repeat;
  background-size: cover;
  mix-blend-mode: darken
}

.offer-kont:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(21 21 21 / 80%) 0, rgb(0 0 0 / 47%) 100%);
  mix-blend-mode: multiply;
  opacity: .97
}

.offer__text {
  max-width: 1060px;
  font-size: 24px;
  margin-bottom: 84px
}

.offer__text h1 {
  text-shadow: 0 4px 4px rgba(255, 0, 0, .25);
  font-size: 36px;
  margin-bottom: 1.1em;
  line-height: 1.2;
}

.offer__text_index {
  max-width: 1060px;
  font-size: 24px;
  margin-bottom: 84px
}

.offer__text_index h1 {
  font-size: 47px;
  margin-bottom: 1.1em;
  line-height: 1.3;
}

.offer-about {
  display: flex;
  flex-wrap: wrap;
  max-width: 770px;
  padding-bottom: 31px
}

.offer-about-kont {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  padding-bottom: 31px
}

.offer-about__item {
  width: 33.3333%;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.3;
  padding-right: 30px;
  margin-bottom: 42px
}

.offer-about__item:hover .offer-about__text a {
  color: #ff9f49 
}

.offer-about__item__kont {
  display: flex;
  font-size: 20px;
  line-height: 1.5;
  padding-right: 30px;
  margin-bottom: 42px
}

.kont-address {
  width: 30%
}

.kont-mail {
  width: 20%
}

.kont-company {
  width: 50%
}

.offer-about__icon {
  width: 60px;
  min-width: 60px;
  margin-right: 15px
}

.offer-about__icon img {
  display: block;
  max-width: 100%;
  margin: 0 auto
}

.price__item {
  width: 33.3333%;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1.3;
  padding-right: 30px
}

.price__icon {
  width: 60px;
  min-width: 60px;
  margin-right: 28px
}

.price__icon img {
  display: block;
  max-width: 100%;
  margin: 0 auto
}

@media screen and (max-width:1150px) {
  .slider {
    padding-top: 100px;
  }

  .address {
    display: none
  }
  .offer-about__item {
    width: 40%
  }
  .offer__text {
    max-width: 720px
  }
}

@media screen and (max-width:999px) {
  .offer-about__item {
    width: 50%
  }
  .offer-about__item__kont {
    width: 50%
  }
  .price__item {
    width: 100%;
    font-size: 17px;
    padding-top: 5px
  }
  .price__icon {
    width: 42px;
    min-width: 42px
  }
  .offer, .offer-video {
    padding-top: 150px
  }
}

@media screen and (max-width:767px) {
  .offer-about__item {
    font-size: 16px
  }
  .offer-about__item__kont {
    font-size: 16px
  }
  .offer__text {
    font-size: 16px
  }
  .offer__text_index h1 {
    font-size: 30px;
    line-height: 1.2
  }
  .offer__text h1 {
    font-size: 30px;
    line-height: 1.2
  }
}

@media screen and (max-width:530px) {
  .offer-about__item {
    width: 100%;
    margin-bottom: 20px
  }
  .offer-about__item__kont {
    width: 100%;
    margin-bottom: 20px
  }
  .offer-about__icon {
    width: 42px;
    min-width: 42px;
    font-size: 16px
  }
  .price__item {
    width: 100%;
    margin-bottom: 20px
  }
  .offer__text {
    margin-bottom: 50px
  }
  .button {
    font-size: 16px;
    height: 55px
  }
}

@media screen and (max-width:360px) {
  .offer__text_index h1 {
    font-size: 27px
  }
  .offer__text h1 {
    font-size: 27px
  }
}

.comfortable {
  padding: 75px 0 67px;
  background: url(../images/advantages-bg.png) center calc(100% - 38px) no-repeat, url(../images/comfortable-bg.jpg) center no-repeat;
  background-color: #252539;
  background-size: 100% auto, cover
}

.comfortable__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 950px;
  margin: 0 auto
}

.comfortable__col {
  width: calc(33.3333% - 5px);
  display: flex;
  flex-direction: column
}

.advantage {
  margin-bottom: 8px;
  position: relative;
  border-radius: 5px;
  background: linear-gradient(124.5deg, #2a2649 4.64%, #0b0918 96.53%), #c4c4c4;
  padding: 16px 96px 20px 20px;
  overflow: hidden;
  min-height: 255px;
  flex-grow: 1
}

.advantage:first-child {
  background: linear-gradient(250.84deg, #2a2649 4.52%, #2a2649 93.92%), #c4c4c4;
  min-height: 185px
}

.advantage:first-child .advantage__icon {
  bottom: auto;
  top: 0;
  width: 100px;
  height: 100px
}

.advantage__title {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 15px
}

.advantage__desc {
  font-size: 14px;
  line-height: 1.3
}

.advantage__icon {
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0
}

.advantage__mailto {
  padding-top: 30px
}

.advantage__mailto a {
  color: #28333a;
  font-size: 14px
}

.advantage__mailto a:hover {
  text-decoration: underline
}

.advantage__contacts {
  padding-top: 35px
}

.advantage__phone {
  color: #28333a;
  font-size: 18px;
  display: block;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 13px
}

.advantage__phone:hover {
  text-decoration: underline
}

.messenger_advantage {
  transform: translateX(-20%) scale(.6, .6);
  height: 26px
}

.advantage-photo {
  border-radius: 5px;
  overflow: hidden;
  flex-grow: 1;
  margin-bottom: 8px
}

.photo {
  position: relative;
  background: url(../images/loading.gif) center no-repeat;
  background-size: 30px auto
}

.photo img {
  position: absolute;
  z-index: 1;
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%
}

.photo img:hover {
  transform: scale(1.05);
  overflow: hidden;
  filter: contrast(30%);
  transition: 2s
}
.photo_prtners {
  position: relative;
  background: url(../images/loading.gif) center no-repeat;
  background-size: 30px auto
}

.photo_prtners img {
  position: absolute;
  z-index: 1;
  object-fit: contain;
  object-position: top center;
  width: 100%;
  height: 100%
}

.photo_prtners img:hover {
  transform: scale(1.05);
  overflow: hidden;
  filter: contrast(30%);
  transition: 2s
}

.photo__desc {
  position: absolute;
  z-index: 10;
  right: 4px;
  bottom: 6px;
  text-align: right
}

.photo__name, .photo__position {
  line-height: 1;
  margin-bottom: 3px
}

.photo__name span, .photo__position span {
  background: linear-gradient(91.04deg, #3d1098 .4%, #7b075c 96.2%), #592faf;
  border-radius: 5px;
  display: inline-block;
  padding: 5px
}

.photo__name {
  font-weight: 500
}

@media screen and (max-width:999px) {
  .comfortable__col_1, .comfortable__col_2 {
    width: calc(50% - 4px)
  }
  .comfortable__col_3 {
    width: 100%;
    flex-direction: row;
    justify-content: space-between
  }
  .comfortable__col_3 .advantage {
    width: calc(50% - 4px);
    flex-grow: 0
  }
}

@media screen and (max-width:670px) {
  .comfortable {
    background: #252438
  }
  .comfortable__col_1 {
    width: 100%;
    order: 1
  }
  .comfortable__col_3 {
    width: 100%;
    flex-direction: column;
    order: 2
  }
  .comfortable__col_3 .advantage {
    width: 100%;
    flex-grow: 0
  }
  .comfortable__col_2 {
    width: 100%;
    order: 3
  }
  .advantage-photo {
    padding-bottom: 100%
  }
  .advantage, .advantage:first-child {
    background: linear-gradient(250.84deg, #2a2649 4.52%, #2a2649 93.92%), #c4c4c4;
    min-height: 1px;
    padding-bottom: 30px
  }
  .advantage .advantage__icon, .advantage:first-child .advantage__icon {
    width: 100px;
    height: 100px;
    top: auto;
    bottom: 0
  }
}

.our-projects {
  padding: 75px 0 0
}

.our-projects .title {
  margin-bottom: 65px
}

.project {
  padding-bottom: 75px
}

.project__title {
  font-weight: 700;
  font-size: 24px;
  color: #a31dcb;
  margin-bottom: 45px
}

.project__title span {
  color: #fff
}

.project__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px
}

.project__col {
  width: calc(50% - 5px);
  padding-right: 20px;
  font-size: 18px;
  line-height: 1.5
}

.project__col:first-child {
  padding-right: 60px
}

.project__col p {
  padding-bottom: 19px
}

.project__gallery {
  overflow: hidden;
  margin-bottom: 50px
}

.project__gallery .slick-list {
  margin: 0 -12px
}

.project__gallery .slick-slide {
  margin: 0 12px
}

.project__photo {
  display: block;
  padding-bottom: 85%
}

.project__button:after {
  z-index: 1;
  margin: 25px auto 0;
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg, #fff 0, #2cb039 .01%, #126526 100%), #c4c4c4
}

@media screen and (max-width:999px) {
  .project__col {
    font-size: 16px;
    padding-right: 0
  }
  .project__col:first-child {
    padding-right: 30px
  }
  .project__title {
    font-size: 22px
  }
}

@media screen and (max-width:767px) {
  .project__col {
    width: 100%
  }
  .project__gallery .slick-list {
    margin: 0 -7px
  }
  .project__gallery .slick-slide {
    margin: 0 7px
  }
}

.video {
  padding: 75px 0;
  background: url(../images/video-bg.jpg) center no-repeat;
  background-size: cover
}

.video__content {
  max-width: 640px;
  margin: 0 auto;
  background: #140d23;
  border-radius: 20px;
  padding: 30px
}

.video-item {
  display: block;
  padding-bottom: 57%;
  position: relative
}

.video-item:after {
  position: absolute;
  z-index: 30;
  background: url(../images/youtube.svg) center no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s
}

.partners-block {
  padding: 75px 0px 0px 0px;
  background: radial-gradient(50% 50% at 50% 50%, #1c1454 0, #1f1b3c 100%), #131524
}

.review {
  padding: 75px 0;
  background: radial-gradient(50% 50% at 50% 50%, #1c1454 0, #1f1b3c 100%), #131524
}

.review__slider {
  padding: 0 100px;
  overflow: hidden
}

.review__slider .slick-list {
  margin: 0 -12px
}

@media screen and (max-width:767px) {
  .review__slider .slick-list {
    margin: 0 -7px
  }
}

.review__slider .slick-slide {
  margin: 0 12px
}

@media screen and (max-width:767px) {
  .review__slider .slick-slide {
    margin: 0 7px
  }
}

.review__item {
  display: block;
  padding-bottom: 144%
}

@media screen and (max-width:999px) {
  .review__slider {
    padding: 0
  }
}

.quiz {
  background: #131524;
  padding: 75px 0
}

.quiz__content {
  margin: 0 auto;
  max-width: 1150px;
  border-radius: 20px;
  padding: 20px;
  background: linear-gradient(to top, #f206b3 0, #672edd 92.39%), #c4c4c4
}

.quiz__content iframe, .quiz__content img {
  display: block;
  width: 100%;
  height: auto
}

@media screen and (max-width:999px) {
  .quiz__content {
    padding: 5px;
    border-radius: 5px
  }
}

@media screen and (max-width:767px) {
  .quiz__content {
    background: 0 0
  }
}

.about-test {
  padding: 75px 0 35px;
  position: relative;
  z-index: 100
}

.about-test:after {
  position: absolute;
  z-index: -1;
  background: url(../images/for-what-bg.jpg) 0 0 no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .48
}

.check-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px
}

.check-list_detail {
  padding-top: 25px
}

.check-list__item {
  width: calc(33.33333% - 20px);
  margin: 0 10px 40px;
  background: #190e32;
  border-radius: 10px;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  padding: 24px 20px 24px 120px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px
}

.check-list__item:after {
  position: absolute;
  z-index: 1;
  background: url(../images/check-search.png) center no-repeat;
  background-size: contain;
  width: 133px;
  height: 133px;
  left: -7px;
  top: 50%;
  transform: translate(0, -50%)
}

.desctop {
  display: block;
}

.mobile {
  display: none;
}

@media screen and (max-width:1150px) {
  .check-list__item {
    width: calc(50% - 20px)
  }
}

@media screen and (max-width:999px) {
  .check-list__item {
    font-size: 18px
  }
}

@media screen and (max-width:768px) {
  .check-list__item {
    width: calc(100% - 20px);
    margin-bottom: 10px;
    min-height: 100px
  }
  .check-list {
    padding-top: 0
  }

  
.desctop {
  display: none;
}

.mobile {
  display: block;
}


}

@media screen and (max-width:360px) {
  .check-list__item {
    padding-left: 90px
  }
  .check-list__item:after {
    width: 100px;
    height: 100px
  }
}

.device {
  background: #10071a url(../images/device-bg.jpg) center bottom no-repeat;
  padding: 75px 0
}

.device__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 30px;
  margin-bottom: 100px
}

.device__thumb {
  width: calc(38% - 30px)
}

.device__thumb img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto
}

.device__desc {
  width: 62%
}

.device__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3;
  max-width: 738px;
  margin-bottom: 55px
}

.device__title strong {
  color: #f206b3;
  font-weight: 500
}

.device__advantages {
  max-width: 726px
}

.device__advantages li {
  margin-bottom: 30px;
  position: relative;
  padding-left: 100px;
  font-size: 24px;
  line-height: 1.3
}

.device__advantages li:last-child {
  margin-bottom: 0
}

.device__advantages li span {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 80px;
  font-weight: 300;
  background: linear-gradient(180deg, #672edd 0, #c712c0 68.75%, #f206b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.device__documents {
  margin-bottom: 100px
}

.device__documents .slick-list {
  margin: 0 -36px
}

@media screen and (max-width:1150px) {
  .device__documents .slick-list {
    margin: 0 -12px
  }
}

@media screen and (max-width:767px) {
  .device__documents .slick-list {
    margin: 0 -7px
  }
}

.device__documents .slick-slide {
  margin: 0 36px
}

@media screen and (max-width:1150px) {
  .device__documents .slick-slide {
    margin: 0 12px
  }
}

@media screen and (max-width:767px) {
  .device__documents .slick-slide {
    margin: 0 7px
  }
}

.device__document {
  padding-bottom: 148.5%;
  display: block;
  border-radius: 20px;
  overflow: hidden
}

@media screen and (max-width:767px) {
  .device__thumb {
    width: 100%;
    padding-bottom: 40px
  }
  .device__desc {
    width: 100%
  }
  .device__title {
    font-size: 24px
  }
  .device__advantages li {
    font-size: 18px;
    padding-left: 70px
  }
  .device__advantages li span {
    font-size: 50px
  }
  .device__row {
    margin-bottom: 60px
  }
  .device {
    background: #10071a
  }
  .device__documents {
    margin-bottom: 50px
  }
  .device__document {
    border-radius: 10px
  }
  .device__thumb img {
    max-width: 70%
  }
}

.download {
  padding: 75px 0;
  background: url(../images/download-example-bg.jpg) center no-repeat;
  background-size: cover
}

.download__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 12px
}

.download__form {
  background: #190e32;
  border-radius: 10px;
  padding: 30px 20px;
  width: 40%
}

.download__thumb {
  width: calc(60% - 30px);
  transform: rotate(6.45deg)
}

.download__thumb img {
  display: block;
  width: 100%;
  height: auto
}

.download__thumb_report {
  max-width: 584px
}

.download__thumb_contract {
  max-width: 332px;
  margin: 0 auto
}

.download__warranty {
  padding-bottom: 50px;
  text-align: center
}

.warranty {
  display: inline-block;
  position: relative;
  z-index: 100;
  background: linear-gradient(to bottom, #f206b3 0, #672edd 92.39%), #c4c4c4;
  border-radius: 50px;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  padding: 15px 20px 15px 90px;
  min-width: 275px
}

.warranty:after {
  position: absolute;
  z-index: -1;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border-radius: 36px;
  background: #2d274e
}

.warranty__numer {
  position: absolute;
  left: 0;
  width: 90px;
  text-align: center;
  padding-left: 10px;
  font-size: 48px;
  top: 50%;
  padding-top: 3px;
  transform: translateY(-50%)
}

.price {
  padding: 75px 0;
  background: url(../images/download-example-bg.jpg) center no-repeat;
  background-size: cover
}

.price__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 12px
}

.price__form {
  background: #190e32;
  border-radius: 10px;
  padding: 30px 20px;
  width: 40%
}

.price__thumb {
  width: calc(60% - 30px);
  transform: rotate(6.45deg)
}

.price__thumb img {
  display: block;
  width: 100%;
  height: auto
}

.price__thumb_report {
  max-width: 584px
}

.price__thumb_contract {
  max-width: 332px;
  margin: 0 auto
}

.price__thumb_price {
  max-width: 360px;
  margin: 0 auto
}

.price__adw {
  padding-bottom: 50px;
  text-align: center;
  margin: 0 auto;
  width: 90%
}

.adw {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 100;
  background: linear-gradient(to bottom, #f206b3 0, #672edd 92.39%), #c4c4c4;
  border-radius: 100px;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  padding: 10px 10px 10px 85px;
  min-width: 275px
}

.adw:after {
  position: absolute;
  z-index: -1;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border-radius: 100px;
  background: #2d274e
}

.adw__numer {
  position: absolute;
  left: 0;
  width: 90px;
  text-align: center;
  padding-left: 10px;
  font-size: 48px;
  top: 56%;
  padding-top: 3px;
  transform: translateY(-50%)
}

.price-ico {
  width: 47px
}

@media screen and (max-width:999px) {
  .price__adw {
    width: 65%
  }
  .adw {
    padding: 27px 10px 30px 60px
  }
  .download__row {
    justify-content: center;
    padding-top: 0
  }
  .download__thumb {
    width: 100%;
    order: 1;
    transform: none;
    margin-bottom: 30px
  }
  .price__thumb {
    width: 100%;
    order: 1;
    transform: none;
    margin-bottom: 30px
  }
  .download__form {
    order: 2;
    width: 100%;
    max-width: 584px
  }
  .price__form {
    order: 2;
    width: 100%;
    max-width: 584px
  }
}

.certificates {
  padding: 75px 0;
  background: radial-gradient(50% 50% at 50% 50%, #1c1454 0, #1f1b3c 100%), #131524
}

.certificates__slider {
  margin-bottom: 30px;
  transform: translateY(30px)
}

@media screen and (max-width:767px) {
  .certificates__slider {
    margin-bottom: 0;
    transform: none
  }
  .price__adw {
    width: 85%
  }
}

@media screen and (max-width:480px) {
  .adw {
    padding: 30px 10px 30px 45px
  }
  .price__adw {
    width: 100%
  }
}

.certificates__slider .slick-list {
  margin: 0 -20px
}

@media screen and (max-width:767px) {
  .certificates__slider .slick-list {
    margin: 0 -7px
  }
}

.certificates__slider .slick-slide {
  margin: 0 20px
}

@media screen and (max-width:767px) {
  .certificates__slider .slick-slide {
    margin: 0 7px
  }
}

.certificate {
  padding-bottom: 77%;
  display: block
}

.photo-gallery {
  padding: 75px 0;
  background: radial-gradient(50% 50% at 50% 50%, #fff 0, #fff 100%), #fff
}

.photo-gallery__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  padding-top: 30px;
  padding-bottom: 40px;
  justify-content: center
}

@media screen and (max-width:767px) {
  .photo-gallery__list {
    margin: 0 -7px;
    padding-top: 0
  }
}

.photo-gallery__item {
  width: calc(25% - 24px);
  margin: 0 12px 47px
}

@media screen and (max-width:767px) {
  .photo-gallery__item {
    width: calc(25% - 14px);
    margin: 0 7px 14px
  }
}

@media screen and (max-width:560px) {
  .photo-gallery__item {
    width: calc(33.3333% - 14px)
  }
}

.photo-item {
  display: block;
  padding-bottom: 86%
}

.video-testing {
  padding: 75px 0;
  background: radial-gradient(50% 50% at 50% 50%, #1c1454 0, #1f1b3c 100%), #131524;
  position: relative;
  z-index: 300
}

.video-testing:after {
  position: absolute;
  z-index: -1;
  background: url(../images/play-video.png) 0 0 no-repeat;
  width: 488px;
  height: 501px;
  top: -50px;
  right: 50%;
  margin-right: 480px
}

.video-slider {
  overflow: hidden;
  margin-bottom: 30px;
  transform: translateY(30px)
}

.video-slider .slick-list {
  margin: 0 -24px
}

.video-slider .slick-slide {
  margin: 0 25px
}

@media screen and (max-width:1200px) {
  .video-slider .slick-slide {
    margin: 0 15px
  }
  .video-slider .slick-list {
    margin: 0 -15px
  }
}

@media screen and (max-width:999px) {
  .video-slider {
    transform: none;
    margin: 0
  }
}

@media screen and (max-width:640px) {
  .video-item:after {
    width: 60px;
    height: 60px
  }
  .video__content {
    padding: 15px
  }
}

.faqs {
  padding: 75px 0
}

.nice-details {
  padding: 100px 0;
  background: url(../images/detals-bg.jpg) center no-repeat;
  background-size: cover
}

.identity-cards {
  padding: 75px 0 20px;
  background: radial-gradient(50% 50% at 50% 50%, #1c1454 0, #1f1b3c 100%), #131524
}

.identity-cards__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px
}

.identity-card {
  display: block;
  width: calc(50% - 15px);
  max-width: 572px;
  margin-bottom: 55px
}

.identity-card img {
  display: block;
  width: 100%;
  height: auto
}

.identity-card:last-child {
  margin-left: auto;
  margin-right: auto
}

.identity-card:nth-child(even) {
  margin-left: 0;
  margin-right: 0
}

@media screen and (max-width:767px) {
  .identity-cards__list {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 40px
  }
  .identity-card {
    width: 100%;
    margin-bottom: 15px
  }
}

.about-order {
  
  background: url(../images/form-bg.jpg) center no-repeat;
  background-size: cover;
}

.about-order-proekt {
  padding: 75px 0;
  background: url(../images/prog-bg.jpg) center no-repeat;
  background-size: cover;
}

.about-order__form {
  max-width: 370px;
  position: relative;
  z-index: 100;
  background: linear-gradient(180deg, #f206b3 0, #672edd 92.39%), #c4c4c4;
  margin: 0 auto;
  border-radius: 5px;
  padding: 35px 20px 40px
}

.about-order__form:after {
  position: absolute;
  z-index: -1;
  background: #0e0617;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  border-radius: 5px
}

.about-order__thumb {
  width: 48%;
  margin: 0 auto;
  order: 0;
}

.about-order__photo {
  padding-bottom: 30px
  border-radius: 5px;
  overflow: hidden;


}

.about-order__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
}

.about-order__desc {
  width: 38%;
  order: 1;
}

.about-list {
  font-size: 24px;
  line-height: 1.3
}

.about-list li {
  display: flex;
  align-items: center;
  margin-bottom: 40px
}

.about-list li:last-child {
  margin-bottom: 0
}

.about-list li figure {
  width: 51px;
  min-width: 51px;
  margin-right: 30px
}

.about-list li figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%
}

.about-list-proekt {
  font-size: 24px;
  line-height: 1.3
}

.about-list-proekt li {
  display: flex;
  align-items: center;
  margin-bottom: 20px
}

.about-list-proekt li:last-child {
  margin-bottom: 0
}

.about-list-proekt li figure {
  width: 51px;
  min-width: 51px;
  margin-right: 30px
}

.about-list-proekt li figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%
}


@media screen and (max-width:999px) {
  .about-order__thumb {
    margin: 0
  }
}

@media screen and (max-width:767px) {
  .about-order {
    padding-bottom: 0px;
  }
  .about-order__desc {
    width: 100%;
    order: 1;
    padding-bottom: 40px
  }
  .about-order__thumb {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 50px;
    margin-top: -30px;
  }
  .about-list-proekt li {
    margin-bottom: 25px;
    font-size: 20px
  }
  .about-order__row {
    padding-top: 0;
    padding-bottom: 75px
  }
}

.will-select {
  padding: 75px 0;
  background: url(../images/form-bg-1.jpg) center no-repeat;
  background-size: cover
}

.will-select__form {
  margin: 0 auto;
  border: 1px solid #f206b3;
  border-radius: 5px;
  max-width: 978px;
  padding: 50px
}

.form__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #f206b3;
  margin-bottom: 15px
}

.form__col {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column
}

.form__subtitle {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 30px
}

.form__numbers {
  display: flex;
  justify-content: space-between;
  max-width: 280px
}

.form__number {
  margin-bottom: 15px
}

.form__number-title {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 11px
}

.qib-container {
  display: flex;
  align-items: center;
  justify-content: center
}

.quantity {
  width: 68px
}

.quantity input {
  padding: 0;
  text-align: center;
  height: 40px;
  border-radius: 5px;
  padding-left: 10px
}

.qib-button {
  width: 24px;
  background: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  -webkit-appearance: none;
  appearance: none;
  outline: 0
}

@media (hover:hover) {
  .qib-button:hover {
    color: #672edd
  }
}

@media screen and (max-width:767px) {
  .about-order__form, .will-select__form {
    max-width: 584px
  }
  .form__row {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto
  }
  .form__col {
    width: 100%;
    margin-bottom: 20px
  }
  .form__col:last-child {
    margin-bottom: 0
  }
  .form__subtitle {
    margin-bottom: 15px;
    text-align: center
  }
  .form__item_select {
    padding: 0 30px;
    max-width: 100%
  }
  .form__numbers {
    max-width: 100%;
    justify-content: space-between;
    padding: 0 30px
  }
  .quantity input {
    padding: 0
  }
}

@media screen and (max-width:500px) {
  .will-select__form {
    padding-left: 20px;
    padding-right: 20px
  }
  .form__item_select, .form__list_bg, .form__numbers {
    padding-left: 20px;
    padding-right: 20px
  }
}

@media screen and (max-width:360px) {
  .will-select__form {
    padding: 0;
    border: 0
  }
}

.frost-night {
  background: url(../images/camera-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 84px 0
}

.frost-night .title {
  margin-bottom: 25px
}

.after-title {
  margin: 0 auto 50px;
  max-width: 530px;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.3;
  text-align: center
}

.frost-night__content {
  position: relative;
  padding: 80px 0 80px;
  max-width: 978px;
  margin: 0 auto
}

.frost-night__content:after, .frost-night__content:before {
  position: absolute;
  z-index: 1;
  top: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  box-sizing: border-box;
  width: 90px;
  height: 90px
}

.frost-night__content:after {
  right: 0;
  transform: scale(-1, 1)
}

.frost-night__content:before {
  left: 0
}

.frost-night__rec {
  color: red;
  font-size: 22px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  margin-bottom: 40px
}

.frost-night__rec span {
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  border-radius: 15px;
  background: red
}

.frost-night__rec:after, .frost-night__rec:before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  border-bottom: 5px solid #fff;
  border-left: 5px solid #fff;
  box-sizing: border-box;
  width: 90px;
  height: 90px
}

.frost-night__rec:after {
  right: 0;
  transform: scale(-1, 1)
}

.frost-night__rec:before {
  left: 0
}

.button_night {
  max-width: 280px;
  margin: 0 auto
}

.button_night:hover {
  max-width: 305px;
  margin: 0 auto
}

.button_remoute {
  max-width: 280px;
  margin: 0 auto
}

.button_remoute:hover {
  max-width: 305px
}

.smartphone {
  padding: 75px 0 0;
  background: linear-gradient(153.81deg, #efefef 16.48%, #efefef 87.11%), #efefef
}

.smartphone__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 20px;
  flex-direction: row-reverse;
  justify-content: center
}

.smartphone__text {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 75px
}

.smartphone__text .entry-content {
  margin-bottom: 70px;
  line-height: 1.7;
  font-size: 22px
}

.button_left {
  margin: 0
}

.smartphone__hand {
  width: calc(50% - 30px);
  max-width: 460px;
  align-self: flex-end;
  margin: 0 auto
}

.smartphone__hand img {
  display: block;
  width: 100%;
  height: auto
}

@media screen and (max-width:999px) {
  .smartphone__hand {
    margin-left: 0
  }
  .smartphone__text {
    padding-top: 0
  }
}

@media screen and (max-width:767px) {
  .smartphone__text {
    width: 100%;
    text-align: center;
    padding-bottom: 60px;
    padding-top: 20px;
    order: 1;
  }
  .smartphone__text .entry-content {
    font-size: 20px;
    margin-bottom: 40px
  }
  .smartphone__row {
    padding-top: 0
  }
  .button_left {
    margin: 0 auto
  }
  .smartphone__hand {
    order:0;
    width: 100%;
    margin: 0;
    transform: translateX(-18%)
  }
}

.check-cables {
  padding: 75px 0;
  background: #0e0617
}

.button_check {
  max-width: 480px;
  margin: 0 auto
}

.button_check:hover {
  max-width: 505px;
  margin: 0 auto
}

.check-cables__row {
  display: flex;
  padding-top: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px
}

.check-cables__thumb {
  width: calc(41% - 30px);
  padding-right: 20px;
  margin: 0 auto
}

.vols-img {
  padding-right: 0px;
  max-width: 270px;
}

.check-cables__photo {
  display: block
}

.check-cables__photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px
}

.check-cables__desc {
  padding-top: 40px;
  width: 59%
}

@media screen and (max-width:999px) {
  .check-cables__thumb {
    margin: 0
  }
  .check-cables__desc {
    padding-top: 0
  }
  .check-cables__desc .entry-content {
    font-size: 20px
  }
}

@media screen and (max-width:767px) {
  .check-cables__desc {
    width: 100%;
    order: 1;
    text-align: center;
    padding-bottom: 20px
  }
  .check-cables__thumb {
    order: 2;
    width: 100%;
    margin: 0 auto
  }
  .check-cables__row {
    padding-top: 0;
    margin-bottom: 60px
  }
}

.trace {
  padding: 75px 0;
  background: url(../images/trace-bg.jpg) center no-repeat;
  background-size: cover
}

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

.trace__desc {
  width: 55%
}

.trace__desc .entry-content {
  font-size: 30px
}

@media screen and (max-width:999px) {
  .trace__desc .entry-content {
    font-size: 20px
  }
}

.trace__thumb {
  width: calc(45% - 30px);
  max-width: 497px
}

.trace__photo {
  display: block
}

.trace__photo img {
  display: block;
  width: 100%;
  height: auto
}

@media screen and (max-width:767px) {
  .trace__desc {
    width: 100%;
    padding-bottom: 40px
  }
  .trace__thumb {
    width: 100%;
    margin: 0 auto
  }
}

.installation {
  padding: 75px 0 55px;
  position: relative;
  z-index: 100;
  overflow: hidden
}

.installation:after {
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  bottom: 80px;
  left: 50%;
  margin-left: 320px
}

.calculator {
  padding: 75px 0;
  background: linear-gradient( 153.81deg, #f3e9e9 16.48%, #f3e9e9 87.11%), #f3e9e9;
    margin-top: 50px;

}

.calculator__desc {
  text-align: center;
  padding-bottom: 40px
}

.table__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: #eaeaea
}

.table__row:nth-child(even) {
  background: #ffffff
}

.table__head .table__row {
  background: #ff9f49;
  padding-top: 0;
  padding-bottom: 0;
  height: 55px;
  font-size: 19px;
  font-weight: 500
}


.table__hidden {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
  display: none
}

.table__col {
  display: flex;
  justify-content: center;
  align-items: center
}

.table__col_thumb {
  width: 85px
}

.table__col_name {
  width: 300px;
  margin-right: auto
}

.table__col_count {
  width: 80px;
  margin-right: 35px
}

.table__col_count input {
  width: 67px;
  margin: 0 auto;
  border-radius: 5px;
  height: 30px;
  padding: 0;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #000
}

@media (hover:hover) {
  .table__col_count input {
    padding: 0 0 0 10px
  }
}

.table__col_price {
  width: 120px;
  margin-right: 35px
}

.table__price {
  font-size: 20px;
  font-weight: 500
}

.table__col_installation {
  width: 140px
}

.table__num {
  background-size: 10px 10px;
  border-radius: 15px;
  width: 85px;
  height: 85px;
  position: relative;
  text-align: center;
  padding-top: 39%
}

.table__thumb {
  background: #fff url(../images/loading.gif) center no-repeat;
  background-size: 10px 10px;
  border-radius: 15px;
  width: 85px;
  height: 85px;
  position: relative
}

.table__thumb img {
  position: absolute;
  object-fit: contain;
  object-position: center center;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%
}

.table__col_name {
  width: calc(50%);
  justify-content: center;
  padding-left: 40px;
  padding-right: 35px;
  max-width: 710px
}

.table__name {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3
}

.table__footer {
  background: #2e224e;
  padding: 35px 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center
}

.button_table {
  max-width: 280px
}

.button_table:hover {
  max-width: 296px;
  margin-right: -8px
}

.table__total {
  font-weight: 500;
  font-size: 22px;
  margin-right: 50px
}

.table__total span {
  padding-left: 15px
}
.table__col_price_price {
  width: 50%;
  justify-content: center;
}

.table__col_count_price {
  width: 10%;
  justify-content: center;
  margin-right: 0px;
}

.table__col_installation_price{
  width: 15%;
}

.price_row_price {
  height: 70px;
}

.pt-80 {
  padding-top: 80px;
}
.top_white {
  color: #fff;
}
@media screen and (max-width:999px) {

  .table-hidden-price {
    width: 20%;
  }

  .table__col_price {
    width: 20%;
  }
 
  .calculator__desc {
    padding-bottom: 20px
  }
  .table__name {
    font-size: 18px
  }

  .table__col_thumb, .table__thumb {
    width: 70px;
    height: 70px
  }

  .table__price_price {
    font-size: 16px;
  }
  .table__col_name {
    width: calc(50%);
    padding-right: 0;
    padding-left: 35px;
    max-width: 100%;
    justify-content: center;
  }

  .table__col_installation_price{
    width: 15%;
  }


  .table__col_count_price {
    width: 10%;
    justify-content: center;
  }
.table__col_price_price {
  width: 50%;
  justify-content: center;
}
  .table__hidden {
    display: block;
    width: 100%
  }
  .table__col_count, .table__col_installation, .table__col_price {
    margin: 0;
    padding-top: 20px;
    flex-direction: column;
    align-items: center
  }
  .table__col_count input[type=checkbox]+span, .table__col_installation input[type=checkbox]+span, .table__col_price input[type=checkbox]+span {
    margin: 0 auto
  }
  .table__footer {
    flex-direction: column;
    justify-content: center;
    align-items: center
  }
  .table__total {
    margin-right: 0;
    padding-bottom: 20px
  }
}

@media screen and (max-width:540px) {
  .installation {padding: 0px;}
  .table  {
    padding-top: 25px;
  }

 
.table__head .table__col_name {
  font-size: 12px;
}

 .table__col_price_price {
   font-size: 12px;
 }
  .mess-row {
    flex-wrap: inherit!important;
  }
 
  .all_services {
    padding-top: 0px;
  }

  .offer:after {
    display: none;
  }
  .calculator {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .table__installation_price {
    width: 15%;
  }
  .price_row_price {
    margin: 0px 0px;
    height: 90px;
  }
  .table__col_thumb_price {
    display: none;
  }
  .table__price_price {
    font-size: 9px;
  }

  .table__name {
    font-size: 15px
  }

  .table__hidden {
    font-size: 12px
  }
  .table__col_count {
    width: 70px
  }
  .table__col_installation {
    width: 80px;
    margin-bottom: auto
  }
  .table__col_installation .table__hidden {
    margin-bottom: 15px
  }
  .table__col_price {
    margin-bottom: auto
  }
  .table__col_price .table__price {
    padding-top: 4px
  }
  .table__col_count_price {
    width: 10%;
    font-size: 9px;
    padding-top: 0px;
  }
  .table__price_price {
    font-size: 13px;
  }
}

@media screen and (max-width:360px) {
  .table__col_price {
    width: 90px
  }
}

.contacts {
  position: relative
}

.contacts__map {
  height: 620px;
  background: #080709
}

.contacts__form {
  display: none;
  position: absolute;
  right: 50%;
  margin-right: -635px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 350px;
  width: 100%;
  background: #2c2936;
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
  z-index: 600
}

@media screen and (max-width:1300px) {
  .contacts__form {
    right: 15px;
    margin-right: 0
  }
}

@media screen and (max-width:999px) {
  .contacts {
    padding-top: 75px
  }
  .contacts__form {
    position: static;
    transform: none;
    margin: 0 auto;
    margin-bottom: 60px
  }
  .contacts__map {
    height: 400px
  }
}

[class*=ymaps-2][class*=-ground-pane] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: invert(100%)
}

.faq {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 11px;
  max-width: 880px;
  margin: 0 auto
}

.active {
  font-weight: 500
}

.faq__answer {
  display: none;
  padding-left: 25px;
  padding-top: 12px
}

.faq__question {
  cursor: pointer;
  transition: .3s;
  position: relative
}

.faq__question:after {
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  border: 1px solid #b7b7a5;
  border-radius: 50%;
  left: -71px;
  top: -4px;
  transition: .3s
}

.faq__question:before {
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-right: 1px solid #b7b7a5;
  border-bottom: 1px solid #b7b7a5;
  transform: rotate(45deg);
  position: absolute;
  left: -59px;
  top: 6px;
  transition: .3s
}

@media (hover:hover) {
  .faq__question:hover {
    color: #28333a
  }
}

.faq__question.active:after {
  border-color: #588aa7
}

.faq__question.active:before {
  transform: rotate(-135deg);
  top: 9px
}

.faq__item {
  background: #edede5;
  margin-bottom: 10px;
  margin-left: 46px;
  font-weight: 300;
  font-size: 22px;
  padding: 12px 25px
}

@media screen and (max-width:600px) {
  .faq__item {
    font-size: 17px
  }
}

.footer {
  padding-top: 25px;
  background: #ff9f49;
  color: #fff;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  padding: 0
}

.footer__col {
  padding: 0 15px 25px;
  display: flex;
  flex-direction: column
}
.footer__col_2 {
  padding: 0 15px 25px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.footer__title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px
}

.quality-control {
  max-width: 260px;
  border-radius: 5px;
  position: relative;
  z-index: 100;
  background: linear-gradient(90deg, #f206b3 0, #672edd 92.39%), #c4c4c4;
  display: block;
  padding: 8px 10px 8px 56px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  margin-top: auto
}

.quality-control span {
  display: block
}

.quality-control:after {
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 5px;
  background: #131524
}

.quality-control:before {
  position: absolute;
  z-index: 1;
  background: url(../images/quality.png) 0 0 no-repeat;
  width: 33px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  left: 11px
}

.quality-control__title {
  font-weight: 500;
  margin-bottom: 2px
}

.footer__mailto {
  padding-bottom: 15px
}

.footer__mailto a {
  color: #28333a;
  font-size: 16px
}

.footer__mailto a:hover {
  text-decoration: underline
}

.footer__phones {
  margin-bottom: 18px
}

.footer__phones li {
  padding-bottom: 2px;
  color: #fff;
}

.footer__phones li:first-child {
  padding-bottom: 5px
}

.footer__phones li a {
  font-weight: 500;
  color: #fff;
}

.footer__phones li a:hover {
  color: #672edd
}

.footer__address {
  font-style: normal
}

.social {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -4.5px 0
}

.social li {
  padding: 0 4.5px
}

.social li:first-child {
  width: 100%;
  padding-bottom: 10px
}

.social li a {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/social.png);
  background-size: auto 24px
}

@media (hover:hover) {
  .social li a:hover {
    transform: scale(.8, .8)
  }
}

.social li a.social__insta {
  background-position: 0 0
}

.social li a.social__vk {
  background-position: -33px 0
}

.social li a.social__facebook {
  background-position: -67px 0
}

.social li a.social__youtube {
  background-position: -101px 0
}

.social li a.social__b {
  background-position: -135px 0
}

.messenger-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px
}

.messenger-title a {
  margin-right: 19px;
  font-size: 14px;
  display: flex;
  align-items: center
}

.messenger-title a:last-child {
  margin-right: 0
}

.messenger-title a:before {
  z-index: 1;
  background: url(../images/icon/messenger.png);
  background-size: auto 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: .3s;
  margin-right: 5px
}

.messenger-title .messenger-title__viber:before {
  background-position: 0 0
}

.messenger-title .messenger-title__viber:hover {
  color: #7c519e
}

.messenger-title .messenger-title__whatsapp:before {
  background-position: -26px 0
}

.messenger-title .messenger-title__whatsapp:hover {
  color: #189d0e
}

.messenger-title .messenger-title__telegram:before {
  background-position: -50px 0
}

.messenger-title .messenger-title__telegram:hover {
  color: #259cd7
}

.all_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 50px;
}

.all_item {
  

  text-align: center;
  width: 30%;
}

.all_item .img img  {
width: 100%;
border-radius: 25px;
}



.price_row {
  padding: 0;
  height: 45px
}

.color-blue {
  display: block;
  height: 60px;
  text-align: center;
  font-size: 22px;
  width: 100%;
  padding-top: 15px;
  background: #d1e0f5
}


@media screen and (max-width:999px) {
  .footer__content {
    flex-wrap: wrap
  }
  .all_item {
    width: 30%;
    margin-bottom: 30px;
  }
  
.table-hidden-price {
  display: none;
}

}

@media screen and (max-width:570px) {

  .price-table-name {
    
    font-size: 13px;
    word-wrap: break-word;
}

.table-hidden-price {
  display: none;
}

.table-price-ed {
  width: 10%;
}

.table__col_name-price {
  padding-right: 0;

}


  .price_row {
    padding: 0;
    height: 45px
  }
  
.color-blue {
  font-size: 14px;
  display: block;
    height: 95px;
    text-align: center;
    width: 100%;
    padding-top: 8px;
    background: #452e8c;
    margin-top: 40px;
}
  .footer__col {
    width: 100%;
    text-align: center;
    align-items: center
  }
  .footer__col_2 {
    width: 100%;
    text-align: center;
    align-items: center
  }
  .footer__col:nth-child(1) {
    order: 1
  }
  .footer__col_2 {
    order: 2
  }
  .footer__col:nth-child(3) {
    order: 2
  }
  .social {
    justify-content: center
  }
  .all_item {
    width: 48%;
    padding: 0px 0px;
  }
}

@media screen and (max-width:570px) { 
  .calculator {margin-top: 0px;}
  .smartphone__hand  {
    padding-top: 25px;
  }
  .smartphone {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .title {margin-top: 0px;
  margin-bottom: 0px;}
  .all_item {
    width: 100%;
    margin-bottom: 90px;
  }
  .all_row {
    margin-top: 0px;
}
}

.main-404 {
  padding: 80px 0
}

.page-404 {
  max-width: 650px;
  margin: 0 auto;
  text-align: center
}

.page-404__title {
  font-size: 80px;
  font-weight: 700
}

.page-404__img {
  margin: 0 auto -50px;
  max-width: 505px;
  width: 100%;
  display: block;
  transform: translateX(-10px)
}

.page-404__text {
  padding-bottom: 35px;
  font-size: 16px
}

.page-404__text p {
  padding-bottom: 5px
}

.page-404__text strong {
  font-size: 22px;
  font-weight: 500
}

.page-404__text a {
  color: #672edd;
  text-decoration: underline
}

.page-404__text a:hover {
  text-decoration: none
}

@media screen and (max-width:500px) {
  .page-404__img {
    transform: none;
    margin-bottom: -30px
  }
  .page-404__text {
    font-size: 14px
  }
  .page-404__text strong {
    font-size: 18px
  }
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .1);
  color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none
}

.datepicker--cells {
  display: flex;
  flex-wrap: wrap
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 32px;
  z-index: 1
}

.datepicker--cell.-focus- {
  background: #f0f0f0
}

.datepicker--cell.-current- {
  color: #4eb5e6
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a
}

.datepicker--cell.-current-.-in-range- {
  color: #4eb5e6
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, .1);
  color: #4a4a4a;
  border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, .5);
  background-color: rgba(92, 196, 239, .1);
  border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, .5);
  background-color: rgba(92, 196, 239, .1);
  border-radius: 0 4px 4px 0
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px
}

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef
}

.datepicker--cell.-selected-.-focus- {
  background: #45bced
}

.datepicker--cell:empty {
  cursor: default
}

.datepicker--days-names {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 3px
}

.datepicker--day-name {
  color: #ff9a19;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em
}

.datepicker--cell-day {
  width: 14.28571%
}

.datepicker--cells-months {
  height: 170px
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%
}

.datepicker--years {
  height: 170px
}

.datepicker--cells-years {
  height: 170px
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .1);
  color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none
}

.datepickers-container {
  position: absolute;
  left: 0;
  top: 0
}

@media print {
  .datepickers-container {
    display: none
  }
}

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity .3s ease, transform .3s ease, left 0s .3s;
  z-index: 100
}

.datepicker.-from-top- {
  transform: translateY(-8px)
}

.datepicker.-from-right- {
  transform: translateX(8px)
}

.datepicker.-from-bottom- {
  transform: translateY(8px)
}

.datepicker.-from-left- {
  transform: translateX(-8px)
}

.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity .3s ease, transform .3s ease, left 0s 0s
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none
}

.datepicker-inline .datepicker--pointer {
  display: none
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px
}

.-only-timepicker- .datepicker--content {
  display: none
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1
}

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
  left: 10px
}

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
  right: 10px
}

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
  left: calc(50% - 10px / 2)
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2)
}

.datepicker--body {
  display: none
}

.datepicker--body.active {
  display: block
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .1);
  color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none
}

.datepicker--nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px
}

.-only-timepicker- .datepicker--nav {
  display: none
}

.datepicker--nav-action, .datepicker--nav-title {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none
}

.datepicker--nav-action:hover {
  background: #f0f0f0
}

.datepicker--nav-action.-disabled- {
  visibility: hidden
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px
}

.datepicker--nav-title:hover {
  background: #f0f0f0
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0 0
}

.datepicker--buttons {
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef
}

.datepicker--button {
  color: #4eb5e6;
  cursor: pointer;
  border-radius: 4px;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .1);
  color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none
}

.datepicker--time {
  border-top: 1px solid #efefef;
  display: flex;
  align-items: center;
  padding: 4px;
  position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  flex: 0 1 138px;
  max-width: 138px
}

.-only-timepicker- .datepicker--time {
  border-top: none
}

.datepicker--time-sliders {
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px
}

.datepicker--time-label {
  display: none;
  font-size: 12px
}

.datepicker--time-current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1
}

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0
}

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
  opacity: 1
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px
}

.datepicker--time-row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat
}

.datepicker--time-row:first-child {
  margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
  background: 0 0;
  cursor: pointer;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
  outline: 0
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -moz-transition: background .2s;
  transition: background .2s
}

.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -ms-transition: background .2s;
  transition: background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  margin-top: -6px
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0
}

.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0
}

.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: 0 0
}

.datepicker--time-row span {
  padding: 0 12px
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute
}

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  transform: translateY(-100%)
}

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px)
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .1);
  color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none
}

.yandex-rev {
  padding-top: 26px;
  margin-left: -30px
}

.footer-right {
  display: flex
}

@media screen and (max-width:450px) {

  .yandex-rev {
    margin-left: 0
  }
}

@media screen and (max-width:335px) {
  .yandex-rev {
    display: none
  }
}

.blog-pad {
  padding-top: 240px
}

.blog-img-item {
  width: 100%
}

.art-img {
  text-align: center;
  padding-top: 30px
}

.art-img-text {
  font-size: 14px;
  padding-bottom: 2rem;
  display: block
}

.offer-about__icon a img {
  width: 45px
}

.full-button:hover {
  width: 110%;
  margin-left: -14px
}

.full-button-sm:hover {
  width: 105%;
  margin-left: -11px
}




#test_price {
  padding-top: 100px;
}



#trade_1 {
  padding-top: 100px;
  margin-top: -100px;
}

#trade_2 {
  padding-top: 100px;
  margin-top: -100px;
}

#trade_3 {
  padding-top: 80px;
  margin-top: -80px;
}

#trade_4 {
  padding-top: 100px;
  margin-top: -100px;
}

#trade_5 {
  padding-top: 100px;
  margin-top: -100px;
}

#trade_6 {
  padding-top: 120px;
  margin-top: -120px;
}

#trade_7 {
  padding-top: 100px;
  margin-top: -100px;
}


#trade_10 {
  padding-top: 100px;
  margin-top: -100px;
}





.fluke-test-desc {
  padding: 0px 50px;
  text-align: center;
}

.content-avto {
  display: block;
    margin-top: 99px;
    padding: 50px;
}

.pb-20 {
  margin-bottom: 25px;
}

.pt-60 {
  margin-top: 60px;
}

.pt-60:hover {
  margin-top: 60px;
}


.mess-row {
  flex-wrap: wrap;
  display: flex;
}

.art-pad {
  padding: 40px 0px 15px 0px;
}



* {
  box-sizing: border-box;
}

/* Расположите контейнер изображения (необходимо расположить стрелки влево и вправо) */
.container {
  position: relative;
}

/* Скрыть изображения по умолчанию */
.mySlides {
  display: none;
}

/* Добавить указатель при наведении на миниатюры изображений */
.cursor {
  cursor: pointer;
}

/* Вперед и предыдущие кнопки */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 30%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Позиция "next кнопка" на право */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* При наведении курсора добавьте черный цвет фона с небольшим количеством прозрачного */
.prev:hover,
.next:hover {
  background: #ff9f49;
}

/* Номера текст (1/3 и т.д.) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Контейнер для текста изображения */
.caption-container {
  text-align: center;
  background-color: #e0d7d7;
  padding: 1px 16px;
  color: white;
  margin-top: 10px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Шесть колонн бок о бок */
.column {
  float: left;
  width: 7%;
}

/* Добавить эффект прозрачности для миниатюрных изображений */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
  border: #ff9f49 2px solid;
}

.imggal {
  max-width: 70%;
  margin: 0 auto;
  padding-top: 25px;
}

@media screen and (max-width:700px) {

  .column {
    float: left;
    width: 16%;
  }
  .imggal {
    max-width: 100%;
    margin: 0 auto;
  }

  #trade_1 {
    padding-top: 100px;
    margin-top: -100px;
  }
  
  #trade_2 {
    padding-top: 100px;
    margin-top: -100px;
  }
  
  #trade_3 {
    padding-top: 80px;
    margin-top: -80px;
  }
  
  #trade_4 {
    padding-top: 40px;
    margin-top: -40px;
  }F
  
  #trade_5 {
    padding-top: 100px;
    margin-top: -100px;
  }
  
  #trade_6 {
    padding-top: 120px;
    margin-top: -120px;
  }
  
  #trade_7 {
    padding-top: 100px;
    margin-top: -100px;
  }
  
  
  #trade_10 {
    padding-top: 100px;
    margin-top: -100px;
  }
  
}