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

html {
  overflow-x: hidden;
}

body {
  width: 100%;
  min-width: 320px;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  margin: 0 auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  font-family: 'Rubik';
  font-weight: 300;
  color: #282828;
  padding-top: 150px;
}

@media all and (max-width: 992px) {
  body {
    padding-top: 120px;
  }
}

@media all and (max-width: 767px) {
  body {
    font-size: 15px;
    padding-top: 60px;
  }
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: .4s all ease;
}

strong {
  font-weight: 500;
}

button {
  cursor: pointer;
}

textarea {
  font-family: inherit;
  resize: none;
}

input, textarea {
  font-family: inherit;
  font-size: inherit;
}

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

p {
  line-height: 1.8;
}

.wow {
  visibility: hidden;
}

.btn {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 25px;
  color: #282828;
  border-radius: 45px;
  position: relative;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 0 15px 0 #ffc790;
  font-family: inherit;
  border: 0;
  transition: .4s all ease;
}

@media all and (max-width: 992px) {
  .btn {
    padding: 0 15px;
  }
}

@media all and (max-width: 767px) {
  .btn {
    height: 50px;
  }
}

.btn:hover {
  background: #ffa54d;
  color: #fff;
  box-shadow: none;
}

.btn:hover:before {
  opacity: 0;
}

.btn:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #ffb9a6, #ffc790 100%);
  transition: .4s all ease;
}

.btn span {
  position: relative;
}

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

.header {
  background: #f1f1f1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.19);
  z-index: 100;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.header.fixed .header-top .btn {
  height: 50px;
}

.header.fixed .menu a {
  height: 50px;
}

.header-top {
  color: #282828;
  background: #fff;
  transition: .4s all ease;
}

@media all and (max-width: 767px) {
  .header-top {
    display: none;
  }
}

.header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top__info {
  display: flex;
  align-items: center;
}

.header-top__info .header-top__link {
  margin: 0 15px;
}

.header-top__link {
  display: flex;
  align-items: center;
  fill: #282828;
  font-size: 14px;
}

.header-top__link svg {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.header-top .btn {
  margin-left: 15px;
  border-radius: 0;
}

@media all and (max-width: 992px) {
  .header-top .btn {
    width: 180px;
  }
}

.header-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-bottom__logo {
  font-family: "Lobster";
  font-size: 20px;
  color: #282828;
  margin-right: 60px;
  flex-shrink: 0;
  width: 200px;
  display: block;
}

@media all and (max-width: 1200px) {
  .header-bottom__logo {
    margin-right: 30px;
    width: 150px;
  }
}
@media all and (max-width: 767px) {
  .header-bottom__logo {
    flex-shrink: 1;
  }
}
a.header-top__link:hover {
  color: #ffa54d;
  fill: #ffa54d;
}

@media all and (max-width: 992px) {
  .menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f1f1f1;
    height: calc(100vh - 110px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media all and (max-width: 767px) {
  .menu {
    height: calc(100vh - 60px);
  }
}


.menu__list {
  display: flex;
  align-items: center;
  margin: 0 -13px;
}

@media all and (max-width: 992px) {
  .menu__list {
    flex-wrap: wrap;
  }
}

@media all and (max-width: 992px) {
  .menu__list li {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
  }
}

.menu__list li.current-menu-item a,
.menu__list li.current-menu-parent a {
  font-weight: 500;
}

@media all and (max-width: 992px) {
  .menu__list li.current-menu-item a,
  .menu__list li.current-menu-parent a {
    background: #ffc790;
  }
}

.menu__list li.current-menu-item a:after,
.menu__list li.current-menu-parent a:after {
  width: 100%;
}

.menu__list li.nowrap {
  white-space: nowrap;
}

.menu__list li.menu-item-has-children {
  position: relative;
}

@media all and (max-width: 992px) {
  .menu__list li.menu-item-has-children span {
    content: '';
    width: 40px;
    height: 40px;
    background: url(../img/arrow.svg) center/12px auto no-repeat, #e2e2e2;
    position: absolute;
    top: 4px;
    right: 20px;
    transform: rotate(90deg);
  }
  .menu__list li.menu-item-has-children span.active {
    transform: rotate(-90deg);
  }
}

.menu__list li:hover a {
  background: #d8d8d8;
}

@media all and (min-width: 992px) {
  .menu__list li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
}

.menu__list a {
  text-transform: uppercase;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding: 0 13px;
}

@media all and (max-width: 992px) {
  .menu__list a {
    height: 50px !important;
  }
}

.menu__list a:hover {
  color: #282828;
}

@media all and (max-width: 992px) {
  .menu__list a:hover {
    background: #ffc790;
  }
}

.menu__list a:hover:after {
  width: 100%;
}

.menu__list a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #ffa54d;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .5s all ease;
}

@media all and (max-width: 992px) {
  .menu__list a:after {
    content: none;
  }
}

.menu .sub-menu {
  position: absolute;
  background: #282828;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: -20px;
  transition: .4s all ease;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.19);
}

@media all and (max-width: 992px) {
  .menu .sub-menu {
    position: relative;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    display: none;
    transition: none;
  }
}

.menu .sub-menu li {
  padding: 0;
  border-bottom: 1px solid #31201b;
}

.menu .sub-menu a {
  height: 50px;
  justify-content: flex-start;
  padding: 0 20px;
  background: #282828 !important;
  text-align: left;
  white-space: nowrap;
}

@media all and (max-width: 992px) {
  .menu .sub-menu a {
    justify-content: center;
    text-align: center;
  }
}

.menu .sub-menu a:hover,
.menu .sub-menu li.current-menu-item a {
  color: #ffa54d;
}

.menu .sub-menu a:after {
  content: none;
}

.header-toggle {
  width: 40px;
  height: 40px;
  position: relative;
  display: none;
  margin: 10px 0;
  background: linear-gradient(90deg, #ffb9a6, #ffc790 100%);
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

@media all and (max-width: 992px) {
  .header-toggle {
    display: block;
  }
}

.header-toggle span {
  width: 25px;
  height: 2px;
  background: #282828;
  display: block;
  position: absolute;
  transition: .3s all ease;
  left: 7.5px;
}

.header-toggle span:nth-child(1) {
  top: 12px;
}

.header-toggle span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}

.header-toggle span:nth-child(3) {
  bottom: 12px;
}

.header-toggle.active span:nth-child(1) {
  transform: rotate(-45deg);
  margin-top: 7.4px;
}

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

.header-toggle.active span:nth-child(3) {
  transform: rotate(45deg);
  bottom: inherit;
  top: 12px;
  margin-top: 7px;
}

.banner {
  display: flex;
  align-items: center;
  background: url() center/cover;
  height: 700px;
}

@media all and (max-width: 1600px) {
  .banner {
    height: 600px;
  }
}

@media all and (max-width: 992px) {
  .banner {
    height: 500px;
  }
}

@media all and (max-width: 767px) {
  .banner {
    height: auto;
    padding: 40px 0 50px;
  }
}

.banner--online {
  text-align: center;
  color: #fff;
  position: relative;
  background-attachment: fixed;
}

.banner--online .banner__inner {
  margin: 0 auto;
  max-width: 100%;
}

.banner--online .banner__desc {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.banner--online .btn {
  margin: 50px auto 0;
}

.banner--online:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

.banner--online .container {
  position: relative;
}

.banner__inner {
  max-width: 600px;
}

@media all and (max-width: 992px) {
  .banner__inner {
    max-width: 500px;
  }
}

@media all and (max-width: 767px) {
  .banner__inner {
    text-align: center;
  }
}

.banner__title {
  margin: 0 0 30px;
  font-family: "Lobster";
  font-size: 80px;
  font-weight: normal;
  white-space: nowrap;
}

@media all and (max-width: 992px) {
  .banner__title {
    font-size: 70px;
  }
}

@media all and (max-width: 767px) {
  .banner__title {
    font-size: 50px;
    white-space: normal;
  }
}

.banner__desc {
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
}

@media all and (max-width: 992px) {
  .banner__desc {
    font-size: 20px;
  }
}

@media all and (max-width: 767px) {
  .banner__desc {
    font-size: 16px;
  }
}

.banner .btn {
  width: 340px;
  margin-top: 50px;
}

@media all and (max-width: 767px) {
  .banner .btn {
    margin: 30px auto 0;
  }
}

@media all and (max-width: 479px) {
  .banner .btn {
    width: 280px;
  }
}

.title-sec {
  font-size: 48px;
  text-align: center;
  font-family: "Lobster";
  margin-bottom: 40px;
  font-weight: normal;
  margin-top: 0;
}

@media all and (max-width: 992px) {
  .title-sec {
    font-size: 40px;
  }
}

@media all and (max-width: 767px) {
  .title-sec {
    margin-bottom: 25px;
    font-size: 35px;
  }
}

.sec {
  padding: 60px 0;
}

@media all and (max-width: 767px) {
  .sec {
    padding: 50px 0;
  }
}

.services {
  background: url(../img/circle-serv.png) right center no-repeat, linear-gradient(180deg, #fff, #fff 50%, rgba(128, 128, 128, 0.05) 100%);
}

@media all and (max-width: 767px) {
  .services {
    background: linear-gradient(180deg, #fff, #fff 50%, rgba(128, 128, 128, 0.05) 100%);
  }
}

.services__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.services__text {
  margin-bottom: 50px;
}

.services-item {
  width: 33.3333%;
  text-align: center;
  margin-bottom: 30px;
}

@media all and (max-width: 992px) {
  .services-item {
    width: 50%;
  }
}

@media all and (max-width: 479px) {
  .services-item {
    width: 100%;
  }
}

.services-item__inner {
  padding: 0 20px;
  display: block;
}

@media all and (max-width: 767px) {
  .services-item__inner {
    padding: 0 10px;
  }
}

.services-item__inner:hover .services-item__img {
  box-shadow: 0 0 25px 0 #ffc790;
}

.services-item__inner:hover .services-item__img img {
  transform: scale(1.15);
}

.services-item__inner:hover .services-item__title {
  color: #ffa54d;
}

.services-item__img {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 0 35px 0 rgba(40, 40, 40, 0.1);
  transition: .4s all ease;
}

@media all and (max-width: 767px) {
  .services-item__img {
    width: 180px;
    height: 180px;
  }
}

.services-item__img img {
  transition: .7s all ease;
}

.services-item__title {
  font-size: 24px;
  font-family: "Lobster";
  margin: 20px 0 10px;
  transition: .4s all ease;
}

@media all and (max-width: 767px) {
  .services-item__title {
    font-size: 20px;
  }
}

.numbers {
  display: flex;
  align-items: center;
  height: 550px;
  position: relative;
  background: url() center/cover;
  background-attachment: fixed;
}

@media all and (max-width: 992px) {
  .numbers {
    height: 400px;
  }
}

@media all and (max-width: 767px) {
  .numbers {
    height: auto;
    padding: 40px 0;
  }
}

.numbers:before {
  content: '';
  position: absolute;
  left: 0;
  top: -230px;
  width: 180px;
  height: 477px;
  background: url(../img/circle-numbers.png) left center/contain no-repeat;
}

@media all and (max-width: 1200px) {
  .numbers:before {
    width: 150px;
    height: 300px;
    top: -150px;
  }
}

@media all and (max-width: 479px) {
  .numbers:before {
    width: 130px;
    height: 200px;
    top: -100px;
  }
}

.numbers--online {
  color: #fff;
}

.numbers--online .container {
  display: block !important;
}

.numbers--online .numbers__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media all and (max-width: 767px) {
  .numbers--online .numbers__wrapper {
    flex-wrap: wrap;
  }
}

.numbers--online .numbers__title {
  font-size: 16px;
  line-height: 1.5;
}

.numbers .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media all and (max-width: 767px) {
  .numbers .container {
    flex-wrap: wrap;
  }
}

.numbers__item {
  text-align: center;
  width: 350px;
}

@media all and (max-width: 767px) {
  .numbers__item {
    width: 100%;
    margin: 20px 0;
  }
}

.numbers__item:nth-child(2) .numbers__number {
  font-size: 100px;
}

@media all and (max-width: 992px) {
  .numbers__item:nth-child(2) .numbers__number {
    font-size: 80px;
  }
}

.numbers__number {
  font-size: 72px;
  font-weight: bold;
  color: #ffcbbb;
  margin-bottom: 15px;
}

@media all and (max-width: 992px) {
  .numbers__number {
    font-size: 50px;
  }
}

@media all and (max-width: 767px) {
  .numbers__number {
    margin-bottom: 5px;
  }
}

.numbers__title {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

@media all and (max-width: 992px) {
  .numbers__title {
    font-size: 20px;
  }
}

.about {
  padding-bottom: 80px;
}

@media all and (max-width: 767px) {
  .about {
    padding-bottom: 50px;
  }
}

.about--single {
  padding-bottom: 30px;
}

@media all and (max-width: 767px) {
  .about--single {
    padding-bottom: 0;
  }
}

@media all and (max-width: 992px) {
  .about--single .about__img {
    order: 1;
  }
}

.about--single .about__img:before {
  content: none;
}

@media all and (max-width: 992px) {
  .about--single .about__text {
    order: 2;
  }
}

.about--single .about__wrapper {
  margin-bottom: 50px;
}

.about__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: center;
}

.about__text {
  width: 55%;
  padding: 0 15px;
}

@media all and (max-width: 992px) {
  .about__text {
    width: 100%;
  }
}

.about__img {
  width: 45%;
  padding: 0 15px;
  position: relative;
}

@media all and (max-width: 992px) {
  .about__img {
    width: 100%;
    margin: 30px 0;
  }
}

.about__img img {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.19);
  border-radius: 20px;
  position: relative;
  width: 100%;
}

.about__img:before {
  content: '';
  width: 385px;
  height: 385px;
  background: url(../img/circle-about.png) center/contain no-repeat;
  position: absolute;
  bottom: -170px;
  right: -170px;
}

@media all and (max-width: 767px) {
  .about__img:before {
    width: 300px;
    height: 300px;
    bottom: -150px;
    right: -150px;
  }
}

.reviews {
  background: #f8f8f8;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

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

.reviews--white:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

.reviews--white .container {
  position: relative;
}

.reviews .title-sec {
  margin-bottom: 0;
}

.reviews__item {
  width: 700px;
}
.reviews__inner {
  margin: 45px 0;
  border-radius: 20px;
  padding: 40px 80px;
  transform: scale(0.8);
  transition: .8s all ease;
  border: 1px solid #c4c4c4;
  background: #fff;
  color: #282828;
}

@media all and (max-width: 992px) {
  .reviews__item {
    width: 550px;   
  }
  .reviews__inner {
    padding: 30px 40px;
  }
}

@media all and (max-width: 767px) {
  .reviews__item {
    width: 95%;
  }
  .reviews__inner {
    padding: 20px 15px;
  }
}

.reviews__item.swiper-slide-active .reviews__inner {
  transform: scale(1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.19);
  border-color: #fff;
}

.reviews__top {
  display: flex;
  align-items: center;
}

.reviews__img {
  flex-shrink: 0;
  width: 85px;
  height: 85px;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .reviews__img {
    margin-right: 15px;
  }
}

.reviews__title {
  font-weight: 500;
  margin-bottom: 4px;
}

.reviews__date {
  font-size: 14px;
  color: #6b5b5b;
}

.reviews .arrows {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews__count {
  width: 120px;
  bottom: 0;
  text-align: center;
  font-weight: 500;
}

.arrow {
  height: 60px;
  width: 60px;
  background: #e3e3e3;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  fill: #282828;
  cursor: pointer;
}

@media all and (max-width: 767px) {
  .arrow {
    width: 50px;
    height: 50px;
  }
}

.arrow:hover {
  background: linear-gradient(90deg, #ffb9a6, #ffc790 100%);
}

.arrow svg {
  width: 16px;
  height: 25px;
}

@media all and (max-width: 767px) {
  .arrow svg {
    width: 12px;
    height: 15px;
  }
}

.arrow.prev svg {
  transform: rotate(180deg);
}

.news {
  position: relative;
}

.news__wrapper {
  position: relative;
}

@media all and (max-width: 1200px) {
  .news__wrapper {
    padding: 0 70px;
  }
}

@media all and (max-width: 479px) {
  .news__wrapper {
    padding: 0;
  }
}

@media all and (max-width: 479px) {
  .news .arrows {
    display: flex;
    justify-content: center;
  }
}

.news .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media all and (max-width: 479px) {
  .news .arrow {
    position: relative;
    top: 0;
    transform: none;
    margin: 0 5px;
  }
}

.news .arrow.prev {
  left: -90px;
}

@media all and (max-width: 1200px) {
  .news .arrow.prev {
    left: 0;
  }
}

.news .arrow.next {
  right: -90px;
}

@media all and (max-width: 1200px) {
  .news .arrow.next {
    right: 0;
  }
}

.news__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.news__row .news-item {
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media all and (max-width: 992px) {
  .news__row .news-item {
    width: 50%;
  }
}

@media all and (max-width: 992px) {
  .news__row .news-item {
    width: 100%;
  }
}

.news-item__inner {
  display: block;
}

.news-item__inner:hover .news-item__img img {
  transform: scale(1.15);
}

.news-item__inner:hover .news-item__title {
  color: #ffa54d;
}

.news-item__img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.news-item__img img {
  width: 100%;
  transition: .5s all ease;
}

.news-item__date {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 14px;
  font-weight: 400;
  width: 100px;
  height: 33px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
}

.news-item__title {
  font-family: "Lobster";
  font-size: 24px;
  margin-top: 15px;
  transition: .4s all ease;
}

@media all and (max-width: 479px) {
  .news-item__title {
    font-size: 20px;
  }
}

input, textarea {
  width: 100%;
  height: 60px;
  background: #f8f8f8;
  padding: 15px 25px;
  border: 1px solid #f8f8f8;
  display: block;
  margin-bottom: 20px;
  border-radius: 40px;
  transition: .3s all ease;
}

input:focus, textarea:focus {
  border-color: #ffc790;
}

textarea {
  height: auto;
  border-radius: 20px;
}

.contacts {
  padding-top: 120px;
}

@media all and (max-width: 767px) {
  .contacts {
    padding-top: 0px;
  }
}

.contacts .container {
  display: flex;
  align-items: center;
}

@media all and (max-width: 767px) {
  .contacts .container {
    flex-wrap: wrap;
  }
}

.contacts__info {
  width: 50%;
  background: #f8f8f8;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 50px 40px;
}

@media all and (max-width: 992px) {
  .contacts__info {
    width: 45%;
  }
}

@media all and (max-width: 767px) {
  .contacts__info {
    width: 100%;
    padding-top: 30px;
  }
}

.contacts__info .title-sec {
  text-align: left;
}

.contacts .form {
  width: 50%;
  position: relative;
}

@media all and (max-width: 992px) {
  .contacts .form {
    width: 55%;
  }
}

@media all and (max-width: 767px) {
  .contacts .form {
    width: 100%;
    margin-top: -40px;
  }
}

.contacts .header-top__link {
  fill: #282828;
  margin: 20px 0;
  position: relative;
  z-index: 1;
}

.form {
  position: relative;
}

.form:before {
  content: '';
  width: 381px;
  height: 381px;
  position: absolute;
  background: url(../img/circle-contacts.png) center/contain no-repeat;
  left: -150px;
  top: -150px;
}

@media all and (max-width: 767px) {
  .form:before {
    width: 300px;
    height: 300px;
    left: -110px;
    top: -50px;
  }
}

.form__inner {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.19);
  background: #fff;
  border-radius: 20px;
  padding: 50px 90px 60px;
  position: relative;
}

@media all and (max-width: 1200px) {
  .form__inner {
    padding: 50px 50px 60px;
  }
}

@media all and (max-width: 767px) {
  .form__inner {
    padding: 30px 15px 30px;
  }
}

.form__desc {
  color: grey;
  text-align: center;
  margin: -25px 0 20px;
  font-weight: 500;
}

.form .btn {
  width: 300px;
  margin: 0 auto;
}

@media all and (max-width: 479px) {
  .form .btn {
    width: 250px;
  }
}

.modal {
  display: none;
  padding: 0;
  background: none;
}

.modal .form:before {
  content: none;
}

.footer {
  background: #18111a;
  padding: 50px 0 0;
  color: #fff;
}

.footer__row {
  display: flex;
  margin: 0 -15px;
  justify-content: space-between;
}

@media all and (max-width: 992px) {
  .footer__row {
    flex-wrap: wrap;
  }
}

.footer__item {
  padding: 0 15px;
  width: auto;
}

@media all and (max-width: 992px) {
  .footer__item {
    margin-bottom: 20px;
  }
}

.footer__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
  white-space: nowrap;
}

.footer__title:hover {
  color: #ffa54d;
}

.footer__list {
  font-size: 15px;
}

.footer__list li {
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.footer__list li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffc790;
  flex-shrink: 0;
  margin-right: 6px;
}

.footer__list a:hover {
  color: #ffa54d;
}

.footer__copyright {
  height: 70px;
  background: #0d0a0e;
  font-size: 14px;
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (max-width: 992px) {
  .footer__copyright {
    margin-top: 25px;
  }
}

.btn-consult {
  display: none;
}

@media all and (max-width: 767px) {
  .btn-consult {
    display: flex;
    position: fixed;
    right: 50px;
    top: 50%;
    z-index: 11;
    transform: rotate(-90deg);
    transform-origin: 100% 0;
    width: 150px;
    margin-top: -75px;
    border-radius: 0;
  }
}

.banner-single {
  height: 350px;
  display: flex;
  align-items: center;
  background: url() center/cover;
  background-attachment: fixed;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media all and (max-width: 767px) {
  .banner-single {
    height: 280px;
  }
}

.banner-single:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

.banner-single .container {
  position: relative;
}

.breadcrumbs {
  text-align: center;
  font-weight: 500;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li:after {
  content: '/';
  margin: 0 5px;
}

.breadcrumbs li:last-child:after {
  content: none;
}

.breadcrumbs a {
  color: #ffb9a6;
  text-decoration: underline;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.text {
  line-height: 1.8;
}

.text ul li {
  display: flex;
}

.text ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #ffa54d;
  margin-top: 11px;
  margin-right: 10px;
}

h2, h3, h4, h5, h6 {
  font-family: "Lobster";
  font-weight: normal;
}
h2 {
  font-size: 40px;
  margin-top: 0;
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}
.up {
  position: fixed;
  right: 20px;
  bottom: 20px;
  box-shadow: 0 0 20px 0 #ffa54d;
  background: #282828;
  z-index: 1;
  fill: #fff;
  transition: .4s all ease;
  visibility: hidden;
  opacity: 0;
}

@media all and (max-width: 767px) {
  .up {
    display: none;
  }
}

.up.fixed {
  opacity: 1;
  visibility: visible;
}

.up:hover {
  fill: #282828;
  background: #ffc790;
}

.up svg {
  transform: rotate(-90deg);
}

.reviews-single__row {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.reviews-single__col {
  width: 50%;
  padding: 0 15px;
}

@media all and (max-width: 992px) {
  .reviews-single__col {
    width: 100%;
  }
}

.reviews-single .reviews__item {
  margin: 0;
  width: 100%;
  padding: 30px 20px 15px;
  position: relative;
  z-index: 1;
  transform: none;
  margin-bottom: 30px;
}

.cost__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: center;
}

.cost-item {
  width: 25%;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media all and (max-width: 992px) {
  .cost-item {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 479px) {
  .cost-item {
    width: 100%;
  }
}

.cost-item:nth-child(1) .cost-item__discount,
.cost-item:nth-child(5) .cost-item__discount {
  background: rgba(255, 0, 0, 0.5);
}

.cost-item:nth-child(2) .cost-item__discount,
.cost-item:nth-child(6) .cost-item__discount {
  background: rgba(0, 0, 255, 0.5);
}

.cost-item:nth-child(3) .cost-item__discount,
.cost-item:nth-child(7) .cost-item__discount {
  background: rgba(255, 255, 0, 0.5);
  color: #282828;
}

.cost-item:nth-child(4) .cost-item__discount,
.cost-item:nth-child(8) .cost-item__discount {
  background: rgba(0, 128, 0, 0.5);
}

.cost-item__inner {
  background: #f8f8f8;
  padding: 50px 15px 90px;
  border-radius: 20px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.19);
  overflow: hidden;
  position: relative;
  height: 100%;
  transition: .4s all ease;
}

.cost-item__inner:hover {
  box-shadow: none;
}

.cost-item__discount {
  width: 200px;
  background: #ffbc00;
  color: #fff;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: rotate(45deg);
  right: -60px;
  top: 20px;
  font-weight: bold;
}

.cost-item__price {
  font-family: "Lobster";
  font-size: 40px;
  margin-bottom: 20px;
}

.cost-item__number {
  color: grey;
}

.cost-item__desc {
  font-weight: 400;
}

.cost-item .btn {
  position: absolute;
  bottom: 20px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}

.faq {
  background: #f8f8f8;
  position: relative;
  z-index: 1;
}

.faq__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.faq__item {
  width: 50%;
  padding-left: 70px;
  padding-right: 30px;
  position: relative;
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .faq__item {
    width: 100%;
  }
}

.faq__item:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 15px;
  top: -5px;
  background: url(../img/circle-about.png) center/contain no-repeat;
}

.faq__title {
  font-weight: 500;
  font-size: 18px;
}

.online-text {
  margin-bottom: 60px;
}
.online-text .container {
  box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
  padding: 30px 30px;
  border-radius: 20px;
  background: #f8f8f8;
}
@media all and (max-width: 767px) {
  .online-text {
    margin-bottom: 0;
  }
  .online-text .container {
    padding: 20px 15px;
  }
}


.error-input, .wpcf7-not-valid {
  border-color: red !important;
}
.wpcf7-not-valid-tip,
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  display: none !important;
}

.wp-pagenavi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  word-wrap: 100%;
}
.pagination__item {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  border-radius: 50%;
  margin: 5px;
  -webkit-transition: .4s all ease;
  -o-transition: .4s all ease;
  transition: .4s all ease;
}
.pagination__item:hover, .pagination__item.active {
  background: #ffa54d;
  color: #fff;
}