/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

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

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

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

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

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

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

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

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

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

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

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

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

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

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

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
  font-display: swap; }

@font-face {
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/PTSansNarrow-Regular.woff2") format("woff2");
  font-display: swap; }

@font-face {
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/PTSansNarrow-Bold.woff2") format("woff2");
  font-display: swap; }

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

html {
  display: flex;
  flex-direction: column;
  min-height: 100%; }

body {
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  font-family: 'PT Sans Narrow', sans-serif; }
  body.modal-open {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

img {
  vertical-align: middle; }

a {
  text-decoration: none;
  color: #fff;
  transition: color .2s; }
  a:visited {
    color: #fff; }
  a:hover {
    color: #01D83F; }
  a.link_underline {
    color: inherit;
    text-decoration: underline; }
    a.link_underline:hover {
      color: #fff; }

button {
  border: none;
  outline: none; }

.button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-width: 160px;
  padding: 0px 30px;
  background-color: #4D7EFF;
  border-radius: 12px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.41px;
  transition: background-color .2s, color .2s;
  cursor: pointer;
  flex-shrink: 0; }
  .button:disabled {
    background-color: #BFBFBF;
    cursor: default; }
  .button:focus:not(disabled) {
    background-color: #3468EE; }
  .button:hover {
    background-color: #3468EE; }
  .button_whatsapp {
    position: relative; }
    .button_whatsapp::after {
      content: '';
      display: inline-block;
      position: relative;
      width: 24px;
      height: 24px;
      background-image: url("../images/svg/brand-whatsapp.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      margin-left: 8px; }
  .button_telegram {
    position: relative; }
    .button_telegram::after {
      content: '';
      display: inline-block;
      position: relative;
      width: 24px;
      height: 24px;
      background-image: url("../images/svg/brand-telegram.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      margin-left: 8px; }
  .button_vk {
    position: relative; }
    .button_vk::after {
      content: '';
      display: inline-block;
      position: relative;
      width: 24px;
      height: 24px;
      background-image: url("../images/svg/brand-vk.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      margin-left: 8px; }
  .button.secondary {
    padding: 12px 30px;
    background: #01D83F;
    min-width: auto; }
    .button.secondary:hover {
      background-color: #07ca3e; }
  .button.round {
    border-radius: 67px; }
  .button_mtop {
    margin-top: 10px; }
  .button_mright {
    margin-right: 12px; }
  .button_fwidth {
    width: 100%; }

h1 {
  font-weight: 600;
  font-size: 24px;
  margin-block-start: 0;
  margin-block-end: 0; }

h2 {
  font-weight: 600;
  font-size: 20px; }

.modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2px); }
  .modal-backdrop_no-bg {
    background: transparent;
    backdrop-filter: blur(0px); }
    .modal-backdrop_no-bg.opened {
      display: block; }

@media screen and (max-width: 567px) {
  .input-block {
    min-width: auto; } }

.app {
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  font-size: 16px;
  z-index: 0;
  background: #252525; }
  .app__title {
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase; }
  .app__title-accent {
    color: #FF0019; }
  .app__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%; }
  .app__jumbo {
    padding: 0;
    margin: 0 100px;
    position: relative;
    z-index: 1;
    position: absolute;
    top: 60%;
    transform: translateY(-50%); }
  .app__button-row {
    display: flex;
    align-items: center;
    padding-top: 48px;
    flex-wrap: wrap; }
    .app__button-row .button:first-of-type {
      margin-right: 24px; }
  .app__top {
    position: relative; }
  .app__top-image {
    position: absolute;
    top: 42px;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden; }
    .app__top-image .tns-nav {
      position: absolute;
      bottom: 0;
      z-index: 1;
      left: 50%;
      transform: translateX(-50%); }
    .app__top-image .controls {
      left: 20px;
      right: 20px; }
  .app__top-image-slider {
    position: absolute;
    height: 100%; }
  .app__top-image-day {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/jpg/bg-1440.jpg");
    background-position: bottom right; }
  .app__top-image-night {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/jpg/bg-1440-dark.jpg");
    background-position: bottom right; }
  .app__block {
    padding: 0 80px;
    max-width: 1440px;
    width: 100%;
    align-self: center; }
    .app__block_accordion {
      padding-top: 100px; }
      .app__block_accordion .app__title {
        margin-bottom: 56px; }

@media screen and (max-width: 967px) {
  .app__top-image-day {
    background-image: url("../images/jpg/bg-744.jpg"); }
  .app__top-image-night {
    background-image: url("../images/jpg/bg-744-dark.jpg"); }
  .app__block {
    padding: 0 24px; }
  .app__jumbo {
    margin: 0 24px; }
  .app__title {
    font-size: 48px; } }

@media screen and (max-width: 740px) {
  .app__title {
    font-size: 24px; }
  .app__jumbo {
    padding: 32px 0 64px;
    margin: 0 24px;
    position: relative;
    transform: none; }
    .app__jumbo button {
      margin-top: 20px; }
  .app__button-row {
    padding-top: 0; }
  .app__top-image {
    position: relative;
    height: 200px;
    top: 0;
    margin-top: 42px; }
  .app__top-image-day {
    background-image: url("../images/jpg/bg-320.jpg"); }
  .app__top-image-night {
    background-image: url("../images/jpg/bg-320-dark.jpg"); }
  .app__block_accordion {
    padding-top: 32px; }
    .app__block_accordion .app__title {
      margin-bottom: 24px; } }

.modal-box {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(3, 3, 3, 0.9);
  transition: all .3s ease-out;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10; }
  .modal-box__close {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("../images/svg/cancel_24.svg");
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer; }
  .modal-box__image-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20; }
  .modal-box .controls {
    left: 40px;
    right: 40px; }
    .modal-box .controls > div {
      z-index: 20; }
  .modal-box .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9; }
  .modal-box img {
    max-width: 80%;
    max-height: 80%;
    border-radius: 13px;
    overflow: hidden;
    object-fit: contain;
    z-index: 10; }

.header {
  width: 100%;
  transition: all .2s; }
  .header__inner {
    display: flex;
    justify-content: space-between;
    padding: 20px 80px;
    width: 100%;
    transition: padding .2s; }
  .header__container {
    width: 100%;
    min-height: 135px;
    position: relative;
    z-index: 5; }
  .header__group {
    display: flex;
    align-items: center; }
    .header__group_flex-end {
      justify-content: flex-end; }
  .header__logo {
    background-image: url("../images/svg/craftsman-logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 160px;
    height: 53px;
    margin-right: 40px; }
  .header__network {
    position: relative;
    background: #202D41;
    border-radius: 44px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    margin-right: 16px; }
    .header__network:hover {
      background: #31496E; }
    .header__network_binance {
      background-image: url("../images/svg/binance_20.svg");
      background-repeat: no-repeat;
      background-size: 20px 20px;
      background-position: center; }
    .header__network_eth {
      background-image: url("../images/svg/eth.svg");
      background-repeat: no-repeat;
      background-size: 20px 20px;
      background-position: center; }
    .header__network_polygon {
      background-image: url("../images/svg/polygon.svg");
      background-repeat: no-repeat;
      background-size: 20px 20px;
      background-position: center; }
  .header__link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #FFFFFF; }
    .header__link + .header__link {
      margin-left: 50px; }
  .header__menu-icon {
    background-image: url("../images/svg/menu-2.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    background-position: center;
    width: 28px;
    height: 28px;
    cursor: pointer; }
  .header.fixed {
    position: fixed;
    background-color: #211F1F;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    z-index: 10; }
    .header.fixed .header__inner {
      padding: 10px 80px; }

@media screen and (max-width: 967px) {
  .header__inner {
    padding: 16px 24px;
    align-items: center; }
  .header__logo {
    width: 159px;
    height: 33px; }
  .header.fixed .header__inner {
    padding: 16px 24px; } }

@media screen and (max-width: 740px) {
  .header__container {
    position: absolute; } }

.marquee {
  display: flex;
  overflow: hidden;
  width: 100%;
  background: #252525;
  white-space: nowrap; }
  .marquee__content {
    flex: 1;
    justify-content: center;
    animation-duration: 20s;
    animation-delay: 1s;
    transform: translateX(0); }
  .marquee__content-inner {
    display: flex; }
  .marquee__item {
    padding: 12px 110px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
    flex-shrink: 0; }
  .marquee__item-title {
    text-transform: uppercase;
    margin-right: 8px;
    color: #fff; }
  .marquee__item-contact {
    color: #01D83E;
    text-transform: uppercase;
    cursor: pointer; }
    .marquee__item-contact:visited {
      color: #01D83E; }

@media screen and (max-width: 1079px) {
  .marquee {
    bottom: 97px; } }

@keyframes marquee-animation {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

.we-do {
  padding: 30px 0 90px;
  background-color: #211F1F; }
  .we-do__title {
    font-weight: 700;
    font-size: 56px;
    display: flex;
    align-items: center;
    text-transform: uppercase; }
  .we-do__subtitle {
    font-family: "Inter";
    font-weight: 500;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-transform: uppercase; }
  .we-do__decor {
    background-color: #01D83F;
    width: 96px;
    height: 13px;
    margin-right: 28px; }
    .we-do__decor_thin {
      width: 64px;
      height: 6px;
      margin-right: 0px;
      margin-left: 28px; }
  .we-do__tiles-row {
    display: flex;
    justify-content: space-between;
    padding: 0px 124px; }
  .we-do__tiles-row-inner {
    display: flex;
    justify-content: space-between; }
  .we-do__tile {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 50%;
    padding: 0 10px; }
    .we-do__tile img {
      max-width: 237px;
      margin-bottom: 12px; }
  .we-do__tile-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 237px;
    height: 237px;
    transition: background-image .2s; }
    .we-do__tile-image_glasses {
      background-image: url("../images/png/glass/Hover.png");
      background-image: url("../images/png/glass/Default.png"); }
      .we-do__tile-image_glasses:hover {
        background-image: url("../images/png/glass/Hover.png"); }
    .we-do__tile-image_paint {
      background-image: url("../images/png/color/Hover.png");
      background-image: url("../images/png/color/Default.png"); }
      .we-do__tile-image_paint:hover {
        background-image: url("../images/png/color/Hover.png"); }
    .we-do__tile-image_lense {
      background-image: url("../images/png/lense/Hover.png");
      background-image: url("../images/png/lense/Default.png"); }
      .we-do__tile-image_lense:hover {
        background-image: url("../images/png/lense/Hover.png"); }
    .we-do__tile-image_pliers {
      background-image: url("../images/png/tools/Hover.png");
      background-image: url("../images/png/tools/Default.png"); }
      .we-do__tile-image_pliers:hover {
        background-image: url("../images/png/tools/Hover.png"); }
  .we-do__tile-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #fff; }
  .we-do__tile-desc {
    color: #BFBFBF;
    font-size: 15px;
    text-transform: uppercase; }

@media screen and (max-width: 1279px) {
  .we-do__title {
    font-size: 46px; }
  .we-do__subtitle {
    font-size: 20px;
    margin-bottom: 28px;
    text-align: right; }
  .we-do__tiles-row {
    flex-wrap: wrap; } }

@media screen and (max-width: 967px) {
  .we-do__tiles-row {
    padding: 0 24px; } }

@media screen and (max-width: 740px) {
  .we-do__tiles-row {
    padding: 0 20px; }
  .we-do__tile {
    width: 100%; }
    .we-do__tile:not(.we-do__tile:first-of-type) {
      margin-left: 0px; }
  .we-do__tiles-row-inner {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%; }
  .we-do__subtitle {
    font-size: 12px;
    margin-bottom: 28px; }
  .we-do__title {
    font-size: 28px; }
  .we-do__decor {
    width: 36px;
    margin-right: 20px; }
    .we-do__decor_thin {
      width: 14px;
      margin-right: 0;
      margin-left: 6px; } }

.why-us {
  padding-top: 100px; }
  .why-us__info {
    flex: 1;
    padding-left: 28px;
    flex-shrink: 0;
    margin-top: 80px; }
  .why-us__info-title {
    font-weight: 700;
    font-size: 56px;
    margin-bottom: 24px;
    text-transform: uppercase; }
  .why-us__info-text {
    font-size: 18px;
    line-height: 28px; }
  .why-us__info-list {
    padding-left: 36px; }
  .why-us__info-list-item {
    list-style-type: disc;
    color: #fff;
    font-size: 24px; }
    .why-us__info-list-item + .why-us__info-list-item {
      margin-top: 20px; }
  .why-us__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start; }
  .why-us__emoji {
    margin-top: 32px; }
  .why-us__emoji-container {
    display: flex;
    margin-bottom: 100px;
    margin-top: 70px; }
  .why-us__emoji-row {
    display: flex;
    justify-content: space-between;
    flex: 1; }
  .why-us__emoji-row-col {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column; }
  .why-us__emoji-col-text {
    margin-top: 16px;
    text-align: center;
    max-width: 160px;
    font-size: 18px; }
  .why-us__photos {
    flex: 1;
    display: flex;
    padding-bottom: 174px;
    position: relative;
    align-items: center; }
    .why-us__photos::before {
      content: '';
      position: absolute;
      left: -26px;
      top: -40px;
      bottom: -5px;
      right: -22px;
      background-image: url("../images/png/why-us-glow.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
  .why-us__photo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    max-width: 50%; }
    .why-us__photo_second {
      top: 123px;
      right: 50px; }
  .why-us__bg-logo {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 664px;
    height: 103px;
    background-image: url("../images/png/craftsman-bg-logo.png");
    right: 0;
    margin-top: 42px; }

@media screen and (max-width: 1279px) {
  .why-us__info {
    margin-top: 0; }
  .why-us__info-title {
    font-size: 24px; }
  .why-us__info-text {
    font-size: 18px; }
  .why-us__photo_second {
    top: 56px;
    right: 50px; }
  .why-us__bg-logo {
    width: 437px;
    height: 68px; }
  .why-us__info-list-item {
    font-size: 20px; }
  .why-us__emoji-container {
    flex-direction: column; }
  .why-us__emoji-row + .why-us__emoji-row {
    margin-top: 70px; } }

@media screen and (max-width: 967px) {
  .why-us {
    padding-top: 50px;
    padding-bottom: 120px; }
    .why-us__info {
      padding-top: 0px;
      padding-left: 0px; }
    .why-us__photo_second {
      top: 56px;
      right: 50px; } }

@media screen and (max-width: 740px) {
  .why-us {
    padding-bottom: 235px; }
    .why-us__row {
      flex-direction: column; }
    .why-us__photos {
      align-self: center;
      padding-bottom: 80px; }
    .why-us__bg-logo {
      position: absolute;
      background-repeat: no-repeat;
      background-size: cover;
      width: 295px;
      height: 69px;
      background-image: url("../images/png/craftsman-bg-logo.png");
      right: 0;
      margin-top: 42px; }
    .why-us::after {
      content: '';
      position: absolute;
      background-repeat: no-repeat;
      background-image: url("../images/png/craftsman-bg-logo-full.png");
      background-size: cover;
      background-position: center right;
      width: 174px;
      height: 69px;
      left: 0;
      margin-top: 130px; }
    .why-us__info-title {
      font-size: 24px; }
    .why-us__info-list {
      padding-left: 26px; }
    .why-us__info-list-item {
      font-size: 16px; }
      .why-us__info-list-item + .why-us__info-list-item {
        margin-top: 8px; }
    .why-us__info {
      margin: 24px 0; }
    .why-us__emoji-row {
      flex-direction: column; }
      .why-us__emoji-row + .why-us__emoji-row {
        margin-top: 50px; }
    .why-us__emoji-row-col + .why-us__emoji-row-col {
      margin-top: 50px; }
    .why-us__emoji-col-text {
      width: 100%; } }

.subscribe-block {
  position: relative;
  padding: 0 80px;
  max-width: 1440px;
  width: 100%;
  align-self: center; }
  .subscribe-block__glow {
    position: absolute;
    left: 0;
    right: 0;
    top: -150px;
    bottom: -100px;
    background-image: url("../images/png/glow.png");
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none; }
  .subscribe-block__plate {
    background-color: #1B1B1B;
    padding: 32px;
    display: flex;
    align-items: center;
    border-radius: 13px;
    position: relative; }
  .subscribe-block__plate-inner {
    display: flex;
    align-items: center; }
  .subscribe-block__icon {
    background-repeat: no-repeat;
    background-size: contain;
    width: 168px;
    height: 168px;
    flex-shrink: 0; }
    .subscribe-block__icon_telegram {
      background-image: url("../images/png/telegram-big.png"); }
    .subscribe-block__icon_vk {
      background-image: url("../images/png/vk-big.png"); }
    .subscribe-block__icon_ozon {
      background-image: url("../images/png/ozon-big.png");
      width: 136px;
      height: 136px;
      margin-right: 30px; }
  .subscribe-block__info-title {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 4px;
    text-transform: uppercase; }
  .subscribe-block__info-title-accent {
    color: #3468EE; }
  .subscribe-block__info-text {
    color: #BFBFBF;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .subscribe-block__img {
    position: absolute;
    width: 38%;
    height: 293px;
    background-image: url("../images/png/iphone.png");
    background-repeat: no-repeat;
    background-size: contain;
    right: 24px;
    top: -60px; }
    .subscribe-block__img_vk {
      background-image: url("../images/png/iphone-2.png");
      width: 244px;
      height: 265px;
      top: -33px;
      right: 100px; }
    .subscribe-block__img_art {
      background-image: url("../images/png/art-logo.png");
      width: 190px;
      height: 123px;
      top: 54px;
      right: 58px; }
    .subscribe-block__img_ozon {
      background-image: url("../images/png/bag.png");
      width: 300px;
      height: 300px;
      top: -80px;
      right: 0; }
  .subscribe-block_ozon {
    padding-top: 40px; }

@media screen and (max-width: 1279px) {
  .subscribe-block__img {
    display: none; }
    .subscribe-block__img_art {
      display: block;
      background-image: url("../images/png/art-logo.png");
      width: 129px;
      height: 84px;
      top: auto;
      right: 38px;
      bottom: 26px; } }

@media screen and (max-width: 967px) {
  .subscribe-block {
    padding: 0 24px; } }

@media screen and (max-width: 740px) {
  .subscribe-block {
    padding: 24px 16px; }
    .subscribe-block__img_art {
      display: none; }
    .subscribe-block__info-title {
      font-size: 18px; }
    .subscribe-block__info-text {
      font-size: 12px;
      margin-bottom: 0px; }
    .subscribe-block__button {
      margin-top: 16px; }
    .subscribe-block__plate {
      padding: 16px;
      display: flex;
      flex-direction: column;
      align-items: stretch; }
    .subscribe-block__icon {
      width: 64px;
      height: 64px;
      margin-right: 20px;
      background-size: 110%;
      margin-right: 4px;
      background-position: center; } }

.gallery {
  padding-top: 78px;
  padding-bottom: 70px; }
  .gallery__slider-container {
    position: relative;
    margin: 44px -10px 0px;
    display: flex; }
    .gallery__slider-container .tns-outer {
      max-width: 100%; }
  .gallery__slider {
    display: flex; }
  .gallery__slider-item {
    padding: 0px 10px;
    display: flex !important; }
    .gallery__slider-item.hidden {
      visibility: hidden; }
  .gallery__slider-photo {
    flex: 1;
    border-radius: 13px;
    overflow: hidden;
    cursor: pointer;
    width: 100%; }
    .gallery__slider-photo.hidden {
      visibility: hidden; }
    .gallery__slider-photo_small {
      height: calc(50% - 10px); }
      .gallery__slider-photo_small:not(:first-child) {
        margin-top: 20px; }
    .gallery__slider-photo img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .gallery__slider-group {
    width: 100%; }

.tns-nav {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px; }

.tns-nav button {
  height: 12px;
  width: 8px;
  background-color: rgba(255, 255, 255, 0.16);
  border: none;
  margin-left: 8px;
  border-radius: 50%; }

.tns-nav .tns-nav-active {
  background-color: #3468EE; }

.image-box {
  width: 25%;
  height: 227px;
  min-width: 250px;
  padding: 8px;
  box-shadow: 0 0 3px #bdbdbd;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: zoom-in;
  transition: all 0.2s ease-in;
  border-radius: 4px; }
  .image-box img {
    width: 100%;
    height: 100%; }
  .image-box:hover {
    box-shadow: 0 5px 18px -3px #bdbdbd; }

@media screen and (max-width: 967px) {
  .gallery {
    padding-bottom: 0; } }

@media screen and (max-width: 740px) {
  .gallery {
    padding-top: 32px; }
    .gallery__slider-container {
      margin-top: 24px; } }

.offline-store {
  padding-top: 85px;
  padding-bottom: 100px; }
  .offline-store .app__title {
    position: relative; }
    .offline-store .app__title::after {
      content: ' .';
      color: #01D83F; }
  .offline-store__slider {
    display: flex;
    max-height: 230px; }
  .offline-store__slider-container {
    position: relative;
    margin: 0px -10px;
    margin-top: 44px; }
  .offline-store__slider-main-image {
    width: 100%;
    height: 660px;
    margin-top: 50px;
    border-radius: 13px;
    overflow: hidden;
    background-color: #333; }
    .offline-store__slider-main-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .offline-store__slider-main-image iframe {
      border-radius: 13px;
      width: 100% !important;
      height: 100% !important; }
  .offline-store__slider-photo {
    flex: 1;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 10px;
    cursor: pointer; }
    .offline-store__slider-photo img {
      width: 100%;
      height: 100%;
      border-radius: 13px;
      object-fit: cover; }
    .offline-store__slider-photo iframe {
      border-radius: 13px;
      width: 100% !important;
      height: 100% !important;
      pointer-events: none; }

@media screen and (max-width: 967px) {
  .offline-store {
    padding-bottom: 50px; } }

@media screen and (max-width: 740px) {
  .offline-store {
    padding-top: 32px; }
    .offline-store__slider-container {
      margin-top: 20px; }
    .offline-store__slider-main-image {
      margin-top: 24px; } }

.accordion:first-child {
  margin-top: 56px; }

.accordion__title {
  padding: 20px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  cursor: pointer; }

.accordion__body {
  max-height: 0;
  transition: max-height .5s;
  overflow: hidden;
  padding: 0;
  font-family: 'Ubuntu', sans-serif;
  line-height: 22px; }

.accordion__body-content {
  padding: 30px 24px; }

.accordion__title-icon {
  background-image: url("../images/svg/cancel_24.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  width: 24px;
  height: 24px;
  transition: transform .5s;
  cursor: pointer;
  transform: rotate(45deg); }

.accordion_active .accordion__title-icon {
  transform: rotate(0deg); }

.accordion_active .accordion__body {
  border-top: 1px solid rgba(255, 255, 255, 0.14); }

.building {
  display: flex;
  position: relative;
  height: 374px;
  font-family: sans-serif;
  padding: 0; }
  .building::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 374px;
    width: 50%;
    background-image: url("../images/png/route/1440.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    z-index: -1; }
  .building__content {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #252525 55.98%, rgba(37, 37, 37, 0) 100%);
    flex-wrap: wrap;
    max-width: 70%;
    padding: 0 80px; }
  .building__art-logo {
    width: 183px;
    height: 119px;
    background-image: url("../images/png/art-logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 32px; }
  .building__info {
    font-size: 16px;
    max-width: 560px;
    line-height: 28px; }
  .building__info-title {
    font-weight: 700; }

@media screen and (max-width: 967px) {
  .building {
    height: auto; }
    .building::before {
      content: '';
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      transform: translateY(0%);
      height: 450px;
      width: auto;
      background-image: url("../images/png/route/744.png");
      background-repeat: no-repeat;
      background-size: 932px;
      background-position: center right; }
    .building__content {
      max-width: none;
      margin-top: 330px;
      width: 100%;
      background: linear-gradient(360deg, #252525 79.05%, rgba(37, 37, 37, 0) 98.7%);
      padding: 0 24px; } }

@media screen and (max-width: 740px) {
  .building {
    padding-bottom: 32px;
    margin-bottom: 0px; }
    .building::before {
      content: '';
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      transform: translateY(0%);
      height: 450px;
      width: auto;
      background-image: url("../images/png/route/320.png");
      background-repeat: no-repeat;
      background-size: 640px;
      background-position: center right; } }

.gallery-extra {
  padding-top: 78px;
  padding-bottom: 140px; }
  .gallery-extra__slider-container {
    position: relative;
    padding-top: 44px;
    margin: 0 -10px; }
  .gallery-extra__slider {
    display: flex;
    max-height: 230px; }
  .gallery-extra__main-photo {
    width: 100%;
    height: 660px;
    border-radius: 13px;
    overflow: hidden;
    background-color: #333;
    margin-top: 50px; }
    .gallery-extra__main-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .gallery-extra__main-photo iframe {
      border-radius: 13px;
      width: 100% !important;
      height: 100% !important; }
  .gallery-extra__slider-photo {
    flex: 1;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 10px;
    cursor: pointer; }
    .gallery-extra__slider-photo img {
      width: 100%;
      height: 100%;
      border-radius: 13px;
      object-fit: cover; }
    .gallery-extra__slider-photo iframe {
      border-radius: 13px;
      width: 100% !important;
      height: 100% !important;
      pointer-events: none; }
  .gallery-extra *[src=""] {
    visibility: hidden; }

@media screen and (max-width: 967px) {
  .gallery-extra {
    padding-bottom: 50px; }
    .gallery-extra__main-photo {
      height: 330px; } }

@media screen and (max-width: 740px) {
  .gallery-extra {
    padding-top: 32px; }
    .gallery-extra__slider-container {
      padding-top: 20px; } }

.contacts {
  margin-top: 100px;
  position: relative;
  height: 400px; }
  .contacts__map {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat; }
    .contacts__map [class*="ground-pane"] {
      filter: grayscale(100%) invert(80%);
      -webkit-filter: grayscale(100%) invert(80%); }
  .contacts__info {
    padding: 20px 34px 40px;
    width: 426px;
    background: #252525;
    border-radius: 13px;
    z-index: 1;
    position: relative; }
  .contacts__info-container {
    max-width: 1440px;
    padding: 50px 80px;
    width: 100%;
    margin: 0 auto; }
  .contacts__info-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 64px;
    margin-bottom: 10px; }
  .contacts__info-item {
    display: flex;
    align-items: center; }
    .contacts__info-item + .contacts__info-item {
      margin-top: 16px; }
  .contacts__info-item-text {
    font-size: 14px;
    margin-top: 4px;
    color: #BFBFBF; }
  .contacts__info-item-title {
    font-size: 16px; }
  .contacts__info-icon {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    .contacts__info-icon_whatsapp {
      background-image: url("../images/svg/brand-whatsapp-36.svg");
      background-repeat: no-repeat;
      background-size: 36px 36px;
      background-position: center; }
    .contacts__info-icon_tg {
      background-image: url("../images/svg/brand-telegram-36.svg");
      background-repeat: no-repeat;
      background-size: 36px 36px;
      background-position: center; }
    .contacts__info-icon_store {
      background-image: url("../images/svg/map-2.svg");
      background-repeat: no-repeat;
      background-size: 36px 36px;
      background-position: center; }

@media screen and (max-width: 967px) {
  .contacts__map {
    background-position: center right;
    background-image: url("../images/png/map_980.png"); }
    .contacts__map ymaps {
      display: none; } }

@media screen and (max-width: 740px) {
  .contacts {
    height: 700px; }
    .contacts__info-container {
      padding: 50px 24px; }
    .contacts__info {
      width: 100%; }
    .contacts__map {
      height: 700px;
      background-image: url("../images/png/map_320.png");
      background-position: center bottom; } }

.footer {
  display: flex;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 100px;
  justify-content: space-between; }
  .footer__logo {
    max-width: 320px;
    width: 100%;
    margin: 0 30px;
    height: 107px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/png/craftsman-logo-big.png");
    background-position: center; }
  .footer button {
    border-radius: 30px;
    margin-top: 24px;
    width: 100%; }
  .footer__col {
    display: flex;
    flex-direction: column; }
  .footer__col-inner {
    display: flex; }
  .footer__info-item {
    display: flex;
    align-items: center; }
    .footer__info-item + .footer__info-item {
      margin-top: 16px; }
  .footer__info-item-text {
    font-size: 21px;
    margin-top: 4px;
    color: #BFBFBF; }
  .footer__info-item-title {
    font-size: 26px;
    white-space: nowrap; }
  .footer__info-icon {
    width: 56px;
    height: 56px;
    margin-right: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0; }
    .footer__info-icon_whatsapp {
      background-image: url("../images/svg/brand-whatsapp-36.svg");
      background-repeat: no-repeat;
      background-size: 56px 56px;
      background-position: center; }
    .footer__info-icon_tg {
      background-image: url("../images/svg/brand-telegram-36.svg");
      background-repeat: no-repeat;
      background-size: 56px 56px;
      background-position: center; }

@media screen and (max-width: 967px) {
  .footer {
    padding: 64px 24px 32px;
    flex-direction: column; }
    .footer__logo {
      order: -1; }
    .footer__col {
      margin-bottom: 70px;
      width: 100%;
      max-width: 340px; } }

@media screen and (max-width: 740px) {
  .footer {
    flex-direction: column; }
    .footer__col:not(:last-child) {
      margin-bottom: 40px; } }

.controls {
  position: absolute;
  top: 0px;
  left: -60px;
  right: -60px;
  bottom: 0px;
  align-items: center;
  display: flex;
  justify-content: space-between; }
  .controls .prev {
    background-image: url("../images/svg/arrow-prev.svg");
    background-repeat: no-repeat;
    background-size: 12px 24px;
    background-position: center;
    width: 40px;
    height: 40px;
    cursor: pointer; }
  .controls .next {
    background-image: url("../images/svg/arrow-next.svg");
    background-repeat: no-repeat;
    background-size: 12px 24px;
    background-position: center;
    width: 40px;
    height: 40px;
    cursor: pointer; }

@media screen and (max-width: 967px) {
  .controls {
    display: none; } }

.slide-menu {
  position: fixed;
  display: flex;
  overflow: auto;
  visibility: hidden;
  left: -100%;
  right: auto;
  top: 0;
  bottom: 0;
  z-index: 12;
  background-color: #0F1015;
  background: #2A292C;
  flex-direction: column;
  padding: 60px 0;
  transition: all .3s !important; }
  .slide-menu::-webkit-scrollbar {
    display: none; }
  .slide-menu .button {
    margin: 0 28px; }
  .slide-menu .nav__dropdown-item {
    width: 100%;
    padding: 12px;
    padding-left: 40px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Inter'; }
  .slide-menu.opened {
    left: 0;
    visibility: visible; }
  .slide-menu__geo {
    padding: 0px 28px;
    margin-top: 29px; }
  .slide-menu__close {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 70px;
    right: 20px;
    align-self: flex-end;
    flex-shrink: 0;
    background-image: url("../images/svg/cancel_24.svg");
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: center; }
  .slide-menu__logo {
    background-image: url("../images/png/craftsman-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 159px;
    height: 52px;
    margin: 0px 28px 30px;
    flex-shrink: 0; }
  .slide-menu__list {
    margin-bottom: 20px;
    margin-top: 20px; }
  .slide-menu__links {
    padding: 0px 28px;
    margin-top: 45px;
    justify-content: space-between; }
  .slide-menu__contacts {
    padding: 30px 40px 24px; }

.feedback {
  padding-top: 70px; }
  .feedback__content {
    padding: 32px 0 160px; }
  .feedback #feedback_kupiapp {
    background: #323232 !important;
    border-radius: 13px !important;
    padding: 16px !important;
    font-family: 'Inter', sans-serif !important; }
  .feedback .container_kupiapp {
    border: 1px solid #4F4F4F !important;
    background: #323232 !important;
    border-radius: 8px !important; }
  .feedback .comment_kupiapp {
    color: #fff !important; }
  .feedback .button_kupiapp {
    height: 48px !important;
    min-width: 160px !important;
    padding: 0px 30px !important;
    background-color: #4D7EFF !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    letter-spacing: -0.41px !important;
    transition: opacity .2s, color .2s !important;
    display: flex !important;
    align-items: center !important;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase; }
    .feedback .button_kupiapp:hover {
      background-color: #4D7EFF !important;
      opacity: .8 !important; }
  .feedback .user_kupiapp {
    padding: 10px; }

@media screen and (max-width: 967px) {
  .feedback {
    padding-top: 32px; }
    .feedback__content {
      padding: 32px 0 80px; } }

@media screen and (min-width: 968px) {
  .hide-on-lg {
    display: none !important; } }

@media screen and (max-width: 967px) {
  .hide-on-m {
    display: none !important; } }

@media screen and (max-width: 740px) {
  .hide-on-sm {
    display: none !important; } }

@media screen and (min-width: calc(740px + 1px)) {
  .show-on-sm {
    display: none !important; } }

.hide {
  display: none; }
