@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat/Montserrat-Regular.woff2'), url('fonts/Montserrat/Montserrat-Regular.woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat/Montserrat-Medium.woff2'), url('fonts/Montserrat/Montserrat-Medium.woff');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat/Montserrat-SemiBold.woff2'), url('fonts/Montserrat/Montserrat-SemiBold.woff');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat/Montserrat-Bold.woff2'), url('fonts/Montserrat/Montserrat-Bold.woff');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat/Montserrat-Black.woff2'), url('fonts/Montserrat/Montserrat-Black.woff');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
ul {
  list-style: none;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #E7BA1D;
}
a:active {
  color: #B6941B;
}
button {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  border: none;
  background: unset;
  cursor: pointer;
}
picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: #D6D6D6;
  background: #10171D;
}
h1 {
  font-size: 64px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
.sub_h1 {
  position: relative;
}
.sub_h1 span {
  font-size: 40px;
  font-weight: 900;
  color: rgba(0, 255, 0, 0);
  text-transform: uppercase;
  -webkit-text-stroke: 1px #fff;
  margin: 2px 0 0;
  position: relative;
  z-index: 1;
}
.bg_h1 {
  width: 324px;
  height: 60px;
  background: #5F676F;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
h2 {
  width: max-content;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 90px 0 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
h2::before,
h2::after {
  content: '';
  width: 160px;
  height: 1px;
  background: #585858;
  margin: 0 40px 0 0;
  display: block;
}
h2::after {
  margin: 0 0 0 40px;
}
.btn {
  width: 320px;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #861A21;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn:hover {
  color: #fff;
  background: #C91C2D;
}
.btn--mini {
  width: 160px;
  height: 50px;
  font-size: 16px;
  margin: 30px auto 0;
}
.wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wrapper.jc {
  justify-content: space-between;
}
.slider {
  display: none;
}
.slick-arrow {
  width: 16px;
  height: 28px;
  font-size: 0;
  background: url(image/icons/arrow.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.slick-prev {
  left: -66px;
}
.slick-next {
  right: -66px;
  transform: translateY(-50%) rotate(180deg);
}
header {
  width: 100%;
  padding: 40px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
header.fixed {
  background: #10171D;
}
header a {
  color: #fff;
}
.logo {
  display: flex;
  align-items: center;
}
.logo:hover {
  color: #fff;
}
.text__logo {
  margin: 0 0 0 10px;
}
.text__logo span {
  font-size: 20px;
  font-weight: 600;
}
.sub__logo {
  font-size: 9px;
  color: #D6D6D6;
  text-transform: uppercase;
  border-top: 1px solid #585858;
  padding: 5px 0 0;
  margin: 5px 0 0;
}
.menu {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
}
.menu li:not(:last-child) {
  margin: 0 30px 0 0;
}
.webs {
  display: flex;
}
.webs_2 {
  display: none;
}
.webs a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #E7BA1D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webs a:hover {
  opacity: 0.7;
}
.webs a:first-child {
  margin: 0 20px 0 0;
}
.phones img {
  display: none;
}
.phones a {
  display: block;
}
.phones a:last-child {
  margin: 5px 0 0;
}
.phone {
  font-size: 20px;
  font-weight: 600;
}
.burger_menu {
  display: none;
}
.main {
  background: url(image/main.jpg) no-repeat;
  background-size: cover;
  padding: 260px 0 160px;
}
.offer {
  width: 770px;
  position: relative;
}
.offer::before {
  content: '';
  width: 1px;
  height: 100%;
  background: #585858;
  position: absolute;
  top: 0;
  left: -55px;
}
.text__offer {
  font-size: 20px;
  margin: 36px 0 50px;
}
.wrapper__services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 30px;
}
.box__services {
  border: 1px solid #585858;
  padding: 20px 20px 30px;
}
.box__services p {
  text-align: justify;
}
.box__services ul {
  font-size: 14px;
  margin: 30px 0 0;
}
.box__services li {
  display: flex;
}
.box__services li:not(:last-child) {
  margin: 0 0 20px;
}
.box__services li::before {
  content: '';
  width: 9px;
  height: 9px;
  background: #10171D;
  border: 1px solid #E7BA1D;
  transform: rotate(45deg);
  margin: 4px 15px 0 0;
  display: block;
}
.box__services li span {
  width: calc(100% - 26px);
}
.image__services {
  width: 100%;
  display: block;
}
.caption {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0 0;
}
.caption::after {
  content: '';
  width: 300px;
  height: 1px;
  background: #585858;
  margin: 20px auto;
  display: block;
}
.info__services {
  margin: 50px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item__services {
  display: flex;
  align-items: center;
}
.item__services span {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 0 15px;
  display: block;
}
.why {
  background: url(image/why.jpg) no-repeat;
  background-size: cover;
}
@supports (background: url('image/why.webp')) {
  .why {
    background: url('image/why.webp') no-repeat;
  }
}
.content__why {
  margin: 20px 0 0 46px;
  position: relative;
}
.content__why::after {
  content: '';
  width: 1px;
  height: calc(100% + 40px);
  background: #585858;
  position: absolute;
  top: -20px;
  left: -35px;
}
.item__why {
  width: 485px;
  position: relative;
}
.item__why:not(:last-child) {
  margin: 0 0 40px;
}
.item__why::after {
  content: '';
  width: 14px;
  height: 14px;
  background: #10171D;
  border: 1px solid #E7BA1D;
  position: absolute;
  top: 0;
  left: -43px;
  transform: rotate(45deg);
  z-index: 1;
}
.name__why {
  font-weight: 600;
  color: #E7BA1D;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.wrapper__works {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-auto-rows: 290px;
  gap: 20px;
}
.image__works {
  grid-column: span 2;
  cursor: pointer;
}
.image__works:nth-child(1),
.image__works:nth-child(5),
.image__works:nth-child(9) {
  grid-column: span 3;
}
.image__works img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.slider__reviews .slick-list {
  margin: 0 -15px;
}
.box__reviews {
  border: 1px solid #585858;
  padding: 20px 20px 40px;
  margin: 0 15px;
}
.box__reviews p {
  margin: 40px 0 0;
}
.info__reviews {
  display: flex;
  align-items: center;
  position: relative;
}
.info__reviews::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #585858;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.image__reviews {
  width: 54px;
  height: 54px;
}
.image__reviews img {
  border-radius: 50%;
}
.name__reviews {
  font-weight: 600;
  color: #fff;
  margin: 0 0 0 15px;
}
.star__reviews {
  margin: 7px 0 0;
  display: flex;
}
.star__reviews span {
  width: 15px;
  height: 14px;
  background: url(image/icons/star.svg) no-repeat;
  background-size: cover;
  display: block;
}
.star__reviews span:not(:last-child) {
  margin: 0 5px 0 0;
}
.star__reviews span.none {
  background: url(image/icons/star_n.svg) no-repeat;
  background-size: cover;
}
footer {
  font-size: 12px;
  border-top: 1px solid #585858;
  padding: 30px 0;
  margin: 90px 0 0;
}
footer a:not(.logo) {
  text-decoration: underline;
}
footer .btn {
  width: 240px;
  height: 45px;
  font-size: 16px;
}
.info__footer {
  display: contents;
}
.box__modal {
  background: #10171D;
  padding: 40px;
}
.box__modal form {
  width: 360px;
  margin: 30px auto 10px;
}
.box__modal input {
  width: 100%;
  height: 40px;
  padding: 0 0 0 15px;
}
.box__modal input[type="submit"] {
  border: 0;
  cursor: pointer;
}
.caption__modal {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.input__modal {
  margin: 0 0 10px;
}
.down__modal {
  width: 400px;
  font-size: 12px;
  text-align: center;
}
.down__modal a {
  text-decoration: underline;
}
.box__clients {
  height: 300px;
  margin: 0 10px;
  display: block;
  cursor: pointer;
}
@media (max-width: 1439.98px) {
  .slick-arrow {
    top: -10%;
  }
  .slick-prev {
    left: 16px;
  }
  .slick-next {
    right: 16px;
  }
  .main {
    background-position-x: -400px;
  }
  .offer {
    margin: 0 0 0 55px;
  }
}
@media (max-width: 1199.98px) {
  a:hover {
    color: #fff;
  }
  a:active {
    color: #fff;
  }
  .btn:hover {
    background: #861A21;
  }
  .caption::after {
    width: 100%;
  }
  .burger_menu {
    display: block;
  }
  nav {
    background: #10171D;
    border: 1px solid #585858;
    display: none;
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
  }
  .menu {
    flex-direction: column;
  }
  .menu li:not(:last-child) {
    border-bottom: 1px solid #585858;
    margin: 0;
  }
  .menu a {
    width: 100%;
    padding: 10px 40px 10px 20px;
    display: block;
  }
  .webs a:hover {
    opacity: 1;
  }
  .main {
    padding: 220px 0 120px;
  }
  .wrapper__services {
    gap: 20px;
  }
  .info__services {
    flex-direction: column;
  }
  .item__services:last-child {
    margin: 10px 0 0;
  }
  .info__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .info__footer a {
    margin: 5px 0 0;
  }
}
@media (max-width: 991.98px) {
  .phone {
    font-size: 20px;
  }
  .main {
    padding: 180px 0 40px;
    background-position-x: -200px;
  }
  .offer {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .offer::before {
    display: none;
  }
  h1 {
    font-size: 48px;
  }
  .sub_h1 {
    width: max-content;
    margin: 10px auto 0;
  }
  .sub_h1 span {
    font-size: 30px;
  }
  .bg_h1 {
    width: calc(100% + 30px);
  }
  .text__offer {
    font-size: 18px;
    margin: 36px 0 40px;
  }
  .btn {
    margin-left: auto;
    margin-right: auto;
  }
  h2 {
    font-size: 30px;
    padding: 70px 0 40px;
  }
  h2::before,
  h2::after {
    width: 100px;
  }
  .caption {
    font-size: 18px;
  }
  .why {
    background-position-x: -500px;
  }
  .wrapper__works {
    grid-auto-rows: 200px;
  }
  footer {
    margin: 70px 0 0;
  }
}
@media (max-width: 767.98px) {
  header {
    padding: 20px 0;
  }
  nav {
    right: 10px;
  }
  .webs_1 {
    display: none;
  }
  .webs_2 {
    padding: 10px 40px 10px 20px;
    display: flex;
  }
  .webs a {
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
  }
  .webs img {
    width: 18px;
  }
  .main {
    background-position-x: -400px;
  }
  h2 {
    width: auto;
    text-align: center;
  }
  h2::before,
  h2::after {
    display: none;
  }
  .box__services p {
    text-align: left;
  }
  .box__services ul {
    margin: 20px 0 0;
  }
  .box__services li:not(:last-child) {
    margin: 0 0 10px;
  }
  .image__services {
    height: 200px;
    object-fit: cover;
  }
  .info__services {
    flex-direction: row;
  }
  .item__services:last-child {
    margin: 0;
  }
  .slick-arrow {
    background-color: #5F676F;
    background-size: 16px;
    background-position: center;
    padding: 20px;
    top: 50%;
    opacity: 0.4;
  }
  .slick-arrow:hover {
    opacity: 1;
  }
  .info__services {
    margin: 30px 0 0;
  }
  .wrapper__works {
    grid-auto-rows: 140px;
  }
  .name__reviews > span {
    height: 38px;
    display: block;
  }
  footer .btn {
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 14px;
  }
  .logo img {
    width: 40px;
  }
  .text__logo span {
    font-size: 16px;
  }
  .sub__logo {
    font-size: 8px;
    padding: 3px 0 0;
    margin: 3px 0 0;
  }
  .phone {
    font-size: 16px;
  }
  .menu {
    font-size: 12px;
  }
  h1 {
    font-size: 30px;
  }
  .sub_h1 span {
    font-size: 24px;
    -webkit-text-stroke: 0.5px #fff;
  }
  .bg_h1 {
    height: 40px;
  }
  .text__offer {
    font-size: 16px;
    margin: 30px 0;
  }
  .btn {
    width: 240px;
    height: 50px;
    font-size: 16px;
  }
  .btn--mini {
    width: 160px;
    height: 40px;
    font-size: 14px;
  }
  h2 {
    font-size: 22px;
    padding: 50px 0 30px;
  }
  .box__services ul {
    font-size: 12px;
  }
  .item__services span {
    font-size: 16px;
  }
  .item__why {
    width: 100%;
  }
  .item__why:not(:last-child) {
    margin: 0 0 20px;
  }
  .name__why {
    margin: 0 0 10px;
  }
  footer {
    padding: 20px 0;
    margin: 50px 0 0;
  }
  footer .wrapper {
    flex-direction: column;
  }
  footer .btn {
    height: 40px;
    font-size: 14px;
    margin-top: 0;
  }
  .info__footer {
    margin: 20px 0;
  }
  .modal .box__modal {
    width: 90%;
  }
  .caption__modal {
    font-size: 20px;
  }
  .box__modal {
    padding: 30px;
  }
  .box__modal form {
    width: 100%;
  }
  .down__modal {
    width: 100%;
  }
  .close__modal {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 480.98px) {
  .sub__logo {
    display: none;
  }
  .phones {
    display: flex;
    position: relative;
  }
  .phones img {
    width: 20px;
    height: 20px;
    display: block;
  }
  .box__phones {
    width: max-content;
    background: #10171D;
    border: 1px solid #585858;
    padding: 10px 20px;
    display: none;
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
  }
  nav {
    width: 100%;
    right: 0;
  }
  .main {
    padding: 100px 0 20px;
  }
  .image__services {
    height: 160px;
  }
  .caption {
    font-size: 16px;
    margin: 20px 0 0;
  }
  .caption::after {
    margin: 10px auto;
  }
  .info__services {
    margin: 20px 0 0;
    flex-direction: column;
  }
  .item__services:last-child {
    margin: 10px 0 0;
  }
  .btn--mini {
    margin-top: 20px;
  }
  .wrapper__works {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .image__works {
    grid-column: unset;
  }
  .image__works:nth-child(1),
  .image__works:nth-child(5),
  .image__works:nth-child(9) {
    grid-column: unset;
  }
  .name__reviews > span {
    height: auto;
  }
}
