/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
#section_01 .main_sections {
  opacity: 0; }

.prew__wrap {
  width: 0; }

.section {
  width: 100%; }

* {
  font-family: 'Montserrat', sans-serif !important;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  cursor: default; }

.fp-right ul li a span:hover {
  cursor: pointer; }

*::-webkit-scrollbar {
  width: 6px; }

.jivo-iframe-container,
._bottom_5d3,
.hoverl_ebc,
._pad100_a27 {
  z-index: 0; }

.label_f2f {
  z-index: 2147483639 !important; }

#jcont {
  z-index: 1 !important; }

jdiv {
  z-index: 0; }

.hidden {
  display: none !important; }

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

textarea {
  max-width: 100%;
  min-width: 100%;
  border: solid 1px #cccccc;
  background-color: #fefefe; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  text-decoration: none;
  color: #313638;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif !important; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a {
  transition: 0.3s; }
  a:active, a:hover {
    outline: 0;
    transition: 0.3s; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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. Removes 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 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

@-webkit-keyframes autofill {
  to {
    color: inherit;
    background: transparent; } }

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

.body-active {
  overflow: hidden; }
  .body-active header {
    z-index: 3; }

header {
  position: fixed;
  width: 100%;
  z-index: 10; }
  header.header-mod {
    z-index: 2; }

.header {
  margin: 15px 20px 0; }

.opacitynull {
  opacity: 0; }

main {
  position: relative; }

.main_bg-black {
  background: #302d2d; }

.main_bg-grey {
  background-color: #f6f6f6; }
  .main_bg-grey .service__box_tab .tab__header_wrap .tab__header_item-active .price {
    background-color: #f6f6f6; }

.main_bg-grey2 {
  background-color: #ececec; }

.overflow {
  overflow: hidden; }

.container-row {
  display: flex;
  align-items: center; }

.container-coll {
  display: flex;
  flex-direction: column;
  align-items: baseline; }

.container-general {
  width: 85%;
  margin: 0 auto;
  max-width: 1440px; }

.container-coll-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  grid-column-gap: 68px;
  grid-row-gap: 40px;
  width: 100%;
  box-sizing: border-box; }

.container-coll-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-column-gap: 40px; }

.container-coll-2_service {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(300px, 1fr);
  grid-column-gap: 40px; }

.container-coll-3_bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 180px;
  align-items: center;
  grid-gap: 40px; }

.container__header {
  margin-top: 110px;
  margin-bottom: 70px; }
  .container__header-service .container-title {
    margin-left: 100px; }
  .container__header-service .text {
    margin: 10px 0 20px; }
  .container__header-service .text,
  .container__header-service .btn {
    margin-left: 165px;
    display: inline-block; }
  .container__header-mr-l100 {
    margin-left: 100px; }
  .container__header-md {
    max-width: 550px; }
  .container__header-cent {
    max-width: 800px;
    margin: 0 auto; }
  .container__header .title {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.35;
    color: #2f2d2d;
    margin-bottom: 5px; }
    .container__header .title-mr10 {
      margin-left: 20px; }
  .container__header .subtitle {
    font-size: 24px;
    line-height: 1.42;
    color: #2f2d2d; }
    .container__header .subtitle-bold {
      font-weight: bold; }

.mr-l-10 {
  margin-left: 10px; }

.mr-l-30 {
  margin-left: 30px; }

.mr-l-75 {
  margin-left: 75px; }

.mr-l-100 {
  margin-left: 100px; }

.mr-t-20 {
  margin-top: 20px; }

.mr-t-30 {
  margin-top: 30px; }

.mr-t-40 {
  margin-top: 40px; }

.mr-b-20 {
  margin-bottom: 20px; }

.mr-b-30 {
  margin-bottom: 30px; }

.mr-b-40 {
  margin-bottom: 40px; }

.mr-b-50 {
  margin-bottom: 50px; }

.mr-tb-20 {
  margin: 20px 0 !important; }

.mr-tb-40 {
  margin: 40px auto !important; }

.mr-tb-60 {
  margin: 60px 0 !important; }

.box-max800 {
  max-width: 800px; }

.box-max900 {
  max-width: 900px; }

.box-max920 {
  max-width: 920px; }

.box-max1100 {
  max-width: 1100px; }

.box-spaswbutven {
  justify-content: space-between; }

.box-margin_center {
  margin: 0 auto; }

.box-max-500 {
  max-width: 450px; }

.box-max-730 {
  max-width: 730px; }

.text {
  font-size: 21px;
  line-height: 1.62;
  color: #2f2d2c; }
  .text-bold {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #2f2d2d; }

.title-level-2, .title-level-3, .title-level-4, .title-level-5, .title-level-6 {
  font-weight: bold;
  color: #2f2d2c;
  line-height: 1;
  margin-bottom: 10px; }

.title-level-2 {
  font-size: 48px; }

.title-level-3 {
  font-size: 36px; }

.title-level-4 {
  font-size: 24px; }

.title-level-5 {
  font-size: 21px; }

.title-level-7 {
  font-size: 14px; }

.title-max-500 {
  max-width: 500px; }

.title-line-heig {
  line-height: 1.39; }

.portfolio_card__wrap {
  grid-template-columns: repeat(auto-fit, minmax(440px, 1fr)); }

.bg-grey {
  background-color: #f6f6f6; }

@media screen and (max-width: 768px) {
  .container-coll-3_bottom {
    grid-template-columns: 1fr; }
  .text {
    font-size: 18px; }
  .title-level-2 {
    font-size: 38px; }
  .title-level-3 {
    font-size: 30px;
    font-weight: bold;
    color: #242321;
    line-height: 1; }
  .title-level-4 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    color: #2f2d2d;
    line-height: 1;
    margin-bottom: 10px; } }

@media screen and (max-width: 488px) {
  .title-level-2 {
    font-size: 30px; }
  .title-level-3 {
    font-size: 26px; }
  .title-level-4 {
    font-size: 20px; } }

@media screen and (max-width: 420px) {
  .container-coll-card {
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr)); } }

.order_one_click_form {
  display: none; }

.get_consultation_form {
  display: none; }

.order_service_small_form {
  display: none; }

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

.text_color_black {
  color: #302d2d !important; }

.btn:not(.main__foter_lang-link-active):hover {
  cursor: pointer !important; }
  .btn:not(.main__foter_lang-link-active):hover * {
    cursor: pointer !important; }

.btn-black {
  background: #2b2a27;
  padding: 15px 30px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-radius: 27.5px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s;
  transform: scale(1);
  border: 1px solid none;
  color: #fff;
  outline: none;
  letter-spacing: 2px; }
  .btn-black:hover {
    transition: 0.3s;
    background: #393834;
    color: #fff; }

.btn-yelow {
  background: #ffc80d;
  padding: 15px 30px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-radius: 27.5px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s;
  transform: scale(1);
  border: 1px solid none;
  color: #242321;
  outline: none;
  letter-spacing: 2px; }
  .btn-yelow:hover {
    transition: 0.3s;
    background: #ffbc0d;
    color: #242321; }

.btn-transparent {
  background: #fff;
  padding: 15px 30px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-radius: 27.5px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s;
  transform: scale(1);
  border: 1px solid #242321;
  color: #242321;
  outline: none;
  letter-spacing: 2px; }
  .btn-transparent:hover {
    transition: 0.3s;
    background: rgba(151, 151, 151, 0.21);
    color: #242321; }

.btn-lean_more {
  display: inline-block !important;
  font-size: 16px;
  color: #302d2d;
  font-weight: bold;
  position: relative;
  padding: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 1; }
  .btn-lean_more-white a {
    color: #fff !important; }
  .btn-lean_more .main_sections_btn_icon {
    width: 56px;
    height: 56px;
    background-color: #ffc80d;
    position: absolute;
    z-index: -1;
    left: 0px;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 56px; }

.btn-lean_more.is-focus-over .main_sections_btn_icon {
  animation-name: swipe_element;
  animation-duration: 0.6s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

.btn-lean_more.is-focus-out .main_sections_btn_icon {
  animation-name: swipe_element_our;
  animation-duration: 0.6s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

.btn-more_work {
  background-color: #ffc80d;
  font-size: 16px;
  font-weight: bold;
  line-height: 3;
  color: #242321;
  text-align: center;
  transition: all 0.3s;
  max-width: 300px;
  margin: 30px auto 20px;
  letter-spacing: 2px;
  padding: 0 30px; }
  .btn-more_work:hover {
    transition: 0.3s;
    background-color: #e1b009;
    letter-spacing: 1px; }

.btn_wrap {
  margin-top: 25px; }

.btn-submit {
  background-color: #ffc80d;
  color: #242321;
  font-weight: bold;
  border: none;
  padding: 15px 30px;
  border-radius: 27px; }

.btn-shifting {
  display: flex;
  align-items: center; }

.btn-advice {
  background: #2b2a27;
  padding: 15px 25px;
  color: #fff;
  font-weight: bold;
  border-radius: 27.5px;
  text-transform: uppercase; }

.btn-advertising {
  background-color: #ffc80d;
  padding: 20px 50px;
  font-weight: bold;
  border-radius: 27.5px;
  text-transform: uppercase;
  color: #242321;
  font-size: 18px; }
  .btn-advertising-black {
    background-color: #2b2a27;
    color: #fff;
    padding: 16px 40px;
    font-size: 16px; }

.btn-drag {
  display: flex;
  align-items: center;
  max-width: 220px;
  animation: drag_left 1s ease-in 0s infinite; }
  .btn-drag img {
    margin-right: 20px; }

.btn-black,
.btn-yelow {
  transition: all 0.3s;
  letter-spacing: 2px; }
  .btn-black:hover,
  .btn-yelow:hover {
    letter-spacing: 1px; }

@keyframes hover_left {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0px); } }

@keyframes swipe_element_our {
  0% {
    right: 0;
    left: initial;
    width: 100%; }
  30% {
    width: 100%; }
  100% {
    right: initial;
    left: 0;
    width: 56px; } }

@keyframes swipe_element {
  30% {
    width: 100%; }
  100% {
    right: 0;
    left: initial;
    width: 100%; } }

@keyframes pulse {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.05); } }

@keyframes drag_left {
  0% {
    margin-right: 20px; }
  50% {
    margin-right: 35px; }
  100% {
    margin-right: 20px; } }

@media screen and (max-width: 992px) {
  .btn-advertising {
    font-size: 16px; }
  .section_box {
    width: 95%; } }

@media screen and (max-width: 680px) {
  .our_works_wrap {
    margin-top: 20px !important;
    grid-template-columns: 1fr !important;
    grid-gap: 20px !important; }
  .our_works__item_img {
    margin: 0 0 25px 0 !important; } }

@media screen and (max-width: 490px) {
  .btn-advertising {
    font-size: 14px;
    padding: 20px 20px; }
  .section_box {
    width: 95%; } }

.swipe {
  display: flex;
  align-items: center;
  position: relative;
  width: 240px; }
  .swipe-dot, .swipe-dot-1 {
    width: 30px;
    height: 30px;
    display: block; }
  .swipe-dot {
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid; }
  .swipe-liner {
    width: 150px;
    height: 1px;
    position: absolute;
    left: 35px; }
    .swipe-liner::after {
      content: '. . . . . . . . . . . . . . . . . . . .';
      position: absolute;
      top: -5px;
      width: 100%;
      line-height: 0.5px;
      height: 1px;
      letter-spacing: 3px;
      font-size: 20px; }
  .swipe-group {
    position: absolute;
    left: calc(100% - 30px);
    height: 40px;
    width: 40px; }
  .swipe-btn {
    width: 40px;
    transition: 0.3s;
    transform: scale(1);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute; }
  .swipe_text {
    position: absolute;
    opacity: 0.7;
    font-size: 14px;
    line-height: 1.71;
    color: #302d2d;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    transition: 0.3s;
    bottom: -25px; }
  .swipe_animation-click .swipe_text {
    transition: 0.3s;
    opacity: 0; }
  .swipe_animation-start .swipe-group {
    animation: swipe_start_btn 0.5s ease-out 0s forwards; }
  .swipe_animation-start .swipe-liner {
    transition: 0.5s; }
  .swipe_animation-final .swipe-group {
    animation: swipe_final_btn 0.5s ease-out 0s forwards; }
    .swipe_animation-final .swipe-group .swipe-btn {
      animation: swipe_final_btn_step2 0.5s ease-out 0.5s forwards; }
  .swipe_animation-final .swipe-liner {
    transition: 0.5s;
    width: 0;
    opacity: 0; }
  .swipe_animation-final .swipe_text {
    opacity: 0; }
  .swipe_animation-final .swipe-dot {
    animation: swipe_final_btn_step3 0.5s ease-out 0.5s forwards; }

@keyframes swipe_start_btn {
  from { }
  to {
    left: 190px; } }

@keyframes swipe_final_btn {
  from { }
  to {
    left: -4px; } }

@keyframes swipe_final_btn_step2 {
  0% { }
  50% {
    opacity: 1; }
  to {
    height: 0;
    width: 0;
    opacity: 0; } }

@keyframes swipe_final_btn_step3 {
  0% { }
  20% {
    opacity: 1; }
  100% {
    height: 0;
    width: 0;
    opacity: 0; } }

/*Toggle Specific styles*/
input[type='checkbox'].toggle {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 55px;
  height: 28px;
  background-color: red;
  position: relative; }
  input[type='checkbox'].toggle:hover:after {
    background-color: red; }
  input[type='checkbox'].toggle:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #660000;
    top: 2px;
    left: 2px; }

.toggle_wrap {
  display: flex;
  color: #fff;
  align-items: center; }

.header__admin-exit {
  color: #fff; }

.brief_st {
  margin-bottom: 70px; }

.form_title {
  font-size: 70px;
  line-height: 85px;
  font-weight: 700;
  color: #242321; }
  @media screen and (max-width: 600px) {
    .form_title {
      font-size: 40px;
      line-height: 46px; } }

@media screen and (max-width: 768px) {
  .feedback_smal {
    margin-bottom: 40px; }
    .feedback_smal .container-coll-3_bottom {
      grid-gap: 0; } }

@media screen and (max-width: 600px) {
  .feedback_smal .container-coll-3_bottom {
    width: 100%; } }

@media screen and (max-width: 748px) {
  .form_col div:first-child {
    margin-top: 0; } }

.input {
  width: 100%;
  position: relative;
  margin: 30px 0; }
  .input_box {
    position: relative; }
  .input_label {
    position: absolute;
    top: 12px;
    left: 0;
    transition: .3s;
    font-size: 16px;
    line-height: 1; }
  .input-field {
    width: 100%;
    background: inherit;
    outline: none;
    border: none;
    font-size: 18px;
    line-height: 1;
    padding: 13px 0; }
  .input-black .input_label {
    color: #242321 !important; }
  .input-black .input-field {
    color: #242321 !important;
    border-bottom: 1px solid #242321 !important; }
    .input-black .input-field:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0) inset;
      -webkit-text-fill-color: #242321 !important; }
    .input-black .input-field:-webkit-autofill:focus {
      -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0) inset;
      -webkit-text-fill-color: #242321 !important; }
  .input-white .input_label {
    color: #fff !important; }
  .input-white .input-field {
    color: #fff !important;
    border-bottom: 1px solid #fff !important; }
    .input-white .input-field:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0) inset;
      -webkit-text-fill-color: #fff !important; }
    .input-white .input-field:-webkit-autofill:focus {
      -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0) inset;
      -webkit-text-fill-color: #fff !important; }

.in-focus .input_label {
  top: -10px;
  transition: .3s;
  font-size: 14px; }

.is-error.in-focus .input_label {
  color: #ff4b4b; }

.is-error .input-field {
  border-bottom: 1px solid #ff4b4b;
  color: #ff4b4b; }

.is-error .input_label {
  color: #ff4b4b; }

.is-error label.error {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #ff4b4b; }

label.error {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #ff4b4b; }

.textarea {
  width: 100%;
  height: calc(100% - 60px);
  position: relative;
  margin: 30px 0; }
  .textarea_box {
    position: relative;
    height: 100%; }
  .textarea_label {
    position: absolute;
    top: 12px;
    left: 0;
    transition: .3s;
    font-size: 16px;
    line-height: 1; }
  .textarea-field {
    height: 100%;
    max-height: 100%;
    min-height: 160px;
    box-sizing: border-box;
    width: 100%;
    background: inherit;
    outline: none;
    border: none;
    font-size: 18px;
    line-height: 1;
    padding: 15px 0 13px; }
  .textarea-black .textarea_label {
    color: #242321; }
  .textarea-black .textarea-field {
    color: #242321;
    border-bottom: 1px solid #242321; }
  .textarea-white .textarea_label {
    color: #fff; }
  .textarea-white .textarea-field {
    color: #fff;
    border-bottom: 1px solid #fff; }

.in-focus .textarea_label {
  top: -10px;
  transition: .3s;
  font-size: 14px; }

.is-error.in-focus .textarea_label {
  color: #ff4b4b; }

.is-error .textarea-field {
  border-bottom: 1px solid #ff4b4b;
  color: #ff4b4b; }

.is-error .textarea_label {
  color: #ff4b4b; }

.is-error label.error {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #ff4b4b; }

label.error {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #ff4b4b;
  position: absolute; }

.form_file_downloads {
  height: 40px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: scale(1) translateY(-50%);
  transition: .3s; }
  .form_file_downloads .text {
    font-size: 14px;
    font-weight: 500;
    color: #242321;
    display: inline-block; }
  .form_file_downloads .icon {
    width: 18px;
    margin-left: 10px;
    display: inline-block; }
    .form_file_downloads .icon svg {
      display: block;
      height: 100%;
      overflow: visible;
      position: relative;
      width: 100%;
      transition: .3s;
      transform: rotate(0); }
  .form_file_downloads:hover {
    transition: .3s;
    transform: scale(1.01) translateY(-50%); }
    .form_file_downloads:hover .icon svg {
      transition: .3s;
      transform: rotate(90deg); }

.form_file_load {
  transition: .3s; }
  .form_file_load.highlight {
    transition: .3s;
    border-style: dashed; }

.radio_group {
  margin-right: 30px;
  margin-bottom: 20px; }
  .radio_group__header {
    display: flex;
    align-items: center;
    min-width: 249px; }
    .radio_group__header .radio_group__check:hover, .radio_group__header .radio_group__label:hover {
      cursor: pointer; }
      .radio_group__header .radio_group__check:hover *, .radio_group__header .radio_group__label:hover * {
        cursor: pointer; }
  .radio_group__btn {
    min-height: 48px;
    position: relative;
    display: flex; }
  .radio_group-check {
    cursor: pointer; }
    .radio_group-check.is-active .radio_group__main {
      display: block; }
    .radio_group-check.is-active .radio_group__check:before {
      background: #ffc80d;
      transition: .3s; }
  .radio_group__check {
    margin-right: 20px;
    height: 26px;
    width: 26px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .radio_group__check:before {
      height: 14px;
      width: 14px;
      background: #fff;
      content: "";
      z-index: 10;
      display: block;
      border-radius: 50%; }
    .radio_group__check input {
      width: 0.1px;
      height: 0.1px;
      visibility: hidden; }
  .radio_group__label {
    font-size: 16px;
    line-height: 1.5;
    color: #302d2d; }
  .radio_group__subtitle {
    font-size: 14px;
    line-height: 1.71;
    color: #302d2d;
    margin: 4px 0 10px; }
  .radio_group__main {
    grid-column-start: 2;
    display: none;
    margin-left: 48px; }

#file_logo__life {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  position: absolute;
  z-index: -10; }

@media screen and (max-width: 1200px) {
  .radio_group__check {
    height: 20px;
    width: 20px; }
    .radio_group__check:before {
      height: 10px;
      width: 10px; } }

.form_box-input {
  max-width: 570px; }

.form_box-brif {
  margin-top: 20px; }

.form_box__header {
  display: inline-flex;
  align-items: center; }
  .form_box__header .form_box__title {
    width: calc(100% - 37px);
    cursor: pointer; }
  .form_box__header .form_box__icon {
    transition: .3s;
    cursor: pointer; }
    .form_box__header .form_box__icon .done {
      display: none; }
  .form_box__header:hover {
    transition: .3s; }
    .form_box__header:hover .form_box__icon {
      transition: .3s;
      background-color: #d3d3d1; }
  .form_box__header-input {
    visibility: hidden;
    position: absolute; }
  .form_box__header-active:hover .form_box__icon {
    transform: rotate(0deg); }
  .form_box__header-active .form_box__icon {
    background-color: #ffc80d;
    border-color: #ffc80d;
    transition: .3s;
    transform: rotate(0deg); }
    .form_box__header-active .form_box__icon .done {
      display: block; }
    .form_box__header-active .form_box__icon .plus {
      display: none; }

.form_box__icon {
  height: 37px;
  width: 37px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }

.form_box__title {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.67;
  color: #2f2d2c;
  margin-left: 10px; }

.form_box__main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 45px; }

.form_box__item {
  border-radius: 30px;
  border: 1px solid transparent;
  padding: 10px 20px;
  margin-right: 15px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  transition: .3s;
  cursor: pointer; }
  .form_box__item svg {
    transition: .3s;
    transform: rotate(0); }
  .form_box__item:hover {
    transition: .3s;
    background-color: #ffc80d; }
  .form_box__item-active {
    background-color: #ffc80d; }
    .form_box__item-active svg {
      transition: .3s;
      transform: rotate(45deg); }
  .form_box__item svg {
    margin-right: 8px;
    height: 10px;
    width: 10px; }
  .form_box__item .name {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: left;
    color: #242321;
    cursor: pointer; }
  .form_box__item input {
    visibility: hidden;
    position: absolute; }
  .form_box__item-yelow {
    background-color: #e8e8e7; }
    .form_box__item-yelow:hover {
      background-color: #d3d3d1; }
    .form_box__item-yelow.form_box__item-active {
      background-color: #ffc80d; }
  .form_box__item-black {
    background-color: #e8e8e7; }
    .form_box__item-black:hover {
      background-color: #d3d3d1; }
    .form_box__item-black.form_box__item-active {
      background-color: #242321; }
      .form_box__item-black.form_box__item-active svg path {
        fill: #fff; }
      .form_box__item-black.form_box__item-active .name {
        color: #fff; }
  .form_box__item-black_bord {
    background-color: #e8e8e7; }
    .form_box__item-black_bord:hover {
      background-color: #d3d3d1; }
    .form_box__item-black_bord.form_box__item-active {
      background-color: #242321;
      border: 1px solid #ffc80d; }
      .form_box__item-black_bord.form_box__item-active svg path {
        fill: #fff; }
      .form_box__item-black_bord.form_box__item-active .name {
        color: #fff; }

.form_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .form_row-three {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 30px; }
  .form_row-checkbox {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }

.form_container__header {
  flex-wrap: initial !important; }

.form_container__step {
  background-color: #ffc80d;
  height: 65px;
  width: 65px;
  min-width: 65px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #2f2d2d;
  display: flex;
  align-items: center;
  justify-content: center; }

.form_container__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #2f2d2d;
  margin-left: 30px; }

.form_container-big-margin {
  margin-left: 95px; }

.form_container-midddle-margin {
  margin-left: 45px; }

.form_btn {
  margin-top: 30px; }
  .form_btn .btn {
    margin: inherit; }

@media screen and (max-width: 1200px) {
  .form_container__step {
    height: 55px;
    width: 55px;
    min-width: 55px; }
  .form_container__title {
    font-size: 20px; } }

@media screen and (max-width: 768px) {
  .form_container-big-margin {
    margin: 30px 0 20px 15px; }
  .form_container-midddle-margin {
    margin: 30px 0 20px 10px; } }

@media screen and (max-width: 420px) {
  .form_container__step {
    height: 45px;
    width: 45px;
    font-size: 20px;
    min-width: 45px; }
  .form_container__title {
    margin-left: 15px;
    font-size: 19px; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  outline: none;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 25px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 50px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 50px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 50px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 50px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 50px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 50px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 8px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -50px;
      top: -50px;
      transform: translate3d(50px, 50px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -50px;
      top: -50px;
      transform: translate3d(-50px, 50px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 8px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -50px;
      top: 50px;
      transform: translate3d(50px, -50px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -50px;
      top: 50px;
      transform: translate3d(-50px, -50px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 16px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-3.57143px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 16px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(3.57143px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 8px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

.modal_name {
  display: none; }

.modal__block_fast_buy .modal_name {
  display: flex;
  width: 100%;
  text-align: center;
  margin: 10px 0; }

.field_error {
  margin: 5px 0;
  width: 100%;
  text-align: center; }

.order__block .validation_error {
  bottom: -18px;
  left: 10px; }

.profile_section .validation_error {
  bottom: -20px;
  left: 10px; }

.modal_loading__block {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
  width: 100px;
  height: 100px;
  border-radius: 50%; }
  .modal_loading__block img {
    width: 100%;
    height: 100%; }
  .modal_loading__block.active {
    transition: all 0.2s;
    opacity: 1;
    z-index: 10000; }

.modal_accept__block, .modal_bad__block {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  background: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 20px;
  flex-direction: column;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05); }
  .modal_accept__block.active, .modal_bad__block.active {
    transition: all 0.2s;
    opacity: 1;
    z-index: 10000; }

.modal_accept_svg, .modal_bad_svg {
  width: 30px;
  height: 30px;
  margin: 10px auto 20px; }
  .modal_accept_svg img, .modal_bad_svg img {
    width: 100%; }

.modal_accept_text, .modal_bad_text {
  width: 100%;
  text-align: center; }

.validation_container {
  position: relative; }

.validation_error {
  position: absolute;
  bottom: -26px;
  left: 0px;
  width: 100%;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  font-size: 16px;
  color: #dc2a1c; }

@charset "UTF-8";
header {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0; }

.header__menu_item {
  -moz-user-select: none;
  /* Mozilla Firefox */
  -ms-user-select: none;
  /* Internet Explorer (не поддерживается) */
  -o-user-select: none;
  /* Opera Presto (не поддерживается) */
  -webkit-user-select: none;
  /* Google Chrome, Opera Next, Safari */ }

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 20px 5px; }
  .header-color-white {
    background-color: transparent;
    border: none; }
    .header-color-white .header__logo svg g {
      fill: #fff; }
    .header-color-white .header__menu_item {
      color: #fff; }
    .header-color-white .header_btn .hamburger-inner,
    .header-color-white .header_btn .hamburger-inner::before,
    .header-color-white .header_btn .hamburger-inner::after {
      background-color: #fff; }
  .header-white {
    z-index: 400;
    background-color: #fff; }
    .header-white .header_btn .hamburger-inner,
    .header-white .header_btn .hamburger-inner::before,
    .header-white .header_btn .hamburger-inner::after {
      background-color: #302d2d; }
  .header__menu_header {
    display: none; }
  .header__menu_footer {
    display: none; }
  .header__menu_item {
    margin-left: 15px;
    font-size: 18px;
    font-weight: 500;
    transition-delay: 0.3s;
    position: relative; }
    .header__menu_item:hover {
      transition: 0.3s;
      color: #ffc80d !important; }
    .header__menu_item-action:before {
      display: block;
      content: "";
      position: absolute;
      border-radius: 50%;
      left: calc((50%));
      transform: translate(-50%, -50%);
      bottom: -15px;
      width: 8px;
      height: 8px;
      background-color: #ffc80d !important; }
    .header__menu_item-action:hover {
      transition: 0.3s;
      color: #313638 !important; }
    .header__menu_item:after {
      display: block;
      position: absolute;
      content: "";
      height: 2px;
      width: 0;
      background: #ffc80d;
      transition: width 0.3s ease-in-out;
      right: 0;
      bottom: 0; }
    .header__menu_item svg {
      display: none; }
  .header__menu_svg {
    display: none; }
  .header__menu_responsive_footer {
    display: none; }
  .header__menu_box-white .header__menu_item {
    transition-delay: 0.3s;
    color: #fff; }
  .header_btn {
    display: none; }
  .header__logo {
    height: 38px; }
    .header__logo svg {
      width: auto; }
    .header__logo-black svg path {
      fill: #302d2d; }

@media screen and (max-width: 992px) {
  .header-color-white .header_btn .hamburger-inner,
  .header-color-white .header_btn .hamburger-inner::before,
  .header-color-white .header_btn .hamburger-inner::after {
    background-color: #fff; }
  .header-white {
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9; }
    .header-white .header_btn .hamburger-inner,
    .header-white .header_btn .hamburger-inner::before,
    .header-white .header_btn .hamburger-inner::after {
      background-color: #302d2d; }
    .header-white .header__logo svg g {
      fill: #302d2d; }
    .header-white .header__menu_header .header__logo svg g {
      fill: #fff; }
  .header_btn {
    display: block; }
    .header_btn .hamburger-inner,
    .header_btn .hamburger-inner::before,
    .header_btn .hamburger-inner::after {
      background-color: #fff; }
  .header__menu {
    background: #242321;
    position: absolute;
    right: -120%;
    transition: 0.3s;
    top: 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    width: 370px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 100; }
    .header__menu_btn .hamburger-inner,
    .header__menu_btn .hamburger-inner::before,
    .header__menu_btn .hamburger-inner::after {
      background-color: #fff !important; }
    .header__menu-active {
      right: 0%;
      transition: 0.3s; }
    .header__menu_social_link {
      color: #fff;
      font-size: 15px;
      margin-right: 15px; }
      .header__menu_social_link:last-child {
        margin-right: 0; }
    .header__menu_lang {
      display: flex;
      align-items: center; }
      .header__menu_lang-dot {
        width: 2px;
        height: 2px;
        background-color: #fff;
        margin: 5px; }
      .header__menu_lang_link {
        color: rgba(255, 255, 255, 0.3);
        position: relative; }
        .header__menu_lang_link-active {
          color: #fff; }
          .header__menu_lang_link-active:before {
            position: absolute;
            bottom: -3px;
            width: 100%;
            height: 2px;
            background-color: #fff;
            content: ""; }
    .header__menu_item {
      font-size: 34px !important;
      color: #fff !important;
      margin: 10px 0;
      display: flex;
      align-items: center;
      line-height: 1; }
      .header__menu_item svg {
        margin-right: 10px;
        display: block; }
    .header__menu_svg {
      display: block;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      right: 0;
      pointer-events: none; }
    .header__menu_responsive {
      width: 90%;
      max-height: 80vh;
      overflow-y: auto;
      margin: 0 auto; }
      .header__menu_responsive_footer {
        display: flex;
        flex-direction: column;
        font-size: 18px;
        margin: 20px 0; }
        .header__menu_responsive_footer a {
          color: #fff;
          padding: 3px 0; }
    .header__menu_box {
      display: flex;
      flex-direction: column; }
    .header__menu_header {
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .header__menu_footer {
      color: #fff;
      display: flex;
      justify-content: space-between;
      padding: 10px; } }

@media screen and (max-width: 992px) {
  header {
    background-color: #fff;
    top: 0; }
  .header-color-white .header_btn .hamburger-inner,
  .header-color-white .header_btn .hamburger-inner::before,
  .header-color-white .header_btn .hamburger-inner::after {
    background-color: #fff; }
  .header-white {
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9; }
    .header-white .header__menu_item {
      color: #302d2d; }
    .header-white .header_btn .hamburger-inner,
    .header-white .header_btn .hamburger-inner::before,
    .header-white .header_btn .hamburger-inner::after {
      background-color: #302d2d; }
    .header-white .header__logo svg g {
      fill: #302d2d; }
  .header .hamburger-inner,
  .header .hamburger-inner::before,
  .header .hamburger-inner::after {
    background-color: #302d2d; } }

@media screen and (max-width: 768px) {
  .header-color-white .header_btn .hamburger-inner,
  .header-color-white .header_btn .hamburger-inner::before,
  .header-color-white .header_btn .hamburger-inner::after {
    background-color: #fff; }
  .header-white {
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9; }
    .header-white .header_btn .hamburger-inner,
    .header-white .header_btn .hamburger-inner::before,
    .header-white .header_btn .hamburger-inner::after {
      background-color: #302d2d; }
    .header-white .header__logo svg g {
      fill: #302d2d; }
    .header-white .header__menu_header .header__logo svg g {
      fill: #fff; }
  .header_btn {
    display: block; }
    .header_btn .hamburger-inner,
    .header_btn .hamburger-inner::before,
    .header_btn .hamburger-inner::after {
      background-color: #242321; }
  .header__menu {
    background: #242321;
    position: absolute;
    right: -120%;
    transition: 0.3s;
    top: 0;
    width: 370px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 100; }
    .header__menu_btn .hamburger-inner,
    .header__menu_btn .hamburger-inner::before,
    .header__menu_btn .hamburger-inner::after {
      background-color: #fff !important; }
    .header__menu-active {
      right: 0%;
      transition: 0.3s; }
    .header__menu_social_link {
      color: #fff;
      font-size: 15px;
      margin-right: 15px; }
      .header__menu_social_link:last-child {
        margin-right: 0; }
    .header__menu_lang {
      display: flex;
      align-items: center; }
      .header__menu_lang-dot {
        width: 2px;
        height: 2px;
        background-color: #fff;
        margin: 5px; }
      .header__menu_lang_link {
        color: rgba(255, 255, 255, 0.3);
        position: relative; }
        .header__menu_lang_link-active {
          color: #fff; }
          .header__menu_lang_link-active:before {
            position: absolute;
            bottom: -3px;
            width: 100%;
            height: 2px;
            background-color: #fff;
            content: ""; }
    .header__menu_item {
      font-size: 34px !important;
      color: #fff !important;
      margin: 10px 0;
      display: flex;
      align-items: center;
      line-height: 1; }
      .header__menu_item svg {
        margin-right: 10px;
        display: block; }
    .header__menu_svg {
      display: block;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      right: 0; }
    .header__menu_responsive {
      width: 90%;
      margin: 0 auto; }
      .header__menu_responsive_footer {
        display: flex;
        flex-direction: column;
        font-size: 18px;
        margin: 20px 0; }
        .header__menu_responsive_footer a {
          color: #fff;
          padding: 3px 0; }
    .header__menu_box {
      display: flex;
      flex-direction: column; }
    .header__menu_header {
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .header__menu_footer {
      color: #fff;
      display: flex;
      justify-content: space-between;
      padding: 10px; } }

@media screen and (max-width: 390px) {
  .header__menu {
    width: 100%; } }

.dropbtn {
  padding: 16px;
  font-size: 16px;
  border: none; }

.dropdown {
  position: relative;
  display: inline-block; }
  @media (max-width: 1000px) {
    .dropdown .dropdown {
      color: white; }
      .dropdown .dropdown-content {
        background: none; }
        .dropdown .dropdown-content a {
          color: white; } }
  .dropdown a {
    cursor: pointer;
    white-space: nowrap; }
  .dropdown-2 {
    padding: 5px 20px; }
  .dropdown_section {
    margin-bottom: 10px; }
    .dropdown_section__title {
      display: flex;
      cursor: pointer;
      padding: 0; }
      .dropdown_section__title::before {
        content: "+";
        width: 30px;
        height: 30px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        font-weight: 500;
        border: 1px solid #242321;
        border-radius: 100%;
        transition: all 0.2s; }
    .dropdown_section-content {
      display: none; }
    .dropdown_section.active > .dropdown_section-content {
      display: block;
      margin-left: 55px; }
    .dropdown_section.active > .dropdown_section__title::before {
      content: "+";
      transform: rotate(45deg);
      width: 30px;
      height: 30px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background: #ffc80d;
      font-size: 24px;
      font-weight: 500;
      border: 1px solid #ffc80d;
      border-radius: 100%;
      transition: all 0.2s; }

.dropdown-2 {
  margin-bottom: 0; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  z-index: 100;
  padding: 20px; }
  @media (max-width: 1000px) {
    .dropdown-content {
      position: static; } }

.dropdown-content a {
  color: #242321;
  text-decoration: none;
  display: block;
  white-space: nowrap; }
  .dropdown-content a:not(.dropdown_section__title) {
    margin-left: 10px;
    padding: 5px; }

/* .dropdown-content a:hover {background-color: #ddd;} */
.dropdown:hover .dropdown-content {
  display: block; }

.modal__block {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  padding: 50px 60px;
  width: 100%;
  overflow-y: auto;
  max-height: 100%;
  max-width: 500px;
  background: #fff;
  border-radius: 8px;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 8px 40px 12px #bdbdbd;
  -moz-box-shadow: 0px 8px 40px 12px #bdbdbd;
  box-shadow: 0px 8px 40px 12px #bdbdbd; }
  .modal__block.active {
    visibility: visible;
    top: 25%;
    transform: translate(-50%, -15%);
    z-index: 9999; }
    @media (max-width: 800px) {
      .modal__block.active {
        top: 50%;
        transform: translate(-50%, -50%); } }
  .modal__block .validation_error {
    bottom: -20px;
    left: 10px; }

.modal_close {
  transition: all 0.2s;
  color: #0000007a;
  cursor: pointer;
  display: flex;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px; }
  .modal_close:hover {
    color: #73cac2; }

.modal_svg {
  margin-right: 8px; }

.modal_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 40px; }
  .modal_title img {
    margin-right: 20px; }

.modal_form {
  margin-top: 40px; }

.modal_forget_btn {
  display: block;
  width: 100%;
  margin: 30px 0;
  cursor: pointer;
  text-align: center;
  text-decoration-line: underline; }

.modal_btn__block {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between; }
  .modal_btn__block .register {
    border: 1px solid; }

.modal__btn-center {
  display: flex;
  justify-content: center; }

.modal_new_user {
  text-transform: uppercase; }

.modal .mailing {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .modal .mailing_choice {
    display: flex; }
    .modal .mailing_choice__item {
      margin-right: 20px; }

.modal_auth-social {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .modal_auth-social__title {
    color: #828282;
    font-size: 14px; }
  .modal_auth-social a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: black; }
    .modal_auth-social a img {
      margin-right: 5px; }

@media (max-width: 600px) {
  .container__main {
    padding: 0 10px; } }

@media (max-width: 480px) {
  .modal_btn__block {
    flex-direction: column; }
    .modal_btn__block .modal_btn {
      width: 100%;
      margin-bottom: 10px; }
    .modal_btn__block .modal_open {
      width: 100%; }
  .modal_title {
    justify-content: flex-start;
    padding-right: 30px; }
  .modal__block {
    padding: 15px; }
  .modal_form {
    padding-top: 0px;
    margin-top: 10px; } }

.input_section {
  margin-bottom: 30px; }
  .input_section__title {
    color: #333333;
    font-size: 14px;
    margin: 0 0 5px 25px; }
  .input_section input {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-sizing: border-box;
    height: 48px;
    padding: 15px 24px; }
  .input_section textarea {
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: 15px 24px;
    box-sizing: border-box; }

.footer {
  background-color: #242321;
  padding: 30px 0;
  margin-top: 40px; }
  .footer_container {
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px; }
  .footer_sections {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .footer__logo {
    width: 62px; }
  .footer_group {
    grid-template-columns: 1fr;
    display: grid;
    margin-bottom: 15px; }
    .footer_group__title {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.33;
      color: #ffffff; }
    .footer_group__item {
      font-size: 14px;
      line-height: 1;
      color: #ffffff;
      margin: 8px 0;
      transition: 0.3s; }
      .footer_group__item:hover {
        transition: 0.3s;
        color: #ffc80d; }
  .footer_main {
    margin-top: 15px; }
    .footer_main-socail {
      display: flex;
      align-items: center; }
    .footer_main__item {
      font-family: "Lato", sans-serif;
      font-size: 14px;
      color: #ffffff;
      margin: 0px 5px;
      position: relative; }
      .footer_main__item:after {
        display: block;
        position: absolute;
        content: "";
        height: 2px;
        width: 0;
        background: #ffffff;
        transition: width 0.3s ease-in-out;
        right: 0;
        bottom: 0; }
      .footer_main__item:hover {
        color: #ffc80d; }
      .footer_main__item:first-child {
        margin-left: 0; }
      .footer_main__item:last-child {
        margin-right: 0; }
      .footer_main__item-social {
        display: flex;
        align-items: center;
        margin-right: 15px;
        transition: 0.3s;
        transform: scale(1); }
        .footer_main__item-social:hover {
          transition: 0.3s;
          transform: scale(1.1); }

.footer .main__foter {
  z-index: 1;
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 20px; }
  .footer .main__foter_social {
    margin: 0 40px; }
    .footer .main__foter_social-link {
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      margin: 0 20px;
      position: relative; }
      .footer .main__foter_social-link:after {
        display: block;
        position: absolute;
        content: "";
        height: 2px;
        width: 0;
        background: #fff;
        transition: width 0.3s ease-in-out;
        right: 0;
        bottom: 0; }
      .footer .main__foter_social-link:hover:after {
        width: 40%;
        background-color: #fff; }
  .footer .main__foter_lang {
    margin-left: 30px;
    font-size: 14px;
    display: flex;
    align-items: center; }
    .footer .main__foter_lang-link {
      position: relative;
      color: rgba(255, 255, 255, 0.5);
      transition: 0.3s; }
      .footer .main__foter_lang-link:hover {
        color: #fff;
        transition: 0.3s; }
      .footer .main__foter_lang-link-active {
        color: #fff;
        transition: 0.3s; }
        .footer .main__foter_lang-link-active:before {
          position: absolute;
          bottom: -3px;
          width: 100%;
          height: 2px;
          background-color: #fff;
          content: ""; }
    .footer .main__foter_lang-dot {
      width: 2px;
      height: 2px;
      background-color: #fff;
      margin: 5px; }

@media screen and (max-width: 768px) {
  .footer_main__item {
    margin: 0; }
    .footer_main__item-social {
      margin: 0 5px; }
  .footer_container {
    grid-template-columns: 1fr; }
  .footer_main-socail {
    margin: 0; } }

.conteiner .title {
  font-size: 36px;
  font-weight: bold;
  color: #302d2d;
  margin-top: 30px; }

.conteiner .our_works_wrap {
  display: flex; }

.conteiner .our_works__item {
  width: 90% !important;
  outline: none; }
  .conteiner .our_works__item:hover img {
    transform: scale(1.15);
    transition: .3s; }
  .conteiner .our_works__item:last-child {
    margin-top: 40px; }
  .conteiner .our_works__item_img {
    height: 400px;
    margin: 25px 0;
    overflow: hidden; }
    .conteiner .our_works__item_img img {
      transition: .3s;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .conteiner .our_works__item_subtitle {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.31px;
    color: #242321;
    text-transform: uppercase; }
  .conteiner .our_works__item_title {
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0;
    transition: .3; }
    .conteiner .our_works__item_title:hover {
      opacity: .8;
      transition: .3; }

.conteiner .our_works_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px 0; }

@media screen and (max-width: 992px) {
  .conteiner .title {
    font-size: 36px;
    font-weight: bold;
    color: #302d2d;
    margin-top: 30px; }
  .conteiner .our_works__item_img {
    height: 200px; } }

.title__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-top: 8px; }
  .title__wrap .title {
    margin-top: 0 !important; }

.slick-wrap {
  display: flex;
  align-items: center;
  width: 70px;
  justify-content: space-between;
  margin-right: 60px; }

.all_class_slick {
  cursor: pointer; }

.slick-second .slick_btn_arrow {
  transform: rotate(180deg); }

@media screen and (max-width: 1200px) {
  .conteiner .our_works__item_img {
    height: 300px; } }

@media screen and (max-width: 775px) {
  .conteiner .our_works__item {
    width: 100% !important; } }

@media screen and (max-width: 680PX) {
  .slick-wrap {
    margin-right: 0; }
  .conteiner .our_works__item_img {
    height: 45vw; } }

.db_content-active {
  border: 1px solid #0063ea;
  position: relative; }

.edit_link {
  position: absolute;
  height: 15px;
  width: 15px;
  color: #fff;
  transition: .0s;
  padding: 5px 3px 5px 5px;
  background-color: #0063ea;
  z-index: 99999;
  top: 0;
  right: -20px;
  transform: translateY(-50%);
  top: 50%; }
  .edit_link:hover {
    transition: .3s;
    transform: scale(1.05) translateY(-50%); }
  .edit_link svg {
    display: block; }

.header__admin {
  background-color: #242321;
  display: flex;
  align-items: center; }
  .header__admin__coll_2 {
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__admin_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    margin: 10px auto; }

.toggle_btn {
  margin-left: 10px; }

.loader_all {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99993;
  top: 0;
  left: 0; }
  .loader_all-active {
    display: block; }
  .loader_all__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite; }

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px; }

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px; }

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px; }

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px; }

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px; }

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px; }

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px; }

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px; }

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px; }

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px; }

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px; }

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px; }

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); } }

.iti {
  width: 100% !important; }

.iti__country-list {
  padding-top: 30px; }

.search_by_country {
  position: absolute !important;
  top: 5px;
  left: 0;
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid #0000003b; }


.bground {
  position: absolute;
  max-width: 100%; }

.bground1 {
  z-index: -10;
  position: absolute;
  right: 0;
  max-height: 400%; }

li {
  list-style: none; }

@media (max-width: 1410px) {
  .bground1 {
    margin-top: 500px; } }

@media (max-width: 1000px) {
  .bground1 {
    margin-top: 1200px; } }

/*header*/
.headerBlock {
  position: sticky;
  top: 0; }

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

.navIcon {
  display: none; }

.headerNav {
  display: flex;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px; }
  .headerNav-btn {
    cursor: pointer;
    margin-right: 40px; }
    .headerNav-btn:hover {
      border-bottom: 1px solid #ffc80d; }

.mobileNav {
  display: flex; }

.navigate {
  margin-top: 30px; }
  .navigate a {
    text-decoration: none;
    color: #242321;
    font-style: italic;
    font-weight: 400;
    font-size: 24px; }

.navServices {
  display: flex;
  justify-content: space-between; }

.servicesMenu {
  display: none;
  font-weight: 500;
  font-size: 24px;
  margin-right: 500px; }
  .servicesMenu img {
    margin-right: 20px; }
  .servicesMenu a:hover {
    color: #ffc80d; }

.pos {
  font-style: italic;
  font-size: 20px; }

.plus {
  transform: rotate(45deg); }

.design,
.webDev,
.servGoogle,
.analytic,
.servicesTitle,
.servicesTitle1,
.cart {
  display: none; }

.active {
  display: block; }

.servicesTitle {
  margin-left: 20px; }

.servicesTitle1 {
  margin-left: 55px; }

.servGoogle {
  margin-left: 50px; }

@media (max-width: 1210px) {
  .headerNav {
    font-size: 20px; }
  .navigate a {
    font-size: 20px; }
  .servicesMenu {
    margin-right: 300px;
    font-size: 16px; } }

@media (max-width: 950px) {
  .headerNav-btn {
    margin-right: 20px; } }

@media (max-width: 840px) {
  .navigate a {
    font-size: 16px; }
  .headerNav {
    display: none; }
  .navIcon {
    display: block;
    margin-right: 20px;
    font-size: 30px; }
  .servicesMenu {
    margin-right: 20px; }
  .pos {
    font-size: 14px; } }

@media (max-width: 460px) {
  .navigate a {
    font-size: 14px; }
  .servicesMenu {
    font-size: 14px;
    margin-right: 0; } }

/*cart*/
.cart-content {
  display: flex;
  z-index: 22; }

.cart_title {
  font-weight: 700;
  font-size: 70px;
  margin: 20px 0; }

.cart_items {
  width: 45%;
  padding-right: 5%;
  z-index: 22; }

.cart_descriptions {
  width: 45%;
  border-bottom: 2px solid black;
  padding-bottom: 20px;
  z-index: 22; }

.cart_item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 20px 0; }

.cart_item-name {
  font-weight: 500;
  font-size: 24px; }

.cart_item-btn {
  font-weight: 500;
  font-size: 24px;
  margin-right: 30px;
  z-index: 22; }

.cart_item-bt {
  font-weight: 700;
  font-size: 25px;
  padding: 0 10px;
  margin-right: 10px;
  cursor: pointer; }

.cart_item-bt:hover {
  background-color: #ffc80d;
  color: red;
  border-radius: 10px; }

.cart-btn {
  color: #242321;
  background-color: #ffc80d;
  padding: 5px;
  border: none;
  font-weight: 600;
  font-size: 24px;
  width: 100%;
  margin-top: 30px;
  border-radius: 20px;
  z-index: 22; }

.cart-btn:hover {
  color: #ffc80d;
  background-color: #242321; }

.description {
  border: none;
  width: 100%;
  height: 100%; }

@media (max-width: 840px) {
  .cart-content {
    display: flex;
    flex-direction: column; }
  .cart_items {
    width: 90%; }
  .cart_descriptions {
    width: 90%;
    height: 150px;
    margin-top: 40px; }
  .cart_title {
    font-size: 62px; } }

@media (max-width: 540px) {
  .cart_title {
    font-size: 40px; }
  .cart_items,
  .cart_descriptions {
    width: 110%;
    margin-left: -30px; } }

/*landing*/
.counter {
  display: none; }

.angle {
  position: absolute;
  width: 19px;
  height: 19px;
  border-color: #242321; }
  .angle--top-left {
    top: 0;
    left: 0;
    border-top: 2px solid;
    border-left: 2px solid; }
  .angle--top-right {
    top: 0;
    right: 0;
    border-top: 2px solid;
    border-right: 2px solid; }
  .angle--bottom-left {
    bottom: -2px;
    left: 0;
    border-bottom: 2px solid;
    border-left: 2px solid; }
  .angle--bottom-right {
    bottom: -2px;
    right: 0;
    border-bottom: 2px solid;
    border-right: 2px solid; }

.landing {
  display: flex;
  justify-content: space-between;
  margin-top: 21px;
  padding-bottom: 48px;
  color: #242321;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500; }
  .landing button {
    transition: all 0.15s; }
    .landing button:active {
      transform: translate(1px, 2px); }
  @media (max-width: 840px) {
    .landing {
      margin-top: 80px; } }

.landing_items {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 22px 0 0 40px; }
  .landing_items-form {
    max-width: 770px;
    width: 100%; }
  .landing_items .items_form-top {
    position: relative; }

.landing_descriptions {
  max-width: 880px;
  width: 100%; }

.landing_descriptions-title {
  font-size: 64px;
  line-height: 78px;
  font-weight: 700; }
  @media (max-width: 600px) {
    .landing_descriptions-title {
      font-size: 40px;
      line-height: 46px; } }

.landing_descriptions-info {
  margin: 40px 0 0;
  padding-bottom: 66px; }
  @media (max-width: 600px) {
    .landing_descriptions-info {
      font-size: 20px; } }

.items_form-bottom {
  position: relative; }

.items_form-title {
  margin-bottom: 15px;
  padding: 15px 15px 0;
  text-align: center; }

.items_form-desc {
  padding: 10px 45px;
  display: flex;
  align-items: center; }

.items_form-details li {
  list-style-type: disc; }

.addInCart {
  background-color: #ffc80d;
  padding: 1px 45px;
  border: 2px solid #fff; }

.quikOrder {
  background-color: #fff;
  padding: 1px 50px;
  border: 2px solid #ffc80d; }
  .quikOrder:hover {
    background-color: #ffc80d;
    border: 2px solid #fff; }
  @media (max-width: 670px) {
    .quikOrder {
      margin-top: 15px; } }

.addInCart:hover {
  background-color: #fff;
  border: 2px solid #ffc80d; }

.items_fotm-btns {
  display: flex;
  justify-content: center;
  margin-top: 21px;
  padding-bottom: 25px; }
  .items_fotm-btns button {
    text-transform: lowercase;
    border-radius: 20px; }
  .items_fotm-btns button + button {
    margin-left: 15px; }
    @media (max-width: 670px) {
      .items_fotm-btns button + button {
        margin-left: 0; } }

.items_form-item {
  display: flex;
  padding: 30px 0 30px 60px;
  border-bottom: 2px solid #242321;
  z-index: 10;
  user-select: none;
  cursor: pointer; }
  .items_form-item .items_form-plus {
    font-size: 32px;
    transition: all 0.2s;
    cursor: pointer; }
  .items_form-item .items_form-name {
    margin-left: 80px;
    cursor: pointer; }
  .items_form-item.selected {
    background-color: #ffc80d; }
    .items_form-item.selected .items_form-plus {
      transform: rotate(45deg); }
  .items_form-item:hover {
    background-color: #ffc80d;
    border-bottom: 2px solid #fff; }

.active {
  display: block; }

.items_form-add {
  padding-right: 70px;
  padding-left: 30px; }

.unactive {
  display: none; }

.addAll {
  width: 100%;
  background-color: #ffc80d;
  margin-top: 15px;
  padding: 4px 0;
  font-weight: 600;
  border: 2px solid #fff; }
  .addAll:hover {
    background-color: #fff;
    border: 2px solid #ffc80d; }

@media (max-width: 840px) {
  .landing {
    flex-direction: column; }
  .landing_descriptions {
    width: 95%;
    margin-top: 30px; }
  .landing_items {
    width: 95%;
    margin: 50px 0 0; } }

@media (max-width: 670px) {
  .items_form-desc {
    flex-direction: column;
    padding: 10px 0; }
  .items_form-title {
    padding-top: 30px; }
  .items_fotm-btns {
    flex-direction: column;
    padding-bottom: 60px; }
  .items_form-details {
    margin-top: 20px;
    margin-left: 0;
    font-size: 17px; } }

.close-btn {
  width: 30px;
  background-color: inherit;
  border: none;
  outline: none; }
  .close-btn:active {
    transform: translate(0, 0) !important; }
  .close-btn img {
    width: 100%;
    cursor: pointer; }
  @media (max-width: 600px) {
    .close-btn {
      right: 60px; } }
  @media (max-width: 480px) {
    .close-btn {
      right: 20px; } }

.modal_send-btn {
  width: auto !important; }

/*body dev*/
.dev_top {
  display: flex; }

.dev_descriptions {
  width: 45%;
  margin-right: 5%; }

.dev_links {
  width: 100%;
  margin: 10px 0 0 160px; }
  @media (max-width: 1600px) {
    .dev_links {
      margin: 10px 0 0 60px; } }
  @media (max-width: 1110px) {
    .dev_links {
      margin: 0; } }

.dev_descriptions-title {
  margin: 20px 0 35px 0;
  font-weight: 700;
  font-size: 70px; }

.dev_descriptions-info {
  font-weight: 500;
  font-size: 24px; }

.link-item {
  max-width: 880px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 25px 25px 25px 50px;
  border: 2px solid #fff;
  cursor: pointer; }
  .link-item:hover {
    border: 2px solid #242321; }

.link-logo {
  width: 120px;
  cursor: pointer; }

.link_info {
  margin-left: 45px;
  padding-left: 45px;
  border-left: 2px solid #242321;
  cursor: pointer; }
  .link_info-title {
    font-size: 48px;
    line-height: 59px;
    font-weight: 500;
    color: #242321;
    cursor: pointer; }
  .link_info-desc {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #242321;
    cursor: pointer; }

@media (max-width: 1380px) {
  .dev_descriptions {
    width: 40%;
    margin: 0; } }

@media (max-width: 1200px) {
  .link-logo {
    width: 80px; }
  .link_info-title {
    font-size: 40px; } }

@media (max-width: 840px) {
  .dev_top {
    flex-direction: column; }
  .dev_descriptions,
  .dev_links {
    width: 100%;
    margin-bottom: 50px; }
  .link_info-title {
    font-size: 38px; } }

@media (max-width: 650px) {
  .link-item {
    padding: 20px 20px 20px 30px; }
  .link_info {
    margin-left: 25px;
    padding-left: 25px; }
  .link_info-title {
    font-size: 28px;
    line-height: 32px; }
  .link-line {
    margin: 0 10px; } }

@media (max-width: 460px) {
  .dev_descriptions-title {
    font-size: 50px; }
  .dev_descriptions-info {
    font-size: 20px;
    width: 100%; }
  .dev_links {
    width: 100%; }
  .link-item {
    padding: 15px; }
  .link-logo {
    width: 55px;
    height: 55px; }
  .link_info-title {
    font-size: 22px;
    margin: 0; }
  .link_info-desc {
    display: none; } }

@media (max-width: 400px) {
  .link_info-title {
    font-size: 20px;
    overflow-wrap: anywhere; } }

/*etaps*/
.work_etaps-title {
  font-size: 70px;
  line-height: 85px;
  font-weight: 700; }
  @media (max-width: 600px) {
    .work_etaps-title {
      font-size: 40px;
      line-height: 46px; } }

.work_etaps {
  margin-top: 67px;
  padding-bottom: 103px; }

.etaps_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1480px;
  margin: 0 auto; }

.etap_symbols {
  display: flex; }
  .etap_symbols div {
    width: 28px;
    height: 28px;
    margin: 0 28px; }

.etaps_item {
  padding: 20px;
  max-width: 240px;
  width: 100%;
  height: 405px;
  text-align: center;
  color: #242321;
  border: 1px solid #242321;
  box-shadow: 5px 5px #ffc80d; }

.etap_number {
  font-size: 125px;
  line-height: 152px; }

.etap_title {
  font-size: 35px;
  line-height: 43px;
  font-weight: 700;
  text-transform: lowercase; }

.etap_descriptions {
  text-align: left;
  margin: 52px 0 0 20px;
  padding: 0; }
  .etap_descriptions li {
    list-style-type: disc;
    line-height: 20px;
    font-weight: 500; }

.circle {
  background-color: #ffc80d;
  border-radius: 100%; }

@media (max-width: 1800px) {
  .etaps_row {
    margin: 0 80px; } }

@media (max-width: 1550px) {
  .etaps_row {
    margin: 0; } }

@media (max-width: 1440px) {
  .etap_symbols div {
    margin: 10px; } }

@media (max-width: 1200px) {
  .etap_symbols {
    display: none; }
  .etaps_row {
    flex-direction: column; }
  .etaps_item {
    margin-bottom: 40px;
    width: 250px; } }

@media (max-width: 900px) {
  .etaps_item {
    width: 200px; } }

/*slider*/
.slider {
  margin-top: 103px;
  padding-bottom: 66px;
  color: #242321; }
  .slider_title {
    margin-bottom: 32px;
    font-size: 70px;
    line-height: 85px;
    font-weight: 700; }
    @media (max-width: 600px) {
      .slider_title {
        font-size: 40px;
        line-height: 46px; } }

.slide {
  border-left: 5px solid #ffff; }

.slide-name {
  margin-top: 32px;
  text-transform: capitalize;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700; }

/*page*/
.page_container {
  margin: 0 auto;
  padding: 0 70px; }
  @media (max-width: 1240px) {
    .page_container {
      padding: 0 50px; } }
  @media (max-width: 650px) {
    .page_container {
      padding: 0 20px; } }

.page_path {
  margin-top: 94px; }
  .page_path-chevron {
    font-size: 26px;
    margin: 0 8px; }
  .page_path a {
    text-transform: lowercase;
    color: #242321;
    font-size: 24px;
    line-height: 29px; }
    .page_path a:hover {
      color: #ffc80d;
      cursor: pointer; }

.page_landing {
  padding-bottom: 39px; }
  @media (max-width: 1110px) {
    .page_landing {
      flex-direction: column;
      padding-bottom: 71px; } }

.page_info {
  max-width: 740px;
  width: 100%; }
  @media (max-width: 1600px) {
    .page_info {
      max-width: 600px; } }
  @media (max-width: 1240px) {
    .page_info {
      max-width: 400px; } }
  @media (max-width: 1110px) {
    .page_info {
      max-width: 100%; } }

.page_title {
  font-size: 70px;
  line-height: 85px;
  font-weight: 700; }
  @media (max-width: 600px) {
    .page_title {
      font-size: 40px;
      line-height: 46px; } }

.confirm-btn {
  width: 100%;
  background-color: #ffc80d;
  border-radius: 51px;
  text-transform: lowercase;
  color: #242321;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  border: none;
  outline: none; }
  .confirm-btn:disabled {
    background-color: #b8b8b8; }

.basket {
  padding-bottom: 112px; }
  .basket_center {
    display: flex;
    justify-content: space-between;
    padding: 0; }
  .basket_left {
    max-width: 730px;
    width: 100%; }
  .basket_title {
    margin: 0;
    font-weight: 700;
    font-size: 70px;
    line-height: 85px; }
  .basket_items {
    margin-top: 12px; }
  .basket_notification {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    margin: 30px 0 20px;
    padding: 10px;
    text-align: center;
    color: #dc2a1c;
    font-size: 24px;
    font-weight: 700;
    border: 1px solid #dc2a1c;
    border-radius: 10px;
    box-shadow: 6px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05); }
    @media (max-width: 830px) {
      .basket_notification {
        margin-top: 30px; } }
  .basket_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px 60px 23px 10px;
    color: #242321; }
    .basket_item-title {
      margin: 0 16px 0 0;
      font-size: 24px;
      line-height: 29px;
      font-weight: 500; }
    .basket_item-remove {
      font-size: 36px;
      cursor: pointer;
      transform: rotate(45deg); }
  .basket_item + .basket_item {
    border-top: 2px solid #242321; }
  .basket_confirm-btn {
    margin-top: 6px; }
  .basket_order {
    max-width: 886px;
    width: 100%;
    margin: 97px 0 0 100px; }
    .basket_order-form-field {
      width: 100%; }
    .basket_order-form-field + .basket_order-form-field {
      margin-top: 50px; }
    .basket_order-form-input {
      width: 100%;
      padding-bottom: 7px;
      color: #242321;
      font-size: 24px;
      line-height: 29px;
      font-weight: 500;
      border: none;
      border-bottom: 2px solid #242321;
      outline: none; }
      .basket_order-form-input::placeholder {
        color: #242321;
        font-size: 24px;
        line-height: 29px;
        font-weight: 500; }
    .basket_order-bottom {
      position: relative;
      margin-top: 50px;
      padding-top: 20px; }
  .basket_comment {
    max-width: calc(100% - 55px); }
    .basket_comment label {
      margin-left: 35px;
      color: #242321;
      font-size: 24px;
      font-weight: 500; }
    .basket_comment textarea {
      height: 180px;
      padding: 20px 20px 20px 35px;
      outline: none;
      border: none;
      border-bottom: 2px solid #242321; }
  @media (max-width: 1200px) {
    .basket_center {
      flex-direction: column;
      justify-content: center;
      width: 100%; }
    .basket_left {
      max-width: 100%; }
    .basket_title {
      font-size: 62px;
      line-height: 76px; }
    .basket_order {
      max-width: 100%;
      margin: 48px 0 0; }
    .basket_comment textarea {
      height: 192px; } }
  @media (max-width: 840px) {
    .basket {
      padding-bottom: 117px; }
      .basket_center {
        margin: 0; }
      .basket_title {
        font-size: 41px;
        line-height: 50px; } }
  @media (max-width: 600px) {
    .basket {
      padding-bottom: 339px; }
      .basket_left {
        margin-top: 16px; }
      .basket_title {
        text-align: center; }
      .basket_items {
        margin-top: 28px; }
      .basket_item {
        flex-direction: row-reverse;
        justify-content: flex-end;
        padding: 27px 10px 27px 60px; }
        .basket_item-title {
          margin: 0 0 0 24px;
          font-size: 18px;
          line-height: 22px; }
      .basket_confirm-btn {
        position: absolute;
        bottom: 235px;
        left: 0;
        width: 100%;
        border-radius: 0; }
      .basket_order {
        margin-top: 44px; }
      .basket_angle {
        display: none; }
      .basket_comment label {
        margin: 0;
        font-size: 18px;
        line-height: 22px; }
      .basket_comment textarea {
        height: 122px;
        font-size: 16px; } }


/*# sourceMappingURL=index.css.map*/