@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Regular";
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Light";
  src: url("../fonts/Inter-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "Roboto Regular";
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000000;
}

.phone:hover {
  color: #409f26;
}

.container {
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title {
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  padding-top: 70px;
  font-family: "Roboto Bold";
  font-size: 32px;
}
.title-sub {
  font-size: 22px;
  text-align: center;
}
.title__main {
  margin-top: 150px;
}

.button {
  font-size: 20px;
  width: 237px;
  padding: 10px 15px;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  outline: none;
  margin: 20px auto;
  transition: all 0.3s;
  border: none;
  text-align: center;
}
.button-primary {
  background: #409f26;
  color: #fff;
}
.button-primary:hover {
  opacity: 0.9;
  color: #fff;
}

.hidden {
  display: none !important;
  position: relative;
}

.opacity {
  background-color: rgba(0, 0, 0, 0.4);
}

.logo {
  display: block;
}
.logo img {
  object-fit: cover;
  height: 70px;
  width: 220px;
}

.contacts {
  text-align: right;
}
.contacts .time, .contacts .phone, .contacts .address {
  color: #ffffff;
  line-height: 1.5;
}

.splide__arrow {
  background-color: transparent;
  height: 4em;
  width: 4em;
  opacity: 1;
}
.splide__arrow:hover svg path {
  fill: #409f26;
}
.splide__arrow--next {
  right: -6em;
}
.splide__arrow--prev {
  left: -6em;
}
.splide__arrow svg {
  width: 3em;
  height: 3em;
}

header {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #fff;
    top: 0;
    }
header .phone {
  font-size: 21px;
  font-family: "Roboto Bold";
}

nav .nav__link {
  color: #000000;
  margin: 0 15px;
  transition: all 0.2s;
  font-size: 18px;
  cursor: pointer;
}
nav .nav__link:hover {
  color: #409f26;
}

.nav__button {
  display: none;
}

footer {
  background-color: #ffffff;
  padding: 50px 0;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .container nav a {
  color: #000000;
  margin: 0 15px;
  line-height: 1.5;
}
footer .container .rights {
  margin-top: 25px;
  text-align: center;
}

.wrapper {
  margin-top: 90px;
}

.video {
  width: 100%;
  max-height: 700px;
}

.text {
  text-align: center;
}

.backcall__descr {
  font-family: "Roboto Regular";
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
}

.services {
  flex-wrap: wrap;
  justify-content: space-around;
}
.services .service {
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 25px;
}
.services .service__img {
  margin-right: 25px;
}
.services .service__img img {
  max-height: 137px;
}
.services .service__title {
  text-align: center;
  width: 137px;
}

.sale {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sale__descr {
  text-align: center;
  font-size: 28px;
  line-height: 0.1;
}
.sale__image {
  height: 250px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.inst {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 25px;
  transition: color 0.2s;
}
.inst:hover {
  color: #409f26;
}
.inst-icon {
  height: 20px;
  width: 20px;
  margin: 0 5px;
}

.map {
  background-color: #F1F1F1;
}
.map .container {
  display: flex;
  margin-top: 150px;
  justify-content: center;
}
.map .container .right {
  flex: 0 0 60%;
}
.map .container .left {
  flex: 0 0 40%;
  padding: 50px;
  box-sizing: border-box;
}
.map__title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 35px;
}
.map__contacts {
  display: flex;
  flex-direction: column;
}
.map__address {
  line-height: 1.4;
}
.map__mail {
  transition: color 0.2s;
}
.map__mail:hover {
  color: #409f26;
}
.map__inst {
  justify-content: flex-start;
}
.map__inst-icon {
  height: 35px;
  width: 35px;
  margin-left: 0;
  margin-right: 15px;
}

.catalog .splide__slide .catalog__title {
  text-align: center;
  font-size: 30px;
  margin-top: 0;
}

.catalog .splide__slide .catalog__subtitle {
  text-align: center;
  font-size: 26px;
  margin-top: 0;
}
.catalog .splide__slide .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.catalog .splide__slide .gallery .item {
  flex-basis: 25%;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.catalog .splide__slide .gallery .item img {
  width: 380px;
  height: 330px;
}
.catalog .splide__slide .gallery .item__title {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
}

.about {
  margin-bottom: 100px;
}
.about .title {
  margin-bottom: 100px;
}

@media (max-width: 1050px) {
  .logo img {
    height: 40px;
    width: 110px;
  }

  .container {
    width: 100%;
    padding: 0;
  }

  .title {
    padding-top: 25px;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .button {
    font-size: 17px;
    min-width: 120px;
    padding: 10px 10px;
  }

  header {
    padding: 5px 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
  }
  header .row {
    justify-content: space-between;
  }
  header .phone {
    font-size: 10px;
    font-weight: 200;
    font-family: "Roboto Regular";
  }
  header .nav {
    right: -150vw;
    position: fixed;
    top: 54px;
    background: #ffffff;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
  }
  header .nav__link {
    display: block;
    margin: 20px 55px;
    font-size: 30px;
  }
  header .nav__link .submenu {
    position: relative;
    top: 0;
    left: 0;
  }
  header .show {
    right: 0;
  }

  .backcall__descr {
    font-size: 12px;
    line-height: 1;
  }

  .title-sub {
    margin-top: 0;
    font-size: 16px;
    padding: 0 15px;
  }

  .services {
    padding: 15px;
  }
  .services .service {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .services .service__descr {
    margin-top: 15px;
    text-align: center;
  }

  .catalog .splide__slide .catalog__title {
    font-size: 18px;
  }
  .catalog .splide__slide .catalog__subtitle {
    font-size: 16px;
  }
  .catalog .splide__slide .gallery {
    padding: 15px;
  }
  .catalog .splide__slide .gallery .item {
    flex-basis: 32%;
  }
  .catalog .splide__slide .gallery .item__title {
    font-size: 10px;
  }
  .catalog .splide__slide .gallery .item img {
    width: 100%;
    height: 110px;
  }

  .sale__descr {
    line-height: 1;
    font-size: 18px;
    text-align: center;
    padding: 0 15px;
  }

  .map .container {
    flex-direction: column;
  }
  .map__contacts a, .map__contacts p {
    text-align: center;
  }
  .map__inst {
    justify-content: center;
  }
  .map__inst .left {
    padding: 30px 15px;
  }
  .map__inst .left .map__title {
    font-size: 20px;
  }
  .map__inst .right iframe {
    height: 250px;
  }

  footer {
    padding: 20px 0;
  }
  footer .row {
    flex-direction: column;
  }
  footer .row nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .row nav a {
    display: block;
    margin: 5px 0;
    font-size: 20px;
    text-align: center;
  }
  footer .rights {
    font-size: 10px;
  }

  .splide__arrow {
    display: none;
  }

  .nav__button {
    display: block;
    margin: 0 15px;
    position: relative;
    cursor: pointer;
    height: 24px;
    width: 44px;
    z-index: 15;
    transition: all 0.7s ease;
  }
  .nav__button-burger {
    display: block;
    background: #000000;
    height: 1px;
    width: 44px;
    transition: all 0.5s;
  }
  .nav__button-burger::before, .nav__button-burger::after {
    content: "";
    position: absolute;
    background: #000000;
    height: 1px;
    width: 44px;
    right: 0;
    transition: all 0.5s;
  }
  .nav__button-burger::before {
    top: 21px;
    width: 28px;
  }
  .nav__button-burger::after {
    top: 11px;
  }
  .nav__button .cross {
    width: 0;
  }
  .nav__button .cross::before {
    transform: rotate(45deg);
    top: 12px;
    width: 44px;
  }
  .nav__button .cross::after {
    transform: rotate(-45deg);
  }
}
.about {
  margin-bottom: 30px;
}
.about .title {
  margin-bottom: 30px;
}
.about .text {
  padding: 0 15px;
}
