html, body {
  background: #1E1E1E;
  background-image: url("../img/bg-rows.svg");
  background-repeat: repeat-y;
  background-size: contain;
}

.overflow-h {
  overflow-y: hidden;
}

.overflow-v {
  overflow-y: visible;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0px 50px;
}

p {
  font-family: "RalewayLight";
  line-height: 22px;
  font-size: 14px;
}

h1 {
  font-family: "RalewayBold";
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
}

h2 {
  font-family: "RalewayBold";
  font-size: 30px;
  text-transform: uppercase;
}

h3 {
  font-family: "RalewayBold";
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
}

h4 {
  font-family: "RalewayLight";
  font-size: 14px;
  text-transform: uppercase;
}

.row__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row__title .line {
  width: 2px;
  height: 37px;
  background: #907663;
  margin-right: 6px;
}

.btn-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border: 1px solid #fff;
  width: 160px;
  height: 36px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  font-size: 14px;
}
.btn-active:hover {
  color: #907663;
  border: 1px solid #907663;
}

.number-adaptive {
  display: none;
}

.header {
  position: relative;
}
.header__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__bg .item-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 37%;
          flex: 0 1 37%;
}
.header__bg .item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 63%;
          flex: 0 1 63%;
}
.header__bg .item-img img {
  width: 100%;
  height: auto;
}
.header__bg .item-img__1100 {
  display: none;
}
.header__bg .item-img__900 {
  display: none;
}
.header__bg .item-img__680 {
  display: none;
}
.header__body {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  margin-top: 250px;
}
.header__body .logo-header {
  width: 178px;
  height: auto;
  margin-bottom: 20px;
}
.header__body .subtitle {
  color: #fff;
  font-family: "RalewayLight";
}
.header__menu {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 100;
  width: 100%;
}
.header__menu .item-logo {
  display: none;
}
.header__menu .block_menu {
  position: relative;
  top: 0;
  left: 0;
  z-inex: 5;
  width: 100%;
}
.header__menu .block_menu .burger_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.header__menu .block_menu .burger_menu:hover {
  cursor: pointer;
}
.header__menu .block_menu .burger_menu:hover::before {
  background: #907663;
}
.header__menu .block_menu .burger_menu:hover::after {
  background: #907663;
  width: 14px;
}
.header__menu .block_menu .burger_menu:hover span {
  background: #907663;
}
.header__menu .block_menu .burger_menu:hover p {
  color: #907663;
}
.header__menu .block_menu .burger_menu::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.header__menu .block_menu .burger_menu::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 7px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.header__menu .block_menu .burger_menu span {
  width: 14px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.header__menu .block_menu .burger_menu p {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding-left: 5px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.header__menu .block_menu .active-menu span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.header__menu .block_menu .active-menu::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}
.header__menu .block_menu .active-menu::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 7px;
  width: 14px;
}
.header__menu .block_menu .dropdown-center {
  margin-left: 70px;
}
.header__menu .block_menu .dropdown-center .btn {
  color: #fff;
  padding: 0;
  height: 16px;
  width: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-family: "RalewayLight";
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: relative;
  border: none;
  font-size: 14px;
}
.header__menu .block_menu .dropdown-center .btn:hover {
  color: #907663;
}
.header__menu .block_menu .dropdown-center .btn:hover::after, .header__menu .block_menu .dropdown-center .btn:hover::before {
  background: #907663;
}
.header__menu .block_menu .dropdown-center .btn::after {
  content: "";
  border: none;
  position: absolute;
  width: 1px;
  height: 10px;
  -webkit-transform: rotate(37deg);
      -ms-transform: rotate(37deg);
          transform: rotate(37deg);
  background: #fff;
  top: 2px;
  left: 27px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.header__menu .block_menu .dropdown-center .btn::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  -webkit-transform: rotate(-37deg);
      -ms-transform: rotate(-37deg);
          transform: rotate(-37deg);
  background: #fff;
  top: 2px;
  left: 25px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.header__menu .block_menu .dropdown-center .dropdown-menu {
  background: none;
  border: none;
}
.header__menu .block_menu .dropdown-center .dropdown-menu .active {
  background: none;
  color: #907663;
}
.header__menu .block_menu .dropdown-center .dropdown-menu a {
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  text-align: center;
  font-family: "RalewayLight";
  font-size: 14px;
}
.header__menu .block_menu .dropdown-center .dropdown-menu a:hover {
  background: none;
  color: #907663;
}
.header .menu {
  background: #1E1E1E;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 3;
  -webkit-transition: 1.3s;
  transition: 1.3s;
}
.header .menu__list {
  text-align: center;
  margin-top: -50px;
}
.header .menu__list .logo-menu {
  margin-bottom: 20px;
}
.header .menu__list .link {
  color: #fff;
  font-family: "RalewayLight";
  font-size: 14px;
  line-height: 35px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.header .menu__list .link:hover {
  color: #907663;
}
.header .active-menu {
  left: 0;
}

.presents {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background: #1E1E1E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.presents img {
  width: 400px;
  height: auto;
}
.presents p {
  color: #fff;
  margin-top: 20px;
}

.about {
  margin-top: 100px;
  padding-top: 100px;
  position: relative;
  width: 100%;
}
.about__block_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 631px;
  min-height: 300px;
}
.about__block_bg .bg-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  padding-right: 10px;
}
.about__block_bg .bg-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 75%;
          flex: 0 1 75%;
  background: #fff;
  padding-left: 10px;
  padding-bottom: 48%;
}
.about__body {
  position: absolute;
  top: 170px;
  left: 0;
  width: 100%;
}
.about__body .row-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__body .row-body .gallary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}
.about__body .row-body .gallary .carousel-indicators {
  bottom: -30px;
  opacity: 1;
}
.about__body .row-body .gallary .carousel-indicators .active {
  background-color: #907663;
}
.about__body .row-body .gallary .carousel-inner .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  width: 100%;
  background: #907663;
  position: relative;
  bottom: 14px;
}
.about__body .row-body .gallary .carousel-inner .name h3 {
  margin-top: 0px;
  font-size: 14px;
}
.about__body .row-body .gallary .carousel-inner .name p {
  color: #fff;
  margin-top: -5px;
  margin-bottom: 2px;
}
.about__body .row-body .gallary .carousel-inner .name .user-button {
  color: #fff;
  font-family: "RalewayLight";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border: 1px solid #fff;
  width: 160px;
  height: 25px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  font-size: 14px;
}
.about__body .row-body .gallary .carousel-inner .name .user-button:hover {
  background: #fff;
  color: #907663;
}
.about__body .row-body .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  padding-left: 20px;
}
.about__body .row-body .text h2 {
  margin-bottom: 10px;
}
.about__body .row-body .text .row__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__body .row-body .text .row__text p {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 92%;
          flex: 0 1 92%;
}
.about__body .row-body .text .row__projects p {
  color: #B2B2B2;
  font-family: "RalewayRegular";
  margin: 0;
}
.about__body .row-body .text .row__projects p span {
  font-family: "RalewayBold";
  font-size: 18px;
}
.about__body .row-body .text .row__projects .line {
  background: #B2B2B2;
  height: 1px;
  width: 45%;
  display: inline-block;
}
.about__body .row-body .text .row__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 50px;
}
.about__body .row-body .text .row__logo p {
  color: #F8F8F8;
  font-family: "RalewayLight";
  font-size: 100px;
  margin-right: 70px;
}

.services {
  margin-top: 100px;
  padding-top: 150px;
}
.services h2 {
  color: #fff;
}
.services .row__title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}
.services .row__title .zero-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
}
.services .row__title .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 9px;
}
.services .row__title .title-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services .row__title .number {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #262626;
  font-size: 100px;
  font-family: "RalewayLight";
}
.services .accordion .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.services .accordion-item {
  background: #4D4D4D;
  border-radius: 0px;
  border: none;
}
.services .accordion-body {
  padding: 16px 90px;
  color: #fff;
}
.services .accordion .collapsed {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #4D4D4D;
}
.services .accordion-button {
  background-color: #907663;
  color: #fff;
  margin-top: 1px;
  font-family: "RalewayRegular";
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  border-radius: 0px;
  transitio: 0.8s;
}
.services .accordion-button::after {
  width: 0;
  height: 0;
}
.services .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.services .accordion-button:hover {
  background: #907663;
}

.feedback {
  margin-top: 100px;
  padding-top: 150px;
}
.feedback h2 {
  color: #fff;
}
.feedback .row__title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}
.feedback .row__title .zero-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
}
.feedback .row__title .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 9px;
}
.feedback .row__title .title-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feedback .row__title .number {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #262626;
  font-size: 100px;
  font-family: "RalewayLight";
}
.feedback .slick__slider {
  margin: 0px -10px;
  position: relative;
}
.feedback .slick__slide .name {
  text-transform: uppercase;
  font-family: "RalewayRegular";
}
.feedback .slick .slick-arrow {
  position: absolute;
  bottom: -18px;
  z-index: 10;
  font-size: 0px;
  width: 50px;
  height: 100px;
}
.feedback .slick .slick-arrow.slick-prev {
  left: 41%;
  background: url("../img/arrow-prev.svg") center center/25% no-repeat;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.feedback .slick .slick-arrow.slick-prev:hover {
  background: url("../img/arrow-prev-hover.svg") center center/25% no-repeat;
}
.feedback .slick .slick-arrow.slick-next {
  right: 41%;
  background: url("../img/arrow-next.svg") center center/25% no-repeat;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.feedback .slick .slick-arrow.slick-next:hover {
  background: url("../img/arrow-next-hover.svg") center center/25% no-repeat;
}
.feedback .slick .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.feedback .slick .slick-dots li {
  list-style: none;
}
.feedback .slick .slick-dots li.slick-active button {
  background: #907663;
  height: 4px;
}
.feedback .slick .slick-dots button {
  font-size: 0px;
  width: 30px;
  height: 3px;
  background: #fff;
  margin: 30px 3px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.feedback .slick__body {
  background: #4D4D4D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 41px 33px 70px 33px;
  margin: 0px 10px;
}
.feedback .slick__body img {
  width: 100px;
  height: 100px;
  margin-bottom: 32px;
}
.feedback .slick__body .name {
  color: #fff;
  margin-bottom: 35px;
}
.feedback .slick__body .line {
  height: 1px;
  width: 80%;
  background: #fff;
  margin-bottom: 35px;
}
.feedback .slick__body .text {
  color: #fff;
}

.contacts {
  margin-top: 100px;
  padding-top: 150px;
}
.contacts h2 {
  color: #fff;
}
.contacts .row__title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}
.contacts .row__title .zero-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
}
.contacts .row__title .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 9px;
}
.contacts .row__title .title-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts .row__title .number {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #262626;
  font-size: 100px;
  font-family: "RalewayLight";
}
.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts__row .adress {
  color: #fff;
  margin-bottom: 30px;
}
.contacts__row .btn-active {
  margin-bottom: 30px;
}
.contacts__row .email {
  color: #fff;
  margin-bottom: 30px;
}
.contacts__row .row-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts__row .row-social .link-social {
  margin: 10px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  width: 31px;
  height: 31px;
}
.contacts__row .row-social .viber {
  background: url("../img/viber-icon.svg") 0 0/100% no-repeat;
}
.contacts__row .row-social .viber:hover {
  background: url("../img/viber-icon-hover.svg") 0 0/100% no-repeat;
}
.contacts__row .row-social .telegram {
  background: url("../img/telegram-icon.svg") 0 0/100% no-repeat;
}
.contacts__row .row-social .telegram:hover {
  background: url("../img/telegram-icon-hover.svg") 0 0/100% no-repeat;
}

.blog {
  margin-top: 100px;
  padding-top: 100px;
  position: relative;
}
.blog__row-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog__row-bg img {
  width: 100%;
  height: auto;
}
.blog__row-bg .bg {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
  height: 740px;
  background: #fff;
}
.blog__row-bg .bg750 {
  display: none;
}
.blog__row-bg .bg500 {
  display: none;
}
.blog__row-bg .zero-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
.blog__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-top: 185px;
}
.blog__body .row-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog__body .row-body .item-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
  padding-top: 100px;
  padding-left: 100px;
}
.blog__body .row-body .item-text .title-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.blog__body .row-body .item-text .title-body .line {
  width: 2px;
  height: 37px;
  background: #907663;
  margin-right: 6px;
}
.blog__body .row-body .item-text .text {
  margin-bottom: 30px;
}
.blog__body .row-body .item-text .button-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #907663;
  border: 1px solid #907663;
  width: 160px;
  height: 36px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  margin-bottom: 40px;
}
.blog__body .row-body .item-text .button-active span {
  margin-left: 10px;
  background: url("../img/arrow-next-hover.svg") 0 0/100% no-repeat;
  width: 10px;
  height: 8px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.blog__body .row-body .item-text .button-active:hover {
  color: #fff;
  background: #907663;
  padding-left: 5px;
}
.blog__body .row-body .item-text .button-active:hover span {
  background: url("../img/arrow-next.svg") 0 0/100% no-repeat;
  margin-left: 15px;
}
.blog__body .row-body .item-text .number {
  color: #F8F8F8;
  font-size: 100px;
  font-family: "RalewayLight";
}
.blog__body .row-body .item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 65%;
          flex: 0 1 65%;
}
.blog__body .row-body .item-img .bg {
  width: 100%;
  height: auto;
  padding-left: 115px;
}

.footer {
  margin-top: 400px;
  padding-top: 100px;
  height: 360px;
  background: #232323;
}
.footer p {
  color: #fff;
}
.footer .policy {
  color: #fff;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  font-family: "RalewayLight";
}
.footer .policy:hover {
  opacity: 0.5;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__row .zero-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
}
.footer__row .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  text-align: center;
}
.footer__row .row-sii-art {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 0.5;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.footer__row .row-sii-art p {
  margin-top: 5px;
  margin-right: 5px;
}
.footer__row .row-sii-art:hover {
  opacity: 1;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .logo {
  width: 178px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.body-user .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.body-user .row .item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding-right: 10px;
}
.body-user .row .item-img img {
  width: 100%;
  height: auto;
}
.body-user .row .item-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding-left: 10px;
  color: #fff;
}
.body-user .row .item-text .title-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.body-user .row .item-text .title-body .line {
  width: 2px;
  height: 37px;
  background: #907663;
  margin-right: 6px;
}
.body-user .row .item-text h3 {
  font-size: 14px;
  margin-bottom: 20px;
}

.footer-user {
  margin-top: 100px;
}

.row-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row-policy .text-policy {
  color: #fff;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1346px;
    margin: 0 auto;
    padding: 0px 50px;
  }
  p {
    line-height: 26px;
    font-size: 16px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 16px;
  }
  .button-active {
    font-size: 16px;
    width: 200px;
    height: 40px;
  }
  .btn-active {
    font-size: 16px;
    width: 180px;
    height: 40px;
  }
  .header__body .logo-header {
    width: 200px;
  }
  .header__menu .block_menu .dropdown-center {
    margin-left: 72px;
  }
  .header__menu .block_menu .dropdown-center .btn {
    font-size: 16px;
  }
  .header__menu .block_menu .dropdown-center .dropdown-menu a {
    font-size: 16px;
  }
  .header .menu__list .link {
    font-size: 16px;
  }
  .services {
    margin-top: 300px;
  }
  .services .accordion-button {
    font-size: 16px;
  }
}
@media (min-width: 1680px) {
  .services {
    margin-top: 300px;
  }
  .footer {
    margin-top: 600px;
  }
}
@media (min-width: 1920px) {
  h1 {
    font-size: 50px;
  }
  .container {
    max-width: 1819px;
    margin: 0 auto;
    padding: 0px 100px;
  }
  .about__block_bg .bg-right {
    padding-bottom: 43%;
  }
  .about__body .row-body .gallary .carousel-inner .name {
    height: 75px;
  }
  .about__body .row-body .text {
    margin-left: 70px;
  }
  .about__body .row-body .text .row__logo {
    margin-top: 240px;
  }
  .services {
    margin-top: 300px;
  }
  .feedback .slick .slick-arrow.slick-prev {
    left: 44%;
  }
  .feedback .slick .slick-arrow.slick-next {
    right: 44%;
  }
  .footer {
    margin-top: 800px;
  }
}
@media (min-width: 2048px) {
  .container {
    max-width: 1940px;
    margin: 0 auto;
    padding: 0px 200px;
  }
  p {
    line-height: 36px;
    font-size: 20px;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 16px;
  }
  .header__menu .block_menu .burger_menu {
    height: 16px;
  }
  .header__menu .block_menu .burger_menu::before {
    width: 22px;
    height: 2px;
    top: 1px;
  }
  .header__menu .block_menu .burger_menu::after {
    top: 13px;
    width: 13px;
    height: 2px;
  }
  .header__menu .block_menu .burger_menu span {
    top: 4px;
    width: 22px;
    height: 2px;
  }
  .header__menu .block_menu .burger_menu:hover::after {
    width: 22px;
  }
  .header__menu .block_menu .dropdown-center {
    margin-left: 92px;
  }
  .header__menu .block_menu .dropdown-center .dropdown-menu a {
    font-size: 20px;
  }
  .header__menu .block_menu .active-menu::before {
    top: 7px;
  }
  .header__menu .block_menu .active-menu::after {
    top: 7px;
    width: 22px;
  }
  .header__menu .block_menu .dropdown-center .btn {
    font-size: 20px;
  }
  .header__menu .block_menu .dropdown-center .btn::after {
    width: 2px;
    top: -1px;
    left: 39px;
    height: 17px;
  }
  .header__menu .block_menu .dropdown-center .btn::before {
    width: 2px;
    top: -1px;
    left: 34px;
    height: 17px;
  }
  .header .menu__list .link {
    font-size: 20px;
  }
  .services {
    margin-top: 300px;
  }
  .services .accordion-button {
    font-size: 18px;
  }
}
@media (max-width: 1160px) {
  .about__block_bg .bg-right {
    padding-bottom: 52%;
  }
}
@media (max-width: 1100px) {
  .container-text-about {
    max-width: 800px;
    margin: 0 auto;
    padding: 0px 50px;
  }
  .header__bg .item-img__1280 {
    display: none;
  }
  .header__bg .item-img__1100 {
    display: block;
  }
  .about__block_bg .bg-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding-bottom: 55%;
  }
  .about__block_bg .bg-left {
    display: none;
  }
  .about__body .row-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__body .row-body .gallary {
    max-width: 60%;
  }
  .about__body .row-body .text {
    padding-left: 0;
  }
  .about__body .row-body .text .row__logo {
    margin-top: 30px;
    margin-bottom: 55px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about__body .row-body .text .row__logo p {
    margin-right: 0;
  }
  .services {
    margin-top: 620px;
  }
  .feedback .slick .slick-arrow.slick-prev {
    width: 0;
    height: 0;
  }
  .feedback .slick .slick-arrow.slick-next {
    width: 0;
    height: 0;
  }
  .blog__row-bg .bg {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    height: auto;
  }
  .blog__row-bg .zero-block {
    display: none;
  }
  .blog__body .row-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog__body .row-body .item-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding-left: 50px;
  }
  .blog__body .row-body .item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .blog__body .row-body .item-img .bg {
    padding-left: 0;
    margin-top: 200px;
  }
  .footer {
    margin-top: 110%;
  }
}
@media (max-width: 1000px) {
  .about__block_bg .bg-right {
    padding-bottom: 65%;
  }
  .services .accordion-body {
    padding: 16px 45px;
  }
}
@media (max-width: 940px) {
  .feedback .row__title .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 36%;
            flex: 0 1 36%;
  }
}
@media (max-width: 900px) {
  .header__bg .item-block {
    display: none;
  }
  .header__bg .item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .header__bg .item-img__1100 {
    display: none;
  }
  .header__bg .item-img__900 {
    display: block;
    padding-top: 80px;
  }
  .header__menu {
    top: 32px;
  }
  .header__menu .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .header__menu .block_menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .header__menu .item-logo {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -7px;
    margin-right: -25px;
  }
  .header__menu .item-logo .logo-header-menu {
    height: 27px;
    width: 108px;
  }
  .header__body {
    margin-top: 99%;
  }
  .header__body .logo-header {
    display: none;
  }
  .about {
    margin-top: 300px;
  }
  .about__block_bg .bg-right {
    padding-bottom: 75%;
  }
  .about__body .row-body .text .row__logo {
    margin-bottom: 60px;
  }
  .services .row__title .zero-block {
    display: none;
  }
  .services .row__title .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .services .row__title .number {
    display: none;
  }
  .services .row__title .line {
    height: 37px;
  }
  .feedback .row__title .zero-block {
    display: none;
  }
  .feedback .row__title .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .feedback .row__title .number {
    display: none;
  }
  .number-adaptive {
    display: block;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: #262626;
    font-size: 100px;
    font-family: "RalewayLight";
  }
  .contacts .row__title .zero-block {
    display: none;
  }
  .contacts .row__title .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .contacts .row__title .number {
    display: none;
  }
  .blog__body .row-body .item-img .bg {
    margin-top: 16%;
  }
  .footer {
    height: 500px;
  }
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__row .zero-block {
    display: none;
  }
  .footer__row .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .footer__row .row-sii-art {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .body-user .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .body-user .row .item-img {
    margin-bottom: 30px;
  }
}
@media (max-width: 790px) {
  .about__block_bg .bg-right {
    padding-bottom: 90%;
  }
}
@media (max-width: 745px) {
  .about__block_bg .bg-right {
    padding-bottom: 180%;
  }
  .about__body .row-body .gallary {
    max-width: 100%;
  }
  .services {
    margin-top: 750px;
  }
  .services .container {
    padding: 0;
  }
  .services .row__title {
    padding: 0px 50px;
  }
  .services .row__title .zero-block {
    display: none;
  }
  .services .row__title .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .services .row__title .line {
    height: 37px;
  }
  .number-adaptive {
    padding-right: 50px;
  }
  .blog__row-bg .bg {
    display: none;
  }
  .blog__row-bg .bg750 {
    display: block;
  }
  .blog__body .row-body .item-text {
    padding-top: 10px;
  }
  .blog__body .row-body .item-img .bg {
    margin-top: 200px;
  }
}
@media (max-width: 680px) {
  .header__bg .item-img__900 {
    display: none;
  }
  .header__bg .item-img__680 {
    display: block;
    padding-top: 80px;
  }
  .header__body {
    margin-top: 125%;
  }
  .presents img {
    width: 300px;
  }
}
@media (max-width: 550px) {
  .container {
    margin: 0 auto;
    padding: 0px 30px;
  }
  .container-text-about {
    margin: 0 auto;
    padding: 0px 30px;
    max-width: 550px;
  }
  h1 {
    margin-top: 20px;
  }
  .about__block_bg .bg-right {
    padding-bottom: 250%;
  }
  .about__body .row-body .text .row__logo {
    margin-bottom: 110px;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 30px;
  }
  .blog__row-bg .bg750 {
    display: none;
  }
  .blog__row-bg .bg500 {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 440px) {
  h1 {
    font-size: 25px;
    margin-top: 30px;
  }
}
@media (max-width: 420px) {
  .about__body .row-body .text .row__logo p {
    font-size: 80px;
  }
  .about__body .row-body .text .row__logo img {
    height: 50px;
  }
}/*# sourceMappingURL=main.css.map */