@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
body.admin-bar .page-wrap {
  padding-top: 128px;
  padding-top: 96px;
}
body.admin-bar .site-header {
  top: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Roboto", sans-serif;
}

.page-wrap {
  padding-top: 96px;
}
@media (max-width: 479px) {
  .page-wrap {
    padding-top: 55px;
    overflow-x: hidden;
  }
  .page-wrap .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background: #F0E6DA;
  box-shadow: 0 0 5px 0px #330f0f9c;
  z-index: 25;
}
@media (max-width: 479px) {
  .site-header {
    height: 55px;
  }
}
.site-header .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}
.site-header .col-left {
  display: flex;
  align-items: center;
}
@media (max-width: 479px) {
  .site-header .col-right {
    display: flex;
    align-items: center;
    width: calc(100% - 42px);
  }
}

.site-logo {
  margin-right: 10px;
}
.site-logo img {
  display: block;
}

.hamburger {
  position: relative;
  width: 30px;
  height: 10px;
  margin: 0;
}
@media (min-width: 1200px) {
  .hamburger {
    display: none !important;
  }
}
.hamburger.active span:nth-child(1) {
  top: 5px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  top: 5px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #111;
  transition: all 200ms ease-out;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 8px;
}

body.mobile-nav--opened .site-nav {
  top: 56px;
  opacity: 1;
  visibility: visible;
  z-index: 26;
}

.site-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 479px) {
  .site-nav ul {
    flex-direction: column;
    align-items: center;
  }
}
.site-nav ul li {
  margin: 0 10px;
}
@media (max-width: 479px) {
  .site-nav ul li {
    margin: 8px 10px;
  }
}
.site-nav ul li a {
  color: #333940;
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  transition: all 200ms ease-out;
}
.site-nav ul li a:hover {
  color: #A63B3D;
}
@media (max-width: 479px) {
  .site-nav {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    background: #f0e6da;
    padding: 30px 0;
    visibility: hidden;
    opacity: 0;
    transition: all 200ms ease-out;
    z-index: -1;
  }
}

.header-phone {
  display: flex;
  flex-direction: row;
}
@media (max-width: 479px) {
  .header-phone {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.header-phone a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header-phone a:hover span {
  color: #A63B3D;
}
.header-phone a.phone-button {
  margin: 0 0 0 20px;
  padding: 9px 20px;
  background: #e85d5b;
  border-radius: 8px;
  transition: all 200ms ease-out;
}
.header-phone a.phone-button span:nth-child(1) {
  display: none;
}
.header-phone a.phone-button:hover {
  background: #ba494b;
}
@media (max-width: 479px) {
  .header-phone a.phone-button {
    margin: 0;
    padding: 0;
    background: none;
  }
  .header-phone a.phone-button span {
    color: inherit;
  }
}
.header-phone a.phone-button span {
  color: #fff;
}
.header-phone a img {
  margin-right: 14px;
}
.header-phone a span {
  color: #333940;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  transition: all 200ms ease-out;
}
@media (max-width: 479px) {
  .header-phone a img {
    display: none;
  }
  .header-phone a.phone-link span {
    font-size: 14px;
  }
  .header-phone a.phone-button span {
    font-size: 14px;
  }
  .header-phone a.phone-button span:nth-child(1) {
    display: block;
    color: #333940;
  }
  .header-phone a.phone-button span:nth-child(2) {
    display: none;
  }
}

.section1-wrap {
  padding: 60px 0;
}
@media (max-width: 479px) {
  .section1-wrap {
    padding: 40px 0;
  }
}
.section1-wrap .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1070px;
}
.section1-wrap .col-left {
  width: 100%;
  max-width: 520px;
}
@media (max-width: 479px) {
  .section1-wrap .col-left {
    margin-bottom: 25px;
    text-align: center;
  }
}
.section1-wrap .col-left h1 {
  color: #bc4848;
  font-size: 72px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 479px) {
  .section1-wrap .col-left h1 {
    font-size: 45px;
  }
}
.section1-wrap .col-left h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.section1-wrap .col-left a {
  display: none;
}
@media (max-width: 479px) {
  .section1-wrap .col-left a {
    display: inline-block;
  }
}
.section1-wrap a {
  display: inline-block;
  padding: 20px 40px;
  background: #e85d5b;
  border-radius: 8px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  transition: all 200ms ease-out;
}
@media (max-width: 479px) {
  .section1-wrap a {
    margin: 16px 0 10px;
    padding: 13px 30px;
    font-size: 16px;
  }
}
.section1-wrap a:hover {
  background: #ba494b;
}
.section1-wrap .col-right {
  width: 100%;
  max-width: 480px;
}
.section1-wrap .col-center {
  text-align: center;
  width: 100%;
  margin: 20px 0 0;
}
@media (max-width: 479px) {
  .section1-wrap .col-center {
    display: none;
  }
}

.form-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 95%;
  padding: 35px;
  background: #BA494B;
  border-radius: 8px;
  text-align: left;
}
@media (max-width: 479px) {
  .form-wrap {
    text-align: center;
  }
}
.form-wrap .form-title {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
.form-wrap .form-subtitle {
  margin: 0 0 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.form-wrap .form-item {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.form-wrap .wpcf7-form-control-wrap input {
  width: 100%;
  height: 53px;
  padding: 0 20px;
  color: #000;
  background: #fff;
  border: 0;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  outline: none;
}
.form-wrap .wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 65px;
  margin: 40px 0 0;
  color: #BA494B;
  background: #F0E6DA;
  border: 0;
  border-radius: 8px;
  font-size: 30px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  outline: none;
  transition: all 200ms ease-out;
}
@media (max-width: 479px) {
  .form-wrap .wpcf7-submit {
    margin-top: 20px;
    font-size: 22px;
  }
}
.form-wrap .wpcf7-submit:hover {
  background: #ffebd3;
}
.form-wrap .ajax-loader {
  position: absolute;
  top: 23px;
  right: 15px;
  margin: 0;
}
.form-wrap .wpcf7-response-output {
  margin: 20px 0 0;
}
.form-wrap .wpcf7-not-valid-tip {
  color: #fff;
}
.form-wrap .invalid .wpcf7-response-output, .form-wrap .unaccepted .wpcf7-response-output {
  color: #fff;
}

.section-title {
  width: 100%;
  padding: 20px 0;
  background: #F0E6DA;
}
.section-title .container {
  display: flex;
  align-content: inherit;
  justify-content: center;
  text-align: center;
}
.section-title h2 {
  color: #BA494B;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .section-title h2 {
    font-size: 24px;
  }
}

.benefits-wrap {
  padding: 60px;
}
@media (max-width: 479px) {
  .benefits-wrap {
    padding: 40px 0;
  }
}
.benefits-wrap .benefit-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.benefits-wrap .benefit-item {
  width: 100%;
  max-width: 240px;
  margin: 0 50px;
  text-align: center;
}
@media (max-width: 479px) {
  .benefits-wrap .benefit-item {
    margin-bottom: 40px;
  }
  .benefits-wrap .benefit-item:last-child {
    margin-bottom: 0;
  }
}
.benefits-wrap .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 165px;
  margin: 0 0 10px;
}
@media (max-width: 479px) {
  .benefits-wrap .icon {
    height: 80px;
  }
  .benefits-wrap .icon img {
    width: auto;
    height: 100%;
  }
}
.benefits-wrap .benefit-title {
  margin: 0 0 10px;
  color: #000;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 479px) {
  .benefits-wrap .benefit-title {
    margin-bottom: 0;
    font-size: 20px;
  }
}
.benefits-wrap .benefit-text {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 479px) {
  .benefits-wrap .benefit-text {
    font-size: 16px;
  }
}
.benefits-wrap h3 {
  margin: 40px 0 10px;
  color: #BA494B;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .benefits-wrap h3 {
    font-size: 25px;
  }
}
.benefits-wrap p {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
  padding: 0;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 479px) {
  .benefits-wrap p {
    font-size: 16px;
  }
}

.services-wrap {
  padding: 80px 0;
}
@media (max-width: 479px) {
  .services-wrap {
    padding: 40px 0;
  }
}
.services-wrap .service-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.services-wrap .service-item {
  width: 100%;
  max-width: 295px;
  margin: 0 50px;
  text-align: center;
}
@media (max-width: 479px) {
  .services-wrap .service-item {
    margin-bottom: 30px;
  }
  .services-wrap .service-item:last-child {
    margin-bottom: 0;
  }
}
.services-wrap .service-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 225px;
  border: 3px solid #F0E6DA;
  border-radius: 8px;
}
@media (max-width: 479px) {
  .services-wrap .service-item .icon {
    height: 110px;
    padding: 20px 0;
  }
  .services-wrap .service-item .icon img {
    height: 100%;
    width: auto;
  }
}
.services-wrap .service-item .text {
  margin: 15px 0 0;
  color: #333940;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 479px) {
  .services-wrap .service-item .text {
    margin-top: 5px;
    font-size: 18px;
  }
}

.area-wrap {
  padding: 80px 0;
}
@media (max-width: 479px) {
  .area-wrap {
    padding: 40px 0;
  }
}
.area-wrap .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.area-wrap img {
  width: 50%;
}
@media (max-width: 479px) {
  .area-wrap img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 30px;
  }
}
.area-wrap .text {
  width: 50%;
  padding-left: 50px;
}
@media (max-width: 479px) {
  .area-wrap .text {
    width: 100%;
    padding-left: 0;
  }
}
.area-wrap .text p {
  margin: 0 0 20px;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 479px) {
  .area-wrap .text p {
    font-size: 16px;
  }
}
.area-wrap .text p span {
  color: #BA494B;
}

.tow-wrap {
  padding: 80px 0;
}
@media (max-width: 479px) {
  .tow-wrap {
    padding: 40px 0;
  }
}

.tow-slider {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.tow-slider .slick-slide {
  outline: none;
}
.tow-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 24px 0 0;
  padding: 0;
  list-style-type: none;
}
.tow-slider .slick-dots li {
  margin: 0 10px;
}
.tow-slider .slick-dots li.slick-active button {
  background: #C4C4C4;
}
.tow-slider .slick-dots li button {
  width: 18px;
  height: 18px;
  padding: 0;
  background: #DCDEDE;
  border: 0;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  outline: none;
  transition: all 200ms ease-out;
}

.review-wrap {
  padding: 80px 0;
}
@media (max-width: 479px) {
  .review-wrap {
    padding: 40px 0;
  }
}
.review-wrap .container {
  overflow: hidden;
}
.review-wrap .review-slider {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
.review-wrap .review-slider .slick-list {
  overflow: visible;
}
.review-wrap .review-slider .slick-arrow {
  position: absolute;
  top: 55%;
  width: 80px;
  height: 60px;
  background: none;
  border: 0;
  font-size: 0;
  z-index: 9;
  cursor: pointer;
  outline: none;
  transition: all 200ms ease-out;
}
@media (max-width: 479px) {
  .review-wrap .review-slider .slick-arrow {
    top: 41%;
    width: 40px;
    height: 30px;
  }
}
.review-wrap .review-slider .slick-arrow:hover {
  transform: scale(0.8);
}
.review-wrap .review-slider .slick-arrow.slick-disabled {
  cursor: default;
  transform: none;
  opacity: 0.5;
}
.review-wrap .review-slider .slick-arrow.slick-prev {
  left: 0;
  background: url("../img/icon-prev.svg") center no-repeat;
  background-size: contain;
}
.review-wrap .review-slider .slick-arrow.slick-next {
  right: 0;
  background: url("../img/icon-next.svg") center no-repeat;
  background-size: contain;
}
.review-wrap .rev-slide {
  margin: 0 0;
  transition: all 200ms ease-out;
  outline: none;
}
.review-wrap .rev-slide.slick-current .img img {
  width: 305px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 479px) {
  .review-wrap .rev-slide.slick-current .img img {
    width: auto;
  }
}
.review-wrap .rev-slide.slick-current .text {
  opacity: 1;
  visibility: visible;
}
.review-wrap .img {
  display: flex;
  align-items: center;
  width: 100%;
  height: 305px;
  margin: 0 0 30px;
}
@media (max-width: 479px) {
  .review-wrap .img {
    height: 200px;
  }
}
.review-wrap .img img {
  margin: 0 auto;
  transition: all 200ms ease-out;
}
.review-wrap .text {
  width: 100%;
  max-width: 500px;
  visibility: hidden;
  opacity: 0;
  padding: 20px;
  color: #000;
  background: #F0E6DA;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  transition: all 200ms ease-out;
}
@media (max-width: 479px) {
  .review-wrap .text {
    max-width: 300px;
  }
}
.review-wrap .text strong {
  display: block;
  margin: 0 0 5px;
  font-weight: 700;
  color: #A63B3D;
}

.contacts-wrap {
  padding: 60px 0;
}
@media (max-width: 479px) {
  .contacts-wrap {
    padding: 40px 0;
  }
}
.contacts-wrap .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contacts-wrap .col-left {
  width: 100%;
  max-width: 500px;
  padding-right: 25px;
}
@media (max-width: 479px) {
  .contacts-wrap .col-left {
    padding-right: 0;
  }
}
.contacts-wrap .col-right {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 500px;
  padding-left: 55px;
}
@media (max-width: 479px) {
  .contacts-wrap .col-right {
    padding-left: 0;
  }
}
.contacts-wrap .contacts {
  display: flex;
  flex-direction: column;
}
@media (max-width: 479px) {
  .contacts-wrap .contacts {
    margin: 0 auto;
  }
}
.contacts-wrap .contacts a {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  text-decoration: none;
}
.contacts-wrap .contacts a .icon {
  margin-right: 15px;
}
@media (max-width: 479px) {
  .contacts-wrap .contacts a .icon {
    width: 42px;
  }
  .contacts-wrap .contacts a .icon img {
    width: 100%;
    height: auto;
  }
}
.contacts-wrap .contacts a .text {
  color: #333940;
  font-size: 36px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 479px) {
  .contacts-wrap .contacts a .text {
    font-size: 16px;
  }
}

.site-footer {
  padding: 30px 0;
  background: #BA494B;
}
@media (max-width: 479px) {
  .site-footer {
    padding: 20px 0;
  }
}
.site-footer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .site-footer .container {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .site-footer .footer-nav {
    display: none;
  }
}
.site-footer .footer-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-footer .footer-nav ul li {
  margin: 0 10px;
}
.site-footer .footer-nav ul li a {
  color: #333940;
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  transition: all 200ms ease-out;
}
.site-footer .footer-nav ul li a:hover {
  color: #fff;
}
.site-footer .footer-copyright {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 479px) {
  .site-footer .footer-copyright {
    text-align: center;
    font-size: 14px;
  }
}

