@font-face {
  font-family: "Barlow Condensed";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/barlow_condens/BarlowCondensed-Bold.eot");
  src: url("../fonts/barlow_condens/BarlowCondensed-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/barlow_condens/BarlowCondensed-Bold.woff") format('woff'), url("../fonts/barlow_condens/BarlowCondensed-Bold.ttf") format('truetype');
}
@font-face {
  font-family: "Barlow Condensed";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/barlow_condens/BarlowCondensed-Regular.eot");
  src: url("../fonts/barlow_condens/BarlowCondensed-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/barlow_condens/BarlowCondensed-Regular.woff") format('woff'), url("../fonts/barlow_condens/BarlowCondensed-Regular.ttf") format('truetype');
}
@font-face {
  font-family: "Barlow Condensed";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/barlow_condens/BarlowCondensed-Italic.eot");
  src: url("../fonts/barlow_condens/BarlowCondensed-Italic.eot?#iefix") format('embedded-opentype'), url("../fonts/barlow_condens/BarlowCondensed-Italic.woff") format('woff'), url("../fonts/barlow_condens/BarlowCondensed-Italic.ttf") format('truetype');
}
@font-face {
  font-family: "Font Awesome";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/fontawesome-webfont.woff") format('woff'), url("../fonts/fontawesome-webfont.ttf") format('truetype');
}
* {
  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: '';
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: middle;
}
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;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
html::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #0027b7;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #00229e;
}
::-webkit-scrollbar-thumb:active {
  background: #00229e;
}
html {
  font: 400 18px/1.5714 'Barlow Condensed', 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 {
  padding-bottom: 20px;
  line-height: 1.6;
}
@media (max-width: 480px) {
  p {
    padding-bottom: 15px;
    line-height: 1.4;
  }
}
@media (max-width: 1024px) {
  p.jEmpty {
    display: none;
  }
}
@media (max-width: 768px) {
  br {
    display: none;
  }
}
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="tel"], input[type="search"], input[type="password"], textarea {
  height: 44px;
  width: 100%;
  border: 1px solid #9c9aac;
  background: #f9fafc;
  padding: 0 15px;
  font-family: 'Barlow Condensed';
  font-size: 16px;
  color: #000;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #0027b7;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-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: #27282d;
  opacity: 1;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #27282d;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #27282d;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-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: #27282d;
  opacity: 1;
}
textarea {
  resize: none;
  height: 100px;
  padding: 12px 20px;
  display: block;
}
.btn, .submit {
  display: inline-block;
  line-height: 50px;
  padding: 0 20px;
  font-size: 13px;
  background: #000;
  color: #fff;
  font-family: 'Barlow Condensed';
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  min-width: 200px;
  font-weight: 700;
  letter-spacing: 3px;
}
@media (max-width: 480px) {
  .btn, .submit {
    min-width: auto;
    line-height: 40px;
  }
}
.btn:hover, .submit:hover {
  text-decoration: none;
  background: #1a1a1a;
}
h1, h2 {
  font-size: 60px;
}
@media (max-width: 1024px) {
  h1, h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  h1, h2 {
    font-size: 24px;
  }
}
h3 {
  font-size: 45px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 22px;
  }
}
h4 {
  font-size: 30px;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 18px;
    line-height: 1;
  }
}
.container {
  margin: 0 auto;
  width: 1300px;
  max-width: 94%;
  position: relative;
}
.container-small {
  margin: 0 auto;
  width: 860px;
  max-width: 94%;
  position: relative;
}
.content ul {
  margin: 0 0 20px 15px;
}
.content ul li {
  padding: 5px 0 5px 15px;
  position: relative;
}
.content ul li:before {
  content: "";
  background: #0027b7;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 0.8333333333rem;
  left: 0;
}
.content p > a {
  color: #0027b7;
}
.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;
}
.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;
}
.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;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 10px;
  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: 'Barlow Condensed';
  height: 100%;
  line-height: 1.2;
  padding: 10px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: 'Barlow Condensed';
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
}
div.wpcf7 .btn-wrapper {
  position: relative;
  margin-top: 25px;
  display: inline-block;
}
@media (max-width: 480px) {
  div.wpcf7 .btn-wrapper {
    margin-top: 0;
  }
}
div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 10px;
  height: 0;
  width: 0;
  margin: 0;
}
div.wpcf7 .ajax-loader.is-active {
  background: url('../img/spinner.gif');
  width: 30px;
  height: 30px;
  display: block;
  background-size: cover;
}
@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}
.main-menu > ul {
  font-size: 0;
}
.main-menu > ul > li {
  display: inline-block;
  position: relative;
}
.main-menu > ul > li > a {
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  letter-spacing: 5px;
  padding: 0 30px;
  line-height: 85px;
}
@media (max-width: 1366px) {
  .main-menu > ul > li > a {
    letter-spacing: 2px;
    padding: 0 20px;
    line-height: 80px;
  }
}
.main-menu > ul > li > .sub-menu {
  top: 120%;
  left: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  background: #0027b7;
  min-width: 100%;
  -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;
}
.main-menu > ul > li > .sub-menu a {
  display: block;
  font-size: 17px;
  color: #fff;
  padding: 5px 10px;
}
.main-menu > ul > li > .sub-menu a:hover {
  background: #001c84;
}
.main-menu > ul > li.current-menu-item > a {
  background: #0027b7;
  color: #fff;
}
.main-menu > ul > li:hover > a {
  background: #0027b7;
  color: #fff;
}
.main-menu > ul > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.menu-burger {
  display: none;
  width: 26px;
  height: 30px;
  position: fixed;
  top: 12px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  height: 2px;
  background: #0027b7;
  -webkit-box-shadow: 0 7px 0 0 #0027b7, 0 -7px 0 0 #0027b7;
  box-shadow: 0 7px 0 0 #0027b7, 0 -7px 0 0 #0027b7;
  -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%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  height: 2px;
  background: #0027b7;
  -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(0, -50%) rotateZ(-45deg);
  -moz-transform: translate(0, -50%) rotateZ(-45deg);
  -ms-transform: translate(0, -50%) rotateZ(-45deg);
  -o-transform: translate(0, -50%) rotateZ(-45deg);
  transform: translate(0, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after {
  -webkit-transform: translate(0, -50%) rotateZ(45deg);
  -moz-transform: translate(0, -50%) rotateZ(45deg);
  -ms-transform: translate(0, -50%) rotateZ(45deg);
  -o-transform: translate(0, -50%) rotateZ(45deg);
  transform: translate(0, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0027b7;
  z-index: 2;
  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.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.last-no-spacing > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.grid-2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.grid-2 > * {
  width: 48.5%;
  margin: 0 0.75% 1.125em;
}
@media (max-width: 480px) {
  .grid-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .grid-2 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.grid-2 > * {
  margin-bottom: 10px;
}
.space {
  padding: 120px 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;
  }
}
.top-box {
  min-height: 480px;
  padding: 60px 0;
  position: relative;
  background-color: #0e3de5;
  color: #fff;
}
@media (max-width: 1366px) {
  .top-box {
    min-height: 300px;
  }
}
@media (max-width: 1024px) {
  .top-box {
    min-height: auto;
  }
}
.top-box h2 {
  text-transform: uppercase;
}
.top-box .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.top-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: grayscale(1) opacity(0.2);
  filter: grayscale(1) opacity(0.2);
}
.social-icons {
  font-size: 0;
}
.social-icons a {
  display: inline-block;
  font-size: 20px;
  color: #000;
  padding: 0 25px;
  position: relative;
  border-left: 1px solid #ececef;
}
@media (max-width: 1024px) {
  .social-icons a {
    padding: 0 15px;
  }
}
.social-icons a:first-child {
  border-left: none;
  padding-left: 0;
}
.social-icons a:last-child {
  padding-right: 0;
}
.social-icons a:hover {
  color: #0027b7;
}
.wpcf7-checkbox {
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 768px) {
  .wpcf7-checkbox {
    margin-bottom: 15px;
  }
}
.wpcf7-checkbox .wpcf7-list-item {
  margin: 0 25px 0 0;
}
.wpcf7-checkbox .wpcf7-list-item:last-child {
  margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
  font-size: 0;
  position: absolute;
  opacity: 0;
}
.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label {
  font-weight: 700;
}
.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #a19fb0;
  border-radius: 50%;
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 1px;
  content: '';
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 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;
  opacity: 0;
}
.selectric {
  -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-color: #9c9aac;
  text-align: left;
}
.selectric .label {
  font-size: 16px;
  color: #000;
  line-height: 42px;
  height: 42px;
  margin: 0 42px 0 15px;
}
.selectric .button {
  width: 42px;
  line-height: 42px;
  height: 42px;
}
.selectric-items {
  text-align: left;
}
.selectric-items li {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 16px;
  color: #000;
}
.pagination-wrapper {
  text-align: center;
  padding: 65px 0;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media (max-width: 1024px) {
  .pagination-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .pagination-wrapper {
    padding: 25px 0;
  }
}
.pagination-wrapper .wp-pagenavi {
  font-size: 0;
}
.pagination-wrapper .wp-pagenavi a, .pagination-wrapper .wp-pagenavi .current, .pagination-wrapper .wp-pagenavi .extend {
  border: none;
  font-size: 21px;
  display: inline-block;
  line-height: 44px;
  width: 34px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  padding: 0;
  margin: 0 2px;
}
@media (max-width: 1024px) {
  .pagination-wrapper .wp-pagenavi a, .pagination-wrapper .wp-pagenavi .current, .pagination-wrapper .wp-pagenavi .extend {
    line-height: 34px;
  }
}
.pagination-wrapper .wp-pagenavi a:hover, .pagination-wrapper .wp-pagenavi .current {
  background: #292d2f;
  color: #fff;
}
header {
  position: relative;
  z-index: 100;
}
header .top-header {
  border-bottom: 1px solid #b6b8c0;
  padding: 15px 0 15px 70px;
}
@media (max-width: 1024px) {
  header .top-header {
    padding: 15px 50px 15px 20px;
  }
}
@media (max-width: 768px) {
  header .top-header {
    padding: 5px 50px 10px;
  }
}
@media (max-width: 768px) {
  header .top-header {
    display: block;
    text-align: center;
  }
}
header .top-header .phone {
  font-size: 15px;
  font-weight: 700;
}
header .top-header .text {
  font-size: 14px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  header .top-header .text {
    padding: 0 0 5px;
  }
}
header .top-header .text a {
  text-decoration: underline;
}
header .top-header .text a:hover {
  text-decoration: none;
}
header .top-header .social-icons a:last-child {
  padding-right: 25px;
}
@media (max-width: 1024px) {
  header .top-header .social-icons a:last-child {
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  header .top-header .social-icons a:last-child {
    padding-right: 0;
  }
}
header .bottom-header {
  padding: 0 50px 0 70px;
  border-bottom: 1px solid #e6e6e9;
}
@media (max-width: 1024px) {
  header .bottom-header {
    padding: 10px 20px;
  }
}
header .bottom-header .custom-logo-link {
  -webkit-flex-basis: 240px;
  -moz-flex-basis: 240px;
  -ms-flex-preferred-size: 240px;
  flex-basis: 240px;
  margin-right: 20px;
}
header .bottom-header .custom-logo-link:hover {
  opacity: 0.8;
}
header .bottom-header .right-box {
  -webkit-flex-basis: 260px;
  -moz-flex-basis: 260px;
  -ms-flex-preferred-size: 260px;
  flex-basis: 260px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1366px) {
  header .bottom-header .right-box {
    -webkit-flex-basis: 100px;
    -moz-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
  }
}
header .bottom-header .search-box {
  margin-left: 5px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
header .bottom-header .search-box .search-form {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
header .bottom-header .search-box .search-form input {
  width: 300px;
  border: 1px solid #9c9aac;
  height: 44px;
  padding: 0 50px;
}
@media (max-width: 480px) {
  header .bottom-header .search-box .search-form input {
    width: 255px;
  }
}
header .bottom-header .search-box .search-form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  background: transparent;
  width: 44px;
  line-height: 40px;
}
header .bottom-header .search-box .search-form button::before {
  color: #000;
  font-size: 24px;
  -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;
}
header .bottom-header .search-box .search-form button:hover::before {
  color: #0027b7;
}
header .bottom-header .search-box .search-form.active {
  visibility: visible;
  z-index: 1;
  opacity: 1;
}
header .bottom-header .search-box .search-btn {
  width: 44px;
  height: 44px;
  border-radius: 3px;
  cursor: pointer;
  z-index: 1;
  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;
  display: block;
}
header .bottom-header .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%);
  color: #000;
  font-size: 24px;
  -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;
}
header .bottom-header .search-box .search-btn:hover {
  border-color: #0027b7;
}
header .bottom-header .search-box .search-btn:hover::before {
  color: #0027b7;
}
header .bottom-header .search-box .search-btn.active {
  border-color: transparent;
}
header .bottom-header .shop-link {
  margin-left: 20px;
  font-size: 20px;
  color: #000;
}
@media (max-width: 768px) {
  header .bottom-header .shop-link {
    margin-left: 10px;
  }
}
header .bottom-header .shop-link::before {
  color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .bottom-header .shop-link:hover::before {
  color: #0027b7;
}
.contact-box {
  position: relative;
  min-height: 840px;
}
@media (max-width: 1366px) {
  .contact-box {
    min-height: 450px;
  }
}
@media (max-width: 1024px) {
  .contact-box {
    display: block;
  }
}
.contact-box > .container {
  width: 1580px;
}
.contact-box .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
}
@media (max-width: 1024px) {
  .contact-box .image {
    position: static;
    width: 100%;
  }
}
.contact-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .contact-box .image img {
    object-fit: contain;
    height: auto;
  }
}
.contact-box .text {
  width: 36%;
  margin-left: auto;
}
@media (max-width: 1366px) {
  .contact-box .text {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  .contact-box .text {
    width: 100%;
  }
}
.contact-box .text > .flex > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contact-box .form {
  padding-top: 55px;
}
@media (max-width: 1024px) {
  .contact-box .form {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .contact-box .form {
    padding-top: 15px;
  }
}
.contact-box .left {
  padding-right: 20px;
}
.contact-box .title {
  font-size: 80px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 1366px) {
  .contact-box .title {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .contact-box .title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .contact-box .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.contact-box p {
  font-size: 17px;
  line-height: 1.6;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .contact-box p {
    font-size: 14px;
    line-height: 1.4;
  }
}
.contact-box p a {
  color: #000;
  text-decoration: underline;
}
.contact-box p a:hover {
  text-decoration: none;
  color: #0027b7;
}
.tpl-memberships .top-box {
  background-color: transparent;
  min-height: 420px;
}
@media (max-width: 1366px) {
  .tpl-memberships .top-box {
    min-height: 300px;
  }
}
@media (max-width: 1024px) {
  .tpl-memberships .top-box {
    min-height: auto;
  }
}
.tpl-memberships .top-box .image:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.tpl-memberships .top-box .image img {
  -webkit-filter: none;
  filter: none;
}
.levels-box {
  position: relative;
  background-color: #eef1fa;
  padding: 70px 0 40px;
}
@media (max-width: 1024px) {
  .levels-box {
    padding: 40px 0 30px;
  }
}
@media (max-width: 480px) {
  .levels-box {
    padding: 25px 0 15px;
  }
}
.levels-box .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.1;
}
.levels-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.levels-box .main-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .levels-box .main-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .levels-box .main-title {
    margin-bottom: 20px;
  }
}
.levels-box .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2%;
  width: 104%;
}
.levels-box .items > * {
  width: 29.3333333333%;
  margin: 0 2% 2.6666666667em;
}
@media (max-width: 1024px) {
  .levels-box .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .levels-box .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .levels-box .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .levels-box .items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.levels-box .item {
  overflow: hidden;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 45px 25px rgba(20, 20, 20, 0.1);
  text-align: center;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .levels-box .item {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .levels-box .item {
    padding-bottom: 20px;
  }
}
.levels-box .item .title {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  position: relative;
  z-index: 0;
}
@media (max-width: 480px) {
  .levels-box .item .title {
    font-size: 26px;
  }
}
.levels-box .item .title::before {
  content: '';
  position: absolute;
  top: -2px;
  bottom: 0;
  left: -2px;
  right: -2px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
  background: #e0e0e1;
  z-index: -2;
}
.levels-box .item .title::after {
  content: '';
  position: absolute;
  top: -2px;
  bottom: 0;
  left: -2px;
  right: -2px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
  background: #34353a;
  z-index: -1;
}
.levels-box .item .title span {
  display: block;
  padding: 15px 20px 52px;
  position: relative;
  z-index: 0;
}
@media (max-width: 480px) {
  .levels-box .item .title span {
    padding: 15px 20px 25px;
  }
}
.levels-box .item .title span::before {
  content: '';
  position: absolute;
  top: -2px;
  bottom: 0;
  left: -2px;
  right: -2px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 0 67%);
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0 67%);
  z-index: -1;
}
.levels-box .item .title span.gold::before {
  background-image: -moz-linear-gradient(0deg, #f3c562 0%, #f9d78f 50%, #e5b753 99%);
  background-image: -webkit-linear-gradient(0deg, #f3c562 0%, #f9d78f 50%, #e5b753 99%);
  background-image: -ms-linear-gradient(0deg, #f3c562 0%, #f9d78f 50%, #e5b753 99%);
}
.levels-box .item .title span.diamond::before {
  background-image: -moz-linear-gradient(0deg, #2edcff 0%, #2974ff 78%, #2974ff 78%);
  background-image: -webkit-linear-gradient(0deg, #2edcff 0%, #2974ff 78%, #2974ff 78%);
  background-image: -ms-linear-gradient(0deg, #2edcff 0%, #2974ff 78%, #2974ff 78%);
}
.levels-box .item .title span.platinum::before {
  background-image: -moz-linear-gradient(45deg, #1a1d20 0%, #7f8183 14%, #e3e5e5 49%, #b2b4b4 78%, #818283 100%);
  background-image: -webkit-linear-gradient(45deg, #1a1d20 0%, #7f8183 14%, #e3e5e5 49%, #b2b4b4 78%, #818283 100%);
  background-image: -ms-linear-gradient(45deg, #1a1d20 0%, #7f8183 14%, #e3e5e5 49%, #b2b4b4 78%, #818283 100%);
}
.levels-box .item .text {
  padding: 25px 20px 0;
}
.levels-box .item .text h3 {
  font-size: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .levels-box .item .text h3 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .levels-box .item .text h3 {
    font-size: 24px;
  }
}
.levels-box .item .text p {
  font-size: 21px;
  text-transform: uppercase;
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  .levels-box .item .text p {
    padding-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .levels-box .item .text p {
    font-size: 18px;
  }
}
.levels-box .item .text a {
  color: #0027b7;
}
.levels-box .item .text a:hover {
  color: #1e4eff;
}
.levels-box .btn {
  margin-top: 10px;
  min-width: 220px;
  line-height: 54px;
  background: #18191a;
}
@media (max-width: 480px) {
  .levels-box .btn {
    line-height: 40px;
  }
}
.levels-box .btn:hover {
  background: #000;
}
@media (max-width: 1024px) {
  .levels-box .btn {
    margin-top: 0;
  }
}
.levels-box .bottom-text {
  font-size: 16px;
  width: 84%;
  margin: 0 auto;
  padding-top: 15px;
}
@media (max-width: 1024px) {
  .levels-box .bottom-text {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .levels-box .bottom-text {
    padding-top: 0;
  }
}
.levels-box .bottom-text p {
  padding-bottom: 12px;
  line-height: 1.4;
}
.join-hidden-text {
  text-align: center;
  max-width: 860px;
  padding: 60px 7% 85px;
}
@media (max-width: 768px) {
  .join-hidden-text {
    padding: 40px 30px;
  }
}
@media (max-width: 480px) {
  .join-hidden-text {
    padding: 25px 15px;
  }
}
.join-hidden-text h3 {
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .join-hidden-text h3 {
    margin-bottom: 10px;
  }
}
.join-hidden-text .wpcf7 {
  max-width: 365px;
  margin: 20px auto 0;
}
@media (max-width: 768px) {
  .join-hidden-text .wpcf7 {
    margin: 0 auto;
  }
}
.join-hidden-text .wpcf7 h4 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 25px 0 15px;
}
@media (max-width: 768px) {
  .join-hidden-text .wpcf7 h4 {
    margin: 15px 0 10px;
  }
}
.steps-box .main-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 95px;
  color: #29292a;
}
@media (max-width: 1366px) {
  .steps-box .main-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .steps-box .main-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .steps-box .main-title {
    margin-bottom: 15px;
  }
}
.steps-box .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3.5%;
  width: 107%;
  position: relative;
  z-index: 0;
}
.steps-box .items > * {
  width: 26.3333333333%;
  margin: 0 3.5% 4.6666666667em;
}
@media (max-width: 768px) {
  .steps-box .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .steps-box .items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.steps-box .items::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 60px;
  content: '';
  width: 70%;
  height: 2px;
  border-bottom: 2px dotted #d7d7d7;
  z-index: -1;
}
@media (max-width: 768px) {
  .steps-box .items::before {
    display: none;
  }
}
.steps-box .item {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .steps-box .item {
    margin-bottom: 25px;
  }
}
.steps-box .icon {
  width: 90px;
  height: 100px;
  background: #5379ff;
  position: relative;
  z-index: 0;
  margin: 0 auto 37px;
}
@media (max-width: 768px) {
  .steps-box .icon {
    margin: 0 auto 20px;
    height: 70px;
    width: 80px;
  }
}
.steps-box .icon::before {
  position: absolute;
  content: '';
  top: 20px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: #0027b7;
  z-index: -1;
}
.steps-box .icon::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5379ff;
  z-index: -1;
}
.steps-box .icon img {
  max-height: 40px;
}
.steps-box .title {
  font-size: 24px;
  font-weight: 700;
  color: #29292a;
  text-align: center;
}
@media (max-width: 1024px) {
  .steps-box .title {
    font-size: 18px;
  }
}
.memberships-top-text {
  position: relative;
}
.memberships-top-text::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -moz-linear-gradient(-90deg, #eef1fa 0%, rgba(238, 241, 250, 0) 100%);
  background-image: -webkit-linear-gradient(-90deg, #eef1fa 0%, rgba(238, 241, 250, 0) 100%);
  background-image: -ms-linear-gradient(-90deg, #eef1fa 0%, rgba(238, 241, 250, 0) 100%);
}
.memberships-top-text h3 {
  text-transform: uppercase;
}
.memberships-top-text table tr {
  border-bottom: 1px solid #eef1fa;
}
.memberships-top-text table tr:last-child {
  border-bottom: none;
}
.memberships-top-text table th, .memberships-top-text table td {
  text-align: center;
  padding: 11px;
  font-size: 24px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .memberships-top-text table th, .memberships-top-text table td {
    padding: 5px;
    font-size: 18px;
  }
}
.memberships-top-text table th {
  background: #eef1fa;
}
.memberships-top-text a {
  color: #0027b7;
}
.memberships-top-text a:hover {
  color: #1e4eff;
}
.memberships-bottom-text h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .memberships-bottom-text h5 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.reviews-info {
  text-align: center;
  position: relative;
  z-index: 0;
}
.reviews-info .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #0e3de5;
  z-index: -1;
}
.reviews-info .icon img {
  margin: 0 auto;
  -webkit-filter: opacity(0.9);
  filter: opacity(0.9);
}
.reviews-info .date {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .reviews-info .date {
    margin-bottom: 10px;
  }
}
.reviews-info .day {
  display: block;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1024px) {
  .reviews-info .day {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .reviews-info .day {
    font-size: 24px;
  }
}
.reviews-info .month {
  font-size: 24px;
  font-weight: 700;
  display: block;
  line-height: 1;
  color: #fff;
}
@media (max-width: 480px) {
  .reviews-info .month {
    font-size: 18px;
  }
}
.reviews-info .address {
  text-transform: uppercase;
  color: #b3c2f9;
  font-size: 24px;
  letter-spacing: 2.4px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .reviews-info .address {
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 1px;
  }
}
@media (max-width: 480px) {
  .reviews-info .address {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.reviews-info .text h1 {
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  font-size: 50px;
}
@media (max-width: 1024px) {
  .reviews-info .text h1 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .reviews-info .text h1 {
    font-size: 22px;
  }
}
.reviews-info .image img {
  width: 100%;
}
.post-top {
  text-align: center;
  padding: 100px 0 70px;
}
@media (max-width: 1366px) {
  .post-top {
    padding: 60px 0 50px;
  }
}
@media (max-width: 1024px) {
  .post-top {
    padding: 40px 0 30px;
  }
}
@media (max-width: 480px) {
  .post-top {
    padding: 25px 0 15px;
  }
}
.post-top .cats-date {
  font-size: 16px;
  color: #a6a6a6;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.post-top .post-title {
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 40px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .post-top .post-title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .post-top .post-title {
    font-size: 22px;
  }
}
.post-top .author-name {
  font-size: 18px;
  color: #a6a6a6;
}
.post-top .author-name span {
  text-transform: uppercase;
}
.post-info .image {
  position: relative;
  z-index: 0;
  margin-bottom: 95px;
}
@media (max-width: 1366px) {
  .post-info .image {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .post-info .image {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .post-info .image {
    margin-bottom: 25px;
  }
}
.post-info .image::before {
  position: absolute;
  content: '';
  background: #1c1d1e;
  top: -10px;
  bottom: -10px;
  left: 20px;
  right: 20px;
  z-index: -1;
}
.post-info .text {
  margin-bottom: 95px;
}
@media (max-width: 1366px) {
  .post-info .text {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .post-info .text {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .post-info .text {
    margin-bottom: 25px;
  }
}
.share-wrapper {
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  .share-wrapper {
    padding-bottom: 20px;
  }
}
.share-wrapper .title {
  display: inline-block;
  position: relative;
  padding: 0 40px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .share-wrapper .title {
    margin-bottom: 10px;
  }
}
.share-wrapper .title::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 20px;
  height: 1px;
  background: #000;
}
.share-wrapper .title::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 20px;
  height: 1px;
  background: #000;
}
.share-wrapper .share-icons a {
  font-size: 20px;
  color: #232324;
  display: inline-block;
  margin: 0 15px;
}
.share-wrapper .share-icons a:hover {
  color: #0027b7;
}
.posts {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .posts {
    display: block;
  }
}
.posts > .post:first-child {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 840px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 60px;
}
@media (max-width: 1366px) {
  .posts > .post:first-child {
    height: 650px;
  }
}
@media (max-width: 1024px) {
  .posts > .post:first-child {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .posts > .post:first-child {
    height: auto;
    display: block;
    padding: 30px;
  }
}
.posts > .post:first-child .info {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-left: 14%;
}
@media (max-width: 1024px) {
  .posts > .post:first-child .info {
    margin-left: 0;
  }
}
.posts .post {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  position: relative;
  z-index: 0;
  padding: 105px;
  height: 960px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1366px) {
  .posts .post {
    height: 650px;
    padding: 60px;
  }
}
@media (max-width: 1024px) {
  .posts .post {
    height: 350px;
    padding: 30px;
  }
  .posts .post:nth-child(2n) {
    border-right: 1px solid #fff;
  }
}
@media (max-width: 768px) {
  .posts .post {
    height: auto;
  }
  .posts .post:nth-child(2n) {
    border-right: none;
  }
}
.posts .post::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(14, 14, 14, 0.6);
  z-index: -1;
}
.posts .post .thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
.posts .post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posts .posts-wrapper {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 0;
}
.posts .posts-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: #fff;
  z-index: 1;
}
.posts .posts-wrapper.first::before {
  left: -1px;
}
.posts .posts-wrapper.second::before {
  right: 0;
}
.posts .posts-wrapper .post {
  height: auto;
  padding: 60px;
}
@media (max-width: 1366px) {
  .posts .posts-wrapper .post {
    padding: 30px;
  }
}
.posts .cats-date {
  font-size: 16px;
  color: #a6a6a6;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .posts .cats-date {
    letter-spacing: 1px;
  }
}
.posts .post-title {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 12px;
}
@media (max-width: 1366px) {
  .posts .post-title {
    font-size: 34px;
  }
}
@media (max-width: 1024px) {
  .posts .post-title {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .posts .post-title {
    font-size: 20px;
  }
}
.posts .author-name {
  font-size: 18px;
  color: #a6a6a6;
  margin-bottom: 33px;
}
@media (max-width: 480px) {
  .posts .author-name {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.posts .author-name span {
  text-transform: uppercase;
}
.posts .more {
  background: transparent;
  border: 1px solid #fff;
}
.posts .more:hover {
  background: #000;
}
.search-item {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .search-item {
    margin-bottom: 20px;
  }
}
.search-item:last-child {
  margin-bottom: 0;
}
.search-item h4 a {
  color: #000;
}
.search-item h4 a:hover {
  color: #0027b7;
}
.search-item time {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .search-item time {
    margin-bottom: 10px;
  }
}
.home-top-slider .swiper-slide {
  position: relative;
  z-index: 0;
  height: auto;
  min-height: 825px;
}
@media (max-width: 1366px) {
  .home-top-slider .swiper-slide {
    min-height: 600px;
  }
}
@media (max-width: 1024px) {
  .home-top-slider .swiper-slide {
    min-height: 400px;
  }
}
@media (max-width: 480px) {
  .home-top-slider .swiper-slide {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-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;
    min-height: auto;
  }
}
.home-top-slider .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-top-slider .bg:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.home-top-slider .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-top-slider .text-wrapper {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media (max-width: 480px) {
  .home-top-slider .text-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.home-top-slider .text-wrapper > .container {
  width: 1640px;
}
.home-top-slider .text-wrapper .text {
  width: 40%;
  color: #fff;
}
@media (max-width: 1024px) {
  .home-top-slider .text-wrapper .text {
    width: 60%;
  }
}
@media (max-width: 480px) {
  .home-top-slider .text-wrapper .text {
    width: 100%;
    text-align: center;
  }
}
.home-top-slider .text-wrapper h1 {
  font-size: 80px;
  line-height: 0.9;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 1366px) {
  .home-top-slider .text-wrapper h1 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .home-top-slider .text-wrapper h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .home-top-slider .text-wrapper h1 {
    font-size: 24px;
  }
}
.home-top-slider .text-wrapper .btn {
  line-height: 54px;
  background: #fff;
  color: #000;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .home-top-slider .text-wrapper .btn {
    margin-top: 0;
    line-height: 40px;
  }
}
.home-top-slider .text-wrapper .btn:hover {
  background: #0027b7;
  color: #fff;
}
.home-top-slider .image {
  position: absolute;
  right: 10%;
  bottom: 0;
  width: 33%;
}
@media (max-width: 1366px) {
  .home-top-slider .image {
    right: 20px;
    width: 40%;
  }
}
@media (max-width: 768px) {
  .home-top-slider .image {
    right: 10px;
  }
}
@media (max-width: 480px) {
  .home-top-slider .image {
    position: relative;
    z-index: 1;
    right: auto;
    width: 100%;
  }
}
.home-top-slider .image img {
  max-height: 785px;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .home-top-slider .image img {
    max-height: 550px;
  }
}
@media (max-width: 1024px) {
  .home-top-slider .image img {
    max-height: 350px;
  }
}
@media (max-width: 480px) {
  .home-top-slider .image img {
    max-height: 200px;
  }
}
.home-top-slider .swiper-pagination {
  font-size: 0;
  bottom: 95px;
}
@media (max-width: 1024px) {
  .home-top-slider .swiper-pagination {
    bottom: 40px;
  }
}
@media (max-width: 480px) {
  .home-top-slider .swiper-pagination {
    bottom: 25px;
  }
}
.home-top-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: #fff;
  margin: 0 8px;
  -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;
}
.home-top-slider .swiper-pagination .swiper-pagination-bullet:hover, .home-top-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.home-info {
  position: relative;
  padding: 220px 0 230px;
}
@media (max-width: 1366px) {
  .home-info {
    padding: 100px 0;
  }
}
@media (max-width: 1024px) {
  .home-info {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .home-info {
    padding: 60px 0 20px;
  }
}
.home-info > .container {
  width: 1660px;
}
@media (max-width: 1024px) {
  .home-info > .container {
    display: block;
  }
}
.home-info .image-wrapper {
  -webkit-flex-basis: 43%;
  -moz-flex-basis: 43%;
  -ms-flex-preferred-size: 43%;
  flex-basis: 43%;
  height: 440px;
  margin-right: 7%;
  position: relative;
}
@media (max-width: 1366px) {
  .home-info .image-wrapper {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-right: 60px;
    height: 350px;
  }
}
@media (max-width: 1024px) {
  .home-info .image-wrapper {
    max-width: 550px;
    margin: 0 auto 50px;
  }
}
@media (max-width: 480px) {
  .home-info .image-wrapper {
    height: 220px;
    margin: 0 auto 20px;
  }
}
.home-info .image-wrapper .shadow-image {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -50px;
  z-index: -1;
  max-width: none;
  height: 700px;
  width: auto;
}
@media (max-width: 1366px) {
  .home-info .image-wrapper .shadow-image {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .home-info .image-wrapper .shadow-image {
    height: 450px;
  }
}
@media (max-width: 480px) {
  .home-info .image-wrapper .shadow-image {
    height: 280px;
  }
}
.home-info .image-wrapper .image {
  width: 100%;
  height: 100%;
  box-shadow: 0 10px 45px 25px rgba(20, 20, 20, 0.1);
}
.home-info .image-wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-info .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 18%;
}
@media (max-width: 1366px) {
  .home-info .text {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .home-info .text {
    text-align: center;
  }
}
.home-info .text .title {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px;
  color: #2f2f2f;
}
@media (max-width: 1024px) {
  .home-info .text .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .home-info .text .title {
    margin-bottom: 10px;
  }
}
.home-info .text .title span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  left: 22%;
  font-size: 174px;
  line-height: 1;
  text-transform: uppercase;
  color: #f9f9f9;
  z-index: -1;
  white-space: nowrap;
}
@media (max-width: 1366px) {
  .home-info .text .title span {
    font-size: 100px;
  }
}
@media (max-width: 1024px) {
  .home-info .text .title span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 480px) {
  .home-info .text .title span {
    font-size: 50px;
  }
}
.home-info .text .btn {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .home-info .text .btn {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .home-info .text .btn {
    margin-top: 0;
  }
}
.home-info .image-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  z-index: -1;
}
@media (max-width: 1366px) {
  .home-info .image-right {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .home-info .image-right {
    width: 30%;
  }
}
.home-full-box {
  position: relative;
  background: #282828;
  color: #fff;
  text-align: center;
}
.home-full-box .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-full-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: grayscale(1) opacity(0.2);
  filter: grayscale(1) opacity(0.2);
}
.home-full-box h3 {
  font-size: 40px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .home-full-box h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .home-full-box h3 {
    font-size: 22px;
  }
}
.home-full-box .btn {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .home-full-box .btn {
    margin-top: 15px;
  }
}
.home-full-box .btn:hover {
  background: #0027b7;
}
.cars-box {
  padding-left: 11%;
  position: relative;
}
@media (max-width: 1366px) {
  .cars-box {
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .cars-box {
    padding-left: 20px;
  }
}
.cars-box .plus {
  position: absolute;
  left: 5%;
  width: 38px;
  height: 38px;
  display: inline-block;
}
@media (max-width: 1366px) {
  .cars-box .plus {
    display: none;
  }
}
.cars-box .plus::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  width: 2px;
  height: 100%;
  background: #dfdfed;
}
.cars-box .plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  height: 2px;
  width: 100%;
  background: #dfdfed;
}
.cars-box .plus.top {
  top: 100px;
}
.cars-box .plus.bottom {
  bottom: 55px;
}
.cars-box .gallery-top .text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #2f2f2f;
}
@media (max-width: 768px) {
  .cars-box .gallery-top .text-wrapper {
    padding-right: 20px;
  }
}
.cars-box .gallery-top .main-slide {
  height: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
@media (max-width: 768px) {
  .cars-box .gallery-top .main-slide {
    display: block;
  }
}
.cars-box .gallery-top .title {
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media (max-width: 1366px) {
  .cars-box .gallery-top .title {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .cars-box .gallery-top .title {
    margin-bottom: 0;
  }
}
.cars-box .gallery-top .text {
  margin-bottom: 80px;
}
@media (max-width: 1366px) {
  .cars-box .gallery-top .text {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .cars-box .gallery-top .text {
    margin-bottom: 10px;
  }
}
.cars-box .gallery-top .features {
  column-count: 2;
}
@media (max-width: 480px) {
  .cars-box .gallery-top .features {
    column-count: 1;
  }
}
.cars-box .gallery-top .features p {
  page-break-inside: avoid;
  break-inside: avoid;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .cars-box .gallery-top .features p {
    padding-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .cars-box .gallery-top .features p {
    display: inline-block;
    padding-right: 10px;
  }
}
.cars-box .gallery-top .car-gallery {
  margin-left: 7%;
  padding-left: 40px;
  -webkit-flex-basis: 56%;
  -moz-flex-basis: 56%;
  -ms-flex-preferred-size: 56%;
  flex-basis: 56%;
}
@media (max-width: 1366px) {
  .cars-box .gallery-top .car-gallery {
    margin-left: 50px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 1024px) {
  .cars-box .gallery-top .car-gallery {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .cars-box .gallery-top .car-gallery {
    margin-left: 0;
    margin-top: 20px;
    height: 300px;
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .cars-box .gallery-top .car-gallery {
    height: 190px;
    padding-left: 0;
  }
}
.cars-box .gallery-top .car-gallery .swiper-slide {
  height: auto;
}
.cars-box .gallery-top .car-gallery .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 610px;
}
.cars-box .gallery-top .btn-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 20px;
  z-index: 1;
  font-size: 0;
}
@media (max-width: 480px) {
  .cars-box .gallery-top .btn-wrapper {
    left: 0;
    bottom: 0;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.cars-box .gallery-top .btn-wrapper .swiper-button-next, .cars-box .gallery-top .btn-wrapper .swiper-button-prev {
  position: relative;
  width: 48px;
  height: 48px;
  background: #fff;
  display: inline-block;
  margin-top: 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;
}
.cars-box .gallery-top .btn-wrapper .swiper-button-next::after, .cars-box .gallery-top .btn-wrapper .swiper-button-prev::after {
  display: none;
}
.cars-box .gallery-top .btn-wrapper .swiper-button-next::before, .cars-box .gallery-top .btn-wrapper .swiper-button-prev::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #113fe5;
  font-family: 'Font Awesome';
  line-height: 1;
  font-size: 40px;
  -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;
}
.cars-box .gallery-top .btn-wrapper .swiper-button-next:hover, .cars-box .gallery-top .btn-wrapper .swiper-button-prev:hover {
  background: #0027b7;
}
.cars-box .gallery-top .btn-wrapper .swiper-button-next:hover::before, .cars-box .gallery-top .btn-wrapper .swiper-button-prev:hover::before {
  color: #fff;
}
.cars-box .gallery-top .btn-wrapper .swiper-button-next {
  right: 0;
  margin-left: 2px;
}
.cars-box .gallery-top .btn-wrapper .swiper-button-next::before {
  content: '\f105';
}
.cars-box .gallery-top .btn-wrapper .swiper-button-prev {
  left: 0;
}
.cars-box .gallery-top .btn-wrapper .swiper-button-prev::before {
  content: '\f104';
}
.cars-box .gallery-top .btn-wrapper .swiper-button-disabled {
  opacity: 0;
}
.cars-box .gallery-thumbs .swiper-scrollbar {
  position: relative;
  left: 0;
  bottom: auto;
  z-index: 50;
  height: 3px;
  width: 100%;
  background: #e8eaf4;
  margin-top: 28px;
  margin-bottom: 20px;
  cursor: pointer;
  display: block !important;
}
.cars-box .gallery-thumbs .swiper-scrollbar .swiper-scrollbar-drag {
  position: absolute;
  height: 5px;
  top: -1px;
  background: #2f2f2f;
}
.cars-box .gallery-thumbs .swiper-slide {
  width: 310px;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .cars-box .gallery-thumbs .swiper-slide {
    width: 250px;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .cars-box .gallery-thumbs .swiper-slide {
    width: 150px;
    margin-right: 5px;
  }
}
.cars-box .gallery-thumbs .swiper-slide:last-child {
  margin-right: 0;
}
.cars-box .gallery-thumbs .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;
  cursor: pointer;
}
@media (max-width: 480px) {
  .cars-box .gallery-thumbs .image {
    margin-bottom: 5px;
  }
}
.cars-box .gallery-thumbs .image:hover {
  opacity: 0.8;
}
.cars-box .gallery-thumbs .image img {
  height: 175px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .cars-box .gallery-thumbs .image img {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .cars-box .gallery-thumbs .image img {
    height: 100px;
  }
}
.cars-box .gallery-thumbs .thumb-title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2f2f2f;
}
@media (max-width: 480px) {
  .cars-box .gallery-thumbs .thumb-title {
    font-size: 18px;
  }
}
.cars-box .gallery-thumbs .starting {
  display: block;
  font-size: 16px;
  color: #0e3de5;
  font-weight: 700;
  text-transform: uppercase;
}
.quotes-box {
  position: relative;
  background: #282828;
}
.quotes-box .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.quotes-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: grayscale(1) opacity(0.1);
  filter: grayscale(1) opacity(0.1);
}
.quotes-box > .container {
  width: 1630px;
}
.quotes-box .swiper-slide {
  padding: 0 40px;
}
.quotes-box .text {
  max-width: 1010px;
  margin: 0 auto;
  color: #fff;
}
.quotes-box .text h4 {
  text-transform: uppercase;
}
.quotes-box .text h5 {
  font-size: 18px;
  font-weight: 400;
  color: #698aff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .quotes-box .text h5 {
    margin-bottom: 10px;
  }
}
.quotes-box .text p {
  font-style: italic;
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .quotes-box .text p {
    font-size: 18px;
    line-height: 1.3;
  }
}
.quotes-box .swiper-button-next, .quotes-box .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: 0;
}
.quotes-box .swiper-button-next::after, .quotes-box .swiper-button-prev::after {
  display: none;
}
.quotes-box .swiper-button-next::before, .quotes-box .swiper-button-prev::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: 'Font Awesome';
  font-size: 25px;
  -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;
  color: #fff;
}
.quotes-box .swiper-button-next:hover::before, .quotes-box .swiper-button-prev:hover::before {
  color: #0027b7;
}
.quotes-box .swiper-button-next {
  right: 0;
}
.quotes-box .swiper-button-next::before {
  right: 0;
  content: '\f178';
}
.quotes-box .swiper-button-prev {
  left: 0;
}
.quotes-box .swiper-button-prev::before {
  left: 0;
  content: '\f177';
}
.quotes-box .swiper-pagination {
  position: static;
  font-size: 0;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .quotes-box .swiper-pagination {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .quotes-box .swiper-pagination {
    margin-top: 10px;
  }
}
.quotes-box .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: #fff;
  margin: 0 8px;
  -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;
}
.quotes-box .swiper-pagination .swiper-pagination-bullet:hover, .quotes-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.reviews-box .title-wrapper {
  text-align: center;
}
.reviews-box .title-wrapper .title {
  position: relative;
  color: #2f2f2f;
  text-transform: uppercase;
  z-index: 0;
}
.reviews-box .title-wrapper .title span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #f9f9f9;
  font-size: 174px;
  z-index: -1;
}
@media (max-width: 1366px) {
  .reviews-box .title-wrapper .title span {
    font-size: 100px;
  }
}
@media (max-width: 480px) {
  .reviews-box .title-wrapper .title span {
    font-size: 50px;
  }
}
.reviews-box .posts .post {
  border-bottom: none;
}
.reviews-box .posts .post::before {
  -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;
}
.reviews-box .posts .post:hover::before {
  background: rgba(14, 14, 14, 0.2);
}
.reviews-box .posts .post:hover .more {
  -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;
}
.reviews-box .posts .posts-wrapper::before {
  display: none;
}
.post-type-archive-vehicles .pagination-wrapper {
  padding: 65px 0 0;
}
@media (max-width: 1024px) {
  .post-type-archive-vehicles .pagination-wrapper {
    padding: 40px 0 0;
  }
}
@media (max-width: 480px) {
  .post-type-archive-vehicles .pagination-wrapper {
    padding: 25px 0 0;
  }
}
.vehicles-posts {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.vehicles-posts > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .vehicles-posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .vehicles-posts > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 768px) {
  .vehicles-posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .vehicles-posts > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .vehicles-posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .vehicles-posts > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.vehicles-posts .thumb {
  display: block;
  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;
  cursor: pointer;
}
@media (max-width: 480px) {
  .vehicles-posts .thumb {
    margin-bottom: 5px;
  }
}
.vehicles-posts .thumb:hover {
  opacity: 0.8;
}
.vehicles-posts .thumb img {
  height: 175px;
  width: 100%;
  object-fit: cover;
}
.vehicles-posts .post-title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2f2f2f;
}
@media (max-width: 480px) {
  .vehicles-posts .post-title {
    font-size: 18px;
  }
}
.vehicles-posts .post-title:hover {
  color: #0027b7;
}
.vehicles-posts .starting {
  display: block;
  font-size: 16px;
  color: #0e3de5;
  font-weight: 700;
  text-transform: uppercase;
}
.vehicles-single .thumb {
  position: relative;
  z-index: 0;
  margin-bottom: 95px;
}
@media (max-width: 1366px) {
  .vehicles-single .thumb {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .vehicles-single .thumb {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .vehicles-single .thumb {
    margin-bottom: 25px;
  }
}
.vehicles-single .thumb::before {
  position: absolute;
  content: '';
  background: #1c1d1e;
  top: -10px;
  bottom: -10px;
  left: 20px;
  right: 20px;
  z-index: -1;
}
.vehicles-single .thumb img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .vehicles-single .thumb img {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .vehicles-single .thumb img {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .vehicles-single .thumb img {
    height: 220px;
  }
}
.vehicles-single .info-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .vehicles-single .info-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .vehicles-single .info-wrapper {
    margin-bottom: 25px;
  }
}
.vehicles-single .features {
  margin-top: 30px;
  column-count: 2;
}
@media (max-width: 480px) {
  .vehicles-single .features {
    column-count: 1;
    margin-top: 15px;
  }
}
.vehicles-single .features p {
  page-break-inside: avoid;
  break-inside: avoid;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .vehicles-single .features p {
    padding-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .vehicles-single .features p {
    display: block;
    padding-right: 10px;
  }
}
.vehicles-single .single-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%;
  margin-bottom: 60px;
}
.vehicles-single .single-gallery > * {
  width: 19%;
  margin: 0 0.5% 0.6em;
}
@media (max-width: 1024px) {
  .vehicles-single .single-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%;
    margin-bottom: 40px;
  }
  .vehicles-single .single-gallery > * {
    width: 24%;
    margin: 0 0.5% 0.625em;
  }
}
@media (max-width: 768px) {
  .vehicles-single .single-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%;
    margin-bottom: 40px;
  }
  .vehicles-single .single-gallery > * {
    width: 32.3333333333%;
    margin: 0 0.5% 0.6666666667em;
  }
}
@media (max-width: 600px) {
  .vehicles-single .single-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%;
    margin-bottom: 25px;
  }
  .vehicles-single .single-gallery > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .vehicles-single .single-gallery .item {
    margin-bottom: 10px;
  }
}
.vehicles-single .single-gallery .item:hover {
  opacity: 0.8;
}
.vehicles-single .single-gallery img {
  height: 170px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 480px) {
  .vehicles-single .single-gallery img {
    height: 120px;
  }
}
footer {
  border-top: 1px solid #e8e8e8;
  padding: 130px 0 120px;
}
@media (max-width: 1366px) {
  footer {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  footer {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 25px 0;
  }
}
footer > .container {
  width: 1500px;
}
footer .text {
  margin-right: 40px;
  font-size: 16px;
}
@media (max-width: 768px) {
  footer .text {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
footer .text:last-child {
  margin-right: 0;
}
footer .text h4 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  footer .text h4 {
    font-size: 18px;
    margin-bottom: 6px;
  }
}
footer .text a {
  color: #000;
}
footer .text a:hover {
  color: #0027b7;
}
footer .subscribe-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
footer .subscribe-wrapper .wpcf7-not-valid-tip {
  line-height: 54px;
  padding: 0 15px;
}
@media (max-width: 480px) {
  footer .subscribe-wrapper .wpcf7-not-valid-tip {
    line-height: 40px;
  }
}
footer .subscribe-wrapper .email {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}
footer .subscribe-wrapper .email input {
  height: 54px;
  border-color: #000;
}
@media (max-width: 480px) {
  footer .subscribe-wrapper .email input {
    height: 40px;
  }
}
footer .subscribe-wrapper .btn {
  -webkit-flex-basis: 150px;
  -moz-flex-basis: 150px;
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
}
@media (max-width: 480px) {
  footer .subscribe-wrapper .btn {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: auto;
    line-height: 40px;
  }
}
footer .text-wrapper {
  -webkit-flex-basis: 300px;
  -moz-flex-basis: 300px;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
}
footer .links {
  -webkit-flex-basis: 160px;
  -moz-flex-basis: 160px;
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
}
footer .form-box {
  -webkit-flex-basis: 440px;
  -moz-flex-basis: 440px;
  -ms-flex-preferred-size: 440px;
  flex-basis: 440px;
}
@media (max-width: 1366px) {
  footer .form-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 0 30px;
  }
}
@media (max-width: 480px) {
  footer .form-box {
    margin-bottom: 15px;
  }
}
footer .social-icons {
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  footer .social-icons {
    margin-bottom: 15px;
  }
}
footer .top-footer {
  padding-bottom: 90px;
}
@media (max-width: 1366px) {
  footer .top-footer {
    padding-bottom: 60px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  footer .top-footer {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  footer .top-footer {
    display: block;
    text-align: center;
  }
}
@media (max-width: 480px) {
  footer .top-footer {
    padding-bottom: 25px;
  }
}
@media (max-width: 768px) {
  footer .bottom-footer {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
footer .bottom-footer .copyright {
  font-size: 16px;
}
@media (max-width: 768px) {
  footer .bottom-footer .copyright {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
footer .bottom-footer .logos {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  footer .bottom-footer .logos {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  footer .bottom-footer .logos {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
footer .bottom-footer .logos .logo {
  min-height: 30px;
  margin-left: 25px;
}
@media (max-width: 768px) {
  footer .bottom-footer .logos .logo:first-child {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  footer .bottom-footer .logos .logo {
    margin-left: 0;
    margin-bottom: 10px;
    -webkit-flex-basis: 33.33%;
    -moz-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
}
footer .bottom-footer .logos .logo img {
  max-height: 30px;
}
footer .copyright-box a {
  color: #000;
}
footer .copyright-box a:hover {
  color: #0027b7;
}
@media (max-width: 768px) {
  footer .copyright-box {
    text-align: center;
  }
}
