@import "bootstrap/bootstrap.min.css";
@import "mdb.min.css";

:root {
  --spez-color-black: #2E3841;
  --spez-color-white: white;
  --spez-color-grey-dark: #9f9f9f;
  --spez-color-grey: #eceff1;
  --spez-color-grey-4: #cfd8dc;
  --spez-color-grey-light: #f8f8f8;
  --spez-color-dark: #1C2B36;
  --spez-color-blue-dark: #005883;
  --spez-color-blue-light: #33b5e5;
  --spez-color-orange: #ffa000;
  --spez-color-blue: #0085b3;
  --spez-color-blue-light-700: #75e7ff;
  --srez-color-facebook: #283B76;
  --srez-color-viber: #451D65;
}

.bg-dark {
  background-color: var(--spez-color-dark) !important;
}

.bg-blue {
  background-color: var(--spez-color-blue) !important;
}

.bg-blue-dark {
  background-color: var(--spez-color-blue-dark) !important;
}

.bg-info {
  background-color: var(--spez-color-blue-light) !important;
}

.bg-white {
  background-color: var(--spez-color-white) !important;
}

.bg-grey {
  background-color: var(--spez-color-grey) !important;
}

.bg-grey-light {
  background-color: var(--spez-color-grey-light) !important;
}

.text-muted {
  color: var(--spez-color-grey-dark) !important;
}

.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:focus {
  box-shadow: none;
}

.form-select:focus {
  border-bottom: 1px solid var(--spez-color-blue);
  -webkit-box-shadow: 0 1px 0 0 var(--spez-color-blue);
  box-shadow: 0 1px 0 0 var(--spez-color-blue);
}

body {
  background-color: var(--spez-color-white);
  color: var(--spez-color-black);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

b,
strong {
  font-weight: 700;
}

blockquote {
  display: flex;
  border-left-color: var(--spez-color-blue-dark);
  background-color: var(--spez-color-grey);
  padding: 1rem;
}

blockquote p {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

blockquote p a {
  color: var(--spez-color-black);
  display: inline-block;
  text-decoration: underline dashed var(--spez-color-grey-4);
  transition: all .125s;
}

blockquote p a:hover {
  color: var(--spez-color-blue);
}

.btn-amber {
  background-color: var(--spez-color-orange);
  color: var(--spez-color-black) !important;
}

.btn-primary {
  background-color: var(--spez-color-blue);
  -webkit-text-shadow: -1px -1px 0 rgba(0, 0, 0, .1);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, .1);
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: var(--spez-color-blue-dark) !important;
}

.btn {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: .6px;
}

.btn-rounded {
  border-radius: 10rem;
}

.badge {
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1,
h2,
.h1,
.h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.title_text {
  font-family: "Oswald", sans-serif;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.text-blue-light {
  color: var(--spez-color-blue-light);
}

.text-orange {
  color: var(--spez-color-orange);
}

.expand,
.turn {
  cursor: pointer;
  color: var(--spez-color-blue);
  -webkit-transition: all .125s ease-in-out;
  transition: all .125s ease-in-out;
  text-decoration: underline dashed var(--spez-color-grey-4);
}

.turn {
  text-align: center;
}

.turn:hover,
.expand:hover {
  color: var(--spez-color-black);
}

/* header */

@-moz-keyframes wrapper {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes wrapper {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes wrapper {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes wrapper {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* header_top */

.header_top {
  -webkit-animation: wrapper 1.6s forwards;
  animation: wrapper 1.6s forwards;
  opacity: 0;
  background-color: var(--spez-color-dark);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  align-items: center;
  min-height: 40px;
}

.header_top .button_top {
  color: var(--spez-color-white);
  position: relative;
}

.header_top .top_time {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-left: 20px;
  height: 100%;
  padding-left: 0;
}

.header_top .top_time>p {
  margin-bottom: 0;
}

.header_top .top_time>p .def {
  padding: 0 5px;
  opacity: .375;
}

.header_top .top_time>p>i {
  color: var(--spez-color-blue-light);
}

.header_top .top_button a {
  color: var(--spez-color-white);
  padding: 0 .65rem;
  position: relative;
  -webkit-transition: all 0.125s ease-out;
  transition: all 0.125s ease-out;
}

.header_top .top_button a::before {
  background-color: var(--spez-color-orange);
  bottom: -10px;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  left: 50%;
  position: absolute;
  -webkit-transition: width .125s ease-in-out;
  transition: width .125s ease-in-out;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header_top .top_button a i {
  color: var(--spez-color-orange);
  -webkit-transition: all 0.175s ease-out;
  transition: all 0.175s ease-out;
}

.header_top .top_button a svg {
	margin-top: -2px;
  margin-right: .1rem;
	height: 19px;
  width: auto;
}

.header_top .top_button a .cls-1 {
	fill: none;
	stroke: var(--spez-color-orange);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 5px;
}

.header_top .top_button a:hover::before {
  width: 100%;
}

.header_top .top_button a:hover {
  color: var(--spez-color-orange);
}

.header_top .top_button a:hover i {
  color: var(--spez-color-orange);
}

/* translit */

.translit_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  left: 5px;
  height: 40px;
  padding-left: 0;
  position: absolute;
}

.translit {
  height: 100%;
}

.translit a {
  color: var(--spez-color-grey);
  font-size: 13px;
  padding: 0 .5rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.125s ease-out;
  transition: all 0.125s ease-out;
}

.translit a>img {
  right: -3px;
  top: -1px;
  position: relative;
  height: auto;
  width: 14px;
}

.translit a.active,
.translit a:hover {
  color: var(--spez-color-orange);
}

.translit span {
  color: rgba(255, 255, 255, .275);
  margin: 0 2px;
}

.translit_mob {
  display: none;
  margin-left: 0;
  margin-right: 15px;
}

/* header */

header {
  -webkit-animation: wrapper 1.8s forwards;
  animation: wrapper 1.8s forwards;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
  background-color: var(--spez-color-dark);
  height: 72px;
  position: relative;
  width: 100%;
  z-index: 11;
}

header .wrap_logo {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: auto;
}

header .wrap_logo .wrap_img {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

header .wrap_logo .wrap_img img {
  margin-right: 10px;
  width: 41px;
}

header .wrap_logo .wrap_img span {
  color: var(--spez-color-white);
  font-family: "Oswald", sans-serif;
  font-size: 41px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .3px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

header .wrap_logo p {
  color: var(--spez-color-white);
  font-size: .83rem;
  margin-bottom: 0;
  white-space: nowrap;
}

header .top-button_wrap {
  justify-content: flex-end;
}

header .top-button_mob {
  display: none;
  margin: 0 15px 0 30px;
}

header .top-button_mob .menu_link,
header .top-button .menu_link {
  color: var(--spez-color-white);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 0 12px;
  padding: 0 1.2rem;
  position: relative;
  -webkit-transition: all 0.125s linear;
  transition: all 0.125s linear;
}

header .top-button .dropdown-toggle::after {
  content: none;
}

header .top-button .dropdown-toggle.show::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  color: var(--spez-color-orange);
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
  position: absolute;
  right: calc(50% - .3em);
  top: auto;
  bottom: -5px;
}

header .top-button_mob .menu_link::before,
header .top-button .menu_link::before {
  background-color: var(--spez-color-orange);
  bottom: -8px;
  display: block;
  content: "";
  height: 3px;
  width: 0%;
  left: 50%;
  position: absolute;
  -webkit-transition: width .125s ease-in-out;
  transition: width .125s ease-in-out;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1001;
}

header .top-button_mob .menu_link.show::before,
header .top-button_mob .menu_link:hover::before,
header .top-button .menu_link.show::before,
header .top-button .menu_link:hover::before {
  width: 100%;
}

header .top-button_mob .menu_link .menu_link__icon,
header .top-button .menu_link .menu_link__icon {
  color: var(--spez-color-white);
  font-size: 1.6rem;
  -webkit-transition: all 0.125s ease-out;
  transition: all 0.125s ease-out;
}

header .top-button .menu_link .menu_link__icon svg {
	margin-top: -4px;
	height: 30px;
  width: auto;
}

header .top-button .menu_link .menu_link__icon .cls-1 {
	fill: none;
	stroke: var(--spez-color-white);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 5px;
}

header .top-button .menu_link .menu_link__icon .cls-2 {
	fill: var(--spez-color-white);
}

header .top-button_mob .menu_link.show .menu_link__icon,
header .top-button_mob .menu .menu_link__icon,
header .top-button .menu_link.show .menu_link__icon,
header .top-button .menu .menu_link__icon {
  color: var(--spez-color-orange);
}

header .top-button_mob .menu_link .menu_link__icon,
header .top-button .menu.collapsed .menu_link__icon {
  color: var(--spez-color-white);
}

header .top-button_mob .menu_link .menu_link__text,
header .top-button .menu_link .menu_link__text {
  color: var(--spez-color-white);
  font-size: 13px;
  -webkit-transition: all 0.125s ease-out;
  transition: all 0.125s ease-out;
}

header .top-button_mob .menu_link:hover .menu_link__icon,
header .top-button .menu_link:hover .menu_link__icon {
  color: var(--spez-color-orange);
}

header .top-button_mob .menu_link:hover .menu_link__text,
header .top-button .menu_link:hover .menu_link__text {
  opacity: .75;
}

header .top-button .menu_link:hover .menu_link__icon .cls-1 {
	stroke: var(--spez-color-orange);
}

header .top-button .menu_link:hover .menu_link__icon .cls-2 {
	fill: var(--spez-color-orange);
}

header .top-button_mob .menu_link .menu_link__icon.bars .fa-times {
  color: var(--spez-color-orange);
}

header .top-button .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-width: 240px;
  left: -70px !important;
  top: 5px !important;
}

header .top-button .dropdown-menu .dropdown-item.active,
header .top-button .dropdown-menu .dropdown-item:active {
  color: var(--spez-color-black);
  background-color: var(--spez-color-light);
}


header .top-button .dropdown-menu .li_category {
  border-top: 1px dashed var(--spez-color-grey-4);
  margin-top: .5rem;
}

header .top-button .dropdown-menu .li_category>h3 {
  margin-bottom: .5rem;
  margin-top: .5rem;
  padding: .25rem 1rem;
}

header .top-button .dropdown-menu .li_category>h3>a {
  color: var(--spez-color-black);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 700;
}

header .top-button .dropdown-menu .li_category>h3>a>span {
  font-size: 17px;
  font-weight: 700;
}

header .top-button .dropdown-menu .li_category>h3>a:hover {
  color: var(--spez-color-blue);
}

header .col_wrap_phon {
  justify-content: flex-end;
}

header .col_wrap_phon .btn {
  margin-right: 50px;
  white-space: nowrap;
}

header .wrap_phon {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  height: 72px;
  position: relative;
}

header .wrap_phon p {
  color: var(--spez-color-white);
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
  position: relative;
}

header .wrap_phon p span.muted {
  color: rgba(255, 255, 255, .475);
  margin-right: 5px;
}

header .wrap_phon p a {
  color: var(--spez-color-white);
}

header .wrap_phon .phone_menu {
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: var(--spez-color-white);
  text-align: center;
  padding: .5rem 1rem;
  margin: .125rem 0 0;
  position: absolute;
  transform: translate3d(0px, 52px, 0px);
  top: 0;
  left: 0px;
  will-change: transform;
  width: 100%;
  z-index: 10000;
}

header .wrap_phon .dropdown_menu {
  display: none;
}

header .wrap_phon .phone_menu ul {
  list-style: none;
  padding-left: 0;
}

header .wrap_phon .phone_menu ul li p {
  font-size: 19px;
  margin-bottom: 0;
}

header .wrap_phon .phone_menu li p>a {
  color: var(--spez-color-black);
}

header .wrap_phon .phone_menu li p>a .muted {
  color: rgba(0, 0, 0, .375);
}

header .wrap_phon .phone_menu ul li .email {
  display: inline-block;
  font-size: .8rem;
  margin-top: 10px;
  text-align: right;
}

header .wrap_phon .phone_menu ul li .email i {
  color: var(--spez-color-blue-light);
  margin-right: 10px;
  position: relative;
  top: 1px;
}

header .wrap_phon .phone_menu .button,
header .wrap_phon .phone_menu .time {
  display: none;
  text-align: left;
}

header .wrap_phon .phone_menu .time p {
  color: var(--spez-color-black);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

header .wrap_phon:hover .dropdown_menu {
  display: block;
}

header .wrap_phon .phone_menu .social__open_top {
  margin-bottom: 5px;
}

header .wrap_phon .phone_menu .social__open_top>a {
  font-size: 1.275rem;
  margin: 5px;
}

header .wrap_phon .phone_menu .social__open_top .envelope {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
  font-size: .9rem;
  margin-right: 0;
  height: 30px;
  padding: .3rem;
  width: 30px;
}

header .wrap_phon .phone_menu .social__open_top>a .viber {
  color: var(--srez-color-viber);
}

header .wrap_phon .phone_menu .social__open_top>a .facebook {
  color: var(--srez-color-facebook);
}

header .wrap_phon .phone_menu .social__open_top>a .telegram {
  color: var(--spez-color-blue-light);
}

/* navbar */

.navbar_wrap {
  position: relative;
  /* width: 325px; */
}

.navbar_wrap.offcanvas {
  transition: transform .125s ease-in-out;
}

.navbar_wrap .offcanvas-header {
  background-color: var(--spez-color-dark);
  display: none;
  visibility: hidden;
  opacity: 0;
  padding: 15px 15px;
}

.navbar {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.navbar.navbar-collapse {
  box-shadow: 3px 3px 8px rgba(0, 0, 0, .125);
}

.navbar.navbar-light .navbar-nav {
  background-color: var(--spez-color-dark);
  border-top: 1px solid rgba(255, 255, 255, .175);
}

.navbar.navbar-light .navbar-nav .nav-item {
  border-bottom: 1px dashed rgba(255, 255, 255, .175);
}

.navbar.navbar-light .navbar-nav .nav-item:last-child {
  border-bottom: none;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: var(--spez-color-white);
  font-size: 13px;
  font-weight: 700;
  padding: 9px 16px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link>span {
  color: rgba(255, 255, 255, .375);
  font-size: 19px;
  width: 25px;
  display: inline-block;
  margin-right: 5px;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link>span .cls-1 {
	fill: none;
	stroke: rgba(255, 255, 255, .375);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 5px;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link>span .cls-2 {
	fill: rgba(255, 255, 255, .375);
}

.navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
  background-color: transparent;
}

.navbar.navbar-light span.razdel {
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  margin: 0 20px;
}

.navbar.navbar-light .navbar-nav .nav-item.active,
.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  background-color: var(--spez-color-blue-light);
  color: var(--spez-color-white) !important;
}

.offcanvas .navbar.navbar-light .navbar-nav .nav-item.active {
  background-color: transparent;
}

.offcanvas .navbar.navbar-light .navbar-nav .dropdown:hover .dropdown-toggle,
.offcanvas .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  /* background-color: rgba(255, 255, 255, 0.125); */
  background-color: transparent;
}

.navbar.navbar-light .navbar-nav .active .nav-link span,
.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover span {
  color: var(--spez-color-orange);
}

.navbar.navbar-light .navbar-nav .active .nav-link span .cls-1,
.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover .cls-1 {
	stroke: var(--spez-color-orange);
}

.navbar.navbar-light .navbar-nav .active .nav-link span .cls-2,
.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover .cls-2 {
	fill: var(--spez-color-orange);
}

.offcanvas .navbar.navbar-light .navbar-nav .nav-item .nav-link.active span {
  color: var(--spez-color-orange);
}

.offcanvas .navbar.navbar-light .navbar-nav .active .nav-link span,
.offcanvas .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover span {
  color: rgba(255, 255, 255, .375);
}

.offcanvas .navbar.navbar-light .navbar-nav .active .nav-link span .cls-1,
.offcanvas .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover .cls-1 {
  stroke: rgba(255, 255, 255, .375);
}

.offcanvas .navbar.navbar-light .navbar-nav .active .nav-link span .cls-2,
.offcanvas .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover .cls-2 {
  fill: rgba(255, 255, 255, .375);
}

.navbar.navbar-light .navbar-nav .dropdown-toggle::after {
  content: none;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link-show {
  color: var(--spez-color-white);
  cursor: pointer;
  display: none;
  height: 100%;
  right: 0;
  text-align: center;
  top: 0px;
  padding-top: 9px;
  position: absolute;
  width: 45px;
  z-index: 9;
}

.navbar.navbar-light .navbar-nav .dropdown:hover .dropdown-toggle.nav-link-show {
  background-color: transparent;
}

.offcanvas .navbar.navbar-light .navbar-nav .nav-item .nav-link-show.show {
  background-color: var(--spez-color-white);
  color: var(--spez-color-black);
}

.navbar.navbar-light .navbar-nav .dropdown {
  position: inherit;
  width: 300px;
}

.navbar.navbar-light .navbar-nav .dropdown-menu {
  background-color: var(--spez-color-white);
  border-radius: 0;
  padding: .5rem 2rem .5rem 1.3rem;
  position: relative !important;
}

.navbar.navbar-light .navbar-nav .dropdown_menu {
  -webkit-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
  display: none;
  line-height: 1.4;
  padding: .5rem 0 .5rem 0;
  position: absolute;
  z-index: 9999;
}

.navbar.navbar-light .navbar-nav .dropdown_menu {
  background-color: var(--spez-color-white);
  overflow: hidden;
  bottom: 0;
  top: 0;
  left: 300px;
  width: calc(100% - 300px);
  padding: 1rem;
}

.navbar.navbar-light .navbar-nav .dropdown_menu.active {
  display: block;
}

.navbar.navbar-light .navbar-nav .dropdown-menu h3,
.navbar.navbar-light .navbar-nav .dropdown_menu h3 {
  color: var(--spez-color-black);
  font-size: 17px;
  font-weight: 700;
}

.navbar.navbar-light .navbar-nav .dropdown_menu h3 {
  margin-bottom: 20px;
}

.navbar.navbar-light .navbar-nav .dropdown-menu h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.navbar.navbar-light .navbar-nav .dropdown-menu h3 a,
.navbar.navbar-light .navbar-nav .dropdown_menu h3 a {
  color: var(--spez-color-black) !important;
  font-size: inherit;
  font-weight: inherit;
  padding: 0;
  transition: all .125s;
}

.navbar.navbar-light .navbar-nav .dropdown-menu h3 a:hover,
.navbar.navbar-light .navbar-nav .dropdown_menu h3 a:hover {
  color: var(--spez-color-blue) !important;
}

.navbar.navbar-light .navbar-nav .dropdown:hover .dropdown_menu {
  display: block;
}

.navbar.navbar-light .navbar-nav .dropdown-menu .dropdown-item {
  font-size: 14px;
  line-height: 1.175;
  position: relative;
  padding: .25rem .25rem 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-decoration: underline dashed var(--spez-color-grey-4);
}

.navbar.navbar-light .navbar-nav .dropdown_menu .dropdown-item {
  color: var(--spez-color-black);
  line-height: 1.175;
  position: relative;
  padding: .25rem .25rem 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-decoration: underline dashed var(--spez-color-grey-4);
  white-space: normal;
}

.navbar.navbar-light .navbar-nav .dropdown-menu .dropdown-item::before {
  background-color: var(--spez-color-orange);
  /* content: ""; */
  position: absolute;
  left: 0;
  top: 45%;
  height: 2px;
  width: 12px;
}

.navbar.navbar-light .navbar-nav .dropdown_menu .dropdown-item::before {
  background-color: var(--spez-color-blue-light);
  /* content: ""; */
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 12px;
}

.navbar.navbar-light .navbar-nav .dropdown-menu .dropdown-item:active,
.navbar.navbar-light .navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar.navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: transparent !important;
  color: var(--spez-color-black) !important;
  opacity: .6;
}

.navbar.navbar-light .navbar-nav .dropdown_menu .dropdown-item:hover {
  color: var(--spez-color-blue-light);
}

.navbar.navbar-light .navbar-nav .dropdown_menu .dropdown_menu__logo {
  display: flex;
  bottom: 30px;
  position: absolute;
}

.navbar.navbar-light .navbar-nav .dropdown_menu .dropdown_menu__logo .logo {
  display: block;
  margin-right: 30px;
  height: auto;
  width: 60px;
}

.navbar.navbar-light .navbar-nav .dropdown_menu .dropdown_menu__logo .logo img {
  transition: all .175s;
}

.navbar.navbar-light .navbar-nav .dropdown_menu .dropdown_menu__logo .logo:hover img {
  opacity: .75;
}

.navbar.navbar-light .navbar-nav .dropdown_menu .contact_text {
  margin: 12px 0 24px;
}

.navbar.navbar-light .navbar-nav .dropdown-menu .contact_text .contact_map,
.navbar.navbar-light .navbar-nav .dropdown_menu .contact_text .contact_map {
  color: red;
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 5px;
}

.navbar.navbar-light .navbar-nav .dropdown-menu .contact_text p,
.navbar.navbar-light .navbar-nav .dropdown_menu .contact_text p {
  color: var(--spez-color-black);
  opacity: .75;
}

.navbar.navbar-light .navbar-nav .dropdown-menu .contact_text p.phon,
.navbar.navbar-light .navbar-nav .dropdown_menu .contact_text p.phon {
  color: var(--spez-color-black);
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.275;
  opacity: 1;
}

.navbar.navbar-light .navbar-nav .dropdown-menu .contact_text p.phon a {
  font-weight: bold;
  padding: 0;
  color: var(--spez-color-black) !important;
}

.navbar.navbar-light .navbar-nav .dropdown_menu .contact_text p.phon a {
  color: var(--spez-color-black);
}

.navbar.navbar-light .navbar-nav .dropdown-menu .contact_text p.phon span.muted,
.navbar.navbar-light .navbar-nav .dropdown_menu .contact_text p.phon span.muted {
  margin-right: 5px;
  opacity: .375;
}

.navbar.navbar-light .navbar-nav .dropdown-menu .contact_text p.email,
.navbar.navbar-light .navbar-nav .dropdown_menu .contact_text p.email {
  color: var(--spez-color-blue);
}

.navbar.navbar-light .navbar-nav .dropdown-menu .social__open_contact,
.navbar.navbar-light .navbar-nav .dropdown_menu .social__open_contact {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 5px 0;
}

.navbar.navbar-light .navbar-nav .dropdown-menu .social__open_contact>a,
.navbar.navbar-light .navbar-nav .dropdown_menu .social__open_contact>a {
  display: inline-block;
  height: auto;
  padding: 5px 0;
  -webkit-transition: all 0.125s ease-out;
  transition: all 0.125s ease-out;
}

.navbar.navbar-light .navbar-nav .dropdown-menu .social__open_contact .share-btn-fb,
.navbar.navbar-light .navbar-nav .dropdown_menu .social__open_contact .share-btn-fb {
  color: var(--spez-color-white);
}

.navbar.navbar-light .navbar-nav .dropdown-menu .social__open_contact>a>img,
.navbar.navbar-light .navbar-nav .dropdown_menu .social__open_contact>a>img {
  height: 30px;
  position: relative;
  top: -1.5px;
  width: 30px;
}

.navbar.navbar-light .navbar-nav .dropdown-menu .social__open_contact>a .share-block,
.navbar.navbar-light .navbar-nav .dropdown_menu .social__open_contact>a .share-block {
  border-radius: 10rem;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 30px;
  text-align: center;
  width: 30px;
}

.navbar.navbar-light .navbar-nav .dropdown-menu .social__open_contact>a .facebook,
.navbar.navbar-light .navbar-nav .dropdown_menu .social__open_contact>a .facebook {
  color: #283B76;
  font-size: 1.9rem;
}

.navbar.navbar-light .navbar-nav .dropdown-menu .social__open_contact>a:hover,
.navbar.navbar-light .navbar-nav .dropdown_menu .social__open_contact>a:hover {
  opacity: .6;
}

.dropdown_menu .menu_action__wrap {
  display: flex;
  justify-content: flex-end;
}

.dropdown_menu .dropdown_menu__action {
  height: 370px;
  width: 300px;
  position: relative;
  z-index: 9;
}

.dropdown_menu .dropdown_menu__action .overlay_link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.dropdown_menu .dropdown_menu__action::after {
  background-color: var(--spez-color-grey);
  content: "";
  position: absolute;
  width: 100%;
  height: 370px;
  left: -15px;
  top: 15px;
  z-index: -1;
}

.dropdown_menu .dropdown_menu__action .slider_text {
  -webkit-animation: wrapper .9s forwards;
  animation: wrapper .9s forwards;
  background: #005883;
  background: -moz-linear-gradient(45deg, #005883 0%, #33b5e5 100%);
  background: -webkit-linear-gradient(45deg, #005883 0%, #33b5e5 100%);
  background: linear-gradient(45deg, #005883 0%, #33b5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005883', endColorstr='#33b5e5', GradientType=1);
  color: var(--spez-color-white);
  opacity: 0;
  overflow: hidden;
  height: 100%;
  position: absolute;
  padding: 20px;
  z-index: 1;
}

.dropdown_menu .version_2 .dropdown_menu__action .slider_text {
  background: var(--spez-color-blue-dark);
}

.dropdown_menu .version_2 .dropdown_menu__action .slider_text::before {
  background-color: var(--spez-color-dark);
  border-right: 2px solid var(--spez-color-orange);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 90px;
}

.dropdown_menu .version_3 .dropdown_menu__action .slider_text {
  background: var(--spez-color-blue);
}

.dropdown_menu .version_5 .dropdown_menu__action .slider_text {
  background: var(--spez-color-blue-dark);
}

.dropdown_menu .version_5 .dropdown_menu__action .slider_text::before {
  background-color: var(--spez-color-dark);
  border-right: 2px solid var(--spez-color-orange);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 90px;
}

.dropdown_menu .version_6 .dropdown_menu__action .slider_text {
  background: var(--spez-color-dark);
}

.dropdown_menu .version_6 .dropdown_menu__action .slider_text::before {
  background-color: var(--spez-color-blue);
  border-right: 2px solid var(--spez-color-orange);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 90px;
}

.dropdown_menu .version_7 .dropdown_menu__action .slider_text {
  background: var(--spez-color-dark);
}

.dropdown_menu .version_7 .dropdown_menu__action .slider_text::before {
  background-color: var(--spez-color-blue);
  border-right: 2px solid var(--spez-color-orange);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 90px;
}

.dropdown_menu .dropdown_menu__action.flag .slider_masck {
  background-image: url(../img/images/flag_01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 250px;
  height: 100px;
  left: -9px;
  top: auto;
  bottom: -14px;
  z-index: 3;
  transform: rotate(5deg);
}

.dropdown_menu .dropdown_menu__action.no_flag .slider_masck {
  background-color: var(--spez-color-grey);
  position: absolute;
  top: auto;
  left: -23px;
  height: 150px;
  width: 150px;
  bottom: -17px;
  transform: rotate(11deg);
}

.dropdown_menu .dropdown_menu__action.no_flag .slider_masck::before {
  background-color: var(--spez-color-blue-light);
  content: "";
  position: absolute;
  top: auto;
  left: -14px;
  height: 160px;
  width: 160px;
  bottom: -24px;
  transform: rotate(12deg);
}

.dropdown_menu .dropdown_menu__action .slider_text .slider_text__wrap {
  position: relative;
  z-index: 10;
}

.dropdown_menu .dropdown_menu__action .slider_text .slider_text__wrap .spez {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-weight: 800;
  float: left;
  line-height: 1;
  margin-right: 15px;
  position: relative;
  text-transform: uppercase;
  top: -1px;
}

.dropdown_menu .version_4 .dropdown_menu__action .slider_text .slider_text__wrap .spez {
  font-size: 54px;
}

.dropdown_menu .version_5 .dropdown_menu__action .slider_text .slider_text__wrap .spez {
  font-size: 47px;
}

.dropdown_menu .dropdown_menu__action .slider_text .slider_text__wrap h2,
.dropdown_menu .dropdown_menu__action .slider_text .slider_text__wrap .h2 {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}

.dropdown_menu .version_4 .dropdown_menu__action .slider_text .slider_text__wrap h2,
.dropdown_menu .version_4 .dropdown_menu__action .slider_text .slider_text__wrap .h2 {
  font-size: 22px;
}

.dropdown_menu .version_5 .dropdown_menu__action .slider_text .slider_text__wrap h2,
.dropdown_menu .version_5 .dropdown_menu__action .slider_text .slider_text__wrap .h2 {
  font-size: 18px;
}

.dropdown_menu .dropdown_menu__action .slider_text .slider_text__wrap h2 .action {
  color: var(--spez-color-orange);
  font-weight: 800;
  text-transform: uppercase;
}

.dropdown_menu .dropdown_menu__action .slider_text .slider_text__wrap h3 {
  color: var(--spez-color-white);
  font-size: 17px;
  font-weight: 300;
  margin-top: 20px;
  text-align: right;
}

.dropdown_menu .dropdown_menu__action .slider_text .slider_text__wrap h3 .action {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  top: 5px;
}

.dropdown_menu .dropdown_menu__action .slider_text .slider_text__wrap h3 .spez {
  color: var(--spez-color-white);
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.dropdown_menu .dropdown_menu__action .slider_text .btn {
  position: absolute;
  right: 15px;
  bottom: 30px;
  z-index: 4;
}

.dropdown_menu .dropdown_menu__action .slider_text .btn-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 38px;
  width: 38px;
}

.dropdown_menu .dropdown_menu__action .slider_fotos {
  -webkit-animation: wrapper .8s forwards;
  animation: wrapper .8s forwards;
  bottom: 20px;
  left: 20px;
  overflow: hidden;
  opacity: 0;
  height: 170px;
  width: auto;
  position: absolute;
  z-index: 2;
}

.dropdown_menu .dropdown_menu__action .slider_fotos img {
  height: 100%;
  width: 100%;
  z-index: 1;
}

/* header page */

.header_page {
  background-color: var(--spez-color-blue-dark);
  display: flex;
  align-items: center;
  min-height: 120px;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
}

.header_page .text_title__row {
  justify-content: flex-end;
}

.header_page .text_title {
  color: var(--spez-color-white);
  font-size: 2.3rem;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.header_page .header_page__masck {
  background-color: transparent;
  border: 3px solid var(--spez-color-dark);
  position: absolute;
  top: 0;
  right: -100px;
  height: 300px;
  width: 300px;
  transform: rotate(-30deg);
}

.header_page .header_page__masck::after {
  background-color: transparent;
  border: 3px solid var(--spez-color-blue-light);
  content: "";
  position: absolute;
  top: 0;
  right: -70px;
  height: 300px;
  width: 300px;
  transform: rotate(-10deg);
}

/* breadcrumb */

.breadcrumbs {
  margin: 30px 0;
  z-index: 10;
}

.breadcrumbs .breadcrumb__row {
  justify-content: flex-end;
}

.breadcrumbs .breadcrumb {
  /* background-color: var(--spez-color-grey); */
  border-radius: 0;
  margin-bottom: 0;
  /* padding: .75rem 1rem; */
}

.breadcrumbs .breadcrumb .breadcrumb-item a {
  color: var(--spez-color-blue);
  transition: all .125s;
}

.breadcrumbs .breadcrumb .breadcrumb-item.active,
.breadcrumbs .breadcrumb .breadcrumb-item a:hover {
  color: var(--spez-color-black);
}

section {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}

/* slider */

section.slider {
  -webkit-animation: wrapper 2.8s forwards;
  animation: wrapper 2.8s forwards;
  background-color: var(--spez-color-grey);
  height: 600px;
  position: relative;
  overflow: hidden;
  opacity: 0;
}

section.slider .slider_masck {
  background: #005883;
  background: -moz-linear-gradient(-45deg, #005883 0%, #53cbf1 65%, #33b5e5 100%);
  background: -webkit-linear-gradient(-45deg, #005883 0%, #53cbf1 65%, #33b5e5 100%);
  background: linear-gradient(135deg, #005883 0%, #53cbf1 65%, #33b5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005883', endColorstr='#33b5e5', GradientType=1);
  display: none;
  position: absolute;
  top: -120px;
  right: -320px;
  height: 300%;
  width: 55%;
  transform: rotate(-30deg);
}

section.slider::after {
  background-image: url(../img/slider/webp/wind_0.webp);
  background-position: 89% 100%;
  background-repeat: no-repeat;
  background-size: 430px;
  content: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

section.slider::before {
  background-image: url(../img/slider/webp/bg.webp);
  background-position: 89% 100%;
  background-repeat: no-repeat;
  background-size: 32%;
  opacity: .375;
  content: none;
  position: absolute;
  top: 135px;
  right: 0;
  height: 100%;
  width: 100%;
  transform: rotate(-28deg);
  z-index: 1;
}

section.slider .slider_title {
  color: var(--spez-color-black);
  font-size: 4.2rem;
  font-weight: 800;
  margin-top: 75px;
  position: relative;
  text-transform: uppercase;
  z-index: 3;
}

section.slider .slider_title>span {
  font-size: 8rem;
}

section.slider .wrap_btn {
  margin-top: 36px;
  position: relative;
  z-index: 3;
}

section.slider .wrap_btn>p {
  font-size: 1.175rem;
}

section.slider .wrap_btn>.btn {
  margin-left: -1px;
}

/* home_actions_slider */

.home_actions_slider {
  margin-top: 35px;
  height: 440px;
  position: relative;
  z-index: 9;
}

.home_actions_slider .mask_link {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 3;
}

.home_actions_slider .slider_text {
  -webkit-animation: wrapper .9s forwards;
  animation: wrapper .9s forwards;
  background-color: var(--spez-color-blue-dark);
  color: var(--spez-color-white);
  opacity: 0;
  overflow: hidden;
  height: 100%;
  position: absolute;
  padding: 30px 35px;
  z-index: 1;
}

.home_actions_slider .slider_text::before {
  background-color: var(--spez-color-blue-light);
  border-right: 3px solid var(--spez-color-orange);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 150px;
}

.home_actions_slider .slider_text .slider_text__wrap {
  position: relative;
  z-index: 3;
}

.home_actions_slider .slider_text .slider_text__wrap .h2 {
  font-size: 38px;
  font-weight: 800;
  text-transform: uppercase;
}

.home_actions_slider .slider_text .slider_text__wrap h3 {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-top: 12px;
  text-align: right;
}

.home_actions_slider .slider_text .slider_text__wrap h3 .action {
  color: var(--spez-color-orange);
  font-size: 54px;
  font-weight: 800;
  text-transform: uppercase;
}

.home_actions_slider .slider_text .slider_text__wrap h3 .spez {
  color: var(--spez-color-blue-light);
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
}

.home_actions_slider .slider_text .btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.home_actions_slider .slider_text .btn-text {
  display: none;
}

.home_actions_slider .slider_text .btn-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 48px;
  width: 48px;
}

.home_actions_slider .slider_fotos {
  -webkit-animation: wrapper 1.8s forwards;
  animation: wrapper 1.8s forwards;
  bottom: 12px;
  /* overflow: hidden; */
  opacity: 0;
  height: 210px;
  width: 210px;
  position: absolute;
  z-index: 2;
}

.home_actions_slider .slider_fotos img {
  border-radius: 100%;
  object-fit: cover;
  object-position: 22%;
  margin-left: -45px;
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .75;
  z-index: 1;
}

.home_actions_slider .slider_fotos::after {
  background-color: var(--spez-color-blue-dark);
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: -45px;
  height: 100%;
  width: 100%;
}

/* home_actions */

.home_actions {
  background-color: var(--spez-color-grey);
  padding: 70px 0 50px;
  position: relative;
}

/* box_text */

.home_actions .box_text {
  padding-left: 0;
}

.box_text ul {
  list-style-type: none;
  padding-left: 0;
}

.box_text ul li a {
  color: var(--spez-color-blue);
  padding-left: 25px;
  position: relative;
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  text-decoration: underline dashed var(--spez-color-grey-4);
}

.box_text ul li a::before {
  color: var(--spez-color-orange);
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 700;
  left: 0;
  top: 0;
  position: absolute;
}

.box_text ul li a:hover {
  color: var(--spez-color-blue-light);
}

/* box_item */

.home_actions .box_item {
  padding-left: 0;
}

.box_item .card {
  background-color: var(--spez-color-grey);
  border: 1px solid var(--spez-color-grey-4);
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  -webkit-transition: all 0.175s ease-in-out;
  transition: all 0.175s ease-in-out;
  width: auto;
}

.box_item .card:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .16), 0 2px 15px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .16), 0 2px 15px 0 rgba(0, 0, 0, .12);
}

.box_item .card .view {
  border-radius: 4px;
  height: 210px;
}

.box_item .card .view .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.175s linear;
  transition: all 0.175s linear;
}

.box_item .card .card-body {
  background-color: var(--spez-color-white);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  bottom: 10px;
  left: -1px;
  padding: .8rem .5rem;
  position: absolute;
  width: 90%;
}

.box_item .card .btn {
  bottom: 16px;
  left: calc(90% - 24px);
  right: auto;
  top: auto;
  position: absolute;
  padding: .4rem;
  height: 32px;
  width: 32px;
}

.box_item .card h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

.box_item .card .overlay_link {
  position: absolute;
  height: 100%;
  width: 100%;
}

.box_item .card .overlay_link a {
  background-color: transparent;
  display: block;
  height: 100%;
  width: 100%;
}

.box_item .card .view img {
  object-fit: cover;
  height: 100%;
  -webkit-transition: all 0.175s linear;
  transition: all 0.175s linear;
  width: 100%;
}

.box_item .card:hover .img,
.box_item .card:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.box_item .owl-dots {
  margin-top: 12px;
}

/* box_text__left */

.home_text {
  padding: 70px 0 50px;
}

.box_text__left {
  position: relative;
}

.box_text__left .box_text_title {
  font-weight: 300;
}

.box_text__left .box_text_title .text_bold {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

.box_text__left .box_text_title .text_spez {
  color: var(--spez-color-blue-light);
  font-weight: 700;
  text-transform: uppercase;
}

.box_text__left ul {
  list-style: none;
  margin-top: 15px;
  padding-left: 0;
}

.box_text__left ul li {
  padding-left: 25px;
  position: relative;
}

.box_text__left ul li::before {
  color: var(--spez-color-orange);
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 700;
  left: 0;
  top: 0;
  position: absolute;
}

/* box_item__right */

.box_item__right {
  position: relative;
}

.box_item__right .card {
  background-color: var(--spez-color-grey);
  border: 1px solid var(--spez-color-grey-4);
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 24px;
  position: relative;
  -webkit-transition: all 0.175s ease-in-out;
  transition: all 0.175s ease-in-out;
  width: 100%;
}

.box_item__right .card:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .16), 0 2px 15px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .16), 0 2px 15px 0 rgba(0, 0, 0, .12);
}

.box_item__right .card .view {
  border-radius: 4px;
  height: 240px;
}

.box_item__right .card .view .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.175s linear;
  transition: all 0.175s linear;
}

.box_item__right .card .card-body {
  background-color: var(--spez-color-white);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  bottom: 10px;
  left: -1px;
  padding: .8rem .5rem;
  position: absolute;
  width: 90%;
}

.box_item__right .card .btn {
  bottom: 16px;
  left: calc(90% - 24px);
  right: auto;
  top: auto;
  position: absolute;
  padding: .4rem;
  height: 32px;
  width: 32px;
}

.box_item__right .card h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

.box_item__right .card .overlay_link {
  position: absolute;
  height: 100%;
  width: 100%;
}

.box_item__right .card .overlay_link a {
  background-color: transparent;
  display: block;
  height: 100%;
  width: 100%;
}

.box_item__right .card .view img {
  object-fit: cover;
  height: 100%;
  -webkit-transition: all 0.175s linear;
  transition: all 0.175s linear;
  width: 100%;
}

.box_item__right .card:hover .img,
.box_item__right .card:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* category__box_item */

.category_page {
  background-color: var(--spez-color-grey);
  padding: 70px 0 50px;
  position: relative;
}

.category_page__home {
  background-color: transparent;
  margin-top: -90px;
  padding: 0 0 50px;
  position: relative;
}

.category_page .category__box_item {
  position: relative;
}

.category_page .category__box_item .card {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .16), 0 2px 15px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .16), 0 2px 15px 0 rgba(0, 0, 0, .12);
  background-color: var(--spez-color-grey);
  border: 1px solid var(--spez-color-grey-4);
  margin-bottom: 24px;
  position: relative;
  -webkit-transition: all 0.175s ease-in-out;
  transition: all 0.175s ease-in-out;
  min-width: 284px;
  width: 100%;
}

.category_page .category__box_item .card:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.category_page .category__box_item .card .view {
  background-color: var(--spez-color-white);
  border-radius: 4px 4px 0 0;
	display: block;
  height: 230px;
}

.category_page .category__box_item .card .view .price {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  background-color: var(--spez-color-blue);
  color: var(--spez-color-white);
  font-size: .9rem;
  margin-bottom: 0;
  padding: .2rem 1rem .2rem .5rem;
  position: absolute;
  left: auto;
  right: 0;
  top: 12px;
  z-index: 2;
}

.category_page .category__box_item .card .view .price::before {
  border-style: solid;
  border-width: 28px 0px 0 14px;
  border-color: var(--spez-color-blue) transparent transparent transparent;
  content: "";
  left: -13px;
  top: 0;
  height: 0;
  position: absolute;
  width: 0;
}

.category_page .category__box_item .card .view .price>span {
  font-weight: bold;
}

.category_page .category__box_item .card .view img {
  object-fit: contain;
  object-position: center;
  height: 100%;
  -webkit-transition: all 0.175s linear;
  transition: all 0.175s linear;
  width: 100%;
  z-index: 1;
}

.category_page .category__box_item .card:hover img {
  -webkit-transform: scale(.96);
  transform: scale(.96);
}

.category_page .category__box_item .card .card-body {
  background-color: var(--spez-color-white);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  padding: 1rem 1.2rem;
}

.category_page .category__box_item .card .card-body .stats {
  border-radius: 10rem;
  margin-top: 24px;
  height: 24px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.category_page .category__box_item .card .card-body .stats .stats__bg {
  background-color: var(--spez-color-orange);
  bottom: 0;
  left: -.5px;
  height: 100%;
  position: absolute;
  transition: all .5s ease-in-out;
}

.category_page .category__box_item .card .card-body .stats .stats__item {
  border-radius: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--spez-color-blue-light);
  height: 100%;
  width: 100%;
}

.category_page .category__box_item .card .card-body .stats .stats__item>span {
  font-size: .9rem;
  padding: 0 12px;
  position: relative;
}

.category_page .category__box_item .card .card-body .stats .stats__item .stats__text {
  display: inline-block;
  font-size: .9rem;
  font-weight: 400;
  white-space: nowrap;
  position: relative;
}

.category_page .category__box_item .card .card-body .table {
  margin-bottom: 0;
  margin-top: 1rem;
}

.category_page .category__box_item .card .card-body .table tr td {
  border-style: dashed;
  font-size: 14px;
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.category_page .category__box_item .card .card-body .btn_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  position: relative;
  z-index: 4;
}

.category_page .category__box_item .card .card-body .btn_wrap>p {
  font-size: .9rem;
  margin-bottom: 0;
}

.category_page .category__box_item .card .card-body .btn_wrap>p i {
  font-size: 1.2rem;
  opacity: .6;
  position: relative;
  top: 2px;
}

.category_page .category__box_item .card .card-body .btn_wrap>p a {
  color: var(--spez-color-blue);
  text-decoration: underline dashed var(--spez-color-grey-4);
  transition: all .125s;
}

.category_page .category__box_item .card .card-body .btn_wrap .btn {
	margin-right: -1px;
}

.category_page .category__box_item .card h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  z-index: 4;
}

.category_page .category__box_item .card .card-title>a {
  color: var(--spez-color-black);
  display: flex;
  justify-content: space-between;
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  text-decoration: underline dashed var(--spez-color-grey-4);
}

.category_page .category__box_item .card .card-title>a>span {
  font-size: 1.2rem;
  line-height: 0;
}

.category_page .category__box_item .card .card-title>a:hover {
  color: var(--spez-color-blue);
}

.category_page .category__box_item .card .overlay_link {
	background-color: transparent;
  display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.category_page .category__box_item .card .overlay_link a {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
  background-color: transparent;
  display: block;
  height: 100%;
  width: 100%;
}

.box_item .owl-nav,
.category_page .category__box .category__box_item .owl-nav {
  opacity: .375;
  top: 40%;
  position: absolute;
  transition: 0.5s;
  width: 100%;
}

.box_item .owl-nav .owl-prev,
.box_item .owl-nav .owl-next,
.category_page .category__box .category__box_item .owl-nav .owl-prev,
.category_page .category__box .category__box_item .owl-nav .owl-next {
  background-color: var(--spez-color-white);
  border-radius: 100%;
  line-height: 42px;
  height: 42px;
  position: absolute;
  text-align: center;
  transition: 0.5s;
  width: 42px;
}

.box_item .owl-nav .owl-prev,
.category_page .category__box .category__box_item .owl-nav .owl-prev {
  left: 8px;
  right: auto;
}

.box_item .owl-nav .owl-next,
.category_page .category__box .category__box_item .owl-nav .owl-next {
  right: 8px;
  left: auto;
}

.box_item .owl-nav .owl-prev i,
.box_item .owl-nav .owl-next i,
.category_page .category__box .category__box_item .owl-nav .owl-prev i,
.category_page .category__box .category__box_item .owl-nav .owl-next i {
  color: var(--spez-color-black);
  transition: 0.5s;
}

.box_item:hover .owl-nav,
.category_page .category__box .category__box_item:hover .owl-nav {
  opacity: 1;
}

.box_item:hover .owl-nav .owl-prev,
.box_item:hover .owl-nav .owl-next,
.category_page .category__box .category__box_item:hover .owl-nav .owl-prev,
.category_page .category__box .category__box_item:hover .owl-nav .owl-next {
  background-color: rgba(255, 255, 255, .475);
}

.box_item:hover .owl-nav .owl-prev i,
.box_item:hover .owl-nav .owl-next i,
.category_page .category__box .category__box_item:hover .owl-nav .owl-prev i,
.category_page .category__box .category__box_item:hover .owl-nav .owl-next i {
  color: var(--spez-color-blue-light);
}

.box_item .owl-dots,
.category_page .category__box .category__box_item .owl-dots {
  display: flex;
  justify-content: center;
}

.box_item .owl-dots .owl-dot,
.category_page .category__box .category__box_item .owl-dots .owl-dot {
  border-radius: 10rem;
  display: flex;
  align-items: center;
  height: 24px;
  width: 24px;
  overflow: hidden;
  margin: 0 5px;

}

.box_item .owl-dots .owl-dot>span,
.category_page .category__box .category__box_item .owl-dots .owl-dot>span {
  background-color: var(--spez-color-grey-4);
  border-radius: 10rem;
  display: block;
  height: 6px;
  overflow: hidden;
  transition: all .6s;
  width: 100%;
}

.box_item .owl-dots .owl-dot.active,
.category_page .category__box .category__box_item .owl-dots .owl-dot.active {
  width: 48px;
}

.box_item .owl-dots .owl-dot.active>span,
.category_page .category__box .category__box_item .owl-dots .owl-dot.active>span {
  background-color: var(--spez-color-blue-light);
}

/* calc_master */

.calc_master {
  background-color: var(--spez-color-blue-dark);
  color: var(--spez-color-white);
  overflow: hidden;
  padding: 70px 0 0;
  position: relative;
}

.calc_master .calc_master_masck {
  background-color: transparent;
	border: 2px solid var(--spez-color-blue-light);
  content: "";
  position: absolute;
  top: 0;
  right: -245px;
	height: 625px;
  width: 600px;
  transform: rotate(-30deg);
}

.calc_master .calc_master_masck::after {
  background-color: transparent;
	border: 2px solid var(--spez-color-dark);
  content: "";
  position: absolute;
  top: 0;
  right: -120px;
  height: 600px;
  width: 600px;
  transform: rotate(-10deg);
}

.calc_master::before {
  background-image: url(../img/images/calc_ico_03.webp);
  background-size: 11rem;
  background-position: 88% 101%;
  background-repeat: no-repeat;
  content: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.calc_master::after {
  background-image: url(../img/images/wind_02.webp);
  background-size: 22rem;
  background-position: 81% 65%;
  background-repeat: no-repeat;
  content: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.calc_master .calc_master_img {
	max-height: 350px;
  overflow: hidden;
  padding: 0 12px;
}

.calc_master .calc_master_text {
  position: relative;
  text-align: left;
  z-index: 2;
}

.calc_master .calc_master_title {
  display: block;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.calc_master .calc_master_btn {
  margin-top: 24px;
	margin-left: -6px;
}

.calc_master .btn_mobile {
  display: none;
}

.calc_master .calc_master_phone {
  margin-top: 35px;
}

.calc_master .calc_master_phone ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.calc_master .calc_master_phone ul li {
  margin-right: 15px;
}

.calc_master .calc_master_phone ul li a {
  color: var(--spez-color-white);
  transition: all .125s ease-in-out;
}

.calc_master .calc_master_phone ul li a span {
  color: rgba(255, 255, 255, .475);
}

.calc_master .calc_master_phone ul li a:hover {
  color: rgba(255, 255, 255, .675);
}

/* stages */

.stages {
  background-color: var(--spez-color-grey);
  padding: 70px 0;
}

.stages .stages__left {
  margin-top: 5px;
  padding-right: 30px;
  position: relative;
  text-align: right;
}

.stages .stages__left .text_title {
  font-size: 4rem;
  text-transform: uppercase;
}

.stages .stages__left .text_title span {
  color: var(--spez-color-blue-light);
  font-weight: 900;
}

.stages .stages__left h3 {
  font-family: "Oswald", sans-serif;
  margin-top: 30px;
}

.stages .stages__left h3 span {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.stages .stages_item {
  display: flex;
  align-items: center;
  position: relative;
}

.stages .stages_item .stages_item__ico {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px var(--spez-color-black);
  margin-right: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.stages .stages_item p {
  margin-bottom: 0;
}

/* window_description */

.window_description {
  padding: 50px 0 30px;
}

.window_description.desc_two {
  margin-bottom: 30px;
  margin-top: 30px;
}

.window_description hr {
  border-top: 1px dashed var(--spez-color-grey-4);
  margin-bottom: 50px;
  opacity: 1;
}

.window_description .text_title {
  font-weight: 300;
  letter-spacing: .3px;
}

.window_description .text_title span {
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
}

.window_description.desc_two .text_title {
  font-size: 3rem;
}

.window_description.desc_two .text_title span {
  font-size: 5rem;
}

.window_description .nav-tabs {
  flex-direction: column;
}

.window_description .nav-tabs .nav-item {
  border: none;
}

.window_description .nav-tabs .nav-item .nav-link {
  background-color: var(--spez-color-blue-dark);
  border: 1px solid var(--spez-color-grey-4);
  border-radius: 0;
  color: var(--spez-color-white);
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: .3px;
  padding: 1rem 1.2rem;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

.window_description.desc_two .nav-tabs .nav-item .nav-link {
  padding: 1rem 1.2rem;
}

.window_description .nav-tabs .nav-item.show .nav-link,
.window_description .nav-tabs .nav-item .nav-link.active {
  background-color: var(--spez-color-white);
  border-right: none;
  border-color: var(--spez-color-grey-4);
  border-left: 3px solid var(--spez-color-orange);
  color: var(--spez-color-black);
}

.window_description .nav-tabs .nav-item .nav-link.active:hover {
  border-right: none;
}

.window_description .nav-tabs .nav-item .nav-link:hover {
  border-right: 1px solid var(--spez-color-grey-4);
}

.window_description .tab-content {
  border: 1px solid var(--spez-color-grey-4);
  border-left: none;
  height: 100%;
}

.window_description.desc_one .tab-content {
  height: 680px;
}

.window_description.desc_two .tab-content {
  height: 396.5px;
}

.window_description .tab-content .tab-pane {
  height: 100%;
  overflow-y: auto;
  position: relative;
}

.window_description .tab-content .tab_content_text {
  background-color: var(--spez-color-white);
  position: relative;
  padding: 30px 40px 20px 40px;
  width: 70%;
  z-index: 2;
}

.window_description.desc_two .tab-content .tab_content_text {
  width: 80%;
}

.window_description .tab-content .tab_content_text h3 {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: .3px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.window_description .tab-content .tab_content_text p {
  hyphens: auto;
  text-align: justify;
}

.window_description .tab-content .tab_content_text ul {
  list-style: none;
  padding-left: 0;
}

.window_description .tab-content .tab_content_text ul li {
  padding-left: 25px;
  position: relative;
}

.window_description .tab-content .tab_content_text ul li::before {
  color: var(--spez-color-orange);
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 700;
  left: 0;
  top: 0;
  position: absolute;
}

.window_description p a,
.window_description .tab-content .tab_content_text ul li a {
  color: var(--spez-color-blue);
  -webkit-transition: 0.125s all ease-out;
  transition: 0.125s all ease-out;
  text-decoration: underline dashed var(--spez-color-grey-4);
}

.window_description p a:hover,
.window_description .tab-content .tab_content_text ul li a:hover {
  color: var(--spez-color-blue-light);
}

.window_description .tab-content .img_wrap {
  position: absolute;
  bottom: 30px;
  top: auto;
  right: 0;
  z-index: 1;
}

.window_description.desc_two .tab-content .img_wrap {
  bottom: 0;
}

.window_description .tab-content .img_wrap img {
  border: 1px solid var(--spez-color-grey-4);
  border-right: 0;
  max-height: 450px;
}

.window_description.desc_two .tab-content .img_wrap img {
  border: none;
  max-height: 253px;
}

.window_description .tab-content .img_wrap::before {
  background-color: var(--spez-color-grey);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 30px;
  top: 30px;
  z-index: -1;
}

.window_description.desc_two .tab-content .img_wrap::before {
  content: none;
}

/* manufacturer */

.manufacturer {
  background-color: var(--spez-color-grey);
  margin-top: 30px;
  position: relative;
}

.manufacturer .manufacturer_img {
  display: flex;
  position: absolute;
  height: 585px;
  max-width: 600px;
  z-index: 1;
}

.manufacturer .manufacturer_text {
  background-color: var(--spez-color-white);
  padding: 30px 30px 15px;
  position: relative;
  top: 30px;
  z-index: 2;
}

.manufacturer .manufacturer_text h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.manufacturer .manufacturer_text .text_title {
  text-transform: uppercase;
}

.manufacturer .manufacturer_brend .text_title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: .3px;
  margin-bottom: 15px;
}

.manufacturer .manufacturer_brend p {
  hyphens: auto;
  text-align: justify;
}

.manufacturer ul {
  list-style: none;
  padding-left: 0;
}

.manufacturer ul li {
  padding-left: 25px;
  position: relative;
}

.manufacturer ul li::before {
  color: var(--spez-color-orange);
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 700;
  left: 0;
  top: 3px;
  position: absolute;
}

.manufacturer p a,
.manufacturer ul li a {
  color: var(--spez-color-blue);
  -webkit-transition: 0.125s all ease-out;
  transition: 0.125s all ease-out;
  text-decoration: underline dashed var(--spez-color-grey-4);
}

.manufacturer p a:hover,
.manufacturer ul li a:hover {
  color: var(--spez-color-blue-light);
}

.manufacturer .manufacturer_brend_logo {
  margin-top: 15px;
}

.manufacturer .manufacturer_brend_logo .logo {
  display: flex;
  padding: 15px;
}

.manufacturer .manufacturer_brend_logo .logo img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .675;
  -webkit-transition: 0.125s all ease-out;
  transition: 0.125s all ease-out;
}

.manufacturer .manufacturer_brend_logo .logo:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

/* section_text */

.section_text {
  background-color: var(--spez-color-grey);
  padding: 50px 0 0;
}

.section_text .row_text_three {
  margin-top: 3rem;
}

.section_text ul {
  list-style: none;
  padding-left: 0;
}

.section_text ul li {
  padding-left: 25px;
  position: relative;
}

.section_text ul li::before {
  color: var(--spez-color-orange);
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 700;
  left: 0;
  top: 3px;
  position: absolute;
}

.section_text p a,
.section_text ul li a {
  color: var(--spez-color-blue);
  -webkit-transition: 0.125s all ease-out;
  transition: 0.125s all ease-out;
  text-decoration: underline dashed var(--spez-color-grey-4);
}

.section_text p a:hover,
.section_text ul li a:hover {
  color: var(--spez-color-blue-light);
}

.section_text .top_text__left {
  background-color: var(--spez-color-white);
  padding: 30px 30px 15px;
  position: relative;
  bottom: 30px;
  z-index: 3;
}

.section_text .botton_text__right .text_title,
.section_text .top_text__right .text_title,
.section_text .top_text__left .text_title {
  text-transform: uppercase;
}

.section_text .top_text__right {
  position: relative;
  height: 100%;
  width: auto;
}

.section_text .top_text__right .top_text__right_img {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  left: auto;
  right: 0;
  position: absolute;
  height: 100%;
  width: 120%;
  z-index: 2;
}

.section_text .top_text__right .top_text__right_img img {
  object-fit: cover;
}

.section_text .botton_text__left {
  position: relative;
  height: 100%;
  width: auto;
}

.section_text .botton_text__left .botton_text__left_img {
  display: flex;
  left: 0;
  right: auto;
  position: absolute;
  height: auto;
  width: 550px;
  z-index: 1;
}

.section_text .botton_text__right {
  background-color: var(--spez-color-white);
  padding: 30px 30px 15px;
  position: relative;
  top: 30px;
  z-index: 2;
}

.section_text .botton_text__right h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 15px;
}

/* section_about */

section.section_about {
  background-color: var(--spez-color-dark);
  overflow: hidden;
  padding: 70px 0;
}

section.section_about .card_wrap {
  margin-right: 15px;
  position: relative;
}

section.section_about .card_wrap .card_mask {
  background-color: rgba(255, 255, 255, .175);
  position: absolute;
  width: 100%;
  height: 100%;
  right: -15px;
  top: 15px;
  z-index: 1;
}

section.section_about .card_advantages {
  background-color: var(--spez-color-dark);
  border: 1px solid rgba(255, 255, 255, .175);
  color: var(--spez-color-grey);
  margin-bottom: 30px;
  height: 100%;
  padding: 25px 25px 0 25px;
  position: relative;
  z-index: 2;
}

section.section_about .card_advantages .avatar {
  right: 25px;
  position: absolute;
  top: -15px;
}

section.section_about .card_advantages .avatar span {
  color: var(--spez-color-blue-light);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  background-color: var(--spez-color-dark);
  border: 2px solid var(--spez-color-blue-light);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  height: 60px;
  width: 60px;
}

section.section_about .card_advantages .card_body .card_title {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

section.section_about .card_advantages .card_body p {
  margin-bottom: 0;
}

/* section_gallery */

.gallery_home {
  background-color: var(--spez-color-grey);
  overflow: hidden;
  padding: 50px 0 30px;
}

.gallery_home .gallery_home__left .text_title {
  font-weight: 300;
  letter-spacing: .3px;
  margin-bottom: 15px;
}

.gallery_home .gallery_home__left .text_title span {
  color: var(--spez-color-blue-light);
  font-weight: 700;
  text-transform: uppercase;
}

.gallery_home .gallery_home__left .title_gallery_home {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 1;
  text-transform: uppercase;
}

.gallery_home .gallery_home__right {
  hyphens: auto;
  text-align: justify;
}

.gallery_home .wrap_gallery {
  margin-top: 30px;
  overflow: hidden;
}

.gallery_home .wrap_gallery .item_gallery {
  background-color: var(--spez-color-white);
  border: 1px solid var(--spez-color-grey-4);
  border-radius: 0;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.175s linear;
  transition: all 0.175s linear;
  width: 100%;
}

.gallery_home .wrap_gallery .item_gallery .link_img {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15), 0 1px 1px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15), 0 1px 1px 0 rgba(0, 0, 0, .15);
  border-radius: 4px;
  display: block;
  overflow: hidden;
  height: 220px;
  margin: 15px;
}

.gallery_home .wrap_gallery .item_gallery .link_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.175s linear;
  transition: all 0.175s linear;
}

.gallery_home .wrap_gallery .item_gallery .link_img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery_home .wrap_gallery .item_gallery h3 {
  color: var(--spez-color-black);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .3px;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.gallery_home .wrap_gallery .item_gallery:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .16), 0 2px 15px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .16), 0 2px 15px 0 rgba(0, 0, 0, .12);
}

/* v_consultation*/

section.v_consultation {
  background-color: var(--spez-color-blue-dark);
  color: var(--spez-color-white);
  padding: 50px 0;
  position: relative;
}

section.v_consultation::before {
  background-color: var(--spez-color-blue-light);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  z-index: 1;
}

section.v_consultation::after {
  background-image: url(/img/images/001.webp);
  /* background-image: url(/assets/static/img/images/001.webp); */
  background-size: 22rem;
  background-position: 78% bottom;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

section.v_consultation .v_consultation_text {
  position: relative;
  text-align: left;
  z-index: 2;
}

section.v_consultation .v_consultation_title {
  display: block;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

section.v_consultation p {
  font-size: 1.2rem;
  line-height: 1.2;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

section.v_consultation p>span {
  margin-left: 10px;
}

section.v_consultation .v_consultation_social>a {
  display: inline-block;
  margin: 15px 10px 0 0;
  height: 60px;
  width: 60px;
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

section.v_consultation .v_consultation_social>a>img {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  border-radius: 100%;
  height: auto;
  width: 100%;
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

section.v_consultation .v_consultation_social>a:hover {
  opacity: .9;
}

section.v_consultation .v_consultation_social>a:hover img {
  transform: scale(.9);
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

/* spok */

.spok {
  background-color: var(--spez-color-blue-dark);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
  margin-top: 15px;
  padding: 50px 0;
  position: relative;
}

.spok::after {
  background-color: var(--spez-color-dark);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  z-index: 1;
}

.spok .spok_img {
  background-color: var(--spez-color-dark);
  border-radius: 100%;
  left: calc(25% - 90px);
  padding: 30px;
  position: absolute;
  width: 180px;
  height: 180px;
  z-index: 2;
}

.spok .spok_text {
  color: var(--spez-color-white);
  padding: 0 50px 0 150px;
  position: relative;
  text-align: left;
  width: 75%;
  z-index: 2;
}

.spok .spok_text .spok_title {
  display: inline-block;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 20px;
  line-height: 1.2;
}

.spok .spok_text .spok_info {
  background-color: var(--spez-color-white);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  border-radius: 100%;
  cursor: pointer;
  margin-left: 20px;
  display: inline-flex;
  height: 23px;
  width: 23px;
  position: relative;
  transition: all .25s linear;
  top: 2px;
}

.spok .spok_text .spok_info>i {
  color: var(--spez-color-blue-light);
  font-size: 1.8rem;
  position: absolute;
  left: -1px;
  top: -3px;
}

.spok .spok_text .spok_info:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  opacity: .9;
}

.spok .spok_text>p {
  font-size: 1.2rem;
  line-height: 1.2;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.spok .spok_text>p>span {
  font-weight: 700;
  background-color: red;
  letter-spacing: 1px;
  padding: 0 10px;
}

.spok .text_bold {
  font-weight: 700;
}

.spok .spok_phone {
  float: left;
  line-height: 1.275;
}

.spok .spok_phone p {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.spok .spok_phone p>img {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
}

.spok .spok_phone p>a {
  color: var(--spez-color-white);
}

.spok .spok_text .btn {
  margin: 1.4rem 3rem;
}

/* recomend-looked */

section.looked {
  padding: 30px 0;
}

section.looked .nav-tabs .nav-link {
  color: #868e96;
  font-weight: 700;
  padding: .5rem 1.5rem;
}

section.looked .nav-tabs .nav-link.active {
  background-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
  color: #2E3841;
}

section.looked .tab-content {
  padding: 30px 0 30px;
}

section.looked .tab-content .card {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  -webkit-transition: all 0.275s linear;
  transition: all 0.275s linear;
  width: 100%;
}

section.looked .tab-content .card .card-body h3.card-title {
  color: #2E3841;
  font-weight: 700;
  font-size: 17px;
}

section.looked .tab-content .card.narrower .view {
  -webkit-animation: fadeIn 900ms linear 0ms 1 normal;
  animation: fadeIn 900ms linear 0ms 1 normal;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15), 0 1px 1px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15), 0 1px 1px 0 rgba(0, 0, 0, .15);
  margin-left: 4%;
  margin-right: 4%;
  margin-top: -20px;
  margin-bottom: 10px;
  height: 200px;
}

section.looked .tab-content .card.narrower .view img {
  height: 100%;
  -webkit-transition: all 0.275s linear;
  transition: all 0.275s linear;
  width: 100%;
}

section.looked .tab-content .card.narrower .overlay_link {
  position: absolute;
  height: 100%;
  width: 100%;
}

section.looked .tab-content .card.narrower .overlay_link>a {
  display: block;
  height: 100%;
  width: 100%;
}

section.looked .tab-content .card:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .16), 0 2px 15px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .16), 0 2px 15px 0 rgba(0, 0, 0, .12);
}

/* recomend-demand */

.demand {
  padding: 0 0 15px;
}

.demand .demand_title {
  color: var(--spez-color-black);
  display: inline-block;
  font-weight: 700;
  font-size: 1.2rem;
}

.demand .demand_list {
  margin-top: 5px;
}

.demand .card {
  background-color: var(--spez-color-white);
  border: 1px solid var(--spez-color-grey-4);
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: .5rem .2rem;
  padding: .5rem;
  position: relative;
  -webkit-transition: all 0.175s ease-in-out;
  transition: all 0.175s ease-in-out;
}

.demand .card .view {
  background-color: var(--spez-color-blue-dark);
  border-radius: 4px;
  height: 200px;
}

.demand .card .view img {
  object-fit: cover;
  height: 100%;
  -webkit-transition: all 0.175s linear;
  transition: all 0.175s linear;
  width: 100%;
}

.demand .card .card-body {
  background-color: var(--spez-color-white);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .175);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  bottom: 15px;
  left: 0;
  padding: 1rem .5rem;
  position: absolute;
  width: 85%;
}

.demand .card h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

.demand .card .overlay_link {
  position: absolute;
  height: 100%;
  width: 100%;
}

.demand .card .overlay_link a {
  background-color: transparent;
  display: block;
  height: 100%;
  width: 100%;
}

.demand .card:hover .view img {
  opacity: .85;
}

.demand .card:hover {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16), 0 2px 6px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16), 0 2px 6px 0 rgba(0, 0, 0, .12);
}

.demand .demand_list .owl-nav {
  opacity: .375;
  top: 40%;
  position: absolute;
  transition: 0.5s;
  width: 100%;
}

.demand .demand_list .owl-nav .owl-prev,
.demand .demand_list .owl-nav .owl-next {
  background-color: var(--spez-color-white);
  border-radius: 100%;
  line-height: 42px;
  height: 42px;
  position: absolute;
  text-align: center;
  transition: 0.5s;
  width: 42px;
}

.demand .demand_list .owl-nav .owl-prev {
  left: 8px;
  right: auto;
}

.demand .demand_list .owl-nav .owl-next {
  right: 8px;
  left: auto;
}

.demand .demand_list .owl-nav .owl-prev i,
.demand .demand_list .owl-nav .owl-next i {
  color: var(--spez-color-black);
  transition: 0.5s;
}

.demand .demand_list:hover .owl-nav {
  opacity: 1;
}

.demand .demand_list:hover .owl-nav .owl-prev,
.demand .demand_list:hover .owl-nav .owl-next {
  background-color: rgba(255, 255, 255, .475);
}

.demand .demand_list:hover .owl-nav .owl-prev i,
.demand .demand_list:hover .owl-nav .owl-next i {
  color: var(--spez-color-blue-light);
}

/* footer */

footer {
  background-color: var(--spez-color-dark);
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

footer .title_footer {
  color: var(--spez-color-white);
  display: inline-block;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 30px;
  letter-spacing: .6px;
  left: 20px;
  position: relative;
  text-transform: uppercase;
}

footer .title_footer::before {
  background-color: var(--spez-color-orange);
  content: "";
  position: absolute;
  left: auto;
  top: 5px;
  right: 105%;
  height: 15px;
  width: 15px;
}

footer ul {
  color: rgba(255, 255, 255, 0.475);
  list-style: outside none square;
  padding-left: 15px;
}

footer ul li a {
  color: rgba(255, 255, 255, 0.475);
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

footer ul li a:hover {
  color: var(--spez-color-white);
  text-decoration: none;
}

footer .contact .title_footer {
  left: calc(50% - 35px);
  text-align: center;
}

footer .contact .contacts .phone_wrap {
  display: inline-block;
  position: relative;
}

footer .contact .contacts .phone_wrap .img_phone_footer {
  left: -25px;
  position: absolute;
  top: 7px;
  width: 19px;
}

footer .contact .contacts p.compani {
  color: rgba(255, 255, 255, 0.475);
  margin-bottom: .5rem;
}

footer .contact .contacts p.compani span {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

footer .contact .contacts address {
  color: rgba(255, 255, 255, 0.475);
  margin-bottom: .5rem;
}

footer .contact .contacts .wrap_time {
  color: rgba(255, 255, 255, 0.475);
}

footer .contact .contacts p.phon {
  color: var(--spez-color-grey);
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}

footer .contact .contacts p.phon a {
  color: var(--spez-color-grey);
}

footer .contact .contacts p.phon span.muted {
  color: rgba(255, 255, 255, 0.275);
  margin-right: 5px;
}

footer .contact .contacts p.email {
  color: rgba(255, 255, 255, 0.475);
  cursor: pointer;
  margin-top: 1rem;
}

footer .contact .contacts p.email i {
  color: rgba(255, 255, 255, 0.275);
  margin-right: 10px;
  position: relative;
  top: 2px;
}

footer .contact .contacts p.email:hover {
  color: var(--spez-color-grey);
}

footer .footer_hr {
  background-color: rgba(255, 255, 255, 0.475);
  border-color: transparent;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

footer .copirayt {
  color: rgba(255, 255, 255, 0.475);
  font-size: 0.9em;
}

footer .copirayt p {
  margin-top: 5px;
}

footer .copirayt p.ws {
  color: rgba(255, 255, 255, 0.475);
  text-align: right;
}

footer .copirayt p.ws a {
  color: rgba(255, 255, 255, 0.475);
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

footer .copirayt p.ws a:hover {
  color: var(--spez-color-grey);
}

footer .social__open_top {
  margin-top: 30px;
}

footer .social__open_top>a {
  color: rgba(255, 255, 255, .475);
  display: inline-block;
  padding: .2rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

footer .social__open_top>a span {
  font-size: 1.5rem;
}


footer .social__open_top>a:hover {
  color: var(--spez-color-grey);
}

/* footer-menu */

.footer_menu {
  background-color: var(--spez-color-dark);
  border-top: 1px solid rgba(255, 255, 255, .175);
  display: none;
  padding: 15px 0;
}

.footer_menu .footer_menu_wrap {
  display: -webkit-box;
  display: flex;
}

.footer_menu .footer_menu_wrap>a {
  border-right: 1px solid rgba(255, 255, 255, .175);
  color: var(--spez-color-orange);
  display: block;
  font-size: 1.5rem;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
}

.footer_menu .footer_menu_wrap .dropdown-toggle::after {
  content: none;
}

.footer_menu .footer_menu_wrap .dropdown-toggle.show::after {
  content: "";
  margin-left: -18px;
  position: absolute;
  top: -1px;
}

.footer_menu .footer_menu_wrap>a .menu_link__icon {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.footer_menu .footer_menu_wrap>a:hover .menu_link__icon {
  opacity: .6;
}

.footer_menu .footer_menu_wrap>a .menu_link__icon svg {
	height: 28px;
}

.footer_menu .footer_menu_wrap>a .menu_link__icon .cls-1 {
	fill: none;
	stroke: var(--spez-color-orange);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 5px;
}

.footer_menu .footer_menu_wrap .dropdown-menu {
  bottom: 14px !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 3px solid var(--spez-color-orange);
  background-color: var(--spez-color-dark);
  min-width: 260px;
  /* left: -50px !important; */
}

.footer_menu .footer_menu_wrap .dropdown-menu .dropdown-item {
  color: var(--spez-color-white);
}

.footer_menu .footer_menu_wrap .dropdown-menu .dropdown-item:focus,
.footer_menu .footer_menu_wrap .dropdown-menu .dropdown-item:hover {
  background-color: rgba(255, 255, 255, .175);
}


.footer_menu .footer_menu_wrap .dropdown-menu .li_category {
  border-bottom: 1px dashed var(--spez-color-grey-dark);
  margin-bottom: .5rem;
}

.footer_menu .footer_menu_wrap .dropdown-menu .li_category>h3 {
  margin-bottom: .5rem;
  padding: .25rem 1rem;
}

.footer_menu .footer_menu_wrap .dropdown-menu .li_category>h3>a {
  color: var(--spez-color-orange);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 700;
  transition: color .125s;
}

.footer_menu .footer_menu_wrap .dropdown-menu .li_category>h3>a>span {
  font-size: 17px;
  font-weight: 700;
}

.footer_menu .footer_menu_wrap .dropdown-menu .li_category>h3>a:hover {
  color: var(--spez-color-white);
}

/* modal */

.modal {
  z-index: 9999;
}

.modal_wrap {
  overflow: hidden;
}

.modal.show .modal-dialog {
  margin-top: 50px;
}

.modal-header {
  background-color: var(--spez-color-blue-dark);
  display: block;
  border-radius: 3px;
  border-bottom: 0;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
  margin-left: 12px;
  margin-right: 12px;
  margin-top: -20px;
  text-align: center;
}

.modal-header h4.title {
  color: var(--spez-color-white);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  -webkit-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
}

.modal-header h4.title i {
  margin-right: 10px;
}

.modal-header p {
  font-size: .8rem;
  margin-bottom: 0;
  line-height: 1.275;
	opacity: .75;
}

.modal-header button.close {
  background-color: transparent;
  border: none;
  color: var(--spez-color-white);
  font-family: "Segoe UI", sans-serif;
  font-size: 2.5rem;
  font-weight: 100;
  line-height: 0;
  top: -6px;
  position: absolute;
  right: 12px;
  transition: all .175s ease-in-out;
}

.modal-header button.close:hover {
  opacity: .6;
}

#buyWindow .modal-body .modal_option_title,
#sistem .modal-body .modal_option_title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}

.modal-body .md-form.form-sm .prefix {
  color: var(--spez-color-black);
  opacity: .765;
}

.modal-body .md-form.form-sm .prefix.active {
  color: var(--spez-color-blue-light);
  opacity: 1;
}

.modal-body .md-form .form-select {
  border: none;
  border-bottom: 1px solid #bdbdbd;
  border-radius: 0;
  color: #757575;
  cursor: pointer;
  font-size: .9rem;
  margin-left: 2.2rem;
  height: 40px;
  width: calc(100% - 3rem);
}

.modal-body .md-form .form-select option {
  color: var(--spez-color-black);
}

.modal-body .politica {
	margin-bottom: 24px;
}

.modal-body .politica .form-check-input {
	border-color: var(--spez-color-grey-dark);
	border-radius: 0;
	cursor: pointer;
	margin-right: 12px;
	height: 1.2em;
	width: 1.2em;
}

.modal-body .politica label {
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	font-size: .8rem;
}

.modal-body .md-form label span {
	font-size: .8rem;
	opacity: .6;
}

.modal-body button i {
  margin-left: 10px;
}

.modal-dialog .btn .fa {
  margin-left: 15px;
}

/* @media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {} */

/*==========  Desktop First Method  ==========*/

@media only screen and (max-width: 1399px) {
  .hidden-1399 {
    display: none !important;
  }

  header .top-button .menu_link {
    margin: 0 5px;
  }

  .navbar.navbar-light .navbar-nav .dropdown_menu .dropdown_menu__logo .logo {
    margin-right: 25px;
  }

  .dropdown_menu .version_1 .dropdown_menu__action {
    height: 350px;
    width: 245px;
  }

  .dropdown_menu .version_1 .dropdown_menu__action::after {
    height: 350px;
  }

  .dropdown_menu .version_1 .dropdown_menu__action .slider_text .slider_text__wrap .spez {
    font-size: 47px;
  }

  .dropdown_menu .version_1 .dropdown_menu__action .slider_text .slider_text__wrap h2,
  .dropdown_menu .version_1 .dropdown_menu__action .slider_text .slider_text__wrap .h2 {
    font-size: 18px;
  }

  .dropdown_menu .version_1 .dropdown_menu__action .slider_text .slider_text__wrap h3 {
    font-size: 14px;
  }

  .dropdown_menu .version_1 .dropdown_menu__action .slider_fotos {
    height: 150px;
  }

  .home_actions_slider .slider_text .slider_text__wrap .h2 {
    font-size: 32px;
  }

  .box_item .card .view {
    height: 230px;
  }

  .box_item__right .card .view {
    height: 200px;
  }

  .stages .stages_item::before {
    bottom: 13px;
  }

  .stages .stages_item .stages_item__ico {
    line-height: 1.375;
  }

  .stages .stages__left .text_title {
    font-size: 3.2rem;
  }

  .stages .stages_item p {
    font-size: .9rem;
    line-height: 1.175;
  }

  .window_description .text_title span {
    font-size: 2.3rem;
  }

  .window_description .tab-content .img_wrap img {
    max-height: 370px;
  }

  .manufacturer .manufacturer_img {
    height: 610px;
  }
	
	.calc_master {
		padding: 70px 0 35px;
	}
}

@media only screen and (max-width: 1199.99px) {
  .hidden-1199 {
    display: none !important;
  }

  .header_top .top_time>p {
    font-size: 12px;
  }

  .header_top .top_button a {
    font-size: 13px;
    padding: .4rem .5rem;
  }

  header .wrap_logo .wrap_img img {
    width: 40px;
  }

  header .wrap_logo .wrap_img span {
    font-size: 42px;
    -webkit-transition: all .275s ease-in-out;
    transition: all .275s ease-in-out;
  }

  header.opaque .wrap_logo .wrap_img span {
    font-size: 34px;
  }

  header .wrap_logo p {
    font-size: .83rem;
  }

  header .col_wrap_phon .btn {
    display: none;
  }

  .navbar.navbar-light .navbar-nav .dropdown_menu .dropdown_menu__logo .logo {
    margin-right: 15px;
    width: 50px;
  }

  section.slider .slider_masck {
    width: 65%;
  }

  section.slider .slider_title {
    font-size: 3rem;
  }

  section.slider .slider_title>span {
    font-size: 6rem;
  }

  .home_actions_slider .slider_text .slider_text__wrap .h2 {
    font-size: 34px;
  }

  .home_actions_slider .slider_text .slider_text__wrap h3 {
    font-size: 21px;
  }

  .home_actions_slider .slider_text .slider_text__wrap h3 .action {
    font-size: 50px;
  }

  .home_actions_slider .slider_text .btn-text {
    display: none;
  }

  .home_actions_slider .slider_text .btn-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 48px;
    width: 48px;
  }

  .box_item .card {
    width: 250px;
  }

  .box_item .card .view {
    height: 250px;
  }

  .box_item .card .btn {
    bottom: 17px;
  }

  .box_item .card h3 {
    font-size: 14px;
  }

  .box_item__right .card .view {
    height: 160px;
  }

  .box_item__right .card .btn {
    bottom: 15px;
  }

  .box_item__right .card h3 {
    font-size: 12px;
  }

  .stages .stages__left .text_title {
    font-size: 2.4rem;
  }

  .stages .stages__left h3 {
    font-size: 1.5rem;
  }

  .stages .stages_item p {
    font-size: .85rem;
    line-height: 1.125;
  }

  .window_description .tab-content .tab_content_text {
    width: 100%;
  }

  .window_description .tab-content .img_wrap {
    max-width: 70%;
  }

  .window_description .tab-content .img_wrap img {
    max-height: 270px;
  }

  .manufacturer .manufacturer_img {
    max-width: 700px;
    height: 700px;
    overflow: hidden;
  }

  .manufacturer .manufacturer_img img {
    margin-left: -70px;
  }

  .manufacturer .manufacturer_brend_logo {
    margin-top: 0;
  }

  .section_text .row_text_two {
    margin-top: 2rem;
  }

  .section_text .top_text__right .top_text__right_img {
    width: 150%;
  }

  .section_text .botton_text__left .botton_text__left_img {
    width: 600px;
  }

  .window_description.desc_two .tab-content .tab_content_text {
    width: 100%;
  }

  .window_description.desc_two .tab-content .img_wrap {
    display: none;
  }
	
	.calc_master .calc_master_btn .btn {
	  font-size: .7rem;
	  padding: .85rem 1.6rem;
	}
}

@media only screen and (max-width: 991.99px) {
  .hidden-991 {
    display: none !important;
  }

  .header_top {
    display: none;
  }

  header {
    height: 78px;
  }

  header.opaque {
    height: 50px;
  }

  header .wrap_logo p {
    display: none;
  }

  header .top-button_wrap {
    display: none !important;
    justify-content: center;
  }

  header .top-button_mob {
    display: block;
  }

  header .top-button_mob .menu_link,
  header .top-button .menu_link {
    padding: .5rem .8rem;
  }

  header .top-button_mob .menu_link .menu_link__text,
  header .top-button .menu_link .menu_link__text {
    display: none;
  }

  header .top-button_mob .menu_link::before {
    content: none;
  }

  .translit_mob {
    display: flex;
    position: inherit;
  }

  header .col_wrap_phon {
    justify-content: space-between;
  }

  header .wrap_phon {
    height: 100%;
  }

  header .wrap_phon p {
    font-size: 22px;
  }

  header .wrap_phon p .img_phone {
    top: 4px;
  }

  header .wrap_phon p .icon_phone {
    top: 1px;
  }

  header .wrap_phon .phone_menu {
    left: auto !important;
    right: 0 !important;
    top: 0 !important;
    padding: .8rem 1.2rem;
    width: 280px;
  }

  header .wrap_phon .phone_menu hr {
    border-top: 1px var(--spez-color-grey-4) solid;
    margin-left: 50px;
    opacity: 1;
  }

  header .wrap_phon .phone_menu ul {
    padding-left: 50px;
    text-align: end;
  }

  header .wrap_phon .phone_menu .social__open_top {
    border-right: 1px solid var(--spez-color-grey-4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    margin-bottom: 0;
    padding-bottom: 23px;
    padding-right: 10px;
    position: absolute;
    top: 12px;
  }

  header .wrap_phon .phone_menu .social__open_top>a {
    font-size: 1.8rem;
    margin: 5px;
    line-height: 35px;
  }

  header .wrap_phon .phone_menu .social__open_top .envelope {
    margin: 5px;
    margin-top: 8px
  }

  header .wrap_phon .phone_menu .social__open_top .envelope,
  header .wrap_phon .phone_menu .button,
  header .wrap_phon .phone_menu .time {
    display: block;
  }

  header .wrap_phon .phone_menu .time {
    text-align: end;
    padding-left: 50px;
  }

  header .wrap_phon .phone_menu .time p>i {
    color: var(--spez-color-blue-light);
  }

  header .wrap_phon .phone_menu .button {
    border-top: 1px solid var(--spez-color-grey-4);
    margin-top: 20px;
    padding: .5rem;
  }

  header .wrap_phon .phone_menu .button a {
    color: var(--spez-color-black);
    display: block;
    padding: 3px 5px 3px 0;
  }

  header .wrap_phon .phone_menu .button a i {
    color: var(--spez-color-blue-light);
    width: 21px;
  }
	
	header .wrap_phon .phone_menu .button a svg {
		margin-top: -2px;
		margin-right: .5rem;
		height: 19px;
		width: auto;
	}
	
	header .wrap_phon .phone_menu .button a .cls-1 {
		fill: none;
		stroke: var(--spez-color-blue-light);
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 5px;
	}

  header .wrap_phon .phone_menu .button a:hover {
    color: var(--spez-color-blue-light);
  }

  .navbar_wrap {
    background-color: var(--spez-color-dark);
    display: block;
    overflow-x: auto;
    position: fixed;
    padding: 0;
  }

  .navbar_wrap.offcanvas {
    top: 78px;
    z-index: 1041;
  }

  .navbar_wrap .offcanvas-header {
    display: flex;
    position: relative;
  }

  .navbar_wrap.show .offcanvas-header {
    visibility: visible;
    opacity: 1;
  }

  header .navbar_wrap .offcanvas-header .wrap_logo .wrap_img span {
    font-size: 33px;
  }

  .navbar_wrap .offcanvas-header .btn_close {
    color: var(--spez-color-orange);
    background-color: transparent;
    border: none;
    font-size: 2rem;
    line-height: 0;
  }

  .navbar_wrap .offcanvas-header .btn_close:hover {
    opacity: .6;
  }

  .offcanvas.offcanvas-start {
    width: 320px;
  }

  .offcanvas-backdrop {
    background-color: var(--spez-color-dark);
    top: 78px;
  }

  .navbar_wrap .navbar {
    overflow: hidden;
    position: static;
    padding-right: 0 !important;
  }

  .navbar.navbar-light .navbar-nav .dropdown {
    position: relative;
    width: 319px;
  }

  .navbar.navbar-light .navbar-toggler {
    margin-left: 0;
  }

  .navbar.navbar-light .navbar-nav .dropdown-menu,
  .navbar.navbar-light.opaque .navbar-nav .dropdown-menu {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: auto;
    width: 100%;
  }

  .navbar.navbar-light.opaque .navbar-nav .dropdown-menu.show,
  .navbar.navbar-light .navbar-nav .dropdown-menu.show {
    display: block;
  }

  .navbar.navbar-light .navbar-nav .nav-item .nav-link-show {
    display: block;
  }

  .navbar.navbar-light .navbar-nav .nav-item:last-child {
    border-bottom: 1px dashed rgba(255, 255, 255, .175);
  }

  section.slider {
    height: 380px;
  }

  section.slider .slider_title {
    font-size: 2.7rem;
    margin-top: 40px;
    text-align: center;
  }

  section.slider .slider_title>span {
    font-size: 5.2rem;
  }

  section.slider .wrap_btn {
    margin-top: 24px;
    text-align: center;
  }

  section.slider .wrap_btn>p {
    font-size: 1rem;
  }

  .category_page__home {
    margin-top: -30px;
  }

  .home_actions {
    padding: 50px 0 30px;
  }

  .home_actions .box_text {
    margin-bottom: 24px;
  }

  .home_actions .box_item {
    padding-left: 0;
  }

  .home_text {
    padding: 30px 0 0;
  }

  .box_item .card {
    width: auto;
  }

  .box_item .card .view {
    height: 210px;
  }

  .box_item__right,
  .box_text__left {
    top: 0;
  }

  .box_item__right .card .view {
    height: 240px;
  }

  .box_item__right .card h3 {
    font-size: 16px;
  }

  .window_description.desc_one .tab-content {
    height: 651px;
  }

  .window_description .nav-tabs .nav-item .nav-link {
    font-size: .9rem;
  }

  .window_description .tab-content .tab_content_text {
    padding: 30px 30px 20px 30px;
  }

  .window_description .tab-content .tab_content_text h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .window_description .tab-content .tab_content_text p {
    line-height: 1.425;
  }

  .window_description .tab-content .img_wrap {
    display: none;
  }

  .manufacturer .manufacturer_brend {
    margin-top: 30px;
  }

  .manufacturer .manufacturer_brend_logo {
    padding-bottom: 15px;
  }

  .manufacturer .manufacturer_brend_logo.brend_logo__one {
    border-bottom: 1px dashed rgba(0, 0, 0, .375);
  }

  .section_text .row_text_two {
    margin-top: 0;
  }

  .section_text .row_text_three {
    margin-top: .5rem;
  }

  .section_text .botton_text__right {
    top: 0;
  }

  .window_description.desc_two .text_title span {
    font-size: 3rem;
  }

  .window_description.desc_two .tab-content {
    height: 380px;
  }

  .gallery_home .gallery_home__left .title_gallery_home {
    display: block;
    font-size: 3.3rem;
    margin-bottom: 20px;
  }

  .calc_master::after {
    background-size: 20rem;
    background-position: 95% 65%;
    top: -20px;
  }

  .calc_master::before {
    background-position: 98% 101%;
  }

  .calc_master .calc_master_masck {
    right: -340px;
  }

  .calc_master .calc_master_text p {
    width: 100%;
    line-height: 1.375;
  }

  section.v_consultation::after {
    background-size: 18rem;
    background-position: 88% bottom;
  }

  section.v_consultation::before {
    width: 25%;
  }

  section.v_consultation p {
    font-size: 1rem;
  }

  .spok {
    display: block;
    padding: 50px 0 30px;
  }

  .spok::after {
    height: 90px;
    width: 100%;
  }

  .spok .spok_img {
    left: calc(50% - 75px);
    top: calc(90px - 75px);
    width: 150px;
    height: 150px;
  }

  .spok .spok_text {
    padding: 130px 30px 0;
    text-align: center;
    width: 100%;
  }

  .spok .spok_phone {
    float: none;
  }

  footer .footer_uslugi {
    display: none !important;
  }

  footer hr.footer_hr {
    margin-bottom: 0;
  }

  .footer_menu {
    display: block;
    z-index: 1000;
  }

  #socialToggle {
    display: none;
  }

  .wrap_social {
    position: relative;
    width: 100%;
  }

  .wrap_social .social__toggle {
    bottom: 50%;
    right: 50%;
    position: absolute;
  }

  .wrap_social .social__toggle .circle_envelope {
    bottom: calc(50% - 50px);
    right: calc(50% - 50px);
  }

  .wrap_social .social__toggle .circle_fill {
    bottom: calc(50% - 37.5px);
    right: calc(50% - 37.5px);
  }

  .wrap_social .social__toggle .img_circle {
    bottom: calc(50% - 25px);
    right: calc(50% - 25px);
  }

  .wrap_social .social__toggle .img_close {
    bottom: calc(50% - 25px);
    right: calc(50% - 25px);
  }

  .wrap_social .social__open {
    bottom: 55px;
    right: calc(50% - 20px);
    position: absolute;
  }
}

@media only screen and (max-width: 767.99px) {
  .hidden-767 {
    display: none !important;
  }

  header .top_button {
    display: none !important;
  }

  header .top-button_mob {
    margin: 0 0 0 5px;
  }

  header.opaque .wrap_logo .wrap_img span,
  header .wrap_logo .wrap_img span {
    font-size: 32px;
  }

  .translit_mob {
    height: 31px;
  }

  header .wrap_phon p {
    font-size: 18px;
  }

  section.slider {
    height: 300px;
  }

  section.slider::after {
    background-size: 260px;
  }

  section.slider .slider_masck {
    width: 70%;
  }

  section.slider .slider_title {
    font-size: 2rem;
    margin-top: 24px;
  }

  section.slider .slider_title>span {
    font-size: 4rem;
  }

  section.slider .wrap_btn {
    margin-top: 12px;
  }

  .box_item .card {
    margin-bottom: 15px;
  }

  .box_item .card .view {
    height: 250px;
  }

  .box_item .card .btn {
    bottom: 22px;
    left: calc(90% - 23px);
  }

  .box_item .card h3 {
    font-size: 16px;
  }

  .box_item__right .card .view {
    height: 170px;
  }

  .box_item__right .card .btn {
    bottom: 18px;
  }

  .page-gallery .calc_master,
  .page-contact .calc_master {
    margin-bottom: 66px;
  }

  .calc_master::after,
  .calc_master::before {
    content: none;
  }

  .calc_master .calc_master_masck {
    right: -400px;
    opacity: .275;
  }

  .calc_master .calc_master_text {
    text-align: center;
  }

  .calc_master .calc_master_text p {
    width: 100%;
    line-height: 1.375;
		text-align: justify;
		hyphens: auto;
  }
	
	.calc_master .calc_master_btn .btn_desctop {
		display: none;
	}
	
	.calc_master .btn_mobile {
		display: block;
		padding-bottom: 15px;
    border-bottom: 1px dashed var(--spez-color-blue-light);
		margin-left: 0;
	}

  .gallery_home {
    padding: 30px 0 70px;
  }

  section.gallery_home .wrap_gallery .item_gallery .link_img {
    height: 170px;
  }

  section.looked {
    display: none;
  }

  footer .copirayt p,
  footer .copirayt p.ws {
    text-align: center;
  }

  section.v_consultation {
    margin-bottom: 0;
  }

  section.v_consultation::after {
    content: none;
  }

  section.v_consultation::before {
    content: none;
  }

  section.v_consultation .v_consultation_text {
    text-align: center;
  }

  section.v_consultation .v_consultation_title {
    font-size: 2rem;
  }

  .spok {
    padding: 30px;
  }

  .spok::after {
    height: 60px;
  }

  .spok .spok_img {
    left: calc(50% - 50px);
    top: calc(60px - 50px);
    width: 100px;
    height: 100px;
    padding: 20px;
  }

  .spok .spok_text {
    padding-top: 90px;
  }

  .spok .spok_text .spok_title {
    font-size: 1.8rem;
  }

  .spok .spok_text>p {
    font-size: 1rem;
  }

  .spok .spok_phone p {
    font-size: 1.2rem;
  }

  .spok .spok_phone p>img {
    height: 18px;
    width: 18px;
  }
}

@media only screen and (max-width: 575.99px) {
  .hidden-575 {
    display: none !important;
  }

  header {
    height: auto;
  }

  header .col_wrap_phon {
    justify-content: flex-start;
  }

  header .phon_top .wrap_time {
    display: none;
  }

  .translit_mob {
    margin: 0;
    height: 100%;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
  }

  .translit_mob .translit {
    flex-direction: column;
    justify-content: center;
  }

  .translit_mob .translit span {
    font-size: 12px;
    line-height: .5;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .header_page {
    min-height: 90px;
    padding: 24px 0;
  }

  .header_page .text_title {
    font-size: 1.8rem;
  }

  .box_item__right .card .view {
    height: 140px;
  }

  .box_item__right .card .btn {
    bottom: 15px;
  }

  .box_item__right .card h3 {
    font-size: 12px;
  }

  .calc_master {
    padding: 50px 0 35px;
  }

  .calc_master .calc_master_masck {
    display: none;
  }

  .calc_master .calc_master_text {
    text-align: center;
  }

  .calc_master .calc_master_text p {
    text-align: justify;
  }

  .calc_master .calc_master_btn {
    margin-top: 20px;
  }

  .calc_master .calc_master_btn .btn {
    width: 250px;
  }

  .calc_master .calc_master_phone {
    margin-top: 20px;
  }

  .calc_master .calc_master_phone ul {
    display: block;
  }

  section.header {
    min-height: 130px;
  }

  section.header h1,
  section.header h2 {
    font-size: 1.6rem;
  }

  .wrap_calc .dropdown-toggle::after {
    margin-left: 0;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    vertical-align: .1em;
  }

  .wrap_calc .dropdown-menu {
    left: auto;
    right: -77%;
  }

  .navbar .wrap_work {
    display: block;
    margin-left: auto;
    position: relative;
  }

  .navbar .btn-work {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent !important;
    color: #ffa000 !important;
    font-size: .8rem;
    font-weight: 500;
    margin-right: 0;
    padding: .5rem 1rem;
    transition: all 0.2s linear;
    text-transform: capitalize;
  }

  .navbar .btn-work:focus,
  .navbar .btn-work:active,
  .navbar .btn-work:hover {
    background-color: transparent !important;
    opacity: .75;
  }

  .navbar .btn-work>i {
    font-size: 1.3rem;
    margin-top: 1px;
  }

  .navbar_wrap.offcanvas,
  .offcanvas-backdrop {
    top: 54px;
  }

  .wrap_work .dropdown-toggle::after {
    margin-left: 1em;
    vertical-align: 1em;
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
  }

  .wrap_work .dropdown-menu {
    right: -100%;
    left: auto;
    padding: .5rem 1rem;
    width: auto;
    white-space: nowrap;
  }

  .wrap_work .dropdown-menu p {
    font-size: .9rem;
    margin-bottom: 0;
  }

  .wrap_work .dropdown-toggle::after {
    content: none;
  }

  section.v_consultation .v_consultation_title {
    font-size: 1.6rem;
  }

  section.v_consultation .v_consultation_social>a {
    height: 50px;
    width: 50px;
  }

  .spok {
    padding: 30px 15px 20px;
  }

  .spok::after {
    height: 60px;
  }

  .spok .spok_img {
    left: calc(50% - 40px);
    top: calc(60px - 40px);
    width: 80px;
    height: 80px;
    padding: 15px;
  }

  .spok .spok_text {
    padding-top: 70px;
  }

  .spok .spok_text .spok_title {
    font-size: 1.4rem;
  }

  .spok .spok_text .spok_info {
    position: absolute;
    right: 0px;
    top: 43px;
  }

  .spok .spok_text>p {
    font-size: 1rem;
  }

  .spok .spok_text .btn {
    margin: 1.4rem 0;
  }
}

@media only screen and (max-width: 540px) {
  section.gallery_home .wrap_gallery .item_gallery h3 {
    font-size: 13px;
    letter-spacing: 0;
  }

  section.gallery_home .wrap_gallery .item_gallery .link_img {
    height: 150px;
  }
}

@media only screen and (max-width: 480px) {
  header .wrap_logo .wrap_img span {
    display: none;
  }

  header .navbar_wrap .offcanvas-header .wrap_logo .wrap_img span {
    display: block;
  }

  header .top-button_mob {
    margin: 0;
  }

  header .wrap_phon {
    position: relative;
    right: 35px;
  }

  .header_page {
    min-height: 70px;
    padding: 12px 0;
  }

  .header_page .text_title {
    font-size: 1.4rem;
  }

  .breadcrumbs {
    margin: 12px 0;
  }

  section.slider {
    height: 200px;
  }

  section.slider::before {
    background-position: 96% 100%;
    top: 0;
    height: 120%;
    width: 70%;
  }

  section.slider::after {
    background-size: 175px;
    background-position: 96% 100%;
  }

  section.slider .slider_masck {
    width: 110%;
  }

  section.slider .slider_title {
    font-size: 1.5rem;
  }

  section.slider .slider_title>span {
    font-size: 3rem;
  }

  .category_page__home {
    padding: 12px 0 24px;
  }
	
	section.slider .wrap_btn {
		margin-top: 0;
	}

  section.slider .wrap_btn>p {
    display: none;
  }

  section.slider .wrap_btn>.btn {
    font-size: .6rem;
    margin-left: 0;
  }

  .footer_menu .footer_menu_wrap .dropdown-menu {
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    box-shadow: 0px -6px 18px rgba(0, 0, 0, .125);
    width: 100%;
  }

}

@media only screen and (max-width: 460px) {
  .box_item .card {
    width: 240px;
  }

  .box_item .card .view {
    height: 220px;
  }
}

@media only screen and (max-width: 420px) {

  header .top-button_mob .menu_link {
    margin: 0 10px;
  }

  header .wrap_phon {
    right: 40px;
  }

  header .wrap_phon p {
    font-size: 15px;
  }

  header .wrap_phon .phone_menu {
    inset: 13.5px auto auto 0px !important;
    width: 100vw;
  }

  section.slider .slider_masck {
    width: 145%;
  }

  .box_text__left .box_text_title .text_bold {
    font-size: 2rem;
  }

  .box_item__right .card .view {
    height: 120px;
  }

  .box_item__right .card .btn {
    display: none;
  }

  .box_item__right .card .card-body {
    padding: 5px;
    width: 95%;
  }

  .manufacturer .manufacturer_text .text_title,
  .section_text .top_text__left .text_title,
  .section_text .botton_text__right .text_title {
    font-size: 1.4rem;
  }

  .page-gallery .calc_master,
  .page-contact .calc_master {
    margin-bottom: 59px;
  }

  .calc_master {
    padding: 30px 0;
  }

  .calc_master .calc_master_title {
    font-size: 1.3rem;
  }

  .calc_master .calc_master_text p {
    font-size: .9rem;
  }

  .breadcrumbs {
    margin-top: 15px;
  }

  .breadcrumbs .breadcrumb {
    font-size: 14px;
  }

  section.s_news .card_mob:nth-child(odd) {
    padding-right: 7.5px;
  }

  section.s_news .card_mob:nth-child(even) {
    padding-left: 7.5px;
  }

  section.s_news .card_mob .item_news {
    margin-bottom: 15px;
  }

  section.uslugi_item .card_mob:nth-child(odd) {
    padding-right: 7.5px;
  }

  section.uslugi_item .card_mob:nth-child(even) {
    padding-left: 7.5px;
  }

  section.uslugi_item .card {
    margin-top: 15px;
  }

  section.uslugi_item .card .card-body h3.card-title {
    font-size: 13px;
  }

  section.uslugi_item .card.narrower .view {
    height: 100px;
  }

  section.uslugi_item .card .card-body {
    padding: .5rem;
  }

  .gallery_home .gallery_home__left {
    text-align: center;
  }

  .gallery_home .gallery_home__left .title_gallery_home {
    font-size: 2.3rem;
  }

  section.gallery_home .wrap_gallery .item_gallery h3 {
    padding: 0 10px;
  }

  section.gallery_home .wrap_gallery .item_gallery .link_img {
    margin: 10px;
    height: 100px;
  }

  section.gallery_home .wrap_gallery .item_gallery {
    margin-bottom: 15px;
  }

  section.gallery_home .card_mob:nth-child(odd) {
    padding-right: 7.5px;
  }

  section.gallery_home .card_mob:nth-child(even) {
    padding-left: 7.5px;
  }

  .footer_menu .footer_menu_wrap>a {
    font-size: 1.2rem;
  }
	
	.footer_menu .footer_menu_wrap>a .menu_link__icon svg {
		height: 24px;
	}

  .footer_menu .footer_menu_wrap .dropdown-toggle.show::after {
    margin-left: -14px;
  }

  .footer_menu .footer_menu_wrap .dropdown-menu {
    bottom: 13px !important;
  }

  .wrap_social .social__toggle .circle_envelope {
    bottom: calc(50% - 42.6px);
    right: calc(50% - 42.6px);
    width: 80px;
    height: 80px;
  }

  .wrap_social .social__toggle .circle_fill {
    bottom: calc(50% - 30.5px);
    right: calc(50% - 30.5px);
    height: 55px;
    width: 55px;
  }

  .wrap_social .social__toggle .img_circle {
    bottom: calc(50% - 24px);
    right: calc(50% - 24px);
    height: 42px;
    width: 42px;
  }

  .wrap_social .social__toggle .img_circleblock_com .social_viber {
    width: 45.2px;
  }

  .wrap_social .social__toggle .img_close {
    bottom: calc(50% - 24px);
    right: calc(50% - 24px);
    height: 45px;
    width: 45px;
  }

  .wrap_social .social__open {
    right: calc(50% - 22px);
  }

  .demand .card .view {
    height: 140px;
  }

  .demand .card .card-body {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 .5rem;
  }

  .demand .card h3 {
    font-size: 11px;
  }
	
	.modal-header h4.title {
	  font-size: 1.2rem;
	}
	
	.modal-header button.close {
	  font-size: 2.2rem;
		top: -10px;
    right: 10px;
	}
}

@media only screen and (max-width: 360px) {

  .box_item__right .card h3 {
    font-size: 10px;
  }
}

/*==========  Mobile First Method  ==========*/

@media only screen and (min-width: 1600px) {
  section.slider {
    height: 600px;
  }
}


/* font-family: 'Montserrat', sans-serif; */

@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Hairline'), local('Montserrat-Hairline'),
    url('../fonts/Montserrat/montserrathairline.woff2') format('woff2'),
    url('../fonts/Montserrat/montserrathairline.woff') format('woff'),
    url('../fonts/Montserrat/montserrathairline.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Light'), local('Montserrat-Light'),
    url('../fonts/Montserrat/montserratlight.woff2') format('woff2'),
    url('../fonts/Montserrat/montserratlight.woff') format('woff'),
    url('../fonts/Montserrat/montserratlight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat'), local('Montserrat-Regular'),
    url('../fonts/Montserrat/montserrat.woff2') format('woff2'),
    url('../fonts/Montserrat/montserrat.woff') format('woff'),
    url('../fonts/Montserrat/montserrat.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url('../fonts/Montserrat/montserratbold.woff2') format('woff2'),
    url('../fonts/Montserrat/montserratbold.woff') format('woff'),
    url('../fonts/Montserrat/montserratbold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Black'), local('Montserrat-Black'),
    url('../fonts/Montserrat/montserratblack.woff2') format('woff2'),
    url('../fonts/Montserrat/montserratblack.woff') format('woff'),
    url('../fonts/Montserrat/montserratblack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* font-family: 'Oswald', sans-serif; */

@font-face {
  font-family: 'Oswald';
  src: local('Oswald Light'), local('Oswald-Light'),
    url('../fonts/oswald/Oswaldlight.woff2') format('woff2'),
    url('../fonts/oswald/Oswaldlight.woff') format('woff'),
    url('../fonts/oswald/Oswaldlight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: local('Oswald Regular'), local('Oswald-Regular'),
    url('../fonts/oswald/Oswaldregular.woff2') format('woff2'),
    url('../fonts/oswald/Oswaldregular.woff') format('woff'),
    url('../fonts/oswald/Oswaldregular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: local('Oswald DemiBold'), local('Oswald-DemiBold'),
    url('../fonts/oswald/Oswalddemibold.woff2') format('woff2'),
    url('../fonts/oswald/Oswalddemibold.woff') format('woff'),
    url('../fonts/oswald/Oswalddemibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: local('Oswald RegularItalic'), local('Oswald-RegularItalic'),
    url('../fonts/oswald/Oswaldregularitalic.woff2') format('woff2'),
    url('../fonts/oswald/Oswaldregularitalic.woff') format('woff'),
    url('../fonts/oswald/Oswaldregularitalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: local('Oswald MediumItalic'), local('Oswald-MediumItalic'),
    url('../fonts/oswald/Oswaldmediumitalic.woff2') format('woff2'),
    url('../fonts/oswald/Oswaldmediumitalic.woff') format('woff'),
    url('../fonts/oswald/Oswaldmediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: local('Oswald ExtraLightItalic'), local('Oswald-ExtraLightItalic'),
    url('../fonts/oswald/Oswaldextralightitalic.woff2') format('woff2'),
    url('../fonts/oswald/Oswaldextralightitalic.woff') format('woff'),
    url('../fonts/oswald/Oswaldextralightitalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: local('Oswald HeavyItalic'), local('Oswald-HeavyItalic'),
    url('../fonts/oswald/Oswaldheavyitalic.woff2') format('woff2'),
    url('../fonts/oswald/Oswaldheavyitalic.woff') format('woff'),
    url('../fonts/oswald/Oswaldheavyitalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: local('Oswald Heavy'), local('Oswald-Heavy'),
    url('../fonts/oswald/Oswaldheavy.woff2') format('woff2'),
    url('../fonts/oswald/Oswaldheavy.woff') format('woff'),
    url('../fonts/oswald/Oswaldheavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: local('Oswald LightItalic'), local('Oswald-LightItalic'),
    url('../fonts/oswald/Oswaldlightitalic.woff2') format('woff2'),
    url('../fonts/oswald/Oswaldlightitalic.woff') format('woff'),
    url('../fonts/oswald/Oswaldlightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: local('Oswald Medium'), local('Oswald-Medium'),
    url('../fonts/oswald/Oswaldmedium.woff2') format('woff2'),
    url('../fonts/oswald/Oswaldmedium.woff') format('woff'),
    url('../fonts/oswald/Oswaldmedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: local('Oswald ExtraLight'), local('Oswald-ExtraLight'),
    url('../fonts/oswald/Oswaldextralight.woff2') format('woff2'),
    url('../fonts/oswald/Oswaldextralight.woff') format('woff'),
    url('../fonts/oswald/Oswaldextralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: local('Oswald BoldItalic'), local('Oswald-BoldItalic'),
    url('../fonts/oswald/Oswaldbolditalic.woff2') format('woff2'),
    url('../fonts/oswald/Oswaldbolditalic.woff') format('woff'),
    url('../fonts/oswald/Oswaldbolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: local('Oswald DemiBoldItalic'), local('Oswald-DemiBoldItalic'),
    url('../fonts/oswald/Oswalddemibolditalic.woff2') format('woff2'),
    url('../fonts/oswald/Oswalddemibolditalic.woff') format('woff'),
    url('../fonts/oswald/Oswalddemibolditalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: local('Oswald Bold'), local('Oswald-Bold'),
    url('../fonts/oswald/Oswaldbold.woff2') format('woff2'),
    url('../fonts/oswald/Oswaldbold.woff') format('woff'),
    url('../fonts/oswald/Oswaldbold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* font-family: 'Inter', sans-serif; */

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/InterV.woff2') format('woff2'),
    url('../fonts/inter/InterV.woff') format('woff');
  font-weight: 1;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-Thin.woff2') format('woff2'),
    url('../fonts/inter/Inter-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-ThinItalic.woff2') format('woff2'),
    url('../fonts/inter/Inter-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-ExtraLight.woff2') format('woff2'),
    url('../fonts/inter/Inter-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-ExtraLightItalic.woff2') format('woff2'),
    url('../fonts/inter/Inter-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-LightItalic.woff2') format('woff2'),
    url('../fonts/inter/Inter-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-Italic.woff2') format('woff2'),
    url('../fonts/inter/Inter-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-MediumItalic.woff2') format('woff2'),
    url('../fonts/inter/Inter-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-SemiBoldItalic.woff2') format('woff2'),
    url('../fonts/inter/Inter-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-BoldItalic.woff2') format('woff2'),
    url('../fonts/inter/Inter-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-ExtraBold.woff2') format('woff2'),
    url('../fonts/inter/Inter-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-ExtraBoldItalic.woff2') format('woff2'),
    url('../fonts/inter/Inter-ExtraBoldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-Black.woff2') format('woff2'),
    url('../fonts/inter/Inter-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-BlackItalic.woff2') format('woff2'),
    url('../fonts/inter/Inter-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}