/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
html {
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
a {
  color: #000;
}
a:active {
  color: #000;
}
a:hover {
  color: #000;
}
a:focus {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
p,
span {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  font-size: 22px;
  color: #000;
  font-family: "Open Sans", Roboto, sans-serif;
}
.body_fixed {
  overflow-y: hidden;
  height: 100%;
  color: #333;
}
.container {
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
  position: relative;
}
.mob-head {
  display: none;
  background-color: #fff;
  text-align: center;
  color: #333;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.mob-head_fixed {
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .mob-head {
    display: block;
  }
}
.mob-head__title {
  font-weight: 700;
  font-size: 24px;
  font-family: "Open Sans", Roboto, sans-serif;
  line-height: 1.4;
}
.mob-head_second {
  display: none;
  text-align: center;
}
@media (max-width: 768px) {
  .mob-head_second {
    display: block;
  }
}
.header {
  padding: 44px 0;
  background: url(../img/58be150c1c06404797d6aaf34d4ac54d.jpg) center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  z-index: 1;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.header__content {
  padding: 56px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 768px) {
  .header__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 32px;
  }
}
.header__title {
  margin-right: 24px;
  line-height: 1.25;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1200px) {
  .header__title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .header__title {
    margin-bottom: 36px;
    text-align: center;
    font-size: 24px;
  }
}
.header__video {
  width: 35%;
  border: 8px solid #fff;
  border-radius: 8px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .header__video {
    margin: 0 16px;
    max-width: 520px;
    width: 100%;
  }
}
.header__iframe {
  width: 100%;
  height: 220px;
}
@media (max-width: 768px) {
  .header__iframe {
    height: 280px;
  }
}
.head {
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .head {
    display: none;
  }
}
.logo {
  width: 100%;
  min-width: 50px;
  max-width: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logo__img {
  height: 64px;
  width: auto;
}
@media (max-width: 768px) {
  .logo__img {
    height: 50px;
  }
}
@media (max-width: 768px) {
  .phone-number {
    margin-bottom: 20px;
  }
}
.phone-number__link {
  border-bottom: 1px dashed #000;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .phone-number__link {
    font-size: 20px;
  }
}
.socials {
  margin: 0 12px;
  text-align: center;
  color: #000;
}
.socials__title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .socials__title {
    display: none;
  }
}
.socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.socials__item {
  margin: 0 4px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 380px) {
  .socials__item {
    margin: 0;
    height: 30px;
    width: 30px;
    border: none;
    border-radius: none;
    background-color: transparent;
  }
}
.yt {
  border-color: #e62117;
  fill: #e62117;
}
.yt:hover {
  background-color: #e62117;
  color: #fff;
  border-color: #a01710;
  fill: #fff;
}
.vk {
  border-color: #507299;
  fill: #507299;
}
.vk:hover {
  background-color: #507299;
  color: #fff;
  border-color: #364d67;
  fill: #fff;
}
.fb {
  border-color: #3b5998;
  fill: #3b5998;
}
.fb:hover {
  background-color: #3b5998;
  color: #fff;
  border-color: #263961;
  fill: #fff;
}
.button {
  padding: 12px 24px;
  font-size: 20px;
  font-weight: 700;
  background-color: transparent;
  border-radius: 25px;
  border: 2px solid #42a95f;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.button:hover {
  color: #fff;
  background-color: #42a95f;
}
@media (max-width: 768px) {
  .button {
    padding: 8px 16px;
    background-color: #42a95f;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
    width: 128px;
  }
}
.service {
  padding-top: 12px;
  margin-bottom: 56px;
}
.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service__item {
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 16px;
  width: calc(50% - 8px);
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  word-wrap: break-word;
  background-color: rgba(147, 208, 149, 0.5);
  border: 8px solid #93d095;
  border-radius: 8px;
}
.service__item:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .service__item {
    width: 100%;
    margin-right: 0;
  }
}
.h2 {
  margin: 32px 0 28px;
  font-size: 36px;
  text-align: center;
  font-weight: 800;
  font-family: Intro, Roboto, sans-serif;
  text-transform: uppercase;
  line-height: 1.25;
  font-family: Intro, Roboto, sans-serif;
}
.about {
  padding-top: 12px;
  margin-bottom: 72px;
}
.about__description {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: grey;
  text-transform: uppercase;
}
.about__wrap {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 768px) {
  .about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.about__photo {
  margin-top: 8px;
  margin-right: 28px;
  width: 33%;
}
@media (max-width: 768px) {
  .about__photo {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.about__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about__p {
  margin-top: 12px;
  font-family: "Open Sans Light", "Open Sans", Roboto, sans-serif;
  line-height: 1.4;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  word-break: break-word;
  color: #3c3c3c;
}
.about__p:first-child {
  margin-top: 0;
}
.about-socials {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .about-socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 36px;
  }
}
.about-socials__title {
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Intro, Roboto, sans-serif;
}
@media (max-width: 768px) {
  .about-socials__title {
    margin-bottom: 16px;
  }
}
.about-socials__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-socials__link {
  margin-right: 8px;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  fill: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: transparent;
}
.about-socials__link:last-child {
  margin-right: 0;
}
.about-socials__link_red {
  background-color: #e62117;
}
.about-socials__link_red:hover {
  background-color: #b81a12;
}
.about-socials__link_light-blue {
  background-color: #507299;
}
.about-socials__link_light-blue:hover {
  background-color: #3e5978;
}
.about-socials__link_blue {
  background-color: #3b5998;
}
.about-socials__link_blue:hover {
  background-color: #2d4373;
}
.tips {
  padding: 40px 0;
  background: url(../img/adcb168b08fd29b47eef55ce5068666d.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.tips__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 16px;
}
@media (max-width: 768px) {
  .tips__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.tips__item {
  padding: 12px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  border: 4px solid #42a95f;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  line-height: 1.4;
  font-weight: 800;
  font-size: 18px;
  font-family: Intro, Roboto, sans-serif;
}
.slider__main {
  padding-bottom: 44px;
}
.slider__list {
  padding: 8px 16px 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 992) {
  .slider__list {
    padding: 8px 32px 16px;
  }
}
@media (max-width: 768px) {
  .slider__list {
    padding: 8px 0 16px;
  }
}
.slider__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
}
@media (max-width: 992px) {
  .slider__item {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .slider__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.slider__link {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 180px;
}
@media (max-width: 768px) {
  .slider__link {
    max-height: 380px;
  }
}
.slider__img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.feedback {
  padding: 12px 0 56px;
  background-color: #42a95f;
}
.feedback__h2 {
  color: #fff;
}
.feedback__list {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  grid-gap: 28px;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .feedback__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.feedback__img {
  max-height: 400px;
}
.footer {
  padding: 32px 0;
}
.footer__h2 {
  padding-bottom: 16px;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
}
.footer__text {
  line-height: 1.4;
  word-wrap: break-word;
  font-size: 16px;
  font-family: "Open Sans Light", Open Sans, Roboto, sans-serif;
}
@media (max-width: 768px) {
  .footer__text {
    text-align: center;
  }
}
.footer__wrap {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 768px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__name {
  font-weight: 700;
  font-size: 24px;
  font-family: Open Sans, Roboto, sans-serif;
}
@media (max-width: 768px) {
  .footer__name {
    margin: 32px 0;
  }
}
.footer__info {
  text-align: center;
  font-family: Open Sans, Roboto, sans-serif;
  line-height: 1.4;
  font-size: 16px;
}
@media (max-width: 768px) {
  .footer__info {
    margin-bottom: 16px;
  }
}
.footer__item {
  padding-bottom: 4px;
}
.footer__phone-number {
  border-bottom: 1px dashed #000;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 768px) {
  .footer__phone-number {
    margin-bottom: 16px;
  }
}
.required {
  color: #e62117;
}
.swiper-container {
  width: 90%;
}
@media (max-width: 768px) {
  .swiper-container {
    width: 100%;
  }
}
.swiper-pagination {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -12px;
}
.swiper-pagination-bullet {
  margin-right: 8px;
  height: 11px;
  width: 11px;
}
.swiper-pagination-bullet-active {
  background: #42a95f;
}
.swiper-button {
  border: 3px solid rgba(51, 51, 51, 0.2);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.swiper-button:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .swiper-button {
    display: none;
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
  font-weight: 900;
  color: #42a95f;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999;
}
.popup_visible {
  display: block;
}
.popup__overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: relative;
}
.popup__container {
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 8%;
  width: 100%;
  max-width: 380px;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (max-width: 440px) {
  .popup__container {
    max-width: 300px;
  }
}
.popup__head {
  padding: 8px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}
.popup__title {
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  color: #333;
}
.popup__close-button {
  color: #000;
  opacity: 0.2;
  font-size: 24px;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.popup__close-button:hover {
  opacity: 0.8;
}
.popup-form {
  padding: 0 20px;
}
.popup-form__field {
  padding: 0 0 12px;
}
.popup-form__field:first-child {
  margin-top: 16px;
}
.popup-form__label {
  margin-bottom: 4px;
  color: #333;
  font-family: "Open Sans Light", Open Sans, Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
.popup-form__input {
  padding: 8px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  line-height: 1.4;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  display: block;
  width: 100%;
}
.popup-form__button {
  padding: 12px 4px;
  margin-top: 12px;
  margin-bottom: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #42a95f;
  border-radius: 4px;
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.popup-form__button:hover {
  background-color: #46b465;
}
.popup-form__button:active {
  background-color: #3e9e59;
}
