:root {
  --color-greytext: #E8E8E8;
  --color-milk: #F6F5F2;
  --color-darkgrey: #C4C4C4;
}

@font-face {
  font-family: "PT Root UI";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/ptrootuibold.woff2") format("woff2"), url("../fonts/ptrootuibold.woff") format("woff"); }

@font-face {
  font-family: "PT Root UI";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/ptrootuimedium.woff2") format("woff2"), url("../fonts/ptrootuimedium.woff") format("woff"); }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.main-body {
  font-family: "PT Root UI", "Arial", sans-serif;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
  ​
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
  ​
  ​
ol, ul {
  list-style: none;
}
  ​
blockquote, q {
  quotes: none;
}
  ​
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
  ​
table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  font-size: 1.7vw;
} @media (max-width: 700px) {
  p {
    font-size: 1.2em; } }

.small-text {
  font-size: 1.5vw;
} @media (max-width: 700px) {
  .small-text {
    font-size: 1.1em;
  } }

.container {
  margin-right: 3.5vw;
  margin-left: 3.5vw;
} @media (max-width: 700px) {
  .container {
  margin-right: 1em;
  margin-left: 1em; } }

a {
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .33s;
       -o-transition-duration: .33s;
          transition-duration: .33s;
}

h1 {
  font-size: 3.7vw;
  font-weight: 700;
} @media (max-width: 700px) {
  h1 {
    font-size: 1.9em;
    line-height: 1.1em;
    margin-bottom: 0.2em; } }

h2 {
  font-size: 2.6vw;
  font-weight: 700;
  margin-bottom: 1.3vw;
} @media (max-width: 700px) {
  h2 {
    font-size: 1.6em;
    line-height: 1.1em; } }

.h2-light {
  color: white;
}

.light {
  color: white;
}

.dark-grey {
  color: var(--color-darkgrey);
}

.bold {
  font-weight: 700;
}

h3 {
  font-size: 1.8vw;
  font-weight: 700;
  margin-bottom: 0.3vw;
} @media (max-width: 700px) {
  h3 {
    font-size: 1.3em;
  } }


.main-header {
  background-color: var(--color-milk);
}

.main-header-wrapper {
  display:  -webkit-box;
  display:  -ms-flexbox;
  display:  flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2vw;
  padding-bottom: 1.5vw;
} @media (max-width: 700px) {
  .main-header-wrapper {
    padding-top: 1.5em;
  padding-bottom: 1.5em; } }

.main-header__logo {
  font-size: 2.15vw;
  font-weight: 700;
} @media (max-width: 700px) {
  .main-header__logo {
    font-size: 1.3em; } }

.page-header__phone {
  font-size: 1.9vw;
  font-weight: 700;
} @media (max-width: 700px) {
  .page-header__phone {
    font-size: 1.3em; } }

.page-header__mail {
  text-decoration: none;
  font-size: 1.9vw;
  font-weight: 700;
  color: #707360;
  margin-top: -0.2vw;
} @media (max-width: 700px) {
  .page-header__mail {
    font-size: 1.3em; } }

.header-phone-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 0.3vw;
}

.page-header__mail:hover {
  color: #FD4820;
}

.title {
  background-color: var(--color-milk);
}

.subhead {
  font-size: 2.3vw;
  line-height: 2.7vw;
  width: 70%;
  margin-bottom: 3.8vw;
} @media (max-width: 700px) {
  .subhead {
    font-size: 1.5em;
  line-height: 1.2em;
  width: 100%;
  margin-bottom: 1em; } }

.title-feauters {
  position: relative;
  font-size: 1.6vw;
  font-weight: 400;
  display:  -webkit-box;
  display:  -ms-flexbox;
  display:  flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap:  6vw;
  margin-bottom: 2vw;
} @media (max-width: 700px) {
  .title-feauters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.1em;
    gap: 0.3em;
  } }

.title-feauters__item {
  width: 22%;
} @media (max-width: 700px) {
  .title-feauters__item {
    width: auto;
    max-width: 400px; } }

.title-feauters__item:first-child {
  width: 25%;
} @media (max-width: 700px) {
  .title-feauters__item:first-child {
    width: auto; 
    max-width: 400px;
    padding-left: 1.5em; } }

.title-feauters__item:first-child::before {
  display: block;
  position:  absolute;
    content: "";
    width: 3vw;
    height: 3vw;
    background-image: url(../img/check.svg);
    background-size: 3vw 3vw;
    background-repeat: no-repeat;
} @media (max-width: 700px) {
  .title-feauters__item:first-child::before {
    width: 2em;
    height: 2em;
    background-size: 2em 2em;
    left: 0.1em;
    top: 0.4em;
  } }

.title-feauters-first {
  margin-left: 3.7vw;
} @media (max-width: 700px) {
  .title-feauters-first {
  margin-left: 1em; } }


.item-subhead {
  font-size: 2.5vw;
  font-weight: 400;
} @media (max-width: 700px) {
  .item-subhead {
  font-size: 1.8em; } }

.services-wrapper {
  display:  -webkit-box;
  display:  -ms-flexbox;
  display:  flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.4vw;
} @media (max-width: 700px) {
  .services-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; } }

.report-wrapper {
  display:  -webkit-box;
  display:  -ms-flexbox;
  display:  flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width:  34%;
  max-height: 46.5vw;
  background: -o-linear-gradient(312.31deg, #FEDA17 17.91%, #E7DD2A 35.57%, #D7E139 50.74%, #B9E654 76.11%);
  background: linear-gradient(137.69deg, #FEDA17 17.91%, #E7DD2A 35.57%, #D7E139 50.74%, #B9E654 76.11%);
  border-radius: 1vw;
  padding: 2vw 1.5vw 3vw 1.5vw;
} @media (max-width: 700px) {
  .report-wrapper {
    width: 100%;
    max-height: 60em;
    padding: 1.3em 1em 2em 1em;
    border-radius: 0.8em;
    margin-top: 1.5em;
    margin-bottom: 0.8em;
  } }


.report-price {
  font-size: 2.2vw;
  margin-top: -1.3vw;
  margin-bottom: 1.1vw;
} @media (max-width: 700px) {
  .report-price {
    font-size: 1.4em;
    margin-bottom: 0.5em; } }

.report-subhead {
  font-size: 1.75vw;
  margin-top: -0.5vw;
  margin-bottom: 1vw;
} @media (max-width: 700px) {
  .report-subhead {
    font-size: 1.2em;
    margin-bottom: 0.8em; } }

.about-report::before {
  content:  '';
  display:  block;
  margin-bottom: 1vw;
  border-bottom: 0.15vw solid #000000;
  opacity: 0.3;
} @media (max-width: 700px) {
  .about-report::before {
  margin-bottom: 0.8em;
  border-bottom: 0.1em solid #000000;
  } }

.report-list {
  margin-top: 1.2vw;
} @media (max-width: 700px) {
  .report-list {
  margin-top: 0.7em; } }

.report-list__item {
  padding-bottom: 0.8vw;
} @media (max-width: 700px) {
  .report-list__item {
    padding-bottom: 0.5em;
  } }

.tests-wrapper {
  display:  -webkit-box;
  display:  -ms-flexbox;
  display:  flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width:  59%;
  background-color: #1A2020;
  border-radius: 1vw;
  padding: 2vw 1.5vw 4vw 1.5vw;
  background-image: url(../img/visual.png);
  background-size: 17vw 9.5vw;
  background-repeat: no-repeat;
  background-position: 68% 12%;
} @media (max-width: 700px) {
  .tests-wrapper {
    width:  100%;
    padding: 1.3em 1em 3em 1em;
    border-radius: 0.8em;
    background-position: 296px 70px;
    background-size: 11em 5.8em;
    margin-bottom: 1em;
     } }
     @media (max-width: 535px) {
      .tests-wrapper {
        background-image: none; } }
   
@media (max-width: 535px) {
  .visual-test-wrapper::after {
    display:  block;
    position: relative;
    width:  14em;
    height:  9em;
    content: '';
    background-image: url(../img/visual.png);
    background-repeat: no-repeat;
    background-size: 14em 7.5em;
    top: 0.5em; } }
  


.visual-test-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 43%;
  gap: 0.5vw;
  margin-bottom: 1.2vw;
} @media (max-width: 700px) {
  .visual-test-wrapper {
    width: 260px;
    margin-bottom: 1em;
    gap: 0.3em; } }
    @media (max-width: 535px) {
      .visual-test-wrapper {
    width: 100%;
    margin-bottom: 0; } }

.tests-list__item:nth-child(-n+3)::after {
  content:  '';
  display:  block;
  margin-bottom: 1vw;
  border-bottom: 0.15vw solid #4D5656;
  padding-top: 1vw;
} @media (max-width: 700px) {
  .tests-list__item:nth-child(-n+3)::after {
    margin-bottom: 0.5em;
  border-bottom: 0.1em solid #4D5656;
  padding-top: 0.7em; } }

.test-list__title {
  margin-bottom: 0.4vw;
} @media (max-width: 700px) {
  .test-list__title {
  margin-bottom: 0.2em; } }

.other-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 2.5vw;
  gap:  6.5vw;
} @media (max-width: 700px) {
  .other-wrapper {
    gap:  2em;
    margin-top: 1.5em; } }
    @media (max-width: 535px) {
      .other-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; 
        gap:  1em; } }

.other-inner-wrapper {
  display:  -webkit-box;
  display:  -ms-flexbox;
  display:  flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
} 

.other-title {
  font-size: 2vw;
} @media (max-width: 700px) {
  .other-title {
  font-size: 1.4em; } }

.other-price {
  padding-bottom: 0.8vw;
} @media (max-width: 700px) {
  .other-price {
    font-size: 1.2em; } }


.other-title-first::before {
  display: inline;
    position: relative;
    content: "";
    border-radius: 50%;
    width: 1vw;
    height: 1vw;
    background-image: url(../img/teplo.png);
    background-size: 3vw 3vw;
    background-repeat: no-repeat;
    padding-right: 2.5vw;
    padding-top: -2vw;
} @media (max-width: 700px) {
  .other-title-first::before {
    background-size: 1.5em 1.5em;
    padding-right: 1.3em; } }

.other-siz {
  width: 45%;
}

.other-teplo {
  width: 37%;
}

@media (max-width: 700px) {
  .other-siz, .other-teplo {
    width: 100%;
  } }

.popular {
  background-color: var(--color-milk);
  padding-top: 3vw;
  padding-bottom: 5vw;
} @media (max-width: 700px) {
  .popular {
    padding-top: 1.5em;
    padding-bottom: 3em; } }

.cabel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1vw;
  width: 65%;
  margin-bottom: 3vw;
  padding-left: 7vw;
} @media (max-width: 700px) {
  .cabel-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-left: 0;
    margin-bottom: 1.2em; } }

.cabel-h3 {
  width: 70%;
} @media (max-width: 700px) {
  .cabel-h3 {
  width: 100%;
  padding-left: 0.4em; } }

.cabel-h3::before {
    display: block;
    position: absolute;
    left: 3.5vw;
    content: "";
    width: 5.5vw;
    height: 5.5vw;
    background-image: url(../img/cabel.svg);
    background-size: 5.5vw 5.5vw;
    background-repeat: no-repeat;
} @media (max-width: 700px) {
  .cabel-h3::before {
    display: inline-block;
    position: relative;
    left: -0.2em;
    top: 0.5em;
    width: 1.5em;
    height: 1.5em;
    background-size: 1.5em 1.5em; } }

.trans-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5vw; } @media (max-width: 700px) {
    .trans-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 2em; } }

.trans-inner-left {
  width: 39.8%;
}

.trans-inner-right {
  width: 40%;
}

@media (max-width: 700px) {
  .trans-inner-left, .trans-inner-right {
    width: 100%; } }

.transform-img {
  margin-bottom: 1.2vw;
  height: 25vw;
} @media (max-width: 700px) {
  .transform-img {
    width: 100%;
    height: auto; } }

.about {
  background-color: #332E4C;
  padding-top: 3vw;
  padding-bottom: 5vw;
  color:  var(--color-greytext);
} @media (max-width: 700px) {
  .about {
    padding-top: 1.5em;
    padding-bottom: 3em; } }

.p-top {
  margin-bottom: 1.3vw;
} @media (max-width: 700px) {
  .p-top {
  margin-bottom: 0.8em; } }

.cert-p {
  width: 80%;
} @media (max-width: 700px) {
  .cert-p {
  width: 100%; } }

.about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 7vw;
} @media (max-width: 700px) {
  .about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.about-left-wrapper {
  width: 39.8%;
}

.about-right-wrapper {
  width: 36%;
}

@media (max-width: 700px) {
  .about-left-wrapper, .about-right-wrapper {
    width: 100%; } }

.about-left-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.8vw;
  justify-items: stretch;
  margin-top: 2.5vw;
  margin-bottom: 1.2vw;
} @media (max-width: 700px) {
  .about-left-img {
    gap: 0.7em;
    margin-top: 1.5em;
    margin-bottom: 0.7em; } }

.popular-left-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.8vw;
  margin-bottom: 1.2vw;
} @media (max-width: 700px) {
  .popular-left-img {
    gap: 0.7em; } }

.q-picture, .cert {
  width: 100%;
    height: auto;
}

@media (max-width: 700px) {
  .cert {
    width: 70%;
    padding-bottom: 0.4em; } }

.faq {
  padding-top: 3vw;
  background-color: var(--color-milk);
} @media (max-width: 700px) {
  .faq {
    padding-top: 1.5em; } }

.faq-wrapper {
  display:  -webkit-box;
  display:  -ms-flexbox;
  display:  flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap:  8vw;
  padding-bottom: 5vw;
} @media (max-width: 700px) {
  .faq-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  } }

.faq-inner1, .faq-inner2, {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.faq-inner1 {
  width: 40%;
} @media (max-width: 700px) {
  .faq-inner1 {
    width: 100%; } }

.faq-inner2 {
  width: 40%;
   background-image: url(../img/woman.svg);
   background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: 1% 105%;
} @media (max-width: 700px) {
  .faq-inner2 {
    width: 100%;
    padding-bottom: 12em;
    background-position: 1% 105%;
    background-size: 50% 50%; } }
@media (max-width: 380px) {
  .faq-inner2 {
    padding-bottom: 9em;
    background-position: 1% 120%; } }
    @media (min-width: 490px) {
  .faq-inner2 {
    padding-bottom: 11.5em;
    background-position: 1% 110%;
    background-size: 50% 50%; } }

.faq-list__item {
  margin-bottom: 1vw;
  list-style-type: none; 
} @media (max-width: 700px) {
  .faq-list__item {
    margin-bottom: 1em;
  } }


.contacts {
  background-color: #1A2020;
  color:  var(--color-greytext);
  padding-bottom: 8vw;
  padding-top: 3vw;
} @media (max-width: 700px) {
  .contacts {
    padding-top: 1.5em;
    padding-bottom: 5em;
  } }

.contacts-text-wrapper1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3vw;
} @media (max-width: 700px) {
  .contacts-text-wrapper1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3em;
    margin-bottom: 1em;
  } }

.contacts-text-wrapper2 {
  width: 31%;
}

.adress-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
  margin-bottom: 2vw;
}

@media (max-width: 700px) {
  .contacts-text-wrapper2, .adress-wrapper {
    width: 100%;
  } }

.metro {
  padding-top: 0.5vw;
}

.metro::before {
  display: inline;
    position: relative;
    content: "";
    width: 2.2vw;
    height: 2.2vw;
    background-image: url(../img/metro.svg);
    background-size: 2.2vw 2.2vw;
    background-repeat: no-repeat;
    padding-right: 2.6vw;
    padding-top: -2vw;
} @media (max-width: 700px) {
  .metro::before {
    width: 1.3em;
    height: 1.3em;
    background-size: 1.3em 1.3em;
    padding-right: 1.5em;
    padding-top: -1em; } }

.phone-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.phone-link {
  font-size: 2.18vw;
  text-decoration: none;
  color:  var(--color-greytext);
  width: 25%;
} @media (max-width: 700px) {
  .phone-link {
  font-size: 1.7em;
  width: auto; } }

.phone-link:hover {
 color: #BAE755;
}

.main-footer {
  font-size: 1.4vw;
  font-weight: 400;
  color: #A4A698;
  background-color: #1A2020;
  padding-bottom: 2vw;
} @media (max-width: 700px) {
  .main-footer {
  font-size: 1em;
  padding-bottom: 2em; } }

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3vw;
} @media (max-width: 700px) {
  .footer-wrapper {
    gap: 0; } }

/*.action-button {
  font-family: "PT Root UI", "Arial", sans-serif;
  font-size: 1.8vw;
  font-weight: 700;
  height: 3.78vw;
  overflow: hidden;
    border: 0;
    margin: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: all .2s cubic-bezier(.13,.58,.03,.87);
    -o-transition: all .2s cubic-bezier(.13,.58,.03,.87);
    transition: all .2s cubic-bezier(.13,.58,.03,.87);
    cursor: pointer;
    outline: none;
    background: black;
    color: white;
} @media (max-width: 700px) {
  .action-button {
    font-size: 1.5em;
    height: 2.8em; } }

.action-button:hover {
  -webkit-transform: scale(1.4) translate3d(0,-15%,0);
          transform: scale(1.4) translate3d(0,-15%,0);
    background: #FD4820;
    color: white;
}*/