*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

a,
body,
div,
form,
h1,
h2,
h3,
h4,
h5,
label,
li,
p,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}


.materials>.container>p {
  font-size: 16px;
  line-height: 140%;
  color: #282828;
  margin-top: 10px;
}

button,
input,
input:active,
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus,
input[type=text]:focus,
textarea {
  outline: 0 !important
}

button {
  border: none;
  cursor: pointer;
  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;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

html {
  height: 100%;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  height: 100%;
  overflow-x: hidden
}

.fixed-body {
  overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6,
img,
p {
  margin: 0;
  padding: 0;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

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

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px
}

.new_container_for_section {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 15px;
}

/*были шрифты тут*/

.wrap {
  position: relative;
  overflow: hidden
}

.btn {
  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
}

.btn-orange {
  background-color: #ff5700;
  border: 1px solid #ff5700;
  border-radius: 3px
}

.btn-orange span {
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #fff
}

.btn-orange:hover {
  background-color: #e56b2b;
  border: 1px solid #e56b2b
}

.btn-transparent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 87, 0, 0);
  border: 1px solid #fff;
  border-radius: 5px;
  position: relative
}

.btn-transparent span {
  line-height: 120%;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff
}

.btn-transparent i {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 22px
}

.btn-transparent i img {
  width: 100%
}

.btn-transparent:hover {
  background: #000;
  border-color: #000
}

.swiper-button-prev {
  width: 22px;
  height: auto
}

.swiper-button-prev:hover svg path {
  fill: #ff5700
}

.swiper-button-prev svg {
  width: 100%;
  height: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.swiper-button-prev:after {
  display: none
}

.swiper-button-next {
  width: 22px;
  height: auto
}

.swiper-button-next:hover svg path {
  fill: #ff5700
}

.swiper-button-next svg {
  width: 100%;
  height: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.swiper-button-next:after {
  display: none
}

.swiper-button-disabled {
  opacity: 1 !important;
  pointer-events: all !important
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 96, 0, 0);
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 3px;
  opacity: 1;
  margin: 0 !important;
  text-align: start
}

.swiper-pagination-bullet:not(:first-child) {
  margin-left: 8px !important
}

.swiper-pagination-bullet-active {
  background-color: #ff6000;
  border: 1px solid #ff6000
}

.search {
  position: fixed;
  z-index: 10;
  top: -105%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 35, 65, .8);
  /* padding: 100px 15px 30px; */
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.search--active {
  top: 0
}

.search-input label {
  cursor: pointer;
  flex: 0 1 10%;
  max-width: 30px;
}

.search-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 25px;
  height: 25px
}

.search-close span {
  cursor: pointer
}

.search-close span:nth-child(1) {
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: rotate(-45deg) translate(-50%, 0);
  -ms-transform: rotate(-45deg) translate(-50%, 0);
  transform: rotate(-45deg) translate(-50%, 0);
  width: 3px;
  height: 100%;
  background: #fff
}

.search-close span:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, 0);
  -ms-transform: rotate(45deg) translate(-50%, 0);
  transform: rotate(45deg) translate(-50%, 0);
  width: 3px;
  height: 100%;
  background: #fff
}

.form-search {
  padding: 0 200px;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
}

#search {
  flex: 1 1 70%;
}

.search-input {
  width: 100%;
  background-color: #000;
  height: 90px;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.search-input input {
  color: #fff;
  width: 90%;
  height: 90px;
  background: transparent;
  border: none;
  padding: 5px 10px;
  line-height: 120%;
  font-size: 20px;
}

.search-input button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: #002341;
  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
}

.search-input button img {
  width: 22px;
  height: auto
}

.sidebar-menu {
  position: fixed;
  z-index: 10;
  top: 0;
  left: -200%;
  width: 500px;
  height: 100%;
  background-color: #002341;
  padding: 100px 15px 30px;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s
}

.sidebar-menu--active {
  left: 0
}

.sidebar-menu__list li {
  font-size: 16px;
  line-height: 120%;
  color: #fff
}

.sidebar-menu__list li:not(:first-child) {
  margin-top: 15px
}

.sidebar-menu__list li a:hover {
  color: #ff5700
}

.sidebar-menu__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px
}

.sidebar-menu__close span {
  cursor: pointer
}

.sidebar-menu__close span:nth-child(1) {
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: rotate(-45deg) translate(-50%, 0);
  -ms-transform: rotate(-45deg) translate(-50%, 0);
  transform: rotate(-45deg) translate(-50%, 0);
  width: 3px;
  height: 100%;
  background: #fff
}

.sidebar-menu__close span:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, 0);
  -ms-transform: rotate(45deg) translate(-50%, 0);
  transform: rotate(45deg) translate(-50%, 0);
  width: 3px;
  height: 100%;
  background: #fff
}

.display2 p:nth-child(1) {
  font-size: 11px;
  line-height: 120%;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-left: 35px
}

.display2 p:nth-child(1):after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 22px;
  height: 3px;
  background-color: #ff5700
}

.display2 p:nth-child(1) span {
  color: #ff5700
}

.display2 p:nth-child(2) {
  font-size: 35px;
  line-height: 120%;
  font-weight: 800;
  margin-top: 7px
}

.display2 h2:nth-child(2) {
  font-size: 35px;
  line-height: 120%;
  font-weight: 800;
  margin-top: 7px
}

.form {
  margin-top: 25px
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333333333% - 20px));
  gap: 12px 30px
}

.form-group {
  padding: 0;
  margin: 0;
  border: none;
  position: relative
}

.form-group input {
  background-color: #254764;
  border: 1px solid #517797;
  padding: 5px 15px 5px 40px;
  font-size: 12.2px;
  line-height: 120%;
  color: #fff
}

.form-group input::-webkit-input-placeholder {
  color: #91b3cf
}

.form-group input::-moz-placeholder {
  color: #91b3cf
}

.form-group input:-ms-input-placeholder {
  color: #91b3cf
}

.form-group input::-ms-input-placeholder {
  color: #91b3cf
}

.form-group input::placeholder {
  color: #91b3cf
}

.form-group textarea {
  background-color: #254764;
  border: 1px solid #517797;
  padding: 5px 15px 5px 40px;
  resize: none;
  font-size: 12.2px;
  line-height: 120%;
  color: #fff
}

.form-group textarea::-webkit-input-placeholder {
  color: #91b3cf
}

.form-group textarea::-moz-placeholder {
  color: #91b3cf
}

.form-group textarea:-ms-input-placeholder {
  color: #91b3cf
}

.form-group textarea::-ms-input-placeholder {
  color: #91b3cf
}

.form-group textarea::placeholder {
  color: #91b3cf
}

.form-group .input-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 15px
}

.form-group .input-icon img {
  max-width: 100%
}

.form-group--33 {
  grid-column: 1/3
}

.form-group--33-2 {
  grid-column: 1/4
}

.form-group--100 {
  grid-column: 1/4
}

.form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px
}

.form-check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin: 0 30px 15px 0;
  cursor: pointer
}

.form-check input {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0
}

.form-check input:checked~label:before {
  opacity: 1;
  pointer-events: all
}

.form-check label {
  font-size: 11px;
  line-height: 120%;
  font-weight: 500;
  color: #5483ab;
  opacity: .6;
  padding-left: 22px
}

.form-check label:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #517797;
  border-radius: 3px
}

.form-check label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 12px;
  height: 8px;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.form-check label a {
  position: relative;
  z-index: 2;
  color: #ff5700
}

.form-btn {
  width: 216px;
  height: 49px;
  margin-bottom: 15px
}

.form .nice-select {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #254764 !important;
  border: 1px solid #517797;
  border-radius: 0;
  padding: 5px 15px 5px 40px
}

.form .nice-select .current {
  font-size: 12.2px;
  line-height: 120%;
  color: #91b3cf
}

.form .nice-select .list li {
  background-color: #254764;
  border-top: 1px solid #000;
  padding: 12px;
  color: #fff
}

.form .nice-select .option.selected.focus {
  background-color: #002341
}

.form .cartcalc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #254764;
  border: 1px solid #517797;
  position: relative
}

.form .cartcalc .ccalc-minus {
  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;
  width: 45px;
  height: 100%;
  font-size: 30px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: #517797;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.form .cartcalc .ccalc-minus:hover {
  color: #ff5700
}

.form .cartcalc .ccalc-plus {
  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;
  width: 45px;
  height: 100%;
  font-size: 30px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: #517797;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.form .cartcalc .ccalc-plus:hover {
  color: #ff5700
}

.form .cartcalc input {
  width: calc(100% - 90px);
  height: 100% !important;
  padding: 5px;
  font-size: 12.2px;
  line-height: 120%;
  color: #254764;
  border: none;
  border-right: 1px solid #517797;
  border-left: 1px solid #517797;
  text-align: center
}

.form .cartcalc input::-webkit-input-placeholder {
  color: #91b3cf
}

.form .cartcalc input::-moz-placeholder {
  color: #91b3cf
}

.form .cartcalc input:-ms-input-placeholder {
  color: #91b3cf
}

.form .cartcalc input::-ms-input-placeholder {
  color: #91b3cf
}

.form .cartcalc input::placeholder {
  color: #91b3cf
}

.form .cartcalc input:focus {
  color: #fff
}

.form .cartcalc input:focus~.input-placeholder {
  display: none
}

.form .cartcalc .input-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12.2px;
  line-height: 120%;
  color: #fff;
  background: #254764;
  text-align: center;
  pointer-events: none
}

.form .cartcalc .input-placeholder::-webkit-input-placeholder {
  color: #91b3cf
}

.form .cartcalc .input-placeholder::-moz-placeholder {
  color: #91b3cf
}

.form .cartcalc .input-placeholder:-ms-input-placeholder {
  color: #91b3cf
}

.form .cartcalc .input-placeholder::-ms-input-placeholder {
  color: #91b3cf
}

.form .cartcalc .input-placeholder::placeholder {
  color: #91b3cf
}

.form .cartcalc .input-placeholder--active {
  display: none
}

.form .cartcalc .input-placeholder--active~input {
  color: #fff
}

.breadcrumbs {
  border-bottom: 1px solid rgba(248, 237, 230, .4);
  padding-top: 15px
}

.breadcrumbs__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.breadcrumbs__item {
  font-size: 15px;
  line-height: 140%;
  font-weight: 500;
  color: #ff5700;
  margin-bottom: 15px;
  position: relative
}

.breadcrumbs__item--active {
  color: #fff
}

.breadcrumbs__item:not(:last-child) {
  margin-right: 30px
}

.breadcrumbs__item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 10px;
  height: 6px;
  background-image: url(../img/breadcrumbs-icon.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

.navigation {
  padding: 50px 15px
}

.navigation__list li {
  font-size: 20px;
  line-height: 140%
}

.navigation__list li:not(:first-child) {
  margin-top: 15px
}

.navigation__list li:hover {
  color: #ff5700
}

.page-top {
  background-image: url(../img/page-top__bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 200px;
}
.page-top.page-top-element{
  padding: 0;
}
.page-top__inner {
  padding: 70px 0
}

.page-top__title {
  font-size: 51px;
  line-height: 120%;
  font-weight: 700;
  color: #fff;
  position: relative
}

.page-top__title:after {
  content: "";
  position: absolute;
  top: 29px;
  left: -30px;
  width: 22px;
  height: 3px;
  background-color: #ff5700
}

.label-search {
  display: inline-block;
}

#search {
  width: fit-content;
}

.submit {
  display: inline-block;
  height: 3.5em;
}

@media screen and (max-width:1300px) {
  .page-top__title {
    padding-left: 30px
  }

  .page-top__title:after {
    left: 0
  }
}

@media screen and (max-width:992px) {
  .swiper-pagination-bullet {
    width: 13px;
    height: 13px
  }

  .display2 p:nth-child(1) {
    font-size: 9px;
    padding-left: 22px
  }

  .display2 p:nth-child(1):after {
    top: 3px;
    width: 18px;
    height: 2px
  }

  .display2 p:nth-child(2) {
    font-size: 29px
  }

  .btn-transparent i {
    width: 18px
  }

  .form-grid {
    grid-template-columns: repeat(3, calc(33.3333333333% - 13.3333333333px));
    gap: 12px 20px
  }

  .form-group input,
  .form-group textarea {
    font-size: 10px
  }

  .form-btn {
    width: 178px;
    height: 40px
  }

  .form-btn span {
    font-size: 12px
  }

  .form .cartcalc .ccalc-minus,
  .form .cartcalc .ccalc-plus {
    font-size: 24px
  }

  .breadcrumbs__item {
    font-size: 13px
  }

  .page-top__inner {
    padding: 50px 0
  }

  .page-top__title {
    font-size: 42px;
    padding-left: 22px
  }

  .page-top__title:after {
    top: 26px;
    width: 18px
  }
}

@media screen and (max-width:768px) {
  .page-top__title {
    font-size: 28px
  }

  .page-top__title:after {
    top: 15px
  }
}

@media screen and (max-width:576px) {
  .display2 p:nth-child(2) {
    font-size: 24px
  }

  .form-grid {
    grid-template-columns: 100%
  }

  .form-group--100,
  .form-group--33 {
    grid-column: 1/1
  }

  .form-bottom {
    display: block
  }

  .form-check {
    margin: 0
  }

  .form-btn {
    margin: 15px auto 0
  }
}

.header {
  position: absolute;
  z-index: 3;
  top: 0;
  width: 100%
}



.header .location:hover .header-top__item-text,
.header .mail:hover .header-top__item-text,
.header .tel:hover .header-top__item-text {
  color: #ff5700
}

.header .tel .header-top__item-text {
  font-weight: 700
}

.header-burger {
  width: 34px;
  height: 26px;
  position: relative;
  z-index: 20;
  cursor: pointer;
  display: none
}

.header-burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ff5700;
  border-radius: 3px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.header-burger span:nth-child(1) {
  top: 0
}

.header-burger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.header-burger span:nth-child(3) {
  bottom: 0
}

.header-burger--active span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.header-burger--active span:nth-child(2) {
  display: none
}

.header-burger--active span:nth-child(3) {
  bottom: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.header-top {
  padding: 15px 0 5px
}

.header-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header-top__left {
  margin-bottom: 10px
}

.header-top__center {
  margin: 0 50px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.header-top__right {
  margin-bottom: 10px
}

.header-top__logo {
  display: block;
  width: 243px
}

.header-top__logo img {
  width: 100%
}

.header-top__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header-top__group {
  margin-bottom: 10px
}

.header-top__group:not(:last-child) {
  margin-right: 20px
}

.header-top__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.header-top__item:not(:first-child) {
  margin-top: 10px
}

.header-top__item-icon {
  width: 20px
}

.header-top__item-icon img {
  max-width: 100%
}

.header-top__item-text {
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  margin-left: 10px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.header-top__btn {
  width: 199px;
  height: 36px
}

.header-top__btn span {
  font-size: 12px
}

.header-bottom {
  background-color: rgba(0, 50, 93, .4);
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding: 15px 0
}

.header__inner {
  display: flex;
  justify-content: center;
}

.header-bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media(max-width: 840px) {
  .header-bottom__list {
    gap: 20px;
  }
}

.header-bottom__list li:not(:first-child) {
  margin-left: 15px
}

.header-bottom__list li,
.header-bottom__list li div {
  font-size: 14px;
}


.header-bottom__link {
  line-height: 120%;
  font-weight: 600;
  color: #fff
}

.header-bottom__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header-bottom__link a span {
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  opacity: .2;
  margin-left: 15px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.header-bottom__link:hover a {
  color: #ff5700
}

.header-bottom__link:hover span {
  background: #ff5700;
  opacity: 1
}

.header-bottom__item {
  position: relative
}

.header-bottom__item--active .header-bottom__item-show {
  color: #ff5700
}

.header-bottom__item--active .header-bottom__item-show:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.header-bottom__item--active .header-bottom__item-show span {
  background: #ff5700;
  opacity: 1
}

.header-bottom__item--active .header-bottom__item-hidden {
  opacity: 1;
  pointer-events: all;
  z-index: 6;

}

/* .header-bottom__item-hidden {
  max-height: 500px;
  overflow: auto;
}

.header-bottom__item-hidden::-webkit-scrollbar {
  width: 12px;
}

.header-bottom__item-hidden::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.header-bottom__item-hidden::-webkit-scrollbar-thumb {
  background-color: #0074D9;
}

.header-bottom__item-hidden::-webkit-scrollbar-thumb:hover {
  background: #555;
} */

.header-bottom__item-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 120%;
  font-weight: 600;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  position: relative;
}

.header-bottom__item-show:after {
  content: "";
  position: absolute;
  top: 6px;
  right: -16px;
  width: 11px;
  height: 7px;
  background-image: url(../img/arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.header-bottom__link{
  position: relative;
}
.header-bottom__item::before,
.header-bottom__link::before{
  content: "";
  position: absolute;
  top:50%;
  right: -26px;
  width: 5px;
  height: 5px;
  background-color: rgba(255, 255, 255, .4);
  border-radius: 100%;
  transform: translateY(-50%);
  transition: all .5s ease;
}

.header-bottom__item:hover.header-bottom__item::before,
.header-bottom__link:hover.header-bottom__link::before{
  background-color: #ff5700;  
}
.header-bottom__link:last-child::before{
  display: none;
}


.header-bottom__item-show span {
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  opacity: .2;
  margin-left: 30px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.header-bottom__item-hidden {
  position: absolute;
  z-index: 6;
  top: 100%;
  left: 0;
  width: 350px;
  padding-top: 15px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}


.header-bottom__item-wrap {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 4px 4px 42px 1px rgba(34, 60, 80, .2);
  box-shadow: 4px 4px 42px 1px rgba(34, 60, 80, .2);
  padding: 10px 0px 15px 10px;
  background-color: rgba(0, 83, 154, .7);
  border: 1px solid rgba(255, 255, 255, .2);
  /* border-bottom: 1px solid rgba(255, 255, 255, .2); */
  position: relative;
}

.header-bottom__item-link {
  display: block;
  font-size: 15px;
  line-height: 120%;
  font-weight: 600;
  color: #000
}

.header-bottom__item-link:not(:first-child) {
  margin-top: 15px
}

.header-bottom__item-link:hover {
  color: #ff5700
}

.header-mob {
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding: 15px 0;
  display: none
}

.header-mob__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:992px) {

  .header .mail .header-top__item-text,
  .header .tel .header-top__item-text {
    font-size: 15px
  }

  .header-top__center {
    margin: 0 30px
  }

  .header-top__logo {
    width: 190px
  }

  .header-top__item-text {
    font-size: 12px
  }

  .header-top__btn {
    width: 165px;
    height: 30px
  }

  .header-top__btn span {
    font-size: 10px
  }

  .header-bottom__list li:not(:first-child) {
    margin-left: 10px
  }

  .header-bottom__link {
    font-size: 12.4px
  }

  .header-bottom__link a span {
    margin-left: 8px
  }

  .header-bottom__item-show {
    font-size: 12.4px
  }

  

  .header-bottom__item-show span {
    margin-left: 18px
  }

  .header-bottom__item-link {
    font-size: 12.5px
  }
}

@media screen and (max-width:768px) {

  .header-bottom__link a span,
  .header-bottom__list li:not(:first-child) {
    margin-left: 7px
  }

  

  .header-bottom__item-show span {
    margin-left: 17px
  }
}

@media screen and (max-width:740px) {
  .header-burger {
    display: block
  }

  .header-top__center,
  .header-top__right {
    display: none
  }

  .header-top__logo {
    width: 180px
  }

  .header-top__btn {
    margin-left: 10px
  }

  .header-top__item-text {
    font-size: 14px !important;
    margin-left: 5px
  }

  .header-bottom {
    position: fixed;
    z-index: 10;
    top: 0;
    left: -105%;
    width: 100%;
    height: 100%;
    background-color: #002341;
    padding: 100px 15px 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    overflow: auto;
  }

  .header-bottom--active {
    left: 0
  }

  .header-bottom__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .header-bottom__list li span {
    display: none
  }

  .header-bottom__list li:not(:first-child) {
    margin: 15px 0 0
  }

  .header-bottom__item--active .header-bottom__item-hidden {
    display: block
  }

  .header-bottom__item-show {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
  }

  .header-bottom__item-show:after {
    right: -20px
  }

  .header-bottom__item-hidden {
    position: static;
    opacity: 1;
    width: auto;
    pointer-events: all;
    padding-top: 0;
    display: none
  }

  .header-bottom__item-wrap {
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0;
    border: unset;
  }

  .header-bottom__item-link {
    color: #fff
  }

  .header-mob {
    display: block
  }

  .header-bottom__item-show,
  .header-bottom__item,
  .header-bottom__link {
    text-align: center;
    padding: 10px 0;
    position: relative;
  }

  .header-bottom__item-link {
    padding: 5px 0;
  }

  
}

@media screen and (max-width:400px) {
  .header-top__btn {
    width: 130px;
    height: 41px
  }
}

.sidebar {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 87px;
  height: 100vh;
  background-color: #002341;
  /* overflow-y: auto; */
  /* overflow-x: hidden */
}

.sidebar::-webkit-scrollbar {
  width: 0
}

.sidebar::-webkit-scrollbar-track {
  background: #000;
  border-radius: 3px
}

.sidebar::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 3px
}

.sidebar-inner {
  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
}

.sidebar-burger {
  width: 34px;
  height: 26px;
  position: relative;
  z-index: 20;
  cursor: pointer;
  margin-top: 35px
}

.sidebar-burger:after {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 87px;
  height: 91px;
  background-color: #003766
}

.sidebar-burger:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 1px;
  height: 115px;
  background: #ff5700
}

.sidebar-burger span {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.sidebar-burger span:nth-child(1) {
  top: 0
}

.sidebar-burger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.sidebar-burger span:nth-child(3) {
  bottom: 0
}

.sidebar-burger--active span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.sidebar-burger--active span:nth-child(2) {
  display: none
}

.sidebar-burger--active span:nth-child(3) {
  bottom: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.sidebar-search {
  width: 27px;
  cursor: pointer;
  margin-top: 80px;
  position: relative
}

.sidebar-search:after {
  content: "";
  position: absolute;
  top: calc(100% + 27px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 1px;
  height: 172px;
  background: #ff5700
}

.sidebar-search img {
  width: 100%
}

.sidebar-socials {
  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;
  margin-top: 228px
}

.sidebar-social {
  max-width: 25px
}

.sidebar-social:not(:first-child) {
  margin-top: 18px
}

.sidebar-social img {
  max-width: 100%
}

.sidebar-btn {
  width: 51px;
  height: 254px;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #ff5700;
  margin-top: 245px;
  position: relative
}

.sidebar-btn:hover {
  background: #ff5700
}

.sidebar-btn span {
  font-size: 12px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.sidebar-btn:after {
  content: "";
  position: absolute;
  top: -220px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 1px;
  height: 220px;
  background: #ff5700
}

.sidebar-btn:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 1px;
  height: 220px;
  background: #ff5700
}

.main {
  /*background-image: url(../img/main-bg.webp);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 250px 0;
  position: relative
}

.main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 83, 154, .8);
  pointer-events: none
}

.main__slider {
  position: relative;
  z-index: 2
}

.main .swiper {
  overflow: unset
}

.main__desc {
  max-width: 730px
}

.main__title {
  font-size: 51px;
  line-height: 120%;
  font-weight: 700;
  color: #fff;
  position: relative
}

.main__title:after {
  content: "";
  position: absolute;
  top: 29px;
  left: -28px;
  width: 22px;
  height: 3px;
  background-color: #ff5700
}

.main__text {
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  margin-top: 15px
}

.main__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px
}

.main__btn {
  width: 216px;
  height: 49px
}

.main__btn span {
  font-size: 14px
}

.main__btn2 {
  width: 216px;
  height: 49px;
  background-color: rgba(255, 87, 0, 0);
  border: 1px solid #fff;
  border-radius: 5px;
  margin-left: 18px;
  position: relative
}

.main__btn2 span {
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff
}

.main__btn2 i {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 22px
}

.main__btn2:hover {
  background: #000;
  border: 1px solid #000
}

.main .swiper-button-prev {
  left: -50px
}

.main .swiper-button-next {
  right: -50px
}

.main .swiper-pagination {
  bottom: -95px;
  text-align: start
}

.materials__inner {
  position: relative;
  z-index: 2;
  padding: 80px 0;
  margin-top: -100px
}

.materials__inner-main-razdel {
  padding: 0;
}

.materials__inner-section {
  margin-top: 80px;
}

.materials__inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 1300px;
  height: 100%;
  background: #fff
}

.materials__title {
  position: relative;
  z-index: 3
}

.materials__title p:nth-child(1) {
  color: #5a5a5a
}

.materials__title p:nth-child(2) {
  color: #171717
}

.materials__slider {
  margin-top: 35px;
  position: relative
}

@media screen and (min-width:577px) {
  .materials .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 22.5px));
    gap: 30px;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important
  }

  .materials-custom .swiper-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px 30px;
    -ms-transform: unset !important;
  }

  .materials-custom .swiper-slide {
    flex: 0 1 370px;
  }

  .materials .swiper-slide {
    width: 100% !important
  }

  .materials .swiper-pagination {
    display: none
  }
}

.material-card {
  background-image: url(../img/material-img.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 15px 20px 60px;
  position: relative;
  height: auto
}

.material-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  transform: rotate(180deg);
  height: calc(100% - 30px);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 25, 47, .74)), color-stop(89%, rgba(0, 29, 53, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 25, 47, .74) 10%, rgba(0, 29, 53, 0) 89%);
  background-image: linear-gradient(180deg, rgba(0, 25, 47, .74) 10%, rgba(0, 29, 53, 0) 89%)
}

.material-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 83, 154, .8);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  pointer-events: none
}

.material-card:hover .material-card__opacity,
.material-card:hover:before {
  opacity: 1;
  pointer-events: all
}

.material-card__desc {
  height: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.material-card__title {
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  color: #fff;
  margin-bottom: auto;
  position: relative
}

.material-card__title span {
  text-transform: uppercase;
}

.material-card__title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 21px;
  height: 3%;
  background: #ff5700
}

.material-card__opacity {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-top: 50px
}

.material-card__price {
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  color: #fff
}

.material-card__price span {
  font-size: 30px
}

.material-card__btn {
  width: 100%;
  height: 39px;
  text-align: center;
  margin-top: 15px
}

.material-card__btn span {
  font-size: 14px
}

.advantages {
  background-color: #00539a;
  padding: 50px 0 45px
}

.advantages__detail {
  background-color: #fff;
}

.advantages__title p:nth-child(1),
.advantages__title p:nth-child(2) {
  color: #fff
}

.advantages__slider {
  position: relative;
  margin-top: 30px
}

.advantages__swiper {
  padding: 5px
}

@media screen and (min-width:741px) {
  .advantages .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 22.5px));
    gap: 30px;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important
  }

  .advantages .swiper-slide {
    width: 100% !important
  }

  .advantages .swiper-pagination {
    display: none
  }
}

.advantage-slide {
  height: auto;
  position: relative
}

.advantage-slide:hover .advantage-slide__figurines span {
  background: #002341
}

.advantage-slide:hover .advantage-slide__desc {
  background-color: #ff5700
}

.advantage-slide__figurines span:nth-child(1) {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 139px;
  height: 139px;
  background: #ff5700;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.advantage-slide__figurines span:nth-child(2) {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 139px;
  height: 139px;
  background: #ff5700;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.advantage-slide__desc {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background: #002341;
  padding: 25px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.advantage-slide__icon {
  width: 68px;
  height: 68px
}

.advantage-slide__icon img {
  width: 100%
}

.advantage-slide__title {
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-top: 15px
}

.advantage-slide__text {
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  color: #fff;
  margin-top: 15px
}

.about {
  background-image: url(../img/about-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
  position: relative
}

.about:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 35, 65, .8)
}

.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2
}

.about__left {
  width: calc(100% - 420px)
}

.about__right {
  width: 360px;
  margin-left: 60px
}

.about__title p:nth-child(1),
.about__title p:nth-child(2) {
  color: #fff
}

.about__text {
  margin-top: 35px
}

.about__text p {
  font-size: 16px;
  line-height: 140%;
  color: #fff
}

.about__text p:not(:first-child) {
  margin-top: 15px
}

.about__btn {
  width: 216px;
  height: 49px;
  margin-top: 30px
}

.about__btn span {
  font-size: 14px
}

.about__slider {
  background-color: #09233a;
  background-image: -o-linear-gradient(89deg, rgba(11, 23, 33, .71) 36%, rgba(11, 23, 33, 0) 63%);
  background-image: linear-gradient(1deg, rgba(11, 23, 33, .71) 36%, rgba(11, 23, 33, 0) 63%);
  border: 5px solid #fff;
  -webkit-box-shadow: 9px 16px 40px 0 rgba(20, 29, 45, .2);
  box-shadow: 9px 16px 40px 0 rgba(20, 29, 45, .2);
  position: relative;
  padding: 5px 5px 60px
}

.about .swiper-slide {
  position: relative
}

.about .swiper-slide:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 25, 47, .74)), color-stop(89%, rgba(0, 29, 53, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 25, 47, .74) 10%, rgba(0, 29, 53, 0) 89%);
  background-image: linear-gradient(180deg, rgba(0, 25, 47, .74) 10%, rgba(0, 29, 53, 0) 89%)
}

.about .swiper-slide img {
  width: 100%
}

.about .swiper-button-next,
.about .swiper-button-prev {
  top: 100%;
  margin-top: -30px
}

.about .swiper-pagination {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  margin: 0 auto
}

.rent__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
}

.rent__left {
  position: relative;
  z-index: 2;
  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;
  width: calc(100% - 605px);
  padding: 50px 0
}

.rent__left:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5000px;
  height: 100%;
  background: #fff;
  pointer-events: none
}

.rent__left-wrap {
  position: relative;
  z-index: 2
}

.rent__right {
  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;
  width: 550px;
  margin-left: 50px;
  padding: 50px 0
}

.rent__title p:nth-child(1) {
  color: #5a5a5a
}

.rent__title p:nth-child(2) {
  color: #171717
}

.rent__text {
  margin-top: 40px
}

.rent__text p {
  font-size: 16px;
  line-height: 140%;
  color: #191919
}

.rent__slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px
}

.rent__slider-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px 15px 0
}

.rent__btn {
  width: 216px;
  height: 49px;
  margin-bottom: 15px
}

.rent .swiper-button-prev {
  width: 49px;
  height: 49px;
  background-color: rgba(255, 87, 0, 0);
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  margin-top: 0;
  position: static
}

.rent .swiper-button-prev svg {
  width: 22px
}

.rent .swiper-button-prev:hover {
  border: 1px solid #ff5700
}

.rent .swiper-button-prev:hover svg path {
  stroke: #ff5700
}

.rent .swiper-button-next {
  width: 49px;
  height: 49px;
  background-color: rgba(255, 87, 0, 0);
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  margin-top: 0;
  margin-left: 10px;
  position: static
}

.rent .swiper-button-next svg {
  width: 22px
}

.rent .swiper-button-next:hover {
  border: 1px solid #ff5700
}

.rent .swiper-button-next:hover svg path {
  stroke: #ff5700
}

.rent-slide {
  position: relative
}

.rent-slide:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(24%, rgba(0, 0, 0, .83)), color-stop(75%, rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .83) 24%, rgba(0, 0, 0, 0) 75%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .83) 24%, rgba(0, 0, 0, 0) 75%)
}

.rent-slide__img img {
  width: 100%
}

.rent-slide__desc {
  position: absolute;
  z-index: 1;
  left: 30px;
  bottom: 40px
}

.rent-slide__desc:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 11px;
  height: 100%;
  background: #ff5700
}

.rent-slide__title {
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff
}

.rent-slide__price {
  font-size: 20px;
  line-height: 26px;
  color: #ff5700;
  margin-top: 10px
}

.rent-slide__price span {
  font-size: 25px;
  font-weight: 700
}

.rent__slider {
  position: relative
}

.rent__swiper {
  overflow: unset
}

.rent .swiper-pagination {
  display: none
}

.objects {
  background-image: url(../img/objects-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
  position: relative
}

.objects:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 83, 154, .8)
}

.objects__inner {
  position: relative;
  z-index: 2
}

.objects__title p:nth-child(1),
.objects__title p:nth-child(2) {
  color: #fff
}

.objects__slider {
  margin-top: 60px;
  position: relative
}

.objects__swiper {
  overflow: unset
}

.objects .swiper-button-prev {
  left: -50px
}

.objects .swiper-button-next {
  right: -50px
}

.objects .swiper-pagination {
  width: auto;
  text-align: start
}

.object-slide__title {
  font-size: 38px;
  line-height: 120%;
  font-weight: 700;
  color: #fff;
  position: relative
}

.object-slide__title:after {
  content: "";
  position: absolute;
  top: 21px;
  left: -25px;
  width: 20px;
  height: 3px;
  background-color: #ff5700
}

.object-slide__text {
  max-width: 630px;
  margin-top: 25px
}

.object-slide__text p {
  font-size: 16px;
  line-height: 140%;
  color: #fff
}

.object-slide__btn {
  width: 216px;
  height: 49px;
  margin-top: 45px
}

.object-slide__btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 284px;
  height: 49px;
  margin: 35px 0 0 auto
}

.object-slide__btn2 span {
  font-size: 14px
}

.gallary{
  display: block;
}
.news-item{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
.section-product__img{
  width: 100%;
  object-fit: cover;
  height: 230px;
  cursor: pointer;
  transition: all .4s ease;
}
.section-product__img:hover{
  transform: scale(1.05);
  box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.4);
}




div.anchor_links{
  margin-top: -240px;
  margin-bottom: 40px;
}
.anchor_links__list{
  display: flex;
  gap: 30px;
  
}
.anchor_links__item{
  
}
.anchor_links__link{
  text-align: center;
  display: block;
  padding: 15px 40px;
  color: #fff;
  position: relative;
  background-color: rgba(0, 0, 0, .3);
  text-transform:uppercase;
  letter-spacing: .1em;
  font-size: 13px;
}
.anchor_links__link:hover{
  color: #ff5700;
}
.anchor_links__link::after{
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  border-top: 2px solid #ff5700;
  border-right: 2px solid #ff5700;
}
.anchor_links__link::before{
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #ff5700;
  border-left: 2px solid #ff5700;
}
.anchor_links__link:hover::before{
  top: 0;
  left: 0;
  bottom: auto;
  border-top: 2px solid #ff5700;
  border-left: 2px solid #ff5700;
  border-bottom: none;
}
.anchor_links__link:hover::after{
  bottom: 0;
  right: 0;
  top: auto;
  border-bottom: 2px solid #ff5700;
  border-right: 2px solid #ff5700;
  border-top: none;
}
@media (max-width:740px) {
  .anchor_links__link{
    font-size: 10px;
  }
  .product-main__status{
    margin-bottom: 20px;
  }
}

@media (max-width:630px) {
  .anchor_links__list{
    display: flex;
    justify-content: space-between;
    gap: 0;
  }
  .anchor_links__link{
    padding: 15px 20px;
    
  }
  div.anchor_links {
    margin-top: -240px;
    margin-bottom: 20px;
}
.tabs-item__description-item{
  gap: 30px;
}
.fraction_items{
  flex-wrap: wrap;
}
}
@media (max-width:470px) {
  .anchor_links__list{
    display: flex;
    gap: 10px;
    flex-direction: column;
    
  }
  
  
  
}











.feedback__detail {
  margin-top: 50px;
  z-index: 1;
  position: relative;
}

.feedback__inner {
  background-color: #002341;
  padding: 50px;
}

.feedback_for_section-bg .feedback__inner {
  padding: 50px 0;
}

.feedback__title p:nth-child(1),
.feedback__title p:nth-child(2) {
  color: #fff
}

.feedback__subtitle {
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
  color: #fff;
  margin-top: 30px
}

.feedback__subtitle span {
  display: block;
  color: #ff5700
}

.feedback__form-group input {
  width: 100%;
  height: 47px
}

.feedback__form-group textarea {
  width: 100%;
  height: 82px
}

.feedback__form-calc,
.feedback__form-select {
  width: 100%;
  height: 47px
}

.feedback_for_section-bg {
  background-color: rgb(0 35 65);
  margin-top: 80px;
}

.contacts {
  background-color: #00539a;
  padding: 50px 0;
  overflow: hidden;
}

.contacts .container {
  max-width: 100%;
  padding-right: 0
}

.contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.contacts__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 108vw;
  padding-right: 20px
}

.contacts__right {
  width: 100%
}

.contacts__logo {
  display: block;
  width: 243px
}

.contacts__logo img {
  width: 100%
}

.contacts__text {
  max-width: 460px;
  margin-top: 20px
}

.contacts__text p {
  font-size: 14px;
  line-height: 140%;
  color: #fff
}

.contacts__items {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 30px 0 15px;
  margin-top: 30px;
  position: relative
}

.contacts__items:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 10000px;
  height: 100%;
  background-color: #002341
}

.contacts .header-top__group {
  position: relative;
  z-index: 2
}

.contacts .header-top__group:not(:last-child) {
  margin-right: 30px
}

.contacts .location:hover .header-top__item-text,
.contacts .mail:hover .header-top__item-text,
.contacts .tel:hover .header-top__item-text {
  color: #ff5700
}

.contacts__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px
}

.contacts__btn {
  width: 216px;
  height: 49px;
  margin: 0 30px 15px 0
}

.contacts__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.contacts__social {
  max-width: 34px;
  margin-bottom: 15px
}

.contacts__social img {
  max-width: 100%
}

.contacts__social:not(:first-child) {
  margin-left: 18px
}

.contacts-map__wrap {
  height: 500px;
  position: relative
}

.contacts-map__wrap img {
  position: absolute;
  top: -30px;
  left: -30px;
  max-width: 380px
}

.contacts .map {
  width: 100%;
  height: 100%
}

.contacts .map .ymaps-2-1-79-map {
  width: 100% !important;
  height: 100% !important
}

@media screen and (max-width:1450px) {
  .sidebar {
    display: none
  }
}

@media screen and (max-width:1400px) {
  .main__slider {
    padding-left: 50px;
    padding-right: 50px
  }

  .main .swiper-button-prev {
    left: 0
  }

  .main .swiper-button-next {
    right: 0
  }

  .main .swiper-pagination {
    padding-left: 50px;
    padding-right: 50px
  }

  .objects__inner {
    padding: 0 50px
  }

  .objects .swiper-button-prev {
    left: -50px
  }

  .objects .swiper-button-next {
    right: -50px
  }
}

@media screen and (max-width:992px) {
  .main__title {
    font-size: 32px
  }

  .main__title:after {
    top: 17px;
    left: -24px;
    width: 18px;
    height: 2px
  }

  .main__text {
    font-size: 13.2px
  }

  .main__btns {
    margin-top: 35px
  }

  .main__btn {
    width: 178px;
    height: 40px
  }

  .main__btn span {
    font-size: 11.6px
  }

  .main__btn2 {
    width: 178px;
    height: 40px
  }

  .main__btn2 span {
    font-size: 11.6px
  }

  .main__btn2 i {
    width: 18px
  }

  .main .swiper-pagination {
    bottom: -80px
  }

  .materials__inner {
    padding: 30px 0;
    margin-top: 0
  }

  .materials__inner:after {
    display: none
  }

  .materials__slider {
    margin-top: 25px
  }

  .materials .swiper-wrapper {
    grid-template-columns: repeat(4, calc(25% - 15px));
    gap: 20px
  }

  .material-card {
    padding: 20px
  }

  .material-card__title {
    font-size: 15px
  }

  .material-card__title:after {
    left: -20px
  }

  .material-card__price {
    font-size: 15px
  }

  .material-card__price span {
    font-size: 25px
  }

  .material-card__btn span {
    font-size: 11.6px
  }

  .advantages {
    padding: 30px 0
  }

  .advantages .swiper-wrapper {
    grid-template-columns: repeat(4, calc(25% - 15px));
    gap: 20px
  }

  .advantage-slide__figurines span:nth-child(1),
  .advantage-slide__figurines span:nth-child(2) {
    width: 100px;
    height: 100px
  }

  .advantage-slide__desc {
    padding: 20px
  }

  .advantage-slide__icon {
    width: 60px;
    height: 60px
  }

  .advantage-slide__title {
    font-size: 15px
  }

  .advantage-slide__text {
    font-size: 12px
  }

  .about__left {
    width: calc(100% - 390px)
  }

  .about__right {
    width: 340px;
    margin-left: 50px
  }

  .about__text {
    margin-top: 30px
  }

  .about__text p {
    font-size: 13px
  }

  .about__btn {
    width: 178px;
    height: 40px;
    margin-top: 30px
  }

  .about__btn span {
    font-size: 12px
  }

  .rent__text p {
    font-size: 13px
  }

  .rent__btn {
    width: 178px;
    height: 40px
  }

  .rent__btn span {
    font-size: 12px
  }

  .rent-slide__desc {
    left: 20px;
    bottom: 30px
  }

  .rent-slide__desc:after {
    left: -20px;
    width: 8px
  }

  .rent-slide__title {
    font-size: 16px
  }

  .rent-slide__price {
    font-size: 16px;
    margin-top: 5px
  }

  .rent-slide__price span {
    font-size: 20px
  }

  .rent .swiper-button-prev {
    width: 40px;
    height: 40px
  }

  .rent .swiper-button-prev svg {
    width: 18px
  }

  .rent .swiper-button-next {
    width: 40px;
    height: 40px
  }

  .rent .swiper-button-next svg {
    width: 18px
  }

  .objects {
    padding: 30px 0
  }

  .objects__slider {
    margin-top: 40px
  }

  .object-slide__title {
    font-size: 32px
  }

  .object-slide__text {
    margin-top: 15px
  }

  .object-slide__text p {
    font-size: 13px
  }

  .object-slide__btn {
    width: 178px;
    height: 40px;
    margin-top: 35px
  }

  .object-slide__btn span,
  .object-slide__btn2 span {
    font-size: 12px
  }

  .feedback__subtitle {
    font-size: 14px
  }

  .feedback__form-group input {
    height: 40px;
    padding-left: 35px
  }

  .feedback__form-group textarea {
    height: 70px;
    padding-left: 35px
  }

  .feedback__form-calc,
  .feedback__form-select {
    height: 40px
  }

  .contacts {
    padding: 50px 0 0
  }

  .contacts .container {
    padding-right: 15px
  }

  .contacts__inner {
    display: block
  }

  .contacts__left {
    width: 100%;
    padding-right: 0
  }

  .contacts__left-wrap {
    width: 100%
  }

  .contacts__right {
    width: calc(100% + 30px);
    margin-top: 30px;
    margin-left: -15px
  }

  .contacts-map__wrap img {
    display: none
  }

  .contacts__logo {
    width: 180px
  }

  .contacts__text p {
    font-size: 12px
  }

  .contacts__btn {
    width: 178px;
    height: 40px
  }

  .contacts__btn span {
    font-size: 12px
  }
}

@media screen and (max-width:940px) {
  .materials .swiper-wrapper {
    grid-template-columns: repeat(3, calc(33.3333333333% - 13.3333333333px))
  }

  .advantage-slide__figurines span:nth-child(1),
  .advantage-slide__figurines span:nth-child(2) {
    width: 80px;
    height: 80px
  }

  .advantage-slide__desc {
    padding: 18px
  }

  .advantage-slide__icon {
    width: 35px;
    height: 35px
  }

  .advantage-slide__title {
    font-size: 12px
  }

  .advantage-slide__text {
    font-size: 11px
  }

  .rent__left {
    width: calc(100% - 430px);
    padding: 30px 0
  }

  .rent__right {
    width: 400px;
    padding: 30px 0;
    margin-left: 30px
  }
}

@media screen and (max-width:740px) {
  .main__title {
    font-size: 26px
  }

  .main__title:after {
    top: 14px
  }

  .materials .swiper-wrapper {
    grid-template-columns: repeat(2, calc(50% - 10px))
  }

  .advantages {
    padding-bottom: 70px
  }

  .advantages .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: unset
  }

  .advantages .swiper-pagination {
    bottom: -30px
  }

  .about__inner {
    display: block
  }

  .about__left {
    width: 100%
  }

  .about__right {
    width: 100%;
    margin: 30px 0 0
  }

  .rent {
    padding: 30px 0
  }

  .rent__inner {
    display: block;
    padding-bottom: 100px;
    position: relative
  }

  .rent__left {
    width: 100%;
    padding: 0;
    position: unset
  }

  .rent__left:after {
    display: none
  }

  .rent__left-wrap {
    position: unset
  }

  .rent__right {
    width: 100%;
    padding: 0;
    margin: 25px 0 0
  }

  .rent__slider-nav {
    margin-top: 0
  }

  .rent__slider-btns {
    display: none
  }

  .rent__btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }

  .rent .swiper-button-next,
  .rent .swiper-button-prev {
    display: none
  }

  .rent .swiper-pagination {
    bottom: -35px;
    display: block
  }

  .rent .swiper-pagination-bullet {
    border: 1px solid rgba(157, 192, 220, .4)
  }

  .objects {
    padding-bottom: 70px
  }

  .objects .swiper-pagination {
    bottom: -40px
  }

  .object-slide__btn2 {
    margin-left: 0
  }
}

@media screen and (max-width:576px) {
  .main {
    padding: 200px 0 150px
  }

  .main__slider {
    padding: 0 24px
  }

  .main__btns {
    display: block;
    margin-top: 25px
  }

  .main__btn2 {
    margin: 15px 0 0
  }

  .main .swiper-button-next,
  .main .swiper-button-prev {
    display: none
  }

  .main .swiper-pagination {
    bottom: -30px;
    padding: 0 24px
  }

  .materials__inner {
    padding-bottom: 70px
  }

  .materials .swiper-wrapper {
    gap: unset;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .materials .swiper-pagination {
    bottom: -40px
  }

  .materials .swiper-pagination-bullet {
    border: 1px solid rgba(157, 192, 220, .4)
  }

  .objects__inner {
    padding: 0 24px
  }

  .objects .swiper-button-next,
  .objects .swiper-button-prev {
    display: none
  }

  .contacts__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .contacts__btn {
    /* margin: 0 */
  }

  .contacts__socials {
    margin: 15px 0 0
  }

  .contacts-map__wrap {
    height: 400px
  }
}

@media screen and (max-width:375px) {

  .object-slide__btn,
  .object-slide__btn2 {
    width: 100%
  }
}

.product-main {
  padding: 40px 0
}

.product-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.product-main__left {
  width: 550px;
  margin-right: 50px
}

.product-main__right {
  width: calc(100% - 600px)
}

.product-main__img img {
  width: 100%
}

.product-main__title {
  font-size: 36px;
  line-height: 120%;
  font-weight: 700;
  color: #222
}

.product-main__title-mob {
  display: none
}

.product-main__status{
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
}
.product-main__status::before{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #00CF00;
  border-radius: 100%;
}
/*tabs test*/
.tabs {
	margin-top: 40px;
}
.tabs-nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 50px;
}
.tabs-nav__list{
	padding: 0;
	list-style: none;
}    
.tabs-nav__link{
  font-size: 33px;
  font-weight: 700;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #000;
}		
.tabs-nav__link:hover{
  color: #ff5700;
  
}
.tabs-nav__link.active {
	color: #ff5700;
}    
.tabs-items {}
.tabs-item {}


.tabs-item__description{
  margin-top: 45px;
}

.tabs-item__description-items{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 100px 100px;
  gap: 20px;
}
.tabs-item__description-item{
  box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.3);
  display: flex;
  justify-content: space-between;
  align-items:center;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  height: 100%;
  gap: 30px;
}

.tabs-item__description-item_left{
  font-weight: 500;
}
.tabs-item__description-item_right{
  font-weight: 600;
  color: #ff5700;
  text-align: right;
}

.fraction_items{
  display: flex;
  gap: 30px;
}
.fraction_items__link{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.fraction_items__img{
  width: 40px;
  border-radius: 30px;
  transition: all .4s ease;
}
.fraction_items__link:hover .fraction_items__img{
  border-radius: 5px;
}

@media (max-width: 860px) {

  .tabs-nav{
    gap: 20px;
  }
  .tabs-nav__link{
    font-size: 28px;
  }
  
}
@media (max-width: 780px) {
  .fraction_items{
    gap: 20px;
    justify-content: center;
  }
}


@media (max-width: 740px) {
  .tabs-item__description-items{
    grid-template-columns: 1fr;
    
  }
  .tabs-item__description-item{
    min-height: 100px;
    
  }
  .news-item{
    grid-template-columns: 1fr 1fr;
  }
  .tabs-nav{
    align-items: baseline;
    flex-direction: column;
  }
  .tabs-nav__link.active{
    padding-left: 20px;
    position: relative;
    transition: all .2s ease;

  }
  .tabs-nav__link.active::after{
    display: block;
    content: "";
    width: 15px;
    border-radius: 2px;
    height: 15px;
    border: 2px solid #ff5700;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translateY(-50%) rotate(45deg);
    overflow: hidden;
  }
}
@media (max-width: 450px) {
  .news-item{
    grid-template-columns: 1fr;
  }
}


.product-main__price {
  margin-top: 25px
}

.product-main__price-title {
  font-size: 16px;
  line-height: 120%;
  color: #222
}

.product-main__price-text {
  font-size: 33px;
  line-height: 120%;
  font-weight: 700;
  color: #222;
  margin-top: 5px
}

.product-main__price-text span {
  font-size: 55px;
  color: #ff5700
}

.product-main__calc-wrap {
  margin-top: 25px
}

.product-main__calc-title {
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  color: #222
}

.product-main .cartcalc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 154px;
  height: 49px;
  background-color: #fff;
  border: 1px solid #dde9f8;
  border-radius: 5px;
  margin-top: 10px
}

.product-main .cartcalc .ccalc-minus {
  width: 35px;
  height: 100%;
  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;
  font-size: 30px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: #68788b;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.product-main .cartcalc .ccalc-minus:hover {
  color: #ff5700
}

.product-main .cartcalc .ccalc-plus {
  width: 35px;
  height: 100%;
  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;
  font-size: 30px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: #68788b;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.product-main .cartcalc .ccalc-plus:hover {
  color: #ff5700
}

.product-main .cartcalc input {
  width: calc(100% - 70px);
  height: 100%;
  margin: 0;
  border: none;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: #222;
  padding: 3px;
  text-align: center;
  border-right: 1px solid #dde9f8;
  border-left: 1px solid #dde9f8
}

.product-main__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.product-main__form-group {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}



.product-main__form input {
  width: 100%;
  height: 49px;
  background-color: #fff;
  border: 1px solid #dde9f8;
  color: #aaa;
  font-size: 16px
}

.product-main__form input::-webkit-input-placeholder {
  color: #000
}

.product-main__form input::-moz-placeholder {
  color: #000
}

.product-main__form input:-ms-input-placeholder {
  color: #000
}

.product-main__form input::-ms-input-placeholder {
  color: #000
}

.product-main__form input::placeholder {
  color: #000
}

.product-main__form-btn {
  width: 100%;
  height: 49px
}

.product-main__form-btn span {
  font-size: 14px
}

.product-main__form-btn i {
  margin-left: 10px
}

.product-main__items {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 20px));
  gap: 20px 40px;
  margin-top: 15px
}

.product-main__items-mob {
  display: none;
  grid-template-columns: repeat(4, calc(25% - 15px));
  gap: 20px
}

.product-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.product-main__item-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 69px;
  height: 69px;
  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;
  background: #c9dff2;
  border: 1px solid #c9dff2;
  border-radius: 5px
}

.product-main__item-img img {
  max-width: 46px
}

.product-main__item-title {
  font-size: 14px;
  line-height: 120%;
  color: #222;
  margin-left: 15px
}

.product-info {
  background: #c9e4ff;
  padding: 40px 0
}
div.product-info__inner, .product-info__inner p {
  line-height: 1.7;
}
.product-info__inner p{
  margin: 10px 0;
}

.product-info__title {
  font-size: 22px;
  line-height: 120%;
  font-weight: 600;
  color: #282828
}

.product-info__text {
  margin-top: 15px
}

.product-info__text p {
  font-size: 16px;
  line-height: 140%;
  color: #282828
}

.product-info__text p:not(:first-child) {
  margin-top: 15px
}

.product-info__items {
  margin-top: 30px
}

.product-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.product-info__item:not(:first-child) {
  margin-top: 15px
}

.product-info__item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 25px;
  height: 25px
}

.product-info__item-desc {
  margin-left: 15px
}

.product-info__item-title {
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  color: #282828
}

.product-info__item-text {
  font-size: 16px;
  line-height: 140%;
  color: #282828;
  margin-top: 10px
}

.partners {
  background-color: #00539a;
  padding: 60px 0 100px;
  margin-top: 50px;
}

.partners__title p:nth-child(1),
.partners__title p:nth-child(2) {
  color: #fff
}

.partners__slider {
  position: relative;
  margin-top: 35px
}

.partners-slide img {
  width: 100%
}

.partners .swiper-button-prev {
  left: -50px;
  -webkit-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  margin-top: 0
}

.partners .swiper-button-next {
  right: -50px;
  -webkit-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  margin-top: 0
}

.partners .swiper-pagination {
  bottom: -50px
}

.form__wrapper {
  position: fixed;
  z-index: 3;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0000006b;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s ease;
}

.form__wrapper.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.main__form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 30px;
  background-color: #fff;
  width: 90%;
  max-width: 580px;
  border-radius: 4px;
}

.main__form fieldset {
  margin: 0;
  padding: 0;
  border: none;
  border-color: transparent;
}

.main__form-text label {
  display: block;
  font-size: 14px;
  margin: 10px 0;
}

.main__form-checkbox label {
  margin: 20px 0;
}

.main__form-text input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 120%;
  color: #081529;
  background: #f8f8f8;
  border: 1px solid #2d8cf0;
  border-radius: 3px;
}

.main__form-title {
  font-size: 24px;
  line-height: 120%;
  /*font-weight: 700;*/
  margin-bottom: 30px;
  text-align: center;
}

.main__form-checkbox {
  display: flex;
  align-items: center;
  gap: 15px;
}

.checkbox__container {
  --input-focus: #2d8cf0;
  --input-out-of-focus: #ccc;
  --bg-color: #fff;
  --bg-color-alt: #666;
  --main-color: #323232;
  position: relative;
  cursor: pointer;
}

.checkbox__container input {
  position: absolute;
  opacity: 0;
}

.checkmark {
  width: 20px;
  height: 20px;
  position: relative;
  top: 0;
  left: 0;
  border: 2px solid var(--main-color);
  border-radius: 5px;
  background-color: var(--input-out-of-focus);
  transition: all 0.3s;
}

.checkbox__container input:checked~.checkmark {
  background-color: transparent;
}

.checkmark:after {
  content: "";
  width: 5px;
  height: 13px;
  position: absolute;
  top: 0px;
  left: 6px;
  display: none;
  border: solid #000;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

.checkbox__container input:checked~.checkmark:after {
  display: block;
}


.main__form-btn {
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid #ff5700;
  border-radius: 3px;
  /*font-weight: 600;*/
  display: inline-block;
  transition: 0.3s ease-in-out;
  width: 100%;
  background-color: #ff5700;
  color: #fff;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 14px;

}

.main__form-btn:hover {
  background: #00539a;
  color: #fff;
}

.main__form-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0);
  padding: 3px;
  cursor: pointer;
}

@media screen and (max-width:1300px) {
  .partners__slider {
    padding: 0 30px
  }

  .partners .swiper-button-prev {
    left: 0
  }

  .partners .swiper-button-next {
    right: 0
  }
}

@media screen and (max-width:1100px) {
  .product-main__left {
    width: 420px;
    margin-right: 30px
  }

  .product-main__right {
    width: calc(100% - 450px)
  }

  .product-main__subtitle {
    font-size: 30px
  }

  .product-main__price-title {
    font-size: 14px
  }

  .product-main__price-text {
    font-size: 28.4px
  }

  .product-main__price-text span {
    font-size: 45px
  }

  .product-main__form input {
    width: 100%;
    height: 43px;
    font-size: 12px
  }

  .product-main__form button {
    width: 100%;
    height: 43px
  }

  .product-main__form button span {
    font-size: 12px
  }

  .product-main__item-img {
    width: 60px;
    height: 60px
  }

  .product-main__item-title {
    font-size: 12px
  }

}

@media screen and (max-width:992px) {
  .product-main__title {
    font-size: 25px
  }

  .product-main__price-title {
    font-size: 12px
  }

  .product-main__price-text {
    font-size: 20px
  }

  .product-main__price-text span {
    font-size: 35px
  }

  .product-main .cartcalc {
    height: 43px
  }

  .product-info__title {
    font-size: 20px
  }

  .product-info__text p {
    font-size: 14px
  }

  .product-info__item-title {
    font-size: 16px
  }

  .product-info__item-text {
    font-size: 14px
  }

  .partners {
    padding: 40px 0 100px
  }
}

@media screen and (max-width:940px) {
  .product-main__left {
    width: 340px
  }

  .product-main__right {
    width: calc(100% - 370px)
  }

  .product-main__items {
    display: none
  }

  .product-main__items-mob {
    display: grid;
    margin-top: 25px
  }

  .product-main__item-img {
    width: 50px;
    height: 50px
  }

  .product-main__item-img img {
    max-width: 30px
  }

  .partners__slider {
    padding: 0
  }

  .partners .swiper-button-next,
  .partners .swiper-button-prev {
    display: none
  }
}

@media screen and (max-width:740px) {
  .product-main__inner {
    display: block
  }

  .product-main__left {
    width: 100%;
    margin: 0 0 20px
  }

  .product-main__right {
    width: 100%
  }

  .product-main__title {
    display: none
  }

  .product-main__title-mob {
    display: block;
    margin-bottom: 15px
  }

  .product-main__price {
    margin-top: 0
  }

  .product-main__items-mob {
    grid-template-columns: repeat(2, calc(50% - 10px));
    gap: 20px
  }
}

@media screen and (max-width:390px) {
  .product-main__items-mob {
    grid-template-columns: 100%
  }
}

.footer {
  background-color: #002341;
  padding: 50px 0 20px
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer__item {
  margin-bottom: 30px
}

.footer__item:not(:last-child) {
  margin-right: 30px
}

.footer__item-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer__item-title {
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  color: #fff
}

.footer__item-arrow {
  display: none;
  width: 10px;
  margin-left: 10px
}

.footer__item-arrow img {
  width: 100%
}

.footer__item-hidden {
  margin-top: 15px
}

.footer__item-link {
  display: block;
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  color: #fff
}

.footer__item-link:not(:first-child) {
  margin-top: 10px
}

.footer__item-link:hover {
  color: #ff5700
}

.footer__desc {
  margin-bottom: 30px
}

.footer__rights {
  font-size: 14px;
  line-height: 120%;
  font-weight: 700;
  color: #7cc3ff
}

.footer__rights a {
  display: block;
  font-weight: 400
}

.footer__brevis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px
}

.footer__brevis-icon {
  width: 25px
}

.footer__brevis-icon img {
  width: 100%
}

.footer__brevis-text {
  font-size: 12px;
  line-height: 120%;
  color: #7cc3ff;
  margin-left: 10px
}

.footer__brevis-text a {
  display: block;
  font-weight: 700;
  text-decoration: underline
}

@media screen and (max-width:576px) {
  .footer {
    padding: 30px 0
  }

  .footer__inner {
    display: block
  }

  .footer__item {
    margin: 0 0 30px
  }

  .footer__item-show {
    cursor: pointer
  }

  .footer__item-title {
    font-size: 16px
  }

  .footer__item-arrow {
    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
  }

  .footer__item-hidden {
    display: none
  }

  .footer__item-link {
    font-size: 12px
  }

  .footer__desc {
    margin: 0
  }

  .footer__rights {
    font-size: 12px
  }

  .footer__brevis-icon {
    width: 20px
  }

  .footer__brevis-text {
    font-size: 12px
  }
}

.search-page {
  margin: 40px auto;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.search-block {
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.search-suggest {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  /* margin-bottom: 10px; */
  width: calc(100% - 90px);
}

.search-page br {
  display: none;
}

.search_a {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  color: #002341;
  transition: 0.3s ease-in-out;
}

.search_a:hover {
  text-decoration: underline;
  color: #ff5700;
}

.search-suggest-btn {
  padding: 10px 20px;
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f5f5f5;
  cursor: pointer;
  transition: background-color 0.3s;
}

select.search-suggest-btn {
  margin-bottom: 10px;
}

.search-suggest-btn:hover {
  background-color: #eaeaea;
}

.search-page-params-link {
  text-decoration: none;
  color: #333;
}

.notetext {
  display: block;
  margin-top: 10px;
}

.search-page-params.search-page-params-link {
  display: inline-block;
  margin: 20px 0;
}

.calendar-icon {
  margin-left: 5px;
  cursor: pointer;
}

.date-interval-hellip {
  margin: 0 5px;
}

.notetext {
  color: #ff0000;
}


@media (max-width: 1155px) {

  .header-bottom__list li,
  .header-bottom__list li div {
    font-size: 11px;
  }
}

@media (max-width: 881px) {

  .header-bottom__list li,
  .header-bottom__list li div {
    font-size: 9px;
  }
}

@media (max-width: 740px) {

  .header-bottom__list li,
  .header-bottom__list li div {
    font-size: 18px;
  }

  .header-bottom__item-show:after {
    width: 15px;
    height: 35px;
    right: -35px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
  padding: 5px;
  border-radius: 5px;
}

.pagination__item {
  cursor: pointer;
  padding: 5px 10px;
  border: 1px #002341 solid;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}


.pagination__item:hover {
  background-color: #0000004b;
}

.pagination__item--active {
  color: #ff5700;
  font-weight: 600;
}

a.breadcrumb {
  margin-top: -15px;
}

#order_materials_phone {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media(max-width: 470px) {
  .product-main__form {
    column-gap: 10px;
  }

  .product-main__form-group:not(:last-child) {
    margin-right: 0;
  }

  .product-main .cartcalc {
    width: 100%;
  }
}

.materials-page .materials__swiper-wrapper {
  flex-wrap: wrap;
  row-gap: 15px;
}

.our_price-section tr {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 35, 65, 1);
  border-left: 1px solid rgba(0, 35, 65, 1);
  border-right: 1px solid rgba(0, 35, 65, 1);
  position: relative;
  transition: .3s;
}

.our_price-section tr th {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  padding: 30px;
  text-transform: uppercase;
  cursor: pointer;
}

.our_price-section {
  width: 100%;
  margin-top: 30px;
}

.our_price-section-bg {
  background-color: rgba(0, 35, 65, 1);
  justify-content: space-between!important;
}

.our_price-section td {
  padding: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  cursor: pointer;
}

.our_price-section td span {
  font-weight: 600;
  cursor: pointer;
}

.our_price-section tr:hover {
  color: rgba(255, 87, 0, 1);
}


.our_price-section td::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 3px;
  background: #ff9800;
  left: 12px;
  top: 50%;
  opacity: 0;
  transition: .7s;
}

.our_price-section tr:hover td::before {
  opacity: 1;
}

.our_price-section-hp tr {
    justify-content: space-between;
}

.text_block-inner {
  /* display: flex; */
  /* position: relative; */
  /* justify-content: space-between;
  gap: 30px; */
}

.text_block-text {
  /* width: 45%; */
  margin-top: 20px;
}

.text_block-inner img {
  max-width: 600px;
  max-height: 500px;
	width: 100%;
	float: right;
  padding: 0 0 35px 35px;
  position: relative;
}
.text_block-text.ground-text{
  width: 100%;
}
.text_block-text h2 {
  margin-bottom: 10px;
}

.text_block-text h3 {
  margin-bottom: 10px;
}

.text_block-text p {
  padding-bottom: 20px;
  line-height: 17px;
  text-align: justify;
}

.text_block-text ul {
  padding-bottom: 20px;
}

.text_block-text ul li {
  position: relative;
  padding: 10px 25px;
}

.text_block-text ul li::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 15px;
  height: 15px;
  background: rgba(255, 87, 0, 1);
}


.text_block-img-bg {
  position: absolute;
  top: -38px;
  left: -30px;
  z-index: -1;
}

.text_block-img img {
  max-width: 600px;
  width: 100%;
  /* position: relative; */
}

.text_block-inner-img {
  position: relative;
}

.text_block-inner-img::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/img-for-text-block-bg.png");
  top: -25px;
  right: 270px;
  width: 329px;
  height: 171px;
}

@media(max-width: 660px) {
  .text_block-inner-img::before {
    display: none;
  }

}

@media(max-width: 800px) {
  .text_block-img img {
    max-width: 300px;
  }

  .text_block-text {
    /* width: 65%; */
    margin-top: 25px;
  }
}

@media(max-width: 576px) {
  
  .text_block-img img {
    display: none;
  }

  .text_block-text {
    width: 100%;
  }

  .text_block-img-bg {
    display: none;
  }
}

.sertificate_block {
  padding: 20px 0;
}

.sertificate_block img {
  max-width: 273px;
  margin: 0 auto;
  border: 2px solid rgba(0, 35, 65, 1);
}

.sertificate_block-item img {
  width: 100%;
}

img.prev.slick-arrow {
  border: unset;
  position: absolute;
  left: -75px;
  top: 45%;
}

.sertificate_block-bef {
  position: relative;
}

.sertificate_block-item::before {
  position: absolute;
  content: '';
  width: 273px;
  height: 390px;
  left: 4%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 35, 65, 0) 0%, #002341 100%);
  transition: all 300ms;
  opacity: 0;
  pointer-events: none;
}

.sertificate_block-item::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cg clip-path='url(%23clip0_37_183)'%3E%3Cpath d='M3.8498 3.86007C6.25506 1.49497 9.47778 0.145492 12.8506 0.0910677C16.2235 0.0366437 19.488 1.28145 21.9684 3.56771C24.4487 5.85397 25.9547 9.00656 26.1747 12.3727C26.3946 15.7388 25.3115 19.0605 23.1498 21.6501L24.4598 23.0001C25.0142 22.7502 25.6315 22.6748 26.2297 22.7837C26.828 22.8927 27.379 23.1809 27.8098 23.6101L31.1198 26.8701C31.6834 27.4337 32 28.198 32 28.9951C32 29.7921 31.6834 30.5565 31.1198 31.1201C30.5562 31.6837 29.7918 32.0003 28.9948 32.0003C28.1978 32.0003 27.4334 31.6837 26.8698 31.1201L23.5598 27.8101C23.1389 27.3737 22.86 26.82 22.7601 26.222C22.6601 25.6239 22.7437 25.0096 22.9998 24.4601L20.9998 22.4601C20.8001 22.2595 20.688 21.9881 20.688 21.7051C20.688 21.4221 20.8001 21.1506 20.9998 20.9501C22.9756 18.9701 24.1229 16.3118 24.2083 13.5159C24.2937 10.7201 23.3108 7.9967 21.4596 5.89982C19.6083 3.80294 17.0277 2.49008 14.2428 2.22833C11.4579 1.96658 8.67793 2.77559 6.46836 4.49078C4.25879 6.20598 2.78563 8.69851 2.34857 11.4613C1.91151 14.2241 2.5434 17.0497 4.11567 19.3631C5.68794 21.6766 8.0825 23.3042 10.8122 23.9148C13.5419 24.5254 16.4017 24.0731 18.8098 22.6501C18.9308 22.5657 19.068 22.5074 19.2127 22.4786C19.3574 22.4498 19.5064 22.4513 19.6505 22.4828C19.7946 22.5144 19.9306 22.5755 20.05 22.6621C20.1694 22.7488 20.2695 22.8592 20.3442 22.9864C20.4189 23.1136 20.4665 23.2549 20.4839 23.4014C20.5014 23.5478 20.4884 23.6964 20.4457 23.8376C20.403 23.9788 20.3316 24.1096 20.2359 24.2219C20.1403 24.3342 20.0224 24.4255 19.8898 24.4901C17.1345 26.1429 13.8692 26.7289 10.7112 26.1374C7.55311 25.5458 4.72124 23.8177 2.75097 21.2797C0.780699 18.7418 -0.191414 15.5699 0.0184288 12.3638C0.228271 9.15768 1.60553 6.13956 3.8898 3.88007L3.8498 3.86007ZM25.0698 26.3001L28.3798 29.6101C28.5429 29.7731 28.7641 29.8647 28.9948 29.8647C29.2254 29.8647 29.4467 29.7731 29.6098 29.6101C29.7728 29.4469 29.8644 29.2257 29.8644 28.9951C29.8644 28.7644 29.7728 28.5432 29.6098 28.3801L26.2998 25.0701C26.1354 24.9135 25.9162 24.8274 25.6892 24.8301C25.4621 24.8329 25.2452 24.9243 25.0846 25.0849C24.9241 25.2454 24.8326 25.4624 24.8299 25.6895C24.8271 25.9165 24.9132 26.1356 25.0698 26.3001Z' fill='%23FF5700'/%3E%3Cpath d='M13 9V13M13 17V13M13 13H9H17' stroke='%23FF5700'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_37_183'%3E%3Crect width='32' height='32' fill='white' transform='matrix(-1 0 0 1 32 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  bottom: 5px;
  right: 20px;
  transition: all 300ms;
  opacity: 0;
}

@media(max-width: 1200px) {
  .sertificate_block-item::before {
    display: none;
  }

  .sertificate_block-item::after {
    display: none;
  }
}

.sertificate_block-bef:hover .sertificate_block-item::before {
  opacity: 1;
}

.sertificate_block-bef:hover .sertificate_block-item::after {
  opacity: 1;
}

img.next.slick-arrow {
  border: unset;
  position: absolute;
  right: -75px;
  top: 45%;
  transform: rotate(180deg);
}

@media(max-width: 1680px) {
  img.prev.slick-arrow {
    right: 66px;
    top: -62px;
    left: unset;
  }

  img.next.slick-arrow {
    right: 0;
    top: -62px;
  }
}

@media(max-width: 600px) {
  .sertificate_block {
    padding: 60px 0;
  }

  img.prev.slick-arrow {
    top: 0px;
  }

  img.next.slick-arrow {
    top: 0px;
  }

  .sertificate_block img {
    margin: 0 auto;
  }
}

.products {
  display: grid;
  grid-template-columns: repeat(3, 370px);
  grid-gap: 29px;
  grid-auto-rows: 320px;
  justify-content: center;
  margin: 30px 0;
  position: relative;
  z-index: 2;
}

.products_card {
  position: relative;
}

.products_card::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 35, 65, 0) 0%, #002341 100%);
  height: 284px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: absolute;
}

.products_card-name a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 21px;
  height: 3%;
  background: #ff5700;
}

@media(max-width: 1200px) {
  .products {
    grid-template-columns: repeat(2, 370px);
  }
}

@media(max-width: 800px) {
  .products {
    grid-template-columns: repeat(1, 370px);
  }
}


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

.products_card-name a {
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  color: #fff;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 30px 50px;
}

.products_card-name span {
  text-transform: uppercase;
}

.products_card a:hover {
  color: #ff5700;
}

.products_card:hover .products_card-name a {
  bottom: 40%;
}

.products_card:hover:before {
  background: linear-gradient(180deg, rgba(0, 35, 65, 0) 0%, #002341 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.products_card-name-opasity-nalich {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding-left: 20px;
}

.products_card-name-opasity-deliv {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.products_card-name-opasity-deliv span {
  font-weight: 700;
}

.products_card-name-opasity {
  opacity: 0;
  position: absolute;
  bottom: 0;
  color: white;
  padding: 30px 0 0px 50px;
}

.products_card:hover .products_card-name-opasity {
  opacity: 1;
}

.products_card-name-opasity-nalich::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='1' fill='%2316A013'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 35px;
  left: 50px;
  width: 12px;
  height: 12px;
}

.submit_popup {
  display: none;
}

.submit_popup-open {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-bottom__item-ul a {
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  color: #fff;
}

.multimenu__first>.header-bottom__item-ul {
  position: absolute;
  left: 100%;
  margin: 4px 0px;
  top: -15px;
  opacity: 0;
  pointer-events: none;
  background: white;
  padding: 10px 0px 15px 10px;
  background-color: rgba(0, 83, 154, .7);
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  color: #fff;
  -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    min-width: 150px;
}

.multimenu__second>.header-bottom__item-ul {
  position: absolute;
  left: 100%;
  margin: 30px 0px;
  top: -31px;
  opacity: 0;
  pointer-events: none;
  background: white;
  padding: 15px;
  background-color: rgba(0, 83, 154, .7);
  border: 1px solid rgba(255, 255, 255, .2);
  /* border-bottom: 1px solid rgba(255, 255, 255, .2); */
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  color: #fff;
  -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    min-width: 150px;
}

.header-bottom__item-ul>.multimenu__second:not(:first-child) {
  margin-top: 15px;
}

/* .multimenu__second>.header-bottom__item-ul {
  position: absolute;
  left: 70%;
  top: 0;
  opacity: 0;
  pointer-events: none;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  color: #fff;
} */

.multimenu__first:hover>.header-bottom__item-ul {
  opacity: 1;
  pointer-events: unset;
}

.multimenu__second:hover>.header-bottom__item-ul {
  opacity: 1;
  pointer-events: unset;
}

.multimenu__first a:hover {
  color: #ff5700;
}

.multimenu__second a:hover {
  color: #ff5700;
}

.multimenu__second:not(:first-child) {
  margin-top: 15px;
}

.multimenu__first:not(:first-child) {
  margin-top: 15px;
}

.multimenu__first {
  position: relative;
}

@media (max-width: 740px) {

  .parent:after {
    content: "";
    position: absolute;
    top: 6px;
    right: -29px;
    width: 11px;
    height: 7px;
    background-image: url(../img/arrow.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

}

.hover_color-orange {
  color: #ff5700;
}

.price_for_section .materials__inner-section h2 {
  font-size: 31px;
}

.text_block-inner .text_block-spec {
    width: 100%;
}

.right-img {
    float: right;
    padding: 5px;
    margin: 0 0 15px 15px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}

.text_before_price {
    padding-top: 40px;
    line-height: 1.5;
}

.our_price-section-hp .main__form-open {
    padding: 20px;
    margin: 10px;
    color: white;
    margin-left: auto;
	background-color: #ff5700;
    border: 1px solid #ff5700;
    border-radius: 3px;
}

.our_price-section-hp .main__form-open:hover { 
	background-color: #e56b2b;
    border: 1px solid #e56b2b;
}

.main__form-checkbox-info {
	margin: 10px 0;
}
@media(max-width: 576px) {
  .right-img{
    float: none;
    margin: 15px auto;
  }
  .right-img img{
    width: 100%;
    object-fit: cover;
  }
}

.table {
  width: 100%;
  max-width: 100%;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
  margin-top: 10px;
}

.table table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #cdcdcd;
  border-spacing: 0px;
}

.table tr td {
  padding: 15px 15px;
  border: 1px solid #cdcdcd;
  font-size: 17px;
  line-height: 1.2;
  vertical-align: middle;
  color: #333333;
  text-align: center;
}

.table tr:hover {
  background: #8cadc93b;
}

.table tr td a:hover {
  color: rgba(255, 87, 0, 1);
}

.rent {
  margin-top: 50px;
}

.blog {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin: 40px 0;
}

.blog a {
  max-width: 365px;
  border: 1px solid lightgrey;
}

.blog .blog-preview-foto {
  max-width: 365px;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.blog-preview-text {
  padding: 20px;
}

.blog-preview-name {
  font-weight: 600;
  font-size: 21px;
  padding-bottom: 10px;
  line-height: 1.2;
}

.blog-preview-desc {
  line-height: 1.2;
  text-align: justify;
}

.blog a:hover .blog-preview-name {
  color: #ff5700;
}

.head_blog {
  padding-bottom: 0;
}

div.news-detail img.detail_picture {
  max-width: 400px;
  max-height: 265px;
  float: right;
  margin: 10px 0px 15px 30px;
}

.news-detail {
  margin: 30px 0;
}

div.news-detail h2 {
  line-height: 1.2;
  padding: 10px 0;
}

div.news-detail p {
  line-height: 1.4;
  text-align: justify;
}

div.news-detail ul li {
  position: relative;
  padding: 10px 25px;
  line-height: 1.3;
}

div.news-detail ul li::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 15px;
  height: 15px;
  background: rgba(255, 87, 0, 1);
}

blockquote.info {
  padding: 27px 42px 31px 42px;
  border: 1px solid rgba(91, 177, 71, 0.4);
  border-radius: 3px;
  border-left: 3px solid #5bb147;
  color: #5a8051;
  margin: 40px 0px;
  font-weight: 400;
  position: relative;
}

blockquote.info:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 40px;
  background: #fff url(/local/templates/mine/img/done-green.png) -17px -153px no-repeat;
  width: 26px;
  height: 18px;
}