/*============= 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: 'Raleway', sans-serif;
  font-weight: 400;
  box-sizing: inherit;
}

body {
  background-color: #fff;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 20px 5px #747474;
  box-shadow: 0 0 20px 5px #747474;
}

a {
  text-decoration: none;
  color: #3B84CE;
  transition: all 0.3s ease-in;
}
a:hover {
  color: #3B84CE;
}

ul li {
  list-style-position: inside;
  color: #3B84CE;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
}
ul li::marker {
  color: #1F2F47;
}

ol li {
  list-style-position: inside;
  color: #3B84CE;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 15px;
  color: #3B84CE;
  font-size: 16px;
  line-height: 21px;
}

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: 1001; */
  background-color: #fff;
}
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: 'Raleway', 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: 170px;
  width: 100%;
  height: 53px;
  background: #3B84CE;
  border-radius: 1px;
  border: 1px solid #3B84CE;
  outline: none;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.btn:hover {
  color: #fff;
  background-color: #3B84CE;
  border-color: #3B84CE;
}
.btn:focus {
  color: #fff;
  background-color: #B1D2D9;
  border-color: #B1D2D9;
}
.btn.invert {
  background-color: transparent;
  color: #3B84CE;
}
.btn.invert:hover {
  color: #fff;
  background-color: #3B84CE;
}

#main,
#primary {
  min-height: 83vh;
}

/*============ HEADER =================*/
#header {
  background-color: #fff;
  z-index: 10;
  padding: 24px 0;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  transition: all .3s ease-in;
}
#header.painted {
  background-color: #F8FBFC;
  padding: 10px 0;
}
#header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  grid-gap: 10px;
}
#header .container a.logo__holder img {
  object-fit: scale-down;
}
#header .container .menu__holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 550px;
  width: 100%;
}
#header .container .menu__holder li {
  margin-bottom: 0;
  list-style-type: none;
}
#header .container .menu__holder li a {
  font-size: 14px;
  line-height: 16px;
  color: #3B84CE;
  font-weight: 500;
}
#header .container .menu__holder li a:hover {
  color: #3B84CE;
}
#header .container .menu__holder li.active a {
  color: #3B84CE;
}
#header .container .soc__holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 10px;
}
#header .container .soc__holder .soc__item svg path {
  fill: #3A899A;
  transition: fill .3s ease-in;
}
#header .container .soc__holder .soc__item:hover svg path {
  fill: #3B84CE;
}
#header .container .phone__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  color: #3B84CE;
  font-weight: 800;
  flex-shrink: 0;
}
#header .container .phone__item svg {
  margin-right: 13px;
}
#header .container .phone__item:hover {
  color: #3B84CE;
}

/*================ 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-color: #3B84CE;
  width: 30px;
  height: 4px;
  transition: all 0.3s ease-in;
}
#header .burger.open_menu.clicked {
  background-color: #3B84CE;
}
#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: #F8FBFC;
  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: #3B84CE;
}
#header #mobile-mnu a {
  font-size: 14px;
  line-height: 16px;
  color: #3B84CE;
  font-weight: 500;
}
#header #mobile-mnu a:hover {
  color: #3B84CE;
}
#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: 14px;
  line-height: 16px;
  color: #3B84CE;
  font-weight: 500;
}
#header #mobile-mnu .menuTop li a:hover {
  color: #3B84CE;
}
#header #mobile-mnu .menuTop li.active a {
  color: #3B84CE;
}
#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-size: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: #fff;
}
#header #mobile-mnu .adresses__holder p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
#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: 14px;
  line-height: 16px;
  color: #3B84CE;
  font-weight: 500;
}
#header #mobile-mnu .email__holder .email__item:hover {
  color: #3B84CE;
}
#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: 14px;
  line-height: 16px;
  color: #3B84CE;
  font-weight: 800;
  margin-bottom: 10px;
}
#header #mobile-mnu .phones__holder .phone__item:hover {
  color: #3B84CE;
}
#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%;
  background-color: #3A899A;
  transition: background-color .3s ease-in;
}
#header #mobile-mnu .soc__holder .soc__item:hover {
  background-color: #3B84CE;
}
#header #mobile-mnu button.btn {
  margin: auto auto 0;
  padding: 10px 25px;
  max-width: 100%;
}
#header #mobile-mnu.opened {
  transform: translateX(0);
}

/*============ FOOTER ===============*/
#footer {
  background-color: #3B84CE;
  padding: 30px 0;
}
#footer .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#footer .container button.privacy {
  outline: none;
  border: none;
  text-decoration: underline;
  background: transparent;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  transition: color .3s ease-in;
}
#footer .container button.privacy:hover {
  color: #B1D2D9;
}
#footer .container a.dev {
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
}
#footer .container a.dev span {
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  color: #fff;
}
#footer .container a.dev:hover {
  color: #B1D2D9;
}

/* ============== MODAL ============= */
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}

#footer .contactform__modal {
  display: flex;
  flex-direction: row;
  background-color: #F8FBFC;
  color: #000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -400%);
  max-width: 600px;
  width: 100%;
  transition: all 0.4s ease-in;
  z-index: 999999999;
  border-radius: 2px;
}
#footer .contactform__modal .close_modal {
  display: block;
  transform: rotate(45deg);
  color: #3B84CE;
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 60px;
  cursor: pointer;
}
#footer .contactform__modal .left__side {
  display: flex;
  flex-direction: column;
  padding: 45px 65px;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
#footer .contactform__modal .left__side .logo {
  object-fit: contain;
  margin-bottom: 30px;
}
#footer .contactform__modal .left__side .title {
  color: #3B84CE;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: left;
  margin-right: auto;
  font-family: 'Playfair', sans-serif;
}
#footer .contactform__modal .left__side .subtitle {
  font-weight: 400;
  color: #333333;
  font-size: 16px;
  margin-bottom: 40px;
  text-align: left;
  margin-right: auto;
}
#footer .contactform__modal .left__side .contact_form {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  column-gap: 5px;
  row-gap: 15px;
}
#footer .contactform__modal .left__side .contact_form .form_input {
  width: 45%;
  flex-grow: 1;
}
#footer .contactform__modal .left__side .contact_form .form_input label {
  display: block;
  color: #364163;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: left;
}
#footer .contactform__modal .left__side .contact_form .form_input input {
  background: #FFFFFF;
  border: 1px solid #B1D2D9;
  box-sizing: border-box;
  border-radius: 10px;
  height: 54px;
  text-align: center;
  max-width: 100%;
  width: 100%;
  outline: none;
  font-size: 16px;
  line-height: 20px;
  color: #3B84CE;
  font-weight: 600;
}
#footer .contactform__modal .left__side .contact_form .form_input input:focus {
  border-color: #3B84CE;
}
#footer .contactform__modal .left__side .contact_form .form_input textarea {
  background: #FFFFFF;
  border: 1px solid #B1D2D9;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  resize: none;
  height: 100px;
  padding: 10px;
  outline: none;
  font-size: 16px;
  line-height: 20px;
}
#footer .contactform__modal .left__side .contact_form .form_input textarea:focus {
  border-color: #3B84CE;
}
#footer .contactform__modal .left__side .contact_form .form_input input.wpcf7-not-valid {
  border-color: red;
}
#footer .contactform__modal .left__side .contact_form .form_input .wpcf7-not-valid-tip {
  display: none;
}
#footer .contactform__modal .left__side .contact_form .form_input.textarea {
  width: 100%;
}
#footer .contactform__modal .left__side .contact_form .submit {
  width: 100%;
}
#footer .contactform__modal .left__side .contact_form .submit label {
  cursor: pointer;
}
#footer .contactform__modal .left__side .contact_form .submit > p {
  width: 100%;
}
#footer .contactform__modal .left__side .contact_form input[type=submit] {
  max-width: 100%;
  width: 100%;
}
#footer .contactform__modal .left__side .contact_form .submit {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #333333;
}
#footer .contactform__modal .left__side .contact_form .submit span {
  margin: 0;
}
#footer .contactform__modal .left__side .contact_form .submit a {
  text-decoration: underline;
}
#footer .contactform__modal .left__side .contact_form .submit label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: contents;
}
#footer .contactform__modal .left__side .contact_form .submit label span.wpcf7-list-item-label:before {
  content: '';
  display: inline-flex;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px #3B84CE;
  margin-right: 10px;
  border-radius: 5px;
  background-color: transparent;
}
#footer .contactform__modal .left__side .contact_form .submit label input:checked + span:before {
  border-color: #fff;
  background-color: #3B84CE;
}
#footer .contactform__modal#modal-privacy {
  max-width: 1170px;
  width: 100%;
  height: 80vh;
}
#footer .contactform__modal#modal-privacy .left__side {
  height: 100%;
  overflow-y: scroll;
  justify-content: flex-start;
}
#footer .contactform__modal.modal-open {
  transform: translate(-50%, -50%);
}

/* ============= MEDIA QUERIES =========== */
@media (max-width: 1025px) {
  /*======= HEADER =========*/
  #header .container .menu__holder {
    display: none;
  }
  #header .burger.open_menu {
    display: flex;
  }
}
@media (max-width: 769px) {
  /*========= HEADER ==========*/
  #header {
    padding: 20px 0;
  }
  #header .container button.btn {
    display: none;
  }

  /*========= FOOTER ============*/
  #footer .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #footer .container .dev {
    margin-top: 15px;
  }
  #footer .contactform__modal {
    width: 90%;
  }
  #footer .contactform__modal .left__side {
    padding: 25px;
  }
  #footer .contactform__modal .left__side .title {
    font-size: 20px;
    line-height: 25px;
  }
  #footer .contactform__modal#modal-privacy .left__side li,
  #footer .contactform__modal#modal-privacy .left__side p {
    font-size: 14px;
    line-height: 18px;
  }
  #footer .contactform__modal#modal-privacy .left__side .title {
    padding-right: 30px;
  }
}
@media (max-width: 498px) {
  /*========= HEADER ==========*/
  #header {
    padding: 10px 0;
  }
  #header .container a.logo__holder {
    width: auto;
  }
  #header .container a.logo__holder img {
    width: 100%;
  }
  #header .container .soc__holder {
    display: none;
  }
  #header .container .phone__item svg {
    display: none;
  }

  #footer .contactform__modal .left__side .contact_form {
    row-gap: 10px;
  }
  #footer .contactform__modal .left__side .contact_form .form_input {
    width: 100%;
  }
  #footer .contactform__modal .left__side .contact_form .form_input input {
    height: 45px;
  }
}

/*# sourceMappingURL=main.css.map */
