/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/normalize-css/normalize.css ***!
  \********************************************************************************************/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/slick-carousel/slick/slick.css ***!
  \***********************************************************************************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*!*****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/slick-carousel/slick/slick-theme.css ***!
  \*****************************************************************************************************/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(fb6f3c230cb846e25247.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(a4e97f5a2a64f0ab1323.eot);
    src: url(a4e97f5a2a64f0ab1323.eot?#iefix) format('embedded-opentype'), url(295183786cd8a1389865.woff) format('woff'), url(c94f7671dcc99dce43e2.ttf) format('truetype'), url(2630a3e3eab21c607e21.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*!*****************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/remodal/dist/remodal.css ***!
  \*****************************************************************************************/
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*!*******************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/remodal/dist/remodal-default-theme.css ***!
  \*******************************************************************************************************/
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*!*******************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/fonts/boldoa_matbold/stylesheet.css ***!
  \*******************************************************************************************/
@font-face {
  font-family: 'boldoa_matbold';
  src: url(bea6a7002d4d290e4287.woff2) format('woff2'),
    url(8bb5bc726a2d3a75fd9d.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/_main.scss ***!
  \**************************************************************************************************************/
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #ff805f;
}

body {
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 1.67;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "boldoa_matbold", sans-serif;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.wrapper {
  position: relative;
}

.p-wrapper > *:first-child {
  margin-top: 0;
}
.p-wrapper > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hidden {
    display: none !important;
  }
  .order-1-mobile {
    order: 1;
  }
  .order-2-mobile {
    order: 2;
  }
}
.header {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #ffffff;
  padding-top: 13px;
  padding-bottom: 13px;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
}
.header .logo {
  max-width: 282px;
}

@media only screen and (max-width: 1199px) {
  .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .header .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 180px;
  }
}
.logo {
  display: block;
}
.logo__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.header-nav {
  transition: all 0.2s ease-in-out;
  z-index: 102;
}
.header-nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.header-nav__list li {
  position: relative;
}
.header-nav__list li.current-menu-item a {
  color: #ff805f;
}
.header-nav__list li.current-menu-item a:before {
  opacity: 1;
  visibility: visible;
}
.header-nav__list li.current-menu-item a:after {
  display: block;
}
.header-nav__list li.current-menu-item:before {
  display: block;
}
.header-nav__list li:before {
  content: "";
  display: block;
  position: absolute;
  display: none;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-nav__list li#menu-item-19:before {
  bottom: 30px;
  left: 0;
  width: 42px;
  height: 40px;
  background-image: url(efd1255dd849db22e914.svg);
}
.header-nav__list li#menu-item-22:before {
  left: 10px;
  top: 20px;
  width: 29px;
  height: 54px;
  background-image: url(1a71936b0479cc6f3232.svg);
}
.header-nav__list li#menu-item-20:before {
  bottom: 30px;
  right: 0;
  width: 42px;
  height: 40px;
  background-image: url(fcb606bcabbcf782e276.svg);
}
.header-nav__list li#menu-item-21:before {
  left: 0;
  bottom: 26px;
  width: 50px;
  height: 28px;
  background-image: url(e3ac4170c1aba39f3f80.svg);
}
.header-nav__list a {
  display: block;
  padding: 52px 36px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.64;
  letter-spacing: 0;
  color: #000000;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.header-nav__list a:before {
  content: "";
  display: block;
  position: absolute;
  top: 43px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 14px;
  background: url(7ad8a3788875ec887ad1.svg) no-repeat center center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.header-nav__list a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 49px;
  left: 36px;
  right: 36px;
  height: 3px;
  background: url(3f1881dbf721ab0494c7.png) no-repeat center center;
  background-size: contain;
  display: none;
}
.header-nav__list a:hover {
  color: #ff805f;
}
.header-nav__list a:hover:before {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1199px) {
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 96%;
    max-width: 414px;
    background: #ffffff;
    transform: translate(-414px);
    padding: 102px 16px 30px 27px;
    overflow: auto;
  }
  .header-nav_active {
    transform: translate(0);
  }
  .header-nav__list {
    display: block;
    padding-left: 5px;
  }
  .header-nav__list li {
    margin-top: 32px;
  }
  .header-nav__list li:before {
    display: none;
  }
  .header-nav__list li:first-child {
    margin-top: 0;
  }
  .header-nav__list li.current-menu-item:before {
    display: none;
  }
  .header-nav__list li.current-menu-item a:after, .header-nav__list li.current-menu-item a:before {
    display: none;
  }
  .header-nav__list a {
    padding: 0;
    line-height: 2.18;
  }
  .header-nav__list a:hover:before {
    display: none;
  }
}
.bs-button {
  display: inline-flex;
  padding: 12px 24px;
  border: 0;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.018em;
  text-transform: uppercase;
  background: #ff805f;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.bs-button_size_sm {
  padding-top: 8px;
  padding-bottom: 8px;
}
.bs-button:hover {
  background: #f07859;
}
.bs-button_black {
  background: #000000;
}
.bs-button_black:hover {
  background: #ff805f;
}
.bs-button_secondary {
  border: 2px solid #ff805f;
  background: #ffffff;
  color: #ff805f;
  padding: 10px 22px;
}
.bs-button_secondary:hover {
  background: #ff805f;
  color: #ffffff;
}

.hero {
  padding-bottom: 53px;
}
.hero__inner {
  display: flex;
  align-items: center;
  gap: 45px;
}
.hero__content {
  padding-top: 23px;
  width: calc(59% - 45px);
}
.hero__image {
  width: 41%;
  height: auto;
  display: block;
  margin: 0;
}
.hero__title {
  text-transform: uppercase;
  font-size: 95px;
  line-height: 1;
  color: #ff805f;
  margin: 0;
}
.hero__title-line {
  position: relative;
}
.hero__title-line:after {
  content: "";
  display: block;
  position: absolute;
  right: -43px;
  top: -18px;
  width: 57px;
  height: 52px;
  background: url(7391ca483297448bb627.svg) no-repeat center center;
  background-size: contain;
}
.hero__paragraph {
  margin-top: 8px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.21;
  letter-spacing: 0;
}
.hero__button {
  margin-top: 32px;
}
.hero__title-icon {
  max-width: 100%;
  display: block;
  margin: 0;
}

@media only screen and (max-width: 1199px) {
  .hero {
    padding-top: 16px;
    padding-bottom: 50px;
  }
  .hero__inner {
    flex-direction: column;
    gap: 32px;
  }
  .hero__image {
    order: 1;
    max-width: 261px;
    width: 100%;
  }
  .hero__content {
    order: 2;
    width: 100%;
    padding-top: 0;
  }
  .hero__paragraph {
    font-size: 20px;
    line-height: 1.6;
  }
  .hero__title {
    font-size: 52px;
  }
  .hero__button {
    display: block;
    text-align: center;
  }
  .hero__title-line:after {
    display: none;
  }
}
.about {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #ffcdbf;
}
.about__inner {
  display: flex;
  gap: 52px;
}
.about__sidebar {
  width: 26%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about__body {
  width: calc(74% - 52px);
}
.about__heading {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.24;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ff805f;
  margin: 0;
}
.about__logo {
  position: relative;
}
.about__logo:after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 55px;
  background: url(3dff542a61ecf283b91f.svg) no-repeat center center;
  background-size: contain;
  right: 0;
  top: -51px;
}
.about__image {
  max-width: 100%;
  display: block;
  margin: 0;
  height: auto;
}
.about__button {
  margin-top: 32px;
}

@media only screen and (max-width: 1199px) {
  .about {
    padding-top: 40px;
    padding-bottom: 66px;
  }
  .about__inner {
    display: block;
  }
  .about__sidebar {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .about__body {
    width: 100%;
    margin-top: 32px;
  }
  .about__button {
    display: block;
    text-align: center;
  }
  .about__logo:after {
    display: none;
  }
}
.uw {
  padding-top: 80px;
  padding-bottom: 86px;
  background: #ff805f;
}
.uw__heading {
  display: flex;
  align-items: center;
  margin: 0;
  text-align: center;
  justify-content: center;
}
.uw__heading-icon {
  max-width: 100%;
  display: block;
  margin: 0;
}
.uw__heading-line {
  padding-left: 82px;
  padding-right: 82px;
  padding-bottom: 18px;
  position: relative;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
}
.uw__heading-line_size_sm {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.24;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-bottom: 22px;
}
.uw__heading-line:before {
  content: "";
  display: block;
  position: absolute;
  width: 74px;
  height: 56px;
  left: 0;
  bottom: 0;
  background: url(51075d50e77a69a9ec5f.svg) no-repeat center center;
  background-size: contain;
}
.uw__heading-line:after {
  content: "";
  display: block;
  position: absolute;
  width: 74px;
  height: 56px;
  right: 0;
  bottom: 0;
  background: url(3af994fae075322007ad.svg) no-repeat center center;
  background-size: contain;
}
.uw__heading-line-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.uw__content {
  margin-top: 17px;
  padding-left: 117px;
  padding-right: 117px;
}

@media only screen and (max-width: 1199px) {
  .uw {
    padding-top: 40px;
    padding-bottom: 48px;
  }
  .uw__heading-line {
    padding: 0;
    font-size: 42px;
    line-height: 1.24;
  }
  .uw__heading-line:before, .uw__heading-line:after {
    display: none;
  }
  .uw__content {
    margin-top: 28px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.u-wshop {
  display: flex !important;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  padding: 16px;
}
.u-wshop__pic {
  display: block;
  padding-bottom: 63%;
  position: relative;
}
.u-wshop__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0;
}
.u-wshop__title {
  color: #000000;
  display: block;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.23;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  margin-top: 16px;
}
.u-wshop__date {
  margin-top: 8px;
  padding-left: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  background: url(d90064840cd78ee03f32.svg) no-repeat left center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0;
  color: #ff805f;
}
.u-wshop__excerpt {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0;
}
.u-wshop__button {
  margin-top: 16px;
  text-align: center;
  display: block;
}

.uw-list .slick-track {
  display: flex !important;
}
.uw-list .slick-slide {
  height: inherit !important;
  margin: 0 20px;
}
.uw-list .slick-slide > div {
  display: flex;
  height: 100%;
}
.uw-list .slick-list {
  margin: 0 -20px;
}
.uw-list .slick-arrow {
  z-index: 1;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s ease-in-out;
}
.uw-list .slick-arrow:before {
  display: none;
}
.uw-list .slick-prev {
  background-image: url(a0e543098dae2795046d.svg);
  left: -90px;
}
.uw-list .slick-prev:hover {
  background-image: url(35eb2e81ada392dcde1f.svg);
}
.uw-list .slick-next {
  background-image: url(1a14b018d511f9f0a86b.svg);
  right: -90px;
}
.uw-list .slick-next:hover {
  background-image: url(345e44ba7944d2b7b470.svg);
}

@media only screen and (max-width: 1199px) {
  .uw-list .slick-prev {
    left: -40px;
  }
  .uw-list .slick-next {
    right: -40px;
  }
  .uw-list.slick-dotted {
    margin-bottom: 48px;
  }
  .uw-list .slick-dots {
    bottom: -48px;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
  }
  .uw-list .slick-dots li {
    margin: 0;
    width: 16px;
    height: 16px;
  }
  .uw-list .slick-dots li button {
    padding: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    background: transparent;
  }
  .uw-list .slick-dots li button:before {
    display: none;
  }
  .uw-list .slick-dots li.slick-active button {
    background: #ffffff;
  }
}
.workshops-head {
  text-align: center;
}
.workshops-head_mt_14 {
  margin-top: -14px;
}
.workshops-head__icon {
  max-width: 186px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.workshops-head__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
}
.workshops-head__title-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.workshops {
  padding-bottom: 226px;
}
.workshops__switcher {
  margin-top: 16px;
}
.workshops__table {
  margin-top: 32px;
}

@media only screen and (max-width: 1199px) {
  .workshops {
    padding-bottom: 379px;
  }
}
.workshops-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.workshops-switcher__label {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0;
  color: #dbdbdb;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.workshops-switcher__label_active {
  color: #000000;
}
.workshops-switcher__toggle {
  width: 56px;
  height: 32px;
  background: #ff805f;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
}
.workshops-switcher__toggle:before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.2s ease-in-out;
}
.workshops-switcher__toggle_active:before {
  transform: translateX(24px);
}

.workshops-table {
  overflow: auto;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0;
}
.workshops-table table {
  width: 100%;
}
.workshops-table thead {
  border-bottom: 1px solid #000000;
  background: #f5f5f5;
}
.workshops-table th {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: -0.01em;
  padding: 16px 8px;
}
.workshops-table td {
  padding: 20px 8px;
}
.workshops-table td:first-child {
  padding-left: 0;
}
.workshops-table td:last-child {
  width: 130px;
}
.workshops-table td.workshops-table__meta {
  padding: 8px;
  border-bottom: 1px solid #000000;
  background: #f5f5f5;
}
.workshops-table td.workshops-table__meta:first-child {
  padding-left: 8px;
}
.workshops-table__link {
  background: url(a9f5012b6d3a1c4d1152.svg) no-repeat left top;
  padding-left: 32px;
  display: block;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0;
  color: #000000;
}
.workshops-table__button {
  width: 100%;
  display: block;
  text-align: center;
}
.workshops-table__row {
  display: none;
}
.workshops-table__row_active {
  display: table-row;
}
.workshops-table__status {
  display: none;
  margin-top: 16px;
}

@media only screen and (max-width: 1199px) {
  .workshops-table {
    border-top: 1px solid #000000;
  }
  .workshops-table thead {
    display: none;
  }
  .workshops-table td {
    display: block;
    padding: 4px 32px;
  }
  .workshops-table td:first-child {
    padding-top: 28px;
    padding-bottom: 4px;
    padding-right: 0;
  }
  .workshops-table td:last-child {
    padding: 22px 16px 17px;
    width: 100%;
  }
  .workshops-table td.workshops-table__meta {
    display: table-cell;
  }
  .workshops-table td.workshops-table__meta:first-child {
    padding: 8px 16px;
  }
  .workshops-table__status {
    display: block;
  }
}
.workshop-meta {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.workshop-meta_single {
  gap: 8px 16px;
}

.workshop-mitem {
  padding: 7px 0 7px 20px;
  position: relative;
}
.workshop-mitem__icon {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
}
.workshop-mitem__name {
  background: #ffcdbf;
  padding: 5px 16px 5px 28px;
  border-radius: 100px;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0;
}
.workshop-mitem__name_language {
  background: #e9e9e9;
}

.footer__top {
  background: #000000;
  color: #ffffff;
  padding-top: 36px;
  padding-bottom: 36px;
}
.footer__top-inner {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.footer__bottom {
  background: #dbdbdb;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer__newsletter {
  width: 54%;
  align-self: center;
}
.footer__nav {
  width: 16%;
}
.footer__bottom-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.footer__socials {
  width: calc(30% - 96px);
}

@media only screen and (max-width: 1199px) {
  .footer__top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer__top-inner {
    display: block;
    max-width: 350px;
  }
  .footer__newsletter {
    width: auto;
  }
  .footer__nav {
    width: auto;
    margin-top: 32px;
  }
  .footer__socials {
    width: auto;
    margin-top: 32px;
  }
  .footer__bottom {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .footer__bottom-inner {
    display: block;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
.newsletter {
  padding: 52px 48px 32px;
  background: #ffffff;
  color: #000000;
}
.newsletter__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 39px;
  line-height: 1;
  margin: 13px 0 0;
}
.newsletter__content {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0;
}
.newsletter__icon-src {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  max-width: 100%;
}
.newsletter__form {
  margin-top: 32px;
}

@media only screen and (max-width: 1199px) {
  .newsletter {
    padding: 30px 20px 20px;
  }
  .newsletter__icon {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .newsletter__form {
    margin-top: 24px;
  }
  .newsletter__content {
    display: none;
  }
}
.footer-nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-nav a {
  font-size: 22px;
  line-height: 1.64;
  letter-spacing: -0.01em;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.footer-nav a:hover {
  color: #ff805f;
}

@media only screen and (max-width: 1199px) {
  .footer-nav__list {
    display: flex;
    gap: 0 80px;
    flex-wrap: wrap;
  }
  .footer-nav__list li {
    width: 120px;
  }
}
.newsletter-form {
  display: flex;
  gap: 8px;
}
.newsletter-form__input {
  width: calc(100% - 138px);
  height: 40px;
  background: #dbdbdb;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  padding: 0 16px;
  outline: 0;
  border: 0;
  transition: all 0.2s ease-in-out;
}
.newsletter-form__input::placeholder {
  opacity: 0.48;
  color: #707070;
}
.newsletter-form__input:focus {
  border: 2px solid #ff805f;
  background: #ffffff;
  height: 44px;
  box-shadow: 0px 0px 16px 0px #ffe3db;
}

@media only screen and (max-width: 1199px) {
  .newsletter-form {
    flex-direction: column;
  }
  .newsletter-form__input, .newsletter-form__button {
    width: 100%;
  }
}
.socials-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
}

.socials__title {
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0;
  font-weight: 400;
}
.socials__list {
  margin-top: 24px;
}
.socials__hashtags {
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0;
  margin-top: 24px;
}

.social-item__link {
  display: block;
  text-decoration: none;
}
.social-item__icon {
  display: block;
  max-width: 48px;
  height: auto;
}

.copyright {
  display: flex;
  gap: 52px;
  align-items: center;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0;
}

@media only screen and (max-width: 1199px) {
  .copyright {
    display: block;
  }
}
.creative-commons {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 8px;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .creative-commons {
    margin-top: 32px;
  }
}
.bottom-nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.bottom-nav li {
  padding-right: 5px;
  display: block;
}
.bottom-nav li:first-child {
  padding-left: 0;
}
.bottom-nav li:after {
  content: " |";
}
.bottom-nav li:last-child {
  padding-right: 0;
}
.bottom-nav li:last-child:after {
  display: none;
}
.bottom-nav a {
  color: #000000;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0;
}

@media only screen and (max-width: 1199px) {
  .bottom-nav {
    position: absolute;
    right: 0;
    bottom: 4px;
  }
}
.creative-common__link {
  display: block;
  text-decoration: none;
}
.creative-common__icon {
  display: block;
  max-width: 30px;
  height: auto;
}

.language-selector {
  display: flex;
  gap: 16px;
  align-items: center;
}
.language-selector__label {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0;
  color: #dbdbdb;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.language-selector__label_active {
  color: #000000;
}
.language-selector__switcher {
  width: 56px;
  height: 32px;
  background: #f5f5f5;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
}
.language-selector__flag {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.language-selector__flag_active {
  transform: translateX(24px);
}
.language-selector__icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.language-selector__icon_active {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1199px) {
  .language-selector__label {
    display: none;
  }
}
.header-close {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 30px;
}

@media only screen and (max-width: 1199px) {
  .header-close {
    display: flex;
  }
}
.header-sandwich {
  display: none;
  outline: none;
  padding: 0 0 0 5px;
  margin: 0;
  border: 0;
  background: transparent;
}

@media only screen and (max-width: 1199px) {
  .header-sandwich {
    display: block;
  }
}
.overlay {
  position: fixed;
  top: 0;
  z-index: 101;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.overlay_active {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1199px) {
  .overlay {
    display: block;
  }
}
.bs-badge {
  display: inline-flex;
  padding: 7px 16px;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0;
  color: #000000;
  background: #e9e9e9;
  border-radius: 100px;
}
.bs-badge_tinted-green {
  background: #c8ebd8;
}

.breadcrumbs {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0;
  color: #ff805f;
}
.breadcrumbs__inner {
  display: flex;
  gap: 32px;
}
.breadcrumbs__inner > span {
  position: relative;
}
.breadcrumbs__inner > span:after {
  content: "";
  display: block;
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background: url(4658aad4726604e27d1e.svg) no-repeat center center;
  background-size: contain;
}
.breadcrumbs__inner > span:last-child:after {
  display: none;
}
.breadcrumbs a {
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.breadcrumbs a:hover {
  color: #ff805f;
}

@media only screen and (max-width: 1199px) {
  .breadcrumbs {
    display: none;
  }
}
.workshops-list {
  padding-bottom: 170px;
}
.workshops-list .workshops-table__row {
  display: table-row;
}
.workshops-list__table {
  margin-top: 36px;
}

@media only screen and (max-width: 1199px) {
  .workshops-list {
    padding-top: 48px;
    padding-bottom: 39px;
  }
}
.sidebar-page {
  padding-top: 48px;
  padding-bottom: 128px;
}
.sidebar-page__inner {
  display: flex;
  gap: 72px;
  align-items: flex-start;
}
.sidebar-page__body {
  width: calc(74% - 72px);
}
.sidebar-page__body_border .sidebar-page-content__body {
  margin-top: 48px;
  padding-top: 31px;
  padding-bottom: 33px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.sidebar-page__body_border .sidebar-page-content__body .wp-block-heading {
  font-family: "Roboto", sans-serif;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: -0.17px;
  text-transform: none;
}
.sidebar-page__body_border .sidebar-page-content__body .wp-block-heading + p {
  margin-top: 0;
}
.sidebar-page__body_border .sidebar-page-content__body ol {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: teamOl;
  margin-top: 30px;
}
.sidebar-page__body_border .sidebar-page-content__body ol > li {
  counter-increment: teamOl;
  padding-left: 56px;
  position: relative;
  margin-top: 30px;
}
.sidebar-page__body_border .sidebar-page-content__body ol > li:first-child {
  margin-top: 0;
}
.sidebar-page__body_border .sidebar-page-content__body ol > li:after {
  content: "";
  display: block;
  position: absolute;
  content: counter(teamOl);
  font-family: "boldoa_matbold", sans-serif;
  font-weight: 700;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ff805f;
  text-align: center;
  font-size: 30px;
  line-height: 1.33;
  color: #ffffff;
  left: 0;
  top: -5px;
}

@media only screen and (max-width: 1199px) {
  .sidebar-page {
    padding-top: 0;
    padding-bottom: 77px;
  }
  .sidebar-page_contact {
    padding-bottom: 61px;
  }
  .sidebar-page__inner {
    display: block;
  }
  .sidebar-page__body {
    width: auto;
    margin-top: 40px;
  }
  .sidebar-page__body_active {
    padding-top: 52px;
  }
  .sidebar-page__body_mt_24 {
    margin-top: 24px;
  }
  .sidebar-page__body_mt_24 .sidebar-page-content h1.wp-block-heading {
    margin-bottom: 24px;
  }
  .sidebar-page__body_border .sidebar-page-content__body ol strong {
    text-align: center;
    display: block;
  }
  .sidebar-page__body_border .sidebar-page-content__body ol strong + br {
    display: none;
  }
  .sidebar-page__body_border .sidebar-page-content__body ol > li {
    padding-top: 65px;
    padding-left: 0;
  }
  .sidebar-page__body_border .sidebar-page-content__body ol > li:before {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
}
.sidebar {
  width: 26%;
  position: sticky;
  top: 170px;
}
.sidebar__toggle {
  display: none;
  border: 0;
  outline: none;
  width: 100%;
  background: #ffffff;
  transition: all 0.2s ease-in-out;
}
.sidebar__toggle-icon {
  display: block;
}

@media only screen and (max-width: 1199px) {
  .sidebar {
    position: sticky;
    top: 104px;
    left: 0;
    right: 0;
    width: auto;
    z-index: 99;
    background: transparent;
  }
  .sidebar__toggle {
    display: flex;
    padding: 13px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    justify-content: center;
  }
  .sidebar__toggle_hidden {
    opacity: 0;
    visibility: hidden;
  }
  .sidebar__inner {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: 96%;
    max-width: 414px;
    background: #ffffff;
    transform: translate(-414px, 0);
    transition: all 0.2s ease-in-out;
    padding: 100px 54px 40px 40px;
    overflow: auto;
    z-index: 103;
  }
  .sidebar__inner_active {
    transform: translate(0, 0);
  }
  .sidebar_active {
    z-index: 103;
  }
}
.sidebar-nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 48px;
}
.sidebar-nav__list > li {
  margin-top: 4px;
}
.sidebar-nav__list > li:first-child {
  margin-top: 0;
}
.sidebar-nav__list > li > a {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.64;
  letter-spacing: 0;
  color: #000000;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.sidebar-nav__list > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: -48px;
  top: 50%;
  transform: translate(0, -50%);
  width: 32px;
  height: 16px;
  background: url(a82defe8a89dbe4db28a.svg) no-repeat center center;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.sidebar-nav__list > li > a:hover {
  color: #ff805f;
}
.sidebar-nav__list .sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 8px;
  padding-left: 16px;
  display: none;
}
.sidebar-nav__list .sub-menu a {
  font-size: 18px;
  position: relative;
  line-height: 1.67;
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.sidebar-nav__list .sub-menu a:before {
  content: "";
  display: block;
  position: absolute;
  left: -48px;
  top: 50%;
  transform: translate(0, -50%);
  width: 32px;
  height: 16px;
  background: url(a82defe8a89dbe4db28a.svg) no-repeat center center;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.sidebar-nav__list .sub-menu a:hover {
  color: #ff805f;
}
.sidebar-nav__list .current_page_item .sub-menu {
  display: block;
}
.sidebar-nav__list .current_page_item > a:before {
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  .sidebar-nav__list > li {
    margin-top: 8px;
  }
  .sidebar-nav__list > li > a {
    line-height: 1.82;
  }
  .sidebar-nav__list .sub-menu a {
    line-height: 2.22;
  }
}
.contact-data {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-data__item {
  border-top: 1px solid #000000;
  padding-top: 12px;
  padding-bottom: 12px;
}
.contact-data__item:first-child {
  border-top: 0;
}

.sidebar-git {
  padding: 20px;
  background: #fff5f2;
  margin-top: 48px;
}
.sidebar-git:first-child {
  margin-top: 0;
}
.sidebar-git__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.sidebar-git__body {
  margin-top: 16px;
}

@media only screen and (max-width: 1199px) {
  .sidebar-git {
    display: none;
  }
}
.contact-item__link {
  padding-left: 40px;
  display: block;
  color: #000000;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0;
}
.contact-item__link_phone {
  background-image: url(281c7bf25e113e257e39.svg);
}
.contact-item__link_email {
  background-image: url(1aed205e9e47a53739b8.svg);
}
.contact-item__link_address {
  background-image: url(1183ff4bf0018785900d.svg);
}

.sidebar-newsletter {
  padding: 30px 20px 20px;
  margin-top: 48px;
}
.sidebar-newsletter__content {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0;
  text-align: center;
}
.sidebar-newsletter__form {
  margin-top: 24px;
}
.sidebar-newsletter .newsletter-form {
  display: block;
}
.sidebar-newsletter .newsletter-form__button {
  width: 100%;
  margin-top: 8px;
}
.sidebar-newsletter .newsletter-form__input {
  width: 100%;
}
.sidebar-newsletter .newsletter__icon-src {
  width: 220px;
}

@media only screen and (max-width: 1199px) {
  .sidebar-newsletter {
    display: none;
  }
}
.sidebar-page-content {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: -0.14px;
}
.sidebar-page-content_pt_25 {
  padding-top: 25px;
}
.sidebar-page-content h1.wp-block-heading {
  text-align: center;
  color: #ff805f;
  margin: 0;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.24;
  letter-spacing: 0;
  text-transform: uppercase;
}
.sidebar-page-content__title {
  text-align: center;
  color: #ff805f;
  margin: 0;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.24;
  letter-spacing: 0;
  text-transform: uppercase;
}
.sidebar-page-content p {
  margin-top: 24px;
  margin-bottom: 24px;
}
.sidebar-page-content .wp-block-column > *:first-child {
  margin-top: 0;
}
.sidebar-page-content .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.sidebar-page-content .wp-block-separator {
  margin-top: 32px;
  margin-bottom: 33px;
  border-top: 1px solid #000000;
}
.sidebar-page-content .wp-block-heading {
  margin-top: 33px;
  margin-bottom: 32px;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.19;
  letter-spacing: 0;
}
.sidebar-page-content .wp-block-quote {
  margin: 8px 0;
  padding: 40px;
  border-left: 4px solid #ff805f;
  background: #fff5f2;
  font-size: 18px;
  line-height: 1.67;
  font-style: italic;
}
.sidebar-page-content .wp-block-quote > *:first-child {
  margin-top: 0;
}
.sidebar-page-content .wp-block-quote > *:last-child {
  margin-bottom: 0;
}
.sidebar-page-content :where(.wp-block-columns.is-layout-flex) {
  gap: 30px;
}
.sidebar-page-content__title-image {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

@media only screen and (max-width: 1199px) {
  .sidebar-page-content h1.wp-block-heading {
    margin-bottom: 40px;
  }
  .sidebar-page-content :where(.wp-block-columns.is-layout-flex) {
    gap: 40px;
  }
}
.team {
  margin-top: 48px;
}
.team__title {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #000000;
  color: #ff805f;
  text-transform: uppercase;
  margin: 0;
  font-size: 42px;
  line-height: 1.1;
}

@media only screen and (max-width: 1199px) {
  .team__title {
    padding-top: 25px;
  }
}
.team-sections {
  padding: 0;
  margin: 0;
  list-style: none;
}
.team-sections_mt_32 {
  margin-top: 32px;
}
.team-sections_mt_48 {
  margin-top: 48px;
}
.team-sections_mt_24 {
  margin-top: 24px;
}

.team-section__title {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 31px;
  padding-bottom: 32px;
  border-top: 1px solid #000000;
  gap: 16px;
  font-size: 32px;
  line-height: 1.1;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
}
.team-section__title-icon {
  display: block;
  transition: all 0.2s ease-in-out;
}
.team-section_active .team-section__title {
  border-bottom: 0 !important;
}
.team-section_active .team-section__title-icon {
  transform: rotate(90deg);
}
.team-section_active .team-section__content {
  display: block;
}
.team-section_active .team-list {
  display: flex;
}
.team-section_active .faq-about {
  display: block;
}
.team-section_active.team-section_faq .team-section__title {
  border-bottom: 0 !important;
}
.team-section:first-child .team-list {
  justify-content: center;
}
.team-section:first-child .person__photo img {
  width: 180px;
  height: 180px;
}
.team-section:last-child .team-section__title {
  border-bottom: 1px solid #000000;
}
.team-section:last-child .team-section__content {
  border-bottom: 1px solid #000000;
}
.team-section__content {
  display: none;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: -0.14px;
  padding-bottom: 32px;
}
.team-section__content-inner p {
  margin-top: 32px;
  margin-bottom: 32px;
}
.team-section__content-inner h2 {
  font-size: 28px;
  line-height: 1.14;
  text-transform: uppercase;
}
.team-section__content-inner h2 strong,
.team-section__content-inner h2 b {
  font-size: 32px;
  color: #ff805f;
}
.team-section__content-inner h2 + p {
  margin-top: 24px;
}
.team-section__content-inner h3 {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}
.team-section__content-inner h3 + p {
  margin-top: 0;
}
.team-section__content-inner ul {
  list-style: disc;
}
.team-section__content-inner ol {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: teamOl;
  margin-top: 30px;
}
.team-section__content-inner ol > li {
  counter-increment: teamOl;
  padding-left: 64px;
  position: relative;
  margin-top: 30px;
}
.team-section__content-inner ol > li:first-child {
  margin-top: 0;
}
.team-section__content-inner ol > li:before {
  content: "";
  display: block;
  position: absolute;
  content: counter(teamOl);
  font-family: "boldoa_matbold", sans-serif;
  font-weight: 700;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ff805f;
  text-align: center;
  font-size: 30px;
  line-height: 1.33;
  color: #ffffff;
  left: 0;
  top: 10px;
}
.team-section__content-inner small {
  font-size: 14px;
  letter-spacing: -0.11px;
  line-height: 2.14;
}
.team-section__content-inner h4 {
  font-size: 18px;
  line-height: 1.67;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.14px;
}
.team-section__title-image {
  max-width: 100%;
  display: block;
  margin: 0;
  height: auto;
}

@media only screen and (max-width: 1199px) {
  .team-section__title {
    padding-bottom: 31px;
  }
  .team-section__content-inner p {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .team-section__content-inner ol > li {
    padding-top: 65px;
    padding-left: 0;
  }
  .team-section__content-inner ol > li:before {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
}
.team-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  padding: 40px 0;
  flex-wrap: wrap;
  gap: 40px 8px;
  text-align: center;
  position: relative;
  display: none;
}
.team-list__item {
  width: calc(33.3333333% - 12px);
}

@media only screen and (max-width: 1199px) {
  .team-list {
    gap: 40px;
    flex-direction: column;
    justify-content: center;
  }
  .team-list__item {
    width: 100%;
  }
}
.person {
  cursor: pointer;
}
.person__photo img {
  width: 120px;
  height: 120px;
  display: block;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}
.person__name {
  margin-top: 18px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
}
.person__position {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.67;
}

.person-modal {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  background: #ffffff;
  box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.2s ease-in-out;
  padding: 40px;
  display: flex;
  gap: 20px;
  z-index: 1;
}
.person-modal_active {
  opacity: 1;
  visibility: visible;
}
.person-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.person-modal__close-icon {
  display: block;
}
.person-modal__photo {
  width: 180px;
}
.person-modal__photo img {
  width: 100%;
  height: 180px;
  border-radius: 50%;
  display: block;
}
.person-modal__body {
  text-align: left;
  width: calc(100% - 200px);
}
.person-modal__name {
  font-size: 22px;
  line-height: 1.82;
  letter-spacing: 0;
  font-weight: 700;
}
.person-modal__position {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0;
}
.person-modal__content {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}
.person-modal__categories {
  margin-top: 20px;
}
.person-modal__email {
  margin-top: 20px;
}
.person-modal__contact-link {
  padding-left: 24px;
  color: #ff805f;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0;
  background-size: 16px 20px;
  background-position: left center;
}

@media only screen and (max-width: 1199px) {
  .person-modal {
    padding-left: 19px;
    padding-right: 20px;
    display: block;
  }
  .person-modal__photo {
    margin-left: auto;
    margin-right: auto;
  }
  .person-modal__body {
    width: auto;
    text-align: center;
    margin-top: 40px;
  }
  .person-modal__categories {
    padding-left: 43px;
    padding-right: 42px;
  }
  .person-modal__contact-link {
    display: inline-block;
  }
}
.person-categories {
  background: #f9f9f9;
  padding: 20px;
}
.person-categories__title {
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.44px;
  font-weight: 500;
  text-transform: uppercase;
}
.person-categories__list {
  margin-top: 8px;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.67;
}

.bs-button-shortcode {
  margin-top: 15px;
}
.bs-button-shortcode__button {
  padding-left: 42px;
  padding-right: 42px;
}

@media only screen and (max-width: 1199px) {
  .bs-button-shortcode__button {
    text-align: center;
    display: block;
  }
}
.press-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #000000;
}

.press-item {
  padding-top: 33px;
  padding-bottom: 32px;
  border-bottom: 1px solid #000000;
}
.press-item__body {
  margin-top: 32px;
}
.press-item__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.19;
  letter-spacing: 0;
}
.press-item:nth-child(2n) .press-content__body {
  order: 2;
}
.press-item:nth-child(2n) .press-content__image {
  order: 1;
}

@media only screen and (max-width: 1199px) {
  .press-item__title {
    text-align: center;
  }
}
.press-content {
  display: flex;
  gap: 20px;
}
.press-content__body {
  width: 48%;
}
.press-content__image {
  width: calc(52% - 20px);
}
.press-content__image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.press-content__content {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: -0.14px;
}
.press-content__link {
  text-align: center;
  margin-top: 24px;
}

@media only screen and (max-width: 1199px) {
  .press-content {
    flex-direction: column;
    gap: 32px;
  }
  .press-content__image {
    order: 1;
    width: 100%;
  }
  .press-content__body {
    order: 2;
    width: 100%;
    text-align: center;
  }
  .press-content__content {
    text-align: left;
  }
}
.press-load-more {
  margin-top: 48px;
  text-align: center;
}

.faq-about {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 1.67;
}
.faq-about__item {
  margin-top: 32px;
}
.faq-about__item:first-child {
  margin-top: 0;
}
.faq-about__question {
  font-weight: 700;
  padding-left: 32px;
  position: relative;
}
.faq-about__question:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  content: "-";
}
.faq-about__answer {
  padding-left: 32px;
  position: relative;
}
.faq-about__answer:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  content: "-";
}

.events {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.event {
  padding: 20px 60px 20px 20px;
  background: #fff5f2;
}
.event__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: -0.14px;
}
.event__meta {
  margin-top: 8px;
}
.event__author {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.88;
  font-weight: 500;
  font-style: italic;
}
.event__author:before {
  content: "- ";
}

.event-meta {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 12px;
}
.event-meta__item {
  min-width: 180px;
  padding-left: 40px;
  font-size: 14px;
  line-height: 2.14;
  background-repeat: no-repeat;
  background-position: left center;
}
.event-meta__item_location {
  background-image: url(9fcf0966ba2428015146.svg);
}
.event-meta__item_date {
  background-image: url(6a62e967b4c5dcf7952b.svg);
}

.event-buttons {
  margin-top: 32px;
  display: flex;
  gap: 16px;
  text-align: center;
  align-items: center;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1199px) {
  .remodal-wrapper {
    padding: 0;
  }
}
.add-event-modal {
  max-width: 430px;
  padding: 0 35px 1px;
  border-radius: 8px;
}
.add-event-modal__close {
  position: absolute;
  right: 16px;
  top: 16px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
.add-event-modal__close-icon {
  display: block;
}
.add-event-modal__title {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 2.5;
  margin: 0;
}
.add-event-modal__description {
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: -0.12px;
}
.add-event-modal__form {
  margin-top: 24px;
}
.add-event-modal__title-image {
  max-width: 100%;
  display: block;
  margin: 24px auto;
  height: auto;
}

@media only screen and (max-width: 1199px) {
  .add-event-modal {
    max-width: 100%;
    min-height: 100vh;
    border-radius: 0;
    padding-top: 60px;
    padding-bottom: 4px;
  }
  .add-event-modal__close {
    right: 44px;
    top: 44px;
  }
  .add-event-modal__form {
    margin-top: 32px;
  }
}
.contact-form__input {
  padding: 9px 16px;
  height: 40px;
  background-color: #dbdbdb;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0;
  color: #000000;
  display: block;
  width: 100%;
  border: 0;
  outline: 0;
}
.contact-form__input:focus {
  border: 2px solid #ff805f;
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px #ffe3db;
}
.contact-form__input::placeholder {
  opacity: 0.48;
}
.contact-form__input_textarea {
  height: 110px;
}
.contact-form__input_date {
  padding-right: 80px;
  background-image: url(d293c320905b54dc6087.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.contact-form__input-wrapper {
  margin-top: 8px;
}
.contact-form__input-wrapper_mt_16 {
  margin-top: 16px;
}
.contact-form__input-wrapper:first-child {
  margin-top: 0;
}
.contact-form__input-wrapper p {
  margin: 0;
}
.contact-form__submit-wrapper {
  margin-top: 8px;
}
.contact-form__submit-wrapper p {
  margin: 0;
}
.contact-form__submit-wrapper_mt_32 {
  margin-top: 32px;
}
.contact-form__submit {
  width: 100%;
}
.contact-form__submit_black {
  padding: 15px;
  background: #000000;
}
.contact-form__field {
  margin-top: 24px;
}
.contact-form__field:first-child {
  margin-top: 0;
}
.contact-form__label {
  display: block;
  font-size: 16px;
  line-height: 1.19;
  font-weight: 700;
  letter-spacing: 0.21px;
}
.contact-form__radio {
  margin-top: 16px;
  display: block;
}
.contact-form__radio .wpcf7-list-item {
  position: relative;
  display: block;
  margin-top: 16px;
  margin-left: 0;
}
.contact-form__radio .wpcf7-list-item.first {
  margin-top: 0;
}
.contact-form__radio .wpcf7-list-item input {
  opacity: 0;
  width: 0;
  position: absolute;
}
.contact-form__radio .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 37px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.57;
  position: relative;
}
.contact-form__radio .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border: 1px solid #000000;
  background: #ffffff;
  transition: all 0.2s ease-in-out;
}
.contact-form__radio .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.contact-form__app-submit {
  margin-top: 48px;
}
.contact-form__app-submit-btn {
  width: 100%;
}

.c-form {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #000000;
}
.c-form__title {
  text-align: center;
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.19;
  letter-spacing: 0;
  text-transform: uppercase;
}
.c-form__shortcode {
  margin-top: 32px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.sw-hero {
  margin-top: 40px;
  padding-bottom: 48px;
}
.sw-hero__inner {
  display: flex;
  gap: 48px;
}
.sw-hero__gallery {
  width: 48%;
}
.sw-hero__content {
  width: calc(52% - 48px);
}

@media only screen and (max-width: 1199px) {
  .sw-hero {
    margin-top: 8px;
  }
  .sw-hero__inner {
    flex-direction: column;
    gap: 32px;
  }
  .sw-hero__gallery {
    width: 100%;
    order: 2;
  }
  .sw-hero__content {
    width: 100%;
    order: 1;
  }
}
.sw-gallery__item {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.sw-gallery__slider .slick-arrow {
  z-index: 1;
  width: 31px;
  height: 31px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s ease-in-out;
}
.sw-gallery__slider .slick-arrow:before {
  display: none;
}
.sw-gallery__slider .slick-prev {
  background-image: url(a0e543098dae2795046d.svg);
  left: 10px;
}
.sw-gallery__slider .slick-prev:hover {
  background-image: url(35eb2e81ada392dcde1f.svg);
}
.sw-gallery__slider .slick-next {
  background-image: url(1a14b018d511f9f0a86b.svg);
  right: 10px;
}
.sw-gallery__slider .slick-next:hover {
  background-image: url(345e44ba7944d2b7b470.svg);
}
.sw-gallery__slider-item {
  padding-bottom: 75%;
  position: relative;
  display: block !important;
}
.sw-gallery__nav {
  margin-top: 16px;
}
.sw-gallery__nav .slick-slide {
  margin: 0 7px;
  position: relative;
  cursor: pointer;
}
.sw-gallery__nav .slick-slide:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 1px dashed #000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.sw-gallery__nav .slick-list {
  margin: 0 -3px 0 -7px;
}
.sw-gallery__nav .slick-current {
  position: relative;
}
.sw-gallery__nav .slick-current:before {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1199px) {
  .sw-gallery__nav {
    margin-top: 10px;
  }
  .sw-gallery__nav .slick-slide {
    margin: 0 4px;
  }
  .sw-gallery__nav .slick-list {
    margin: 0 -2px 0 -4px;
  }
}
.sw-title {
  margin: 0;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0;
}

.sw-meta {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 14px 32px;
  align-items: center;
  flex-wrap: wrap;
}

.sw-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: space-between;
}
.sw-content__title {
  margin-top: 32px;
}
.sw-content__meta, .sw-content__excerpt {
  margin-top: 23px;
}

@media only screen and (max-width: 1199px) {
  .sw-content__title {
    margin-top: 16px;
  }
  .sw-content__btn {
    text-align: center;
    display: block;
  }
}
.sw-meta-item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.sw-meta-item__icon {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0;
}
.sw-meta-item__content {
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0;
  color: #707070;
}

.sw-excerpt {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0;
}

.sw-about {
  padding-bottom: 48px;
}
.sw-about_resources {
  padding-bottom: 80px;
}
.sw-about__title {
  padding-top: 34px;
  padding-bottom: 34px;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.24;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.sw-about__content {
  margin-top: 48px;
  display: flex;
  gap: 48px;
}
.sw-about__content h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.23;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  margin-bottom: 16px;
  margin-top: 16px;
}
.sw-about__content h3.sw-about__question-title {
  margin-top: 32px;
}
.sw-about__content p {
  margin-top: 16px;
  margin-bottom: 32px;
}
.sw-about__content ul:not(.resources-list) {
  padding-left: 28px;
}
.sw-about__col {
  width: calc(50% - 24px);
}
.sw-about__button {
  margin-top: 8px;
}

@media only screen and (max-width: 1199px) {
  .sw-about_resources {
    padding-bottom: 48px;
  }
  .sw-about__content {
    flex-direction: column;
    gap: 32px;
  }
  .sw-about__col {
    width: 100%;
  }
  .sw-about__button {
    display: block;
    text-align: center;
  }
}
.resources-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 22px;
  flex-direction: column;
}

.resource-item__link {
  color: #000000;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0;
  transition: all 0.2s ease-in-out;
}
.resource-item__link:hover {
  color: #ff805f;
}
.resource-item__name {
  display: block;
  padding-top: 1px;
  width: calc(100% - 40px);
}
.resource-item__icon {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0;
}

.title-svg {
  margin-top: 24px;
  margin-bottom: 24px;
}
