@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a, button {
  transition: all 0.4s;
}

.container {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.container-full {
  max-width: 1920px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.padding-section-large {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .padding-section-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .padding-section-large {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.padding-section-small {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .padding-section-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .padding-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.padding-top-0 {
  padding-top: 0;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

a {
  color: #A41623;
  text-decoration: none;
}
a:hover {
  color: #333333;
}

.text-link-underline {
  text-decoration: underline;
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #A41623;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #A41623;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #A41623;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #A41623;
}

.button {
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

.text-center {
  text-align: center;
}

.page-template-default.page .site-main article.type-page {
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .page-template-default.page .site-main article.type-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .page-template-default.page .site-main article.type-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page-template-default.page .site-main article.type-page h1,
.page-template-default.page .site-main article.type-page h2,
.page-template-default.page .site-main article.type-page h3,
.page-template-default.page .site-main article.type-page h4,
.page-template-default.page .site-main article.type-page h5,
.page-template-default.page .site-main article.type-page h6,
.page-template-default.page .site-main article.type-page .h1,
.page-template-default.page .site-main article.type-page .h2,
.page-template-default.page .site-main article.type-page .h3,
.page-template-default.page .site-main article.type-page .h4,
.page-template-default.page .site-main article.type-page .h5,
.page-template-default.page .site-main article.type-page .h6 {
  color: #121212;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

/**
 * Basic typography style for copy text
 */
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 140%;
  margin: 0 !important;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 30px;
  color: #121212;
  font-family: "Roboto", sans-serif;
}

h1, .h1 {
  font-size: 66px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 38px;
  }
}

h2, .h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h3, .h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 26px;
  }
}

h4, .h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h4, .h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 24px;
  }
}

h5, .h5 {
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h5, .h5 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 22px;
  }
}

h6, .h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h6, .h6 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 20px;
  }
}

.site-header {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 3.47%, rgba(0, 0, 0, 0) 95.06%);
  position: relative;
  z-index: 99;
}
.site-header .header-main {
  width: 100%;
  max-width: 1920px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
.site-header .header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-logo {
  width: 100%;
  height: 100%;
  width: 116px;
  height: 100px;
}
.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-navigation {
  width: auto;
}
.main-navigation .menu {
  gap: 16px;
}
@media (max-width: 1439px) {
  .main-navigation .menu {
    gap: 0;
  }
}
@media (max-width: 991px) {
  .main-navigation .menu {
    display: block;
  }
}
.main-navigation .menu > .menu-item.current_page_item > a:before, .main-navigation .menu > .menu-item.current-menu-parent > a:before {
  bottom: 0;
  height: 100%;
}
.main-navigation .menu > .menu-item > a {
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  padding: 12px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1439px) {
  .main-navigation .menu > .menu-item > a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .main-navigation .menu > .menu-item > a::before {
    content: "";
    left: 0;
    right: 0;
    height: 0;
    bottom: 0;
    position: absolute;
    background-color: #477998;
    transition: all 0.7s;
    z-index: -1;
  }
  .main-navigation .menu > .menu-item > a:hover:before {
    bottom: 0;
    height: 100%;
  }
  .main-navigation .menu > .menu-item > a.selected:before {
    bottom: 0;
    height: 100%;
  }
}
.main-navigation .menu > .menu-item-has-children.focus > a:after {
  transition: all 0.4s;
  transform: rotate(180deg);
}
.main-navigation .menu > .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.main-navigation .menu > .menu-item-has-children > a:after {
  content: "";
  background-image: url(../images/arrow-bottom.svg);
  width: 13px;
  height: 7px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .main-navigation .menu > .menu-item-has-children > a:after {
    margin-left: auto;
  }
}
.main-navigation .menu .sub-menu {
  box-shadow: none;
  flex-wrap: wrap;
  background: #ffffff;
  padding: 0;
  border-radius: 0px;
  flex-flow: column;
}
@media (min-width: 992px) {
  .main-navigation .menu .sub-menu {
    position: absolute;
    display: none;
    top: calc(100% + 10px);
    min-width: 200px;
  }
}
@media (max-width: 991px) {
  .main-navigation .menu .sub-menu {
    position: static;
    background-color: transparent;
    float: none;
    padding: 0;
  }
}
.main-navigation .menu .sub-menu .menu-item {
  background-color: #fff;
  position: relative;
}
.main-navigation .menu .sub-menu .menu-item::before {
  content: "";
  position: absolute;
  inset: 0;
  top: auto;
  width: 100%;
  height: 0;
  background-color: #F7F7F7;
  transition: all 0.4s;
}
.main-navigation .menu .sub-menu .menu-item:hover::before {
  height: 100%;
}
.main-navigation .menu .sub-menu .menu-item:hover a {
  color: #A41623;
}
.main-navigation .menu .sub-menu .menu-item.current-menu-item::before {
  height: 100%;
}
.main-navigation .menu .sub-menu .menu-item.current-menu-item a {
  color: #A41623;
}
.main-navigation .menu .sub-menu .menu-item a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  padding: 16px 20px;
  width: auto;
  position: relative;
  color: #121212;
}
@media (max-width: 1439px) {
  .main-navigation .menu .sub-menu .menu-item a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .main-navigation .menu .sub-menu .menu-item a {
    padding: 10px 8px;
  }
}
@media (max-width: 991px) {
  .main-navigation .menu .sub-menu .menu-item a {
    color: #ffffff;
    padding: 10px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding-left: 25px;
  }
}
.main-navigation .menu .sub-menu > .menu-item-has-children.focus > a:after {
  transition: all 0.4s;
  transform: rotate(180deg);
}
.main-navigation .menu .sub-menu > .menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-navigation .menu .sub-menu > .menu-item-has-children > a:after {
  content: "";
  background-image: url(../images/arrow-right.svg);
  width: 8px;
  height: 13px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}
.main-navigation .menu .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
@media (max-width: 991px) {
  .main-navigation.toggled .menuicon {
    position: relative;
    z-index: 99999;
    background-color: transparent;
  }
  .main-navigation.toggled .menuicon::before {
    background-color: #ffffff;
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
  }
  .main-navigation.toggled .menuicon:after {
    background-color: #ffffff;
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
  }
}
@media (max-width: 991px) {
  .main-navigation.toggled .menu-toggle {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1111;
  }
}
@media (max-width: 991px) {
  .main-navigation.toggled .menu-header-menu-container {
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s;
  }
}

@media (max-width: 991px) {
  .menu-header-menu-container {
    background: #477998;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate3d(100%, 0, 0);
    z-index: 11;
    padding-top: 60px;
  }
}

.custom-nav .menu-toggle {
  display: none;
}
@media (max-width: 991px) {
  .custom-nav .menu-toggle {
    display: block;
    font-size: 0;
    height: 40px;
    background: transparent;
    border: 0;
    cursor: pointer;
  }
}
.custom-nav .menuicon {
  transition-duration: 0s;
  transition-delay: 0.2s;
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  border-radius: 2px;
  margin: auto;
}
.custom-nav .menuicon:before {
  margin-top: -6px;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}
.custom-nav .menuicon:after {
  margin-top: 6px;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}
.custom-nav .menuicon::before, .custom-nav .menuicon::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  display: block;
}

ul li.menu-item-has-children .sub-menu {
  display: none;
}
ul li.menu-item-has-children.focus > .sub-menu {
  display: block;
}

html.heade-menu-open:before {
  content: "";
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

.header-language-switcher {
  display: flex;
  align-items: center;
  gap: 22px;
  justify-content: flex-end;
}
.header-language-switcher .contect-box a {
  display: flex;
  gap: 12px;
  align-items: center;
  transition: all 0.4s;
}
.header-language-switcher .contect-box a:hover {
  transition: all 0.4s;
}
.header-language-switcher .contect-box a:hover .phone-icon {
  background: #477998;
  transition: all 0.4s;
}
.header-language-switcher .contect-box a .phone-icon {
  background: #A41623;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  transition: all 0.4s;
}
.header-language-switcher .contect-box a .text {
  display: flex;
  flex-flow: column;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  gap: 8px;
}
@media (max-width: 1279px) {
  .header-language-switcher .contect-box a .text {
    display: none;
  }
}
.header-language-switcher .contect-box a .text strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.04em;
}

footer {
  padding-top: 80px;
}
@media (max-width: 991px) {
  footer {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 40px;
  }
}
footer.site-footer {
  background: #050505;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
footer.site-footer a {
  color: #fff;
  position: relative;
  margin-bottom: 3px;
  display: inline-block;
}
footer.site-footer a:hover {
  color: #3667F8;
}
footer.site-footer a:hover::after {
  width: 100%;
  transition: all 0.5s;
}
footer.site-footer a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #3667F8;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -3px;
  width: 0;
  transition: all 0.5s;
}
footer.site-footer .footer-logo a {
  margin-bottom: 0;
}
footer.site-footer .footer-logo a:after {
  display: none;
}
footer.site-footer .address-wrap {
  display: flex;
  flex-flow: column;
  gap: 18px;
}
footer.site-footer .address-wrap .box-col {
  display: flex;
  gap: 10px;
}
footer.site-footer .address-wrap .box-col a {
  display: flex;
  gap: 10px;
}
footer.site-footer .address-wrap .box-col a::after {
  left: 38px;
}
footer.site-footer .address-wrap .box-col a:hover::after {
  width: calc(100% - 38px);
}
footer.site-footer .address-wrap .box-col span {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}
footer.site-footer .address-wrap .box-col span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer.site-footer .social-wapper .social-list {
  display: flex;
  flex-flow: wrap;
  gap: 12px;
  align-items: center;
}
footer.site-footer .social-wapper .social-list .social-img a {
  width: 58px;
  height: 58px;
  border: 1px solid #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 100px;
}
@media (max-width: 1439px) {
  footer.site-footer .social-wapper .social-list .social-img a {
    width: 38px;
    height: 38px;
  }
}
footer.site-footer .social-wapper .social-list .social-img a:after {
  display: none;
}
footer.site-footer .social-wapper .social-list .social-img a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: all 0.5s;
}
@media (max-width: 1439px) {
  footer.site-footer .social-wapper .social-list .social-img a img {
    width: 20px;
    height: 20px;
  }
}
footer.site-footer .social-wapper .social-list .social-img a:hover {
  background-color: #4FCE5D;
  border-color: #4FCE5D;
}
footer.site-footer .social-wapper .social-list .social-img a:hover img {
  transition: all 0.5s;
  filter: brightness(0);
}
footer.site-footer .footer-logo .img-box {
  width: 100%;
  max-width: 285px;
}
@media (max-width: 1199px) {
  footer.site-footer .footer-logo .img-box {
    max-width: 200px;
  }
}
footer.site-footer .footer-logo .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer.site-footer .footer-widgets {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 108px;
  padding-bottom: 60px;
}
@media (max-width: 1439px) {
  footer.site-footer .footer-widgets {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  footer.site-footer .footer-widgets {
    padding-bottom: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  footer.site-footer .footer-widgets {
    grid-template-columns: 1fr;
  }
}
footer.site-footer .footer-widgets .footer-title {
  font-weight: 500;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  footer.site-footer .footer-widgets .footer-title {
    margin-bottom: 20px;
  }
}
footer.site-footer .footer-top-info {
  display: flex;
  flex-flow: column;
  gap: 36px;
}
@media (max-width: 1439px) {
  footer.site-footer .footer-top-info {
    gap: 20px;
  }
}
footer.site-footer .footer-widget-area {
  position: relative;
}
footer.site-footer .footer-widget-area:after {
  content: "";
  position: absolute;
  inset: 0;
  left: auto;
  right: -54px;
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1439px) {
  footer.site-footer .footer-widget-area:after {
    right: -20px;
  }
}
@media (max-width: 767px) {
  footer.site-footer .footer-widget-area:after {
    right: 0;
    left: 0;
    top: auto;
    bottom: -20px;
    width: 100%;
    height: 1px;
  }
}
footer.site-footer .footer-widget-area:last-child::after {
  display: none;
}
@media (max-width: 1024px) and (min-width: 768px) {
  footer.site-footer .footer-widget-area:nth-child(2)::after {
    display: none;
  }
}
footer.site-footer .footer-widget-area .menu {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
footer.site-footer .footer-widget-area .certificate-wrap {
  display: flex;
  gap: 20px;
  flex-flow: wrap;
}
footer.site-footer .footer-widget-area .certificate-wrap .img-box {
  width: 100%;
  max-width: calc((100% - 40px) / 3);
  line-height: 0;
}
footer.site-footer .footer-widget-area .certificate-wrap .img-box img {
  width: 100%;
  height: 100%;
  max-width: 92px;
  object-fit: contain;
  object-position: top;
}
footer.site-footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer.site-footer .footer-bottom .footer-bottom-inner {
  display: flex;
  flex-flow: wrap;
  gap: 15px 10px;
  align-items: center;
}
@media (max-width: 1024px) {
  footer.site-footer .footer-bottom .footer-bottom-inner {
    flex-flow: column-reverse;
  }
}
footer.site-footer .footer-bottom .footer-bottom-inner .copyright {
  width: fit-content;
}
@media (max-width: 991px) {
  footer.site-footer .footer-bottom .footer-bottom-inner .copyright {
    text-align: center;
  }
}
footer.site-footer .footer-bottom .footer-bottom-inner .youvia-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
}
footer.site-footer .footer-bottom .footer-bottom-inner .youvia-wrap .content-box {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
footer.site-footer .footer-bottom .footer-bottom-inner .youvia-wrap .youvia-logo {
  display: flex;
  align-items: center;
}
footer.site-footer .footer-bottom .footer-bottom-inner .youvia-wrap .youvia-logo a::after {
  display: none !important;
}
footer.site-footer .footer-bottom .footer-bottom-inner .youvia-wrap .youvia-logo img {
  height: 26px;
  object-fit: contain;
}
footer.site-footer .footer-bottom .footer-bottom-inner .menu-privacy-container {
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 1024px) {
  footer.site-footer .footer-bottom .footer-bottom-inner .menu-privacy-container {
    margin-right: auto;
  }
}
footer.site-footer .footer-bottom .footer-bottom-inner .menu-privacy-container .menu {
  display: flex;
  flex-flow: wrap;
  gap: 10px 24px;
  align-items: center;
}
@media (max-width: 991px) {
  footer.site-footer .footer-bottom .footer-bottom-inner .menu-privacy-container .menu {
    text-align: center;
    justify-content: center;
  }
}
footer.site-footer .footer-bottom .footer-bottom-inner .menu-privacy-container .menu li {
  position: relative;
}
footer.site-footer .footer-bottom .footer-bottom-inner .menu-privacy-container .menu li:after {
  content: "";
  position: absolute;
  inset: 0;
  left: auto;
  right: -12px;
  width: 1px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.1);
}
footer.site-footer .footer-bottom .footer-bottom-inner .menu-privacy-container .menu li:last-child::after {
  display: none;
}

.btn-group {
  display: flex;
  flex-flow: wrap;
  gap: 15px;
}

.btn {
  display: inline-flex;
  padding: 17px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.4s;
  font-weight: 600;
  background-color: #477998;
  letter-spacing: -0.02em;
  border-radius: 0 !important;
  position: relative;
  transition: all 0.5s;
  padding-right: 46px;
}
.btn:hover {
  color: #ffffff;
  background-color: #A41623;
}
.btn:hover::after {
  background-position: 100px 0;
}
.btn:hover::before {
  background-position: 50% 50%;
}
.btn:after {
  content: "";
  background-image: url("../images/btn-arrow.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  position: absolute;
  left: auto;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  transition: all 0.5s;
  background-position: 50% 50%;
  background-size: 22px;
}
.btn::before {
  content: "";
  background-image: url("../images/btn-arrow.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  left: auto;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: -100px 0;
  transition: all 0.5s;
  z-index: 1;
  background-size: 22px;
}

.banner-section {
  position: relative;
}

.error-404 {
  padding: 80px 15px;
  background: #ebeffc;
  text-align: center;
}
@media (max-width: 991px) {
  .error-404 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .error-404 {
    padding: 40px 15px;
  }
}
.error-404 h1 {
  color: #121212;
}
.error-404 .btn-group {
  text-align: center;
  justify-content: center;
  margin-top: 24px;
}