.aside {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #323555;
  width: 351px;
  z-index: 80;
  overflow-x: hidden;
}
.aside__logo {
  width: 88px;
  height: 88px;
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0A77F5;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin: 30px 0 30px 15px;
}
.aside__logo span {
  color: #222426;
}
.aside__descriptor {
  font-size: 14px;
  color: #fff;
  margin: 0 0 30px 15px;
  line-height: 1.3;
  opacity: 0.7;
}
.aside__ul {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  list-style-type: none;
  padding: 0;
}
.aside__li {
  margin: 12px 0;
}
.aside__link {
  color: #fff;
  opacity: 0.7;
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.aside__link:hover {
  opacity: 1;
  color: #fff;
}
.aside__link img {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  margin-bottom: -5px;
}
.aside__btn {
  padding: 20px 30px;
  margin: 0 15px 30px 15px;
  font-weight: 600;
}

@media only screen and (max-width: 1200px) {
  .aside {
    width: 251px;
  }
}
@media only screen and (max-width: 992px) {
  .aside {
    display: none;
  }
}
#materials,
#portfolio,
#information,
#contacts,
#categories,
#relatives {
  padding-top: 130px;
  margin-top: -130px;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}

.header {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
.header__top {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding: 20px 0;
}
.header__top::after {
  content: "";
  position: absolute;
  width: 3000px;
  left: -140px;
  height: 1px;
  background: #ececec;
  bottom: 0;
  z-index: 10;
}
.header__desc {
  background: #F7F8FA;
  border-radius: 10px;
  padding: 12px;
  text-transform: uppercase;
}
.header__desc p {
  display: block;
  padding: 4px;
  font-size: 16px;
  color: #222426;
  text-align: left;
}
.header__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header__info a {
  display: block;
}
.header__ic {
  width: 22px;
  height: 22px;
  fill: #0A77F5;
  margin-bottom: 4px;
}
.header__phone {
  margin-bottom: 5px;
  color: #222426;
}
.header__mail {
  font-size: 18px;
}
.header__phone span {
  font-size: 20px;
  font-weight: 600;
  margin-left: 15px;
}
.header__bottom {
  margin: 10px 0;
}

.logo-mobile {
  display: none;
}

.logo-wrp {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .logo-mobile {
    display: flex;
    width: 60px;
    height: 60px;
    font-size: 14px;
    margin: 0 20px 0 0;
  }
  .header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #323555;
  }
  .header__desc {
    padding: 0px;
    text-transform: none;
    background: transparent;
    border: none;
  }
  .header__desc p {
    font-size: 12px;
    line-height: 1.3;
    color: #fff;
  }
  .header__top {
    width: 100%;
    padding: 10px 0;
  }
  .header__top::after {
    display: none;
  }
  .header__info {
    margin-right: 15px;
  }
  .header__phone span {
    font-size: 16px;
    color: #fff;
  }
  .header__phone {
    margin-bottom: 0;
  }
  .header__ic {
    fill: #fff;
  }
  .header__mail {
    color: #fff;
  }
}
@media only screen and (max-width: 620px) {
  .header__info {
    display: none;
  }
}
.scrolled .header__top {
  padding: 5px 0;
}
.scrolled .header__desc {
  padding: 5px;
}
.scrolled .header__desc p {
  font-size: 12px;
  padding: 2px;
}
.scrolled .header__phone {
  margin-bottom: 0;
}
.scrolled .header__phone span {
  font-size: 18px;
}
.scrolled .nav__item {
  padding: 5px 0;
}

.header {
  top: -118px;
}
.header__top {
  max-width: 1170px;
}

.scrolled {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.0392156863);
  background: #fff;
  transition: top 1s;
  z-index: 70;
  margin-left: 0;
  padding-left: 390px;
}

.mfixed {
  margin-top: 200px;
}

@media only screen and (max-width: 1200px) {
  .scrolled {
    padding-left: 285px;
  }
}
@media only screen and (max-width: 992px) {
  .scrolled {
    padding-left: 15px;
    background: #323555;
  }
  .mfixed {
    margin-top: 70px;
  }
}
.heading {
  background: #F2F3F7;
  padding: 30px 0px 30px 0;
  position: relative;
  margin-bottom: 20px;
}
.heading:before, .heading:after {
  content: "";
  position: absolute;
  background: inherit;
  display: block;
  top: 0;
  bottom: 0;
  width: 100%;
}
.heading:before {
  right: 100%;
}
.heading:after {
  left: 100%;
}
.heading h1 {
  font-size: 28px;
  color: #222426;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 600;
}

.breadcrumbs {
  padding-left: 0;
  font-size: 16px;
color: gray;
}
.breadcrumbs li {
  display: inline-block;
  font-size: 15px;
  color: #808080;
}
.breadcrumbs li a {
  color: #222426;
  text-decoration: none;
}
.breadcrumbs li a:hover {
  color: #161719;
}
.breadcrumbs li + li::before {
  color: #222426;
  content: "/";
  padding: 0 5px;
}

.mobile_buttons {
  display: none;
}

@media only screen and (max-width: 620px) {
  .mobile_buttons {
    display: flex;
    align-items: center;
    margin: 10px;
  }
  .mobile_buttons a {
    background: #0A77F5;
    width: 37px;
    height: 37px !important;
    margin-right: 2px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
  }
  .mobile_buttons .ic_mob {
    width: 20px;
    height: 20px;
    fill: #fff;
  }
}
.nav__list {
  display: flex;
  align-items: center;
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.nav__item:not(:last-child) {
  margin-right: 40px;
}

.nav__item {
  position: relative;
  padding: 15px 0;
  line-height: 1;
}

.nav__link {
  color: #60616d;
  font-size: 18px;
  font-weight: 600;
}
.nav__link:hover {
  color: #0A77F5;
}

.nav__link--drop::after {
  content: "";
  width: 7px;
  height: 7px;
  background-image: url("../img/download.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s;
}

.nav__list--dropdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 100%;
  display: block;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.07);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  width: 280px;
  z-index: 90;
}

.dropdown-submenu {
  display: flex;
  align-items: initial;
}

.dropdown-submenu__item {
  flex-grow: 1;
  min-width: 200px;
  padding: 0px 30px;
}

.dropdown-submenu__list {
  padding: 0;
}

.dropdown-submenu__item:not(:last-child) {
  border-right: 1px solid #bfbfbf;
}

.dropdown-submenu__item:first-child {
  padding-left: 0;
}

.dropdown-submenu__item:last-child {
  padding-right: 0;
}

.mobile-back {
  display: none;
}

.mobile-back__link {
  color: #222426;
  font-weight: 500;
}

.dropdown-list__item {
  border-bottom: 1px solid #ececec;
}

.dropdown-list__link {
  font-size: 15px;
  color: #222426;
  padding: 13px 20px;
  display: block;
}
.dropdown-list__link:hover {
  color: #0A77F5;
}

.dropdown-submenu__list-item {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .nav__link--drop:hover::after {
    transform: rotate(180deg);
    transition: all 0.3s;
  }
  .nav__item:hover .nav__list--dropdown {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
  }
}
.burger {
  width: 40px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: relative;
  display: none;
}

.burger::before,
.burger::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.burger::after {
  top: auto;
  bottom: 0;
}

.burger span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #fff;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}

.lock {
  overflow: hidden;
}

@media (max-width: 992px) {
  .burger {
    display: block;
  }
  .mobile-back {
    display: block;
  }
  .main-menu {
    position: fixed;
    left: 0;
    top: 0;
    max-width: 400px;
    width: 80%;
    height: 100vh;
    z-index: 200;
    box-shadow: 5px 0 15px -5px rgba(0, 0, 0, 0.8);
    background-color: #fff;
    transform: translateX(-150vw);
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
  }
  .nav__list {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    padding-top: 10%;
    position: relative;
    justify-content: flex-start;
  }
  .nav__item {
    margin-left: 0 !important;
    font-size: 20px;
    width: 100%;
    padding: 0;
    position: static;
  }
  .nav__link,
.dropdown-submenu__list-item a {
    padding: 13px 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .dropdown-submenu__list-item {
    padding: 0;
  }
  .nav__link {
    border-bottom: 1px solid #ececec;
  }
  .nav__link::after {
    transform: rotate(-90deg);
  }
  .nav__list--dropdown {
    position: absolute;
    top: 0;
    right: auto;
    left: 100%;
    box-shadow: none;
    width: 100%;
    display: none;
  }
  .dropdown-submenu__item {
    width: 100%;
    padding: 0;
    border: none !important;
  }
  .dropdown-submenu__title {
    padding: 0 30px;
  }
  .dropdown-submenu__banner {
    display: inline-block;
    padding: 20px;
  }
  .nav__list.transformation {
    transform: translateX(-100%);
    transition: all 0.3s;
  }
  .nav__list--dropdown.transformation {
    opacity: 1;
    visibility: visible;
    display: block;
    transform: none;
    background-color: #fff;
    transition: all 0.3s;
  }
  .main-menu.open {
    transform: translateX(0);
    transition: all 0.3s;
  }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
  }
  .mobile-back a {
    position: relative;
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .mobile-back a::before {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("../img/download.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
    transform: rotate(90deg);
  }
}
.close_btn {
  display: none;
  position: absolute;
  z-index: 60;
  right: 10px;
  top: 17px;
  cursor: pointer;
}
.close_btn .ic_close {
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 992px) {
  .open .close_btn {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .nav__link {
    font-size: 16px;
  }
}
.nav__item--dh {
  display: none;
}

@media only screen and (max-width: 992px) {
  .nav__item--dh {
    display: block;
  }
}
.btn {
  display: inline-flex;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s;
  text-decoration: none;
  line-height: 1;
}

.btn-transparent {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}
.btn-transparent:hover {
  background: #fff;
  color: #323555;
}

.btn-blue {
  background: #0A77F5;
  color: #fff;
  border: 1px solid #0A77F5;
  border-radius: 4px;
}
.btn-blue:hover {
  background: #096bdd;
  color: #fff;
}

.banner {
  background: #F2F3F7;
  padding: 30px 30px 0 30px;
  border-radius: 10px;
}
.banner__info p {
  font-size: 14px;
  opacity: 0.8;
  padding-left: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.banner__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}
.banner__ul {
  margin-bottom: 20px;
  padding: 0;
}
.banner__ul li {
  display: flex;
  align-items: center;
  margin: 15px 0;
  font-size: 18px;
  line-height: 1.3;
}
.banner__ul li span {
  margin-left: 10px;
}
.banner img {
  display: block;
}

@media only screen and (max-width: 1400px) {
  .banner__info {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .banner {
    padding: 15px 15px 0 15px;
    margin-top: 20px;
  }
  .banner__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .banner__ul li {
    font-size: 16px;
  }
  .banner__ul li img {
    width: 17px;
    height: 17px;
  }
  .banner__info p {
    font-size: 12px;
    line-height: 1.4;
  }
}
.tizers {
  margin: 60px 0;
}
.tizers__img {
  margin-bottom: 30px;
  text-align: center;
}
.tizers__img img {
  display: block;
}
.tizers__img-tooltip {
  background: #0A77F5;
  border-radius: 4px;
  color: #fff;
  padding: 7px;
  font-size: 16px;
  display: inline-block;
  position: relative;
}
.tizers__img-tooltip::after {
  content: "";
  position: absolute;
  left: 40px;
  top: -30px;
  border: 20px solid transparent;
  border-bottom: 20px solid #0A77F5;
}
.tizers__wrp {
  background: #F2F3F7;
  border-radius: 10px;
  padding: 30px;
}
.tizers__item {
  display: flex;
  margin-bottom: 20px;
}
.tizers__img {
  flex-shrink: 0;
  margin-right: 20px;
}
.tizers__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
}
.tizers__subtitle {
  font-size: 18px;
  line-height: 1.3;
  color: #656565;
}
.categories_wrp{
  position: relative;
}


.categories_link:hover + .categories__title{
  color: #0A77F5!important;
}
@media only screen and (max-width: 576px) {
  .tizers {
    margin: 30px 0;
  }
  .tizers__wrp {
    padding: 15px;
  }
  .tizers__title {
    font-size: 16px;
  }
  .tizers__subtitle {
    font-size: 16px;
  }
}
.categories {
  margin: 60px 0;
}


.categories__item {
  background: #0A77F5;
  padding: 30px 15px 0 15px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
}
.categories__item img {
  border-radius: 10px 10px 0 0;
  width: 241px;
  height: 184px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.categories__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}



@media only screen and (max-width: 576px) {
  .categories {
    margin: 30px 0;
  }
  .categories__title {
    font-size: 18px;
  }
}
#mainCarousel {
  width: 100%;
  margin: 0 auto 1rem auto;
  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
      0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}

#mainCarousel .carousel__slide {
  width: 100%;
  padding: 40px;
}

#mainCarousel .carousel__button.is-prev {
  left: 10px;
  outline: none;
}

#mainCarousel .carousel__button.is-next {
  right: 10px;
  outline: none;
}

#mainCarousel .carousel__button:focus {
  outline: none;

}

#thumbCarousel {
  margin-bottom: 20px;
}
.carousel__slide{
  border: 1px solid #ececec;
  border-radius: 4px;

}
#thumbCarousel .carousel__slide {
  opacity: 0.5;
  padding: 0;
  margin: 0.25rem;
  width: 96px;
  height: 96px;
  overflow: hidden;
  border: 1px solid #ececec;
  padding: 5px;
  border-radius: 4px;
}

#thumbCarousel .carousel__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

#thumbCarousel .carousel__slide.is-nav-selected {
  opacity: 1;
}

.section-title-product {
  margin-top: 40px;
  font-size: 24px;
}

.product .image-block {
  margin: 40px 0;
  width: 100%;
}
.product__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.product__sticker {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  padding: 6px;
}
.product__model {
  font-size: 20px;
  font-weight: 600;
}
.product__table {
  margin-bottom: 30px;
}
.product th {
  color: #222426;
}
.product td {
  color: #222426;
}
.product th,
.product td {
  font-size: 14px;
  line-height: 1.3;
}
.product__mid {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.product__btn {
  padding: 20px 30px;
}

@media only screen and (max-width: 576px) {
  .product th,
.product td {
    font-size: 9px;
    line-height: 1.3;
  }
  .product__content {
    padding: 15px;
  }
  .product__content h2 {
    font-size: 18px;
  }
  .product__content h3 {
    font-size: 18px;
  }
  .product__content p {
    color: #222426;
    line-height: 1.3;
    margin: 7px 0;
    font-size: 14px;
  }
  .product__content ul {
    list-style-type: disc;
    padding-left: 30px;
    line-height: 1.3;
  }
  .product__content li {
    font-size: 14px;
  }
  .product__content td,
.product__content th {
    font-size: 14px;
    line-height: 1.3;
  }
}
.stages {
  background: #F7F8FA;
  padding: 60px 0;
}
.stages__wrp {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.stages__item {
  background: #0A77F5;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  color: #fff;
  height: 90px;
  margin: 10px;
  flex-basis: 30%;
}
.stages__num {
  font-size: 56px;
  opacity: 0.1;
  flex-shrink: 0;
  margin-right: 30px;
  font-weight: 600;
}
.stages__info {
  font-size: 18px;
  line-height: 1.3;
}

@media only screen and (max-width: 1254px) {
  .stages__item {
    flex-basis: 44%;
  }
}
@media only screen and (max-width: 620px) {
  .stages {
    padding: 30px 0;
  }
  .stages__item {
    flex-basis: 100%;
    margin: 10px 0;
  }
  .stages__info {
    font-size: 16px;
  }
}
.swiper-wrapper {
  padding-bottom: 20px;
}

.swiper-slide {
  height: auto;
}

.hslider {
  position: relative;
  padding-bottom: 60px;
  padding-left: 1px;
  padding-right: 1px;
}
.hslider__item {
  height: 100%;
  border: 1px solid #ececec;
  transition: all 0.3s;
  padding: 15px;
  display: flex;
  flex-direction: column;
  color: #222426;
}
.hslider__item:hover {
  border: 1px solid #0A77F5;
  color: #222426;
}
.hslider__bottom-wrp {
  margin-top: auto;
}
.hslider__img {
  height: 200px;
  margin-bottom: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.hslider__img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.hslider__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 25px;
}
.hslider__model {
  display: flex;
  justify-content: space-between;
}
.hslider__price {
  font-size: 20px;
  font-weight: 600;
}
.hslider__price span {
  font-size: 12px;
}
.hslider__bottom {
  display: flex;
  justify-content: space-between;
}
.hslider__info {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 524px) {
 .hslider__img {
  height: auto;
}
.hslider__item{
    padding: 5px;
}
.hslider__title {
  font-size: 13px;
} .hslider__model {
  font-size: 12px;
    flex-wrap: wrap;
} .hslider__price {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 10px;
}
}
.hslider__bottom {
  flex-wrap: wrap;

}



.materials__wrp {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.materials__item {
  margin: 6px 6px 3px 0;
  padding: 15px;
  border: 1px solid #ececec;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1.3;
}
.materials img {
  border-radius: 10px;
}

@media only screen and (max-width: 1200px) {
  .materials__item {
    margin: 6px 6px 3px 0;
    padding: 6px;
    border: 1px solid #ececec;
    border-radius: 4px;
    font-size: 12px;
    flex-basis: 48%;
  }
}
.blue-block {
  background: #0A77F5;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.blue-block p {
  color: #fff;
}
.blue-block ul {
  color: #fff;
  list-style-type: disc;
}

.main-text {
  padding: 30px 10px 30px 30px;
  margin: 20px 0;
  border-left: 3px solid #0a77f5;
  background: #F2F3F7;
  font-size: 18px;
  line-height: 1.7;
}

.page-text {
  margin-bottom: 20px;
}

.text-justify {
  text-align: justify;
}

.text-about {
  display: block;
  text-align: end;
  font-style: italic;
  opacity: 0.7;
}

.content {
  margin-bottom: 510px;
}
.content-catalog{
  margin-bottom: 600px;
}
.content h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 10px;
}
.content h2 span {
  color: #0A77F5;
}
.content h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
.content__banner {
  border-bottom: 3px solid #0a77f5;
  margin-bottom: 30px;
}

@media only screen and (max-width: 576px) {
  .main-text {
    font-size: 16px;
    padding: 20px 10px 20px 10px;
  }
  .content h2 {
    font-size: 22px;
  }
  .content h3 {
    font-size: 20px;
  }
  .content__banner {
    margin-bottom: 20px;
  }
}
.gallery {
  height: 245px;
  display: block;
  position: relative;
}
.gallery img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.nav-pills {
  list-style-type: none !important;
  padding-left: 0px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #222426;
  background-color: #FFDC60;
  padding: 20px 25px;
}

.nav-pills .nav-link {
  background: 0 0;
  background-color: #E3E5ED;
  border-radius: 10px;
  padding: 20px 25px;
  color: #222426;
  margin-right: 10px;
}

.nav-link:focus,
.nav-link:hover {
  color: #222426;
}

.video-block {
  margin-bottom: 20px;
}

.video-block img {
  border-radius: 10px;
}

.ic_gal {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  fill: #222426;
}

.active .ic_gal {
  fill: #fff;
}

@media only screen and (max-width: 576px) {
  .gallery {
    height: 120px;
  }
  .nav-pills {
    margin-top: 10px;
  }
  .nav-pills .nav-link {
    padding: 15px 20px;
  }
  .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    padding: 15px 20px;
  }
}
.tags__block {
  background: #F7F8FA;
  border-radius: 10px;
  padding: 20px;
}
.tags__wrp {
  display: flex;
  flex-wrap: wrap;
}
.tags__ic {
  width: 10px;
  height: 10px;
  fill: #222426;
  margin-top: 3px;
  margin-left: 10px;
}
.tags__item {
  color: #222426;
  font-size: 18px;
  background: #D8DCE3;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px;
}
.tags__item:hover {
  background: #0A77F5;
  color: #fff;
}
.tags__item:hover .tags__ic {
  fill: #fff;
}

@media only screen and (min-width: 576px) and (max-width: 969px){
  .tags__item {
    flex-basis: 48%;
    font-size: 16px;
  }

}
@media only screen and (max-width: 576px) {
  .tags__item {
    font-size: 16px;
  }
  .tags__block {
    padding: 10px;
  }
}
.conts__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.conts__top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.conts__ic {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  flex-shrink: 0;
  fill: #0A77F5;
}
.conts__title {
  font-size: 18px;
  font-weight: 600;
}
.conts__bottom {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
.conts__bottom a {
  color: #222426;
}
.conts__form label {
  width: 100%;
}
.conts__input {
  display: block;
  height: 60px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ececec;
  font-weight: 600;
  padding-left: 10px;
  color: #222426;
}
.conts__input::-moz-placeholder {
  color: #222426;
}
.conts__input::placeholder {
  color: #222426;
}
.conts__input::-moz-placeholder {
  color: #222426;
}
.conts__btn {
  background: #0A77F5;
  color: #fff;
  padding: 20px 30px;
  margin-right: 15px;
}
.conts__btn:hover {
  background: #2385f6;
  color: #fff;
}
.conts__wrp {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 576px) {
  .conts__bottom {
    font-size: 16px;
  }
  .conts__title {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .conts__wrp {
    flex-wrap: wrap;
  }
  .conts__btn {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact_wrp {
  margin: 20px 0;
}

.contact_title {
  color: #9D9D9D;
  margin-bottom: 20px;
  font-size: 14px;
}

.contact_phone {
  display: block;
  font-weight: 600;
  font-size: 22px;
  text-decoration: none;
  margin-bottom: 10px;
  color: #222426;
}
.contact_phone:hover {
  color: inherit;
}

.contact_info {
  line-height: 1.5;
}

.contact_mail {
  color: #222426;
}
.contact_mail:hover {
  color: #0A77F5;
}

.block--contacts {
  margin: 30px 0;
}

.contact_txt {
  margin: 30px 0;
}

.office_img img {
  height: 456px;
  -o-object-fit: cover;
  object-fit: cover;
}

.questions_block {
  position: relative;
  padding: 10px;
  border: 1px solid #ececec;
  margin-left: 20px;
}
.questions_block a:hover {
  opacity: 0.7;
}

.questions_block--text {
  padding: 7px;
  background: #fff;
  font-size: 13px;
  color: darkgray;
  position: absolute;
  top: -15px;
  left: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact_phone {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .office_img {
    margin: 15px 0;
  }
  .office_img img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .contact_block3 {
    order: 1;
  }
  .contact_block2 {
    order: 2;
  }
  .contact_block1 {
    order: 3;
  }
}
.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.footer {
  margin-top: auto;
  padding: 15px 0;
  position: relative;
  background: #22243D;
  color: #fff;
}
.footer:before, .footer:after {
  content: "";
  position: absolute;
  background: inherit;
  display: block;
  top: 0;
  bottom: 0;
  width: 100%;
}
.footer:before {
  right: 100%;
}
.footer:after {
  left: 100%;
}
.footer__wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__info {
  position: relative;
  font-size: 14px;
  color: #bdbdc5;
  z-index: 10;
  line-height: 1.3;
}
.footer__info a {
  color: #bdbdc5;
}
.footer__info a:hover {
  color: #fff;
}

@media only screen and (max-width: 740px) {
  .footer__wrp {
    flex-wrap: wrap;
  }
  .footer__info {
    margin: 7px 0;
  }
}
.form-file {
  color: #222426;
  font-size: 12px;
}

.custom-checkbox {
  display: flex;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.checkbox-hidden {
  display: none;
}

.checkbox-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  max-width: 20px;
  flex: 0 0 20px;
  height: 20px;
  border-radius: 2px;
  background: #0A77F5;
}

.custom_chek {
  color: #222426;
}

.custom-checkbox input:checked + .checkbox-wrap::after {
  transform: scale(1);
  opacity: 1;
}

.custom-checkbox .checkbox-wrap::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/svg-check-ic.svg) no-repeat 0 0;
  background-size: 100%;
  will-change: transform;
  transform: scale(0);
  opacity: 0;
  transition: all 0.1s linear;
}

.checkbox-text {
  font-size: 14px;
  color: #222426;
  line-height: 1.3;
  margin-left: 15px;
}
.checkbox-text a {
  color: #0A77F5;
  text-decoration: underline;
}

body.modal-open {
  padding-right: 0px !important;
}

/* body {
  overflow-y: scroll !important;
} */

.compensate-for-scrollbar {
  padding-right: 0px !important;
}

textarea:focus {
  border: none;
  outline: none !important;
}

.modal-header {
  justify-content: center;
  position: relative;
}

.graypart {
  background-color: #f6f9fc;
}

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

.modal-content {
  position: relative;
}

.btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 50;
}

#watchme {
  border: none;
  background: transparent;
  box-shadow: none;
}
#watchme .btn-close {
  right: -30px;
}
#watchme .modal-content {
  border: none;
  background: transparent;
  box-shadow: none;
}

.modal-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  color: #222426;
}

.modal-contacts {
  padding: 20px 40px;
}
.modal-contacts__heading {
  display: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #222426;
}
.modal-contacts__contacts a {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #222426;
  margin-bottom: 5px;
}
.modal-contacts__bottom {
  margin-top: 40px;
  font-size: 14px;
  display: inline-flex;
  color: #222426;
  align-items: center;
  padding: 10px 17px;
  border: 1px solid #ececec;
  -moz-column-break-after: 4px;
  break-after: 4px;
}
.modal-contacts__bottom span {
  margin-left: 10px;
}
.modal-contacts__bottom .ic_modal {
  width: 20px;
  height: 20px;
  fill: #0A77F5;
}

.files {
  font-size: 10px;
}

.form-group_modal {
  padding: 40px 40px;
}
.form-group_modal label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  width: 100%;
}

.form_input__modal {
  padding: 13px 0px;
  border: none;
  border-bottom: 1px solid lightgray;
  margin-bottom: 20px;
  border-radius: 0px;
  width: 100%;
  background: transparent;
  font-size: 15px;
}
.form_input__modal:focus {
  border-bottom: 2px solid #0A77F5;
}

.form_group__bottom-modal {
  padding: 0px 40px;
  flex-direction: column;
  margin-bottom: 20px;
}

.form_btn__modal {
  padding: 17px 40px;
  background: #0A77F5;
  color: #fff;
  border: 1px solid #0A77F5;
  transition: all 0.3s;
  display: block;
  margin-bottom: 30px;
  border-radius: 4px;
}
.form_btn__modal:hover {
  background: #fff;
  color: #244d72;
  border: 1px solid #0A77F5;
}

.politika_modal {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.close-menu__modal {
  position: absolute;
  right: 15px;
  top: 30px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  z-index: 900;
}

.close-menu__modal span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #222426;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.close-menu__modal span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.close-menu__modal span:nth-child(2) {
  transform: rotate(45deg);
}

.close-menu__modal span:nth-child(3) {
  transform: rotate(-45deg);
}

.close-menu__modal span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.reg_tabs {
  margin: 0 40px;
}

.modal-header_reg {
  border-bottom: 1px solid transparent;
  flex-direction: column;
  padding: 30px 0;
}

.modal-header {
  padding: 40px 20px 20px 40px;
  display: flex;
  flex-direction: column;
}
.modal-header h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
}
.modal-header h5 span {
  font-weight: 300;
  font-size: 18px;
}
.modal-header a {
  display: block;
  font-size: 22px;
  text-decoration: none;
  font-weight: 700;
}

.modal-body {
  position: relative;
  z-index: 700;
  padding: 0;
}

#success {
  margin: auto auto;
  max-width: 460px;
  height: 400px;
  background-color: #fff;
  background-image: none;
  text-align: center;
  padding: 40px;
  display: none;
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  box-shadow: 1px 10px 20px rgba(30, 30, 30, 0.3019607843);
  bottom: 50%;
}

.span-hidden {
  display: none;
}

.text_success {
  font-size: 34px;
  line-height: 1.5;
  color: #161719;
}

.radio_title {
  font-size: 12px;
  font-weight: 600;
}

.radio_mtitle {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.radio_block {
  display: flex;
  font-size: 12px;
  align-items: center;
  margin-bottom: 7px;
}
.radio_block input,
.radio_block .radio_title,
.radio_block .radio_old-price {
  margin-right: 10px;
}

.radio_old-price {
  text-decoration: line-through;
  opacity: 0.5;
}

.radio_new-price {
  font-family: "Arial";
  font-weight: 700;
}

.form_group__bottom-modal p {
  font-size: 11px;
  margin-left: 10px;
}

.modal-content .custom_chek {
  display: flex;
  align-items: center;
  padding: 15px 0px;
}
.modal-content .custom_chek p {
  font-size: 11px;
  margin-left: 10px;
  line-height: 1.3;
}

@media only screen and (max-width: 568px) {
  .modal-title {
    font-size: 22px;
    margin-top: 20px;
  }
  .form-group_modal,
.form_group__bottom-modal {
    padding: 20px 20px;
  }
  .modal-header {
    padding-top: 60px;
  }
  .modal_heading {
    padding: 0px 0px;
    margin-bottom: 20px;
  }
  .text_success {
    font-size: 24px;
    line-height: 1.5;
  }
}
.modal-content {
  height: auto !important;
  overflow: hidden !important;
}

.span-hidden {
  display: none;
}

.checkbox-text {
  margin-left: 10px;
  line-height: 1.3;
  margin-top: -5px;
}

.back_to_top {
  position: fixed;
  bottom: 80px;
  right: 40px;
  z-index: 9999;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #f5f5f5;
  color: #444;
  cursor: pointer;
  border-radius: 2px;
  display: none;
}

.back_to_top:hover {
  background: #e9ebec;
}

.back_to_top-show {
  display: block;
}

@media only screen and (max-width: 576px) {
  .back_to_top,
.back_to_top-show {
    display: none;
  }
}
.fixed {
  position: fixed;
  right: 0px;
  top: 185px;
  background-color: #fff;
  box-shadow: -7px 5px 11px rgba(0, 0, 0, 0.1);
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  z-index: 900;
  display: flex;
  flex-direction: column;
}
.fixed .fixed-block {
  width: 80px;
  height: 60px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid gray;
  background-color: #424f60;
  cursor: pointer;
}
.fixed .fixed-block:last-child {
  border-bottom: 0;
}
.fixed .fixed-block:hover {
  background-color: #ececec;
}
.fixed .fixed-block:hover .fixed__ic {
  fill: #424f60;
}
.fixed__ic {
  width: 22px;
  height: 22px;
  fill: #fff;
}
.fixed .fixed__ic--telegram {
  width: 20px;
  height: 20px;
}
.fixed .fixed__ic--download {
  width: 26px;
  height: 26px;
}
.fixed .fixed1 {
  border-bottom: 1px solid #0A77F5;
  background-color: #0A77F5;
}
.fixed .fixed1:hover {
  border-bottom: 1px solid #ececec;
}

@media only screen and (max-width: 1200px) {
  .fixed .fixed-block {
    padding-right: 0;
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 990px) {
  .fixed {
    top: 82px;
  }
  .fixed .fixed-block {
    width: 33px;
    height: 33px;
  }
  .fixed__ic {
    width: 15px;
    height: 15px;
  }
  .fixed .fixed__ic--telegram {
    width: 13px;
    height: 13px;
  }
  .fixed .fixed__ic--download {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .fixed {
    display: none;
  }
}
@-moz-document url-prefix() {
  .fixed .fixed-block {
    width: 60px;
    padding-right: 0;
  }
}
.tzrs {
  display: flex;
  justify-content: space-between;
}
.tzrs__item {
  flex-basis: 18%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tzrs__img {
  margin-bottom: 20px;
  flex-shrink: 0;
}
.tzrs__img img {
  max-width: 60px;
}
.tzrs__info {
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .tzrs {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tzrs__item {
    margin: 10px;
  }
  .tzrs__img img {
    max-width: 40px;
  }
  .tzrs__info {
    font-size: 16px;
  }
}
/* @import "./components/blue-part"; */
.bluepart {
  background: #0A77F5;
  padding: 20px 0 20px 0;
  position: relative;
}
.bluepart:before, .bluepart:after {
  content: "";
  position: absolute;
  background: inherit;
  display: block;
  top: 0;
  bottom: 0;
  width: 100%;
}
.bluepart:before {
  right: 100%;
}
.bluepart:after {
  left: 100%;
}
.bluepart h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}
.bluepart__btns {
  display: flex;
  align-items: center;
}
.bluepart__txt {
  margin-left: -40px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}
.bluepart__ic {
  fill: #fff;
  height: 50px;
  width: 50px;
  margin-left: 20px;
}
.bluepart__wrp {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .bluepart__img {
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .bluepart {
    padding: 20px 0 20px 0;
  }
  .bluepart__img {
    position: relative;
    width: 100%;
    z-index: 0;
  }
  .bluepart h2 {
    font-size: 22px;
  }
}
.whitepart__stage {
  display: flex;
  position: relative;
  margin-bottom: 40px;
}
.whitepart__number {
  flex-basis: 30%;
  margin-bottom: 20px;
  display: block;
}
.whitepart__number img {
  border-radius: 10px;
}
.whitepart__stagetxt {
  line-height: 1.6;
  padding-left: 30px;
  flex-basis: 70%;
}
.whitepart__stagetxt h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.whitepart__stagetxt p {
  font-size: 16px;
}
.whitepart .btn-tr {
  padding: 20px 30px;
}
.whitepart .btn-tr:hover {
  color: #fff;
  background: #0A77F5;
}

.catalog_dscr p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .whitepart__stage {
    display: flex;
    position: relative;
    margin-bottom: 20px;
  }
  .whitepart__number {
    font-size: 107px;
  }
  .whitepart__stagetxt {
    line-height: 1.6;
    padding-left: 50px;
    flex-basis: 110%;
  }
  .whitepart .btn-tr {
    padding: 20px 0px;
    width: 100%;
    text-align: center;
    border-radius: 4px;
  }
}
@media only screen and (max-width: 576px) {
  .whitepart__stages {
    padding: 15px;
  }
  .whitepart__stage {
    flex-wrap: wrap;
  }
  .whitepart__number {
    flex-basis: 50%;
  }
  .whitepart__stagetxt {
    padding-left: 0;
  }
  .whitepart__stagetxt h4 {
    font-size: 18px;
  }
  .whitepart__btns h5 {
    font-size: 22px;
  }
}
.gallery-heading {
  margin-bottom: 40px;
}
.gallery-heading h2 {
  color: #222426;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.btn-gallery {
  padding: 20px 30px;
}

@media only screen and (max-width: 578px) {
  .gallery-heading h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.service_check {
  padding: 20px;
  background: #fff;
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.ic_serv {
  width: 70px;
  height: 70px;
  fill: #0A77F5;
  flex-basis: 7%;
}

.service_check_text {
  line-height: 1.5;
  margin: 0 20px;
  flex-basis: 63%;
  font-size: 14px;
}

.btn_check {
  flex-basis: 30%;
  text-align: center;
}

.service_check--img {
  max-width: 100px;
}

@media only screen and (max-width: 717px) {
  .service_check {
    flex-wrap: wrap;
    padding: 10px;
  }
  .service_check--img {
    flex-basis: 100%;
    max-width: 100px;
  }
  .service_check_text {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    flex-basis: 100%;
  }
  .service_check_text p {
    text-align: left;
  }
}
.buttons_block {
  margin-top: 20px;
}

.btn-big {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 30px;
}

.content__wrap {
  margin-top: -80px;
}

@media only screen and (max-width: 1372px) {
  .content__wrap {
    margin-top: 0px;
  }
}
.order_block_title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.sticky-top {
  top: 110px;
  z-index: 0;
}

@media only screen and (max-width: 540px) {
  .btn-catalog {
    padding: 30px 20px;
  }
  .btn-tr {
    padding: 30px 0px;
    width: 100%;
    text-align: center;
  }
}
.tizers_page {
  padding: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  background-color: #f6f9fc;
  border: 1px solid #0A77F5;
}
.tizers_page .tizer_page {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.tizers_page .tizer_page:last-child {
  margin-bottom: 0;
}
.tizers_page .tizer_page .ic_tizer {
  width: 40px;
  height: 40px;
  fill: #0A77F5;
  margin-right: 10px;
}
.tizers_page .tizer_page .tizer_title {
  font-weight: 700;
  line-height: 1.3;
  font-size: 16px;
}

.sidebar_info {
  margin: 20px 0;
  font-size: 12px;
  line-height: 1.3;
  font-style: italic;
}
.catalog__margin{
  margin-bottom: 350px;
}

 .thanks p{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .thanks a{
    color: rgb(32, 32, 32);
    font-size: 16px;
    text-decoration: underline;
  }
