@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap");
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeue-Regular.woff2") format("woff2"), url("../fonts/BebasNeue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url("../fonts/BebasNeueCyrillic.woff2") format("woff2"), url("../fonts/BebasNeueCyrillic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

:focus {
  outline: 0;
}

ul {
  list-style-type: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Arimo", sans-serif;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  color: #1d1a1a;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1410px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 374px) {
  .container {
    padding: 0 15px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: "Bebas Neue Cyrillic";
  color: #282736;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h1 strong, .h1 strong, h2 strong, .h2 strong, h3 strong, .h3 strong, h4 strong, .h4 strong {
  font-weight: 400;
}
@media (max-width: 992px) {
  h1 br, .h1 br, h2 br, .h2 br, h3 br, .h3 br, h4 br, .h4 br {
    display: none;
  }
}

h2, .h2 {
  font-size: 50px;
  line-height: 60px;
}

.burger {
  display: none;
  position: absolute;
  top: calc(50% - 19px);
  right: 10px;
  cursor: pointer;
  z-index: 111;
  width: 38px;
  height: 38px;
  border-radius: 8px;
}
.burger.open:before {
  background: #fff;
  transform: rotate(-45deg);
  top: 16px;
  height: 2px;
}
.burger.open:after {
  background: #fff;
  top: 16px;
  transform: rotate(45deg);
  height: 2px;
}
.burger.open span:before {
  display: none;
}
.burger:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 9px;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 4px;
  transition: 0.5s;
}
.burger:after {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 9px;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 4px;
  transition: 0.5s;
}
.burger span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.burger span:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 9px;
  width: 20px;
  height: 2px;
  border-radius: 4px;
  background: #fff;
}
@media (max-width: 992px) {
  .burger {
    display: block;
  }
}

.section-title {
  text-align: center;
  text-align: center;
  position: relative;
  padding: 0 0 30px;
  margin: 0 0 60px;
  color: #1e1e1e;
  font-family: "Bebas Neue Cyrillic";
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  position: relative;
  z-index: 12;
}
.section-title:before {
  content: "";
  bottom: 0;
  transform: translateX(-50%);
  width: 200px;
  height: 6px;
  left: 50%;
  border-radius: 0px;
  background: #47a6ff;
  position: absolute;
}

.white {
  color: #fff;
}

section {
  padding: 90px 0;
}
@media (max-width: 992px) {
  section {
    padding: 50px 0;
  }
}

.s-nums {
  z-index: 1;
  padding: 0;
}

.s-nums .s-item-hidden, .s-nums .s-items .section-title::before {
  display: none;
}

.s-item-orange {
  background: #47a6ff;
  padding-left: 30px !important;
}
.s-item-orange .section-title {
  padding-left: 30px;
}
.s-item-orange .section-title h2 {
  color: #fff;
}

.s-nums .s-items {
  display: flex;
}

.s-nums .s-items .section-title, .s-nums .s-items .section-title h2 {
  padding: 0;
  margin: 0;
  font-size: 39px;
  line-height: 46px;
  text-align: left;
}

.s-nums .s-item, .s-nums .s-item .si-img {
  display: flex;
  justify-content: center;
  position: relative;
}

.s-nums .s-item, .s-nums .s-item.hover::after, .s-nums .s-item.hover::before {
  transition: all 0.4s ease-out;
}

.s-nums .s-item {
  padding: 150px 0 150px;
  flex-direction: column;
  width: 20%;
  z-index: 1;
}

.s-nums .s-item.hover {
  padding-left: 30px;
}

.s-nums .s-item.hover::after, .s-nums .s-item.hover::before {
  position: absolute;
  content: "";
  left: 0;
}

.s-nums .s-item.hover::before {
  width: 100%;
  height: calc(100% + 32px);
  top: -16px;
  background-color: #424242;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
}

.s-nums .s-item.hover::after {
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #e6e6e4;
  opacity: 1;
}

.s-nums .s-item.hover:hover::before, .widget.yith-woocommerce-ajax-product-filter .yith-wcan-list li.chosen::after, .widget.yith-woocommerce-ajax-product-filter .yith-wcan-list li.chosen::before {
  opacity: 1;
}

.header-form .wpcf7-list-item-label a, .s-nums .s-item.hover:hover .si-count, .s-nums .s-item.hover:hover .si-title {
  color: #fff;
}

.s-nums .s-item.hover:hover::after {
  opacity: 0;
}

.s-nums .s-item.hover:hover .si-hover {
  opacity: 0.2;
}

.s-nums .s-item .si-img {
  width: 40px;
  height: 40px;
  align-items: center;
  margin-bottom: 25px;
  z-index: 3;
}

.s-nums .s-item .si-count, .s-nums .s-item .si-title {
  position: relative;
  z-index: 3;
  transition: all 0.4s ease-out;
}

.s-nums .s-item .si-count {
  color: #1e1e1e;
  font-family: "Bebas Neue Cyrillic";
  font-size: 80px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 20px;
  display: block;
}

.s-nums .s-item .si-title {
  flex-grow: 1;
  margin-bottom: 20px;
  display: block;
}

.s-help::before, .s-nums .s-item .si-hover {
  position: absolute;
  width: 100%;
  left: 0;
  background-size: cover;
  background-position: center;
}

.s-nums .s-item .si-hover {
  height: calc(100% + 32px);
  z-index: 2;
  top: -16px;
  opacity: 0;
}

@media only screen and (max-width: 1259px) {
  .s-nums .s-item-hidden {
    display: block;
    padding-top: 40px;
  }
  .s-nums .s-item {
    width: 25%;
    text-align: center;
    align-items: center;
  }
  .s-nums .s-item.hover {
    padding-left: 0;
  }
  .s-nums .s-item.hover::after {
    display: none;
  }
  .s-nums .s-item:not(.hover) {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .h1, h1 {
    font-size: 34px;
    line-height: 37px;
  }
  .h2, h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .h3, h3 {
    font-size: 20px;
  }
  .h4, h4 {
    font-size: 18px;
  }
  .h5, h5 {
    font-size: 16px;
  }
  .s-nums .s-items {
    flex-wrap: wrap;
  }
  .s-nums .s-item {
    width: 50%;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-nums .s-item {
    width: 100%;
    align-items: center;
  }
}
.services-section {
  background-color: #f0efef;
}

.s-services .s-item-wr {
  margin-bottom: 30px;
}

.s-services .s-item, .s-services .s-item.hover .si-img {
  display: flex;
  align-items: center;
}

.s-services .s-item, .s-services .s-item.hover::before {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-out;
}

.s-services .s-item {
  padding: 50px 20px;
  flex-direction: column;
  text-align: center;
  position: relative;
}

.s-services .s-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.s-services .s-item.hover::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border: 2px solid rgba(170, 187, 200, 0.4);
  opacity: 1;
}

.s-services .s-item.hover .si-img {
  margin: 0 auto 35px;
  width: 50px;
  height: 50px;
  justify-content: center;
}

.s-services .s-item.hover .si-link, .s-services .s-item.hover .si-title {
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  line-height: 24px;
}

.s-services .s-item.hover .si-title {
  margin-bottom: 30px;
  transition: all 0.4s ease-out;
  color: #1e1e1e;
  font-size: 18px;
}

.s-services .s-item.hover .si-link {
  color: #47a6ff;
  font-size: 14px;
  text-decoration: underline;
}

.s-services .s-item.hover .si-hover, .s-services .s-item.hover .si-hover-text {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease-out;
}

.s-services .s-item.hover .si-hover {
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-position: center;
}

.s-services .s-item.hover .si-hover-text {
  margin: 0 -60px;
  padding: 30px;
  top: 100%;
  transform: translateY(0);
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 15px 25px rgba(210, 218, 225, 0.33);
  z-index: -1;
}

.s-services .s-item.hover .si-hover-text::before {
  position: absolute;
  content: "";
  top: -6px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 6px;
  border-color: transparent transparent #fff;
}

.s-services .s-item.hover:hover {
  background-color: #424242;
}

.s-services .s-item.hover:hover::before {
  opacity: 0;
}

.s-services .s-item.hover:hover .si-img, .s-services .s-item.hover:hover .si-link, .s-services .s-item.hover:hover .si-title {
  position: relative;
  z-index: 1;
}

.s-services .s-item.hover:hover .si-title {
  color: #fff;
}

.s-services .s-item.hover:hover .si-hover {
  opacity: 0.4;
}

.s-services .s-item.hover:hover .si-hover-text {
  opacity: 1;
  transform: translateY(-20px);
  z-index: 2;
}

.s-services .s-item.hover:hover .si-link {
  text-decoration: none;
}

.s-services .s-item.last, .s-services .s-item.last .si-link {
  justify-content: center;
}

.s-services .s-item.last {
  background-color: #47a6ff;
  min-height: 287px;
  transition: all 0.4s ease-out;
}

.s-services .s-item.last .si-link {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Bebas Neue Cyrillic";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  z-index: 1;
}

.s-advantages .s-plus::before, .s-services .s-item.last .si-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.22;
}

.s-services .s-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.s-services .s-items .s-item {
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 2px);
  margin-bottom: 3px;
  height: auto;
}
@media (max-width: 992px) {
  .s-services .s-items .s-item {
    width: calc(50% - 2px);
    margin-bottom: 4px;
  }
}
@media (max-width: 566px) {
  .s-services .s-items .s-item {
    width: 100%;
  }
}

.help-section {
  background: url(../images/bg-help.jpg) 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 90px 0;
  position: relative;
}
.help-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(29, 26, 26, 0.95);
  z-index: 0;
}

.help-content {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.help-item {
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 2px);
  margin-bottom: 3px;
  height: auto;
  position: relative;
  border: 2px solid rgba(170, 187, 200, 0.4);
  padding: 50px 30px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .help-item {
    width: calc(50% - 2px);
    margin-bottom: 4px;
  }
}
@media (max-width: 566px) {
  .help-item {
    width: 100%;
  }
}
.help-item:hover .help-item__image {
  opacity: 1;
}
.help-item:hover .help-item__icon {
  transform: translateY(-20px);
}
.help-item:hover .help-item__text {
  transform: translateY(20px);
}
.help-item:hover .help-item__title {
  transform: translateY(20px);
}
.help-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  transition: 0.5s;
}
.help-item__image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(66, 66, 66, 0.8);
}
.help-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.help-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
  transition: 0.5s;
}
.help-item__title {
  color: #fff;
  font-family: "Bebas Neue Cyrillic";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.4s ease-out;
  transition: 0.5s;
}
.help-item__text {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 40px;
  flex-grow: 1;
  text-align: center;
  position: relative;
  z-index: 9;
  transition: 0.5s;
}

.form {
  position: relative;
}
.form__manager {
  position: absolute;
  bottom: -90px;
  left: 0;
  z-index: 0;
}
@media (max-width: 992px) {
  .form__manager {
    display: none;
  }
}
.form__manager img {
  display: block;
}
.form__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}
.form__content--center {
  justify-content: center;
}
.form__content--center .btn, .form__content--center .form-input {
  margin: 0 2px;
}
@media (max-width: 992px) {
  .form__content--center .btn, .form__content--center .form-input {
    margin: 0 0 4px 0;
  }
}
.form__content .btn {
  width: calc(25% - 3px);
}
@media (max-width: 992px) {
  .form__content .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
.form__bottom {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.form-input {
  width: calc(25% - 3px);
  height: 50px;
  border: 2px solid #f0efef;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
  background: #fff;
}
@media (max-width: 992px) {
  .form-input {
    width: 100%;
    margin-bottom: 10px;
  }
}
.form-input.focus {
  border-color: #47a6ff;
}
.form-input .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
}
.form-input .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.form-input input {
  width: 100%;
  height: 50px;
  border: 0;
  font-size: 16px;
  font-family: "Arimo", sans-serif;
  background: transparent;
}

.btn {
  border: 2px solid #47a6ff;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  font-size: 18px;
  color: #47a6ff;
  font-family: "Bebas Neue Cyrillic";
  letter-spacing: 1px;
  transition: 0.35s;
}
.btn--inline {
  width: auto;
  padding: 0 30px;
  display: inline-flex;
}
.btn:hover {
  box-shadow: inset 0 0 0 2em #47a6ff;
}
.btn:focus {
  box-shadow: inset 0 0 0 2em #47a6ff;
}
.btn--reverse {
  border-color: #fff;
  color: "Arimo", sans-serif;
  background: #fff;
}

.btn:hover,
.btn:focus {
  box-shadow: inset 0 0 0 2em #47a6ff;
}

.btn:hover,
.btn:focus {
  border-color: #47a6ff;
  color: #fff;
}
.btn:hover--reverse,
.btn:focus--reverse {
  color: #47a6ff;
}

.custom-checkbox {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 34px;
  margin-right: 10px;
  font-size: 16px;
  color: #1d1a1a;
}
@media (max-width: 767px) {
  .custom-checkbox {
    font-size: 14px;
  }
}
.custom-checkbox a {
  color: #47a6ff;
  border-bottom: 1px solid #47a6ff;
  transition: 0.5s;
}
.custom-checkbox a:hover {
  border-color: transparent;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox input:checked ~ .checkmark:after {
  opacity: 1;
}
.custom-checkbox .checkmark {
  border: 1px solid #47a6ff;
  background: transparent;
  border-radius: 0;
  transform: translateY(-4px);
}
.custom-checkbox .checkmark:after {
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  background: #47a6ff;
  opacity: 0;
  transition: 0.25s;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #ccc;
  border-radius: 4px;
}
.checkmark:after {
  content: "";
  position: absolute;
}

.section-eighth {
  background: #f0efef;
}

.welcome-form .custom-checkbox {
  color: #fff;
}
.welcome-form .custom-checkbox a {
  color: #fff;
  border-color: #fff;
}
.welcome-form .custom-checkbox a:hover {
  border-color: transparent;
}

.scope {
  margin-top: 50px;
  position: relative;
}
.scope .swiper-pagination {
  height: 4px;
  padding-top: 0;
}

.scope-navig {
  height: 190px;
  width: 100%;
  display: flex;
  border-right: 1px solid #f0efef;
}
@media (max-width: 767px) {
  .scope-navig {
    display: none;
  }
}

.scn-item {
  flex: auto;
  height: 190px;
  border: 1px solid #f0efef;
  border-right: 0;
  padding: 10px 20px 20px 20px;
  position: relative;
  background: #fff;
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20%;
}
.scn-item:hover .scn-num {
  color: #47a6ff;
}

.scc-item img {
  width: 100%;
  position: absolute;
}

.scn-item::before, .scn-item::after, .work-layer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
}

.scn-item::before {
  box-shadow: 0 0 18px #f0efef;
  height: 100%;
  transition: 0.5s;
}

.scn-item::after, .work-layer::before {
  height: 7px;
  background: #47a6ff;
  transition: 0.5s;
  transform: translateY(7px);
}

.scn-item:hover::before, .scn-item:hover::after {
  opacity: 1;
}

.scn-item:hover::before, .scn-item:hover::after {
  transform: translateY(1px);
}

.scn-num {
  color: #f0efef;
  font-size: 47px;
  text-align: right;
  font-weight: 400;
  transition: 0.5s;
  font-family: "Bebas Neue Cyrillic";
}

.scn-des {
  font-size: 18px;
  font-weight: 400;
  transition: 0.5s;
  font-family: "Bebas Neue Cyrillic";
}

.scn-item.active .scn-des {
  color: #47a6ff;
}

.scn-item.active .scn-num {
  color: #47a6ff;
}

.scc-item {
  position: relative;
  height: 400px;
}

.scc-item .image-container {
  position: absolute;
  height: 400px;
  width: 100%;
  overflow: hidden;
}

.scc-item .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.scc-layer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}

.scc-title {
  font-size: 30px;
  color: white;
  font-family: "Bebas Neue Cyrillic";
  margin-bottom: 20px;
}

.scc-des {
  font-size: 15px;
  color: white;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  top: initial;
  bottom: 0;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #47a6ff;
}

.scope {
  overflow: hidden;
}
@media (max-width: 767px) {
  .scope {
    widt: calc(100% + 30px);
    margin: 0 -15px;
  }
}

#scope .swiper-button-next, #scope .swiper-button-prev {
  filter: grayscale(1) brightness(2.5);
  top: 64%;
}
@media (max-width: 767px) {
  #scope .swiper-button-next, #scope .swiper-button-prev {
    top: 50%;
  }
}

.section-why {
  background: #f0efef;
  position: relative;
  z-index: 15;
}

.why-content {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #d5d5d5;
}

.why-item {
  border: 1px solid #d5d5d5;
  padding: 30px;
  width: 25%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 581px) {
  .why-item:hover .why-item__dropdown-text {
    opacity: 1;
    z-index: 12;
    transform: translateY(0px);
  }
}
@media (max-width: 580px) {
  .why-item.show .why-item__dropdown-text {
    opacity: 1;
    z-index: 12;
    transform: translateY(0px);
  }
}
@media (max-width: 580px) {
  .why-item:nth-child(even) .why-item__dropdown-text {
    left: auto;
    right: 0;
  }
}
.why-item__dropdown-text {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 16px 5px #f0efef;
  transform: translateY(-20px);
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 580px) {
  .why-item__dropdown-text {
    width: 200%;
    top: 100%;
  }
}
.why-item__dropdown-text p {
  font-size: 14px;
  color: #424242;
  line-height: 22px;
}
@media (max-width: 992px) {
  .why-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .why-item {
    align-items: center;
  }
}
.why-item:hover .why-item__img {
  opacity: 1;
}
.why-item:hover .why-item__title {
  color: #fff;
}
.why-item:hover .why-item__icon svg {
  fill: #fff;
}
.why-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: 0.5s;
}
.why-item__img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgba(66, 66, 66, 0.8);
  width: 100%;
  height: 100%;
  opacity: 1;
}
.why-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-item__icon {
  position: relative;
  z-index: 9;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 1px solid #47a6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .why-item__icon {
    margin-bottom: 40px;
  }
}
.why-item__icon svg {
  width: 40px;
  height: 40px;
  fill: #47a6ff;
  transition: 0.15s;
}
.why-item__title {
  position: relative;
  z-index: 9;
  font-size: 16px;
  color: #1d1a1a;
  font-family: "Bebas Neue Cyrillic";
  transition: 0.5s;
}
@media (max-width: 767px) {
  .why-item__title {
    text-align: center;
  }
}

.s-timeline {
  background-color: #424242;
  position: relative;
  padding: 60px 15px 60px;
}

.s-timeline::before {
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/wp-content/uploads/2020/05/bg-roof-scaled.jpg);
  opacity: 0.06;
  position: absolute;
  width: 100%;
}

.s-timeline .section-title {
  color: white;
  margin: 0px 0 45px;
}

.s-timeline .section-title h2 {
  color: white;
}

.section-subtitle {
  text-align: center;
  max-width: 700px;
  margin: auto;
  margin-bottom: 30px;
}

.s-timeline .section-subtitle {
  color: white;
  text-align: center;
  max-width: 700px;
  margin: auto;
}

.section-timeline {
  background: #424242 url(../images/timeline-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.section-timeline .container {
  position: relative;
  z-index: 9;
}
.section-timeline:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(29, 26, 26, 0.9);
}

.timeline-text {
  margin-bottom: 40px;
}
.timeline-text p {
  color: white;
  text-align: center;
  max-width: 700px;
  margin: auto;
}

.timeline-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.timeline-numbers__text {
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Bebas Neue Cyrillic";
}
.timeline-numbers__main {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
  font-size: 90px;
  color: #47a6ff;
  font-family: "Bebas Neue Cyrillic";
  margin-bottom: 30px;
}

.timeline-steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.step-item {
  position: relative;
  padding: 15px 20px 20px 60px;
  border: 2px solid #fff;
  width: calc(33.3333333333% - 4px);
  transition: 0.5s;
}
@media (max-width: 992px) {
  .step-item {
    flex-direction: column;
    width: 100%;
    margin-bottom: 4px;
  }
}
.step-item:hover {
  background: #47a6ff;
  border-color: #47a6ff;
}
.step-item:hover .step-item__number {
  background: #47a6ff;
  color: #fff;
}
.step-item__number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 30px;
  color: #47a6ff;
  font-family: "Bebas Neue Cyrillic";
  position: absolute;
  top: 2px;
  left: 2px;
  transition: 0.5s;
}
.step-item__title {
  font-size: 18px;
  color: #fff;
  font-family: "Bebas Neue Cyrillic";
  display: block;
  margin-bottom: 10px;
}
.step-item p {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}

.timeline-bottom {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timeline-bottom__title {
  display: block;
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Bebas Neue Cyrillic";
  margin-bottom: 30px;
}
.timeline-bottom .btn {
  width: calc(33.3333333333% - 4px);
}
@media (max-width: 767px) {
  .timeline-bottom .btn {
    width: 100%;
  }
}

.s-locations {
  background-color: #f5f7f9;
}

.s-locations-map {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.s-locations-map {
  width: 100%;
}

.map-container {
  position: relative;
  margin: 0 auto;
}

.map-container .map-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.map-container .map-wrap img {
  max-width: 100%;
}

.map-container .map-data {
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 2;
  position: absolute;
}

.map-container .marker {
  position: absolute;
  width: 20px;
  height: 30px;
  background-image: url(../images/marker.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 50%;
  z-index: 1000;
}

.map-container .marker:hover {
  z-index: 10000000000;
}

.map-container .marker:hover .hover {
  display: block;
}

.map-container .marker:hover .hover {
  z-index: 99;
}

.map-container .hover {
  display: none;
  width: 120px;
  height: auto;
  top: -110px;
  transform: translate(-38%, 0);
  position: relative;
  background-color: white;
  text-align: center;
  filter: drop-shadow(0px 15px 13px rgba(0, 0, 0, 0.25));
}

.map-container .hover::before {
  content: "";
  position: absolute;
  bottom: -21px;
  width: 30px;
  height: 30px;
  transform: rotate(54deg) translate(-63%, 30%) skew(29deg, 9deg);
  background: white;
  z-index: -1;
}

.map-container .hover .image {
  height: 65px;
  overflow: hidden;
}
.map-container .hover .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.map-container .hover .image img.logo-map {
  padding: 5px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 60px;
}

.map-container {
  max-width: 1170px;
}
.map-container .marker {
  transform: translateX(-19px);
}

@media (min-width: 1260px) {
  .map-container .map-data {
    height: 610px;
  }
  .map-container .marker {
    transform: translateX(-45px);
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  .map-container .marker {
    width: 10px;
    height: 20px;
  }
}
.portfolio-section {
  overflow: hidden;
  background: #f0efef;
}

.portfolio-slider {
  overflow: visible;
}
.portfolio-slider .swiper-slide {
  width: 400px;
}
@media (max-width: 767px) {
  .portfolio-slider .swiper-slide {
    width: 300px;
  }
}
.portfolio-slider .swiper-wrapper {
  overflow: visible;
}

.portfolio-item {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.portfolio-item:hover .portfolio-item__image {
  transform: scale(1.2);
}
.portfolio-item:hover .portfolio-item__image:before {
  background: rgba(66, 66, 66, 0.2);
}
.portfolio-item:hover .portfolio-item__location {
  transform: translateY(-50px);
}
.portfolio-item:hover .portfolio-item__size {
  transform: translateY(70px);
}
.portfolio-item:hover .portfolio-item__title {
  opacity: 0;
}
.portfolio-item:hover .portfolio-item__show {
  opacity: 1;
}
.portfolio-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: 0.5s;
}
.portfolio-item__image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(66, 66, 66, 0.9);
  transition: 0.5s;
}
.portfolio-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio-item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
  padding: 20px;
}
.portfolio-item__location {
  font-size: 16px;
  color: #fff;
  transition: 0.5s;
}
.portfolio-item__title {
  font-size: 32px;
  color: #fff;
  font-family: "Bebas Neue Cyrillic";
  transition: 0.25s;
}
.portfolio-item__size {
  font-size: 40px;
  color: #47a6ff;
  font-family: "Bebas Neue Cyrillic";
  transition: 0.5s;
}
.portfolio-item__show {
  opacity: 0;
  transition: 0.5s;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.swiper-pagination {
  position: relative;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  height: 20px;
}

.swiper-pagination-bullet {
  border-radius: 0;
  width: 4px;
  height: 10px;
  background: #424242;
  transition: 0.5s;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #47a6ff;
  height: 20px;
}

.section-reviews {
  overflow: hidden;
  background: #f0efef;
}

.reviews-slider {
  overflow: visible;
}
.reviews-slider .swiper-slide {
  width: 250px;
}

.review-item {
  width: 100%;
}
.review-item__image {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.review-item__image img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.review-item__name {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #1d1a1a;
  margin-bottom: 10px;
}
.review-item__title {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #1d1a1a;
}

.footer {
  padding: 20px 0;
  background: #424242;
}
.footer .logo img {
  display: block;
  width: 80px;
}
@media (max-width: 767px) {
  .footer__mail {
    padding-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.footer__mail a {
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: 0.5s;
}
.footer__mail a:hover {
  border-color: transparent;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-content {
    flex-direction: column;
    justify-content: center;
  }
}

.section-contacts {
  position: relative;
}
@media (max-width: 992px) {
  .section-contacts {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.map-contacts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .map-contacts {
    position: relative;
    height: 500px;
  }
}
.map-contacts iframe {
  width: 100%;
  height: 100%;
}

.contacts-content {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .contacts-content {
    flex-direction: column;
  }
}

.contacts-block {
  width: 400px;
  background: #424242;
  padding: 80px 50px;
}
@media (max-width: 992px) {
  .contacts-block {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 30px;
  }
}
.contacts-block__logo {
  display: block;
  margin-bottom: 50px;
}
.contacts-block__logo img {
  display: block;
  max-width: 200px;
}

.contacts-item {
  display: flex;
  margin-bottom: 30px;
}
.contacts-item:last-child {
  margin-bottom: 0;
}
.contacts-item .icon {
  width: 18px;
  margin-right: 20px;
  min-width: 18px;
  transform: translateY(3px);
  opacity: 0.3;
}
.contacts-item .icon img {
  display: block;
  width: 100%;
}
.contacts-item__content p {
  font-size: 16px;
  color: #FFF;
  line-height: 30px;
  transition: 0.5s;
}
.contacts-item__content p a {
  color: #FFF;
  transition: 0.5s;
}
.contacts-item__content p a:hover {
  color: #47a6ff;
}
.contacts-item__phone {
  display: block;
  margin-bottom: 5px;
}
.contacts-item__phone a {
  font-size: 21px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 5px;
  color: #fff;
  font-family: "Bebas Neue Cyrillic";
  transition: 0.5s;
}
.contacts-item__phone a:hover {
  color: #47a6ff;
}

.contacts-form {
  width: 400px;
  background: #424242;
  padding: 40px 30px;
}
@media (max-width: 992px) {
  .contacts-form {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 30px;
  }
}
.contacts-form__title {
  display: block;
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Bebas Neue Cyrillic";
  color: #fff;
}
.contacts-form .form-input {
  width: 100%;
  margin-bottom: 20px;
  height: 70px;
}
.contacts-form .form-input input {
  height: 70px;
}
.contacts-form .btn {
  margin-bottom: 40px;
}
.contacts-form .custom-checkbox {
  position: relative;
  color: #fff;
}

.clients-section {
  background: url(../images/reviews-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.clients-section .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}

.clients-slider {
  padding-bottom: 20px;
}

.client-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 680px) {
  .client-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.client-item__avatar {
  width: 400px;
  height: 400px;
  overflow: hidden;
  border: 2px solid #f0efef;
  min-width: 400px;
  background: rgba(255, 255, 255, 0.2);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .client-item__avatar {
    width: 200px;
    height: 200px;
    min-width: 200px;
    margin-right: 20px;
  }
}
@media (max-width: 680px) {
  .client-item__avatar {
    width: 100%;
    min-width: auto;
    margin: 0 0 30px 0;
    max-width: 250px;
    height: 250px;
  }
}
.client-item__avatar img {
  display: block;
  width: 100%;
  padding: 30px 0px 0 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
.client-item__content {
  width: 100%;
}
@media (max-width: 680px) {
  .client-item__content {
    text-align: center;
  }
}
.client-item__title {
  display: block;
  font-size: 40px;
  color: #fff;
  margin-bottom: 20px;
  font-family: "Bebas Neue Cyrillic";
}
@media (max-width: 992px) {
  .client-item__title {
    font-size: 30px;
  }
}
.client-item__title small {
  font-size: 16px;
  font-family: "Arimo", sans-serif;
  display: block;
  padding-top: 10px;
}
@media (max-width: 992px) {
  .client-item__title small {
    font-size: 14px;
  }
}
.client-item p {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}
@media (max-width: 992px) {
  .client-item p {
    font-size: 16px;
    line-height: 22px;
  }
}

.calculate {
  display: flex;
  justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.calculate .form-input {
  width: 100%;
  margin-bottom: 10px;
}
.calculate .btn {
  width: 100%;
}
.calculate__col {
  width: 33.3333333333%;
  padding: 0 20px;
  border-right: 1px solid #f0efef;
}
@media (max-width: 992px) {
  .calculate__col {
    width: 100%;
    border: 0;
    margin-bottom: 50px;
  }
}
.calculate__col:last-child {
  border-right: 0;
}
@media (max-width: 992px) {
  .calculate__col:last-child {
    margin-bottom: 0;
  }
}
.calculate__head {
  display: flex;
  margin-bottom: 30px;
  height: 60px;
}
.calculate__number {
  width: 40px;
  height: 40px;
  border: 2px solid #47a6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #47a6ff;
  font-family: "Bebas Neue Cyrillic";
  min-width: 40px;
  margin-right: 20px;
  margin-top: -7px;
}
.calculate__title {
  font-size: 24px;
  color: #1d1a1a;
  font-family: "Bebas Neue Cyrillic";
}

.checkbox {
  margin-bottom: 20px;
}

.checkbox-group {
  padding-top: 20px;
}

.select_wrap {
  width: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 20px;
  z-index: 12;
}
.select_wrap .default_option {
  background: #fff;
  position: relative;
  cursor: pointer;
  border: 2px solid #f0efef;
  height: 50px;
  font-size: 16px;
  font-family: "Arimo", sans-serif;
}
.select_wrap .default_option p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 30px;
}
.select_wrap .default_option li {
  padding: 15px 20px;
}
.select_wrap .default_option:before {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/angle-down-solid.svg) 50% 50% no-repeat;
  background-size: 16px auto;
  transition: 0.5s;
}
.select_wrap .select_ul {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
  border: 2px solid #f0efef;
}
.select_wrap .select_ul li {
  padding: 10px 20px;
  cursor: pointer;
}
.select_wrap .select_ul li:hover {
  background: #47a6ff;
  color: #fff;
}
.select_wrap .option {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.select_wrap.active .select_ul {
  display: block;
}
.select_wrap.active .default_option:before {
  transform: rotate(-180deg);
}

.types-images {
  width: 100%;
  justify-content: center;
  display: flex;
}

.type-item {
  text-align: center;
  justify-content: center;
  padding-top: 50px;
  width: 100%;
}
.type-item img {
  display: block;
  max-width: 100%;
}

.welcome-section {
  background: url(../images/main-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 992px) {
  .welcome-section {
    height: auto;
  }
}

@media (max-width: 992px) {
  .header-content {
    padding-right: 50px;
  }
}
.header-content__left {
  display: flex;
  align-items: center;
}
.header-content .logo {
  display: inline-flex;
  align-items: center;
  font-size: 40px;
  line-height: 36px;
  color: #fff;
  font-family: "Bebas Neue Cyrillic";
}
@media (max-width: 1180px) {
  .header-content .logo {
    font-size: 30px;
    line-height: 28px;
    margin-right: 20px;
  }
}
.header-content .logo img {
  display: block;
  height: 60px;
  margin-right: 10px;
}

.logo-contacts {
  display: inline-flex;
  align-items: center;
  font-size: 40px;
  line-height: 36px;
  color: #fff;
  font-family: "Bebas Neue Cyrillic";
}
.logo-contacts .icon {
  display: block;
  margin-right: 10px;
}
.logo-contacts .icon img {
  display: block;
  width: 90px;
}

.welcome {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 110px);
  position: relative;
  padding-top: 30px;
}
.welcome .logo-text {
  display: inline-flex;
  align-items: center;
  font-size: 70px;
  line-height: 56px;
  color: #fff;
  font-family: "Bebas Neue Cyrillic";
}
.welcome .logo-text .icon {
  display: block;
  margin-right: 10px;
}
.welcome .logo-text .icon img {
  display: block;
  width: 120px;
}
@media (max-width: 992px) {
  .welcome {
    height: auto;
  }
}
.welcome__head {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .welcome__head {
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.welcome__work-time {
  display: flex;
  font-size: 14px;
  color: #fff;
}
.welcome__work-time .icon {
  margin-right: 10px;
  display: block;
  transform: translateY(1px);
}
.welcome__work-time .icon img {
  display: block;
}
.welcome__callback {
  display: flex;
  margin-left: 20px;
}
.welcome__callback .icon {
  margin-right: 10px;
  display: block;
  transform: translateY(2px);
}
.welcome__callback .icon img {
  display: block;
}
.welcome__callback a {
  font-size: 14px;
  color: #fff;
  transition: 0.5s;
  border-bottom: 1px dotted #fff;
}
.welcome__callback a:hover {
  border-color: transparent;
}
@media (max-width: 992px) {
  .welcome__right {
    text-align: center;
    padding-top: 30px;
  }
}
.welcome__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.welcome__title {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.welcome__phone {
  display: block;
  margin-bottom: 15px;
}
.welcome__phone a {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
  font-family: "Bebas Neue Cyrillic";
}
.welcome__phone a:hover {
  color: #47a6ff;
}

.welcome-form__title {
  display: block;
  font-size: 26px;
  color: #fff;
  font-family: "Bebas Neue Cyrillic";
  text-align: center;
  line-height: 40px;
  margin-bottom: 40px;
}
.welcome-form__title span {
  font-size: 34px;
}

.header .header-nav .scf-search::before, .header-bottom .header-arrow-down {
  display: block;
  width: 40px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/down.png);
}

.bounce {
  animation: bounce 2s infinite;
}

.header-bottom {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.calc-header-btn {
  display: flex;
}

.calc-header-btn {
  width: 85px;
  height: 85px;
  top: 160px;
  transform: translateY(-50%);
  right: 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  position: absolute;
  z-index: 15;
}
@media (max-width: 992px) {
  .calc-header-btn {
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    margin: 40px auto 0;
  }
}

.calc-header-btn .calc-icon {
  width: 42px;
  height: 40px;
  margin-bottom: 15px;
  flex-shrink: 0;
  background-image: url(../images/calc-icon.png);
}

.calc-header-btn .calc-text {
  color: #f5f7f9;
  font-family: "Bebas Neue Cyrillic";
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.calc-header-btn .calc-img-in, .calc-header-btn .calc-img-out {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  opacity: 0.3;
  transition: all 0.4s ease-out;
}

.calc-header-btn .calc-img-out {
  width: 294px;
  height: 294px;
  top: -105px;
  left: -105px;
  background-image: url(../images/calc-circle-out.png);
}

.calc-header-btn .calc-img-in {
  width: 238px;
  height: 238px;
  top: -76px;
  left: -76px;
  background-image: url(../images/calc-circle-in.png);
}

.calc-header-btn:hover .calc-img-in, .calc-header-btn:hover .calc-img-out, .gallery .gallery-item a:hover::before, .header .header-shop-menu ul li.dropdown.on a::before, .header .header-shop-menu ul li.dropdown.on span::before {
  opacity: 1;
}

.round-out {
  animation: 10s linear 0s normal none infinite running round-out;
}
@media (max-width: 992px) {
  .round-out {
    display: none !important;
  }
}

.round-in {
  animation: 5s linear 0s normal none infinite running round-in;
}
@media (max-width: 992px) {
  .round-in {
    display: none !important;
  }
}

@keyframes round-out {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes round-in {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-90deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  75% {
    transform: rotate(-270deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.5s;
  z-index: 99;
}
.header--inner {
  position: relative;
  background-color: #424242;
}
.header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #424242;
}
.header.sticky .header-content {
  height: 60px;
}

.wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  transition: 0.5s;
}

@media (max-width: 992px) {
  .main-menu {
    width: 300px;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(300px);
    transition: 0.5s;
    z-index: 9;
    padding: 80px 20px 30px 20px;
    background: #74bcff;
  }
}
.main-menu.open {
  transform: translateX(0px);
}
.main-menu ul {
  display: flex;
}
@media (max-width: 992px) {
  .main-menu ul {
    flex-direction: column;
    align-items: center;
  }
}
.main-menu ul li {
  margin-right: 30px;
}
@media (max-width: 1180px) {
  .main-menu ul li {
    margin-right: 15px;
  }
}
@media (max-width: 992px) {
  .main-menu ul li {
    margin: 18px 0;
  }
}
.main-menu ul li a {
  font-size: 16px;
  color: #fff;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}
.main-menu ul li a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.header-mail {
  position: relative;
  z-index: 99;
  font-size: 16px;
  color: #fff;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}
.header-mail:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.anchor {
  position: relative;
  top: -150px;
}
@media (max-width: 992px) {
  .anchor {
    top: -70px;
  }
}

.project-inner {
  padding-top: 30px;
}
.project-inner .h1 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .project-inner .h1 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 14px;
  color: #424242;
  line-height: 20px;
}
.breadcrumbs .sep {
  margin: 0 5px;
  font-size: 14px;
  color: #424242;
}
.breadcrumbs a {
  font-size: 14px;
  color: #47a6ff;
  border-bottom: 1px solid #47a6ff;
  transition: 0.5s;
}
.breadcrumbs a:hover {
  border-color: transparent;
}

.project-item__head {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.project-item__info {
  margin-right: 30px;
  font-size: 16px;
  color: #424242;
  line-height: 30px;
}
.project-item__gallery {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
}
.project-item__photo {
  display: block;
  margin-right: 10px;
  width: calc(25% - 10px);
  margin-bottom: 10px;
  overflow: hidden;
  height: 180px;
  position: relative;
}
@media (max-width: 992px) {
  .project-item__photo {
    width: calc(33.3333333333% - 10px);
  }
}
@media (max-width: 767px) {
  .project-item__photo {
    width: calc(50% - 10px);
  }
}
.project-item__photo:hover:before {
  opacity: 1;
}
.project-item__photo:hover img {
  transform: scale(1.1);
}
.project-item__photo:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.4) url(../images/show-img.png) 50% 50% no-repeat;
  z-index: 9;
  opacity: 0;
}
.project-item__photo img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}

.fadeInUp {
  opacity: 0; /* Добавлено forwards */
  animation: fadeInUp 2s forwards; /* Добавлено forwards */
  /* animation: [имя] [время работы] [функция анимации] [количество повторов]; */
}

@keyframes fadeInUp {
  0% {
    opacity: 0; /* Начинаем с прозрачности 0 */
    transform: translateY(50px); /* Перемещение вниз для эффекта "вверх" */
  }
  100% {
    opacity: 1; /* Конечная прозрачность 1 */
    transform: translateY(0); /* Возвращаемся на оригинальную позицию */
  }
}
.fadeInDown {
  opacity: 0;
  animation: fadeInDown 2s forwards;
  /* animation: [имя] [время работы] [функция анимации] [количество повторов]; */
}

@keyframes fadeInDown {
  0% {
    opacity: 0; /* Начинаем с прозрачности 0 */
    transform: translateY(-50px); /* Перемещение вниз для эффекта "вверх" */
  }
  100% {
    opacity: 1; /* Конечная прозрачность 1 */
    transform: translateY(0); /* Возвращаемся на оригинальную позицию */
  }
}
.animate-onload {
  opacity: 0;
  transition: opacity 0.5s;
}

.animate-onload.animated {
  opacity: 1;
  animation-name: fadeInUp; /* сохраняем класс для анимации */
  animation-duration: 1s;
}

.section-bid-form {
  overflow: hidden;
}/*# sourceMappingURL=styles.css.map */