/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");

@font-face {
  font-family: 'Arial', sans-serif;
  src: local('Arial'),
	   url('/fonts/arial.woff2') format('woff2'), 
	   url('/fonts/arial.woff') format('woff'),
	   url('/fonts/arial.ttf') format('ttf'),
	   url('/fonts/arial.eot') format('eot');
}

/*DEFAULT*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}
strong {
  font-weight: 600;
}

table {
  border-collapse: collapse;
}
tr {
  border-bottom: 1px solid #ccc;
}
th, td {
  text-align: left;
  padding: 4px;
  border: 1px solid #020409 !important;
  text-align: center !important;
}
td {
  padding: 10px 20px;
  border: 1px solid #020409 !important;
}
th {
  background: #F1F1F1 !important;
}

*:focus {
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
	padding:0;
  margin: 0;
}
a:focus {
    outline: none !important;
}

hr {
    background: var(--color-white);
    opacity: 1;
}

p {
  padding: 0;
  margin: 0;
}

.hamburger-menu-box {
	overflow: hidden;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  display: inline;
  zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;

  direction: ltr;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-display: swap;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  margin: 0;
  /* 2 */
}

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  vertical-align: middle;
  /* 3 */
}


/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  overflow: visible;
  /* 4 */
}

/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  /* padding: 0; */
  /* 2 */
  /* height: 13px; */
  /* 3 */
  /* width: 13px; */
  /* 3 */
}

/**
 * 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

html, body {
  /* height: 100%; */
  margin: 0;
}

/* body {
    font-family: 'Source Sans Pro', sans-serif !important;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #161237;
} */


:root {
  --black-bg: #000000;
  --black-second-bg: #181818;
  --color-white: #ffffff;
  --gray: #D9D9D9;
  --purpur: #B893F8;
}



html, 
body {
  padding: 0;
  margin: 0;
  width: 100%;
  background-color:  var(--black-bg);
  font-family: 'Arial', sans-serif;
}

.noscroll::-webkit-scrollbar {
  display: none;
}

/* body {
  cursor: none !important;
} */

.f-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
  -ms-flex: 1 1 auto;
  min-height: 100%;
}

.container {
  max-width: 1180px;
}



.fixed-hf main {
  overflow-y: auto;
}


/* ---------------------------------- */

/* FOOTER */
.footer {
  position: relative;
  flex: 0 0 auto;
}

footer {
  display: flex;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-line-pack: distribute;
}

footer {
  margin-top: auto;
}

/* #Footer */


/* ---------------------------------- */

/* Header */

.header {
  display: flex;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-line-pack: distribute;
  padding-top: 10px;
  position: sticky;
  top: 0;
  background: #000;
  width: 100%;
  opacity: 1;
  z-index: 3;
  padding-bottom: 10px;
}

header.header.fixed .menu-items {
  top: 45px;
}


@media all and (max-width: 767px){
  .header {
    margin-top: 0;
    height: 76px;
  }

  header.header.fixed .menu-items {
    top: 76px;
  }
}


.header__first .header__checkbox:checked ~ body {
  background: red !important;
}


.header-placeholder {
  height: 78.5px;
  display: none;
}

/*.header.fixed {
  position: fixed;
  margin: 0;
  transition: all 0.3s ease;
} */

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__first {
  display: flex;
  align-items: center;
  position: relative;
}


@media(max-width: 600px){
  .header__first_partners {
    display: none;
  }
  .header__first_vacancies {
    display: none;
  }
}



.header__second {
  display: flex;
  align-items: center;
  position: relative;
}

.header__checkbox {
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.header__first .header__checkbox:checked ~ .hamburger-lines .hamburger-lines__item:nth-child(1) {
  transform: rotate(45deg);
  position: absolute;
  top: -14px;
}

.header__first .header__checkbox:checked ~ .hamburger-lines .hamburger-lines__item:nth-child(2) {
  transform: rotate(-45deg);
  position: absolute;
  top: 2px;
  left: -5px;
}

.header__first .header__checkbox:checked ~ .menu-items {
  transform: translateY(0);
}

.header__buttons {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 318px;
  margin: 0 auto 35px;
  width: 100%;
}

.button.header__buttons_link {
  display: inline-block;
  width: 100%;
}

.button.header__buttons_link:not(:last-child) {
  margin-bottom: 25px;
}

/* ---------------------------------- */


/* Hamburger Lines */

.hamburger-lines {
  width: 48px;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 30px;
  position: relative;
}

.hamburger-lines__item {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 10px;
  background: var(--gray);
}

.hamburger-lines__item:not(:last-child) {
  margin-bottom: 9px;
}



.hamburger-lines__item:nth-child(1){
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.hamburger-lines__item:nth-child(2){
  transition: transform 0.2s ease-in-out;
}

/* #Hamburger Lines */

/* ---------------------------------- */

/* Menu Items */

.menu-items {
  padding-top: 120px;
  background: var(--black-bg);
  height: 100vh;
  width: 100%;
  transform: translateY(-200%);
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
  text-align: center;
  z-index: -1;
  position: fixed;
  left: 0;
  bottom: 0;
  top: 82px;
  right: 0;
}

header.header.open {
  position: fixed;
}


main.open {
  padding-top: 45px;
}

@media(max-width: 767px){
  main.open {
    padding-top: 76px;
  }
}

/* #Menu Items */

/* ---------------------------------- */

/* Messega Line */

.message-line {
  background: var(--purpur);
  z-index: 5;
  position: relative;
}

@media(max-width: 1024px){
  .message-line {
    display: none;
  }
}

.message-line__item {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 7px 0 8px 0;
}

.message-line__item span {
  color: var(--black-bg);
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  padding-left: 100%;
  -webkit-animation: scroll 35s infinite linear;
  -moz-animation: scroll 35s infinite linear;
  animation: scroll 35s infinite linear;
}

.message-line__close {
  background: var(--purpur) url("../images/close_black.svg") no-repeat;
  width: 13px;
  height: 13px;
  margin-left: 15px;
  background-size: cover;
}

@-webkit-keyframes scroll {
  0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
  100% {
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0)
  }
}

@-moz-keyframes scroll {
  0% {
      -moz-transform: translate(0, 0);
      transform: translate(0, 0);
  }
  100% {
      -moz-transform: translate(-100%, 0);
      transform: translate(-100%, 0)
  }
}


@keyframes scroll {
  0% {
      transform: translate(0, 0);
  }
  100% {
      transform: translate(-100%, 0)
  }
}

/* #Messega Line */

/* ---------------------------------- */

/* Button */

.button {
  border-radius: 18px;
  font-family: 'Inter', sans-serif;
  padding: 6px 20px;
  color: var(--color-white);
  text-decoration: none;
  border: 1px solid var(--color-white);
  transition: 0.3s ease-out;
  background: rgba(217, 217, 217, 0.22);
}

.button:hover {
  border: 1px solid var(--purpur);
  color: var(--purpur);
  background: none;
}

.button__purpur {
  border: 1px solid var(--purpur);
  color: var(--purpur);
  background: none;
}

.button__purpur:hover {
  border: 1px solid var(--color-white);
  color: var(--color-white);
}

/* #Button */

/* ---------------------------------- */

/* Logo */

.logo {
  margin-left: 40px;
}

@media(max-width: 767px) {
  .logo {
    margin-left: 15px;
  }
}

.logo img {
  width: 90px;
  height: 40px;
}

/* #Logo */

/* ---------------------------------- */

/* Cursor */

.cursor {
  padding: 0 15px;
  padding-top: 4px;
}

@media(max-width: 767px){
  .cursor {
    display: none;
  }
}

::selection {
	background: var(--purpur); /* Safari, Chrome, Opera */
}
::-moz-selection {
	background: var(--purpur); /* FireFox */
}

.curs {
  background: url("../images/cursor-active-white.svg") no-repeat;
}

.round{
	position: fixed;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #f5f5f5;
	pointer-events: none;
	mix-blend-mode: difference;
	z-index: 999;
	transition: transform 0.2s;
}

.switch-toggle-container {
  position: relative;
  display: inline-block;
}

.switch-toggle-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.switch-toggle {
  position: relative;
  display: inline-block;
  margin: 0;
  width: 68px;
  height: 33px;
  border: 1px solid var(--color-white);
  background-image: url("../images/cursor.svg");
  background-repeat: no-repeat;
  background-position: 25% 50%;
  border-radius: 50px;
  background-color: rgba(217, 217, 217, 0.22);
  transition: background .2s ease-in-out;
  cursor: pointer;
}

.switch-toggle::after {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  width: 34px;
  height: 33px;
  background: var(--color-white);
  border-radius: 50px;
  box-shadow: 0 0 3px 1px rgba(0,0,0,0.15);
  transition: left .2s ease-in-out, width .2s ease-in-out, transform .2s ease-in-out;
}

.switch-toggle--labels::after  {
  content: '';
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  color: #444;
  background-image: url("../images/cursor-active.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.switch-toggle-input:checked + .switch-toggle {
  background-image: url("../images/cursor-active-white.svg");
  background-repeat: no-repeat;
  background-position: 75% 50%;
  border-radius: 50px;
  border: 1px solid var(--purpur);
  background-color: rgba(217, 217, 217, 0.22);
}

.switch-toggle-input:focus{
  outline: none !important;
}

.switch-toggle-input:checked + .switch-toggle::after {
  left: calc(100% - 34px);
	transform: translateX(-100%);
}

.switch-toggle-input:checked + .switch-toggle--labels::after {
  content: '';
  background-image: url("../images/cursor.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--purpur);
}

.switch-toggle-input:disabled {
  pointer-events: none;
}

.switch-toggle-input:disabled + .switch-toggle {
  cursor: not-allowed;
  background: #eaeaea;
}

.switch-toggle-input:disabled + .switch-toggle::after {
  background: #f8f8f8;
}

.switch-toggle-container:active .switch-toggle-input:not([disabled]) + .switch-toggle::after {
  width: 34px;
}

/* ---------------------------------- */

/*  About Us */

.about-us {
  padding: 55px 0;
}

.about-us__title {
  color: var(--color-white);
  font-family: 'Arial', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  z-index: 2;
  position: relative;
  margin-bottom: 25px;
}

.about-us__content {
  color: var(--color-white);
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  z-index: 2;
  position: relative;
}

@media(max-width: 767px){
  .about-us__content {
    padding: 0 20px;
  }
}

.about-us__content p:not(:last-child) {
  margin-bottom: 20px;
}

/*  #About Us */

/* ---------------------------------- */

.flying-container {
  position: relative;
}

.flying-image {
  position: absolute;
  z-index: 1;
}

/* ---------------------------------- */

/* Main Top */

.main-top {
  padding: 75px 0;
}

.main-top__title {
  color: var(--color-white);
  font-family: 'Arial', sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  z-index: 2;
  position: relative;
}

@media(max-width: 1024px){
  .main-top__title {
    font-size: 32px;
  }
  .main-top img {
    width: 118px;
    height: 118px;
  }
}

/* #Main Top */

/* ---------------------------------- */

/* We Do */

.we-do {
  padding: 55px 0;
  background: var(--black-second-bg);
}

@media(max-width: 767px){
  .we-do {
    padding: 55px 0 0 0;
  }
}

.we-do__title {
  color: var(--color-white);
  font-family: 'Arial', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
}

.we-do__content {
    color: var(--color-white);
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    z-index: 2;
    position: relative;
    margin-bottom: 30px;
}

.we-do__item {
  border-top: 1px solid var(--purpur);
  padding: 25px 0 58px 0;
}

@media(max-width: 767px){
  .we-do__item {
    padding: 12px 0 45px 0;
  }
}

.we-do__item_title {
  color: var(--purpur);
  font-family: 'Arial', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media(max-width: 767px){
  .we-do__item_title {
    margin-bottom: 25px;
  }
}

.we-do__item_content {
  color: var(--purpur);
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.7;
}

@media(max-width: 767px){
  .we-do__item_content {
    padding: 0 20px;
  }
}


.we-do__item_content ul {
    list-style: disc;
    padding-left: 15px;
}

.we-do__item_content ul li:not(:last-child){
    margin-bottom: 15px;
}

.we-do__item_content p:not(:last-child) {
  margin-bottom: 20px;
}

/* #We Do */

/* ---------------------------------- */

/* Our Projects */

.our-projects {
  padding: 55px 0 75px 0;
  background: var(--black-bg);

}

.our-projects__title {
  color: var(--color-white);
  font-family: 'Arial', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
}

@media(max-width: 767px){
  .our-projects__title {
    margin-bottom: 50px;
  }
}


.our-projects__after-list {
    color: var(--color-white);
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    z-index: 2;
    position: relative;
    margin-top: 50px;
}

.our-projects__sub-title {
    color: var(--color-white);
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    z-index: 2;
    position: relative;
    margin-bottom: 30px;
}

.our-projects__item_title {
  color: var(--purpur);
  font-family: 'Arial', sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.our-projects__item_content {
  color: var(--purpur);
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media(max-width: 767px){
  .our-projects__item_content {
    margin: auto;
  }
}

@media(min-width: 768px){
  .row.our-projects__list {
    display: flex;
    flex-wrap: wrap;
    gap: 150px;
    width: 100%;
    margin: 0px;
  }
}

@media(max-width: 767px){
  .row.our-projects__list {
    gap: 50px;
  }
}

@media(min-width: 768px){
  .our-projects__item {
    box-sizing: border-box;
    width: calc(50% - 75px);
  }
}

@media(max-width: 767px){
  .our-projects__item {
    text-align: center;
  }
}

/* #Our Projects */

/* ---------------------------------- */

/* About Cake */

.about-cake {
  padding: 55px 0 130px 0;
  background: var(--black-second-bg);
}

.about-cake__title {
  color: var(--color-white);
  font-family: 'Arial', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about-cake__after-title {
    color: var(--color-white);
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    z-index: 2;
    position: relative;
    margin-top: 20px;
    margin-bottom: 25px;
}


.about-cake__after-title h2 {
    margin-bottom: 20px;
    color: var(--color-white);
    font-family: 'Arial', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}

.about-cake__after-title p:not(:last-child) {
    margin-bottom: 20px;
}

@media(max-width: 767px){
  .about-cake__title {
    margin-bottom: 25px;
  }
}

.about-cake__subtitle {
  color: var(--color-white);
  font-family: 'Arial', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
}

.about-cake__content {
  color: var(--color-white);
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-cake__content ul ul {
    margin: 20px 0;
}

.about-cake__after-list {
    color: var(--color-white);
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    z-index: 2;
    position: relative;
    margin-top: 50px;
    margin-bottom: 25px;
}

.about-cake__content h3 {
    margin-bottom: 20px;
    color: var(--color-white);
    font-family: 'Arial', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}

.about-cake__list_second_title,
.about-cake__list_first_title {
    margin-bottom: 20px;
    color: var(--color-white);
    font-family: 'Arial', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}

.about-cake__item_name {
    margin-bottom: 20px;
    color: var(--color-white);
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}


.about-cake__item_content {
   margin-bottom: 20px;
    color: var(--color-white);
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}


@media(max-width: 767px){
  .about-cake__content {
    padding: 0 20px;
  }
}

.about-cake__content p:not(:last-child) {
  margin-bottom: 20px;
}

/* #About Cake */

/* ---------------------------------- */

/* Contact Us */

.contact-us {
  padding: 135px 0 125px 0;
  position: relative;
}

.contact-us__touch {
  display: inline-block;
  padding: 13px 48px 13px 48px;
  border-radius: 50px;
}

@media(max-width: 767px){
  .contact-us__touch {
    display: inline-block;
    padding: 22px 20px;
    border-radius: 50px;
  }
}

.contact-us__image {
  position: absolute;
  top: -95px;
}

@media(max-width: 1024px){
  .contact-us__image {
    left: 0;
  }
  .contact-us__image img {
    max-width: 356px;
  }
}

.contact-us__title {
  color: var(--color-white);
  font-family: 'Arial', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
  margin-top: 75px;
}

.contact-us__content {
  color: var(--color-white);
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact-us__content p:not(:last-child) {
  margin-bottom: 20px;
}

.contact-us__send {
  display: inline-block;
  padding: 13px 48px 13px 48px;
  border-radius: 50px;
}

@media(max-width: 767px){
  .contact-us__send {
    display: inline-block;
    padding: 22px 20px;
    border-radius: 50px;
  }
}

/* #Contact Us */

/* ---------------------------------- */

/* Footer */

.footer {
  padding: 30px 0 80px 0;
}

.footer__second-logo_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer__second-logo_mobile {
  display: none;
}

@media(max-width: 991px){
  .footer {
    padding: 25px 0 40px 0;
  }
}

@media(max-width: 991px){
  .footer__second-logo {
    display: none;
  }
  .footer__line {
    background: #ADAEAE;
    height: 1px;
  }
  .footer__second-logo_mobile {
    display: block;
  }
}

/* #Footer */

/* ---------------------------------- */

/* Error Page */

.error-page {
  padding: 150px 0;
}

.error-page__content {
  color: var(--color-white);
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 25px 0;
}


.error-page__link {
  display: inline-block;
}

/* #Error Page */

/* ---------------------------------- */

/* Page Default */

.page-default {
  padding: 55px 0 145px 0;
}

@media(max-width: 767px){
  .page-default {
    padding: 25px 20px 65px 20px;
  }
}

.page-default__content {
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--color-white);
  opacity: 0.7;
}

.page-default__content h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.page-default__content h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.page-default__content ul {
    list-style: disc;
    padding-left: 15px;
    margin-bottom: 20px;
}

.page-default__content ul li:not(:last-child) {
    margin-bottom: 20px;
}

.page-default__content blockquote {
    margin-bottom: 20px;
    padding-left: 15px;
}

.page-default__content p a {
    color: var(--purpur);
    text-decoration: none;
}

.page-default__content p a:hover {
    color: var(--purpur);
    text-decoration: underline;
}

.page-default__content p:not(:last-child) {
  margin-bottom: 20px;
}

/* #Page Default */

/* ---------------------------------- */

/* Breadcrumbs */

.breadcrumbs {
  padding: 35px 0 0 0;
}

@media(max-width: 767px){
  .breadcrumbs {
    padding: 56px 0 0 0;
  }
}

.breadcrumbs__list {
    display: flex;
}

.breadcrumbs__item:not(:last-child) {
    margin-right: 22px;
}

.breadcrumbs_title {
  color: var(--color-white);
  font-family: 'Arial', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}

.breadcrumbs__link {
  color: var(--color-white);
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  opacity: 0.7;
  position: relative;
  transition: 0.3s ease-out;
}

.breadcrumbs__link:hover {
  color: var(--color-white);
  text-decoration: none;
}

.breadcrumbs__item:nth-child(2) .breadcrumbs__link::before {
    display: none;
} 

.breadcrumbs__link::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  right: -19px;
  top: 3px;
  bottom: 0;
  background: url("../images/br-arrow.svg") no-repeat;
}

/* #Breadcrumbs */

/* ---------------------------------- */

/* Contact Page */

.page-contact-bg {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
}

.page-contact {
  padding: 55px 0 145px 0;
}

@media(max-width: 767px){
  .page-contact {
    padding: 25px 0 75px 0;
  }
}

.page-contact__content {
  color: var(--color-white);
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 55px;
}

.page-contact__content p:not(:last-child) {
  margin-bottom: 20px;
}

.page-contact__item {
  border-radius: 24px;
  border: 1px solid var(--color-white);
  background: rgba(0, 0, 0, 0.70);
  padding: 20px;
  display: inline-block;
  width: 100%;
  transition: 0.3s ease-out;
}

.page-contact__item:hover {
  border: 1px solid var(--purpur);
}

.page-contact__item:hover .page-contact__item_title {
  color: var(--purpur);
}

.page-contact__item_image svg path,
.page-contact__item_image svg line {
  transition: 0.3s ease-out;
}

.page-contact__item:hover .page-contact__item_image svg line,
.page-contact__item:hover .page-contact__item_image svg path {
  stroke: var(--purpur);
}

.page-contact__item_title {
  color: var(--color-white);
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  transition: 0.3s ease-out;
}

.page-contact__item_image {
  margin-bottom: 48px;
}

@media(max-width: 767px){
  .page-contact__item_image {
    margin-bottom: 31px;
  }
  .page-contact__item_image svg {
    width: 35px;
    height: 35px;
  }
}

/* #Contact Page */

/* ---------------------------------- */

/* Choose Form */

.choose-form {
  position: relative;
}

.choose-form__wrapper {
  border: 1px solid var(--color-white);
  padding: 20px;
  border-radius: 24px;
}

.choose-form__input {
  border-radius: 24px;
  border: 1px solid #FFF;
  background: #1C1B1B;
  color: rgb(255 255 255 / 50%);
  padding: 20px 30px 22px 30px;
  width: 100%;
}

.choose-form__select  {
  border-radius: 24px;
  border: 1px solid #FFF;
  background: #1C1B1B;
  color: rgb(255 255 255 / 50%);
  padding: 20px 30px 22px 30px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 95% 40%;
}

@media(max-width: 767px){
  .choose-form__select {
    padding: 13px 30px 11px 30px;
  }
}


@media(max-width: 767px){
  .choose-form__input {
    padding: 12px 20px 12px 20px;
  }
}

.choose-form__input:focus {
  border: 1px solid var(--purpur);
}

.choose-form__input:focus::placeholder {
  color: var(--purpur);
}

.choose-form__phone {
  border-radius: 24px;
  border: 1px solid #FFF;
  background: #1C1B1B;
  padding: 20px 30px 22px 30px;
}

.choose-form__file {
  display: none;
}

.choose-form__label {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 30px;
}

.choose-form__label:hover {
  cursor: pointer;
}

.choose-form__label span {
  margin-left: 25px;
  color: var(--purpur);
  font-family: 'Arial', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid var(--purpur);
}

.choose-form__label::before {
  content: '';
  position: absolute;
  background: url("../images/file.svg") no-repeat;
  width: 25px;
  height: 45px;
}

.jumbotron-fluid {
  margin-bottom: 40px;
}

.tabs {
  display: flex;
}

@media(max-width: 767px){
  .tabs {
    display: flex;
    flex-direction: column;
  }
  .tabs li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.tabs li a.active {
  color: var(--purpur);
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid var(--purpur);
  border-radius: 20px;
  padding: 8px 20px;
}

.tabs li {
  display: flex;
  align-items: center;
}

.tabs li a {
  color: #FFF;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  display: inline-block;
  padding: 8px 20px;
  user-select: none; 
  border: 1px solid #000;
  border-radius: 20px;
}

.choose-form-submit {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.choose-form-submit p {
  display: flex;
}

@media(min-width: 768px){
  .choose-form-submit p {
    flex-direction: column;
  }
}

@media(max-width: 767px){
  .choose-form-submit p {
    width: 100%;
  }
}

@media(max-width: 767px){
  .choose-form__message_wrapper {
    width: 100%;
  }
}

.choose-form__send {
  border-radius: 222px;
  border: 1px solid var(--purpur);
  color: var(--purpur);
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  padding: 18px 48px;
  line-height: normal;
  background: none;
  transition: 0.3s ease-out;
  max-width: 214px;
}

@media(max-width: 991px){
  .choose-form__send {
    max-width: 100%;
  }
}

@media(max-width: 767px){
  .choose-form__send {
    width: 100%;
  }
}

.choose-form__send:hover {
  background: var(--purpur);
  color: var(--black-bg);
}

.wpcf7-not-valid {
  border: 1px solid #FC7B7B;
}

.wpcf7-not-valid::placeholder {
  color: #FC7B7B;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-response-output {
  border: none !important;
  color: #FC7B7B;
  font-family: 'Arial', sans-serif;
  padding: 20px 0 0 0 !important;
  margin: 0 !important;
  text-align: right;
}

@media(min-width: 999px){
  .wpcf7-response-output {
    position: absolute;
    bottom: 80px;
    right: 30%;
  }
}

.wpcf7-form.sent .wpcf7-response-output {
  color: var(--purpur);
  font-family: 'Arial', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wpcf7-form.sent .wpcf7-response-output::after {
  content: '';
  position: absolute;
  background: url("../images/arrow-purpure.svg") no-repeat;
  right: -35px;
  width: 27px;
  height: 27px;
  top: 10px;
  bottom: 0;
  margin: auto;
}

.choose-form__message.success {
  color: var(--purpur);
  font-family: 'Arial', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.choose-form__message.error {
  color: #FC7B7B;
  font-family: 'Arial', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media(max-width: 1024px){
  .choose-form__message {
    display: none;
  }
}


/*  */

/* ---------------------------------- */

/* Scrolling Menu */

.scrolling-menu {
  position: relative;
}

@media(max-width: 991px){
  .scrolling-menu {
    padding-bottom: 55px;
    padding-top: 35px;
  }
}

.scrolling-menu li:not(:last-child) {
  margin-bottom: 15px;
}

.scrolling-menu li a {
  color: var(--color-white);
  text-decoration: none;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s ease-out;
}

.scrolling-menu li a:hover {
  color: var(--purpur);
}

/* #Scrolling Menu */

/* ---------------------------------- */

/* Copywriting */

.copywriting {
  color: var(--color-white);
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* #Copywriting */

/* ---------------------------------- */

/* Social Network */

.social-network {
  display: flex;
  flex-wrap: wrap;
}

.social-network__item {
  width: 33%;
  margin-top: 10px;
}

.social-network__link {
  color: rgba(255, 255, 255, 0.70);
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  transition: 0.3s ease-out;
}

.social-network__link:hover {
  color: var(--purpur);
}

/* #Social Network */

/* ---------------------------------- */

/* Cookie */

.cookie {
  background: rgba(0, 0, 0, 0.70);
  z-index: 4;
  position: fixed;
  bottom: 0;
  width: 100%;
  display:none;
}

.cookie__wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 13px 0;
}

@media all and (max-width: 767px){
  .cookie__wrapper {
    padding: 57px 0 15px 0;
  }
}

.cookie__line {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.cookie__buttons {
  display: flex;
  align-items: center;
}

@media all and (max-width: 1100px){
  .cookie__buttons {
    padding: 0 15px;
  }
}

@media all and (max-width: 767px){
  .cookie__buttons {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;	
    padding: 0 15px;
  }
}

.cookie__yes {
  padding: 14px 35px;
  background: var(--purpur);
  border-radius: 24px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid var(--purpur);
  transition: ease-out 0.3s;
  margin-right: 4px;
}

@media all and (max-width: 767px){
  .cookie__yes {
    margin-right: 0;
    margin-bottom: 15px;
    padding: 14px 35px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
  }
}

.cookie__yes:hover {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}

.cookie__no {
  padding: 14px 35px;
  background: none;
  border-radius: 24px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #fff;
  transition: ease-out 0.3s;
}

@media all and (max-width: 767px){
  .cookie__no {
    padding: 14px 35px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
  }
}

.cookie__no:hover {
  background: var(--purpur);
  border: 1px solid var(--purpur);
  color: #fff;
}

.cookie__close {
  background: url("../images/w_close.png") no-repeat;
  width: 30px;
  height: 30px;
  background-size: cover;
  margin-right: 15px;
}

@media all and (max-width: 767px){
  .cookie__close {
    position: absolute;
    right: 15px;
    top: 15px;
  }
}

/* #Cookie */

/* ---------------------------------- */

.menu {
  position: relative;
}

.menu-item:not(:last-child) {
  margin-bottom: 25px;
}

.menu-item a {
  color: var(--color-white);
  text-decoration: none;
  text-align: center;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s ease-out;
}

.menu-item a:hover {
  color: var(--purpur);
}

/*  */

/* Faq List */

.faq {
  padding-top: 75px;
}

@media all and (max-width: 767px){
  .faq {
    padding-top: 55px;
  }
}

.faq__title {
  color: var(--color-white);
  font-family: 'Arial', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 25px;
}

.faq__item_link {
  color: #ADAEAE;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 22px 25px 18px 70px;
  border-radius: 5px;
  position: relative;
  margin: 4px 0;
  cursor: pointer;
}

.faq__item_link::before {
  content: '';
  position: absolute;
  left: 25px;
  width: 25px;
  height: 1px;
  transform: rotate(0deg);
  transition: .3s;
  top: 50%;
  background: #ADAEAE;;
}

.faq__item_link::after {
  content: '';
  position: absolute;
  left: 25px;
  width: 25px;
  height: 1px;
  transform: rotate(90deg);
  transition: .3s;
  top: 50%;
  background: #ADAEAE;;
}

.faq__item {
  border-bottom: 1px solid #ADAEAE;
}

.faq__content {
  color: rgba(255, 255, 255, 0.70);
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 0 20px 0;
  margin: 0 58px 6px 68px;
}

.faq__content p:not(:last-child) {
  margin-bottom: 20px;
}

.faq__item.open .faq__item_link::after {
  transform: rotate(45deg);
  transition: .3s;
  top: 50%;
}

.faq__item.open .faq__item_link::before {
  transform: rotate(-45deg);
  transition: .3s;
  top: 50%;
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--black-bg); 
  z-index: 100000;
  height: 100%;
  width: 100%;
}

.preloader .status {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../images/preloader.gif");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  transform: translate(-50%, -50%);
}



/* Single Page */

.single-page__content {
    padding: 25px 0 75px 0;
}

@media all and (max-width: 767px){
  .single-page__content {
    padding: 25px 15px 75px 35px;
  }
}

.single-page__content h3 {
    color: var(--color-white);
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.single-page__content h3:not(:last-child) {
    margin-bottom: 20px;
}

.single-page__content h3:not(:first-child) {
    margin-top: 35px;
}


.single-page__content ul li::before {
    content: "\2022";
    color: #ADAEAE;
    font-weight: bold;
    display: inline-block; 
    width: 5px;
    position: absolute;
    left: 0;
}

.single-page__content ul {
    margin-bottom: 20px;
}

.single-page__content ul li {
    color: #ADAEAE;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 10px;
    position: relative;
}

.single-page__content p {
    color: #ADAEAE;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 10px;
    position: relative;
}

.single-page__content p:not(:last-child) {
    margin-bottom: 20px;
}

.single-page__content ul li:not(:last-child) {
    margin-bottom: 5px;
}

.single-page__form {
    border-radius: 24px;
    border: 1px solid #FFF;
    padding: 35px 20px 20px 20px;
    margin-bottom: 145px;
    position: relative;
}

@media all and (max-width: 767px){
  .single-page__form {
    margin-bottom: 75px;
  }
  
  .single-page .single-page__form {
    padding: 0;
  }
  .single-page .single-page__form .wpcf7 {
      padding: 20px;
  }
  .single-page .single-page__form_title {
      padding: 25px 20px 20px 20px;
      border-bottom: 1px solid #fff;
  }
}



.single-page__form_title {
    color: var(--color-white);
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}

/* #Single Page */


/* Category */
.category-page__link {
    border: 1px solid #fff;
    display: inline-block;
    padding: 20px 20px 30px 20px;
    border-radius: 24px;
    text-decoration: none;
    transition: ease-out 0.3s;
}

.category-page__link:hover {
    border: 1px solid #B893F8;;
}

.category-page__list {
    margin-bottom: 145px;
}

@media all and (max-width: 767px){
  .category-page__list {
    margin-bottom: 75px;
  }
}

.category-page__link:hover .category-page__name,
.category-page__link:hover .category-page__content {
    color: #B893F8;
}

.category-page__link:hover .category-page__image svg line,
.category-page__link:hover .category-page__image svg path {
  stroke: var(--purpur);
}

.category-page__name {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    margin-bottom: 25px;
    transition: ease-out 0.3s;
}

.category-page__content {
    color: #ADAEAE;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
    transition: ease-out 0.3s;
}

.category-page__description {
    color: #ADAEAE;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding-top: 25px;
    padding-bottom: 55px;
    line-height: normal;
}

/* #Category */


/*Lang switcher*/

.custom-language-switcher {
  position: relative;
  display: inline-block;
}

@media(max-width: 767px) {
  .custom-language-switcher {
    margin-left: 15px;
  }
}

.current-language {
  cursor: pointer;
  display: flex;
  align-items: center;
  background: #D9D9D938;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 18px;
  padding: 4px 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  transition: ease-out 0.3s;
  width: 75px;
  height: 34px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.current-language.active {
  background: #fff;
  color: #000;
}

.current-language:hover {
  background: #fff;
  color: #000;
}

.current-language img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.language-list {
  display: none; 
  position: absolute;
  background-color: #000;
  padding: 10px;
  border-radius: 5px;
  z-index: 1000;
  border-radius: 18px;
  border: 1px solid #FFF;
  padding: 8px 12px;
  margin-top: 16px;
  left: -10px;
  /*height: 155px;*/
  overflow-y: scroll;
  flex-wrap: wrap;
  width: 170px;
}

.language-list::-webkit-scrollbar {
  display: none;
}

.language-list {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.language-list.active {
  display: flex;
}

.language-item {
  display: flex;
  align-items: center;
  margin: 2px 0;
  padding: 8px;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  width: 70px;
}

.language-item.current {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 5px 8px;
}

.language-item img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.language-item:hover {
  text-decoration: none;
  color: #fff;
}