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

a {
  color: #ccc;
  text-decoration: none;
}
a:hover {
  color: rgb(133, 133, 133);
  text-decoration: none;
}

.tel:link {
  color: #000;
  text-decoration: none;
  font-size: 18px;
}
.tel:hover {
  color: #6c757d;
  text-decoration: underline;
  font-size: 18px;
}

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

img {
  vertical-align: top;
}

html,
body {
  height: 100%;
  line-height: 1.5;
  font-size: 16px;
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans", sans-serif;
}
p,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100 !important;
}
h22 {
  font-weight: bold !important;
  font-size: 20px;
}
a i,
a:hover i {
  color: #fff;
}
.block__header-top {
  margin-top: 71px;
}
.orange {
  color: #049da9 !important;
}
.orange2 {
  color: #434651 !important;
}
.big-one {
  font-size: 80px;
  line-height: 70px;
}
.big-one2 {
  font-size: 50px;
  line-height: 70px;
}
.block__grey {
  background-color: #f5f6f9;
}
.block__orange {
  background-color: #04a1a9;
}
.alert-dark {
  transition: all 0.3s ease 0s;
}
.alert-dark:hover {
  color: #f18900;
}

/* Carousel
-------------------------------------------------- */
#myCarousel {
  margin-top: 71px;
}
#myCarousel h2 {
  font-weight: bold !important;
  font-size: 35px;
}
#myCarousel .d-md-block p {
  font-weight: bold !important;
  font-size: 18px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 55px;
  color: #1c1c1ca3;
}
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  color: #eba728;
  transition: 0.5s;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  background: #1c1c1ca3;
  bottom: 3rem;
  padding: 10px 10px 0;
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 60vh;
}
.carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-primary {
  background: transparent;
  border-radius: 0;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.5s;
  margin-bottom: 20px;
}
.btn-primary-light {
  background: transparent;
  border-radius: 0;
  color: #000;
  border: 1px solid #000;
  transition: 0.5s;
}
.btn-primary-blue {
  background: transparent;
  border-radius: 0;
  color: #fff;
  border: 1px solid #dfdfdf;
  transition: 0.5s;
}
.btn-primary-yellow {
  background: transparent;
  border-radius: 0;
  color: #000;
  border: 1px solid #000;
  transition: 0.5s;
}
.btn-primary:hover {
  background: #f18900;
  border: 1px solid #eba728;
}
.btn {
  vertical-align: unset;
}
.carousel-item:nth-child(1) {
  background-image: url("../images/banner1.jpg");
  background-position: center bottom;
}
.carousel-item:nth-child(2) {
  background-image: url("../images/banner2.jpg");
  background-position: center center;
}
.carousel-item:nth-child(3) {
  background-image: url("../images/banner3.jpg");
  background-position: center center;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: auto;
  top: 40%;
  left: auto;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  transition: opacity 0.6s ease;
  border-radius: 50%;
}
.carousel-indicators .active {
  background-color: #00e8fd;
}
.mesege-slider {
  position: absolute;
  bottom: 0;
  right: 15px;
  color: #fff;
  z-index: 30;
  background-color: #e68d19;
  padding: 5px 15px;
  border-radius: 5px 5px 0 0;
}
.garantie-slide {
  align-items: center;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 30;
  margin-right: 15%;
  margin-left: 15%;
}
.garantie-slide img {
  margin-right: 20px;
}
.garantie-slide i {
  font-size: 24px;
  margin: 0;
  background-color: #60606096;
  padding: 15px;
  color: #f18900;
}
.button-lang {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
.dropdown-menu {
  border-radius: 0;
}
.dropdown-menu.lang span {
  display: flex;
  align-items: center;
}
.dropdown-menu.lang span a {
  background-color: inherit;
  color: #ffffff;
}
.dropdown-menu.lang span a:hover {
  font-weight: 600;
}
.dropdown-menu.lang {
  padding: 20px;
  margin-top: 20px;
  width: 230px;
  background: #e68d19;
  position: absolute;
}
.dropdown-menu.lang:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: -1px;
  border-bottom: 22px solid #e68d19;
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
}
/* Блок главной  */
.wind_col00 {
  display: inline-block;
  height: 90px;
  width: 90px;
  background: #e8e8e8;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.wind_col2 {
  display: inline-block;

  border: 1px solid #fff;
  margin: 220px 0 0;
  z-index: 20;
}
.wind_col3 {
  display: inline-block;
  background: #fff;
  border: 1px solid #fff;
  position: absolute;
  left: 142px;
  top: 280px;
}
@media (max-width: 968px) {
  .wind_col2 {
    display: inline-block;
    background: #fff;
    border: 1px solid #fff;
    margin: 20px 0 0 30px;
    z-index: 20;
  }
  .wind_col3 {
    display: inline-block;
    background: #fff;
    border: 1px solid #fff;
    position: absolute;
    left: 90px;
    top: 290px;
  }
}

footer {
  background-color: #434651;
  color: #fff;
  padding: 50px 0 20px;
}
footer h4 {
  border-bottom: 1px solid #f18900;
  padding-bottom: 15px;
}
footer li {
  padding: 10px 0;
}
footer .logo {
  margin-bottom: 30px;
  display: block;
}
.footer__hr {
  background-color: #00e7fb;
  margin-bottom: 20px;
}
footer .col-sm-6 i {
  color: #00e7fb;
  font-size: 24px;
  padding-left: 10px;
}
footer .col-sm-6 i:first-child {
  padding-left: 0;
  padding-right: 5px;
}
.blocl__price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #f5f6f9;
  text-align: center;
  padding: 15px;
  margin-bottom: 20px;
  min-height: 250px;
}
.blocl__price img {
  width: 100px;
  height: 100px;
}
.blocl__price h1,
.blocl__price h2,
.blocl__price h6 {
  width: 100%;
}
.menu_list {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.wrapper {
  min-height: 100%;
}

body._lock {
  overflow: hidden;
}

.page {
  padding: 90px 0 30px 0;
}

.page__section {
  padding: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.page__section-1 {
  background-color: #794f45;
}

.page__section-2 {
  background-color: #77608d;
}

.page__section-3 {
  background-color: #7a956b;
}

.page__title {
  font-size: 40px;
  margin: 0 0 20px;
}

.page__sub-title {
  font-size: 30px;
  margin: 0 0 20px;
}

.page__text {
  font-size: 16px;
  line-height: 150%;
}

.page__text p {
  margin: 0 0 20px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  background-color: #434651;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 70px;
}

.header__logo {
  position: relative;
  background: left center / contain no-repeat url("../images/logo2.png");
  width: 200px;
  height: 93px;
  z-index: 10;
}

.menu__icon {
  display: none;
}

.menu__list > li {
  position: relative;
}

.menu__link {
  color: #fff;
  font-size: 18px;
}

.menu__sub-list {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #6a6d7b;
  min-width: 280px;
}
.menu__sub-list.lang li {
  display: flex;
  align-items: center;
}
.menu__sub-list li:last-child {
  margin: 0;
}

.menu__sub-link {
  color: #fff;
}

.menu__arrow {
  display: none;
}

body._pc .menu__list > li:hover .menu__sub-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  pointer-events: all;
}

body .menu__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body._touch .menu__arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 0 0 0 5px;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #fff;
}

body._touch .menu__list > li._active .menu__sub-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  pointer-events: all;
}

body._touch .menu__list > li._active .menu__arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (min-width: 767px) {
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu__list li a {
    padding: 22px 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .menu__list li:hover .menu__link:not(.menu__link-lang) {
    background-color: #eee;
    color: #000;
  }
  .menu__list li .menu__link-lang i:last-child {
    display: none;
  }
  .menu__list li:hover .menu__link-lang i:last-child {
    display: block;
  }
  .menu__list li .menu__link-lang i:first-child {
    display: block;
  }
  .menu__list li:hover .menu__link-lang i:first-child {
    display: none;
  }
  .menu__sub-list {
    -webkit-transform: translate(0 10%);
    transform: translate(0 10%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .menu__sub-list li a {
    display: block;
    padding: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .menu__sub-list:not(.lang) li a:hover {
    background-color: #eee;
    color: #000;
  }
  .menu__sub-list.lang li a:hover {
    background-color: inherit;
    color: #eee;
    font-weight: 600;
  }

  .menu__sub-list.lang {
    padding: 0 20px;
    top: calc(100% + 4px);
    min-width: 120px;
    left: calc(-85px + 27px);
    background: #e68d19;
    position: absolute;
  }
  .menu__sub-list.lang:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: calc(50% - 27px);
    border-bottom: 22px solid #e68d19;
    border-left: 27px solid transparent;
    border-right: 27px solid transparent;
  }
  .menu__sub-list.lang li {
    display: flex;
    align-items: center;
  }
  .mobile {
    visibility: hidden;
    height: 0;
  }
}
@media (max-width: 767px) {
  .menu__link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .menu__icon {
    z-index: 5;
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
  }
  .menu__icon span,
  .menu__icon::before,
  .menu__icon::after {
    position: absolute;
    left: 0;
    height: 10%;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
  }
  .menu__icon::before,
  .menu__icon::after {
    content: "";
  }
  .menu__icon::before {
    top: 0;
  }
  .menu__icon::after {
    bottom: 0;
  }
  .menu__icon span {
    top: 50%;
    -webkit-transform: scale(1) translate(0, -50%);
    transform: scale(1) translate(0, -50%);
  }
  .menu__icon._active span {
    -webkit-transform: scale(0) translate(0, -50%);
    transform: scale(0) translate(0, -50%);
  }
  .menu__icon._active::before {
    top: 50%;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    transform: rotate(-45deg) translate(0, -50%);
  }
  .menu__icon._active::after {
    bottom: 50%;
    -webkit-transform: rotate(45deg) translate(0, 50%);
    transform: rotate(45deg) translate(0, 50%);
  }
  .menu__link {
    color: #000;
  }
  .menu__body {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    background-color: #f9f9f9;
    -webkit-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    overflow: auto;
  }
  .menu__body._active {
    left: 0;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 70px;
    background-color: #434651;
    z-index: 2;
  }
  body._touch .menu__arrow {
    border-top-color: #000;
    margin: 20px;
  }
  .menu__list > li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    margin: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .menu__list li:hover,
  .menu__list > li._active {
    background-color: #6a6d7b;
  }
  .menu__list li._active a.menu__link-sub {
    color: #fff;
  }
  .menu__list li:hover span.menu__arrow,
  .menu__list li._active span.menu__arrow {
    border-top-color: #fff;
  }
  .menu__list > li a {
    padding: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .menu__list > li a:hover {
    color: #fff;
  }
  .menu__list > li:last-child {
    margin-bottom: 70px;
  }
  .menu__list > li._active .menu__sub-list {
    display: block;
  }
  .menu__link {
    font-size: 20px;
  }
  .menu__sub-list {
    position: relative;
    background-color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: none;
  }
  .menu__sub-list li {
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .menu__sub-list li:first-child {
    border-top: 1px solid #eee;
  }
  .menu__sub-list.lang li {
    padding-left: 20px;
  }
  .menu__sub-list li a {
    display: block;
  }
  .menu__sub-link {
    font-size: 18px;
    color: #000;
  }
  .mobile {
    visibility: visible;
  }
}

/* Slider */
@font-face {
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  font-style: normal;

  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("fonts/slick.woff") format("woff"),
    url("fonts/slick.ttf") format("truetype"),
    url("fonts/slick.svg#slick") format("svg");
}
* {
  box-sizing: border-box;
}
.slider {
  width: 90%;
  margin: 0 auto;
}
.slick-slide {
  transition: 0.7s;
  margin: 0 10px;
  padding: 20px;
}
#house_slider .slick-slide {
  margin: 0;
  padding: 10px;
}
.slider img {
  margin: 0 auto;
  width: 100%;
}
.slider.center h6 {
  padding-top: 20px;
}
#house_slider .block__house-title {
  background-color: #f5f6f9;
  padding: 15px;
}
#rewiews_slider,
.block__orange {
  color: #fff !important;
}
#rewiews_slider img {
  width: 125px;
  height: 125px;
  width: 0 auto;
  border-radius: 50%;
  margin-bottom: 20px;
}
#progect_slider .slick-slide {
  display: flex;
}
#progect_slider img {
  width: 100%;
  max-height: 445px;
  padding-bottom: 20px;
}
.block-icon {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.block-icon div {
  width: 50%;
}
.block-icon div h4 {
  float: left;
  padding-right: 15px;
  color: #e68d19;
}
.block-icon div h6 {
  padding: 15px 0;
}

#progect_slider .block-icon img {
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
}

.slider.center h4 {
  color: #f18900;
}
#benefits_slider .slick-slide {
  background-color: #f5f6f9;
  padding: 25px;
}
#benefits_slider img {
  margin: 0;
  width: auto;
}
#benefits_slider h6 {
  font-weight: 500 !important;
  margin: 30px 0;
}
#comand_slider h6 {
  font-weight: 500 !important;
  margin: 15px 0;
}
#carysel_slider img {
  width: 275px;
}
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Дополнительные стили */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Noto Sans", sans-serif;
  font-size: 30px;
  line-height: 1;

  opacity: 0.75;
  color: #000;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#rewiews_slider .slick-prev:before,
#rewiews_slider .slick-next:before {
  color: #fff;
}
.slick-prev {
  left: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-next {
  right: -25px;
}
.slick-next:before {
  content: "→";
}
@media (max-width: 767px) {
  .slick-slide {
    padding: 0;
  }
  .menu__list li .menu__link-lang i:last-child {
    display: none;
  }
  .menu__list li .menu__link-lang i {
    color: #434651;
  }
}
/* Отправка данных на почту */
.form {
  max-width: 550px;
  margin: 0 auto;
  color: #000;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.12);
  padding: 20px;
  background: #fff;
  width: 100%;
}
@media (min-width: 992px) {
  .form {
    position: absolute;
  }
}
.form * {
  outline: none;
}
.form__body {
  position: relative;
}
.form__body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("images/spinners.gif") center / 100px no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
}
.form__body._sending::after {
  opacity: 1;
  visibility: visible;
}
.form__item {
  margin: 0px 0px 20px 0px;
}
.form__label {
  font-size: 15px;
  display: block;
  margin: 0px 0px 10px 0px;
}
.form__imput {
  height: 35px;
  padding: 0px 20px;
  border-radius: 0;
  width: 100%;
  font-size: 18px;
  border: 1px solid #dfdfdf;
  -webkit-appearance: none;
}
.form__imput:focus {
  box-shadow: 0 0 0 0.25rem #f18900;
}
.form__imput._error {
  box-shadow: 0 0 0 0.25rem #ff00007d;
}
.checkbox._error .checkbox__label::before {
  box-shadow: 0 0 0 0.25rem #ff00007d;
}
.checkbox__input {
  display: none;
}
.checkbox__input:checked + .checkbox__label::after {
  transform: scale(1);
}
.checkbox__label {
  font-size: 16px;
  line-height: 140%;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.checkbox__label::before {
  content: "";
  align-self: center;
  flex: 0 0 24px;
  height: 24px;
  background-color: transparent;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  margin: 0 15px 0 0;
}
.checkbox__label::after {
  transition: all 0.5s ease 0s;
  content: "✓";
  width: 24px;
  height: 22px;
  position: absolute;
  transform: scale(0);
  text-align: center;
}

.form__button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  background-color: #04a1a9;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 0;
  transition: background-color 0.3s ease 0s;
  border: none;
  position: relative;
  top: 0;
}
.form__button:hover,
.form__button-one:hover {
  background-color: #06565d;
}
.form__button:active {
  top: 2px;
}
/* Строка поиска */
.form__search * {
  border-radius: 0;
}
.form__search {
  max-width: 950px;
  margin: 0 auto;
}
.form-row i {
  font-size: 20px;
  color: #e68d19;
  padding-left: 5px;
}
.btn-secondary {
  background-color: #e68d19;
  width: 100%;
  border: none;
}
.btn-secondary:hover {
  background-color: #f18900;
}
.form__button-one {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  background-color: #04a1a9;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 0;
  transition: background-color 0.3s ease 0s;
  border: none;
  position: relative;
  top: 0;
}

.hr_line_block {
  width: 75%;
  position: absolute;
  left: 61%;
  top: 10%;
  z-index: 100;
  background: black;
}

.card {
  color: #fff;
  background-color: #434651;
  border-radius: 0;
}

.block-icon img {
  width: 65px;
  height: 65px;
}

.form-container {
  display: flex;
  flex-direction: column;
  align-self: center;
}
.form-container .form__imput {
  height: 50px;
}
.small-font {
  font-size: 0.9rem;
}
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid orange;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox:checked + label::before {
  border-color: orange;
  background-color: orange;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-a {
  color: black;
  text-decoration: underline;
}
.form-container .custom-submit {
  min-with: 150px;
  color: orange;
  border: 2px solid orange;
  border-radius: 0;
}
