.promo {
  background: var(--fon-goluboy);
  padding-top: 40px;
  padding-bottom: 40px;
}

.promo__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 44px;
  line-height: 140%;
  color: var(--chernyy);
}

.promo__subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--glavnyy-seryy);
  margin-top: 24px;
  margin-bottom: 40px;
  max-width: 600px;
}

.promo__links a {
  border: 1px solid var(--chernyy);
  border-radius: 6px;
  padding: 8px 24px;
  width: auto;
  height: 40px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  text-align: right;
  color: var(--chernyy);
  display: flex;
  align-items: center;
  gap: 10px;
}

.promo__links {
  display: flex;
  gap: 40px;
  padding-bottom: 88px;
}

.right__bottom .nav__item:last-child a:hover {
  color: var(--belyy);
  fill: var(--belyy);
  border: 1px solid var(--krasnyy);
}

/* .right__bottom .nav__item:nth-child(4) {
  margin-left: 30px;
} */

.btn-hover:hover {
  background: var(--krasnyy);
  opacity: 1;
  color: var(--belyy);
  border: 1px solid var(--krasnyy);
}

.btn-hover:hover svg {
  color: var(--belyy);
  fill: var(--belyy);
}

.promo__right {
  position: relative;
  display: block;
}

.promo__right img {
  display: block;
}

.promo__right img:nth-child(2) {
  position: absolute;
  top: 175px;
  left: -110px;
}

.promo .wrapper {
  display: flex;
  justify-content: space-between;
}

.promo__left {
  margin-top: 58px;
}

.excellence__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 44px;
  line-height: 140%;
  color: var(--chernyy);
  margin-bottom: 40px;
}

.excellence__item {
  display: flex;
  align-items: center;
  gap: 10px;
}

ul.excellence__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
}

.products__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 44px;
  line-height: 140%;
  color: var(--chernyy);
  margin-bottom: 24px;
}

.products__sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.products__subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--chernyy);
}

.content__arrow {
  display: flex;
  gap: 32px;
}

.owl-carousel .owl-item .upper img {
  width: 122px;
  height: 116px;
}

.free__right_blanket {
  display: none;
}

.ntpc__logo_blanket {
  display: none;
}

.upper {
  border-radius: 6px;
  width: 100%;
  height: 200px;
  background: var(--fon-goluboy);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.2s;
}

.block__item:hover .upper img {
  width: 130px;
}

.price {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--krasnyy);
}

.products__btn {
  border: 1px solid var(--siniy);
  border-radius: 4px;
  padding: 4px 16px;
  width: 126px;
  height: 32px;
  background: var(--belyy);
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  line-height: 200%;
  text-align: right;
  color: var(--chernyy);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}

.products__text h3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 21px;
  line-height: 109%;
  color: var(--chernyy);
  margin-top: 12px;
  margin-bottom: 12px;
}

.products__text span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--glavnyy-seryy);
}

.products__block {
  display: block;
  width: 100%;
}

.block__item {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.products__btn {
  display: flex;
}

.products {
  padding-bottom: 40px;
  padding-top: 80px;
}

.po {
  background: url('..//images/po.webp') center/cover no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
}

.po__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 44px;
  line-height: 140%;
  color: var(--chernyy);
  text-align: center;
  margin-bottom: 24px;
}

.po__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--glavnyy-seryy);
}

.po__block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 100px;
  padding-left: 190px;
  padding-right: 190px;
}

.po__btn,
.free__btn {
  border: 1px solid var(--siniy);
  border-radius: 4px;
  padding: 8px 24px;
  width: 240px;
  height: 40px;
  background: var(--belyy);
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 200%;
  text-align: right;
  color: var(--chernyy);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.right__block .title__btn {
  margin-top: 0;
}

.title__btn {
  border: 1px solid var(--chernyy);
  border-radius: 4px;
  padding: 4px 16px;
  width: auto;
  height: 40px;
  background: var(--belyy);
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 200%;
  text-align: right;
  color: var(--chernyy);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.company {
  padding: 40px 0;
}

.company__sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.company__subtitle {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 44px;
  line-height: 140%;
  color: var(--chernyy);
}

.arrow__left svg:hover,
.arrow__right svg:hover {
  fill: var(--krasnyy);

}

.company__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 40px;
}

.company__block img {
  width: 300px;
  height: 61px;
}

.free {
  background: url('..//images/free.webp') center/cover no-repeat;
  padding: 40px 0;
}

.free__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 44px;
  line-height: 140%;
  color: var(--belyy);
  margin-bottom: 24px;
}

.free__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--belyy);
  margin-bottom: 40px;
}

.free__block {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 130px;
}

.ntpc {
  padding-top: 80px;
  padding-bottom: 40px;
}

.ntpc .wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: center;
}


.ntpc .wrapper h4 {
  width: 60%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--chernyy);
}

.edge {
  padding-top: 40px;
  padding-bottom: 80px;
}

.edge .wrapper h4 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 44px;
  line-height: 118%;
  color: var(--chernyy);
  text-align: center;
  margin-bottom: 40px;
}

.edge .wrapper span {
  color: var(--siniy);
}

.edge__item {
  border: 1px solid var(--siniy);
  border-radius: 6px;
  padding: 12px;
  width: 372px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px;
}

.edge__item_title {
  margin: 10px 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--siniy);
  text-align: center;
}

.edge__item_subtitle {
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  text-align: center;
  color: var(--glavnyy-seryy);
}

.edge__item .img__block {
  border: 1px solid var(--krasnyy);
  border-radius: 100px;
  width: 102px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.material-symbols-outlined {
  font-variation-settings:
    'wght' 200
}


.edge__item .img__block i {
  width: 78px;
  height: 78px;
  font-size: 78px;
}

.edge__block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 6px;
  column-gap: 28px;
}

.application {
  background: url(..//images/index__form.png) center/cover no-repeat;
  padding-top: 40px;
  padding-bottom: 80px;
}

.application .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}

.application__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 44px;
  line-height: 118%;
  color: var(--chernyy);
}

.application__subttile {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--glavnyy-seryy);
  margin-top: 24px;
  display: block;
}

.text-success {
  margin-top: 10px;
  color: #fff;
  background: var(--siniy);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  padding: 10px;
  border-radius: 5px;
}

form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
  position: relative;
}

.form__name,
.form__email,
.form__phone,
.form__model,
.form__organization {
  position: relative;
}

label {
  position: absolute;
  top: 8px;
  left: 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--glavnyy-seryy);
  display: flex;
  align-items: center;
  gap: 16px;
}

.form__name input {
  border: 1px solid var(--glavnyy-seryy);
  border-radius: 6px;
  padding: 8px 16px;
  width: 572px;
  height: 40px;
  padding-left: 50px;
  background: url('../images/form1.svg') no-repeat 10px 10px #fff;
}

.form__form {
  /* background: url('../images/form1.svg') no-repeat 10px 10px #fff; */
  background-color: #fff;
}

.form__form input {
  font-size: 18px;
}

input {
  outline: none;
}


.form__email input {
  border: 1px solid var(--glavnyy-seryy);
  border-radius: 6px;
  padding: 8px 16px;
  width: 294px;
  height: 40px;
  padding-left: 50px;
  background: url('../images/form2.svg') no-repeat 10px 10px;
}

.form__phone input {
  border: 1px solid var(--glavnyy-seryy);
  border-radius: 6px;
  padding: 8px 16px;
  width: 254px;
  height: 40px;
  padding-left: 50px;
  background: url('../images/form3.svg') no-repeat 10px 10px;
}

.form__model select {
  border: 1px solid var(--glavnyy-seryy);
  border-radius: 6px;
  padding: 6px 10px;
  width: 294px;
  height: 40px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--chernyy);
  background: #fff;
}

.partners-section {
  padding: 80px 0;
  max-width: 100%;
  margin: 0 auto;
}

.section-title {
  text-align: left !important;
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
  padding-left: 200px;
}

.partner-logo {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}

.partner-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.owl-nav {
  position: absolute;
  top: -84px;
  right: 200px;
  display: flex;
}

.owl-next.disabled i,
.owl-next.disabled i {
  cursor: default;
  opacity: 0.5;
}

.products .owl-nav {
  right: 0;
  gap: 32px;
}

.owl-prev,
.owl-next {
  width: auto;
  height: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.owl-prev i,
.owl-next i {
  font-size: 32px !important;
  color: #333;
}

.owl-prev:not(.disabled):hover i,
.owl-next:not(.disabled):hover i {
  color: var(--krasnyy);
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
}

.owl-theme .owl-nav {
  margin-top: -20px !important;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .owl-nav {
    top: -60px;
  }
}

.form__organization input {
  border: 1px solid var(--glavnyy-seryy);
  border-radius: 6px;
  padding: 8px 16px;
  width: 254px;
  height: 40px;
  padding-left: 50px;
  background: url('../images/form4.svg') no-repeat 10px 10px;
}

.title__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title__block .left__block {
  max-width: 800px;
}

.news {
  padding: 40px 0;
  margin-bottom: 40px;
}

.news__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 44px;
  line-height: 140%;
  color: var(--chernyy);
  margin-top: 40px;
}

.news__subtitle {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--chernyy);
  margin-top: 24px;
}

.btn__news {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  line-height: 200%;
  text-align: right;
  color: var(--chernyy);
  border: 1px solid var(--krasnyy);
  border-radius: 4px;
  padding: 4px 16px;
  width: 126px;
  height: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.news__item {
  display: flex;
  gap: 10px;
}

.news__block {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 32px;
}

.item__right_title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--chernyy);
  margin-bottom: 12px;
}

.item__right_subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--chernyy);
  display: block;
  margin-bottom: 24px;
  height: 79px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 18px;
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: -18px;
  right: 18px;
  bottom: 0;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 2px;
  background-color: var(--glavnyy-seryy);
  -webkit-transition: .4s;
  transition: .4s;
}

.tegs,
.tegs a,
.tegs span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px !important;
  line-height: 140%;
  text-align: left;
  color: var(--temno-seryy-fon);
}

.tegs span {
  cursor: default;
}

input:checked+.slider {
  background-color: #2196F3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.slider__title {
  position: absolute;
  top: 0;
  right: 0;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  color: var(--glavnyy-seryy);
}

.switch__switch {
  font-family: var(--font-family);
  display: block;
  width: 300px;
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  margin-left: 52px;
  color: var(--glavnyy-seryy);
}

.form__checkbox_policy {
  position: absolute;
  bottom: -48px;
  left: -3px;
}


.form__checkbox_policy input {
  width: 20px;
  height: 20px;
}

.form__checkbox_policy label {
  width: 440px;
  margin-left: 20px;
  margin-bottom: 10px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  color: var(--chernyy);
}

.form__checkbox_policy label {
  top: 3px;
}

.form__submit {
  position: absolute;
  bottom: -140px;
  left: 3px;
}

.news .item__left {
  min-width: 208px;
  width: 208px;
  height: 218px;
  border: 1px solid var(--siniy);
  border-radius: 6px;
  overflow: hidden;
}

.news .item__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news__item {
  width: calc(50% - 16px);
}

.form__submit button {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  text-align: right;
  color: #fff;
  border-radius: 6px;
  padding: 8px 24px;
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  background: var(--krasnyy);
  border: none;
}