/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/images/vendor/owl.carousel/dist/owl.video.play.png?7f01b07148f205f6e8258e92bbf652d9) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.logo_auth img {
  width: 150px;
  height: auto;
}

.hide {
  display: none !important;
}

.container-fluid, .auth-wrapper {
  min-height: 100vh;
}

.nav-bar {
  padding: 1rem 1rem 1rem 0.5rem;
  width: 240px;
  flex: none;
  border-right: 1px solid #dee2e6;
}
.nav-bar .logo img {
  width: 100px;
  height: auto;
}
.nav-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-bar ul a, .nav-bar ul i {
  display: inline-block;
  transition: color 0.3s, border 0.3s;
}
.nav-bar ul i {
  color: #adb5bd;
  font-size: 1.5rem;
}
.nav-bar ul a {
  text-decoration: none;
  color: #6c757d;
  border-left: 2px solid #fff;
  padding-left: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-bar ul a:hover {
  color: #212529;
  border-left: 2px solid #dee2e6;
}
.nav-bar ul a.active-link {
  color: #212529;
  border-left: 2px solid #0aa2c0;
}
.nav-bar ul a.active-link i {
  color: #0aa2c0;
}
.nav-bar ul li > ul {
  margin-left: 15px;
}
.nav-bar ul li > ul a {
  border: none;
  font-size: 0.8rem;
}
.nav-bar ul li > ul a::after {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  margin-right: 10px;
}
.nav-bar ul li > ul a:hover {
  border: none;
}
.nav-bar ul li > ul a.active-link {
  border: none;
}
.nav-bar ul li > ul a.active-link::after {
  background-color: #0aa2c0;
}

.admin-content {
  background-color: #f8f9fa;
  flex: 1 1;
}

.admin-content .photos__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.admin-content .photo__item {
  overflow: hidden;
  position: relative;
  border-radius: 0.5rem;
}

.admin-content .photo__item img {
  height: 150px;
  width: auto;
}

.admin-content .photo__delete {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 1.75rem;
  width: 1.75rem;
  font-size: 1.5rem;
  color: #F95738;
  text-decoration: none;
  background-color: rgba(255,255,255,0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.admin-content .photo__item:hover .photo__delete {
  opacity: 1;
  visibility: visible;
}

.admin-content .btn-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.admin-header p {
  color: #6c757d;
}
.admin-header .admin-logout a {
  font-size: 0.8rem;
  text-decoration: none;
  color: #6c757d;
  transition: color 0.3s;
}
.admin-header .admin-logout a i {
  font-size: 1.6rem;
  color: #6c757d;
  transition: color 0.3s;
}
.admin-header .admin-logout a:hover {
  color: #212529;
}
.admin-header .admin-logout a:hover i {
  color: #0aa2c0;
}

.main-admin-content {
  background-color: #fff;
}
.main-admin-content .main-admin-header-row {
  border-bottom: 1px solid #dee2e6;
  padding: 10px 0;
  margin-bottom: 10px;
}
.main-admin-content .main-admin-header-row:first-child {
  padding-top: 0;
}
.main-admin-content h5 {
  font-weight: normal;
  display: block;
  margin: 0;
}
.main-admin-content .form-desc {
  margin: 5px 0 0 0;
  color: #6c757d;
  line-height: 1.2em;
}

#images {
  position: fixed;
  top: -1000px;
  left: -1000px;
  opacity: 0;
}

.images_list {
  display: flex;
  flex-wrap: wrap;
}
.images_list img {
  height: 120px;
  width: auto;
}
.images_list .item-image {
  position: relative;
  border: 1px solid #949494;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
}
.images_list .item-image:hover a.remove-item {
  transform: translateY(0);
}
.images_list .selected_item {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.images_list a.remove-item {
  position: absolute;
  color: #F95738;
  font-size: 2rem;
  top: 0;
  right: 5px;
  transform: translateY(-40px);
  transition: all 0.3s;
}

.admin_previews {
  height: 70px;
  width: auto;
}

.modal__no-scroll {
  overflow: hidden;
}

a.button {
  display: inline-block;
  padding: 0.7rem 2rem;
  text-decoration: none;
  transition: all 0.3s;
}

a.button-empty {
  color: #fff;
  border: 1px solid #fff;
}
a.button-empty:hover {
  border-color: #F4D35E;
}

a.button-blue {
  color: #fff;
  border: 1px solid #0077b3;
  background-color: #0077b3;
}
a.button-blue:hover {
  border-color: #0077b3;
  background-color: rgba(0, 119, 179, 0.8);
}

a.button-yellow {
  color: #000;
  border: 1px solid #F4D35E;
  background-color: #F4D35E;
}
a.button-yellow:hover {
  border-color: #a48224;
}

a.button-inactive {
  pointer-events: none;
  filter: grayscale(1);
}

.form_alert {
  text-align: center;
  font-size: 1.2rem;
}

.alert_done span {
  color: #0077b3;
  font-weight: 600;
}

.alert_error span {
  color: #F95738;
  font-weight: 600;
}

.site_app {
  font-family: "Open Sans", sans-serif;
}
.site_app h1, .site_app h2, .site_app h3, .site_app h4, .site_app h5, .site_app h6 {
  font-weight: 700;
}
.site_app ul {
  padding: 0;
  margin: 0;
}
.site_app input[type="text"] {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  padding: 10px 15px;
  margin: 0.5rem 0;
  width: 100%;
  border: 1px solid #949494;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.3s;
}
.site_app input[type="text"]:active, .site_app input[type="text"]:focus {
  outline: none;
  border-color: #a48224;
  box-shadow: 0 0 0 3px #F4D35E;
}
.site_app .owl-dots {
  text-align: center;
  margin-top: 1rem;
}
.site_app .owl-dots .active {
  background-color: #F95738 !important;
}
.site_app .owl-dot {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #949494 !important;
  margin: 0 3px;
}

.front_index_wrapper {
  background-image: url("/images/bg_index.jpg");
  background-size: cover;
  background-position: center;
}
.front_index_wrapper .container {
  min-height: 85vh;
  position: relative;
}
.front__quiz {
  max-width: 650px;
  font-size: 1.5rem;
}

.header_index {
  flex: none;
  height: 100px;
}
.header_index .logo_header_index img {
  height: 45px;
  width: auto;
}
.header_index .logo_header_index p {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.header_index .logo_header_index span {
  font-weight: 500;
}
.header_index ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.menu_header_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header_index .menu_header_index {
  text-transform: uppercase;
  font-size: 0.9rem;
}
.header_index .menu_header_index a {
  text-decoration: none;
  color: #fff;
  padding: 0 10px;
  font-weight: 600;
}
.header_index .menu_header_index a:hover {
  opacity: 1;
  color: #F4D35E;
}
.header_index .mobile-menu-button {
  display: none;
}
.header_index .mobile-menu-button a {
  font-size: 3rem;
  line-height: 3rem;
  color: #F4D35E;
}
.header_index .phone_header_index {
  margin-left: 15px;
  font-size: 1.1rem;
}
.header_index .phone_header_index a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.header_index_rating_two {
  display: none;
}

.desc_index {
  flex: 1 1;
  padding-left: 10rem;
}
.desc_index h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 3rem;
}
.desc_index h1 span {
  display: block;
  color: #F4D35E;
}
.desc_index p {
  color: #ffffff;
  margin-bottom: 0.5rem;
}

a.scroll-arrow {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 180px;
  transform: rotate(-90deg);
}
a.scroll-arrow i {
  font-size: 1.2rem;
  margin-right: 1rem;
  -webkit-animation: arrow-blick 1.5s infinite;
          animation: arrow-blick 1.5s infinite;
}

@-webkit-keyframes arrow-blick {
  0% {
    transform: translateX(10px);
  }
  25% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-10);
  }
  100% {
    transform: translateX(10px);
  }
}

@keyframes arrow-blick {
  0% {
    transform: translateX(10px);
  }
  25% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-10);
  }
  100% {
    transform: translateX(10px);
  }
}
.social-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.social-button a {
  color: #ffffff;
  opacity: 1;
  font-size: 2.5rem;
  transition: color 0.2s;
}
.social-button a:hover {
  color: #F4D35E;
}

.mobile_menu_wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s 0.3s;
}
.mobile_menu_wrapper ul {
  list-style: none;
  text-transform: uppercase;
}
.mobile_menu_wrapper .header_mobile_menu li {
  margin: 25px 0 15px;
  color: #949494;
}
.mobile_menu_wrapper .header_mobile_menu:first-child li {
  margin-top: 0;
}
.mobile_menu_wrapper a {
  display: block;
  text-decoration: none;
  color: black;
  padding-bottom: 10px;
}
.mobile_menu_wrapper .mobile_social a {
  font-size: 2.5rem;
  display: block;
  padding: 0 6px;
}
.mobile_menu_wrapper .button_close_menu {
  font-size: 2rem;
  line-height: 2rem;
  color: #252525;
}
.mobile_menu_wrapper .mobile_menu_header {
  padding: 1rem 1rem 0;
  display: flex;
  justify-content: flex-end;
}
.mobile_menu_wrapper .mobile_menu_body {
  padding: 1rem;
}

.mobile_menu {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 350px;
  transform: translateX(-350px);
  background-color: #fff;
  overflow-y: auto;
  transition: transform 0.3s;
}

.mobile_menu_close_area {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.mobile_menu_open {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.mobile_menu_open .mobile_menu {
  transform: translateX(0);
  transition: transform 0.3s 0.3s;
}

.christmas_batter_wrapper {
  margin: 10rem 0 2rem;
}

.christmas_batter_wrapper img {
  width: 100%;
}

.action_index_wrapper {
  margin: 7rem 0 3rem;
}
.action_index_wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.action_item_description {
  width: 50%;
  height: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
}
.action_item_description .action_item_text {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 400;
}
.action_item_description .action_item_text span {
  font-weight: 700;
}
.action_item_description .action_item_button {
  flex: none;
}

.action_label {
  text-transform: uppercase;
  display: inline-block;
  background-color: #F95738;
  padding: 5px 25px;
  position: absolute;
  right: -35px;
  top: 40%;
  transform: rotate(-90deg);
}

.action_item {
  background-size: cover;
  background-position: center center;
  height: 300px;
  position: relative;
}

.action_item_blue {
  color: #ffffff;
}

.action_item_1 {
  background-image: url("/images/action/action_1.jpg");
}

.action_item_2 {
  background-image: url("/images/action/action_2.jpg");
}

.action_item_3 {
  background-image: url("/images/action/action_3.jpg");
}

.action_item_4 {
  background-image: url("/images/action/action_4.jpg");
}

.action_item_5 {
  background-image: url("/images/action/action_5.jpg");
}

.guarantee_index_wrapper {
  margin: 3rem 0;
}

.guarantee_index_previews {
  text-transform: uppercase;
  font-size: 1.4rem;
}

.guarantee_index_item {
  display: flex;
  align-items: center;
}
.guarantee_index_item .guarantee_index_number {
  font-size: 4rem;
  line-height: 4rem;
  padding: 0 1.5rem;
  border-left: 4px solid #0077b3;
}
.guarantee_index_item .guarantee_index_desc span {
  display: block;
}

.example_index_wrapper {
  margin: 5rem 0;
}

.example_nav .example_nav_separator {
  width: 60px;
  height: 4px;
  background-color: #0077b3;
}
.example_nav .example_nav_header {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
}
.example_nav .example_nav_list ul {
  list-style: none;
}
.example_nav .example_nav_list a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8rem;
  text-decoration: none;
  color: #000;
  padding: 0.7rem 0;
}
.example_nav .example_nav_list a:hover {
  color: #F95738;
}
.example_nav .example_nav_list a.active {
  color: #949494;
  pointer-events: none;
}

.example_search {
  overflow: hidden;
  position: relative;
}
.example_search input {
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0;
  padding-right: 35px;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.example_search input:focus {
  box-shadow: none;
  border-bottom: 1px solid #0077b3;
}

.example_search_focus input {
  border-bottom: 1px solid #0077b3;
}
.example_search_focus .search_icon {
  transform: translateY(-50px);
  opacity: 0;
}
.example_search_focus .arrow_icon {
  transform: translateY(0);
  opacity: 1;
}

.example_search_icon {
  position: absolute;
  right: 10px;
  top: 18px;
  font-size: 1.2rem;
  color: #0077b3;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s;
}

.arrow_icon {
  opacity: 0;
  transform: translateY(50px);
}

.example__item > a {
  display: block;
  height: 320px;
  background-position: center center;
  background-size: cover;
}

.example__title {
  text-transform: uppercase;
  font-size: 1.1rem;
  margin: 1rem 0 0.5rem;
  font-weight: bold;
}

.example__price {
  display: flex;
  font-size: 1.1rem;
}

.example__price_new {
  margin: 0 0.25rem;
}

.example__price_old {
  text-decoration: line-through;
  color: #949494;
}

.example__button {
  margin: 1rem 0 2rem;
}
.example__button .button {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}

.example_list .col-md-4 {
  position: relative;
}
.example_list .spinner-border {
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  z-index: -5;
}

.example-pagination {
  display: flex;
}

.example-pagination-desc {
  font-weight: 600;
}

.example-pagination-nav {
  margin-left: 4rem;
}

.materials_index_wrapper {
  margin: 4rem 0 0;
  background-color: #ebebeb;
}
.materials_index_wrapper .container {
  padding-bottom: 10rem;
}
.materials_index_wrapper p {
  width: 70%;
}

.materials_index_separator {
  height: 4px;
  width: 60px;
  background-color: #0077b3;
}

#material-carousel, #furnitura-carousel {
  list-style: none;
}

.block_materials {
  padding: 0 2rem;
}

.material_item_image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}
.material_item_image img {
  width: 80% !important;
  height: auto;
}

.material_item_header {
  font-weight: 700;
  font-size: 1.2rem;
}

.material_item_separator {
  margin: 1rem 0;
  height: 1px;
  width: 60%;
  background-color: #0077b3;
}

.material_item_description {
  color: #616161;
  font-size: 0.9rem;
}

.materials_index_head {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
}

.material_items_header {
  margin-top: 2rem;
  text-transform: uppercase;
  font-weight: 600;
}
.material_items_header span {
  color: #0077b3;
}

.reviews_index_wrapper {
  margin: 0 0 4rem;
  background-image: url("/images/bg_reviews.jpg");
  background-size: cover;
  background-position: center;
}

.reviews_index_separator {
  height: 4px;
  width: 60px;
  background-color: #F4D35E;
}

.reviews_index_head {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}

.reviews_index_item {
  border: 1px solid #F4D35E;
  padding: 25px;
  color: #fff;
}

.reviews_index_item .reviews_index_item_image {
  display: none;
  margin-bottom: 1rem;
  position: relative;
}

.reviews_index_item .reviews_index_item_image:first-child {
  display: block;
}

.reviews_index_item .reviews_index_item_clicker {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  color: #F95738 !important;
}

.reviews_index_item .reviews_index_item_header {
  font-size: 1.1rem;
  font-weight: 600;
}
.reviews_index_item .reviews_index_item_header span {
  display: block;
}
.reviews_index_item .reviews_index_item_desc {
  margin: 15px 0 0;
  font-weight: 300;
}
.reviews_index_item .reviews_index_item_footer {
  margin-top: 15px;
  color: #F4D35E;
}

.reviews_index_nav {
  display: flex;
  justify-content: flex-end;
}
.reviews_index_nav ul {
  list-style: none;
  display: flex;
}
.reviews_index_nav ul a {
  font-size: 2rem;
  display: inline-block;
  padding: 0.5rem;
  color: #ffffff;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.reviews_index_nav ul a:hover {
  opacity: 1;
}

.job_scheme_index_wrapper {
  margin: 4rem 0;
}

.job_scheme_item {
  margin-bottom: 24px;
  padding-left: 4rem;
  position: relative;
}

.job_scheme_separator {
  height: 4px;
  width: 60px;
  background-color: #0077b3;
}

.job_scheme_header {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
}

.job_scheme_item_head {
  font-weight: 600;
  margin-bottom: 25px;
}

.job_scheme_item_desc {
  opacity: 0.8;
}

.job_scheme_item_step {
  position: absolute;
  left: 10px;
  top: -20px;
  font-size: 7rem;
  opacity: 0.2;
  line-height: 7rem;
  font-weight: 700;
  z-index: -5;
}

.job_image {
  background-image: url("/images/bg_scheme.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.job_image_desc {
  width: 30%;
  flex: none;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.job_image_desc .job_image_desc_number {
  font-size: 7rem;
  line-height: 7rem;
  margin-right: 1.5rem;
  font-weight: 600;
}

.about_index_wrapper {
  margin: 4rem 0 0;
  background-color: #ebebeb;
}
.about_index_wrapper .container {
  padding-bottom: 10rem;
}

.about_index_separator {
  height: 4px;
  width: 60px;
  background-color: #0077b3;
}

.about_index_head {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
}

.about_index_item img {
  width: 30%;
  height: auto;
  opacity: 0.6;
}
.about_index_item .about_index_item_head {
  font-weight: 600;
  font-size: 1.2rem;
}

.callme_index_wrapper {
  position: relative;
}
.callme_index_wrapper .container {
  position: relative;
}
.callme_index_wrapper .callme_index_container {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  z-index: 20;
  background-color: #ffffff;
}
.callme_index_wrapper a.button-yellow {
  width: 100%;
  text-align: center;
  margin: 0.5rem 0;
}

.callme_index_head {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}
.callme_index_head span {
  color: #0077b3;
  font-weight: bold;
}
.callme_index_head p {
  font-size: 1rem;
}

.callme_police p {
  margin: 0;
  font-size: 0.8rem;
  text-align: center;
  color: #616161;
}
.callme_police a {
  color: #0077b3;
  text-decoration: none;
}

.map_index_wrapper {
  height: 500px;
}

.footer_index_wrapper {
  padding: 3rem 0 2rem;
  background-color: #252525;
  color: #fff;
}
.footer_index_wrapper .registered_index {
  text-align: center;
  font-size: 0.9rem;
  opacity: 0.6;
}

.contact_index_list ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_index_list a {
  margin: 15px;
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 1.21em;
}
.contact_index_list a i {
  margin-right: 5px;
  color: #F4D35E;
  transition: all 0.2s;
}
.contact_index_list a:hover i {
  transform: scale(1.3);
}

.policy .ol {
  padding-left: 40px;
  margin-bottom: 15px;
}
.policy h5 {
  margin-bottom: 25px;
  font-weight: 500;
}
.policy .descr {
  margin-bottom: 25px;
}

.video_index_wrapper {
  background-color: #ebebeb;
  margin-bottom: 3rem;
}
.video_index_wrapper .banner_header {
  max-width: 400px;
}

.video_index_container {
  position: relative;
  height: 0;
  padding-top: 54.5%;
  width: 100%;
}
.video_index_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

.video_index_position {
  width: 80%;
}

.project_index_wrapper {
  text-align: center;
}
.project_index_wrapper img {
  width: 80%;
}

.banner {
  padding: 1.5rem;
  text-align: left;
}

.banner_header {
  text-transform: uppercase;
  font-size: 1.4rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #0077b3;
}

.modal-main {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.modal-main__show {
  opacity: 1;
  visibility: visible;
}

.modal-main__header {
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  text-align: center;
}
.modal-main__header span {
  color: #F4D35E;
  font-weight: bold;
}

.modal-main__content {
  padding: 2rem;
  background-color: white;
  width: 400px;
}
.modal-main__content p {
  text-align: center;
}
.modal-main__content .button {
  width: 100%;
  text-align: center;
}

.modal-main__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2.2rem;
  color: white;
  transition: all 0.3s;
}
.modal-main__close:hover {
  color: white;
  transform: rotate(90deg);
}

.worker {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.worker img {
  width: 30%;
}

.worker__image_mobile {
  display: none;
}

.worker__description {
  font-size: 1.6rem;
  padding: 2rem;
  line-height: 2.4rem;
}
.worker__description span:first-child {
  color: #252525;
  font-size: 1.8rem;
  font-weight: bold;
}
.worker__description span:nth-child(2) {
  color: #0077b3;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: bold;
}
.worker__description .button {
  font-size: 1rem;
  line-height: normal;
}

.worker_left {
  background-color: #F4D35E;
  color: #616161;
}

.worker_right {
  background-color: #0077b3;
}
.worker_right .worker__description {
  color: rgba(255, 255, 255, 0.7);
}
.worker_right span:first-child {
  color: white;
}
.worker_right span:nth-child(2) {
  color: #F4D35E;
}

@media screen and (max-width: 1400px) {
  .callme_index_wrapper .callme_index_container {
    top: -30px;
  }

  .christmas_batter_wrapper {
    margin-top: 16rem;
  }
}

@media screen and (max-width: 1200px) {
  .header_index nav {
    flex-direction: column;
    align-items: flex-end !important;
  }

  #site_app .phone_header_index {
    margin-left: 0;
    margin-top: 15px;
  }
  #site_app .menu_header_index {
    margin-top: 50px;
  }

  .desc_index {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }

  .guarantee_index_previews {
    margin-bottom: 2rem;
  }

  .guarantee_index_item {
    justify-content: center;
  }

  .first_guarantee_index_item {
    justify-content: flex-start;
  }

  .last_guarantee_index_item {
    justify-content: flex-end;
  }

  a.example_item {
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 90px;
    overflow: visible;
  }
  a.example_item .example-item-info {
    transform: translateY(75px);
  }

  .job_image {
    height: 500px;
  }

  .about_index_item {
    display: flex;
    margin-bottom: 3rem;
  }
  .about_index_item img {
    width: 130px;
    margin-right: 2rem;
  }

  .contact_index_list ul {
    flex-wrap: wrap;
  }
  .contact_index_list ul li {
    width: 50%;
  }
  .contact_index_list ul a {
    justify-content: center;
  }

  .workers .col-lg-6 {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 576px) {
  .front_index_wrapper .container {
    min-height: 100vh;
  }

  .header_index_rating_one {
    display: none;
  }

  .header_index_rating_two {
    display: block;
    position: absolute;
    left: 2rem;
    bottom: 1rem;
  }

  .front__quiz {
    font-size: 1rem;
  }
  .header_index {
    flex-direction: column;
  }
  .header_index nav {
    flex-direction: column;
  }
  .header_index .menu_header_index {
    display: none;
  }
  .header_index .mobile-menu-button {
    display: block;
  }
  .header_index .logo_header_index {
    justify-content: space-between;
    width: 100%;
  }

  .desc_index {
    box-sizing: border-box;
    width: auto;
    padding: 0 1rem;
  }

  .desc_index h1 {
    font-size: 2rem;
  }

  .desc_index h1 span{
    display: inline-block;
  }

  .social-button {
    display: none !important;
  }

  a.scroll-arrow {
    left: inherit;
    right: -10px;
    bottom: 80px;
  }

  .christmas_batter_wrapper {
    margin-top: 2rem;
  }

  .action_index_wrapper {
    margin: 0 0 3rem;
  }

  .action_item {
    height: 450px;
    display: flex;
    align-items: flex-end;
  }

  .action_item_description {
    width: 100%;
    height: 52%;
    margin-bottom: 1rem;
  }
  .action_item_description .action_item_text {
    font-size: 1.9rem;
    line-height: 2.2rem;
    justify-content: flex-start;
  }

  .action_item_1 {
    background-image: url("/images/action/action_mobile_1.jpg");
  }

  .action_item_2 {
    background-image: url("/images/action/action_mobile_2.jpg");
  }

  .action_item_3 {
    background-image: url("/images/action/action_mobile_3.jpg");
  }

  .action_item_4 {
    background-image: url("/images/action/action_mobile_4.jpg");
  }

  .action_item_5 {
    background-image: url("/images/action/action_mobile_5.jpg");
  }

  .guarantee_index_item {
    margin-bottom: 1rem;
    justify-content: start !important;
  }
  .guarantee_index_item .guarantee_index_number {
    flex: 1 1;
    width: 40%;
    text-align: right;
    border-right: 4px solid #0077b3;
    border-left: none;
    padding-right: 1rem;
  }
  .guarantee_index_item .guarantee_index_desc {
    flex: none;
    width: 50%;
    padding-left: 1rem;
  }

  #site_app .example_nav_list {
    overflow-x: hidden;
  }
  #site_app .example_nav_list ul {
    display: flex;
    margin-bottom: 1rem;
    overflow-x: auto;
  }
  #site_app .example_nav_list a {
    font-size: 1rem;
    margin-right: 1.8rem;
  }

  .example-pagination {
    flex-direction: column;
  }

  .example-pagination-nav {
    margin-left: 0;
    margin-top: 25px;
  }

  .materials_index_wrapper p {
    width: auto;
  }
  .materials_index_wrapper .owl-dot {
    height: 10px;
    width: 10px;
  }

  .job_scheme_item {
    padding-left: 6rem;
  }

  .job_scheme_item_head {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }

  .job_scheme_item_step {
    font-size: 6rem;
  }

  .job_image {
    height: 350px;
    justify-content: flex-start !important;
  }

  .job_image_desc {
    width: 50%;
  }

  .about_index_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
  }
  .about_index_item img {
    width: 100px;
    margin-right: 2rem;
  }

  .about_index_wrapper .container {
    padding-bottom: 3rem;
  }

  .about_index_item {
    margin: 1rem 0;
    text-align: center;
  }

  .callme_index_wrapper .callme_index_container {
    position: relative;
    top: 0;
    margin: 0 -0.75rem;
  }

  .contact_index_list ul {
    flex-direction: column;
  }
  .contact_index_list ul li {
    width: 100%;
  }

  .worker {
    flex-direction: column;
  }
  .worker img {
    width: 60%;
  }

  .worker_right {
    flex-direction: column-reverse;
  }

  .worker__image_mobile {
    display: inline-block;
  }

  .worker__image_desktop {
    display: none;
  }

  .video_index_position {
    padding-top: 2rem;
    width: 100%;
    text-align: center;
  }
}

.quiz__bg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.quiz__content {
  width: 80%;
  margin: 0 auto;
  padding: 2rem;
  background-color: white;
}

.quiz__header {
  text-align: center;
}

.quiz__info {
  text-transform: uppercase;
  color: #949494;
}

.quiz__counter {
  font-weight: 700;
  margin: 0.5rem 0 1rem;
}

.quiz__steps {
  display: flex;
  gap: 10px;
}

.quiz__step {
  width: 100%;
  height: 4px;
  background-color: #d2d2d2;
}

.quiz__step_active {
  background-color: #F4D35E;
}

.quiz__title {
  margin: 2rem 0 1rem;
  font-size: 2rem;
  font-weight: bold;
}

.quiz__title span {
  font-style: italic;
  color: #0077b3;
}

.quiz__checkboxes_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

.quiz__check input[type="radio"] {
  position: fixed;
  top: -1000px;
  opacity: 0;
  visibility: hidden;
}

.quiz__check label {
  cursor: pointer;
}

.quiz__check span {
  margin-top: 8px;
  display: flex;
  position: relative;
  line-height: 1.25rem;
}

.quiz__check span:before {
  content: '';
  flex: none;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  margin-bottom: -4px;
  border: 1px solid #949494;
  border-radius: 50%;
}

.quiz__check span:after {
  content: '';
  flex: none;
  position: absolute;
  left: 3px;
  top: 3px;
  display: inline-block;
  height: 14px;
  width: 14px;
  background-color: #0077b3;
  border-radius: 50%;
  opacity: 0;
}

.quiz__check input[type="radio"]:checked~label span:before {
  border: 1px solid #0077b3;
}

.quiz__check input[type="radio"]:checked~label span:after {
  opacity: 1;
}

.quiz__check-image img{
  width: 100%;
}

.quiz__nav {
  margin-top: 4rem;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.quiz__nav_hide {
  display: none;
}

.quiz__questions {
  position: relative;
}

.quiz__question {
  display: inline-block;
  width: 98%;
  margin: 0 1%;
}

.quiz__sub-title {
  color: #616161;
  margin-bottom: 1rem;
}

.quiz__questions .owl-item {
  max-height: 0;
  transition: all 0.5s;
}

.quiz__questions .owl-item.active {
  max-height: 650px;
}

.quiz__result {
  text-align: center;
}

@media screen and (max-width: 576px) {
  .quiz__content {
    padding: 1rem;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .quiz__nav_hide {
    display: block;
    opacity: 0;
    visibility: hidden;
  }

  #quiz {
    align-items: flex-start;
    overflow: auto;
  }

  #quiz .container {
    margin: 0;
    padding: 0;
  }

  .quiz__title {
    font-size: 1.5rem;
    line-height: 125%;
  }

  .quiz__checkboxes_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}