/*============= 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: 100vw !important;
    max-width: unset;
    /*margin-left: calc(-1 * (1920px - 1170px) / 2) !important;*/
    /*margin-right: calc(-1 * (1920px - 1170px) / 2) !important;*/
  }
}

/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
}

body.error404 #mainbanner-block .title {
  color: var(--Card, #FFF);
  font-family: PT Serif;
  font-size: 200px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

body.error404 #mainbanner-block .subtitle {
  color: var(--Card, #FFF);
  font-family: Onest;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 384px;
}

body.error404 #mainbanner-block .btn {
  display: flex;
  padding: 15px 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 230px;
}

body.error404 #mainbanner-block .text_btn {
  color: var(--Card, #FFF);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

:root {
  --Card: #FFFFFF;
  --background-light: #EDE6E0;
  --background-dark: #BAA087;
  --stroke: #997154;
  --primary: #F8723D;
  --hover: #EF4A09;
  --head: #241301;
  --main-text: #5B4E41;
  --accent: #CEB792;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  box-sizing: inherit;
}

ul li {
  list-style-position: inside;
}

.nav-menu-element {
  list-style-type: none;
  padding-top: 20px;
  display: flex;
}

#header #mobile-mnu .phones__holder {
  padding-top: 20px;
}

#header #mobile-mnu ul li::marker {
  color: var(--primary);
}

#header #mobile-mnu::marker {
  list-style-type: none;
}


ul li::marker {
  color: var(--background-dark);
  min-width: 8px;
  min-height: 8px;
  flex-shrink: 0;
}


img {
  width: 100%;
}

body {
  /*max-width: 1920px;*/
  overflow-x: hidden;
  margin: 0 auto;
  width: auto;
  /*-webkit-box-shadow: 0 0 20px 5px #747474;*/
  /*box-shadow: 0 0 20px 5px #747474;*/
}

a {
  text-decoration: none;
  color: (var(--Card));
  transition: all 0.3s ease-in;
}

a:hover {
  color: var(--hover);
}

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: 9999;
}

.breadcrumbs {
  padding: 20px 0;
  font-family: 'Roboto', 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;
}

.sec_container {
  max-width: 1425px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.btn {
  display: flex;
  padding: 15px 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--Primary, #F8723D);
  max-width: 200px;
  margin-top: 40px;
  transition: 0.5s;
  cursor: pointer;
}

.text_btn {
  color: var(--Card, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.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: var(--hover);
}

.btn:hover svg path {
  fill: rgba(18, 223, 236, 0.5);
}

.btn:focus {
  letter-spacing: normal;
}

.btn.invert {
  background-color: var(--primary);
  color: #fff;
}

#main,
#primary {
  min-height: 83vh;
}

/*============ HEADER =================*/
/*================ MOBILE MNU =============*/

#header {
  background-color: #fff;
}

#header .container {
  display: flex;
}

#header .header_items {
  margin-top: 20px;
}

#header .header_wrapper {
  display: flex;
  align-items: center;
}

#header .soc__holder {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-left: auto;
}

#header .email__item {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  gap: 10px;
}

#header .logo_holder img {
  margin-top: 15px;
  padding-right: 40px;
  max-width: 250px;
  max-height: 70px;
}

#header .socials_header {
  display: flex;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #24130130;
  padding-bottom: 13px;

}


#header .header-menu {
  display: inline-flex;
  align-items: flex-start;
  gap: 45px;
  list-style-type: none;
  color: var(--Main-text, #5B4E41);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding-top: 13px;
}

#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: #F8723D;
  width: 30px;
  height: 4px;
  transition: all 0.3s ease-in;
}

#header .burger.open_menu.clicked {
  background-color: #EF4A09;
}

#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;
}

#header #mobile-mnu #close-mnu {
  font-size: 45px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transform: rotate(45deg);
  display: block;
  color: #F8723D;
}

#header #mobile-mnu a {
  font-size: 16px;
  line-height: 1;
  color: #374957;
  font-weight: 450;
}

#header #mobile-mnu a:hover {
  color: #F8723D;
}

#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-width: 250px;
  max-height: 70px;
  flex-shrink: 0;
}

#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: #374957;
  font-weight: 450;
}

#header #mobile-mnu .menuTop li a:hover {
  color: #F8723D;
}

#header #mobile-mnu .menuTop li.active a {
  color: #F8723D;
}

#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: #374957;
  font-weight: 450;
}

#header #mobile-mnu .email__holder .email__item:hover {
  color: #F8723D;
}

#header #mobile-mnu .email__holder .email__item svg path {
  margin-right: 10px;
  stroke: var(--primary);
}

#header #mobile-mnu .phones__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 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: #374957;
  font-weight: 450;
}

#header #mobile-mnu .phones__holder .phone__item:hover {
  color: #F8723D;
}

#header #mobile-mnu .phones__holder .phone__item svg {
  margin-right: 10px;
}

#header #mobile-mnu .email__holder svg {
  color: var(--primary);
}

#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%;
  background-color: var(--primary);
  transition: background-color .3s ease-in;
}

#header #mobile-mnu .soc__holder .soc__item:hover {
  background-color: var(--hover);
}

#header #mobile-mnu.opened {
  transform: translateX(0);
}

#header .phone_menu {
  display: flex;
}

@media (max-width: 1230px) {
  #header .container {
    flex-direction: column;
  }

  #header #mobile-mnu .logo__holder img {
    margin-right: auto;
  }

  #header .header-menu {
    display: none;
  }

  #header .burger.open_menu {
    display: flex;
  }

  .logo_holder {
    margin-right: auto;
  }

  #header .phone_menu {
    align-items: center;
  }
}



/*============ FOOTER ===============*/
/* ============== MODAL ============= */
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7 .wpcf7-spinner {
  display: none;
}

.theme-modal {
  width: 570px;
  height: 600px;
  max-height: 90vh;
  max-width: 90vw;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  transition: transform .3s ease-in;
  z-index: 15000;
  overflow-y: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  align-items: center;
}

#modal-success {
  width: 300px;
  height: 80px;
}

#modal-error {
  width: 300px;
  height: 300px;
}

#modal-callback {
  padding-left: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 80px;
}

#modal-callback .modal_title {
  color: var(--head, #241301);
  font-family: PT Serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

::placeholder {
  color: var(--Stroke, #997154);
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

#modal-callback .form-input-name input {
  flex-shrink: 0;
  background: var(--background-light, #EDE6E0);
  border: 1px solid var(--background-light);
  padding-left: 25px;
  padding-top: 17px;
  padding-bottom: 17px;
  width: 100%;
  outline: none;
}

#modal-callback .form-input-phone input {
  flex-shrink: 0;
  background: var(--background-light, #EDE6E0);
  border: 1px solid var(--background-light);
  padding-left: 25px;
  padding-top: 17px;
  padding-bottom: 17px;
  width: 100%;
  outline: none;
}

#modal-callback .form-input-comment textarea {
  flex-shrink: 0;
  background: var(--background-light, #EDE6E0);
  border: 1px solid var(--background-light);
  padding-left: 25px;
  padding-top: 17px;
  padding-bottom: 17px;
  width: 100%;
  height: 124px;
  resize: none;
  outline: none;
}

#btn-sbm {
  margin-top: unset;
  max-width: unset;
  color: var(--Card, #FFF);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  background: var(#F8723D);
  border: 1px solid var(--primary);
  cursor: pointer;
}


#modal-callback .form-input-phone input {
  flex-shrink: 0;
  background: var(--background-light, #EDE6E0);
  border: 1px solid var(--background-light);
}

#modal-callback .form-input-comment input {
  flex-shrink: 0;
  background: var(--background-light, #EDE6E0);
  border: 1px solid var(--background-light);
}

#modal-callback .inputs {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#modal-callback .privacy-policy {
  max-width: 317px;
  color: var(--main-text, #5B4E41);
  text-align: center;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding-left: 55px;
}

#modal-callback .privacy-policy span {
  color: var(--Primary, #F8723D);
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  cursor: pointer;
}

#modal-callback .privacy-policy:hover span {
  color: var(--hover);
}


.theme-modal.modal-open {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.theme-modal .close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 40px;
  font-weight: 750;
  fill: var(--stroke);
  color: var(--stroke);
  transform: rotate(45deg);
  cursor: pointer;
}

#modal-privacy .close-modal {
  transform: rotate(269deg);
}



.title {
  color: var(--primary);
  font-size: 15px;
}

#footer {
  background: var(--background-light, #EDE6E0);
}

#footer .bot__line {
  display: flex;
  align-items: center;
  padding: 30px 0px;
  width: 100%;
  gap: 10px;
  justify-content: space-between;
}

#footer .privacy {
  color: var(--main-text, #5B4E41);
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration-line: underline;
  cursor: pointer;
}

#footer .privacy:hover {
  color: var(--primary);
}

#footer .dev {
  color: var(--Main-text, #5B4E41);
  text-align: center;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

#footer .dev:hover {
  color: var(--primary);
}

#footer .dev:hover svg path {
  fill: var(--primary);
}

#footer .dev svg path {
  transition: 0.5s;
}

#footer .dev {
  transition: 0.5s;
}

#footer .dev span {
  color: var(--main-text, #5B4E41);
  text-align: center;
  font-family: Raleway;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.44px;
}

#footer .rights {
  color: var(--main-text, #5B4E41);
  text-align: right;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

/* ============= MEDIA QUERIES =========== */
@media (max-width: 700px) {
  #modal-callback {
    padding-left: 10px;
    padding-top: 60px;
    padding-right: 10px;
  }

  #modal-callback .privacy-policy {
    padding-left: 5px;
    max-width: 500px;
  }
}

@media (max-width: 400px) {
  #footer .privacy {
    font-size: 12px;
  }

  #footer .bot__line {
    flex-direction: column;
  }

  #footer .rights {
    font-size: 12px;
  }

  #footer .dev {
    font-size: 12px;
  }

  #header .soc__holder {
    gap: 20px;
  }

  #header .email__item {
    font-size: 13px;
  }
}

/*# sourceMappingURL=main.css.map */