/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
:root {
  --accent-color: #dc7700;
  --accent-color-hover: #ec9228;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

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;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 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;
          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;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}
.btn {
  display: inline-block;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  background: var(--accent-color);
  font-weight: 500;
  height: 60px;
  border-radius: 30px;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s;
}
.btn:hover {
  background: var(--accent-color-hover);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

.hidden {
  display: none;
}

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

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6, .h1 {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--accent-color);
  margin: 0 0 40px;
}

h1, .h1 {
  font-size: 48px;
}

h2 {
  font-size: 44px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 36px;
}

h5 {
  font-size: 32px;
}

h6 {
  font-size: 28px;
}

html {
  font-size: 16px;
}

body {
  min-width: 320px;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.7;
  color: #484848;
  overflow-x: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #022364;
  font-weight: 500;
  font-size: 1.25rem;
}

input[type=text], input[type=tel], input[type=email], input[type=password], textarea {
  padding: 0 15px;
  margin-bottom: 15px;
  border: 1px solid #022364;
  height: 50px;
  width: 100%;
}

input[type=submit] {
  display: inline-block;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  background: var(--accent-color);
  font-weight: 500;
  height: 60px;
  border-radius: 30px;
  padding: 12px 30px;
  text-align: center;
  border: none;
  min-width: 200px;
}

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

textarea {
  height: 100px;
  padding: 10px 15px;
  resize: vertical;
}

.center-wrap {
  width: 100%;
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
}

.mobile-menu {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background: #000;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.mobile-menu.opened {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.mobile-menu ul li {
  margin: 10px 0;
  text-align: center;
}
.mobile-menu ul li a {
  color: #fff;
  font-size: 2.25rem;
}
.mobile-menu ul li a:hover {
  color: #eccfa6;
}
.mobile-menu ul li.current_page_item a {
  color: var(--accent-color);
}

.mobile-menu-opener {
  display: none;
  text-indent: -9999px;
  width: 30px;
  height: 26px;
  cursor: pointer;
  margin-left: auto;
  border-top: 2px solid #022364;
  border-bottom: 2px solid #022364;
  position: relative;
}
.mobile-menu-opener::after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background: #022364;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home .mobile-menu-opener {
  border-color: #fff;
}
.home .mobile-menu-opener::after {
  background: #fff;
}

.mobile-menu-closer {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.mobile-menu-closer::before, .mobile-menu-closer::after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.mobile-menu-closer::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.header {
  position: sticky;
  background: rgba(255, 255, 255, 0.9);
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
}

body.home .header {
  position: fixed;
  background: transparent;
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}

.home .header-content {
  padding: 50px 0;
}

.main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.main-menu ul li a {
  color: var(--accent-color);
  text-decoration: none;
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.main-menu ul li a:hover {
  text-decoration: underline;
}
.main-menu ul li.current_page_item a {
  font-weight: bold;
  text-decoration: underline;
}

.home .main-menu ul li a {
  color: #fff;
}
.home .main-menu ul li a:hover {
  text-decoration: underline;
}
.home .main-menu ul li.current_page_item a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.first-screen {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/main-bg-3.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  color: var(--accent-color);
}
.first-screen::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.first-screen h1 {
  font-size: 8rem;
  color: inherit;
  margin: 0;
}

.first-screen > * {
  position: relative;
  z-index: 2;
}
.first-screen__text {
  margin-top: 50px;
  color: #fff;
}
.page-head {
  position: relative;
  padding: 50px 0;
  background: url("../img/main-bg-3.jpg") center 70% no-repeat;
  background-size: cover;
}
.page-head .center-wrap {
  position: relative;
  z-index: 2;
}
.page-head::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.page-head h1 {
  margin-bottom: 0;
}
.breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
.breadcrumbs-list a {
  color: var(--accent-color);
  text-decoration: underline;
}
.breadcrumbs-list li {
  position: relative;
  padding-left: 20px;
}
.breadcrumbs-list li:first-child {
  padding-left: 0;
}
.breadcrumbs-list li::before {
  display: block;
  content: "/";
  position: absolute;
  left: 7px;
  top: 0;
}
.breadcrumbs-list li:first-child::before {
  display: none;
}
.page-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 80px 0;
}

.brand-logos {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.brand-logo-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 90px) / 4);
          flex: 0 0 calc((100% - 90px) / 4);
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #333;
}
.brand-logo-item img {
  display: block;
  margin: 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 90%;
  max-height: 90%;
}
.brand-logo-item img:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.typography-enabled p {
  margin-bottom: 40px;
}
.typography-enabled p:last-child {
  margin-bottom: 0;
}

.footer {
  padding: 50px 0;
  color: #fff;
  background: var(--accent-color);
  font-size: 1.2rem;
}
.footer .title {
  font-weight: bold;
}
.footer p {
  margin: 10px 0;
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer__contacts p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__contacts p img {
  margin-right: 20px;
  max-width: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
}

.gold {
  color: #eccfa6;
}

.contact-halfs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.contact-half {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
}

.contacts__info {
  font-size: 1.25rem;
  line-height: 1.4;
}
.contacts__info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.contacts__info p img {
  margin-right: 20px;
  max-width: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
}
.contacts__info a {
  color: #484848;
}
.contacts__info a:hover {
  text-decoration: underline;
}

.contact-block .title {
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
  color: #022364;
}

.contact-map iframe {
  display: block;
  margin: 0;
}
.wpcf7-form > br, .wpcf7-form p > br {
  display: none;
}
.product-items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
.product-item {
  flex: 0 0 calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
  border: 2px solid var(--accent-color);
  display: flex;
  flex-direction: column;
}
.product-item__img {
  flex: 0 0 calc(250px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-item__img img {
  display: block;
  margin: 0;
  width: 100%;
  object-fit: cover;
  max-width: unset;
}
.product-item__info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 15px;
  background: #f5f5f5;
}
.product-item__title {
  line-height: 1.2;
  margin-bottom: 10px;
}
.product-item__desc {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.product-item__meta {
  display: flex;
  margin-top: auto;
  justify-content: space-between;
  align-items: center;
}
.product-item__price {

}
.simple-popup {
  width: 100%;
  max-width: 460px;
  padding: 25px;
}
.simple-popup__title {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: var(--accent-color);
  text-transform: uppercase;
}
.simple-popup__undertitle{
  font-weight: bold;
  text-align: center;
}
.simple-popup__content {
  padding-top: 20px;
}
.wpcf7-response-output, .wpcf7-spinner {
  display: none !important;
}
.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
}
.wpcf7-not-valid-tip {
  position: absolute;
  right: 5px;
  top: 0px;
  font-size: 14px !important;
}
.trading-block {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 80px;
}
.trading-block:last-child {
  margin-bottom: 0;
}
.trading-block__img {
  flex: 0 0 calc(50% - 15px);
}
.trading-block__content {
  flex-grow: 1;
}
.trading-block.reverse .trading-block__img {
  order: 1;
}
@media (max-width: 1023px) {
  .first-screen h1 {
    font-size: 6rem;
  }
  .product-item {
    flex: 0 0 calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
  }
  .page-content {
    padding: 40px 0;
  }
  .page-head {
    padding: 40px 0;
  }
  .trading-block {
    margin-bottom: 50px;
  }
  .trading-block__content {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .product-item__img img {
    height: 100%;
    width: unset;
  }
  .main-menu {
    display: none;
  }
  .mobile-menu-opener {
    display: block;
  }
  body {
    font-size: 1rem;
  }
  .page-head {
    padding: 30px 0;
  }
  .header-content {
    padding: 15px 0;
  }
  .home .header-content {
    padding: 15px 0;
  }
  .page-content {
    padding: 30px 0;
  }
  h1, h2, h3, h4, h5, h6, .h1 {
    margin-bottom: 20px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  .brand-logos {
    margin-top: 30px;
    gap: 15px;
  }
  .brand-logo-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 3);
            flex: 0 0 calc((100% - 30px) / 3);
  }
  .footer {
    font-size: 1rem;
  }
  .contact-halfs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .trading-block {
    flex-wrap: wrap;
    gap: 15px;
  }
  .trading-block__img {
    flex: 0 0 100%;
  }
  .trading-block.reverse .trading-block__img {
    order: 0;
  }
}
@media (max-width: 599px) {
  .main-menu ul {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .main-menu ul li a {
    font-size: 1rem;
  }
  .first-screen h1 {
    font-size: 4rem;
  }
  .contacts__info {
    font-size: 1rem;
  }
  .contacts__info p {
    margin-bottom: 20px;
  }
  .footer {
    padding: 30px 0;
  }
  .product-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .first-screen h1 {
    font-size: 2.5rem;
  }
  .page-head {
    padding: 20px 0;
  }
  .product-items {
    margin-top: 25px;
  }
}