@font-face {
  font-family: "SF UI Display";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/sf-ui-display/SFUIDisplay-Heavy.eot");
  src: url("../fonts/sf-ui-display/SFUIDisplay-Heavy.eot?#iefix") format('embedded-opentype'), url("../fonts/sf-ui-display/SFUIDisplay-Heavy.woff") format('woff'), url("../fonts/sf-ui-display/SFUIDisplay-Heavy.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: "SF UI Display";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/sf-ui-display/SFUIDisplay-Bold.eot");
  src: url("../fonts/sf-ui-display/SFUIDisplay-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/sf-ui-display/SFUIDisplay-Bold.woff") format('woff'), url("../fonts/sf-ui-display/SFUIDisplay-Bold.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: "SF UI Display";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/sf-ui-display/SFUIDisplay-Semibold.eot");
  src: url("../fonts/sf-ui-display/SFUIDisplay-Semibold.eot?#iefix") format('embedded-opentype'), url("../fonts/sf-ui-display/SFUIDisplay-Semibold.woff") format('woff'), url("../fonts/sf-ui-display/SFUIDisplay-Semibold.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: "SF UI Display";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/sf-ui-display/SFUIDisplay-Medium.eot");
  src: url("../fonts/sf-ui-display/SFUIDisplay-Medium.eot?#iefix") format('embedded-opentype'), url("../fonts/sf-ui-display/SFUIDisplay-Medium.woff") format('woff'), url("../fonts/sf-ui-display/SFUIDisplay-Medium.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: "SF UI Display";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/sf-ui-display/SFUIDisplay-Light.eot");
  src: url("../fonts/sf-ui-display/SFUIDisplay-Light.eot?#iefix") format('embedded-opentype'), url("../fonts/sf-ui-display/SFUIDisplay-Light.woff") format('woff'), url("../fonts/sf-ui-display/SFUIDisplay-Light.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;
}
@media (max-width: 768px) {
  table {
    overflow-y: scroll;
    display: block;
  }
  table 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;
}
figure {
  margin: 0;
}
.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;
}
.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::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #036;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #00264d;
}
::-webkit-scrollbar-thumb:active {
  background: #00264d;
}
html {
  font: 400 17px/1.5714 'SF UI Display', sans-serif;
}
@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
}
body {
  color: #333;
  -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: 30px;
  line-height: 1.94;
}
@media (max-width: 1024px) {
  p {
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  p {
    margin-bottom: 12px;
  }
}
p strong {
  font-weight: 600;
}
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;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 50px;
  width: 100%;
  border: 1px solid #000;
  background: #fff;
  padding: 0 20px;
  font-family: 'SF UI Display';
  font-size: 14px;
}
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 {
  border-color: #036;
}
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 {
  color: #333;
  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 {
  color: #333;
  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 {
  color: #333;
  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 {
  color: #333;
  opacity: 1;
}
textarea {
  resize: none;
  height: 100px;
  padding: 12px 20px;
  display: block;
}
.btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
  display: inline-block;
  line-height: 1.2;
  padding: 20px 75px 20px 40px;
  font-size: 20px;
  font-weight: 400;
  background: #c00;
  border-radius: 10px;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: 'SF UI Display';
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1024px) {
  .btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
    font-size: 16px;
    padding: 20px 65px 20px 20px;
  }
}
@media (max-width: 480px) {
  .btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
    padding: 15px 40px 15px 20px;
    font-size: 14px;
  }
}
.btn::before, .post-navigation [rel="next"]::before, .post-navigation [rel="prev"]::before, .submit::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 50px;
  width: 1px;
  background: #d9d9d9;
  height: 70%;
}
@media (max-width: 480px) {
  .btn::before, .post-navigation [rel="next"]::before, .post-navigation [rel="prev"]::before, .submit::before {
    right: 30px;
  }
}
.btn::after, .post-navigation [rel="next"]::after, .post-navigation [rel="prev"]::after, .submit::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 23px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotateZ(-45deg);
  -moz-transform: translate(0, -50%) rotateZ(-45deg);
  -ms-transform: translate(0, -50%) rotateZ(-45deg);
  -o-transform: translate(0, -50%) rotateZ(-45deg);
  transform: translate(0, -50%) rotateZ(-45deg);
}
@media (max-width: 480px) {
  .btn::after, .post-navigation [rel="next"]::after, .post-navigation [rel="prev"]::after, .submit::after {
    right: 12px;
  }
}
.btn:hover, .post-navigation [rel="next"]:hover, .post-navigation [rel="prev"]:hover, .submit:hover {
  background: #004c99;
}
h1, h2 {
  font-size: 55px;
  font-weight: 800;
  font-family: 'SF UI Display';
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #333;
}
@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, .post .post-title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 800;
  font-family: 'SF UI Display';
  color: #333;
  margin-bottom: 25px;
}
@media (max-width: 1366px) {
  h3, .post .post-title {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  h3, .post .post-title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  h3, .post .post-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  h3, .post .post-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
h4, .buttons-box .item .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #036;
}
@media (max-width: 1024px) {
  h4, .buttons-box .item .title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  h4, .buttons-box .item .title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  h4, .buttons-box .item .title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.container {
  margin: 0 auto;
  width: 1440px;
  max-width: 94%;
  position: relative;
}
.text ul {
  margin-bottom: 20px;
}
.text ul li {
  padding-left: 30px;
  position: relative;
  line-height: 1.94;
}
@media (max-width: 1024px) {
  .text ul li {
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .text ul li {
    margin-bottom: 12px;
  }
}
.text ul li:before {
  content: "";
  background: #c00;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 0.7647058824rem;
  left: 0;
}
.text p > a:not(.btn), .text li a, .text p strong a {
  color: #1f81e2;
  text-decoration: underline;
}
.text p > a:not(.btn):hover, .text li a:hover, .text p strong a:hover {
  color: #79b4ee;
}
.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: 20px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #f00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: 'SF UI Display';
  height: 100%;
  line-height: 50px;
  padding: 0 23px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: 'SF UI Display';
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
  color: #000;
}
div.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
}
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;
  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;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.main-menu > ul > li {
  display: inline-block;
}
.main-menu > ul > li > a {
  font-weight: 400;
  font-size: 17px;
  color: #036;
  display: inline-block;
  line-height: 40px;
  padding: 0 19px;
}
@media (max-width: 1600px) {
  .main-menu > ul > li > a {
    padding: 0 15px;
    font-size: 15px;
  }
}
@media (max-width: 1366px) {
  .main-menu > ul > li > a {
    padding: 0 10px;
    font-size: 12px;
  }
}
.main-menu > ul > li > a:hover {
  background: #036;
  color: #fff;
}
.main-menu > ul > li.menu-item-has-children > a {
  position: relative;
  z-index: 0;
}
.main-menu > ul > li.menu-item-has-children > a::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 8px;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: translate(0, -50%) rotateZ(45deg);
  -moz-transform: translate(0, -50%) rotateZ(45deg);
  -ms-transform: translate(0, -50%) rotateZ(45deg);
  -o-transform: translate(0, -50%) rotateZ(45deg);
  transform: translate(0, -50%) rotateZ(45deg);
}
@media (max-width: 1600px) {
  .main-menu > ul > li.menu-item-has-children > a::before {
    right: 3px;
  }
}
@media (max-width: 1366px) {
  .main-menu > ul > li.menu-item-has-children > a::before {
    right: 0;
  }
}
.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: #036;
  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: 17px;
  display: block;
  padding: 10px 19px;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .main-menu .menu-item-has-children .sub-menu li a {
    padding: 10px 15px;
    font-size: 15px;
  }
}
@media (max-width: 1440px) {
  .main-menu .menu-item-has-children .sub-menu li a {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .main-menu .menu-item-has-children .sub-menu li a {
    padding: 0 10px;
    font-size: 12px;
  }
}
.main-menu .menu-item-has-children .sub-menu li a:hover {
  background: #001a33;
}
.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: #001a33;
}
.main-menu .menu-item-has-children:hover > a {
  background: #036;
  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: 4px;
  right: 15px;
  z-index: 2;
  cursor: pointer;
  border-radius: 4px;
  background: #036;
}
@media (max-width: 1024px) {
  .menu-burger {
    display: block;
  }
}
@media (max-width: 480px) {
  .menu-burger {
    top: 39px;
    right: 10px;
  }
}
.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: #036;
  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 .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: #036;
}
.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;
}
.search-box .search-btn:hover {
  color: #036;
}
.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: 16px;
  margin: 5px;
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .share-icons a, .social-icons a {
    width: 24px;
    height: 24px;
    margin: 2px;
    border-radius: 2px;
    font-size: 14px;
  }
}
.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: #0177b5;
}
.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: 16px;
  display: block;
  color: #fff;
}
@media (max-width: 480px) {
  .share-icons a svg, .social-icons a svg {
    height: 14px;
  }
}
.selectric {
  border: none;
  border-bottom: 2px solid #036;
  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: #333;
  font-family: 'SF UI Display';
  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: #036 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: #000;
}
.selectric-hover .selectric .button::before, .selectric-focus .selectric .button::before {
  color: #000;
}
.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: #036;
}
.breadcrumb {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #333;
  position: relative;
  display: inline-block;
}
.breadcrumb a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #06c;
  -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: #06c;
}
.breadcrumb a:hover:before {
  width: 100%;
  opacity: 1;
}
.pagination {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .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-size: 14px;
  padding: 5px 10px;
  background: #036;
  color: #fff;
  margin: 0 10px;
  border-radius: 4px;
}
.pagination svg {
  height: 12px;
}
.pagination .current {
  background: #06c;
}
.pagination a.page-numbers:hover {
  background: #06c;
}
.pagination .prev, .pagination .next {
  position: relative;
}
@media (max-width: 768px) {
  .posts-wrapper {
    display: block;
  }
}
.post {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .post {
    display: block;
  }
}
.post .thumb {
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
}
.post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  background: #eee;
}
.post .post-title {
  display: block;
}
.post .more {
  position: relative;
  display: inline-block;
}
.post .more:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #06c;
  -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;
}
.post .more:hover {
  color: #06c;
}
.post .more:hover:before {
  width: 100%;
  opacity: 1;
}
.post-navigation {
  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;
}
.post-navigation [rel="next"] svg, .post-navigation [rel="prev"] svg {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.post-navigation [rel="next"] span, .post-navigation [rel="prev"] span {
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}
.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;
}
.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;
  }
}
.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%;
}
.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;
  }
}
.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;
  }
}
.last-no-spacing > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.footer-section .main-container {
  padding: 70px 0;
  background: #036;
  color: #fff;
}
@media (max-width: 1024px) {
  .footer-section .main-container {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .footer-section .main-container {
    padding: 30px 0;
  }
}
@media (max-width: 576px) {
  .footer-section .main-container {
    padding: 20px 0;
  }
}
.footer-section .main-container h6 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.footer-section .main-container p {
  margin-bottom: 20px;
}
.footer-section .main-container .footer-wrapper {
  display: flex;
  align-items: f;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .footer-section .main-container .footer-wrapper {
    justify-content: center;
  }
}
.footer-section .main-container .footer-wrapper .main-info-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  grid-gap: 80px;
}
@media (max-width: 1450px) {
  .footer-section .main-container .footer-wrapper .main-info-wrapper {
    grid-gap: 40px;
  }
}
@media (max-width: 1024px) {
  .footer-section .main-container .footer-wrapper .main-info-wrapper {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .footer-section .main-container .footer-wrapper .main-info-wrapper .contacts {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.footer-section .main-container .footer-wrapper .main-info-wrapper .contacts p {
  font-size: 16px;
}
@media (max-width: 576px) {
  .footer-section .main-container .footer-wrapper .main-info-wrapper .footer-menu-wrapper {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.footer-section .main-container .footer-wrapper .main-info-wrapper .footer-menu-wrapper .footer-menu {
  column-count: 3;
  column-gap: 90px;
  row-gap: 20px;
}
@media (max-width: 1450px) {
  .footer-section .main-container .footer-wrapper .main-info-wrapper .footer-menu-wrapper .footer-menu {
    column-gap: 30px;
  }
}
@media (max-width: 1250px) {
  .footer-section .main-container .footer-wrapper .main-info-wrapper .footer-menu-wrapper .footer-menu {
    column-count: 2;
  }
}
@media (max-width: 768px) {
  .footer-section .main-container .footer-wrapper .main-info-wrapper .footer-menu-wrapper .footer-menu {
    column-gap: 20px;
    column-count: 1;
  }
}
.footer-section .main-container .footer-wrapper .main-info-wrapper .footer-menu-wrapper .footer-menu ul li {
  margin-bottom: 20px;
}
.footer-section .main-container .footer-wrapper .main-info-wrapper .footer-menu-wrapper .footer-menu ul li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.footer-section .main-container .footer-wrapper .images-wrapper {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 40px;
}
@media (max-width: 1450px) {
  .footer-section .main-container .footer-wrapper .images-wrapper {
    column-gap: 5px;
  }
}
@media (max-width: 1024px) {
  .footer-section .main-container .footer-wrapper .images-wrapper {
    flex-basis: 100%;
    max-width: 100%;
    justify-content: center;
    column-gap: 30px;
    margin-top: 20px;
  }
}
.footer-section .main-container .footer-wrapper .images-wrapper .image:nth-child(2) {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
}
.footer-section .main-container .footer-wrapper .images-wrapper .image {
  display: flex;
  align-items: center;
}
.footer-section .copyright-row {
  padding: 20px 0;
  background-color: #031b32;
}
.footer-section .copyright-row .copyright-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.footer-section .copyright-row .copyright-wrapper .text p {
  margin-bottom: 0;
  color: #a8a8a8;
  font-size: 16px;
}
.footer-section .copyright-row .copyright-wrapper a {
  color: #a8a8a8;
  font-size: 16px;
}
.list-box .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media (max-width: 1024px) {
  .list-box .items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .list-box .items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}
@media (max-width: 576px) {
  .list-box .items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.list-box .items .info {
  padding: 20px 15px 20px 25px;
  border-radius: 10px;
  background-color: rgba(31, 129, 226, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 120px;
}
@media (max-width: 1200px) {
  .list-box .items .info {
    padding: 15px;
  }
}
.list-box .items .info .check {
  margin-right: 20px;
  width: 30px;
  height: 30px;
  background-color: #c00;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 1200px) {
  .list-box .items .info .check {
    margin-right: 15px;
  }
}
.list-box .items .info .check::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: url('../img/check.svg');
}
.list-box .items .info .text {
  flex: 1;
}
.left_right-text-box .left_right-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.left_right-text-box .left_right-wrapper .left-block {
  background-image: url('../img/bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.left_right-text-box .left_right-wrapper .left-block .wys {
  position: relative;
  z-index: 10;
  color: #fff;
}
.left_right-text-box .left_right-wrapper .left-block .wys li::before {
  background-color: #fff;
}
.left_right-text-box .left_right-wrapper .left-block .wys li::after {
  background-color: #c00;
}
.left_right-text-box .left_right-wrapper .left-block::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(1, 61, 121, 0.95);
  z-index: 5;
}
.left_right-text-box .left_right-wrapper .right-block {
  background-color: #f4f4f4;
  border: 1px solid #dbdbdb;
}
.left_right-text-box .left_right-wrapper .right-block .wys {
  color: #000;
}
.left_right-text-box .left_right-wrapper .right-block .wys ul li::before {
  background-color: #c00;
}
.left_right-text-box .left_right-wrapper .right-block .wys ul li::after {
  background-color: #fff;
}
.left_right-text-box .left_right-wrapper .right-block, .left_right-text-box .left_right-wrapper .left-block {
  margin: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 60px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .left_right-text-box .left_right-wrapper .right-block, .left_right-text-box .left_right-wrapper .left-block {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .left_right-text-box .left_right-wrapper .right-block, .left_right-text-box .left_right-wrapper .left-block {
    padding: 20px;
  }
}
.left_right-text-box .left_right-wrapper .right-block .wys, .left_right-text-box .left_right-wrapper .left-block .wys {
  font-weight: 500;
  font-size: 21px;
}
@media (max-width: 768px) {
  .left_right-text-box .left_right-wrapper .right-block .wys, .left_right-text-box .left_right-wrapper .left-block .wys {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .left_right-text-box .left_right-wrapper .right-block .wys, .left_right-text-box .left_right-wrapper .left-block .wys {
    font-size: 16px;
  }
}
.left_right-text-box .left_right-wrapper .right-block .wys ul li, .left_right-text-box .left_right-wrapper .left-block .wys ul li {
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
}
.left_right-text-box .left_right-wrapper .right-block .wys ul li a, .left_right-text-box .left_right-wrapper .left-block .wys ul li a {
  color: #fff;
  text-decoration: underline;
}
.left_right-text-box .left_right-wrapper .right-block .wys ul li::before, .left_right-text-box .left_right-wrapper .left-block .wys ul li::before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
.left_right-text-box .left_right-wrapper .right-block .wys ul li::after, .left_right-text-box .left_right-wrapper .left-block .wys ul li::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  left: 3px;
  top: 11px;
  border-radius: 50%;
}
.text-on-page-section .text-on-page-wrapper {
  position: relative;
  height: 550px;
}
.text-on-page-section .text-on-page-wrapper .text-box {
  position: absolute;
  bottom: 0;
  width: 40%;
  padding: 80px 70px 30px 0px;
  z-index: 10;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 1300px) {
  .text-on-page-section .text-on-page-wrapper .text-box {
    padding: 40px 20px 10px 0px;
  }
}
@media (max-width: 1024px) {
  .text-on-page-section .text-on-page-wrapper .text-box {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .text-on-page-section .text-on-page-wrapper {
    height: auto;
  }
}
.text-on-page-section .text-on-page-wrapper .image-box {
  position: absolute;
  z-index: 5;
  width: 75%;
  right: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .text-on-page-section .text-on-page-wrapper .image-box {
    position: relative;
    width: 100%;
  }
}
.text-on-page-section .text-on-page-wrapper .image-box .image-wrapper {
  position: relative;
  padding: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .text-on-page-section .text-on-page-wrapper .image-box .image-wrapper {
    padding: 10px;
  }
}
.text-on-page-section .text-on-page-wrapper .image-box .image-wrapper::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 50%;
  height: 75%;
  background-color: #c00;
  z-index: 4;
  border-radius: 10px;
}
.text-on-page-section .text-on-page-wrapper .image-box .image-wrapper::after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 85%;
  height: 75%;
  background-color: #036;
  z-index: 4;
  border-radius: 10px;
}
.text-on-page-section .text-on-page-wrapper .image-box .image-wrapper img {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 505px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .text-on-page-section .text-on-page-wrapper .image-box .image-wrapper img {
    height: 100%;
  }
}
header {
  position: relative;
  z-index: 100;
}
header > .container {
  width: 1720px;
}
header .custom-logo-link {
  -webkit-flex-basis: 150px;
  -moz-flex-basis: 150px;
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
  margin-right: 2%;
}
@media (max-width: 1700px) {
  header .custom-logo-link {
    margin-right: 20px;
    -webkit-flex-basis: 110px;
    -moz-flex-basis: 110px;
    -ms-flex-preferred-size: 110px;
    flex-basis: 110px;
  }
}
@media (max-width: 1366px) {
  header .custom-logo-link {
    -webkit-flex-basis: 80px;
    -moz-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  header .custom-logo-link {
    -webkit-flex-basis: 70px;
    -moz-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
  }
}
header .custom-logo-link:hover {
  opacity: 0.7;
}
header .right-header {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
header .top-h {
  position: relative;
  z-index: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding: 5px 0;
}
@media (max-width: 1024px) {
  header .top-h {
    padding: 0;
  }
}
header .top-h::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -20%;
  background: #036;
  border-radius: 0 0 0 10px;
  z-index: -1;
}
header .top-h .link-wrapper {
  padding-left: 35px;
  margin-left: 40px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1366px) {
  header .top-h .link-wrapper {
    padding-left: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 480px) {
  header .top-h .link-wrapper {
    padding-left: 10px;
    margin-left: 10px;
  }
}
header .top-h .link-wrapper::before {
  content: '';
  left: 0;
  height: 22px;
  width: 1px;
  background: #fff;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
@media (max-width: 480px) {
  header .top-h .link-wrapper::before {
    height: 15px;
  }
}
header .top-h .link-wrapper:first-of-type {
  margin-left: 0;
}
header .top-h .link-wrapper:first-of-type::before {
  display: none;
}
header .top-h .link {
  color: #fff;
  position: relative;
  z-index: 0;
  padding-left: 30px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media (max-width: 1366px) {
  header .top-h .link {
    font-size: 12px;
    letter-spacing: 0;
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  header .top-h .link {
    font-size: 0;
    display: block;
  }
}
@media (max-width: 480px) {
  header .top-h .link {
    padding-left: 16px;
  }
}
header .top-h .link svg {
  height: 18px;
  color: #fff;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 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;
}
@media (max-width: 1366px) {
  header .top-h .link svg {
    height: 14px;
  }
}
header .top-h .link:hover {
  color: #79b4ee;
}
header .top-h .link:hover svg {
  color: #79b4ee;
}
header .top-h .social-icons {
  margin-left: auto;
  padding-left: 15px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1366px) {
  header .top-h .social-icons {
    padding-left: 5px;
  }
}
@media (max-width: 1024px) {
  header .top-h .social-icons {
    margin-right: 40px;
  }
}
@media (max-width: 480px) {
  header .top-h .social-icons {
    margin-right: 0;
  }
}
header .top-h .social-icons::before {
  content: '';
  left: 0;
  height: 22px;
  width: 1px;
  background: #fff;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
@media (max-width: 480px) {
  header .top-h .social-icons::before {
    height: 15px;
  }
}
header .top-h .social-icons svg {
  opacity: 0.5;
}
header .top-h .social-icons a:hover svg {
  opacity: 1;
}
header .main-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
header .bottom-h {
  padding: 25px 0 32px;
}
@media (max-width: 1366px) {
  header .bottom-h {
    padding: 15px 0;
  }
}
@media (max-width: 1024px) {
  header .bottom-h {
    padding: 8px 0;
  }
}
header .button-h {
  padding: 14px 25px;
  font-size: 18px;
  font-weight: 500;
  margin-left: 5%;
}
@media (max-width: 1700px) {
  header .button-h {
    margin-left: 20px;
    padding: 14px 15px;
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  header .button-h {
    padding: 8px 6px;
    font-size: 13px;
    margin-left: 5px;
  }
}
@media (max-width: 1024px) {
  header .button-h {
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  header .button-h {
    margin-right: 45px;
  }
}
header .button-h::before, header .button-h::after {
  display: none;
}
.text-image {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .text-image > .container {
    display: block;
  }
}
.text-image .bg-image {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #036;
}
.text-image .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}
.text-image .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 25px 0;
}
@media (max-width: 1024px) {
  .text-image .text {
    padding: 0;
  }
}
.text-image.white-text {
  color: #fff;
}
.text-image.white-text h1, .text-image.white-text h2, .text-image.white-text h3, .text-image.white-text .post .post-title, .post .text-image.white-text .post-title, .text-image.white-text h4, .text-image.white-text .buttons-box .item .title, .buttons-box .item .text-image.white-text .title, .text-image.white-text h5, .text-image.white-text h6 {
  color: inherit;
}
.text-image.white-text a {
  color: #fff;
}
.text-image > .flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.text-image .images {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  position: relative;
  z-index: 0;
  margin-left: 7%;
}
@media (max-width: 1366px) {
  .text-image .images {
    margin-left: 40px;
  }
}
@media (max-width: 768px) {
  .text-image .images {
    max-width: 70%;
    margin: 30px auto;
  }
}
@media (max-width: 480px) {
  .text-image .images {
    width: 100%;
  }
}
.text-image .image {
  position: relative;
}
.text-image .image::before, .text-image .image::after {
  border-radius: 10px;
  content: '';
  z-index: -1;
  position: absolute;
}
@media (max-width: 480px) {
  .text-image .image::before, .text-image .image::after {
    border-radius: 5px;
  }
}
.text-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .text-image .image img {
    border-radius: 5px;
  }
}
.text-image .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;
}
@media (min-width: 769px) {
  .text-image .reverse .images {
    margin-right: 40px;
    margin-left: 0;
  }
}
@media (min-width: 1367px) {
  .text-image .reverse .images {
    margin-right: 7%;
  }
}
.text-image.type-1 .image:nth-child(1)::before {
  right: -20px;
  top: -20px;
  background: #c00;
  width: 80%;
  height: 70%;
}
@media (max-width: 480px) {
  .text-image.type-1 .image:nth-child(1)::before {
    right: -10px;
    top: -10px;
  }
}
.text-image.type-1 .image:nth-child(2), .text-image.type-1 .image:nth-child(3) {
  display: none;
}
.text-image.type-1 .reverse .image:nth-child(1)::before {
  right: auto;
  left: -20px;
  background: #036;
}
@media (max-width: 480px) {
  .text-image.type-1 .reverse .image:nth-child(1)::before {
    left: -10px;
    top: -10px;
  }
}
@media (min-width: 1367px) {
  .text-image.type-2 {
    margin-bottom: 150px;
  }
}
.text-image.type-2 .image:nth-child(1) {
  width: 88%;
  margin-left: auto;
}
.text-image.type-2 .image:nth-child(1)::before {
  background: #c00;
  top: -20px;
  left: -20px;
  width: 83%;
  height: 83%;
}
@media (max-width: 480px) {
  .text-image.type-2 .image:nth-child(1)::before {
    top: -10px;
    left: -10px;
  }
}
.text-image.type-2 .image:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 78%;
  z-index: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 1366px) {
  .text-image.type-2 .image:nth-child(2) {
    left: -30px;
  }
}
.text-image.type-2 .image:nth-child(2) img {
  max-height: 354px;
}
.text-image.type-2 .image:nth-child(2)::before {
  right: -20px;
  top: -20px;
  background: #fff;
  width: 95%;
  height: calc(50% + 20px);
  border-radius: 10px 10px 0 0;
}
@media (max-width: 480px) {
  .text-image.type-2 .image:nth-child(2)::before {
    right: -10px;
    top: -10px;
    border-radius: 5px 5px 0 0;
    height: calc(50% + 10px);
  }
}
.text-image.type-2 .image:nth-child(2)::after {
  right: -20px;
  bottom: -20px;
  background: #036;
  width: 95%;
  height: calc(50% + 20px);
  border-radius: 0 0 10px 10px;
}
@media (max-width: 480px) {
  .text-image.type-2 .image:nth-child(2)::after {
    right: -10px;
    bottom: -10px;
    border-radius: 0 0 5px 5px;
    height: calc(50% + 10px);
  }
}
.text-image.type-2 .image:nth-child(3) {
  display: none;
}
.text-image.type-2 .reverse .image:nth-child(1) {
  margin-left: 0;
}
.text-image.type-2 .reverse .image:nth-child(1)::before {
  background: #036;
  left: auto;
  right: -20px;
}
@media (max-width: 480px) {
  .text-image.type-2 .reverse .image:nth-child(1)::before {
    right: -10px;
  }
}
.text-image.type-2 .reverse .image:nth-child(2) {
  right: 0;
  left: auto;
}
.text-image.type-2 .reverse .image:nth-child(2)::before {
  left: -20px;
}
@media (max-width: 480px) {
  .text-image.type-2 .reverse .image:nth-child(2)::before {
    left: -10px;
  }
}
.text-image.type-2 .reverse .image:nth-child(2)::after {
  background: #c00;
  right: auto;
  left: -20px;
}
@media (max-width: 480px) {
  .text-image.type-2 .reverse .image:nth-child(2)::after {
    left: -10px;
  }
}
@media (max-width: 768px) {
  .text-image.type-2 .images.two-images {
    margin: 30px auto 150px;
  }
}
@media (max-width: 480px) {
  .text-image.type-2 .images.two-images {
    margin: 30px auto 90px;
  }
}
@media (max-width: 768px) {
  .text-image.type-2 .images.two-images .image:nth-child(2) img {
    max-height: 200px;
  }
}
.text-image.type-3 .images {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  height: 500px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .text-image.type-3 .images {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .text-image.type-3 .images {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .text-image.type-3 .images {
    height: 180px;
    margin-bottom: 30px;
  }
}
.text-image.type-3 .image:nth-child(1) {
  -webkit-flex-basis: calc(50% - 10px);
  -moz-flex-basis: calc(50% - 10px);
  -ms-flex-preferred-size: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  height: 100%;
}
@media (max-width: 480px) {
  .text-image.type-3 .image:nth-child(1) {
    -webkit-flex-basis: calc(50% - 5px);
    -moz-flex-basis: calc(50% - 5px);
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
  }
}
.text-image.type-3 .image:nth-child(1)::before {
  background: #fff;
  top: -20px;
  right: -20px;
  left: -20px;
  bottom: -20px;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .text-image.type-3 .image:nth-child(1)::before {
    top: -10px;
    right: -10px;
    left: -10px;
    bottom: -10px;
    border-radius: 10px;
  }
}
.text-image.type-3 .image:nth-child(2) {
  -webkit-flex-basis: calc(50% - 10px);
  -moz-flex-basis: calc(50% - 10px);
  -ms-flex-preferred-size: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  height: calc(50% - 20px);
  border-radius: 10px 10px 10px 0;
  overflow: hidden;
}
@media (max-width: 480px) {
  .text-image.type-3 .image:nth-child(2) {
    -webkit-flex-basis: calc(50% - 5px);
    -moz-flex-basis: calc(50% - 5px);
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
    height: calc(50% - 10px);
  }
}
.text-image.type-3 .image:nth-child(2) img {
  border-radius: 10px 10px 10px 0;
}
.text-image.type-3 .image:nth-child(3) {
  height: 60%;
  width: 72%;
  position: absolute;
  right: 0;
  top: 50%;
}
.text-image.type-3 .image:nth-child(3)::before {
  background: #036;
  top: -20px;
  right: -20px;
  left: -20px;
  bottom: -20px;
  border-radius: 20px;
  z-index: 0;
}
@media (max-width: 480px) {
  .text-image.type-3 .image:nth-child(3)::before {
    top: -10px;
    right: -10px;
    left: -10px;
    bottom: -10px;
    border-radius: 10px;
  }
}
.text-image.type-3 .image:nth-child(3) img {
  position: relative;
  z-index: 1;
}
.text-image.type-3 .reverse .images:not(.text-on-image,.reverse-images) {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
  margin-left: 0;
  margin-right: 7%;
}
@media (max-width: 1366px) {
  .text-image.type-3 .reverse .images:not(.text-on-image,.reverse-images) {
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .text-image.type-3 .reverse .images:not(.text-on-image,.reverse-images) {
    margin: 30px auto 60px;
  }
}
@media (max-width: 480px) {
  .text-image.type-3 .reverse .images:not(.text-on-image,.reverse-images) {
    margin: 30px auto;
  }
}
.text-image.type-3 .reverse .images:not(.text-on-image,.reverse-images) .image {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.text-image.type-3.white-text {
  margin-top: 200px;
}
@media (max-width: 1366px) {
  .text-image.type-3.white-text {
    margin-top: 100px;
  }
}
@media (max-width: 1024px) {
  .text-image.type-3.white-text {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .text-image.type-3.white-text {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .text-image.type-3.white-text {
    margin-top: 0;
  }
}
@media (min-width: 1367px) {
  .text-image.type-3.white-text .images {
    margin-top: -170px;
  }
}
.text-image.type-3:not(.white-text) .image:nth-child(1)::before {
  background: #c00;
  top: 20px;
  right: 0;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .text-image.type-3:not(.white-text) .image:nth-child(1)::before {
    border-radius: 5px;
  }
}
.text-image.type-3:not(.white-text) .image:nth-child(2) {
  background: #036;
}
.text-image.type-3:not(.white-text) .image:nth-child(2) img {
  opacity: 0.9;
}
.text-image.type-3:not(.white-text) .image:nth-child(3)::before {
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .text-image.type-3:not(.white-text) .image:nth-child(3)::before {
    border-radius: 5px;
  }
}
.text-image.type-3:not(.white-text) .reverse .image:nth-child(1)::before {
  background: #c00;
  top: 20px;
  right: -20px;
  left: 10px;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .text-image.type-3:not(.white-text) .reverse .image:nth-child(1)::before {
    right: -10px;
    border-radius: 5px;
  }
}
.text-image.type-3 .text-on-image .image::before {
  background: #fff !important;
}
.text-image.type-3 .text-on-image .image:nth-child(2) {
  border-radius: 10px;
}
.text-image.type-3 .text-on-image .image:nth-child(2) img {
  opacity: 0.2;
}
.text-image.type-3 .text-on-image .image:nth-child(2) .image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 15px;
  max-width: 250px;
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.2;
  z-index: 1;
}
@media (max-width: 1366px) {
  .text-image.type-3 .text-on-image .image:nth-child(2) .image-text {
    font-size: 25px;
  }
}
@media (max-width: 1024px) {
  .text-image.type-3 .text-on-image .image:nth-child(2) .image-text {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .text-image.type-3 .text-on-image .image:nth-child(2) .image-text {
    font-size: 14px;
    padding: 8px;
  }
}
.text-image.type-3 .images.reverse-images .image:nth-child(1)::before {
  right: 20px;
  left: -20px;
}
@media (max-width: 480px) {
  .text-image.type-3 .images.reverse-images .image:nth-child(1)::before {
    right: 10px;
    left: -10px;
  }
}
@media (max-width: 480px) {
  .text-image.type-4 .images {
    margin-bottom: 50px;
  }
}
.text-image.type-4 .image:nth-child(1) {
  width: calc(100% - 20px);
  margin-left: auto;
  height: 450px;
}
@media (max-width: 1024px) {
  .text-image.type-4 .image:nth-child(1) {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .text-image.type-4 .image:nth-child(1) {
    height: 180px;
  }
}
.text-image.type-4 .image:nth-child(1)::before {
  background: #c00;
  top: -20px;
  right: -20px;
  width: 83%;
  height: 83%;
}
@media (max-width: 480px) {
  .text-image.type-4 .image:nth-child(1)::before {
    top: -10px;
    right: -10px;
  }
}
.text-image.type-4 .image.blue::before {
  background: #036;
}
.text-image.type-4 .big-img {
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
}
@media (max-width: 480px) {
  .text-image.type-4 .big-img {
    border-radius: 5px;
  }
}
.text-image.type-4 .big-img img {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  max-width: none;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
}
.text-image.type-4 .second-image {
  display: block;
  position: absolute;
  bottom: -30px;
  left: -30px;
  z-index: 0;
  width: 50%;
  height: 50%;
  overflow: hidden;
  outline: 16px solid #fff;
  border-radius: 10px;
  box-sizing: border-box;
  background: #036;
}
@media (max-width: 480px) {
  .text-image.type-4 .second-image {
    outline: 8px solid #fff;
  }
}
.text-image.type-4 .second-image img {
  border-radius: 10px;
  position: absolute;
  max-width: none;
  bottom: 0;
  left: 0;
  width: 210%;
  height: 214%;
  opacity: 0.7;
}
@media (max-width: 480px) {
  .text-image.type-4 .second-image img {
    width: 230%;
    height: 230%;
  }
}
.text-image.type-4 .blue .second-image {
  background: #c00;
}
.text-image.type-4 .image:nth-child(2), .text-image.type-4 .image:nth-child(3) {
  display: none;
}
.text-image.type-4 .reverse .image:nth-child(1) {
  margin-right: auto;
}
.text-image.type-4 .reverse .image:nth-child(1)::before {
  background: #036;
  top: -20px;
  right: auto;
  left: -20px;
  width: 83%;
  height: 83%;
}
@media (max-width: 480px) {
  .text-image.type-4 .reverse .image:nth-child(1)::before {
    top: -10px;
    left: -10px;
  }
}
.text-image.type-4 .reverse .big-img img {
  left: 0;
  top: 0;
  right: auto;
}
.text-image.type-4 .reverse .second-image {
  right: -30px;
  left: auto;
  background: #c00;
}
.text-image.type-4 .reverse .second-image img {
  left: auto;
  right: 0;
}
.text-image.type-5 {
  margin-top: 200px;
}
@media (max-width: 1366px) {
  .text-image.type-5 {
    margin-top: 100px;
  }
}
@media (max-width: 1024px) {
  .text-image.type-5 {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .text-image.type-5 .images {
    margin: 100px auto 0;
  }
}
@media (max-width: 480px) {
  .text-image.type-5 .images {
    margin: 70px auto 0;
  }
}
.text-image.type-5 .image:nth-child(1), .text-image.type-5 .image:nth-child(2) {
  z-index: 1;
  width: 54%;
}
.text-image.type-5 .image:nth-child(1)::before, .text-image.type-5 .image:nth-child(2)::before {
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .text-image.type-5 .image:nth-child(1)::before, .text-image.type-5 .image:nth-child(2)::before {
    border-radius: 10px;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
  }
}
.text-image.type-5 .image:nth-child(3) {
  display: none;
}
.text-image.type-5 .image:nth-child(2) {
  position: absolute;
  right: 0;
  top: -90px;
  z-index: -1;
  height: 100%;
}
@media (max-width: 1024px) {
  .text-image.type-5 .image:nth-child(2) {
    top: -60px;
  }
}
.text-block {
  position: relative;
  z-index: 1;
}
.text-block .title-wrapper {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .text-block .title-wrapper {
    margin-bottom: 15px;
  }
}
.text-block .title-wrapper::before, .text-block .title-wrapper::after {
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  background: #036;
  position: relative;
  top: 5px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .text-block .title-wrapper::before, .text-block .title-wrapper::after {
    top: 0;
  }
}
.text-block .title-wrapper .title {
  margin: 0 25px;
}
@media (max-width: 1024px) {
  .text-block .title-wrapper .title {
    margin: 0 15px;
  }
}
.text-block p {
  max-width: 1280px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 1025px) {
  .text-block p {
    font-size: 20px;
    line-height: 1.65;
  }
}
.text-block hr {
  display: block;
  width: 100%;
  height: 2px;
  background: #036;
  margin-top: 38px;
}
@media (max-width: 1024px) {
  .text-block hr {
    margin-top: 20px;
  }
}
.text-block form {
  max-width: 600px;
  margin: 0 auto;
}
.text-block form .btn, .text-block form .post-navigation [rel="next"], .post-navigation .text-block form [rel="next"], .text-block form .post-navigation [rel="prev"], .post-navigation .text-block form [rel="prev"] {
  padding: 15px 40px;
}
.icon-list-box .list {
  position: relative;
  z-index: 0;
}
.icon-list-box .list::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  top: 50%;
  background: #036;
  width: 100vw;
  z-index: -1;
}
@media (max-width: 1366px) {
  .icon-list-box .list::before {
    top: 75%;
  }
}
@media (max-width: 480px) {
  .icon-list-box .list::before {
    display: none;
  }
}
.icon-list-box .bg-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  overflow: hidden;
  z-index: -1;
}
@media (max-width: 1366px) {
  .icon-list-box .bg-image {
    bottom: 25%;
  }
}
@media (max-width: 480px) {
  .icon-list-box .bg-image {
    bottom: 0;
  }
}
.icon-list-box .bg-image::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  z-index: 0;
}
.icon-list-box .bg-image img {
  max-width: none;
  width: 136%;
  height: auto;
  opacity: 0.1;
  position: relative;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.icon-list-box .grid-4 {
  -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%;
}
.icon-list-box .grid-4 > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1366px) {
  .icon-list-box .grid-4 {
    -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%;
  }
  .icon-list-box .grid-4 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .icon-list-box .grid-4 {
    -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%;
  }
  .icon-list-box .grid-4 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.icon-list-box .grid-3 {
  -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%;
}
.icon-list-box .grid-3 > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1366px) {
  .icon-list-box .grid-3 {
    -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%;
  }
  .icon-list-box .grid-3 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .icon-list-box .grid-3 {
    -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%;
  }
  .icon-list-box .grid-3 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.icon-list-box .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%;
}
.icon-list-box .grid-2 > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 1024px) {
  .icon-list-box .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%;
  }
  .icon-list-box .grid-2 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.icon-list-box .item {
  border: 1px solid #1f81e2;
  border-radius: 10px;
  background: #fff;
  padding: 30px 10px 30px 30px;
}
@media (max-width: 768px) {
  .icon-list-box .item {
    padding: 15px 10px;
  }
}
.icon-list-box .item .icon {
  -webkit-flex-basis: 86px;
  -moz-flex-basis: 86px;
  -ms-flex-preferred-size: 86px;
  flex-basis: 86px;
  margin-right: 30px;
  width: 86px;
  height: 86px;
  background: #c00;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .icon-list-box .item .icon {
    -webkit-flex-basis: 60px;
    -moz-flex-basis: 60px;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
}
.icon-list-box .item .icon img {
  max-height: 42px;
  width: auto;
}
@media (max-width: 768px) {
  .icon-list-box .item .icon img {
    max-height: 30px;
  }
}
.icon-list-box .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 1025px) {
  .icon-list-box .item p {
    font-size: 20px;
    line-height: 1.65;
  }
}
.icon-list-box .item.center-icon {
  text-align: center;
}
.icon-list-box .item.center-icon .icon {
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .icon-list-box .item.center-icon .icon {
    margin: 0 auto 15px;
  }
}
@media (min-width: 1025px) {
  .icon-list-box .item.center-icon p {
    font-size: 18px;
    line-height: 1.65;
  }
}
.icon-list-box .bottom-text {
  background: #036;
  color: #fff;
  padding: 65px 0 85px;
  text-align: center;
}
@media (max-width: 1024px) {
  .icon-list-box .bottom-text {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .icon-list-box .bottom-text {
    padding: 25px 0;
  }
}
.icon-list-box .bottom-text a {
  color: #1f81e2;
}
.icon-list-box .bottom-text a:hover {
  color: #79b4ee;
}
.icon-list-box.type-2 .list::before {
  top: 160px;
}
@media (max-width: 480px) {
  .icon-list-box.type-2 .list::before {
    display: none;
  }
}
.icon-list-box.type-2 .item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding: 30px;
}
@media (max-width: 480px) {
  .icon-list-box.type-2 .item {
    padding: 15px;
  }
}
.icon-list-box.type-2 .item p {
  font-size: 18px;
  line-height: 1.55;
}
@media (max-width: 480px) {
  .icon-list-box.type-2 .item p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.icon-list-box.type-3 {
  margin-bottom: 70px;
}
@media (max-width: 1366px) {
  .icon-list-box.type-3 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .icon-list-box.type-3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .icon-list-box.type-3 {
    margin-bottom: 25px;
  }
}
.icon-list-box.type-3 .list::before {
  display: none;
}
.icon-list-box.type-3 .item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.icon-list-box.type-3 .item p {
  font-size: 18px;
  line-height: 1.55;
}
@media (max-width: 480px) {
  .icon-list-box.type-3 .item p {
    font-size: 16px;
  }
}
.icon-list-box.type-4 .list {
  padding-bottom: 100px;
}
@media (max-width: 1366px) {
  .icon-list-box.type-4 .list {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .icon-list-box.type-4 .list {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .icon-list-box.type-4 .list {
    padding-bottom: 25px;
  }
}
.icon-list-box.type-4 .list::before {
  top: 80px;
}
@media (max-width: 480px) {
  .icon-list-box.type-4 .list::before {
    display: none;
  }
}
.icon-list-box.type-4 .custom-icon {
  display: block;
  width: 65px;
  height: 65px;
  background: #c00;
  border-radius: 50%;
  margin-bottom: 45px;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .icon-list-box.type-4 .custom-icon {
    margin-bottom: 20px;
  }
}
.icon-list-box.type-4 .custom-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 45%;
  width: 12px;
  height: 25px;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
  -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);
}
.icon-list-box.type-4 p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .icon-list-box.type-4 p {
    line-height: 1.4;
  }
}
.icon-list-box.type-4 .item {
  display: block;
  padding: 50px 40px;
}
@media (max-width: 768px) {
  .icon-list-box.type-4 .item {
    padding: 25px;
  }
}
.icon-list-box.type-4 .transparent-item {
  background: transparent;
  border: none;
}
@media (min-width: 481px) {
  .icon-list-box.type-4 .transparent-item {
    color: #fff;
  }
}
.buttons-box .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%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.buttons-box .items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .buttons-box .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%;
  }
  .buttons-box .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .buttons-box .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.5%;
    width: 101%;
  }
  .buttons-box .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.buttons-box .item {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #036;
  min-height: 350px;
  text-align: center;
  padding: 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .buttons-box .item {
    min-height: 250px;
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .buttons-box .item:last-child {
    margin-bottom: 0;
  }
}
.buttons-box .item img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  object-fit: cover;
  opacity: 0.7;
  z-index: -1;
  -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;
}
.buttons-box .item .title {
  color: #fff;
  display: block;
  margin-bottom: 0;
}
.buttons-box .item:hover img {
  opacity: 0.5;
}
.logos-box .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%;
}
.logos-box .items > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .logos-box .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%;
  }
  .logos-box .items > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 768px) {
  .logos-box .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%;
  }
  .logos-box .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
.logos-box .item {
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 360px;
  -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: 1366px) {
  .logos-box .item {
    height: 260px;
  }
}
@media (max-width: 480px) {
  .logos-box .item {
    height: 220px;
  }
}
.logos-box .item .front {
  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;
  height: 100%;
  background: #fff;
}
.logos-box .item .front .logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 40px;
}
@media (max-width: 768px) {
  .logos-box .item .front .logo {
    padding: 20px;
  }
}
.logos-box .item .front .logo img {
  max-height: 200px;
}
.logos-box .item .front .phone-front {
  background: #036;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 20px 10px;
}
@media (max-width: 768px) {
  .logos-box .item .front .phone-front {
    padding: 10px 5px;
  }
}
.logos-box .item .back {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: -1;
  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;
}
.logos-box .item .back .inner {
  padding: 20px;
  text-align: center;
}
@media (max-width: 480px) {
  .logos-box .item .back .inner {
    padding: 10px;
  }
}
.logos-box .item .back h4, .logos-box .item .back .buttons-box .item .title, .buttons-box .item .logos-box .item .back .title {
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  .logos-box .item .back h4, .logos-box .item .back .buttons-box .item .title, .buttons-box .item .logos-box .item .back .title {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .logos-box .item .back h4, .logos-box .item .back .buttons-box .item .title, .buttons-box .item .logos-box .item .back .title {
    font-size: 16px;
  }
}
.logos-box .item .back .btn, .logos-box .item .back .post-navigation [rel="next"], .post-navigation .logos-box .item .back [rel="next"], .logos-box .item .back .post-navigation [rel="prev"], .post-navigation .logos-box .item .back [rel="prev"] {
  font-size: 14px;
  padding: 15px 60px 15px 20px;
}
@media (max-width: 480px) {
  .logos-box .item .back .btn, .logos-box .item .back .post-navigation [rel="next"], .post-navigation .logos-box .item .back [rel="next"], .logos-box .item .back .post-navigation [rel="prev"], .post-navigation .logos-box .item .back [rel="prev"] {
    font-size: 13px;
    padding: 10px 40px 10px 10px;
  }
}
.logos-box .item .back p {
  margin-bottom: 15px;
}
@media (max-width: 1366px) {
  .logos-box .item .back p {
    font-size: 14px;
  }
}
.logos-box .item .back .bottom .title {
  display: block;
  padding: 10px 0;
  font-weight: 700;
}
@media (max-width: 480px) {
  .logos-box .item .back .bottom .title {
    padding: 10px 0 5px;
  }
}
.logos-box .item .back .bottom .icon {
  color: #333;
  margin: 0 10px;
}
.logos-box .item .back .bottom .icon svg {
  height: 30px;
}
.logos-box .item .back .bottom .icon:hover {
  color: #06c;
}
.logos-box .item:hover .back {
  z-index: 1;
  opacity: 1;
}
.locations-box > .container {
  width: 1200px;
}
.locations-box .item {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .locations-box .item {
    margin-bottom: 25px;
    display: block;
  }
}
.locations-box .item:last-child {
  margin-bottom: 0;
}
.locations-box .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 40px;
}
@media (max-width: 480px) {
  .locations-box .item .text {
    margin-right: 0;
  }
}
.locations-box .item .map {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 480px) {
  .locations-box .item .map {
    margin-top: 30px;
  }
}
.locations-box .item .map iframe {
  width: 100%;
  height: 300px;
}
.locations-box .item:nth-child(2n) {
  -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;
}
.locations-box .item:nth-child(2n) .text {
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 480px) {
  .locations-box .item:nth-child(2n) .text {
    margin-left: 0;
  }
}
.top {
  position: relative;
  z-index: 0;
  min-height: 550px;
  padding: 60px 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 9px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1024px) {
  .top {
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .top {
    padding: 30px 0;
  }
}
.top::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #000 0%, rgba(0, 0, 0, 0) 94.76%);
}
.top > .container {
  width: 1040px;
}
.top .image {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #036;
}
.top .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.top h1, .top h2, .top h3, .top .post .post-title, .post .top .post-title, .top h4, .top .buttons-box .item .title, .buttons-box .item .top .title, .top h5, .top h6 {
  color: inherit;
}
.top h1 {
  margin-bottom: 0;
}
.top p {
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .top p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .top p {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .home .top {
    min-height: 800px;
  }
}
.home .top::before {
  display: none;
}
.home .top .image img {
  opacity: 0.8;
}
.page-id-205 .top > .container {
  width: 1300px;
}
