@charset "UTF-8";
@font-face {
  font-family: "opensans";
  src: url("./fonts/opensans.eot");
  src: url("./fonts/opensans.eot?#iefix") format("embedded-opentype"),
    url("./fonts/opensans.woff") format("woff"),
    url("./fonts/opensans.ttf") format("truetype"),
    url("./fonts/opensans") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "opensansbold";
  src: url("./fonts/opensansbold.eot");
  src: url("./fonts/opensansbold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/opensansbold.woff") format("woff"),
    url("./fonts/opensansbold.ttf") format("truetype"),
    url("./fonts/opensansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "opensanssemibold";
  src: url("/website/css/fonts/opensanssemibold.woff") format("woff"),
    url("/website/css/fonts/opensanssemibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font: 16px "opensans";
  background: url(../img/background3.jpg);
}
.header_white {
  background-color: #fff;
}
.blue_line {
  background: #004497;
  height: 11px;
}
.gray_line {
  background: #cecece;
  height: 9px;
}
.additional-products:after {
  display: block;
  clear: both;
  content: " ";
}

.additional-products > div {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 20px;
}

.additional-products > div a {
  text-decoration: none;
  outline: none;
  color: #0055be;
  text-transform: uppercase;
  font-size: 12px;
}

.additional-products > div img {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.additional-products > div a:hover,
.additional-products > div a:active,
.additional-products > div a:focus {
  text-decoration: underline;
  outline: none;
}

.container {
  width: 100%;
  max-width: 1170px;
}

h1#cont {
  margin-bottom: -5px;
}

.del_icon a {
  color: inherit;
}

.del_icon a:hover {
  color: white;
}

.mobile_tel,
.mobile_tel:hover {
  cursor: initial;
  text-decoration: none;
  color: inherit;
}

.header_wrapper {
  background-image: linear-gradient(to top, transparent 25px, #fff 25px);
}
header.container {
  max-width: 1200px;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #fff;
}
header.container::before,
header.container::after {
  display: none;
}
header p a {
  color: #39393a;
}
.header {
  display: grid;
  grid-template-columns: 210px 1fr auto 260px;
  column-gap: 20px;
  row-gap: 10px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1140px) {
  .header {
    grid-template-columns: 160px 1fr auto 220px;
  }
}
@media (max-width: 1040px) {
  .header {
    grid-template-columns: 200px 1fr auto;
    row-gap: 5px;
  }
}
@media (max-width: 992px) {
  .header {
    grid-template-columns: 160px 1fr auto;
  }
}
@media (max-width: 768px) {
  .header {
    grid-template-columns: 40px auto 1fr;
    column-gap: 15px;
  }
}
@media (max-width: 500px) {
  .header {
    grid-template-columns: 30px auto 1fr;
    column-gap: 10px;
  }
}
header .logo-wrapper {
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 10px;
  align-self: start;
}
header .logo-wrapper p {
  text-align: center;
  margin: 0;
  font-size: 15px;
  color: #00409c;
  font-family: "opensansbold";
  line-height: 1.1;
}
header .logo-wrapper p a {
  color: inherit;
  text-decoration: none;
}
header .logo-wrapper span {
  display: block;
  align-self: flex-start;
  margin-top: 7px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "opensansbold";
  color: #83a5d5;
}
@media (max-width: 1040px) {
  header .logo-wrapper {
    grid-row: 1/4;
  }
}
@media (max-width: 768px) {
  header .logo-wrapper {
    grid-row: 1/2;
    grid-column: 2/3;
    row-gap: 5px;
  }
  header .logo-wrapper img {
    width: 90px;
  }
  header .logo-wrapper p {
    display: none;
  }
}
@media (max-width: 500px) {
  header .logo-wrapper {
    grid-row: 1/3;
    align-self: center;
  }
}
@media (max-width: 340px) {
  header .logo-wrapper img {
    width: 85px;
  }
}
.menu_top {
  width: 100%;
  max-width: 790px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-column: 2/4;
  grid-row: 1;
  max-width: 650px;
}
.header_contacts {
  max-width: 220px;
  text-align: end;
  justify-self: end;
}
.header_contacts {
  grid-row: 1/3;
}
@media (max-width: 1040px) {
  .menu_top {
    grid-column: 2/-1;
    max-width: 100%;
  }
  .header_contacts {
    display: flex;
    align-items: center;
    column-gap: 30px;
    max-width: initial;
    grid-row: 3/4;
    grid-column: 2/-1;
    justify-self: initial;
  }
  .address1,
  .address2 {
    text-align: left;
  }
}
@media (max-width: 840px) {
  .menu_top {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .menu_top {
    display: none;
  }
  .header_contacts {
    grid-row: 1/2;
    grid-column: 3/-1;
    column-gap: 15px;
    text-align: left;
  }
}
.menu_top a {
  display: block;
  font-size: 15px;
  color: #000;
  border-bottom: 1px solid transparent;
}
.menu_top a:hover,
.menu_top .active > a {
  border-bottom-color: #000;
  text-decoration: none;
}
header address {
  margin: 0;
}
header .address2 {
  margin-bottom: 15px;
}
@media (max-width: 1040px) {
  header .address2 {
    margin-bottom: 0px;
  }
}

address .header_adr {
  display: block;
  margin: 0;
  font: 14px "opensans";
}
header .tel {
  margin: 0;
}
header .tel a {
  position: relative;
  font-size: 16px;
  color: #4d4d4e;
  font-family: "opensansbold";
  white-space: nowrap;
}
header .viber {
  margin-right: 4px;
}
/* header .tel > a {
  padding-left: 28px;
}
header .tel > a::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 2px;
  width: 17px;
  height: 17px;
  background: url("/website/img/tel_icon.svg") center center / 100% no-repeat;
} */
header .header_icon {
  white-space: nowrap;
}
.header_icon .messenger {
  top: -2px;
}
.header_icon .viber {
  top: 0;
}
.header_icon + a {
  margin-left: 15px;
}
.header_search {
  display: none;
  align-self: flex-end;
  margin-bottom: 7px;
  padding: 12px 18px 12px 35px;
  font-family: "opensansbold";
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  background-color: rgb(58, 168, 72);
  background-image: url("/website/img/header_search.png");
  background-repeat: no-repeat;
  background-position: 14px center;
}
.header_search:hover {
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 680px) {
  address .header_adr {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  address .header_adr {
    display: none;
  }
  .header_search {
    display: none;
  }
}
.call-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px;
  max-width: 140px;
  width: 100%;
  color: #000;
  background-color: #bdd4f1;
  border-radius: 40px;
  font-size: 14px;
}
.call-btn:hover {
  color: #000;
  text-decoration: none;
}
.header .call-btn {
  width: 140px;
  max-width: 100%;
}
.search {
  grid-column: 2/3;
  grid-row: 2/3;
  width: 100%;
  max-width: 500px;
}

@media (max-width: 768px) {
  .search {
    grid-column: 3/-1;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .search {
    grid-column: 1/-1;
    grid-row: initial;
    order: 10;
  }
  .call-btn {
    font-size: 13px;
    min-height: 36px;
    max-width: 130px;
  }
  header .call-btn {
    margin-left: auto;
    color: #fff;
    background-color: #00409c;
  }
  header .call-btn:hover {
    color: #fff;
  }
}
.search_form {
  width: 100%;
  display: flex;
  border: 1px solid #666666;
  border-radius: 40px;
}
.search_form input {
  flex: 1;
  width: 100%;
  padding: 9px 10px 9px 2px;
  font-size: 14px;
  border: none;
  border-radius: 0 40px 40px 0;
  background-color: #fff;
}
.search_form input:focus {
  outline: none;
}
.search_form button {
  display: block;
  width: 56px;
  flex-shrink: 0;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border: none;
  border-radius: 40px;
  background: url("/website/img/search-icon.svg") 60% center/ 18px no-repeat;
  order: -1;
}
.search_form button:hover {
  border: inset 0 0 5px rgba(255, 255, 255, 1);
}
@media screen and (max-width: 600px) {
  .header_wrapper nav .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}


.navigation-pages > li:nth-child(5) {
  position: relative;
}
.header_wrapper .navigation-pages > li:nth-child(5)::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #ef2d56;
  border-radius: 5px;
  width: 90px;
  height: 34px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 980px) {
  .navigation-pages > li:nth-child(5)::after {
    max-width: 100%;
  }
}
.fixed .navigation-pages > li:nth-child(5)::after,
.navigation-pages > li:nth-child(5):hover::after,
.navigation-pages > li:nth-child(5).active::after {
  display: none;
}
nav {
  background: #004497;
}
nav .row > .navigation-pages,
footer nav > .navigation-pages {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #a0a0a0;
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
  border-bottom: 1px solid #484848;
}
nav .navigation-pages li {
  flex-grow: 1;
  /* background: #a0a0a0; */
}
nav .navigation-pages li a {
  width: 100%;
  color: #fff;
  text-decoration: none;
  font: 16px "opensansbold", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  nav .navigation-pages li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  footer nav .row > .navigation-pages {
    display: none;
  }
}

nav ul.navigation-pages > li:hover > a,
nav ul.navigation-pages > .active > a {
  background: #7da5de;
}

nav {
  position: relative;
}

nav div.lent1 {
  position: absolute;
  background: #a0a0a0;
  height: 46px;
  width: 18px;
  left: -18px;
  border-bottom: 1px solid #484848;
}

nav div.lent2 {
  position: absolute;
  background: #a0a0a0;
  height: 46px;
  width: 18px;
  right: -18px;
  border-bottom: 1px solid #484848;
  top: 0;
}
nav img.lent1 {
  position: absolute;
  left: -18px;
  top: -13px;
}

nav img.lent2 {
  position: absolute;
  right: -18px;
  top: -13px;
}
.header_wrapper nav div.lent1,
.header_wrapper nav div.lent2 {
  height: 100%;
  width: 30px;
  background: #004497;
  border-bottom: none;
}
.header_wrapper nav div.lent1 {
  left: -30px;
}
.header_wrapper nav div.lent2 {
  right: -30px;
}
.header_wrapper img.lent1 {
  position: absolute;
  left: -30px;
  bottom: -30px;
  top: auto;
}

.header_wrapper img.lent2 {
  position: absolute;
  right: -30px;
  bottom: -30px;
  top: auto;
}
.bottom__container {
  padding-top: 40px;
  padding-bottom: 20px;
  max-width: 940px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-family: "opensans";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.bottom__container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bottom__container h2 {
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
  font-size: 24px;
  font-family: "opensansbold";
}
.bottom__container p {
  padding-left: 0;
  padding-right: 0;
}
.bottom_text {
  margin-bottom: 25px;
}
.btext_gal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 25px;
  padding: 15px 25px 0;
}
.btext_gal > img {
  width: 48%;
}
.bottom__container .btext_gal p {
  margin: -45px -25px 0;
  padding: 25px;
  background-color: rgba(0, 66, 152, 0.902);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .bottom__container .btext_gal p {
    margin: -45px 0 0;
  }
  .btext_gal {
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .btext_gal > img {
    width: 100%;
  }
  .btext_gal > img:nth-child(2) {
    display: none;
  }
  .bottom__container .btext_gal p {
    padding: 15px;
  }

  nav .navigation-pages li a {
    font-size: 1.5vw !important;
  }
}
.bottom__container p.btext_warn {
  margin: 20px 0 15px;
  padding: 20px;
  padding-left: 80px;
  background-image: url("/website/img/text_alert.png");
  background-repeat: no-repeat;
  background-position: 28px center;
  background-color: rgb(234, 234, 234);
}
@media screen and (max-width: 400px) {
  .bottom__container p.btext_warn {
    margin: 15px 0;
    padding: 15px;
    padding-left: 40px;
    background-position: 10px center;
  }
}
.bottom__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
  margin-bottom: 40px;
}

.info_text {
  padding: 0;
  margin: 0;
}

.info_text:not(:last-of-type) {
  margin-bottom: 30px;
}

.bottom__info_text {
  position: absolute;
  top: 24px;
  left: 0px;
  max-width: 620px;
  width: 100%;
  padding: 35px 40px 25px 40px;
  background-color: rgba(226, 226, 226, 0.8);
}

.bottom_link {
  text-align: center;
  margin: 0;
  margin-bottom: 50px;
}

.bottom_link span {
  margin-right: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #004298;
}

@media screen and (max-width: 680px) {
  .bottom__info_text {
    position: relative;
  }
  .bottom__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom__info_image {
    margin-top: 50px;
  }
  .bottom_link span {
    display: block;
    margin-bottom: 10px;
  }
  nav ul.navigation-pages > li:hover > a#menu-navigation_207 {
    background: #a0a0a0;
  }
}

nav ul.navigation-pages > li:hover > a {
  color: #fff;
}

nav ul {
  position: relative;
}

/* второй уровень */
nav ul.navigation-pages > li:hover > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  nav ul.navigation-pages > li:hover > ul {
    display: none;
  }
  nav ul.navigation-pages > .lvl > a {
    position: relative;
    padding-right: 30px;
  }
  nav ul.navigation-pages > .lvl > a::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    border: 4px solid rgba(0, 0, 0, 0);
    border-left: 8px solid #fff;
  }
}

nav ul.navigation-pages > li > ul {
  display: none;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  top: 46px;
  left: 0;
  width: 100%;
  max-height: 590px;
  padding: 20px 0;
  list-style: none;
  background-color: #fff;
  z-index: 300;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fixed nav ul.navigation-pages > li > ul {
  top: 54px;
  left: -56px;
}
@media screen and (max-width: 1104px) {
  .fixed nav ul.navigation-pages > li > ul {
    top: 65px;
  }
}

@media screen and (max-width: 1100px) {
  nav ul.navigation-pages > li > ul {
    padding: 20px 15px;
  }
}

nav ul.navigation-pages > li:hover > ul::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
nav ul.navigation-pages > li:nth-child(2) > ul::after,
nav ul.navigation-pages > li:nth-child(2) > ul {
  background-color: #f1f7ff;
}

nav ul.navigation-pages > li > ul li {
  position: relative;
  z-index: 100;
}

nav ul.navigation-pages > li > ul > li {
  width: 70%;
  display: block;
  position: relative;
  padding: 0;
  background-color: #fff;
  color: #47393a;
  text-transform: none;
  font-size: 15px;
  border: none;
  text-align: left;
}
.fixed nav ul.navigation-pages > li > ul > li {
  width: 75%;
}
@media screen and (max-width: 954px) {
  .fixed nav ul.navigation-pages > li > ul > li {
    width: 79%;
  }
}
@media screen and (max-width: 940px) {
  .fixed nav ul.navigation-pages > li > ul {
    left: 0;
  }
}
@media screen and (max-width: 800px) {
  nav ul.navigation-pages > li > ul > li {
    font-size: 14px;
  }
}

nav ul.navigation-pages > li > ul > li:nth-child(3) {
  max-height: 550px;
}
nav ul.navigation-pages > li:nth-child(3) > ul > li:first-child {
  width: 62%;
  max-height: 550px;
}

nav ul.navigation-pages > li > ul > li:hover {
  background: #fff;
}
nav ul.navigation-pages > li:nth-child(2) > ul > li,
nav ul.navigation-pages > li:nth-child(2) > ul > li:hover {
  background: none;
}
nav ul.navigation-pages > li ul a {
  color: #141414;
  padding: 0;
  height: auto;
  font-size: 15px;
  text-shadow: none;
  justify-content: left;
}

@media screen and (max-width: 800px) {
  nav ul.navigation-pages > li > ul > li {
    font-size: 14px;
  }
}

nav ul.navigation-pages > li > ul li:hover > a,
nav ul.navigation-pages > li > ul li.active > a {
  color: #005ccb;
  text-decoration: none;
}

nav ul.navigation-pages > li > ul > li > a {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding: 12px 0;
  padding-left: 50px;
  font-size: 18px;
  font-family: "opensansbold";
  color: #00479c;
  border-bottom: 2px solid #00479c;
}

@media screen and (max-width: 800px) {
  nnav ul.navigation-pages > li > ul > li > a {
    font-size: 16px;
    padding: 10px 0;
    padding-left: 43px;
  }
}
nav ul.navigation-pages > li:nth-child(2) > ul > li {
  padding-left: 65px;
}
nav ul.navigation-pages > li:nth-child(2) > ul > li > a {
  padding-left: 0;
  font-size: 20px;
  text-transform: none;
  border: none;
  font-family: "opensans";
  font-weight: 600;
  color: #141414;
}

nav ul.navigation-pages > li ul a.ofis_furn::before,
nav ul.navigation-pages > li ul a[href="/pages/katalog/ofisnaya-mebel"]::before,
nav
  ul.navigation-pages
  > li
  ul
  a[href="/pages/mebel-dlya-ofisa/ofisnaya-mebel"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 32px;
  height: 32px;
  background-image: url("/website/img/ofis_dom_icon.png");
}

@media screen and (max-width: 800px) {
  nav ul.navigation-pages > li ul a.ofis_furn::before,
  nav
    ul.navigation-pages
    > li
    ul
    a[href="/pages/katalog/ofisnaya-mebel"]::before,
  nav
    ul.navigation-pages
    > li
    ul
    a[href="/pages/mebel-dlya-ofisa/ofisnaya-mebel"]::before {
    top: 3px;
  }
}

nav ul.navigation-pages > li ul a.home_furn::before,
nav
  ul.navigation-pages
  > li
  ul
  a[href="/pages/katalog/mebel-dlya-doma"]::before,
nav
  ul.navigation-pages
  > li
  ul
  a[href="/pages/mebel-dlya-doma/mebel-home"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 32px;
  height: 21px;
  background-image: url("/website/img/mebel_dom_icon.png");
}

@media screen and (max-width: 800px) {
  nav ul.navigation-pages > li ul a.home_furn::before,
  nav
    ul.navigation-pages
    > li
    ul
    a[href="/pages/katalog/mebel-dlya-doma"]::before,
  nav
    ul.navigation-pages
    > li
    ul
    a[href="/pages/mebel-dlya-doma/mebel-home"]::before {
    top: 12px;
  }
}

nav ul.navigation-pages > li ul a.sale_furn {
  color: #d32144;
  border-bottom: 2px solid #d32144;
}

nav ul.navigation-pages > li ul a.sale_furn::before,
nav
  ul.navigation-pages
  > li
  ul
  a[href="/pages/katalog/rasprodazha-mebeli"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 38px;
  height: 38px;
  background-image: url("/website/img/sale_dom_icon.png");
}

nav ul.navigation-pages > li:nth-child(2) > ul > li:nth-child(1) > a::before {
  content: "";
  position: absolute;
  left: -65px;
  top: 4px;
  width: 36px;
  height: 36px;
  background-image: url("/website/img/vmenu_mebel_1.svg");
  background-size: 36px;
}
nav ul.navigation-pages > li:nth-child(2) > ul > li:nth-child(2) > a::before {
  content: "";
  position: absolute;
  left: -65px;
  top: 7px;
  width: 37px;
  height: 37px;
  background-image: url("/website/img/vmenu_mebel_3.svg");
  background-size: 37px;
}
nav ul.navigation-pages > li:nth-child(2) > ul > li:nth-child(3) > a::before {
  content: "";
  position: absolute;
  left: -63px;
  top: 8px;
  width: 34px;
  height: 34px;
  background-image: url("/website/img/vmenu_mebel_3.svg");
  background-size: 34px;
}
@media (max-width: 920px) {
  nav ul.navigation-pages > li:nth-child(2) > ul > li:nth-child(1) > a::before,
  nav ul.navigation-pages > li:nth-child(2) > ul > li:nth-child(2) > a::before,
  nav ul.navigation-pages > li:nth-child(2) > ul > li:nth-child(3) > a::before {
    left: -50px;
  }
}

/*     третий уровень */
nav ul.navigation-pages > li > ul ul {
  display: block;
  padding: 0;
  background-color: #fff;
}
nav ul.navigation-pages > li:nth-child(2) > ul ul {
  background: none;
}
nav ul.navigation-pages > li > ul ul li {
  display: block;
  color: #47393a;
}

nav ul.navigation-pages > li > ul .home_furn + ul,
nav ul.navigation-pages > li ul a[href="/pages/katalog/mebel-dlya-doma"] + ul,
nav ul.navigation-pages > li:nth-child(2) > ul > li:nth-child(2) > ul,
nav
  ul.navigation-pages
  > li
  ul
  a[href="/pages/mebel-dlya-doma/mebel-home"]
  + ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-height: 280px;
}
nav ul.navigation-pages > li:nth-child(2) > ul > li:nth-child(2) > ul {
  max-height: 235px;
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  nav ul.navigation-pages > li:nth-child(2) > ul > li:nth-child(2) > ul {
    max-height: 265px;
    margin-bottom: 30px;
  }
}
nav ul.navigation-pages > li > ul .home_furn + ul > li,
nav ul.navigation-pages > li:nth-child(2) > ul > li:nth-child(2) > ul > li,
nav
  ul.navigation-pages
  > li
  ul
  a[href="/pages/katalog/mebel-dlya-doma"]
  + ul
  > li,
nav ul.navigation-pages > li ul a[href="/pages/katalog/mebel-home"] + ul > li {
  width: 48%;
}

nav ul.navigation-pages > li > ul > li > ul > li {
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  nav ul.navigation-pages > li > ul > li > ul > li {
    margin-bottom: 15px;
  }
}

nav ul.navigation-pages > li > ul > li > ul > li > a {
  font-family: "opensansbold";
}
nav ul.navigation-pages > li:nth-child(2) > ul > li > ul > li {
  margin-bottom: 17px;
}
@media (max-width: 920px) {
  nav ul.navigation-pages > li:nth-child(2) > ul > li {
    padding-left: 50px;
  }
  nav ul.navigation-pages > li:nth-child(2) > ul > li > ul > li {
    margin-bottom: 10px;
  }
}
nav ul.navigation-pages > li:nth-child(2) > ul > li > ul > li > a {
  font-family: "opensans";
}
nav ul.navigation-pages > li:nth-child(2) > ul > li > ul > li.nav-sub > a {
  width: auto;
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 16px;
}
nav
  ul.navigation-pages
  > li:nth-child(2)
  > ul
  > li
  > ul
  > li.nav-sub
  > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 9px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 443.52 443.52' style='enable-background:new 0 0 443.52 443.52;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M336.226,209.591l-204.8-204.8c-6.78-6.548-17.584-6.36-24.132,0.42c-6.388,6.614-6.388,17.099,0,23.712l192.734,192.734 L107.294,414.391c-6.663,6.664-6.663,17.468,0,24.132c6.665,6.663,17.468,6.663,24.132,0l204.8-204.8 C342.889,227.058,342.889,216.255,336.226,209.591z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  transform: rotate(90deg);
  background-size: 9px;
}
nav ul.navigation-pages > li > ul > li > ul a {
  text-transform: none;
}
nav ul.navigation-pages > li:nth-child(2) > ul > li > ul > li > ul a {
  font-size: 13px;
  font-family: "opensans";
}
nav ul.navigation-pages > li:nth-child(2) > ul > li > ul > li > ul > li {
  margin-bottom: 5px;
}
nav ul.navigation-pages > li:nth-child(2) > ul > li > ul > li > ul > li > a {
  padding-left: 13px;
}
nav
  ul.navigation-pages
  > li:nth-child(2)
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: "•";
  color: #898a8a;
  font-size: 18px;
}
nav ul.navigation-pages > li:nth-child(2) > ul > li > ul > li > ul > li ul {
  padding-left: 13px;
}
nav
  ul.navigation-pages
  > li:nth-child(2)
  > ul
  > li
  > ul
  > li
  > ul
  > li
  ul
  a::before {
  content: "-";
  margin-right: 6px;
}
@media screen and (max-width: 480px) {
  nav ul.navigation-pages > li > ul,
  nav ul.navigation-pages > li:hover > ul {
    display: none;
  }
  nav ul.navigation-pages > li > ul::after {
    display: none;
  }
  nav ul.navigation-pages > li > ul > li,
  nav ul.navigation-pages > li > ul > li:nth-child(3),
  nav ul.navigation-pages > li:nth-child(3) > ul > li:first-child {
    width: 100%;
  }
  nav ul.navigation-pages > li a[href="/pages/katalog"] + ul > li:nth-child(2) {
    order: 3;
  }
  nav ul.navigation-pages > li > ul > li > a {
    display: block;
    margin-bottom: 0;
    padding: 5px 0;
    font-size: 13px;
    border-bottom: none;
    text-align: center;
  }
  nav ul.navigation-pages > li > ul > li > a::before {
    display: none;
  }
  nav ul.navigation-pages > li > ul ul {
    display: none !important;
  }
}
.header_wrapper nav {
  background: #f7f7f7;
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}
.header_wrapper nav .row {
  background: #f7f7f7;
  margin: 0 auto;
  max-width: 1300px;
}
.menu_wrapper {
  padding: 15px 0;
}
.fixed .menu_wrapper {
  padding: 0;
}
.menu_wrapper .menu_top {
  display: none;
}
.menu_wrapper .menu_top li {
  font-size: 15px;
  padding: 5px 0;
}
.menu_wrapper .menu_top li a {
  color: #333333;
  text-decoration: none;
  font-weight: 600;
  /* text-transform: uppercase; */
  border: none;
}
.menu_wrapper .menu_top a:hover,
.menu_wrapper .menu_top .active > a {
  color: #00409c;
  border: none;
}
.menu_btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .header_wrapper nav {
    border-top: none;
  }
  .menu_wrapper {
    display: none;
    width: 100%;
  }
  .menu_btm {
    display: block;
  }
  .menu_wrapper .menu_top {
    display: block;
  }
}
.menu_btm > li {
  position: relative;
  padding: 3px 27px;
  font-size: 18px;
}
.fixed .menu_btm > li {
  font-size: 16px;
}
@media (max-width: 1140px) {
  .menu_btm > li {
    padding: 3px 12px;
    font-size: 17px;
  }
  .fixed .menu_btm > li {
    padding: 3px 15px;
    font-size: 15px;
  }
}
@media (max-width: 1070px) {
  .menu_btm > li {
    padding: 5px 10px;
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  .menu_btm > li {
    padding: 5px;
  }
}
@media (max-width: 920px) {
  .menu_btm > li {
    font-size: 13px;
  }
}
@media (max-width: 800px) {
  .menu_btm > li {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .menu_btm > li {
    font-size: 15px;
    text-align: center;
  }
  .menu_top li {
    text-align: center;
  }
  .menu_top a {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid transparent;
  }
}
.menu_btm > li > a {
  width: 100%;
  color: #333333;
  text-decoration: none;
  font-weight: 600;
}
.menu_btm > li > a:hover,
.menu_btm a:hover,
.menu_btm li.active > a {
  color: #00409c;
  text-decoration: none;
}
.menu_block {
  display: none;
  grid-template-columns: 150px 1fr 1.3fr;
  grid-column-gap: 22px;
  position: absolute;
  top: 100%;
  left: -10px;
  width: 530px;
  padding: 27px 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.menu_btm li:nth-child(1) .menu_block {
  grid-template-columns: 150px 1fr;
}
.menu_btm li:nth-child(1) .menu_block ul {
  column-count: 2;
}
.menu_btm li:nth-child(6) .menu_block {
  left: -290px;
  grid-template-columns: 150px 1fr 0.5fr;
  width: 500px;
}
@media (max-width: 1330px) {
  .menu_btm li:nth-child(6) .menu_block {
    left: auto;
    right: -20px;
  }
}

@media (max-width: 980px) {
  .menu_block {
    grid-template-columns: 110px 1fr 1.3fr;
    grid-column-gap: 15px;
    width: 450px;
    padding: 15px 10px;
  }
}
@media (min-width: 769px) {
  .menu_btm li:hover > .menu_block {
    display: grid;
  }
}
.menu_block__col b {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  font-family: "opensansbold";
}
.menu_block__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu_block__col ul a {
  display: block;
  font-size: 14px;
  color: #333333;
}
.menu_block__col ul li + li {
  margin-top: 10px;
}

aside.col-xs-12.col-sm-3 {
  padding: 15px;
  padding-left: 15px;
}
@media (min-width: 1170px) {
  aside.col-xs-12.col-sm-3 {
    width: 330px;
  }
  .right-content.col-sm-9 {
    width: calc(100% - 330px);
  }
}

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

aside > ul > li > a {
  background: #103d8e;
  color: #fff;
  text-transform: uppercase;
  font: 16px "opensansbold", serif;
  min-height: 50px;
  padding: 12px 30px;
  padding-left: 53px;
  letter-spacing: -0.5px;
}
aside > ul > li > a::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  background-repeat: no-repeat;
  background-position: center;
}
aside #menu-navigation_487::before {
  background-image: url("/website/img/aside_icon_ofis.png");
}
aside #menu-navigation_501::before {
  background-image: url("/website/img/aside_icon_dom.png");
}
aside #menu-navigation_607::before {
  background-image: url("/website/img/aside_icon_sale.png");
}
aside > ul > li > a:hover {
  color: #fff;
  text-decoration: underline;
}
aside ul li a {
  display: block;
  text-decoration: none;
  position: relative;
}
aside > ul > li {
  margin-bottom: 3px;
}
aside > ul > li > a:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 8px solid #bdd4f1;
}
@media (max-width: 1169px) {
  aside > ul > li > a {
    padding-right: 10px;
  }
  aside > ul > li > a:after {
    right: 10px;
  }
}
aside ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation-main > li > ul {
  display: block;
}

aside ul li a {
  display: block;
  text-decoration: none;
  position: relative;
}
aside > ul > li > ul {
  padding: 5px 0;
  background: #f3f3f3;
}
aside > ul > li.active > ul {
  background: #dce9f2;
}
aside > ul > li > ul > li > a {
  background: #f3f3f3;
  color: #252525;
  padding: 8px 30px;
  padding-left: 53px;
  line-height: 1.1;
  font-weight: 600;
  font-size: 16px;
}
aside > ul > li.active > ul > li > a {
  background: #dce9f2;
}
aside > ul > li > ul > li > a::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 14px;
  width: 4px;
  height: 4px;
  background-color: #ababab;
  border-radius: 50%;
}
aside li.li-sub li.li-sub > a:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -3px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 8px solid #9a9a9a;
}
@media (max-width: 1169px) {
  aside > ul > li > ul > li > a {
    padding-right: 10px;
  }
  aside li.li-sub li.li-sub > a:after {
    right: 10px;
  }
}
aside li.li-sub.active > a:after {
  transform: rotate(90deg);
}

aside > ul > .active > ul > .active > a {
  background-color: #bdd4f1;
}
aside > ul > li > ul > li > a:hover {
  background-color: #bdd4f1;
  color: #103d8e;
  text-decoration: none;
}
aside > ul > li > ul > li.active > a::before {
  background-color: #103d8e;
}
aside > ul > .active > ul > .active > a,
aside > ul > li > ul > li.li-sub.active > a {
  color: #103d8e;
}
aside > ul > li > ul ul {
  margin: 0;
  padding: 5px 0;
  background-color: #e2e2e2;
}

aside > ul > li.active > ul ul {
  background-color: #dce9f2;
}
aside > ul > li > ul ul a {
  display: block;
  padding: 5px 5px 5px 53px;
  font-size: 14px;
  color: inherit;
  font-family: "opensans";
}
aside > ul > li > ul ul a:hover,
aside > ul > li > ul ul li.active > a {
  color: #103d8e;
  text-decoration: none;
}
aside > ul > li > ul ul ul a {
  padding-left: 60px;
}
aside li a.sale-link {
  background-color: #ef353c;
  color: #fff;
}

aside li a.sale-link::after {
  display: none;
}
aside a:focus {
  text-decoration: none;
}

.navigation-main > li.active > ul,
.navigation-main li.active > ul {
  display: block;
}

footer nav {
  margin-bottom: -2px;
  text-align: center;
}
hr {
  border: 0;
  background: url("../img/section_hr.png") 0 0 repeat-x;
  height: 7px;
  clear: both;
  display: block;
}

/* footer */
footer {
  margin: 0 -15px;
  background: #004298;
  position: relative;
  clear: both;
}

.footer_text {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, auto);
  column-gap: 10px;
  justify-content: space-between;
  padding: 20px 10px 15px 25px;
}
@media screen and (max-width: 1140px) {  
  .footer_text {
    grid-template-columns: auto 1fr 1fr auto;
  }
}
@media screen and (max-width: 940px) {  
  .footer_text {
    grid-template-columns: auto 1fr 1.2fr;
    padding-left: 15px;
  }
}
@media screen and (max-width: 680px) {  
  .footer_text {
    grid-template-columns: 1fr 1.1fr;
    row-gap: 10px;
  }
}
@media screen and (max-width: 480px) {  
  .footer_text {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 420px) {  
  .footer_text {
    max-width: 300px;
  }
}
.footer_logo {
  position: relative;
  display: flex;
  align-items: flex-start;
  grid-column: 1/2;
  grid-row: 1/2;
  column-gap: 20px;
  font-family: "opensansbold";
  padding-top: 5px;
}
.footer_logo::before {
  content: "";
  position: absolute;
  right: -25px;
  top: 0;
  width: 1px;
  height: 110%;
  background: #7da5de;
}
.footer_logo b {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.footer_logo span {
  display: block;
  margin-top: 7px;
  text-transform: uppercase;
  font-size: 14px;
  color: #89b4f1;  
}
.footer_text p {
  position: relative;
  margin: 0 0 5px;
  padding: 0;
  padding-left: 27px;
  color: #fff;
  font-size: 15px;
}
.footer_text p a {
  color: #fff;
}
.footer_text p.tel a {
  font-size: 15px;
  white-space: nowrap;
  font-family: "opensansbold";
  font-weight: normal;
}
.footer_adr1,
.footer_adr2,
.footer_mail {
  grid-row: 1/3;
}
.footer_adr1,
.footer_adr2 {
  grid-row: 1/2;
}


.footer_adr1,
.footer_adr2 {
  padding-top: 5px;
}
.footer_text .adr {
  margin-bottom: 15px;
}
.footer_text .adr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 25px;
  background: url("/website/img/footer_pin.svg") center center / 100% no-repeat;
}
.footer_text .adr a {
  font-size: 13px;
}
.footer_text .adr b {
  display: block;
  font-size: 14px;
  font-family: "opensansbold";
  font-weight: normal;
}
.footer_text .adr a.fancybox {
  text-decoration: underline;
  color: #aaaaaa;
}
.footer_text .tel,
.footer_text .mail {
  display: inline-block;
  font-family: "opensansbold";
}
.footer_text .tel {
  margin: 0;
}
.footer_text .tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url("/website/img/footer_tel.svg") center center / 100% no-repeat;
}
.footer_text .tel--soc::before {
  display: none;
}
.footer_text .tel--soc .whatsapp {
  position: absolute;
  left: -2px;
}
.footer_text .mail {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 35px;
}
.footer_text .mail::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 20px;
  height: 16px;
  background: url("/website/img/footer_mail.svg") center center / 100% no-repeat;
}
.footer_text .vk_icon {
  display: block;
  margin-top: 15px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding-left: 5px;
}
.footer_text .vk_icon img {
  margin-right: 4px;
}
.footer_text .copyright {
  position: relative;
  color: #7da5de;
  margin: -5px 0 0;
  padding: 0 0 0 110px;
  font-size: 13px;
}
.footer_text .footer_creator {
  font-size: 12px;
}
footer hr {
  border: none;
  background: url(../img/footer_hr.png) 0 0 repeat-x;
  height: 7px;
  margin: 0;
  clear: both;
}
footer p {
  color: #dfdfdf;
  margin: 12px 20px;
  margin-bottom: 20px;
}
footer p a {
  color: #dfdfdf;
}
footer a:hover {
  text-decoration: underline;
  color: #dfdfdf;
}
@media screen and (max-width: 1140px) {
  .footer_logo {
    padding-right: 15px;
  }
  .footer_logo::before {
    right: 0px;
  }
}
@media screen and (max-width: 940px) {
  .footer_mail {
    grid-column: 2/-1;
    grid-row: 2/3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer_adr1,
  .footer_adr2 {
    grid-row: initial;
  }
  footer .call-btn {
    grid-row: 1/3;
    align-self: center;
  }
  .footer_text .vk_icon {
    margin-top: 8px;
  }
  .footer_text .adr {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 840px) {
  .footer_logo {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    column-gap: 10px;
    padding-top: 0;
    grid-row: 1/3;
    margin-right: 10px;
  }
  .footer_logo::before {
    height: 100%;
  }
  .footer_logo b {
    font-size: 15px;
  }
  .footer_logo span {
    font-size: 13px;
  }
  .footer_text .copyright {
    margin-top: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 680px) {
  .footer_logo {
    grid-column: 1/-1;
    grid-row: initial;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 0 0 15px;
    margin: 0 0 5px;
  }
  .footer_logo::before {
    top: initial;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    max-width: 360px;
    height: 1px;
  }
  .footer_mail {
    grid-column: 1/-1;
    grid-row: initial;
  }
  .footer_adr1, .footer_adr2 {
    padding-top: 0;
  }
  .footer_text .vk_icon {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .footer_mail {
    display: block;
  }
  footer .call-btn {
    max-width: 180px;
    margin-bottom: 10px;
  }
}

/* end footer */

#container {
  background: #fff;
}
.grey_block h2,
.grey_block h1 {
  background: #004fb1;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  min-width: 152px;
  text-align: center;
  padding: 3px;
  position: relative;
  margin-top: 20px;
}
h2.prosto {
  text-align: center;
  font-size: 18px;
  font-family: "opensanssemibold";
  background-color: rgba(0, 0, 0, 0) !important;
  color: #4d4d4e !important;
}


.aside-deal {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 150px;
  padding: 10px 10px 10px 125px;
  color: #fff;
  opacity: 0.75;
  transition: 0.25s;
  border-radius: 8px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
}
.aside-deal--pay {
  background: url("/website/img/aside_deal_pay.png") center center / cover
    no-repeat;
}
.aside-deal--discount {
  background: url("/website/img/aside_deal_discount.png") center center / cover
    no-repeat;
}
.aside-deal:hover {
  opacity: 1;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.05);
}
.aside-deal::before {
  content: "";
  position: absolute;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  background-repeat: no-repeat;
  background-position: center;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.aside-deal--pay::before {
  background-image: url("/website/img/deal_wallet.svg");
  background-size: 38%;
}
.aside-deal--discount::before {
  background-image: url("/website/img/deal_box.svg");
  background-size: 42%;
}
.aside-deal span {
  line-height: 1.5em;
}
@media screen and (max-width: 1170px) {
  .aside-deal {
    min-height: 100px;
    padding: 10px 10px 10px 90px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .aside-deal::before {
    left: 5px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1040px) {
  .aside-deal {
    padding-left: 80px;
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .aside-deal {
    min-height: 90px;
    padding: 5px 5px 5px 60px;
    margin-bottom: 15px;
  }
  .aside-deal::before {
    left: 2px;
    width: 50px;
    height: 50px;
    background-size: 55%;
  }
}

#mapeown,
#maptwo,
#mapthree,
#mapfour {
  display: none;
}

#naverh {
  position: fixed;
  bottom: 120px;
  right: 70px;
  z-index: 1000;
}

aside ul ul {
  display: none;
}

a#menu-navigation_534:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -3px;
  border: 3px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #000;
}

h1 {
  font: 600 20px "opensans";
  text-align: center;
  background: #e2e2e2;
  padding: 20px 0;
  margin-top: 0;
  margin-bottom: 15px;
}
h1.nobg {
  background: none;
  font-family: "opensansbold";
  font-size: 22px;
}
.akcii_1 + p {
  margin-bottom: 15px;
}

@media screen and (max-width: 600px) {
  .sale_page,
  .delivery_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .akcii_1,
  .delivery_1 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .delivery_1 {
    margin-top: 10px;
  }
  .delivery_block {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
}

.right-content {
  padding-top: 15px;
}
.right-content--empty .breadcrumbs.catalog,
.right-content--empty h1 {
  background: none;
}
.right-content--empty .mob-grey.grey_block p:first-child {
  padding-left: 20px;
}
.right-content--empty .mob-grey.grey_block {
  background-color: #fff;
  padding: 0 0 10px;
}

.grey_block h2,
section .grey_block h1 {
  background: #004fb1;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  min-width: 152px;
  text-align: center;
  padding: 3px;
  position: relative;
  margin-top: 20px;
}

.grey_block h2:before {
  content: url(../img/lent_h2_1.png);
  position: absolute;
  left: 0;
  top: -16px;
}

.grey_block h2:after {
  content: url(../img/lent_h2_2.png);
  position: absolute;
  right: 0;
  top: -16px;
}

.grey_block .h2 {
  text-align: center;
}

.figure {
  margin: 0;
}

.mob-grey .breadcrumbs {
  margin-bottom: 20px;
}
.breadcrumbs--menu {
  color: #31343d;
}
.breadcrumbs--menu a {
  color: inherit;
}
.breadcrumbs > div {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .breadcrumbs > div {
    line-height: 1.8;
  }
}
.breadcrumbs--menu div:last-child > a,
.breadcrumbs--menu div:last-child > span {
  color: #004497;
  font-weight: 400;
}
.breadcrumbs_menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  padding-top: 5px;
  z-index: 12;
}
@media screen and (max-width: 799px) {
  .breadcrumbs_menu {
    width: 200px;
    padding-top: 5px;
  }
}

.breadcrumbs_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 3px solid #3ab54a;
  background-color: rgb(0, 85, 191);
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.3);
}
.breadcrumbs_menu li {
  padding: 5px 10px 5px 20px;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  background-color: rgb(0, 85, 191);
}
@media screen and (max-width: 799px) {
  .breadcrumbs_menu ul {
    padding: 6px 0;
  }
  .breadcrumbs_menu li {
    padding: 6px 10px;
    font-size: 12px;
  }
}
.breadcrumbs_menu li:hover {
  background-color: #0067d9;
}
.breadcrumbs_menu li:hover a {
  text-decoration: none;
}
.breadcrumbs_menu li a {
  color: inherit;
}
.breadcrumbs--menu div > a {
  position: relative;
  padding-right: 15px;
}
.breadcrumbs--menu div > a::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 5px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 443.52 443.52' style='enable-background:new 0 0 443.52 443.52;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M336.226,209.591l-204.8-204.8c-6.78-6.548-17.584-6.36-24.132,0.42c-6.388,6.614-6.388,17.099,0,23.712l192.734,192.734 L107.294,414.391c-6.663,6.664-6.663,17.468,0,24.132c6.665,6.663,17.468,6.663,24.132,0l204.8-204.8 C342.889,227.058,342.889,216.255,336.226,209.591z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.breadcrumbs > div:hover .breadcrumbs_menu {
  display: block;
}
.breadcrumbs > div:hover .breadcrumbs_menu_link::after {
  transform: rotate(90deg);
}

.mob-grey.grey_block {
  background: #e2e2e2;
  margin: 0 auto;
  padding: 0 55px 15px;
}
@media screen and (max-width: 1080px) {
  .mob-grey.grey_block {
    padding: 0 15px 15px;
  }
}
@media screen and (max-width: 768px) {
  .container .right-content .right-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.grey_block .figure {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin: 0 10px 0 0;
}

.grey_block .figure {
  background: #a0a0a0;
  border: 3px solid #a0a0a0;
  margin-bottom: 15px;
  margin-right: 10px;
}

.rasprodaja {
  margin-bottom: 20px;
  text-align: center;
}

.rasprodaja .figure {
  display: inline-block;
  vertical-align: bottom;
  width: 32%;
  margin: 0 0 0 0;
  background: #fff;
  border: 0;
  text-align: center;
}

.rasprodaja .figure img {
  display: inline-block;
}

@media screen and (max-width: 400px) {
  .rasprodaja .figure {
    width: 48%;
  }
}

.rasprodaja .figure a:hover {
  text-decoration: none;
}

span.line-through {
  font-size: 15px;
  color: #000;
  text-decoration: line-through;
  text-transform: uppercase;
}

span.big {
  font-size: 20px;
}

span.ooo {
  color: #000;
}

.rasprodaja .figcaption {
  text-align: center;
  line-height: 15px;
  padding: 5px 5px 0 0;
  width: auto;
}

.rasprodaja .figcaption > a {
  font-size: 10px;
  color: red;
  text-transform: uppercase;
  font-style: bold;
}
.child_rubric {
  padding: 5px 20px;
  background: #e2e2e2;
}
.child_rubric--height {
  padding-bottom: 30px;
}

.child_rubric__list {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 30px;
  grid-auto-flow: column;
  grid-template-rows: auto auto auto auto auto;
  padding: 20px 20px 10px;
}
.child_rubric__list--dom {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 30px;
  grid-auto-flow: column;
  grid-template-rows: auto auto auto auto auto;
  padding: 20px 20px 10px;
}
.child_rubric__list.child_rubric__list_lvl2 {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-auto-flow: row;
  grid-column-gap: 15px;
  padding: 20px 10px 10px;
  background: #cdcdcd;
}
@media (max-width: 980px) {
  .child_rubric__list {
    padding: 20px 10px 10px;
    grid-column-gap: 15px;
  }
  .child_rubric__list--dom {
    padding: 20px 10px 10px;
    grid-column-gap: 15px;
  }
}
@media (max-width: 480px) {
  .child_rubric__list {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }
  .child_rubric__list--dom {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }
  .child_rubric__list.child_rubric__list_lvl2 {
    column-gap: 10px;
    grid-template-columns: auto auto;
    padding: 15px 5px 10px;
  }
}
.child_rubric__list a {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 115px;
  margin: 0 0 15px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 600;
  font-family: "opensans";
  color: inherit;
}
.child_rubric__list a.active {
  border-radius: 20px;
  background-color: #bdd4f1;
}
.child_rubric__list--dom a {
  margin: 0 0 10px;
  font-size: 13px;
}
.child_rubric__list--dom a:hover::before {
  content: "";
  position: absolute;
  left: -7px;
  top: -7px;
  width: calc(100% + 7px);
  height: calc(100% + 14px);
  border-radius: 21.5px;
  background-color: #ededed;
}
.child_rubric__list .text {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.child_rubric__list a:hover .text span {
  border-bottom-color: transparent;
}
.child_rubric__list .text span {
  border-bottom: 1px dashed #333333;
}
.child_rubric__list--dom .text {
  border-bottom: none;
}
.child_rubric__list a:hover {
  text-decoration: none;
}
.child_rubric__list a:hover .text {
  border-bottom-color: transparent;
}
.child_rubric__list .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  background-color: rgb(255, 255, 255);
  z-index: 1;
  flex-shrink: 0;
}
.child_rubric__list--dom .icon {
  width: 32px;
  height: 32px;
}
.child_rubric__list .icon img {
  max-width: 67%;
  max-height: 80%;
}
@media screen and (max-width: 767px) {
  .child_rubric {
    padding: 5px 15px;
  }
  .child_rubric__list {
    padding: 20px 5px 10px;
  }
  .child_rubric__list a {
    min-width: 0;
    margin: 0 5px 10px;
    font-size: 15px;
  }
  .child_rubric__list--dom a {
    margin: 0 0 10px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .child_rubric__list_lvl2.child_rubric__list a {
    margin-left: 0;
    margin-right: 0;
    padding-right: 5px;
  }
}
@media screen and (max-width: 399px) {
  .child_rubric__list--dom a {
    font-size: 11px;
  }
}
@media screen and (max-width: 380px) {
  .child_rubric {
    padding: 5px 10px;
  }
  .child_rubric__list_lvl2.child_rubric__list a {
    font-size: 13px;
  }
}
.grey_block.catalog .figure {
  margin-right: 9px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 12px;
}

.breadcrumbs {
  text-align: left;
  font-size: 13px;
  padding: 15px;
}

.breadcrumbs.catalog,
.breadcrumbs.show {
  padding-top: 10px;
  font-size: 12px;
  background-color: #e2e2e2;
}
.breadcrumbs--white.catalog {
  background: none;
}
.breadcrumbs.catalog a,
.breadcrumbs.show a {
  font-size: 12px;
}
.breadcrumbs a.active,
.breadcrumbs span {
  font-weight: 700;
}
.link-back {
  text-align: left;
  display: block;
  margin-bottom: 12px;
}
.catalog_sort_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 15px 20px;
  background: #e2e2e2;
}
.sort {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  max-width: 335px;
}
.sort__title {
  width: 100%;
  font-size: 14px;
  font-family: "opensansbold", serif;
}
.sort input {
  display: none;
}
.sort label[for="sort_rate"] {
  margin-left: -10px;
}
.sort label {
  padding: 10px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  border-radius: 15px;
}
.sort input:checked + label,
.sort label:hover {
  background-color: rgb(208, 246, 213);
}
@media screen and (max-width: 520px) {
  .sort__title,
  .sort label {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .sort {
    justify-content: center;
  }
  .sort__title {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }
  .sort label[for="sort_rate"] {
    margin: 0;
  }
}
.catalog_sort_row .pagination-centered {
  width: auto;
  margin: 7px 0;
}
@media (max-width: 1080px) {
  .catalog_sort_row .pagination-centered {
    margin: 7px auto;
  }
}
.catalog_sort_row .pagination-centered ul li:first-child {
  margin-left: 0;
}
.catalog_sort_row .pagination-centered ul li {
  margin: 0 4px;
  font-size: 14px;
  color: #004298;
}
.catalog_sort_row .pagination-centered ul li.number {
  margin: 0 7px;
}
@media (max-width: 1080px) {
  .catalog_sort_row .pagination-centered ul li {
    margin: 2px 4px;
  }
  .catalog_sort_row .pagination-centered ul li.number {
    margin: 2px 7px;
  }
}

.catalog_sort_row .pagination-centered ul li.show-all {
  margin-right: 0;
  padding: 7px 13px;
  border-radius: 18px;
  background-color: #c50d4a;
  border-bottom: none;
  color: #fff;
}
.catalog_sort_row .pagination-centered ul li.show-all:hover {
  border: none;
}
.grey_block.catalog .figure img {
  width: 100%;
}

.grey_block .figure:last-child {
  margin-right: 0;
}

.grey_block .figure .figcaption a {
  text-decoration: none;
  color: #fff;
  font: 16px "opensans";
  line-height: 21px;
}

.grey_block .figure .figcaption {
  text-align: center;
}

.grey_block .figure:hover {
  background: #0055be;
  border: 3px solid #0055be;
}

.grey_block:after {
  display: block;
  clear: both;
  content: " ";
}

.mobile-menu {
  position: relative;
  align-items: center;
  justify-content: flex-start;
  display: none;
  cursor: pointer;
  display: none;
  width: 30px;
  height: 40px;
  margin-bottom: 6px;
}
.mobile-menu::before {
  width: calc(100% + 25px);
  height: calc(100% + 20px);
  left: -10px;
  top: -10px;
}
.mobile-menu span {
  position: relative;
  background-color: #003399;
  width: 20px;
  height: 2px;
}
.mobile-menu span::before,
.mobile-menu span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #003399;
}
.mobile-menu span::before {
  top: -5px;
}
.mobile-menu span::after {
  bottom: -5px;
}

.catalog-mobile {
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
  background: #023baf;
  color: #fff;
  width: 90%;
  margin: 8px auto;
  border-radius: 5px;
  border: 1px solid #333;
  display: none;
  font-size: 19px;
}

.catalog-mobile .glyphicon {
  top: 4px;
}

.catalog-mobile:active,
.catalog-mobile:focus {
  -webkit-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.4),
    inset -2px -2px 8px rgba(0, 0, 0, 0.4);
  box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.4),
    inset -2px -2px 8px rgba(0, 0, 0, 0.4);
}

.catalog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mob-grey.grey_block.catalog aside {
  width: 100%;
}

.mob-grey.grey_block.catalog .figure {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: top;
  width: 47%;
  margin-right: 5%;
  padding-bottom: 0;
  color: #333333;
  text-align: center;
  background-color: #eaeaea;
  border: none;
}

.mob-grey.grey_block.catalog .figure:nth-of-type(2n) {
  margin-right: 0;
}

.mob-grey.grey_block.catalog .figure .imgs {
  position: relative;
  width: 85%;
  margin: 20px auto 15px;
}

.mob-grey.grey_block.catalog .figure:hover {
  background-color: #7da5de;
}

.mob-grey.grey_block.catalog .figure:hover .ask-btn {
  background-color: #cd033a;
}

.mob-grey.grey_block.catalog .figure:hover .imgs .item_pic {
  display: block;
  position: relative;
}
.mob-grey.grey_block.catalog .imgs .item_pic {
  position: relative;
}

.mob-grey.grey_block.catalog .imgs .new,
.slider-for .new,
.new_slick-list::after {
  width: 107px !important;
  height: 39px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.new_slick-list .slide-item::after {
  content: "";
  background: url(/website/img/new_good.png);
  width: 107px !important;
  height: 39px;
  position: absolute;
  bottom: 0;
  right: 0;
}
/* 
.mob-grey.grey_block.catalog .figure:hover .imgs .item_pic::before {
  content: "Просмотреть еще фото";
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
} */

.mob-grey.grey_block.catalog .figure:hover .icon_row {
  color: #fff;
  background-color: #4d65cb;
}
.mob-grey.grey_block.catalog .figure:hover .bank_icon::after {
  background-image: url("/website/img/banki_icon_wh.png");
}
.mob-grey.grey_block.catalog .figure:hover .del_icon::after {
  background-image: url("/website/img/delivery_icon_wh.png");
}

@media screen and (max-width: 600px) {
  .mob-grey.grey_block.catalog .figure:hover .imgs::before {
    font-size: 14px;
  }
}

.mob-grey .figure .figcaption {
  margin: 0;
  padding: 0 12px;
  text-align: center;
  line-height: 1.2;
}

.mob-grey .figure .figcaption a {
  display: block;
  height: auto;
  min-height: 0;
  margin-top: 10px;
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}

.mob-grey.grey_block.catalog .figure:hover a {
  color: #fff;
}
.catalog_item {
  position: relative;
}
.catalog_item__onsale {
  position: absolute;
  z-index: 2;
  top: -6px;
  right: -6px;
  width: 50px;
  height: 50px;
  background-image: url("/website/img/catalog_sale.png");
  background-repeat: no-repeat;
  background-position: center;
}
.catalog_item .imgs {
  position: relative;
}
.catalog_item__video {
  position: absolute;
  z-index: 1;
  top: 6px;
  left: 3px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: 58% 58%;
  background-image: url(/website/img/camera.svg);
  background-size: 33px;
  border-radius: 10px;
  background-color: #0062d8;
  box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
}
/* #item_gallery .catalog_item__video {
  position: absolute;
  z-index: 1;
  top: 6px;
  right: 6px;
  width: 61px;
  height: 61px;
  background-repeat: no-repeat;
  background-position: 53% 53%;
  background-image: url(/website/img/premium-icon-video-3759350.svg);
  background-size: 30px;
  border-radius: 5px;
  background-color: #3aa848;
  box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
} */

.catalog_item .sizes {
  font-size: 14px;
  color: #333333;
}
.catalog_item .sizes b {
  font-family: "opensansbold";
}
.mob-grey .figure .catalog_item_price {
  position: relative;
  margin: auto 0 0;
  margin-left: 17px;
  padding-left: 47px;
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
}
.mob-grey .figure .catalog_item_price a {
  font-size: 15px;
  font-family: "opensansbold";
}
@media screen and (max-width: 990px) {
  .mob-grey .figure .catalog_item_price {
    margin-left: 5px;
    font-size: 10px;
  }
  .mob-grey .figure .catalog_item_price a {
    font-size: 13px;
  }
}
@media screen and (max-width: 520px) {
  .mob-grey .figure .catalog_item_price {
    font-size: 13px;
  }
  .mob-grey .figure .catalog_item_price a {
    font-size: 15px;
  }
}

@media screen and (max-width: 620px) and (min-width: 421px) {
  .mob-grey .figure .catalog_item_price {
    width: auto;
    margin: auto auto 5px;
  }
}

@media screen and (max-width: 370px) {
  .mob-grey .ask-btn {
    width: 66px;
    font-size: 8px;
  }
}
.mob-grey .figure .catalog_item_price .telicon,
.mob-grey .figure .catalog_item_price .socicon {
  position: relative;
  display: block;
}
/* .mob-grey .figure .catalog_item_price .telicon::before {
  content: "";
  position: absolute;
  left: -22px;
  top: calc(50% - 8px);
  width: 17px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 384 384' style='enable-background:new 0 0 384 384;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M353.188,252.052c-23.51,0-46.594-3.677-68.469-10.906c-10.719-3.656-23.896-0.302-30.438,6.417l-43.177,32.594 c-50.073-26.729-80.917-57.563-107.281-107.26l31.635-42.052c8.219-8.208,11.167-20.198,7.635-31.448 c-7.26-21.99-10.948-45.063-10.948-68.583C132.146,13.823,118.323,0,101.333,0H30.813C13.823,0,0,13.823,0,30.813 C0,225.563,158.438,384,353.188,384c16.99,0,30.813-13.823,30.813-30.813v-70.323C384,265.875,370.177,252.052,353.188,252.052z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
} */
.mob-grey .figure .catalog_item_price .whatsapp {
  position: absolute;
  width: 21px;
  height: 21px;
  left: -25px;
  top: 50%;
  margin-top: -17.5px;
}
.mob-grey .figure .catalog_item_price .viber {
  position: absolute;
  display: none;
  width: 20px;
  height: 22px;
  left: -23px;
  top: 50%;
  margin-top: -8px;
}
@media screen and (max-width: 900px) {
  .mob-grey .figure .catalog_item_price .telicon::before {
    top: calc(50% - 6px);
    width: 13px;
    height: 12px;
  }
}

.mob-grey .figure .catalog_item_price a {
  display: block;
  font-weight: 700;
}

.mob-grey.grey_block.catalog .figure:hover .catalog_item_price {
  color: #fff;
}

.mob-grey.grey_block.catalog .figure:hover .catalog_item_price::before {
  background-image: url("/website/img/catalog_tem_tel_hover.png");
}
.catalog_item .ask-btn {
  align-self: flex-end;
  margin-top: 8px;
  margin-left: auto;
}
@media screen and (max-width: 820px) and (min-width: 768px) {
  .catalog_item .ask-btn {
    width: 73px;
  }
}
@media screen and (max-width: 330px) {
  .catalog_item .ask-btn {
    width: 80px;
    margin-right: auto;
  }
}
.catalog_item_link {
  display: block;
  margin: 0 17px 9px;
  padding: 10px 3px;
  border-radius: 5px;
  background-color: rgb(58, 168, 72);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  transition: 0.2s;
}
.catalog_item_link:hover {
  background-color: rgb(0, 59, 146);
  text-decoration: underline;
}
.mob-grey.grey_block.catalog .figure:hover .catalog_item_link {
  background-color: rgb(0, 59, 146);
}
@media screen and (max-width: 970px) {
  .catalog_item_link {
    margin: 0 5px 9px;
  }
}
@media screen and (max-width: 900px) {
  .catalog_item_link {
    font-size: 13px;
  }
}
.price_row {
  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;
  align-items: center;
  margin-top: auto;
  margin-bottom: 9px;
}

.price_row.catalog_price {
  justify-content: center;
}
.price_row.catalog_price .new_price {
  color: #cd033a;
}
.sales_phones a {
  position: relative;
  font: 14px "opensansbold";
}

/* .sales_phones a:nth-child(2) {
  padding-left: 25px;
}
.sales_phones a:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 1px;
  width: 16px;
  height: 16px;
  background-image: url(/website/img/tel_icon_.png);
  background-size: 100%;
} */
.ask-btn {
  display: block;
  width: 110px;
  margin-right: 18px;
  padding: 5px 0;
  text-align: center;
  border-radius: 3px;
  background-color: #103d8e;
  -webkit-box-shadow: 0.5px 0.866px 0px 1px white;
  box-shadow: 0.5px 0.866px 0px 1px white;
  color: #fff;
  font-size: 9px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "opensansbold";
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media screen and (max-width: 970px) {
  .ask-btn {
    margin-right: 5px;
  }
}

@media screen and (max-width: 930px) {
  .ask-btn {
    width: 90px;
  }
}

@media screen and (max-width: 599px) and (min-width: 421px) {
  .ask-btn {
    width: 100px;
    margin: 5px auto 0;
  }
}

@media screen and (max-width: 340px) {
  .ask-btn {
    width: 80px;
  }
}

.ask-btn b {
  display: block;
  font-size: 12px;
}

.ask-btn:hover {
  text-decoration: none;
  -webkit-box-shadow: 0.5px 0.866px 0px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0.5px 0.866px 0px 1px rgba(255, 255, 255, 0.1);
}

.icon_row {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8a8a8a;
  color: #d3d3d3;
  padding: 10px 12px;
}

.bank_icon {
  position: relative;
  width: 65%;
  margin: 0;
  padding: 0;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  text-align: left;
}

.bank_icon::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 32px;
  height: 29px;
  background-image: url("/website/img/banki_icon2.png");
}

/* .bank_icon::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 1px;
            height: 100%;
            background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        } */
.del_icon {
  position: relative;
  width: 35%;
  margin: 0;
  padding: 0;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  text-align: left;
}

.del_icon::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 32px;
  height: 28px;
  background-image: url("/website/img/delivery_icon2.png");
}

@media screen and (max-width: 900px) and (min-width: 768px) {
  .bank_icon,
  .del_icon {
    width: 100%;
    min-height: 30px;
  }
  .bank_icon {
    margin-bottom: 5px;
  }
  .del_icon {
    padding-top: 10px;
  }
}

@media screen and (max-width: 680px) {
  .bank_icon,
  .del_icon {
    width: 100%;
    min-height: 30px;
    font-size: 13px;
  }
  .bank_icon {
    margin-bottom: 5px;
  }
  .container .bank_icon {
    line-height: 1.2;
  }
  .bank_icon::after {
    top: 0;
  }
  .del_icon {
    padding-top: 10px;
  }
}
@media screen and (max-width: 420px) {
  .bank_icon {
    font-size: 14px;
  }
  .del_icon a {
    font-size: 15px;
  }
}

/* .del_icon::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 35px;
        height: 24px;
        background-image: url('/website/img/delivery_icon.png');
    } */
.grey_block.mob-grey h2:before,
.grey_block.mob-grey h2:after {
  display: none;
}

.pagination-centered {
  text-align: center;
  clear: both;
  width: 100%;
}
.grey_block.mob-grey .pagination-centered:nth-child(2) {
  margin-top: 10px;
}
.pagination-centered ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}

.pagination-centered ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 5px 7px;
}

.pagination-centered ul li.active::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #004298;
}

.pagination-centered ul li.active a {
  position: relative;
  color: #fff;
  z-index: 10;
}

.pagination-centered ul li.show-all {
  padding: 7px 15px;
  border-radius: 4px;
  background-color: #c50d4a;
  border-bottom: 2px solid #fff;
  color: #fff;
}

.pagination-centered ul li.show-all a {
  color: #fff;
}

.pagination-centered ul li.show-all:hover {
  border-bottom: 2px solid #c50d4a;
}

.pagination-centered ul li.show-all:hover a {
  text-decoration: none;
}
aside .mebelson {
  margin-top: 35px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

aside .mebelson img {
  display: inline-block;
  margin-bottom: 5px;
}

.owl-item li {
  display: inline-block;
  vertical-align: top;
}

.small_photos .owl-item {
  display: inline-block;
  vertical-align: top;
}

#slider_area img {
  width: 100%;
  border: 2px solid #fff;
}

#slider_area ul.slides li img {
  width: 120px;
}

#slider_area > div {
  position: relative;
}

#slider_area ul.slides {
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: block;
}

#slider_area div.owl-prev {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 38%;
}

#slider_area div.owl-next {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 38%;
}

#slider_area .slider-for {
  margin-bottom: 10px;
  background-color: #fff;
}
#slider_area .slider-nav .wrap-img {
  padding: 0 5px;
}

#slider_area .slick-track {
  margin-left: 0;
}

#slider_area .slick-prev,
#slider_area .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 16px;
  height: 25px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  opacity: 1;
  z-index: 10;
}

#slider_area .slick-prev:hover,
#slider_area .slick-prev:focus,
#slider_area .slick-next:hover,
#slider_area .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

#slider_area .slick-prev {
  left: 5px;
}

#slider_area .slick-next {
  right: 5px;
}

#slider_area .slick-prev:before,
#slider_area .slick-next:before {
  content: url(../img/arrow_left.png);
  font-family: "slick";
  font-size: 0;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#slider_area .slick-next:before {
  content: url(../img/arrow_right.png);
}

.owl-nav.disabled div.owl-prev,
.owl-nav.disabled div.owl-next {
  display: none;
}

.item_catlink {
  display: block;
  margin: 15px 0;
  padding: 10px 6px;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  background-color: #4d87dd;
}
.item_catlink::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 5px;
  background-color: #004497;
}
.item_catlink span {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  z-index: 1;
}
.item_catlink span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 22px;
  margin-top: -11px;
  background-image: url("/website/img/item_cat_link_wh.png");
  background-repeat: no-repeat;
}
.item_catlink:hover {
  color: #fff;
  text-decoration: underline;
  background-color: #004497;
}
@media screen and (min-width: 768px) {
  .credit-block {
    padding-left: 0;
  }
}

.credit-block .item_banks {
  padding: 0 5px 13px;
  background: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.credit-block p.get-furniture {
  padding: 12px 0 0 0;
  margin: 0;
  text-transform: uppercase;
  color: #004298;
  font: 700 14px "Roboto Slab", serif;
  text-align: center;
  line-height: 17px;
  position: relative;
}

.credit-block p.credit {
  text-align: center;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: #000000;
  line-height: 1;
  font: 11px "Roboto Slab", serif;
}

.credit-block img {
  margin: 12px 0 20px;
}

.credit-block .item_getprice {
  margin: 12px 0;
  padding-top: 15px;
  padding-bottom: 6px;
  background: #004298;
  position: relative;
}

.credit-block .ask-btn {
  display: block;
  width: initial;
  margin: 0 15px 10px;
  padding: 10px 0;
  font-size: 16px;
  background-color: #cd033a;
  text-transform: none;
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-weight: 500;
}
.credit-block .ask-btn:hover {
  color: #fff;
}

.credit-block .shop_choose {
  display: block;
  text-align: center;
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-weight: 500;
  color: #004298;
  font-size: 14px;
  border-bottom: 1px dashed #004298;
  transition: 0.2s;
  text-decoration: none;
  max-width: 165px;
  margin: 0 auto 12px;
}
.credit-block .shop_choose:hover {
  border-color: transparent;
}
@media screen and (max-width: 767px) {
  .credit-block .ask-btn {
    width: 150px;
    font-size: 14px;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 460px) {
  .credit-block .ask-btn {
    width: 100%;
    max-width: 200px;
    margin: 5px auto;
  }
}
.item_getprice p.item_tel {
  text-align: left;
  color: #fff;
  margin: 0;
  padding: 0px 15px 15px;
  font-size: 14px;
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  line-height: 1.1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .item_getprice p.item_tel {
    text-align: center;
  }
}
.item_getprice p > a,
.item_getprice p > span {
  display: block;
}
.item_socicon {
  margin: 5px 0 3px;
  white-space: nowrap;
}
.item_socicon a + a {
  margin-left: 3px;
}
.item_socicon img {
  margin: 0;
}
.item_getprice p a {
  color: inherit;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 767px) and (min-width: 520px) {
  .item_getprice p br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .item_getprice p {
    text-align: center;
  }
}

#item_info h3 {
  background: #fff;
  font-size: 16px;
  padding: 3px 20px;
  margin: 10px 0;
}

#item_info .item-description,
#item_info .big_price,
#item_info p {
  font-size: 14px;
  margin-top: 10px;
}
.item-description .video-wrap {
  position: relative;
  margin-top: 20px;
  padding-bottom: 75%;
}
.video-wrap video {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.single-item .big_price {
  margin-bottom: 15px;
  font-size: 24px;
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-weight: 700;
  color: #333333;
  text-align: left;
}
.single-item .big_price b {
  color: #cd033a;
  white-space: nowrap;
}
.single-item .big_price span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.single-item .big_price span::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% + 3px);
  height: 1px;
  background-color: rgb(205, 3, 58);
  border-radius: 0.5px;
}
.item_price_title {
  margin: 0;
  padding: 15px 0 5px 2px;
  font-size: 16px;
  font-family: "Roboto", Verdana, Helvetica, sans-serif;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .single-item .big_price {
    padding-left: 0;
    text-align: center;
  }
  .item_price_title {
    padding-top: 0;
    padding-left: 0;
    text-align: center;
  }
}

.sizes_card p {
  display: inline;
}
.sizes_card {
  font-size: 14px;
}
p.more-info {
  padding: 0;
  margin: 30px 0 20px 0;
  color: #fff;
  background: #e0995e;
  font: 14px "opensansbold";
  line-height: 23px;
  text-align: left;
  padding: 15px 15px 15px 86px;
  position: relative;
}

.small_photos {
  margin-top: 12px;
}

p.more-info:before {
  display: block;
  position: absolute;
  top: 11px;
  left: 20px;
  content: url(../img/phone.png);
}

@media screen and (max-width: 1041px) {  
  nav .lent1,
  nav .lent2 {
    display: none;
  }
  .grey_block {
    text-align: center;
  }
  .grey_block .figure {
    width: 48%;
  }
}
@media screen and (max-width: 980px) {
  nav .navigation-pages li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 900px) {
  nav .navigation-pages li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 885px) {
  aside > ul > li > ul > li > a,
  aside > ul > .active > ul > .active > ul > li > a,
  aside > ul > li > ul > li > ul > li > a,
  aside > ul > li > a,
  aside > ul > li > ul > li > ul > li ul a {
    font-size: 14px;
  }
  .block-sinyak {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  header.container {
    position: relative;
  }
  .header_search {
    position: absolute;
    top: 100%;
    z-index: 5;
    left: 15px;
    margin: 1px 0 1px;
    padding: 10px 18px 10px 35px;
  }

  #slider_area {
    margin-bottom: 20px;
  }
  #slider_area img {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
  }
  .credit-block div > img {
    display: block;
    margin: 12px auto;
  }
  #slider_area .small_photos img {
    max-width: 140px;
  }
  .grey_block .figure .figcaption a {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .mob-grey.grey_block.catalog .figure:nth-of-type(2n) {
    margin-right: 0;
  }
  .grey_block.catalog .figure {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .catalog-mobile {
    display: block;
  }
  aside.col-xs-12 ul,
  aside.col-xs-12 > p,
  aside.col-xs-12 br {
    display: none;
  }
  aside.col-xs-12 ul {
    padding: 0;
  }
  #naverh {
    bottom: 60px;
    right: 2%;
  }
  #naverh img {
    max-width: 40px;
  }
  nav .navigation-pages li a {
    display: block;
    height: auto;
    padding: 7px 0;
  }
}

@media screen and (max-width: 590px) {
  nav .navigation-pages li a,
  body,
  p,
  a {
    font-size: 14px;
  }
  header > div.col-xs-12 {
    padding-top: 0;
  }
  h1,
  h2,
  h3,
  h4,
  .right-content h1 {
    font-size: 16px;
    background: none;
    padding: 5px 0;
    margin: 7px 0;
  }
  .right-content h1 {
    font-size: 21px;
  }
  .breadcrumbs + h1 {
    margin: 0;
    padding: 15px 0;
  }
  .right-content h1.lblue_back {
    background-color: #eaf2f3;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .grey_block h2,
  section .grey_block h1 {
    font-size: 16px;
    background: none;
    padding: 5px 0;
    margin: 7px 0;
    color: #333;
    font-weight: 600;
  }
  .grey_block h2:before,
  .grey_block h2:after {
    display: none;
  }
  footer p {
    margin-bottom: 0;
  }
  .grey_block .figure {
    width: 47%;
  }
}

@media screen and (max-width: 420px) {
  .grey_block.mob-grey.catalog .figure {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .mob-grey .figure .figcaption {
    order: -1;
    padding: 10px 12px;
  }
  .grey_block .figure .figcaption a {
    margin: 0;
    font-size: 16px;
  }
  .mob-grey.grey_block.catalog .figure:nth-child(2n),
  .mob-grey.grey_block.catalog .figure {
    margin-right: 0;
    margin: 5px auto 20px;
  }
  .mob-grey.grey_block.catalog .figure .imgs {
    margin-top: 0;
  }
}
@media screen and (max-width: 375px) {
  .grey_block .figure {
    margin-right: 0;
    width: 90%;
  }
}
@media screen and (max-width: 350px) {
  header.container {
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .mobile-menu {
    display: flex;
    grid-row: 1/3;
  }
  .header_wrapper .navigation-pages > li + li > a::after {
    display: none;
  }
  nav .row > .navigation-pages li,
  footer nav > .navigation-pages li {
    display: block;
  }
  nav ul.navigation-pages {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .grey_block .figure {
    margin-right: 0;
    width: 90%;
  }
}

.all {
  width: 100%;
}

.flex {
  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;
}

h2.all {
  background: none;
  text-align: center;
}

div .blue_back,
.blue_back {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  text-transform: none;
  font-weight: bold;
  background-color: #004298;
  border-radius: 22px;
}

h2 .blue_back {
  min-width: 310px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (max-width: 414px) {
  h2 .blue_back {
    min-width: 0;
  }
}
div .blue_back--pink,
.blue_back--pink {
  background-color: #d2356a;
}

.grey_block h2.all:before,
.grey_block h2.all:after {
  display: none;
}

.news_wrapper {
  background-image: linear-gradient(to bottom, transparent 50px, #eaf2f3 50px);
}

.prem {
  padding: 20px 0 25px;
  list-style: none;
}
@media screen and (max-width: 600px) {
  .prem {
    margin: 0;
    padding: 0px 0 20px;
  }
}

.prem li {
  position: relative;
  padding-top: 190px;
  padding-bottom: 15px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .prem li {
    width: 50%;
  }
}
.prem1::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 90.5px);
  width: 181px;
  height: 181px;
  background-image: url("/website/img/pm_1.png");
}

.prem2::before,
.prem3::before,
.prem4::before {
  content: "";
  position: absolute;
  top: 15px;
  left: calc(50% - 75.5px);
  width: 151px;
  height: 151px;
  background-image: url("/website/img/pm_2.png");
}

.prem3::before {
  background-image: url("/website/img/pm_3.png");
}

.prem4::before {
  background-image: url("/website/img/pm_4.png");
}
@media screen and (max-width: 400px) {
  .prem1::before,
  .prem2::before,
  .prem3::before,
  .prem4::before {
    max-width: 100%;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.grey_block figure.main_new {
  background: none;
  border: none;
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin: 0 10px 0 0;
}
.grey_block figure.main_new:last-child {
  margin-right: 0;
}
@media screen and (max-width: 375px) {
  .grey_block figure.main_new {
    margin-right: 0;
    width: 90%;
  }
}

figure.main_new figcaption {
  text-align: center;
}
.main_new a {
  position: relative;
  display: block;
  background-color: #004298;
}
.main_new > a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 221px;
  height: 221px;
  max-width: 100%;
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/website/img/info_link_sign.png");
  background-color: rgba(255, 255, 255, 0.502);
  opacity: 0;
  transition: 1s;
}
.main_new:hover a::after {
  opacity: 1;
}
.main_new img {
  margin: 0 auto;
}

.grey_block figure.main_new figcaption a {
  display: block;
  background-color: #eaf2f3;
  color: #333;
  font-weight: bold;
  padding: 14px 0;
}

.lblue_back {
  background-color: #eaf2f3;
}

.d-border {
  margin-bottom: 30px;
  position: relative;
  border-bottom: 4px solid #004fb1;
}
@media screen and (max-width: 768px) {
  .d-border {
    margin-bottom: 20px;
  }
}
.d-border::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -7px;
  left: 0;
  height: 1px;
  background-color: #004fb1;
}

.main_catalog {
  justify-content: space-around;
  list-style: none;
  padding: 45px 0 40px;
}

.main_catalog li {
  padding: 0 5px;
  margin-bottom: 30px;
  max-width: 466px;
}

.main_catalog img {
  margin-bottom: 10px;
  max-width: 100%;
}

/* .main_catalog li:nth-child(even) {
        padding-left: 3%;
    } */
.main_catalog span {
  font-size: 18px;
  width: 310px;
  max-width: 100%;
  padding-left: 17px;
}

.main_catalog_sub {
  list-style: none;
  margin-top: -23px;
  padding: 23px 24px 25px;
  background-color: #eaf2f3;
}

.main_catalog_sub li {
  padding: 15px 0 0;
  margin-bottom: 0;
}

.main_catalog_sub li a {
  color: #004298;
  text-decoration: underline;
}

.main_catalog_sub li:nth-child(even) {
  padding-left: 0;
}

.main_catalog.catalogpage li a,
.main_catalog1.catalogpage li a {
  display: block;
  position: relative;
}

.main_catalog.catalogpage li span,
.main_catalog1.catalogpage li span {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 0;
  padding: 30px 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: linear-gradient(-125deg, #007fc6 40%, #004298 40%);
  z-index: 10;
}

/* .main_catalog.catalogpage > li > a:hover::before,
.main_catalog1.catalogpage > li > a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
} */

.main_catalog.catalogpage > li > a:hover::after,
.main_catalog1.catalogpage > li > a:hover::after {
  content: "просмотреть весь КАТАЛОГ СЕЙЧАС";
  position: absolute;
  top: 45%;
  left: calc(50% - 90px);
  display: block;
  width: 180px;
  padding: 15px 16px;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 130px;
}

@media (max-width: 600px) {
  .main_catalog.catalogpage > li > a::after,
  .main_catalog1.catalogpage > li > a::after {
    content: "просмотреть весь КАТАЛОГ СЕЙЧАС";
    position: absolute;
    top: 45%;
    left: calc(50% - 90px);
    display: block;
    width: 180px;
    padding: 15px 16px;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    background-color: rgba(255, 255, 255, 0.85);
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 130px;
  }
}

.main_catalog a {
  width: 100%;
}

.main_catalog1 {
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main_catalog1 li {
  padding: 5px 5px 45px;
}

.main_catalog1 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  font-size: 18px;
  width: 100%;
  max-width: 238px;
  padding: 0 17px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main_catalog1.catalogpage li span {
  height: 77px;
  padding: 10px;
  padding-left: 22px;
  padding-right: 30%;
  text-align: left;
  background-image: linear-gradient(-125deg, #007fc6 20%, #004298 20%);
}

@media (max-width: 600px) {
  .main_catalog1 li {
    padding: 5px 5px 20px;
  }
  .main_catalog1.catalogpage li span {
    max-width: 100%;
    height: 70px;
  }
  .main_catalog1.catalogpage li img {
    width: 100%;
    margin: 0;
  }
}

.main_catalog1 img {
  display: block;
  margin: 0 auto 20px;
}

@media (max-width: 550px) {
  .main_catalog1 li {
    width: 100%;
  }
}

.main_catalog li:hover img,
.main_catalog1 li:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* .main_catalog li:hover a span,
.main_catalog1 li:hover a span,
.main_new a:hover {
  text-decoration: underline;
} */

.main_catalog.catalogpage li:hover img,
.main_catalog1.catalogpage li:hover img {
  -webkit-transform: none;
  transform: none;
}

.main_catalog_sub li:hover a {
  opacity: 0.8;
}

.usl div,
.usl > a {
  position: relative;
  height: 80px;
  max-width: 32%;
  min-width: 32%;
  padding: 55px 60px 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-right: 1px solid rgb(255, 255, 255, 0.3);
  margin-top: 26px;
  margin-bottom: 36px;
}

.usl .usl2,
.usl .usl3 {
  padding: 60px 60px 0;
}

.usl3 > a {
  border: 0px;
}

.usl1::before {
  content: "";
  position: absolute;
  top: -6px;
  left: calc(50% - 62px);
  width: 80%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 56px;
  background-image: url("/website/img/pm_u1.png");
}

.usl2::before {
  content: "";
  position: absolute;
  top: -6px;
  left: calc(50% - 62px);
  width: 80%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 56px;
  background-image: url("/website/img/pm_u2.png");
}

.usl3::before {
  content: "";
  position: absolute;
  top: -6px;
  left: calc(50% - 62px);
  width: 80%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 56px;
  background-image: url("/website/img/pm_u4.png");
}

@media (max-width: 768px) {
  .main_catalog li {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .usl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .usl div {
    margin-left: auto;
    margin-right: auto;
  }
  .usl div,
  .usl a,
  .usl .usl2,
  .usl .usl3 {
    padding: 55px 10px 0;
  }
}

@media (max-width: 950px) {
  .usl div,
  .usl a {
    font-size: 1.5vw;
  }
}
@media (max-width: 700px) {
  .usl div,
  .usl a {
    font-size: 2.2vw;
  }
}

@media (max-width: 500px) {
  .usl div,
  .usl a {
    font-size: 2.5vw;
  }
  .usl1::before,
  .usl2::before,
  .usl3::before {
    left: calc(50% - 46px);
  }
  .usl div,
  .usl a,
  .usl .usl2,
  .usl .usl3 {
    padding: 45px 10px 0;
  }
  .marginbottom50 {
    min-height: 120px;
  }
  .usl div,
  .usl > a {
    margin-bottom: 16px;
  }
}

.owl-carousel .owl-item img {
  max-width: 100%;
  /*     width: auto; */
}
.catalogpage > li > a {
  transition: 0.4s;
}
.catalogpage > li > a:hover {
  transform: scale(1.1);
}

.rasprodaja {
  width: 90%;
  margin: 0 auto;
}

.item a {
  position: relative;
}

.item_name {
  position: relative;
  padding: 12px 0 12px 27px;
  margin-top: -25px;
  margin-bottom: 0;
  background-image: url("/website/img/pm_salebackwh.png");
  background-size: cover;
  background-position: left;
  text-align: left;
  color: #333;
  font-family: "Merriweather", opensans, serif;
}

.item_name .big {
  position: relative;
  display: inline-block;
  /*  min-width: 137px; */
  padding: 12px 15px 12px 27px;
  margin-top: -25px;
  background-image: url("/website/img/pm_salebackred.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  text-align: left;
  color: #fff;
  font-size: 25px;
  font-family: "Merriweather", opensans, serif;
}

.item_name .big small {
  font-size: 15px;
}

.item_name .line-through {
  position: absolute;
  width: 79px;
  top: -5px;
  left: 70%;
  background-image: url("/website/img/pm_salebackwh1.png");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
}

.item_name .line-through::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  top: 9px;
  right: 20px;
  background-color: #e00135;
  -webkit-transform: rotate(152deg);
  transform: rotate(152deg);
}

.item_name .line-through small {
  font-size: 10px;
}

.item_desc {
  padding-top: 3px;
  font-style: italic;
  font-size: 12px;
  color: #333;
  text-align: left;
  font-family: "Merriweather", opensans, serif;
  font-style: italic;
}

.main_sale {
  padding-top: 4px;
  padding-bottom: 25px;
  background-image: linear-gradient(to bottom, transparent 50px, #eaf2f3 50px);
}

.main_sale .d-border {
  margin-bottom: 35px;
  border-bottom: none;
  text-align: center;
}

.main_sale .d-border::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  height: 1px;
  background-color: #004fb1;
  z-index: 0;
}

.main_sale .d-border::after {
  content: "";
  position: absolute;
  width: 100%;
  top: calc(50% - 6px);
  left: 0;
  height: 4px;
  background-color: #004fb1;
  z-index: 0;
}

.main_sale .d-border span {
  position: relative;
  z-index: 1;
  width: 310px;
  max-width: 100%;
  text-align: center;
}

.owl-prev {
  position: absolute;
  width: 36px;
  height: 36px;
  left: -40px;
  top: 40%;
  background-image: url("/website/img/arr.png");
  background-size: cover;
  color: transparent;
}

.owl-next {
  position: absolute;
  width: 36px;
  height: 36px;
  right: -40px;
  top: 40%;
  background-image: url("/website/img/arr.png");
  background-size: cover;
  color: transparent;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 800px) {
  .item_name .line-through {
    left: 60%;
  }
}
@media (min-width: 700px) and (max-width: 900px) {
  .item_name {
    padding: 12px 0 12px 20px;
    font-size: 15px;
  }
  .item_name .big {
    padding: 12px 15px;
    font-size: 17px;
  }
  .item_name .big small {
    font-size: 13px;
  }
  .item_name .line-through {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  .owl-prev {
    left: -20px;
    width: 26px;
    height: 26px;
  }
  .owl-next {
    right: -20px;
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 400px) {
  .item_name .big {
    font-size: 20px;
  }
  .item_name .big small {
    font-size: 13px;
  }
  .item_name .line-through {
    font-size: 13px;
  }
}

@media (max-width: 414px) {
  .item_name .big {
    display: block;
    margin: 15px auto 0;
  }
  .item_name .line-through {
    left: auto;
  }
}
h3.lblue_back.d-border,
h2.lblue_back.d-border {
  padding: 20px 0;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

h1.lblue_back.d-border {
  font-size: 25px;
}

img {
  max-width: 100%;
}

.gal {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gal img {
  width: 48%;
  height: auto;
}
@media screen and (max-width: 460px) {
  .main_page .gal img {
    width: 100%;
  }
}
.main_page p {
  line-height: 1.5;
}
.main_page > p {
  padding-left: 25px;
  padding-right: 25px;
}
.bottom__container p {
  padding-left: 0;
  padding-right: 0;
}
.flexslider {
  border: none;
}

.flex-control-nav {
  bottom: 50px;
}
@media screen and (max-width: 600px) {
  .flex-control-nav {
    bottom: 26px;
  }
}

.flex-control-paging li a.flex-active {
  background: #004497;
}

.flex-control-paging li a {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.img-border {
  border: 5px solid #fff;
}

.slide {
  position: relative;
}

.slide .slide-text {
  max-width: 305px;
  position: absolute;
  left: 63%;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  font-size: 35px;
  line-height: 45px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.slide-text::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 4px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slide3 .slide-text {
  left: 70%;
}

.slide4 .slide-text,
.slide5 .slide-text {
  left: 65%;
}

.slide1 .slide-text {
  top: 50%;
  left: 65%;
  font-size: 30px;
  color: #000;
}

.slide1 .slide-text b {
  font-size: 36px;
}

.slide1 .slide-text span {
  display: inline-block;
  line-height: 80px;
  padding: 0 15px;
  font-size: 35px;
  border-radius: 15px;
  background-color: white;
}

.slide1 .slide-text span b {
  font-size: 60px;
}

.slide1 .slide-text span small {
  font-size: 20px;
}

.slide1 .slide-text::after {
  bottom: 0;
  background-color: #000;
}

@media (max-width: 992px) {
  .slide .slide-text {
    font-size: 25px;
  }
  .slide1 .slide-text {
    font-size: 20px;
  }
  .slide1 .slide-text b {
    font-size: 26px;
  }
  .slide1 .slide-text span {
    line-height: 60px;
    font-size: 25px;
  }
  .slide1 .slide-text span b {
    font-size: 40px;
  }
  .slide1 .slide-text span small {
    font-size: 15px;
  }
  .slide-text::after {
    width: 20%;
    height: 3px;
  }
}

@media (max-width: 680px) {
  .slide .slide-text {
    font-size: 20px;
    line-height: 25px;
  }
  .slide1 .slide-text {
    font-size: 18px;
  }
  .slide1 .slide-text b {
    font-size: 20px;
  }
  .slide1 .slide-text span {
    line-height: 40px;
    font-size: 20px;
  }
  .slide1 .slide-text span b {
    font-size: 30px;
  }
  .slide1 .slide-text span small {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .slide .slide-text {
    display: none;
  }
  .flex-control-paging li a {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 500px) {
  .slide .slide-text {
    font-size: 15px;
    line-height: 20px;
  }
  .slide-text::after {
    height: 2px;
  }
  .slide1 .slide-text {
    font-size: 14px;
  }
  .slide1 .slide-text b {
    font-size: 15px;
  }
  .slide1 .slide-text span {
    line-height: 20px;
    font-size: 15px;
  }
  .slide1 .slide-text span b {
    font-size: 20px;
  }
  .slide1 .slide-text span small {
    font-size: 10px;
  }
}

@media (max-width: 420px) {
  .slide .slide-text {
    font-size: 13px;
    line-height: 15px;
  }
  .slide-text::after {
    height: 1px;
  }
  .slide1 .slide-text {
    font-size: 13px;
  }
  .slide1 .slide-text b {
    font-size: 13px;
  }
  .slide1 .slide-text span {
    line-height: 15px;
    font-size: 13px;
  }
  .slide1 .slide-text span b {
    font-size: 15px;
  }
  .slide3 .slide-text {
    left: 65%;
  }
  .slide4 .slide-text,
  .slide5 .slide-text,
  .slide1 .slide-text {
    left: 60%;
  }
}

.catalog_h2,
.catalog_h3 {
  margin: 1em 0;
  text-align: center;
  font-size: 30px;
}

@media (max-width: 600px) {
  .catalog_h2,
  .catalog_h3 {
    margin: 0.5em 0;
    font-size: 24px;
  }
}

.delivery_block {
  margin: 25px 0;
  padding: 35px 30px 25px;
  border-radius: 3px;
  background-image: url("/website/img/delivery_block.jpg");
  background-size: cover;
}

@media (max-width: 600px) {
  .delivery_block {
    padding: 25px 15px 15px;
  }
}

.delivery_block p {
  max-width: 370px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #fff;
  font-family: "opensansbold";
}

@media (max-width: 500px) {
  .delivery_block p {
    font-size: 18px;
  }
}

.delivery_block p b {
  color: #2c445c;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "opensansbold";
}

.delivery_block p a {
  cursor: initial;
  color: inherit;
  font-size: 25px;
}

@media (max-width: 500px) {
  .delivery_block p a {
    font-size: 20px;
  }
}

.delivery_block p a:hover {
  text-decoration: none;
}

.main-shops {
  margin-bottom: 35px;
}

.shops {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.shops_text {
  /*   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; */
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding: 10px 5px;
}
.shops--contacts .shops_text {
  padding: 10px 25px;
}
.main-page_shops .shops_text {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #1753a1;
  color: #fff;
}
.shops_text h3 {
  margin: -12px 25px 20px;
  padding: 10px;
  background-color: #eaf2f4;
  font-size: 24px;
  color: #1853a1;
  font-family: "opensansbold";
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.shops_text p {
  margin-bottom: 17px;
}
.main-page_shops p {
  position: relative;
  padding-left: 57px;
  padding-right: 10px;
}
.shops_text__adr::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 0;
  width: 17px;
  height: 23px;
  background-image: url("/website/img/shops_text__adr.png");
}
.shops_text__tel::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 0;
  width: 22px;
  height: 22px;
  background-image: url("/website/img/shops_text__tel.png");
}
.shops_text__mail::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 5px;
  width: 20px;
  height: 16px;
  background-image: url("/website/img/shops_text__mail.png");
}
.shops_text__time::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 3px;
  width: 22px;
  height: 22px;
  background-image: url("/website/img/shops_text__time.png");
}
.shops_text__tel .messenger {
  position: relative;
  top: -2px;
  margin-left: 2px;
}
.shops_text a {
  color: inherit;
}

.shops img,
.shops .shops_text {
  position: relative;
  width: 48%;
  z-index: 10;
}

.shops--contacts img,
.shops--contacts .shops_text {
  width: 49.5%;
}
.shops_text .mobile_tel small {
  font-size: 1em;
}
@media screen and (max-width: 800px) {
  .shops_text h3 {
    font-size: 20px;
  }
  .main-shops .shops img {
    width: 35%;
  }
  .main-shops .shops .shops_text {
    width: 64%;
  }
  .shops_text {
    padding: 5px 0;
  }
  .shops--contacts .shops_text {
    padding: 10px;
  }
}

@media screen and (max-width: 700px) {
  .shops img {
    width: auto;
    margin: 0 auto 15px;
  }
  .shops--contacts img {
    width: 100%;
  }
  .shops .shops_text {
    width: 100%;
    max-height: 10000px;
  }
  .shops_text {
    padding: 15px 15px 0;
  }
}

@media screen and (max-width: 600px) {
  .shops {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-shops .shops img {
    width: 100%;
  }
  .main-shops .shops .shops_text {
    width: 100%;
  }
  .shops_text .mobile_tel {
    font-size: 16px;
  }
  .shops_text .mobile_tel small {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .shops--contacts .shops_text .mobile_tel small {
    display: inline-block;
    padding-left: 70px;
  }
}
.shops_image {
  position: relative;
  width: 48%;
}
@media screen and (max-width: 700px) {
  .shops_image {
    width: 100%;
  }
}

.shops_image:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 11;
}
.shops_image img {
  width: 100%;
}

.shops_overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  background-color: rgba(0, 66, 152, 0.702);
  width: 156px;
  height: 56px;
  text-align: center;
  font-size: 16px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  z-index: 12;
}
.shops_image:hover .shops_overlay {
  background-color: rgba(0, 66, 152, 0);
}
.shop_gallery {
  display: none;
  width: 100%;
  max-width: 800px;
  max-height: 625px;
}
.shop_gallery .owl-item img {
  width: auto;
  max-height: 600px;
  margin: 0 auto;
}
.shop_gallery .slider-counter {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  z-index: 10;
}
.shop_gallery .slider-counter span {
  color: #004298;
}
.shop_gallery .owl-nav {
  position: relative;
  height: 50px;
  width: 198px;
  display: flex;
  justify-content: space-between;
  margin: -25px auto 0;
  background: #fff;
  border-radius: 5px;
}
.shop_gallery .owl-prev {
  position: relative;
  left: auto;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: rgb(189, 212, 241);
}
.shop_gallery .owl-prev::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/website/img/free-icon-play-button-arrowhead.png");
  transform: scale(-1, 1);
}
.shop_gallery .owl-next {
  position: relative;
  right: auto;
  top: auto;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: rgb(189, 212, 241);
  transform: none;
}
.shop_gallery .owl-next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/website/img/free-icon-play-button-arrowhead.png");
}
.shop_gallery .disabled::before {
  opacity: 0.2;
}
.shop_gallery__wrapper {
  position: relative;
}
.shops--contacts {
  position: relative;
  margin: 30px 0 20px;
  padding-left: 20px;
}
.shops .flex-next,
.shops .flex-prev {
  font-size: 0;
}
.shops--contacts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 140px;
  height: calc(100% - 45px);
  background-color: #14337e;
}

.shops--contacts .shops_text {
  background-color: #f0f0f0;
}
.shops_text img {
  width: auto;
}
.shops_text .vk_icon img {
  display: inline-block;
  margin: 0;
  margin-left: 5px;
}

.shops_text .blue_adres {
  color: #00409c;
  padding-left: 30px;
  position: relative;
}

.shops_text .blue_adres::before {
  content: "";
  left: 0;
  width: 20px;
  height: 24px;
  position: absolute;
  background: url(/website/img/blue_adres.svg);
  background-size: 20px 24px;
}

.slide_video {
  position: relative;
}
.slide_video img {
  opacity: 0;
}
.slide_video video {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
}

#ask {
  display: none;
}

#form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 710px;
  padding: 40px 90px 40px;
  background-image: url("/website/img/form_back.jpg");
  background-position: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 680px) {
  #form {
    padding: 20px;
  }
}

#form h2 {
  width: 100%;
  margin: 0 0 25px;
  text-align: center;
  font-size: 25px;
}

.input_wrapper {
  width: 48%;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .input_wrapper {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .input_wrapper {
    width: 100%;
  }
}

#form label {
  display: none;
}

#form input,
#form textarea {
  width: 100%;
  padding: 10px;
  color: #333;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  border-color: #717171;
  border-radius: 3px;
  background-color: white;
}

#form textarea {
  height: 88px;
  margin-bottom: 15px;
}
#form .checks_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
#form .checks_wrapper input {
  display: none;
}
#form .checks_wrapper label {
  display: block;
  position: relative;
  min-height: 31px;
  margin-left: 17px;
  padding-top: 5px;
  padding-left: 45px;
  font-size: 14px;
  color: #333333;
}
#form .checks_wrapper label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 31px;
  height: 31px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(113, 113, 113);
  border-radius: 1px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}
#form .checks_wrapper input:checked + label::before {
  border-color: #1663c2;
  background-color: #1663c2;
  background-size: 12px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' height='417pt' viewBox='0 -46 417.81333 417' width='417pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m159.988281 318.582031c-3.988281 4.011719-9.429687 6.25-15.082031 6.25s-11.09375-2.238281-15.082031-6.25l-120.449219-120.46875c-12.5-12.5-12.5-32.769531 0-45.246093l15.082031-15.085938c12.503907-12.5 32.75-12.5 45.25 0l75.199219 75.203125 203.199219-203.203125c12.503906-12.5 32.769531-12.5 45.25 0l15.082031 15.085938c12.5 12.5 12.5 32.765624 0 45.246093zm0 0'/%3E%3C/svg%3E");
}
#form button {
  display: block;
  margin: 0 auto;
  padding: 15px 30px;
  font-size: 11px;
  color: #fff;
  background-color: #0055be;
  border: none;
  border-radius: 3px;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.politics {
  padding: 0 0 20px;
  text-align: center;
  line-height: 1.2;
  font-size: 11px;
}

.politics a {
  color: #326acf;
  font-size: 11px;
  text-decoration: underline;
}

.politics a:hover {
  text-decoration: none;
}

.fancybox-opened .fancybox-skin {
  padding: 0 !important;
  background: transparent;
  box-shadow: none;
}
.fancybox-lock .fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
}
.similar {
  padding: 20px 0;
}

#item_info .similar h3 {
  width: 100%;
  margin: 0 0 7px;
  padding: 15px 10px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  background-color: #004298;
}

@media screen and (max-width: 600px) {
  #item_info .similar h3 {
    font-size: 18px;
  }
}

/* .similar_list li {
        display: flex;
        width: 32%;
        margin-bottom: 20px;
        margin-right: 2%;
    }
    .similar_list li:nth-child(3n) {
        margin-right: 0;
    }
        @media screen and (max-width: 420px) {
            .similar_list li {
                width: 100%;
                margin-bottom: 10px;
                margin-right: 0;
            }
        } */
.similar_list {
  margin: 0 -10px;
}

.similar_list .slide-item {
  padding: 0 10px 20px;
}
.similar_list__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 20px;
  background-color: #eaeaea;
}
.similar_list__item {
  display: block;
  width: 100%;
  padding: 13px 13px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .similar_list__item {
    padding: 5px;
  }
}
@media screen and (max-width: 500px) {
  .similar_list__item {
    padding: 0 0 5px;
  }
}

.similar_list__item span {
  display: block;
  padding: 12px 0 0;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 800px) {
  .similar_list__item span {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) {
  .similar_list__item span {
    padding-top: 5px;
  }
}
.similar .socicon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 0;
  padding: 10px 0 5px;
  font-size: 14px;
  font-family: "opensansbold";
}
.similar .whatsapp img {
  width: 18px;
  height: 18px;
}
.similar .viber {
  margin: 0 4px;
}
.similar .viber img {
  width: 18px;
  height: 20px;
}
.similar .ask-btn {
  width: 160px;
  max-width: 100%;
  margin: 0 auto;
  padding: 7px;
  color: #fff;
  font-size: 12px;
  font-family: "opensans";
  text-transform: uppercase;
  border-radius: 3px;
  background-color: rgb(16, 61, 142);
}
.similar .ask-btn b {
  display: inline;
  font-family: "opensansbold";
}
.similar .ask-btn:hover {
  background-color: #cd033a;
}
.similar_list .slick-prev,
.similar_list .slick-next {
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: rgb(16, 61, 142);
  z-index: 10;
}
@media (max-width: 1080px) {
  .similar_list .slick-prev,
  .similar_list .slick-next {
    opacity: 0.5;
  }
  .similar_list .slick-prev:hover,
  .similar_list .slick-next:hover {
    opacity: 1;
  }
  .similar_list .slick-prev {
    left: -10px;
  }
  .similar_list .slick-next {
    right: -10px;
  }
}
.item_blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item_blocks a {
  position: relative;
  width: 48%;
  min-height: 180px;
  margin-bottom: 15px;
  padding: 25px 40px;
  text-align: center;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.item_blocks a.delivery_det {
  padding: 25px;
}

@media screen and (max-width: 600px) {
  .item_blocks a {
    width: 100%;
  }
}

.item_blocks a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 17px solid transparent;
  border-top: 17px solid rgba(0, 0, 0, 0.3);
}

.item_blocks a::after {
  content: "";
  position: absolute;
  top: 33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 297px;
  max-width: 100%;
  height: 126px;
  background-image: url("/website/img/item_blocks_border.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.item_blocks.delivery_blocks a::after {
  display: none;
}

.item_blocks a:hover {
  text-decoration: none;
}

.item_blocks a.item_sale {
  background-image: url("/website/img/item_blocks_skidki.png"),
    -webkit-gradient(linear, left top, right bottom, from(#c30247), to(#93153e));
  background-image: url("/website/img/item_blocks_skidki.png"),
    linear-gradient(to bottom right, #c30247, #93153e);
  background-position: bottom, center;
  background-repeat: no-repeat;
}

.item_blocks a.item_sale:hover {
  background-image: url("/website/img/item_blocks_skidki.png"),
    -webkit-gradient(linear, left top, right bottom, from(#ca0249), to(#e32766));
  background-image: url("/website/img/item_blocks_skidki.png"),
    linear-gradient(to bottom right, #ca0249, #e32766);
}

.item_blocks a.item_delivery {
  background-image: url("/website/img/item_blocks_delivery.png"),
    -webkit-gradient(linear, left top, right bottom, from(#5c8c58), to(#2a6928));
  background-image: url("/website/img/item_blocks_delivery.png"),
    linear-gradient(to bottom right, #5c8c58, #2a6928);
  background-position: bottom, center;
  background-repeat: no-repeat;
}

.item_blocks a.item_delivery:hover {
  background-image: url("/website/img/item_blocks_delivery.png"),
    -webkit-gradient(linear, left top, right bottom, from(#5f915a), to(#5acb57));
  background-image: url("/website/img/item_blocks_delivery.png"),
    linear-gradient(to bottom right, #5f915a, #5acb57);
}

.item_blocks a span {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "opensansbold";
}

@media screen and (max-width: 680px) {
  .item_blocks a span {
    font-size: 16px;
  }
}

.delivery_page h2 {
  margin: 0;
  padding: 5px 0 25px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .delivery_page h {
    font-size: 18px;
  }
}

.item_blocks a.delivery_ofis {
  background-image: url("/website/img/delivery_blocks_det.png"),
    -webkit-gradient(linear, left top, right bottom, from(#73bfaf), to(#47C660));
  background-image: url("/website/img/delivery_blocks_det.png"),
    linear-gradient(to bottom right, #73bfaf, #47C660);
  background-position: bottom, center;
  background-repeat: no-repeat;
}

.item_blocks a.delivery_ofis:hover {
  background-image: url("/website/img/delivery_blocks_det.png"),
    -webkit-gradient(linear, left top, right bottom, from(#74c2b2), to(#59F444));
  background-image: url("/website/img/delivery_blocks_det.png"),
    linear-gradient(to bottom right, #74c2b2, #59F444);
}

.item_blocks a.delivery_ofis::before {
  border-top: 17px solid #21A430;
}

.item_blocks a.delivery_home {
  background-image: url("/website/img/delivery_blocks_dom.png"),
    -webkit-gradient(linear, left top, right bottom, from(#eca737), to(#fc882f));
  background-image: url("/website/img/delivery_blocks_dom.png"),
    linear-gradient(to bottom right, #eca737, #fc882f);
  background-position: bottom, center;
  background-repeat: no-repeat;
}

.item_blocks a.delivery_home:hover {
  background-image: url("/website/img/delivery_blocks_dom.png"),
    -webkit-gradient(linear, left top, right bottom, from(#ecab35), to(#fee10b));
  background-image: url("/website/img/delivery_blocks_dom.png"),
    linear-gradient(to bottom right, #ecab35, #fee10b);
}

.item_blocks a.delivery_home::before {
  border-top: 17px solid #fa8b30;
}

@media screen and (max-width: 600px) {
  .delivery_block + h2 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .delivery_blocks {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
}

.homePage-space {
  margin-top: -10px;
}

.homePage-catalog__item {
  overflow: hidden;
  width: 49%;
}

.homePage-catalog {
  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;
  max-width: 940px;
  margin: 0 auto;
}

.homePage-catalog__item p {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #004298;
  color: #ffffff;
  font-family: "opensans";
  font-size: 24px;
  font-weight: 700;
  line-height: 18px;
  padding: 0;
  margin: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 0 50px 50px;
}

.homePage-catalog__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homePage__catalog-sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  height: 252px;
  border-radius: 50px 50px 0 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.homePage-catalog__item:hover .homePage__catalog-sign {
  opacity: 1;
}

.homePage-catalog__item:hover p {
  background-color: #0057c8;
}

@media (max-width: 680px) {
  .homePage-catalog {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .homePage-catalog__item {
    width: auto;
    margin-bottom: 15px;
  }
  .homePage-catalog__item:nth-child(2) {
    order: -1;
  }
}

.homePage-catalog {
  margin-top: 35px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .homePage-catalog {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.marginbottom50 {
  background-color: #5f6b79;
  border-radius: 20px;
  min-height: 140px;
  margin: 0 25px 40px;
}
@media (max-width: 768px) {
  .marginbottom50 {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=style.css.map */

.karantin {
  margin: 20px 0;
  padding: 40px 30px 20px;
  background-image: linear-gradient(to right, #da5858, #d2356a);
  color: #fff;
  text-align: center;
}
.karantin div {
  max-width: 840px;
  margin: 0 auto;
  padding-left: 100px;
}
.karantin_text {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.karantin_title {
  position: relative;
  max-width: 740px;
  margin: 12px 0;
  margin-left: auto;
  padding: 12px 25px;
  padding-left: 55px;
  background-color: rgba(200, 40, 74, 0.5);
  border-radius: 48px;
  font-size: 27px;
  font-weight: 700;
}
.karantin_title::before {
  content: "";
  position: absolute;
  left: -100px;
  top: 0;
  width: 137px;
  height: 90px;
  background-image: url("/website/img/karantin_icon.png");
}
.karantin a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .karantin_text {
    font-size: 18px;
  }
  .karantin_title {
    padding-left: 45px;
    font-size: 21px;
  }
}
@media screen and (max-width: 599px) {
  .karantin {
    padding: 20px 15px;
  }
  .karantin div {
    padding-left: 0;
  }
  .karantin_title {
    margin-top: 30px;
    padding: 15px;
    padding-top: 50px;
  }
  .karantin_title::before {
    width: 100px;
    height: 66px;
    left: calc(50% - 50px);
    top: -20px;
    background-size: contain;
  }
}
@media screen and (max-width: 400px) {
  .karantin_text {
    font-size: 16px;
  }
  .karantin_title {
    font-size: 18px;
  }
}

.main_catalog.catalogpage > li > a::after,
.main_catalog1.catalogpage > li > a::after {
  line-height: 22px;
}

.main-page_shops .shops_text {
  color: white;
  background-color: #1853a1;
}

.flexslider-mini {
  width: 48%;
  margin: 0;
  max-height: 280px;
  overflow: hidden;
}

.flexslider-mini ol {
  display: none;
}

.flexslider-mini .flex-direction-nav .flex-next {
  background: rgba(0, 0, 0, 0.3);

  top: 0;
  position: absolute;
  right: 0;
  opacity: 1;
}

.flexslider-mini .flex-direction-nav .flex-next::before {
  content: url(../img/arrow-next.png);
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.flexslider-mini .flex-direction-nav li:hover .flex-next::before {
  content: url(../img/next-active.png);
}

.flexslider-mini .flex-direction-nav .flex-prev {
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  position: absolute;
  left: 0;
  opacity: 1;
}

.flexslider-mini .flex-direction-nav .flex-prev::before {
  content: url(../img/arrow-prev.png);
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
}

.flexslider-mini .flex-direction-nav li:hover .flex-prev::before {
  content: url(../img/prev-active.png);
}
/* 
.shops_text {
  max-height: 280px;
} */

.flexslider-mini .flex-direction-nav a {
  width: 60px;
  height: 100%;
  margin: 0;
}

@media (max-width: 700px) {
  .flexslider-mini {
    width: auto;
    max-width: 476px;
    margin: 15px auto;
    max-height: 280px;
  }
}

@media (max-width: 520px) {
  .flexslider-mini {
    width: calc(100% - 0px);
    margin: 15px auto;
  }

  .flexslider-mini .flex-direction-nav a {
    width: 40px;
  }

  .flexslider-mini .flex-direction-nav .flex-prev::before {
    left: 10px;
  }

  .flexslider-mini .flex-direction-nav .flex-next::before {
    right: 10px;
  }
}

.flexslider-mini:hover .flex-direction-nav .flex-prev {
  left: 0;
}

.flexslider-mini:hover .flex-direction-nav .flex-next {
  right: 0;
}

.flexslider-mini .slides img {
  height: auto;
  min-height: 280px;
}
@media screen and (min-width: 461px) {
  .visisble-xs {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  .hidden-xs {
    display: none;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 3px solid #9a9a9a;
  z-index: 100;
}
.fixed .container.header {
  max-width: 1170px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.fixed .header {
  grid-template-columns: 85px 1fr auto auto;
}
@media screen and (max-width: 992px) {
  .fixed .header {
    column-gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .fixed .header {
    grid-template-columns: 40px auto 1fr;
  }
}
@media screen and (max-width: 500px) {
  .fixed .header {
    grid-template-columns: 30px auto 1fr;
    column-gap: 10px;
  }
}
.fixed header::before,
.fixed header::after {
  display: none;
}
.fixed .search {
  grid-row: initial;
}
.fixed .header_contacts {
  grid-row: initial;
  grid-column: initial;
  order: 5;
  display: flex;
  align-items: center;
  column-gap: 20px;
  text-align: left;
  max-width: initial;
}
.fixed .address2 {
  margin-bottom: 0;
}
.fixed .menu_top {
  display: none;
}
.fixed .logo-wrapper {
  grid-row: initial;
}
.fixed .logo-wrapper p {
  display: none;
}
@media screen and (max-width: 1040px) {
  .fixed .header_contacts {
    column-gap: 15px;
  }
}
@media screen and (max-width: 900px) {
  .fixed .header_contacts {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 2px;
  }
}
@media screen and (max-width: 768px) {
  .fixed .menu_wrapper .menu_top {
    display: block;
  }
  .fixed .header_contacts {
    flex-direction: row;
    grid-column: 3/-1;
    grid-row: 1/2;
  }
  .fixed .search {
    grid-row: 2/3;
  }
}
@media screen and (max-width: 600px) {
  .header_contacts,
  .fixed .header_contacts {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (max-width: 500px) {
  .fixed .search {
    display: none;
  }
}
.fixed nav.container {
  max-width: 100%;
  background-color: #dadada;
}
.fixed nav .row {
  max-width: 1170px;
  margin: 0 auto;
}
.fixed nav .row::before,
.fixed nav .row::after,
.fixed nav .row > img,
.fixed nav .row .lent1,
.fixed nav .row .lent2 {
  display: none;
}
.fixed nav .navigation-pages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border-bottom: none;
  padding: 7px 0;
}
.fixed.header_wrapper nav .row > ul {
  background: none;
}
.fixed nav ul.navigation-pages > li:hover > a,
.fixed nav ul.navigation-pages > .active > a {
  color: #fff;
  background: #0062d8;
  text-decoration: none;
}
.fixed nav .navigation-pages > li > a {
  display: block;
  height: auto;
  padding: 10px;
  font-size: 15px;
  color: #303030;
  text-shadow: none;
  border-radius: 5px;
}

.fixed nav .navigation-pages > li {
  flex-grow: 1;
}
.fixed nav .navigation-pages > li + li a::after {
  display: none;
}
.fixed .header_search {
  margin-right: 0;
  margin-bottom: 0;
  padding: 9px 18px 9px 35px;
}
@media screen and (max-width: 940px) {
  .fixed nav .navigation-pages > li > a {
    font-size: 14px;
  }
  .fixed nav .row {
    padding-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .fixed nav .row {
    padding-left: 0;
  }
  .fixed nav .navigation-pages > li > a {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .fixed nav .navigation-pages {
    display: none;
  }  
}
@media screen and (max-width: 680px) {
  .fixed nav.container {
    padding-left: 5px;
    padding-right: 5px;
  }
  header .tel a {
    font-size: 16px;
  }
  header .tel > a::before {
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  .fixed nav .navigation-pages > li > a {
    margin: 3px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .fixed header {
    display: grid;
    grid-template-columns: auto auto;
  }
  .fixed .logo-wrapper {
    grid-row: 1/3;
    max-width: 100%;
  }
  .fixed .search {
    left: 0;
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 350px) {
  header .tel a {
    font-size: 15px;
  }
}

.catalog_text__img {
  margin: 25px 0;
}
@media screen and (max-width: 768px) {
  .catalog_text__img {
    margin: 20px 0;
  }
}
.more_cat {
  margin: -10px 0 10px;
  padding: 1px 20px 60px;
  background-color: #e2e2e2;
}
.more_cat h2 {
  display: block;
  margin: 25px 0;
  background: none;
  text-align: center;
  text-transform: none;
  font-size: 30px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .more_cat {
    padding: 1px 20px 25px;
  }
  .more_cat h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 400px) {
  .more_cat h2 {
    margin: 20px 0;
    font-size: 21px;
  }
}
.more_cat h2:before,
.more_cat h2:after {
  display: none;
}
.more_cat .main_catalog1 li {
  padding: 0;
}
.more_cat .main_catalog1 img {
  margin-bottom: 0;
}
.more_cat .owl-next {
  right: -20px;
}
.more_cat .owl-prev {
  left: -20px;
}
@media screen and (max-width: 599px) {
  .more_cat .main_catalog1 li span {
    padding-left: 15px;
  }
}
.more_cat .main_catalog.catalogpage li > a:hover::before,
.more_cat .main_catalog1.catalogpage li > a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.more_cat .main_catalog.catalogpage li > a:hover::after,
.more_cat .main_catalog1.catalogpage li > a:hover::after {
  content: "просмотреть весь КАТАЛОГ СЕЙЧАС";
  position: absolute;
  top: 40%;
  left: calc(50% - 110px);
  display: block;
  width: 220px;
  padding: 30px;
  font-size: 15px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 22px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .more_cat .main_catalog.catalogpage li > a::after,
  .more_cat .main_catalog1.catalogpage li > a::after {
    content: "просмотреть весь КАТАЛОГ СЕЙЧАС";
    position: absolute;
    top: 40%;
    left: calc(50% - 110px);
    display: block;
    width: 220px;
    padding: 30px;
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    background-color: rgba(255, 255, 255, 0.7);
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.item-colors li {
  text-align: left;
}

.fix_wa {
  position: fixed;
  right: 2%;
  bottom: 30px;
  z-index: 2;
  transition: 0.2s;
}
.fix_wa:hover {
  transform: scale(1.04);
  transform-origin: center;
}
@media screen and (max-width: 480px) {
  .fix_wa {
    bottom: 10px;
    width: 40px;
  }
}
body .fancybox-close {
  width: 38px;
  height: 38px;
  background: #e6e6e6;
  background-image: url("/website/img/f_close.png");
  background-repeat: no-repeat;
  /* background-size: 17px; */
  background-position: center;
  z-index: 8040;
}
.error404 {
  max-width: 710px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .error404 {
    padding-bottom: 30px;
  }
}
.error404 h1 {
  margin: 0;
  padding: 30px 0 25px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  background: none;
}
@media screen and (max-width: 480px) {
  .error404 h1 {
    padding: 20px 0;
  }
}
.error404 p {
  margin: 0 0 35px;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .error404 p {
    margin: 0 0 15px;
  }
}
.error404 p a {
  color: inherit;
  font-family: "opensansbold";
  white-space: nowrap;
}
.error404__links {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  justify-content: center;
}
.error404__links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  margin: 0 10px 5px;
  padding: 10px 10px 10px 56px;
  background-color: #00409c;
  font-size: 16px;
  text-decoration: none;
  font-family: "opensansbold";
  color: #fff;
  background-repeat: no-repeat;
}
.error404__links a:nth-child(1) {
  background-position: 15px center;
  background-image: url("/website/img/ofis_dom_icon_.png");
}
.error404__links a:nth-child(2) {
  background-position: 9px center;
  background-image: url("/website/img/dom_icon_.png");
}
.error404__links a:nth-child(3) {
  background-position: 17px center;
  background-image: url("/website/img/sale_icon_.png");
  background-color: #ef2d44;
}
#block_gl_text {
  margin-top: 15px;
}
.detskie_text {
  padding: 0 15px 35px;
}
.detskie_text h2,
.detskie_text .detskie_text__title {
  margin: 0;
  padding: 50px 0 35px;
  font-size: 20px;
  font-family: "opensanssemibold";
  text-align: center;
}
.text-img_block {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.text-img_block img {
  position: relative;
  z-index: 1;
  width: 48%;
}
.text-img_block > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  padding-left: 30px;
  background: #ededed;
  min-height: 210px;
}
.detskie_text p {
  margin-bottom: 20px;
  font-size: 16px;
}
.detskie_text .text-img_block {
  margin: 35px 0;
}
.detskie_text h2 + .text-img_block {
  margin-top: 0;
}
.detskie_text .text-img_block img {
  padding: 75px 0;
}
.detskie_text .text-img_block > div {
  align-self: stretch;
  padding: 75px 50px;
  background: #ededed;
  min-height: 210px;
}
.detskie_text .text-img_block > div::before {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 85px;
  background: #ededed;
}
.detskie_text .text-img_block p {
  margin-bottom: 0;
}
.detskie_text .text-img_block p + p {
  margin-top: 20px;
}
.detskie_text b {
  font-family: "opensansbold";
}
.detskie_text-block {
  padding-top: 20px;
}
.green_check {
  margin: 45px 0;
  padding: 0;
  column-gap: 150px;
  column-count: 2;
  list-style: none;
}
.green_check--bold {
  font-family: "opensansbold";
}
.green_check li {
  position: relative;
  margin-bottom: 50px;
  padding-left: 70px;
  break-inside: avoid;
}
.green_check li::before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  width: 40px;
  height: 40px;
  background-image: url('/website/img/krovat_cherdak_text_check.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
}
.detskie_text__title + .green_check {
  margin-top: 25px;
}
.detskie_text__gray {
  padding: 15px 50px 80px;
  background-color: #ededed;
}
.detskie_text__material {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: -45px;
  padding: 0 50px 50px;
}
.detskie_text__material > div {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 35px;
}
.detskie_text__material img {
  border-radius: 50%;
}
.detskie_text__material p {
  margin: 0;
  padding-top: 65px;
}
.detskie_text__material strong {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "opensansbold";
}
.detskie_text .detskie_text__contacts {
  margin: 55px 0 0;
  padding: 35px 15px;
  text-align: center;
  font-size: 18px;
  font-family: "opensanssemibold";
  background-color: rgb(234, 242, 243);
}
.detskie_text__contacts a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.detskie_text__contacts .tels_row {
  white-space: nowrap;
}
.detskie_text__contacts .messenger {
  margin: 0 5px;
}
@media screen and (max-width: 991px) {
  .text-img_block > div {
    padding: 10px 10px 10px 15px;
    min-height: initial;
    align-self: stretch;
  }
  .detskie_text .text-img_block {
    margin: 15px 0;
  }
  .detskie_text .text-img_block > div {
    padding: 20px;
  }
  .detskie_text .text-img_block img {
    padding: 25px 0;
  }
  .detskie_text h2, 
  .detskie_text .detskie_text__title {
    padding: 30px 0;
  }
  .green_check {
    column-gap: 50px;
  }
  .detskie_text__gray {
    padding: 5px 20px 30px;
  }
  .detskie_text__material {
    margin-top: -25px;
    padding: 0 0 30px;
  }
  .detskie_text__material > div {
    grid-column-gap: 15px;
  }
  .detskie_text__material img {
    border-radius: 50%;
  }
}
@media screen and (max-width: 900px) {
  .detskie_text__material > div {
    grid-template-columns: 100px 1fr
  }
  .detskie_text__material p {
    padding-top: 25px;
  }
}
@media screen and (max-width: 720px) {
  .text-img_block {
    flex-direction: column;
  }
  .text-img_block:nth-child(odd) img {
    order: -1;
  }
  .text-img_block img {
    width: auto;
  }
  .text-img_block > div {
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
    padding: 15px;
  }
  .detskie_text .text-img_block > div::before {
    display: none;
  }
  .detskie_text .text-img_block img {
    padding: 0;
  }
  .green_check li {
    margin-bottom: 25px;
  }
  .detskie_text__title + .green_check {
    margin-top: 0px;
  }
  .detskie_text__material {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  .detskie_text .detskie_text__contacts {
    margin: 30px 0 0;
    padding: 15px;
  }
}
@media screen and (max-width: 600px) {
  .green_check {
    margin: 30px 0;
    column-count: 1;
  }
  .green_check + .detskie_text__title {
    padding-top: 0;
  }
}
@media screen and (max-width: 520px) {
  .detskie_text p {
    font-size: 14px;
  }
  .green_check li {
    padding-left: 53px;
  }
  .detskie_text .detskie_text__contacts {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .detskie_text {
    padding: 0 0 30px;
  }
}
.info_block {
  position: relative;
  background-color: #e1ecfb;
  padding: 30px 25px 30px;
  text-align: center;
  font-family: "opensansbold";
  margin-top: 25px;
}
.info_block::before,
.info_block::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.info_block::before {
  top: 0;
  border: 26px solid transparent;
  border-left-width: 22px;
  border-right-width: 22px;
  border-top-color: #c3d7f2;
  border-bottom-width: 0px;
}
.info_block::after {
  top: -5px;
  border: 18px solid transparent;
  border-left-width: 14px;
  border-right-width: 14px;
  border-top-color: #7da5de;
  border-bottom-width: 0px;
}
.info_block > div {
  position: relative;
  display: inline-block;
  max-width: 600px;
}
.info_block a[href*="tel"] {
  display: inline-block;
  color: #004497;
  text-decoration: none;
  padding-top: 7px;
}
.info_block .whatsapp img {
  position: relative;
  width: 21px;
  height: 21px;
  top: -4px;
}
@media screen and (max-width: 440px) {
  .info_block > div span:first-child {
    display: block;
  }
  .info_block a[href*="tel"] {
    padding-top: 4px;
  }
  .info_block .whatsapp img {
    width: 18px;
    height: 18px;
    top: -2px;
  }
}
.sale_page_item {
  text-align: center;
}
.sale_page_item .slide-text a {
  color: inherit;
}
.sale_page_item__tel {
  display: inline-block;
  margin-top: 10px;
  padding: 12px;
  font-size: 18px;
  color: #fff;
  text-transform: none;
  font-weight: bold;
  background-color: #004298;
  border-radius: 22px;
}
.sale_page_item__tel a {
  color: inherit;
  font-size: inherit;
}
.contacts_soc .messenger {
  position: relative;
  /* margin-left: -21px; */
  top: -2px;
}
.contacts_soc .messenger img {
  margin: 0;
}
@media screen and (max-width: 360px) {
  .shops--contacts .shops_text p:nth-of-type(2) b {
    display: block;
  }
  .shops--contacts .shops_text p:nth-of-type(2) b:nth-of-type(2) {
    display: none;
  }
  .contacts_soc .messenger {
    margin-left: 0;
  }
}
.top_block {
  padding: 3px 0 3px;
  background-color: #ebebeb;
}
.top_block + .gray_line {
  background: #cecece;
  height: 1px;
}
.top_block .covid_free {
  max-width: 1170px;
}
@media (max-width: 900px) {
  .top_block .covid_free {
    margin: 0 auto;
  }
}
.covid_free {
  display: grid;
  grid-template-columns: 51px auto 460px;
  grid-column-gap: 20px;
  align-items: center;
  text-transform: uppercase;
}
.covid_free > p {
  max-width: 690px;
  margin: 10px 0 0;
  padding: 0;
}
.covid_free span {
  display: block;
  padding: 3px 15px;
  font-size: 18px;
  font-family: "opensansbold", Verdana, Helvetica;
  border-bottom: 1px solid #0d7838;
}
.covid_free small {
  display: block;
  padding: 3px 15px;
  font-size: 13px;
  font-family: "opensans", Verdana, Helvetica;
}
@media (max-width: 480px) {
  .top_block .covid_free {
    grid-column-gap: 5px;
  }
  .covid_free span {
    font-size: 15px;
  }
  .covid_free small {
    font-size: 12px;
  }
}
.covid_1021 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 27px;
  color: #fff;
  font-size: 25px;
  font-family: "opensansbold", Verdana, Helvetica;
  background-color: rgb(125, 165, 222);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
}
.covid_1021 > span {
  width: 520px;
  padding: 15px 15px 15px 135px;
  font-size: 30px;
  text-transform: uppercase;
  border-radius: 15px;
  background-color: rgb(239, 45, 86);
  background-repeat: no-repeat;
  background-size: 82px;
  background-image: url("/website/img/covid_1021.svg");
  background-position: 37px center;
}
.covid_1021 p {
  width: calc(100% - 550px);
  max-width: 470px;
  margin: 0;
  padding: 0;
  font-family: "opensans";
  font-weight: 600;
}
.covid_1021 p a,
.covid_1021 p span {
  white-space: nowrap;
  font-size: inherit;
}
.covid_1021 p small {
  display: block;
  font-family: "opensans";
  font-weight: 300;
  font-size: 20px;
}
@media (max-width: 980px) {
  .covid_1021 > span {
    width: 400px;
    padding: 15px 15px 15px 100px;
    font-size: 25px;
    background-size: 82px;
    background-image: url("/website/img/covid_1021.svg");
    background-position: 10px center;
  }
  .covid_1021 p {
    width: calc(100% - 420px);
    font-size: 22px;
  }
  .covid_1021 p small {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .covid_1021 {
    flex-wrap: wrap;
  }
  .covid_1021 > span {
    max-width: 100%;
  }
  .covid_1021 p {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  .covid_1021 p br {
    display: none;
  }
}
@media (max-width: 480px) {
  .covid_1021 {
    padding: 15px;
  }
  .covid_1021 > span {
    font-size: 20px;
  }
}
.covid_free_contacts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.covid_free_contacts p {
  margin: 0;
}
.covid_free--contacts p {
  margin: 0;
}
.covid_free--contacts p span {
  padding: 3px 0;
  font-size: 12px;
  font-weight: 900;
  color: #0c863f;
}
.covid_free--contacts p small {
  padding: 3px 0;
  font-size: 9px;
}
@media (max-width: 480px) {
  .covid_free--contacts {
    margin: 15px 0 0;
  }
}

/* SPALNI */

.spalni {
  margin-top: 75px;
  padding-right: 15px;
  padding-left: 15px;
}
.spalni_title {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.spalni_flex_block {
  display: flex;
  margin-bottom: 30px;
}
.spalni_flex_block_text {
  margin: 20px 0;
  padding: 50px;
  background-color: #eaf2f3;
}
.bb1px {
  padding-bottom: 35px;
  margin-bottom: 3px;
  border-bottom: 1px solid #004fb1;
}
.address_block {
  margin-bottom: 20px;
  padding: 20px 0 40px;
  background-color: #eaf2f3;
  border-top: 4px solid #004fb1;
}
.address_block_title,
.address_block_subtitle {
  text-align: center;
  font-size: 18px;
}
.address_block_title {
  font-weight: 700;
}
.address_block_subtitle {
  margin-bottom: 30px;
}
.addresses {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 100%;
  row-gap: 20px;
  max-width: 640px;
  padding: 0 15px 20px;
  margin: 0 auto;
}
.addresses_item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.addresses_item > div:first-child {
  margin-right: 20px;
  padding: 25px 8px;
  font-size: 30px;
  color: #fff;
  background-color: #7da6de;
}
.addresses_item_text_title {
  font-size: 18px;
  font-weight: 700;
}
.addresses_item_text_address {
  margin-bottom: 10px;
  font-size: 18px;
}
.addresses_item_text_number {
  font-size: 18px;
  font-weight: 700;
}
.addresses_item_text_number > a {
  color: #000;
  text-decoration: none;
}
.addresses .flexslider-mini {
  width: 100%;
  max-width: 100%;
  max-height: 280px;
  margin: 0;
}
.addresses .flex-next,
.addresses .flex-prev {
  font-size: 0;
}
.addresses-sliders_block {
  display: flex;
  flex-direction: column;
}
.addresses-sliders_block .addresses_item {
  flex: 1;
}
@media screen and (max-width: 780px) {
  /* .addresses {
    grid-template-columns: 100%;
    max-width: 640px;
  } */
  .addresses_item {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .addresses .flexslider-mini {
    max-height: 200px;
  }
  .addresses_item {
    margin-bottom: 15px;
  }
}

.spalni .link-back {
  margin-top: 35px;
  margin-bottom: 35px;
}

.element-animation {
  opacity: 0;
  transform: translateY(30%);
}
.element-show.element-animation {
  opacity: 1;
  transition: all 1s;
  transform: translateY(0%);
}
.online__view {
  display: none;
}
.online__view__first {
  position: absolute;
  display: none;
  top: 6px;
  right: 3px;
  width: 124px !important;
  border-radius: 10px;
}
.online__view__first:hover {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.91);
}
.online__view__second {
  display: none;
  top: 48px;
  right: -53px;
  width: 203px !important;
  position: absolute;
  border-radius: 10px;
}
.online__view__first:hover + .online__view__second {
  display: block;
}
.online__view__second:hover {
  display: block;
}
/* online_views_show */

.online_views_show {
  /* display: flex; */
  right: 6px;
  top: 6px;
  z-index: 1;
  display: none;
  position: absolute !important;
  flex-direction: column;
  align-items: flex-end;
}
.online_views_show > img:first-child {
  width: 124px !important;
  border: none !important;
}
.online_views_show > img:nth-child(2) {
  display: none;
  width: 203px !important;
  border: none !important;
  margin-top: 1px;
}
.online__view__first_show:hover + .online__view__second_show {
  display: block;
}
.online_views_show:hover .online__view__second_show {
  display: block;
}
#item_gallery .catalog_item__video {
  position: absolute;
  z-index: 1;
  top: 6px;
  left: 7px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: 58% 58%;
  background-image: url(/website/img/camera.svg);
  background-size: 33px;
  border-radius: 10px;
  background-color: #0062d8;
  box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
}

/* .top_block .covid__qr */
.top_block .covid__qr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top_block .covid__qr > img {
  width: 70px;
  height: 70px;
}
.top_block .covid__qr > p {
  margin-right: 30px;
  font-size: 12px;
}
@media screen and (max-width: 1100px) {
  .top_block .covid_free {
    grid-template-columns: 51px auto 390px;
    grid-column-gap: 20px;
  }
}
@media screen and (max-width: 967px) {
  .top_block .covid_free {
    grid-template-columns: 51px auto 330px;
    grid-column-gap: 10px;
  }
  .top_block .covid__qr > p {
    margin-right: 5px;
  }
}
.fixed .top_block {
  display: none;
}
.top_block b {
  font-weight: 400;
}
.top_block .covid__qr > p {
  margin-bottom: 0;
}
@media screen and (max-width: 812px) {
  .top_block .covid__qr b,
  .top_block .covid__qr br {
    display: none;
  }
  .top_block .covid__qr > p {
    margin-right: -24px;
    margin-bottom: 0;
    transform: rotateZ(-90deg);
    font-weight: 700;
    font-size: 9px;
  }
  .top_block .covid_free {
    grid-template-columns: 51px auto 140px;
    grid-column-gap: 10px;
  }
}
@media screen and (max-width: 621px) {
  .top_block .covid_free span {
    font-size: 13px;
  }
  .top_block .covid_free small {
    font-size: 8px;
  }
}
@media screen and (max-width: 500px) {
  .top_block .covid_free {
    grid-template-columns: 51px auto 123px;
    grid-column-gap: 10px;
  }
}
@media screen and (max-width: 392px) {
  .top_block .covid_free span {
    font-size: 11px;
  }
  .top_block .covid_free small {
    font-size: 7px;
  }
}
/* contacts__covid__free */
.contacts__covid__free {
  padding: 5px 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
.covid_free.covid_free--contacts {
  display: grid;
  grid-template-columns: 51px 258px 653px;
  grid-column-gap: 20px;
  align-items: center;
  margin-left: 30px;
  text-transform: uppercase;
}
.covid_free.covid_free--contacts .covid__qr {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.covid_free.covid_free--contacts .covid__qr b {
  font-weight: 400;
}
.covid_free.covid_free--contacts .covid__qr > img {
  width: 69px;
  height: 69px;
}
.covid_free--contacts p {
  margin-right: 20px;
}
@media screen and (max-width: 1070px) {
  .covid_free.covid_free--contacts {
    grid-template-columns: 51px 258px auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .covid_free.covid_free--contacts {
    grid-column-gap: 5px;
  }
  .covid_free--contacts p {
    margin-right: 8px;
  }
}
@media screen and (max-width: 568px) {
  .covid_free.covid_free--contacts {
    grid-template-columns: 51px auto;
  }
  .covid_free.covid_free--contacts .covid__qr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
  }
  .covid_free--contacts p {
    margin-right: 8px;
    margin-left: 10px;
  }
  /* grid-set */
  .covid_free.covid_free--contacts > img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .covid_free.covid_free--contacts > p {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .covid_free.covid_free--contacts .covid__qr {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  /* grid-set-end */
}

/* DISCOUNTS */
.sale_page_item {
  position: relative;
}
.sale_page_item_button {
  padding: 15px 55px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 70%;
  left: 58%;
  background: url(/website/img/back-button.png) no-repeat 75% 30%;
}
.sale_page_item_button > span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sale_page_item_button .messenger.whatsapp > img {
  margin: 10px 2px -10px;
  width: 31px;
  height: 31px;
}
.sale_page_item_button .messenger.viber > img {
  margin: 12px 10px -12px 0;
  width: 34px;
  height: 34px;
}
.sale_page_item_button .mobile_tel {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}
.sale_page_item_button .mobile_tel:first-child {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .sale_page_item_button {
    top: 66%;
  }
}
@media screen and (max-width: 950px) {
  .sale_page_item_button {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 920px) {
  .sale_page_item_button {
    padding: 15px;
    top: 64%;
    left: 63%;
  }
}
@media screen and (max-width: 860px) {
  .sale_page_item_button {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 830px) {
  .sale_page_item_button {
    padding: 15px;
    top: 63%;
    left: 61%;
  }
}
@media screen and (max-width: 770px) {
  .sale_page_item_button {
    transform: scale(0.7);
    padding: 15px;
    top: 60%;
    left: 60%;
  }
}
@media screen and (max-width: 720px) {
  .sale_page_item_button {
    transform: scale(0.6);
    top: 59%;
    left: 57%;
  }
}
@media screen and (max-width: 670px) {
  .sale_page_item_button {
    transform: scale(0.5);
    top: 58%;
    left: 55%;
    right: -2%;
  }
}
@media screen and (max-width: 615px) {
  .sale_page_item_button {
    left: 53%;
    right: -4%;
  }
}
@media screen and (max-width: 600px) {
  .sale_page_item_button {
    bottom: -2%;
    left: 24%;
    right: 25%;
    top: unset;
    transform: scale(0.7);
    background: #fff;
    border-radius: 15px;
  }
}
@media screen and (max-width: 570px) {
  .sale_page_item_button {
    left: 20%;
    right: 20%;
  }
}
@media screen and (max-width: 490px) {
  .sale_page_item_button {
    left: 20%;
    right: unset;
  }
}
@media screen and (max-width: 460px) {
  .sale_page_item_button {
    left: 17%;
  }
}
@media screen and (max-width: 420px) {
  .sale_page_item_button {
    left: 13%;
  }
}
@media screen and (max-width: 370px) {
  .sale_page_item_button {
    left: 8%;
  }
}
@media screen and (max-width: 356px) {
  .sale_page_item_button {
    bottom: 4%;
    left: 6%;
  }
}
@media screen and (max-width: 330px) {
  .sale_page_item_button {
    left: 0%;
  }
}
/* main-slider */
.slide .sale_page_item .sale_page_item_button {
  left: 61%;
}
.slide_2 .sale_page_item .sale_page_item_button {
  top: 61%;
}
@media screen and (max-width: 1030px) {
  .slide .sale_page_item .sale_page_item_button {
    left: 58%;
    top: 66%;
  }
}
@media screen and (max-width: 920px) {
  .slide .sale_page_item .sale_page_item_button {
    padding: 15px;
    top: 64%;
    left: 63%;
  }
}
@media screen and (max-width: 830px) {
  .slide .sale_page_item .sale_page_item_button {
    padding: 15px;
    top: 63%;
    left: 61%;
  }
}
@media screen and (max-width: 770px) {
  .slide .sale_page_item .sale_page_item_button {
    transform: scale(0.7);
    padding: 15px;
    top: 60%;
    left: 60%;
  }
}
@media screen and (max-width: 720px) {
  .slide .sale_page_item .sale_page_item_button {
    transform: scale(0.6);
    top: 58%;
    left: 57%;
  }
}
@media screen and (max-width: 642px) {
  .slide .sale_page_item .sale_page_item_button {
    transform: scale(0.6);
    top: 58%;
    left: 53%;
  }
}
@media screen and (max-width: 600px) {
  .slide .sale_page_item .sale_page_item_button {
    bottom: 8%;
    left: 24%;
    right: 25%;
    top: unset;
    transform: scale(1.1);
    background: #fff;
    border-radius: 15px;
  }
}
@media screen and (max-width: 570px) {
  .slide .sale_page_item .sale_page_item_button {
    left: 20%;
    right: 20%;
  }
}
@media screen and (max-width: 545px) {
  .slide .sale_page_item .sale_page_item_button {
    left: 20%;
    right: 20%;
    transform: scale(1);
  }
}
@media screen and (max-width: 500px) {
  .slide .sale_page_item .sale_page_item_button {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 490px) {
  .slide .sale_page_item .sale_page_item_button {
    left: 20%;
    transform: scale(0.8);
    right: unset;
  }
}
@media screen and (max-width: 460px) {
  .slide .sale_page_item .sale_page_item_button {
    left: 17%;
    transform: scale(0.7);
    bottom: 5%;
  }
}
@media screen and (max-width: 420px) {
  .slide .sale_page_item .sale_page_item_button {
    left: 13%;
  }
}
@media screen and (max-width: 370px) {
  .slide .sale_page_item .sale_page_item_button {
    left: 8%;
  }
}
@media screen and (max-width: 356px) {
  .slide .sale_page_item .sale_page_item_button {
    bottom: 4%;
    left: 6%;
  }
}
@media screen and (max-width: 330px) {
  .slide .sale_page_item .sale_page_item_button {
    transform: scale(0.6);
  }
}
@media screen and (max-width: 330px) {
  .slide .sale_page_item .sale_page_item_button {
    left: 0%;
  }
}


/* ПОЛЕЗНАЯ ИНФОРМАЦИЯ */

.articales_page {
  padding-bottom: 95px;
  padding-left: 16px;
  padding-right: 16px;
}

.articales_page h1 {
  background-color: transparent;
  font: 24px "opensansbold";
}

.articles_list {
  display: grid;
  grid-template-columns: 510px 510px;
  justify-content: space-around;
  row-gap: 50px;
}

.articles_list .articles_list_item {
  background-color: #f7f7f7;
  transition: transform 0.2s;
  margin: 5px auto;
}

.articles_list .articles_list_item:hover {
  transform: scale(1.03);
  box-shadow: 0 0 30px rgb(0 0 0 / 30%);
}

/* .articles_list .articles_list_item:hover img{
  box-shadow: -30px 0 30px rgb(0 0 0 / 30%);
} */

.articles_list .articles-text {
  padding: 50px;
  position: relative;
}

.articles_list .articles-text::before {
  content: url(/website/img/file_info.png);
  position: absolute;
  left: 50px;
  top: -20px;
}

.articles_list .articles-text a {
  color: #333333;
  text-decoration: none;
}

.articles_list .articles-text h2 {
  margin-top: 0;
  font-family: "opensansbold";
  font-size: 24px;
  margin-bottom: 30px;
}

.articles_list img {
  margin-left: -24px;
}

.articles_list .articles-text .more {
  line-height: 56px;
  width: 151px;
  display: block;
  background-color: #004298;
  border-radius: 8px;
  color: white;
  font-family: "opensansbold";
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
}

.articles_list .articles-text .more:hover {
  background-color: #00a651;
}

@media screen and (max-width: 1060px) {
  .articles_list {
    grid-template-columns: minmax(250px, 510px);
  }
  .articles_list img {
    margin-left: 0;
  }
}

@media screen and (max-width: 500px) {
  .articles_list .articles-text {
    padding: 30px 20px;
  }
  .articles_list .articles-text::before {
    left: 20px;
  }
}

.show-article .breadrcumbs a {
  color: #333333;
  font-size: 14px;
}
.show-article .breadrcumbs span {
  color: #00409c;
  font-size: 14px;
}

.akciya_item h2,
.akciya_item h3 {
  font: 20px "opensansbold";
  text-align: left;
  padding-left: 31px;
}

.akciya_item h2 {
  text-transform: uppercase;
}
.akciya_item .article_flex_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.akciya_item img {
  margin-bottom: 50px;
}

.akciya_item .article_flex_img img {
  margin-bottom: 30px;
}
.akciya_item p {
  margin: 30px 0;
}

.akciya_item hr {
  width: 27%;
  height: 3px;
  background: #7da5de;
  margin: 0 auto 45px;
  border-radius: 1.5px;
}

.articales_page .back {
  width: 270px;
  line-height: 50px;
  display: block;
  background-color: #ecf4ff;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  color: #333333;
}

@media screen and (max-width: 1140px) {
  .akciya_item .article_flex_img {
    justify-content: center;
  }
}
.akciya_showcase {
  padding: 35px 0 0;
}
.akciya_showcase__title {
  margin: 0 0 30px;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.akciya_showcase .similar_list {
  padding: 0 45px;
}
.akciya_showcase .slick-track {
  display: flex;
}
.akciya_showcase .similar_list .slide-item {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  padding: 0 18px 0;
}
@media (max-width: 1170px) {
  .akciya_showcase .similar_list {
    padding: 0 20px;
  }
  .akciya_showcase .similar_list .slide-item {
    padding: 0 5px;
  }
}
.akciya_showcase .similar_list__wrapper {
  flex-grow: 1;
  padding-bottom: 0;
  background: none;
}
.akciya_showcase .catalog_item {
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: top;
  color: #333333;
  text-align: center;
  background-color: #eaeaea;
  border: none;
}
@media (max-width: 880px) and (min-width: 768px) {
  .akciya_showcase .catalog_item {
    max-width: 310px;
    margin: 0 auto;
  }
}
.akciya_showcase .catalog_item .imgs {
  position: relative;
  width: 85%;
  margin: 20px auto 15px;
}
.akciya_showcase .catalog_item .imgs img {
  display: inline-block;
}
.akciya_showcase .slick-prev,
.akciya_showcase .slick-next {
  width: 60px;
  height: 60px;
  padding: 0;
  border-radius: 50%;
  background-color: rgb(125, 165, 222);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' viewBox='0 0 24 24'%3E%3Cpath d='M15.54,11.29,9.88,5.64a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l4.95,5L8.46,17a1,1,0,0,0,0,1.41,1,1,0,0,0,.71.3,1,1,0,0,0,.71-.3l5.66-5.65A1,1,0,0,0,15.54,11.29Z'/%3E%3C/svg%3E");
  background-size: 24px;
  opacity: 0.502;
}
.akciya_showcase .slick-prev:hover,
.akciya_showcase .slick-next:hover,
.akciya_showcase .slick-prev:focus,
.akciya_showcase .slick-next:focus {
  opacity: 1;
  background-color: rgb(125, 165, 222);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' viewBox='0 0 24 24'%3E%3Cpath d='M15.54,11.29,9.88,5.64a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l4.95,5L8.46,17a1,1,0,0,0,0,1.41,1,1,0,0,0,.71.3,1,1,0,0,0,.71-.3l5.66-5.65A1,1,0,0,0,15.54,11.29Z'/%3E%3C/svg%3E");
  background-size: 24px;
}
.akciya_showcase .slick-prev::before,
.akciya_showcase .slick-next::before {
  display: none;
}
.akciya_showcase .slick-prev {
  left: 0;
  transform: translate(0, -50%) scale(-1, 1);
}
.akciya_showcase .slick-next {
  right: 0;
}
@media (max-width: 1170px) {
  .akciya_showcase .slick-prev,
  .akciya_showcase .slick-next {
    width: 45px;
    height: 45px;
  }
  .akciya_showcase .slick-prev {
    left: -10px;
  }
  .akciya_showcase .slick-next {
    right: -10px;
  }
}

.overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  position: fixed;
  cursor: default;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
embed,
iframe {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  min-width: 320px;
  max-width: 600px;
  width: 100%;
}
.popup {
  top: 0;
  right: 0;
  left: 0;
  font-size: 14px;
  z-index: 10;
  display: block;
  visibility: hidden;
  margin: 0 auto;
  width: 90%;
  min-width: 320px;
  max-width: 600px;
  position: fixed;
  padding: 10px;
  border: 1px solid #383838;
  background-color: #23252c;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.overlay:target + .popup {
  top: 20%;
  visibility: visible;
  opacity: 1;
}
.close {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background-color: rgba(61, 61, 61, 0.8);
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 17px;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.close:before {
  color: rgba(255, 255, 255, 0.9);
  content: "X";
  text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
  font-size: 12px;
}
.close:hover {
  background-color: rgba(18, 159, 180, 0.8);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.popup p,
.popup div {
  margin-bottom: 10px;
}

h2.main_page_catalog {
  text-align: center;
  font: 25px "opensansbold";
  font-weight: bold;
  margin-top: 45px;
}

.main_page_catalog_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  justify-content: center;
  gap: 30px;
  padding: 0 25px;
  margin: 45px auto 40px;
}
.main_page_catalog_item {
  background-color: #eaf2f3;
  position: relative;
  display: block;
  text-decoration: none;
  min-height: 300px;
}
.main_page_catalog_item.item img {
  width: 100%;
  height: 197px;
  object-fit: cover;
}

.main_page_catalog_item.sales img {
  margin: 45px auto 45px;
}

.main_page_catalog_item.item::after {
  content: "";
  width: 100%;
  height: 132px;
  position: absolute;
  top: 67px;
  background-image: url(/website/img/main_page_catalog_shadow.png);
}
.main_page_catalog_item span.text {
  padding: 0 25px;
  display: flex;
  color: #333333;
  font: 22px "opensansbold";
  line-height: 1.1;
  height: calc(100% - 197px);
  flex-direction: column;
  justify-content: center;
}
.main_page_catalog_item.item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(0, 84, 166, 0.8);
  position: absolute;
  display: none;
}

.main_page_catalog_item .more {
  display: none;
  color: #0054a6;
  font: 14px "opensansbold";
  line-height: 44px;
  width: 126px;
  background-color: white;
  text-align: center;
  margin: auto;
  border-radius: 5px;
  z-index: 10;
  position: absolute;
  bottom: 30px;
  left: 65px;
}
.main_page_catalog_item:hover::before {
  display: block;
  z-index: 2;
}
.main_page_catalog_item:hover::after {
  display: block;
  z-index: 1;
}
.main_page_catalog_item:hover .more {
  display: block;
}
.main_page_catalog_item.item:hover span.text {
  color: white;
  top: 0px;
  position: absolute;
  z-index: 3;
}

.main_page_catalog_item.sales {
  background-color: #fff7da;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.main_page_catalog_item.sales span {
  color: #e75454;
}

.search__result {
  position: absolute;
  z-index: 20;
  font-size: 15px;
  top: 100%;
  width: 100%;
  padding-top: 5px;
  max-height: 581px;
  overflow-y: auto;
}

.search_modal__block {
  background-color: #fff;
}

.search_modal__block_header {
  background-color: #3266b1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  padding: 15px 20px;
}
.search_modal__block_header a {
  color: inherit;
  text-decoration: underline;
}
.search {
  position: relative;
}
.search_modal__block ul {
  list-style-type: none;
  padding: 0px;
}
.search_modal__block ul li {
  padding: 5px 20px;
  border-bottom: 1px solid #efefef;
}
.search_modal__block ul a {
  color: #151515;
  text-decoration: none;
  font-size: 14px;
}

.text-section {
  padding: 35px 10px 0px;
}
.text-section h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}
.text-section p {
  padding-left: 20px;
  margin-bottom: 25px;
}
.metall-tier_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0 30px;
}
.metall-tier_row--start {
  align-items: flex-start;
}
.metall-tier_text {
  align-self: stretch;
  position: relative;
  z-index: 1;
  background-color: #ededed;
  width: 53%;
  padding: 60px 40px 40px 80px;
}
.metall-tier_text::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: 0;
  top: 0;
  width: 112%;
  height: 100%;
  background-color: #ededed;
}
.metall-tier_row--left .metall-tier_text::before {
  left: auto;
  right: 0;
}
.metall-tier_row--blue {
  padding-top: 0;
}
.metall-tier_row--start .metall-tier_text {
  align-self: flex-start;
}
.metall-tier_row--blue .metall-tier_text {
  align-self: flex-start;
  background-color: #ddf0f5;
}
.metall-tier_row--blue .metall-tier_text::before {
  background-color: #ddf0f5;
}
.metall-tier_text p {
  padding: 0;
  margin: 0 0 25px;
  line-height: 1.5em;
  max-width: 420px;
}
.metall-tier_img {
  position: relative;
  z-index: 2;
  width: 47%;
  max-width: 530px;
  flex-shrink: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
.metall-tier_img img {
  display: block;
  margin: 0 auto;
}
.metall-tier_row--blue .metall-tier_img {
  margin-bottom: 0;
  align-self: flex-end;
}
.metall-tier_row--start .metall-tier_img {
  margin-bottom: 0;
}
.metall-tier_sub {
  font-size: 24px;
  font-weight: 600;
}
.metall-tier .metall-tier_sub {
  line-height: 1.3;
}
.metall-tier_preffs {
  margin-bottom: 45px;
}
.metall-tier_preffs ul {
  display: grid;
  grid-template-columns: repeat(4, 23%);
  justify-content: space-between;
  row-gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.metall-tier_preffs ul li {
  position: relative;
  border-radius: 10px;
  background-color: #ededed;
  padding: 50px 20px 30px 22px;
  line-height: 1.5;
}
.metall-tier_preffs ul li::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 13px;
  left: 16px;
  background: url("/website/img/tier_preff.svg") center center / 100% no-repeat;
}
.metall-tier_diffs {
  margin-bottom: 55px;
}
.metall-tier_diffs ul {
  display: grid;
  grid-template-columns: repeat(2, 48.5%);
  justify-content: space-between;
  row-gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.metall-tier_diffs ul li {
  position: relative;
  border-radius: 10px;
  background-color: #ddf0f5;
  padding: 50px 20px 40px 70px;
  line-height: 1.5;
}
.metall-tier_diffs ul li::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 42px;
  top: 15px;
  left: 19px;
  background: url("/website/img/tier_diff.svg") center center / 100% no-repeat;
}
.metall-tier_diffs ul b,
.metall-tier_diffs ul span {
  display: block;
  max-width: 420px;
}
.metall-tier_notice {
  background-color: #577399;
  color: #fff;
  border-radius: 8px;
  padding: 30px 80px;
  margin: 50px 0 60px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1170px) {
  .metall-tier_text {
    padding: 40px 30px 30px 50px;
  }
  .metall-tier_text p {
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .metall-tier_notice {
    padding: 30px 40px;
    margin: 30px 0 40px;
    font-size: 18px;
  }
  .metall-tier_sub {
    font-size: 22px;
  }
  .metall-tier_preffs ul {
    grid-template-columns: repeat(2, 48.5%);
  }
  .metall-tier_text {
    padding: 30px 20px 20px 40px;
  }
  .metall-tier_text p {
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .text-section h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .metall-tier_text {
    width: 100%;
  }
  .metall-tier_sub {
    font-size: 18px;
  }
  .metall-tier_text::before {
    left: 0;
    right: auto;
    width: 100%;
    height: 110%;
    top: auto;
    bottom: 0;
  }
  .metall-tier_img {
    order: -1;
    width: 100%;
    margin: 0;
    max-width: initial;
  }
  .metall-tier_preffs ul li,
  .metall-tier_diffs ul li {
    padding: 50px 15px 20px 20px;
  }
  .metall-tier_preffs ul li::before,
  .metall-tier_diffs ul li::before {
    top: 10px;
    right: 10px;
    width: 30px;
  }
  .metall-tier_notice {
    padding: 20px;
    margin: 20px 0 30px;
    font-size: 16px;
  }
  .text-section p {
    margin-bottom: 20px;
  }
  .metall-tier_text p {
    max-width: initial;
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .text-section {
    padding: 25px 0 0;
  }
  .metall-tier_text {
    padding: 20px 15px 10px 25px;
  }
  .text-section p {
    padding-left: 0;
  }
  .metall-tier_preffs,
  .metall-tier_diffs {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .metall-tier_notice {
    padding: 15px;
    font-size: 15px;
  }
  .metall-tier_preffs ul,
  .metall-tier_diffs ul {
    grid-template-columns: 100%;
  }
}

.computer-desk .metall-tier_row {
  padding: 0 0 25px;
}
@media (min-width: 1280px) {
  .computer-desk .metall-tier_text p.extra-margin {
    margin-bottom: 45px;
  }
}
.computer-desk_recomend {
  padding-top: 30px;
  padding-bottom: 40px;
}
.computer-desk_recomend ul {
  display: grid;
  grid-template-columns: repeat(2, 48.5%);
  justify-content: space-between;
  row-gap: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.computer-desk_recomend ul li {
  position: relative;
  border-radius: 10px;
  background-color: #ededed;
  padding: 65px 20px 30px 40px;
  line-height: 1.5;
}
.computer-desk_recomend ul li::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 22px;
  left: 20px;
  background: url("/website/img/tier_preff.svg") center center / 100% no-repeat;
}
.computer-desk_recomend ul span {
  display: block;
  max-width: 415px;
}
.computer-desk_rows {
  padding-top: 20px;
}
.computer-desk_variants {
  padding-top: 50px;
  padding-bottom: 20px;
}
.computer-desk_variants__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-bottom: 25px;
}
.computer-desk_variants__row img {
  width: 48.5%;
  max-width: 530px;
}
@media (max-width: 992px) {
  .computer-desk_variants,
  .computer-desk_recomend {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .computer-desk_recomend ul li {
    padding: 50px 20px 20px 25px;
  }
  .computer-desk_recomend ul li::before {
    top: 12px;
    left: 18px;
  }
  .computer-desk_rows {
    padding-top: 5px;
  }
}
@media (max-width: 768px) {
  .computer-desk_variants__row {
    justify-content: center;
  }
  .computer-desk_variants__row img {
    width: auto;
    max-width: 100%;
  }
  .computer-desk_recomend ul {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .computer-desk_recomend ul span {
    max-width: initial;
  }
}

.hallway_text {
  margin-bottom: 20px;
}
.hallway_text .metall-tier_row {
  padding-top: 0;
}
.hallway_text .metall-tier_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 769px) {
  .hallway_text .metall-tier_text p {
    max-width: 480px;
  }
}
@media (min-width: 1400px) {
  .hallway_text .metall-tier_text {
    padding-left: 60px;
  }
  .hallway_text .metall-tier_img {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

.child-beds {
  padding-top: 50px;
  padding-bottom: 15px;
}
.child-beds h2,
.child-beds h3 {
  font-family: "opensanssemibold";
  margin-bottom: 20px;
  margin-top: 0;
}
.child-beds h2 {
  text-align: center;
}
.child-beds h3 {
  font-size: 20px;
}
.child-beds .metall-tier_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.child-beds .metall-tier_text p {
  max-width: 450px;
}
p.child-beds_sub {
  padding: 0;
  text-align: center;
}
.child-beds_sizes {
  padding: 20px 0 40px;
}
.child-beds_sizes ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
  list-style: none;
  padding: 5px 0 0;
  margin: 0 0 20px;
}
.child-beds_sizes ul li {
  display: flex;
  align-items: center;
  width: 48%;
  min-height: 105px;
  background-color: #1954a2;
  color: #fff;
  padding: 10px 20px 10px 40px;
}
.child-beds_sizes li span {
  display: block;
  position: relative;
  padding-left: 80px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.child-beds_sizes li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: url("/website/img/check_square.svg") center center / 100% no-repeat;
}
.child-beds_sizes li b {
  display: block;
  font-family: "opensanssemibold";
  font-weight: 600;
  font-size: 40px;
}
.child-beds .text-img_row {
  padding: 65px 0 15px;
}
.text-img_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.text-img_col {
  width: 48%;
  margin-bottom: 20px;
}
.text-img_col img {
  display: block;
}
.text-img_col > div {
  padding: 35px 0 0 50px;
}
.text-img_col p {
  padding: 0;
}
@media (min-width: 1171px) {
  .child-beds .metall-tier_text {
    padding-left: 60px;
  }
  .child-beds .metall-tier_img--big {
    margin: 50px 0;
  }
}
@media (max-width: 1170px) {
  .text-img_col > div {
    padding: 25px 0 0 20px;
  }
  .child-beds .text-img_row {
    padding: 40px 0 0px;
  }
}
@media (max-width: 768px) {
  .text-img_col {
    width: 100%;
  }
  .text-img_col img {
    margin: 0 auto;
  }
  .child-beds_sizes ul li {
    width: 48.5%;
    min-height: 80px;
    padding: 8px 10px 8px 20px;
  }
  .child-beds_sizes li span {
    padding-left: 60px;
    font-size: 15px;
  }
  .child-beds_sizes li b {
    font-size: 32px;
  }
  .child-beds h3 {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .child-beds_sizes {
    padding: 0 0 20px;
  }
  .child-beds_sizes li span {
    padding-left: 50px;
    font-size: 14px;
  }
  .child-beds_sizes li span::before {
    width: 40px;
    height: 40px;
  }
  .child-beds_sizes li b {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .child-beds_sizes ul li {
    width: 100%;
    min-height: initial;
  }
  .child-beds_sizes li span {
    padding-left: 70px;
    max-width: 250px;
  }
}
.callback-popup {
  display: none;
  width: 650px;
  max-width: 100%;
  background: url('/website/img/callback_bg.jpg') center center / cover no-repeat #d3e8f7;
  padding: 25px 25px 35px;
  border-radius: 10px;
}
.callback-popup h2 {
  margin: 0 0 30px;
  text-align: center;
  font-size: 24px;
}
.callback_form__inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  max-width: 500px;
  margin: 0 auto 20px;
  font-size: 14px;
}
.form-entry {
  width: 100%;
  border: none;
  padding: 10px 10px 10px 15px;
  background-color: #fff;
  border-radius: 10px;
}
.form-entry--short {
  width: 48%;
}
.callback_form textarea {
  min-height: 100px;
  resize: none;
}
.callback_form .captcha_row {
  width: 100%;
}
.file input {
  display: none;
}
.file label {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  padding-left: 25px;
  margin: 0;
  text-decoration: underline;
  background: url('/website/img/paperclip.svg') left center / 16px no-repeat;
}
.callback_form .agreement {
  text-align: center;
  font-size: 11px;
  margin-bottom: 20px;
}
.callback_form .agreement a {
  display: block;
  text-decoration: underline;
  color: #00409c;
  font-size: inherit;
}
.callback_form .agreement a:hover {
  text-decoration: none;
}
.callback_form__btn {
  display: block;
  width: 100%;
  max-width: 140px;
  text-align: center;
  padding: 10px 5px;
  margin: 0 auto;
  color: #fff;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  font-size: 14px;
  background-color: #00409c;
}
@media (max-width: 768px) {
  .callback-popup h2 {
    margin-bottom: 25px;
  }
  .callback_form__inputs {
    row-gap: 15px;
    margin-bottom: 20px;
  }
  .callback-popup {
    padding: 20px 15px 25px;
  }
}
@media (max-width: 480px) {
  .callback-popup {
    background-position: left top;
  }
  .callback-popup h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .form-entry--short {
    width: 100%;
  }
  .callback_form__inputs {
    margin-bottom: 15px;
  }
  .callback_form textarea {
    min-height: 80px;
  }
}
.gdpr {
  position: fixed;
  top: auto;
  bottom: 0;
  height: auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  box-shadow: 0px 3px 38px 0px rgba(99, 99, 99, 0.38);
  padding: 15px 0;
  font-weight: 600;
  z-index: 1000;
}
.gdpr--white {
  background-color: rgba(255, 255, 255, 0.9);
  color: #090f1f;
  border-top: 3px solid #191919;
}
.gdpr .container {
  display: grid;
  grid-template-columns: 1fr 244px;
  grid-column-gap: 80px;
  align-items: center;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
}
.gdpr .container:before,
.gdpr .container:after {
  display: none;
}
.gdpr p,
.gdpr small {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.3;
}
.gdpr .container > small {
  display: none;
}
.btn_close {
  grid-row: 1/3;
  grid-column: 2/3;
  display: block;
  margin: 0;
  padding: 20px;
  font-size: 14px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border: none;
  background-color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.gdpr--white .btn_close {
  background-color: #000000;
  color: #fff;
}
.btn_close:hover {
  color: #000;
}
.gdpr--white .btn_close:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .gdpr .container {
    grid-template-columns: 1fr 200px;
    grid-column-gap: 40px;
  }
}
@media screen and (max-width: 680px) {
  .gdpr {
    padding: 20px 0 15px;
  }
  .gdpr .container {
    grid-template-columns: 1fr 175px;
    grid-column-gap: 35px;
  }
  .gdpr p {
    grid-column: 1/-1;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .gdpr p small {
    display: none;
  }
  .gdpr .container > small {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  .btn_close {
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  .gdpr .container {
    grid-template-columns: 1fr 145px;
    grid-column-gap: 20px;
  }
  .btn_close {
    padding: 15px 10px;
  }
}
@media screen and (min-width: 992px) {
  .child-chairs .metall-tier_text {
    padding-left: 50px;
  }
}
.child-chairs h3 {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 20px;
  text-align: center;
}
.child-chairs {
  padding: 60px 15px 25px;
}
.child-chairs p {
  padding-left: 0;
}
.child-chairs .metall-tier_row h3 {
  text-align: left;
}
.check-list {
  column-count: 2;
  column-gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0; 
}
.check-list--3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: initial;
}
.check-list li {
  max-width: 475px;
  margin-bottom: 65px;
  line-height: 1.5em;
  overflow: hidden; 
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}
.check-list--3 li {
  width: 30%;
  margin-bottom: 50px;
}
.check-list--sm li {
  margin-bottom: 30px;
  padding-left: 70px;
}
.check-list--column li:nth-child(n+3) {
  margin-left: auto;
}
.check-list_item {  
  position: relative;
  min-height: 40px;
  padding-left: 54px;
}
.check-list_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url('/website/img/check_icon.svg') center center / 100% no-repeat;
}
b.check-list_item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.child-chairs_demands {
  padding-top: 35px;
  margin-bottom: 35px;
}
.child-chairs_demands .check-list {
  padding-top: 35px;
}
.child-chairs_types h2 {
  margin-bottom: 20px;
}
.child-chairs .child-chairs_margin {
  margin-bottom: 60px;
}
.child-chairs_ergonomic {
  padding-top: 40px;
}
.child-chairs_ergonomic .check-list {
  padding-top: 20px;
}
.child-chairs_choice {
  padding-top: 5px;
  margin-bottom: 40px;
}
.child-chairs_choice .check-list {
  padding-top: 5px;
  margin-bottom: 60px;
}
.child-chairs_backrest {
  padding-top: 20px;
}
.child-chairs_backrest .check-list {
  padding-top: 20px;
}
@media screen and (max-width: 992px) {
  .check-list li {
    margin-bottom: 40px;
  }
  .check-list--3 li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .child-chairs h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .check-list {
    column-count: initial;
    margin-bottom: 20px;
  }
  .check-list li {
    margin-bottom: 20px;
  }
  .check-list--3 li {
    width: 100%;
  }
  .child-chairs_choice .check-list {
    margin-bottom: 20px;
  }
  .check-list--column li:nth-child(n+3) {
    margin-left: 0;
  }
  .check-list--sm li {
    padding-left: 54px;
  }
  .child-chairs_ergonomic {
    padding-top: 20px;
  }
  b.check-list_item {
    margin-bottom: 10px;
  }
}
.captcha_row {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.captcha_row span {
	flex-shrink: 0;
}
.captcha_row img {
	display: block;
}
.captcha_row input {
	display: block;
	width: 100%;
	margin: 0;
}
.item_form .captcha_row {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .item_form .captcha_row {
    margin-bottom: 10px;
  }
}

.kupe-text.bottom__container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.kupe-text {
  font-size: 16px;
}
.kupe-text h2 {
  font-size: 20px;
  font-family: "opensanssemibold";
}
.kupe-text_list {
  display: grid;
  grid-template-columns: repeat(2, 47%);
  justify-content: space-between;
  row-gap: 38px;
  padding: 20px 0 0;
  margin: 0 0 30px;
  list-style: none;
}
.kupe-text_list li {
  padding: 0 40px 30px 50px;
  background: linear-gradient(to bottom, transparent 0% 80px, #ededed 80px 100%);
}
.kupe-text_list li img {
  position: relative;
  display: block;
  margin-bottom: 25px;
  margin-left: -50px;
}
.kupe-text_list li b {
  display: block;
  font-size: 20px;
  font-family: "opensanssemibold";
  margin-bottom: 20px;
}
.kupe-text_list li b span {
  display: inline-block;
  margin-right: 15px;
}
.kupe-text_models {
  padding: 35px 0;
}
.kupe-text_reasons {
  margin-bottom: 55px;
}
.kupe-text_reasons__plus {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0 0;
  margin: 0 0 30px;
  list-style: none;
}
.kupe-text_reasons__plus li {
  position: relative;
  width: 31.5%;
  padding-left: 65px;
  padding-top: 5px;
  margin-bottom: 25px;
}
.kupe-text_reasons__plus li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  background: url('/website/img/check_square.svg') center center / 100% no-repeat;
}
.kupe-text_reasons__plus li span {
  display: block;
  font-family: "opensanssemibold";
  margin-bottom: 25px;
}
.kupe-text_reasons__minus {
  padding: 10px 0 0;
  margin: 0 0 30px;
  list-style: none;
}
.kupe-text_reasons__minus li {
  margin-bottom: 5px;
}
.kupe-text_reasons__minus li::before {
  content: "–";
  display: inline-block;
  margin-right: 25px;
}
.kupe-text_materials {
  background-color: #ededed;
  padding: 70px 55px 40px;
  margin-bottom: 70px;
}
.kupe-text_materials__list {
  display: grid;
  grid-template-columns: 39% 25% 25%;
  justify-content: space-between;
  padding: 30px 0 0;
  margin: 0 0 30px;
  list-style: none;
}
.kupe-text_materials__list li {
  font-size: 14px;
}
.kupe-text_materials__list li img {
  display: block;
  margin-bottom: 25px;
}
.kupe-text_materials__list li b {
  display: block;
  font-size: 16px;
  margin-bottom: 25px;
}
.kupe-text_materials__list li b span {
  display: inline-block;
  margin-right: 20px;
}
.kupe-text_facade,
.kupe-text_light {
  margin-bottom: 50px;
}
.kupe-text_light__list {
  padding: 0;
  margin: 0 0 45px;
  list-style: none;
}
.kupe-text_light__list li {
  margin-bottom: 4px;
}
.kupe-text_light__list li b {
  font-family: "opensanssemibold";
  font-weight: 600;
}
.kupe-text_light__list li b span {
  display: inline-block;
  margin-right: 20px;
}
.kupe-text_light__notice {
  display: flex;
  align-items: center;
  min-height: 130px;
  padding: 20px 20px 20px 160px;
  background: url('/website/img/notice-sign.png') 50px 45% / auto no-repeat, #eaf3c0;
  font-family: "opensanssemibold";
  font-weight: 600;  
}
.kupe-text_light__notice p {
  max-width: 800px;
  margin: 0;
}
.kupe-text_choice {
  padding-top: 30px;
  padding-bottom: 30px;
}
.kupe-text_choice__sub {
  text-align: center;
  font-family: "opensanssemibold";
  font-weight: 600;
  padding-top: 20px;
}
.kupe-text_choice__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 0 0;
  margin: 0 0 20px;
  list-style: none;
}
.kupe-text_choice__list li {
  width: 48%;
  max-width: 490px;
  position: relative;
  padding-left: 160px;
  min-height: 90px;
  margin-bottom: 40px;
}
.kupe-text_choice__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 92px;
  height: 90px;
  background: url('/website/img/kupe-choice_icon.png') center center / 100% no-repeat; 
}
.kupe-text_choice__list li p {
  margin: 0;
  max-width: 270px;
}
.kupe-text_choice__list li span {
  display: inline-block;
  margin-right: 20px;
}
.kupe-text_btext {
  padding-top: 20px;
}
.kupe-text_btext .btext_gal {
  padding: 15px 0 0;
}
.kupe-text_btext .btext_gal p {
  padding: 30px 50px;
  margin: 25px 0 0;
}
@media screen and (max-width: 1140px) {
  .kupe-text_list {
    grid-template-columns: repeat(2, 48.5%);
  }
  .kupe-text_list li {
    padding: 0 30px 25px 30px;
  }
  .kupe-text_list li img {
    margin-left: -30px;
  }
  .kupe-text_materials {
    padding: 50px 35px 30px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 992px) {
  .kupe-text_reasons__plus li {
    padding-left: 55px;
    margin-bottom: 15px;
  }
  .kupe-text_reasons__plus li::before {
    width: 40px;
    height: 40px;
  }
  .kupe-text_materials__list {
    grid-template-columns: 41% 27% 27%;
  }
  .kupe-text_choice__sub {
    padding-top: 10px;
  }
  .kupe-text_choice__list {
    padding-top: 20px;
    margin-bottom: 0;
  }
  .kupe-text_choice__list li {
    padding-left: 130px;
  }
}
@media screen and (max-width: 768px) {
  .kupe-text.bottom__container {
    padding-left: 0;
    padding-right: 0;
  }
  .kupe-text_models {
    padding: 20px 0;
  }
  .kupe-text_list li {
    padding: 0 15px 20px 20px;
  }
  .kupe-text_list li img {
    margin-left: -20px;
  }
  .kupe-text_list li b {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .kupe-text_list li b span,
  .kupe-text_materials__list li b span,
  .kupe-text_light__list li b span,
  .kupe-text_choice__list li span {
    margin-right: 5px;
  }
  .kupe-text_reasons__plus li {
    width: 48.5%;
  }
  .kupe-text_reasons__plus li span {
    margin-bottom: 15px;
  }
  .kupe-text_materials {
    padding: 40px 20px 30px;
    margin-bottom: 40px;
  }
  .kupe-text_materials__list li b {
    margin-bottom: 10px;
  }
  .kupe-text_light__notice {
    padding-left: 110px;
    background-position: 20px center;
  }
  .kupe-text_choice {
    padding: 0;
  }
  .kupe-text_choice__list li {
    padding-left: 90px;
    margin-bottom: 25px;
  }
  .kupe-text_choice__list li::before {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 600px) {
  .kupe-text {
    font-size: 14px;
  }
  .kupe-text h2 {
    font-size: 18px;
  }
  .kupe-text_list li b {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .kupe-text_reasons__minus {
    padding: 0;
    margin-bottom: 20px;
  }
  .kupe-text_materials__list {
    grid-template-columns: repeat(2, 48.5%);
    row-gap: 20px;
  }
  .kupe-text_materials__list li:first-child {
    grid-column: 1/-1;
  }
  .kupe-text_materials__list li img {
    margin-bottom: 15px;
  }
  .kupe-text_choice__list li {
    width: 100%;
    max-width: initial;
    padding-left: 80px;
    min-height: 60px;
    margin-bottom: 20px;
  }
  .kupe-text_choice__list li::before {
    width: 60px;
    height: 60px;
  }
  .kupe-text_choice__list li p {
    max-width: initial;
  }
}
@media screen and (max-width: 480px) {
  .kupe-text_list {
    grid-template-columns: 100%;
  }
  .kupe-text_reasons__plus li {
    width: 100%;
    margin-bottom: 10px;
  }
  .kupe-text_reasons__plus li span {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 420px) {
  .kupe-text_materials__list {
    grid-template-columns: 100%;
  }
}

/* График новый год */
  /* .ny-graph {
    position: relative;
    padding: 35px 80px 42px 0;
    max-width: 435px;
  }
  .ny-graph::before,
  .ny-graph::after {
    content: "";
    position: absolute;    
  }
  .ny-graph--red::before {
    width: 142px;
    height: 145px;
    background: url('/website/img/ny-graph-red_01.png') center center / 100% no-repeat;
    left: -50px;
    top: -10px;
  }
  .ny-graph--red::after {
    width: 166px;
    height: 216px;
    background: url('/website/img/ny-graph-red_02.png') center center / 100% no-repeat;
    right: 0;
    bottom: -5px;
  }
  .ny-graph b,
  .ny-graph span {
    position: relative;
    display: block;
  }
  .ny-graph--green::before {
    width: 200px;
    height: 215px;
    background: url('/website/img/ny-graph-green.png') center center / 100% no-repeat;
    left: -65px;
    top: -35px;
  }
  @media screen and (max-width: 700px) {
    .ny-graph {
      padding-left: 30px;
      padding-right: 70px;
    }
    .ny-graph--green {
      padding: 45px 0 30px 50px;
    }
    .ny-graph--red::before {
      left: -9px;
    }
    .ny-graph--green::before {
      top: -20px;
      left: -20px;
    }
  }
  @media screen and (max-width: 590px) {
    .ny-graph--red {
      padding: 30px 50px 40px 30px;
    }
    .ny-graph--red::after {
      width: 140px;
      height: 180px;
      right: 0;
      bottom: -5px;
    }
    .ny-graph--green {
      padding: 45px 0 20px 30px;
    }
    .ny-graph--green::before {
      width: 160px;
      height: 180px;
      left: -30px;
      top: -15px;
    }
  }
  @media screen and (max-width: 390px) {
    .ny-graph--red {
      padding-right: 0px;
      padding-bottom: 0;
    }
    .ny-graph--red::after {
      display: none;
    }
  } */
/* end График новый год */

/* .footer_adr1 .tel {
  padding-left: 0;
} */

.footer_adr1 .tel::before {
  display: none;
}

.shops_text__tel--two {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}

.header_icon--inv {
  opacity: 0;
}


footer .footer_one-tel {
  padding-left: 0;
  grid-column: span 2;
  text-align: center;
  font-size: 15px;
  white-space: nowrap;
  font-family: "opensansbold";
  font-weight: normal;
  transform: translateY(-13px);
}

.footer_adr1 .tel {
  display: none;
}

@media screen and (max-width: 940px) {
  .footer_adr1 .tel {
    display: block;
  }
  footer .footer_one-tel {
    display: none;
  }
}

.addresses_item_text_number--flex {
  display: flex;
  column-gap: 7px;
  align-items: center;
}
.addresses_item_text_number--flex .messenger {
  transform: translateY(-2px);
}
.site-creator {
  padding: 20px 0;
  background-color: #555555;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}
.site-creator_link {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}
.site-creator_block {
  display: inline-block;
}
@media (max-width: 480px) {
  .site-creator {
    font-size: 14px;
  }
}

