@import "../font/style.css";
body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img,
abbr {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
button,
input,
a,
textarea {
  outline: none;
}
button {
  border: 0;
  cursor: pointer;
}
button:active {
  outline: none;
}
button:focus {
  outline: none;
}
a {
  text-decoration: none;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #000000;
  overflow-x: hidden;
}
a {
  color: #ac2b30;
}
a:hover {
  color: #851d21;
}
.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.input {
  background: transparent;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: none;
  border-bottom: 1px solid #000000;
  width: 100%;
  padding: 10px 0 5px 4px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.input::-webkit-input-placeholder {
  color: #000000;
}
.input::-moz-placeholder {
  color: #000000;
}
.input:focus {
  border-bottom: 1px solid #851d21;
  color: #851d21;
}
.body-active {
  overflow-y: hidden;
}
.title {
  font-family: 'RobotoSlab', serif;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 576px) {
  .title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 375px) {
  .title {
    font-size: 26px;
  }
}
.titleH3 {
  font-family: 'RobotoSlab', serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
}
.btn-a {
  font-weight: bold;
  color: #ac2b30;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn {
  background: #ac2b30;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0px 10px 30px rgba(172, 43, 48, 0.25);
          box-shadow: 0px 10px 30px rgba(172, 43, 48, 0.25);
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 20px 55px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  background: #851d21;
  color: #ffffff;
}
@media screen and (max-width: 375px) {
  .btn {
    width: 100%;
  }
}
section {
  padding: 90px 0 60px 0;
}
@media screen and (max-width: 576px) {
  section {
    padding: 80px 0 50px 0;
  }
}
#wrap {
  overflow: hidden;
}
.cont {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1500px) {
  .cont {
    max-width: 1350px;
  }
}
@media screen and (max-width: 1200px) {
  .cont {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .cont {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cont {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  .cont {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.static {
  position: static;
}
@media screen and (min-width: 1500px) {
  .container {
    max-width: 1350px;
  }
}
.text {
  line-height: 1.45em;
}
.header-child {
  height: 150px;
}
@media screen and (max-width: 992px) {
  .header-child {
    height: 141px;
  }
}
@media screen and (max-width: 992px) {
  .header-child {
    height: 131px;
  }
}
@media screen and (max-width: 576px) {
  .header-child {
    height: 121px;
  }
}
@media screen and (max-width: 375px) {
  .header-child {
    height: 116px;
  }
}
.header-child .header__top {
  background: #ededed;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header__top {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 50;
  padding: 15px 0;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
}
.header__info {
  padding-top: 60px;
}
.header .cont {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .header .cont {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.header__logo {
  min-width: 118px;
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  .header__logo {
    min-width: auto;
  }
}
@media screen and (max-width: 375px) {
  .header__logo {
    margin-right: 5px;
  }
}
@media screen and (max-width: 992px) {
  .header__logo img {
    max-width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo img {
    max-width: 100px;
  }
}
@media screen and (max-width: 576px) {
  .header__logo img {
    max-width: 90px;
  }
}
@media screen and (max-width: 375px) {
  .header__logo img {
    max-width: 85px;
  }
}
.header__slogan {
  font-family: 'RobotoSlab', serif;
  font-size: 18px;
  font-weight: bold;
  margin-right: 40px;
}
@media screen and (max-width: 992px) {
  .header__slogan {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .header__slogan {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .header__slogan {
    font-size: 14px;
  }
}
.header__title {
  font-size: 42px;
  margin-bottom: 40px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .header__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 576px) {
  .header__title {
    font-size: 34px;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .header__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 375px) {
  .header__title {
    font-size: 28px;
  }
}
.header__subtitle {
  font-size: 25px;
  font-family: 'RobotoSlab', serif;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .header__subtitle {
    font-size: 21px;
    text-align: center;
  }
}
.header__text {
  margin-bottom: 45px;
  color: #ffffff;
  max-width: 84%;
}
@media screen and (max-width: 576px) {
  .header__text {
    text-align: center;
    max-width: 100%;
  }
}
.header__btn {
  padding: 23px 42px;
}
@media screen and (max-width: 576px) {
  .header__btn {
    width: 100%;
  }
}
.tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
  margin-left: auto;
  margin-right: 60px;
}
.tel__phone {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tel__phone:hover {
  color: #ac2b30;
}
.tel__email {
  font-size: 16px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #000000;
}
.tel__email:hover {
  color: #ac2b30;
}
.langs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.langs__lang {
  font-size: 16px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.langs__lang:hover {
  color: #ac2b30;
}
.langs__line {
  background: #000000;
  height: 16px;
  width: 1px;
  margin: 0 5px;
}
@media screen and (max-width: 992px) {
  .menu {
    width: 100%;
  }
}
.menu__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 992px) {
  .menu__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
}
.menu-item {
  margin-right: 25px;
}
.menu-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .menu-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.menu-item a {
  font-size: 16px;
  display: block;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 992px) {
  .menu-item a {
    font-size: 16px;
  }
}
.menu-item a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #ac2b30;
}
.menu-mobile {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .menu-mobile {
    display: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.menu-mobile-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  background: #ffffff;
  z-index: 99;
  padding: 20px 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .menu-mobile-active {
    padding: 20px 50px;
  }
}
@media screen and (max-width: 576px) {
  .menu-mobile-active {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 375px) {
  .menu-mobile-active {
    padding: 15px 15px;
  }
}
.menu-mobile__btn {
  display: none;
  background: #ac2b30;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  position: relative;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 992px) {
  .menu-mobile__btn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .menu-mobile__btn {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 576px) {
  .menu-mobile__btn {
    width: 40px;
    height: 40px;
  }
}
.menu-mobile__btn span {
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -15px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .menu-mobile__btn span {
    width: 28px;
    margin-left: -14px;
  }
}
@media screen and (max-width: 576px) {
  .menu-mobile__btn span {
    width: 24px;
    margin-left: -12px;
  }
}
.menu-mobile__btn span::after {
  content: '';
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -15px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .menu-mobile__btn span::after {
    width: 28px;
    margin-left: -14px;
  }
}
@media screen and (max-width: 576px) {
  .menu-mobile__btn span::after {
    width: 24px;
    margin-left: -12px;
  }
}
.menu-mobile__btn span::before {
  content: '';
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -15px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .menu-mobile__btn span::before {
    width: 28px;
    margin-left: -14px;
  }
}
@media screen and (max-width: 576px) {
  .menu-mobile__btn span::before {
    width: 24px;
    margin-left: -12px;
  }
}
.menu-mobile__сloses {
  cursor: pointer;
  display: none;
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .menu-mobile__сloses {
    display: block;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.menu-mobile__сloses img {
  margin-left: auto;
  height: 18px;
}
@media screen and (max-width: 992px) {
  .menu-mobile .tel {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header__carousel,
#header__carousel {
  position: relative;
}
.header__carousel .owl-dots,
#header__carousel .owl-dots {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 5.8%;
  left: 50%;
  margin-left: -42px;
}
.header__carousel .owl-carousel button.owl-dot,
#header__carousel .owl-carousel button.owl-dot,
.header__carousel .owl-dot,
#header__carousel .owl-dot {
  height: 18px;
  width: 18px;
  background: transparent;
  border: 50%;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 15px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header__carousel .owl-carousel button.owl-dot:last-child,
#header__carousel .owl-carousel button.owl-dot:last-child,
.header__carousel .owl-dot:last-child,
#header__carousel .owl-dot:last-child {
  margin-right: 0;
}
@media screen and (max-width: 576px) {
  .header__carousel .owl-carousel button.owl-dot,
  #header__carousel .owl-carousel button.owl-dot,
  .header__carousel .owl-dot,
  #header__carousel .owl-dot {
    height: 16px;
    width: 16px;
  }
}
.header__carousel .owl-carousel .owl-dots button.active,
#header__carousel .owl-carousel .owl-dots button.active,
.header__carousel .owl-dot.active,
#header__carousel .owl-dot.active {
  background: #ffffff !important;
}
.itemSlide {
  position: relative;
}
.itemSlide__img {
  min-height: 850px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 576px) {
  .itemSlide__img {
    min-height: 700px;
  }
}
.itemSlide__overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__col {
  margin-bottom: 30px;
}
.about__img {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin-left: 30px;
}
.about__img-ab {
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .about__img {
    margin-left: 0;
  }
}
.about__info {
  padding-top: 42px;
}
@media screen and (max-width: 1200px) {
  .about__info {
    padding-top: 0;
  }
}
.about__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .about__title {
    padding-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .about__title {
    text-align: left;
    padding-top: 10px;
    margin-bottom: 30px;
  }
}
.about__text {
  margin-bottom: 45px;
}
@media screen and (max-width: 1200px) {
  .about__text {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .about__text {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 375px) {
  .about__text {
    font-size: 14px;
  }
}
.about-child .about__img {
  margin-left: 0;
}
.projest {
  padding: 90px 0;
  background: #ac2b30;
}
@media screen and (max-width: 576px) {
  .projest {
    padding: 80px 0;
  }
}
.projest__title {
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .projest__title {
    text-align: left;
  }
}
.projest__col {
  margin-bottom: 30px;
}
.projest-fon {
  background: #ffffff;
  padding: 90px 0 60px 0;
}
@media screen and (max-width: 576px) {
  .projest-fon {
    padding: 80px 0 50px 0;
  }
}
.projest-fon .projest__title {
  color: #000000;
}
.projest-fon .projectItem:hover .projectItem__body {
  background: #ac2b30;
}
.projest-fon .projectItem:hover .projectItem__title,
.projest-fon .projectItem:hover .projectItem__text,
.projest-fon .projectItem:hover .projectItem__btn {
  color: #ffffff;
}
.projest-fon .projectItem__img {
  min-height: none;
  height: 100%;
}
.projectItem {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 511px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.projectItem:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 576px) {
  .projectItem {
    height: 450px;
  }
}
@media screen and (max-width: 375px) {
  .projectItem {
    height: 370px;
  }
}
.projectItem__head {
  width: 100%;
  height: 100%;
}
.projectItem__img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projectItem__body {
  margin-top: auto;
  background: #ffffff;
  padding: 25px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 35.8%;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 576px) {
  .projectItem__body {
    height: 45%;
  }
}
@media screen and (max-width: 375px) {
  .projectItem__body {
    height: 55%;
  }
}
.projectItem__title {
  margin-bottom: 10px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #000000;
}
@media screen and (max-width: 375px) {
  .projectItem__title {
    font-size: 16px;
  }
}
.projectItem__text {
  margin-bottom: 15px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #000000;
}
@media screen and (max-width: 375px) {
  .projectItem__text {
    font-size: 14px;
  }
}
.projectItem__btn {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.projectItem__btn:hover {
  color: #851d21;
}
@media screen and (max-width: 375px) {
  .projectItem__btn {
    font-size: 14px;
  }
}
.projectItem__footer {
  background: #ffffff;
  -webkit-border-radius: 0 2px;
          border-radius: 0 2px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.projectItem__footer span {
  font-size: 14px;
  font-weight: 300;
  color: #ac2b30;
}
.projest .project__carousel,
#projest .project__carousel {
  position: relative;
}
.projest .owl-dots,
#projest .owl-dots {
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 576px) {
  .projest .owl-dots,
  #projest .owl-dots {
    padding-top: 40px;
  }
}
.projest .owl-carousel button.owl-dot,
#projest .owl-carousel button.owl-dot,
.projest .owl-dot,
#projest .owl-dot {
  height: 16px;
  width: 16px;
  background: transparent;
  border: 50%;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 15px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.projest .owl-carousel button.owl-dot:last-child,
#projest .owl-carousel button.owl-dot:last-child,
.projest .owl-dot:last-child,
#projest .owl-dot:last-child {
  margin-right: 0;
}
@media screen and (max-width: 576px) {
  .projest .owl-carousel button.owl-dot,
  #projest .owl-carousel button.owl-dot,
  .projest .owl-dot,
  #projest .owl-dot {
    height: 14px;
    width: 14px;
  }
}
.projest .owl-carousel .owl-dots button.active,
#projest .owl-carousel .owl-dots button.active,
.projest .owl-dot.active,
#projest .owl-dot.active {
  background: #ffffff !important;
}
.contact {
  position: relative;
  padding-bottom: 188px;
}
@media screen and (max-width: 992px) {
  .contact {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .contact {
    padding-bottom: 50px;
  }
}
.contact__col {
  margin-bottom: 30px;
}
.wpcf7-form {
  max-width: 338px;
}
@media screen and (max-width: 992px) {
  .wpcf7-form {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .wpcf7-form {
    margin: 0 auto;
  }
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 400;
  margin-top: -10px;
  margin-bottom: 15px;
  color: #ac2b30;
}
.wpcf7-form .wpcf7-response-output {
  padding: 10px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-size: 12px;
  margin: 0;
}
.contactForm {
  max-width: 338px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 992px) {
  .contactForm {
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.contactForm__btn {
  border: none;
}
.contactForm__text {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: -16px;
  margin-left: 20px;
}
.contactForm__text a {
  color: #ac2b30;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.contactForm label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.map {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  right: 0;
  width: 55%;
  height: 425px;
}
@media screen and (max-width: 992px) {
  .map {
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .map {
    overflow: hidden;
  }
}
.map__body {
  background: #ac2b30;
  padding: 20px 25px;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.map__address {
  color: #ffffff;
  margin-bottom: 15px;
}
.map__tel {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.map__mail {
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.map__map {
  border: 0;
  width: 100%;
  height: 425px;
}
.footer {
  background: #ededed;
  padding: 45px 0;
}
.footer__head {
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .footer__head {
    margin-bottom: 35px;
  }
}
.footer__logo {
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .footer__logo {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__bottom .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__head .cont {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .footer__head .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .tel {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .footer .tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.footer .tel__phone {
  font-size: 16px;
}
.footer .tel__email {
  font-size: 14px;
}
.footer .footer__slogan {
  font-family: 'RobotoSlab', serif;
  font-size: 16px;
  font-weight: bold;
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .footer .footer__slogan {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.menu-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .menu-footer {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 992px) {
  .menu-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
}
.menu-footer .page-item {
  margin-right: 15px;
}
@media screen and (max-width: 576px) {
  .menu-footer .page-item {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.menu-footer .page-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .menu-footer .page-item:last-child {
    margin-bottom: 0;
  }
}
.menu-footer .page-item a {
  font-size: 14px;
  display: block;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #000000;
}
.menu-footer .page-item a:hover {
  color: #ac2b30;
}
.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .social {
    margin-bottom: 10px;
  }
}
.social__a {
  margin-right: 7px;
}
.social__a:last-child {
  margin-right: 0;
}
.social__img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social__img:hover {
  -webkit-transform: rotateZ(10deg);
      -ms-transform: rotate(10deg);
          transform: rotateZ(10deg);
}
.avtorRights {
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .avtorRights {
    text-align: center;
  }
}
.messsogl {
  background: #ac2b30;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 25px 20px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .messsogl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.messsogl__text {
  margin-right: 35px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .messsogl__text {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.messsogl__btn {
  color: #ffffff;
  background: transparent;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  content: "\2713";
  color: transparent;
  display: inline-block;
  border: 1px solid #000000;
  margin-right: 5px;
  height: 16px;
  width: 16px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
input[type="checkbox"]:checked {
  color: #ac2b30;
}
.wpcf7-list-item {
  margin: 0 !important;
}
.pluses {
  background: #ac2b30;
}
.pluses__col {
  margin-bottom: 30px;
}
.pluses__title {
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .pluses__title {
    text-align: left;
  }
}
.plusesItem {
  height: 100%;
}
.plusesItem__title {
  margin-bottom: 15px;
  color: #ffffff;
}
.plusesItem__text {
  color: #ffffff;
}
@media screen and (max-width: 375px) {
  .plusesItem__text {
    font-size: 14px;
  }
}
/* WP */
.projectI__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .projectI__title {
    text-align: left;
  }
}
.projectI__text {
  width: 75%;
}
@media screen and (max-width: 375px) {
  .projectI__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .projectI__text {
    width: 90%;
  }
}
@media screen and (max-width: 992px) {
  .projectI__text {
    width: 100%;
  }
}
/* К фотографии на странице проекты*/
figure.wp-block-image.size-full.is-resized.is-style-default {
  margin: 0;
}
/* К тексту на кнопках таба */
span.kt-title-text {
  line-height: 1em;
  font-size: 16px;
}
/*Кнопки табов на мобильных */
@media screen and (max-width: 576px) {
  .wp-block-kadence-tabs .kt-tabs-title-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .wp-block-kadence-tabs .kt-tabs-id_dffae0-84 > .kt-tabs-title-list li {
    margin-right: 0!important;
  }
}
/* В акордеон загаловок */
.kt-blocks-accordion-title {
  line-height: 1.3em;
  font-size: 16px;
}
/* Акардеон фото */
.wp-block-image.size-large.is-style-default {
  margin: 0;
}
/*  акордеон текст */
.act__text {
  margin-bottom: 20px;
}
@media screen and (max-width: 375px) {
  .act__text {
    font-size: 14px;
  }
}
/*  акордеон кнопка */
.act__btn {
  font-size: 16px;
  cursor: pointer;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #ac2b30;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.act__btn:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.kt-accordion-panel-active {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
}
/* Языки*/
.widget_language_switcher {
  padding: 0;
}
.switcher-list {
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.switcher-list li {
  margin-right: 5px;
}
.switcher-list li:last-child {
  margin-right: 0;
}
.switcher-list li img {
  height: 15px;
}
/* Контейнер*/
.ugb-main-block.ugb--has-block-background {
  padding: 90px 0!important;
}
/* */
.ugb-440ae2c-wrapper {
  padding: 0!important;
}
/* До классы мои */
.title-h2 {
  font-size: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .title-h2 {
    font-size: 23px;
    text-align: left;
    word-wrap: break-word;
  }
}
@media screen and (max-width: 375px) {
  .title-h2 {
    font-size: 21px;
  }
}
.text-p {
  margin-bottom: 10px;
}
.titleH3-mb {
  margin-bottom: 15px;
}
.text-pBl {
  margin-bottom: 25px;
}
.text-text {
  margin-bottom: 35px;
}
/* Кнопка согласия */
.moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .mgbutton.moove-gdpr-infobar-allow-all {
  background: #ac2b30 !important;
  -webkit-border-radius: 2px !important;
          border-radius: 2px !important;
  -webkit-box-shadow: 0px 10px 30px rgba(172, 43, 48, 0.25) !important;
          box-shadow: 0px 10px 30px rgba(172, 43, 48, 0.25) !important;
  text-align: center !important;
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 1!important;
  padding: 20px 55px;
  color: #ffffff !important;
  cursor: pointer;
  -webkit-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
}
.moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .mgbutton.moove-gdpr-infobar-allow-all:hover {
  background: #851d21 !important;
  color: #ffffff !important;
}
@media screen and (max-width: 375px) {
  .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .mgbutton.moove-gdpr-infobar-allow-all {
    width: 100%;
  }
}
.light {
  color: #ffffff;
}
/* Соц иконки */
#new_social_media_widget-2 {
  padding: 0;
}
@media screen and (max-width: 1200px) {
  #new_social_media_widget-2 {
    margin-bottom: 25px;
  }
}
.social-media-link- {
  margin-right: 20px;
}
.social-media-link-:last-child {
  margin-right: 0;
}
.social-media-link- div {
  width: auto;
  max-width: none;
  padding: 0;
}
#zoom-social-icons-widget-2 .zoom-social_icons-list__item {
  margin: 0!important;
  margin-right: 5px;
}
#zoom-social-icons-widget-2 .zoom-social_icons-list__item:last-child {
  margin-right: 0;
}
#zoom-social-icons-widget-2 .zoom-social_icons-list__item .social-icon {
  padding: 0!important;
}
.widget .zoom-social-icons-list--without-canvas {
  margin: 0!important;
}
/* форма */
.wpcf7-form-control.wpcf7-textarea.input {
  height: 70px;
}
/* Карта */
.mapMap {
  border: 0;
  width: 100%;
  height: 450px;
}
