@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap);
@font-face {
  font-family: "Hero New Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Hero New Regular"),
    url("../fonts/Hero New Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Hero New Medium";
  font-style: normal;
  font-weight: 400;
  src: local("Hero New Medium"),
    url("../fonts/Hero New Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Hero New Bold";
  font-style: normal;
  font-weight: 400;
  src: local("Hero New Bold"), url("../fonts/Hero New Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Hero New SemiBold";
  font-style: normal;
  font-weight: 400;
  src: local("Hero New SemiBold"),
    url("../fonts/Hero New SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Hero New Light";
  font-style: normal;
  font-weight: 400;
  src: local("Hero New Light"),
    url("../fonts/Hero New Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: icomoon;
  src: url(icomoon.eot?dsbu1z);
  src: url(icomoon.eot?dsbu1z#iefix) format("embedded-opentype"),
    url(../fonts/icomoon.ttf?dsbu1z) format("truetype"),
    url(../fonts/icomoon.woff?dsbu1z) format("woff"),
    url(../fonts/icomoon.svg?dsbu1z#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Frame:before {
  content: "\e914";
  color: #fff;
}
.icon-page-arrow:before {
  content: "\e913";
  color: #5fbeb0;
}
.icon-mobile:before {
  content: "\e900";
  color: #5fbeb0;
}
.icon-arrow-right:before {
  content: "\e901";
  color: #fff;
}
.icon-email:before {
  content: "\e902";
}
.icon-fb:before {
  content: "\e903";
  color: #fff;
}
.icon-geo:before {
  content: "\e904";
  color: #43b7c7;
}
.icon-geo-2:before {
  content: "\e905";
  color: #ff351b;
}
.icon-inst:before {
  content: "\e906";
  color: #fff;
}
.icon-play:before {
  content: "\e90f";
  color: #fff;
}
.icon-quote:before {
  content: "\e910";
  color: #fff;
}
.icon-twitter:before {
  content: "\e911";
  color: #b3c0c6;
}
.icon-vk:before {
  content: "\e912";
  color: #fff;
}
body,
html {
  scroll-behavior: smooth;
}

body {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  background: #f8f8fa;
  min-width: 375px;
  overflow-x: hidden;
}


input[type="checkbox"]:checked, 
input[type="checkbox"]:not(:checked)
{
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 30px;
  cursor: pointer;
  color: #000;
}

input[type="checkbox"]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 30px;
  cursor: pointer;
  color: #000;
}

input[type="checkbox"]:checked + label:before, input[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  width: 20px;
  height: 20px;
  border: 1px solid #5FBEB0;
  background-color: #ffffff;
}

input[type="checkbox"]:checked + label:before, input[type="checkbox"]:not(:checked) + label:before {
  border-radius: 0px;
}

input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after, input[type="checkbox"]:not(:checked) + label:after {
  left: 4px;
  top: 8px;
  width: 12px;
  height: 12px;
  background: #5FBEB0;
  border-radius: 50%;
}

input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
}




a {
  color: #41b3c2;
  transition: all 0.2s linear;
}
a:hover {
  color: #41b3c2;
  transition: all 0.2s linear;
}
a:hover span[class^="icon-"]::before {
  color: #41b3c2;
  transition: all 0.2s linear;
}
p {
  color: #393939;
}
h1 {
  font-family: "Hero New Bold";
  font-size: 75px;
  font-weight: 700;
  line-height: 119px;
}
h2 {
  font-family: "Hero New SemiBold";
  font-size: 46px;
  font-weight: 600;
  line-height: 132.4%;
  margin-bottom: 35px;
}
h3 {
  font-size: 28px;
  margin-bottom: 8px;
}


textarea {
  resize: none; 
}


input,
textarea {
  border: none;
  background: no-repeat bottom, 50% calc(100% - 1px);
  background-size: 0 100%, 100% 100%;
  background-image: linear-gradient(0deg, #43b7c7 2px, rgba(156, 39, 176, 0) 0),
    linear-gradient(0deg, #d2d2d2 1px, hsla(0, 0%, 82%, 0) 0);
  margin-bottom: 23px;
  color: #000;
  padding: 15px 0;
}
input:focus,
textarea:focus {
  background-size: 100% 100%, 100% 100%;
  transition-duration: 0.3s;
  box-shadow: none;
  outline: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  color: #a5a5a5;
}
input::-moz-placeholder,
textarea::-moz-placeholder  {
  opacity: 1;
  transition: opacity 0.3s ease;
  color: #a5a5a5;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  color: #a5a5a5;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  color: #a5a5a5;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder  {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder  {
  opacity: 0;
  transition: opacity 0.3s ease;
}
button {
  background: 0 0;
  border: 1px solid #5fbeb0;
  color: #5fbeb0;
  padding: 10px 40px;
  font-family: "Hero New Regular";
  line-height: 31px;
  transition: all 0.2s linear;
}
button:hover {
  cursor: pointer;
  background: #5fbeb0;
  color: #fff;
}
.button-default {
  display: inline-flex;
  text-decoration: none;
  color: #fff;
  background: rgba(95, 190, 176, 0.89);
  font-family: "Hero New Light";
  font-weight: 400;
  line-height: 31px;
  padding: 13px 30px;
  align-items: center;
  gap: 10px;
}
.button-default:hover {
  background: #fff;
  color: #5fbeb0;
  -webkit-box-shadow: 0 0 0 1px rgba(95, 190, 176, 1) inset;
  -moz-box-shadow: 0 0 0 1px rgba(95, 190, 176, 1) inset;
  box-shadow: 0 0 0 1px rgba(95, 190, 176, 1) inset;
}
.button-outline {
  display: inline-flex;
  text-decoration: none;
  color: #5fbeb0;
  background: #fff;
  border: 1px solid #5fbeb0;
  font-family: "Hero New Light";
  font-weight: 400;
  line-height: 31px;
  padding: 12px 30px;
}
.button-outline:hover {
  background: #5fbeb0;
  color: #fff;
}
.button-doc {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: "Hero New Light";
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #000;
  text-decoration: none;
}
.button-doc img {
  max-width: 32px;
  max-height: 32px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.container {
  max-width: 1720px;
  padding: 0 100px;
  width: 100%;
  margin: 0 auto;
}


header {
  position: fixed;
  top: 0;
  left: 0;
  /* width: 100%; */
  width: 100vw;
  font-family: "Hero New Regular";
  padding: 9px 0;
  transition: all 0.2s linear;
  z-index: 2; /* def 1 */ 
}
header:not(.home-header) {
  position: relative;
  background: #000;
}
header.header-bg {
  background: #000;
  transition: all 0.2s linear;
  z-index: 99;
}
.head {
  display: flex;
  justify-content: space-between;
}
.head-left,
.head-right {
  display: flex;
  align-items: center;
}
.head-right {
  max-width: 460px;
  width: 100%;
  justify-content: space-between;
}
.logo {
  margin-right: 60px;
  max-width: 73px;
  width: 90%;
  max-height: 72px;
  height: 90%;
}
.top-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 53px;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
}
.top-menu-item {
  text-decoration: none;
  color: #fff;
}
.number {
  font-family: "Hero New Medium";
  display: flex;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}
.icon-number {
  margin-right: 13px;
  font-size: 24px;
}
.button {
  display: block;
  padding: 11px 24px 11px 24px;
  border: 1px solid #5fbeb0;
  font-size: 16px;
  text-decoration: none;
  line-height: 22px;
  color: #fff;
  transition: all 0.2s linear;
}
.button:hover {
  background: #5fbeb0;
  color: #fff;
  transition: all 0.2s linear;
}
.right-menu {
  max-width: 30px;
  width: 100%;
  height: 30px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s linear;
}
.right-menu span {
  position: relative;
  width: 100%;
  transition: all 0.3s linear;
  top: 50%;
}
.right-menu span::after,
.right-menu span::before {
  position: absolute;
  content: "";
  height: 4px;
  background: #5fbeb0;
  transition: all 0.3s linear;
}
.right-menu span::before {
  right: 0;
  top: 6px;
  width: 18px;
}
.right-menu span::after {
  left: 0;
  top: -6px;
  width: 100%;
}


.welcome-slider {
  position: relative;
  max-width: 1920px;
  overflow: hidden;
  margin: auto auto 20px auto;
}

.welcome-slide {
  position: relative;
  height: 100vh;
}

/* .welcome-mediablock {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
} */

.welcome-mediablock {
  position: absolute;
  max-height: 100vh;
  overflow: hidden;
  top: 0;
  width: 100%;
}


.welcome-mediablock::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.53));
  z-index: -1;
}

.welcome-mediablock video.video,
.welcome-mediablock img  {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}


.welcome-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  color: #fff;
}

.welcome-dots {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 20px;
  width: 100%;
  height: 20px;

}

.swiper-pagination.welcome-pages {
  bottom: 0;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  cursor: pointer;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}

.welcome-nav {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.welcome-nav .swiper-button-next::after,
.welcome-nav .swiper-button-next::before,
.welcome-nav .swiper-button-prev::after,
.welcome-nav .swiper-button-prev::before {
  background: #fff;
}

.welcome-nav .swiper-button-next {
  position: relative;
  right: 20px;
  left: auto;
  width: 30px;
  height: 30px;
}

.welcome-nav .swiper-button-prev  {
  position: relative;
  right: auto;
  left: 20px;
  width: 30px;
  height: 30px;
}


.welcome {
  background: linear-gradient(rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.53)),
    url(../img/header-home.webp) no-repeat;
  padding-top: 320px;
  padding-bottom: 386px;
  color: #fff;
  margin-bottom: 174px;
  background-size: cover;
  background-position: top;

  margin: 0 auto 174px auto;
}
.welcome-wrap {
  max-width: 770px;
}
.welcome-wrap h1 {
  font-size: 85px;
}
.subtitle {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 150.9%;
  margin-bottom: 48px;
}
.button-arrow {
  padding: 13px 29px;
  display: inline-flex;
  align-items: center;
  background: rgba(95, 190, 176, 0.89);
  font-family: "Hero New Regular";
  font-size: 22px;
  font-weight: 400;
  line-height: 31px;
  color: #fff;
  text-decoration: none;
}
.button-arrow:hover {
  background: #fff;
  color: #000;
}
.button-arrow:hover .icon-arrow-right:before {
  color: #000;
  transition: all 0.2s linear;
}
.button-arrow .icon-arrow-right {
  margin-left: 10px;
}
.categories {
  margin-bottom: 212px;
}
.categories-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.categories-item {
  position: relative;
  max-width: 709px;
  width: 100%;
  height: 709px;
  overflow: hidden;
  background: #fff;
  padding: 40px 59px;
  z-index: 0;
  margin-bottom: 82px;
}
.link-more {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 150.9%;
  color: #5fbeb0;
  gap: 8px;
}
.link-more:hover,
.link-more:hover span::before {
  font-weight: 600;
}
.link-more span::before {
  color: #5fbeb0;
}
.categories-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.categories-left,
.categories-right {
  max-width: 709px;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.categories-right {
  position: relative;
  top: 80px;
}
.categories-right .categories-item:last-child {
  margin-bottom: 0;
}
.categories .link-more.all-cats {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "Hero New Regular";
  font-size: 22px;
}
.popular-devices {
  margin-bottom: 200px;
  margin: 0 auto 212px auto;
  max-width: 1920px;
  position: relative;
  width: 100%;
  left: 0;
  padding-left: 206px;
}
.slider-block-wrap {
  position: relative;
  display: flex;
  max-width: 1920px;
  width: 100%;
  align-items: flex-start;
}
.slider-block-info {
  max-width: 537px;
  width: 100%;
  margin-right: 86px;
}
.slider-block-info p {
  line-height: 140%;
}
.slider-box-wrapper {
  display: flex;
  margin-top: 100px;
}
.slider-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 15px;
}

.slider-arrows {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  left: 0;
  bottom: 25px;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  right: auto;
  left: auto;
  width: 30px;
  height: 30px;
}

.swiper-button-prev:hover::after,
.swiper-button-prev:hover::before,
.swiper-button-next:hover::after,
.swiper-button-next:hover::before {
  background: #242424;
}

/* next */

.swiper-button-next::after,
.swiper-button-next::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 4px;
  background: #41b3c2;
}

.swiper-button-next::after {
  top: 6px;
  right: 0;
  transform: rotate(45deg);
}
.swiper-button-next::before {
  bottom: 6px;
  right: 0;
  transform: rotate(-45deg);
}

/* prev */

.swiper-button-prev::after,
.swiper-button-prev::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 4px;
  background: #41b3c2;
}

.swiper-button-prev::after {
  top: 6px;
  left: 0;
  transform: rotate(-45deg);
}
.swiper-button-prev::before {
  bottom: 6px;
  left: 0;
  transform: rotate(45deg);
}

.commnets-pages,
.pages-results,
.swiper-pagination.slider-box-pages {
  text-align: right;
  top: 8px;
  left: 0;
  right: 0;
  padding-right: 203px;
  color: #cfcfcf;
  font-family: "Hero New SemiBold";
  font-size: 20px;
  line-height: 132.4%;
  height: 40px;
}
.commnets-pages,
.pages-results {
  padding-right: 0;
}
.commnets-pages .swiper-pagination-current,
.pages-results .swiper-pagination-current,
.swiper-pagination.slider-box-pages .swiper-pagination-current {
  color: #43b7c7;
}
.slider-item {
  position: relative;
  max-width: 523px;
  padding: 39px 74px 45px 45px;
  width: 100%;
  height: 433px;
  background: #fff;
  color: #000;
}
.slider-item:hover {
  cursor: pointer;
  background: #5fbeb0;
  color: #fff;
}
.slider-item:hover .slider-info {
  color: #fff;
}
.swiper-slide.slider-item.swiper-slide-active,
.swiper-slide.slider-item.swiper-slide-active .slider-info {
  background: #5fbeb0;
  color: #fff;
}
.slider-info {
  font-size: 18px;
  line-height: 130.4%;
  color: #393939;
}
.slider-image {
  position: absolute;
  right: 48px;
  bottom: -20px;
  width: 50%;
  z-index: 0;
}
.slider-top-image {
  margin-bottom: 20px;
}
.slider-item.slider-info {
  padding: 34px 29px 223px 29px;
}
.slider-item.slider-info h3 {
  margin-bottom: 20px;
}
.slider-image::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 35px;
  bottom: 50px;
  height: 100%;
  background: url(../img/circle.webp) no-repeat;
  opacity: 0.18;
  z-index: -1;
  background-size: cover;
}
.callback {
  background: #fff;
  padding: 108px 0 142px 0;
}
.callback-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.callback-info {
  max-width: 730px;
  width: 100%;
}
.callback-info h2 {
  margin-bottom: 24px;
  max-width: 600px;
}
.callback-desc {
  font-size: 20px;
  line-height: 123%;
  color: #393939;
  margin-bottom: 33px;
}
.callback-contacts {
  display: flex;
  gap: 49px;
}
.callback-email,
.callback-tel {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  gap: 8px;
  font-size: 21px;
}
.callback-email .icon-email::before,
.callback-tel .icon-mobile::before {
  color: #000;
  font-size: 28px;
}
.callback-form {
  max-width: 670px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.callback-sendbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
}
.send-info {
  font-size: 16px;
  line-height: 147.4%;
  color: #494949;
  max-width: 400px;
  width: 100%;
  overflow: hidden;
}
.brands {
  margin-bottom: 186px;
  padding-top: 211px;
}
.brands-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand-logo {
  max-width: 126px;
  max-height: 126px;
  object-fit: none;
  overflow: hidden;
  transition: all 0.2s linear;
}
.brand-logo:hover {
  transform: scale(1.25);
  cursor: pointer;
  transition: all 0.2s linear;
}
.info-procedures {
  margin: 0 auto 177px auto;
  max-width: 1920px;
  position: relative;
  width: 100%;
  left: 0;
  padding-left: 205px;
}
.questions {
  margin-bottom: 185px;
}
.questions-title {
  max-width: 956px;
  width: 100%;
  margin-bottom: 35px;
}
.questions-title h2 {
  max-width: 788px;
  width: 100%;
  margin-bottom: 25px;
}
.questions-title p {
  line-height: 140%;
}
.questions-numbers {
  display: flex;
  justify-content: space-between;
}
.question-item {
  max-width: 338px;
}
.question-number {
  position: relative;
  font-family: "Fira Code";
  font-weight: 500;
  font-size: 30px;
  line-height: 113.9%;
  letter-spacing: -2px;
  color: #43b7c7;
  margin-bottom: 16px;
  width: 124px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.question-number::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/circle.webp) no-repeat;
  background-size: cover;
}
.question-text {
  font-weight: 500;
  line-height: 113.9%;
}
.news {
  margin-bottom: 110px;
  background: #fff;
  padding: 109px 0 126px 0;
}
.news h2 {
  margin-bottom: 56px;
}
.news-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 35px;
  margin-bottom: 75px;
}
.news-block {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  max-width: 826px;
}
.news-item-big {
  position: relative;
  max-width: 634px;
  overflow: hidden;
  width: 100%;
  background: #fff;
  color: #fff;
  padding: 457px 18px 43px 40px;
  z-index: 0;
  flex: 1;
  transition: all 0.2s linear;
}
.news-item-big:hover,
.news-item-small:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.2s linear;
}
.news-big-image,
.news-small-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  object-fit: fill;
  width: 100%;
  height: 100%;
}
.news-big-image img,
.news-small-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-big-image::after,
.news-small-image::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    359.79deg,
    rgba(0, 0, 0, 0.8) 0.18%,
    rgba(0, 0, 0, 0) 101.06%
  );
}
.news-date {
  font-weight: 500;
  font-size: 16px;
  line-height: 142.9%;
  margin-bottom: 8px;
}
.news-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 142.9%;
  max-height: 67px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 13px;
}
.news-desc {
  font-size: 20px;
  line-height: 113.9%;
  margin-bottom: 22px;
}
.news-item-small {
  position: relative;
  max-width: 395px;
  overflow: hidden;
  width: 100%;
  background: #43b7c7;
  padding: 162px 51px 27px 25px;
  z-index: 0;
}
.news-item-small .news-title {
  font-size: 20px;
  line-height: 108%;
  margin-bottom: 10px;
}
.news-item-small .link-more {
  font-size: 18px;
}
.subscribe-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.subscribe-title {
  max-width: 788px;
  width: 100%;
}
.subscribe-title h2 {
  margin-bottom: 20px !important;
}
.subscribe-desc {
  max-width: 640px;
  width: 100%;
  font-size: 20px;
  line-height: 122.9%;
  color: #393939;
}
.subscribe-wrap input {
  margin-bottom: 0;
}
.row-inputs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.row-inputs input {
  max-width: 315px;
  width: 100%;
}
.getconsult {
  margin-bottom: 121px;
}
.getconsult-white {
  background: #fff;
  padding: 111px 0 131px 0;
}
.page-top {
  padding: 0 0 175px 0;
  margin-bottom: 90px;
}
.page-top.page-products {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/products-head.webp) no-repeat;
  background-size: cover;
  background-position: right;
}
.page-top.page-diagnostic {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/diag-head.webp) no-repeat;
  background-size: cover;
  background-position: right;
}
.page-top.page-ourbrands {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/brands-head.webp) no-repeat;
  background-size: cover;
  background-position: right;
}
.page-top.page-procedures {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/procedures-head.webp) no-repeat;
  background-size: cover;
  background-position: right;
}
.page-top.page-service {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/service-head.webp) no-repeat;
  background-size: cover;
  background-position: right;
  margin-bottom: 0;
}
.page-top.page-clients {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/clients-head.webp) no-repeat;
  background-size: cover;
  background-position: right;
}
.page-top.page-clinics {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/clinics-head.webp) no-repeat;
  background-size: cover;
  background-position: right;
}
.page-top.page-news {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/news-head.webp) no-repeat;
  background-size: cover;
  background-position: right;
}
.breadcrumbs {
  font-family: "Hero New Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #818181;
  padding: 33px 0;
}
.breadcrumbs span {
  margin: 0 6px;
}
.breadcrumb-item {
  color: #818181;
  text-decoration: none;
}
.breadcrumb-item.current-page {
  color: #5fbeb0;
}
.page-top-name {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: 104px;
}
.nice-select {
  max-width: 330px;
  width: 100%;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  background: 0 0;
  font-size: 22px;
  color: #494949;
  line-height: 100%;
  padding-left: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}
.nice-select:after {
  width: 11px;
  height: 8px;
  border: none;
  background: url(../img/select-arrow.webp) no-repeat;
  transform: rotate(0);
  transform-origin: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
}
.nice-select.open:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: #5fbeb0;
}
.nice-select .list {
  width: 100%;
  border-radius: 0;
}
.content-filter {
  margin-bottom: 46px;
}
.content-filter-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.content-select-filters {
  display: flex;
  justify-content: space-between;
  max-width: 702px;
  width: 100%;
  flex-wrap: wrap;
}
.products-list {
  margin-bottom: 182px;
  position: relative;
  z-index: -1;
}
.product-list-title {
  max-width: 1112px;
  width: 100%;
  margin-bottom: 47px;
}
.product-list-title h2 {
  margin-bottom: 16px;
}
.produst-page {
  margin-bottom: 270px;
}
.product-page-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.left-sidebar {
  max-width: 394px;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 136.9%;
}
.left-sidebar-item.current-item {
  background: #000;
}
.left-sidebar-item.current-item a {
  color: #fff;
}
.left-sidebar-item a {
  padding: 12px 30px;
  display: block;
  text-decoration: none;
  color: #000;
}
.left-sidebar-item:hover {
  background: #000;
}
.left-sidebar-item:hover a {
  color: #fff;
}
.right-content {
  display: flex;
  max-width: 1025px;
  width: 100%;
  flex-wrap: wrap;
  gap: 42px;
}
.right-content-item {
  max-width: 490px;
  width: 100%;
  padding: 35px 28px 55px 26px;
  background: #fff;
}
.right-content-item img {
  max-width: 273px;
  max-height: 242px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 46px;
}
.right-content-item p {
  font-size: 18px;
  line-height: 130.4%;
}
.pagination {
  max-width: 310px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination-arrow,
.pagination-page {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #43b7c7;
  width: 52px;
  height: 52px;
}
.pagination-page {
  font-family: "Hero New Regular";
  font-weight: 500;
}
.pagination-arrow:hover,
.pagination-page:hover {
  background: #43b7c7;
  color: #fff;
}
.pagination-arrow:hover .icon-page-arrow::before {
  color: #fff;
}
.pagination-arrow .icon-page-arrow {
  font-size: 14px;
  display: block;
  line-height: 100%;
}
.pagination-arrow .icon-page-arrow::before {
  color: #43b7c7;
}
.pagination-arrow.page-next {
  transform: rotate(180deg);
}
.short-news {
  margin-bottom: 196px;
}
.short-news-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.short-news-item {
  position: relative;
  max-width: 726px;
  width: 100%;
  gap: 40px;
  background: #393939;
  color: #fff;
  padding: 220px 160px 45px 34px;
  z-index: 0;
  flex: 0 1 49%;
}
.short-news-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  object-fit: fill;
  width: 100%;
  height: 100%;
}
.short-news-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.short-news-image::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    359.79deg,
    rgba(0, 0, 0, 0.8) 0.18%,
    rgba(0, 0, 0, 0) 101.06%
  );
}
.product-top {
  background: #fff;
  padding: 0 0 192px 0;
  background: url(../img/joule-top-image.webp) no-repeat;
  background-position: bottom 0 right 60px;
  background-size: contain;
  margin-bottom: 44px;
}
.product-top h1 {
  line-height: 115%;
}
.product-top .breadcrumbs {
  margin-bottom: 81px;
}
.product-top-info {
  max-width: 612px;
  width: 100%;
  overflow: hidden;
}
.product-top-size {
  font-family: "Hero New Light";
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #787878;
}
.product-top-info p {
  margin-bottom: 30px;
  max-width: 520px;
  overflow: hidden;
}
.product-top-adds {
  max-width: 612px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-description {
  margin-bottom: 74px;
}
.product-description-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.product-description-info {
  max-width: 825px;
  width: 100%;
  overflow: hidden;
}
.product-description-photo {
  max-width: 629px;
  overflow: hidden;
}
.product-description-photo img {
  max-width: 629px;
  max-height: 878px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-review {
  margin-bottom: 102px;
}
.video-review-wrap {
  position: relative;
  max-width: 100%;
  max-height: 644px;
  overflow: hidden;
}
.video-review-wrap img {
  max-width: 100%;
  max-height: 644px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-review-wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    359.79deg,
    rgba(0, 0, 0, 0.8) 0.18%,
    rgba(0, 0, 0, 0) 101.06%
  );
}
.button-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  line-height: 0.2;
  font-size: 109px;
  display: block;
  z-index: 1;
}
.ranges {
  padding-left: 212px;
  margin-bottom: 136px;
}
.ranges .slider-block-info {
  max-width: 604px;
  margin-right: 0;
}
.ranges .swiper-pagination.slider-box-pages {
  width: 30%;
  left: auto;
  padding-right: 205px;
}
.slider-links {
  position: absolute;
  top: 0;
  left: 123px;
  max-width: 625px;
  width: 100%;
  overflow: hidden;
  font-weight: 500;
  line-height: 142.9%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider-links a {
  display: block;
  text-decoration: none;
  color: #393939;
}
.slider-links a:hover {
  color: #5fbeb0;
}
.slider-links .slider-link-current {
  color: #5fbeb0;
}
.capability {
  padding-top: 139px;
  padding-bottom: 180px;
}
.system {
  padding: 127px 0;
  background: #fff;
  margin-bottom: 126px;
}
.system .question-item {
  max-width: 324px;
}
.question-image {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 26px;
}
.question-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.question-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 113.9%;
  margin-bottom: 15px;
}
.question-info {
  font-size: 16px;
  line-height: 113.9%;
}
footer {
  background: #000;
  padding: 60px 0 0 0;
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 66px;
}
.footer-left {
  max-width: 234px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 142%;
}
.footer-logo {
  display: block;
  max-width: 77px;
  max-height: 37px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 16px;
}
.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-info {
  margin-bottom: 10px;
}
.footer-geo {
  margin-bottom: 20px;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.socials {
  text-decoration: none;
}
.socials span {
  font-size: 20px;
}
.socials:hover span::before {
  color: #5fbeb0;
}
.footer-menu {
  max-width: 783px;
  width: 100%;
}
.foot-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.foot-menu li {
  flex: 0 1 33.333%;
}
.footer-menu-item {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 267.9%;
}
.footer-right {
  display: flex;
  flex-direction: column;
}
.footer-right a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 267.9%;
}
.footer-right a:hover {
  color: #43b7c7;
}
.footer-right .number {
  font-family: Montserrat;
}
.footer-right .icon-number {
  font-size: 18px;
}
.footer-end {
  color: #fff;
  text-align: center;
  background: #0a0a0a;
  font-size: 16px;
  line-height: 268%;
  padding: 15px 0;
}
.results {
  overflow: hidden;
}
.after-before {
  position: relative;
  width: 100%;
  max-height: 644px;
  overflow: hidden;
}
.after-before img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.after-before::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.after-before::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.after-before-text {
  position: absolute;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  width: 100%;
  bottom: 20px;
  font-weight: 500;
  font-size: 32px;
  line-height: 142.9%;
  color: #fff;
}
.text-after {
  padding-left: 250px;
}
.text-before {
  padding-right: 250px;
}
.results-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 100%;
  max-width: 1494px;
  margin: 0 auto;
}
.pages-results {
  max-width: 50%;
  text-align: right;
  margin-bottom: 35px;
}
.experience {
  padding: 126px 0 184px 0;
}
.experience-wrap {
  padding-left: 213px;
}
.comments-block {
  overflow: hidden;
}
.comments-item {
  background: #fff;
  color: #393939;
}
.comments-item .icon-quote::before {
  color: #393939;
  font-size: 50px;
}
.comments-item.swiper-slide-active,
.comments-item:hover {
  cursor: pointer;
  background: #5fbeb0;
  color: #fff;
}
.comments-item.swiper-slide-active .icon-quote::before,
.comments-item:hover .icon-quote::before {
  color: #fff;
}
.comments-item {
  position: relative;
  max-width: 653px;
  width: 100%;
  padding: 45px 98px 48px 40px;
  z-index: 0;
}
.comments-item::after {
  position: absolute;
  content: "";
  width: 375px;
  height: 388px;
  right: 0;
  bottom: 0;
  background: url(../img/circle.webp) no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.18;
}
.comments-item .icon-quote::before {
  font-size: 50px;
}
.comments-item .icon-quote {
  display: block;
  margin-bottom: 21px;
}
.comment-text {
  font-size: 18px;
  line-height: 130.4%;
  margin-bottom: 41px;
}
.comment-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.comment-photo {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 26px;
  display: flex;
  flex-shrink: 0;
}
.comment-photo img {
  width: 78px;
  height: 78px;
  object-fit: cover;
}
.comment-name {
  font-family: "Hero New SemiBold";
  font-weight: 600;
  font-size: 24px;
  line-height: 113.9%;
  margin-bottom: 8px;
}
.comment-jobtitle {
  font-size: 18px;
  line-height: 130.4%;
}
.comments-block-title {
  max-width: 1496px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 100%;
  align-items: center;
}
.commnets-pages {
  max-width: 40%;
  text-align: right;
  margin-bottom: 35px;
}
.usefulmaterials {
  margin-bottom: 207px;
}
.materials-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.materials-block .button-doc {
  flex: 0 1 33.333%;
  font-family: Montserrat;
  font-size: 22px;
  line-height: 113.9%;
}
.materials-block .button-doc img {
  max-width: 49px;
  max-height: 57px;
}
.actions {
  margin-bottom: 206px;
}
.actions-wrap {
  padding: 52px 52px 75px 52px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.actions-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 572px;
  max-height: 383px;
  width: 100%;
  height: 100%;
  transform: scale(-1, 1);
}
.actions-block {
  max-width: 830px;
  width: 100%;
  overflow: hidden;
}
.actions-title {
  font-family: "Hero New SemiBold";
  font-weight: 600;
  font-size: 36px;
  line-height: 132.4%;
  color: #000;
  margin-bottom: 10px;
}
.actions-info {
  font-size: 18px;
  line-height: 130.4%;
  color: #393939;
  margin-bottom: 20px;
}
.ourbrands {
  padding: 13px 0 140px 0;
}
.ourbrands-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ourbrand-item {
  padding: 42px 40px 40px 44px;
  background: #fff;
  max-width: 707px;
  width: 100%;
  margin-bottom: 80px;
}
.ourbrand-country {
  font-size: 16px;
  line-height: 113.9%;
  color: #393939;
  text-transform: uppercase;
}
.ourbrand-name {
  font-family: "Hero New Medium";
  font-weight: 500;
  font-size: 28px;
  line-height: 127.9%;
  color: #000;
  margin-bottom: 10px;
}
.ourbrand-info {
  font-weight: 400;
  font-size: 20px;
  line-height: 124.4%;
  color: #000;
  max-width: 590px;
  margin-bottom: 70px;
}
.ourbrand-image {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.ourbrand-image img {
  max-width: 302px;
  max-height: 84px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutbrand-top {
  background: #fff;
  padding: 0 0 192px 0;
}
.aboutbrand-top-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 80px;
}
.aboutbrand-logo {
  max-width: 795px;
  max-height: 328px;
  overflow: hidden;
  flex: 1;
}
.aboutbrand-info {
  padding: 195px 0;
}
.procedure-info {
  font-size: 18px;
  line-height: 130.4%;
  color: #393939;
}
.procedure-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.product-top-info {
  max-width: 830px;
}
.procedure-top .product-top-info p {
  max-width: 100%;
}
.procedure-description {
  padding: 126px 0;
}
.popular-devices.product-list {
  margin: 0 auto 0 auto;
  padding-top: 126px;
  padding-bottom: 126px;
}
.brands.procedure-brands {
  margin-bottom: 126px;
  padding-top: 0;
}
.service-description {
  padding: 126px 0;
}
.documents {
  padding: 130px 0 138px 0;
}
.documents-block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.document-image {
  max-width: 150px;
  max-height: 212px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#map {
  height: 550px;
}
#map.clinics-map {
  height: 830px;
}
ymaps.ymaps-2-1-79-ground-pane {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.callback.page-contacts {
  padding: 0 0 133px 0;
}
.exllences-wrap {
  max-width: 1115px;
}
.exellences-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 62px;
}
.exellences-item {
  background: #fff;
  padding: 38px 31px 47px 31px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 707px;
  margin-bottom: 80px;
  gap: 17px;
  width: 100%;
}
.exellence-number {
  position: relative;
  font-family: "Fira Code";
  font-weight: 500;
  font-size: 30px;
  line-height: 113.9%;
  letter-spacing: -2px;
  color: #43b7c7;
  width: 109px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.exellence-number::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/circle.webp) no-repeat;
  background-size: cover;
}
.exellence-text {
  color: #000;
}
.exellence-name {
  font-family: "Hero New Medium";
  font-weight: 500;
  font-size: 28px;
  line-height: 127.9%;
  margin-bottom: 9px;
}
.exellence-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 124.4%;
}
.service-wrap {
  max-width: 1112px;
}
.clinics-filter {
  padding: 47px 0 63px 0;
  margin-bottom: 0;
}
.main-news {
  padding-top: 22px;
}
.all-news {
  padding: 57px 0 0 0;
}
.all-news .pagination {
  padding: 40px 0;
}
.news-block-small {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 100%;
  justify-content: space-between;
}
.news-block-small .news-item-small {
  max-width: 469px;
  padding: 200px 60px 32px 30px;
}
.subscribe {
  padding: 99px 0 153px 0;
}
article h1 {
  font-size: 64px;
  line-height: 100%;
}
article h2 {
  font-size: 42px;
  line-height: 100%;
}
article p {
  color: #393939;
}
.article {
  margin-bottom: 93px;
}
.article-img {
  padding: 25px 0;
}
.article-container {
  max-width: 1218px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.article-img {
  max-height: 644px;
  object-fit: contain;
}
.article-social {
  padding: 55px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}
.article-social .button-default {
  margin-right: 11px;
}
.article-social a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.article-social .social-twitter span::before,
.article-social .social-vk span::before {
  text-decoration: none;
  color: #b3c0c6;
  font-size: 42px;
}
.page-header {
  background: #fff;
}
.page-header-wrap {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  padding-bottom: 132px;
  padding-top: 33px;
  z-index: 0;
}
.page-header-info {
  max-width: 830px;
  width: 100%;
}
.page-header-info p {
  margin-bottom: 20px;
}
.page-header-image {
  position: absolute;
  max-width: 695px;
  max-height: 605px;
  overflow: hidden;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.seosay {
  padding: 102px 0 0 0;
}
.seosay-wrap {
  display: flex;
  flex-wrap: wrap;
}
.seosay-photo {
  max-width: 430px;
  max-height: 690px;
  object-fit: cover;
  overflow: hidden;
}
.seosay-img {
  position: relative;
  margin-right: 150px;
}
.seosay-img::after {
  position: absolute;
  content: "";
  width: 155%;
  height: 100%;
  left: 50%;
  top: 0;
  background: url(../img/circle.webp) no-repeat;
  transform: translate(-50%, 0);
  background-size: contain;
  z-index: -1;
  opacity: 0.18;
}
.seosay-text {
  max-width: 892px;
  padding-top: 35px;
}
.experience-people {
  padding: 110px 0 130px 0;
  background: #fff;
}
.docs-info {
  padding: 132px 0 0 0;
}
.docs-info-wrap {
  max-width: 1005px;
  width: 100%;
}
.docs-info-text {
  font-size: 18px;
  line-height: 130.4%;
  color: #393939;
  margin-bottom: 35px;
}
.docs-info-docs {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.button-files {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  font-family: "Hero New Light";
  font-weight: 300;
  font-size: 22px;
  line-height: 31px;
  color: #000;
  gap: 15px;
}
.banner-block {
  background: #fff;
  padding-top: 96px;
  overflow: hidden;
}
.cooperation-brands {
  padding: 135px 0 66px 0;
}
.career-items {
  padding: 135px 0 55px 0;
}
.ourbrand-item.career-item {
  padding: 38px 74px 56px 44px;
}
.career-item .ourbrand-info {
  margin-bottom: 30px;
}
.all-pages ul {
  list-style: decimal;
  padding: 0;
  margin: 0 0 60px 0;
}
.all-pages ul li a {
  display: block;
  padding: 8px;
  color: #393939;
  text-decoration: none;
}
.all-pages ul li a:hover {
  color: #41b3c2;
}
.after-before::after,
.after-before::before {
  display: none;
}
.afterbefore-image {
  height: 644px;
}
.afterbefore-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.twentytwenty-after-label,
.twentytwenty-before-label {
  opacity: 1;
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active
  :hover.twentytwenty-overlay
  .twentytwenty-after-label,
.twentytwenty-container.active
  :hover.twentytwenty-overlay
  .twentytwenty-before-label {
  opacity: 1;
}
.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0);
}
.twentytwenty-horizontal .twentytwenty-after-label:before,
.twentytwenty-horizontal .twentytwenty-before-label:before {
  top: 90%;
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 13%;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 13%;
}
.twentytwenty-after-label:before,
.twentytwenty-before-label:before {
  position: absolute;
  background: 0 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 142.9%;
  color: #fff;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.twentytwenty-handle {
  height: 30px;
  width: 30px;
  position: absolute;
  background: #fff;
  border: 0;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  margin-bottom: 15px;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  margin-top: 17px;
}
.map-hint {
  max-width: 298px;
  width: 100%;
  padding: 15px 24px 15px 15px;
  background: #fff;
}
.hint-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 113.9%;
  color: #000;
  margin-bottom: 8px;
}
.hint-contact {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 150.9%;
  margin-bottom: 8px;
}
.hint-contact span::before {
  font-size: 18px;
  color: #000;
}
.hint-contact span {
  display: block;
  margin-right: 7px;
}



/* desc menu */ 

.right-menu:hover span::after, 
.right-menu:hover span::before,
.double-menu-close:hover span::after, 
.double-menu-close:hover span::before{
  background: #f8f8fa;
  transition: all .2s linear;
}

.right-menu:hover,
.double-menu-close {
  cursor: pointer;
}

.top-menu-double {
  position: fixed;
  list-style: none;
  display: flex;
  max-width: 500px;
  height: 100vh;
  top: -24px;
  background: #242424;
  padding: 115px 30px 35px 25px;
  flex-direction: column;
  right: -100%;
  height: 100vh;
  align-items: flex-end;
  transition: all 0.2s linear;
  gap: 20px;
  justify-content: flex-start;
  font-size: 24px;
}

.top-menu-double.open-menu {
  top: -24px;
  width: 100%;
  z-index: 999;
  right: 0;
  transition: all 0.2s linear;
}

.double-menu-close {
  max-width: 30px;
  width: 100%;
  height: 30px;
  display: flex;
  flex-direction: column;
  transition: all 0.2s linear;
  position: absolute;
  z-index: 1000;
  top: 30px;
}

.double-menu-close span {
  position: relative;
  display: block;
  width: 100%;
  transition: all 0.2s linear;
  top: 50%;
}

.double-menu-close span::after, .double-menu-close span::before  {
  position: absolute;
  content: "";
  height: 4px;
  background: #5fbeb0;
  transition: all 0.2s linear;
}

.double-menu-close span::before {
  right: 0;
  top: 0;
  width: 100%;
  transform: rotate(45deg);
  transition: all 0.2s linear;
}

.double-menu-close span::after {
  left: 0;
  top: 0;
  width: 100%;
  transform: rotate(-45deg);
  transition: all 0.2s linear;
}


/* ********* */ 





@media (max-width: 1680px) {
  .info-procedures,
  .popular-devices {
    padding-left: 100px;
  }
  .news-block-small .news-item-small {
    flex: 0 1 30%;
  }
  .swiper-pagination.slider-box-pages {
    padding-right: 30px;
  }
  .categories-left,
  .categories-right {
    flex: 0 1 48%;
  }
  .callback-info {
    max-width: 655px;
  }
  .question-item {
    max-width: 296px;
  }
  .subscribe-title {
    max-width: 580px;
  }
  .left-sidebar {
    flex: 1;
    margin-right: 42px;
    font-size: 18px;
  }
  .right-content {
    flex: 1;
  }
  .right-content-item {
    flex: 1 1 33%;
  }
  .ranges {
    padding-left: 30px;
  }
  .ranges .swiper-pagination.slider-box-pages {
    padding-right: 30px;
  }
  .slider-links {
    font-size: 18px;
    max-width: 464px;
    left: 0;
  }
  .product-top {
    background-size: 50%;
  }
  .product-description-info {
    flex: 1;
  }
  .experience-wrap {
    padding-left: 30px;
    overflow: hidden;
  }
  .results {
    overflow: hidden;
    padding-left: 30px;
  }
  .commnets-pages,
  .pages-results {
    padding-right: 40px;
  }
  .ourbrand-item {
    margin-bottom: 20px;
    flex: 0 1 48%;
  }
  .procedure-top {
    background-position: bottom 0 right 0;
  }
  .exellences-item {
    flex: 0 1 48%;
    margin-bottom: 40px;
  }
  .seosay-img {
    margin-right: 20px;
  }
}
@media (max-width: 1366px) {
  h2 {
    font-size: 48px;
  }
  .categories-item {
    height: 570px;
  }
  .slider-item {
    max-width: 550px;
    height: 480px;
  }
  .slider-block-info {
    margin-right: 30px;
  }
  .callback-form {
    flex: 0 1 45%;
  }
  .callback-info {
    flex: 0 1 55%;
  }
  .send-info {
    max-width: 290px;
  }
  .question-item {
    flex: 0 1 22%;
  }
  .news-item-big {
    max-width: 618px;
    padding: 315px 18px 43px 40px;
    flex: 0.7;
  }
  .news-block {
    flex: 1;
    gap: 35px;
  }
  .news-item-small {
    max-width: 308px;
    flex: 1 1 47%;
    padding: 88px 15px 27px 15px;
  }
  .row-inputs input {
    flex: 1;
    max-width: 260px;
  }
  .footer-menu {
    max-width: 650px;
  }
  .ourbrands {
    padding: 0;
  }
  .aboutbrand-top {
    padding: 0 0 70px 0;
  }
  .aboutbrand-top-wrap {
    padding-top: 15px;
  }
  .aboutbrand-info {
    padding: 94px 0;
  }
  .getconsult-white {
    padding: 30px 0 70px 0;
  }
  .brands {
    padding-top: 70px;
  }
  .procedure-image {
    width: 50%;
    opacity: 0.2;
  }
  .seosay-text {
    flex: 1;
  }
  .page-header-image {
    width: 40%;
  }
}
@media (max-width: 1280px) {
  h3 {
    font-size: 24px;
  }
  .welcome {
    padding-bottom: 150px;
  }
  .slider-item {
    max-width: 450px;
    height: 380px;
  }
  .slider-image {
    width: 50%;
  }
  .slider-image::before {
    background-size: cover;
  }
  .slider-item {
    padding: 20px 44px 20px 15px;
  }
  .send-info {
    max-width: 255px;
    font-size: 14px;
  }
  .slider-item.slider-info {
    padding: 20px 20px 12px 21px;
    overflow: hidden;
    height: auto;
  }
  .question-text {
    font-size: 18px;
  }
  .news-block {
    gap: 30px;
  }
  .row-inputs input {
    max-width: 240px;
  }
  .afterbefore-image {
    height: 480px;
  }
  .twentytwenty-horizontal .twentytwenty-after-label:before,
  .twentytwenty-horizontal .twentytwenty-before-label:before {
    top: 95%;
  }
  .twentytwenty-after-label:before,
  .twentytwenty-before-label:before {
    font-size: 18px;
  }
  .twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 5%;
  }
  .twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 5%;
  }
}
@media (max-width: 1160px) {


  html {
    overflow-x: hidden;
  }

  .container {
    padding: 0 20px;
  }

  h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .link-more {
    font-size: 18px;
  }
  body,
  p {
    font-size: 14px;
  }
  .button-default {
    font-size: 16px;
    padding: 8px 12px;
  }


  .top-menu {
    display: none;
  }

  .double-menu-close {
    top: 9px;
  }
  
  .top-menu-double {
    padding: 115px 20px 35px 25px;
  }

  /* .top-menu {
    position: fixed;
    background: #242424;
    padding: 115px 30px 35px 25px;
    flex-direction: column;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 100%;
    align-items: flex-end;
    transition: all 0.3s linear;
    gap: 20px;
    justify-content: flex-start;
    font-size: 24px;
  }
  .top-menu.open-menu {
    top: 0;
    width: 100%;
    z-index: 999;
    right: 0;
    transition: all 0.3s linear;
  }
  .right-menu.close-menu-but {
    z-index: 999;
    transition: all 0.3s linear;
  }
  .right-menu.close-menu-but span {
    position: relative;
    width: 100%;
    transition: all 0.3s linear;
  }
  .right-menu.close-menu-but span::before {
    right: 0;
    top: 0;
    width: 100%;
    transform: rotate(45deg);
    transition: all 0.3s linear;
  }
  .right-menu.close-menu-but span::after {
    left: 0;
    top: 0;
    width: 100%;
    transform: rotate(-45deg);
    transition: all 0.3s linear;
  } */
  body.body-fixed {
    overflow: hidden;
  }
  .head-right {
    justify-content: flex-end;
    gap: 35px;
  }
  .head-right a.number {
    display: none;
  }
  .categories .link-more.all-cats {
    font-size: 18px;
  }
  .categories {
    margin-bottom: 120px;
  }
  .categories-item {
    height: 390px;
    padding: 25px 30px;
    margin-bottom: 38px;
  }
  .categories-right {
    top: 38px;
  }
  .welcome {
    margin-bottom: 60px;
  }
  .slider-block-wrap {
    flex-direction: column;
  }
  .slider-block-info {
    margin-right: 0;
    max-width: 100%;
    padding-right: 30px;
  }
  .swiper-pagination.slider-box-pages {
    padding-right: 40px;
    text-align: center;
    top: 35px;
  }
  .slider-info {
    font-size: 16px;
  }
  .slider-top-image {
    margin-bottom: 24px;
  }
  .info-procedures,
  .popular-devices {
    margin-bottom: 60px;
    padding-left: 20px;
  }
  .brands {
    margin-bottom: 120px;
  }
  .callback-info {
    flex: 0 0 auto;
    max-width: 100%;
    margin-bottom: 35px;
  }
  .callback {
    margin-bottom: 60px;
    padding: 50px 0 80px 0;
  }
  .news {
    margin-bottom: 60px;
    background: #fff;
    padding: 50px 0 80px 0;
  }
  .news-title {
    font-size: 18px;
    max-height: 80px;
  }
  .news-date {
    font-size: 14px;
  }
  .news-desc {
    font-size: 16px;
  }
  .news-item-small .news-title {
    font-size: 16px;
  }
  .news-item-small .link-more {
    font-size: 16px;
  }
  .news-item-small {
    padding: 110px 15px 10px 15px;
  }
  .subscribe-title {
    max-width: 100%;
    margin-bottom: 35px;
  }
  .subscribe-title h2 {
    margin-bottom: 0;
  }
  .subscribe-desc {
    max-width: 100%;
  }
  .footer-wrap {
    margin-bottom: 25px;
  }
  .footer-left {
    max-width: 145px;
    font-size: 14px;
  }
  .footer-menu {
    max-width: 428px;
  }
  .footer-menu-item {
    font-size: 14px;
    line-height: 100%;
  }
  .footer-right a {
    font-size: 14px;
  }
  .product-top {
    background-position: bottom 0 right 0;
    background-size: 60% 60%;
  }
  .product-description-info {
    flex: 1;
  }
  .product-top-info {
    max-width: 400px;
  }
  .procedure-top-wrap .product-top-info {
    max-width: 100%;
  }
  .product-top-adds {
    flex-wrap: wrap;
    gap: 20px;
  }
  .ranges {
    margin-bottom: 40px;
  }
  .capability {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .ranges .swiper-pagination.slider-box-pages {
    top: 0;
    text-align: right;
  }
  .actions-bg {
    width: 30%;
    height: 50%;
  }
  .actions {
    margin-bottom: 65px;
  }
  .page-header-wrap {
    padding-bottom: 50px;
    padding-top: 0;
  }
  .page-header-image {
    width: 50%;
    opacity: 0.3;
  }
  .seosay {
    padding: 45px 0 40px 0;
  }
  .experience-people {
    padding: 40px 0 60px 0;
  }
  .docs-info {
    padding: 60px 0 0 0;
  }
  .seosay-img {
    display: none;
  }
  .career-items,
  .cooperation-brands {
    padding: 55px 0 25px 0;
  }
  .ourbrand-item.career-item {
    padding: 25px 20px 30px 20px;
  }
  .afterbefore-image {
    height: 415px;
  }
  .service-description {
    padding: 38px 0;
  }

  .logo {
    margin-right: 0;
    /* max-width: 65%; */
    max-width: 33px;
    max-height: 32px;
  }
  .button {
    /* padding: 11px 15px 11px 15px; */
    font-size: 14px;
    padding: 4px;
  }


  .welcome-nav {
    display: none;
  }
}
@media (max-width: 1025px) {
  .categories-right {
    top: 0;
  }
  .news-wrap {
    gap: 10px;
  }
  .news-block {
    gap: 10px;
    max-width: 100%;
    flex: 0 1 100%;
    flex-wrap: nowrap;
  }
  .news-block-small {
    gap: 10px;
  }
  .news-block-small .news-item-small {
    flex: 0 1 49%;
  }
  .subscribe {
    padding: 10px 0 90px 0;
  }
  .main-news .news-wrap {
    margin-bottom: 60px;
  }
  .article {
    margin-bottom: 0;
  }
  .news-item-big {
    max-width: 100%;
    padding: 130px 18px 43px 40px;
    flex: auto;
  }
  .callback-form {
    flex: 1 1 45%;
  }
  .content-select-filters {
    margin-bottom: 15px;
    max-width: 100%;
  }
  .nice-select {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .left-sidebar {
    flex: auto;
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .pagination {
    margin: 0 auto;
  }
  .produst-page {
    margin-bottom: 110px;
  }
  .short-news-item {
    max-width: 100%;
    margin-bottom: 42px;
    flex: 0 1 100%;
  }
  .ourbrand-item {
    padding: 22px 20px 20px 24px;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .ourbrand-country {
    font-size: 12px;
  }
  .ourbrand-name {
    font-size: 24px;
  }
  .ourbrand-info {
    font-size: 16px;
  }
  .ourbrand-image img {
    width: 50%;
  }
}
@media (max-width: 890px) {


  .top-menu-double.open-menu {
    max-width: 100%;
}

  .welcome {
    padding-top: 195px;
  }
  .categories-left,
  .categories-right {
    flex: auto;
    width: 100%;
    max-width: 100%;
  }
  .categories-item {
    max-width: 100%;
    width: 100%;
  }
  .categories-wrap {
    padding-bottom: 55px;
    justify-content: center;
  }
  .categories-image {
    top: 0;
  }
  .categories-image img {
    width: 100%;
    height: 100%;
  }
  .categories .link-more.all-cats {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .callback-form {
    flex: auto;
    max-width: 100%;
  }
  .brand-logo {
    max-width: 76px;
    max-height: 76px;
  }
  .questions-numbers {
    flex-wrap: wrap;
    gap: 25px;
  }
  .question-item {
    flex: auto;
  }
  .question-text {
    font-size: 16px;
  }
  .questions {
    margin-bottom: 70px;
  }
  .news-block {
    flex-wrap: wrap;
  }
  .news-item-small {
    max-width: 100%;
    flex: auto;
  }
  .news-big-image img,
  .news-small-image img {
    object-position: top;
  }
  .news-item-big {
    padding: 110px 15px 10px 15px;
  }
  .row-inputs input {
    max-width: 45%;
  }
  .footer-wrap {
    gap: 15px;
    margin-bottom: 25px;
  }
  .footer-left {
    order: 1;
  }
  .footer-right {
    order: 2;
  }
  .footer-menu {
    order: 3;
  }
  .right-content {
    gap: 15px;
  }
  .short-news {
    margin-bottom: 20px;
  }
  .short-news-item {
    margin-bottom: 20px;
  }
  .product-description-info {
    flex: auto;
  }
  .product-top {
    background-size: 70%;
  }
  .ranges .swiper-pagination.slider-box-pages {
    padding-right: 0;
    width: 100%;
    top: 50px;
  }
  .materials-block .button-doc {
    flex: 0 1 100%;
    font-size: 19px;
    margin-bottom: 20px;
  }
  .usefulmaterials {
    margin-bottom: 35px;
  }
  .experience {
    padding: 126px 0 94px 0;
  }
  .actions-wrap {
    padding: 52px 0 52px 0;
  }
  .actions-bg {
    width: 100%;
    height: 100%;
    opacity: 0.1;
    object-fit: cover;
  }
  .getconsult-white {
    background: #fff;
    padding: 30px 0 94px 0;
  }
  .system {
    padding: 30px 0;
    margin-bottom: 94px;
  }
  .video-review-wrap img {
    height: 320px;
  }
  .text-after {
    padding-left: 40px;
  }
  .text-before {
    padding-right: 40px;
  }
  .after-before-text {
    font-size: 20px;
  }
  .comments-item {
    padding: 20px 15px 20px 15px;
  }
  .comment-text {
    font-size: 14px;
  }
  .comment-info {
    justify-content: space-between;
  }
  .comment-photo {
    margin-right: 0;
  }
  .comment-desc {
    max-width: 75%;
  }
  .comment-name {
    font-size: 20px;
  }
  .comment-jobtitle {
    font-size: 16px;
  }
  .product-top-info {
    max-width: 100%;
    margin-bottom: 35px;
  }
  .aboutbrand-logo {
    max-width: 50%;
    flex: auto;
  }
  .procedure-description {
    padding: 65px 0;
  }
  .popular-devices.product-list {
    padding-top: 5px;
    padding-bottom: 65px;
  }
  .exellences-item {
    flex: 1;
    flex-direction: column;
  }
  .exellence-name {
    font-size: 24px;
  }
  .exellence-desc {
    font-size: 16px;
  }
  .news-block-small .news-item-small {
    flex: auto;
    max-width: 100%;
  }
  .afterbefore-image {
    height: 320px;
  }

  .welcome-mediablock video.video, .welcome-mediablock img {
    height: 70vh;
  }

  .welcome-mediablock {
    max-height: 70vh;
  }

  .welcome-slide {
    max-height: 70vh;
  }


}
@media (max-width: 568px) {
  article h1 {
    font-size: 34px;
  }
  article h2 {
    font-size: 28px;
  }
  h1 {
    font-size: 35px;
    line-height: 100%;
  }
  input {
    padding: 10px 0;
  }
  .subtitle {
    font-size: 20px;
  }
  .button-arrow {
    padding: 10px 15px;
    font-size: 18px;
  }
  .categories-image {
    top: 20%;
    height: 100%;
  }
  .categories-image img {
    width: 100%;
    height: 80%;
    object-fit: cover;
  }
  .link-more.all-cats {
    width: 100%;
    justify-content: center;
  }
  .info-procedures,
  .popular-devices {
    padding-left: 15px;
  }
  .slider-item {
    max-width: 100%;
    width: 100%;
  }
  .callback-contacts {
    gap: 12px;
    flex-wrap: wrap;
  }
  .callback-sendbox {
    flex-wrap: wrap;
    gap: 12px;
  }
  .send-info {
    max-width: 100%;
    order: -1;
  }
  .row-inputs input {
    max-width: 100%;
    flex: auto;
  }
  .callback-desc {
    font-size: 18px;
  }
  .brands-wrap {
    flex-wrap: wrap;
  }
  .brand-logo {
    flex: 0 1 30%;
    max-width: 230%;
    max-height: 30%;
    object-fit: scale-down;
  }
  .brands {
    margin-bottom: 45px;
  }
  .questions-numbers {
    justify-content: center;
  }
  .question-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .subscribe-desc {
    font-size: 18px;
  }
  .breadcrumbs {
    padding: 15px 0;
  }
  .page-top-name {
    margin-top: 20px;
  }
  .page-top {
    padding: 0 0 82px 0;
    margin-bottom: 60px;
    background-size: cover;
    background-position: center;
  }
  .content-filter-wrap {
    justify-content: center;
  }
  .footer-left,
  .footer-menu,
  .footer-right {
    max-width: 100%;
    width: 100%;
  }
  .results {
    padding-left: 15px;
  }
  .experience-wrap {
    padding-left: 15px;
  }
  .ranges {
    padding-left: 15px;
  }
  .slider-links {
    flex-direction: column;
    align-items: baseline;
  }
  .ranges .swiper-pagination.slider-box-pages {
    padding-right: 15px;
  }
  .results-title {
    align-items: flex-start;
  }
  .commnets-pages,
  .pages-results {
    padding-right: 15px;
  }
  .swiper-pagination.slider-box-pages {
    padding-right: 0;
  }
}


/*** personal account pages ***/

/* login page */ 


.personal-account {
  margin-bottom: 150px;
}

.account-form-wrapper {
  padding-top: 53px;
}


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

form.login-form input {
  /* flex: 0 1 48%; */
  margin-bottom: 40px;
}

.login-email,
.password-box  {
  width: 48%;
}

.login-password {
  width: 100%;
}

.password-box {
  position: relative;
}

.password-checkbox {
  position: absolute;
  right: 0;
  top: 0;
}


.account-sendbox {
  display: flex;
  align-items: center;
  gap: 0 28px;
}


.password-control {
  position: absolute;
  top: 18px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 28px;
  background: url(../img/no-view.svg) 0 0 no-repeat;
}
.password-control.view {
	background: url(../img/view.svg) 0 0 no-repeat;
}

form.forgot-form input {
  width: 100%;
}

.forgot-pass-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.forgot-pass-hint {
  max-width: 523px;
  font-size: 22px;
}


/* divtable */ 

.orders-list-table {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 18px;
  line-height: 221.4%;
}

.orders-list-table * {
  /* border: 1px solid; */
}

.order-table-Column-3:nth-child(3) {
  border-right: 1px solid #F1F1F1;
}

.order-list-cell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 495px;
}

.order-list-cell.order-cell-title {
  font-size: 24px;
  color: #000;
  font-weight: 500;
}

.order-table-Column-1 {
  max-width: 250px;
  width: 250px;
}

.order-list-cell {
  padding: 3px 10px;
}

.order-table-Column-2 {
  max-width: 170px;
  width: 170px;
  /* padding-left: 22px; */
}

.order-table-Column-3 {
  max-width: 175px;
  width: 175px;
  /* padding-left: 10px; */
}

.order-table-Column-4 {
  max-width: 325px;
  width: 325px;
  padding-left: 16px;
}

.order-price-cell {
  color: #5FBEB0;
  font-weight: 500;
}

.order-list-cell span,
.order-cell-name {
  font-weight: 500;
}



.orders-page {
  padding-bottom: 108px;
}

.orders-page-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.orders-leftside {
  max-width: 380px;
  width: 100%;
}

.order-status {
  text-decoration: none;
}

.orders-menu {
  width: 100%;
  padding: 26px 16px;
  list-style: none;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  margin: 0;
}

.orders-menu-item {
  font-size: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0 18px;
  color: #1F1F1F;
  font-weight: 500;
}

.orders-menu-item:hover, 
.orders-menu-item.current {
  color: #5FBEB0;
}

.orders-menu-item i {
  font-size: 30px;
}

li.logout-item {
  border-top: 1px solid #F1F1F1;
  padding-top: 16px;
}

.orders-content {
  max-width: 1070px;
  width: 100%;
}

.orders-content h2 {
  line-height: 100%;
}

.orders-block {
  width: 100%;
  padding: 20px 80px 25px 35px;
  background: #fff;
  margin-bottom: 20px;
}

.orders-warning {
  display: flex;
  align-items: center;
  gap: 0 10px;
  line-height: 100%;
}

.orders-warning i {
  font-size: 34px;
}

.orders-warning p {
  color: #000;
  font-weight: 500;
}

.order-item {
  width: 100%;
}

.orders-block.orders-list {
  margin-bottom: 16px;
}



/* order place */ 

.order-place-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 221.4%;
  padding: 25px 0;
  border-bottom: 1px solid #F1F1F1;
}

.order-place-item:last-child {
  border: 0;
}


.order-place-column {
  display: flex;
  flex-direction: column;
}

.order-place-column_title {
}

.order-place-column_info {
  font-size: 20px;
}
.status-pay {
  color: #48D46F;
}

.status-pay-wait {
  color: #43B7C7;
}

.place-column-1 {
  max-width: 145px;
  width: 100%;
}

.place-column-2 {
  max-width: 220px;
  width: 100%;
}

.place-column-3 {
  max-width: 130px;
  width: 100%;
}

.place-column-4 {
  max-width: 115px;
  width: 100%;
}

.place-column-5 {
  max-width: 170px;
  width: 100%;
}


.orders-menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 221.4%;
  flex-wrap: wrap;
}

.orders-menu-links {
max-width: 375px;
width: 100%;
font-size: 22px;
display: flex;
justify-content: space-between;
}

.orders-menu-link {
  text-decoration: none;
  color: #666666;
}

.orders-menu-link.current {
  color: #5FBEB0;
}
 
.orders-menu-bott {
  display: flex;
  gap: 0 25px;
  align-items: center;
  line-height: 221.4%;
}

.pays-info {
  color: #48D46F;
}

.pays-info span,
.remainder-info span {
  font-weight: 500;
  color: #000;
}

.remainder-info {
  color: #43B7C7;
}


.orders-place-docs {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 0 40px;
  padding: 34px 0;
}

.place-doc-icon {
  width: 45px;
  height: 45px;
  object-fit: cover;
  margin-bottom: 10px;
}


.buttons-account {
  display: flex;
  align-items: center;
  gap: 0 24px;
  line-height: 100%;
}

.buttons-account a {
  text-decoration: none;
}

.buttons-account i:before,
.button-trash span {
  transition: all .2s linear;
}

.buttons-account a:hover i:before{
  color: #fff;
}

.button-trash:hover span {
  background: #fff;
  color: #5FBEB0;
}

.button-trash {
  position: relative;
  font-size: 45px;
}

.button-trash span {
  position: absolute;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 13px;
  border-radius: 50%;
  background: #5FBEB0;
  bottom: 1px;
  right: 2px;
  padding-left: 3px;
  padding-top: 1px;
}

.button-profile {
  font-size: 35px;
}


/* trash */ 


.personal-account {
}
.page-trash {
}

.page-trash-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.trash-item {
  max-width: 725px;
  width: 100%;
  background: #fff;
  padding: 22px 36px 40px 14px;
  display: flex;
  justify-content: space-between;
}
.trash-image {
  max-width: 170px;
  max-height: 150px;
}

.trash-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trash-info {
  max-width: 445px;
  width: 100%;
}

.trash-info-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 0 8px;
  line-height: 100%;
}

.trash-info-name {
  font-family: "Hero New SemiBold";
  font-size: 32px;
  color: #000;
  font-weight: 600;
}

.delete-item {
  font-size: 24px;
  text-decoration: none;
  line-height: 100%;
}

.trash-info-text {
  line-height: 127.4%;
  color: #000;
  margin-bottom: 10px;
}

.trash-info-desc {
  font-size: 16px;
  color: #777777;
  margin-bottom: 5px;
}
.trash-info-adds {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.addservice {
  position: relative;
  color: #5FBEB0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding-right: 20px;
}

.addservice::after,
.addservice::before {
  position: absolute;
  content: '';
  background: #5FBEB0;
  width: 11px;
  height: 2px;
}

.addservice::after {
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.addservice::before {
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
}



.trash-modules-item {
  max-width: 725px;
  width: 100%;
  background: #fff;
  padding: 22px 36px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modules-item-cat {
  font-size: 20px;
  line-height: 132.4%;
  margin-bottom: 5px;
  font-weight: 500;
}

.modules-reccomends-hint {
  background: #F6F6F6;
  padding: 18px 28px;
  margin-top: 12px;
}

.modules-reccomends-hint a {
  text-decoration: none;
}

.trash-item, 
.trash-modules-item {
  margin-bottom: 33px;
}


/* data form */ 

.personal-account.page-trash {
  margin-bottom: 80px;
}

.acc-data {
  margin-bottom: 70px;
}

.popular-devices.personal-account-slider {
  margin: 100px auto 100px auto;
}

form.add-your-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}

form.add-your-data input {
  max-width: 475px;
  width: 100%;
}

form.add-your-data .account-sendbox {
  margin: 30px 0;
}

.order-comment {
  max-width: 1000px;
  width: 100%;
}


.orders-content .content-filter-wrap {
  margin-bottom: 30px;
}


.orders-place-materials {
}

.materials-videoitem {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

.material-video {
  position: relative;
  max-width: 300px;
  width: 100%;
  height: 152px;
  z-index: 0;
}
.material-image {
  position: relative;
  max-width: 300px;
  max-height: 152px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  z-index: -1;
}

.material-video-play {
  position: absolute;
  content: '';
  font-size: 36px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 100%;
  text-decoration: none;
  display: block;
  transition: all .2s linear;
}

.material-video-play i::before {
  transition: all .2s linear;
}

.material-video-play:hover {
  transform: translate(-50%, -50%) scale(1.2);
}

.material-video-play:hover i::before{
  color: #43B7C7;
}

.material-video::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(359.79deg, rgba(0, 0, 0, 0.8) 0.18%, rgba(0, 0, 0, 0) 101.06%);
  z-index: -1;
}

.material-name-video {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 14px;
}

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

.materials-documents .place-doc-item {
  max-width: 300px;
  width: 100%;
  margin-bottom: 35px;
}

.materials-documents .place-doc-item p {
  line-height: normal;
  color: #000;
}

.materials-page .orders-block {
  padding: 35px 30px 20px 35px;
}

.materials-page {
  margin-bottom: 130px;
}

.place-doc-item {
  display: block;
  text-decoration: none;
}


.education-page .orders-menu-links {
  max-width: 425px;
}


.education-page .orders-block {
  padding: 30px 33px 70px 30px;
}

.education-page {
  margin-bottom: 108px;
}

.personal-title {
  font-size: 32px;
  color: #000;
  font-family: "Hero New SemiBold";
  line-height: 132.4%;
  padding: 26px 0 18px 0;
}

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


.event-item {
  margin-bottom: 50px;
}

.event-item .news-item-small {
  max-width: 303px;
  padding: 125px 40px 22px 17px;
  color: #fff;
}

.event-item .news-item-small .news-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.event-item .news-item-small .news-date {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
}

.event-item .news-item-small  .link-more {
  font-weight: 400;
  font-size: 14px;
  line-height: 119.9%;
}


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


.request-education input {
  max-width: 460px;
  width: 100%;
}

.request-education textarea {
  max-width: 100%;
  width: 100%;
}

.request-education .callback-sendbox {
  gap: 0 68px;
}


.form-appeal input {
  max-width: 460px;
  width: 100%;
}

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

.topic-appeal {
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px;
}


.form-appeal textarea#request-msg {
  margin-bottom: 14px;
}

.form-appeal  .callback-sendbox {
  gap: 0 68px;
}

.personal-arcticle p {
  line-height: 171.4%;
  font-size: 22px;
}


form.change-form {
  display: flex;
  justify-content: space-between;
}

form.change-form .password-box {
  max-width: 460px;
  width: 100%;
}


form.change-form .password-box input {
  width: 100%;
}

form.change-email input {
  max-width: 460px;
  width: 100%;
}

.current-email {
  padding: 20px 0;
}


.email-notifications .сustom-checkbox {
  margin-bottom: 20px;
}

.mobile-table-cells {
  display: none;
}


@media (max-width: 1680px) {
  .orders-leftside {
    max-width: 300px;
    width: 100%;
    margin-right: 40px;
}

.trash-item, .trash-modules-item {
  margin-bottom: 33px;
  flex: 0 1 48%;
}

.trash-image {
  flex-shrink: 0;
  margin-right: 26px;
}


form.change-form .password-box {
  max-width: 425px;
  width: 100%;
}


}


@media (max-width: 1366px) {
  .orders-leftside {
    max-width: 300px;
    margin-right: 30px;
}

.orders-menu {
  gap: 16px 0;
}

.orders-menu-item {
  font-size: 16px;
}

.orders-menu-item i {
  font-size: 22px;
}

.orders-content {
  max-width: 768px;
}

.orders-block {
  padding: 20px 10px 20px 10px;
}

.orders-warning p {
  font-size: 16px;
}

.order-list-cell.order-cell-title {
  font-size: 20px;
}

.orders-list-table {
  font-size: 16px;
}


.trash-info {
  max-width: 330px;
  width: 100%;
}

.trash-info-text {
  font-size: 16px;
}

.addservice {
  font-size: 12px;
}

.trash-image {
  max-width: 130px;
}

.modules-reccomends-hint {
  font-size: 16px;
}

.materials-videoitem {
  flex-wrap: wrap;
}

.material-video {
  margin-bottom: 35px;
}

.request-education input {
  max-width: 100%;
  width: 100%;
}

.form-appeal input {
  max-width: 100%;
  width: 100%;
}

.personal-arcticle p {
  line-height: 171.4%;
  font-size: 16px;
}

form.change-form {
  flex-wrap: wrap;
}

form.change-form .password-box {
  max-width: 100%;
  width: 100%;
}

}

@media (max-width: 1025px) {
  .orders-page-wrapper {
    flex-wrap: wrap;
}

.orders-leftside {
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 40px;
}

.orders-menu {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.orders-menu li {
  max-width: 130px;
  width: 100%;
}

.orders-menu-item {
  font-size: 14px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 64px;
}

li.logout-item {
  border-top: 0;
  padding-top: 0;
}

.orders-content {
  max-width: 100%;
}

.order-place-item {
  flex-wrap: wrap;
  justify-content: space-between;
}

.trash-item, .trash-modules-item {
  flex: 0 1 100%;
}

.page-trash-wrapper {
  justify-content: center;
}

.trash-image {
  max-width: 170px;
}

.trash-info {
  max-width: 478px;
  width: 100%;
}

}

@media (max-width: 815px) {
  .orders-list-table {
    flex-wrap: wrap;
}

.order-table-Column-1, .order-table-Column-2, .order-table-Column-3 {
  max-width: 100%;
  width: 100%;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
}

.order-list-cell span, .order-cell-name {
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}

.mobile-table-cells {
  display: flex;
  width: 30%;
  justify-content: space-between;
}

.order-table-Column-4 {
  max-width: 100%;
  width: 100%;
  padding-left: 0px;
}

.order-desc-col {
  display: none;
}

.mobile-table-cells {
  display: flex;
}

.order-table-Column-4 .order-list-cell {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}

.orders-warning {
  line-height: 150%;
}

.order-place-column {
  max-width: 50% !important;
  width: 100%;
  margin-bottom: 20px;
}

.trash-item, .trash-modules-item {
  flex: 0 1 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.materials-videoitem {
  flex-wrap: wrap;
  justify-content: center;
}

.materials-documents .place-doc-item {
  flex: 0 1 45%;
  margin-bottom: 35px;
}

}


@media (max-width: 568px) {
  .login-email, .password-box {
    width: 100%;
}

.password-control {
  top: 6px;
}

.forgot-pass-title {
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.forgot-pass-hint {
  font-size: 18px;
}

.materials-documents .place-doc-item {
  flex: 0 1 100%;
  margin-bottom: 35px;
}

}