@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  margin-left: 20px; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400; }

table, th, td {
  border: 1px solid #000;
  /* цвет и толщина рамки на ваше усмотрение */
  border-collapse: collapse;
  /* чтобы границы таблицы не дублировались */
  padding: 5px;
  /* для удобочитаемости */ }
/*--------------------*/
html {
  scroll-behavior: smooth; }

body {
  background: #fff;
  color: #151515;
  height: 100%;
  font-size: 16px;
  font-family: var(--font-family); }
  body.hidden {
    overflow: hidden; }

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column; }

.page {
  flex: 1 0 auto; }

._container {
  max-width: 1246px;
  padding: 0 15px;
  margin: 0 auto; }

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 20px; }
  @media (max-width: 1200px) {
  .pagination {
    gap: 5px; } }
  @media (max-width: 480px) {
  .pagination {
    margin-top: 20px;
    gap: 0px; } }

.swiper-pagination-bullet {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border: 2px solid #c0c0c0;
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
  border-radius: 4px; }
  @media (max-width: 480px) {
  .swiper-pagination-bullet {
    width: 15px;
    height: 15px; } }
  .swiper-pagination-bullet::before {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    background-color: rgba(251, 77, 8, 0);
    position: absolute;
    border-radius: 0px;
    transition: 0.3s; }

.swiper-pagination-bullet-active {
  border: 2px solid #c0c0c0; }
  .swiper-pagination-bullet-active::before {
    width: 15px;
    height: 15px;
    background-color: #fb4d08; }
    @media (max-width: 480px) {
  .swiper-pagination-bullet-active::before {
    width: 5px;
    height: 5px; } }

.title {
  font-family: Raleway;
  font-weight: 600;
  font-size: 36px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #151515;
  position: relative;
  padding-bottom: 25px; }
  .title::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 35px;
    height: 2px;
    background-color: #151515; }
  @media (max-width: 480px) {
  .title {
    font-size: 30px;
    padding-bottom: 10px; } }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.4s ease;
  transition: 0.3s;
  padding: 20px 0px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.102);
  background-color: #fff; }
  @media (max-width: 1200px) {
  .header {
    padding: 23px 0px; } }
  @media (max-width: 480px) {
  .header {
    padding: 10px 0px; } }
  .header__body {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__items {
    display: flex;
    width: 100%;
    max-width: 432px;
    justify-content: space-between;
    align-items: center; }
  .header__item {
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    color: #151515;
    transition: 0.3s; }
    .header__item:hover {
      color: #fb4d08; }
    .header__item_menu {
      font-family: Raleway;
      font-weight: 500;
      font-size: 16px;
      leading-trim: Cap height;
      line-height: 100%;
      letter-spacing: 0%;
      color: #151515;
      transition: 0.3s; }
      .header__item_menu:hover {
        color: #fb4d08; }
  .header__item-catalog {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #f2f2f2;
    padding: 15px 17px;
    border-radius: 8px; }
    .header__item-catalog:hover {
      color: #fb4d08; }
      .header__item-catalog:hover .header__item-catalog-burger {
        background-color: #fb4d08; }
        .header__item-catalog:hover .header__item-catalog-burger::before {
          background-color: #fb4d08; }
        .header__item-catalog:hover .header__item-catalog-burger::after {
          background-color: #fb4d08; }
  .header__item-catalog-burger {
    width: 10px;
    height: 1px;
    background-color: black;
    display: block;
    position: relative;
    margin-bottom: 2px;
    transition: 0.3s; }
    .header__item-catalog-burger::before {
      content: "";
      width: 10px;
      height: 1px;
      background-color: black;
      position: absolute;
      top: 5.74px;
      left: 0px;
      transition: 0.3s; }
    .header__item-catalog-burger::after {
      content: "";
      width: 10px;
      height: 1px;
      background-color: black;
      position: absolute;
      bottom: 5.74px;
      left: 0px;
      transition: 0.3s; }
  .header__feedback-place {
    display: flex;
    gap: 33px; }
  .header__feedback {
    display: flex;
    align-items: center;
    gap: 8px; }
  .header__feedback-phone-list {
    display: flex;
    flex-direction: column;
    gap: 5px; }
  .header__feedback-phone {
    font-family: Open Sans;
    font-weight: 500;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    color: #151515;
    transition: 0.3s; }
    .header__feedback-phone:hover {
      color: #fb4d08; }
  .header__address-text {
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    color: #151515; }
  .header__address-link {
    font-family: Raleway;
    font-weight: 600;
    font-size: 14px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #151515;
    transition: 0.3s; }
    .header__address-link:hover {
      color: #fb4d08; }
  @media (max-width: 1200px) {
    .header__desc {
      display: none; } }

.burger {
  display: none;
  padding-left: 5px; }
  @media (max-width: 1200px) {
  .burger {
    display: flex;
    gap: 10px; } }
  .burger__image * {
    stroke: #151515;
    fill: #151515; }

.menu {
  padding: 20px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 50px;
  transform: translateX(-100%);
  transition: 0.8s; }
  .menu.active {
    transform: translateX(0); }
  .menu__close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 50px;
    color: #bbb;
    cursor: pointer; }
    @media (max-width: 480px) {
  .menu__close {
    font-size: 40px;
    right: 15px;
    top: 10px; } }
  .menu__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 25px; }
  .menu__feedback-place {
    display: flex;
    flex-direction: column;
    gap: 33px; }
  .menu__feedback {
    display: flex;
    align-items: center;
    gap: 8px; }
  .menu__feedback-phone {
    font-family: Open Sans;
    font-weight: 500;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    color: #151515;
    transition: 0.3s; }
    .menu__feedback-phone:hover {
      color: #fb4d08; }
  .menu__address {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .menu__address-text {
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    color: #151515; }
  .menu__address-link {
    font-family: Raleway;
    font-weight: 600;
    font-size: 14px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #151515;
    transition: 0.3s; }
    .menu__address-link:hover {
      color: #fb4d08; }

.footer {
  background-color: #f4f4f4;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px; }
  .footer__body {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 80px; }
  .footer__left {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    max-width: 1045px; }
    @media (max-width: 1050px) {
  .footer__left {
    flex-direction: column;
    gap: 30px; } }
  .footer__logo-image {
    mix-blend-mode: darken; }
  .footer__content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 696px;
    gap: 20px; }
    @media (max-width: 750px) {
  .footer__content {
    flex-direction: column;
    gap: 30px; } }
  .footer__title {
    font-family: Raleway;
    font-weight: 700;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #151515;
    margin-bottom: 10px; }
  .footer__nav-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px; }
  .footer__nav-item {
    font-family: Raleway;
    font-weight: 400;
    font-size: 18px;
    leading-trim: Cap height;
    line-height: 24px;
    letter-spacing: 0%;
    color: #555;
    transition: 0.3s; }
    .footer__nav-item:hover {
      color: #fb4d08; }
  .footer__contacts {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    max-width: 518px;
    column-gap: 80px;
    row-gap: 35px; }
    @media (max-width: 600px) {
  .footer__contacts {
    grid-template-columns: auto; } }
  .footer__item-phone-list {
    display: flex;
    flex-direction: column; }
  .footer__item {
    font-family: Raleway;
    font-weight: 400;
    font-size: 18px;
    leading-trim: Cap height;
    line-height: 24px;
    letter-spacing: 0%;
    color: #555;
    transition: 0.3s; }
    .footer__item:hover {
      color: #fb4d08; }
  .footer__item-work {
    font-family: Raleway;
    font-weight: 400;
    font-size: 18px;
    leading-trim: Cap height;
    line-height: 24px;
    letter-spacing: 0%;
    color: #555;
    max-width: 250px; }
  .footer__item-open {
    font-family: Open Sans; }
  .footer__address {
    max-width: 188px; }
  @media (max-width: 480px) {
    .footer__top-image {
      max-height: 50px; } }
  .footer__foot {
    border-top: 1px solid rgba(201, 201, 201, 0.502);
    display: flex;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 30px;
    font-family: Raleway;
    font-weight: 400;
    font-size: 14px;
    leading-trim: Cap height;
    line-height: 22px;
    letter-spacing: 0px;
    color: #555; }
    @media (max-width: 390px) {
  .footer__foot {
    flex-direction: column;
    align-items: start; } }
  .footer__foot-left {
    display: flex;
    gap: 5px;
    font-family: Raleway;
    font-weight: 400;
    font-size: 14px;
    leading-trim: Cap height;
    line-height: 22px;
    letter-spacing: 0px;
    color: #555;
    padding-right: 5px; }
    .footer__foot-left a {
      padding-top: 0px; }
      .footer__foot-left a img {
        padding-top: 5px; }

.main {
  min-height: 100vh;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover; }
  .main__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100vh; }
    @media (max-width: 1160px) {
  .main__container {
    flex-direction: column;
    justify-content: end;
    padding-top: 100px; } }
  .main__title {
    font-family: Raleway;
    font-weight: 700;
    font-size: 50px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #fff; }
    @media (max-width: 590px) {
  .main__title {
    font-size: 30px; } }
  .main__subtitle {
    font-family: Raleway;
    font-weight: 400;
    font-size: 27px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ececec;
    margin-top: 30px;
    margin-bottom: 40px; }
    @media (max-width: 590px) {
  .main__subtitle {
    font-size: 20px; } }
  .main__link {
    font-family: Raleway;
    font-weight: 700;
    font-size: 17px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    background-color: #fb4d08;
    border: 1px solid #fb4d08;
    transition: 0.3s;
    padding: 17px 45px;
    border-radius: 8px; }
    .main__link:hover {
      color: #fb4d08;
      background-color: #fff; }
  .main__image-place {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: end; }
    @media (max-width: 1160px) {
  .main__image-place {
    height: 100%; } }
  @media (max-width: 1160px) {
    .main__image {
      max-width: 500px; } }
    @media (max-width: 600px) {
  .main__image {
    max-width: 400px; } }
  .main__image-gost {
    position: absolute;
    bottom: 409px;
    left: 141px;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 17px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    background-color: #fb4d08;
    padding: 15px;
    padding-right: 10px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }
    @media (max-width: 1160px) {
  .main__image-gost {
    border-radius: 8px; } }
    @media (max-width: 600px) {
  .main__image-gost {
    bottom: 209px; } }
  .main__image-gost-1 {
    position: absolute;
    bottom: 200px;
    left: 59px;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 17px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    background-color: #fb4d08;
    padding: 15px;
    padding-right: 10px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }
    @media (max-width: 1160px) {
  .main__image-gost-1 {
    border-radius: 8px; } }
    @media (max-width: 600px) {
  .main__image-gost-1 {
    bottom: 150px; } }
  .main__image-size {
    position: absolute;
    bottom: 91px;
    left: -20px;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 17px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    background-color: #fb4d08;
    padding: 15px;
    border-radius: 8px; }
    @media (max-width: 1160px) {
  .main__image-size {
    left: 30px; } }

.advantages {
  margin-bottom: 80px;
  background-color: #2e2e2e; }
  @media (max-width: 480px) {
  .advantages {
    margin-bottom: 40px; } }
  .advantages__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-left: 1px solid #434343;
    position: relative;
    bottom: -3px; }
    @media (max-width: 850px) {
  .advantages__content {
    grid-template-columns: 1fr 1fr; } }
    @media (max-width: 570px) {
  .advantages__content {
    grid-template-columns: 1fr; } }
  .advantages__title {
    font-family: Open Sans;
    font-weight: 300;
    font-size: 20px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0px;
    color: #a5a5a5;
    border-right: 1px solid #434343;
    padding: 0px 10px;
    padding-top: 65px;
    padding-bottom: 35px; }
  .advantages__empty {
    border-right: 1px solid #434343; }
  @media (max-width: 850px) {
    .advantages__empty-1 {
      display: none; } }
  @media (max-width: 570px) {
    .advantages__empty-2 {
      display: none; } }
  .advantages__item {
    border-right: 1px solid #434343;
    border-top: 1px solid #434343;
    padding: 0px 10px;
    padding-top: 50px;
    padding-bottom: 40px; }
    @media (max-width: 570px) {
  .advantages__item {
    padding-top: 25px;
    padding-bottom: 20px; } }
  .advantages__item-title {
    font-family: Raleway;
    font-weight: 400;
    font-size: 34px;
    leading-trim: Cap height;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
    margin: 20px 0px; }
    @media (max-width: 570px) {
  .advantages__item-title {
    font-size: 30px; } }
  .advantages__item-subtitle {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 22px;
    leading-trim: Cap height;
    line-height: 31px;
    letter-spacing: 0px;
    color: #bdbdbd;
    text-transform: lowercase; }
    @media (max-width: 570px) {
  .advantages__item-subtitle {
    font-size: 20px; } }
  .advantages__item-subtitle::first-letter {
    text-transform: uppercase; }

.catalog {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .catalog {
    margin-bottom: 40px; } }
  .catalog__title {
    margin-bottom: 50px; }
    @media (max-width: 480px) {
  .catalog__title {
    margin-bottom: 20px; } }
  .catalog__item {
    background-color: #f6f6f6;
    padding: 15px;
    border-radius: 20px;
    min-height: 406px; }
    .catalog__item:hover .catalog__item-image-place {
      height: 192px; }
      .catalog__item:hover .catalog__subtitle {
        line-height: 30px;
        opacity: 1; }
      .catalog__item:hover .catalog__mini-text {
        line-height: 16px;
        opacity: 1; }
      .catalog__item:hover .catalog__more {
        height: 0px;
        opacity: 0; }
  .catalog__item-image-place {
    height: 267px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    transition: 0.5s; }
  .catalog__item-title {
    font-family: Raleway;
    font-weight: 600;
    font-size: 19px;
    leading-trim: Cap height;
    line-height: 25px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #151515;
    padding: 15px 0px; }
  .catalog__more {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 13px;
    transition: 0.5s; }
  .catalog__more-text {
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 24px;
    letter-spacing: 0%;
    color: #a3a3a3; }
  .catalog__subtitle {
    font-family: Raleway;
    font-weight: 400;
    font-size: 18px;
    leading-trim: Cap height;
    line-height: 30px;
    letter-spacing: -4%;
    color: #151515;
    line-height: 0px;
    opacity: 0;
    transition: 0.5s; }
  .catalog__mini-text {
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 16px;
    letter-spacing: -2%;
    vertical-align: bottom;
    color: #6f7580;
    line-height: 0px;
    opacity: 0;
    transition: 0.5s; }
  .about {
    margin-bottom: 80px; }
  @media (max-width: 480px) {
  .about {
    margin-bottom: 40px; } }
  .about__data {
    display: flex;
    justify-content: space-between;
    background-color: #f3f3f3;
    border-radius: 40px;
    align-items: center;
    gap: 20px; }
    @media (max-width: 965px) {
  .about__data {
    flex-direction: column;
    gap: 10px; } }
  .about__image-place {
    height: 477px;
    max-width: 503px;
    min-width: 400px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px; }
    @media (max-width: 965px) {
  .about__image-place {
    min-width: auto;
    height: 277px;
    max-width: 580px; } }
  .about__content {
    max-width: 580px;
    margin-right: 50px;
    padding: 10px; }
    @media (max-width: 965px) {
  .about__content {
    margin-right: 0px; } }
  .about__title {
    margin-bottom: 25px; }
    @media (max-width: 480px) {
  .about__title {
    margin-bottom: 10px; } }
  .about__text {
    font-family: Raleway;
    font-weight: 400;
    font-size: 17px;
    leading-trim: Cap height;
    line-height: 23px;
    letter-spacing: 0%;
    color: #555; }

.thanks {
  margin-bottom: 80px;
  min-height: 625px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media (max-width: 480px) {
  .thanks {
    margin-bottom: 40px; } }
  .thanks::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.549);
    width: 100%;
    height: 100%; }
  .thanks__container {
    min-height: 625px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px; }
  .thanks__title {
    color: #fff;
    max-width: 480px;
    text-align: center; }
    .thanks__title::after {
      left: 50%;
      transform: translateX(-50%);
      background-color: #fff; }
  .thanks__text {
    font-family: Raleway;
    font-weight: 500;
    font-size: 18px;
    leading-trim: Cap height;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #ededed;
    max-width: 609px; }

.contacts {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .contacts {
    margin-bottom: 40px; } }
  .contacts .form-main {
    width: 100%;
    max-width: 612px;
    padding: 20px; }
    .contacts .form-main__container {
      width: 100%; }
    .contacts .form-main__content {
      width: 100%;
      max-width: 612px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .contacts .form-main__form .alert {
      color: #fff;
      width: 100%;
      padding: 10px 10px;
      margin: 10px 0px;
      display: flex;
      gap: 10px;
      border-radius: 10px;
      background: #34a141;
      font-family: Raleway;
      font-weight: 400;
      font-size: 16px; }
      .contacts .form-main__form .alert button {
        background: transparent;
        color: #fff; }
    .contacts .form-main__title {
      font-family: Raleway;
      font-weight: 600;
      font-size: 36px;
      leading-trim: Cap height;
      line-height: 100%;
      letter-spacing: 0%;
      vertical-align: bottom;
      color: #151515; }
      @media (max-width: 480px) {
  .contacts .form-main__title {
    font-size: 30px; } }
    .contacts .form-main__subtitle {
      font-family: Raleway;
      font-weight: 400;
      font-size: 22px;
      leading-trim: Cap height;
      line-height: 32px;
      letter-spacing: 2%;
      vertical-align: middle;
      color: #666;
      margin-top: 20px;
      margin-bottom: 30px; }
      @media (max-width: 480px) {
  .contacts .form-main__subtitle {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 8px; } }
    .contacts .form-main__area-inputs {
      display: flex;
      flex-direction: column;
      gap: 10px; }
    .contacts .form-main__area {
      display: grid;
      grid-template-columns: 1.2fr 1fr;
      gap: 10px; }
      @media (max-width: 1080px) {
  .contacts .form-main__area {
    grid-template-columns: 1fr; } }
      @media (max-width: 550px) {
  .contacts .form-main__area {
    flex-direction: column; } }
    .contacts .form-main__area-input {
      border: 1px solid #a6a6a6;
      border-radius: 10px;
      padding: 20px 15px;
      width: 100%;
      font-family: Raleway;
      font-weight: 400;
      font-size: 18px;
      leading-trim: Cap height;
      letter-spacing: 0%;
      vertical-align: middle;
      color: #000; }
      .contacts .form-main__area-input::placeholder {
        font-family: Raleway;
        font-weight: 400;
        font-size: 18px;
        leading-trim: Cap height;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #444; }
      @media (max-width: 480px) {
    .contacts .form-main__area-input::placeholder {
      font-size: 16px; } }
    .contacts .form-main__area-input-submit {
      background-color: #fb4d08;
      padding: 25px 60px;
      border-radius: 10px;
      font-family: Raleway;
      font-weight: 700;
      font-size: 20px;
      leading-trim: Cap height;
      line-height: 100%;
      letter-spacing: 0%;
      text-align: center;
      vertical-align: middle;
      color: #fff;
      margin-top: 25px;
      border: 1px solid #fb4d08;
      transition: 0.3s; }
      @media (max-width: 480px) {
  .contacts .form-main__area-input-submit {
    margin-top: 5px; } }
      .contacts .form-main__area-input-submit:hover {
        color: #fb4d08;
        background-color: #fff; }
  .contacts__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #c7c7c7;
    border-radius: 40px; }
    @media (max-width: 750px) {
  .contacts__content {
    flex-direction: column;
    gap: 20px;
    padding-top: 20px; } }
  .contacts__info {
    background-color: #f3f3f3;
    padding: 70px;
    border-radius: 40px;
    transform: scale(1.005);
    width: 100%;
    max-width: 535px;
    display: flex;
    flex-direction: column;
    gap: 30px; }
    @media (max-width: 750px) {
  .contacts__info {
    max-width: none; } }
    @media (max-width: 480px) {
  .contacts__info {
    padding: 20px;
    gap: 10px; } }
  .contacts__info-title {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    leading-trim: Cap height;
    line-height: 33.08px;
    letter-spacing: 0px;
    color: #999;
    margin-bottom: 15px; }
    @media (max-width: 480px) {
  .contacts__info-title {
    margin-bottom: 0px; } }
  .contacts__info-title::first-letter {
    text-transform: uppercase; }
  .contacts__info-link-phone-list {
    display: flex;
    flex-direction: column; }
  .contacts__info-link {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 22px;
    leading-trim: Cap height;
    line-height: 30px;
    letter-spacing: 0px;
    color: #151515;
    transition: 0.3s; }
    .contacts__info-link:hover {
      color: #fb4d08; }
  .contacts__info-text {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    color: #999;
    max-width: 255px;
    margin-top: 20px; }
    @media (max-width: 480px) {
  .contacts__info-text {
    margin-top: 5px; } }
  .contacts__info-link-place {
    display: flex;
    gap: 25px; }
  .blog {
    margin-bottom: 80px; }
  @media (max-width: 480px) {
  .blog {
    margin-bottom: 40px; } }
  .blog__container {
    max-width: 1340px; }
  .blog__content {
    display: flex;
    width: 100%;
    max-width: 1340px;
    align-items: center;
    gap: 5px;
    margin-top: 50px; }
  .blog__button {
    height: 32px;
    width: 32px;
    background-color: transparent; }
  .blog__items {
    max-width: 1216px; }
  .blog__item {
    background-color: #f6f6f6;
    border-radius: 10px;
    min-height: 386px;
    transition: 0.5s; }
    .blog__item:hover .blog__item-image-place {
      height: 176px;
      border-radius: 10px;
      margin: 20px; }
      .blog__item:hover .blog__item-title {
        margin-top: 30px;
        margin-bottom: 20px; }
      .blog__item:hover .blog__item-date {
        margin-bottom: 10px; }
      .blog__item:hover .blog__arrow {
        margin: 0px 20px;
        height: 40px; }
  .blog__item-image-place {
    height: 228px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 40px;
    transition: 0.5s; }
  .blog__item-title {
    font-family: Raleway;
    font-weight: 500;
    font-size: 20px;
    leading-trim: Cap height;
    line-height: 24px;
    letter-spacing: 0%;
    color: #151515;
    margin: 0px 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    transition: 0.5s; }
  .blog__item-date {
    font-family: Raleway;
    font-weight: 400;
    font-size: 15px;
    leading-trim: Cap height;
    line-height: 19.57px;
    letter-spacing: 0px;
    color: #777;
    margin: 0px 20px;
    margin-bottom: 20px;
    transition: 0.5s; }
  .blog__arrow {
    height: 0px;
    transition: 0.5s; }
  .blog__button-right {
    transform: scaleX(-1); }

.projects {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .projects {
    margin-bottom: 40px; } }
  .projects__container {
    max-width: 1340px; }
  .projects__content {
    display: flex;
    width: 100%;
    max-width: 1340px;
    align-items: center;
    gap: 5px;
    margin-top: 50px; }
  .projects__button {
    height: 32px;
    width: 32px;
    background-color: transparent; }
  .projects__items {
    max-width: 1216px; }
  .projects__item {
    background-color: #f6f6f6;
    border-radius: 10px;
    min-height: 386px;
    transition: 0.5s; }
  .projects__item-image-place {
    height: 228px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 40px;
    transition: 0.5s; }
  .projects__item-title {
    font-family: Raleway;
    font-weight: 500;
    font-size: 20px;
    leading-trim: Cap height;
    line-height: 24px;
    letter-spacing: 0%;
    color: #151515;
    margin: 0px 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    transition: 0.5s; }
  .projects__item-date {
    font-family: Raleway;
    font-weight: 400;
    font-size: 15px;
    leading-trim: Cap height;
    line-height: 19.57px;
    letter-spacing: 0px;
    color: #777;
    margin: 0px 20px;
    margin-bottom: 20px;
    transition: 0.5s; }
  .projects__arrow {
    height: 0px;
    transition: 0.5s; }
  .projects__button-right {
    transform: scaleX(-1); }

.logo {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .logo {
    margin-bottom: 40px; } }
  .logo__content {
    margin-top: 50px; }
  .logo__item {
    border: 1px solid #c7c7c7;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 114px;
    overflow: hidden; }
  .logo__item-image {
    max-height: 105px;
    max-width: 145px; }
  .about-main {
    margin-top: 120px;
    margin-bottom: 80px; }
  @media (max-width: 480px) {
  .about-main {
    margin-top: 70px;
    margin-bottom: 40px; } }
  .about-main__container {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 900px) {
  .about-main__container {
    flex-direction: column;
    gap: 20px; } }
  .about-main__image-place {
    max-width: 330px; }
  .about-main__image {
    position: relative;
    z-index: 1; }
    @media (max-width: 480px) {
  .about-main__image {
    max-width: 330px; } }
  .about-main__content {
    background-color: #f3f3f3;
    border-radius: 40px;
    padding: 10px 80px;
    padding-left: 120px;
    max-width: 850px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start; }
    @media (max-width: 900px) {
  .about-main__content {
    padding: 20px; } }
  .about-main__text {
    font-family: Raleway;
    font-weight: 400;
    font-size: 18px;
    leading-trim: Cap height;
    line-height: 23px;
    letter-spacing: 0%;
    color: #555;
    margin-top: 30px; }
    @media (max-width: 480px) {
  .about-main__text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 18px;
    text-align: justify; } }

.licence {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .licence {
    margin-bottom: 40px; } }
  .licence__content {
    margin-top: 50px; }
    @media (max-width: 480px) {
  .licence__content {
    margin-top: 20px; } }
  .licence__item {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
  .licence__item-image {
    height: 363px;
    max-width: 280px;
    border: 10px solid #323232;
    border-radius: 10px; }
  .licence__item-image-field-container {
    height: 363px;
    max-width: 280px;
    display: none; }
  .licence__item-image-field-container.active {
    display: block; }
  .licence__item-image-field {
    width: 100%;
    height: 94.5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .product {
    margin-top: 135px;
    margin-bottom: 80px; }
  @media (max-width: 480px) {
  .product {
    margin-top: 80px;
    margin-bottom: 40px; } }
  .product__container {
    display: flex;
    gap: 50px; }
    @media (max-width: 800px) {
  .product__container {
    flex-direction: column;
    gap: 20px; } }
  .product__catalog {
    border: 1px solid #e7e7e7;
    border-radius: 15px;
    max-width: 236px;
    height: fit-content;
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px; }
    @media (max-width: 800px) {
  .product__catalog {
    max-width: none; } }
  .product__catalog-item {
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 20px;
    letter-spacing: 0%;
    color: #444;
    border-top: 1px solid #e7e7e7;
    padding-top: 15px;
    transition: 0.3s;
    position: relative; }
    .product__catalog-item::after {
      content: "";
      position: absolute;
      top: 15px;
      left: -30px;
      width: 12px;
      height: 20px;
      background-color: rgba(251, 77, 8, 0);
      transition: 0.3s; }
  .product__catalog-item.active {
    color: #fb4d08; }
    .product__catalog-item.active::after {
      background-color: #fb4d08; }
  .product__catalog-item:first-child {
    border-top: 0px solid rgba(231, 231, 231, 0); }
  .product__right {
    width: 100%; }
  .product__top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 40px; }
    @media (max-width: 1130px) {
  .product__top {
    flex-direction: column; } }
  .product__top-image {
    max-height: 231px;
    max-width: 285px; }
  .product__top-content {
    width: 100%; }
  .product__top-title {
    font-family: Raleway;
    font-weight: 500;
    font-size: 26px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #151515; }
  .product__top-subtitle {
    font-family: Raleway;
    font-weight: 400;
    font-size: 20px;
    leading-trim: Cap height;
    line-height: 30px;
    letter-spacing: 0%;
    color: #151515;
    margin: 20px 0px; }
  .product__top-text {
    font-family: Raleway;
    font-weight: 400;
    font-size: 20px;
    leading-trim: Cap height;
    line-height: 22px;
    letter-spacing: 0%;
    color: #424b5a; }
    .product__top-text * {
      list-style: inside; }
    .product__top-text li {
      margin-bottom: 0.5em;
      /* Расстояние снизу */ }
  .product__top-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f6f6f6;
    border-radius: 10px;
    padding-left: 25px; }
    @media (max-width: 520px) {
  .product__top-data {
    flex-direction: column;
    align-items: start;
    padding-left: 0px;
    width: fit-content;
    gap: 10px;
    padding-top: 10px; } }
  .product__top-size {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 20px;
    leading-trim: Cap height;
    line-height: 30px;
    letter-spacing: 0%;
    color: #151515;
    display: flex;
    align-items: center;
    gap: 15px; }
    @media (max-width: 520px) {
  .product__top-size {
    padding-left: 20px; } }
  .product__top-gost {
    font-family: Open Sans;
    font-weight: 500;
    font-size: 18px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    background-color: #fb4d08;
    padding: 15px 20px;
    border-radius: 10px; }
  .product__bottom {
    margin-top: 45px;
    border: 1px solid #c7c7c7;
    border-radius: 40px;
    padding-top: 45px;
    display: grid;
    grid-template-columns: auto auto auto; }
    @media (max-width: 520px) {
  .product__bottom {
    padding-top: 20px;
    border-radius: 20px; } }
  .product__bottom-title {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    leading-trim: Cap height;
    line-height: 25px;
    letter-spacing: -2%;
    color: #fff;
    background-color: #fb4d08;
    padding: 15px 0px; }
    @media (max-width: 520px) {
  .product__bottom-title {
    font-size: 14px;
    line-height: 20px; } }
  .product__bottom-title-1 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 40px; }
    @media (max-width: 520px) {
  .product__bottom-title-1 {
    padding-left: 10px; } }
  .product__bottom-title-2 {
    padding-left: 10px; }
  .product__bottom-title-3 {
    padding-left: 10px;
    padding-right: 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }
  .product__bottom-item {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    leading-trim: Cap height;
    line-height: 25px;
    letter-spacing: -2%;
    color: #444;
    border-top: 1px solid #c7c7c7;
    padding: 20px 0px; }
    @media (max-width: 520px) {
  .product__bottom-item {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px; } }
  .product__bottom-item-1 {
    padding-left: 40px; }
    @media (max-width: 520px) {
  .product__bottom-item-1 {
    padding-left: 10px; } }
  .product__bottom-item-2 {
    padding-left: 10px; }
  .product__bottom-item-3 {
    padding-left: 10px; }
  .product__bottom-item-1-first {
    border-top: 0px solid rgba(199, 199, 199, 0); }
  .product__bottom-item-2-first {
    border-top: 0px solid rgba(199, 199, 199, 0); }
  .product__bottom-item-3-first {
    border-top: 0px solid rgba(199, 199, 199, 0); }

.page-contacts {
  margin-top: 135px;
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .page-contacts {
    margin-top: 80px;
    margin-bottom: 40px; } }

.blog-page {
  margin-top: 135px;
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .blog-page {
    margin-top: 80px;
    margin-bottom: 40px; } }
  .blog-page__content {
    margin-top: 50px;
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr 1fr 1fr; }
    @media (max-width: 480px) {
  .blog-page__content {
    margin-top: 20px; } }
    @media (max-width: 850px) {
  .blog-page__content {
    grid-template-columns: 1fr 1fr;
    gap: 20px; } }
    @media (max-width: 550px) {
  .blog-page__content {
    grid-template-columns: 1fr;
    gap: 10px; } }

.news-single {
  margin-top: 135px;
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .news-single {
    margin-top: 80px;
    margin-bottom: 40px; } }
  .news-single__container {
    display: flex;
    flex-direction: column;
    gap: 40px; }
    @media (max-width: 480px) {
  .news-single__container {
    gap: 10px; } }
  .news-single__title {
    font-family: Raleway;
    font-weight: 700;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none; }
  .news-single__image-place {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    margin: 5px 40px 10px 0px;
    max-width: 600px;
    height: 350px;
    width: 100%;
    border-radius: 10px; }
    @media (max-width: 600px) {
  .news-single__image-place {
    float: none;
    height: 250px; } }
  .news-single__image {
    float: left;
    margin: 5px 40px 40px 0px;
    max-width: 600px;
    border-radius: 10px; }
    @media (max-width: 600px) {
  .news-single__image {
    width: 100%;
    float: none; } }
  .news-single__text {
    font-family: Raleway;
    font-size: 18px;
    font-weight: 300;
    line-height: 24.43px;
    text-align: justify;
    text-underline-position: from-font;
    text-decoration-skip-ink: none; }

.fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80; }
  .fixed__first {
    padding: 10px;
    border-radius: 10px;
    background: #cbd5d9;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 12px;
    display: none; }
    .fixed__first.active {
      display: flex; }
  .fixed__socials {
    display: flex;
    align-items: center;
    column-gap: 6px; }
    .fixed__socials img {
      flex-shrink: 0; }
  .fixed__text {
    max-width: 100px;
    font-family: Raleway;
    font-weight: 500;
    font-size: 14px;
    leading-trim: Cap height;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #444; }
  .fixed__close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(30%, -30%); }
  .fixed__open {
    display: none; }
