@charset "UTF-8";
.psr {
  position: relative;
}

.catalog_desc {
  padding: 30px 40px 20px;
  background-color: #1e1e1e;
  color: #fff;
  position: absolute;
  z-index: 4;
  border-radius: 12px;
  left: 170px;
  top: 81px;
  display: none;
}
.catalog_desc.show {
  animation: AnTop 0.4s linear 0s 1 normal forwards;
  display: block;
  overflow: hidden;
}
.catalog_desc a {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  background-color: #1e1e1e;
  border-radius: 20px;
  white-space: nowrap;
  margin-bottom: 14px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s 0s;
}
.catalog_desc a:hover {
  transform: rotate(-8deg);
  background-color: #185886;
  color: #fff;
}

.main_content {
  padding: 1px 0 0;
}

.main_content.black {
  position: relative;
}
.main_content.black:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.7);
  animation: AnBlack 0.4s linear 0s 1 normal forwards;
}

@keyframes AnTop {
  0% {
    height: 0px;
  }
  100% {
    height: 120px;
  }
}
@keyframes AnBlack {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.pbb {
  padding-bottom: 80px;
}

.pb_desk {
  padding-bottom: 40px;
}

.pbb_desk {
  padding-bottom: 80px;
}

@media screen and (max-width: 1000px) {
  .pb_desk,
  .pbb_desk {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .pbb {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 400px) {
  .pbb {
    padding-bottom: 50px;
  }
}
/*Стили нового меню*/
@media screen and (min-width: 1000px) {
  .yzv.new {
    box-shadow: none;
    padding-top: 15px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
  }
  .yzv.new .wr_yzv {
    box-shadow: 0 0 2px 0px #999;
    left: -32px;
    z-index: 5;
    padding: 30px 40px 20px;
    background-color: #1e1e1e;
    color: #fff;
    position: absolute;
    border-radius: 12px;
  }
  .yzv.new .p {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #ffffff;
    background-color: #1e1e1e;
    border-radius: 20px;
    white-space: nowrap;
    margin-bottom: 14px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s 0s;
  }
  .yzv.new .p:hover {
    transform: rotate(-8deg);
    background-color: #fb2b2b;
    color: #1e1e1e;
  }
}
@media screen and (max-width: 1000px) {
  .yzv.new .p {
    padding: 14px 5px;
  }
  .yzv.new .p:last-child {
    margin-bottom: -14px;
  }
}
/*Стили новых контактов в мобе*/
@media screen and (max-width: 1000px) {
  #nl .footer.mob {
    padding-bottom: 0;
  }
  #nl .footer #mob_contact {
    margin-left: 0px;
    margin-top: 50px;
  }
  #nl .footer #mob_contact .line {
    color: #1e1e1e;
    border-bottom: 1px solid #1e1e1e;
    margin-bottom: 20px;
    height: 33px !important;
    padding: 0 8px;
  }
  #nl .footer #mob_contact .line .val.big {
    color: #1e1e1e;
    font-size: 20px;
  }
  #nl .footer #mob_contact .line .val.vr {
    font-size: 14px;
  }
  #nl .footer #mob_contact .line .name {
    font-size: 14px;
  }
  #nl .footer #mob_contact .line .icons_con {
    gap: 13px;
    margin-top: -5px;
  }
  #nl .footer #mob_contact .line .icons_con .ic {
    width: 29px;
    height: 29px;
    cursor: pointer;
  }
  #nl .footer #mob_contact .line .icons_con .yt {
    background: url("/i/ytm.svg") no-repeat center center;
    width: 32px;
  }
  #nl .footer #mob_contact .line .icons_con .vk {
    background: url("/i/vkm.svg") no-repeat center center;
  }
  #nl .footer #mob_contact .line .icons_con .tg {
    background: url("/i/tgm.svg") no-repeat center center;
  }
  #nl .footer #mob_contact .line .icons_con .mail {
    background: url("/i/mailm.svg") no-repeat center center;
    width: 33px;
  }
  #nl .footer #mob_contact .line .icons_con .b2b {
    background: url("/i/b2bm.svg") no-repeat center center;
    width: 33px;
  }
}

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