

/* Start:/bitrix/templates/frezer/components/bitrix/news/FREZ/bitrix/news.list/.default/style.css?174908792452790*/

/* Start:/bitrix/templates/frezer/components/bitrix/news/FREZ/bitrix/news.list/.default/style.css?173750973352269*/
@font-face{

  font-family: 'ProximaNovaCond-Semibold';

  src:  url('/bitrix/templates/frezer/components/bitrix/news/FREZ/bitrix/news.list/.default/../fonts/ProximaNovaCond-Semibold.otf'),
        url('/bitrix/templates/frezer/components/bitrix/news/FREZ/bitrix/news.list/.default/../fonts/ProximaNovaCond-Semibold.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;

}

html {
  height: 100%;
}

.preview_picture {
	border-radius: 2px;
}
body {
  height: 100%;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  color: #575757;
  width: 100%;
  margin: 0 auto;
  background: #F9F9F9;
}

.main-content {
  min-height: 100%;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.ie {
  position: absolute;
  background-color: rgba(0, 0, 0, .98);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.popup {
  position: absolute;
  width: 500px;
  height: 80px;
  background-color: white;
  top: 50%;
  left: 50%;
  border-radius: 15px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 15px;
}

.popup h2 {
  text-align: center;
}

a {
  color: #575757;
}

#panel {
  position: fixed;
  bottom: 0;
}

#bx-panel a#bx-panel-pin {
  display: none!important;
}

header {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 65px;
  grid-template-rows: 65px;
  background-color: #F9F9F9;
  height: 65px;
  width: 100%;
  position: fixed;
  z-index: 999;
  border: 0;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

header > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

header > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.menu-for-desktop {
  display: none;
}

.header-text {
  opacity: 0;
}

.header-desktop-link {
  display: none;
}

.logo {
  padding: 8px 0 0 28px;
  background-color: #F9F9F9;
}

.logo img {
  width: 138px;
}

.main-menu {
  min-width: 1041px;
  background-color: #F9F9F9;
}

.menu-up {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1041px;
  min-width: 877px;
}

.menu-link {
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu-link>a {
  color: #575757;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

.menu-link>a:hover {
  font-weight: 500;
}

.icon-block {
  display: flex;
  justify-content: flex-end;
  padding-right: 25px;
  align-items: center;
  background-color: #F9F9F9;
}

.icon-block__item {
  margin-left: 18px;
  cursor: pointer;
}

.icon-block__item:last-child {
  opacity: 0;
}

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  right: 0;
}

.menu__box .item-selected {
  text-shadow: 1px 1px 4px white;
}

.menu__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 18px;
  right: 25px;
  width: 20px;
  height: 26px;
  cursor: pointer;
  z-index: 3;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #575757;
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  padding: 0 !important;!i;!;
  !i;!i;!;
  scrollbar-width: none;
  top: 0;
  right: -100%;
  width: 25%;
  height: 100%;
  margin: 0;
  margin-top: 65px;
  list-style: none;
  background-color: #F9F9F9;
  -webkit-box-shadow: -4px 17px 17px rgba(0, 0, 0, .15);
  box-shadow: -4px 17px 17px rgba(0, 0, 0, .15);
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  z-index: -1;
  overflow: scroll;
}

.menu__box label,
.menu__box a {
  display: block;
  position: relative;
  display: block;
  padding: 12px 36px;
  color: #575757;
  text-decoration: none;
  -webkit-transition-duration: .4s;
       -o-transition-duration: .4s;
          transition-duration: .4s;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}
.menu__box label:hover,
.menu__box a:hover {
  background-color: #FFFFFF;
}

a.child,
label.child {
  padding-left: 35px;
}

.root-item li {
  margin-bottom: 10px;
}

.root-item-mobile {
  padding-left: 35px;
}

.menu__box ul {
  list-style: none;
}

.menu__box .parent input + label::after {
  content: "+";
  position: absolute;
  top: 12px;
  left: 20px;
  width: 0;
  height: 0;
  display: inline-block;
  background: black;
}

.menu__box .parent input:checked + label::after {
  content: "-";
}

.menu__box .parent ul {
  display: none;
}

.menu__box input[type="checkbox"]:checked + label + ul,
.menu__box input[type="checkbox"]:checked + label:nth-of-type(n) + ul {
  display: block;
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

.menu__box input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.menu__box label {
  cursor: pointer;
}

.left-menu-fixed {
  position: fixed;
  top: 130;
}

#nav {
  position: fixed;
  width: 100%;
  max-width: 1041px;
  display: flex;
  margin: 0 auto;
  font-size: 12px;
}

.search {
  display: none;
}

.search input[type="submit"] {
  display: none;
}

.search input[type="text"] {
  border: 2px solid #fff;
  border-radius: 5px;
  width: 100%;
  background-color: rgba(0,0,0,0);
  color: #fff;
  padding-left: 15px;
}

.search input[type="text"]::-webkit-input-placeholder {
  color: #ccc;
 }
 .search input[type="text"]::-moz-placeholder {
  color: #ccc;
 }

main {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  background: #F9F9F9;
  padding-top: 0;
}

.blank_header {
  height: 65px;
  background: #F9F9F9;
}

.news-on-main {
  position: absolute;
  right: 5%;
  width: 600px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 12px;
  color: #fff;
}

.news-on-main h2 {
  margin: 0px;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.news-on-main h2 a {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
}

.news-on-main {
  color: #CCCCCC;
}

.news-time {
  color: #fff;
}

.newbies-time {
  color: black;
  font-style: italic;
  position: relative;
  top: -34px;
}

.left-menu {
  background: #FFF;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  position: fixed;
  margin-top: 65px;
  height: 154px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 15px;
  top: -100%;
  transition: top 0.6s ease-out 0s;
  z-index: -1;
}

.left-menu ul{
  list-style: none;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.left-menu .selected {
  font-weight: bold;
}

.left-menu li {
  margin-bottom: 10px;
}

.left-menu a{
  text-decoration: none;
  color: #575757;
}

.left-menu p {
  text-transform: uppercase;
}

.left-menu .root-item{
  margin-top: 10px;
  margin-bottom: 16px;
}

.left-menu .root-item li {
  margin-bottom: 10px;
}

.check-menu + label {
  font-weight: 500;
}

.root-item a.active,
.root-item a:hover {
  font-weight: 500;
}

footer {
  grid-column: 1/3;
  grid-row: 2/3;
  -ms-grid-column-align: center;
      justify-self: center;
  font-size: small;
  padding: 10px;
  background: rgb(243,242,240);
  width: 100%;
  color: #000;
}

footer p {
  margin: 0;
  text-align: center;
}


.office__name {
  font-size: 16px;
  margin-bottom: 12px;
}

.office__name--nov,
.office__name--centr {
  margin-top: 40px;
}

.office__section {
  font-size: 14px;
  font-weight: 400;
  color: #575757;
  margin-bottom: 5px;
  margin: 0;
  line-height: 20px;
}

.managers span{
  margin-right: 7px;
}


.office__description a{
  text-decoration: none;
  color: #575757;
}

.office__email {
  line-height: 20px;
}

.office__email::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 13px;
  background: url(/include/mail.svg) left bottom no-repeat;
  background-size: 18px;
  position: relative;
  top: 2px;
}

.office__tel {
  line-height: 20px;
}

.contact-page__map {
  margin: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 100px;
  margin-top: 22px;
}

.contact-page .office__container:first-child {
  margin-top: 0;
}

.office__container {
  width: 640px;
  margin: 0 auto;
  margin-top: 60px;
}

form {
  color: #444444;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}

.form-p {
  width: 500px;
}

.input {
  width: 500px;
  font-weight: bold;
  margin-bottom: 15px;
}

.input input[type="text"],
.input textarea {
  width: 100%;
  margin-bottom: 17px;
  margin-top: 5px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #C6C6C6;
  border-radius: 3px;
  padding-left: 6px;
  font-family: sans-serif;
  font-size: 14px;
}

.input input[type="text"]:focus,
.input input[type="text"]:active,
.input textarea:focus,
.input textarea:active {
  outline: none;
}

.input textarea {
  height: 100px;
}

.checkbox {
  position: relative;
  padding-left: 25px;
  margin-bottom: 17px;
  color: #444;
}

.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox label::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid rgb(114, 115, 116);
  border-radius: 3px;
  position: absolute;
  top: -1px;
  left: 0;
}

.checkbox input[type="checkbox"]:checked + label::after {
  top: -3px;
  width: 22px;
  height: 22px;
  background-color: rgba(0, 0, 0, 0);
  background: url(/bitrix/templates/frezer/components/bitrix/news/FREZ/bitrix/news.list/.default/../img/checked.svg) no-repeat;
  border: 0px;
}

.radio-dot {
  position: relative;
  margin-bottom: 17px;
  color: rgb(89, 89, 90);
}

.input input[type="submit"] {
  background-color: #575757;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 0px;
  border-radius: 3px;
  padding: 2px 15px;
  cursor: pointer;
  font-size: 14px;
  -webkit-appearance: none;
}

.hh {
  width: 100%;
}

main .hh div[class^="hh-header"] {
  font-size: 21px!important;
  margin-bottom: 17px!important;
}

main .hh div[class^="hh"] {
  background-color: rgba(0, 0, 0, 0)!important;
  border: 0!important;
  text-align: center!important;
}

main .hh div[class^="hh"] a {
  background-color: rgba(0, 0, 0, 0)!important;
  border: 0!important;
  text-align: center!important;
  font-size: 16px!important;
  font-weight: 500!important;
  margin-bottom: 15px!important;
  margin-top: 35px!important;
  text-transform: uppercase!important;
  font-family: Roboto, Arial, sans-serif !important;
  color: #575757!important;
}

main .hh div[class^="hh"] span {
  font-family: Roboto, Arial, sans-serif !important;
  color: #575757!important;
  background-color: rgba(0, 0, 0, 0)!important;
  border: 0!important;
  text-align: center!important;
  font-size: 14px!important;
}

main .hh div[class^="hh"]>div[class^="hh-logo"] {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.news-page {
  margin-bottom: 50px;
}

.news-page a{
  /*text-decoration: none;*/
  color: black;
}

.news-text {
  text-align: center;
  margin-bottom: 65px;
}

.gallery-page img {
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin-bottom: 20px;
}

.part-of-catalog  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.texture-section {
  width: 100%;
  margin: 0 auto;
  margin-bottom: -15px;
  margin-top: 43px;
}

.texture-section a {
  text-decoration: none;
}

.catalog-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  /* padding-left: 20px; */
  justify-content: center;
}

.anchors-mill {
  margin-top: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 18px;
  color: #575757;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 43px;
  text-align: center;
}

.anchors-mill-first {
  border-top: 110px solid transparent;
  margin-top: -110px;
}

.sub-h {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 35px;
  text-align: center;
  text-transform: uppercase;
}

.sub-h--small {
  font-weight: normal;
  font-size: 14px;
  text-align: center;
}

.anchors-mill ~ .sub-h {
  margin-top: 35px;
}

.content {
  padding-top: 65px;
  margin: 0 220px;
}

.milling {
  margin: 0 40px;
  margin-bottom: 65px;
}

.catalog-texture-category,
.catalog-texture-alphabet {
  transition: all 1s ease-out 0.5s;
}

.milling-karniz {
  height: 87px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.milling-decor {
  margin-bottom: 25px;
}

.milling-decor-pilyastra {
  margin-bottom: 16px;
}

.milling-decor-kokoshnik {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.milling-name {
  width: 225px;
  text-align: center;
}

.milling-name-hor {
  width: 273px;
  text-align: center;
  margin-top: 10px;
}

.milling-name-karniz {
  width: 282px;
  text-align: center;
  margin-top: -17px;
}

.milling-name-pilyastra {
  width: 273px;
  text-align: center;
  margin-top: -28px;
}

.milling-name-kokoshnik {
  width: 273px;
  height: 32px;
  text-align: center;
  margin-top: -18px;
}

.milling-balustrada {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.milling-name-resh {
  width: 198px;
  text-align: center;
}

.milling-name-buazeri {
  width: 545px;
  margin-top: -17px;
}

.milling-name-vstavka {
  width: 296px;
  margin-top: -17px;
}

.milling-name-butil {
  width: 296px;
  margin-top: -17px;
}

.milling-name-cokol {
  width: 273px;
  text-align: center;
  margin-top: -17px;
}

.milling-name-hor-nakl {
  width: 611px;
  margin-top: -17px;
}

.cokols {
  align-items: end;
}

.kokoshnik {
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.milling h3 {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 0;
}

.milling p {
  margin-top: 2px;
  text-align: center;
  display: inline-block;
  width: 225px;
}

.patins-name {
  width: 225px;
}

.patins-name h3 {
  margin-bottom: 0;
}

.texture-name {
  width: 225px;
}

.catalog-item>img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.texture-access {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1150px;
  margin: 0 auto;
}

.texture-item {
  display: -ms-grid;
  display: grid;
    -ms-grid-columns: 25px 3fr 1fr;
    grid-template-columns: 59px 4fr 4fr 2fr;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    border-bottom: 1px solid #ccc;
    align-items: center;
    padding: 14px;
}

@media (max-width: 768px) {
  .texture-item {
    grid-template-columns: 59px 1fr 1fr;
  }

  .texture-item span:nth-child(3) {
    display: none;
  }

  .texture-item span:last-child {
    justify-self: end;
    text-align: right;
  }

  form {
    text-align: center;
  }

  .checkbox {
    text-align: left;
  }

  .input {
    text-align: left;
  }

  .submit_state {
    text-align: center;
  }

  .input_title {
    text-align: left;
  }
}

.small-h {
  font-size: 16px;
  margin-top: 30px;
}

.state-of-kits {
  width: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-row-gap: 6px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.state-of-kits__titles,
.state-of-kits__data {
  display: grid;
  grid-template-columns: 8fr 3fr 3fr 4fr 3fr 3fr;
  align-items: center;
  justify-items: center;
}

.state-of-kits__titles {
  font-weight: 500;
}

.state-of-kits .state-of-kits__title:not(:first-child),
.state-of-kits .state-of-kits__data-item:not(:first-child) {
  border-left: none;
}

.state-of-kits .state-of-kits__data-item:not(:first-child) {
  line-height: 60px;
}

.state-of-kits__title,
.state-of-kits__data-item {
  border: 2px solid #575757;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.state-of-kits__data {
  margin-top: -4px;
}

.state-of-kits__data-item {
  border-top: none;
}

.state input[type=text]{
  width: 350px;
}

.state input[type=submit]{
  padding: 2px 15px;
}

.package__section,
.package-remake__section {
  color: #575757;
  width: 100%;
  display: flex;
  justify-content: center;
}

.package__container,
.package-remake__container{
  width: 100%;
  max-width: 80rem;
  margin-top: 20px;
}

.package__title,
.package-remake__title {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  margin-bottom: 25px;
}

.package__small,
.package-remake__small {
  content: 'Нажмите чтобы увидеть подробности';
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 12px;
  font-weight: 400;
  display: none;
}

.package__wrapper,
.package-remake__wrapper {
  display: none;
  transition: 650ms;
}

.package__accordion-item{
  border-radius: .4rem;
  margin: 15px 0;
}

.package__accordion-item hr{
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.package__accordion-link{
  font-size: 1.6rem;
  color: #575757;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.package__accordion-link h3{
  font-weight:500;
  font-size: 14px;
  margin: 5px;
}

.package__accordion-link i{
  color: #575757;
  padding: .5rem;

}

.package__accordion-link ul{
  display:flex;
  align-items: flex-end;
  list-style-type: none;
  margin-left: 25px;
}

.package__accordion-link li{
  font-size: 10px;
  color: #575757;
  padding: 0 0 1px 5px;
}

.package__accordion-link div{
  display: flex;
}

.package__accordion-link .ion-md-arrow-down{
  display: none;
}

.package__answer{
 /* max-height: 20rem;*/
  overflow: hidden;
  position: relative;
  transition: max-height 300ms;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.package__answer p{
  color: #575757;
  font-size: 15px;
  padding: 2rem;

}

.package__facade {
  padding: 12px 0;
  border-bottom: 1px solid #E3E3E3;
  width: 350px;
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.package__facade-id {
  font-weight: 500;
}

.package__accordion-item:target .package__answer{
  max-height: 20rem;
}

.package__accordion-item:target .package__accordion-link .ion-md-arrow-forward{
  display: none
}

.package__accordion-item:target .package__accordion-link .ion-md-arrow-down{
  display: block;
}

.newbies p{
  max-width: 750px;
  padding-left: 40px;
  margin-bottom: 18px;
  margin-top: -7px;
}

.newbies-h {
  margin-bottom: 25px;
}

.newbies-item {
  border-bottom: 1px solid #C6C6C6;
  margin-bottom: 40px;
  max-width: 1150px;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: center;
}

.newbies-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-left: 20px;
  margin: 0;
  justify-content: center;
  padding-left: 0;
}

.newbies-ann {
  text-align: center;
  line-height: 28px;
  margin-bottom: 65px;
}

.newbies-list li {
  text-align: center;
  margin: 0 40px;
  margin-bottom: 65px;
}

.newbies-list span {
  width: 225px;
  display: block;
}

.news-date-time {
  color: #575757;
  font-size: 9px;
  display: block;
  text-align: center;
  margin-bottom: 4px;
  margin-top: -35px;
}

.news-list__header {
  font-size: 14px;
  font-weight: 500;
  color: #575757;
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

.news-list__desc {
  text-align: center;
}

.tech-info__list,
.obsh-info__list {
  list-style: none;
  width: 100%;
  max-width: 1150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  margin-top: -20px;
}

.tech-info__item,
.obsh-info__item {
  padding: 16px;
  line-height: 26px;
  border-bottom: 1px solid rgb(204, 204, 204);
  text-align: center;
  box-sizing: border-box;
}

.obsh-info__item {
  width: 100%;
  max-width: 1150px;
}

.obsh-info__subh {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  margin-top: -34px;
}

.obsh-info__title {
  line-height: 15px;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}



.hr {
  position: relative;
  top: -37px;
}

@media (max-width: 1580px) {

  .contact-page__map {
    margin-bottom: 28px;
    margin-top: 6px;
  }
}

@media (max-width: 1120px) {
  body {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 75px 1fr 50px;
  grid-template-rows: 75px 1fr 50px;
  }

  body > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  body > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  body > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  body > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  body > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  body > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }

  .main-menu {
    display: none;
  }

  .news-on-main {
    position: relative;
    width: 100%;
    right: 0;
  }

  .anchors-mill {
    border-top: 75px solid transparent;
    margin-top: -75px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

  aside {
    display: none;
  }
  /* .part-of-catalog {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  } */

  .anchor::before {
    content: '';
    display: block;
    height: 50px;
    margin: -55px 0 0;
  }

  .left-menu {
    padding-top: 60px;
  }

  .content {
    margin: 0 30px;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .content {
    margin: 0 30px;
  }

  .menu__box {
    width: 100%;
  }
}

@media only screen and (min-device-width : 850px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
/*   body {
    -ms-grid-columns: 210px 1fr;
    grid-template-columns: 210px 1fr;
    -ms-grid-rows: 65px 1fr 30px;
    grid-template-rows: 65px 1fr 30px;
  } */

/*   header {
    grid-template-columns: 210px 1fr;
  } */

/*   .main-menu {
    display: flex;
    align-items: center;
    font-size: 12px;
  }

  .menu-up {
    justify-content: space-around;
    width: 100%;
  }  */

  html {
    height: 102%;
  }

  .search {
    display: none;
  }

/*   .hamburger-menu {
    display: none;
  } */

  .menu-link {
    position: relative!important;
    top: 0!important;
    right: 0!important;
    margin-top: 0;
    padding-left: 0;
  }

 /*  main {
    grid-column: 2/3;
  } */

  .part-of-catalog {
    /*justify-content: left;*/
  }

  /* .left-menu {
    display: block;
    font-size: 14px;
  }

  .left-menu ul {
    position: fixed;
  }

  .left-menu label {
    font-size: 14px;
  }

  .left-menu-fixed {
    top: 195px;
  } */

  #nav {
    font-size: inherit;
    width: 210px;
  }

  .content {
    margin: 0 72px;
  }

  .menu__box {
    width: 50%;
  }
}

@media (min-width: 790px) {
  .office__rows {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 209px 1fr;
    grid-template-columns: 209px 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 12px;
    }
    .office__section {
      margin: 0;
      line-height: 20px;
    }
    .office__rows--manager {
      grid-template-columns: 209px 1fr;
    }
  }

  @media (min-width: 580px) and (max-width: 790px) {
    .office__rows {
      display: grid;
      -ms-grid-columns: 209px 1fr;
      grid-template-columns: 209px 1fr;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      margin-bottom: 12px;
    }

    .office__section {
      margin: 0;
      line-height: 20px;
    }

    .office__email {
      left: 0;
    }

    .office__tel--mobile {
      display: block;
      position: relative;
      left: 25px;
    }

    .office__email--mobile{
      display: block;
    }

    .managers {
      display: flex;
    }

    /*#diffwithinsert,*/
    /*#diff,*/
    /*#simple,*/
    /*#decoration {*/
    /*  text-align: center;*/
    /*}*/

    /*.part-of-catalog + h3,*/
    /*h2 + h3 {*/
    /*  text-align: center;*/
    /*}*/
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) {

  .office__section {
    margin: 0;
    line-height: 25px;
  }
  .office__email {
    left: 0;
  }

  .office__tel--mobile {
    left: 0;
  }
}

@media (max-width: 855px) {
  .part-of-catalog,
  .catalog-section {
    justify-content: center;
    padding-left: 0;
  }

  .state-of-kits {
    grid-template-columns: 5fr 9fr;
    margin-top: 15px;
    grid-template-rows: none;
  }

  .state-of-kits .state-of-kits__title:not(:first-child),
  .state-of-kits .state-of-kits__data-item:not(:first-child) {
    border-top: none;
  }

  .state-of-kits .state-of-kits__title:not(:first-child) {
    border-left: 2px solid #575757;
  }

  .state-of-kits__titles,
  .state-of-kits__data {
    grid-template-columns: none;
  }

  .state-of-kits__title {
    text-align: left;
    padding-left: 15px;
    border-right: none;
    min-height: 78px;
  }

  .state-of-kits__data-item {
    text-align: right;
    padding-right: 15px;
    border-left: none;
    min-height: 78px;
  }

  .state-of-kits__data {
    margin-top: 0;
  }

  .state-of-kits__data-item {
    border-top: 2px solid #575757;
    border-left: none;
  }
}

@media (max-width: 580px) {

  .state {
    text-align: center;
  }

  .menu__box {
    width: 100%;
  }

  .feedback {
    width: 100%;
  }
  .milling-name-buazeri {
    width: 250px;
  }

  .small-decor {
    width: 250px;
    height: auto;
  }

  .milling-name-hor-nakl {
    width: 250px;
  }
  form,
  .form-p,
  .input {
    width: 100%;
  }

  .state input[type=text]{
    width: 100%;
  }

  .input input[type="submit"] {
    margin-left: 0;
  }

  .newbies p{
    padding-left: 0;
  }

  .newbies-list {
    padding: 0;
  }

  .newbies-ann {
    margin-bottom: 25px;
  }

  .news-date-time {
    margin-top: 0;
  }

  .newbies-list li {
    text-align: center;
    margin: 0 auto 30px auto;
  }

  .modern-page-navigation {
    text-align: center;
  }

  .office__name--nov,
  .office__name--centr {
    margin-top: 28px;
  }

  .office__rows {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 169px 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 12px;
  }
  .office__email {
    left: 0;
  }

  .managers {
    display: flex;
  }

  .office__container {
    width: 315px;
  }

  .office__rows div{
    display: flex;
    flex-direction: column;
  }

  .office__tel--mobile {
    display: block;
    position: relative;
  }
  .office__email--mobile{
    display: block;
  }

  .hh {
    width: 100%;
  }

  .part-of-catalog + h3,
  h2 + h3 {
    text-align: center;
  }

  .input_title {
    text-align: left;
  }

  /*#diffwithinsert,*/
  /*#diff,*/
  /*#simple,*/
  /*#decoration,*/
  /*#lattices,*/
  /*#radius {*/
  /*  text-align: center;*/
  /*}*/


}

.price {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -20px;
}

.doc-pdf,
.doc-xlsx {
  margin-bottom: 15px;
  padding-left: 40px;
  padding-top: 27px;
  position: relative;
}

.doc-pdf::before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 30px;
  height: 38px;
  background-image: url(/include/pdf.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.doc-xlsx::before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 30px;
  height: 38px;
  background-image: url(/include/excel.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.left-menu input {
  display: none;
}

.left-menu label {
  cursor: pointer;
}

.left-menu .root-item {
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
}

.left-menu .root-item li {
  position: relative;
}

.left-menu .root-item li::before {
  content: '';
  position: absolute;
  left: -14px;
  top: 3px;
  display: block;
  width: 6px;
  height: 6px;
  background-size: cover;
  background-image: url(/include/minus.svg);
}

.left-menu .parrent-left {
  margin-bottom: 0;
  position: relative;
  margin-right: 100px;
}

.two-column {
  display: flex;
}

.first-column {
  margin-right: 35px;
}




ul#tabs-list {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

label.panel-label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  width: 100%;
  color:#5E5550;
  cursor: pointer;
  border-radius: 7px 7px 0px 0px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
          -o-transition-duration: 200ms;
     transition-duration: 200ms;
}

label.panel-label:hover {
  color: #5E5550;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#panels ul {
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  -o-transition: opacity 600ms;
  transition: opacity 600ms;
  overflow-y: hidden;
}

#panel-1-ctrl:checked ~ #panels #panel-1 {
  max-height: initial;
  opacity: 1;
}

#panel-2-ctrl:checked ~ #panels #panel-2 {
  max-height: initial;
  opacity: 1;
}

#panel-3-ctrl:checked ~ #panels #panel-3 {
  max-height: initial;
  opacity: 1;
}

#panel-4-ctrl:checked ~ #panels #panel-4 {
  max-height: initial;
  opacity: 1;
}

#panel-5-ctrl:checked ~ #panels #panel-5 {
  max-height: initial;
  opacity: 1;
}

@media all and (max-width: 767px) {
  #nav-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    max-height: 46px;
    opacity: 1;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    max-height: 46px;
    opacity: 1;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    max-height: 46px;
    opacity: 1;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    max-height: 46px;
    opacity: 1;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-5 {
    max-height: 46px;
    opacity: 1;
  }

  #open-nav-label {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
  }

  #nav-ctrl:checked ~ #tabs-list #open-nav-label {
    display: none;
  }

  #close-nav-label {
    display: block;
    max-height: 0;
    overflow-y: hidden;
    background-color: #444444;
    color: #ecf0f1;
    padding: 0px;
    -webkit-transition: max-height 200ms;
    -o-transition: max-height 200ms;
    transition: max-height 200ms;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px;
  }

  #nav-ctrl:checked ~ #tabs-list #close-nav-label {
    max-height: 36px;
    opacity: 1;
    padding: 12px 24px;
  }

  #tabs-list {
    position: absolute;
    width: 100%;

  }
  #tabs-list label.panel-label {
    padding: 12px 0;
  }
  #tabs-list #li-for-panel-1 {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 200ms;
    -o-transition: max-height 200ms;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-2 {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 200ms;
    -o-transition: max-height 200ms;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-3 {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 200ms;
    -o-transition: max-height 200ms;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-4 {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 200ms;
    -o-transition: max-height 200ms;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-5 {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 200ms;
    -o-transition: max-height 200ms;
    transition: max-height 200ms;
  }

  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
    background-color: white;
    color: #c0392b;
    background-color: #c0392b;
    color: white;
  }

  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
    background-color: white;
    color: #c0392b;
    background-color: #c0392b;
    color: white;
  }

  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
    background-color: white;
    color: #c0392b;
    background-color: #c0392b;
    color: white;
  }

  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
    background-color: white;
    color: #c0392b;
    background-color: #c0392b;
    color: white;
  }

  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label {
    background-color: white;
    color: #c0392b;
    background-color: #c0392b;
    color: white;
  }

  #panels .container {
    width: 100%;
  }
  #panels section header {
    display: block;
  }
}
@media all and (min-width: 768px) {
/*   #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate3d(0, 1px, 0);
            transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  } */
  /* #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1.last {
    border-right: 1px solid transparent;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li {
    border-left: 1px solid #dfdfdf;
  } */
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
    background: rgba(241, 238, 231, 0.65);
    color: #5E5550;
    padding-top: 12px;
    -webkit-box-shadow: -4px 0px 4px rgba(0, 0, 0, 0.25);
            box-shadow: -4px 0px 4px rgba(0, 0, 0, 0.25);
  }
 /*  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after {
    height: 6px;
  } */

/*   #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate3d(0, 1px, 0);
            transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  } */
  /* #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last {
    border-right: 1px solid transparent;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li {
    border-left: 1px solid #dfdfdf;
  } */
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
    background: rgba(241, 238, 231, 0.65);
    color: #5E5550;
    padding-top: 12px;
    -webkit-box-shadow: -4px 0px 4px rgba(0, 0, 0, 0.25);
            box-shadow: -4px 0px 4px rgba(0, 0, 0, 0.25);
  }
  /* #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after {
    height: 6px;
  } */

/*   #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate3d(0, 1px, 0);
            transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  } */
 /*  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3.last {
    border-right: 1px solid transparent;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li {
    border-left: 1px solid #dfdfdf;
  } */
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
    background: rgba(241, 238, 231, 0.65);
    color: #5E5550;
    padding-top: 12px;
    -webkit-box-shadow: -4px 0px 4px rgba(0, 0, 0, 0.25);
            box-shadow: -4px 0px 4px rgba(0, 0, 0, 0.25);
  }
 /*  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label::after {
    height: 6px;
  } */

  /* #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate3d(0, 1px, 0);
            transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  } */
  /* #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4.last {
    border-right: 1px solid transparent;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 + li {
    border-left: 1px solid #dfdfdf;
  } */
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
    background: rgba(241, 238, 231, 0.65);
    color: #5E5550;
    padding-top: 12px;
    -webkit-box-shadow: -4px 0px 4px rgba(0, 0, 0, 0.25);
            box-shadow: -4px 0px 4px rgba(0, 0, 0, 0.25);
  }

  #panel-4-ctrl:disabled ~ #tabs-list #li-for-panel-4 label.panel-label:hover {
    background: rgba(241, 238, 231, 0.65);
    color: #bb602f;
    padding-top: 12px;
    -webkit-box-shadow: -4px 0px 4px rgba(0, 0, 0, 0.25);
            box-shadow: -4px 0px 4px rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  /* #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label::after {
    height: 6px;
  } */

  /* #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate3d(0, 1px, 0);
            transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  } */
  /* #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5.last {
    border-right: 1px solid transparent;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 + li {
    border-left: 1px solid #dfdfdf;
  } */
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label {
    background: rgba(241, 238, 231, 0.65);
    color: #5E5550;
    padding-top: 12px;
    -webkit-box-shadow: -4px 0px 4px rgba(0, 0, 0, 0.25);
            box-shadow: -4px 0px 4px rgba(0, 0, 0, 0.25);
  }
  /* #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label::after {
    height: 6px;
  } */

  ul#tabs-list {
    text-align: left;
    max-width: 1537px;
  }
  ul#tabs-list li {
    display: inline-block;
    text-align: center;
    font-size: 0.875em;
    width: 19.7%;
    position: relative;
    border-radius: 7px 7px 0px 0px;
    -webkit-box-shadow: inset -1px 1px 4px rgba(0, 0, 0, 0.25);
            box-shadow: inset -1px 1px 4px rgba(0, 0, 0, 0.25);
    background-color: rgba(209, 205, 196, 0.75);
  }
  ul#tabs-list li:hover {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-right: none;
    background: rgba(241, 238, 231, 0.65);
    color: #5E5550;
    -webkit-box-shadow: -4px 0px 4px rgba(0, 0, 0, 0.25);
            box-shadow: -4px 0px 4px rgba(0, 0, 0, 0.25);
  }
/*   ul#tabs-list li:hover.last {
    border-right: 1px solid transparent;
  } */
/*   ul#tabs-list li:hover + li {
    border-left: 1px solid #dfdfdf;
  } */
  ul#tabs-list li label.panel-label {
    position: relative;
    padding: 12px 0;
  }
  /* ul#tabs-list li label.panel-label::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    background-color: #c0392b;
    height: 0;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
  }
  ul#tabs-list li label.panel-label:hover {
    padding-top: 25px;
  }
  ul#tabs-list li label.panel-label:hover::after {
    height: 6px;
  } */

  #open-nav-label,
  #close-nav-label {
    display: none;
  }

  #nav-ctrl {
    display: none;
  }
}

.panel-radios {
  position: fixed;
  left: 50%;
  top: 10px;
  width: 20px;
  opacity: 0;
  z-index: 99;
}
.panel-radios:nth-child(1) {
  -webkit-transform: translateX(-50px);
          -ms-transform: translateX(-50px);
      transform: translateX(-50px);
}
.panel-radios:nth-child(2) {
  -webkit-transform: translateX(-30px);
          -ms-transform: translateX(-30px);
      transform: translateX(-30px);
}
.panel-radios:nth-child(3) {
  -webkit-transform: translateX(-10px);
          -ms-transform: translateX(-10px);
      transform: translateX(-10px);
}
.panel-radios:nth-child(4) {
  -webkit-transform: translateX(10px);
          -ms-transform: translateX(10px);
      transform: translateX(10px);
}
.panel-radios:nth-child(5) {
  -webkit-transform: translateX(30px);
          -ms-transform: translateX(30px);
      transform: translateX(30px);
}
.panel-radios:nth-child(6) {
  top: 30px;
  -webkit-transform: translateX(-10px);
          -ms-transform: translateX(-10px);
      transform: translateX(-10px);
  display: block;
}

#hh-title.hh-title {
  -moz-background-clip: padding!important;
  -webkit-background-clip: padding-box!important;
  background-clip: padding-box!important;
  font-size: 18px!important;
  color: #575757!important;
  font-weight: 500!important;
  text-transform: uppercase!important;
  text-align: center!important;
  border-top: 110px solid transparent!important;
  margin-top: -120px!important;
  font-weight: 500!important;
  font-family: Roboto, Arial, sans-serif!important;
}

#hh-empty.hh-empty {
  font-family: Roboto, Arial, sans-serif!important;
  font-size: 14px!important;
  color: #575757!important;
  font-weight: 400!important;
  text-align: center!important;
}



.vkladka-gluhie {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
  font-size: 18px;
  color:  #5E5550;
  background-color: rgba(241, 238, 231, 0.65);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.25);
  padding-top: 40px;
  padding-left: 20px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
  max-width: 1530px;
}

/* .fasad-title {
  font-family: "AnastasiaScriptC", Arial, sans-serif;
  font-size: 150px;
  text-align: center;
  margin: 0;
  position: fixed;
  left: -58px;
  top: 50%;
  color: rgba(174, 174, 174, 0.58);
  transform: rotate(-90deg) translate(0%);
  text-shadow: 21px 18px 5px rgba(50, 50, 50, 0.1);
} */

.fasad-inner-title {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.fasad-list-gluhie,
.fasad-list-reshetki,
.fasad-list-gnutie {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  grid-row-gap: 10px;
}

.fasad-list-gnutie {
  grid-row-gap: 10px;
}

.fasad-gluhoi,
.fasad-reshetka,
.fasad-gnutiy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 300px;
  margin: 0 auto;
  margin-bottom: -40px;
}

.fasad-reshetka {
  width: 310px;
}

.fasad-gluhoi a,
.fasad-reshetka a,
.fasad-gnutiy a {
  text-align: center;
}

.fasad-gluhoi img,
.fasad-reshetka img,
.fasad-gnutiy img {
  height: 352px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.fasad-gluhoi span,
.fasad-reshetka span,
.fasad-gnutiy span {
  text-align: center;
  margin-bottom: 3px;
  position: relative;
  top: -46px;
}

.fasad-gluhoi--yashik img{
  height: auto;
  width: 248px;
}

.fasad-gluhoi--line {
  text-align: left;
  margin-left: 75px;
}

.fasad-gluhoi--line img {
  width: 94%;
  height: auto;
}

.fasad-gluhoi--line p{
  font-size: 14px;
}

.fasad-list-gluhie li:nth-child(1),
.fasad-list-reshetki li:nth-child(1),
.fasad-list-gnutie li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

.fasad-list-gluhie li:nth-child(2),
.fasad-list-reshetki li:nth-child(2),
.fasad-list-gnutie li:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.fasad-list-gluhie li:nth-child(3),
.fasad-list-reshetki li:nth-child(3),
.fasad-list-gnutie li:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}

.fasad-list-gluhie li:nth-child(4),
.fasad-list-reshetki li:nth-child(4),
.fasad-list-gnutie li:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
}

.fasad-list-gluhie li:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row-align: end;
      align-self: end;
}

.fasad-list-gluhie li:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row-align: end;
      align-self: end;
}

.fasad-list-gluhie li:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row-align: end;
      align-self: end;
}

.fasad-list-gluhie li:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row-align: end;
      align-self: end;
}

.fasad-list-gluhie li:nth-child(9),
.fasad-list-reshetki li:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}

.fasad-list-gluhie li:last-child,
.fasad-list-reshetki li:last-child,
.fasad-list-gnutie li:last-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
}

.fasad-list-reshetki li:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.fasad-list-reshetki li:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
}

.fasad-reshetka--hor6 {
  justify-self: right;
  margin-right: 4.1%;
}

.fasad-reshetka--hor8 {
  margin-left: 5%;
}

.fasad-reshetka--hor6 img,
.fasad-reshetka--hor8 img {
  width: 310px;
  height: auto;
}

/* .fasad-reshetka--hor6 span {
  margin-left: 30px;
}

.fasad-reshetka--hor6 span {
  margin-left: 50px;
} */

.fasad-list-gnutie {
  grid-template-columns: 1fr 1.3fr 1fr 1fr;
}

.fasad-list-gnutie li:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

.fasad-list-gnutie li:nth-child(5) a{
  margin-top: -35px;
}

.fasad-list-gnutie li:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}

.fasad-list-gnutie li:nth-child(6) a{
  margin-top: -35px;
}

.fasad-list-gnutie li:nth-child(n+7) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}

.fasad-list-gnutie li:nth-child(11) {
  -ms-grid-row: 10;
  -ms-grid-row-span: 1;
  grid-row: 10/11;
}

.fasad-list-gnutie li:nth-child(n+7) .fasad-gnutiy span {
  margin-left: 0;
}

.fasad-list-gnutie li:nth-child(7) {
  grid-row: 3/4;
  grid-column: 1/3;
}

.fasad-list-gnutie li:nth-child(8) {
  grid-row: 3/4;
  grid-column: 3/5;
}

.fasad-list-gnutie li:nth-child(9) {
  grid-row: 4/5;
  grid-column: 1/5;
}

.fasad-list-gnutie li:nth-child(2) {
  margin-left: -119px;
}

.fasad-list-gnutie li:nth-child(4) {
  margin-left: -22px;
}

.fasad-gnutiy--small img {
  width: 232px;
  height: auto;
}

.fasad-gnutiy--sheme1 {
  text-align: left;
  margin: 0;
  margin-left: 110px;
}

.fasad-gnutiy--sheme2 {
  text-align: left;
  margin: 0;
  margin-left: 72px;
}

.fasad-gnutiy--sheme1 img {
  width: 605px;
  margin-left: -47px;
}

.fasad-gnutiy--sheme2 img {
  width: 605px;
  margin-left: -9px;
}

.fasad-list-sample,
.fasad-list-3d {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 815px;
}

.fasad-list-sample {
  padding-left: 30px;
}

.fasad-list-3d {
  width: 100%;
  max-width: 1492px;
}

.fasad-list-3d li {
  text-align: center;
}

.fasad-list-3d img {
  width: 86.3%;
  margin-left: -25px;
}

.fasad-list-sample li {
  text-align: right;
  margin-right: 60px;
  font-size: 15px;
}

.fasad-list-sample li:nth-child(n+2) {
  margin-right: 30px;
}

.fasad-list-sample__obrazec {
  width: 755px;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 6px;
}

.fasad-list-sample__sechenie {
  width: 418px;
  margin-right: -30px;
}


#floatTip {
  position: absolute; /* Абсолютное позиционирование */
  width: 250px; /* Ширина блока */
  display: none; /* Прячем от показа */
  border: 1px solid #000; /* Параметры рамки */
  padding: 4px; /* Поля вокруг  текста */
  font-family: sans-serif; /* Рубленый шрифт */
  font-size: 9pt; /* Размер  шрифта */
  color: #333; /* Цвет текста */
  background: #ffe5ff; /* Цвет фона */
  z-index: 5;
}

.blank_inner {
  height: 763px;
  text-align: center;
}

.mobile-header {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 19px;
  color: #575757;
}

.upper {
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 14px;
  margin-bottom: 15px;
}

.mobile-list {
  padding-bottom: 15px;
}

.mobile-list p {
  text-align: center;
  font-size: 9px;
  margin-top: 20px;
  margin-bottom: 3px;
}

p.category {
  margin-top: 0;
}

.mobile-list:last-child {
  margin-bottom: -15px;
}

.first {
  height: 667px;
}

.header-pilyastra {
  margin-top: -15px;
}



@media (min-width: 1366px) {
  header {
    grid-template-columns: 1fr 2fr 1fr;
  }

  .header-text {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.285em;
    color: #575757;
    opacity: 1;
    text-decoration: none;
  }

  .header-desktop-link {
    text-decoration: none;
    justify-self: center;
    display: block;
  }

  .icon-block__item:last-child {
    opacity: 1;
  }

  .menu__btn {
    left: 25px;
  }

  .menu-for-desktop {
    align-self: center;
    margin-left: 25px;
    opacity: 0;
    display: block;
  }

  .menu-for-mobile {
    display: none;
  }

  #menu__toggle:checked ~ .menu__box {
    left: 0;
  }
  .menu__box {
    left: -100%;
  }

  .logo {
    display: none;
  }

  /*main {*/
  /*  zoom: 1.3;*/
  /*}*/

  .mobile-list p {
    font-size: 8px;
  }

  .mobile-header {
    font-size: 13px;
  }

  .texture-box h4 {
    font-size: 6px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .first {
    height: 473px;
  }
}

@media (max-width: 768px){
  .first {
    height: 394px;
  }
}


@media (max-width: 768px){
  .first {
    height: 394px;
  }
}
/* End */
/* /bitrix/templates/frezer/components/bitrix/news/FREZ/bitrix/news.list/.default/style.css?173750973352269 */

/* End */
/* /bitrix/templates/frezer/components/bitrix/news/FREZ/bitrix/news.list/.default/style.css?174908792452790 */
