@font-face {
  font-family: "Helvetica";
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/helvetica/Helvetica-Light.eot");
  src: url("../fonts/helvetica/Helvetica-Light.eot?#iefix") format('embedded-opentype'), url("../fonts/helvetica/Helvetica-Light.woff") format('woff'), url("../fonts/helvetica/Helvetica-Light.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/helvetica/Helvetica.eot");
  src: url("../fonts/helvetica/Helvetica.eot?#iefix") format('embedded-opentype'), url("../fonts/helvetica/Helvetica.woff") format('woff'), url("../fonts/helvetica/Helvetica.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/helvetica/Helvetica-Bold.eot");
  src: url("../fonts/helvetica/Helvetica-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/helvetica/Helvetica-Bold.woff") format('woff'), url("../fonts/helvetica/Helvetica-Bold.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: "NuberNext";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/nuber-next/NuberNext-BlackWide.eot");
  src: url("../fonts/nuber-next/NuberNext-BlackWide.eot?#iefix") format('embedded-opentype'), url("../fonts/nuber-next/NuberNext-BlackWide.woff") format('woff'), url("../fonts/nuber-next/NuberNext-BlackWide.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: "NuberNext";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/nuber-next/NuberNext-RegularWide.eot");
  src: url("../fonts/nuber-next/NuberNext-RegularWide.eot?#iefix") format('embedded-opentype'), url("../fonts/nuber-next/NuberNext-RegularWide.woff") format('woff'), url("../fonts/nuber-next/NuberNext-RegularWide.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: "NuberNext";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/nuber-next/NuberNext-LightWide.eot");
  src: url("../fonts/nuber-next/NuberNext-LightWide.eot?#iefix") format('embedded-opentype'), url("../fonts/nuber-next/NuberNext-LightWide.woff") format('woff'), url("../fonts/nuber-next/NuberNext-LightWide.ttf") format('truetype');
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 768px) {
  table {
    overflow-y: scroll;
    display: block;
  }
  table tbody {
    display: block;
    width: 800px;
  }
}
td {
  vertical-align: top;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.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::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #000;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #000;
}
::-webkit-scrollbar-thumb:active {
  background: #000;
}
html {
  font: 400 20px/1.5714 'Red Hat Display', sans-serif;
}
@media (max-width: 1024px) {
}
body {
  color: #fff;
  background: #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: 22px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  p {
    line-height: 1.6;
  }
}
@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: 65px;
  width: 100%;
  border: 1px solid transparent;
  background: #fff;
  padding: 0 35px;
  font-family: 'Red Hat Display';
  font-weight: 300;
  border-radius: 10px;
  font-size: 19px;
}
@media (max-width: 1024px) {
  input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea {
    height: 50px;
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea {
    font-size: 16px;
  }
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #eefb03;
}
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: #4c4c4c;
  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: #4c4c4c;
  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: #4c4c4c;
  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: #4c4c4c;
  opacity: 1;
}
textarea {
  resize: none;
  height: 160px;
  padding: 12px 35px;
  display: block;
}
@media (max-width: 1024px) {
  textarea {
    padding: 12px 15px;
  }
}
.btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
  display: inline-block;
  line-height: 1;
  padding: 20px 40px;
  font-size: 20px;
  background: #eefb03;
  color: #000;
  font-family: 'Red Hat Display';
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
    padding: 15px 20px;
    font-size: 16px;
  }
}
.btn.white, .post-navigation [rel="next"].white, .post-navigation [rel="prev"].white, .submit.white {
  background: #fff;
}
.btn:hover, .post-navigation [rel="next"]:hover, .post-navigation [rel="prev"]:hover, .submit:hover {
  background: #8e9602;
}
h1, h2 {
  font-weight: 300;
  font-size: 70px;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  h1, h2 {
    font-size: 55px;
  }
}
@media (max-width: 1024px) {
  h1, h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h1, h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  h1, h2 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 12px;
  }
}
h1 strong, h2 strong {
  font-weight: 700;
}
h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 25px;
  }
}
h4 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 22px;
  }
}
h5 {
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  h5 {
    margin-bottom: 12px;
  }
}
h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  h6 {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  h6 {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  h6 {
    margin-bottom: 15px;
  }
}
.container {
  margin: 0 auto;
  width: 1440px;
  max-width: 94%;
  position: relative;
}
.text ul {
  margin-bottom: 20px;
}
.text ul li {
  padding-left: 45px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .text ul li {
    margin-bottom: 30px;
    padding-left: 40px;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .text ul li {
    margin-bottom: 20px;
    padding-left: 25px;
  }
}
.text ul li:before {
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 1024px) {
  .text ul li:before {
    width: 8px;
    height: 8px;
  }
}
.text ul li:last-child {
  margin-bottom: 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: #eefb03;
}
.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: #8e9602;
}
.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, .top.type_2 > .container {
  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: 15px;
  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: 'Red Hat Display';
  height: 100%;
  line-height: 65px;
  padding: 0 23px;
  text-align: left;
}
@media (max-width: 1024px) {
  div.wpcf7 .wpcf7-not-valid-tip {
    line-height: 50px;
  }
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: 'Red Hat Display';
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
  color: #000;
}
div.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
}
@media (max-width: 480px) {
  div.wpcf7 .btn-wrapper {
    width: 100%;
  }
  div.wpcf7 .btn-wrapper .btn, div.wpcf7 .btn-wrapper .post-navigation [rel="next"], .post-navigation div.wpcf7 .btn-wrapper [rel="next"], div.wpcf7 .btn-wrapper .post-navigation [rel="prev"], .post-navigation div.wpcf7 .btn-wrapper [rel="prev"] {
    width: 100%;
  }
}
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;
  text-align: right;
}
.main-menu > ul > li {
  display: inline-block;
  padding: 0 15px;
}
.main-menu > ul > li > a {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  line-height: 40px;
  padding: 0 15px;
}
.main-menu > ul > li > a:hover {
  color: #eefb03;
}
.main-menu > ul > li.menu-item-has-children {
  text-align: left;
}
.main-menu > ul > li.menu-item-has-children > .sub-menu {
  left: 0;
  top: 150%;
}
.main-menu > ul > li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
}
.main-menu .menu-item-has-children {
  position: relative;
}
.main-menu .menu-item-has-children .sub-menu {
  text-align: center;
  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: #000;
  min-width: 100%;
  pointer-events: none;
}
.main-menu .menu-item-has-children .sub-menu li {
  display: block;
}
.main-menu .menu-item-has-children .sub-menu li a {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  padding: 9px 10px 5px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.main-menu .menu-item-has-children .sub-menu li a:hover {
  background: #000;
}
.main-menu .menu-item-has-children .sub-menu li:hover > a, .main-menu .menu-item-has-children .sub-menu li.current-menu-item > a {
  color: #eefb03;
}
.main-menu .menu-item-has-children:hover > a {
  color: #eefb03;
}
.main-menu .menu-item-has-children:hover > .sub-menu {
  top: 0%;
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}
.menu-burger {
  display: none;
  width: 36px;
  height: 36px;
  position: fixed;
  top: 33px;
  right: 13px;
  background: #fff;
  z-index: 2;
  cursor: pointer;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .menu-burger {
    display: block;
  }
}
.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: #000;
  -webkit-box-shadow: 0 7px 0 0 #000, 0 -7px 0 0 #000;
  box-shadow: 0 7px 0 0 #000, 0 -7px 0 0 #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;
}
.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: #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;
}
.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: #000;
}
.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: #000;
}
.mobile-main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  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: #8e9602;
}
.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: #fff;
}
.search-box .search-btn:hover svg {
  color: #8e9602;
}
.search-box .search-btn.close svg {
  opacity: 0;
}
.search-box .search-btn.close::before {
  opacity: 1;
}
.search-box .search-btn.close:hover::before {
  color: #8e9602;
}
.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: 5px;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 5px;
}
.share-icons a.facebook-icon:hover, .social-icons a.facebook-icon:hover {
  background: #3b5993;
}
.share-icons a.twitter-icon:hover, .social-icons a.twitter-icon:hover {
  background: #55acee;
}
.share-icons a.instagram-icon:hover, .social-icons a.instagram-icon:hover {
  background: #d6249f;
}
.share-icons a.linkedin-icon:hover, .social-icons a.linkedin-icon:hover {
  background: #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: 20px;
  display: block;
  color: #fff;
}
.selectric {
  border: none;
  border-bottom: 2px solid #000;
  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: 65px;
  height: 65px;
  color: #fff;
  font-family: 'Red Hat Display';
  font-size: 16px;
  margin: 0 40px 0 12px;
}
.selectric .button {
  line-height: 65px;
  height: 65px;
  width: 65px;
  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: #000 transparent transparent transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-hover .selectric, .selectric-focus .selectric {
  border-color: #000;
}
.selectric-hover .selectric .button::before, .selectric-focus .selectric .button::before {
  color: #000;
}
.selectric-items ul {
  margin: 0;
}
.selectric-items ul li {
  padding: 5px 12px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-items ul li::before {
  display: none;
}
.selectric-items ul li.highlighted {
  background: #000;
}
.breadcrumb {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #fff;
  position: relative;
  display: inline-block;
}
.breadcrumb a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #8e9602;
  -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: #8e9602;
}
.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: #000;
  color: #fff;
  margin: 0 10px;
  border-radius: 4px;
}
.pagination svg {
  height: 12px;
}
.pagination .current {
  background: #333;
}
.pagination a.page-numbers:hover {
  background: #333;
}
.pagination .prev, .pagination .next {
  position: relative;
}
.post-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.post-navigation [rel="next"] svg, .post-navigation [rel="prev"] svg {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.post-navigation [rel="next"] span, .post-navigation [rel="prev"] span {
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.link-text {
  position: absolute;
  z-index: -1;
  opacity: 0;
  font-size: 0;
}
.space {
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .space {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .space {
    padding: 40px 0;
  }
}
.space-bottom {
  padding-bottom: 100px;
}
@media (max-width: 1366px) {
  .space-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .space-bottom {
    padding-bottom: 40px;
  }
}
.outer-space {
  margin: 100px 0;
}
@media (max-width: 1366px) {
  .outer-space {
    margin: 60px 0;
  }
}
@media (max-width: 1024px) {
  .outer-space {
    margin: 40px 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;
  }
}
.last-no-spacing > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}
#breadcrumbs span a {
  color: #fff;
  font-size: 17px;
}
#breadcrumbs span a:hover {
  color: #eefb03;
}
#dialog-content h2 {
  color: #000;
  font-size: 25px;
}
.single-wrapper .container .top-wrapper {
  padding-bottom: 33px;
  border-bottom: 1px solid #fff;
  margin-bottom: 83px;
}
@media (max-width: 1024px) {
  .single-wrapper .container .top-wrapper {
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .single-wrapper .container .top-wrapper {
    margin-bottom: 35px;
  }
}
.single-wrapper .container .top-wrapper .container {
  width: 1192px;
}
.single-wrapper .container .top-wrapper .container .tags {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .single-wrapper .container .top-wrapper .container .tags {
    margin-bottom: 20px;
  }
}
.single-wrapper .container .top-wrapper .container .tags a {
  font-size: 21px;
  font-weight: 700;
  color: #eefb03;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .single-wrapper .container .top-wrapper .container .tags a {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .single-wrapper .container .top-wrapper .container .tags a {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.single-wrapper .container .top-wrapper .container .tags a:not(:last-child) {
  margin-right: 20px;
}
.single-wrapper .container .top-wrapper .container .tags a:hover {
  color: #fff;
}
.single-wrapper .container .top-wrapper .container .tac {
  font-size: 48px;
  font-weight: 700;
  line-height: 39.84px;
  text-align: start;
}
@media (max-width: 1024px) {
  .single-wrapper .container .top-wrapper .container .tac {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .single-wrapper .container .top-wrapper .container .tac {
    font-size: 24px;
  }
}
.single-wrapper .container .top-wrapper .container .subscribe-wrapper {
  text-align: end;
}
.single-wrapper .container .top-wrapper .container .subscribe-wrapper .subscribe {
  display: inline-block;
  position: relative;
  font-size: 21px;
  font-weight: 700;
  color: #eefb03;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .single-wrapper .container .top-wrapper .container .subscribe-wrapper .subscribe {
    font-size: 18px;
  }
}
.single-wrapper .container .top-wrapper .container .subscribe-wrapper .subscribe:hover {
  opacity: 0.7;
}
.single-wrapper .container .top-wrapper .container .subscribe-wrapper .subscribe:before {
  position: relative;
  content: url('../img/mail-icon.svg');
  width: 20px;
  height: 20px;
  margin-right: 27px;
  top: 5px;
}
@media (max-width: 1024px) {
  .single-wrapper .container .top-wrapper .container .subscribe-wrapper .subscribe:before {
    margin-right: 15px;
  }
}
.single-wrapper .container .post-content {
  padding-bottom: 115px;
  margin-bottom: 76px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1024px) {
  .single-wrapper .container .post-content {
    padding-bottom: 45px;
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .single-wrapper .container .post-content {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}
.single-wrapper .container .post-content .container {
  width: 1192px;
}
.single-wrapper .container .post-content .container p {
  font-size: 17px;
  line-height: 28.75px;
  margin-bottom: 30px;
}
.single-wrapper .container .post-content .container p:last-child {
  margin-bottom: 0;
}
.single-wrapper .container .actor-wrapper {
  width: 1192px;
  max-width: 94%;
  margin: 0 auto;
}
.single-wrapper .container .actor-wrapper .autor-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1024px) {
  .single-wrapper .container .actor-wrapper .autor-block {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .single-wrapper .container .actor-wrapper .autor-block {
    gap: 20px;
  }
}
.single-wrapper .container .actor-wrapper .autor-block .name-position .name {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
}
.single-wrapper .container .actor-wrapper .autor-block .name-position .name:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .single-wrapper .container .actor-wrapper .autor-block .name-position .name {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .single-wrapper .container .actor-wrapper .autor-block .name-position .name {
    font-size: 18px;
  }
}
.single-wrapper .container .actor-wrapper .autor-block .name-position .position-autor {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 24.15px;
}
@media (max-width: 1024px) {
  .single-wrapper .container .actor-wrapper .autor-block .name-position .position-autor {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .single-wrapper .container .actor-wrapper .autor-block .name-position .position-autor {
    font-size: 16px;
  }
}
.list-block .list-item {
  position: relative;
  margin-top: 90px;
  padding-bottom: 75px;
}
@media (max-width: 1024px) {
  .list-block .list-item {
    padding-bottom: 40px;
    margin-top: 40px;
  }
}
.list-block .list-item:first-child {
  margin-top: 0;
}
.list-block .list-item:last-child {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .list-block .list-item:last-child {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.list-block .list-item:last-child::before {
  display: none;
}
@media (max-width: 768px) {
  .list-block .list-item:last-child::before {
    display: block;
  }
}
.list-block .list-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 49%;
  height: 1px;
  background: rgba(255, 255, 255, 0.30);
}
@media (max-width: 480px) {
  .list-block .list-item:before {
    width: 100%;
  }
}
.list-block .list-item .arrow {
  position: absolute;
  top: -5px;
  left: 5px;
  height: 38px;
  width: 38px;
}
@media (max-width: 1024px) {
  .list-block .list-item .arrow {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 768px) {
  .list-block .list-item .arrow {
    width: 25px;
    height: 25px;
  }
}
.list-block .list-item .arrow::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 9px solid #eefb03;
  border-right: 9px solid #eefb03;
}
@media (max-width: 480px) {
  .list-block .list-item .arrow::before {
    border-top-width: 5px;
    border-right-width: 5px;
  }
}
.list-block .list-item .arrow::after {
  content: '';
  width: 105%;
  height: 9px;
  background: #eefb03;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 60%;
  left: 40%;
  -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);
}
@media (max-width: 480px) {
  .list-block .list-item .arrow::after {
    height: 5px;
    width: 110%;
  }
}
.list-block .list-item-title {
  color: #fff;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 35px;
  padding-left: 73px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1024px) {
  .list-block .list-item-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .list-block .list-item-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .list-block .list-item-title br {
    display: none;
  }
}
.list-block h5 {
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .list-block h5 {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .list-block h5 {
    margin-bottom: 20px;
  }
}
.info-box {
  padding-bottom: 75px;
  position: relative;
  margin-bottom: 75px;
}
.info-box:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 49%;
  height: 1px;
  background: rgba(255, 255, 255, 0.30);
}
@media (max-width: 768px) {
  .info-box:before {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .info-box {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.home-top-box {
  padding: 12vh 0;
}
@media (max-width: 1366px) {
  .home-top-box {
    padding: 100px 0;
  }
}
@media (max-width: 1024px) {
  .home-top-box {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .home-top-box {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .home-top-box {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .home-top-box .text br {
    display: none;
  }
}
.home-top-box .text p {
  font-size: 23px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .home-top-box .text p {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .home-top-box .text p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .home-top-box .text p {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
.home-top-box .text .btn, .home-top-box .text .post-navigation [rel="next"], .post-navigation .home-top-box .text [rel="next"], .home-top-box .text .post-navigation [rel="prev"], .post-navigation .home-top-box .text [rel="prev"] {
  font-size: 25px;
  padding: 17px 40px;
}
@media (max-width: 1024px) {
  .home-top-box .text .btn, .home-top-box .text .post-navigation [rel="next"], .post-navigation .home-top-box .text [rel="next"], .home-top-box .text .post-navigation [rel="prev"], .post-navigation .home-top-box .text [rel="prev"] {
    font-size: 20px;
    padding: 12px 30px;
  }
}
@media (max-width: 768px) {
  .home-top-box .text .btn, .home-top-box .text .post-navigation [rel="next"], .post-navigation .home-top-box .text [rel="next"], .home-top-box .text .post-navigation [rel="prev"], .post-navigation .home-top-box .text [rel="prev"] {
    font-size: 18px;
    padding: 11px 20px;
  }
}
@media (max-width: 480px) {
  .home-top-box .text .btn, .home-top-box .text .post-navigation [rel="next"], .post-navigation .home-top-box .text [rel="next"], .home-top-box .text .post-navigation [rel="prev"], .post-navigation .home-top-box .text [rel="prev"] {
    font-size: 17px;
  }
}
.services-block {
  padding-top: 60px;
}
@media (max-width: 1366px) {
  .services-block {
    padding-top: 50px;
  }
}
@media (max-width: 1024px) {
  .services-block {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .services-block {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .services-block .services-top-box .services-block-title {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: left;
    margin-bottom: 0;
  }
}
.services-block .services-top-box .services-block-title h2 {
  margin-bottom: 0;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .services-block .services-top-box .services-block-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .services-block .services-top-box .services-block-title h2 {
    font-weight: 700;
  }
}
@media (max-width: 1024px) {
  .services-block .services-top-box .services-image {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .services-block .services-top-box .services-image {
    max-width: 250px;
  }
}
@media (max-width: 480px) {
  .services-block .services-top-box .services-image {
    max-width: 200px;
    margin: 0 auto;
    display: none;
  }
}
.services-block .services-block-items {
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .services-block .services-block-items {
    padding: 60px 0;
  }
}
.services-block .services-block-item {
  margin-bottom: 80px;
  -webkit-flex-basis: 28%;
  -moz-flex-basis: 28%;
  -ms-flex-preferred-size: 28%;
  flex-basis: 28%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 560px;
  position: relative;
}
@media (max-width: 1024px) {
  .services-block .services-block-item {
    min-height: 500px;
    -webkit-flex-basis: 31%;
    -moz-flex-basis: 31%;
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .services-block .services-block-item {
    -webkit-flex-basis: 47%;
    -moz-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }
}
@media (max-width: 480px) {
  .services-block .services-block-item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-height: auto;
  }
}
.services-block .services-block-item:before {
  content: '';
  position: absolute;
  right: -13%;
  top: 0;
  width: 1px;
  height: 85%;
  background: #3e3e3e;
}
@media (max-width: 1024px) {
  .services-block .services-block-item:before {
    right: -6%;
  }
}
@media (max-width: 480px) {
  .services-block .services-block-item:before {
    display: none;
  }
}
@media (max-width: 480px) {
  .services-block .services-block-item:last-child {
    margin-bottom: 0;
  }
}
.services-block .services-block-item:nth-child(3n):before {
  display: none;
}
@media (max-width: 768px) {
  .services-block .services-block-item:nth-child(3n):before {
    display: inline-block;
  }
}
.services-block .services-block-item:nth-child(4) {
  min-height: auto;
}
.services-block .services-block-item:nth-child(4):before {
  display: none;
}
@media (max-width: 768px) {
  .services-block .services-block-item:nth-child(even):before {
    display: none;
  }
}
.services-block .services-block-item .text {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .services-block .services-block-item .text {
    margin-bottom: 20px;
  }
}
.services-block .services-block-item .text h6 {
  font-weight: 300;
}
@media (max-width: 1024px) {
  .services-block .services-block-item .text h6 br {
    display: none;
  }
}
.services-block .services-block-item .btn-block {
  text-align: right;
}
@media (max-width: 768px) {
  .services-block .services-block-item .btn-block {
    text-align: left;
  }
}
.services-block .services-block-item .btn-block .btn, .services-block .services-block-item .btn-block .post-navigation [rel="next"], .post-navigation .services-block .services-block-item .btn-block [rel="next"], .services-block .services-block-item .btn-block .post-navigation [rel="prev"], .post-navigation .services-block .services-block-item .btn-block [rel="prev"] {
  font-weight: 700;
  padding: 15px 40px;
}
@media (max-width: 1024px) {
  .services-block .services-block-item .btn-block .btn, .services-block .services-block-item .btn-block .post-navigation [rel="next"], .post-navigation .services-block .services-block-item .btn-block [rel="next"], .services-block .services-block-item .btn-block .post-navigation [rel="prev"], .post-navigation .services-block .services-block-item .btn-block [rel="prev"] {
    padding: 12px 30px;
  }
}
@media (max-width: 768px) {
  .services-block .services-block-item .btn-block .btn, .services-block .services-block-item .btn-block .post-navigation [rel="next"], .post-navigation .services-block .services-block-item .btn-block [rel="next"], .services-block .services-block-item .btn-block .post-navigation [rel="prev"], .post-navigation .services-block .services-block-item .btn-block [rel="prev"] {
    padding: 12px 20px;
  }
}
.services-block .services-block-item li {
  color: #dfdfdf;
  font-size: 17px;
  line-height: normal;
  margin-bottom: 30px;
  padding-left: 49px;
}
@media (max-width: 1024px) {
  .services-block .services-block-item li {
    font-size: 16px;
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .services-block .services-block-item li {
    padding-left: 30px;
    margin-bottom: 15px;
    line-height: 1.6;
  }
}
.services-block .services-block-item li:before {
  width: 7px;
  top: 6px;
  height: 7px;
}
@media (max-width: 768px) {
  .services-block .services-block-item li:before {
    top: 9px;
  }
}
.club-block {
  background: #fff;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .club-block {
    padding: 60px 0;
  }
}
.club-block .club-info {
  margin-bottom: 25px;
  text-align: center;
  color: #000;
}
.club-block .club-info h1, .club-block .club-info h2, .club-block .club-info h3, .club-block .club-info h4, .club-block .club-info h5, .club-block .club-info h6 {
  color: #000;
}
@media (min-width: 1025px) {
  .club-block .club-info h2 {
    font-size: 50px;
  }
}
.club-block .club-block-items .club-block-item {
  margin-bottom: 30px;
  padding-top: 24px;
  position: relative;
  text-align: center;
  font-size: 20px;
  color: #000;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .club-block .club-block-items .club-block-item {
    margin-bottom: 25px;
    padding-top: 20px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .club-block .club-block-items .club-block-item {
    margin-bottom: 20px;
  }
}
.club-block .club-block-items .club-block-item:last-child {
  margin-bottom: 0;
}
.club-block .club-block-items .club-block-item:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 5px;
  content: '';
  width: 11px;
  height: 11px;
  background: #dae425;
  border-radius: 50%;
}
.testimonials-block {
  padding: 80px 0 60px;
  background: #2a2926;
  position: relative;
  z-index: 0;
}
@media (max-width: 1366px) {
  .testimonials-block {
    padding: 60px 0 40px;
  }
}
.testimonials-block .testimonials-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%;
}
.testimonials-block .testimonials-items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .testimonials-block .testimonials-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%;
  }
  .testimonials-block .testimonials-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .testimonials-block .testimonials-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%;
  }
  .testimonials-block .testimonials-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
@media (max-width: 480px) {
  .testimonials-block .testimonials-items {
    display: none;
  }
}
.testimonials-block .testimonials-item {
  border-radius: 25px;
  background: #d9d9d9;
  padding: 20px;
  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;
}
.testimonials-block .testimonials-item-top {
  margin-bottom: 11px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.testimonials-block .testimonials-image {
  width: 85px;
  height: 85px;
  overflow: hidden;
  border-radius: 50%;
  min-width: 85px;
  margin-right: 18px;
}
@media (max-width: 768px) {
  .testimonials-block .testimonials-image {
    width: 65px;
    height: 65px;
    min-width: 65px;
  }
}
.testimonials-block .testimonials-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.testimonials-block .testimonials-title {
  margin-bottom: 10px;
}
.testimonials-block .testimonials-tag {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  display: inline-block;
  line-height: normal;
}
.testimonials-block .testimonials-time {
  color: #000;
  font-size: 14px;
  margin-top: 15px;
  font-style: normal;
  font-weight: 300;
  display: inline-block;
  line-height: normal;
}
.testimonials-block .text p {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .testimonials-block .text p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .testimonials-block .text p {
    font-size: 16px;
  }
  .testimonials-block .text p br {
    display: none;
  }
}
.testimonials-block .swiper {
  padding-bottom: 55px;
  display: none;
}
@media (max-width: 480px) {
  .testimonials-block .swiper {
    display: block;
  }
}
.testimonials-block .swiper .swiper-slide {
  height: auto;
}
.testimonials-block .swiper .swiper-button-next, .testimonials-block .swiper .swiper-button-prev {
  width: 30px;
  height: 30px;
  color: #fff;
  margin-top: 0;
  bottom: 0;
  top: 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;
}
.testimonials-block .swiper .swiper-button-next::after, .testimonials-block .swiper .swiper-button-prev::after {
  font-size: 22px;
}
.testimonials-block .swiper .swiper-button-next:hover, .testimonials-block .swiper .swiper-button-prev:hover {
  opacity: 0.7;
}
.testimonials-block .swiper .swiper-button-prev {
  left: 0;
}
.testimonials-block .swiper .swiper-button-next {
  right: 0;
}
.testimonials-block .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 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;
}
.testimonials-block .swiper .swiper-pagination .swiper-pagination-bullet:hover, .testimonials-block .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d9d9d9;
}
.trusted-block {
  padding: 240px 0;
}
@media (max-width: 1366px) {
  .trusted-block {
    padding: 90px 0;
  }
}
@media (max-width: 1024px) {
  .trusted-block {
    padding: 60px 0;
  }
}
.trusted-block li::before {
  top: 10px;
}
.trusted-block h2 {
  margin-bottom: 45px;
}
@media (min-width: 1025px) {
  .trusted-block h2 {
    font-size: 50px;
  }
}
@media (max-width: 1366px) {
  .trusted-block h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .trusted-block h2 {
    margin-bottom: 20px;
  }
}
.swiper-posts {
  background: #fff;
  padding: 75px 0;
}
@media (max-width: 1024px) {
  .swiper-posts {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .swiper-posts {
    padding: 35px 0;
  }
}
.swiper-posts .title-swiper {
  position: relative;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .swiper-posts .title-swiper {
    margin-bottom: 35px;
  }
}
.swiper-posts .title-swiper h3 {
  color: #000;
  padding-left: 80px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .swiper-posts .title-swiper h3 {
    padding-left: 70px;
  }
}
@media (max-width: 1024px) {
  .swiper-posts .title-swiper h3 {
    padding-left: 60px;
  }
}
@media (max-width: 480px) {
  .swiper-posts .title-swiper h3 {
    padding-left: 50px;
  }
}
.swiper-posts .swiper-navigation {
  position: relative;
  padding: 0 70px;
}
@media (max-width: 768px) {
  .swiper-posts .swiper-navigation {
    padding: 0 50px;
  }
}
@media (max-width: 480px) {
  .swiper-posts .swiper-navigation {
    padding: 0;
  }
}
.swiper-posts .swiper-navigation .swiper-button {
  width: 52px;
  height: 57px;
}
@media (max-width: 480px) {
  .swiper-posts .swiper-navigation .swiper-button {
    top: 40px;
    width: 30px;
  }
}
.swiper-posts .swiper-navigation .swiper-button:after {
  content: '';
  background-image: url('../img/arrow-slider.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.swiper-posts .swiper-navigation .swiper-button-prev:after {
  rotate: 180deg;
}
.swiper-posts .swiper .swiper-slide {
  padding: 30px;
  background: #cbcdc8;
  height: auto;
  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: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .swiper-posts .swiper .swiper-slide {
    padding: 15px;
  }
}
@media (max-width: 480px) {
}
@media (max-width: 480px) {
  .swiper-posts .swiper .swiper-slide .image-info {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.swiper-posts .swiper .swiper-slide .image-info .image {
  margin-right: 30px;
  -webkit-flex-basis: 90px;
  -moz-flex-basis: 90px;
  -ms-flex-preferred-size: 90px;
  flex-basis: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 90px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .swiper-posts .swiper .swiper-slide .image-info .image {
    margin-right: 20px;
    -webkit-flex-basis: 60px;
    -moz-flex-basis: 60px;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
    height: 60px;
  }
}
@media (max-width: 480px) {
  .swiper-posts .swiper .swiper-slide .image-info .image {
    width: 60px;
    margin: 0 auto 10px;
  }
}
.swiper-posts .swiper .swiper-slide .image-info .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-posts .swiper .swiper-slide .image-info .image.bg-black {
  background: #000;
}
.swiper-posts .swiper .swiper-slide .image-info .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.swiper-posts .swiper .swiper-slide .image-info .info h3 {
  line-height: 1;
}
.swiper-posts .swiper .swiper-slide .image-info .info h3 a {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .swiper-posts .swiper .swiper-slide .image-info .info h3 a {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .swiper-posts .swiper .swiper-slide .image-info .info h3 a {
    font-size: 16px;
    display: block;
    line-height: 1.2;
  }
}
.swiper-posts .swiper .swiper-slide .image-info .info h3 a:hover {
  color: #eefb03;
}
.swiper-posts .swiper .swiper-slide .image-info .info p {
  font-size: 20px;
  color: #000;
}
@media (max-width: 480px) {
  .swiper-posts .swiper .swiper-slide .image-info .info p {
    font-size: 16px;
  }
}
.swiper-posts .swiper .swiper-slide .name-more .name {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .swiper-posts .swiper .swiper-slide .name-more .name {
    font-size: 14px;
  }
}
.swiper-posts .swiper .swiper-slide .name-more .more {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .swiper-posts .swiper .swiper-slide .name-more .more {
    font-size: 14px;
  }
}
.swiper-posts .swiper .swiper-slide .name-more .more:hover {
  color: #eefb03;
}
.swiper-posts .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  height: 38px;
  width: 38px;
}
@media (max-width: 1024px) {
  .swiper-posts .arrow {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 768px) {
  .swiper-posts .arrow {
    width: 25px;
    height: 25px;
  }
}
.swiper-posts .arrow::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 9px solid #eefb03;
  border-right: 9px solid #eefb03;
}
@media (max-width: 480px) {
  .swiper-posts .arrow::before {
    border-top-width: 5px;
    border-right-width: 5px;
  }
}
.swiper-posts .arrow::after {
  content: '';
  width: 105%;
  height: 9px;
  background: #eefb03;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 60%;
  left: 40%;
  -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);
}
@media (max-width: 480px) {
  .swiper-posts .arrow::after {
    height: 5px;
    width: 110%;
  }
}
.blog .blog-title {
  position: relative;
  padding: 35px 0;
  margin: 35px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.blog .blog-title .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  height: 38px;
  width: 38px;
}
@media (max-width: 1024px) {
  .blog .blog-title .arrow {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 768px) {
  .blog .blog-title .arrow {
    width: 25px;
    height: 25px;
  }
}
.blog .blog-title .arrow::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 9px solid #eefb03;
  border-right: 9px solid #eefb03;
}
@media (max-width: 480px) {
  .blog .blog-title .arrow::before {
    border-top-width: 5px;
    border-right-width: 5px;
  }
}
.blog .blog-title .arrow::after {
  content: '';
  width: 105%;
  height: 9px;
  background: #eefb03;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 60%;
  left: 40%;
  -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);
}
@media (max-width: 480px) {
  .blog .blog-title .arrow::after {
    height: 5px;
    width: 110%;
  }
}
.blog .blog-title h3 {
  text-transform: uppercase;
  font-weight: 770;
  padding-left: 80px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .blog .blog-title h3 {
    padding-left: 70px;
  }
}
@media (max-width: 1024px) {
  .blog .blog-title h3 {
    padding-left: 60px;
  }
}
@media (max-width: 480px) {
  .blog .blog-title h3 {
    padding-left: 50px;
  }
}
#dialog-content {
  background: #000;
  color: #fff;
}
#dialog-content h2 {
  color: #fff;
}
.sidebar-posts {
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .sidebar-posts {
    padding-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .sidebar-posts {
    display: block;
    padding-bottom: 35px;
  }
}
.sidebar-posts .sidebar {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
@media (max-width: 768px) {
  .sidebar-posts .sidebar {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.sidebar-posts .sidebar .aside-box h3 {
  font-weight: 700;
  color: #eefb03;
}
.sidebar-posts .sidebar .aside-box ul li {
  margin: 30px 0;
}
@media (max-width: 768px) {
  .sidebar-posts .sidebar .aside-box ul li {
    margin: 8px 0;
    font-size: 16px;
  }
}
.sidebar-posts .sidebar .aside-box ul li a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}
.sidebar-posts .sidebar .aside-box ul li a.active, .sidebar-posts .sidebar .aside-box ul li a:hover {
  color: #eefb03;
}
.sidebar-posts .posts-pagination-v {
  -webkit-flex-basis: 57.5%;
  -moz-flex-basis: 57.5%;
  -ms-flex-preferred-size: 57.5%;
  flex-basis: 57.5%;
}
@media (max-width: 768px) {
  .sidebar-posts .posts-pagination-v {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.sidebar-posts .posts-pagination-v .posts-wrapper .post {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sidebar-posts .posts-pagination-v .posts-wrapper .post .info {
  margin-bottom: 30px;
}
.sidebar-posts .posts-pagination-v .posts-wrapper .post .info .post-title {
  margin-bottom: 30px;
  font-size: 25px;
}
@media (max-width: 480px) {
  .sidebar-posts .posts-pagination-v .posts-wrapper .post .info .post-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.sidebar-posts .posts-pagination-v .posts-wrapper .post .info .post-title a {
  color: #fff;
  font-weight: 700;
}
.sidebar-posts .posts-pagination-v .posts-wrapper .post .info .post-title a:hover {
  color: #eefb03;
}
.sidebar-posts .posts-pagination-v .posts-wrapper .post .info .more {
  color: #eefb03;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
}
.sidebar-posts .posts-pagination-v .posts-wrapper .post .info .more:hover {
  color: #fff;
}
.sidebar-posts .posts-pagination-v .posts-wrapper .post .info p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 15px;
}
.sidebar-posts .posts-pagination-v .posts-wrapper .post .info .tags .tag {
  color: #eefb03;
  font-weight: 700;
  font-size: 18px;
  margin-right: 20px;
  display: inline-block;
}
@media (max-width: 768px) {
  .sidebar-posts .posts-pagination-v .posts-wrapper .post .info .tags .tag {
    font-size: 16px;
  }
}
.sidebar-posts .posts-pagination-v .posts-wrapper .post .info .tags .tag:hover {
  color: #fff;
}
.sidebar-posts .posts-pagination-v .posts-wrapper .post .autor-block {
  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;
}
.sidebar-posts .posts-pagination-v .posts-wrapper .post .autor-block .image {
  margin-right: 30px;
}
@media (max-width: 480px) {
  .sidebar-posts .posts-pagination-v .posts-wrapper .post .autor-block .image {
    margin-right: 15px;
  }
}
.sidebar-posts .posts-pagination-v .posts-wrapper .post .autor-block .image img {
  max-width: 90px;
  min-height: 90px;
  object-fit: cover;
}
@media (max-width: 480px) {
  .sidebar-posts .posts-pagination-v .posts-wrapper .post .autor-block .image img {
    max-width: 40px;
    min-height: 40px;
  }
}
.sidebar-posts .posts-pagination-v .posts-wrapper .post .autor-block .name-position .name {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .sidebar-posts .posts-pagination-v .posts-wrapper .post .autor-block .name-position .name {
    font-size: 14px;
  }
}
.sort-form {
  max-width: 230px;
  margin-left: auto;
  text-transform: uppercase;
}
.sort-form > .alc {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.sort-form label:hover .selectric .label {
  color: #eefb03;
  opacity: 1;
}
.sort-form .title {
  font-size: 16px;
  display: block;
  margin-right: 20px;
}
.sort-form .selectric-items .highlighted {
  color: #fff;
}
header {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
@media (max-width: 1366px) {
  header {
    padding: 30px 0;
  }
}
@media (max-width: 1024px) {
  header {
    padding: 8px 0;
  }
}
header .h-logo {
  -webkit-flex-basis: 130px;
  -moz-flex-basis: 130px;
  -ms-flex-preferred-size: 130px;
  flex-basis: 130px;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  header .h-logo {
    -webkit-flex-basis: 82px;
    -moz-flex-basis: 82px;
    -ms-flex-preferred-size: 82px;
    flex-basis: 82px;
  }
}
header .h-logo:hover {
  opacity: 0.7;
}
header .main-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.popup-tc {
  display: none;
  max-width: 500px;
  color: #000;
}
.popup-tc p a:not(.btn) {
  text-decoration: underline;
  color: #000;
}
.popup-tc p a:not(.btn):hover {
  color: #8e9602;
}
.top {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 100px;
}
@media (max-width: 1366px) {
  .top {
    margin-bottom: 60px;
  }
}
.top > .container {
  width: 900px;
}
.top .image {
  margin-bottom: 55px;
}
@media (max-width: 1024px) {
  .top .image {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .top .image {
    margin-bottom: 15px;
  }
}
.top .image img {
  width: auto;
  max-height: 200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top .image img {
    max-height: 150px;
  }
}
.top .line {
  width: 1px;
  background: #eefb03;
  height: 140px;
  margin: 60px auto 0;
}
@media (max-width: 1024px) {
  .top .line {
    margin-top: 30px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .top.type_2 > .container {
    display: block;
    text-align: center;
  }
}
.top.type_2 h3 {
  font-weight: 300;
  text-transform: initial;
}
@media (min-width: 1025px) {
  .top.type_2 h3 {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .top.type_2 h3 {
    font-size: 33px;
  }
}
@media (max-width: 768px) {
  .top.type_2 img {
    max-height: 70px;
  }
}
.top.type_2 .text {
  margin-left: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .top.type_2 .text {
    margin-left: 0;
    margin-top: 10px;
  }
}
.top.type_2 .text h3 {
  font-family: 'Red Hat Display';
}
.top.type_2 .text .btn, .top.type_2 .text .post-navigation [rel="next"], .post-navigation .top.type_2 .text [rel="next"], .top.type_2 .text .post-navigation [rel="prev"], .post-navigation .top.type_2 .text [rel="prev"] {
  min-width: 280px;
  padding: 15px 20px;
}
.top.type_2 .line {
  display: none;
}
@media (max-width: 480px) {
  .top.type_2 .line {
    display: block;
  }
}
.top.type_3 {
  /* > .container {
   @extend .flex-center;
   @include for-size($sm) {
   display: block;
   text-align: center;
   }
   }
   h3 {
   font-weight: 300;
   text-transform: initial;
   @include for-size(1025px, "min") {
   font-size: 45px;
   }
   @include for-size($xs) {
   font-size: 33px;
   }
   }
   img {
   @include for-size($sm) {
   max-height: 70px;
   }
   }
   .text {
   margin-left: 30px;
   text-align: center;
   @include for-size($sm) {
   margin-left: 0;
   margin-top: 10px;
   }
   h3 {
   font-family: $f2;
   }
   .btn {
   min-width: 280px;
   padding: 15px 20px;
   }
   }
   .line {
   display: none;
   @include for-size($xs) {
   display: block;
   }
   }*/
}
.top.type_3 > .container {
  width: 1440px;
}
.top.type_3 .text {
  border-top: 1px solid #eefb03;
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .top.type_3 .text {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .top.type_3 .text {
    padding-top: 25px;
  }
}
.top.type_3 .line {
  display: none;
}
.bottom-box {
  margin-top: 125px;
}
@media (max-width: 1366px) {
  .bottom-box {
    margin-top: 60px;
  }
}
@media (max-width: 1024px) {
  .bottom-box {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .bottom-box {
    margin-top: 20px;
  }
}
.bottom-box .wrapper {
  max-width: 480px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .bottom-box .wrapper {
    max-width: 300px;
  }
}
.bottom-box .wrapper .btn, .bottom-box .wrapper .post-navigation [rel="next"], .post-navigation .bottom-box .wrapper [rel="next"], .bottom-box .wrapper .post-navigation [rel="prev"], .post-navigation .bottom-box .wrapper [rel="prev"] {
  pointer-events: none;
}
@media (max-width: 480px) {
  .bottom-box .wrapper .btn, .bottom-box .wrapper .post-navigation [rel="next"], .post-navigation .bottom-box .wrapper [rel="next"], .bottom-box .wrapper .post-navigation [rel="prev"], .post-navigation .bottom-box .wrapper [rel="prev"] {
    width: 100%;
  }
}
.bottom-box .links {
  position: relative;
  z-index: 0;
  font-size: 0;
  opacity: 0;
  padding: 45px 0 80px;
}
@media (max-width: 1024px) {
  .bottom-box .links {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .bottom-box .links {
    padding: 25px 0;
  }
}
.bottom-box .links::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 36px;
  width: 2px;
  background: #eefb03;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .bottom-box .links::before {
    left: 25px;
  }
}
@media (max-width: 480px) {
  .bottom-box .links::before {
    display: none;
  }
}
.bottom-box .links .custom-effect {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  z-index: 1;
}
.bottom-box .links.custom-animation-add {
  opacity: 1;
}
.bottom-box .item:first-of-type .icon {
  padding: 20px 0;
}
.bottom-box .item:first-of-type .icon::before {
  border-radius: 36px 36px 0 0;
}
@media (max-width: 768px) {
  .bottom-box .item:first-of-type .icon::before {
    border-radius: 25px 25px 0 0;
  }
}
.bottom-box .item:last-of-type {
  margin-bottom: 0;
}
.bottom-box .item:last-of-type .icon {
  padding: 20px 0;
}
.bottom-box .item:last-of-type .icon::before {
  border-radius: 0 0 36px 36px;
}
@media (max-width: 768px) {
  .bottom-box .item:last-of-type .icon::before {
    border-radius: 0 0 25px 25px;
  }
}
.bottom-box .item:nth-of-type(2) .link {
  font-weight: 700;
  color: #eefb03;
}
.bottom-box .item .icon {
  -webkit-flex-basis: 72px;
  -moz-flex-basis: 72px;
  -ms-flex-preferred-size: 72px;
  flex-basis: 72px;
  margin-right: 45px;
  position: relative;
  z-index: 0;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .bottom-box .item .icon {
    margin-right: 15px;
    -webkit-flex-basis: 50px;
    -moz-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    padding: 10px 0;
  }
}
@media (max-width: 480px) {
  .bottom-box .item .icon .desktop-icon {
    display: none;
  }
}
.bottom-box .item .icon .mobile-icon {
  display: none;
}
@media (max-width: 480px) {
  .bottom-box .item .icon .mobile-icon {
    display: block;
  }
}
.bottom-box .item .icon::before {
  content: "";
  background: #d9d9d9;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 480px) {
  .bottom-box .item .icon::before {
    display: none;
  }
}
.bottom-box .item .icon img {
  max-height: 42px;
  width: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .bottom-box .item .icon img {
    max-height: 25px;
  }
}
.bottom-box .item a.icon:hover::before {
  background: #fff;
}
.bottom-box .item .link {
  color: #fff;
  font-size: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
}
@media (max-width: 768px) {
  .bottom-box .item .link {
    font-size: 16px;
  }
}
.bottom-box .item a.link:hover {
  opacity: 0.7;
}
.bottom-blocks {
  margin-top: -15px;
}
.bottom-blocks .items {
  font-size: 0;
  max-width: 1100px;
}
.bottom-blocks .item-wrapper {
  display: inline-block;
  float: left;
  width: calc(100% / 3);
  aspect-ratio: 1;
  padding: 15px;
}
@media (max-width: 768px) {
  .bottom-blocks .item-wrapper {
    padding: 8px;
  }
}
@media (max-width: 480px) {
  .bottom-blocks .item-wrapper {
    width: 100%;
    aspect-ratio: auto;
    padding: 0;
  }
}
.bottom-blocks .item-wrapper .item {
  background: #d9d9d9;
  border-radius: 25px;
  height: 100%;
  position: relative;
  z-index: 0;
  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;
  padding: 25px 30px;
}
@media (max-width: 480px) {
  .bottom-blocks .item-wrapper .item {
    margin-bottom: 15px;
    display: block;
  }
}
.bottom-blocks .item-wrapper .item .plus {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  right: 18px;
  background: #000;
}
.bottom-blocks .item-wrapper .item .plus::before, .bottom-blocks .item-wrapper .item .plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #d9d9d9;
}
.bottom-blocks .item-wrapper .item .plus::before {
  width: 50%;
  height: 2px;
}
.bottom-blocks .item-wrapper .item .plus::after {
  height: 50%;
  width: 2px;
}
.bottom-blocks .item-wrapper .item .icon {
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  .bottom-blocks .item-wrapper .item .icon {
    margin-bottom: 20px;
  }
}
.bottom-blocks .item-wrapper .item .icon img {
  max-height: 55px;
  width: auto;
}
.bottom-blocks .item-wrapper .item .title {
  font-size: 25px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 1024px) {
  .bottom-blocks .item-wrapper .item .title {
    font-size: 20px;
  }
}
.bottom-blocks .item-wrapper .item:hover {
  opacity: 0.7;
}
.bottom-blocks .item-wrapper:first-child {
  aspect-ratio: 0.5;
  padding-top: 17%;
}
@media (max-width: 480px) {
  .bottom-blocks .item-wrapper:first-child {
    padding-top: 0;
    aspect-ratio: auto;
  }
}
.acc-text {
  width: 800px;
  max-width: 94%;
  background: #000;
  padding: 60px 40px;
}
@media (max-width: 480px) {
  .acc-text {
    padding: 30px;
  }
}
.acc-text p {
  line-height: 1.5;
  font-size: 20px;
}
@media (max-width: 480px) {
  .acc-text p {
    font-size: 18px;
    line-height: 1.3;
  }
}
.contact {
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .contact {
    padding-bottom: 40px;
  }
  .contact > .flex {
    display: block;
  }
}
.contact .foot-svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  max-height: 760px;
  width: 37vw;
  z-index: -1;
}
@media (max-width: 1366px) {
  .contact .foot-svg {
    max-height: 40vw;
  }
}
.contact .foot-svg svg {
  opacity: 0.6;
}
.contact .top-text {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 80px;
}
@media (max-width: 1366px) {
  .contact .top-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .contact .top-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .contact .top-text {
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .contact .top-text h2 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .contact .top-text h2 {
    text-align: left !important;
    font-weight: 400;
  }
}
@media (min-width: 1025px) {
  .contact .top-text p {
    font-size: 25px;
  }
}
@media (max-width: 1024px) {
  .contact .top-text p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .contact .top-text p {
    text-align: left !important;
    line-height: 1.4;
  }
}
.contact .left-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contact .left-text .text {
  max-width: 470px;
}
@media (min-width: 1025px) {
  .contact .left-text h4 {
    font-size: 30px;
  }
}
.contact .left-text p {
  margin-bottom: 15px;
}
@media (min-width: 1025px) {
  .contact .left-text p {
    font-size: 25px;
  }
}
@media (max-width: 1024px) {
  .contact .left-text p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .contact .left-text p {
    text-align: left !important;
    line-height: 1.4;
  }
}
.contact .form-wrapper {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .contact .form-wrapper {
    margin-left: 0;
    margin-top: 30px;
  }
}
footer {
  padding: 70px 0;
}
@media (max-width: 1366px) {
  footer {
    padding: 40px 0;
  }
}
@media (max-width: 1024px) {
  footer {
    padding: 25px 0;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 15px 0;
  }
}
footer > .alc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
footer .date {
  font-size: 20px;
}
@media (max-width: 768px) {
  footer .date {
    font-size: 14px;
  }
}
footer .footer-menu ul {
  font-size: 0;
}
footer .footer-menu ul li {
  display: inline-block;
  margin-left: 8px;
  padding-left: 15px;
  position: relative;
  z-index: 0;
}
footer .footer-menu ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  height: 1px;
  background: #fff;
  width: 5px;
}
footer .footer-menu ul li a {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 768px) {
  footer .footer-menu ul li a {
    font-size: 14px;
  }
}
footer .footer-menu ul li a:hover {
  color: #8e9602;
}
.main-video-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  background: #000;
  -webkit-transition: 1s 0.4s ease;
  -moz-transition: 1s 0.4s ease;
  -ms-transition: 1s 0.4s ease;
  -o-transition: 1s 0.4s ease;
  transition: 1s 0.4s ease;
}
.main-video-wrapper video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .main-video-wrapper video {
    min-height: auto;
    width: 100%;
  }
}
.main-video-wrapper.hide {
  opacity: 0;
  z-index: -1;
}
@media (max-width: 480px) {
  .tpl-list .main {
    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;
  }
  .tpl-list .main .list-block .list-item:last-child {
    margin-bottom: 0;
  }
  .tpl-list .main .list-block .list-item:last-child::before {
    display: none;
  }
  .tpl-list .main .bottom-box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .tpl-list .main .bottom-blocks {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
    z-index: 0;
  }
  .tpl-list .main .bottom-blocks::before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
    width: 94%;
    height: 1px;
    background: rgba(255, 255, 255, 0.30);
  }
}
.about-top > .container {
  width: 800px;
}
.about-top .arrow {
  z-index: 0;
  position: relative;
  width: 140px;
  height: 30px;
  display: block;
  margin: 20px 0;
}
.about-top .arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #eefb03;
  border-right: 2px solid #eefb03;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, 0) rotateZ(135deg);
  -moz-transform: translate(-50%, 0) rotateZ(135deg);
  -ms-transform: translate(-50%, 0) rotateZ(135deg);
  -o-transform: translate(-50%, 0) rotateZ(135deg);
  transform: translate(-50%, 0) rotateZ(135deg);
  top: auto;
  bottom: 0;
}
.about-top .arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  background: #eefb03;
}
.about-top p {
  max-width: 600px;
}
.about-top .arrow-text p {
  max-width: 470px;
}
.about-bottom {
  background: #ebebeb;
  color: #000;
}
.about-bottom > .container {
  width: 500px;
}
.about-bottom .btn, .about-bottom .post-navigation [rel="next"], .post-navigation .about-bottom [rel="next"], .about-bottom .post-navigation [rel="prev"], .post-navigation .about-bottom [rel="prev"] {
  margin-top: 20px;
  font-weight: 700;
}
.info-box-tc {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 450px;
  background: #eefb03;
  color: #000;
  padding: 30px;
  z-index: -1;
  opacity: 0;
}
@media (max-width: 480px) {
  .info-box-tc {
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }
}
.info-box-tc a {
  text-decoration: underline;
  color: #000;
}
.info-box-tc a:hover {
  text-decoration: none;
}
.info-box-tc.show {
  z-index: 1;
  opacity: 1;
}
.single-wrapper .thumbnail {
  height: 600px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .single-wrapper .thumbnail {
    height: 220px;
  }
}
.single-wrapper .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-posts .main-title {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .related-posts .main-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .related-posts .main-title {
    margin-bottom: 25px;
  }
}
.related-posts .btn, .related-posts .post-navigation [rel="next"], .post-navigation .related-posts [rel="next"], .related-posts .post-navigation [rel="prev"], .post-navigation .related-posts [rel="prev"] {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .related-posts .btn, .related-posts .post-navigation [rel="next"], .post-navigation .related-posts [rel="next"], .related-posts .post-navigation [rel="prev"], .post-navigation .related-posts [rel="prev"] {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .related-posts .btn, .related-posts .post-navigation [rel="next"], .post-navigation .related-posts [rel="next"], .related-posts .post-navigation [rel="prev"], .post-navigation .related-posts [rel="prev"] {
    margin-top: 0;
  }
}
.home .swiper-posts + .contact {
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .home .swiper-posts + .contact {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .home .swiper-posts + .contact {
    padding-top: 25px;
  }
}
