The
  compress
  option
  has
  been
  deprecated.
  We
  recommend
  you
  use
  a
  dedicated
  css
  minifier,
for instance see less-plugin-clean-css. html {
  margin: 0;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr-Medium.woff2") format("woff2"),
    url("../fonts/AvenirNextCyr-Medium.woff") format("woff"),
    url("../fonts/AvenirNextCyr-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr-Light.woff2") format("woff2"),
    url("../fonts/AvenirNextCyr-Light.woff") format("woff"),
    url("../fonts/AvenirNextCyr-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr-Demi.woff2") format("woff2"),
    url("../fonts/AvenirNextCyr-Demi.woff") format("woff"),
    url("../fonts/AvenirNextCyr-Demi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr-Bold.woff2") format("woff2"),
    url("../fonts/AvenirNextCyr-Bold.woff") format("woff"),
    url("../fonts/AvenirNextCyr-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-Regular.woff2") format("woff2"),
    url("../fonts/Circe-Regular.woff") format("woff"),
    url("../fonts/Circe-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-Light.woff2") format("woff2"),
    url("../fonts/Circe-Light.woff") format("woff"),
    url("../fonts/Circe-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-Bold.woff2") format("woff2"),
    url("../fonts/Circe-Bold.woff") format("woff"),
    url("../fonts/Circe-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-ExtraBold.woff2") format("woff2"),
    url("../fonts/Circe-ExtraBold.woff") format("woff"),
    url("../fonts/Circe-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
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,
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
html,
body {
  min-height: 100%;
  height: 100%;
}
.wrapper {
  min-height: 100%;
  box-sizing: border-box;
  padding-bottom: 174px;
  margin-bottom: -204px;
}
body {
  font: 300 17px/1.4118 "Circe", sans-serif;
  letter-spacing: -0.005em;
  background: #fff;
  color: #767a8f;
}
strong,
b,
.strong,
.b {
  font-weight: bold;
}
a {
  color: inherit;
}

.container {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1155px;
  padding: 0 106px;
}
@media screen and (max-width: 1190px) {
  .container {
    max-width: 940px;
    padding: 0 50px;
  }
}
@media screen and (max-width: 980px) {
  .container {
    max-width: 720px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 740px) {
  .container {
    min-width: 320px;
    padding: 0 15px;
  }
}
.center-align {
  text-align: center;
}

.nav {
  -webkit-transition: all 0.2s ease-in-out, -webkit-box-shadow 0.2s linear 0s;
  transition: all 0.2s ease-in-out, box-shadow 0.2s linear 0s;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}
.nav.fixed {
  z-index: 50;
  -webkit-transition: all 0.2s ease-in-out, -webkit-box-shadow 0.4s linear 0s;
  transition: all 0.2s ease-in-out, box-shadow 0.4s linear 0s;
  position: fixed;
  background: #fff;
  -webkit-box-shadow: 0 15px 0 0 rgba(255, 255, 255, 0.05),
    0 10px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 15px 0 0 rgba(255, 255, 255, 0.05),
    0 10px 0 0 rgba(255, 255, 255, 0.1);
}
.nav.fixed .logo .logo-regular {
  transform: translateY(70px);
}
.nav.fixed .logo .logo-invert {
  transform: translateY(0);
}
.nav.fixed .nav-container > ul > li > a > span,
.nav.fixed .nav-container > ul > li > span > span {
  color: #283653;
  z-index: 50;
}
.nav.fixed .nav-container > ul > li.login > a > span,
.nav.fixed .nav-container > ul > li.login > span > span {
  background: #9032fe;
  color: #fff;
}
.nav .container {
  padding: 0;
}
.nav .logo {
  display: block;
  float: left;
  width: 140px;
  height: 50px;
  padding: 17px 0 13px;
  overflow: hidden;
  position: relative;
}
.nav .logo img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  max-width: 170px;
  max-height: 170px;
}
.nav .logo .logo-invert {
  position: absolute;
  left: -13px;
  top: -42px;
  transform: translateY(-70px);
}
.nav .logo .logo-regular {
  position: relative;
  top: -32px;
}
.nav .nav-wrapper {
  text-align: right;
  margin-left: 150px;
}
.nav .nav-container > ul > li {
  margin-left: 3px;
  display: inline-block;
}
.nav .nav-container > ul > li > a,
.nav .nav-container > ul > li > span {
  display: block;
  text-decoration: none;
  padding: 15px 3px 15px;
  cursor: pointer;
}
.nav .nav-container > ul > li > a > span,
.nav .nav-container > ul > li > span > span {
  display: block;
  font: 600 13px/18px "Avenir Next Cyr", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid transparent;
  padding: 10px 10px;
  border-radius: 7px;
  letter-spacing: 1.5px;
}
.nav .nav-container > ul > li:last-child > a,
.nav .nav-container > ul > li:last-child > span {
  padding-right: 0;
}
.nav .nav-container > ul > li.login {
  margin-left: 15px;
}
.nav .nav-container > ul > li.login > a > span,
.nav .nav-container > ul > li.login > span > span {
  background: #11beff;
  color: #1e1f24;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-left: 18px;
  padding-right: 18px;
}
.nav .nav-container > ul > li.current > a > span,
.nav .nav-container > ul > li.current > span > span {
  color: #9032fe;
}

@media screen and (max-width: 980px) {
  .nav .logo {
    width: 140px;
    padding: 10px 0 6px;
  }
  .nav .logo img {
    max-height: 120px;
  }
  .nav .logo .logo-invert {
    top: -28px;
    transform: translateY(50px);
  }
  .nav.fixed .logo .logo-regular {
    transform: translateY(-50px);
    /* top: -15px; */
  }
  .nav .nav-container > ul > li > a,
  .nav .nav-container > ul > li > span {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav .nav-container > ul > li > a > span,
  .nav .nav-container > ul > li > span > span {
    padding: 5px 4px;
    font-size: 12px;
  }
}
@media screen and (min-width: 741px) {
  .nav .nav-wrapper {
    display: block !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 740px) {
  .nav .nav-wrapper {
    display: none;
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow: auto;
    background: #fff;
    z-index: 5;
  }
  .nav .nav-wrapper .nav-container {
    display: table;
    width: 100%;
    height: 100%;
  }
  .nav .nav-wrapper .nav-container > ul {
    display: table-cell;
    vertical-align: middle;
    padding: 80px 0;
  }
  .nav .nav-wrapper .nav-container > ul > li {
    display: block;
    margin: 0;
    padding-top: 0;
  }
  .nav .nav-wrapper .nav-container > ul > li > a,
  .nav .nav-wrapper .nav-container > ul > li > span {
    text-align: center;
  }
  .nav .nav-wrapper .nav-container > ul > li > a > span,
  .nav .nav-wrapper .nav-container > ul > li > span > span {
    display: inline-block;
    color: #1c3256;
  }
  .nav .login-block {
    display: none;
    box-sizing: border-box;
    border: 1px solid #1c3256;
  }
  .nav .login-block.active {
    display: block;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .nav .login-block .tabs-nav {
    font-size: 14px;
    height: 30px;
  }
  .nav .login-block .form {
    padding: 15px 15px 10px 15px;
  }
  .nav .logo {
    padding-left: 15px;
  }
  .nav .logo .logo-invert {
    left: 15px;
  }
  .nav .toggle-nav {
    display: block;
    position: relative;
    float: right;
    width: 100px;
    height: 50px;
    margin-left: auto;
    cursor: pointer;
    z-index: 10;
  }
  .nav .toggle-nav .icn-bar {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 20px;
    height: 3px;
    background: #fff;
    margin-top: -9px;
    border-radius: 1px;
  }
  .nav .toggle-nav .icn-bar + .icn-bar {
    margin-top: -1px;
  }
  .nav .toggle-nav .icn-bar + .icn-bar + .icn-bar {
    margin-top: 7px;
  }
  .nav .toggle-nav.open .icn-bar {
    background: #1c3256;
    -webkit-transform: rotate(45deg) translateX(7px) translateY(4px);
    transform: rotate(45deg) translateX(7px) translateY(4px);
  }
  .nav .toggle-nav.open .icn-bar + .icn-bar {
    opacity: 0;
    -moz-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -o-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
  }
  .nav .toggle-nav.open .icn-bar + .icn-bar + .icn-bar {
    opacity: 1;
    -webkit-transform: rotate(-45deg) translateX(7px) translateY(-4px);
    transform: rotate(-45deg) translateX(7px) translateY(-4px);
  }
  .nav.fixed .toggle-nav .icn-bar {
    background: #1c3256;
  }
}

.sec-main-title {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.sec-main-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(268, 99%, 60%, 0.329);
  z-index: 1;
}

.sec-main-title .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.sec-main-title .content {
  position: relative;
  z-index: 1;
  height: 100vh;
  padding: 100px 20px 0;
}

.title {
  font-size: 48px;
  line-height: 1.4;
  /* padding-top: 300px; */
  /* align-items: center; */
}

.title span {
  font-size: 60px;
}
.sec-main-title .title-wrap {
  display: table;
  width: 100%;
  height: 768px;
}

.sec-main-title .title-cont {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0 140px;
}
.sec-main-title .title {
  font: bold 50px/68px "Avenir Next Cyr", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.7px;
  position: relative;
}

.sec-main-title .title:before {
  top: -40px;
}
.sec-main-title .title:after {
  bottom: -41px;
}

.sec-main-title .icn-scr {
  position: absolute;
  bottom: 39px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 980px) {
  .sec-main-title .title-wrap {
    height: 560px;
  }
  .sec-main-title .title {
    font-size: 35px;
    line-height: 54px;
  }
  .sec-main-title .title strong,
  .sec-main-title .title .strong {
    font-size: 50px;
  }
  .sec-main-title .title:before {
    top: -30px;
  }
  .sec-main-title .title:after {
    bottom: -30px;
  }
  .sec-main-title .icn-scr {
    bottom: 20px;
  }
  .title span {
    font-size: 45px;
  }
}
@media screen and (max-width: 740px) {
  .sec-main-title .title-wrap {
    height: 480px;
    height: 100vh;
  }
  .sec-main-title .title {
    font-size: 28px;
    line-height: 40px;
  }

  .title span {
    font-size: 35px;
  }
}
.icn-scr {
  text-align: center;
}

.icn-scr .icn-scr-dot {
  display: block;
  width: 1px;
  height: 1px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto 7px;
  -webkit-animation: icn-scr-dot 3s infinite ease-in;
  animation: icn-scr-dot 3s infinite ease-in;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.icn-scr .icn-scr-dot + .icn-scr-dot {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.icn-scr .icn-scr-dot + .icn-scr-dot + .icn-scr-dot {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sec-title {
  display: block;
  position: relative;
  padding: 14px 0 5px;
  margin-bottom: 10px;
  font: bold 35px/40px "Avenir Next Cyr", sans-serif;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  text-align: center;
}
.sec-title > span {
  display: inline-block;
  position: relative;
}

.sec-about .container::before,
.sec-about .container::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #11beff;
}

.sec-about .container::before {
  top: 20px;
  left: 20px;
  border-bottom: none;
  border-right: none;
  z-index: 2;
}

.sec-about .container::after {
  top: 20px;
  right: 20px;
  border-bottom: none;
  border-left: none;
}

.sec-about .container .section-border-wrap::before,
.sec-about .container .section-border-wrap::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #11beff;
  bottom: 20px;
  z-index: 2;
}

.sec-about .container .section-border-wrap::before {
  left: 20px;
  border-top: none;
  border-right: none;
}

.sec-about .container .section-border-wrap::after {
  right: 20px;
  border-top: none;
  border-left: none;
}

.about-columns {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  text-align: center;
}

.about-block {
  position: relative;
  width: 100%;
  max-width: 320px;
  flex: 0 0 30%;
  padding-bottom: 30px;
}

.about-block::after {
  content: "";
  position: absolute;
  left: 25%;
  bottom: 0;
  height: 4px;
  width: 50%;
  background-color: #9132fe8c;
  border-radius: 10px;
}

.sec-text p {
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .sec-title {
    font-size: 30px;
    line-height: 34px;
  }
  .sec-title > span:after {
    width: 100px;
    right: -120px;
  }
  .about-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .sec-title {
    overflow: hidden;
    font-size: 28px;
    line-height: 32px;
  }
}
.sub-title {
  font: bold 22px/28px "Circe", sans-serif;
  letter-spacing: -0.25px;
}
@media screen and (max-width: 980px) {
  .sub-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 740px) {
  .sub-title {
    font-size: 18px;
    line-height: 23px;
  }
}
.sec-text {
  margin-top: 14px;
  font: 300 17px/24px "Circe", sans-serif;
  letter-spacing: -0.2px;
  text-align: justify;
}
.sec-text p {
  margin-bottom: 1em;
}
.sec-about,
.sec-advertisers {
  padding: 30px 0 0 0;
  margin-top: -30px;
  margin-bottom: -27px;
  position: relative;
  overflow: hidden;
  z-index: 4;
  color: #767a8f;
}
.sec-about .container,
.sec-advertisers .container {
  background: #fff;
  position: relative;
}
/* .sec-about .container:before,
.sec-advertisers .container:before,
.sec-about .container:after,
.sec-advertisers .container:after {
  content: "";
  position: absolute;
  top: -30px;
  bottom: 27px;
  border-top: 3px solid #9032fe;
  border-bottom: 3px solid #9032fe;
  background: #fff;
  width: 10000px;
  width: 100vw;
} */
/* .sec-about .container:before,
.sec-advertisers .container:before {
  right: 100%;
}
.sec-about .container:after,
.sec-advertisers .container:after {
  left: 100%;
} */
.sec-about .sec-title,
.sec-advertisers .sec-title,
.sec-about .sub-title,
.sec-advertisers .sub-title {
  color: #1e1f24;
}
@media screen and (max-width: 980px) {
  .sec-about .container,
  .sec-advertisers .container {
    padding-top: 45px;
    padding-bottom: 75px;
  }
}
/* @media screen and (max-width: 740px) {
  .sec-about .container:before,
  .sec-advertisers .container:before,
  .sec-about .container:after,
  .sec-advertisers .container:after {
    display: none !important;
  }
} */
.sec-about .container {
  padding-top: 40px;
  padding-bottom: 60px;
}
.sec-title,
.sub-title {
  color: #1e1f24;
}
.sec-publishers {
  padding-top: 27px;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../images/laptop.webp) top center no-repeat;
  background-size: cover;
  color: #dce3ef;
}
.sec-publishers .container {
  padding-top: 76px;
  padding-bottom: 30px;
}
.sec-publishers .sec-title,
.sec-publishers .sub-title {
  color: #fff;
}
.sec-subtitle {
  text-align: center;
  font-size: 20px;
}
.sec-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  text-align: center;
}

.icon-block {
  flex: 0 0 30%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.icon {
  width: 60px;
  height: 60px;
  stroke: currentColor;
  stroke-width: 2;
  color: #6a0dad;
  fill: none;
}
.icon-block svg.icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  stroke: #6a0dad;
}

.icon-block p {
  font-size: 18px;
  color: #ffffff;
  max-width: 220px;
}

.sec-advertisers {
  padding-top: 34px;
  margin-top: -34px;
  position: relative;
  overflow: hidden;
}

#animated-bg {
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
  height: 90%;
  z-index: 10;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.icon-block {
  flex: 0 0 30%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sec-advertisers .icon {
  width: 60px;
  height: 60px;
  stroke: currentColor;
  stroke-width: 2;
  color: #11beff;
  fill: none;
}
.sec-advertisers .icon-block svg.icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  stroke: #11beff;
}

.sec-advertisers .icon-block p {
  font-size: 18px;
  color: #000000;
  max-width: 220px;
}
.sec-advertisers .container {
  position: relative;
  z-index: 3;
}

.sec-advertisers .container {
  padding-top: 74px;
  padding-bottom: 16px;
}
.sec-advertisers .container:before,
.sec-advertisers .container:after {
  top: -34px;
}

@media screen and (max-width: 980px) {
  .sec-advertisers .container {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .sec-advertisers .advert-items {
    margin-top: 25px;
    text-align: center;
  }
}

.sec-contacts {
  padding-top: 100px;
  background: #9032fe;
  color: #c9d1e3;
  position: relative;
  overflow: hidden;
}

.sec-contacts::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
  pointer-events: none;
}
.sec-contacts > * {
  position: relative;
  z-index: 2;
}
.sec-contacts .container {
  z-index: 5;
  padding-bottom: 65px;
}
.sec-contacts .container:after {
  content: "";
  clear: both;
  display: block;
}
.sec-contacts .container:after:after {
  content: "";
  clear: both;
  display: block;
}
.sec-contacts .sec-title,
.sec-contacts .sub-title {
  color: #fff;
}
.sec-contacts .sec-text {
  margin-bottom: 38px;
}
.sec-contacts .form {
  float: left;
  width: 520px;
}
.sec-contacts .contacts {
  float: right;
  width: 340px;
  text-align: center;
}
.adsjet-contact-form {
  max-width: 600px;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.adsjet-contact-form input,
.adsjet-contact-form textarea {
  padding: 16px 18px;
  font-size: 1.1rem;
  border: 1px solid #9900ff;
  border-radius: 12px;
  resize: none;
  background: #f4faff;
  color: #000000;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
  box-shadow: inset 0 1px 3px #000000;
}

.adsjet-contact-form input::placeholder,
.adsjet-contact-form textarea::placeholder {
  color: #bc2cff;
}

.adsjet-contact-form input:focus,
.adsjet-contact-form textarea:focus {
  border-color: #631aac;
  outline: none;
  background: #e6f2ff;
}

.adsjet-contact-form textarea {
  min-height: 140px;
}

.adsjet-contact-form button {
  padding: 16px 28px;
  font-size: 1.2rem;
  background: #9032fe;
  color: #11beff;
  border: 1px solid rgb(195, 0, 255);
  border-radius: 14px;
  cursor: pointer;
  font-weight: 700;
  transition: background 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}

.adsjet-contact-form button:hover {
  background: #7000b1;
}

.contact-direct {
  text-align: center;
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: 600;
}

.contact-direct a {
  color: #5bcbff;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.contact-direct a:hover {
  color: #00d4ff;
}

@media (max-width: 600px) {
  .contact-section h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .contact-section p {
    font-size: 1rem;
    max-width: 90%;
    margin-bottom: 30px;
  }

  .adsjet-contact-form input,
  .adsjet-contact-form textarea {
    font-size: 1rem;
    padding: 14px 16px;
  }

  .adsjet-contact-form button {
    font-size: 1.05rem;
    padding: 14px 24px;
  }

  .contact-direct {
    font-size: 1rem;
  }
}

/* footer */
.adsjet-footer {
  background-color: #0b1c33;
  color: #ffffffcc;
  text-align: center;
  padding: 20px 15px;
  font-size: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-icons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 10px;
}

.footer-icons img {
  transition: transform 0.3s, filter 0.3s;
  filter: brightness(0) invert(1);
}

.footer-icons a:hover img {
  transform: scale(1.1);
  filter: brightness(0) invert(1);
}

.adsjet-footer div {
  max-width: 1200px;
  margin: 0 auto;
}

#languageSwitcher {
  padding: 6px 12px;
  font-size: 15px;
  border-radius: 8px;
  border: 1px solid #d0d0d0;
  background-color: #f8f9fa;
  color: #333;
  cursor: pointer;
  margin-bottom: 16px;
  box-shadow: 0 2px 6px rgba(220, 0, 228, 0.06);
  transition: all 0.3s ease;
  margin: 0 auto;
}

#languageSwitcher:hover {
  background-color: #e9ecef;
  border-color: #bfbfbf;
}

#languageSwitcher:focus {
  outline: none;
  border-color: #9900ff;
  box-shadow: 0 0 0 3px rgba(204, 0, 255, 0.2);
}
.nav .nav-container > ul > li.language {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 740px) {
  .nav .nav-container > ul > li.language {
    display: inline-block;
    width: auto;
    text-align: left;
    margin-left: 10px;
  }
}
