/*
Theme Name: ustream Theme
Theme URI: https://ustreamfest.com/
Author: SkillUnit
Author URI: https://skillunit.com.ua/
Description: Тема для сайта ustreamfest.
Version: 1.0
Tested up to: 5.7.0
Requires PHP: >= 7.4.5
Tags: custom development
Text Domain: ustream

© All Rights Reserved ustream
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  display: block;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

html,
body {
  margin: 0;
  padding: 0;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  padding: 0;
  list-style: none;
  transition: 0.3s all ease;
  text-decoration: none;
  outline: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

/**
 * Add the correct display in IE.
 */
p {
  font-family: "georgia";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Vetrino";
}

template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  transition: 0.3s all ease;
}

body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  box-sizing: border-box;
  position: relative;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

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

i {
  font-style: normal;
}

ul li,
ol li {
  margin: 0;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  cursor: pointer;
}

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  font-size: 0;
  clear: both;
  height: 0;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a {
  cursor: pointer;
}

.container {
  width: 100%;
  padding: 0 20px;
  position: relative;
}

@media (min-width: 648px) {
  .container {
    width: 100%;
    padding: 0 40px;
  }
}
@media (min-width: 960px) {
  .container {
    padding: 0 60px;
  }
}
@media (min-width: 1366px) {
  .container {
    padding: 0 100px;
  }
}
@media (min-width: 1880px) {
  .container {
    padding: 0 220px;
  }
}
/* @use 'mixins';

@include font('Vetrino', 'Vetrino');
@include font('GeorgiaCustom', 'georgia'); */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
}
header .container .header-blocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
header .container .header-blocks .socials-header {
  display: none;
}
header .container .header-blocks .header-content {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  background: #337FE7;
  padding: 13px;
  border-radius: 3px;
}
header .container .header-blocks .header-content .burger {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
header .container .header-blocks .header-content .burger span {
  display: block;
  width: 39px;
  height: 3px;
  background: #fff;
  position: relative;
}
header .container .header-blocks .header-content .burger span:nth-child(2) {
  width: 34px;
}
header .container .header-blocks .header-content .burger span:nth-child(3) {
  width: 28px;
}
header .container .header-blocks .header-content span {
  display: none;
  font-size: 18px;
  font-family: "georgia";
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
header .container .header-blocks .first {
  display: none;
}

@media (min-width: 648px) {
  header .container .header-blocks .first {
    display: flex;
  }
  header .container .header-blocks .second {
    display: none;
  }
  header .container .header-blocks .header-content span {
    display: block;
  }
  header .container .header-blocks .socials-header {
    display: block;
  }
  header .container .header-blocks .socials-header .socials {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
  }
  header .container .header-blocks .socials-header .socials .social-header a {
    display: block;
    padding: 10px 12px;
    background: #D5E6F5;
    border-radius: 3px;
  }
  header .container .header-blocks .socials-header .socials .social-header a img {
    width: 17px;
    height: 14px;
  }
}
@media (min-width: 960px) {
  header .container .header-blocks .socials-header .socials {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
  }
  header .container .header-blocks .socials-header .socials .social-header a:hover {
    transform: scale(1.1);
  }
}
@media (min-width: 1366px) {
  header .container .header-blocks {
    padding: 20px 0;
  }
}
footer {
  position: relative;
  padding: 30px 0 15px;
}
footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(30, 30, 30);
  z-index: -1;
}
footer .container-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px 20px;
  width: 100%;
}
footer .container-footer .footer {
  width: 100%;
}
footer .container-footer .footer .logo_header {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .container-footer .footer .menu-footer-sections {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  width: 100%;
  margin-top: 50px;
}
footer .container-footer .footer .menu-footer-sections .menu-footer-section {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .container-footer .footer .menu-footer-sections .menu-footer-section a {
  color: #fff;
  font-family: "georgia";
  font-size: 16px;
}
footer .container-footer .footer .footer_links a {
  display: block;
  font-weight: 700;
  font-family: "georgia";
  font-size: 20px;
  margin: 20px auto 0;
  color: #fff;
  text-align: center;
}
footer .container-footer .footer .footer_links .socials-footer {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
footer .container-footer .footer .footer_links .socials-footer .socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
footer .container-footer .footer .footer_links .socials-footer .socials .social-header a {
  padding: 12px;
  display: block;
  border-radius: 3px;
  background: rgb(43, 43, 44);
}
footer .container-footer .footer .footer_links .socials-footer .socials .social-header a img {
  width: 17px;
  height: 14px;
}
footer .copy {
  border-top: 1px solid rgb(48, 48, 48);
  padding: 25px 20px;
}
footer .copy .copy_content {
  display: flex;
  flex-direction: column;
}
footer .copy .copy_content .copy_left,
footer .copy .copy_content .copy_right {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
footer .copy .copy_content .copy_left a,
footer .copy .copy_content .copy_right a {
  font-family: "georgia";
  color: #fff;
  font-size: 16px;
}
footer .copy .copy_content .copy_left {
  margin: 0;
}

@media (min-width: 648px) {
  footer {
    position: relative;
    padding: 30px 0;
  }
  footer .container-footer {
    padding: 0 40px 30px;
  }
  footer .container-footer .footer {
    width: 100%;
    flex-shrink: 0;
  }
  footer .container-footer .footer .footer_top {
    display: flex;
    gap: 40px;
    align-items: flex-start;
  }
  footer .container-footer .footer .footer_top .logo_header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  footer .container-footer .footer .footer_top .menu-footer-sections {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    width: 100%;
    margin: 0;
  }
  footer .container-footer .footer .footer_top .menu-footer-sections .menu-footer-section {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  footer .container-footer .footer .footer_top .menu-footer-sections .menu-footer-section a {
    color: #fff;
    font-family: "georgia";
    font-size: 16px;
  }
  footer .container-footer .footer .footer_links a {
    display: block;
    font-weight: 700;
    font-family: "georgia";
    font-size: 20px;
    margin: 20px auto 0;
    color: #fff;
    text-align: center;
  }
  footer .container-footer .footer .footer_links .socials-footer {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
  footer .container-footer .footer .footer_links .socials-footer .socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
  }
  footer .container-footer .footer .footer_links .socials-footer .socials .social-header a {
    padding: 12px;
    display: block;
    border-radius: 3px;
    background: rgb(43, 43, 44);
  }
  footer .container-footer .footer .footer_links .socials-footer .socials .social-header a img {
    width: 17px;
    height: 14px;
  }
  footer .copy {
    padding: 25px 40px;
  }
  footer .copy .copy_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  footer .copy .copy_content .copy_left,
  footer .copy .copy_content .copy_right {
    margin: 0;
    flex-direction: row;
  }
  footer .copy .copy_content .copy_left a,
  footer .copy .copy_content .copy_right a {
    font-family: "georgia";
    color: #fff;
    font-size: 16px;
  }
  footer .copy .copy_content .copy_left {
    margin: 0;
  }
}
@media (min-width: 1366px) {
  footer .container-footer {
    padding: 0 100px 30px;
  }
  footer .container-footer .footer {
    display: flex;
    justify-content: space-between;
  }
  footer .container-footer .footer .footer_top {
    display: flex;
    gap: 100px;
    align-items: flex-start;
  }
  footer .container-footer .footer .footer_top .logo_header {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .container-footer .footer .footer_top .menu-footer-sections {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 130px;
    width: 100%;
    margin: 0;
  }
  footer .container-footer .footer .footer_top .menu-footer-sections .menu-footer-section {
    width: auto;
    gap: 20px;
  }
  footer .container-footer .footer .footer_top .menu-footer-sections .menu-footer-section a {
    color: #fff;
    font-family: "georgia";
    font-size: 16px;
  }
  footer .container-footer .footer .footer_links a {
    margin: 0 auto;
  }
  footer .container-footer .footer .footer_links .socials-footer {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
  footer .container-footer .footer .footer_links .socials-footer .socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
  }
  footer .container-footer .footer .footer_links .socials-footer .socials .social-header a:hover {
    transform: scale(1.1);
  }
  footer .copy {
    padding: 25px 100px;
  }
  footer .copy .copy_content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  footer .copy .copy_content .copy_left,
  footer .copy .copy_content .copy_right {
    margin: 0;
    flex-direction: row;
    gap: 50px;
  }
  footer .copy .copy_content .copy_left a,
  footer .copy .copy_content .copy_right a {
    font-family: "georgia";
    color: #fff;
    font-size: 16px;
  }
  footer .copy .copy_content .copy_left {
    margin: 0;
  }
}
@media (min-width: 1880px) {
  footer .container-footer {
    padding: 0 220px 30px;
  }
  footer .container-footer .footer .footer_top {
    gap: 100px;
  }
  footer .container-footer .footer .footer_top .menu-footer-sections .menu-footer-section {
    gap: 25px;
    width: auto;
  }
  footer .container-footer .footer .footer_top .menu-footer-sections .menu-footer-section a {
    color: #fff;
    font-family: "georgia";
    font-size: 16px;
  }
  footer .container-footer .footer .footer_links a {
    margin: 0 auto;
  }
  footer .container-footer .footer .footer_links .socials-footer {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
  footer .container-footer .footer .footer_links .socials-footer .socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
  }
  footer .container-footer .footer .footer_links .socials-footer .socials .social-header a:hover {
    transform: scale(1.1);
  }
  footer .copy {
    padding: 25px 220px;
  }
  footer .copy .copy_content {
    flex-direction: row;
    align-items: center;
  }
  footer .copy .copy_content .copy_left,
  footer .copy .copy_content .copy_right {
    margin: 0;
    flex-direction: row;
  }
  footer .copy .copy_content .copy_left a,
  footer .copy .copy_content .copy_right a {
    font-family: "georgia";
    color: #fff;
    font-size: 16px;
  }
  footer .copy .copy_content .copy_left {
    margin: 0;
  }
}
.home-section {
  margin: 108px 0 0;
}
.home-section .banner-container .banner {
  padding: 80px 20px;
  position: relative;
  z-index: -1;
}
.home-section .banner-container .banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.39);
}
.home-section .banner-container .banner .container_banner_text h1 {
  margin: 0;
  text-align: center;
  font-size: 32px;
  color: #fff;
}
.home-section .banner-container .banner .container_banner_text p {
  color: #fff;
  display: block;
  margin-top: 15px;
  text-align: center;
  font-size: 20px;
}

.container .first_block {
  margin-top: 50px;
}
.container section .about {
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 16px;
  background: rgb(255, 242, 201);
  border-radius: 3px;
  display: inline-flex;
  color: rgb(30, 31, 32);
}
.container section .section_home .left_image,
.container section .section_home .right_image {
  display: flex;
  flex-direction: column;
}
.container section .section_home .left_image h2,
.container section .section_home .right_image h2 {
  font-size: 28px;
  font-family: "Vetrino";
  display: block;
  margin-top: 30px;
}
.container section .section_home .left_image p,
.container section .section_home .left_image img,
.container section .section_home .right_image p,
.container section .section_home .right_image img {
  display: block;
  margin-top: 40px;
}
.container section .section_home .left_image p,
.container section .section_home .right_image p {
  font-size: 16px;
}
.container section .section_home .left_image a,
.container section .section_home .right_image a {
  font-family: "georgia";
  font-size: 16px;
  text-align: center;
  background: rgb(51, 127, 231);
  border-radius: 3px;
  padding: 18px 0;
  margin: 30px auto 0;
  width: 100%;
  max-width: 340px;
  color: #fff;
}

.section-home-brand .section_home .slider_container {
  min-width: 0;
}
.section-home-brand .section_home .slider_container .brand-swiper {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 40px 0;
}
.section-home-brand .section_home .slider_container .brand-swiper .brand-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 55px 0 0;
}
.section-home-brand .section_home .slider_container .brand-swiper .brand-nav .swiper-button-prev,
.section-home-brand .section_home .slider_container .brand-swiper .brand-nav .swiper-button-next {
  margin-top: 0;
  position: static;
}
.section-home-brand .section_home .slider_container .brand-swiper .brand-nav .swiper-button-prev:after,
.section-home-brand .section_home .slider_container .brand-swiper .brand-nav .swiper-button-next:after {
  font-size: 22px;
  color: #1E1E1E;
}
.section-home-brand .section_home .slider_container .brand-swiper .brand-nav .brand-pagination {
  position: static;
  width: 50%;
}
.section-home-brand .section_home .slider_container .brand-swiper .brand-nav .brand-pagination .swiper-pagination-bullet {
  background: #1E1E1E;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.section-home-brand .section_home .slider_container .brand-swiper .brand-nav .brand-pagination .swiper-pagination-bullet-active {
  background: #006EE9;
}

.form_wide {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.1);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
}
.form_wide.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s;
}
.form_wide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.form_wide .wpcf7 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.form_wide .wpcf7 .form_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  border: 1px solid #006EE9;
  position: relative;
}
.form_wide .wpcf7 .form_wrapper .close_form {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  cursor: pointer;
  margin: 0;
}
.form_wide .wpcf7 .form_wrapper .close_form::before, .form_wide .wpcf7 .form_wrapper .close_form::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #333;
  transition: background 0.3s;
}
.form_wide .wpcf7 .form_wrapper .close_form::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.form_wide .wpcf7 .form_wrapper .close_form::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.form_wide .wpcf7 .form_wrapper .close_form:hover::before, .form_wide .wpcf7 .form_wrapper .close_form:hover::after {
  background: #000;
}
.form_wide .wpcf7 .form_wrapper p {
  margin-top: 10px;
}
.form_wide .wpcf7 .form_wrapper p .wpcf7-submit {
  background: #006EE9;
  padding: 10px 15px;
  font-family: "georgia";
  font-size: 16px;
  color: #fff;
}
.form_wide .wpcf7 .form_wrapper p .wpcf7-spinner {
  display: none;
}
.form_wide .wpcf7 .form_wrapper p label {
  font-family: "georgia";
  font-size: 16px;
  color: #000;
}
.form_wide .wpcf7 .form_wrapper p label .wpcf7-form-control-wrap input,
.form_wide .wpcf7 .form_wrapper p label .wpcf7-form-control-wrap textarea {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  font-family: "georgia";
  font-size: 16px;
  color: #000;
  width: 100%;
  padding: 5px 10px;
}

@media (min-width: 648px) {
  .home-section .banner-container .banner {
    padding: 105px 95px;
    position: relative;
  }
  .home-section .banner-container .banner .container_banner_text h1 {
    font-size: 44px;
  }
  .home-section .banner-container .banner .container_banner_text p {
    font-size: 24px;
    margin-top: 25px;
  }
  .container .first_block {
    margin-top: 80px;
  }
  .container section .section_home .left_image h2,
  .container section .section_home .right_image h2 {
    font-size: 32px;
    margin-top: 20px;
  }
  .container section .section_home .left_image p,
  .container section .section_home .left_image img,
  .container section .section_home .right_image p,
  .container section .section_home .right_image img {
    margin-top: 30px;
  }
  .container section .section_home .left_image a,
  .container section .section_home .right_image a {
    margin: 30px 0 0;
  }
  .section-home-brand .section_home .slider_container {
    min-width: 0;
  }
  .section-home-brand .section_home .slider_container .brand-swiper {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 40px 0;
  }
  .section-home-brand .section_home .slider_container .brand-swiper .brand-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 55px 0 0;
  }
  .section-home-brand .section_home .slider_container .brand-swiper .brand-nav .swiper-button-prev,
  .section-home-brand .section_home .slider_container .brand-swiper .brand-nav .swiper-button-next {
    margin-top: 0;
    position: static;
  }
  .section-home-brand .section_home .slider_container .brand-swiper .brand-nav .swiper-button-prev:after,
  .section-home-brand .section_home .slider_container .brand-swiper .brand-nav .swiper-button-next:after {
    font-size: 22px;
    color: #1E1E1E;
  }
  .section-home-brand .section_home .slider_container .brand-swiper .brand-nav .brand-pagination {
    position: static;
    width: 30%;
  }
  .section-home-brand .section_home .slider_container .brand-swiper .brand-nav .brand-pagination .swiper-pagination-bullet {
    background: #1E1E1E;
    opacity: 1;
    width: 10px;
    height: 10px;
  }
  .section-home-brand .section_home .slider_container .brand-swiper .brand-nav .brand-pagination .swiper-pagination-bullet-active {
    background: #006EE9;
  }
}
@media (min-width: 1366px) {
  .home-section .banner-container .banner {
    padding: 115px 395px;
    position: relative;
  }
  .home-section .banner-container .banner .container_banner_text h1 {
    font-size: 54px;
  }
  .home-section .banner-container .banner .container_banner_text p {
    font-size: 32px;
  }
  .container section {
    margin-top: 100px;
  }
  .container section .flex {
    display: flex;
  }
  .container section .section_home {
    display: flex;
    gap: 20px;
  }
  .container section .section_home .left_image,
  .container section .section_home .right_image {
    gap: 20px;
    width: 50%;
    justify-content: space-between;
  }
  .container section .section_home .left_image h2,
  .container section .section_home .right_image h2 {
    font-size: 38px;
    margin-top: 0;
  }
  .container section .section_home .left_image img,
  .container section .section_home .right_image img {
    margin-top: 0;
    max-height: 420px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .container section .section_home .left_image p,
  .container section .section_home .right_image p {
    margin-top: 30px;
  }
  .section-home-brand .section_home .slider_container {
    min-width: 0;
  }
  .section-home-brand .section_home .slider_container .brand-swiper {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 40px 0;
  }
  .section-home-brand .section_home .slider_container .brand-swiper .brand-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 55px 0 0;
  }
  .section-home-brand .section_home .slider_container .brand-swiper .brand-nav .swiper-button-prev,
  .section-home-brand .section_home .slider_container .brand-swiper .brand-nav .swiper-button-next {
    margin-top: 0;
    position: static;
  }
  .section-home-brand .section_home .slider_container .brand-swiper .brand-nav .swiper-button-prev:after,
  .section-home-brand .section_home .slider_container .brand-swiper .brand-nav .swiper-button-next:after {
    font-size: 22px;
    color: #1E1E1E;
  }
  .section-home-brand .section_home .slider_container .brand-swiper .brand-nav .brand-pagination {
    position: static;
    width: 20%;
  }
  .section-home-brand .section_home .slider_container .brand-swiper .brand-nav .brand-pagination .swiper-pagination-bullet {
    background: #1E1E1E;
    opacity: 1;
    width: 10px;
    height: 10px;
  }
  .section-home-brand .section_home .slider_container .brand-swiper .brand-nav .brand-pagination .swiper-pagination-bullet-active {
    background: #006EE9;
  }
}
@media (min-width: 1880px) {
  .home-section .banner-container .banner {
    padding: 180px 500px;
  }
  .home-section .banner-container .banner .container_banner_text h1 {
    font-size: 64px;
  }
  .home-section .banner-container .banner .container_banner_text p {
    margin-top: 45px;
  }
}
/*# sourceMappingURL=style.css.map */
