@font-face {
  font-family: "Gilroy";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/gilroy/Gilroy-Light.eot");
  src: url("../fonts/gilroy/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Light.woff") format("woff"), url("../fonts/gilroy/Gilroy-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/gilroy/Gilroy-Regular.eot");
  src: url("../fonts/gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/gilroy/Gilroy-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/gilroy/Gilroy-Medium.eot");
  src: url("../fonts/gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/gilroy/Gilroy-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/gilroy/Gilroy-SemiBold.eot");
  src: url("../fonts/gilroy/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-SemiBold.woff") format("woff"), url("../fonts/gilroy/Gilroy-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/gilroy/Gilroy-Bold.eot");
  src: url("../fonts/gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/gilroy/Gilroy-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/montserrat/Montserrat-Regular.eot");
  src: url("../fonts/montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/montserrat/Montserrat-Medium.eot");
  src: url("../fonts/montserrat/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-Medium.woff") format("woff"), url("../fonts/montserrat/Montserrat-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/montserrat/Montserrat-SemiBold.eot");
  src: url("../fonts/montserrat/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-SemiBold.woff") format("woff"), url("../fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/montserrat/Montserrat-Bold.eot");
  src: url("../fonts/montserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-Bold.woff") format("woff"), url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Inconsolata";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/inconsolata/Inconsolata-Regular.eot");
  src: url("../fonts/inconsolata/Inconsolata-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inconsolata/Inconsolata-Regular.woff") format("woff"), url("../fonts/inconsolata/Inconsolata-Regular.ttf") format("truetype");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  /*@include for-size($sm) {
    overflow-y: scroll;
    display: block;
    tbody {
      display: block;
      width: 800px;
    }
  }*/
}
td {
  vertical-align: top;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
figure {
  margin-bottom: 0;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
html {
  overflow-y: scroll;
  scrollbar-color: #F6A31A #eaeaea;
  scrollbar-width: thin;
}
html::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #F6A31A;
}
::-webkit-scrollbar-track {
  background: #F6A31A;
}
::-webkit-scrollbar-thumb:hover {
  background: #dce6ff;
}
::-webkit-scrollbar-thumb:active {
  background: #dce6ff;
}
html {
  font: 400 18px/1.5714 "Gilroy", sans-serif;
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
body {
  color: #000;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
p {
  margin-bottom: 20px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media (max-width: 1024px) {
  p {
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  p {
    margin-bottom: 12px;
  }
}
a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
label {
  font-family: "Gilroy";
  color: #404040;
  font-size: 18px;
  display: block;
}
label .wpcf7-form-control-wrap {
  margin-top: 4px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea, select {
  height: 50px;
  width: 100%;
  border: 1px solid #E6E6E6;
  border-radius: 12px;
  background: transparent;
  padding: 0 18px;
  color: #000;
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 16px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  border-color: #2B78BD;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #7B7B7B;
  opacity: 1;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  color: #7B7B7B;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #7B7B7B;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #7B7B7B;
  opacity: 1;
}
select option {
  color: #000;
  padding: 5px 10px;
}
textarea {
  resize: none;
  height: 120px;
  padding: 12px 18px;
  display: block;
}
.btn, .submit {
  display: inline-block;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding: 20px 30px;
  font-size: 20px;
  border-radius: 6px;
  background: #F6A31A;
  color: #fff;
  font-family: "Gilroy";
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  min-width: 224px;
}
@media (max-width: 768px) {
  .btn, .submit {
    min-width: auto;
    padding: 15px 20px;
    font-size: 16px;
  }
}
.btn.blue, .submit.blue {
  background: #2B78BD;
}
.btn.icon, .submit.icon {
  position: relative;
  z-index: 0;
}
.btn.icon::after, .submit.icon::after {
  font-size: 0;
  content: url("../img/btn-icon.png");
  margin-left: 10px;
  position: relative;
  top: 4px;
}
.btn:hover, .submit:hover {
  background: #faca7c;
}
h1, h2 {
  font-size: 70px;
  line-height: 1;
  font-family: "Montserrat";
  color: #333333;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  h1, h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  h1, h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h1, h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  h1, h2 {
    font-size: 25px;
    margin-bottom: 12px;
  }
}
h3 {
  font-size: 52px;
  line-height: 0.96;
  font-weight: 600;
  font-family: "Montserrat";
  color: #222;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  h3 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  h3 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
h4 {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 600;
  font-family: "Montserrat";
  color: #222;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
h5 {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat";
  color: #333333;
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
h6 {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  font-family: "Inconsolata";
  color: #F6A31A;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  h6 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.wrap {
  margin: 0 auto;
  width: 1450px;
  max-width: 94%;
  position: relative;
}
.text {
  max-width: 100%;
}
.text ul {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .text ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .text ul {
    margin-bottom: 15px;
  }
}
.text ul li {
  font-weight: 600;
  font-size: 16px;
  line-height: 2;
  text-transform: capitalize;
  color: #000000;
  padding-left: 38px;
  position: relative;
}
.text ul li:before {
  content: url("../img/tick-square.svg");
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.text h1 a:not(.btn), .text h2 a:not(.btn), .text h3 a:not(.btn), .text h4 a:not(.btn), .text h5 a:not(.btn), .text h6 a:not(.btn), .text li a:not(.btn), .text p a:not(.btn) {
  color: #000;
  text-decoration: underline;
}
.text h1 a:not(.btn):hover, .text h2 a:not(.btn):hover, .text h3 a:not(.btn):hover, .text h4 a:not(.btn):hover, .text h5 a:not(.btn):hover, .text h6 a:not(.btn):hover, .text li a:not(.btn):hover, .text p a:not(.btn):hover {
  text-decoration: none;
  color: #70aade;
}
.text .gallery img {
  border: none !important;
  padding: 10px;
}
@media (max-width: 480px) {
  .text .gallery img {
    padding: 2px;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 8px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #FF0000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: "Gilroy";
  height: 100%;
  line-height: 50px;
  padding: 0 18px;
  border-radius: 12px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: "Gilroy";
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
  color: #000;
}
div.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
  margin-top: 8px;
  z-index: 0;
}
div.wpcf7 .btn-wrapper .btn {
  padding-right: 40px;
}
div.wpcf7 .btn-wrapper::after {
  font-size: 0;
  content: url("../img/btn-icon.png");
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  pointer-events: none;
}
@media (max-width: 768px) {
  div.wpcf7 .btn-wrapper::after {
    right: 15px;
  }
}
div.wpcf7 .wpcf7-spinner, div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  margin: 0 10px;
}
@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}
.main-menu > ul {
  font-size: 0;
}
.main-menu > ul > li {
  display: inline-block;
}
.main-menu > ul > li > a {
  font-weight: 600;
  font-size: 16px;
  color: #222;
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
}
@media (max-width: 1366px) {
  .main-menu > ul > li > a {
    padding: 0 10px;
  }
}
.main-menu > ul > li > a:hover {
  background: #F6A31A;
  color: #fff;
}
.main-menu > ul > li.menu-item-has-children > .sub-menu {
  left: 0;
  top: 150%;
}
.main-menu > ul > li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
}
.main-menu .menu-item-has-children {
  position: relative;
}
.main-menu .menu-item-has-children .sub-menu {
  left: 100%;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #F6A31A;
  min-width: 100%;
  pointer-events: none;
}
.main-menu .menu-item-has-children .sub-menu li {
  display: block;
}
.main-menu .menu-item-has-children .sub-menu li a {
  font-size: 16px;
  display: block;
  padding: 5px 20px;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 1366px) {
  .main-menu .menu-item-has-children .sub-menu li a {
    padding: 5px 10px;
  }
}
.main-menu .menu-item-has-children .sub-menu li a:hover {
  background: #F6A31A;
  color: #fff;
}
.main-menu .menu-item-has-children .sub-menu li:hover > a, .main-menu .menu-item-has-children .sub-menu li.current-menu-item > a {
  background: #d58808;
  color: #fff;
}
.main-menu .menu-item-has-children:hover > a {
  background: #F6A31A;
  color: #fff;
}
.main-menu .menu-item-has-children:hover > .sub-menu {
  top: 0%;
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}
.menu-burger {
  display: none;
  width: 34px;
  height: 30px;
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 2;
  cursor: pointer;
  border-radius: 4px;
  background: #F6A31A;
}
@media (max-width: 1024px) {
  .menu-burger {
    display: block;
  }
}
@media (max-width: 640px) {
  .menu-burger {
    top: 20px;
  }
}
.menu-burger:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  -o-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2B78BD;
  z-index: 1;
  padding: 50px 0;
  overflow: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 1024px) {
  .mobile-main-menu {
    display: block;
  }
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.search-box {
  position: relative;
  display: inline-block;
  font-size: 0;
  z-index: 0;
}
.search-box svg {
  height: 20px;
  color: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search-box .search-form {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  background: transparent;
  color: #252525;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button:hover {
  color: #70aade;
}
.search-box .search-form.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.search-box input[type="text"] {
  width: 270px;
  padding: 0 40px;
  font-size: 16px;
}
.search-box .search-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: #252525;
  cursor: pointer;
}
.search-box .search-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "x";
  font-size: 24px;
  opacity: 0;
  color: #000;
}
.search-box .search-btn svg {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-btn:hover svg {
  color: #70aade;
}
.search-box .search-btn.close svg {
  opacity: 0;
}
.search-box .search-btn.close::before {
  opacity: 1;
}
.search-box .search-btn.close:hover::before {
  color: #70aade;
}
.share-icons, .social-icons {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  text-align: center;
}
.share-icons a, .social-icons a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 18px;
  margin: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 5px;
}
.share-icons a.facebook-icon:hover, .social-icons a.facebook-icon:hover {
  background: #3b5993;
}
.share-icons a.twitter-icon:hover, .social-icons a.twitter-icon:hover {
  background: #55acee;
}
.share-icons a.instagram-icon:hover, .social-icons a.instagram-icon:hover {
  background: #d6249f;
}
.share-icons a.linkedin-icon:hover, .social-icons a.linkedin-icon:hover {
  background: #003450;
}
.share-icons a.pinterest-icon:hover, .social-icons a.pinterest-icon:hover {
  background: #bd1e23;
}
.share-icons a.youtube-icon:hover, .social-icons a.youtube-icon:hover {
  background: #f80000;
}
.share-icons a.vimeo-icon:hover, .social-icons a.vimeo-icon:hover {
  background: #1ab7ea;
}
.share-icons a svg, .social-icons a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 18px;
  display: block;
  color: #fff;
}
.selectric {
  border: none;
  border-bottom: 2px solid #F5F8FF;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric .label {
  line-height: 50px;
  height: 50px;
  color: #000;
  font-family: "Gilroy";
  font-size: 16px;
  margin: 0 40px 0 12px;
}
.selectric .button {
  line-height: 50px;
  height: 50px;
  width: 50px;
  background: transparent;
}
.selectric .button::after {
  display: none;
}
.selectric .button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #F5F8FF transparent transparent transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-hover .selectric, .selectric-focus .selectric {
  border-color: #8fb1ff;
}
.selectric-hover .selectric .button::before, .selectric-focus .selectric .button::before {
  color: #8fb1ff;
}
.selectric-items ul {
  margin: 0;
}
.selectric-items ul li {
  padding: 5px 12px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-items ul li::before {
  display: none;
}
.selectric-items ul li.highlighted {
  background: #F5F8FF;
}
.breadcrumb {
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #000;
  position: relative;
  display: inline-block;
}
.breadcrumb a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #70aade;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.breadcrumb a:hover {
  color: #70aade;
}
.breadcrumb a:hover:before {
  width: 100%;
  opacity: 1;
}
.grid-2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
}
.grid-2 > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 480px) {
  .grid-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .grid-2 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.grid-2 > * {
  margin-bottom: 0;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: " ";
}
.link-text {
  position: absolute;
  z-index: -1;
  opacity: 0;
  font-size: 0;
}
.space {
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .space {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .space {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .space {
    padding: 25px 0;
  }
}
.space-bottom {
  padding-bottom: 100px;
}
@media (max-width: 1366px) {
  .space-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .space-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .space-bottom {
    padding-bottom: 25px;
  }
}
.outer-space {
  margin: 100px 0;
}
@media (max-width: 1366px) {
  .outer-space {
    margin: 60px 0;
  }
}
@media (max-width: 1024px) {
  .outer-space {
    margin: 40px 0;
  }
}
@media (max-width: 480px) {
  .outer-space {
    margin: 25px 0;
  }
}
.outer-space-bottom {
  margin-bottom: 100px;
}
@media (max-width: 1366px) {
  .outer-space-bottom {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .outer-space-bottom {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .outer-space-bottom {
    margin-bottom: 25px;
  }
}
.last-no-spacing > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
footer {
  background: #222222;
  padding: 55px 0 35px;
}
@media (max-width: 1024px) {
  footer {
    padding: 45px 0 15px;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 35px 0 15px;
    text-align: center;
  }
}
footer .footer-logo {
  display: inline-block;
  margin-bottom: 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  footer .footer-logo {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  footer .footer-logo {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  footer .footer-logo {
    margin-bottom: 10px;
  }
}
footer .footer-logo:hover {
  opacity: 0.7;
}
footer .copyright {
  font-weight: 500;
  font-size: 16px;
  line-height: 156%;
  color: #FFFFFF;
  opacity: 0.3;
}
footer .social-icons {
  margin-bottom: 45px;
  display: block;
  text-align: left;
}
@media (max-width: 1024px) {
  footer .social-icons {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  footer .social-icons {
    margin-bottom: 15px;
    text-align: center;
  }
}
footer .footer-item {
  -webkit-flex-basis: 24%;
  -moz-flex-basis: 24%;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
}
@media (max-width: 1024px) {
  footer .footer-item {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  footer .footer-item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  footer .footer-item:last-child {
    margin-bottom: 0;
  }
}
footer .footer-item.footer-item-last {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer .footer-item.footer-item-last .text a {
  line-height: 20px;
}
footer .footer-item .text h5 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #F6A31A;
}
@media (max-width: 1024px) {
  footer .footer-item .text h5 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  footer .footer-item .text h5 {
    margin-bottom: 15px;
  }
}
footer .footer-item .text p {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}
footer .footer-item .text a:not(.btn) {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
}
footer .footer-item .text a:not(.btn):before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
footer .footer-item .text a:not(.btn):hover {
  color: #fff;
}
footer .footer-item .text a:not(.btn):hover:before {
  width: 100%;
  opacity: 1;
}
footer .footer-menu {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  footer .footer-menu {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  footer .footer-menu {
    margin-top: 10px;
  }
}
footer .footer-menu ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  footer .footer-menu ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
footer .footer-menu li {
  margin-right: 30px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  footer .footer-menu li {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  footer .footer-menu li {
    margin: 10px;
  }
}
footer .footer-menu li:last-child {
  margin-right: 0;
}
footer .footer-menu li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
  opacity: 0.3;
  position: relative;
  display: inline-block;
}
footer .footer-menu li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
footer .footer-menu li a:hover {
  color: #fff;
}
footer .footer-menu li a:hover:before {
  width: 100%;
  opacity: 1;
}
.form-info-block {
  background: #F5F8FF;
}
.form-info-block .text a:not(.btn) {
  text-decoration: none;
}
.form-info-block .form-text-box {
  -webkit-flex-basis: 40.7%;
  -moz-flex-basis: 40.7%;
  -ms-flex-preferred-size: 40.7%;
  flex-basis: 40.7%;
}
@media (max-width: 1240px) {
  .form-info-block .form-text-box {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}
@media (max-width: 1024px) {
  .form-info-block .form-text-box {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (max-width: 768px) {
  .form-info-block .form-text-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.form-info-block .form-info-box {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  padding: 40px;
  background: #2B78BD;
  border-radius: 20px;
  color: #fff;
}
@media (max-width: 1240px) {
  .form-info-block .form-info-box {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}
@media (max-width: 1024px) {
  .form-info-block .form-info-box {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (max-width: 768px) {
  .form-info-block .form-info-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 480px) {
  .form-info-block .form-info-box {
    padding: 20px;
  }
}
.form-info-block .form-info-box h1, .form-info-block .form-info-box h2, .form-info-block .form-info-box h3, .form-info-block .form-info-box h4, .form-info-block .form-info-box h5, .form-info-block .form-info-box h6, .form-info-block .form-info-box p, .form-info-block .form-info-box li {
  color: inherit;
}
.form-info-block .form-info-box p > a {
  color: #fff;
}
.form-info-block .form-info-box p > a:hover {
  color: #fff;
  opacity: 0.7;
}
.form-info-block .form-info-box li::before {
  content: url("../img/tick-square-white.svg");
}
.pagination {
  margin-top: 20px;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  text-align: center;
  font-size: 0;
}
.pagination .page-numbers {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #323232;
  padding: 3px 10px;
  background: transparent;
  margin: 0 6px;
  border-radius: 6px;
}
.pagination svg {
  height: 10px;
}
.pagination .current {
  background: #2B78BD;
  color: #fff;
}
.pagination a.page-numbers:hover {
  background: #faca7c;
  color: #fff;
}
.pagination .prev, .pagination .next {
  position: relative;
  background: #2B78BD;
  color: #fff;
}
.pagination .prev:hover, .pagination .next:hover {
  background: #faca7c;
}
.posts-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.posts-wrapper > * {
  width: 23.5%;
  margin: 0 0.75% 0.9375em;
}
@media (max-width: 1240px) {
  .posts-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75%;
    width: 101.5%;
  }
  .posts-wrapper > * {
    width: 31.8333333333%;
    margin: 0 0.75% 1em;
  }
}
@media (max-width: 1024px) {
  .posts-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .posts-wrapper > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 600px) {
  .posts-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .posts-wrapper > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.post {
  margin-bottom: 60px;
}
@media (max-width: 1240px) {
  .post {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .post {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .post {
    margin-bottom: 25px;
  }
}
.post p {
  margin: 0;
}
.post .thumb {
  margin-bottom: 20px;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 220px;
  border-radius: 12px;
  overflow: hidden;
}
.post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .thumb:hover {
  opacity: 0.7;
}
.post .post-title {
  display: inline-block;
  margin-bottom: 15px;
}
.post .post-title a {
  font-weight: 600;
  font-size: 20px;
  font-family: "Montserrat";
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #353535;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.post .post-title a:hover {
  color: #F6A31A;
}
.time-author-block {
  font-weight: 600;
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 24px;
  color: #000;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .time-author-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.time-author-block .mark-line {
  margin: 0 10px;
  display: inline-block;
  height: 12px;
  background: #878786;
  width: 2px;
}
.time-author-block .author-photo {
  margin-right: 30px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .time-author-block .author-photo {
    margin-right: 15px;
  }
}
.time-author-block .author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.time-author-block .right-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.time-author-block .right-text .author, .time-author-block .right-text time {
  display: block;
}
.time-author-block .right-text .author-text {
  font-weight: 400;
  margin-top: 10px;
}
.relative-posts .relative-post-box {
  -webkit-flex-basis: 49.3%;
  -moz-flex-basis: 49.3%;
  -ms-flex-preferred-size: 49.3%;
  flex-basis: 49.3%;
}
@media (max-width: 1024px) {
  .relative-posts .relative-post-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.relative-posts .post {
  margin: 0;
}
@media (max-width: 1024px) {
  .relative-posts .post {
    margin-bottom: 25px;
  }
}
.relative-posts .post p {
  line-height: 24px;
}
.relative-posts .post.first-post .thumb {
  height: 298px;
}
@media (max-width: 600px) {
  .relative-posts .post.first-post .thumb {
    height: 220px;
  }
}
.relative-posts .post.small-post:first-child {
  margin-bottom: 20px;
}
.relative-posts .post.small-post:last-child {
  margin-bottom: 0;
}
.relative-posts .post.small-post .info {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-preferred-size: 48.5%;
  flex-basis: 48.5%;
}
@media (max-width: 1240px) {
  .relative-posts .post.small-post .info {
    -webkit-flex-basis: 55%;
    -moz-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
}
@media (max-width: 600px) {
  .relative-posts .post.small-post .info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.relative-posts .post.small-post .thumb {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-preferred-size: 48.5%;
  flex-basis: 48.5%;
  margin: 0;
}
@media (max-width: 1240px) {
  .relative-posts .post.small-post .thumb {
    -webkit-flex-basis: 43%;
    -moz-flex-basis: 43%;
    -ms-flex-preferred-size: 43%;
    flex-basis: 43%;
  }
}
@media (max-width: 600px) {
  .relative-posts .post.small-post .thumb {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.single-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 9.5%;
}
@media (max-width: 1240px) {
  .single-info {
    margin-right: 5%;
  }
}
@media (max-width: 1024px) {
  .single-info {
    margin-right: 3%;
  }
}
@media (max-width: 768px) {
  .single-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.single-info .thumbnail {
  margin-bottom: 30px;
  display: block;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .single-info .thumbnail {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .single-info .thumbnail {
    height: 280px;
    margin-bottom: 20px;
  }
}
.single-info .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-info .title {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.03em;
  color: #353535;
  font-family: "Montserrat";
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .single-info .title {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (max-width: 768px) {
  .single-info .title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .single-info .title {
    font-size: 20px;
  }
}
.single-info .text {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .single-info .text {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .single-info .text {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .single-info .text {
    margin-top: 15px;
  }
}
.single-info .text h1, .single-info .text h2, .single-info .text h3, .single-info .text h4, .single-info .text h5, .single-info .text h6, .single-info .text strong {
  color: #2B78BD;
}
.single-info .text li strong {
  color: #F6A31A;
}
.index-aside {
  -webkit-flex-basis: 336px;
  -moz-flex-basis: 336px;
  -ms-flex-preferred-size: 336px;
  flex-basis: 336px;
}
@media (max-width: 768px) {
  .index-aside {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.index-aside .share-icons a, .index-aside .social-icons a {
  background: #121416;
}
.index-aside .btn-wrapper {
  margin-bottom: 20px;
  width: 100%;
  margin-top: 0;
}
.index-aside .btn-wrapper .btn {
  width: 100%;
}
.index-aside form .wpcf7-list-item {
  margin: 0;
}
.index-aside form .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.index-aside form input[type="checkbox"] {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  min-width: 18px;
}
.index-aside form .wpcf7-list-item-label {
  display: inline-block;
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 16px;
  line-height: 137.5%;
  color: #A9A9A9;
}
.index-aside .aside-box {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .index-aside .aside-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .index-aside .aside-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .index-aside .aside-box {
    margin-bottom: 30px;
  }
}
.index-aside .aside-box:last-child {
  margin-bottom: 0;
}
.index-aside .aside-box.social-icons-box {
  margin-bottom: 50px;
}
.index-aside .aside-box.social-icons-box .social-icons a {
  background: transparent;
}
.index-aside .aside-box.social-icons-box .social-icons a svg {
  color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-aside .aside-box.social-icons-box .social-icons a:hover svg {
  color: #faca7c;
}
.index-aside h5 {
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .index-aside h5 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .index-aside h5 {
    font-size: 20px;
  }
}
.index-aside .form-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #121416;
}
.index-aside .latest-item {
  color: rgba(18, 20, 22, 0.81);
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 40px 20px 20px;
  margin-bottom: 20px;
  background: #F5F8FF;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .index-aside .latest-item {
    padding: 20px 20px;
  }
}
@media (max-width: 768px) {
  .index-aside .latest-item {
    padding: 20px 15px;
  }
}
.index-aside .latest-item:last-child {
  margin-bottom: 0;
}
.index-aside .latest-item .post-title {
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 40px;
  color: #121416;
}
.index-aside .latest-item .post-title a {
  color: #121416;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-aside .latest-item .post-title a:hover {
  color: #F6A31A;
}
.index-aside .latest-item .line-box {
  width: 20.66px;
  height: 1px;
  background: rgba(18, 20, 22, 0.81);
  margin: 0 15px;
}
@media (max-width: 768px) {
  .index-aside .latest-item .line-box {
    width: 12px;
    margin: 0 6px;
  }
}
.index-aside .latest-item .time-to-reed svg {
  margin-right: 9px;
}
@media (max-width: 768px) {
  .index-aside .latest-item .time-to-reed svg {
    margin-right: 5px;
  }
}
.single-post .form-info-block {
  background: #fff;
}
.also-like-block {
  background: url("../img/bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
.also-like-block .also-like-info {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .also-like-block .also-like-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .also-like-block .also-like-info {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .also-like-block .also-like-info {
    margin-bottom: 25px;
  }
}
.award-block {
  padding: 55px 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .award-block {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .award-block {
    padding: 35px 0;
  }
}
@media (max-width: 480px) {
  .award-block {
    padding: 30px 0;
  }
}
.award-block .wrap {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  width: 1000px;
}
@media (max-width: 768px) {
  .award-block .wrap {
    display: block;
  }
}
.award-block .award-image-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-basis: 245px;
  -moz-flex-basis: 245px;
  -ms-flex-preferred-size: 245px;
  flex-basis: 245px;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .award-block .award-image-box {
    margin-right: 20px;
    -webkit-flex-basis: 200px;
    -moz-flex-basis: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }
}
@media (max-width: 768px) {
  .award-block .award-image-box {
    margin: 0 auto 20px;
  }
}
.award-block .award-block-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.award-block .btn-block {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .award-block .btn-block {
    text-align: center;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.award-block .btn {
  min-width: 155px;
}
.our-advantage-block {
  background: url("../img/bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
.our-advantage-block .our-advantage-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.our-advantage-block .our-advantage-items > * {
  width: 31.8333333333%;
  margin: 0 0.75% 1em;
}
@media (max-width: 1024px) {
  .our-advantage-block .our-advantage-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .our-advantage-block .our-advantage-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 600px) {
  .our-advantage-block .our-advantage-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .our-advantage-block .our-advantage-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.our-advantage-block .advantage-image-box {
  width: 77px;
  height: 77px;
  margin-bottom: 25px;
  background: #F6A31A;
  border-radius: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .our-advantage-block .advantage-image-box {
    margin-bottom: 15px;
  }
}
.our-advantage-block .advantage-image-box img {
  object-fit: contain;
  width: 40px;
  height: 40px;
}
.our-advantage-block .our-advantage-item {
  background: #FFFFFF;
  margin-bottom: 27px;
  padding: 20px 20px 32px;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  .our-advantage-block .our-advantage-item {
    margin-bottom: 25px;
    padding: 20px 20px;
  }
}
@media (max-width: 600px) {
  .our-advantage-block .our-advantage-item {
    margin-bottom: 20px;
    padding: 20px 15px;
  }
}
.our-advantage-block .our-advantage-item h5 {
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.03em;
  color: #353535;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .our-advantage-block .our-advantage-item h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.our-advantage-block .our-advantage-item p {
  line-height: 1.5;
}
.helping-family-block {
  background: url("../img/bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
.helping-family-block .helping-family-info {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .helping-family-block .helping-family-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .helping-family-block .helping-family-info {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .helping-family-block .helping-family-info {
    margin-bottom: 25px;
  }
}
.helping-family-block .helping-family-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.helping-family-block .helping-family-items > * {
  width: 48.5%;
  margin: 0 0.75% 1.125em;
}
@media (max-width: 1024px) {
  .helping-family-block .helping-family-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .helping-family-block .helping-family-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.helping-family-block .helping-family-item {
  padding: 50px 40px 50px 47px;
  margin-bottom: 20px;
  overflow: hidden;
  height: 450px;
  position: relative;
  border-radius: 12px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 1240px) {
  .helping-family-block .helping-family-item {
    padding: 40px 30px 40px;
  }
}
@media (max-width: 1024px) {
  .helping-family-block .helping-family-item {
    padding: 40px 25px 30px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .helping-family-block .helping-family-item {
    padding: 30px 20px 20px;
    height: 320px;
  }
}
@media (max-width: 480px) {
  .helping-family-block .helping-family-item {
    padding: 30px 15px 20px;
  }
}
.helping-family-block .helping-family-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 26.89%, rgba(0, 0, 0, 0) 56.56%);
}
@media (max-width: 768px) {
  .helping-family-block .helping-family-item:before {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 26.89%, rgba(0, 0, 0, 0.1) 100%);
  }
}
.helping-family-block .helping-family-item .helping-family-image-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.helping-family-block .helping-family-item .helping-family-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.helping-family-block .helping-family-item .helping-family-item-box {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  max-height: 100%;
  overflow-y: auto;
  z-index: 2;
}
@media (max-width: 768px) {
  .helping-family-block .helping-family-item .helping-family-item-box {
    display: block;
  }
}
.helping-family-block .helping-family-item .helping-family-item-info {
  position: relative;
  z-index: 1;
  padding-top: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .helping-family-block .helping-family-item .helping-family-item-info {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .helping-family-block .helping-family-item .helping-family-item-info {
    padding-top: 15px;
  }
}
.helping-family-block .helping-family-item .helping-family-item-info h5 {
  text-transform: uppercase;
}
.helping-family-block .helping-family-item .helping-family-item-info:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  content: "";
}
.helping-family-block .helping-family-item .helping-family-icon-box {
  width: 140px;
  height: 100px;
  margin-left: 15px;
  position: relative;
  z-index: 1;
  overflow-y: hidden;
  order: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .helping-family-block .helping-family-item .helping-family-icon-box {
    margin: 0 auto 20px;
    order: 0;
  }
}
.helping-family-block .helping-family-item .helping-family-icon-box img {
  object-fit: contain;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.helping-family-block a.helping-family-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 0;
}
.helping-family-block a.helping-family-item:hover:after {
  opacity: 1;
}
.helping-family-block + .form-info-block {
  background: #fff;
}
.white-color {
  color: #fff;
}
.white-color h1, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6, .white-color li, .white-color p {
  color: #fff;
}
.white-color a:not(.btn) {
  text-decoration: none;
  color: #fff;
}
.white-color a:not(.btn):hover {
  color: #F5F8FF;
}
.elder-answers-block .elder-answers-info {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
@media (max-width: 768px) {
  .elder-answers-block .elder-answers-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.elder-answers-block .elder-answers-info .text {
  max-width: 590px;
}
@media (max-width: 768px) {
  .elder-answers-block .elder-answers-info .text {
    max-width: none;
  }
}
.elder-answers-block .elder-answers-image-box {
  position: relative;
  min-height: 300px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
@media (max-width: 768px) {
  .elder-answers-block .elder-answers-image-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.elder-answers-block .elder-answers-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elder-answers-block .elder-answers-image-box .btn-block {
  position: absolute;
  bottom: 22px;
  left: 22px;
  right: 22px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .elder-answers-block .elder-answers-image-box .btn-block {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}
.trust-block .trust-top-info {
  margin-bottom: 65px;
}
@media (max-width: 1024px) {
  .trust-block .trust-top-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .trust-block .trust-top-info {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .trust-block .trust-top-info {
    margin-bottom: 25px;
  }
}
.trust-block .trust-block-box {
  position: relative;
}
.trust-block .trust-box-image {
  width: 346px;
  height: 346px;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
@media (max-width: 768px) {
  .trust-block .trust-box-image {
    width: 240px;
    height: 240px;
    position: relative;
    margin: 0 auto -30px;
    transform: none;
  }
}
.trust-block .trust-box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trust-block .trust-block-box-right {
  padding: 70px 70px 70px 285px;
  background: #222222;
  border-radius: 12px;
  margin-left: 125px;
}
@media (max-width: 1440px) {
  .trust-block .trust-block-box-right {
    padding: 60px 40px 60px 255px;
  }
}
@media (max-width: 1024px) {
  .trust-block .trust-block-box-right {
    padding: 50px 30px 40px 245px;
  }
}
@media (max-width: 768px) {
  .trust-block .trust-block-box-right {
    padding: 50px 20px 30px;
    margin-left: 0;
  }
}
.trust-block .trust-block-box-info {
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .trust-block .trust-block-box-info {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .trust-block .trust-block-box-info {
    margin-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .trust-block .trust-block-box-info {
    margin-bottom: 20px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.trust-block .trust-block-box-info .trust-block-name {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #F6A31A;
}
@media (max-width: 1024px) {
  .trust-block .trust-block-box-info .trust-block-name {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .trust-block .trust-block-box-info .trust-block-name {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .trust-block .trust-block-box-info .trust-block-name {
    font-size: 20px;
    margin-bottom: 10px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.trust-block .trust-block-box-info .trust-block-position {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .trust-block .trust-block-box-info .trust-block-position {
    font-size: 14px;
  }
}
.trust-block .trust-block-box-info .line {
  display: none;
  height: 30px;
  width: 3px;
  background: #fff;
  margin: 0 20px;
}
@media (max-width: 768px) {
  .trust-block .trust-block-box-info .line {
    height: 20px;
    margin: 0 14px;
  }
}
@media (max-width: 480px) {
  .trust-block .trust-block-box-info .line {
    display: none;
  }
}
.trust-block .btn-block {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .trust-block .btn-block {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .trust-block .btn-block {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .trust-block .btn-block {
    margin-top: 25px;
  }
}
.cards_with_image .top-title {
  text-align: center;
  margin-bottom: 75px;
}
@media (max-width: 1440px) {
  .cards_with_image .top-title {
    margin-bottom: 65px;
  }
}
@media (max-width: 1024px) {
  .cards_with_image .top-title {
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .cards_with_image .top-title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .cards_with_image .top-title {
    margin-bottom: 25px;
  }
}
.cards_with_image .cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 122px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.cards_with_image .cards > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 1440px) {
  .cards_with_image .cards {
    margin-bottom: 65px;
  }
}
@media (max-width: 1024px) {
  .cards_with_image .cards {
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .cards_with_image .cards {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .cards_with_image .cards {
    margin-bottom: 25px;
  }
}
.cards_with_image .cards .card {
  background-color: #F5F8FF;
  border-radius: 12px;
  overflow: hidden;
}
.cards_with_image .cards .card .image img {
  width: 100%;
}
.cards_with_image .cards .card .content {
  padding: 31px 39px 41px 30px;
}
@media (max-width: 1024px) {
  .cards_with_image .cards .card .content {
    padding: 20px 20px 30px;
  }
}
.cards_with_image .cards .card .content .icon-text {
  margin-bottom: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1024px) {
  .cards_with_image .cards .card .content .icon-text {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    -moz-align-items: start;
    align-items: start;
    gap: 25px;
    margin-bottom: 12px;
  }
}
.cards_with_image .cards .card .content .icon-text .image {
  width: 77px;
  height: 77px;
  background-color: #F6A31A;
  padding: 19px;
  border-radius: 6px;
}
.cards_with_image .cards .card .content .icon-text h5 {
  margin-bottom: 0;
}
.cards_with_image .cards .card .content p {
  line-height: 1.5;
}
.cards_with_image .cards .card .content p:last-child {
  margin-bottom: 0;
}
.card-swipe-block {
  position: relative;
  overflow: hidden;
}
.card-swipe-block .bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.card-swipe-block .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-swipe-block .top-title {
  max-width: 1078px;
  margin: 0 auto 78px;
}
@media (max-width: 1440px) {
  .card-swipe-block .top-title {
    margin-bottom: 40px;
  }
}
@media (max-width: md) {
  .card-swipe-block .top-title {
    margin-bottom: 40px;
  }
}
@media (max-width: sm) {
  .card-swipe-block .top-title {
    margin-bottom: 40px;
  }
}
@media (max-width: xs) {
  .card-swipe-block .top-title {
    margin-bottom: 40px;
  }
}
.card-swipe-block .cards-swipe-swiper {
  width: min(956px, 100%);
  overflow: visible;
}
.card-swipe-block .cards-swipe-swiper .swiper-slide {
  background: #fff;
  border-radius: 12px;
  height: auto;
  padding: 30px;
}
@media (max-width: 768px) {
  .card-swipe-block .cards-swipe-swiper .swiper-slide {
    padding: 20px;
  }
}
.card-swipe-block .cards-swipe-swiper .swiper-slide .wrapper-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 38px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 44px;
}
@media (max-width: 1024px) {
  .card-swipe-block .cards-swipe-swiper .swiper-slide .wrapper-top {
    gap: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .card-swipe-block .cards-swipe-swiper .swiper-slide .wrapper-top {
    gap: 15px;
  }
}
.card-swipe-block .cards-swipe-swiper .swiper-slide .wrapper-top .image {
  background-color: #F6A31A;
  padding: 29px;
  aspect-ratio: 1;
  border-radius: 6px;
  width: 100px;
}
@media (max-width: 1024px) {
  .card-swipe-block .cards-swipe-swiper .swiper-slide .wrapper-top .image {
    width: 80px;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .card-swipe-block .cards-swipe-swiper .swiper-slide .wrapper-top .image {
    width: 60px;
    padding: 15px;
  }
}
.card-swipe-block .cards-swipe-swiper .swiper-slide .wrapper-top .image img {
  width: 100%;
  height: 100%;
}
.card-swipe-block .cards-swipe-swiper .swiper-slide .wrapper-top h5 {
  margin-bottom: 0;
  font-size: clamp(28px, 3vw, 32px);
  letter-spacing: 2px;
}
.card-swipe-block .cards-swipe-swiper .swiper-slide ul {
  margin-bottom: 20px;
}
.card-swipe-block .cards-swipe-swiper .swiper-slide ul li {
  font-size: 16px;
  padding-left: 45px;
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  line-height: 150%;
}
@media (max-width: 768px) {
  .card-swipe-block .cards-swipe-swiper .swiper-slide ul li {
    font-size: 16px;
  }
}
.card-swipe-block .cards-swipe-swiper .swiper-slide ul li:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .card-swipe-block .cards-swipe-swiper .swiper-slide ul li:not(:last-child) {
    margin-bottom: 14px;
  }
}
.card-swipe-block .cards-swipe-swiper .swiper-slide ul li:before {
  content: url(../img/tick-square.svg);
  position: absolute;
  left: 0;
  top: 2px;
}
.card-swipe-block .cards-swipe-swiper .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 10px;
  bottom: -55px;
}
@media (max-width: 1366px) {
  .card-swipe-block .cards-swipe-swiper .swiper-pagination {
    bottom: -35px;
  }
}
@media (max-width: 1024px) {
  .card-swipe-block .cards-swipe-swiper .swiper-pagination {
    bottom: -25px;
  }
}
@media (max-width: 768px) {
  .card-swipe-block .cards-swipe-swiper .swiper-pagination {
    bottom: -17px;
  }
}
.card-swipe-block .cards-swipe-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.card-swipe-block .cards-swipe-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F6A31A;
  width: 10px;
  height: 10px;
}
.four-card-with-image .top-title {
  max-width: 1078px;
  margin: 0 auto 78px;
}
@media (max-width: 1440px) {
  .four-card-with-image .top-title {
    margin-bottom: 40px;
  }
}
@media (max-width: md) {
  .four-card-with-image .top-title {
    margin-bottom: 40px;
  }
}
@media (max-width: sm) {
  .four-card-with-image .top-title {
    margin-bottom: 40px;
  }
}
@media (max-width: xs) {
  .four-card-with-image .top-title {
    margin-bottom: 40px;
  }
}
.four-card-with-image .wrapper-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 113px;
}
@media (max-width: 1440px) {
  .four-card-with-image .wrapper-container {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .four-card-with-image .wrapper-container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.four-card-with-image .wrapper-container .cards {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 29px 42px;
}
@media (max-width: 1440px) {
  .four-card-with-image .wrapper-container .cards {
    gap: 20px;
  }
}
.four-card-with-image .wrapper-container .cards .card {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 calc(50% - 42px);
  -moz-box-flex: 1;
  -moz-flex: 1 0 calc(50% - 42px);
  -ms-flex: 1 0 calc(50% - 42px);
  flex: 1 0 calc(50% - 42px);
  position: relative;
  padding: 49px 33px;
  min-height: 236px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #F5F8FF;
}
@media (max-width: 1440px) {
  .four-card-with-image .wrapper-container .cards .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 calc(50% - 20px);
    -moz-box-flex: 1;
    -moz-flex: 1 0 calc(50% - 20px);
    -ms-flex: 1 0 calc(50% - 20px);
    flex: 1 0 calc(50% - 20px);
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .four-card-with-image .wrapper-container .cards .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 calc(100%);
    -moz-box-flex: 1;
    -moz-flex: 1 0 calc(100%);
    -ms-flex: 1 0 calc(100%);
    flex: 1 0 calc(100%);
    min-height: 150px;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .four-card-with-image .wrapper-container .cards .card {
    min-height: 100px;
  }
}
.four-card-with-image .wrapper-container .cards .card .background-image, .four-card-with-image .wrapper-container .cards .card .full-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.four-card-with-image .wrapper-container .cards .card .background-image img, .four-card-with-image .wrapper-container .cards .card .full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.four-card-with-image .wrapper-container .cards .card:has(.background-image) h5, .four-card-with-image .wrapper-container .cards .card:has(.background-image) p {
  color: #fff;
}
.four-card-with-image .wrapper-container .cards .card h5 {
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.four-card-with-image .wrapper-container .cards .card p {
  margin-bottom: 0;
  line-height: 150%;
  position: relative;
  z-index: 1;
}
.four-card-with-image .wrapper-container .image-right {
  -webkit-flex-basis: 40.9%;
  -moz-flex-basis: 40.9%;
  -ms-flex-preferred-size: 40.9%;
  flex-basis: 40.9%;
  height: auto;
}
@media (max-width: 768px) {
  .four-card-with-image .wrapper-container .image-right {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.four-card-with-image .wrapper-container .image-right img {
  border-radius: 12px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.column-2 {
  column-count: 2;
}
.contact-block .form-block .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 144px;
}
@media (max-width: 1440px) {
  .contact-block .form-block .wrapper {
    gap: 70px;
  }
}
@media (max-width: 1024px) {
  .contact-block .form-block .wrapper {
    gap: 24px;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .contact-block .form-block .wrapper {
    gap: 24px;
  }
}
.contact-block .form-block .wrapper .form {
  -webkit-flex-basis: 40.6%;
  -moz-flex-basis: 40.6%;
  -ms-flex-preferred-size: 40.6%;
  flex-basis: 40.6%;
}
@media (max-width: 1024px) {
  .contact-block .form-block .wrapper .form {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.contact-block .form-block .wrapper .text-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 40px;
  background: rgba(238, 158, 26, 0.75);
  border-radius: 20px;
  color: #fff;
}
@media (max-width: 480px) {
  .contact-block .form-block .wrapper .text-info {
    padding: 20px;
  }
}
.contact-block .form-block .wrapper .text-info p {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  text-transform: capitalize;
  margin-bottom: 29px;
}
@media (max-width: 1024px) {
  .contact-block .form-block .wrapper .text-info p {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .contact-block .form-block .wrapper .text-info p {
    font-size: 16px;
  }
}
.contact-block .map {
  background-color: #E7EAEE;
}
.contact-block .map .map-wrapper {
  width: min(min(1678px, calc(100vw - (50vw - (1440px / 2)))), 97%);
  margin: 0 auto 0 max(3%, calc(50vw - (1440px / 2)));
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .contact-block .map .map-wrapper {
    margin: 0 3%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact-block .map .map-wrapper .text-wrapper {
  padding-top: 20px;
  padding-right: 3%;
  -webkit-flex-basis: 23.75%;
  -moz-flex-basis: 23.75%;
  -ms-flex-preferred-size: 23.75%;
  flex-basis: 23.75%;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
@media (max-width: 768px) {
  .contact-block .map .map-wrapper .text-wrapper {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-align-self: start;
    -moz-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
  }
}
.contact-block .map .map-wrapper .text-wrapper a {
  font-weight: 600;
  font-size: clamp(16px, 3vw, 20px);
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #222;
}
.contact-block .map .map-wrapper .text-wrapper a:hover {
  text-decoration: underline;
}
.contact-block .map .map-wrapper .image {
  -webkit-flex-basis: 67.52%;
  -moz-flex-basis: 67.52%;
  -ms-flex-preferred-size: 67.52%;
  flex-basis: 67.52%;
}
.contact-block .map .map-wrapper .image img {
  object-fit: cover;
  object-position: left;
  width: 100%;
}
.senior-care-assessment .title-top {
  padding: 122px 0;
  background-color: #F6A31A;
}
.senior-care-assessment .title-top h1 {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .senior-care-assessment .title-top {
    padding: 45px 0 122px;
  }
}
@media (max-width: 768px) {
  .senior-care-assessment .title-top {
    padding: 35px 0 112px;
  }
}
.senior-care-assessment .form-wrapper {
  margin-top: -79px;
}
.senior-care-assessment .form-wrapper .text-above-form {
  padding: 62px 61px 24px 107px;
}
.senior-care-assessment .form-wrapper .text-above-form p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .senior-care-assessment .form-wrapper .text-above-form {
    padding: 55px;
  }
}
@media (max-width: 1024px) {
  .senior-care-assessment .form-wrapper .text-above-form {
    padding: 35px;
  }
}
@media (max-width: 768px) {
  .senior-care-assessment .form-wrapper .text-above-form {
    padding: 20px;
  }
}
.senior-care-assessment .form-wrapper .wrapper {
  background: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.senior-care-assessment .form-wrapper form h3 {
  font-weight: 600;
  line-height: 156%;
  color: #222;
  font-size: 32px;
}
@media (max-width: 1024px) {
  .senior-care-assessment .form-wrapper form h3 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .senior-care-assessment .form-wrapper form h3 {
    font-size: 18px;
  }
}
.senior-care-assessment .form-wrapper form .white {
  background-color: #FFF;
}
.senior-care-assessment .form-wrapper form .container.grid-2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
}
.senior-care-assessment .form-wrapper form .container.grid-2 > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 768px) {
  .senior-care-assessment .form-wrapper form .container.grid-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .senior-care-assessment .form-wrapper form .container.grid-2 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.senior-care-assessment .form-wrapper form .container.grid-2 > * {
  margin-bottom: 0;
}
.senior-care-assessment .form-wrapper form .container .color-block {
  padding: 40px;
  background: rgba(238, 158, 26, 0.75);
  border-radius: 20px;
  color: #fff;
}
@media (max-width: 480px) {
  .senior-care-assessment .form-wrapper form .container .color-block {
    padding: 20px;
  }
}
.senior-care-assessment .form-wrapper form .container .color-block h1, .senior-care-assessment .form-wrapper form .container .color-block h2, .senior-care-assessment .form-wrapper form .container .color-block h3, .senior-care-assessment .form-wrapper form .container .color-block h4, .senior-care-assessment .form-wrapper form .container .color-block h5, .senior-care-assessment .form-wrapper form .container .color-block h6, .senior-care-assessment .form-wrapper form .container .color-block p, .senior-care-assessment .form-wrapper form .container .color-block label {
  color: inherit;
}
.senior-care-assessment .form-wrapper form .container .color-block input[type="text"], .senior-care-assessment .form-wrapper form .container .color-block input[type="email"], .senior-care-assessment .form-wrapper form .container .color-block input[type="tel"], .senior-care-assessment .form-wrapper form .container .color-block textarea {
  border-color: #fff;
  color: #fff;
}
.senior-care-assessment .form-wrapper form .container .color-block input[type="text"]::-webkit-input-placeholder, .senior-care-assessment .form-wrapper form .container .color-block input[type="email"]::-webkit-input-placeholder, .senior-care-assessment .form-wrapper form .container .color-block input[type="tel"]::-webkit-input-placeholder, .senior-care-assessment .form-wrapper form .container .color-block textarea::-webkit-input-placeholder {
  color: #fff;
}
.senior-care-assessment .form-wrapper form .container .color-block input[type="text"]:-moz-placeholder, .senior-care-assessment .form-wrapper form .container .color-block input[type="email"]:-moz-placeholder, .senior-care-assessment .form-wrapper form .container .color-block input[type="tel"]:-moz-placeholder, .senior-care-assessment .form-wrapper form .container .color-block textarea:-moz-placeholder {
  color: #fff;
}
.senior-care-assessment .form-wrapper form .container .color-block input[type="text"]::-moz-placeholder, .senior-care-assessment .form-wrapper form .container .color-block input[type="email"]::-moz-placeholder, .senior-care-assessment .form-wrapper form .container .color-block input[type="tel"]::-moz-placeholder, .senior-care-assessment .form-wrapper form .container .color-block textarea::-moz-placeholder {
  color: #fff;
}
.senior-care-assessment .form-wrapper form .container .color-block input[type="text"]:-ms-input-placeholder, .senior-care-assessment .form-wrapper form .container .color-block input[type="email"]:-ms-input-placeholder, .senior-care-assessment .form-wrapper form .container .color-block input[type="tel"]:-ms-input-placeholder, .senior-care-assessment .form-wrapper form .container .color-block textarea:-ms-input-placeholder {
  color: #fff;
}
.senior-care-assessment .form-wrapper form .container.top {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 0px 61px 64px 107px;
}
@media (max-width: 1440px) {
  .senior-care-assessment .form-wrapper form .container.top {
    padding: 55px;
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  .senior-care-assessment .form-wrapper form .container.top {
    padding: 35px;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .senior-care-assessment .form-wrapper form .container.top {
    padding: 20px;
    padding-top: 0;
  }
}
.senior-care-assessment .form-wrapper form .container.light-blue {
  background: #F5F8FF;
  border-radius: 20px;
  color: #fff;
  padding: 55px 106px 80px;
}
@media (max-width: 1440px) {
  .senior-care-assessment .form-wrapper form .container.light-blue {
    padding: 55px;
  }
}
@media (max-width: 1024px) {
  .senior-care-assessment .form-wrapper form .container.light-blue {
    padding: 35px;
  }
}
@media (max-width: 768px) {
  .senior-care-assessment .form-wrapper form .container.light-blue {
    padding: 20px;
  }
}
.senior-care-assessment .form-wrapper form .container.bottom {
  padding: 80px 0;
}
@media (max-width: 1440px) {
  .senior-care-assessment .form-wrapper form .container.bottom {
    padding: 55px 0;
  }
}
@media (max-width: 1024px) {
  .senior-care-assessment .form-wrapper form .container.bottom {
    padding: 35px 0;
  }
}
@media (max-width: 768px) {
  .senior-care-assessment .form-wrapper form .container.bottom {
    padding: 20px 0;
  }
}
.senior-care-assessment .form-wrapper form .container.bottom .btn-wrapper {
  display: block;
  text-align: end;
}
.senior-care-assessment .form-wrapper form .container.bottom .btn-wrapper:after {
  right: 20px;
}
.senior-care-assessment .form-wrapper form .container.bottom .btn-wrapper .btn {
  min-width: 130px;
}
.senior-care-assessment .form-info-block {
  background-color: #fff;
}
.senior-care-assessment .text-image-block {
  background: #f5f8ff;
}
.sign-up {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .sign-up {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .sign-up {
    padding: 30px 0;
  }
}
.sign-up .image {
  position: absolute;
  inset: 0;
}
.sign-up .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.sign-up:before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.sign-up .wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  color: #fff;
  gap: 120px;
}
@media (max-width: 1024px) {
  .sign-up .wrapper {
    gap: 30px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .sign-up .wrapper {
    gap: 20px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sign-up .wrapper .text-sing-up {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
.sign-up .wrapper .text-sing-up h3 {
  color: #fff;
}
.sign-up .wrapper .text-sing-up p:last-child {
  margin-bottom: 0;
}
.sign-up .wrapper .form-sing-up {
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .sign-up .wrapper .form-sing-up {
    align-self: auto;
  }
}
.sign-up .wrapper .form-sing-up form {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 20px;
}
@media (max-width: 640px) {
  .sign-up .wrapper .form-sing-up form {
    gap: 10px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sign-up .wrapper .form-sing-up form .wpcf7-form-control-wrap {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -moz-box-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  flex: 3;
  margin-bottom: 0;
}
.sign-up .wrapper .form-sing-up form .wpcf7-form-control-wrap input {
  background-color: #fff;
}
.sign-up .wrapper .form-sing-up form .btn-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: auto;
  margin-top: 0;
}
.sign-up .wrapper .form-sing-up form .btn-wrapper .simple-btn {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #F6A31A;
  border-radius: 10px;
}
@media (max-width: 640px) {
  .sign-up .wrapper .form-sing-up form .btn-wrapper .simple-btn {
    height: 50px;
  }
}
.sign-up .wrapper .form-sing-up form .wpcf7-response-output {
  width: 100%;
}
.btn.large {
  margin-top: 20px;
  padding: 30px 40px;
}
@media (max-width: 768px) {
  .btn.large {
    margin-top: 10px;
    padding: 15px 20px;
  }
}
.btn-wrapper.large input {
  padding: 30px 45px 30px !important;
}
@media (max-width: 768px) {
  .btn-wrapper.large input {
    margin-top: 10px;
    padding: 15px 20px;
  }
}
header {
  position: relative;
  z-index: 100;
}
header .header-top {
  background: #2B78BD;
  padding: 5px 0;
}
@media (max-width: 1024px) {
  header .header-top > .wrap {
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  header .header-top {
    padding-right: 20px;
  }
  header .header-top > .wrap {
    padding-right: 10px;
  }
}
@media (max-width: 640px) {
  header .header-top {
    display: none;
    padding: 5px 20px;
  }
  header .header-top > .alc {
    display: block;
  }
}
header .header-top .right-wrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 640px) {
  header .header-top .right-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
header .header-top .phone, header .header-top .email, header .header-top .review-link {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  display: inline-block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
  margin-left: 25px;
}
@media (max-width: 768px) {
  header .header-top .phone, header .header-top .email, header .header-top .review-link {
    font-size: 14px;
    margin-left: 10px;
    padding-left: 15px;
  }
}
header .header-top .phone svg, header .header-top .email svg, header .header-top .review-link svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
@media (max-width: 768px) {
  header .header-top .phone svg, header .header-top .email svg, header .header-top .review-link svg {
    width: 12px;
  }
}
header .header-top .phone:hover, header .header-top .email:hover, header .header-top .review-link:hover {
  opacity: 0.7;
}
header .header-top .social-icons a {
  width: 30px;
  height: 30px;
  margin: 0 4px;
}
header .header-bottom {
  background: #fff;
  padding: 20px 0;
}
@media (max-width: 640px) {
  header .header-bottom {
    padding: 20px 45px 20px 0;
  }
}
header .header-bottom > .alc {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 640px) {
  header .header-bottom > .alc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    justify-content: start;
  }
}
header .header-bottom .logo {
  -webkit-flex-basis: 305px;
  -moz-flex-basis: 305px;
  -ms-flex-preferred-size: 305px;
  flex-basis: 305px;
  margin-right: 20px;
  font-size: 0;
}
@media (max-width: 1366px) {
  header .header-bottom .logo {
    -webkit-flex-basis: 170px;
    -moz-flex-basis: 170px;
    -ms-flex-preferred-size: 170px;
    flex-basis: 170px;
    margin-right: 10px;
  }
}
header .header-bottom .logo:hover {
  opacity: 0.7;
}
header .header-bottom .main-phone {
  color: #000;
  position: relative;
  padding-left: 25px;
  font-weight: 500;
  margin-left: 20px;
  font-size: 21px;
}
@media (max-width: 1366px) {
  header .header-bottom .main-phone {
    font-size: 18px;
    margin-left: 10px;
  }
}
header .header-bottom .main-phone svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 18px;
}
header .header-bottom .main-phone:hover {
  color: #70aade;
}
.top-block {
  position: relative;
  z-index: 0;
  min-height: 800px;
  padding: 40px 0;
}
@media (max-width: 1366px) {
  .top-block {
    min-height: auto;
  }
}
.top-block::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 28%;
  background: rgba(238, 158, 26, 0.75);
}
.top-block .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.top-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-block .text {
  max-width: 700px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.21);
  border-radius: 12px;
  padding: 70px 55px;
  border-bottom: 2px solid #F6A31A;
}
@media (max-width: 1024px) {
  .top-block .text {
    padding: 30px;
  }
}
.top-block .text blockquote {
  background: #F6A31A;
  display: inline-block;
  border-radius: 3px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.top-block .text blockquote p {
  font-size: 20px;
  font-family: "Inconsolata";
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
.top-block .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
.top-block .btn[href*="tel:"] {
  position: relative;
  z-index: 0;
}
.top-block .btn[href*="tel:"]::before {
  font-size: 0;
  content: url("../img/phone.png");
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.text-image-block {
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .text-image-block > .flex {
    display: block;
  }
}
.text-image-block .bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.text-image-block .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-image-block .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.text-image-block .image {
  overflow: hidden;
  border-radius: 12px;
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  margin-left: 8%;
}
@media (max-width: 1024px) {
  .text-image-block .image {
    margin-left: 40px;
  }
}
@media (max-width: 768px) {
  .text-image-block .image {
    margin-left: 0;
    margin-top: 30px;
  }
}
.text-image-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-image-block .reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.text-image-block .reverse .image {
  margin-left: auto;
  margin-right: 8%;
}
@media (max-width: 1024px) {
  .text-image-block .reverse .image {
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .text-image-block .reverse .image {
    margin-right: 0;
  }
}
.text-image-block.has-bg-image + .form-info-block {
  background: #fff;
}
.list-block {
  position: relative;
  z-index: 0;
}
.list-block .top-text {
  margin-bottom: 55px;
}
@media (max-width: 1024px) {
  .list-block .top-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .list-block .top-text {
    margin-bottom: 20px;
  }
  .list-block .top-text br {
    display: none;
  }
}
.list-block .bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.list-block .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-block .list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.7%;
  width: 101.4%;
}
.list-block .list > * {
  width: 31.9333333333%;
  margin: 0 0.7% 0.9333333333em;
}
@media (max-width: 1024px) {
  .list-block .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.7%;
    width: 101.4%;
  }
  .list-block .list > * {
    width: 48.6%;
    margin: 0 0.7% 1.05em;
  }
}
@media (max-width: 600px) {
  .list-block .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .list-block .list > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.list-block .item {
  border-radius: 12px;
  background: #F5F8FF;
  padding: 20px 20px 30px;
  margin-bottom: 20px;
}
.list-block .item .icon {
  width: 76px;
  height: 76px;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.list-block .item .icon path {
  fill: #000;
}
.list-block .item .icon svg, .list-block .item .icon img {
  width: auto;
  height: 35px;
}
.list-block .item h5 {
  letter-spacing: 0.03em;
}
.list-block .item p {
  line-height: 1.5;
  color: #000;
  opacity: 0.6;
}
.list-block .item:nth-child(2n) .icon {
  background: #F6A31A;
}
.list-block .item:nth-child(2n) .icon path {
  fill: #fff;
}
.list-block a.item:hover {
  background: #8fb1ff;
}
.list-block .tac .btn {
  margin-top: 20px;
}
@media (max-width: 480px) {
  .list-block .tac .btn {
    margin-top: 0;
  }
}
@media (min-width: 1367px) {
  .blog .top-block {
    min-height: 600px;
  }
}
.blog .top-block .text {
  max-width: 735px;
}
@media (min-width: 1367px) {
  .blog .top-block h1 {
    font-size: 64px;
  }
}
.testimonial-posts {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.testimonial-posts > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 768px) {
  .testimonial-posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .testimonial-posts > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 600px) {
  .testimonial-posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .testimonial-posts > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.testimonial-posts .testimonial-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .testimonial-posts .testimonial-post {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .testimonial-posts .testimonial-post {
    margin-bottom: 20px;
  }
}
.testimonial-posts .testimonial-post .text {
  background: #F5F8FF;
  color: #222;
  border-radius: 12px;
  padding: 50px;
  position: relative;
  z-index: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .testimonial-posts .testimonial-post .text {
    padding: 25px 25px 50px;
  }
}
.testimonial-posts .testimonial-post .text p {
  line-height: 1.5;
  font-style: italic;
}
.testimonial-posts .testimonial-post .photo {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  bottom: 0;
}
@media (max-width: 768px) {
  .testimonial-posts .testimonial-post .photo {
    width: 90px;
    height: 90px;
  }
}
.testimonial-posts .testimonial-post .photo img {
  width: 101%;
  height: 101%;
  object-fit: cover;
}
.testimonial-posts .testimonial-post .post-title {
  font-family: "Montserrat";
  color: #F6A31A;
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-align: center;
  margin-top: 65px;
}
@media (max-width: 768px) {
  .testimonial-posts .testimonial-post .post-title {
    margin-top: 50px;
  }
}
.testimonial-posts .testimonial-post:nth-child(2n) .text {
  background: #F6A31A;
  color: #fff;
}
.testimonial-posts .testimonial-post:nth-child(2n) .post-title {
  color: #000;
}
.testimonials-slider {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.testimonials-slider .bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.testimonials-slider .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials-slider .swiper {
  overflow: initial;
}
.testimonials-slider .top-wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 70px;
}
@media (max-width: 1366px) {
  .testimonials-slider .top-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .testimonials-slider .top-wrapper {
    display: block;
    margin-bottom: 20px;
  }
}
.testimonials-slider .top-wrapper .top-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.testimonials-slider .top-wrapper .arrows {
  font-size: 0;
}
@media (max-width: 768px) {
  .testimonials-slider .top-wrapper .arrows {
    margin-top: 15px;
  }
}
.testimonials-slider .top-wrapper .arrows .swiper-button-next, .testimonials-slider .top-wrapper .arrows .swiper-button-prev {
  width: 100px;
  height: auto;
  color: #000;
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-left: 60px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 0;
}
@media (max-width: 768px) {
  .testimonials-slider .top-wrapper .arrows .swiper-button-next, .testimonials-slider .top-wrapper .arrows .swiper-button-prev {
    margin-left: 0;
    margin-right: 20px;
    cursor: none;
  }
}
.testimonials-slider .top-wrapper .arrows .swiper-button-next .arrow-text, .testimonials-slider .top-wrapper .arrows .swiper-button-prev .arrow-text {
  text-transform: uppercase;
  color: inherit;
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
}
.testimonials-slider .top-wrapper .arrows .swiper-button-next .arrow, .testimonials-slider .top-wrapper .arrows .swiper-button-prev .arrow {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0;
}
.testimonials-slider .top-wrapper .arrows .swiper-button-next .arrow::before, .testimonials-slider .top-wrapper .arrows .swiper-button-prev .arrow::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: currentColor;
}
.testimonials-slider .top-wrapper .arrows .swiper-button-next .arrow::after, .testimonials-slider .top-wrapper .arrows .swiper-button-prev .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent currentColor transparent transparent;
}
.testimonials-slider .top-wrapper .arrows .swiper-button-next::after, .testimonials-slider .top-wrapper .arrows .swiper-button-prev::after {
  display: none;
}
.testimonials-slider .top-wrapper .arrows .swiper-button-next:hover, .testimonials-slider .top-wrapper .arrows .swiper-button-prev:hover {
  color: #F6A31A;
}
.testimonials-slider .top-wrapper .arrows .swiper-button-next {
  right: 0;
}
.testimonials-slider .top-wrapper .arrows .swiper-button-next .arrow::after {
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  -moz-transform: translate(0, -50%) scale(-1, 1);
  -ms-transform: translate(0, -50%) scale(-1, 1);
  -o-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
  left: auto;
  right: -1px;
}
.testimonials-slider .top-wrapper .arrows .swiper-button-prev {
  text-align: right;
  left: 0;
}
.testimonials-slider .swiper-slide {
  position: relative;
  z-index: 0;
  height: auto;
  padding-top: 190px;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .testimonials-slider .swiper-slide {
    padding-top: 150px;
    padding-left: 20px;
  }
}
.testimonials-slider .swiper-slide .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 10px;
  aspect-ratio: 1;
}
@media (max-width: 480px) {
  .testimonials-slider .swiper-slide .image {
    aspect-ratio: auto;
    bottom: 30px;
  }
}
.testimonials-slider .swiper-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials-slider .text-wrapper {
  background: #fff;
  height: 100%;
  border-radius: 5px 0 5px 5px;
  padding: 30px 15px 20px 30px;
}
@media (max-width: 768px) {
  .testimonials-slider .text-wrapper {
    padding: 15px;
  }
}
.testimonials-slider .info {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .testimonials-slider .info {
    margin-bottom: 15px;
  }
}
.testimonials-slider .info .photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  -webkit-flex-basis: 60px;
  -moz-flex-basis: 60px;
  -ms-flex-preferred-size: 60px;
  flex-basis: 60px;
}
@media (max-width: 768px) {
  .testimonials-slider .info .photo {
    margin-right: 8px;
  }
}
.testimonials-slider .info .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials-slider .info .right-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.testimonials-slider .info .title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1;
}
.testimonials-slider .info .date {
  display: block;
  font-size: 10px;
  font-weight: 300;
  color: #333;
}
.testimonials-slider .info .review {
  display: block;
}
.testimonials-slider .info .review .active-star {
  color: #FFB800;
}
.testimonials-slider .text p {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 300;
  color: #000;
}
@media (max-width: 768px) {
  .testimonials-slider .text p {
    line-height: 1.2;
  }
}
.testimonials-slider + .form-info-block {
  background: #fff;
}
.tpl-landing .testimonials-slider .bg {
  display: none;
}
.single-post .text table {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .single-post .text table {
    margin-bottom: 12px;
  }
}
.single-post .text table th, .single-post .text table td {
  padding: 5px;
  border: 1px solid #000;
}
.single-post .text h1, .single-post .text h2 {
  font-size: 34px;
}
@media (max-width: 768px) {
  .single-post .text h1, .single-post .text h2 {
    font-size: 28px;
  }
}
.single-post .text h3 {
  font-size: 30px;
}
@media (max-width: 768px) {
  .single-post .text h3 {
    font-size: 24px;
  }
}
.single-post .text h4 {
  font-size: 24px;
}
@media (max-width: 768px) {
  .single-post .text h4 {
    font-size: 20px;
  }
}
.landing-top-block {
  position: relative;
  z-index: 0;
  padding: 40px 0;
  min-height: 800px;
}
@media (max-width: 1366px) {
  .landing-top-block {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .landing-top-block > .alc {
    display: block;
  }
}
.landing-top-block .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.landing-top-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landing-top-block .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 680px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.21);
  border-radius: 12px;
  padding: 50px 40px 30px;
}
@media (max-width: 1024px) {
  .landing-top-block .text {
    padding: 30px;
  }
}
.landing-top-block .text blockquote {
  background: #F6A31A;
  display: inline-block;
  border-radius: 3px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.landing-top-block .text blockquote p {
  font-size: 20px;
  font-family: "Inconsolata";
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 1367px) {
  .landing-top-block .text h1 {
    font-size: 48px;
  }
}
.landing-top-block .text ul li {
  font-weight: 400;
}
.landing-top-block .text .btn {
  margin-right: 15px;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .landing-top-block .text .btn {
    padding: 18px 40px;
    min-width: 260px;
  }
}
.landing-top-block .text .btn[href*="tel:"] {
  position: relative;
  z-index: 0;
}
.landing-top-block .text .btn[href*="tel:"]::before {
  font-size: 0;
  content: url("../img/phone.png");
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.landing-top-block .form-text {
  -webkit-flex-basis: 33%;
  -moz-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 50px;
  margin-left: 20px;
}
@media (max-width: 1366px) {
  .landing-top-block .form-text {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
@media (max-width: 1024px) {
  .landing-top-block .form-text {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .landing-top-block .form-text {
    margin-left: 0;
  }
}
.landing-top-block .form-text .btn-wrapper {
  display: block;
}
.landing-top-block .form-text .btn-wrapper .btn {
  width: 100%;
}
@media (min-width: 1025px) {
  .landing-top-block .form-text .btn-wrapper .btn {
    padding: 18px 40px;
  }
}
.step-form-block {
  position: relative;
  z-index: 0;
  min-height: 800px;
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .step-form-block {
    min-height: auto;
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .step-form-block {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .step-form-block {
    padding: 25px 0;
  }
}
.step-form-block .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.step-form-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .step-form-block h1 {
    font-size: 60px;
  }
}
.step-form-block .step-item {
  display: none;
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid #F6A31A;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 80px;
}
@media (max-width: 1366px) {
  .step-form-block .step-item {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .step-form-block .step-item {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .step-form-block .step-item > .flex {
    display: block;
  }
}
.step-form-block .step-item h6 {
  font-weight: 500;
  color: #2B78BD;
}
.step-form-block .step-item h3 {
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  color: #333;
}
.step-form-block .step-item p {
  line-height: 1.25;
  color: #333;
  font-weight: 300;
}
@media (min-width: 1025px) {
  .step-form-block .step-item p {
    font-size: 24px;
    margin-bottom: 55px;
  }
}
.step-form-block .step-item .text {
  max-height: 1069px;
  text-align: center;
}
.step-form-block .step-item .text h4 {
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .step-form-block .step-item .text h4 {
    font-size: 32px;
  }
}
.step-form-block .step-item .text .wpcf7-checkbox {
  font-size: 0;
  display: block;
  max-width: 280px;
  margin: 0 auto;
}
.step-form-block .step-item .text .wpcf7-checkbox .wpcf7-list-item {
  display: block;
}
.step-form-block .step-item .text .wpcf7-checkbox .wpcf7-list-item label {
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .step-form-block .step-item .text .wpcf7-checkbox .wpcf7-list-item label {
    margin-bottom: 12px;
  }
}
.step-form-block .step-item .text .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.step-form-block .step-item .text .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"]:checked + span::after {
  opacity: 1;
}
.step-form-block .step-item .text .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  padding-left: 30px;
  position: relative;
  z-index: 0;
  font-size: 16px;
  line-height: 1.25;
  display: block;
  cursor: pointer;
}
@media (max-width: 480px) {
  .step-form-block .step-item .text .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
    cursor: none;
  }
}
.step-form-block .step-item .text .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
}
.step-form-block .step-item .text .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::after {
  width: 14px;
  height: 14px;
  background: #000;
  position: absolute;
  left: 4px;
  top: 2px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.step-form-block .step-item .text .next-step-checkbox.wpcf7-checkbox {
  font-size: 0;
  max-width: none;
}
.step-form-block .step-item .text .next-step-checkbox.wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin: 10px;
}
@media (max-width: 768px) {
  .step-form-block .step-item .text .next-step-checkbox.wpcf7-checkbox .wpcf7-list-item {
    margin: 5px;
  }
}
.step-form-block .step-item .text .next-step-checkbox.wpcf7-checkbox .wpcf7-list-item label {
  text-align: center;
  margin-bottom: 0;
}
.step-form-block .step-item .text .next-step-checkbox.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.step-form-block .step-item .text .next-step-checkbox.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"]:checked + span {
  background: #F6A31A;
}
.step-form-block .step-item .text .next-step-checkbox.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  background: #2B78BD;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  border-radius: 6px;
  padding: 17px;
  min-width: 220px;
}
@media (max-width: 1366px) {
  .step-form-block .step-item .text .next-step-checkbox.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
    min-width: 180px;
  }
}
@media (max-width: 1024px) {
  .step-form-block .step-item .text .next-step-checkbox.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
    min-width: auto;
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  .step-form-block .step-item .text .next-step-checkbox.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
    cursor: none;
  }
}
.step-form-block .step-item .text .next-step-checkbox.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::before, .step-form-block .step-item .text .next-step-checkbox.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
}
.step-form-block .step-item .text .next-step-checkbox.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:hover {
  background: #F6A31A;
}
.step-form-block .step-item .left-wrapper {
  -webkit-flex-basis: 33%;
  -moz-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}
@media (max-width: 1366px) {
  .step-form-block .step-item .left-wrapper {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
@media (max-width: 1024px) {
  .step-form-block .step-item .left-wrapper {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (max-width: 768px) {
  .step-form-block .step-item .left-wrapper {
    margin-bottom: 20px;
  }
}
.step-form-block .step-item .right-wrapper {
  -webkit-flex-basis: 36%;
  -moz-flex-basis: 36%;
  -ms-flex-preferred-size: 36%;
  flex-basis: 36%;
}
@media (max-width: 1366px) {
  .step-form-block .step-item .right-wrapper {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
@media (max-width: 1024px) {
  .step-form-block .step-item .right-wrapper {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
.step-form-block .step-item .right-wrapper input[type="text"], .step-form-block .step-item .right-wrapper input[type="tel"], .step-form-block .step-item .right-wrapper input[type="email"] {
  border-color: #A4A4A4;
}
.step-form-block .step-item .right-wrapper input[type="text"]:focus, .step-form-block .step-item .right-wrapper input[type="tel"]:focus, .step-form-block .step-item .right-wrapper input[type="email"]:focus {
  border-color: #2B78BD;
}
@media (min-width: 1025px) {
  .step-form-block .step-item .right-wrapper input[type="submit"] {
    padding: 18px 40px 18px 20px;
  }
}
.step-form-block .step-item .right-wrapper p {
  font-size: 10px;
  line-height: 1.6;
  font-weight: 300;
  margin-top: 20px;
  color: #333;
  margin-bottom: 0;
}
.step-form-block .step-item.step-item-start {
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  text-align: center;
  display: block;
}
@media (max-width: 480px) {
  .step-form-block .step-item.step-item-start {
    padding: 0;
  }
}
.step-form-block .step-item.step-item-start blockquote {
  background: #F6A31A;
  display: inline-block;
  border-radius: 3px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.step-form-block .step-item.step-item-start blockquote p {
  font-size: 20px;
  font-family: "Inconsolata";
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
.step-form-block .step-item.step-item-start .wrapper {
  max-width: 700px;
  margin: 65px auto 0;
  background: #FFFFFF;
  border-bottom: 2px solid #F6A31A;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 60px 10% 50px;
}
@media (max-width: 768px) {
  .step-form-block .step-item.step-item-start .wrapper {
    margin: 0 auto;
    padding: 40px 20px;
  }
}
@media (max-width: 480px) {
  .step-form-block .step-item.step-item-start .wrapper {
    padding: 20px;
  }
}
.step-form-block .step-item.step-item-start .wrapper h5 {
  font-weight: 500;
  color: #000;
}
.step-form-block .step-item.step-item-start .wrapper p {
  font-size: 16px;
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .step-form-block .step-item.step-item-start .wrapper p {
    margin-bottom: 20px;
  }
}
.step-form-block .step-item.step-item-start .wrapper .custom-label {
  position: relative;
  z-index: 0;
}
.step-form-block .step-item.step-item-start .wrapper .custom-label input {
  padding-right: 140px;
}
@media (max-width: 480px) {
  .step-form-block .step-item.step-item-start .wrapper .custom-label input {
    padding-right: 85px;
  }
}
.step-form-block .step-item.step-item-start .wrapper .custom-label .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  min-width: auto;
  padding: 13px 20px;
  font-size: 16px;
}
@media (max-width: 480px) {
  .step-form-block .step-item.step-item-start .wrapper .custom-label .btn {
    padding: 5px 10px;
  }
  .step-form-block .step-item.step-item-start .wrapper .custom-label .btn::after {
    display: none;
  }
}
.step-form-block .step-item.step-item-start .wrapper .custom-label .btn.disable-btn {
  opacity: 0.8;
  pointer-events: none;
}
.step-form-block .step-item.active-step {
  display: block;
}
.tpl-form .main-menu {
  display: none;
}
.tpl-form .main-phone {
  display: none;
}
@media (max-width: 480px) {
  .tpl-form .step-form-header {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.tpl-form .step-form-header .sub-title {
  font-weight: 500;
}
@media (max-width: 768px) {
  .tpl-form .step-form-header .sub-title {
    font-size: 12px;
  }
}
.tpl-form .step-form-header .phone {
  font-size: 32px;
  line-height: 1;
  color: #000;
  font-weight: 500;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .tpl-form .step-form-header .phone {
    font-size: 18px;
    margin-left: 10px;
  }
}
.tpl-form .step-form-header .phone:hover {
  color: #faca7c;
}
.home .top-block .text {
  max-width: 600px;
}
@media (min-width: 1025px) {
  .home .top-block .text h1 {
    font-size: 54px;
  }
}
@media (max-width: 480px) {
  .home .top-block .text h1 br {
    display: none;
  }
}
