@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
}
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  outline: none;
}
ul {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  padding: 0;
  list-style: none;
}
input,
button {
  outline: none;
}
input:focus,
button:focus {
  outline: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
}
.img {
  width: 100%;
  display: block;
}
.section {
  padding: 80px 0;
}
.container {
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  max-width: 1690px;
}
.container.container--high {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.page-title {
  margin: 0 0 40px;
  display: block;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 84px;
  line-height: 1;
  color: #244534;
}
.section-title {
  margin: 0 0 40px;
  display: block;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 60px;
  color: #244534;
  line-height: 1.1;
}
.section-title.section-title--less {
  font-weight: 500;
  font-size: 38px;
}
.section-title.section-title--center {
  text-align: center;
}
.block-title {
  display: block;
  font-size: 36px;
  font-weight: 600;
}
.site-btn {
  margin: 0;
  padding: 25px 35px 24px;
  display: block;
  width: -webkit-max-content;
  width: max-content;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 20px;
  color: #244534;
  line-height: 1;
  text-align: center;
  background: #7def69;
  border: 2px solid #7def69;
  border-radius: 15px;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.site-btn:hover {
  border-color: #244534;
  background: #244534;
  color: #fff;
}
.site-btn:active span {
  opacity: 0.3;
}
.site-btn.site-btn--transparent {
  background: none;
  border-color: #244534;
}
.site-btn.site-btn--transparent:hover {
  border-color: #244534;
  background: #244534;
  color: #fff;
}
.site-btn.site-btn--darken {
  background: #244534;
  border-color: #244534;
  color: #fff;
}
.site-btn.site-btn--darken:hover {
  background: #2d5641;
  border-color: #2d5641;
}
.site-btn span {
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 2;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 1.3;
}
body.no-scroll {
  overflow: hidden;
}
.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
  background: #7def69 !important;
}
/* Media */
@media (max-width: 1260px) {
  .section {
    padding: 60px 0;
  }
  .container {
    padding: 0 20px;
  }
  .page-title {
    font-size: 72px;
  }
  .section-title {
    font-size: 48px;
  }
  .section-title.section-title--less {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
  .section {
    padding: 40px 0;
  }
  .page-title {
    font-size: 36px;
  }
  .section-title {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .section-title.section-title--less {
    font-size: 22px;
  }
  .site-btn {
    padding: 17px 20px 16px;
    font-size: 16px;
    font-weight: 500;
    border-width: 1px;
  }
  body {
    font-size: 16px;
  }
}
/* Blocks */
.header {
  padding: 40px 0;
}
.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__social {
  display: flex;
}
.header__social.header__social--mob {
  display: none;
}
.header__social-item:not(:last-child) {
  margin-right: 6px;
}
.header__social-link {
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-size: 0;
  background: #7def69;
  border-radius: 6px;
  position: relative;
  transition: all 0.3s ease-out;
}
.header__social-link:hover {
  background: #244534;
}
.header__social-link:hover svg {
  stroke: #fff;
}
.header__social-link:active svg {
  opacity: 0.3;
}
.header__social-link svg {
  width: 100%;
  height: 100%;
  stroke: #244534;
  transition: all 0.3s ease-out;
}
.header__nav {
  display: flex;
}
.header__nav-item:not(:last-child) {
  margin-right: 20px;
}
.header__nav-link {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  transition: all 0.3s ease-out;
}
.header__nav-link:hover {
  color: #244534;
}
.header__nav-link:active {
  opacity: 0.3;
}
.header__request {
  display: none;
}
.header__burger {
  display: none;
}
/* Media */
@media (max-width: 1260px) {
  .header {
    padding: 20px 0;
  }
  .header__nav-wrapper {
    padding: 0 20px 5px;
    width: 400px;
    height: 100vh;
    background: #244534;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 1000;
    transition: all 0.6s ease-out;
  }
  .header__nav-wrapper.show {
    left: 0;
  }
  .header__nav-inner {
    padding-top: 100px;
    height: 100%;
    overflow-y: scroll;
  }
  .header__nav {
    flex-direction: column;
  }
  .header__nav-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .header__nav-link {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
  }
  .header__social.header__social--mob {
    margin-top: 30px;
    display: flex;
  }
  .header__social-link:hover {
    background: #7def69;
  }
  .header__social-link:hover svg {
    stroke: #244534;
  }
  .header__request {
    margin-top: 30px;
    display: block;
    width: 100%;
    font-size: 18px;
    color: #7def69 !important;
    border-color: #7def69 !important;
  }
  .header__burger {
    padding: 0;
    display: block;
    width: 45px;
    height: 45px;
    font-size: 0;
    background: #244534;
    border: none;
    border-radius: 6px;
    position: relative;
  }
  .header__burger::before,
  .header__burger::after {
    content: "";
  }
  .header__burger::before,
  .header__burger::after,
  .header__burger span {
    display: block;
    width: 30px;
    height: 0;
    border-bottom: 2px solid #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-out;
  }
  .header__burger::before {
    top: 12px;
  }
  .header__burger::after {
    bottom: 12px;
  }
  .header__burger span {
    top: 22px;
  }
  .header__burger.active::before {
    top: 22px;
    transform: translateX(-50%) rotate(45deg);
  }
  .header__burger.active::after {
    bottom: 22px;
    transform: translateX(-50%) rotate(-45deg);
  }
  .header__burger.active span {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 10px 0;
  }
  .header__nav-wrapper {
    padding: 0 30px 5px;
    width: 100%;
  }
  .header__nav-inner {
    padding-top: 60px;
  }
  .header__nav-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .header__nav-link {
    font-size: 20px;
  }
  .header__request {
    margin-top: 20px;
    font-size: 16px;
  }
  .header__social.header__social--mob {
    margin-top: 20px;
  }
  .header__social-item:not(:last-child) {
    margin-right: 6px;
  }
  .header__social-link {
    width: 36px;
    height: 36px;
  }
  .header__burger {
    width: 36px;
    height: 36px;
    z-index: 1001;
  }
  .header__burger::before,
  .header__burger::after,
  .header__burger span {
    width: 18px;
  }
  .header__burger::before {
    top: 11px;
  }
  .header__burger::after {
    bottom: 11px;
  }
  .header__burger span {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header__burger.active::before {
    top: 17px;
  }
  .header__burger.active::after {
    bottom: 17px;
  }
}
/* Popup */
.popup {
  padding: 10px;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.popup.show {
  opacity: 1;
  pointer-events: visible;
}
.popup__close {
  padding: 0;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0;
  background: #244534;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 40px;
  transition: all 0.3s ease-out;
}
.popup__close:hover {
  transform: rotate(-180deg);
}
.popup__close:active::before {
  opacity: 0.3;
}
.popup__close::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/ico/close.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
}
.popup__inner {
  width: 100%;
  max-width: 540px;
}
.popup__form-wrapper {
  padding: 40px;
  background: #244534;
  border-radius: 15px;
}
.popup__form-title {
  margin: 0 auto 30px;
  display: block;
  width: 100%;
  max-width: 340px;
  font-weight: 700;
  font-size: 23px;
  text-align: center;
  color: #fff;
}
/* Popup result */
.popup-result {
  padding: 10px 20px;
  width: -webkit-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  background: #7def69;
  border-radius: 15px;
  position: fixed;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  visibility: hidden;
  transition: all 0.6s ease-out;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.05);
  z-index: 10001;
}
.popup-result.show {
  top: 30px;
  visibility: visible;
}
.popup-result span {
  margin-right: 20px;
  font-weight: 500;
  font-size: 20px;
}
.popup-result svg {
  width: 36px;
  height: 36px;
}
/* Lightbox  */
.sl-wrapper {
  background: rgba(0, 0, 0, 0.9);
}
.sl-counter {
  color: #fff !important;
}
.sl-close {
  margin: 0!important;
  width: 50px!important;
  height: 50px!important;
  font-size: 0!important;
  background: #244534 !important;
  border-radius: 50%!important;
  top: 40px!important;
  right: 40px!important;
  transition: all 0.3s ease-out !important;
}
.sl-close:hover {
  transform: rotate(-180deg) !important;
}
.sl-close::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/ico/close.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sl-navigation button {
  width: 45px;
  height: 45px;
  font-size: 0!important;
}
.sl-navigation button::after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sl-navigation button.sl-prev {
  left: 30px!important;
}
.sl-navigation button.sl-prev::after {
  background: url(../images/ico/caret-left1.svg) no-repeat center;
  background-size: contain;
}
.sl-navigation button.sl-next {
  right: 30px!important;
}
.sl-navigation button.sl-next::after {
  background: url(../images/ico/caret-right.svg) no-repeat center;
  background-size: contain;
}
.sl-image {
  border-radius: 15px;
  overflow: hidden;
  cursor: grab;
}
/* Media */
@media (max-width: 767px) {
  /* Popup */
  .popup__close {
    width: 36px;
    height: 36px;
    background: none;
    border-radius: 0;
    top: 3px;
    right: 3px;
  }
  .popup__close::after {
    width: 100%;
    height: 100%;
  }
  .popup__form-wrapper {
    padding: 20px;
  }
  .popup__form-title {
    margin: 0 auto 20px;
    font-size: 20px;
    width: 100%;
    max-width: 290px;
  }
  /* Lightbox  */
  .sl-counter {
    top: 10px!important;
    left: 10px!important;
  }
  .sl-close {
    width: 36px!important;
    height: 36px!important;
    background: none!important;
    border-radius: 0!important;
    top: 3px!important;
    right: 3px!important;
  }
  .sl-close::after {
    width: 30px!important;
    height: 30px!important;
  }
  .sl-navigation {
    display: none!important;
  }
  .sl-image {
    left: 10px!important;
    width: calc(100% - 20px) !important;
    height: auto!important;
  }
  /* Popup result */
  .popup-result {
    width: 100%;
    max-width: 300px;
    border-radius: 6px;
    top: 10px;
  }
  .popup-result span {
    font-size: 14px;
    display: block;
    line-height: 1.2;
  }
}
/* Reviews */
.reviews__slider-btn {
  width: 50px;
  height: 50px;
  font-size: 0;
  background: #244534;
  border: none;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  cursor: pointer;
  position: relative;
}
.reviews__slider-btn svg {
  display: block;
  width: 35px;
  height: 35px;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
}
.reviews__slider-btn:hover {
  background: #2d5641;
}
.reviews__slider-btn:active svg {
  opacity: 0.3;
}
.reviews__slider-btn:not(:last-child) {
  margin-right: 10px;
}
.reviews__slider-btn.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.reviews__slider {
  overflow: initial;
}
.reviews__slider-item {
  padding: 40px;
  width: 415px;
  height: auto;
  display: flex;
  flex-direction: column;
  background: #F8F4F0;
  border-radius: 15px;
}
.reviews__slider-quote {
  display: block;
  width: 45px;
  height: 45px;
}
.reviews__slider-txt {
  margin: 20px 0 30px;
}
.reviews__slider-more {
  margin-top: auto;
  padding: 0;
  display: block;
  font: inherit;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  text-align: start;
  background: none;
  border: none;
  border-radius: 15px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  position: relative;
}
.reviews__slider-more:hover {
  border-color: #244534;
}
.reviews__slider-more:hover span {
  color: #244534;
}
.reviews__slider-more:hover svg {
  fill: #244534;
}
.reviews__slider-more:active span,
.reviews__slider-more:active svg {
  opacity: 0.3;
}
.reviews__slider-more span {
  transition: all 0.3s ease-out;
}
.reviews__slider-more svg {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 2px;
  right: 0;
  transition: all 0.3s ease-out;
}
/* Documents slider */
.slider-documents {
  overflow: initial;
  cursor: grab;
}
.slider-documents__slide {
  width: auto;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
}
.slider-documents__img {
  display: block;
  height: 100%;
  width: auto;
}
.slider-documents__pagination {
  margin: 0;
  display: flex;
  width: auto!important;
  position: initial;
  transform: translate(0);
}
.slider-documents__pagination span {
  width: 8px!important;
  height: 8px!important;
  background: #244534;
  transition: all 0.3s linear;
}
/* Media */
@media (max-width: 767px) {
  /* Documents */
  .slider-documents__slide {
    height: 230px;
  }
  .slider-documents__pagination {
    display: none;
  }
  /* Reviews */
  .reviews__slider-btn {
    width: 40px;
    height: 40px;
  }
  .reviews__slider-btn:not(:last-child) {
    margin-right: 6px;
  }
  .reviews__slider-btn svg {
    width: 22px;
    height: 22px;
  }
  .reviews__slider-item {
    padding: 20px;
    width: 300px;
  }
  .reviews__slider-quote {
    width: 40px;
    height: 40px;
  }
  .reviews__slider-txt {
    margin: 10px 0 10px;
  }
  .reviews__slider-more {
    font-size: 16px;
  }
  .reviews__slider-more svg {
    width: 18px;
    height: 18px;
  }
}
.faq__item {
  background: #244534;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.faq__item:hover {
  background: #2d5641;
}
.faq__item:not(:last-child) {
  margin-bottom: 10px;
}
.faq__item.active {
  background: #2d5641;
}
.faq__title {
  margin: 0;
  padding: 40px 80px 40px 40px;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 23px;
  text-align: start;
  color: #fff;
  border: none;
  background: none;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.faq__title::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/ico/carret-down.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 40px;
  right: 40px;
  transition: all 0.6s linear;
}
.faq__title.active::after {
  transform: rotate(-180deg);
}
.faq__title br {
  display: none;
}
.faq__content {
  padding: 0 40px;
  height: 0;
  overflow: hidden;
  transition: all 0.6s ease-out;
}
.faq__txt {
  margin: -20px 0 0;
  padding: 0 0 20px;
  width: 100%;
  max-width: 1200px;
  color: #fff;
}
.faq__txt p {
  margin: 20px 0;
}
.faq__txt ul {
  margin: 20px 0;
}
.faq__txt ul li {
  padding-left: 30px;
  position: relative;
}
.faq__txt ul li:not(:last-child) {
  margin-bottom: 6px;
}
.faq__txt ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #7def69;
  border-radius: 50%;
  position: absolute;
  top: 6.5px;
  left: 0;
}
/* Media */
@media (max-width: 767px) {
  .faq__item:not(:last-child) {
    margin-bottom: 6px;
  }
  .faq__title {
    padding: 20px;
    padding-right: 50px;
    font-size: 18px;
  }
  .faq__title::after {
    width: 20px;
    height: 20px;
    top: 23px;
    right: 20px;
  }
  .faq__content {
    padding: 0 20px;
  }
  .faq__txt {
    padding-bottom: 1px;
  }
  .faq__txt ul li {
    padding-left: 25px;
  }
}
.footer {
  margin-top: 80px;
  padding-bottom: 0;
  background: #F8F4F0;
}
.footer__contact-row {
  display: flex;
}
.footer__contact-col:first-child {
  margin-right: 30px;
  width: 63%;
}
.footer__contact-col:last-child {
  width: 37%;
}
.footer__contact-map-wrapper {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.footer__contact-map-wrapper.footer__contact-map-wrapper--mob {
  display: none;
}
.footer__contact-form {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 15px;
  background: #244534;
  height: 100%;
}
.footer__contact-form-title {
  margin: 0 auto 30px;
  width: 100%;
  max-width: 340px;
  font-size: 23px;
  color: #fff;
}
.footer__contact-list {
  margin-top: 30px;
  padding: 40px;
  display: flex;
  border-radius: 15px;
  background: #244534;
}
.footer__contact-item {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.footer__contact-item:not(:last-child) {
  margin-right: 20px;
}
.footer__contact-ico {
  margin-right: 10px;
  padding: 18px;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #213e2f;
}
.footer__contact-ico svg {
  width: 100%;
  height: 100%;
}
.footer__contact-title {
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
.footer__contact-link {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  transition: all 0.3s ease-out;
}
a.footer__contact-link:hover {
  color: #7def69;
}
a.footer__contact-link:active {
  opacity: 0.3;
}
.footer__bottom {
  margin-top: 80px;
  padding: 50px 0;
  background: #7def69;
}
.footer__bottom-row {
  display: flex;
  justify-content: space-between;
}
.footer__nav {
  display: flex;
}
.footer__nav:not(:last-child) {
  margin-bottom: 8px;
}
.footer__nav-item:not(:last-child) {
  margin-right: 20px;
}
.footer__nav-link {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  transition: all 0.3s ease-out;
  line-height: 1;
}
.footer__nav-link:hover {
  color: #244534;
}
.footer__nav-link:active {
  opacity: 0.3;
}
.footer__nav-link.footer__nav-link--design {
  width: 130px;
  height: 30px;
  font-size: 0;
  position: relative;
}
.footer__nav-link.footer__nav-link--design:hover {
  opacity: 0.7;
}
.footer__nav-link.footer__nav-link--design:active {
  opacity: 0.3;
}
.footer__nav-link.footer__nav-link--design::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/iamromanov-logo.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.footer__social {
  display: flex;
}
.footer__social-item:not(:last-child) {
  margin-right: 6px;
}
.footer__social-link {
  padding: 6px;
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0;
  border-radius: 6px;
  background: #244534;
  transition: all 0.3s ease-out;
}
.footer__social-link:hover {
  background: #2d5641;
}
.footer__social-link:active svg {
  opacity: 0.3;
}
.footer__social-link svg {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
/* Media */
@media (max-width: 1260px) {
  .footer {
    margin-top: 60px;
  }
  .footer__contact-row {
    flex-direction: column;
  }
  .footer__contact-col {
    width: 100%!important;
  }
  .footer__contact-col:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer__contact-list {
    margin-top: 20px;
    flex-direction: column;
  }
  .footer__contact-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer__bottom {
    margin-top: 60px;
  }
}
@media (max-width: 860px) {
  .footer__contact-col {
    margin-bottom: 0!important;
  }
  .footer__contact-map-wrapper {
    display: none;
  }
  .footer__contact-map-wrapper.footer__contact-map-wrapper--mob {
    margin-top: 10px;
    height: 400px;
    display: block;
  }
  .footer__contact-form {
    padding: 20px;
  }
  .footer__contact-form-title {
    margin: 0 auto 20px;
    font-size: 20px;
    width: 100%;
    max-width: 290px;
  }
  .footer__contact-list {
    margin-top: 10px;
    padding: 20px;
  }
  .footer__contact-ico {
    padding: 8px;
    width: 36px;
    height: 36px;
  }
  .footer__contact-txt {
    width: calc(100% - 36px);
  }
  .footer__contact-title {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
  }
  .footer__contact-link {
    line-height: 1.1;
  }
  .footer__bottom {
    margin-top: 40px;
    padding: 40px 0;
  }
  .footer__bottom-row {
    flex-direction: column;
  }
  .footer__bottom-col.footer__bottom-col:nth-child(1) {
    order: 2;
  }
  .footer__bottom-col.footer__bottom-col:nth-child(2) {
    margin-bottom: 20px;
    order: 1;
  }
  .footer__nav {
    flex-direction: column;
  }
  .footer__nav-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer__nav-link {
    margin: 0 auto;
    max-width: 240px;
    text-align: center;
  }
  .footer__nav-link.footer__nav-link--design {
    margin-top: 20px;
  }
  .footer__social {
    justify-content: center;
  }
  .footer__social-item:not(:last-child) {
    margin-right: 6px;
  }
  .footer__social-link {
    width: 36px;
    height: 36px;
  }
}
.contact-form {
  display: block;
  width: 100%;
}
.contact-form__col {
  margin-bottom: 15px;
}
.contact-form__input {
  padding: 23px 20px;
  display: block;
  width: 100%;
  font: inherit;
  font-size: 18px;
  background: #fff;
  border: none;
  border-radius: 15px;
}
.contact-form__input::placeholder {
  font: inherit;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.contact-form__input.error {
  background: #ffbebe;
}
.contact-form__submit {
  display: block;
  width: 100%;
  text-align: center;
  cursor: no-drop;
}
.contact-form__submit:hover {
  color: #000;
  background: #56DB40;
  border-color: #56DB40;
}
.contact-form__agree {
  display: block;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
}
.contact-form__agree a {
  padding-bottom: 1px;
  color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-out;
}
.contact-form__agree a:hover {
  color: #fff;
  border-color: #fff;
}
.contact-form__agree a:active {
  opacity: 0.1;
}
@media (max-width: 767px) {
  .contact-form__col {
    margin-bottom: 6px;
  }
  .contact-form__input {
    padding: 15px 20px;
    font-size: 16px;
  }
  .contact-form__input::placeholder {
    font-size: 16px;
  }
  .contact-form__agree {
    font-size: 12px;
    line-height: 1.3;
  }
}
/* Pages */
/* Hero */
.home__hero {
  margin-bottom: 80px;
}
.home__hero-inner {
  padding: 140px;
  width: 100%;
  background: #F8F4F0;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.home__hero-img {
  display: block;
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
.home__hero-img.home__hero-img--salad {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  object-fit: cover;
  top: 30px;
  right: -160px;
  transform: rotate(201deg);
}
.home__hero-img.home__hero-img--myphoto {
  display: block;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  bottom: 83px;
  left: -90px;
}
.home__hero-img.home__hero-img--list {
  width: 160px;
  height: 240px;
  object-fit: cover;
  top: 0;
  left: 0;
}
.home__hero-img.home__hero-img--apples {
  width: 120px;
  height: 120px;
  top: 130px;
  left: 120px;
}
.home__hero-img.home__hero-img--fruit {
  width: 245px;
  height: auto;
  border-radius: 50%;
  top: -120px;
  right: 188px;
  transform: rotate(-15deg);
}
.home__hero-txt {
  position: relative;
  z-index: 2;
}
.home__hero-suptitle {
  display: block;
  font-weight: 500;
  text-align: center;
}
.home__hero-title {
  margin: 15px 0 35px;
  text-align: center;
}
.home__hero-subtitle {
  margin: 0 auto;
  width: 100%;
  max-width: 520px;
  font-size: 22px;
  text-align: center;
}
.home__hero-btn-list {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.home__hero-btn-item:not(:last-child) {
  margin-right: 20px;
}
/* About */
.home__about-benefits {
  display: flex;
}
.home__about-benefits-item {
  padding: 40px;
  width: calc(100% / 3);
  border-radius: 15px;
  background: #244534;
}
.home__about-benefits-item:not(:last-child) {
  margin-right: 30px;
}
.home__about-benefits-ico {
  display: block;
  width: 45px;
  height: 45px;
}
.home__about-benefits-title {
  margin-top: 20px;
  display: block;
  font-size: 18px;
  color: #fff;
}
.home__about-row {
  margin-top: 30px;
  display: flex;
  border-radius: 30px;
  background: #244534;
  overflow: hidden;
}
.home__about-col {
  width: 50%;
}
.home__about-col:last-child {
  padding: 80px;
}
.home__about-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home__about-section-title {
  color: #fff;
}
.home__about-txt {
  margin: 0;
  font-size: 22px;
  color: #fff;
}
.home__about-txt:not(:last-child) {
  margin-bottom: 20px;
}
.home__about-txt span {
  font-weight: 200;
  font-style: italic;
}
/* Documents */
.home__documents-section {
  overflow: hidden;
}
.home__documents-top {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home__documents-section-title {
  margin-bottom: 0;
}
/* Services */
.home__services-item {
  padding: 40px;
  display: flex;
  background: #F8F4F0;
  border-radius: 15px;
  border: 1px dashed rgba(0, 0, 0, 0.2);
}
.home__services-item:not(:last-child) {
  margin-bottom: 30px;
}
.home__services-item.home__services-item--green {
  background: #7def69;
}
.home__services-item.home__services-item--darkengreen {
  background: #244534;
}
.home__services-col {
  display: flex;
  flex-direction: column;
}
.home__services-col:first-child {
  margin-right: 160px;
  width: 50%;
}
.home__services-col:last-child {
  width: 50%;
}
.home__services-title {
  margin-bottom: 20px;
  color: #000;
  line-height: 1.1;
}
.home__services-title.home__services-title--white {
  color: #fff;
}
.home__services-subtitle {
  margin-bottom: 3px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}
.home__services-subtitle.home__services-subtitle--white {
  color: rgba(255, 255, 255, 0.6);
}
.home__services-result-title {
  margin-bottom: 25px;
  display: block;
  font-weight: 500;
}
.home__services-result-title.home__services-result-title--white {
  color: #fff;
}
.home__services-result-item {
  padding-left: 30px;
  font-size: 18px;
  width: 100%;
  position: relative;
}
.home__services-result-item::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #244534;
  border-radius: 50%;
  position: absolute;
  top: 7.5px;
  left: 0;
}
.home__services-result-item:not(:last-child) {
  margin-bottom: 8px;
}
.home__services-result-item.home__services-result-item--white {
  color: #fff;
}
.home__services-result-item.home__services-result-item--white::before {
  background: #7def69;
}
.home__services-price {
  margin-top: auto;
  font-weight: 700;
  font-size: 50px;
}
.home__services-price.home__services-price--white {
  color: #fff;
}
.home__services-subprice {
  color: #7def69;
}
.home__services-request {
  margin-top: 50px;
  padding-left: 30px;
  display: block;
  width: 100%;
  text-align: start;
  border-radius: 50px;
  position: relative;
}
.home__services-request:active svg {
  opacity: 0.3;
}
.home__services-request svg {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.3s ease-out;
}
.home__services-request.home__services-request--lighten:hover {
  background: #56DB40;
  border-color: #56DB40;
  color: #000;
}
/* Reviews */
.home__reviews-section {
  overflow: hidden;
}
.home__reviews-top {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home__reviews-section-title {
  margin-bottom: 0;
}
.home__reviews-btn-wrapper {
  display: flex;
}
.reviews__prodoctorov {
  margin-top: 30px;
  padding: 40px;
  background: #F8F4F0;
  border-radius: 15px;
}
.reviews__prodoctorov-top {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reviews__prodoctorov-logo {
  display: block;
  width: 150px;
  height: auto;
}
.reviews__prodoctorov-stars {
  margin-top: 5px;
  display: flex;
}
.reviews__prodoctorov-stars svg {
  width: 20px;
  height: 20px;
}
.reviews__prodoctorov-rating {
  margin-top: 5px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #244534;
}
.reviews__prodoctorov-img-row {
  display: flex;
}
.reviews__prodoctorov-img {
  width: calc(50% - 15px);
  border-radius: 6px;
}
.reviews__prodoctorov-img:not(:last-child) {
  margin-right: 30px;
}
/* Media */
@media (max-width: 1260px) {
  /* Hero */
  .home__hero {
    margin-bottom: 60px;
  }
  .home__hero-inner {
    border-radius: 15px;
  }
  .home__hero-inner {
    padding: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .home__hero-img.home__hero-img--salad {
    width: 150px;
    height: 150px;
    top: 150px;
    right: -65px;
  }
  .home__hero-img.home__hero-img--fruit {
    width: 170px;
    top: -27px;
    right: -28px;
  }
  .home__hero-img.home__hero-img--list {
    width: 100px;
    height: auto;
  }
  .home__hero-img.home__hero-img--apples {
    width: 80px;
    height: 80px;
    top: 75px;
    left: 61px;
  }
  .home__hero-img.home__hero-img--myphoto {
    width: 150px;
    height: 150px;
    bottom: auto;
    top: 130px;
    left: -55px;
  }
  .home__hero-subtitle {
    max-width: 470px;
    font-size: 18px;
  }
  .home__hero-btn-list {
    margin-top: 40px;
  }
  /* About */
  .home__about-benefits {
    flex-direction: column;
  }
  .home__about-benefits-item {
    width: 100%;
    display: flex;
  }
  .home__about-benefits-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .home__about-benefits-title {
    margin-top: 0;
    margin-left: 20px;
    width: 100%;
    max-width: 330px;
  }
  .home__about-benefits-title br {
    display: none;
  }
  .home__about-row {
    margin-top: 20px;
    flex-direction: column;
    border-radius: 15px;
  }
  .home__about-col {
    width: 100%;
  }
  .home__about-col:first-child {
    border-radius: 0 0 15px 15px;
    overflow: hidden;
  }
  .home__about-col:last-child {
    padding: 40px;
    text-align: center;
  }
  /* Services */
  .home__services-col:first-child {
    margin-right: 50px;
    width: 45%;
  }
  .home__services-col:last-child {
    width: 55%;
  }
  .home__services-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .home__services-title {
    margin-bottom: 30px;
  }
  /* Reviews */
  .reviews__prodoctorov {
    margin-top: 20px;
  }
  .reviews__prodoctorov-img-row {
    flex-direction: column;
  }
  .reviews__prodoctorov-img {
    width: 100%;
  }
  .reviews__prodoctorov-img:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  /* Hero */
  .home__hero {
    margin-bottom: 40px;
  }
  .home__hero-inner {
    padding: 200px 20px 40px;
  }
  .home__hero-img.home__hero-img--apples {
    top: 115px;
    left: 5px;
  }
  .home__hero-img.home__hero-img--fruit {
    width: 70px;
    height: auto;
    top: -15px;
    left: 92px;
  }
  .home__hero-img.home__hero-img--salad {
    width: 95px;
    height: 95px;
    top: 60px;
    left: 74px;
    transform: rotate(40deg);
  }
  .home__hero-img.home__hero-img--myphoto {
    width: 180px;
    height: 180px;
    top: -8px;
    right: -55px;
    left: auto;
  }
  .home__hero-suptitle {
    margin: 0 auto 10px;
    width: 100%;
    text-align: center;
  }
  .home__hero-title {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
  .home__hero-subtitle {
    font-size: 16px;
  }
  .home__hero-btn-list {
    margin-top: 30px;
    flex-direction: column;
  }
  .home__hero-btn-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 6px;
  }
  .home__hero-btn {
    display: block;
    width: 100%;
  }
  /* About */
  .home__about {
    display: flex;
    flex-direction: column;
  }
  .home__about-benefits {
    order: 2;
  }
  .home__about-benefits-item {
    padding: 20px;
  }
  .home__about-benefits-item:not(:last-child) {
    margin-bottom: 6px;
  }
  .home__about-benefits-ico {
    width: 36px;
    height: 36px;
  }
  .home__about-benefits-title {
    margin-left: 10px;
    width: 100%;
    max-width: 280px;
    font-size: 16px;
  }
  .home__about-row {
    margin-top: 0;
    margin-bottom: 10px;
    background: none;
    border-radius: 0;
    order: 1;
  }
  .home__about-col {
    border-radius: 15px!important;
    overflow: hidden;
  }
  .home__about-col:last-child {
    margin-top: 10px;
    padding: 20px;
    background: #244534;
    text-align: start;
  }
  .home__about-section-title {
    margin-bottom: 20px;
  }
  .home__about-txt {
    font-size: 18px;
  }
  /* Documents */
  .home__documents-top {
    margin-bottom: 20px;
  }
  /* Services */
  .home__services-item {
    padding: 20px;
    flex-direction: column;
  }
  .home__services-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .home__services-col {
    width: 100%!important;
  }
  .home__services-col:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .home__services-title {
    margin-bottom: 10px;
  }
  .home__services-subtitle {
    margin-bottom: 0;
    width: 100%;
    max-width: 310px;
  }
  .home__services-subtitle br {
    display: none;
  }
  .home__services-price {
    margin: 20px 0 0;
    font-size: 28px;
  }
  .home__services-subprice {
    font-size: 14px;
  }
  .home__services-result-title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .home__services-result-item {
    padding-left: 25px;
    font-size: 16px;
  }
  .home__services-result-item:not(:last-child) {
    margin-bottom: 5px;
  }
  .home__services-result-item::before {
    top: 6.5px;
  }
  .home__services-request {
    margin-top: 30px;
    border-radius: 15px;
    text-align: center;
  }
  .home__services-request svg {
    display: none;
  }
  /* Reviews */
  .home__reviews-top {
    margin-bottom: 20px;
  }
  .home__reviews-section-title {
    margin-bottom: 0;
  }
  .home__reviews-btn-wrapper {
    display: none;
  }
  .reviews__prodoctorov {
    margin-top: 10px;
    padding: 20px;
  }
  .reviews__prodoctorov-rating {
    margin-top: 0;
  }
  .reviews__prodoctorov-logo {
    width: 110px;
  }
  .reviews__prodoctorov-stars svg {
    width: 15px;
    height: 15px;
  }
}
/*# sourceMappingURL=./style.css.map */