/*============= ALIGNES ===============*/
.alignwide {
  width: 100%;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 1920px !important;
    margin-left: calc(-1 * (1920px - 1170px) / 2) !important;
    margin-right: calc(-1 * (1920px - 1170px) / 2) !important;
  }
}

/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  box-sizing: inherit;
}

body {
  background-color: #f9f9f9;
  max-width: 1920px;
  overflow-x: clip;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 20px 5px #747474;
  box-shadow: 0 0 20px 5px #747474;
}

a {
  text-decoration: none;
  color: #121212;
  transition: all 0.3s ease-in;
}

a:hover {
  color: #afd274;
}

ul li {
  list-style-position: inside;
  color: #121212;
  font-size: 18px;
  line-height: 26px;
  list-style-type: none;
}

ul li::marker {
  color: #5b692c;
}

ol li {
  list-style-position: inside;
  color: #121212;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 15px;
  color: #121212;
  font-size: 18px;
  line-height: 26px;
}

h1.page-title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #20395e;
  margin-bottom: 50px;
}

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: 999;
}

.breadcrumbs {
  padding: 20px 0;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #dfdfdf;
}

.breadcrumbs span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.breadcrumbs span.current-item {
  color: #121212;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.form-top {
  display: flex;
  gap: 5px;
}

.form-top .wpcf7-form-control-wrap,
.form-top .wpcf7-form-control {
  width: 100%;
}

.form-top .wpcf7-form-control {
  border: 1px solid #0088b2;
  border-radius: 2px;
  padding: 15px 25px;
  background: transparent;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: white;
  transition: 0.3s;
  cursor: pointer;
}

.form-top .wpcf7-form-control::placeholder,
.wpcf7-form-control.wpcf7-textarea::placeholder {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
}

.form-top .wpcf7-form-control:hover,
.wpcf7-form-control.wpcf7-textarea:hover {
  border: 1px solid #ffffff;
}

.form-top .wpcf7-form-control:hover::placeholder,
.wpcf7-form-control.wpcf7-textarea:hover::placeholder {
  color: #ffffff;
}

.form-center .wpcf7-form-control {
  width: 100%;
}

.wpcf7-form-control.wpcf7-textarea {
  max-height: 140px;
  padding: 15px 25px;
  background: transparent;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: black;
  cursor: pointer;
}

.form-bot {
  display: flex;
  align-items: center;
}

.form-bot .privacy {
  font-family: 'Gilroy';
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #e0e0e0;
}

.form-bot .privacy {
  text-decoration: underline;
  cursor: pointer;
}

.form-bot .privacy:hover {
  color: #afd274;
}

.form-bot {
  margin-right: 10px;
}

.form-bot .pre {
  font-family: 'Gilroy';
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #e0e0e0;
}

.btn,
.wpcf7-form-control.submit_btn {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 225px;
  width: 100%;
  height: auto;
  background: #5b692c;
  border-radius: 30px;
  border: 1px solid #5b692c;
  outline: none;
  font-family: 'Gilroy';
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  cursor: pointer;
  transition: all 0.3s ease-in;
  padding: 15px 35px;
}

.wpcf7-form-control.submit_btn {
  margin-bottom: 0px;
}

.btn svg {
  transition: all 0.3s ease-in;
  margin-right: 10px;
}

.btn svg path {
  transition: all 0.3s ease-in;
}

.btn:hover {
  color: #5b692c;
  background-color: #ffffff;
  border: 1px solid #5b692c;
}

.btn:hover svg path {
  fill: rgba(18, 223, 236, 0.5);
}

.btn:focus {
  letter-spacing: normal;
}

.btn.invert {
  background-color: #f6c4df;
  color: #ffffff;
}

#main,
#primary {
  min-height: 83vh;
}

.block-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  color: #1d1d1b;
  margin-bottom: 40px;
}

/*============ HEADER =================*/

#header {
  background: #5b993d;
}

#header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0px;
}

#header .header-top img {
  display: block;
  width: 18px;
  height: auto;
}

#header .header-top .logo-holder img {
  width: 100%;
  height: 100%;
}

#header .header-top .header_nav_menu {
  display: flex;
  align-items: center;
}

#header .header-top .header_nav_menu .header-menu {
  display: flex;
}

#header .header-top .header_nav_menu .nav-menu-element {
  margin-right: 60px;
}

#header .header-top .header_nav_menu .nav-menu-element a {
  color: #ffffff;
}

#header .header-top .header_nav_menu .nav-menu-element:hover a {
  color: #5b692c;
}

#header .header-top .header_nav_menu .nav-menu-element:last-child {
  margin-right: 0px;
}

#header .header-top .logo-holder span {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #1d1d1b;
}

#header .header-top .phone-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#header .header-top .phone-holder:hover {
  color: #afd274;
}

#header .header-top .phone-holder .phone-right a {
  margin-left: 15px;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  text-align: right;
  color: #1d1d1b;
}

#header .header-top .phone-holder .phone-right:hover a {
  color: #0074d9;
}

#header .header-bot-wrapper {
  background: #4fadff;
}

#header .header-bot .header-menu {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}

#header .header-bot .header-menu .nav-menu-element a {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #f6f7f7;
}

#header .header-top .header_socials {
  display: flex;
  gap: 10px;
}

#header .header-top .social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ece2cf;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

#header .header-top .social-item:hover {
  background: #dce0a5;
}

#header .header-top .social-item:hover svg path {
  fill: white;
}

#header .header-top .phone-holder p:hover {
  color: #dce0a5;
}

#header .header-top .phone-holder .callback-head:hover {
  color: #dce0a5;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.phone-header {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
}

.phone-header:hover {
  color: #5b692c;
}

/*================ MOBILE MNU =============*/
#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: #dce0a5;
  width: 30px;
  height: 4px;
  transition: all 0.3s ease-in;
}

#header .burger.open_menu.clicked {
  background: #dce0a5;
}

#header .burger.open_menu.clicked span {
  background-color: white;
}

#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background: #5b993d;
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 999;
}

#header #mobile-mnu #close-mnu {
  font-size: 45px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transform: rotate(45deg);
  display: block;
  color: #ffffff;
}

#header #mobile-mnu a {
  font-size: 16px;
  line-height: 1;
  color: #374957;
  font-weight: 450;
}

#header #mobile-mnu a:hover {
  color: #151515;
}

#header #mobile-mnu .logo__holder {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#header #mobile-mnu .logo__holder img {
  max-height: 60px;
}

#header #mobile-mnu .menuTop {
  list-style-type: none;
  margin-bottom: 10px;
}

#header #mobile-mnu .menuTop li {
  margin-bottom: 10px;
}

#header #mobile-mnu .menuTop li a {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  font-weight: 450;
}

#header #mobile-mnu .menuTop li a:hover {
  color: #afd274;
}

#header #mobile-mnu .menuTop li.active a {
  color: #afd274;
}

#header #mobile-mnu .adresses__holder {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  width: 100%;
}

#header #mobile-mnu .adresses__holder:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-image: url("../images/map.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

#header #mobile-mnu .adresses__holder p {
  font-size: 16px;
  line-height: 1;
  color: #374957;
  font-weight: 450;
}

#header #mobile-mnu .email__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

#header #mobile-mnu .email__holder .email__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  font-weight: 450;
}

#header #mobile-mnu .email__holder .email__item svg {
  margin-right: 10px;
}

#header #mobile-mnu .phones__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

#header #mobile-mnu .phones__holder .phone__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  font-weight: 450;
}

#header #mobile-mnu .phones__holder .phone__item svg path,
#header #mobile-mnu .email__holder .email__item svg path {
  stroke: #ffffff;
}

#header #mobile-mnu .phones__holder .phone__item:hover {
  color: #ffffff;
}

#header #mobile-mnu .phones__holder .phone__item svg {
  margin-right: 10px;
}

#header #mobile-mnu .soc__holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
}

#header #mobile-mnu .soc__holder .soc__item {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s ease-in;
}

#header #mobile-mnu.opened {
  transform: translateX(0);
}

/*============ FOOTER ===============*/
#footer {
  background: #5b993d;
}

#footer .container .bot__line {
  display: flex;
  align-items: center;
  height: 80px;
  width: 100%;
  justify-content: space-between;
}

#footer .container .bot__line .privacy {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #e0e0e0;
  background: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  font-family: "Gilroy";
}

#footer .container .bot__line .privacy:hover {
  color: white;
  opacity: 1;
}

#footer .container .bot__line .dev {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #e0e0e0;
  transition: 0.3s;
  font-family: "Gilroy";
}

#footer .container .bot__line .dev:hover {
  color: white;
  opacity: 1;
}

/* ============== MODAL ============= */
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7 .wpcf7-spinner {
  display: none;
}

#footer .theme-modal {
  height: auto;
  width: 660px;
  max-height: 90vh;
  max-width: 90vw;
  background-color: #ffffff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  transition: transform 0.3s ease-in;
  z-index: 9999;
  padding: 60px 80px;
  overflow-y: auto;
}

#footer .theme-modal .modal-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
  color: #151515;
  margin-bottom: 40px;
}

#footer .theme-modal.modal-open {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

#footer .theme-modal .close-modal {
  position: absolute;
  right: 20px;
  top: 0px;
  font-size: 40px;
  font-weight: 750;
  color: #374957;
  transform: rotate(45deg);
  cursor: pointer;
}

#modal-privacy.theme-modal {
  width: 90%;
  height: 90%;
  max-width: 90vh;
  max-height: 90vh;
  padding: 30px;
  overflow: auto;
  background: #feffff;
  border-radius: 5px;
  max-width: unset;
}

#modal-privacy.theme-modal .modal-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 39px;
  color: #1d1d1b;
  margin-bottom: 40px;
}

#modal-privacy.theme-modal h2,
#modal-privacy.theme-modal p {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #606060;
}

#modal-privacy.theme-modal p {
  font-family: 'Gilroy';
}

#modal-privacy.theme-modal h2 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}

.error404 .site-main {
  background: #151515;
  min-height: 76vh;
}

.error404 .site-main .container {
  display: flex;
  align-items: center;
  padding-top: 150px;
}

.error404 .site-main .container .left {
  width: 50%;
}

.error404 .site-main .container .right {
  width: 50%;
}

.error404 .site-main .btn {
  padding: 15px 10px;
}

.error404 .site-main .container .error-title {
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  color: #feffff;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.error404 .site-main .container .error-title span {
  color: #afd274;
  text-transform: uppercase;
  font-weight: 700;
}

.error404 .site-main .container .error-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #feffff;
  opacity: 0.7;
  margin-bottom: 60px;
}

.error404 .site-main .num {
  font-size: 300px;
  color: white;
}

.error404 .site-main .num span {
  color: #afd274;
}

#header .header-top .phone-holder p {
  margin-bottom: 0px;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  color: #151515;
}

#header .header-top .phone-holder .callback-head {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #151515;
  margin-top: 5px;
  cursor: pointer;
}

#header .header-top .phone-holder .callback-head:hover {
  color: #747474;
}

#modal-success.theme-modal {
  height: auto;
  padding: 20px;
  border-radius: 10px;
}

#modal-success.theme-modal .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #1d1d1b;
  margin-bottom: 20px;
}

.wpcf7-form-control {
  border: 1px solid #5b692c;
  border-radius: 2px;
  padding: 15px 25px;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: black;
  outline: none;
  background: transparent;
  cursor: pointer;
}

.wpcf7-form-control::placeholder {
  color: #5b692c;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  outline: none;
}

.wpcf7-form-control:hover {
  color: #151515;
}

.wpcf7-form-control:hover::placeholder {
  color: #151515;
}

.wpcf7-form-control:hover {
  border: 1px solid #151515;
}

#footer .theme-modal .wpcf7-form-control.wpcf7-textarea {
  margin-bottom: 0px;
  resize: none;
}

#footer .theme-modal .wpcf7-form-control.wpcf7-textarea:hover {
  border: 1px solid #151515;
}

#footer .theme-modal .wpcf7-form-control.wpcf7-textarea:hover::placeholder {
  color: #151515;
}

#footer .wpcf7-form .codedropz-upload-handler {
  border: none;
  margin: 0;
  margin-top: 15px;
}

#footer .wpcf7-form .codedropz-upload-container {
  padding: 0;
}

#footer .wpcf7-form .codedropz-upload-inner {
  position: relative;
  display: flex;
  justify-content: flex-start;
}

#footer .wpcf7-form .codedropz-upload-inner .cd-upload-btn {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #040404;
  border: none;
}

#footer .wpcf7-form .codedropz-upload-inner .cd-upload-btn::before {
  content: "+ ";
}

#footer .wpcf7-form .dnd-upload-counter {
  display: none;
}

.wpcf7-drag-n-drop-file.d-none {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
}

.wpcf7 input[type="file"] {
  cursor: pointer;
}

#footer .wpcf7-form .codedropz-upload-inner h3,
#footer .wpcf7-form .codedropz-upload-inner span {
  display: none;
}

#footer .form-bot {
  margin-top: 20px;
  font-family: 'Gilroy';
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #151515;
}

#footer .form-bot .pre,
#footer .form-bot .privacy {
  font-family: 'Gilroy';
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #151515;
}

#footer .form-bot .privacy:hover {
  color: #afd274;
}

.wpcf7-not-valid {
  border: 1px solid red;
}

.form-top .wpcf7-form-control.wpcf7-not-valid {
  border: 1px solid red;
}

/* ============= MEDIA QUERIES =========== */

@media (max-width: 1100px) {
  #header .header-top .header_nav_menu .nav-menu-element {
    margin-right: 30px;
  }
}

@media (max-width: 996px) {
  #header .burger.open_menu {
    display: flex;
  }

  #header .header-top .header_nav_menu .header-menu {
    display: none;
  }

  #header .header-bot-wrapper .header-bot {
    display: flex;
    justify-content: flex-end;
    padding: 5px 0px;
  }

  #header .header-top {
    padding: 5px 0px;
  }

  #header .header-top .phone-holder p {
    font-size: 18px;
  }

  .form-top .wpcf7-form-control {
    padding: 10px;
  }

  .form-top .wpcf7-form-control::placeholder {
    font-size: 16px;
  }

  .form-top .wpcf7-form-control {
    font-size: 16px;
  }

  .wpcf7-form-control.wpcf7-textarea {
    font-size: 16px;
    max-height: 100px;
    padding: 10px 10px;
  }

  .wpcf7-form-control.wpcf7-textarea::placeholder {
    font-size: 16px;
  }

  .error404 .site-main .container {
    flex-direction: column;
  }

  .error404 .site-main .container .left,
  .error404 .site-main .container .right {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .block-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .phone-header {
    font-size: 18px;
  }

  #header .header-top .social-item {
    width: 30px;
    height: 30px;
  }

  .logo-holder {
    max-width: 100px;
  }

  #header .header-top .phone-holder p {
    display: none;
  }

  #footer .container .bot__line {
    flex-direction: column;
    height: 80px;
    padding: 10px 0px;
  }

  #modal-callback.theme-modal {
    max-width: unset;
    width: 90%;
  }

  #footer .theme-modal {
    padding: 40px 20px;
  }

  #footer .theme-modal .modal-title {
    font-size: 20px;
  }

  #footer .form-bot {
    flex-direction: column;
    align-items: center;
  }

  #footer .form-bot .pre {
    margin-bottom: 20px;
    align-items: center;
    flex-direction: column;
    align-items: center;
  }

  .error404 .site-main .container .left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .error404 .site-main .container .left .error-title {
    text-align: center;
    font-size: 50px;
    line-height: 50px;
  }

  .error404 .site-main .container .left .error-subtitle {
    margin-bottom: 18px;
  }

  .error404 .site-main .num {
    font-size: 100px;
    text-align: center;
  }

}

@media (max-width: 450px) {
  #header .header-top .logo-holder span {
    font-size: 20px;
  }

  #header .header-top .logo-holder {
    font-size: 15px;
  }

  #modal-privacy.theme-modal {
    padding: 10px;
  }

  #modal-privacy.theme-modal .modal-title {
    font-size: 20px;
    margin-top: 50px;
    line-height: 25px;
  }

  #modal-callback.theme-modal {
    padding: 20px;
  }

  .error404 .site-main .container {
    padding-top: 120px;
  }

  .error404 .site-main .container .error-title {
    font-size: 32px;
  }
}

@media (max-width: 400px) {
  #header .container {
    padding: 0px 5px;
  }

  #header .header-top .header_socials {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */