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

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

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

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

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/NotoSans-SemiBold.woff2") format("woff2"), url("../fonts/NotoSans-SemiBold.woff") format("woff")
}

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

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

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

:root {
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-red: #C12114;
  --color-hover: #AC1A0E;
  --color-text: #242422
}

html {
  height: 100%;
  overflow: unset
}

html.active {
  overflow: hidden
}

a.btn {
  padding: 12px 20px 12px 20px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 44px;
  background: #c12114;
  -webkit-border-radius: 38px;
  border-radius: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "NotoSans";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-white);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

a.btn:after {
  content: "";
  margin-top: 2px;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 8px
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0
}

*:active,
*:focus {
  outline: none
}

input,
textarea {
  font-family: inherit;
  resize: none
}

ul {
  list-style: none;
  margin: 0;
  padding: 0
}

a {
  text-decoration: none;
  display: inline-block
}

html {
  overflow-x: hidden
}

button {
  border: none;
  cursor: pointer
}

body {
  font-family: "NotoSans", sans-serif;
  overflow-x: hidden;
  font-size: 14px;
  overflow-y: unset;
  margin: 0;
  position: static;
  width: 100%
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f9f9fd
}

body::-webkit-scrollbar-thumb {
  background-color: #c12114
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
  background-color: #f9f9fd
}

body.active {
  position: fixed
}

.container-header {
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1360px;
  margin: 0 auto
}

.container {
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1260px;
  margin: 0 auto
}

header {
  border-bottom: 1px solid #eee;
  z-index: 99999;
  overflow: hidden
}

.header a {
  color: var(--color-black);
  font-weight: 300;
}

.header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 80px;
  color: #000;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center
}

.header__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

.header__contacts .telegram {
  margin-right: 16px
}

.header__contacts .telegram:hover path:first-child {
  fill: #37aee2;
}

.header__contacts .viber:hover path:first-child {
  fill: #7f4da0;
}
.header__contacts .whatsup:hover path:first-child {
  fill: #23C515;
}

.header__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-width: 172px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .03em;
  margin-right: 24px
}
.header__phone-text {
  color: var(--color-red);
  font-weight: 400;
}
.header__phone:hover {
  color: var(--color-red)
}

.header__lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 76px;
  height: 80px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: .03em;
  text-transform: uppercase
}

.header__lang-item {
  cursor: pointer
}

.header .header__lang-item--active {
  color: var(--color-red);
  font-weight: 400;
}

.header__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 555px;
  height: 80px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: .03em
}

.header__nav-list>li {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 2px solid transparent;
  z-index: 100
}

.header__nav-list>li.active {
  z-index: unset;
}

.header__nav-list>li:hover a {
  color: var(--color-red)
}

.header__nav-list>li>.sub-menu {
  position: absolute;
  top: 81px;
  width: 344px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  /* min-height: 414px; */
  -webkit-box-shadow: 0px 15px 44px rgba(0, 0, 0, .1);
  box-shadow: 0px 15px 44px rgba(0, 0, 0, .1);
  display: none;

}


.header__nav-list>li>.sub-menu li a {
  background-color: var(--color-red);
  padding: 12px 20px;
  width: 100%;
  min-height: 48px;
  font-family: "Tahoma";
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-bottom: 1px solid rgba(238, 238, 238, .1)
}

.header__nav-list>li>.sub-menu li a:hover {
  background: var(--color-hover)
}

.header__nav-list>li>.sub-menu li:last-child {
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px
}

.header__nav-list>li.current-menu-item {
  border-bottom: 2px solid var(--color-red)
}

.header__nav-list li.current-menu-item a {
  color: var(--color-red);
  font-weight: 400;
}

.header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center
}

.header__logo img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

@media(max-width: 1150.98px) {
  .header__nav-list {
    min-width: 440px
  }
  .header__nav-list>li{
    margin-right: 10px;
  }
  .header__lang {
    min-width: 61px
  }
  .header__lang-item.header__lang-item--active{
    display: none;
  }
}

@media(max-width: 992px) {

  .header .header__lang-item {
    color: var(--color-red);
    font-weight: 400;
  }

  .header__lang-item.header__lang-item--active {
    display: none;
  }

  .header__lang {
    min-width: 0px
  }

  .telegram,
  .viber, .whatsup {
    display: none
  }

  .header__phone-text {
    display: none
  }

  .header__phone {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-left: 60px
  }

  .header #hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-left: 40px;
    margin-top: 4px
  }

  .header__nav {
    position: fixed;
    right: 0;
    top: 81px;
    z-index: 1000;
    background-color: var(--color-white);
    height: -webkit-calc(var(--vh, 1vh)*100 - 81px);
    height: calc(var(--vh, 1vh)*100 - 81px);
    width: 368px;
    padding-top: 83px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    display: none;
    overflow-y: auto
  }

  .header__nav.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
  }

  .header__nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 100%;
    height: 325px;
    min-height: 325px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    font-weight: 300;
    font-size: 24px;
    line-height: 33px;
    color: #000;
    font-family: "NotoSans"
  }

  .header__logo {
    position: absolute;
    left: 30px;
    top: 20px
  }

  .header__container {
    position: relative;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
  }

  .menu-item-has-children:after {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--color-black);
    border-right: 2px solid var(--color-black);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 16px
  }

  .menu-item-has-children.active:after {
    display: none
  }

  .header__nav-list>li>.sub-menu {
    width: 100%;
    left: 0;
    top: 85px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 123px;
    background: #fff;
    z-index: 9999;
    min-height: 60vh;
  }

  .header__nav-list>li{
    z-index: auto;
  }

  .header__nav-list>li>.sub-menu li a {
    background-color: var(--color-white);
    color: var(--color-black);
    border: none
  }

  .return {
    background-color: var(--color-white);
    color: var(--color-red);
    padding: 12px 20px;
    width: 100%;
    min-height: 48px;
    font-family: "Tahoma";
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer
  }

  .wpcf7-form-control-wrap{
    width: 100%;
  }

  .return:before {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--color-red);
    border-right: 2px solid var(--color-red);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-right: 15px
  }

  .header__nav-list>li>.sub-menu li a {
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: .03em;
    font-family: "NotoSans";
    padding: 16px 20px
  }

  .header__nav-list>li>.sub-menu li a:hover {
    background: #fff
  }
}

@media(max-width: 700.98px) {
  .header__nav {
    width: 100%
  }
}

@media(max-width: 380.98px) {
  .header #hamburger {
    margin-left: 20px
  }

  .header__phone {
    margin-left: 30px
  }
}

#hamburger {
  width: 28px;
  height: 9px;
  position: relative;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  cursor: pointer;
  display: none
}

#hamburger span {
  width: 28px;
  height: 2px;
  background: var(--color-red);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-delay: .25s;
  transition-delay: .25s
}

#hamburger span:before {
  left: 0;
  position: absolute;
  top: -8px;
  width: 28px;
  height: 2px;
  background: var(--color-red);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  content: "";
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition: top .25s .25s, -webkit-transform .25s;
  transition: top .25s .25s, -webkit-transform .25s;
  transition: transform .25s, top .25s .25s;
  transition: transform .25s, top .25s .25s, -webkit-transform .25s
}

#hamburger span:after {
  left: 0;
  position: absolute;
  top: 8px;
  width: 28px;
  height: 2px;
  background: var(--color-red);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  content: "";
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition: top .25s .25s, -webkit-transform .25s;
  transition: top .25s .25s, -webkit-transform .25s;
  transition: transform .25s, top .25s .25s;
  transition: transform .25s, top .25s .25s, -webkit-transform .25s
}

#hamburger.open span {
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
  background: transparent
}

#hamburger.open span:before {
  -webkit-transition: top .25s, -webkit-transform .25s .25s;
  transition: top .25s, -webkit-transform .25s .25s;
  transition: top .25s, transform .25s .25s;
  transition: top .25s, transform .25s .25s, -webkit-transform .25s .25s;
  top: 0px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg)
}

#hamburger.open span:after {
  -webkit-transition: top .4s, -webkit-transform .25s .25s;
  transition: top .4s, -webkit-transform .25s .25s;
  transition: top .4s, transform .25s .25s;
  transition: top .4s, transform .25s .25s, -webkit-transform .25s .25s;
  top: 0px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg)
}

footer {
  background: #5b5b5b;
  border-top: 1px solid #eee;
  padding-top: 60px;
  padding-bottom: 40px;
  color: var(--color-white);
  position: relative;
  z-index: 1;
  min-height: 440px
}

.footer-background {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}

.footer__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px
}

.footer__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column
}

.footer__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column
}

.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center
}

.footer__phone {
  font-weight: 600;
  font-size: 20px;
  line-height: 10px;
  letter-spacing: .03em;
  color: var(--color-white);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px
}

.footer__phone:before {
  content: url("../img/icons/phone-footer.svg");
  margin-right: 14px
}

.footer__mail {
  color: var(--color-white);
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: .03em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px
}

.footer__mail:before {
  content: url("../img/icons/mail.svg");
  margin-right: 14px;
  max-height: 19px
}

.footer__address {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: .03em;
  color: var(--color-white);
  margin-bottom: 95px
}

.footer__address:before {
  content: url("../img/icons/map.svg");
  margin-right: 14px;
  height: 20px
}
@media (max-width: 676.98px){
  .footer__address:before{
    position: absolute;
    content: url(../img/icons/map.svg);
    margin-right: 22px;
    height: 20px;
    position: absolute;
    left: -40px;
  }
  .footer__address {
    margin-left: 40px;
    position: relative;
  }

}
.footer__socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

.footer__social {
  width: 52px;
  height: 52px;
  background-color: var(--color-red);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 60px;
  cursor: pointer;
  margin-right: 20px
}

.footer__copyright {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .03em;
  color: #fff;
  opacity: .5
}

.footer__form-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: .03em;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px
}

.footer__form-left input {
  width: 300px;
  height: 43px;
  margin-bottom: 12px;
  margin-right: 20px;
  padding: 12px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #8e8e8e;
  border: 1px solid #eee
}

.footer__form-right textarea {
  width: 300px;
  height: 153px;
  margin-bottom: 12px;
  padding: 12px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #8e8e8e;
  margin-bottom: 20px;
  border: 1px solid #eee
}

.footer__form-right input[type=submit] {
  padding: 12px 20px;
  width: 300px;
  height: 44px;
  background: var(--color-red);
  -webkit-border-radius: 38px;
  border-radius: 38px;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-white);
  margin-bottom: 60px;
  cursor: pointer
}

.footer__developer {
  text-align: right;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .03em
}

.footer__developer a {
  font-weight: 700;
  text-decoration: none;
  color: var(--color-white)
}

.form-connect {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.form-connect div:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column
}

.form-connect div:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column
}

.section-contacts .footer__left a {
  color: var(--color-text);
  font-weight: 400
}

.section-contacts .footer__phone:before {
  content: url(../img/icons/phone-black.svg);
  margin-right: 14px
}

.section-contacts .footer__mail:before {
  content: url(../img/icons/mail-black.svg);
  margin-right: 14px;
  max-height: 19px
}

.section-contacts .footer__address:before {
  content: url(../img/icons/map-black.svg);
  margin-right: 14px;
  height: 20px
}

.section-contacts .section-title {
  font-size: 44px;
  line-height: 60px;
  margin-bottom: 80px
}

.section-contacts .footer__form-right input[type=submit] {
  margin-bottom: 80px
}

.section-contacts .footer__address {
  margin-bottom: 40px
}

.section-contacts .footer__socials {
  position: static
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
  margin-top: 60px
}

.breadcrumbs>span>span {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative
}

/* .breadcrumbs>span>span::before {
  position: absolute;
  left: 65px;
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--color-red);
  border-right: 2px solid var(--color-red);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
} */
.breadcrumbs>span>span>span::before {
  position: absolute;
  left: -20px;
  top: 5px;
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--color-red);
  border-right: 2px solid var(--color-red);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.breadcrumbs>span>span>span {
  margin-left: 32px;
  font-family: "Tahoma";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #8e8e8e;
  min-width: fit-content;
  white-space: pre;
  display: flex;
  position: relative;
}

.breadcrumbs>span>span>a {
  font-family: "Tahoma";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-red);
  white-space: pre;
}

@media(max-width: 992.98px) {
  .footer__wrapper {
    grid-template-columns: 1fr 300px
  }

  .footer__address {
    margin-bottom: 277px
  }

  .form-connect {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .footer__form-left input {
    margin-right: 0
  }

  .form-connect div:first-child,
  .form-connect div:nth-child(2) {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
  }

  .footer__form-title {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
  }
}

@media(max-width: 676.98px) {
  .section-contacts .section-title {
    font-size: 32px;
    margin-bottom: 40px
  }

  .footer__wrapper {
    grid-template-columns: 1fr
  }

  .footer__address {
    margin-bottom: 80px
  }

  .form-connect div:first-child,
  .form-connect div:nth-child(2) {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
  }

  footer {
    position: relative
  }

  .footer__socials {
    position: absolute;
    bottom: 90px
  }

  .footer__form-right input[type=submit] {
    margin-bottom: 80px
  }

  .footer__bottom {
    margin-top: 130px
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
  }


  .footer__form-right input[type=submit],
  .footer__form-left input,
  .footer__form-right textarea {
    width: 100%
  }
}

.hero {
  z-index: 1;
  font-family: "Tahoma";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 1195px;
  position: relative
}

.hero .hero-background {
  position: absolute;
  top: 381px;
  right: 0;
  z-index: -1
}

.hero .hero-background-about2 {
  position: absolute;
  top: 141px;
  right: 0;
  z-index: -2
}

.hero .hero-background-about {
  position: absolute;
  top: 236px;
  right: 0;
  z-index: -1
}

.hero .hero-blocks__about {
  margin-top: 175px;
  padding: 40px 60px;
  max-width: 1200px;
  min-height: 598px;
  background: rgba(255, 255, 255, .9);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  -webkit-border-radius: 64px 0px;
  border-radius: 64px 0px
}

.hero .hero-blocks__about .section-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 42px
}

.hero .hero-blocks__about .hero-blocks__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 260px);
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap:20px;
  row-gap: 23px
}

.hero .hero-blocks__about .hero-blocks-item__img {
  height: 90px;
  max-width: 172px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

.hero .hero-blocks__about .hero-blocks-item__img img {
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.hero .hero-blocks__about .hero-blocks-item__descr {
  font-family: "Tahoma";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5b5b5b;
  max-width: 100%;
}

.hero__wrapper {
  min-height: 1195px;
  position: relative;
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 80px
}

.hero__text {
  font-family: "Tahoma";
  max-width: 700px
}

.hero__title {
  font-family: "Tahoma";
  font-weight: 700;
  font-size: 44px;
  line-height: 60px;
  color: var(--color-text);
  margin-bottom: 32px
}

.hero__descr {
  font-family: "Tahoma";
  max-width: 569px;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 32px;
  color: #242422;
}
.hero-manage .hero__descr{
  font-weight: 800;
}

.hero__blocks {
  position: absolute;
  bottom: 81px
}

.hero__blocks-first-row {
  display: grid;
  grid-template-columns: repeat(4, 0.25fr);
}

.hero__blocks-first-row a>.hero__block {
  font-family: "NotoSans";
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 130px;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-white);
  transition: 0.8s all;
  border-bottom: 1px solid #B3B3B3;
}
.hero__blocks-first-row a:not(:last-child)>.hero__block{
  border-right: 1px solid #B3B3B3;
}
.hero__blocks-first-row a>.hero__block div {
  text-align: center
}

.hero__blocks-first-row a>.hero__block div:nth-child(2) {
  margin-top: 12px;
  display: none;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "Tahoma";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-white);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.hero__blocks-first-row a>.hero__block div:nth-child(2):after {
  content: "";
  margin-top: 2px;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 8px
}

.hero__blocks-first-row a>.hero__block:hover {
  background-color: var(--color-red)
}

.hero__blocks-first-row a>.hero__block:hover div:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

.hero__blocks-first-row a:first-child .hero__block {
  -webkit-border-radius: 64px 0px 0px 0px;
  border-radius: 64px 0px 0px 0px
}

.hero__blocks-second-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.hero__blocks-second-row .hero__block {
  font-family: "NotoSans";
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 140px;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-white);
  transition: 0.8s all;
}
.hero__blocks-second-row a:not(:last-child)>.hero__block{
  border-right: 1px solid #B3B3B3;
}
.hero__blocks-second-row .hero__block div {
  text-align: center
}

.hero__blocks-second-row .hero__block div:nth-child(2) {
  display: none;
  margin-top: 12px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "Tahoma";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-white);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.hero__blocks-second-row .hero__block div:nth-child(2):after {
  content: "";
  margin-top: 2px;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 8px
}

.hero__blocks-second-row .hero__block:hover {
  background-color: var(--color-red)
}

.hero__blocks-second-row .hero__block:hover div:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

.hero__blocks-second-row a:last-child .hero__block {
  -webkit-border-radius: 0px 0px 64px 0px;
  border-radius: 0px 0px 64px 0px
}

.hero__block {
  background: rgba(91, 91, 91, .7);
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px)
}

@media(max-width: 1200.98px) {
  .hero .hero-blocks__about .hero-blocks__wrapper {
    grid-template-columns: repeat(3, 260px)
  }
}

@media(max-width: 1120.98px) {

  .hero__blocks-first-row a>.hero__block,
  .hero__blocks-second-row .hero__block {
    min-height: 160px
  }

  .hero__wrapper {
    padding-left: 0
  }
}

@media(max-width: 992.98px) {

  .hero__blocks-first-row a>.hero__block,
  .hero__blocks-second-row .hero__block {
    min-height: 140px
  }

  .container {
    padding-right: 20px;
    padding-left: 20px
  }

  .hero .hero-blocks__about .hero-blocks__wrapper {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
  }

  .hero .hero-blocks__about .hero-blocks-item__descr {
    max-width: 100%
  }

  .hero-background-about,
  .hero-background-about2,
  .footer-background,
  .hero-background,
  .about-background {
    display: none
  }
}

@media(max-width: 800.98px) {
  .hero__blocks-first-row {
    grid-template-columns: 1fr
  }

  .hero__blocks {
    position: static;
    margin-top: 102px
  }

  .hero__blocks-second-row {
    grid-template-columns: 1fr
  }

  .hero__blocks-first-row a>.hero__block,
  .hero__blocks-second-row .hero__block {
    min-height: 96px
  }
}

@media(max-width: 676.98px) {
  .breadcrumbs span{
    display: inline;
  }

  .breadcrumbs>span>span{
    display: inline;
  }

  .breadcrumbs>span>span:before{
    top: 6px;
  }

  .breadcrumbs>span>span>span{
    white-space: unset;
    display: inline;
  }

  .hero__wrapper {
    padding-top: 89px;
    padding-bottom: 20px
  }

  .hero__title {
    font-size: 36px;
    line-height: 48px
  }

  .hero .hero-blocks__about .hero-blocks__wrapper {
    grid-template-columns: 1fr
  }

  .hero .hero-blocks__about {
    margin-top: 100px;
    padding: 40px 30px;
  }
}

.section-about {
  padding-top: 111px;
  padding-bottom: 208px;
  position: relative
}

.section-about .about-background {
  position: absolute;
  top: 150px;
  z-index: -1
}

.section-about__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-column-gap: 124px;
  -moz-column-gap: 124px;
  column-gap: 124px
}

.section-about__text {
  font-family: "Tahoma";
  color: var(--color-text)
}

.section-about__descr {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 32px
}

.section-about__numbers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
  row-gap: 40px
}

.section-about__number-number {
  position: relative;
  font-family: "Tahoma";
  font-weight: 700;
  font-size: 32px;
  line-height: 24px;
  color: var(--color-red);
  margin-bottom: 8px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
}

.section-about__number-number sup {
  font-family: "Tahoma";
  font-size: 23px;
  margin-left: -6px;
  position: absolute;
  right: -15px;
  top: -6px
}
.section-about__number span{
  min-width: fit-content;
}
.section-about__number .num1,.section-about__number .num3{
  margin-right: 5px;
}
.section-about__number .num2,.section-about__number .num{
  margin-left: 5px;
}

.section-about__number-descr {
  font-family: "Tahoma";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-text)
}

.section-title {
  font-family: "Tahoma";
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: var(--color-text);
  margin-bottom: 32px
}

.section-about-in-numbers {
  padding-top: 60px;
  padding-bottom: 60px
}

.section-about-in-numbers .section-title {
  margin-bottom: 60px
}

.section-about-in-numbers .section-about__numbers {
  grid-template-columns: repeat(4, 1fr);
}

.section-about-in-numbers .section-icons__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 333px);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 60px;
}

.section-about-in-numbers .section-icons__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center
}

.section-about-in-numbers .section-icons__item-descr {
  font-family: "Tahoma";
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-text);
  transition: 1s all
}

.section-about-in-numbers .section-icons__item-img {
  width: 80px;
  height: 80px;
  background: rgba(193, 33, 20, .05);
  -webkit-border-radius: 60px;
  border-radius: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 16px
}

.section-about-in-numbers .section-icons__item-img img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover
}

.swiper-team-slide {
  position: relative;
  width: 100%;
  height: 538px;
  margin-bottom: 113px
}

.swiper-team-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  z-index: -1
}

.swiper-team-slide__descr {
  position: absolute;
  width: 330px;
  max-height: 412px;
  background: rgba(255, 255, 255, .9);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  -webkit-border-radius: 32px 0px;
  border-radius: 32px 0px;
  z-index: 1;
  top: 63px;
  left: 40px;
  padding: 40px 32px;
}
.section-team{
  padding-top: 30px;
}

.swiper-team-slide__title {
  font-family: "Tahoma";
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: var(--color-text);
  margin-bottom: 20px
}

.swiper-team-slide__text {
  font-family: "Tahoma";
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: var(--color-text)
}

.section-clients {
  padding-bottom: 154px;
  padding-top: 60px;
}

.section-clients .section-title {
  margin-bottom: 40px
}

.section-clients__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.section-clients__wrapper {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.section-clients__item {
  /* display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; */
  max-height: 80px;
  display: flex;
  justify-content: flex-end;
}
.swiper-clients-wrapper{
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
  justify-content: space-between;
  column-gap: 53px;
}
@media (max-width: 1100px){
  .swiper-clients-wrapper{
    grid-template-columns: repeat(7, 1fr);
    row-gap: 50px;
  }
  .section-clients__item{
    justify-content: center;
  }
}
@media (max-width: 900px){
  .swiper-clients-wrapper{
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 700px){
  .swiper-clients-wrapper{
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 500px){
  .swiper-clients-wrapper{
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 400px){
  .swiper-clients-wrapper{
    grid-template-columns: repeat(3, 1fr);
    column-gap:20px;
  }
}
@media (max-width: 350px){
  .swiper-clients-wrapper{
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-clients__item img {
  max-width: 100%;
  max-height: 80px;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-clients-left {
  width: 40px;
  height: 40px;
  background: #c12114;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer
}

.swiper-clients-left>div {
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg)
}

.swiper-clients-right {
  width: 40px;
  height: 40px;
  background: #c12114;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 4px
}

.swiper-clients-right>div {
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.section-arrows {
  display: none
}

@media(max-width: 1260.98px) {
  .section-about__wrapper {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
  }

  .section-about__numbers {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
  }
}

@media(max-width: 1150px) {
  .swiper-team-slide__descr {
    position: static;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-left: 0;
    padding-right: 0
  }

  .swiper-team-slide {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 50px
  }
}

@media(max-width: 1040.98px) {
  .section-arrows {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex
  }
}

@media(max-width: 992.98px) {
  .section-about__wrapper {
    grid-template-columns: 1fr;
    row-gap: 98px
  }

  .section-about {
    padding-bottom: 109px
  }

  .section-title {
    font-size: 28px;
    line-height: 32px
  }

  .section-about-in-numbers .section-icons__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px
  }
}

@media(max-width: 940.98px) {
  .section-about-in-numbers .section-about__numbers {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(max-width: 767.98px) {
  .section-about-in-numbers .section-about__numbers {
    grid-template-columns: repeat(2, 1fr)
  }

  .section-clients {
    padding-bottom: 80px
  }
}

@media(max-width: 700.98px) {
  .section-about-in-numbers .section-icons__wrapper {
    grid-template-columns: 1fr
  }

}

@media(max-width: 520.98px) {
  .section-about__numbers {
    grid-template-columns: 1fr;
    row-gap: 50px
  }

  .section-about-in-numbers .section-about__numbers {
    grid-template-columns: 1fr
  }
}

.section-news {
  padding-bottom: 124px
}

.section-news__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 58px;
  -moz-column-gap: 58px;
  column-gap: 58px;
  row-gap: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.section-news__wrapper a {
  text-decoration: none;
  color: var(--text-color)
}

.section-news__img {
  max-width: 100%;
  height: 220px;
  margin-bottom: 16px
}

.section-news__img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.section-news__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px
}

.section-news__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #5b5b5b
}

@media(max-width: 1134.98px) {
  .section-news__wrapper {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
  }
}

@media(max-width: 992.98px) {
  .section-news__wrapper {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width: 676.98px) {
  .section-news__wrapper {
    grid-template-columns: .8fr;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
  }
}

@media(max-width: 530.98px) {
  .section-news__wrapper {
    grid-template-columns: 1fr
  }
}

.section-not-found {
  padding-top: 187px;
  padding-bottom: 221px
}

.section-not-found__wrapper {
  max-width: 270px;
  margin: 0 auto
}

.section-not-found__numbers {
  font-family: "Tahoma";
  font-weight: 700;
  font-size: 120px;
  line-height: 120px;
  text-align: center;
  color: var(--color-red);
  margin-bottom: 28px
}

.section-not-found__text {
  font-family: "Tahoma";
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: var(--color-text);
  margin-bottom: 40px
}

.section-not-found__button {
  min-width: 118px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 44px;
  background: var(--color-red);
  -webkit-box-shadow: 0px 4px 14px rgba(193, 33, 20, .28);
  box-shadow: 0px 4px 14px rgba(193, 33, 20, .28);
  -webkit-border-radius: 38px;
  border-radius: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-family: "NotoSans";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-white);
  margin: 0 auto
}

.section-message {
  padding-top: 178px;
  padding-bottom: 236px
}

.section-message__wrapper {
  max-width: 554px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.section-message__img {
  margin-bottom: 30px
}

.section-message__title {
  font-family: "Tahoma";
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: var(--color-black);
  margin-bottom: 20px;
  text-align: center
}

.section-message__text {
  font-family: "Tahoma";
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: var(--color-text);
  margin-bottom: 20px;
  text-align: center
}

.section-news-page__wrapper {
  display: grid;
  grid-template-columns: minmax(300px, 550px) 550px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px
}

.section-news-page__left {
  max-width: 100%
}

.section-news-page__right {
  max-width: 100%;
  height: 391px
}

.section-news-page__right img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%
}

.section-news-page h2 {
  font-family: "Tahoma";
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: var(--color-text);
  margin-bottom: 28px
}

.section-news-page__date {
  font-family: "NotoSans";
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #5b5b5b;
  margin-bottom: 28px
}

.section-news-page p {
  font-family: "Tahoma";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-text);
  margin-bottom: 40px
}

.section-news-page h3 {
  font-family: "Tahoma";
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: var(--color-text);
  margin-bottom: 20px
}

.section-news-page li:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: var(--color-red);
  margin-right: 16px
}

.section-news-page li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 15px;
  font-family: "Tahoma";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-text);
  margin-bottom: 14px
}

.section-news-page ul {
  margin-bottom: 40px
}

.section-news-page h4 {
  font-family: "Tahoma";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-text);
  margin-bottom: 20px
}

.section-news-page p>a {
  font-family: "Tahoma";
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #c12114
}

.section-all-news .section-title {
  font-family: "Tahoma";
  font-weight: 700;
  font-size: 44px;
  line-height: 60px;
  color: var(--color-text);
  margin-bottom: 60px
}

.section-all-news .section-news {
  padding-bottom: 62px
}

.section-all-news__button {
  padding: 12px 20px;
  min-width: 177px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 44px;
  background: #c12114;
  -webkit-border-radius: 38px;
  border-radius: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "NotoSans";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-white);
  margin: 0 auto;
  margin-bottom: 144px;
  margin-top: 128px;
}

.section-all-news__button:before {
  content: url("../img/icons/refresh.svg");
  margin-right: 10px;
  height: 17px
}

@media(max-width: 992.98px) {
  .section-news-page__wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 40px
  }

  .section-news-page__wrapper img {
    -o-object-fit: contain;
    object-fit: contain
  }
}

@media(max-width: 767.98px) {
  .section-all-news .section-title {
    font-size: 32px;
    margin-bottom: 32px
  }
}

@media(max-width: 450.98px) {
  .section-news-page__right {
    height: 220px
  }

  .section-news-page__wrapper img {
    -o-object-fit: cover;
    object-fit: cover
  }
}

.hero-manage .hero__wrapper {
  padding-top: 100px;
}

.hero-manage .breadcrumbs {
  margin-top: 0;
}

.hero-blocks__list {
  max-width: 834px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-text);
  margin-top: 40px;
}
/* @media (max-width: 992.98px){
  .hero-blocks__list {
    margin-top: 100px;
  }
} */
.hero-blocks__list li:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 4px 0;
  background-color: var(--color-red);
  position: absolute;
  top: 5px;
  left: -36px;
}

.hero-blocks__list li {
  position: relative;
  margin-left: 36px;
  margin-bottom: 20px;
  font-family: 'Tahoma';
}

.hero-manage .hero__wrapper {
  min-height: fit-content;
  padding-bottom: 40px;
}

.hero.hero-manage {
  min-height: fit-content;
}

@media (max-width:767.98px) {
  .hero-blocks__list {
    margin-top: 80px;
  }
}

.section-arrows-projects {
  display: flex;
}
.swiper-projects {
  overflow: hidden;
}
.swiper-projects-left {
  width: 40px;
  height: 40px;
  background: #c12114;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer
}

.swiper-projects-left>div {
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg)
}

.swiper-projects-right {
  width: 40px;
  height: 40px;
  background: #c12114;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 4px;
}

.swiper-projects-right>div {
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.section-our-projects__top {
  display: flex;
  justify-content: space-between;
}

.swiper-project-slide {
  position: relative;
  height: 504px;
}

.swiper-project-slide img {
  max-width: 100%;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.swiper-team-project__descr {
  position: absolute;
  top: 28px;
  left: 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  border-radius: 32px 0px;
  max-width: 480px;
  min-height: 364px;
  padding: 20px;
}

.swiper-team-project__title {
  font-family: 'Tahoma';
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-text);
  margin-bottom: 8px;
}

.swiper-team-project__subtitle {
  font-family: 'Tahoma';
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #5B5B5B;
}

.swiper-team-project__block {
  margin-top: 20px;
}

.swiper-team-project__block-title {
  font-family: 'Tahoma';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5B5B5B;
  margin-bottom: 4px;
}

.swiper-team-project__block-text {
  font-family: 'Tahoma';
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-black);
}

.section-our-projects {
  padding-top: 120px;
  padding-bottom: 60px;
}

@media (max-width: 1150px) {
  .swiper-team-project__descr {
    position: static;
    max-width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-project-slide {
    height: fit-content;
  }
}

@media (max-width: 676.98px) {
  .hero .hero__wrapper {
    padding-top: 89px;
  }
}

ul.sub-menu {
  margin-left: 0;
}

.wpcf7-not-valid-tip{
  padding-bottom: 3px;
  padding-left: 18px;
}

/* Parallax */
.circle {
  position: relative;
}

.section-about__numbers a{
  color: var(--color-red);
}

@media (max-width: 840.98px){
  .hero__blocks-second-row .hero__block {
    min-height: 166px;
  }
}



@media (max-width: 800.98px)
{
  .hero__blocks-first-row a>.hero__block, .hero__blocks-second-row .hero__block {
    min-height: 96px;
}
}

.hero::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    height: 100px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(21,38,41,1) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    width: 100%;
    bottom: -50px;
}
.viber{
  margin-right: 16px;
}

a.btn:hover, .footer__form-right input[type=submit]:hover, .footer__social:hover, .section-all-news__button:hover {
  background-color: #9A190F;
}


.section-news__item:hover .section-news__img {
    filter: brightness(0.7);
}
.section-news__item:hover .section-news__title{
  color: var(--color-red);
}

@media (max-width: 676.98px){
  .section-our-projects{
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .section-about-in-numbers{
    padding-top: 40px;
  }
}

.hero-blocks__wrapper .hero-blocks-item:nth-child(5) .hero-blocks-item__img,.hero-blocks__wrapper .hero-blocks-item:nth-child(6) .hero-blocks-item__img,.hero-blocks__wrapper .hero-blocks-item:nth-child(7) .hero-blocks-item__img {
    height: auto;
    max-width: 121px;
}
.swiper-team{
  overflow-x: hidden;
}
.hero-blocks__list-title{
  font-family: 'Tahoma';
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #242422;
  margin-bottom: 8px;
}
.hero-blocks__list-descr{
  font-family: 'Tahoma';
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #242422;
}
.wpcf7 form.sent .wpcf7-response-output{
  border-color: #46b450;
  background-color: #46b450;
  text-align: center;
}
@media (max-width: 800.98px){
  .hero__blocks-second-row a:not(:last-child)>.hero__block{
    border-bottom: 1px solid #B3B3B3;
  }
}
@media (max-width: 700.98px){
  .hero{
      min-height: 1263px;
  }
}
@media (max-width: 992.98px){
  .hero__wrapper{
    min-height: 923px;
  }
  .hero{
    min-height: 879px;
  }
  .hero::after{
    display: none;
  }
  .section-about{
    padding-top: 40px;
  }
 .hero .hero-blocks__about{
    margin-top: 80px;
  }
  .section-our-projects{
    padding-top: 80px;
    padding-bottom: 0;
  }
  .section-clients{
    padding-bottom: 80px;
  }
  .hero__wrapper{
    padding-bottom: 40px;
  }
}
@media (max-width: 1150px){
  .swiper-project-slide img{
    height: 350px;
  }
  .swiper-team-slide img{
    height: 350px;
  }
}
@media (max-width: 550px){
  .swiper-project-slide img{
    height: 220px;
  }
  .swiper-team-slide img{
    height: 220px;
  }
}
.header-fixed.active{
    z-index: 100;
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
}
.hero__wrapper.active{
  padding-top: 180px;
}
.section-all-news.active{
  padding-top: 80px;
}
.section-contacts.active{
  padding-top: 80px;
}

/* .footer__socials.footer-facebook .footer__social{
  margin-right: 0;
  margin-bottom: 0;
} */