@charset "UTF-8";
/***** FONTS *****/
@font-face {
  font-family: "Montserrat-Bold";
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Light";
  font-display: swap;
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Medium";
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/***** GENERAL ELEMENTS *****/
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1140px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 340px) {
  html {
    font-size: 15px;
  }
}

body {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #aaaaaa;
  background-color: #000;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

main {
  width: 100%;
  position: relative;
  min-height: calc(100vh - 10rem);
  padding-top: 6.25rem;
}

section {
  padding: 3.75rem 0;
  border-bottom: 1px solid #7A7A7A;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.container {
  max-width: 78rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.md-hidden {
  display: none;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.hidden {
  display: none !important;
}

.red {
  color: #00ff00;
}

@media (min-width: 992px) {
  /* Работает в Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #00ff00 transparent;
  }
  /* Работает в Chrome, Edge и Safari */
  *::-webkit-scrollbar {
    width: 0.3125rem;
    height: 3px;
  }
  *::-webkit-scrollbar-track {
    background: transparent;
    border-left: 1px solid #d4d7e7;
  }
  *::-webkit-scrollbar-thumb {
    background-color: #00ff00;
    border-radius: 1.25rem;
  }
  *::-webkit-scrollbar-thumb:hover {
    background-color: #434356;
  }
}
input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: transparent !important;
  color: fieldtext !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}

a:hover,
button:hover {
  transition: 0.3s;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  color: #00ff00;
  outline: none;
  outline-offset: 0;
  text-decoration: none;
}

a[role=button] {
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg,
svg:hover,
path,
polygon {
  transition: 0.05s;
}

svg:not(:root) {
  overflow: hidden;
}

h1,
h2,
h3 {
  font-weight: normal;
  margin: 0;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

mark {
  background: none;
  font-weight: 600;
  color: red;
  margin-left: 0.3125rem;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  border: 0;
  border-top: 1px solid #f2f2f2;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
  outline-offset: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 580px) {
  .buttons {
    justify-content: center;
  }
}

.button {
  height: 3.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Montserrat-Bold";
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 0.5rem;
  border: 1px solid transparent;
  padding: 0.5rem 2rem;
  gap: 0.625rem;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  transition: 0.6s;
}
.button-global {
  color: #000;
  background-color: #00ff00;
}
.button-global:hover, .button-global:active, .button-global:focus {
  color: #000;
  background-color: #05cf05;
  border-color: #05cf05;
}
.button-global:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button-border {
  color: #fff;
  border-color: #aaaaaa;
  background: transparent;
}
.button-border:hover, .button-border:active, .button-border:focus {
  color: #fff;
  border-color: #00ff00;
}
.button-border:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  max-width: 43rem;
  margin-bottom: 2rem;
}
.section-head .text {
  font-family: "Montserrat-Bold";
}

.page-title {
  font-family: "Montserrat-Bold";
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.page-title:before {
  content: "/";
  color: #00ff00;
}

.section-title {
  font-family: "Montserrat-Bold";
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.section-title:before {
  content: "/";
  color: #00ff00;
}

.entry-title {
  font-family: "Montserrat-Bold";
  font-size: 1.5rem;
  line-height: 1.2;
  color: #fff;
}

/***** BLOCKS GLOBAL *****/
/*----header-----*/
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9998;
  transition: 0.6s;
  background: #000;
  border-bottom: 1px solid #7A7A7A;
}
header.sticky {
  transition: 0.6s;
  box-shadow: 0 0.8125rem 1.25rem rgba(0, 255, 0, 0.1);
}
header.sticky .header {
  transition: 0.6s;
  height: 5rem;
}
@media (max-width: 580px) {
  header.sticky .header {
    height: 5rem;
  }
}
header.sticky .logo img {
  width: 10rem;
  transition: 0.6s;
}
@media (max-width: 580px) {
  header.sticky .logo img {
    width: 7rem;
  }
}

.header {
  height: 6.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 2.25rem;
  z-index: 5;
  transition: 0.6s;
}
@media (max-width: 992px) {
  .header {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 580px) {
  .header {
    height: 5rem;
    gap: 1.5rem;
  }
}

.logo {
  width: 18rem;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 580px) {
  .logo {
    width: 7rem;
  }
}
.logo img {
  width: 10rem;
  transition: 0.6s;
}
@media (max-width: 580px) {
  .logo img {
    width: 7rem;
  }
}

.head-bar {
  width: 18rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
@media (max-width: 580px) {
  .head-bar {
    width: 6rem;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 0.5rem;
    margin-left: auto;
  }
}
.head-bar .button {
  font-family: "Montserrat-Medium";
}
@media (max-width: 580px) {
  .head-bar .button {
    font-size: 0.75rem;
    height: 2rem;
    padding: 0.5rem;
  }
}
.head-bar .button-login {
  font-size: 1.25rem;
}
@media (max-width: 580px) {
  .head-bar .button-login {
    font-size: 1rem;
  }
}
.socials {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.socials a {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 0.625rem;
  border: 1px solid #626570;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.socials a img,
.socials a svg {
  width: 1.25rem;
  height: auto;
}
.socials a.vk:hover {
  color: #0077ff;
  border-color: #0077ff;
}
.socials a.tb:hover {
  color: #ff0000;
  border-color: #ff0000;
}
.socials a.th:hover {
  color: #00e676;
  border-color: #00e676;
}
.socials a.tg:hover {
  color: #3390ec;
  border-color: #3390ec;
}

.toggle {
  display: none;
}
@media (max-width: 992px) {
  .toggle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 2rem;
    height: 2rem;
    position: relative;
  }
}
.toggle span {
  display: block;
  width: 2rem;
  height: 0.125rem;
  background: #6d6d6d;
}
.toggle.active span:nth-child(2) {
  display: none;
}
.toggle.active span:nth-child(1),
.toggle.active span:nth-child(3) {
  content: "";
  position: absolute;
  transition: 0.6s;
  top: 1.1rem;
}
.toggle.active span:nth-child(1) {
  transform: rotate(45deg);
}
.toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
}

/*----------navigation-------------*/
.navigation {
  width: 50%;
  transition: 0.6s;
}
.navigation > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 992px) {
  .navigation > ul {
    flex-direction: column;
  }
}
.navigation > ul li {
  padding: 0.5rem 0;
  position: relative;
}
.navigation > ul li:after {
  content: "";
  width: 0;
  height: 1px;
  background: #00ff00;
  transition: 0.4s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.navigation > ul li.current-menu-item {
  color: #fff;
}
.navigation > ul li a {
  font-size: 1.25rem;
  line-height: 1;
  position: relative;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .navigation > ul li a:hover, .navigation > ul li a:focus {
    color: #00ff00;
    transition: 0.3s;
  }
}
@media (min-width: 992px) {
  .navigation > ul li:hover:after {
    width: 100%;
    transition: 0.4s;
  }
}
@media (max-width: 992px) {
  .navigation {
    display: none;
  }
}

.nav-mobile {
  display: none;
  z-index: 9998;
  padding: 10rem 1rem;
  transition: 0.6s;
}
.nav-mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 992px) {
  .nav-mobile ul {
    flex-direction: column;
  }
}
.nav-mobile ul li {
  padding: 0.5rem 0;
  position: relative;
}
.nav-mobile ul li:after {
  content: "";
  width: 0;
  height: 1px;
  background: #00ff00;
  transition: 0.4s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nav-mobile ul li.current-menu-item {
  color: #fff;
}
.nav-mobile ul li a {
  font-size: 1.25rem;
  line-height: 1;
  position: relative;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .nav-mobile ul li a:hover, .nav-mobile ul li a:focus {
    color: #00ff00;
    transition: 0.3s;
  }
}
@media (min-width: 992px) {
  .nav-mobile ul li:hover:after {
    width: 100%;
    transition: 0.4s;
  }
}
@media (max-width: 992px) {
  .nav-mobile {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -400px;
    width: 300px;
    box-shadow: 0 0.8125rem 1.25rem rgba(0, 255, 0, 0.1);
    background: #000;
    z-index: 9997;
  }
  .nav-mobile.active {
    left: 0;
    transition: 0.6s;
  }
}

/*-----breadcrumbs-----*/
.breadcrumbs {
  padding: 1.5rem 0;
  font-size: 0.875rem;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .breadcrumbs {
    overflow-x: auto;
    font-size: 0.8rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
  }
}
.breadcrumbs nav {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .breadcrumbs nav {
    flex-wrap: nowrap;
    width: auto !important;
  }
  .breadcrumbs nav span,
  .breadcrumbs nav a {
    flex-wrap: nowrap;
    width: auto !important;
    display: flex;
    align-items: center;
  }
}
.breadcrumbs span {
  display: inline-flex;
  margin: 0 0.35rem;
  white-space: nowrap;
  border-bottom: 1px solid #000;
}
@media (max-width: 992px) {
  .breadcrumbs span {
    margin: 0 0.25rem;
  }
}
.breadcrumbs a {
  display: inline-flex;
  align-items: center;
  margin: 0 0.35rem;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .breadcrumbs a {
    margin: 0 0.25rem;
  }
}
.breadcrumbs a:hover {
  color: #00ff00;
  text-decoration: none;
}

article .title,
article h2,
article h3,
article h4,
article h5 {
  margin: 1em 0 1em;
  width: 100%;
  font-family: "Montserrat-Bold";
  line-height: 1.2;
}
@media (max-width: 992px) {
  article .title,
  article h2,
  article h3,
  article h4,
  article h5 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
@media (max-width: 640px) {
  article .title,
  article h2,
  article h3,
  article h4,
  article h5 {
    font-size: 1.6rem;
  }
}
article .title:first-child,
article h2:first-child,
article h3:first-child,
article h4:first-child,
article h5:first-child {
  margin-top: 0;
}
article .title:last-child,
article h2:last-child,
article h3:last-child,
article h4:last-child,
article h5:last-child {
  margin-bottom: 0;
}
article h2 {
  font-family: "Montserrat-Bold";
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
article h2:before {
  content: "/";
  color: #00ff00;
}
article h3 {
  font-family: "Montserrat-Bold";
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
article h3:before {
  content: "/";
  color: #00ff00;
}
article p {
  margin: 1.1em 0;
  width: 100%;
}
article p:first-child {
  margin-top: 0;
}
article p:last-child {
  margin-bottom: 0;
}
article b,
article strong {
  font-family: "Montserrat-Bold";
}
article a {
  color: inherit;
  text-decoration: underline;
  color: #00ff00;
}
article a:hover {
  text-decoration: none;
  color: #05cf05;
}
article ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  width: 100%;
}
article ul li {
  padding-left: 1.25rem;
  margin: 0.5em 0;
  position: relative;
}
article ul li:before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background: #00ff00;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
article ul.class-1 li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url(../img/icons/fishka.svg);
  background-size: contain;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
article ol {
  padding: 0 0 0 1.25rem;
  margin: 1.5rem 0;
  width: 100%;
}
article ol li {
  counter-increment: listCounter;
  padding-left: 0.3125rem;
  margin: 0.5em 0;
  position: relative;
}
article ol li::marker {
  color: #00ff00;
  font-size: 1rem;
  margin-top: 0.3125rem;
}
article ol li ul li {
  padding-left: 1.25rem;
}
article table {
  width: 100% !important;
  border: 1px solid #dddddd;
  border-radius: 1rem;
}
article table tr th,
article table tr td {
  border: none;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
article table tr th {
  background: #fff;
  padding: 0.75rem 1.5rem;
}
article table tr td {
  background: #fff;
  padding: 0.75rem 1.5rem;
}
article table tr:nth-child(even) td {
  background: #f9fbff;
}
article .wp-block-table {
  margin: 1.5rem 0;
}
article .wp-block-image {
  margin: 1.5rem 0;
}
article .wp-block-image img {
  border-radius: 0.625rem;
}
article .wp-block-image.size-full img {
  width: 100%;
}

.post {
  display: block;
  width: calc(50% - 0.875rem);
  color: #aaaaaa;
  border-radius: 3rem;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
}
.post .image {
  transition: 0.4s;
}
.post .image img {
  display: block;
  width: 100%;
  margin: 0;
  aspect-ratio: 634/255;
  object-fit: cover;
  transition: 0.6s;
}
.post .caption {
  text-align: center;
  color: #fff;
  padding: 1.6875rem 2rem;
}
.post .title {
  width: 100%;
  font-family: "Montserrat-Bold";
  font-size: 1.3125rem;
  text-transform: uppercase;
}
.post:hover, .post:focus {
  box-shadow: 4px 3px 16px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}
.post:hover .image img, .post:focus .image img {
  transform: scale(1.05);
  transition: 0.6s;
}

footer {
  position: relative;
  z-index: 1;
}
footer .footer-top {
  padding: 3.75rem 0;
}
footer .footer {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem 3rem;
  justify-content: space-between;
}
footer .footer-bottom {
  padding: 2rem 0;
  border-top: 1px solid #7A7A7A;
  gap: 2rem;
}
footer .copy {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-size: 0.9375rem;
  font-size: 14px;
}
footer .footer-nav {
  display: flex;
  justify-content: flex-end;
  gap: 2rem 3.75rem;
}
@media (max-width: 580px) {
  footer .footer-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
footer .footer-nav nav {
  max-width: 20rem;
}
footer .footer-nav nav .title {
  font-family: "Montserrat-Bold";
  color: #fff;
}
footer .footer-nav nav ul {
  list-style: none;
  margin: 0.5em 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 16rem;
  width: 3.75rem;
  height: 5rem;
  margin-top: -2.5rem;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00ff00;
  background: rgba(255, 255, 255, 0.85);
  border: none;
}
@media (max-width: 992px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
.swiper-button-next svg,
.swiper-button-next img,
.swiper-button-prev svg,
.swiper-button-prev img {
  transition: 0.3s;
  width: 1.25rem;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgb(255, 255, 255);
  color: #00ff00;
}
.swiper-button-next:hover svg,
.swiper-button-prev:hover svg {
  transition: 0.3s;
}

.swiper-button-next {
  right: -4rem;
  border-radius: 0 5rem 5rem 0;
}

.swiper-button-prev {
  left: calc(100% - 3.75rem);
  border-radius: 5rem 0 0 5rem;
}
.swiper-button-prev svg,
.swiper-button-prev img {
  transform: rotate(180deg);
}

.swiper-button-disabled {
  opacity: 0.8 !important;
  cursor: auto;
  pointer-events: none;
}

.swiper-pagination {
  bottom: 2.5rem !important;
}
@media (max-width: 992px) {
  .swiper-pagination {
    bottom: 1.5rem !important;
  }
}

.swiper-pagination-bullet {
  width: 2.9375rem;
  height: 2px;
  background: #fff;
  border-radius: 0 !important;
  margin: 0 0.5rem !important;
}
@media (max-width: 992px) {
  .swiper-pagination-bullet {
    width: 1.8rem;
  }
}

/*-----form-----*/
.forma {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 4.25rem;
}
.forma label {
  display: block;
}
.forma .wide-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.forma .wide-row input {
  max-width: 28.75rem;
}
@media (max-width: 992px) {
  .forma .wide-row input {
    max-width: 100%;
  }
}
.forma .wide-50 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 2.125rem);
}
@media (max-width: 540px) {
  .forma .wide-50 {
    width: 100%;
  }
}
.forma input {
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 0.625rem;
  width: 100%;
  height: 3.5rem;
  padding: 0.4375rem 0.9375rem;
  font-size: 1rem;
  line-height: 1;
  color: #000000;
  box-shadow: none;
  margin: 0;
}
.forma textarea {
  width: 100% !important;
  height: 6.25rem;
  padding: 0.625rem 0.9375rem;
  font-size: 1.125rem;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 0;
  box-sizing: border-box;
}
.forma input[type=number]::-webkit-inner-spin-button,
.forma input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.forma .acept {
  width: 100%;
  font-size: 0.7rem;
  margin-top: 0.625rem;
  margin-left: auto;
  color: #aaaaaa;
}
.forma .acept a {
  text-decoration: underline;
}
.forma .acept a:hover {
  text-decoration: none;
}
.forma .button {
  width: 100%;
  margin-top: 0.5rem;
}
@media (max-width: 540px) {
  .forma .button {
    margin-top: 0;
  }
}
.forma .danger {
  text-align: right;
  color: red;
  font-size: 0.75rem;
  position: absolute;
  right: 0.3125rem;
  bottom: 0;
}
.forma .danger:nth-child(4), .forma .danger:nth-child(5) {
  display: none;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

.select2-container {
  min-width: 100%;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.5rem 3rem 0.5rem 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 1rem;
  color: #7a798a;
  line-height: 1;
}

.select2-container .select2-selection--single {
  height: 2.65rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 1px;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #b4b5b5 transparent transparent transparent;
  border-width: 0.5rem 0.3125rem 0 0.3125rem !important;
  margin-top: -0.125rem;
}

.select2-dropdown {
  background-color: white;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0.125rem 0.1875rem 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0.125rem 0.1875rem 0 rgba(34, 36, 38, 0.15);
}

.select2-results__option {
  padding: 0.5rem 1rem;
  user-select: none;
  -webkit-user-select: none;
  font-size: 1rem;
  white-space: nowrap;
}

.select2-results__options {
  border-radius: 0;
  overflow: hidden;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #00ff00;
  color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #00ff00;
  color: #fff;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 16.875rem;
  overflow-y: auto;
}

/*------ modal ------*/
.state {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.state.active {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(0.625rem);
}

.state-box {
  width: 56.25rem;
  max-width: 90%;
  max-height: 90%;
  height: auto;
  overflow-y: auto;
  background: #d9d9d9;
  position: relative;
  display: flex;
}
@media (max-width: 540px) {
  .state-box {
    width: 30rem;
  }
}
.state-box .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
@media (max-width: 30rem) {
  .state-box .close {
    top: 1.5rem;
    right: 1rem;
  }
}
.state-box .close:before, .state-box .close:after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.125rem;
  background: #6d6d6d;
  position: absolute;
  transition: 0.6s;
  top: 0.3rem;
}
.state-box .close:before {
  transform: rotate(45deg);
}
.state-box .close:after {
  transform: rotate(-45deg);
}
.state-box .close:hover:before, .state-box .close:hover:after {
  background-color: #00ff00;
}
.state-box .image {
  width: calc(100% - 22.5rem);
  background-image: url(../img/modal.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 540px) {
  .state-box .image {
    display: none;
  }
}
.state-box .block {
  width: 22.5rem;
  min-height: 26.25rem;
  padding: 1.5rem 3.5rem 2.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 540px) {
  .state-box .block {
    width: 30rem;
    padding: 1.5rem 2.5rem 2.5rem;
  }
}
.state-box .modal {
  text-align: center;
}
.state-box .modal .modal-logo {
  width: 5rem;
  margin-bottom: 1.5rem;
}
.state-box .modal .title {
  font-family: "TacticSans-Medium";
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #00ff00;
  margin: 2rem 0 1.25rem;
}
.state-box .modal .text {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.state-box .forma .button {
  width: 100%;
  margin: 0;
}
.state-box .forma .button img,
.state-box .forma .button svg {
  width: 1.375rem;
  height: auto;
}
.state-box .forma .acept {
  width: 100%;
  margin: 0;
  color: #6d6d6d;
}

.to-state {
  cursor: pointer;
}

.online {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid #aaaaaa;
  border-radius: 1rem;
}

.pin {
  width: 0.875rem;
  aspect-ratio: 1/1;
  background-color: #00ff00;
  border-radius: 100%;
}

/***** COMPONENTS GLOBAL *****/
/***** SECTIONS GLOBAL (Widgets) *****/
.section-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../img/intro.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.section-intro .block {
  max-width: 50rem;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
.section-intro .block .intro-title {
  font-family: "Montserrat-Bold";
  font-size: 4rem;
  color: #fff;
}
@media (max-width: 992px) {
  .section-intro .block .intro-title {
    font-size: 3rem;
  }
}
@media (max-width: 580px) {
  .section-intro .block .intro-title {
    font-size: 2rem;
  }
}
.section-intro .block .intro-title span {
  color: #00ff00;
  display: block;
}
.section-intro .block .intro-text {
  font-size: 1.5rem;
}
@media (max-width: 992px) {
  .section-intro .block .intro-text {
    font-size: 1.25rem;
  }
}
@media (max-width: 580px) {
  .section-intro .block .intro-text {
    font-size: 1rem;
  }
}
.section-intro .block hr {
  width: 100%;
  border-color: #7A7A7A;
}

.features {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4rem;
}
@media (max-width: 580px) {
  .features {
    gap: 2rem;
  }
}
.features .item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 580px) {
  .features .item {
    width: calc(50% - 1rem);
    justify-content: center;
    align-items: center;
  }
}
.features .item .num {
  font-family: "Montserrat-Bold";
  font-size: 1.25rem;
  color: #fff;
}
.features .item .text {
  font-size: 0.875rem;
}

.what {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.what .item {
  width: calc(33.3333333333% - 1.35rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  background-color: #0a0a0a;
  border: 1px solid #232323;
  cursor: pointer;
}
@media (max-width: 992px) {
  .what .item {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 580px) {
  .what .item {
    width: 100%;
  }
}
.what .item .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  aspect-ratio: 1/1;
  background-color: #1a1a1a;
}
.what .item .ico img,
.what .item .ico svg {
  width: 1.5rem;
}
.what .item:hover {
  border-color: #00ff00;
}
.what .item:hover .ico svg path {
  stroke: #00ff00;
}

.section-system .section-head {
  max-width: 21rem;
  margin-left: auto;
  margin-right: auto;
}

.system {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.system .box {
  width: 28.75rem;
  padding: 2rem;
  background: #0a0a0a;
}
.system .box .box-head {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
}
.system .box .box-head img {
  width: 2.5rem;
}
.system .box .entry-title {
  text-transform: uppercase;
}
.system .box ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.system .box ul li {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 3.25rem;
  position: relative;
}
.system .box ul li span {
  font-family: "Montserrat-Bold";
  color: #fff;
}
.system .box ul li:before {
  content: "";
  width: 2.5rem;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: 1rem auto;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.system .box:nth-child(1) {
  border: 1px solid #4e0004;
}
.system .box:nth-child(1) .entry-title {
  color: #ff2b3a;
}
.system .box:nth-child(1) .box-head {
  border-bottom: 1px solid #4e0004;
}
.system .box:nth-child(1) ul li:before {
  background-image: url(../img/close.svg);
}
.system .box:nth-child(2) {
  border: 1px solid #00ff00;
}
.system .box:nth-child(2) .entry-title {
  color: #00ff00;
}
.system .box:nth-child(2) .box-head {
  border-bottom: 1px solid #00ff00;
}
.system .box:nth-child(2) ul li:before {
  background-image: url(../img/check.svg);
}

.steps {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.steps .item {
  width: calc(25% - 1.5rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 1rem;
  background-color: #0a0a0a;
  border: 1px solid #232323;
  cursor: pointer;
  position: relative;
}
@media (max-width: 992px) {
  .steps .item {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 580px) {
  .steps .item {
    width: 100%;
  }
}
.steps .item .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  aspect-ratio: 33/28;
  background-color: #1a1a1a;
  border: 1px solid #00ff00;
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  color: #00ff00;
  font-family: "Montserrat-Bold";
  line-height: 1;
}
.steps .item .entry-title {
  font-size: 1.25rem;
}
.steps .item:hover {
  border-color: #00ff00;
}
.steps .item:hover .ico {
  background-color: #00ff00;
  color: #000;
}

.section-offers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../img/intro.svg);
  background-size: 400px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.offer {
  max-width: 50rem;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
.offer .offer-title {
  font-family: "Montserrat-Bold";
  font-size: 4rem;
  color: #fff;
}
@media (max-width: 992px) {
  .offer .offer-title {
    font-size: 3rem;
  }
}
@media (max-width: 580px) {
  .offer .offer-title {
    font-size: 2rem;
  }
}
.offer .offer-title span {
  color: #00ff00;
  display: block;
}
.offer .offer-text {
  font-size: 1.5rem;
}
@media (max-width: 580px) {
  .offer .offer-text {
    font-size: 1rem;
  }
}
.offer .offer-text strong,
.offer .offer-text b {
  color: #00ff00;
}

.section-form {
  padding: 2.5rem 0;
  position: relative;
}
.section-form .row {
  display: flex;
  justify-content: space-between;
  padding: 3.5rem 8.75rem;
  border-radius: 7rem 1rem;
  background-color: #000;
  background-image: url(../img/bg-archive.svg);
}
.section-form .block {
  max-width: 100%;
  width: 31.25rem;
  color: #fff;
  position: relative;
  z-index: 10;
}
.section-form .block .entry-title {
  line-height: 1.5;
}
.section-form .block .entry-title span {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 1.8rem 0.4rem;
  margin-left: -1.8rem;
  border-radius: 5rem;
  background: #6829ca;
}
.section-form .block p {
  margin: 1.5rem 0;
}
.section-form .forma {
  width: 27.0625rem;
}

.section-team {
  padding-top: 4.5rem;
  margin-bottom: -5rem;
  background-color: #fff;
  background-image: url(../img/bg-team.svg);
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 0 0 5rem 5rem;
  position: relative;
  z-index: 10;
}
.section-team .row {
  display: flex;
  justify-content: space-between;
}
.section-team .row .block {
  width: 54%;
}
.section-team .row .block .section-title {
  margin-bottom: 3rem;
}
.section-team .row .block .item {
  padding: 32px;
  border-radius: 30px 10px 70px 30px;
  box-shadow: 0 7px 35px rgba(0, 0, 0, 0.07);
  margin-bottom: 1.75rem;
  backdrop-filter: blur(25px);
}
.section-team .row .images {
  width: 43%;
  position: relative;
}
.section-team .row .images img {
  width: 23rem;
  position: relative;
  z-index: 1;
}
.section-team .row .info {
  max-width: 24.75rem;
  position: absolute;
  right: 1.5rem;
  bottom: 5rem;
  z-index: 10;
}
.section-team .row .info .item {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 10px 50px 50px;
  padding: 1.5rem;
  margin-bottom: 1.2rem;
  font-size: 1rem;
}
.section-team .row .info .item .name {
  font-family: "Montserrat-Bold";
  font-size: 30px;
  margin-bottom: 0.5rem;
}

.bg-black {
  background-color: #aaaaaa;
  background-image: url(../img/bg-archive.svg);
  animation: animatedBackground 30s linear infinite;
  position: relative;
  z-index: 1;
}

.section-services {
  padding: 7rem 0;
  color: #fff;
}

.section-faq {
  padding: 5rem 0;
  position: relative;
  z-index: 10;
  margin-top: -5rem;
  margin-bottom: -5rem;
  border-radius: 5rem;
  background: #f5f7f9;
}

/*------ accordion ------*/
.accordion {
  margin: 3rem 0 0;
  border-top: 1px solid #d9d9d6;
}

.accordion .accordion-box .top {
  min-height: 3.75rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #d9d9d6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Montserrat-Medium";
  font-size: 1.375rem;
  cursor: pointer;
  gap: 1rem;
}

.accordion .accordion-box .top .plus {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 100%;
  background: #fff;
  color: #00ff00;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.accordion .accordion-box .accordion-body {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
}

.accordion .accordion-box .accordion-body .block {
  padding: 0.5rem 0;
  font-size: 1rem;
}

.accordion .accordion-box.active .top {
  border-color: #00ff00;
}

.accordion .accordion-box.active .top .plus {
  transform: rotate(45deg);
  color: #aaaaaa;
  transition: 0.4s;
}

.accordion .accordion-box:hover .top:after {
  color: #00ff00;
}

.section-contacts {
  background-color: #fff;
  padding: 2.5rem 0;
  position: relative;
  z-index: 10;
}
.section-contacts .section-title {
  display: inline-block;
  top: -3.125rem;
  position: relative;
  padding-right: 1.875rem;
  color: #00ff00;
  min-width: 22.5rem;
}
@media (max-width: 540px) {
  .section-contacts .section-title {
    min-width: 14rem;
  }
}
.section-contacts .section-title span {
  position: relative;
  z-index: 2;
}
.section-contacts .section-title:before {
  content: "";
  position: absolute;
  height: 2.5rem;
  right: 0;
  left: -200%;
  top: -1.875rem;
  background-color: #fff;
}
.section-contacts .section-title:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 2.6rem solid #fff;
  border-right: 2.6rem solid transparent;
  right: -2.5rem;
  top: -1.875rem;
}
@media (max-width: 992px) {
  .section-contacts .contacts {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 540px) {
  .section-contacts .contacts {
    margin-bottom: 2rem !important;
  }
}
.section-contacts .contacts article {
  margin: 0;
}

/***** COMPONENTS PAGE (Article) *****/
.archive-head {
  min-height: 26rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 5rem 0 3rem;
  position: relative;
  background-color: #aaaaaa;
  background-image: url(../img/bg-archive.svg);
  animation: animatedBackground 30s linear infinite;
}
.archive-head .container {
  position: relative;
  z-index: 10;
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1920px 0;
  }
}
.blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem 1.25rem;
  margin-bottom: 3.75rem;
}

.portfolio {
  background: #fff;
  padding: 6.25rem 0 3.25rem;
  position: relative;
  z-index: 10;
  border-radius: 5rem;
  margin-top: -5rem;
  margin-bottom: -5rem;
}
.portfolio .section-form {
  margin-top: 5rem;
}

.no-post {
  margin-bottom: 6.25rem;
}
.no-post .no-text {
  font-size: 1.5625rem;
}
.no-post .button {
  margin-top: 1.25rem;
  margin-right: 1.25rem !important;
}

.single-head {
  min-height: 50rem;
  display: flex;
  justify-content: center;
  color: #fff;
  padding: 12rem 0 3rem;
  position: relative;
  background-color: #aaaaaa;
  background-image: url(../img/bg-archive.svg);
  animation: animatedBackground 30s linear infinite;
}
.single-head .container {
  position: relative;
  z-index: 10;
}
.single-head .meta {
  text-align: center;
  margin: 2rem auto;
}
.single-head .tags {
  margin: 1.75rem 0;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
.single-head .tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.375rem;
  padding: 0.5rem 1rem;
  color: #888888;
  border: 1px solid #888888;
  border-radius: 56rem;
}

.single-page {
  padding: 5rem 0;
  position: relative;
  z-index: 10;
  margin-top: -5rem;
  margin-bottom: -5rem;
  border-radius: 5rem;
  background: #f5f7f9;
}
.single-page .single-image {
  margin-top: -22%;
}
.single-page .single-image img {
  width: 100%;
  aspect-ratio: 1400/753;
  object-fit: cover;
  border-radius: 1rem 1rem 10rem 1rem;
}
.single-page article {
  column-count: 2;
  gap: 2rem;
}
.single-page article .box {
  margin-bottom: 3rem;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  break-inside: avoid-column;
}