.alignwide {
	width: 100%;
}

.alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 1920px;
}

html {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
	font-family: 'Mulish', sans-serif;
	font-weight: 400;
	box-sizing: inherit;
}

body {
	max-width: 1920px;
	overflow-x: hidden;
	margin: 0 auto;
}

a {
	text-decoration: none;
	color: #000;
	transition: all 0.3s ease-in;
}

a:hover {
	color: #F6C4DF;
}

ul li {
	list-style-position: inside;
	color: #000;
	font-size: 16px;
	font-family: 'Mulish', sans-serif;
  list-style: none;
}

ul li::marker {
	color: #1F2F47;
}

ol li {
	list-style-position: inside;
	color: #000;
	font-size: 16px;
	font-family: 'Mulish', sans-serif;
}

main.foned {
	position: relative;
	overflow: hidden;
	z-index: 999;
}

main.foned:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

.breadcrumbs {
	padding: 20px 0;
}

.breadcrumbs span {
	font-family: 'Mulish', sans-serif;
	font-size: 16px;
}

.breadcrumbs span.current-item {
	color: #0075FF;
}

.container {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
}

.btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 225px;
	width: 100%;
	height: 50px;
	background: transparent;
	border-radius: 5px;
	border: 1px solid #f6c4df;
	outline: none;
	font-family: 'Mulish', sans-serif;
	color: #f6c4df;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	transition: all 0.3s ease-in;
}

.btn svg {
	transition: all 0.3s ease-in;
	margin-right: 10px;
}

.btn svg path {
	transition: all 0.3s ease-in;
}

.btn:hover {
	color: #fff;
	background-color: #f6c4df;
	letter-spacing: 1px;
}

.btn:hover svg path {
	fill: rgba(18, 223, 236, 0.5);
}

.btn:focus {
	letter-spacing: normal;
}

.btn.invert {
	background-color: #f6c4df;
	color: #fff;
}

#main,
#primary {
	min-height: 83vh;
}

.title {
  font-family: 'Manrope';
  font-weight: 400;
  font-size: 48px;
  line-height: 129%;
  color: #333333;
  padding-bottom: 35px;
  border-bottom: 1px solid #E1E1E1;
  width: 100%;
  margin-bottom: 35px;
}

.swiper-button-next:hover svg path,
.swiper-button-prev:hover svg path {
  stroke: #86AC66;
}

#header .burger {
  display: flex;
  margin-left: 10px;
}

#header .container ul.menuTop {
  display: none;
}

#header #mobile-mnu ul.menuTop {
  display: flex;
  flex-direction: column;
}

#header .burger.open_menu {
  display: flex;
}

#header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 40px;
  width: 40px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
}

#header .burger.open_menu span {
  background-color: #86AC66;
  width: 30px;
  height: 4px;
  transition: all 0.3s ease-in;
}

#header .burger.open_menu.clicked {
  background-color: #86AC66;
}

#header .burger.open_menu.clicked span {
  background-color: #fff;
}

#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background-color: #f1f2f3;
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
}

#header #mobile-mnu #close-mnu {
  font-size: 45px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transform: rotate(45deg);
  display: block;
  color: #86AC66;
}

#header #mobile-mnu.opened {
  transform: translateX(0);
}

/*# sourceMappingURL=main.css.map */

/* --------------- burger ------------ */

#header .burger {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 40px;
  width: 40px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
  margin-left: 15px;
  cursor: pointer;
}

#header .burger span {
  background-color: #86AC66;
  width: 30px;
  height: 4px;
  transition: all 0.3s ease-in;
}

#header .burger.open_menu.clicked {
  background-color: #86AC66;
}

#header .burger.open_menu.clicked span {
  background-color: #fff;
}

@media screen and (max-width: 992px) {
  #header .burger {
    display: flex;
  }

  #header .header__container ul#header_menu {
    display: none;
  }

  #header #mobile-mnu ul#header_menu {
    display: flex;
  }

  #header .burger.open_menu {
    display: flex;
  }
}

/* --------------- burger end ------------ */

/* ------------ header ------------------ */

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.header__inner {
  padding-top: 10px;
}

.header__inner--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 10px;
}

.phones__holder {
  display: flex;
}

.phone__item {
  display: flex;
}

.header__btn_main {
  width: 194px;
  height: 48px;
  background: #86AC66;
  border-radius: 2px;
  font-family: 'Manrope';
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  cursor: pointer;
  border: none;
}

.header__btn_main:hover {
  background: #4B6F2E;
}

.soc__item + .soc__item {
  margin-left: 40px;
}

.phone__item + .phone__item {
  margin-left: 60px;
}

.socials__link--item {
  margin-right: 10px;
}

.phone__item--title {
  font-family: 'Manrope';
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #333333;
  margin-bottom: 5px;
}

.phone__item--number {
  font-family: 'Manrope';
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  transition: color 0.3s ease;
}

.phone__item--number:hover {
  color: #86AC66;
}

.header__inner-bottom {
  padding: 10px 0;
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-menu-element a {
  list-style: none;
  font-family: 'Manrope';
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #333333;
  transition: color 0.3s ease;
}

.nav-menu-element a:hover {
  color: #86AC66;
}

.site-footer {
  padding: 30px 0;
  background: #333333;
}

.footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.privacy {
  font-family: 'Manrope';
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-decoration-line: underline;
  color: #FFFFFF;
  cursor: pointer;
}

.developer {
  font-family: 'Manrope';
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #FFFFFF;
}

.developer span {
  font-family: 'Raleway';
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.privacy:hover,
.developer:hover {
  color: #86AC66;
}

.logo__holder {
  margin-bottom: 20px;
}

.nav-menu-element {
  margin-bottom: 10px;
}

.phone {
  display: flex;
  margin-bottom: 15px;
}

.phone__number {
  /* margin-top: 10px; */
  font-family: 'Manrope';
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}

.menuTop {
  margin-bottom: 20px;
}

.email__holder {
  display: flex;
}

.email__item svg {
  margin-right: 10px;
}

.email__holder {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .header__inner-bottom {
      display: none;
  }

  .socials {
    display: none;
  }
}

@media (max-width: 915px) {
  .phones__holder {
    display: none;
  }
}

@media (max-width: 510px) {
  .header__btn_main {
    display: none;
  }
}

/* ------------ модалка политика ------------ */

#modal-private.theme-modal,
#modal-callback.theme-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1;
  padding: 100px 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100500;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.4);
}

#modal-private.theme-modal.modal-open,
#modal-callback.theme-modal.modal-open {
  visibility: visible;
  opacity: 1;
  transition: ease-in-out 0.4s;
}

#modal-private.theme-modal.modal-open .content {
  position: relative;
  border-radius: 2px;
  margin: auto;
  max-width: 100%;
  width: 1170px;
  padding: 60px 80px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  font-family: 'PT Serif';
  font-weight: 700;
  font-size: 18px;
  line-height: 144%;
  color: #373B32;
  background-color: #fff;
}

#modal-private.theme-modal.modal-open .content h2 {
  font-family: 'Manrope';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}

#modal-private.theme-modal .close-modal,
#modal-callback.theme-modal .close-modal svg {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

#modal-private.theme-modal .close-modal svg {
  width: 16px;
  height: 16px;
  display: block;
}

/* ---------------- modal всплывающая маленькая-------------------- */

#modal-callback {
  max-width: 1170px;
  display: flex;
}

#modal-callback.theme-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1;
  padding: 100px 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100500;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-img {
  max-width: 781px;
  height: auto;
}

#modal-main .close-modal,
#modal-callback.theme-modal .close-modal {
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}


#modal-callback.theme-modal {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  color: #000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateZ(1010px) translate(-50%, -400%);
  max-width: 615px;
  width: 100%;
  transition: all 0.4s ease-in;
  z-index: 100400;
  border-radius: 2px;
  padding: 50px 60px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  background-image: url('../images/bg-modal.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 403px;
}

#modal-callback.theme-modal.modal-open {
  transform: translateZ(1010px) translate(-50%, -50%) !important;
}

#modal-callback.theme-modal .title-modal {
  font-family: 'Manrope';
  font-weight: 400;
  font-size: 36px;
  line-height: 128%;
  color: #FFFFFF;
  display: block;
  width: 245px;
}

#modal-callback.theme-modal .order_modal {
  display: flex;
  padding-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}

#modal-callback.theme-modal .order_modal .order_left {
  flex-grow: 1;
  width: 50%;
}

#modal-callback.theme-modal .order_modal .order_right {
  flex-grow: 1;
  width: 45%;
}

#modal-callback.theme-modal .order_modal .modal2_foot {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 15px;
}

#modal-callback.theme-modal .order_modal .modal2_foot .modal-radio span a {
  font-family: 'Manrope';
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #C4C4C4;
}

#modal-callback.theme-modal .order_modal .modal2_foot .modal-radio span a:hover {
  color: #86AC66;
}

#modal-callback.theme-modal .order_modal .wpcf7-form-control-wrap input {
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 2px;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  margin: 5px 0;
  outline: none;
  padding-left: 20px;
  font-family: 'Manrope';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #C4C4C4;
  width: 240px;
}

#modal-callback.theme-modal .order_modal .wpcf7-form-control-wrap textarea {
  background: #FFFFFF;
  border: 2px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 15px;
  max-width: 270px;
  width: 100%;
  height: 170px;
  margin: 15px 0;
  outline: none;
  padding-left: 20px;
  padding: 17px;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #C4C4C4;
}

.wpcf7-list-item {
  margin: 0;
}

#modal-callback.theme-modal .order_modal .order_left .modal-radio {
  padding-top: 10px;
}

#modal-callback.theme-modal .wpcf7-list-item-label span {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #000;
  padding-left: 20px;
}

#modal-callback.theme-modal .wpcf7-list-item-label span a {
  color: #5EB6CA;
  text-decoration: underline;
  padding-left: 20px;
}

#modal-callback.theme-modal .order_modal .wpcf7-form-control-wrap input[type="checkbox"] {
  appearance: none;
  display: contents;
  text-align: right;
}

#modal-callback.theme-modal input[type="checkbox"]~.wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #C4C4C4;
  border-radius: 3px;
  cursor: pointer;
  left: 0;
  margin-top: 1px;
}

#modal-callback.theme-modal input[type="checkbox"]:checked~.wpcf7-list-item-label:before {
  background-image: url('../images/check.svg');
  background-repeat: no-repeat;
  background-position: center;
}

#modal-callback.theme-modal .order_modal .wpcf7-form-control-wrap input::placeholder,
#modal-callback.theme-modal .order_modal .wpcf7-form-control-wrap textarea::placeholder {
  font-family: 'Manrope';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #C4C4C4;
}

#modal-callback.theme-modal .order_modal .modal2_foot input.wpcf7-form-control {
  text-align: center;
  width: 100%;
  height: 48px;
  font-family: 'Manrope';
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  background: #86AC66;
  border-radius: 2px;
  border: #86AC66;
  margin-bottom: 20px;
}

#modal-callback.theme-modal .order_modal p input.wpcf7-form-control:hover {
  background: #4B6F2E;
}

#modal-callback.theme-modal .wpcf7-spinner {
  display: none;
}

@media (max-width: 768px) {
  #modal-callback.theme-modal {
    max-width: 425px;
    padding: 50px 65px;
  }

  #modal-callback.theme-modal .order_modal .order_left {
    width: 100%;
  }

  #modal-callback.theme-modal .order_modal .modal2_foot .modal-radio {
    margin-bottom: 10px;
  }
}

@media (max-width: 425px) {
  #modal-callback.theme-modal {
    max-width: 310px;
    padding: 50px 65px;
  }

  #modal-callback.theme-modal .order_modal .order_left {
    width: 100%;
  }

  #modal-callback.theme-modal .order_modal .modal2_foot .modal-radio {
    margin-bottom: 10px;
  }
}

.private_link {
  display: inherit;
  text-decoration: underline;
  cursor: pointer;
}

#modal-callback.theme-modal .wpcf7-list-item-label {
  padding: 0;
  flex-grow: 1;
  font-family: 'Manrope';
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #C4C4C4;
}

#modal-callback.theme-modal .wpcf7-list-item {
  padding-left: 25px;
}

.contact_forms {
  display: flex;
  justify-content: space-between;
}

.text_form label {
  font-family: 'Manrope';
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #FFFFFF;
}

.modal2_foot label {
  width: 100%;
}

/* ---------------- modal end -------------------- */

/* --------------- 404 ----------------------- */

.error-404 {
  background-image: url('../images/bg-404.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 83vh;
}

.title__404 {
  font-family: 'Manrope';
  font-weight: 700;
  font-size: 240px;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 110px;
}


.subtitle-404 {
  font-family: 'Manrope';
  font-weight: 700;
  font-size: 48px;
  line-height: 129%;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 15px;
}

.text-404 {
  font-family: 'Manrope';
  font-weight: 400;
  font-size: 24px;
  line-height: 142%;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 40px;
}

.btn-404 {
  display: block;
  margin: 0 auto;
  width: 220px;
  height: 48px;
  background: #86AC66;
  border-radius: 2px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  padding: 12px;
  text-align: center;
}
.btn-404:hover {
  color: #FFFFFF;
  background-color: #4B6F2E;
}

@media (max-width: 425px) {
  .title {
    font-size: 30px;
  }

  #modal-callback.theme-modal .order_modal .wpcf7-form-control-wrap input {
    width: 100%;
  }

  #modal-callback.theme-modal {
    padding: 50px 20px;
  }
}

@media (max-width: 768px) {
  #modal-callback.theme-modal .order_modal .wpcf7-form-control-wrap input {
    width: 100%;
    max-width: 768px;
  }

  #modal-callback.theme-modal{
    height: 500px;
  }

  #modal-private.theme-modal.modal-open .content {
    padding: 60px 20px;
  }

  .contact_forms {
    flex-wrap: wrap;
  }
}
.logo {
  max-width: 250px;
}
.logo img {
  max-width: 100%;
  object-fit: contain;
}
body .map-holder {
  height: 100%;
}

@media (max-width:767px) {
  #modal-private .title {
    font-size: 21px;
    padding-bottom: 15px;
  }
  .footer__inner {
    flex-direction: column;
    align-items: center;
  }
  .developer {
    margin-top: 15px;
  }
  .title__404 {
    font-size: 140px;
  }
  .subtitle-404 {
    font-size: 28px;
  }
}
#modal-succes {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 500px;
  width: 95%;
  font-size: 24px;
  font-weight: 700;
  padding: 30px 15px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #333333;
  z-index: 10000000;
  text-align: center;
  display: none;
}

#modal-succes.modal-open {
  display: block;
}
.wpcf7-response-output {
  display: none!important;
}