* {
  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;
}
.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: #005492 #eaeaea;
  scrollbar-width: thin;
}
html::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #005492;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #004579;
}
::-webkit-scrollbar-thumb:active {
  background: #004579;
}
html {
  font: 400 14px/1.5714 'Poppins', 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.88;
}
@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;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 60px;
  width: 100%;
  border: 1px solid transparent;
  background: #fff;
  padding: 0 20px;
  font-family: 'Poppins';
  color: #636363;
  font-size: 16px;
  border-radius: 5px;
}
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: #005492;
}
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: #a1a1a1;
  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: #a1a1a1;
  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: #a1a1a1;
  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: #a1a1a1;
  opacity: 1;
}
textarea {
  resize: none;
  height: 100px;
  padding: 12px 20px;
  display: block;
}
.btn, .submit {
  display: inline-block;
  line-height: 1;
  padding: 18px 40px;
  border-radius: 32px;
  font-size: 18px;
  font-weight: 600;
  background: #005492;
  color: #fff;
  font-family: 'Poppins';
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.btn:hover, .submit:hover {
  background: #29aae3;
}
.btn.blue, .submit.blue {
  background: #29aae3;
}
.btn.blue:hover, .submit.blue:hover {
  color: #005492;
  background: #fff;
}
h1, h2 {
  font-size: 48px;
  line-height: 1.3;
  font-weight: 600;
  color: #274c78;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h1, h2 {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  h1, h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
h3 {
  color: #274c78;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
h4 {
  color: #1e293b;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 12px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 20px;
  }
}
h5 {
  color: #274c78;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  h5 {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  h5 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.container {
  margin: 0 auto;
  width: 1140px;
  max-width: 94%;
  position: relative;
}
.text {
  max-width: 100%;
}
.text ul {
  margin-bottom: 20px;
}
.text ul li {
  padding-left: 30px;
  position: relative;
}
.text ul li:before {
  content: "";
  background: #005492;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 1.0714285714rem;
  left: 0;
}
.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: #008ff8;
}
.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: 'Poppins';
  height: 100%;
  line-height: 60px;
  padding: 0 23px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: 'Poppins';
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
  color: #000;
}
div.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
div.wpcf7 .btn-wrapper .btn {
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
}
div.wpcf7 .btn-wrapper .btn:hover {
  background: #29aae3;
  border-color: #29aae3;
}
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: 500;
  font-size: 18px;
  color: #274c78;
  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 {
  color: #29aae3;
}
.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 > ul > li.current-menu-item > a {
  color: #29aae3;
}
.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: #005492;
  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: 18px;
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}
.main-menu .menu-item-has-children .sub-menu li a:hover {
  background: #29aae3;
}
.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: #29aae3;
}
.main-menu .menu-item-has-children:hover > a {
  color: #29aae3;
}
.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: 15px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  border-radius: 4px;
  background: #005492;
}
@media (max-width: 1024px) {
  .menu-burger {
    display: block;
  }
}
@media (max-width: 480px) {
  .menu-burger {
    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: #005492;
  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: #008ff8;
}
.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: #008ff8;
}
.search-box .search-btn.close svg {
  opacity: 0;
}
.search-box .search-btn.close::before {
  opacity: 1;
}
.search-box .search-btn.close:hover::before {
  color: #008ff8;
}
.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: 20px;
  margin: 2px;
  width: 28px;
  height: 28px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #29aae3;
}
.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: 15px;
  display: block;
  color: #29aae3;
}
.share-icons a:hover, .social-icons a:hover {
  border-color: transparent;
}
.share-icons a:hover svg, .social-icons a:hover svg {
  color: #fff;
}
.selectric {
  border: none;
  border-bottom: 2px solid #005492;
  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: 60px;
  height: 60px;
  color: #000;
  font-family: 'Poppins';
  font-size: 16px;
  margin: 0 40px 0 12px;
}
.selectric .button {
  line-height: 60px;
  height: 60px;
  width: 60px;
  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: #005492 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: #00192c;
}
.selectric-hover .selectric .button::before, .selectric-focus .selectric .button::before {
  color: #00192c;
}
.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: #005492;
}
.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: #008ff8;
  -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: #008ff8;
}
.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: #005492;
  color: #fff;
  margin: 0 10px;
  border-radius: 4px;
}
.pagination svg {
  height: 12px;
}
.pagination .current {
  background: #008ff8;
}
.pagination a.page-numbers:hover {
  background: #008ff8;
}
.pagination .prev, .pagination .next {
  position: relative;
}
.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;
}
header {
  position: relative;
  z-index: 100;
  padding: 16px 0;
}
@media (max-width: 1024px) {
  header {
    padding: 5px 0;
  }
}
header .custom-logo-link {
  -webkit-flex-basis: 187px;
  -moz-flex-basis: 187px;
  -ms-flex-preferred-size: 187px;
  flex-basis: 187px;
  margin-right: 20px;
  position: relative;
  top: -14px;
}
@media (max-width: 1366px) {
  header .custom-logo-link {
    -webkit-flex-basis: 130px;
    -moz-flex-basis: 130px;
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
    margin-right: 10px;
  }
}
@media (max-width: 1024px) {
  header .custom-logo-link {
    top: -5px;
  }
}
header .custom-logo-link:hover {
  opacity: 0.7;
}
header > .container {
  width: 1700px;
}
header .btn {
  border: 2px solid #29aae3;
  background: #fff;
  color: #29aae3;
  padding: 12px 28px;
}
@media (max-width: 1024px) {
  header .btn {
    margin-right: 40px;
  }
}
@media (max-width: 480px) {
  header .btn {
    font-size: 16px;
    padding: 10px;
  }
}
header .btn:hover {
  background: #29aae3;
  color: #fff;
}
footer {
  border-top: 1px solid #e5e5e5;
}
footer .custom-logo-link {
  -webkit-flex-basis: 17%;
  -moz-flex-basis: 17%;
  -ms-flex-preferred-size: 17%;
  flex-basis: 17%;
  margin-right: 20px;
}
@media (max-width: 768px) {
  footer .custom-logo-link {
    display: block;
    max-width: 187px;
    margin: 0 auto 20px;
  }
}
footer .custom-logo-link:hover {
  opacity: 0.7;
}
footer .footer-top {
  padding: 90px 0 20px;
}
@media (max-width: 1366px) {
  footer .footer-top {
    padding: 60px 0 20px;
  }
}
@media (max-width: 1024px) {
  footer .footer-top {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  footer .footer-top {
    display: block;
    text-align: center;
  }
}
footer .footer-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
@media (max-width: 768px) {
  footer .footer-menu {
    margin-bottom: 20px;
  }
}
footer .footer-menu ul {
  font-size: 0;
  position: relative;
  top: -15px;
}
@media (max-width: 1024px) {
  footer .footer-menu ul {
    top: 0;
  }
}
footer .footer-menu ul li {
  display: inline-block;
  padding: 0 22px;
}
@media (max-width: 1024px) {
  footer .footer-menu ul li {
    padding: 10px;
  }
}
footer .footer-menu ul li a {
  color: #274c78;
  font-size: 18px;
  line-height: 1.11;
}
@media (max-width: 1024px) {
  footer .footer-menu ul li a {
    font-size: 16px;
  }
}
footer .footer-menu ul li:hover a, footer .footer-menu ul li.current-menu-item a {
  color: #29aae3;
}
footer .list {
  padding: 55px 0 30px;
  -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%;
  border-top: 1px solid #e5e5e5;
}
footer .list > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 768px) {
  footer .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 -1%;
    width: 102%;
    padding: 30px 0 10px;
  }
  footer .list > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  footer .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%;
  }
  footer .list > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
footer .list h4 {
  font-size: 16px;
  line-height: 1.2;
  color: #29aae3;
  margin-bottom: 15px;
}
footer .list .text p {
  color: #666;
  line-height: 1.9;
  margin-bottom: 20px;
}
footer .list .text p a:not(.btn) {
  color: inherit;
  text-decoration: none;
}
footer .list .text p a:not(.btn):hover {
  color: #29aae3;
}
footer .list .text p a[href^="https://maps"] {
  padding-left: 35px;
  position: relative;
  display: inline-block;
}
footer .list .text p a[href^="https://maps"]::before {
  content: '';
  background-image: url('../img/location.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 12px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 5px;
}
footer .list .text p a[href^="tel"] {
  padding-left: 35px;
  position: relative;
  display: inline-block;
}
footer .list .text p a[href^="tel"]::before {
  content: '';
  background-image: url('../img/phone.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 16px;
  height: 23px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 5px;
}
footer .list .text p a[href^="mailto"] {
  padding-left: 35px;
  position: relative;
  display: inline-block;
}
footer .list .text p a[href^="mailto"]::before {
  content: '';
  background-image: url('../img/email.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
footer .list .gallery .gallery-item {
  margin-top: 15px !important;
  padding-right: 15px;
}
footer .list .gallery .gallery-item img {
  border: none !important;
}
footer .copyright {
  display: block;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  padding: 28px 0;
}
@media (max-width: 1024px) {
  footer .copyright {
    padding: 15px 0;
  }
}
@media (max-width: 480px) {
  footer .copyright {
    padding: 10px 0;
  }
}
.top-block {
  position: relative;
  z-index: 0;
  min-height: 375px;
  text-align: center;
}
@media (max-width: 1366px) {
  .top-block {
    min-height: 200px;
  }
}
@media (max-width: 480px) {
  .top-block {
    min-height: auto;
    padding: 40px 0;
  }
}
.top-block h1 {
  color: #fff;
}
.top-block .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #000;
}
.top-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
.top-block::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 5.7vw 50vw;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}
.gallery-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.9%;
  width: 101.8%;
  padding: 70px 0 35px;
}
.gallery-list > * {
  width: 23.2%;
  margin: 0 0.9% 1.125em;
}
@media (max-width: 1024px) {
  .gallery-list {
    padding: 40px 0 20px;
  }
}
@media (max-width: 768px) {
  .gallery-list {
    padding: 25px 0 10px;
    -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%;
  }
  .gallery-list > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 480px) {
  .gallery-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 -1%;
    width: 102%;
  }
  .gallery-list > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
.gallery-list .image {
  display: block;
  aspect-ratio: 0.75;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #000;
}
@media (max-width: 480px) {
  .gallery-list .image {
    margin-bottom: 10px;
  }
}
.gallery-list .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -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;
}
.gallery-list .image:hover img {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tpl-gallery .content {
  padding-top: 45px;
}
@media (max-width: 768px) {
  .tpl-gallery .content {
    padding-top: 25px;
  }
}
.tpl-gallery .content > .container {
  width: 1090px;
}
.contact-top {
  padding: 35px 0 60px;
}
@media (max-width: 768px) {
  .contact-top {
    padding: 20px 0 30px;
  }
  .contact-top > .flex {
    display: block;
  }
}
.contact-top .list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contact-top .list .title {
  color: #1e293b;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .contact-top .list .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .contact-top .list .title {
    margin-bottom: 12px;
  }
}
.contact-top .list .item {
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 24px 75px;
}
@media (max-width: 1024px) {
  .contact-top .list .item {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .contact-top .list .item {
    border-right: 1px solid #e5e5e5;
  }
}
@media (max-width: 480px) {
  .contact-top .list .item {
    padding: 10px;
  }
}
.contact-top .list .item:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}
.contact-top .list .icon {
  background: #274c78;
  -webkit-flex-basis: 80px;
  -moz-flex-basis: 80px;
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-right: 9%;
  position: relative;
  z-index: 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;
}
.contact-top .list .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  height: 40px;
  width: auto;
}
.contact-top .list .icon:hover {
  background: #29aae3;
}
.contact-top .list .item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 1.66;
  color: #888;
  max-width: 210px;
  margin-bottom: 0;
  margin-right: auto;
}
@media (max-width: 480px) {
  .contact-top .list .item-text {
    font-size: 16px;
    line-height: 1.4;
  }
}
.contact-top .form-text {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background: #274c78;
  padding: 55px 30px;
  color: #fff;
}
@media (max-width: 768px) {
  .contact-top .form-text {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .contact-top .form-text {
    padding: 20px 10px;
  }
}
.contact-top .form-text h2 {
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .contact-top .form-text h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .contact-top .form-text h2 {
    margin-bottom: 12px;
  }
}
.contact-top .form-text h4 {
  color: #fff;
  font-size: 18px;
}
.map p {
  margin-bottom: 18px;
}
.map iframe {
  height: 450px;
  width: 100%;
  display: block;
  border: none;
}
@media (max-width: 768px) {
  .map iframe {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .map iframe {
    height: 200px;
  }
}
.reviews-block {
  padding: 10px 0 55px;
}
@media (max-width: 1024px) {
  .reviews-block {
    padding: 10px 0 40px;
  }
}
@media (max-width: 480px) {
  .reviews-block {
    padding: 10px 0 25px;
  }
}
.reviews-block > .container {
  width: 1110px;
}
.review-top-text {
  max-width: 740px;
  margin: 0 auto 55px;
}
@media (max-width: 1024px) {
  .review-top-text {
    margin: 0 auto 30px;
  }
}
@media (max-width: 480px) {
  .review-top-text {
    margin: 0 auto 15px;
  }
}
.review-top-text p {
  color: #555;
}
@media (max-width: 1024px) {
  .reviews-wrapper {
    display: block;
  }
}
.reviews-wrapper .left-info {
  -webkit-flex-basis: 22%;
  -moz-flex-basis: 22%;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .reviews-wrapper .left-info {
    max-width: 250px;
    margin: 0 auto 30px;
  }
}
.reviews-wrapper .left-info .photo {
  width: 50px;
  -webkit-flex-basis: 50px;
  -moz-flex-basis: 50px;
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
}
.reviews-wrapper .left-info .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews-wrapper .left-info .right-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.reviews-wrapper .left-info .right-wrapper p {
  margin-bottom: 5px;
}
.reviews-wrapper .left-info .right-wrapper .google-btn {
  font-size: 14px;
  font-weight: 400;
  background: #1f67e7;
  padding: 10px 15px;
}
.reviews-wrapper .left-info .right-wrapper img {
  max-width: 144px;
}
.reviews-wrapper .left-info .link {
  font-weight: 700;
  color: #333;
}
.reviews-wrapper .left-info .value {
  font-size: 21px;
  font-weight: 700;
  color: #fb8e28;
}
.reviews-wrapper .reviews-slider {
  -webkit-flex-basis: 78%;
  -moz-flex-basis: 78%;
  -ms-flex-preferred-size: 78%;
  flex-basis: 78%;
  position: relative;
  z-index: 0;
  padding: 0 35px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .reviews-wrapper .reviews-slider {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .reviews-wrapper .reviews-slider {
    margin-bottom: 12px;
  }
}
.reviews-wrapper .swiper-slide {
  background: #fafafa;
  height: auto;
  position: relative;
  z-index: 0;
  padding: 15px;
}
.reviews-wrapper .swiper-slide .google-logo {
  position: absolute;
  top: 10px;
  right: 7px;
}
.reviews-wrapper .swiper-slide .photo {
  width: 50px;
  -webkit-flex-basis: 50px;
  -moz-flex-basis: 50px;
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
}
.reviews-wrapper .swiper-slide .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews-wrapper .swiper-slide .top-wrapper {
  margin-bottom: 20px;
}
.reviews-wrapper .swiper-slide .right-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.reviews-wrapper .swiper-slide .link {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  color: #154fc1;
}
.reviews-wrapper .swiper-slide .published {
  font-size: 13px;
  line-height: 1.85;
  display: block;
  color: #555;
}
.reviews-wrapper .swiper-slide .text {
  overflow-y: auto;
  max-height: 100px;
  scrollbar-color: #949494 #d4d4d4;
  scrollbar-width: thin;
}
.reviews-wrapper .swiper-slide .text p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
.reviews-wrapper .swiper-slide .review svg {
  margin-right: 3px;
}
.reviews-wrapper .swiper-button-next, .reviews-wrapper .swiper-button-prev {
  color: #aaa;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: 0;
}
.reviews-wrapper .swiper-button-next::after, .reviews-wrapper .swiper-button-prev::after {
  font-size: 18px;
}
.reviews-wrapper .swiper-button-next {
  right: 0;
}
.reviews-wrapper .swiper-button-prev {
  left: 0;
}
.reviews-wrapper .swiper-pagination {
  position: static;
  margin-top: 12px;
}
.review-btn {
  background: #29aae3;
  color: #fff;
}
.review-btn:hover {
  background: #005492;
}
.review-btn svg {
  display: inline-block;
  width: 18px;
}
.image-info-block .image-info-items .image-info-item .gallery-block .swiper-slide img {
  -webkit-transition: 10s 0.4s ease;
  -moz-transition: 10s 0.4s ease;
  -ms-transition: 10s 0.4s ease;
  -o-transition: 10s 0.4s ease;
  transition: 10s 0.4s ease;
}
.image-info-block .image-info-items .image-info-item .gallery-block .swiper-slide.swiper-slide-active img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.accessories-text {
  text-align: center;
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .accessories-text {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .accessories-text {
    padding: 25px 0;
  }
}
.accessories-text p {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  color: #000;
}
@media (max-width: 1024px) {
  .accessories-text p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .accessories-text p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .accessories-text p {
    font-size: 16px;
  }
}
.accessories-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 -1%;
  width: 102%;
  padding-bottom: 65px;
}
.accessories-list > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .accessories-list {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .accessories-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 -1%;
    width: 102%;
  }
  .accessories-list > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 480px) {
  .accessories-list {
    padding-bottom: 25px;
    -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%;
  }
  .accessories-list > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
.accessories-list .image {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.22);
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  background: #fff;
  aspect-ratio: 1.2;
}
@media (max-width: 480px) {
  .accessories-list .image {
    margin-bottom: 20px;
  }
}
.accessories-list .image img {
  max-height: 220px;
  width: auto;
}
@media (max-width: 480px) {
  .accessories-list .image img {
    max-height: 160px;
  }
}
.home-top {
  position: relative;
  z-index: 0;
  padding: 140px 0 100px;
}
@media (max-width: 1366px) {
  .home-top {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .home-top {
    padding: 40px 0;
  }
  .home-top > .alc {
    display: block;
  }
}
@media (max-width: 480px) {
  .home-top {
    padding: 25px 0;
  }
}
.home-top .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.home-top .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-top .left-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}
@media (max-width: 1024px) {
  .home-top .left-text {
    margin-bottom: 30px;
  }
}
.home-top .left-text h1 {
  font-size: 58px;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 1024px) {
  .home-top .left-text h1 {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .home-top .left-text h1 {
    font-size: 24px;
  }
}
.home-top .left-text .btn.phone-btn {
  background: #29aae3;
  position: relative;
  z-index: 0;
  padding-left: 70px;
}
.home-top .left-text .btn.phone-btn:hover {
  background: #fff;
  color: #274c78;
}
.home-top .left-text .btn.phone-btn svg {
  width: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 45px;
}
.home-top .form-text {
  -webkit-flex-basis: 39%;
  -moz-flex-basis: 39%;
  -ms-flex-preferred-size: 39%;
  flex-basis: 39%;
  margin-left: 40px;
  background: #274c78;
  padding: 55px 30px;
}
@media (max-width: 1024px) {
  .home-top .form-text {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .home-top .form-text {
    padding: 20px 15px;
  }
}
.home-top .form-text h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.home-top .form-text h2 {
  color: #fff;
}
.scroll-up {
  position: fixed;
  width: 32px;
  height: 32px;
  background: #046bd2;
  bottom: 30px;
  right: 30px;
  display: none;
}
.scroll-up::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 55%;
  -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);
}
[class*='col-'] {
  width: 100%;
}
.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-preferred-size: 5.5833333333%;
  flex-basis: 5.5833333333%;
}
.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-preferred-size: 14.1666666667%;
  flex-basis: 14.1666666667%;
}
.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-preferred-size: 22.75%;
  flex-basis: 22.75%;
}
.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-preferred-size: 31.3333333333%;
  flex-basis: 31.3333333333%;
}
.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-preferred-size: 39.9166666667%;
  flex-basis: 39.9166666667%;
}
.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-preferred-size: 48.5%;
  flex-basis: 48.5%;
}
.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-preferred-size: 57.0833333333%;
  flex-basis: 57.0833333333%;
}
.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-preferred-size: 65.6666666667%;
  flex-basis: 65.6666666667%;
}
.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-preferred-size: 74.25%;
  flex-basis: 74.25%;
}
.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-preferred-size: 82.8333333333%;
  flex-basis: 82.8333333333%;
}
.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-preferred-size: 91.4166666667%;
  flex-basis: 91.4166666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-preferred-size: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-preferred-size: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-preferred-size: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-preferred-size: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-preferred-size: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-preferred-size: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-preferred-size: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-preferred-size: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-preferred-size: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-preferred-size: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-preferred-size: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-preferred-size: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-preferred-size: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-preferred-size: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-preferred-size: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-preferred-size: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-preferred-size: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-preferred-size: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-preferred-size: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-preferred-size: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-preferred-size: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-preferred-size: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-preferred-size: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-preferred-size: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-preferred-size: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-preferred-size: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-preferred-size: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-preferred-size: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-preferred-size: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-preferred-size: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 15px;
  }
}
.home .left-right-content {
  padding: 131px 0px 50px 0px;
}
@media (max-width: 1024px) {
  .home .left-right-content {
    padding: 70px 0 50px;
  }
}
@media (max-width: 768px) {
  .home .left-right-content {
    padding: 35px 0;
  }
}
.home .left-right-content h4 {
  color: #30ceea;
  font-size: 18px;
}
.home .left-right-content h2 {
  color: #2d316a;
}
.home .left-right-content .image {
  height: 100%;
}
.home .left-right-content .image img {
  height: 100%;
  object-fit: cover;
}
.home .left-right-content .info p {
  font-size: 18px;
  color: #4a4a4a;
  line-height: 32px;
  font-weight: 300;
}
.home .different-services {
  padding: 120px 0 35px;
}
@media (max-width: 768px) {
  .home .different-services {
    padding: 35px 0;
  }
}
.home .different-services .title {
  text-align: center;
  margin-bottom: 50px;
}
.home .different-services h4 {
  color: #30ceea;
  font-size: 18px;
}
.home .different-services .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%;
}
.home .different-services .items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 768px) {
  .home .different-services .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%;
  }
  .home .different-services .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .home .different-services .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%;
  }
  .home .different-services .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.home .different-services .items .item {
  text-align: center;
  box-shadow: 6px 0px 38px 0px #eeeefc;
  padding: 50px 45px 40px 45px;
}
@media (max-width: 768px) {
  .home .different-services .items .item {
    padding: 35px;
  }
}
.home .different-services .items .item h3 {
  font-size: 22px;
}
.home .different-services .items .item .image {
  text-align: center;
  margin-bottom: 20px;
}
.home .different-services .items .item .image img {
  margin: 0 auto;
}
.home .different-services .items .item .link {
  width: 44px;
  height: 44px;
  background: #29aae3;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  line-height: 44px;
  text-align: center;
  font-size: 28px;
}
.home .google-review {
  box-shadow: 5px 5px 24px 0px rgba(0, 44, 143, 0.1);
  padding: 65px 0px 65px 0px;
  position: relative;
}
.home .google-review:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #29aae3;
  width: 31%;
}
@media (max-width: 768px) {
  .home .google-review:before {
    display: none;
  }
}
.faq-section {
  padding: 0px 0px 100px 0px;
}
@media (max-width: 768px) {
  .faq-section {
    padding-bottom: 35px;
  }
}
.faq-section .title {
  background: #005492;
  padding: 180px 0;
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .faq-section .title {
    padding: 100px 0;
  }
}
@media (max-width: 480px) {
  .faq-section .title {
    padding: 35px 0;
  }
}
.faq-section .title h2 {
  text-align: center;
  color: #fff;
  font-size: 36px;
}
.faq-section .title svg {
  display: block;
  width: calc(100% + 1.3px);
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 115px;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .faq-section .title svg {
    height: 80px;
  }
}
@media (max-width: 480px) {
  .faq-section .title svg {
    height: 30px;
  }
}
.faq-section .title svg path {
  fill: #fff;
  transform-origin: center;
  transform: rotateX(-180deg);
}
.acc .item {
  position: relative;
  margin-bottom: 10px;
}
.acc .item h3 {
  font-size: 16px;
  background-color: #005492;
  cursor: pointer;
  position: relative;
  padding: 20px 40px 20px 20px;
  position: relative;
  color: #fff;
}
.acc .item h3:before {
  content: '▸';
  font-size: 20px;
  position: absolute;
  top: 17px;
  right: 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;
}
.acc .item h3.active:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.acc .item .info {
  display: none;
  padding: 15px;
}
@media (max-width: 480px) {
  .acc .item .info {
    padding: 5px 15px;
  }
}
.blog-posts-section {
  padding: 145px 0;
  background: #f6f6f6;
}
@media (max-width: 1024px) {
  .blog-posts-section {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .blog-posts-section {
    padding: 35px 0;
  }
}
.blog-posts-section .title {
  text-align: center;
}
.blog-posts-section h4 {
  color: #30ceea;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
}
.blog-posts-section h2 {
  color: #005492;
  font-size: 44px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .blog-posts-section h2 {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .blog-posts-section h2 {
    font-size: 24px;
  }
}
.blog-posts-section .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%;
}
.blog-posts-section .items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .blog-posts-section .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%;
  }
  .blog-posts-section .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .blog-posts-section .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%;
  }
  .blog-posts-section .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.blog-posts-section .blog-post {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: 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;
}
.blog-posts-section .blog-post:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}
.blog-posts-section .blog-post .post-thumbnail {
  position: relative;
}
.blog-posts-section .blog-post .post-thumbnail img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.5;
}
@media (max-width: 768px) {
  .blog-posts-section .blog-post .post-thumbnail img {
    aspect-ratio: 1.9;
  }
}
.blog-posts-section .blog-post .post-thumbnail .post-category {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #29aae3;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 500;
}
.blog-posts-section .blog-post .post-content .post-title {
  font-size: 18px;
  padding: 30px;
  border-bottom: 1px solid #eaeaea;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .blog-posts-section .blog-post .post-content .post-title {
    padding: 15px;
  }
}
.blog-posts-section .blog-post .post-content .post-title a {
  text-decoration: none;
  color: #005492;
}
.blog-posts-section .blog-post .post-content .post-date {
  font-size: 13px;
  font-weight: 400;
  color: #666;
  padding: 15px 30px;
}
@media (max-width: 768px) {
  .blog-posts-section .blog-post .post-content .post-date {
    padding: 15px;
  }
}
.our-spesialization {
  background-attachment: fixed;
  position: relative;
  padding: 125px 0 80px;
}
.our-spesialization:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 84, 146, .9);
}
.our-spesialization h2 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 50px;
  font-size: 36px;
}
.our-spesialization .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-spesialization .items > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .our-spesialization .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-spesialization .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .our-spesialization .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%;
  }
  .our-spesialization .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.our-spesialization .items .item .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-right: 60px;
}
.our-spesialization .items .item .link {
  width: 46px;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 46px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  cursor: initial;
}
.our-spesialization .items .item .link.hover:hover {
  background: #fff;
  color: #005492;
  cursor: pointer;
}
.our-spesialization .items .item .info p {
  color: #fff;
}
.our-spesialization .items .item .image {
  margin-bottom: 15px;
  -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;
}
.our-spesialization .items .item .image:hover {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.our-spesialization .items .item img {
  aspect-ratio: 1.4;
  width: 100%;
  object-fit: cover;
}
.our-spesialization svg.top-element {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.our-spesialization svg.top-element path {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}
.our-spesialization .wrap-svg {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  top: -1px;
  transform: rotate(180deg);
}
.bg-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.gallery-section {
  padding: 80px 0 170px;
  background-position: center bottom;
  background-size: contain;
  background-color: #ecf5fc;
}
@media (max-width: 1024px) {
  .gallery-section {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .gallery-section {
    padding: 35px 0;
  }
}
.gallery-section .title {
  text-align: center;
  margin-bottom: 50px;
}
.gallery-section .title h4 {
  color: #30ceea;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
}
.gallery-section .title h2 {
  color: #2d316a;
  font-size: 44px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .gallery-section .title h2 {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .gallery-section .title h2 {
    font-size: 24px;
  }
}
.gallery-section .top-gallery {
  -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%;
}
.gallery-section .top-gallery > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 768px) {
  .gallery-section .top-gallery {
    -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%;
  }
  .gallery-section .top-gallery > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .gallery-section .top-gallery {
    -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%;
  }
  .gallery-section .top-gallery > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.gallery-section .top-gallery .image img {
  border-radius: 5px;
}
.gallery-section .bottom-gallery {
  -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%;
}
.gallery-section .bottom-gallery > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 768px) {
  .gallery-section .bottom-gallery {
    -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%;
  }
  .gallery-section .bottom-gallery > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .gallery-section .bottom-gallery {
    -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%;
  }
  .gallery-section .bottom-gallery > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.gallery-section .bottom-gallery .image img {
  border-radius: 5px;
}
.gallery-section .gallery-text {
  color: #2d316a;
  font-size: 22px;
  font-weight: 500;
  margin-top: -85px;
}
@media (max-width: 768px) {
  .gallery-section .gallery-text {
    margin-top: 0;
  }
}
.image-info-block .image-info-items .image-info-item {
  position: relative;
}
.image-info-block .image-info-items .image-info-item:nth-child(even):before {
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: url("../img/bg1.jpg") no-repeat;
  background-size: cover;
  opacity: 0.12;
  z-index: -1;
  background-attachment: fixed;
}
.image-info-block .image-info-items .image-info-item:nth-child(even) .container {
  -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;
}
.image-info-block .image-info-items .image-info-item .info-box {
  -webkit-flex-basis: 49.5%;
  -moz-flex-basis: 49.5%;
  -ms-flex-preferred-size: 49.5%;
  flex-basis: 49.5%;
}
@media (max-width: 1024px) {
  .image-info-block .image-info-items .image-info-item .info-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.image-info-block .image-info-items .image-info-item .image-box {
  -webkit-flex-basis: 47.5%;
  -moz-flex-basis: 47.5%;
  -ms-flex-preferred-size: 47.5%;
  flex-basis: 47.5%;
  position: relative;
  max-height: 545px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .image-info-block .image-info-items .image-info-item .image-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.image-info-block .image-info-items .image-info-item .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-info-block .image-info-items .image-info-item .gallery-block {
  -webkit-flex-basis: 47.5%;
  -moz-flex-basis: 47.5%;
  -ms-flex-preferred-size: 47.5%;
  flex-basis: 47.5%;
}
@media (max-width: 1024px) {
  .image-info-block .image-info-items .image-info-item .gallery-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.image-info-block .image-info-items .image-info-item .gallery-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-info-block .image-info-items .image-info-item .gallery-block .swiper {
  margin-bottom: 20px;
}
.image-info-block .image-info-items .image-info-item .gallery-block-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 -2%;
  width: 104%;
}
.image-info-block .image-info-items .image-info-item .gallery-block-items > * {
  width: 29.3333333333%;
  margin: 0 2% 2.6666666667em;
}
@media (max-width: 1024px) {
  .image-info-block .image-info-items .image-info-item .gallery-block-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%;
  }
  .image-info-block .image-info-items .image-info-item .gallery-block-items > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 768px) {
  .image-info-block .image-info-items .image-info-item .gallery-block-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%;
  }
  .image-info-block .image-info-items .image-info-item .gallery-block-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .image-info-block .image-info-items .image-info-item .gallery-block-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%;
  }
  .image-info-block .image-info-items .image-info-item .gallery-block-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
@media (max-width: 480px) {
  .image-info-block .image-info-items .image-info-item .gallery-block-items .gallery-block-item {
    margin-bottom: 10px;
  }
}
.image-info-block .image-info-items .swiper-button {
  color: #fff;
}
.image-info-block .image-info-items .swiper-button:after {
  font-size: 20px;
  font-weight: 700;
}
.image-info-block .image-info-items .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 6px;
  height: 6px;
  background: #fff;
}
.image-info-block .image-info-items .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.contact-blocks-block {
  background: #eee;
}
.contact-blocks-block .contact-blocks-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 -3%;
  width: 106%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.contact-blocks-block .contact-blocks-items > * {
  width: 27.3333333333%;
  margin: 0 3% 4em;
}
@media (max-width: 1240px) {
  .contact-blocks-block .contact-blocks-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;
  }
  .contact-blocks-block .contact-blocks-items > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 1024px) {
  .contact-blocks-block .contact-blocks-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;
  }
  .contact-blocks-block .contact-blocks-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .contact-blocks-block .contact-blocks-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%;
  }
  .contact-blocks-block .contact-blocks-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.contact-blocks-block .contact-blocks-items .contact-blocks-item {
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .contact-blocks-block .contact-blocks-items .contact-blocks-item {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .contact-blocks-block .contact-blocks-items .contact-blocks-item:last-child {
    margin-bottom: 0;
  }
}
.contact-blocks-block .contact-blocks-items .contact-blocks-item p {
  color: #334155;
}
.contact-blocks-block .contact-blocks-items .contact-blocks-item .image-box {
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #29aae3;
  -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: 0 auto 25px;
  position: relative;
}
@media (max-width: 1024px) {
  .contact-blocks-block .contact-blocks-items .contact-blocks-item .image-box {
    margin: 0 auto 20px;
  }
}
@media (max-width: 768px) {
  .contact-blocks-block .contact-blocks-items .contact-blocks-item .image-box {
    margin: 0 auto 15px;
  }
}
.contact-blocks-block .contact-blocks-items .contact-blocks-item .image-box:hover {
  background: #274c78;
}
.contact-blocks-block .contact-blocks-items .contact-blocks-item .image-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 70px;
  height: 70px;
}
.blog-post-page {
  width: 1200px;
}
.blog-post-page .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.3%;
  width: 102.6%;
}
.blog-post-page .posts-wrapper > * {
  width: 30.7333333333%;
  margin: 0 1.3% 1.7333333333em;
}
@media (max-width: 1024px) {
  .blog-post-page .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%;
  }
  .blog-post-page .posts-wrapper > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .blog-post-page .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%;
  }
  .blog-post-page .posts-wrapper > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.blog-post-page .blog-post-top {
  padding: 48px;
  margin-bottom: 32px;
  background: #fff;
}
@media (max-width: 1024px) {
  .blog-post-page .blog-post-top {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .blog-post-page .blog-post-top {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
}
.blog-post-page .blog-post-top h1 {
  color: #1e293b;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .blog-post-page .blog-post-top h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .blog-post-page .blog-post-top h1 {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
.blog-post-page .blog-post-top p {
  font-size: 16px;
  color: #334155;
  line-height: 26px;
  margin-bottom: 0;
}
.post {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 6px 15px -2px rgba(16, 24, 40, 0.05);
}
.post .thumb {
  display: block;
  height: 213px;
  overflow: hidden;
}
.post .thumb:hover img {
  transform: scale(1.2);
}
.post .thumb img {
  -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;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .info {
  padding: 24px;
  background: #fff;
}
@media (max-width: 1024px) {
  .post .info {
    padding: 20px 15px;
  }
}
@media (max-width: 768px) {
  .post .info {
    padding: 20px 12px;
  }
}
.post .info p {
  font-size: 16px;
  color: #334155;
  line-height: 26px;
  margin-bottom: 0;
}
.post .cat-link {
  margin-bottom: 12px;
  display: block;
}
.post .cat-link a {
  font-weight: 600;
  color: #045cb4;
  font-size: 14px;
  line-height: 26px;
}
.post .author-time {
  color: #046bd2;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 19px;
}
.post .post-title {
  display: block;
  margin-bottom: 12px;
}
.post .post-title a {
  color: #1e293b;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
.single-wrapper .container {
  width: 710px;
}
.single-wrapper .author-time {
  color: #046bd2;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 19px;
}
.single-wrapper h1 {
  color: #1e293b;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .single-wrapper h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .single-wrapper h1 {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
.single-wrapper p {
  font-size: 16px;
  color: #334155;
  line-height: 26px;
}
.single-wrapper p a:not(.btn) {
  word-break: break-all;
  color: #045cb4;
}
.single-wrapper .single-wrapper-box {
  padding: 40px;
  background: #fff;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .single-wrapper .single-wrapper-box {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .single-wrapper .single-wrapper-box {
    padding: 25px 15px;
  }
}
.single-wrapper .text img {
  width: 16px;
  height: 16px;
  display: inline;
  margin: 0 3px;
  object-fit: contain;
}
.comments-section {
  padding: 40px;
  background: #fff;
  margin-top: 22px;
}
@media (max-width: 1024px) {
  .comments-section {
    padding: 30px 20px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .comments-section {
    padding: 25px 15px;
  }
}
.comments-section h3 {
  color: #1e293b;
  font-size: 20px;
}
.comments-section input[type="text"], .comments-section input[type="email"], .comments-section input[type="url"], .comments-section input[type="tel"], .comments-section input[type="search"], .comments-section input[type="password"], .comments-section textarea {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  padding: 12px 16px;
  height: 40px;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  color: #475569;
  border-color: #d1d5db;
}
.comments-section textarea {
  height: 210px;
}
.comments-section label {
  font-size: 14px;
  color: #111827;
}
.comments-section input[type="submit"] {
  border-radius: 4px;
}
.blog, .single-post {
  background-color: #ecf5fc;
}
.blog header, .single-post header {
  background-color: #f9fbfd;
}
.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 a {
  -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-navigation a:hover span, .post-navigation a:hover svg, .post-navigation a:hover .pn-box {
  color: #045cb4;
}
.post-navigation [rel="next"] svg, .post-navigation [rel="prev"] svg {
  display: inline-block;
  width: 14px;
  vertical-align: middle;
  color: #1e293b;
  -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-navigation [rel="next"] .pn-box, .post-navigation [rel="prev"] .pn-box {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #1e293b;
  letter-spacing: 0.05em;
  -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-navigation [rel="next"] span, .post-navigation [rel="prev"] span {
  display: inline-block;
  font-size: 16px;
  color: #334155;
  margin-bottom: 10px;
  line-height: 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;
}
.post-navigation [rel="next"] {
  text-align: right;
}
.post-navigation [rel="next"] svg {
  margin-left: 5px;
}
.post-navigation [rel="prev"] svg {
  margin-right: 5px;
}
