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

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

@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Italic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
button,
hr,
input {
  overflow: visible;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
[type='checkbox'],
[type='radio'],
legend {
  box-sizing: border-box;
  padding: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
details,
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}

html {
  height: auto;
  min-height: 100%;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizespeed;
  -webkit-font-smoothing: antialiased;
}
body {
  font-size: 18px;
  font-family: Ubuntu, sans-serif;
  height: auto;
  min-height: 100%;
  line-height: normal;
  color: #333;
  margin: 0;
  background-color: #fff;
}
*,
::after,
::before {
  box-sizing: inherit;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
ol,
p,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
input {
  border: none;
  background-color: #fff;
}
button {
  border: none;
  background-color: transparent;
}
a {
  text-decoration: none;
  color: #000;
}
.home-wrapper {
  position: relative;
  overflow: hidden;
}
.home-wrapper__inner:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #4686c4;
  position: absolute;
  right: -100%;
  top: 0;
}
.home-wrapper__inner {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.wrapper:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 0;
}
.home-wrapper__container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.header {
  display: block;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.home .header {
  overflow: visible;
  max-width: 1200px;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.header__container::after {
  content: '';
  display: block;
  width: 5000px;
  height: 504px;
  background-color: #4385c6;
  position: absolute;
  right: -4667px;
  top: -9px;
  z-index: -1;
  transform: rotate(8deg);
}
.home .header__container::before {
  content: '';
  display: block;
  width: 797px;
  height: 847px;
  background-image: url(../img/hero-photo.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  right: -374px;
  top: -29px;
  z-index: 1;
}
.logo {
  display: block;
  max-width: 65px;
  width: 100%;
}
.logo img {
  display: block;
  margin-bottom: 12px;
}
.header__logo {
  display: block;
  margin-top: 10px;
}
.logo__text {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  max-width: 905px;
}
.menu li {
  flex-shrink: 0;
}
.menu a {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  transition-duration: 0.3s;
}
.current-menu-item a,
.menu a:hover {
  color: #ec6608;
  border-bottom: 1px solid #ec6608;
}
.header__menu {
  justify-content: flex-start;
  margin-left: 88px;
  margin-top: -31px;
  position: relative;
  z-index: 1;
}
.header__r {
  display: block;
  flex-grow: 1;
}
.header__contacts {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  gap: 49px;
}
.btn-messenger {
  border-radius: 999px;
  display: flex;
  width: 169px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  transition-duration: 0.3s;
}
.btn-messenger img {
  width: 14px;
}
.btn-messenger_wt {
  background: #48c95f;
}
.btn-messenger_tg {
  background: #2f89ce;
}
.btn-messenger_wt:hover {
  background: #3aa24d;
}
.btn-messenger_tg:hover {
  background: #236da6;
}
.btn-messenger__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.call-block {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
.header__call-block {
  display: flex;
  margin-top: 24px;
  max-width: 296px;
}
.call-block__tel {
  color: #fff;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 900;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.call-block__btn {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  padding: 0 0 2px;
  display: block;
  text-align: right;
  transition-duration: 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.call-block__btn:hover,
.footer__call-block .call-block__btn:hover {
  color: #ec6608;
  border-bottom: 2px solid #ec6608;
}
.hero {
  display: block;
  height: 651px;
  position: relative;
}
.hero__container {
  display: block;
  position: relative;
}
.hero__container::after {
  content: '';
  display: block;
  width: 5000px;
  height: 904px;
  background-color: #4385c6;
  position: absolute;
  right: -4594px;
  top: 143px;
  z-index: 0;
  transform: rotate(8deg);
}
.hero__content {
  display: block;
  max-width: 700px;
  width: 100%;
}
.hero__title {
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 900;
  margin-top: 34px;
  margin-bottom: 48px;
}
.blue {
  color: #4385c6;
}
.orange {
  color: #ec6608;
}
.list {
  display: block;
}
.list li {
  position: relative;
  margin-bottom: 25px;
  font-size: 18px;
}
.list li::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  background-color: #ec6608;
  margin-right: 20px;
  background-image: url(../img/ico-ok.svg);
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero__list {
  display: block;
  margin-bottom: 47px;
}
.btn {
  border-radius: 4px;
  border: 2px solid #ec6608;
  display: flex;
  padding: 20px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  max-width: 208px;
  width: 100%;
  transition-duration: 0.3s;
}
.btn:hover {
  color: #ec6608;
}
.btn-inv {
  background-color: #ec6608;
  color: #fff;
}
.btn-inv:hover {
  background-color: #fbddc9;
  border: 2px solid #fbddc9;
}
.hero__btn {
  display: block;
  margin-top: 49px;
}
.hero__media {
  position: absolute;
  right: -244px;
  top: -26px;
  width: 700px;
  height: 690px;
  overflow: hidden;
  z-index: 1;
}
.what-we-produce {
  display: block;
  padding: 80px 0 95px;
  background-color: #f7f7f7;
}
.title {
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 37px;
}
.scroll-tabs {
  display: block;
  margin-bottom: 45px;
}
.scroll-content__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 19px;
}
.scroll-tabs__item {
  border-radius: 2px;
  background: rgba(236, 102, 8, 0.06);
  font-family: Ubuntu;
  font-size: 14px;
  padding: 9px 10px;
  text-align: center;
  font-weight: 700;
  display: block;
  cursor: pointer;
  transition-duration: 0.3s;
  flex-shrink: 0;
}
.scroll-tabs__item:hover {
  background-color: #fbddc9;
  color: #ec6608;
}
.active.scroll-tabs__item {
  color: #fff;
  background-color: #ec6608;
}
.what-we-produce__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 86px;
}
.what-we-produce__photo {
  max-width: 277px;
  width: 100%;
  height: 311px;
}
.what-we-produce__content {
  display: block;
  padding-top: 5px;
}
.what-we-produce__content p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 26px;
}
.what-we-produce__btn {
  margin-top: 40px;
  max-width: 174px;
}
.calculation {
  padding: 80px 0;
}
.calculation__loader {
  width: 100%;
  height: 23px;
  background-color: #d9e7f4;
  margin-bottom: 37px;
}
.calculation__loader-percent {
  background-color: #4385c6;
  color: #f7f9fc;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  display: block;
  height: 100%;
  text-align: center;
  line-height: 22px;
  transition-duration: 0.3s;
}
.calculation__desc {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 30px;
}
.calculation__container {
  position: relative;
  overflow: hidden;
}
.calculation__slide {
  display: block;
  opacity: 0;
  position: absolute;
}
.calculation__slide.active {
  opacity: 1;
  position: relative;
}
.calculation__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.calculation__item {
  max-width: 286px;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
.calculation__item-inner {
  position: relative;
  border: 4px solid transparent;
  height: 165px;
  outline: transparent solid 4px;
  outline-offset: -8px;
}
.active.calculation__item .calculation__item-inner {
  outline: #ec6608 solid 4px;
  outline-offset: -8px;
}
.active.calculation__item .calculation__item-inner::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(220, 43, 43, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
  transition-duration: 0.3s;
}
.active.calculation__item .calculation__item-inner::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ec6608;
  position: absolute;
  background-image: url(../img/ico-ok.svg);
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  z-index: 2;
  opacity: 1;
  transition-duration: 0.3s;
}
.calculation__item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.calculation__item-name {
  font-size: 18px;
  margin-top: 10px;
  min-height: 67px;
}
.calculation__field {
  border-radius: 2px;
  border: 1px solid #333;
  box-shadow: rgba(0, 0, 0, 0.03) 0 6px 8px 0;
  height: 53px;
  padding: 10px 18px;
  display: block;
  max-width: 496px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 38px;
}
.calculation__nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 31px;
  position: relative;
  z-index: 1;
}
.calculation__nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 142px;
  width: 100%;
}
.calculation__nav-l {
  display: flex;
}
.calculation__nav-r {
  display: flex;
}
.calculation__nav-l.inactive {
  opacity: 0.4;
}
.work-examples {
  background-color: #f7f7f7;
  padding: 80px 0;
}

.post-type-archive-works .page-content {
  margin-top: 80px;
}

.work-examples__wrap {
  display: flex;
  justify-content: space-between;
  /* align-items: flex-start; */
  gap: 2%;
}
.work-examples__photo {
  width: 58%;
  height: 402px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
.work-examples__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 41%;
}
.work-examples__content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}
.work-examples__content p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 26px;
  margin-bottom: auto;
}
.work-examples__btn {
  max-width: 190px;
  width: 100%;
  margin-top: 40px;
}
.services {
  padding: 80px 0 25px;
}

.services__title {
  margin-bottom: 40px;
}

.services__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.services__item {
  /* max-width: 385px; */
  width: 32%;
  margin-bottom: 67px;
}
.services__item:last-child {
  /* max-width: 770px; */
  width: 64.1%;
}
.services__item img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin-bottom: 12px;
}

.post-type-archive-services .services__item img {
  margin-bottom: 20px;
}

.services__item-title {
  font-size: 24px;
  margin-bottom: 7px;
}
.services__item-desc {
  font-size: 18px;
  margin-bottom: 14px;
  line-height: 26px;
}
.services__item-btn {
  display: block;
  border-radius: 4px;
  background-color: #ec6608;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 110px;
  width: 100%;
  padding: 8px 10px;
  color: #fff;
  transition-duration: 0.3s;
}
.services__item-btn:hover {
  background-color: #fbddc9;
  color: #ec6608;
}
.about {
  background-color: #f7f7f7;
  padding: 80px 0;
}
.about__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 18px;
}
.about-slider {
  display: block;
  flex-shrink: 0;
  max-width: 694px;
  width: 100%;
  position: relative;
}
.about-slider .swiper-slide {
  box-sizing: border-box;
}
.about-slider .swiper-slide img {
  display: block;
  max-width: 694px;
  width: 100%;
  height: 290px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}
.about__content {
  display: block;
}
.about__content p {
  display: block;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 26px;
}
.about__list-title {
  font-family: montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  display: block;
  margin-bottom: 40px;
}
.about__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}
.about__list li {
  margin-right: 20px;
  margin-bottom: 2px;
}
.about__list li::before {
  width: 30px;
  height: 30px;
  margin-right: 13px;
}
.slider-pagination.swiper-pagination-horizontal {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  z-index: 1;
  position: static;
  width: auto;
}
.about-slider__slider-pagination.swiper-pagination-horizontal {
  display: flex;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #ec6608;
  cursor: pointer;
  background-color: transparent;
}
.swiper-pagination-bullet-active {
  background-color: #ec6608;
}
.reviews {
  display: block;
  padding: 80px 0 73px;
}

.reviews__title {
  margin-bottom: 68px;
}

.reviews-slider {
  display: block;
}
.reviews-slider .swiper-slide {
  display: block;
}
.reviews-slider__item {
  max-width: 374px;
  width: 100%;
  display: flex;
  gap: 40px;
}
.reviews-slider__item-avatar {
  width: 82px;
  height: 82px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.reviews-slider__item-content {
  display: block;
  padding-top: 2px;
}
.reviews-slider__item-name {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}
.reviews-slider__item-desc {
  font-size: 17px;
  line-height: 26px;
}
.reviews__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-top: 50px;
}
.reviews__nav-item {
  height: 20px;
  cursor: pointer;
}
.reviews__nav-item path {
  transition-duration: 0.3s;
}
.reviews__nav-item:hover path {
  fill: #fbddc9;
}
.faq {
  background-color: #f7f7f7;
  padding: 80px 0 46px;
}
.faq__item {
  position: relative;
  margin-bottom: 35px;
  padding-right: 60px;
}
.faq__item-cotrol {
  width: 29px;
  height: 28px;
  background-color: #d0d0d0;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
.faq__item-cotrol::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: relative;
  top: -1px;
}
.faq__item-cotrol.active {
  background-color: #ec6608;
}
.faq__item-cotrol.active::before {
  background-color: #ec6608;
  transform: rotate(-135deg);
  position: relative;
  top: 1px;
}
.faq__item.active .faq__item-title {
  color: #ec6608;
}
.faq__item-title {
  font-size: 22px;
  margin-bottom: 13px;
  cursor: pointer;
}
.faq__item-body {
  display: block;
}
.faq__item-body p {
  font-size: 18px;
  line-height: 26px;
}
.faq__item-body ul {
  margin: 25px 0;
}
.faq__item-body li {
  font-size: 18px;
}
.contacts {
  display: block;
  padding: 80px 0 101px;
}
.contacts__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 61px;
}
.contacts__info {
  display: block;
  max-width: 346px;
  width: 100%;
}
.contacts__info-col {
  display: block;
}
.contacts__info-row {
  margin-bottom: 37px;
}
.contacts__info-col img {
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 1px;
}
.contacts__social-icons {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.social-icons {
  display: flex;
}
.social-icons__item {
  width: 24px;
  height: 24px;
}
.social-icons__item_tg circle {
  transition-duration: 0.3s;
}
.social-icons__item_wt circle {
  transition-duration: 0.3s;
}
.social-icons__item_tg:hover circle {
  fill: #236da6;
}
.social-icons__item_wt:hover circle {
  fill: #3aa24d;
}
.map {
  max-width: 796px;
  width: 100%;
  height: 422px;
  background-color: #eee;
  box-shadow: rgba(0, 0, 0, 0.04) 0 6px 27px 0;
}
.bottom-form {
  display: block;
  margin-bottom: -40px;
}

.page-id-11 .bottom-form {
  margin-top: 60px;
}

.bottom-form__title {
  font-size: 28px;
  margin-bottom: 10px;
}

.form {
  position: relative;
  padding-bottom: 40px;
}

.form form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 42px;
}
.form input:not(input[type='submit']) {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  background-color: #f7f7f7;
  padding: 10px 26px;
  height: 60px;
}
.form span {
  max-width: 445px;
  width: 100%;
  /* flex-shrink:0; */
}
.form__btn {
  max-width: 268px;
  width: 100%;
}

.wpcf7-spinner,
.screen-reader-response,
.wpcf7-not-valid-tip {
  display: none !important;
}
input:not(input[type='submit']).wpcf7-not-valid {
  border: 1px solid #f12929;
}

.wpcf7-response-output {
  font-size: 12px;
  text-align: center;
  position: absolute;
  bottom: 0;
}

.footer {
  background-color: #f7f7f7;
  margin-top: 89px;
  padding: 20px 0 0;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 22px;
}
.footer__logo {
  display: block;
  margin-top: 9px;
}
.call-block__messengers {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.footer__menu {
  display: flex;
  margin-top: auto;
  margin-bottom: 18px;
}
.footer__menu a {
  font-size: 14px;
  text-transform: none;
}
.footer__call-block {
  max-width: 340px;
  width: 100%;
}
.footer__call-block .call-block__tel {
  color: #333;
  display: block;
  margin-top: 11px;
}
.footer__call-block .call-block__btn {
  color: #333;
  display: block;
  text-align: right;
  border-bottom: 2px solid #333;
}
.copyright {
  background-color: #fff;
  color: #cacaca;
  font-size: 18px;
  text-align: center;
  padding: 23px 0;
}

.layout-article {
  min-height: 300px;
}

.layout-examples__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.layout-examples__item {
  width: calc(33.33% - 14px);
  height: auto;
  display: block;
}

.layout-examples__item-title {
  font-size: 18px;
  text-align: left;
  line-height: normal;
  margin-top: 7px;
}

.layout-examples__item img {
  width: 100%;
  height: 213px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}
.load-more {
  max-width: 246px;
  width: 100%;
  margin: 70px auto;
}

.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
}
.page-content h2 {
  font-size: 24px;
  line-height: 38px;
}
.page-content h3 {
  font-size: 28px;
  line-height: 34px;
}
.page-content h4 {
  font-size: 24px;
  line-height: 28px;
}
.page-content h4 {
  font-size: 20px;
  line-height: 24px;
}
.page-content h5 {
  font-size: 18px;
  line-height: 20px;
}
.page-content p {
  margin: 30px 0;
  line-height: 26px;
}
.page-content a {
  color: #ec6608;
  text-decoration: underline;
}
.page-content ul,
.page-content ol {
  margin: 35px 0;
  margin-left: 25px;
  list-style: auto;
}
.page-content ul {
  list-style: disc;
}
.page-content li {
  margin-bottom: 6px;
}

.page-content .wp-block-gallery {
  margin-top: 35px;
  margin-bottom: 62px;
}

.page-content .wp-block-image {
  margin-top: 35px;
  margin-bottom: 65px;
}

.wp-block-image img {
  border-radius: 5px;
}

.page-content .wp-block-quote {
  border-left: 2px solid #ec6608;
  background: #f7f7f7;
  margin: 0;
  padding: 20px 20px 20px 20px;
  font-style: normal;
}

.wp-block-quote cite {
  font-style: normal;
  line-height: 26px;
}

.page-content .wp-block-quote p:first-child {
  margin: 0;
}

.page-content b,
.page-content strong {
  color: #858585;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.wp-block-image figcaption {
  background: transparent;
  bottom: -34px;
  color: #858585;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  padding: 0;
  padding-left: 5px;
  position: static;
  margin-bottom: -30px;
}

.wp-block-gallery.has-nested-images figcaption {
  color: #858585;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}

.page-content__first-photo img {
  width: 100%;
  height: 325px;
  border-radius: 5px;
  display: block;
  object-fit: cover;
}

.breadcrumbs {
  display: block;
  background-color: #f7f7f7;
  padding: 27px 0;
  margin-bottom: 89px;
}
.breadcrumbs__container {
  display: block;
}
.breadcrumbs a,
.breadcrumbs span {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  transition-duration: 0.3s;
}
.breadcrumbs span {
  color: #a9a9a9;
}

.breadcrumbs a:hover {
  color: #ec6608;
}

.breadcrumbs img {
  display: inline-block;
  margin: 0 16px;
}
.service-simple-slider {
  position: relative;
}
.service-simple-slider__nav {
  border-radius: 2px;
  background-color: #ec6608;
  width: 41px;
  height: 41px;
  background-image: url(../img/ico-service-nav.svg);
  background-size: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.service-simple-slider__nav-l {
  display: block;
  left: 50px;
}
.service-simple-slider__nav-r {
  display: block;
  transform: scale(-1);
  right: 50px;
}
.service-simple-slider img {
  width: 100%;
  height: 600px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-simple-slider .slider-pagination {
  bottom: 27px;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
}
.service-simple-slider .swiper-pagination-bullet {
  opacity: 0.3;
  background-color: #ec6608;
}
.service-simple-slider .swiper-pagination-bullet-active {
  opacity: 1;
}
.service-simple__list {
  display: block;
}
.service-simple__list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.service-simple__list-item-name {
  display: block;
  flex-shrink: 0;
}
.service-simple__list-item-line {
  width: 100%;
  border-bottom: 2px dashed #d6d6d6;
  margin: 0 24px;
  position: relative;
  bottom: 4px;
}
.service-simple__list-item-val {
  color: #858585;
  flex-shrink: 0;
}
.layout-service-list .services__item {
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #ecf3f9;
  padding-bottom: 50px;
  margin-bottom: 40px;
}

.layout-service-simple__btn {
  margin-top: 60px;
}

.layout-service-list .services__item:last-child {
  border-bottom: 1px solid transparent;
}
.layout-service-list .services__item-desc {
  margin-bottom: 21px;
  margin-top: 14px;
}
.layout-service {
  display: block;
}
.layout-service__main-photo {
  display: block;
}
.layout-service__main-photo img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin-bottom: 40px;
}
.layout-service__photo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.layout-service__photo-item {
  width: calc(33% - 10px);
  height: 226px;
}
.layout-service__photo-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
.reviews-service__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.reviews-service__item {
  width: calc(33% - 10px);
}
.reviews-service__item-avatar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.reviews-service__item-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.reviews-service__item-date {
  font-size: 14px;
  font-weight: 300;
  color: #adadad;
  margin-bottom: 3px;
  margin-top: 10px;
  display: block;
}
.reviews-service__desc {
  line-height: 26px;
}
.reviews-service__item-avatar img:first-child {
  width: 57px;
  height: 57px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.reviews-service {
  margin-bottom: 77px;
}
.layout-blog {
  display: block;
}
.layout-blog__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.blog-item {
  width: calc(33.33% - 14px);
  margin-bottom: 20px;
  text-decoration: none;
}
.blog-item img {
  width: 100%;
  height: 246px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin-bottom: 18px;
}
.blog-item__title {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
  height: 47px;
  margin-bottom: 11px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333;
  transition-duration: 0.3s;
}

.blog-item__title:hover {
  color: #ec6608;
}

.blog-item__desc {
  line-height: 26px;
  height: 47px;
  margin-bottom: 11px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-item__btn {
  display: inline-block;
  color: #ec6608;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #ec6608;
  transition-duration: 0.1s;
}

.blog-item__btn:hover {
  border-bottom: 2px solid transparent;
}

.layout-contacts .contacts__info {
  margin-top: 40px;
  margin-bottom: 70px;
}
.tab-body {
  display: none;
}
.tab-body.active {
  display: block;
}

.read-more__title {
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 80px;
  margin-bottom: 40px;
}

.read-more .blog-item__title {
  height: auto;
  -webkit-line-clamp: unset;
}

.read-more .blog-item__desc {
  height: auto;
  -webkit-line-clamp: 4;
}

.popup {
  background-color: #fff;
  position: relative;
  padding: 57px 60px 50px;
  max-width: 488px;
  width: 100%;
  margin: 0 auto;
}
.popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.popup__close path {
  transition-duration: 0.3s;
}
.popup__close:hover path {
  fill: #31966c;
}
.popup__close:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.popup__title {
  color: #231f20;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 46px;
  text-align: center;
}
.popup span {
  display: block;
  width: 100%;
}
.popup span > input {
  display: block;
  width: 100%;
  border: none;
  border: 1px solid #d4d4d4;
  font-size: 16px;
  padding: 10px 2px;
  outline: 0;
  margin-bottom: 26px;
  height: 60px;
  padding: 10px 17px;
  border-radius: 4px;
  margin-bottom: 21px;
  font-weight: 500;
}
.popup__att {
  color: #231f20;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 26px;
}
.popup__att svg {
  flex-shrink: 0;
}
.popup__att a {
  color: #ec6608;
}
.popup__att a:hover {
  text-decoration: underline;
}
.popup__fields-wrap {
  padding: 0 0;
}
.popup__btn {
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  background-color: #ec6608;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 18px;
}

.popup .wpcf7-response-output {
  bottom: 14px;
  width: 100%;
  left: 0;
  padding: 0 48px;
}

@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .service-simple__list-item-line {
    display: none;
  }

  .service-simple__list-item {
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px;
  }
  .service-simple__list-item-name {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1140px) {
  .header {
    background-color: #f7f7f7;
  }

  .header__contacts {
    flex-wrap: wrap;
    gap: unset;
  }

  .header__call-block {
    flex-wrap: nowrap;
    align-items: center;
    gap: 13px;
    margin-top: 8px;
    margin-bottom: 6px;
  }

  .call-block__tel,
  .call-block__btn {
    flex-shrink: 0;
  }

  .btn-messenger__wrap {
    width: 100%;
    justify-content: flex-end;
  }

  .header__menu {
    margin-top: 0px;
  }

  .header__container::after {
    content: none;
  }

  .home .header__container::before {
    top: 134px;
  }

  .hero__media {
    top: 117px;
    right: -288px;
  }

  .hero__container::after {
    display: none;
  }

  .call-block__tel {
    color: #000;
  }
  .call-block__btn {
    color: #ec6608;
    border-bottom: 1px solid #ec6608;
  }

  .hero__title {
    font-family: Montserrat, sans-serif;
    font-size: 32px;
  }

  .hero__title {
    font-size: 32px;
  }
  .call-block__tel {
    margin-bottom: 0;
  }

  .about-slider {
    max-width: 50%;
  }
}

@media screen and (max-width: 992px) {
  .header__call-block {
    margin-top: 18px;
    margin-bottom: 9px;
  }

  .menu a {
    text-transform: none;
  }

  .call-block__tel {
    font-size: 20px;
  }

  .header__menu {
    justify-content: flex-end;
  }

  .hero__title {
    font-size: 28px;
  }

  .hero__content {
    display: block;
    width: 55%;
    padding-right: 45px;
  }

  .list li {
    display: flex;
  }

  .list li::before {
    flex-shrink: 0;
  }

  .hero__title br {
    display: none;
  }

  .calculation__wrap {
    gap: 0px;
    flex-wrap: wrap;
  }

  .calculation__item {
    max-width: 100%;
    width: 48%;
    display: inline-block;
    cursor: pointer;
  }

  .calculation__field {
    max-width: 100%;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .work-examples__wrap {
    flex-wrap: wrap;
  }

  .work-examples__photo {
    width: 100%;
    height: 230px;
    margin-bottom: 15px;
  }

  .work-examples__content {
    width: 100%;
  }

  .services__item {
    width: 50%;
    margin-bottom: 67px;
  }

  .services__item:last-child {
    width: 100%;
    margin-bottom: 0;
  }

  .about-slider {
    width: 100%;
    max-width: 100%;
  }

  .about__wrap {
    flex-wrap: wrap;
  }
  .about-slider .swiper-slide img {
    max-width: 100%;
    width: 100%;
  }

  .about__list {
    columns: 2;
    display: block;
  }
  .about__list li {
    margin-bottom: 25px;
  }

  .reviews-slider__item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
  }

  .contacts__wrap {
    flex-wrap: wrap;
    gap: unset;
  }

  .contacts__info-col img {
    margin-bottom: 12px;
  }

  .map {
    max-width: 100%;
    width: 100%;
  }

  .contacts__info {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
  }
  .contacts {
    padding-bottom: 40px;
  }

  .form form {
    flex-wrap: wrap;
  }
  .form span {
    max-width: 100%;
    width: 100%;
  }
  .form input {
    max-width: 100%;
    width: 100%;
  }

  .footer__container {
    flex-wrap: wrap;
  }

  .footer__menu {
    margin-top: 0;
    justify-content: center;
    width: 100%;
    order: -1;
    margin-bottom: 40px;
  }
  .footer__logo {
    margin-top: 0;
  }
  .footer__call-block .call-block__tel {
    margin-bottom: 5px;
    font-weight: 700;
  }

  .footer__call-block .call-block__btn {
    text-transform: none;
    color: #ec6608;
    border-bottom: 1px solid #ec6608;
  }

  .title {
    font-size: 28px;
  }

  .what-we-produce,
  .calculation,
  .work-examples,
  .services,
  .about,
  .reviews,
  .faq,
  .contacts {
    padding: 60px 0 60px;
  }

  .calculation__desc {
    font-size: 18px;
  }

  .calculation__item-name {
    font-size: 16px;
  }

  .work-examples__content h3 {
    font-size: 22px;
  }

  .about__list-title {
    margin-top: 38px;
    display: block;
  }
  .about {
    padding-bottom: 40px;
  }

  .reviews__nav {
    margin-top: 0;
  }

  .faq {
    padding-bottom: 25px;
  }
  .bottom-form__title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .form__btn {
    font-weight: 400;
    text-transform: none;
    font-size: 18px;
  }
  .scroll-content__inner {
    padding-bottom: 12px;
  }

  .scroll-tabs {
    margin-bottom: 30px;
    margin-right: -20px;
  }

  .layout-examples__item {
    width: calc(50% - 10px);
  }

  .blog-item {
    width: calc(50% - 10px);
  }

  .breadcrumbs {
    padding: 0;
    margin-bottom: 50px;
  }

  .breadcrumbs__container {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header__r {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 52px 30px;
    overflow-y: scroll;
    transform: translate(-100%, 0);
    transition-duration: 0.3s;
  }
  .header__r.active {
    transform: translate(0, 0);
  }

  .header__menu {
    display: block;
    order: -1;
    margin-left: 0;
    width: 100%;
  }

  .header__menu a {
    margin-bottom: 25px;
    display: inline-block;
  }

  .header__contacts {
    justify-content: flex-start;
    margin-top: 11px;
    /* margin-bottom: 35px; */
  }

  .btn-messenger__wrap {
    width: 100%;
    justify-content: flex-start;
  }

  .header__call-block {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin-top: 33px;
  }

  .btn-messenger__wrap {
    max-width: 170px;
    width: 100%;
    flex-wrap: wrap;
  }

  .call-block__tel {
    text-align: left;
  }

  .hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ec6608;
    flex-direction: column;
    gap: 5px;
    width: 46px;
    height: 46px;
    border-radius: 4px;
    padding: 9px;
    position: relative;
    z-index: 999;
    border: 2px solid transparent;
  }

  .hamburger span {
    border-radius: 10px;
    background-color: #fff;
    height: 3px;
    display: block;
    width: 100%;
  }

  .hamburger.active {
    background-color: #fff;
    border-color: #fbe0ce;
    position: relative;
    top: -35px;
  }

  .hamburger.active span:last-child {
    display: none;
  }
  .hamburger.active span:nth-child(1) {
    position: absolute;
    transform: rotate(45deg);
    background-color: #adadad;
    width: 28px;
    border-radius: 0;
  }
  .hamburger.active span:nth-child(2) {
    position: absolute;
    transform: rotate(-45deg);
    background-color: #adadad;
    width: 28px;
    border-radius: 0;
  }

  .header__container {
    align-items: center;
  }

  .footer__container {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    padding-bottom: 40px;
  }

  .footer__menu {
    display: block;
    text-align: center;
    order: unset;
    margin-bottom: 15px;
  }

  .footer__menu a {
    display: inline-block;
    margin-bottom: 30px;
  }
  .footer {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .footer__logo {
    margin-bottom: 40px;
  }

  .footer__call-block {
    flex-wrap: wrap;
  }

  .footer .call-block__messengers {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }

  .footer__call-block .call-block__tel {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer__call-block .call-block__btn {
    text-align: center;
    margin: 0 auto;
  }
  .home .header__container::before {
    content: none;
  }
  .hero__media {
    display: none;
  }
  .hero__content {
    margin: 0 auto;
    max-width: 360px;
    width: 100%;
    padding: 0;
  }
  .hero__title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 28px;
  }

  .hero__btn {
    margin: 0 auto;
  }

  .hero__list li {
    font-weight: 700;
    font-size: 14px;
    align-items: center;
  }

  .hero {
    height: auto;
  }

  .title {
    font-size: 24px;
    font-weight: 700;
    display: block;
    text-align: center;
  }

  .what-we-produce__wrap {
    flex-wrap: wrap;
    gap: unset;
  }
  .what-we-produce__photo {
    margin: 0 auto 40px;
  }

  .what-we-produce__content {
    text-align: center;
  }
  .what-we-produce__btn {
    margin: 40px auto 0;
  }
  .services__item {
    width: 100%;
    margin-bottom: 60px;
  }

  .services__item-title {
    font-size: 20px;
    margin-bottom: 7px;
  }

  .about__list {
    columns: unset;
  }

  .faq__item-title {
    font-size: 18px;
  }

  .faq__item-body p {
    font-size: 16px;
    line-height: 22px;
  }

  .contacts__info {
    display: block;
    margin-bottom: 40px;
  }
  .layout-examples__item {
    width: 100%;
  }

  .blog-item {
    width: 100%;
  }

  .blog-item__title {
    font-size: 20px;
    -webkit-line-clamp: unset;
    height: auto;
  }

  .blog-item__desc {
    -webkit-line-clamp: 4;
  }

  .service-simple-slider img {
    height: 370px;
  }

  .service-simple__list-item-val,
  .service-simple__list-item-name {
    flex-shrink: unset;
  }

  .layout-service__main-photo img {
    height: 310px;
  }

  .reviews-service__item {
    width: 100%;
    margin-bottom: 35px;
  }

  .reviews-service__container {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 575px) {
  .calculation__item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }

  .calculation__item-name {
    min-height: auto;
    margin-top: 5px;
  }

  .calculation__nav {
    justify-content: space-between;
  }
  .popup__title {
    font-size: 21px;

    margin-bottom: 25px;
  }
  .popup {
    padding: 41px 25px 54px;
  }
  .popup__btn {
    padding: 14px 10px;
  }
  .popup span > input {
    height: 43px;
  }
  .service-simple-slider__nav-l {
    left: 20px;
  }
  .service-simple-slider__nav-r {
    right: 20px;
  }
  .header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
  }
  body {
    padding-top: 150px;
  }
  .header__logo {
    transition-duration: .3s;
    height: 104px;
  }
  .header__logo img {
    width: 64px;
    transition-duration: .3s;
    margin: 0 auto 12px;
  }
  .header__logo .logo__text {
    transition-duration: .3s;
  }


  .header.fixed .header__logo {
    transition-duration: .3s;
    height: 60px;
    margin-top: 0;
  }
  .header.fixed .logo__text {
    font-size: 12px;
}

.header.fixed .logo img {
  width: 30px;
  margin: 0 auto 12px;
}

}
