@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: local("Open Sans"), url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[hidden] {
  display: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

body {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}

a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:focus {
  text-decoration: none;
}

button {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input,
button,
textarea {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  font-family: "";
}

button {
  cursor: pointer;
}

input,
textarea {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

::-moz-selection {
  background-color: #d7432e;
  color: #ffffff;
}

::selection {
  background-color: #d7432e;
  color: #ffffff;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden,
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

main {
  display: block;
  padding-top: 64px;
}

.overflow {
  overflow-y: hidden !important;
}

.container {
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1170px;
}

@media (max-width: 991.9px) {
  .container {
    max-width: 95%;
  }
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(28, 28, 28, 0.5);
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.overlay--visible {
  opacity: 1;
  visibility: visible;
}

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  background: #d7432e;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  z-index: 5;
}

.page-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-header__nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: auto;
}

.page-header__logo {
  margin-right: 45px;
  display: block;
}

.page-header__contacts {
  display: none;
}

.page-header__contacts .contacts__btn {
  padding: 10px 20px;
}

.logo {
  margin-top: -5px;
}

.logo img {
  width: 70px;
}

.burger {
  display: none;
  width: 30px;
}

.main-nav__wrap,
.site-nav {
  height: 100%;
}

.site-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-nav__item {
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.site-nav__item:last-child {
  margin-right: 0;
}

.site-nav__item>a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.site-nav__item--current>a {
  color: #000;
}

.site-nav__item--current svg path {
  fill: #000;
}

.site-nav svg {
  margin-left: 5px;
  width: 10px;
  height: 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.submenu {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  top: 100%;
  width: 100%;
  padding: 10px;
  z-index: 12;
  min-width: 198px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
  background: #AF0E0E;
  padding: 0 10px;
}

.submenu li {
  position: relative;
  text-align: left;
  border-bottom: 1px dotted #cecece;
}

.submenu li:last-child {
  border-color: transparent;
}

.submenu li:hover a,
.submenu li:focus a {
  color: #000;
}

.submenu__title {
  display: block;
  width: 100%;
}

.submenu__item a {
  padding: 15px 0;
  color: #fff;
}

.submenu__item--current a {
  color: #000;
}

.banner {
  position: relative;
}

.banner__slider li {
  background-size: cover;
}

.banner__slider li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.banner__content {
  position: relative;
  z-index: 1;
  width: 70%;
  margin: 0 auto;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 660px;
  text-align: center;
}

.banner__content h2 {
  margin-bottom: 0;
  color: #D7432E;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
}

.banner__content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
}

.banner__content b {
  font-size: 23px;
  font-weight: 700;
  color: #25D366;
}

.banner__nav {
  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;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.banner__arrow {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  font-size: 25px;
  height: 50px;
  line-height: 43px;
  width: 50px;
  background-image: url("../img/right-thin-chevron.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
}

.banner__arrow:hover,
.banner__arrow:focus {
  background-color: black;
}

.banner__arrow--prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.banner__dots ul {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner__dots li {
  margin: 0 7px;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
}

.banner__dots li.slick-active {
  background-color: #fff;
}

.contacts {
  padding: 20px 0;
  background-color: #D7432E;
}

.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts__list li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 25px;
}

.contacts__title {
  margin-top: 0;
  font-size: 18px;
  line-height: 24px;
  padding-left: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.contacts__title--phone {
  background-image: url("../img/phone.svg");
}

.contacts__title--message {
  background-image: url("../img/email.svg");
}

.contacts__link {
  display: inline;
  font-size: 23px;
  line-height: 28px;
  color: #000;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}

.contacts__link:hover,
.contacts__link:focus {
  border-color: #000;
}

.contacts__btn {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  display: block;
  background: #25D366;
  border-radius: 10px;
  max-width: 250px;
  text-transform: uppercase;
}

.contacts__btn span {
  padding-left: 30px;
  background-image: url("../img/whatsapp.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px;
}

.contacts__btn:hover,
.contacts__btn:focus {
  background-color: #0ea545;
}

.contacts--inside {
  background-color: transparent;
}

.contacts--inside .contacts__btn {
  margin: 0 auto;
}

.title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  color: #000;
}

.title--white {
  color: #fff;
}

.subtitle {
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 35px;
  color: #D7432E;
}

.activities {
  padding: 55px 0;
  background: #ECEFF1;
}

.activities__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.activities__list li {
  position: relative;
  border: 5px solid #D7432E;
  margin: 10px;
  width: calc(100% / 3 - 50px);
}

.activities__list li::before {
  content: "";
  position: absolute;
  background: #ECEFF1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: calc(100% + 8px);
  height: 80%;
  z-index: 1;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

.activities__list li::after {
  content: "";
  position: absolute;
  background: #ECEFF1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  height: calc(100% + 8px);
  width: 90%;
  z-index: 1;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.activities__list li:hover h3::after,
.activities__list li:focus h3::after {
  background-color: #D7432E;
}

.activities__list li:hover::before,
.activities__list li:focus::before {
  height: 50%;
}

.activities__list li:hover::after,
.activities__list li:focus::after {
  width: 75%;
}

.activities__item {
  position: relative;
  z-index: 2;
  padding: 25px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.activities__item img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -70px;
}

.activities__item h3 {
  position: relative;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.activities__item h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40%;
  height: 2px;
  background-color: #cecece;
}

.services {
  padding: 55px 0;
}

.services__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services__list {
  width: 48%;
}

.services__list li {
  margin-bottom: 25px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  background-image: url("../img/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 20px;
}

.content {
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 15px;
  padding-bottom: 30px;
  border: 3px solid #f0f0f0;
  border-radius: 4px;
}

.content h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
}

.content h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
}

.content h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}

.content ul {
  padding: 20px;
  list-style-type: disc;
}

.content li {
  margin-bottom: 10px;
}

.content li::marker {
  color: #0ea545;
}

.content a {
  display: inline;
  color: #0ea545;
  border-bottom: 1px solid #0ea545;
}

.content--main h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}

.content--main p {
  line-height: 30px;
}

.content ul.content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

.content ul.content__list li {
  position: relative;
  width: calc(100% / 4 - 5px);
  padding: 10px;
  padding-top: 50px;
  text-align: center;
  background: #9ccc65;
  margin: 0 5px;
  margin-top: 70px;
}

.content ul.content__list li::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 125px;
  width: 125px;
  background: url("../img/icons-main.png");
  background-position: center -1148px;
}

.content ul.content__list li:first-child::before {
  background-position: center -1148px;
}

.content ul.content__list li:nth-child(2)::before {
  background-position: center -1290px;
}

.content ul.content__list li:nth-child(3)::before {
  background-position: center -1432px;
}

.content ul.content__list li:last-child::before {
  background-position: center -1574px;
}

.content ul.content__list b {
  font-size: 20px;
  line-height: 24px;
  color: #ffeb3b;
}

.content ul.content__list p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

.content ul.content__list--steps {
  counter-reset: steps;
}

.content ul.content__list--steps li {
  counter-increment: steps;
}

.content ul.content__list--steps li::after {
  content: counter(steps);
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 30px;
  width: 30px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  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;
  color: #ffeb3b;
  border-radius: 50%;
  background: #9ccc65;
}

.content ul.content__list--steps li:first-child::before {
  background-position: center -1716px;
}

.content ul.content__list--steps li:nth-child(2)::before {
  background-position: center -1858px;
}

.content ul.content__list--steps li:nth-child(3)::before {
  background-position: center -2000px;
}

.content ul.content__list--steps li:nth-child(4)::before {
  background-position: center -2142px;
}

.content ul.content__list--steps li:last-child::before {
  background-position: center -2284px;
}

.content ul.content__types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  padding: 0 20px;
}

.content ul.content__types li {
  margin: 10px 30px;
  text-align: center;
  min-height: 160px;
}

.content ul.content__types--first li:first-child a::before {
  background-position: center -1979px;
}

.content ul.content__types--first li:nth-child(2) a::before {
  background-position: center -2119px;
}

.content ul.content__types--first li:nth-child(3) a::before {
  background-position: center -2259px;
}

.content ul.content__types--first li:nth-child(4) a::before {
  background-position: center -2399px;
}

.content ul.content__types--first li:nth-child(5) a::before {
  background-position: center -2539px;
}

.content ul.content__types--first li:nth-child(6) a::before {
  background-position: center -2679px;
}

.content ul.content__types--last li:first-child a::before {
  background-position: center -2819px;
}

.content ul.content__types--last li:nth-child(2) a::before {
  background-position: center -2959px;
}

.content ul.content__types--last li:nth-child(3) a::before {
  background-position: center -3099px;
}

.content ul.content__types--last li:nth-child(4) a::before {
  background-position: center -3239px;
}

.content ul.content__types--last li:nth-child(5) a::before {
  background-position: center -3379px;
}

.content ul.content__types--last li:nth-child(6) a::before {
  background-position: center -3519px;
}

.content ul.content__types--last li:nth-child(7) a::before {
  background-position: center -3659px;
}

.content ul.content__types a {
  position: relative;
  display: block;
  border-bottom: none;
  font-weight: 700;
  padding-top: 140px;
  color: #9ccc65;
}

.content ul.content__types a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 115px;
  width: 115px;
  background: url("../img/icons-cats.webp") no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content ul.content__types a:hover,
.content ul.content__types a:focus {
  color: #000;
}

.content ul.content__types a:hover::before,
.content ul.content__types a:focus::before {
  -webkit-transform: translateX(-50%) scale(1.1);
  -ms-transform: translateX(-50%) scale(1.1);
  transform: translateX(-50%) scale(1.1);
  -webkit-filter: contrast(150%);
  filter: contrast(150%);
}

.wrap {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrap main {
  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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.wrap main .content {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.wrap .page-footer {
  margin-top: auto;
}

.wrap main .contacts:last-of-type {
  margin-top: auto;
}

blockquote {
  padding: 0 15px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

.steps {
  padding: 35px 0;
  padding-bottom: 55px;
  background: #D7432E;
}

.steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  counter-reset: steps;
}

.steps__list li {
  position: relative;
  margin-right: 25px;
  width: calc(100% / 4 - 25px);
  counter-increment: steps;
  background-color: #fff;
  text-align: center;
  border-radius: 6px;
}

.steps__list li:last-child {
  margin-right: 0;
}

.steps__list li::before {
  content: counter(steps);
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  font-size: 25px;
  line-height: 50px;
  text-align: center;
}

.steps__list img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.steps__list p {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  padding: 25px;
}

.features {
  padding: 55px 0;
}

.features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.features__list li {
  position: relative;
  border: 5px solid #D7432E;
  margin: 10px;
  width: calc(100% / 3 - 50px);
}

.features__list li::before {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: calc(100% + 8px);
  height: 80%;
  z-index: 1;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

.features__list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  height: calc(100% + 8px);
  width: 90%;
  background: #fff;
  z-index: 1;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.features__list li:hover h3,
.features__list li:focus h3 {
  color: #D7432E;
}

.features__list li:hover::before,
.features__list li:focus::before {
  height: 50%;
}

.features__list li:hover::after,
.features__list li:focus::after {
  width: 75%;
}

.features__item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.features__item img {
  margin-top: -2px;
}

.features__item h3 {
  font-weight: 700;
  font-size: 26px;
  padding: 20px;
  padding-bottom: 0;
  color: #25D366;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.features__item p {
  padding: 0 20px;
  padding-bottom: 10px;
}

.reviews {
  position: relative;
  padding: 35px 0;
  padding-bottom: 55px;
  background: #D7432E;
}

.reviews__list {
  margin: 0 -25px;
  margin-top: 55px;
  cursor: pointer;
}

.reviews__list .slick-track {
   display: flex !important;
}

.reviews__list li {
  padding: 0 25px;
  height: inherit;
}

.reviews__item {
  height: 100%;
  padding: 30px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.reviews__item img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.reviews__item b {
  font-size: 20px;
  font-weight: 700;
}

.reviews__item p {
  color: #595959;
  font-weight: 600;
}

.reviews__stars {
  background-image: url("../img/star.svg");
  background-repeat: repeat-x;
  height: 15px;
  width: 80px;
  margin: 0 auto;
  margin-top: 20px;
}

.reviews__dots ul {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews__dots li {
  margin: 0 7px;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
}

.reviews__dots li.slick-active {
  background-color: #fff;
}

.page-footer {
  background: #999;
  padding: 20px 0;
  color: #fff;
}

.page-footer__wrap {
  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;
}

.page-footer p {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 1199.9px) {
  .site-nav__item--active>a {
    background-color: #AF0E0E;
    color: #000;
  }

  .site-nav__item--active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .site-nav__item--active path {
    fill: #000;
  }

  .site-nav__item--active .site-nav__submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .steps__list p {
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
  }

  .features__item h3 {
    margin-bottom: 10px;
    padding: 10px;
  }

  .features__item p {
    padding: 0 5px;
  }

  .reviews__list {
    margin: 20px -10px;
  }

  .reviews__list li {
    padding: 0 10px;
  }
}

@media (max-width: 991.9px) {
  .page-header {
    padding: 0;
  }

  .page-header__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo {
    margin-top: 0;
  }

  .page-header__logo {
    margin-right: 15px;
  }

  .page-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-left: auto;
  }

  .page-header__contacts {
    display: block;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .main-nav__wrap {
    position: fixed;
    visibility: hidden;
    width: 100%;
    right: 0;
    z-index: 10;
    top: 0;
    max-width: 400px;
    height: 100%;
    overflow-y: auto;
    background: #d7432e;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  .main-nav__wrap--active {
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .site-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-top: 80px;
    height: auto;
  }

  .site-nav__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .site-nav__item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .site-nav__item a {
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    font-size: 17px;
    line-height: 20px;
  }

  .burger {
    display: block;
    position: relative;
    z-index: 20;
  }

  .burger span {
    background: #fff;
    display: block;
    height: 2px;
    margin: 7px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .burger--active span:last-child {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    -ms-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }

  .burger--active span:nth-child(2) {
    opacity: 0;
  }

  .submenu {
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    position: unset;
    opacity: 1;
    padding: 0;
    margin-top: 0;
    min-width: unset;
    visibility: visible;
    background: transparent;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .submenu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .submenu a {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 25px;
  }

  .burger--active span:first-child {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    -ms-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
  }

  .site-nav__item--sub a {
    display: inline-block;
  }

  main {
    padding-top: 80px;
  }

  .banner__content h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .banner__content p {
    font-size: 18px;
    line-height: 22px;
  }

  .banner__content b {
    font-size: 20px;
    line-height: 24px;
  }

  .contacts__list li {
    margin: 20px 10px;
  }

  .contacts__link {
    font-size: 20px;
    line-height: 24px;
  }

  .activities__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .activities__list li {
    width: calc(100% / 3);
  }

  .services__list li {
    font-size: 16px;
    line-height: 20px;
  }

  .steps__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .steps__list li {
    margin: 0;
    margin-bottom: 20px;
    width: 48%;
  }

  .features__item h3 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .features__item p {
    margin-top: 0;
  }
}

@media (max-width: 767.9px) {
  .banner__arrow {
    display: none;
  }

  .banner__content {
    width: 100%;
  }

  .banner__content h2 {
    color: #fff;
  }

  .page-header__contacts .contacts__btn {
    padding: 10px 15px;
  }

  .contacts__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts__list li {
    margin: 20px 0;
    width: 45%;
  }

  .contacts__list li:last-of-type {
    width: 100%;
  }

  .contacts__btn {
    margin: 0 auto;
    padding: 15px;
  }

  .activities__list {
    margin-top: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .activities__list li {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .services__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .services__list {
    width: 100%;
  }

  .features__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .features__list li {
    width: 100%;
  }

  .page-footer__wrap {
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-footer p {
    margin: 0 auto;
    text-align: center;
  }

  .copyright {
    width: 100%;
  }

  .content ul.content__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content ul.content__list li {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 559.9px) {
  .banner__content {
    min-height: 500px;
  }

  .banner__content h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .banner__content p {
    font-size: 16px;
    line-height: 20px;
  }

  .banner__content b {
    font-size: 18px;
    line-height: 22px;
  }

  .contacts__list li,
  .steps__list li {
    width: 100%;
  }

  .title {
    font-size: 28px;
    line-height: 34px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 1199.9px) {
  .animated {
    /*CSS transitions*/
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    /*CSS transforms*/
    /*CSS animations*/
    -webkit-animation: none !important;
    animation: none !important;
  }
}

@media (min-width: 1199.9px) {
  .site-nav__item:hover>a {
    background-color: #AF0E0E;
    color: #000;
  }

  .site-nav__item:hover svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .site-nav__item:hover path {
    fill: #000;
  }

  .site-nav__item:hover .site-nav__submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .submenu__item:hover span::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.whatsapp {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  background-color: rgb(37, 211, 102);
  background-image: url("../img/whatsapp.svg");
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35px;
  box-shadow: 0 0 0 rgba(37, 211, 102, 0.6);
  animation: pulse 1s infinite;
  font-size: 0;
  transition: all 0.3s;
  z-index: 10;
}

.whatsapp:hover,
.whatsapp:focus {
  transform: scale(1.1);
}


@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }

  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}