/*base-styles*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.hero__contacts,
.hero__text,
.header__contacts,
.main,
.site-container,
.img-text__text,
.section-description,
.section__container,
.basic-services__item,
.img-text,
.header__item,
.header__container,
.header__btn,
.hero__text-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img-text,
.header__item,
.header__container,
.header__btn,
.hero__text-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-text {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__btn,
.hero__text-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__item,
.header__container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.img-text__text,
.section-description,
.section__container,
.basic-services__item,
.hero__contacts,
.hero__text,
.header__contacts,
.main,
.site-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero__form-btn,
.hero__text-btn,
.header__btn {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.hero__form,
.header__serveces-list {
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out, max-height 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, max-height 0.25s ease-in-out;
}

.hero__contacts:hover .hero__form,
.hero__contacts:focus .hero__form,
.header__serveces:hover .header__serveces-list {
  max-height: 1000px;
  pointer-events: auto;
  opacity: 1;
}

/* stylelint-disable */

@font-face {
  font-family: "Prompt";
  src: url("../fonts/Prompt-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Prompt";
  src: url("../fonts/Prompt-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

:root {
  --font-family: "Prompt", sans-serif;
  --content-width: 1196px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --color-bg: #ffffff;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-grey: #eeeeee;
  --color-primary: #fd8c0c;
  --color-primary-hover: #f26d0c;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline-color: var(--color-primary);
  -webkit-tap-highlight-color: transparent;
}

.page {
  height: 100%;
  font-family: var(--font-family), sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  overflow: visible;
  position: relative;
  height: 100%;
  font-size: 16px;
  color: var(--color-black);
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  height: 100%;
}

.site-container {
  width: 100%;
  min-height: 100%;
  background-color: var(--color-bg);
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  z-index: 1;
}

.container,
.section__container,
.basic-services__container,
.hero__container,
.header__container {
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-offset);
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.scroll-content {
  overflow-y: hidden;
  overflow-x: auto;
}

.scroll-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f3f3f3;
  border-radius: 8px;
}

.scroll-content::-webkit-scrollbar-thumb {
  background-color: var(--color-blue);
  border-radius: 8px;
}

.scroll-content::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-blue);
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.hero__form-btn,
.small-small,
.img-text__text p,
.section-description p,
.section__container p,
.basic-services__descriprion p,
.hero__text p,
.header__item,
.coll-2 p,
.middle36,
.section-title,
.basic-services__title,
.hero__title,
.header__btn,
.hero__text-btn,
.big64,
.hero-blog__title,
.hero__heading {
  font-family: var(--font-family);
  font-style: normal;
  line-height: normal;
}

.big64,
.hero-blog__title,
.hero__heading {
  font-size: 64px;
  font-weight: 700;
}

.middle36,
.section-title,
.basic-services__title,
.hero__title,
.header__btn,
.hero__text-btn {
  font-size: 36px;
  font-weight: 700;
}

.small-small,
.img-text__text p,
.section-description p,
.section__container p,
.basic-services__descriprion p,
.hero__text p,
.header__item,
.coll-2 p {
  font-size: 20px;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: currentColor;
}

.coll-2 {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.red {
  color: var(--color-primary);
}

.hover-btn,
.hero__form-btn,
.hero__text-btn {
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

.hover-btn:hover,
.hero__form-btn:hover,
.hero__text-btn:hover {
  background-color: var(--color-primary-hover);
}

.header {
  position: relative;
  z-index: 2;
  background-color: var(--color-bg);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.header__container {
  gap: 50px 111px;
  padding-top: 33px;
  padding-bottom: 33px;
}

.header__btn,
.hero__text-btn {
  line-height: 1;
  gap: 10px;
  border-radius: 60px;
  padding: 15px 68px;
  border: 1px solid var(--color-primary);
}

.header__contacts {
  gap: 8px;
}

.header__item {
  gap: 8px;
  line-height: 1;
}

.hero {
  height: calc(100vh - 140px);
  min-height: 800px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.hero__bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-animation: hero1 15s ease-in-out infinite alternate;
  animation: hero1 15s ease-in-out infinite alternate;
}

.hero__container {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.hero__text {
  max-width: 412px;
  gap: 40px;
  position: absolute;
  bottom: 53px;
  left: 15px;
  padding: 40px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.85);
}

.hero__title {
  color: var(--color-primary);
}

.hero__text-btn {
  color: var(--color-white);
  white-space: nowrap;
  background-color: var(--color-primary);
}

.hero__contacts {
  max-width: 508px;
  gap: 25px;
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 15px;
  padding: 40px;
  border-radius: 0 0 40px 40px;
  background: rgba(255, 255, 255, 0.85);
}

.hero__contacts:hover,
.hero__contacts:focus {
  outline: none;
}

.hero__heading {
  line-height: 1;
}

.hero__form-btn {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 60px;
  border-radius: 100px;
  color: var(--color-white);
  white-space: nowrap;
  background-color: var(--color-primary);
}

.hero-blog {
  max-height: 800px;
}

.hero-blog__lable {
  bottom: initial;
  top: 100px;
  padding: 30px 130px 30px 0;
  border-radius: 0 40px 40px 0;
}

.hero-blog__lable .hero__title {
  position: relative;
  z-index: 2;
}

.hero-blog__lable::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 1;
}

.hero-blog__title {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
}

@-webkit-keyframes hero1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hero1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.basic-services__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.basic-services__item {
  gap: 25px;
  border-radius: 40px;
  border: 1px solid var(--color-primary);
  background-color: var(--color-white);
  padding: 40px 30px;
}

.basic-services__img {
  margin: 0 auto;
}

.section {
  padding: 60px 0;
}

.section__container {
  gap: 40px;
}

.section-title--center {
  text-align: center;
}

.section-title span {
  color: var(--color-primary);
}

.section-description {
  gap: 20px;
}

.img-text {
  gap: 40px;
  width: 100%;
}

.img-text__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.img-text__text {
  gap: 20px;
}

@media (max-width: 1279px) {
  .header__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
  }

  .hero {
    height: 100%;
    min-height: auto;
  }

  .hero__bg {
    position: absolute;
  }

  .hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 600px;
  }

  .hero__text {
    width: 100%;
    max-width: 100%;
    position: relative;
    bottom: initial;
    left: initial;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px;
  }

  .hero__text-btn {
    font-size: 24px !important;
    padding: 20px !important;
  }

  .hero__contacts {
    width: 100%;
    max-width: 100%;
    position: relative;
    right: initial;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hero__heading {
    text-align: center;
  }

  .hero-blog {
    max-height: initial;
  }

  .hero-blog__title {
    position: relative;
    bottom: initial;
    left: initial;
    padding: 15px;
    margin-top: 100px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-size: 48px;
  }

  .basic-services__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .basic-services__item {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .header__serveces:hover .header__serveces-list {
    max-height: 0;
    pointer-events: none;
    opacity: 0;
  }

  .header__serveces .header__serveces-list.show {
    max-height: 1000px !important;
    pointer-events: auto !important;
    opacity: 1 !important;
  }
  
  .big64,
  .hero-blog__title,
  .hero__heading {
    font-size: 48px;
  }

  .middle36,
  .section-title,
  .basic-services__title,
  .hero__title,
  .header__btn,
  .hero__text-btn {
    font-size: 24px;
  }

  .small-small,
  .img-text__text p,
  .section-description p,
  .section__container p,
  .basic-services__descriprion p,
  .hero__text p,
  .header__item,
  .coll-2 p {
    font-size: 16px;
  }

  .coll-2 {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .header__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .header__serveces {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .header__btn,
  .hero__text-btn {
    padding: 15px;
    font-size: 18px;
  }

  .header__contacts {
    display: none;
  }

  .hero__text {
    padding: 20px 15px;
    gap: 20px;
  }

  .hero__form-btn {
    white-space: initial;
    text-align: center;
  }

  .hero-blog__title {
    font-size: 32px;
  }

  .basic-services__item {
    padding: 20px 15px;
    gap: 15px;
    border-radius: 20px;
  }

  .section {
    padding: 30px 0;
  }

  .section__container {
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .hero__contacts {
    padding: 30px 10px;
  }

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

  .img-text__text {
    text-align: center;
  }
}