@charset "UTF-8";

/* noramlize css */

/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 */
  outline: none;
}

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

button,
input[type="submit"],
input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

/* noramlize css */

/* Указываем box sizing */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Убираем внутренние отступы */

ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */

body,
h1,
h2,
h3,
h4,
span,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/

ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */

img {
  max-width: 100%;
  display: block;
}

/* Наследуем шрифты для инпутов и кнопок */

input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */

body {
  font-family: Roboto-Regular;
  line-height: 1.5 !important;
}

@font-face {
  font-family: "Roboto-Regular";
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

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

@font-face {
  font-family: "Web-Serveroff";
  font-display: swap;
  src: url("../fonts/webserveroff.woff") format("woff"), url("../fonts/webserveroff.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

.main-container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 30px;
}

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

/* GENERAL STYLES */

#mobile-menu-btn {
  position: relative;
  padding-top: 3px;
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
}

/* GENERAL STYLES */

.visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hamburger {
  width: 25px;
  height: 20px;
  position: relative;
  cursor: pointer;
  top: 5px;
}

.hamburger .bar {
  padding: 0;
  width: 25px;
  height: 2px;
  background-color: #000;
  display: block;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
}

.bar1 {
  top: 0;
}

.bar2,
.bar3 {
  top: 9.5px;
}

.bar3 {
  right: 0;
}

.bar4 {
  bottom: 0;
}

/* HAMBURGER 3 */

.hamburger3 .bar1 {
  -webkit-transform-origin: 5%;
      -ms-transform-origin: 5%;
          transform-origin: 5%;
}

.hamburger3 .bar4 {
  -webkit-transform-origin: 5%;
      -ms-transform-origin: 5%;
          transform-origin: 5%;
}

.checkbox3:checked + label > .hamburger3 > .bar1 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 2px;
  width: 22px;
  top: 2px;
  left: 2px;
}

.checkbox3:checked + label > .hamburger3 > .bar3 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 2px;
  background-color: transparent;
}

.checkbox3:checked + label > .hamburger3 > .bar2 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 2px;
  background-color: transparent;
}

.checkbox3:checked + label > .hamburger3 > .bar4 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 2px;
  width: 22px;
  bottom: 2px;
  left: 2px;
}

.top-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
  margin-top: 20px;
}

.top-line .tools-right {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  justify-items: end;
}

.top-line .site-logo {
  justify-self: center;
}

.top-line .site-logo .logo-img {
  width: 160px;
}

.search,
.cart {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.cart{
    padding-top: 4px;
}

.search .search-icon,
.search .cart-icon,
.cart .search-icon,
.cart .cart-icon {
  background-image: url("../img/search-icon_new.svg");
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.search .cart-icon,
.cart .cart-icon {
  background-image: url("../img/shopping-cart_new.svg");
}

.cart .cart-count {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  background-color: #860000;
  padding-left: 6px;
  font-size: 12px;
  padding-top: 2px;
}

.search__search-block {
  display: none;
}

.search__search-block.show-search {
  display: block;
}

.phone {
  display: inline-block;
  margin-left: 20px;
  font-family: 'Roboto-Regular';
  letter-spacing: 0.3em;
  background-color: #F9F9F9;
  padding: 20px;
}

.phone .phone-link {
  padding-left: 35px;
  display: inline;
  position: relative;
}

.phone .phone-link:before {
  position: absolute;
  content: '';
  background-image: url("../img/phone-icon.svg");
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: contain;
  left: 0;
  background-repeat: no-repeat;
}

.phone .phone-link.viber:before {
  background-image: url("/img/ico/viber.png");
  left: auto;
  right: 0;
  width: 35px;
  height: 35px;
  bottom: -12px;
}

.phone-text_link {
  margin-left: 15px;
  color: #000 !important;
}

.second-line {
  margin-bottom: 20px;
}

.second-line .main-nav {
  height: 40px;
}

.second-line .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 30px;
  gap: 10px;
}

.second-line .main-menu__item {
  padding: 5px 0;
  font-family: 'Roboto-Regular', serif;
}

.second-line .main-menu__item:hover {
  border-bottom: 2px solid #464646;
}

.second-line .main-menu__item.active {
  border-bottom: 2px solid #464646;
}

.second-line .main-menu__item:last-child {
  justify-self: end;
}

.second-line .main-menu__item:first-child {
  justify-self: start;
}

.second-line .main-menu__link {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-family: 'Roboto-Regular', serif;
}

.main-menu.main-submenu {
  display: none;
}

.main-menu a {
  color: #000;
}

.burger-menu {
  position: absolute;
  display: none;
}

.burger-menu li {
  font-size: 16px;
  padding: 10px;
}

.burger-menu li a {
  text-decoration: none;
  color: #2c84ab;
}

.burger-menu.show-menu {
  display: block;
  padding: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background: #fff;
  z-index: 99;
}

.burger-menu .burger-menu__list {
  border-bottom: 1px solid #cecece;
}

.burger label:before {
  display: none;
}

.burger input[type="checkbox"]:not(:checked) + label,
.burger input[type="checkbox"]:checked + label {
  padding-left: 0;
}

.burger label:after {
  display: none;
}

.callback-wrap {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 10px;
}

.callback-wrap .callback-button {
  display: none;
}

.call-back-btn {
  position: fixed;
  right: 5px;
  top: 60%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  z-index: 99;
}

.call-back-btn .callback-icon {
  width: 60px;
  height: 60px;
  display: block;
  display: inline-block;
  padding: 5px;
  background-image: url("../img/phone-icon.svg");
  background-position: center;
  background-size: 80%;
  left: 0;
  background-repeat: no-repeat;
  border-radius: 5px;
  background-color: #fff;
}

.call-back-btn .callback-text {
  display: none;
  padding: 20px 10px;
  -ms-flex-item-align: center;
      align-self: center;
}

.call-back-btn:hover .callback-text {
  display: inline-block;
}

#mobile-menu-btn {
  right: 15px;
}

.body-wrapper {
  color: #000;
}

.main-banner {
  position: relative;
}

.main-banner__img {
  margin: auto;
}

.main-banner__text {
  position: absolute;
  top: 10%;
  color: #fff;
  font-family: Web-Serveroff;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
}

.main-banner__title {
  position: relative;
  font-size: 64px;
  letter-spacing: 0.1em;
  border-top: 3px solid #817E7A;
}

.main-banner__title:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  border-left: 3px solid #817E7A;
  height: 50px;
}

.main-banner__title:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  border-left: 3px solid #817E7A;
  height: 50px;
}

.main-banner__subtitle {
  font-size: 37px;
  letter-spacing: 0.1em;
  position: relative;
  border-bottom: 3px solid #817E7A;
  padding-bottom: 20px;
}

.main-banner__subtitle span {
  position: relative;
  bottom: 20px;
}

.main-banner__subtitle:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  border-left: 3px solid #817E7A;
  height: 50px;
}

.main-banner__subtitle:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  border-left: 3px solid #817E7A;
  height: 50px;
}

.main-banner__content {
  position: relative;
  max-width: 750px;
  margin: auto;
}

.main-banner__text-wrapper {
  background: rgba(0, 0, 0, 0.4);
  padding: 35px;
}

.main-banner__btn-block {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-banner__btn-wrapper {
  display: inline-block;
  padding: 20px;
  position: relative;
  border: 2px solid #FFFFFF;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.main-banner__btn {
  margin: 10px 0;
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto-Regular;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5em;
  display: inline-block;
  border: 2px solid #FFFFFF;
  padding: 20px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  width: 330px;
}

.main-banner__btn.btn-callback {
  background: rgba(7, 146, 176, 0.5);
}

.main-banner__btn.btn-calc {
  background: rgba(7, 146, 176, 0.5);
}

.content .home-module {
  margin-top: 50px;
  font-family: Web-Serveroff;
}

.content .home-module__title {
  margin-bottom: 25px;
}

.content .home-module h2,
.content .home-module h3 {
  font-weight: normal;
  letter-spacing: 0.1em;
  display: inline;
  line-height: 1.5;
  text-transform: none !important;
}

.content .home-module h2 {
  font-size: 48px;
}

.content .home-module h3 {
  font-size: 34px;
}

.content .home-module__bottom {
  margin-top: 50px;
  text-align: center;
}

.content .home-module__bottom a {
  position: relative;
  font-family: Roboto-Medium;
  text-transform: uppercase;
  letter-spacing: .5em;
    padding-bottom: 2px;
    padding-top: 2px;
}

.content .home-module__bottom a:before,
.content .home-module__bottom a:after {
  content: '';
  position: absolute;
  width: 15px;
  border: 1px solid black;
  top: 10px;
}

.content .home-module__bottom a:before {
  left: -60px;
}

.content .home-module__bottom a:after {
  right: -50px;
}

.content .home-module__bottom a:hover {
  border-bottom: 1px solid #2c84ab;
}

.our-work {
  border-bottom: none !important;
}

.our-work__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  justify-items: center;
}

.our-work__list.different-list {
  grid-template-columns: 1fr auto;
}

.our-work__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
}

a.our-work__link:hover {
  border-bottom: 2px solid #2c84ab;
}

.our-work__price {
  margin-bottom: 15px;
}

.article {
  margin-top: 35px !important;
}

.article .article-content {
  display: grid;
  grid-template-columns: 2fr 4fr;
  gap: 20px;
  background: #f8f8f8;
}

.article .article-content__link {
  margin-top: 55px;
}

.article__info {
  margin-top: 40px;
  margin-left: 50px;
}

.article__info h3 {
  margin-bottom: 30px !important;
  display: block;
}

.article__text {
  font-family: Roboto-Regular;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

.article__text p {
  display: block;
  margin-bottom: 20px;
  line-height: 2.5;
}

.article__link {
  font-family: Roboto-Medium;
  letter-spacing: .5em;
  text-transform: uppercase;
    padding-bottom: 2px;
}

.article__link:hover {
  border-bottom: 1px solid #2c84ab;
}

.product-module .product-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 327px));
  gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-module .product-list__item {
  background: #f8f8f8;
  position: relative;
  padding: 0 0 0 30px;
}

.product-module .product-list__item .product-img {
  margin-right: 0;
  margin-left: auto;
  width: 287px;
  height: 294px;
}

.product-module .product-list .product-item__sticker {
  position: absolute;
  font-size: 12px;
  font-family: Roboto-Medium;
  letter-spacing: 0.3em;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: -298px;
  top: 18px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  text-align: right;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: absolute;
  font-size: 12px;
  font-family: Roboto-Medium;
  letter-spacing: 0.3em;
}

.product-module .product-list .product-item__info {
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.product-module .product-list .product-item__name {
  font-size: 21px;
  margin-top: 20px;
}

.product-module .product-list .product-item__price {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 25px;
  display: none;
}

.article-list .article-content {
  margin-bottom: 30px;
}

.social-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  justify-items: center;
}

.social-links__item {
  background-color: #f8f8f8;
  padding: 45px;
    display: block;
}

@media (min-width: 1024px){
    .social-links__item.mobile{
        display: none;
    }
}
@media (max-width: 1023px){
    .social-links__item.desktop{
        display: none;
    }
}

.social-links__icon {
  width: 65px;
  height: 65px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-phone {
    background-image: url("../img/phone-icon.svg");
}

.icon-viber {
  background-image: url("../img/viber.svg");
}

.social-links__icon.icon-viber{
    width: 72px;
    height: 72px;
}

.icon-instagram {
  background-image: url("../img/insta.svg");
}

.icon-telegram {
  background-image: url("../img/telegram.svg");
}

.icon-facebook {
  background-image: url("../img/facebook.svg");
}

.article-random .article__info {
  margin-left: 0px;
}

.footer {
  margin-top: 80px;
}

.footer .devider {
  display: block;
  width: 80%;
  margin: 0 auto 60px auto;
  border-bottom: 2px solid #f8f8f8;
}

.footer .footer-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  gap: 100px;
}

.footer .footer-menu .menu-title {
  margin-bottom: 25px;
}

.footer .footer-menu__item {
  width: 100%;
}

.footer .footer-menu__item a {
  color: #000;
}

.footer .footer-menu .footer-menu-list__item {
  padding: 10px 0;
}

.main-content .catalog .products .product .available,
.main-content .catalog .products .product .buy-btn {
  width: 100%;
}

.main-content.main .all .content,
.main-content .content.print .print-menu,
.main-content .catalog .catalog-top {
  width: 1140px;
}

.oforml-tabs,
.print-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog .products .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-content .filter {
  width: auto !important;
}

.main-content .filter .selectWrap {
  margin: 10px !important;
}

.main-content .filter .selectWrap .link {
  right: 0;
  left: auto;
}

.content .catalog .breadcrumb {
  margin-bottom: 17px;
}

.baget-calc .view_wall .view_frame,
.baget-calc .right .view_frame {
  margin-top: -145px;
}

.content .catalog .detail .two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content .catalog .detail .two-column .right-col {
  color: #8a857d;
  font-size: 13px;
}

.content .catalog .detail .two-column .right .two-col .right-col .buy-btn {
  width: 186px;
}

.content .catalog .detail .two-column .right .two-col .right-col .available {
  width: 186px;
}

.content .catalog .detail .two-column .right .two-col .right-col .not-available {
  width: 186px;
}

.content .catalog .detail .two-column .left .pic-wrap {
  width: 100%;
  height: 100%;
}

.baget-calc .view_wall3 .buy-btn1 {
  padding-left: 22px;
}

.baget-calc .right a {
  font-size: 16px;
}

.footer__copy {
  padding: 20px;
  text-align: center;
  background-color: #F9F9F9;
}

@media (min-width: 767px) {
  .mobile-burger-list {
    display: none;
  }
}

@media (min-width: 1024px) {
  .phone .phone-link.viber.mobile {
    display: none;
  }
}

@media (min-width: 1600px) {
  .second-line .main-menu__link {
    font-size: 15px;
    letter-spacing: 0.2em;
  }
}

@media (max-width: 1920px) {
  .main-container {
    max-width: 1200px !important;
  }
}

@media (max-width: 1440px) {
  .main-container {
    max-width: 1140px !important;
  }
}

@media (max-width: 1279px) {
  .main-banner__title {
    font-size: 48px;
  }

  .main-banner__subtitle {
    font-size: 36px;
  }
}

@media (max-width: 1140px) {
  .main-container {
    width: 936px !important;
  }

  .main-content.main .all .content,
  .main-content .content.print .print-menu,
  .main-content .catalog .catalog-top {
    width: 936px;
  }
}

@media (max-width: 1023px) {
  .phone .phone-link.viber.desktop {
    display: none;
  }

  .second-line {
    display: none;
  }

  .main-banner__title {
    font-size: 36px;
  }

  .main-banner__subtitle {
    font-size: 24px;
  }

  .main-banner__btn-block {
    margin-top: 0px;
  }

  .main-banner__btn {
    padding: 10px;
    margin: 10px;
  }

  .social-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .main-container {
    width: 560px !important;
  }

  .main-container {
    margin: 0 10px;
    padding: 0 0;
  }

  #mobile-menu-btn {
    position: absolute;
    top: 15px;
    z-index: 2;
    left: 30px;
  }

  .callback-wrap {
    margin-top: 15px;
  }

  .callback-wrap #callback {
    width: 300px;
    left: 0px;
  }

  .callback-wrap #callback .input {
    margin-bottom: 10px;
  }

  .callback-wrap #callback input {
    font-size: 16px;
    padding: 5px 10px;
  }

  .callback-wrap #callback textarea {
    width: 252px;
    height: 60px;
  }

  .footer .footer-menu {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }

  .main-content.main .all .content,
  .main-content .content.print .print-menu,
  .main-content .catalog .catalog-top {
    width: 560px;
  }
}

@media (max-width: 767px) {
  .top-line {
    grid-template-columns: 1fr auto 1fr;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .top-line .tools-right {
    width: 135px;
    gap: 20px;
    justify-self: end;
  }

  .top-line .site-logo .logo-img {
    width: 80px;
  }

  .search__search-block.show-search {
    display: block;
    position: absolute;
    right: 10px;
    height: 40px;
    left: 10px;
  }

  .search__search-block.show-search form {
    display: block;
    height: 100%;
  }

  .search__search-block.show-search input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    font-size: 16px;
    outline: none;
    border: none;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }

  .search__search-block.show-search + .search-icon {
    position: absolute;
    right: 16px;
  }

  .main-banner {
    margin-bottom: 125px;
  }

  .main-banner__title {
    font-size: 24px;
  }

  .main-banner__subtitle span {
    position: static;
  }

  .main-banner__subtitle {
    font-size: 18px;
  }

  .main-banner__btn {
    padding: 5px;
    width: 170px;
    margin: 2px;
    font-size: 12px;
  }

  .content .home-module h2 {
    font-size: 24px;
  }

  .content .home-module h3 {
    font-size: 18px;
  }

  .content .home-module__bottom {
    margin-top: 20px;
  }

  .content .home-module__bottom a {
    letter-spacing: 0.5em;
  }

  .article .article-content {
    grid-template-columns: 1fr;
  }

  .article__info {
    padding: 20px;
  }

  .article__img {
    padding-top: 20px;
  }

  .article__img img {
    margin: auto;
  }
}

@media (max-width: 575px) {
  .top-line {
    grid-template-columns: 1fr auto;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-top: 75px;
  }

  .top-line .site-logo {
    position: absolute;
    width: 97%;
    top: 10px;
  }

  .top-line .site-logo a {
    display: block;
    margin: auto;
    width: 80px;
  }

  .phone {
    margin-left: 10px;
  }

  .phone .phone-link:before {
    width: 20px;
    height: 20px;
  }

  .phone-text_link .phone-text {
    display: block;
    width: 160px;
    font-size: 12px;
    padding-top: 19px;
  }
}

@media (max-width: 468px) {
  .our-work__list.different-list {
    grid-template-columns: 11fr 8fr;
  }

  .our-work__list {
    gap: 10px;
  }

  .our-work__item img {
    height: auto !important;
  }
}

@media (max-width: 450px) {
  .main-container {
    width: 410px !important;
  }

  .main-content.main .all .content,
  .main-content .content.print .print-menu,
  .main-content .catalog .catalog-top {
    width: 410px;
  }

  .main-content .filter a.action {
    float: none;
  }

  .main-content .filter .filter-btn {
    margin-bottom: 10px;
  }

  .content .catalog .pictures .item {
    margin: 0 15px 40px 0;
  }

  .content .catalog .products .product {
    width: 165px;
    margin-right: 15px;
  }

  .content .catalog .products .product .descr {
    width: 165px;
  }

  .content .catalog .products .product .more-price {
    width: 165px;
  }

  .baget-calc .view_wall,
  .baget-calc .right {
    width: 350px !important;
  }

  .baget-calc .view_wall .view_wall2 input#photografy-wd,
  .baget-calc .right .view_wall2 input#photografy-wd {
    width: 125px !important;
  }

  .all .content.print .print-menu .item-big {
    margin-top: 30px;
  }

  .all .content.print .print-menu .item-big .sub-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .all .content.print .print-menu .item-big .sub-items .item,
  .all .content.print .print-menu .item-big .sub-items .item.last {
    width: 226px !important;
    margin: 10px auto;
  }

  .all .content.print .print-menu .item-big .sub-items .item a.pic,
  .all .content.print .print-menu .item-big .sub-items .item.last a.pic {
    width: 100%;
    display: block;
    height: auto;
  }

  .all .content.print .print-menu .item-big .sub-items .item a.pic img,
  .all .content.print .print-menu .item-big .sub-items .item.last a.pic img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  .all .content.print h2 {
    font-size: 24px;
  }

  .all .content.print .calculate {
    width: 95%;
    padding: 5px;
    overflow-x: scroll;
  }

  .all .content.print .right {
    margin-top: 15px;
    padding: 10px;
  }

  .all .content.print .order {
    padding: 10px;
  }

  .all .content.print .order .steps-wrap .steps {
    width: 100%;
  }

  .all .content.print .photo-pic {
    width: 100%;
  }

  .all .content.print .photo-pic .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .all .content.print .photo-pic .items .item,
  .all .content.print .photo-pic .items item.last {
    margin: 10px auto;
    margin-right: auto !important;
  }

  .all .content.print .why {
    width: 100%;
    padding: 10px;
  }

  .all .content.print .why .items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
  }

  .all .content.print .why .items .item {
    margin-right: auto;
    margin-left: auto;
  }

  .all .content.print .print-video {
    width: 95%;
    padding: 5px;
  }

  .all .content.print .comments {
    width: 100%;
  }

  .all .content.print .comments .comments-form {
    width: 95%;
    margin: 0 10px;
    overflow-x: scroll;
  }

  .all .content.print .comments .answers {
    width: 95%;
    padding: 10px;
  }

  .content .cartTable .table-2 td.info .available,
  .content .cartTable .table-2 td.info .not-available {
    width: 205px;
  }

  .content .cartTable .left-table .table-2 .field input,
  .content .cartTable .right-table .table-2 .field input {
    width: 240px;
  }

  .content .cartTable .table-2 td.pic a img {
    max-width: 80px;
  }

  .content .cartTable .table-2 td.td-price .price {
    min-width: 10px;
  }

  .content .cartTable .table-3 tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
  }

  .content .cartTable .table-3 tr a {
    display: block;
    margin: 10px;
  }
}

@media (max-width: 415px) {
  .main-container {
    width: 340px !important;
  }

  .main-content.main .all .content,
  .main-content .content.print .print-menu,
  .main-content .catalog .catalog-top {
    width: 350px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.webp .phone .phone-link.viber:before{ background-image: url(/img/ico/viber.webp); }

.search__search-block input{padding: 0 4px;}

.article__text_not_upper{
    text-transform: none;
}

.home-module__content.article-content .article__text{
    padding-right: 15px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 12px 18px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
}
select.form-control{
    padding: 15px 18px 14px;
}
.form-group {
    margin-bottom: 1rem;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 24px;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: WebServeroff;
}
.btn-primary {
    color: #fff;
    background-color: #2c84ab;
    border-color: #2c84ab;
}
.btn-primary:hover {
    background-color: #fff;
    color: #2c84ab;
    border: 1px solid #2c84ab;
}
.btn-outline-primary {
    color: #2c84ab;
    background-color: #fff;
    border-color: #2c84ab;
}
.btn-block {
    display: block;
    width: 100%;
}
.fancybox-modal-form .fancybox-skin{
    background-color: #f0f5f7;
}
.fancybox-modal-form .modal-wrap{
    padding: 20px 10px 20px;
    width: 380px;
}

.modal-title{
    font: 28px/28px WebServeroff;
    color: #000;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
@media (max-width: 1023px){
    .fancybox-modal-form .modal-wrap{
        padding: 20px 10px 20px;
        width: 300px;
    }
}
.fancybox-modal-form .fancybox-title{
    display: none;
}

.article__text-normal{
    text-transform: none;
}
.article__text.article__text-normal p{
    margin-bottom: 1rem;
}
.main .all .content{
    padding-bottom: 30px;
}