@charset "UTF-8";
.hide {
  display: none;
}

.box {
  transform: rotate(30deg);
}

.button-styazhka {
  height: 54px;
  padding: 15px 39px;
  transition: all 0.3s ease-in;
  white-space: nowrap;
  font-weight: 700;
  border: 1px solid;
  border-radius: 2px;
  cursor: pointer;
}

.button-orange {
  color: #FFFFFF;
  background: #F07D10;
  border-color: #F07D10;
}
.button-orange:hover, .button-orange:active {
  color: #F07D10;
  background-color: #FFFFFF;
}

.button-shadow {
  color: #F07D10;
  background: #FFFFFF;
  border-color: #F07D10;
}
.button-shadow > * {
  color: #F07D10;
}
.button-shadow:hover, .button-shadow:active {
  color: #FFFFFF;
  background-color: #F07D10;
}
.button-shadow:hover > *, .button-shadow:active > * {
  color: #FFFFFF;
}

.button-black {
  color: #FFFFFF;
  background: #3C4043;
  border-color: #3C4043;
}
.button-black:hover, .button-black:active {
  color: #3C4043;
  background-color: #FFFFFF;
}

.block-title {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  padding-bottom: 40px;
}

input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9EACB7;
}
input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9EACB7;
}

input:focus-visible {
  outline: none;
}

.swiper-navigations .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  border: 1px solid #F07D10;
  opacity: 1;
}
.swiper-navigations .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
}
.swiper-navigations .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 9px;
  height: 9px;
  background: #F07D10;
  border-radius: 50px;
}

/*============= ALIGNES ===============*/
.alignwide {
  width: 100%;
}

.hide {
  display: none;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 1920px !important;
    margin-left: -375px !important;
    margin-right: -375px !important;
  }
}
/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3C4043;
  box-sizing: border-box;
}

body {
  background-color: #F5F5F5;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
  box-shadow: 0 0 20px 5px #747474;
}

a {
  text-decoration: none;
  color: #121212;
  transition: all 0.3s ease-in;
}
a:hover {
  opacity: 0.5;
}

ul li {
  list-style-position: inside;
  color: #121212;
  font-size: 18px;
  line-height: 26px;
}
ul li::marker {
  color: #1F2F47;
}

ol li {
  list-style-position: inside;
  color: #121212;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

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;
}

.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: "Lato", 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;
}

/*============ HEADER AND MOBILE MENU =================*/
/*============ HEADER =================*/
#header {
  height: 143px;
  background: linear-gradient(#F5F5F5 84px, white 59px);
}
#header .container {
  height: 114px;
}
#header .container .header_wrapper {
  height: 100%;
}
#header .container .header_wrapper .header-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 82px;
  height: 84px;
  padding: 15px 0px;
}
#header .container .header_wrapper .header-top .logo__holder img {
  display: block;
}
#header .container .header_wrapper .header-top .header_contakts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  height: 47px;
}
#header .container .header_wrapper .header-top .header_contakts > * {
  display: flex;
  align-items: center;
	white-space:nowrap;
}
#header .container .header_wrapper .header-top .header_contakts .string1 {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #3C4043;
}
#header .container .header_wrapper .header-top .header_contakts .string2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #9D9D9D;
}
#header .container .header_wrapper .header-top .header_contakts svg {
  margin-right: 10px;
  transition: all 0.3s ease-in;
  width: 20px;
  height: 20px;
}
#header .container .header_wrapper .header-top .header_contakts svg:hover {
  opacity: 0.5;
}
#header .container .header_wrapper .header-top .callback_button {
  display: flex;
  align-items: center;
}
#header .container .header_wrapper .header-bottom {
  align-items: center;
  height: 59px;
}
#header .container .header_wrapper .header-bottom .header_menu {
  height: 100%;
}
#header .container .header_wrapper .header-bottom .header_menu ul {
  display: flex;
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  width: 100%;
  gap: 10px;
}
#header .container .header_wrapper .header-bottom .header_menu ul li {
  margin-bottom: 0px;
}

/*================ MOBILE MNU =============*/
#header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: #3C4043;
  height: 50px;
  width: 50px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
  padding: 0px;
}
#header .burger.open_menu span {
  background-color: white;
  width: 30px;
  height: 4px;
  transition: all 0.3s ease-in;
}
#header .burger.open_menu.clicked {
  opacity: 0.2;
}
#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: #3C4043;
}
#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;
  color: #3C4043;
  transition: all 0.3s ease-in;
  font-weight: 450;
}
#header #mobile-mnu .menuTop li a:hover {
  opacity: 0.5s;
}
#header #mobile-mnu .menuTop li.active a {
  opacity: 0.5s;
}
#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: white;
  font-weight: 450;
}
#header #mobile-mnu .email__holder .email__item:hover {
  opacity: 0.5;
}
#header #mobile-mnu .email__holder .email__item svg {
  margin-right: 10px;
}
#header #mobile-mnu .email__holder .email__item svg circle {
  fill: white;
}
#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: white;
  font-weight: 450;
}
#header #mobile-mnu .phones__holder .phone__item:hover {
  opacity: 0.5;
}
#header #mobile-mnu .phones__holder .phone__item svg {
  margin-right: 10px;
}
#header #mobile-mnu .phones__holder .phone__item svg circle {
  fill: white;
}
#header #mobile-mnu .soc__holder .soc__item {
  margin-right: 10px;
}
#header #mobile-mnu .soc__holder .soc__item svg path {
  fill: white;
}
#header #mobile-mnu.opened {
  transform: translateX(0);
  background: #F5F5F5;
}

/*============ FOOTER ===============*/
#footer {
  height: 80px;
  background-color: black;
  margin-top: 60px;
}
#footer .container {
  height: 100%;
}
#footer .container .footer-content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .container .footer-content * {
  color: white;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

body.error404 #footer {
  margin-top: 0px;
}
body.error404 #primary {
  min-height: auto;
}

/* ============== MODAL ============= */
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}

#footer {
  height: 80px;
  background-color: black;
}
#footer .theme-modal {
  height: 400px;
  width: 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 0.3s ease-in;
  z-index: 9999;
}
#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: 20px;
  font-size: 40px;
  font-weight: 750;
  color: #374957;
  transform: rotate(45deg);
  cursor: pointer;
}

div.modal-container div.modal-dialog {
  max-width: 570px;
}
div.modal-container div.modal-dialog div.modal-header {
  padding: 60px 70px 0px 70px;
  margin-bottom: 40px;
}
div.modal-container div.modal-dialog div.modal-header .modal-header-title {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
}
div.modal-container div.modal-dialog .modal-content {
  padding: 0px 70px 60px 70px;
}
div.modal-container div.modal-dialog .modal-content .form .input {
  margin-bottom: 0px;
}
div.modal-container div.modal-dialog .modal-content .form .input .error-msg {
  height: 20px;
  margin-top: 0;
}
div.modal-container div.modal-dialog .modal-content .form .input input,
div.modal-container div.modal-dialog .modal-content .form .input textarea {
  min-height: 54px;
  padding: 15px 0px 15px 35px;
  border: 1px solid black;
  background-color: #ffffff;
  color: black;
}
div.modal-container div.modal-dialog .modal-content .form .input textarea {
  min-height: 150px;
}
div.modal-container div.modal-dialog .modal-content .form .spp-input * {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #3C4043;
}
div.modal-container div.modal-dialog .modal-content .form .button.button-styazhka.button-orange {
  margin-top: 25px;
  margin-bottom: 15px;
}
div.modal-container div.modal-policy {
  max-width: 1170px;
}
div.modal-container div.modal-policy .modal-content * {
  color: #383838;
  font-weight: 700;
  font-size: 16px;
}

#header.not_found_header {
  visibility: hidden;
  position: relative;
}

.error-404 {
  text-align: center;
}

a.index_page_link {
  text-decoration: underline;
  margin-bottom: 20px;
  display: block;
}

.input_files .btn-tertiary {
  color: #5C5C5C;
  padding: 0;
  line-height: 40px;
  width: 300px;
  margin: auto;
  display: block;
  border: 1px solid rgb(118, 118, 118);
  border-radius: initial;
}

.input_files .btn-tertiary:hover,
.input_files .btn-tertiary:focus {
  opacity: 0.5;
}

.input_files .input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  left: 0;
}

.input_files .input-file + .js-labelFile {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  cursor: pointer;
  max-width: initial;
  padding-top: 3px;
  margin: auto !important;
}
.input_files .input-file + .js-labelFile .js-fileName {
  display: inline !important;
}
.input_files .input-file + .js-labelFile:hover {
  background-color: initial !important;
  letter-spacing: initial !important;
}

.input_files .input-file + .js-labelFile .icon:before {
  content: "\f093";
  color: #5C5C5C;
}

.input_files .input-file + .js-labelFile.has-file .icon:before {
  content: "\f00c";
}

/* ============= MEDIA QUERIES =========== */
@media (max-width: 1199px) {
  #header .container .header_wrapper .header-top {
    gap: 20px;
  }
  #header .container .header_wrapper .header-top .header_contakts {
    gap: 20px;
  }
  #header .container .header_wrapper .header-top .header_contakts .string1 {
    font-weight: 500;
    font-size: 16px;
  }
}
@media only screen and (max-width: 930px) {
  #header .container .header_wrapper .header-top .header_contakts {
    gap: 10px;
    flex-wrap: wrap;
  }
  #header .container .header_wrapper .header-top .header_contakts .string2 {
    display: none;
  }
}
@media only screen and (max-width: 780px) {
  #header {
    height: auto;
  }
  #header .container {
    height: auto;
  }
  #header .container .header_wrapper .header-top .header_contakts {
    gap: 0px;
  }
  #header .container .header_wrapper .header-top .header_contakts .header-work-time {
    display: none;
  }
  #header .container .header_wrapper .header-top .callback_button button {
    padding: 12px;
    font-size: 14px;
  }
  #header .container .header_wrapper .header-top .burger {
    display: flex;
  }
  #header .container .header_wrapper .header-bottom {
    display: none;
  }
}
@media (max-width: 630px) {
  .block-title {
    font-size: 35px;
    line-height: 38px;
    padding-bottom: 20px;
  }
  #header .container .header_wrapper .header-top .header_contakts .phone__item:not(.one) {
    display: none;
  }
  #header .container .header_wrapper .header-top .header_contakts .phone__item svg {
    width: 30px;
    height: 30px;
  }
  #header .container .header_wrapper .header-top .header_contakts .phone__item span {
    display: none;
  }
  div.modal-container {
    padding: 0;
  }
  div.modal-container div.modal-dialog {
    margin: 0;
    height: 100%;
  }
  div.modal-container div.modal-dialog div.modal-header {
    margin-bottom: 20px;
  }
  div.modal-container div.modal-dialog div.modal-header .modal-header-close {
    right: 25px;
  }
  div.modal-container div.modal-dialog div.modal-header .modal-header-title {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
}
@media (max-width: 510px) {
  #header .container .header_wrapper .header-top .callback_button {
    display: none;
  }
}
@media (max-width: 360px) {
  .block-title {
    font-size: 25px;
    line-height: 30px;
  }
  #header .container .header_wrapper .header-top .header_contakts .phone__item {
    display: none;
  }
}
/* ============= СТИЛИ ДЛЯ ОТДЕЛЬНЫХ БЛОКОВ =========== */
/* ============= 404 =========== */
#notpage-block {
  height: 719px;
  background-image: url("../images/bg-404.jpg");
  background-repeat: no-repeat;
  padding-top: 80px;
  position: relative;
}
#notpage-block .container .notpage-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 582px;
}
#notpage-block .container .notpage-content .notpage-title {
  text-align: left;
  font-family: "Oswald";
  font-weight: 700;
  font-size: 240px;
  line-height: 240px;
  color: black;
}
#notpage-block .container .notpage-content .notpage-subtitle {
  width: 458px;
  text-align: left;
  margin: 0px 0px;
  padding: 6px 0px 0px;
  font-family: "Oswald";
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  color: black;
}
#notpage-block .container .notpage-content .notpage-subtitle2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 10px 0px 60px;
  color: black;
}
#notpage-block .container .notpage-content .notpage-button {
  width: 214px;
}
#notpage-block .container .notpage-content .notpage-button a {
  white-space: nowrap;
}

@media (max-width: 769px) {
  #notpage-block .container .notpage-content {
    width: 70%;
    height: auto;
  }
  #notpage-block .container .notpage-content .notpage-title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 498px) {
  #notpage-block {
    background-position: initial;
  }
  #notpage-block .container .notpage-content {
    width: 100%;
  }
  #notpage-block .container .notpage-content .notpage-title {
    font-size: 35px;
    line-height: 45px;
  }
  #notpage-block .container .notpage-content .notpage-subtitle {
    font-size: 16px;
    width: auto;
  }
}