@import "/style/font/Blender_pro/stylesheet.css";
@import "/style/font/Helvetica/stylesheet.css";
@media screen and (max-width: 1000px) {
  .main_content {
    margin-top: 90px;
  }
}
#nl .footer .butts a, #nl .footer, #nl .line_control, #nl .button_w, #nl .fh {
  font-family: "Helvetica";
  font-size: 18px;
}

#nl .footer .contact .line .val.big, #nl .h, #nl .fb {
  font-family: "Blender Pro";
  font-size: 70px;
}

.video_div.active::before, #nl .customize-controls.new.type2 .next, #nl .customize-controls.new.type2 .prev, #nl .customize-controls.new .next, #nl .customize-controls.new .prev, #nl .button_w {
  transition: all 0.2s 0s;
}

#head.lend .menu_top {
  justify-content: flex-start;
  gap: 14px;
}
#head.lend .phone a {
  font-family: "Blender Pro";
  font-size: 52px;
  letter-spacing: -3px;
}
#head.lend .lc {
  height: 110px;
}
#head.lend .logo {
  margin-top: -10px;
  margin-right: 70px;
}
#head.lend .wrapper {
  max-width: 1400px;
}
#head.lend #wrap_mobile_catalog {
  margin-left: auto;
  max-width: 1000px;
}

#nl h1 {
  font-size: unset !important;
  font-weight: unset !important;
}
#nl img {
  display: block;
}
#nl * {
  line-height: 1.1;
}
#nl .txt, #nl .table, #nl p {
  font-family: "Helvetica";
  line-height: 1.1;
  font-size: 18px;
}
#nl .black {
  background-color: #1E1E1E;
}
#nl .wh {
  background-color: #fff;
}
#nl .wpf.w3 {
  padding: 1px 0;
}
#nl .wpc {
  margin: auto;
  max-width: 1440px;
  padding-top: 130px;
  padding-left: 70px;
  padding-right: 70px;
  box-sizing: border-box;
}
#nl .h {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}
#nl .h .l {
  padding-left: 65px;
}
#nl .h .w {
  color: #fff;
}
#nl .h .r {
  color: #0054C3;
}
#nl .h .b {
  color: #1E1E1E;
}
#nl .h .green {
  color: #0054C3;
}
#nl .h .gray {
  color: #999999;
}
#nl .h span {
  display: block;
  line-height: 90%;
}
#nl .open {
  position: relative;
}
#nl .open::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 600px;
  z-index: 0;
  border-radius: 60px 60px 0 0;
}
@media screen and (max-width: 1000px) {
  #nl .open::before {
    border-radius: 16px 16px 0 0;
  }
}
#nl .open.r::before {
  background-color: #0054C3;
}
#nl .open.w::before {
  background-color: #fff;
}
#nl .open > div {
  position: relative;
  z-index: 1;
}
#nl .close {
  position: relative;
}
#nl .close::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 200px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  border-radius: 0 0 60px 60px;
}
@media screen and (max-width: 1000px) {
  #nl .close::before {
    border-radius: 0 0 16px 16px;
  }
}
#nl .close.w::before {
  background-color: #fff;
}
#nl .close.b::before {
  background-color: #1E1E1E;
}
#nl .close > div {
  position: relative;
  z-index: 1;
}
#nl .flex {
  display: flex;
}
#nl .sb {
  justify-content: space-between;
}
#nl .button_w {
  padding: 32px 45px;
  background: #FFFFFF;
  border-radius: 30px;
  color: #1E1E1E;
  text-align: center;
  font-size: 30px;
  display: inline-block;
  letter-spacing: -0.05em;
  cursor: pointer;
}
#nl .button_w:hover {
  background: #0054C3;
  color: #fff;
}
#nl .hr {
  align-items: center;
  position: relative;
  top: -80px;
}
#nl .hr .g {
  flex-grow: 1;
  height: 2px;
  background-color: #fff;
}
#nl .hr .n {
  color: #fff;
  margin-left: 80px;
}
#nl .customize-controls.new div {
  width: 70px;
  height: 56px;
  border-radius: 20px;
  bottom: 60px;
  top: unset;
}
@media screen and (max-width: 1100px) {
  #nl .customize-controls.new div {
    width: 48px;
    height: 38px;
    border-radius: 13px;
    bottom: 30px;
    top: unset;
  }
}
#nl .customize-controls.new .prev {
  background: #fff url(../../../i/new/left.svg) no-repeat center center;
  left: 20%;
}
#nl .customize-controls.new .prev:hover {
  background: #0054C3 url(../../../i/new/left.svg) no-repeat center center;
}
#nl .customize-controls.new .next {
  background: #fff url(../../../i/new/right.svg) no-repeat center center;
  right: 20%;
}
#nl .customize-controls.new .next:hover {
  background: #0054C3 url(../../../i/new/right.svg) no-repeat center center;
}
#nl .customize-controls.new.type2 {
  display: flex;
  gap: 30px;
}
#nl .customize-controls.new.type2 div {
  position: static;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 2px solid #fff;
}
#nl .customize-controls.new.type2 .prev {
  background: #0054C3 url(../../../i/new/left2.svg) no-repeat center center;
}
#nl .customize-controls.new.type2 .prev:hover {
  background: #1E1E1E url(../../../i/new/left2.svg) no-repeat center center;
}
#nl .customize-controls.new.type2 .next {
  background: #0054C3 url(../../../i/new/right2.svg) no-repeat center center;
}
#nl .customize-controls.new.type2 .next:hover {
  background: #1E1E1E url(../../../i/new/right2.svg) no-repeat center center;
}
#nl .table {
  padding-left: 340px;
  padding-bottom: 60px;
}
#nl .table .tr {
  border-bottom: 1px #1E1E1E solid;
}
#nl .table .tr.g {
  background-color: #fff;
  margin-top: 40px;
  color: #0054C3;
}
#nl .table .tr:last-child {
  border-bottom: none;
}
#nl .table .tr .td:first-child {
  padding-left: 0;
  text-align: left !important;
}
#nl .table .tr .td:last-child {
  text-align: right;
  padding-right: 0;
}
#nl .line_control {
  padding-left: 340px;
}
#nl .line_control .but {
  background-color: #0054C3;
  color: #fff;
  font-size: 30px;
  padding: 22px 45px;
  cursor: pointer;
  text-transform: uppercase;
  height: 79px;
  box-sizing: border-box;
}
#nl .line_control .ts {
  gap: 35px;
  margin-left: 100px;
}
#nl .line_control .up {
  margin-left: auto;
}
#nl .line_control .butc {
  color: #0054C3;
  border: 2px solid #0054C3;
  border-radius: 50px;
  width: 79px;
  height: 79px;
  text-align: center;
  line-height: 76px;
  font-size: 30px;
  cursor: pointer;
}
#nl .footer {
  padding-top: 1px;
  padding-bottom: 40px;
}
#nl .footer .icons_con {
  gap: 13px;
  margin-top: -12px;
}
#nl .footer .icons_con .ic {
  width: 54px;
  height: 54px;
  cursor: pointer;
}
#nl .footer .icons_con .vk {
  background: url("/i/vk.svg") no-repeat center center;
}
#nl .footer .icons_con .tg {
  background: url("/i/telegram.svg") no-repeat center center;
}
#nl .footer .icons_con .mail {
  background: url("/i/e-mail.svg") no-repeat center center;
  width: 62px;
}
#nl .footer .icons_con .b2b {
  background: url("/i/b2b.svg") no-repeat center center;
  width: 62px;
}
#nl .footer:before {
  bottom: unset;
  height: 62px;
}
#nl .footer .main_l {
  align-items: flex-start;
}
#nl .footer .contact {
  margin-left: 95px;
  flex-grow: 1;
}
#nl .footer .contact .line {
  border-bottom: 2px solid #fff;
  margin-bottom: 82px;
  height: 57px;
  color: #fff;
}
#nl .footer .contact .line.b {
  height: 67px;
}
#nl .footer .contact .line .name {
  margin-top: 4px;
  letter-spacing: -0.05em;
}
#nl .footer .contact .line .val {
  margin-left: auto;
  text-align: right;
  line-height: 1.05;
  align-self: start;
}
#nl .footer .contact .line .val.big {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
#nl .footer .contact .line .val.vr {
  font-size: 30px;
}
#nl .footer .contact .line .val.em {
  font-size: 18px;
  line-height: 110%;
}
#nl .footer .butts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  max-width: 334px;
  margin-left: 125px;
}
#nl .footer .butts a {
  font-size: 30px;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #FFFFFF;
  background-color: #1E1E1E;
  border-radius: 20px;
  white-space: nowrap;
  transition: all 0.2s 0s;
  text-decoration: none;
  text-transform: uppercase;
}
#nl .footer .butts a:hover {
  transform: rotate(-8deg);
  background-color: #0054C3;
  color: #fff;
}

.pilsing {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}

.pilsing div:nth-child(1) {
  animation: pulse_t 2s infinite;
  -webkit-animation: pulse_t 2s infinite;
  -moz-animation: pulse_t 2s infinite;
  -o-animation: pulse_t 2s infinite;
}

.pilsing div:nth-child(2) {
  animation: pulse_t 2s infinite 0.3s;
  -webkit-animation: pulse_t 2s infinite 0.3s;
  -moz-animation: pulse_t 2s infinite 0.3s;
  -o-animation: pulse_t 2s infinite 0.3s;
}

.pilsing span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #0054C3;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0;
  margin: auto;
  border-radius: 50px;
}

.pilsing div {
  border-radius: 50%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #0054C3;
}

@keyframes tuda_suda {
  0% {
    transform: translate(0, 20px);
  }
  50% {
    transform: translate(0, -60px);
  }
  100% {
    transform: translate(0, 20px);
  }
}
@keyframes tuda_suda_vn {
  0% {
    transform: rotate(180deg) translate(0, 20px);
  }
  50% {
    transform: rotate(180deg) translate(0, -60px);
  }
  100% {
    transform: rotate(180deg) translate(0, 20px);
  }
}
@keyframes blim {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes circl {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(-720deg);
  }
}
@keyframes pulse_t {
  0% {
    transform: scale(0.1);
    -moz-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -o-transform: scale(0.1);
    -ms-transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.6);
    -moz-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    opacity: 0;
  }
}
@-webkit-keyframes pulse_t {
  0% {
    transform: scale(0.1);
    -moz-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -o-transform: scale(0.1);
    -ms-transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.6);
    -moz-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes pulse_t {
  0% {
    transform: scale(0.1);
    -moz-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -o-transform: scale(0.1);
    -ms-transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.6);
    -moz-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    opacity: 0;
  }
}
@-o-keyframes pulse_t {
  0% {
    transform: scale(0.1);
    -moz-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -o-transform: scale(0.1);
    -ms-transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.6);
    -moz-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    opacity: 0;
  }
}
.video_div.active::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 216px;
  height: 216px;
  background: url("/i/new/play.svg") no-repeat center right 51px;
  border: 2px #fff solid;
  border-radius: 100%;
  cursor: pointer;
}

.video_div.active:hover::before {
  background: #fff url("/i/new/play_b.svg") no-repeat center right 51px;
  border: 2px #fff solid;
}

@media screen and (max-width: 1400px) {
  #nl .hr {
    top: -60px;
  }
  #nl .wpc {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
  }
  #nl .h {
    font-size: 50px;
  }
  #nl .button_w {
    font-size: 25px;
  }
  #nl .customize-controls.new.type2 div {
    width: 60px;
    height: 60px;
    background-size: 20px !important;
  }
}
@media screen and (max-width: 1330px) {
  #nl .footer .contact .line .val.big {
    font-size: 34px;
  }
  #nl .footer .contact .line .val.vr {
    font-size: 20px;
  }
  #nl .footer .butts {
    margin-left: 40px;
    flex-flow: column;
  }
  #nl .footer .contact {
    margin-left: 30px;
  }
  #nl .logo_red img {
    max-width: 100px;
  }
  #nl .footer .butts a {
    font-size: 18px;
  }
  #nl .footer .contact .line {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1000px) {
  #nl .mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  #nl .line_control {
    padding-left: 0;
  }
  #nl .mobile {
    display: block !important;
  }
  #nl .desctop, #nl .desktop {
    display: none !important;
  }
  #nl .hr {
    top: -50px;
  }
  #nl .hr .g {
    margin-right: -20px;
  }
  #nl .hr .n {
    display: none;
  }
  #nl .txt {
    font-size: 14px;
    line-height: 120%;
  }
  #nl .h {
    font-size: 38px;
  }
  #nl .h .l {
    padding-left: 38px;
  }
  #nl .button_w {
    padding: 16px 45px;
    font-size: 20px;
  }
  #nl .video_div.active::before {
    width: 80px;
    height: 80px;
    background: url("/i/new/play.svg") no-repeat center right 11px;
    background-size: 45px;
  }
  #nl .video_div.active:hover::before {
    background: #fff url("/i/new/play_b.svg") no-repeat center right 11px;
    border: 2px #fff solid;
    background-size: 45px;
  }
}
@media screen and (max-width: 800px) {
  #nl .footer .icons_con {
    margin-top: -3px;
  }
  #nl .footer .icons_con .ic {
    width: 34px;
    height: 34px;
    background-size: 100% auto !important;
  }
  #nl .footer .icons_con .mail {
    width: 39px;
  }
  #nl .footer .icons_con .b2b {
    width: 39px;
  }
}
@media screen and (max-width: 700px) {
  #nl .h {
    font-size: 32px;
  }
  #nl .h .l {
    padding-left: 28px;
  }
  #nl .footer .butts, #nl .footer .logo_red {
    display: none;
  }
  #nl .footer .contact {
    margin-left: 0;
  }
  #nl .footer .contact .line .name {
    font-size: 16px;
  }
  #nl .footer .contact .line .val.big {
    font-size: 30px;
  }
  #nl .footer .contact .line {
    height: 42px !important;
  }
  #nl .footer .contact .line {
    margin-bottom: 30px;
  }
  #nl .line_control .ts {
    gap: 20px;
    margin-left: 25px;
  }
  #nl .line_control .but {
    font-size: 14px;
    height: 33px;
    padding: 10px 20px;
  }
  #nl .line_control .butc {
    font-size: 14px;
    height: 31px;
    width: 31px;
    line-height: 31px;
  }
}
#nl .oldp {
  display: none;
}

@media screen and (max-width: 1300px) {
  #head.lend .menu_top {
    gap: 10px;
  }
  #head.lend .menu_top .item {
    font-size: 16px;
  }
  #head.lend .logo {
    margin-right: 20px;
    width: auto;
  }
  #head.lend .logo img {
    max-width: 90px;
  }
  #head.lend .phone a {
    font-size: 28px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 700px) {
  #head.lend .logo {
    margin-right: 20px;
  }
  #head.lend .logo img {
    max-width: 90px;
  }
  #head.lend .phone a {
    font-size: 20px;
    letter-spacing: -1px;
  }
}

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